/*=====================================================
    
                     MOBILE ONLY

=====================================================*/
.mobile .admin-header-links {
    z-index: 1030;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile .header-footer,
.mobile .additional-buttons,
.mobile .store-search-box .btn-open-search,
.mobile .desktop-blog-options-button {
    display: none !important;
}

.mobile .header {
    position: static !important;
    padding: 20px 0;
}

.mobile .item-box .buttons {
    display: none;
}

.mobile .header-logo a {
    width: 100px;
}

.mobile .select-wrap {
    position: relative;
}

    .mobile .select-wrap select {
        z-index: 2;
        width: 100%;
        top: 0;
        right: 0;
        height: 47px !important;
        font-size: 14px !important;
        position: absolute;
        opacity: 0;
    }

    .mobile .select-wrap .select-box {
        display: block !important;
        position: relative;
        z-index: 0;
    }

    .mobile .select-wrap .select-inner {
        position: relative;
        display: block !important;
        width: 100% !important;
        background: #fff;
        border: 1px solid #e4e4e4;
        border-radius: 2px;
        padding: 14px 14px 14px 37px;
        height: 47px;
        z-index: 1;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

        .mobile .select-wrap .select-inner:before {
            position: absolute;
            top: -2px;
            left: 0;
            content: "H";
            font-family: icons;
            font-size: 7px;
            line-height: 49px;
            width: 37px;
            background: #fff;
        }

.mobile.nav-bottom .responsive-nav-wrapper {
    position: fixed;
    bottom: 0;
    top: auto !important;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

    .mobile.nav-bottom .responsive-nav-wrapper.nav-down {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .mobile.nav-bottom .responsive-nav-wrapper.nav-up {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

.mobile.nav-top .responsive-nav-wrapper.stick {
    position: fixed;
    top: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.mobile.nav-top .responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mobile.nav-top .responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile .responsive-nav-wrapper {
    z-index: 1020;
    width: 100%;
    text-align: center;
    font-size: 0;
}

    .mobile .responsive-nav-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

    .mobile .responsive-nav-wrapper > div {
        position: relative;
        height: 50px;
        width: 50px;
        display: inline-block !important;
        vertical-align: middle;
    }

        .mobile .responsive-nav-wrapper > div:first-child {
            border-right: 0 !important;
        }

        .mobile .responsive-nav-wrapper > div:before {
            font-family: icons;
            font-size: 18px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 1;
            line-height: 50px;
        }

        .mobile .responsive-nav-wrapper > div.menu-title:before {
            content: "v";
            font-size: 16px;
        }

        .mobile .responsive-nav-wrapper > div.search-wrap:before {
            content: "o";
        }

        .mobile .responsive-nav-wrapper > div.to-wishlist:before {
            content: "q";
        }

        .mobile .responsive-nav-wrapper > div.shopping-cart-link:before {
            content: "m";
        }

        .mobile .responsive-nav-wrapper > div.personal-button:before {
            content: "w";
        }

        .mobile .responsive-nav-wrapper > div#goToTop:before {
            content: "z";
        }

        .mobile .responsive-nav-wrapper > div > span,
        .mobile .responsive-nav-wrapper > div > a {
            position: relative;
            z-index: 2;
            display: block;
            height: 50px;
            font-size: 0;
        }

.mobile .ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}

.mobile.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}

.mobile .overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1060;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

    .mobile .overlayOffCanvas.show {
        background: rgba(0, 0, 0, 0.5);
    }

.mobile .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    text-align: right;
    overflow: hidden;
    z-index: 1070;
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .mobile .header-menu.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    }

.mobile .close-menu span {
    position: relative;
    display: block;
    font-size: 0;
    cursor: pointer;
    height: 50px;
}

    .mobile .close-menu span:before {
        content: "t";
        font-family: icons;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -6px;
    }

.mobile .header-menu > ul li:after {
    content: "";
    display: block;
    clear: both;
}

.mobile .header-menu > ul .with-sublist-wrap {
    margin-top: 1px;
}

.mobile .header-menu > ul .without-sublist-wrap + .with-sublist-wrap {
    margin-top: 30px;
}

.mobile .header-menu > ul li > a,
.mobile .header-menu > ul li > span {
    display: block;
    padding: 15px 40px !important;
    line-height: 1.4;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    z-index: 0;
}

.mobile .header-menu > ul li:last-child > a,
.mobile .header-menu > ul li:last-child > span {
    border-bottom: 0;
}

.mobile .header-menu > ul li > .with-subcategories {
    width: calc(100% - 49px);
    float: right;
}

.mobile .plus-button {
    position: relative;
    z-index: 1;
    float: left;
    width: 49px;
    height: 49px;
    cursor: pointer;
}

    .mobile .plus-button:before {
        content: "p";
        font-family: icons;
        font-size: 8px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -4px;
    }

.mobile .header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    text-align: right;
    overflow: hidden;
    z-index: 2;
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .mobile .header-menu .sublist-wrap.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    }

.mobile .header-menu .back-button span {
    position: relative;
    display: block;
    height: 50px;
    font-size: 0;
    font-weight: 400;
}

    .mobile .header-menu .back-button span:before {
        content: "%";
        font-family: icons;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -6px;
    }

.mobile .header-menu .back-button + .with-sublist-wrap {
    margin-top: 1px !important;
}

.mobile .admin-header-links,
.mobile .responsive-nav-wrapper,
.mobile .master-wrapper-content,
.mobile .header,
.mobile .footer,
.mobile .slider-wrapper {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.mobile .store-search-box {
    position: fixed;
    right: 0;
    width: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    z-index: 1070;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.mobile.nav-bottom .store-search-box {
    bottom: -80px;
}

    .mobile.nav-bottom .store-search-box.open {
        bottom: 0;
    }

.mobile.nav-top .store-search-box {
    top: -80px;
}

    .mobile.nav-top .store-search-box.open {
        top: 0;
    }

.mobile .store-search-box .search-box-content:after {
    content: "";
    display: block;
    clear: both;
}

.mobile .store-search-box .search-box-button {
    float: right;
    width: 67px;
    height: 57px;
    border: none;
    background: url(../img/icon-search.png) center no-repeat;
    font-size: 0;
}

.mobile .store-search-box input.search-box-text {
    float: right;
    width: calc(100% - 67px) !important;
    height: 57px;
    padding: 0;
    background: none;
    border: 0;
    color: #fff;
    font-size: 15px;
}

    .mobile .store-search-box input.search-box-text::-webkit-input-placeholder {
        color: #fff !important;
    }

    .mobile .store-search-box input.search-box-text::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff !important;
    }

    .mobile .store-search-box input.search-box-text:-ms-input-placeholder {
        color: #fff !important;
    }

.mobile .ui-autocomplete {
    display: none !important;
}

.mobile .header-links-wrapper {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1070;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile.nav-bottom .header-links-wrapper {
    bottom: -100%;
}

    .mobile.nav-bottom .header-links-wrapper.open {
        bottom: 0;
    }

.mobile.nav-top .header-links-wrapper {
    top: -100%;
}

    .mobile.nav-top .header-links-wrapper.open {
        top: 0;
    }

.mobile .header-links-list {
    padding: 15px 0;
}

.mobile .header-links-item .account-dd-trigger,
.mobile .header-links-item.wishlist-link-item,
.mobile .header-links-item.cart-link-item {
    display: none !important;
}

.mobile .header-links a {
    font-size: 13px;
    display: inline-block;
    padding: 8px;
}

.mobile .header-selectors-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.mobile .header-selectors-wrapper > div {
    float: right;
    position: relative;
    width: 100%;
}

    .mobile .header-selectors-wrapper > div:first-child {
        border-right: 0;
    }

    .mobile .header-selectors-wrapper > div.currency-selector,
    .mobile .header-selectors-wrapper > div.language-selector {
        width: 50%;
    }

        .mobile .header-selectors-wrapper > div.currency-selector:last-child,
        .mobile .header-selectors-wrapper > div.tax-display-type-selector + div.language-selector,
        .mobile .header-selectors-wrapper > div.language-selector:first-child {
            width: 100%;
        }

.mobile .header-selectors-wrapper .select-box {
    font-size: 13px;
}

.mobile .header-selectors-wrapper .select-inner {
    vertical-align: middle;
    width: auto !important;
    background: none;
    border: 0;
    display: inline-block !important;
    padding-left: 28px;
}

    .mobile .header-selectors-wrapper .select-inner:after {
        content: "<";
        font-family: icons;
        font-size: 5px;
        position: absolute;
        top: 0;
        left: 0;
        width: 28px;
        line-height: 47px;
    }

    .mobile .header-selectors-wrapper .select-inner:before {
        display: none !important;
    }

.mobile .page.registration-page,
.mobile .page.login-page {
    margin-bottom: 40px;
}

.mobile .block-account-navigation {
    position: absolute;
    top: -60px;
    width: 230px;
    margin: auto;
    right: 0;
    left: 0;
}

    .mobile .block-account-navigation .list {
        display: none;
    }

.mobile .account-page .page-body {
    min-height: 0 !important;
}

.mobile .cart-collaterals.for-mobile .est-ship-content,
.mobile .cart-collaterals.for-mobile .deals-content {
    display: none;
}

.mobile .cart-collaterals.for-mobile .est-ship-title,
.mobile .cart-collaterals.for-mobile .deals-title {
    cursor: pointer;
}

    .mobile .cart-collaterals.for-mobile .est-ship-title:after,
    .mobile .cart-collaterals.for-mobile .deals-title:after {
        content: "A";
        font-family: icons;
        font-size: 11px;
        line-height: 1;
        width: 11px;
        height: 11px;
        color: #bcbcbc;
        position: absolute;
        top: 50%;
        left: 16px;
        margin-top: -6px;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .mobile .cart-collaterals.for-mobile .est-ship-title.open:after,
    .mobile .cart-collaterals.for-mobile .deals-title.open:after {
        content: "B";
    }

.mobile .mobile-blog-options-button {
    position: relative;
    margin: 25px -30px 0;
    font-size: 0;
    cursor: pointer;
}

    .mobile .mobile-blog-options-button span {
        position: relative;
        display: inline-block;
        padding: 13px 26px 13px 0;
        font-size: 13px;
        color: #fff;
        font-weight: 700;
        line-height: 1;
    }

        .mobile .mobile-blog-options-button span:before {
            content: "k";
            font-family: icons;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -8px;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

    .mobile .mobile-blog-options-button:after {
        content: "A";
        font-family: icons;
        font-size: 11px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 30px;
        margin-top: -6px;
        line-height: normal;
        font-weight: 400;
    }

.mobile .blog-navigation-wrap .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    cursor: pointer;
    height: 46px;
    font-size: 0;
}

    .mobile .blog-navigation-wrap .btn-close:before {
        content: "t";
        font-family: icons;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -6px;
        color: #fff;
    }

.mobile .compare-products-page .mobile-compare-products .list {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.mobile .compare-products-page .mobile-compare-products .picture-list {
    padding: 23px 17px;
}

    .mobile .compare-products-page .mobile-compare-products .picture-list:after {
        content: "";
        display: block;
        clear: both;
    }

.mobile .compare-products-page .mobile-compare-products .picture-item {
    text-align: right;
    margin: auto;
    max-width: 400px;
}

    .mobile .compare-products-page .mobile-compare-products .picture-item:first-child {
        margin-top: 0;
    }

.mobile .compare-products-page .mobile-compare-products .buttons {
    margin: 0 0 10px;
    text-align: right;
}

.mobile .compare-products-page .mobile-compare-products .remove-button {
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    border-radius: 2px;
    height: 33px;
    white-space: normal;
}

.mobile .compare-products-page .mobile-compare-products .item .item-title {
    font-size: 13px;
    color: #6f6f6f;
    background: #f3f3f3;
    padding: 16px;
    font-weight: 700;
}

.mobile .compare-products-page .mobile-compare-products .item ul {
    padding: 15px;
}

.mobile .compare-products-page .mobile-compare-products .item li {
    font-size: 16px;
    padding: 10px 0;
}

    .mobile .compare-products-page .mobile-compare-products .item li.title-item,
    .mobile .compare-products-page .mobile-compare-products .item li.price-item {
        font-weight: 700;
    }

@media all and (max-width: 767px) {
    .mobile .sub-category-grid .item-grid {
        display: none;
    }

    .mobile .sub-category-grid .select-wrap .select-box {
        font-size: 16px;
    }

    .mobile .sub-category-grid .select-wrap .select-inner {
        vertical-align: middle;
        width: auto !important;
        background: none;
        border: 0;
        padding-right: 28px !important;
        padding-left: 28px !important;
        line-height: 1.4;
    }

    .mobile .sub-category-grid .select-inner:after {
        content: "<";
        font-family: icons;
        font-size: 7px;
        color: #a3a3a3;
        background: #f9f9f9;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 47px;
        width: 28px;
    }

    .mobile .sub-category-grid .select-inner:before {
        display: none !important;
    }
}

.mobile .product-selectors select {
    min-width: 72px;
    max-width: 100%;
}

@media all and (max-width: 550px) {
    .mobile .product-selectors > div {
        display: block;
        margin: 0;
    }

        .mobile .product-selectors > div.product-sorting {
            margin: 0 0 14px;
        }

        .mobile .product-selectors > div > span:first-child {
            display: block;
            margin: 0 0 7px;
        }

    .mobile .product-selectors .select-wrap {
        margin: 0 auto;
        width: 260px;
    }

    .mobile .product-selectors select {
        width: 100%;
    }

    .mobile .product-selectors .customStyleSelectBoxInner {
        width: 260px !important;
    }
}
