@media screen and (max-width: 767px) {


    #GroupingWrapper, #L2GroupingWrapper {
        padding: 0px 10px;
        position: relative;
    }

        #GroupingWrapper #TitleAndDesc {
            width: 100%;
        }

    .GroupingHeader {
        height: 200px;
    }

    .GroupingTitle {
        height: 40px;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
        width: 380px;
    }

        .GroupingTitle h1 {
            font-size: 35px;
        }

    #LeftSideNav {
        display: none;
        float: none;
        position: absolute;
        z-index: 999;
        background-color: #fff;
        border: 1px solid #000;
        width: 300px;
        top: 40px;
        padding: 0px;
        margin: 0px;
    }

        #LeftSideNav br {
            display: none;
        }

    .FirstLevelGrouping {
        padding-left: 0px !important;
    }


    /****************************
             MOBILE MENU
     ****************************/
    #MobileGroupingMenu {
        z-index: 99999;
        cursor: pointer;
        height: 40px;
        padding-right: 10px;
        float: left;
        display: block;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #0165a0;
        margin: 6px 0;
        transition: 0.4s;
    }

    /* Rotate first bar */
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    /* Fade out the second bar */
    .change .bar2 {
        opacity: 0;
    }

    /* Rotate last bar */
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    /****************************
             BODY CONTENT
    *****************************/

    #TitleAndDesc h2 {
        margin: 0px;
        vertical-align: top;
        line-height: 40px;
    }

    #TitleAndDesc p {
        padding: 0px;
        margin-top: 0pc;
    }

    .Brand {
        overflow: hidden;
    }

        .Brand img {
            float: left;
        }

    .BrandContent {
        width: auto;
        display: block;
    }

    .ContactUsButton {
        display: none !important;
    }

    #L2GroupingWrapper #TitleAndDesc {
        width: 100%;
    }

    #BrandLogoWrap {
        display: block;
        text-align: center;
        width: 100%;
        max-width: none;
    }

        #BrandLogoWrap img {
            max-width: 90%;
        }

    .ItemsHeaderTR {
        display: none !important;
    }



    #ItemsTable,
    .ItemsTR, .ItemsTD {
        display: block;
    }

    .ItemsTD {
        text-align: right;
        line-height: 40px;
    }

    .ModelNo {
        text-align: left;
        background: #0165a0;
        color: #fff;
        padding-left: 10px;
        line-height: 45px;
        font-size: 18px;
        font-weight: bold;
    }

        .ModelNo a {
            color: #fff;
        }

    .RatingValue::before {
        content: "Rating";
        color: #808080;
        text-align: left;
        float: left;
    }

    .HorsepowerValue::before {
        content: "Horsepower";
        color: #808080;
        float: left;
        text-align: left;
    }

    .RPMValue::before {
        content: "RPM";
        color: #808080;
        float: left;
        text-align: left;
    }

    .TierValue::before {
        content: "Tier";
        color: #808080;
        text-align: left;
        float: left;
    }

    .WeightValue::before {
        content: "Weight";
        color: #808080;
        float: left;
        text-align: left;
    }

    /****************************
             ITEMS PAGE
    *****************************/

    #ItemImageWrap {
        float: none;
        display: block;
        text-align: center;
    }

    #TitleAndDetails {
        width: 100%;
        padding: 0px 10px;
    }

    @media screen and (max-width: 424px) {
        .GroupingHeader {
            height: 200px;
        }

        .GroupingTitle {
            height: 30px;
            width: 310px;
        }

            .GroupingTitle h1 {
                font-size: 30px;
            }

        .Brand {
            text-align: center;
        }

        .BrandTitle {
            font-size: 18px;
            text-align: left;
        }

        .Brand img {
            max-width: 100px;
            margin-right: 10px;
        }

        .BrandContent {
            margin-top: 5px;
        }
    }
}
