@media all and (max-width:1024px) {
    .header-upper .header-selectors-wrapper {
        display: none
    }

    .category-navigation-list-wrapper, .category-navigation-title {
        display: none !important
    }

    .admin-header-links {
        position: fixed;
        top: 0;
        z-index: 1030;
        width: 100%
    }

    .responsive-nav-wrapper-parent {
        position: fixed;
        top: 0px;
        z-index: 1020;
        width: 100%;
        background-color: #fff;
        border-bottom: 3px solid #eee
    }

    .admin-header-links ~ .responsive-nav-wrapper-parent {
        top: 35px
    }

        .admin-header-links ~ .responsive-nav-wrapper-parent ~ .header {
            margin-top: 100px
        }

    .header {
        margin-top: 65px
    }

    .mobile-selector {
        overflow: hidden
    }

    .header-selectors-wrapper > div {
        margin: 0;
        display: block;
        position: relative
    }

    .profile-menu-box > a, .selector-title {
        display: block;
        padding: 15px 20px;
        line-height: 18px;
        font-size: 13px;
        color: #8c8c8c;
        font-weight: 700;
        background-color: #f6f6f6;
        border-top: 3px solid #fff;
        cursor: pointer;
        text-transform: uppercase
    }

        .selector-title:after {
            content: "\6a";
            display: inline-block;
            float: right;
            font-size: 9px;
            font-family: emporium-icons;
            transform: rotate(90deg);
            text-transform: none;
            color: #8c8c8c;
            transition: .3s
        }

        .selector-title.open:after {
            transform: rotate(-90deg)
        }

    .mobile-collapse {
        display: none;
        background-color: #efefef;
        padding: 10px 0
    }

    .header-selectors-wrapper > div input[type=radio] {
        display: none
    }

    .header-selectors-wrapper > div label {
        display: block;
        padding: 10px 38px;
        line-height: 18px;
        font-size: 14px;
        font-weight: 400
    }

    .header-selectors-wrapper > div input[type=radio]:checked + label {
        color: #97c300
    }

    .header-selectors-wrapper > div input[type=radio] + label:before {
        content: none;
        display: none
    }

    .responsive-nav-wrapper {
        position: relative;
        padding: 11px 0;
        background-color: #fff;
        text-align: center;
        font-size: 0;
        width: calc(100% - 20px);
        margin: 0 auto; 
    }

    .header-logo {
        display: none
    }

    .mobile-logo {
        position: relative;
        display: inline-block;
        text-align: center;
       /* max-width: calc(100% - 180px)*/
    }

        .mobile-logo .logo {
            position: relative;
            display: block;
            max-width: 100%;
            height: 40px;
            width: 200px;
            margin: 0 auto
        }

        .mobile-logo img {
            position: absolute;
            display: inline-block;
            width: auto;
            max-width: 100%;
            max-height: 100%;
            height: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

    .responsive-nav-wrapper:after {
        content: "";
        display: block;
        clear: both
    }

    .responsive-nav-wrapper > div {
        position: relative;
        display: inline-block;
        vertical-align: top; 
    }

        .responsive-nav-wrapper > div > a, .responsive-nav-wrapper > div > span {
            position: relative;
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 0;
            cursor: pointer
        }

            .responsive-nav-wrapper > div > a:before, .responsive-nav-wrapper > div > span:before {
                display: inline-block;
                font-family: emporium-icons;
                font-size: 18px;
                color: #8e8e8e
            }

    .responsive-nav-wrapper .menu-title span:before {
        content: "\67"
    }

    .responsive-nav-wrapper .search-wrap span:before {
        content: "\65"
    }

    .shopping-cart-link > a {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0
    }

        .shopping-cart-link > a:before {
            content: "\64";
            display: inline-block;
            font-family: emporium-icons;
            font-size: 24px
        }

    .shopping-cart-link .cart-qty {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #97c300;
        font-size: 10px;
        height: auto;
        padding: 0 1px;
        width: auto;
        min-width: 15px;
        display: inline-block;
        min-height: 15px;
        line-height: 15px;
        border-radius: 50%;
        color: #fff
    }

    .responsive-nav-wrapper .menu-title, .responsive-nav-wrapper .search-wrap {
        float: left
    }

    .responsive-nav-wrapper .personal-button, .responsive-nav-wrapper .shopping-cart-link {
        float: right
    }

    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1060;
        background-color: rgba(0,0,0,0);
        transition: background .3s
    }

        .overlayOffCanvas.show {
            background-color: rgba(0,0,0,.4)
        }

    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important
    }

    .header-menu.ps-container .ps-scrollbar-y-rail {
        visibility: hidden !important
    }

    .header-menu, .profile-menu-box, .store-search-box {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        margin-top: 0 !important;
        opacity: 1;
        padding: 0;
        border-radius: 0;
        pointer-events: auto;
        transition: .3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        z-index: 1070 !important
    }

    .store-search-box {
        width: 400px
    }

        .header-menu.open, .profile-menu-box.open, .store-search-box.open {
            left: 0
        }

    .close-side-menu, .header-menu .close-menu, .mobile-flyout-wrapper .close-side-menu {
        display: block;
        padding: 15px 20px;
        background-color: #82c341;
        color: #fff
    }

        .close-menu span, .close-side-menu span {
            display: inline-block;
            line-height: 17px;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase
        }

        .close-menu .close-menu-text, .close-side-menu .close-side-menu-text {
            font-weight: 700;
            letter-spacing: 1px
        }

    .close-menu .close-menu-btn, .close-side-menu-btn {
        float: right;
        font-size: 0 !important
    }

        .close-menu .close-menu-btn:hover {
            cursor: pointer
        }

    .close-menu-text:before, .close-side-menu-text:before {
        content: "\67";
        display: inline-block;
        margin-right: 15px;
        font-family: emporium-icons;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        color: #fff !important;
        text-transform: none;
        vertical-align: bottom
    }

    .profile-menu-box .close-side-menu-text:before {
        content: "\61"
    }

    .store-search-box .close-side-menu-text:before {
        content: "\65"
    }

    .close-menu-btn:before, .close-side-menu-btn:before {
        content: "\7a";
        display: inline-block;
        margin: 0 !important;
        font-family: emporium-icons;
        text-transform: none;
        font-size: 16px;
        color: #fff !important;
        vertical-align: bottom
    }

    .header-menu > ul li:after {
        content: "";
        display: block;
        clear: both
    }

    .header-form-holder > a, .header-menu > ul li > a, .header-menu > ul li > span, .profile-menu-box > a {
        display: block;
        position: relative;
        z-index: 0;
        padding: 16px 18px !important;
        font-size: 13px;
        line-height: 17px;
        color: #444;
        font-weight: 700;
        text-transform: uppercase
    }

    .header-menu > ul li {
        border-bottom: 3px solid #fff
    }

        .header-menu .top-menu > li, .header-menu > ul li.back-button, .header-menu > ul li:last-child {
            border-bottom: 0
        }

        .header-menu > ul li > .with-subcategories {
            float: left;
            width: calc(100% - 50px)
        }

    .plus-button {
        position: relative;
        z-index: 1;
        float: right;
        width: 50px;
        height: 50px;
        cursor: pointer
    }

        .plus-button:before {
            content: "\6a";
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            font-family: emporium-icons;
            font-size: 10px;
            color: #8c8c8c
        }

    .ico-compare, .ico-wishlist {
        display: block;
        padding: 15px 20px;
        line-height: 18px;
        font-size: 13px;
        font-weight: 700;
        color: #8c8c8c;
        background-color: #f6f6f6;
        border-top: 3px solid #fff;
        cursor: pointer;
        text-transform: uppercase
    }

        .ico-compare:before, .ico-wishlist:before {
            display: inline-block;
            font-family: emporium-icons;
            margin-right: 10px;
            font-size: 17px;
            color: #8e8e8e;
            font-weight: 400;
            text-transform: none;
            vertical-align: bottom
        }

    .personal-button {
        position: static !important
    }

    .wishlist-qty {
        display: none
    }

    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        z-index: 2;
        width: 320px;
        height: 100%;
        box-shadow: 1px 0 5px rgba(0,0,0,.5);
        overflow: hidden;
        background-color: #fff !important;
        transition: .3s;
        left: -100%
    }

        .header-menu .sublist-wrap.active {
            left: 0
        }

    .header-menu ul li.back-button {
        background-color: #97c300
    }

    .header-menu .back-button span {
        padding: 15px 20px !important;
        text-align: right;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer
    }

        .header-menu .back-button span:before {
            content: "\6b";
            display: inline-block;
            margin-right: 10px;
            font-family: emporium-icons;
            font-size: 10px;
            text-transform: none
        }

    .mobile-flyout-wrapper .close-side-menu-text:before {
        content: "\64"
    }

    .mobile-flyout-wrapper .flyout-cart-scroll-area {
        max-height: calc(100vh - 97px);
        overflow-y: scroll
    }

    .mobile-flyout-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 400px;
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        margin-top: 0 !important;
        opacity: 1;
        padding: 0;
        border-radius: 0;
        pointer-events: auto;
        transition: .3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        z-index: 1070 !important
    }

        .mobile-flyout-wrapper.open {
            left: 0
        }

        .mobile-flyout-wrapper .close-side-menu {
            display: block
        }

    .profile-menu-box.login-form-in-header {
        padding: 0;
        width: 320px
    }

    .login-form-in-header form {
        padding: 20px 20px 0
    }

    .search-box form {
        padding: 20px
    }

    .search-box input.search-box-text {
        width: calc(100% - 45px);
        padding: 0 5px 0 15px
    }

    .ui-autocomplete {
        width: calc(100% - 40px) !important
    }

    #topcartlink, .header-links-wrapper .header-links > ul {
        display: none
    }

    .header-links-wrapper.open {
        display: block
    }

    .html-account-page .block {
        float: none;
        width: auto;
        text-align: center
    }

        .html-account-page .block .listbox {
            display: block !important
        }
}
