@media screen and (max-width: 767px) {

    #QuickOrderPadForm, #P1Wrap,
    #HeaderQuickPadButton, #TopNavResults,
    #HeaderPhoneWrapper, .DesktopOnly,
    #ProductsDropdown, #Dropdown,
    #Slogan, #HeaderProduct .fa,
    #GirlPowerImg, #ContactDropDown, #HeaderLogin     #SignInBG {
        display: none !important;
    }

    #HeaderWrapper {
        margin-top: 0px;
        position: relative;
        height: auto;
    }

    #Header {
        max-width: 767px;
        height: 200px;
        z-index: 99999;
        text-align: center;
    }

    #HeaderLogoWrapper {
        padding: 10px 0px;
    }

    #TopNavigationWrapper {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        position: initial;
    }

    .TopNavigation {
        width: 100%;
    }

    #HeaderLoginStatus {
        padding-right: 12px;
    }


    #HeaderAccountDropdown {
        right: 140px;
        z-index: 999;
        display: none !important;
    }

        #HeaderAccountDropdown::before {
            display: none;
        }

    #MainSearchWrapper {
        bottom: 0px;
        width: 100% !important;
        right: 0px;
        text-align: left;
        height: 46px;
        top: auto;
    }

    #SearchForm {
        border-top: 3px solid #8aaad3;
        box-sizing: border-box;
        border-bottom: 3px solid #8aaad3;
        background-color: #fff;
        display: block;
        margin-right: 0px;
    }

    #SearchTextInput {
        width: 62.4%;
        height: 40px;
        display: inline-block;
        z-index: 99;
        border-radius: 0px;
        border: none;
        position: relative;
        left: 50px;
        padding: 0px;
        outline: none;
    }

    #SearchButtonWrapper {
        right: 0px;
        position:  absolute;
        height: 40px;
        width: auto;
    }

    #SearchButton {
        height: 40px;
        width: 70px;
        font-size: 12px;
    }

    #MobileMenu {
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 7px;
        z-index: 99999;
        cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        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);
    }

    #MobileNavigation {
        z-index: 999;
        position: absolute;
        top: 43px;
        left: 0px;
        width: 215px;
        display: initial;
        text-align: left;
    }

    #MobileNavigation a, #MobileNavigation a:hover, #MobileNavigation a:active {
        color: #fff;
        display: block;
        text-decoration: none;
        padding-left: 15px;
    }

    #MobileNavigation ul {
        padding: 0px;
        margin: 0px;
    }

        #MobileNavigation ul > li {
            list-style-type: none;
            background-color: #4d4d4d;
            font-size: 18px;
            border-bottom: 1px solid #696969;
            line-height: 39px;
        }

            #MobileNavigation ul > li > ul > li {
                padding-left: 10px;
                font-size: 14px;
                box-sizing: border-box;
                background-color: #e0dede;
            }

                #MobileNavigation ul > li > ul > li a {
                    color: black;
                }

    .Active {
        background-color: #000 !important;
    }

    #MainNavigationWrapper {
        border-top: none;
        position: absolute;
        bottom: 45px;
        width: 100%;
        z-index: 99999999;
    }

    #MainNavigation {
        min-width: initial;
        max-width: initial;
    }

        #MainNavigation li {
            width: 33.3% !important;
        }

            #MainNavigation li a {
                font-size: 15px;
            }


    #HeaderProducts {
        display: none !important;
    }

    #QuickOrderPadForm {
        display: none !important;
    }

    #QuickPad, #PhoneNumber, #HeaderContact, #Slogan {
        display: none !important;
    }

    #QuickPadIcon {
        display: inline-block;
    }


        
    /****************************
        FAME-SPECIFIC STYLES
    *****************************/

        .FameHeaderWrapper .HeaderLogo {
            height: 85px;
        }

        .FameHeaderWrapper .TopNavigation {
            bottom: 5px;
        }

}
