.wheelsContainerFont {
    font-size: 17px;
}

.wheelHeadingPadding {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    position:relative;
}

.wheelHeading {
    font-weight: 900;
    letter-spacing: 4px;
    font-size:27px;
}

.wheelCategory{
    font-weight: 300;
    padding-left: 15px;
    font-style: italic;
    letter-spacing: 2.2px;
    position: relative;
    font-size:12px;
    bottom:5px;
}

.wheelHeadingTextWidth {
    max-width:69%;
}

.wheelsArea {
    padding-top:40px;
    padding-bottom:40px;
}

.noFeaturesImage {
    height: 254px;
    width: auto;
    text-align: right;
    position: absolute;
    right: 0;
}

.oneRowFeatures {
    height: 363px;
    width: auto;
    text-align: right;
    position: absolute;
    right: 0;
}

.wheelsFeatureIcon {
    width:20%;
    float:left;
    padding-left:20px;
    padding-right:20px;
    margin-top:20px;
}

.wheelsFeatureIconsOtherLines {
    padding-top:30px;
}

.wheelsFeatureImage {
    height:90px;
    text-align:center;
}

.wheelFeatureText {
    text-align: center;
    padding-top: 8px;
    font-size: 13px;
    letter-spacing: .3px;
}

.wheelsContainerWidth {
    max-width:1300px;
    margin:0 auto;
    float:none;
}

.wheelsStandardLeftPadding {
    padding-left:20px;
}

.wheelsPerformanceRating {
    font-size: 17px;
    letter-spacing: 1.2px;
}

.wheelsFeatureIcon {
    width:33.33%;
}

.wheelPageImageDiv {
    position: absolute;
    right: 30px;
    width: 25%;
    top: 17px;
    height: 100%;
    z-index: 99;
}

.wheelPageImageDivNoFeatures {
    width:18%;
}

.wheelHeadingDivNoFeatures {
    max-width:77%;
}

.wheelsHeaderLeft {
    width:65%;
}

.maxMilage {
    height: 80%;
    margin-top: 11px;
}

.wheelStandardBottomMargin {
    margin-bottom:20px;
}

.wheelInnerBottomPadding {
    padding-bottom:10px;
}

.categoryImageHeight {
    /*min-height:224px;*/
}

table.wheelTable {
    width:100%;
    border-spacing:2px;
    border-collapse: separate;
    font-size:15px;
}

table.wheelTable > thead > tr > td {
    height:50px;
    text-align:center;
    color:white;
    width:50%;
}

table.wheelTable td {
    text-align:center;
    height:35px;
}

table.wheelTable > tbody > tr:nth-child(even) {
    background: #F3F3F5;
}

table.wheelTable thead {
    background-attachment:fixed;
}

table.wheelTable thead {
    background: linear-gradient(to left, #2e8359, #00af41 24%, #15b350 75%, #2e8359);
}

table.wheelTable thead tr, thead th {
    background:transparent;
}

table.wheelTable th > div {
    height:50px;
    margin:1px;
    border:1px solid black;
    text-align:center;
}

.wheelAfterTableText {
    font-size: 13px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1.2px;
}

.wheelsProductDetailsArea {
    margin-bottom:22px;
}

@media (max-width: 767px) {
    .wheelsProductDetailsArea {
        background-color:#efefef;
        padding-top:20px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom:29px;
    }
    table.wheelTable > tbody > tr:nth-child(even) {
        background: white;
    }

    table .wheelHideMobile {
        display:none;
    }

    .wheelPageImageDiv  {
        display:none;
    }

    .wheelHeadingTextWidth {
        max-width:100%;
    }

    .wheelHeadingDivNoFeatures {
        max-width:100%;
    }

}


@media (max-width: 950px) {
    .oneRowFeatures {
        height: 290px;
        width: auto;
        text-align: right;
        position: absolute;
        right: 0;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .wheelHeading {
        font-size: 33px;
    }

    .wheelCategory {
        font-size: 16px;
        bottom: 7px;
    }

    table.wheelTable > thead > tr > td {
        width:25%;
    }


    .wheelHeading {
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 4px;
    }

    .wheelCategory{
        font-weight: 300;
        padding-left: 15px;
        font-style: italic;
        letter-spacing: 2.2px;
        font-size: 20px;
        position: relative;
        bottom: 7px;
    }

    .wheelStandardBottomMargin {
        margin-bottom:32px;
    }

    .wheelInnerBottomPadding {
        padding-bottom:15px;
    }

    .wheelHeadingPadding {
        margin-bottom:7.5px;
    }

    .wheelsFeatureIconSmallLeftSide {
        padding-left:0px;
    }

    .wheelsFeatureIconSmallRightSide {
        padding-right:0px;
    }

    .wheelsFeatureIconsSmallFirstLine {
        margin-top:0px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .wheelsFeatureIconMediumLeftSide {
        padding-left:0px;
    }

    .wheelsFeatureIconMediumRightSide {
        padding-right:0px;
    }

    .wheelsFeatureIconsMediumFirstLine {
        margin-top:0px;
    }

    .wheelsFeatureIcon {
        width:25%;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .wheelsFeatureIconLargeLeftSide {
        padding-left:0px;
    }

    .wheelsFeatureIconLargeRightSide {
        padding-right:0px;
    }

    .wheelsFeatureIconsLargeFirstLine {
        margin-top:0px;
    }

    .wheelsFeatureIcon {
        width:20%;
    }

}

@media (min-width:1374px) {

}
