@charset "UTF-8";

@media all and (max-width: 1260px) {
    .admin-header-links {
        border-bottom: 1px solid #e3e3e3;
        background-color: #fff;
    }

    .header-lower {
        padding: 10px 0;
        position: relative;
        z-index: 9;
    }

    .scrollYRemove .header .header-top {
        z-index: 0;
    }

    .header.scroll-down .header-lower {
        background: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header.scroll-down .header-lower .search-box {
        /* display: none; */
    }

    .header-lower .search-box.store-search-box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        width: auto;
        max-width: none;
    }

    .header-upper .flex-placeholder,
    .header-selectors-wrapper {
        display: none;
    }

    .header-upper .search-box.store-search-box {
        display: none;
    }

    .header-logo {
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-logo a img {
        max-height: 40px;
    }

    .header-upper .menu-open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -webkit-box-flex: 1; */
        -ms-flex: 1;
        /* flex: 1; */
    }

    .header.active .header-lower>.menu-button {
        display: block;
    }

    .responsive-strip {
        position: fixed;
        top: 0;
        z-index: 1020;
        width: 100%;
    }

    .header.scroll-down .header-top {
        /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    }

    /* RESPONSIVE NAV WRAPPER */
    .responsive-logo-wrapper {
        position: relative;
        z-index: 2;
        height: 50px;
        -webkit-box-shadow: 0 1px 0px #e3e3e3;
        box-shadow: 0 1px 0px #e3e3e3;
        background-color: #fff;
        padding: 0 50px;
        text-align: center;
        font-size: 0;
    }

    .responsive-logo-wrapper .logo {
        display: inline-block;
        height: 50px;
        max-width: 100%;
        padding: 10px;
    }

    .responsive-logo-wrapper .logo img {
        max-height: 100%;
    }

    .responsive-logo-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

    /* OVERLAY & SCROLL */
    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

    .overlayOffCanvas.show {
        background-color: rgb(0 0 0 / 60%);
    }

    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* RESPONSIVE MENU */
    .header-menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1050;
        width: 320px;
        max-width: 100%;
        height: 100%;
        background-color: #fff;
        text-align: right;
        margin-inline-end: auto;
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
        -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
        transform: translate(100%);
    }

    .header-menu.opened {
        -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 54%);
        box-shadow: 0 0 25px rgb(0 0 0 / 54%);
    }

    .header-menu:not(.menu-res) {
        /* display: none; */
    }

    .header-menu.open {
        z-index: 999999;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .header-menu .menu-button {
        position: absolute;
        left: 15px;
        top: 17px;
    }

    .header  .menu-open {
        display: flex !important;
        align-items: center;
        height: 50px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
        cursor: pointer;
    }

    .header-lower .menu-open {
        display: none;
        color: #333;
    }

    .header-menu.open .menu-open {
        width: 40px;
        height: 40px;
        /* border-color: #c09e6c; */
        /* background-color: #c09e6c; */
        background: var(--color-main) !important;
        /* border: 1px solid #555; */
    }

    .header-menu.open .menu-open span {
        background-color: var(--color-on-main);
        /* opacity: 0.5; */
    }

    .menu-open span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 17px;
        height: 2px;
        margin: auto;
        opacity: 1;
        background-color: #666;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease;
        -o-transition: 0.25s ease;
        transition: 0.25s ease;
    }

    .menu-open span:nth-child(1) {
        top: 15px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .menu-open span:nth-child(2) {
        top: 15px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .menu-open span:nth-child(3) {
        top: 25px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .header-menu.open .menu-open span:nth-child(1) {
        top: 12px;
        left: 4px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-menu.open .menu-open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .header-menu.open .menu-open span:nth-child(3) {
        top: 24px;
        left: 4px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-menu .menu-close::before {
        content: '\e90a';
        color: #333;
        font: 14px pacific;
        padding: 18px;
        position: absolute;
        cursor: pointer;
        left: 0;
        top: 0;
    }

    .header-menu.open .menu-close {
        z-index: 2;
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 73px;
        padding: 20px;
        background: var(--color-main);
    }
    
    .menu-header a.logo img {
        display: inline-block;
        width: auto;
        height: 30px;
        vertical-align: middle;
    }

    .menu-header>div {
        display: table-cell;
        position: relative;
        min-width: 34.5px;
        border: 1px solid #d1d1d1;
        border-width: 0 0 1px 1px;
        vertical-align: middle;
        font-size: 0;
    }

    .menu-header>div a,
    .menu-header>div select {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .menu-header>div a:before,
    .menu-header .tax-display-type-selector:before,
    .menu-header .currency-selector:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        font-family: "pacific";
        font-size: 15px;
        line-height: 50px;
        cursor: pointer;
    }

    .menu-header>div select {
        width: 100%;
        min-width: 0;
        height: 50px;
        padding: 0;
        cursor: pointer;
        opacity: 0;
    }

    .menu-header>div:last-child {
        border-left: 0;
    }

    .menu-header .ico-register:before {
        content: "\e929";
    }

    .menu-header .ico-login:before {
        content: "\e919";
    }

    .menu-header .ico-wishlist:before {
        content: "\e935";
    }

    .menu-header .ico-account:before {
        content: "\e91e";
        font-size: 17px;
    }

    .menu-header .ico-logout:before {
        content: "\e91a";
    }

    .menu-header .ico-compare:before {
        content: "\e90c";
        font-size: 13px;
    }

    .menu-header .ico-inbox:before {
        content: "\e914";
        font-size: 13px;
    }

    .menu-header .tax-display-type-selector:before {
        content: "\e938";
        font-size: 18px;
    }

    .menu-header .currency-selector:before {
        content: "\e939";
        font-size: 22px;
    }

    .menu-header .wishlist-qty,
    .menu-header .inbox-unread {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 13px;
        height: 13px;
        margin: auto;
        border-radius: 50%;
        background-color: #c09e6c;
        text-align: center;
        font-size: 8px;
        line-height: 12px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.7);
        -webkit-transform: translate(9px, -9px);
        -ms-transform: translate(9px, -9px);
        transform: translate(9px, -9px);
    }

    .menu-header .tax-display-type-selector,
    .menu-header .currency-selector,
    .menu-header .mobile-language-selector {
        background-color: #e9e9e9;
    }

    .menu-header .desktop-language-selector {
        display: none;
    }

    .menu-header .current-language-image {
        width: 16px;
        height: 11px;
        margin: auto;
    }

    .menu-body {
        height: 100%;
        position: relative;
        max-height: calc(100vh - 73px);
        /* overflow-y: auto; */
        background: #fff;
    }

    .mega-menu-responsive {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .sublist .sublist > li > a {
        font-weight: 400;
    }

    .sublist .sublist .sublist > li > a {
        font-weight: 300;
    }

    .menu-body>ul li:after {
        content: "";
        display: block;
        clear: both;
    }

    .menu-body>ul li>a,
    .menu-body>ul li>span {
        display: block;
        position: relative;
        z-index: 0;
        padding: 12px 20px !important;
        font-size: 14px;
        color: #000;
    }

    .menu-body>ul li:last-child>a,
    .menu-body>ul li:last-child>span {
        border-bottom: 0;
    }

    .mega-menu-responsive .single-item-categories {
        font-weight: 500;
        margin-top: 15px;
    }

    .header-menu .menu-body .mega-menu-categories>.with-subcategories::after {
        display: none;
    }

    .plus-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 20px;
        position: absolute;
        cursor: pointer;
        z-index: 1;
        left: 0;
    }

    .plus-button:before {
        content: '\e80e';
        text-align: center;
        font: bold 14px pacific;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer;
    }

    .sublist .sublist .plus-button.close ~ a {
        color: var(--color-main);
    }

    .sublist-wrap .sublist-wrap .plus-button::before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sublist-wrap .sublist-wrap .plus-button.close::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sublist-wrap .sublist-wrap .sublist-wrap .plus-button {
        display: none;
    }

    .menu-body .sublist-wrap {
        width: 100% !important;
    }

    .menu-body .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .mega-menu-responsive .nav-cat-title a {
        color: var(--color-main);
        font-size: 15px;
        font-weight: 500 !important;
        padding: 20px 20px 5px 20px !important;
    }

    .mega-menu-responsive .nav-cat-link a {
        color: #999;
        font-size: 13px;
        font-weight: 300;
    }

    .sublist .sublist .sublist .nav-cat-title {
        display: none;
    }

    .mega-menu-responsive .nav-cat-link a::after {
        content: '\e80e';
        display: inline-block;
        width: 19px;
        text-align: center;
        font: 14px pacific;
        vertical-align: middle;
    }

    .menu-body ul .back-button {
        position: absolute;
        cursor: pointer;
        z-index: 1;
        left: 0;
        top: 0;
    }

    .mega-menu-categories > .sublist-wrap > .sublist > .back-button {
        display: none;
    }

    .menu-body .back-button span {
        font-size: 0;
    }

    .menu-body .back-button span:before {
        content: '\e80e';
        display: block;
        color: #000;
        font: 16px pacific;
        padding: 20px;
    }

    .mega-menu-responsive .mega-menu-categories::after {
        content: '';
        width: 85%;
        margin: 10px auto;
        border-bottom: 1px solid #e6e6e6;
    }

    .mega-menu-categories > .plus-button {
        display: none;
    }

    .mega-menu-categories > span {
        pointer-events: none;
    }

    .mega-menu-responsive .sublist-wrap > .sublist .sublist-wrap {
        height: 100%;
        background: #fff;
        position: absolute;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 999;
        right: 0;
        top: 0;
    }

    .mega-menu-responsive .sublist-wrap > .sublist .sublist-wrap.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .mega-menu-responsive .nav-parent-cat-link {
        display: none;
    }

    .mega-menu-responsive .mega-menu-categories .sublist-wrap .sublist-wrap .sublist-wrap {
        position: relative;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .mega-menu-responsive .sublist-wrap .sublist-wrap .sublist-wrap {
        height: 0;
        padding-right: 20px;
        background: #f9f9f9;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top;
        -webkit-transform: translateY(-10px) !important;
            -ms-transform: translateY(-10px) !important;
                transform: translateY(-10px) !important;
        overflow: hidden;
        opacity: 0;
    }

    .mega-menu-responsive .sublist-wrap .sublist-wrap .plus-button.close ~ .sublist-wrap {
        height: 100%;
        -webkit-transform: translateY(0) !important;
            -ms-transform: translateY(0) !important;
                transform: translateY(0) !important;
        opacity: 1;
    }

    .mega-menu-responsive .mega-menu-categories .sublist-wrap .sublist-wrap .sublist-wrap .back-button,
    .mega-menu-responsive .mega-menu-categories .sublist-wrap .sublist-wrap .sublist-wrap .nav-parent-cat-link,
    .mega-menu-responsive .mega-menu-categories .sublist-wrap .sublist-wrap .sublist-wrap .sublist-wrap {
        display: none;
    }

    .mega-menu-responsive > .mega-menu-categories > .sublist-wrap > .sublist > .has-sublist > .sublist-wrap > .sublist {
        width: 100%;
        max-height: calc(100vh - 73px);
        overflow-x: hidden;
        overflow-y: auto;
        float: right;
    }

    .mega-menu-responsive [class*=ps-scrollbar] {
        display: none !important;
    }

    /* FLYOUT CART */
    .header-flyout-cart {}

    .header-flyout-cart.open {
        z-index: 1075;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .header-flyout-cart.open .flyout-cart-link:before {
        opacity: 0;
    }

    .header-flyout-cart.open .flyout-cart-link a {
        width: 40px;
    }

    .header-flyout-cart .cart-qty,
    .header-flyout-cart .cart-qty-number-desktop {
        display: none;
    }

    .open .mobile-flyout-cart-toggle {
        right: -40px;
        width: 40px;
        background-color: #c09e6c;
    }

    .open .mobile-flyout-cart-toggle span.first {
        top: 24px;
        left: 0px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 1;
    }

    .open .mobile-flyout-cart-toggle span.second {
        top: 24px;
        left: 0px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 1;
    }

    .no-items-in-cart span {
        display: none;
    }

    .mini-shopping-cart .items {
        position: relative;
        height: calc(100% - 167px);
        overflow-y: auto;
    }

    /* SEARCH BOX */
    .store-search-box {
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .store-search-box form {
        position: relative;
        z-index: 1075;
    }

    .store-search-box .ui-autocomplete {
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
    }

    .store-search-box.nav-down .ui-autocomplete {
        /*-webkit-transform: translate(0, -100%); */
        /*-ms-transform: translate(0, -100%); */
        /*transform: translate(0, -100%); */
    }

    .search-box-opener {
        display: none;
    }

    /* HEADER LINKS */
    .header-links-wrapper.open {
        display: block;
    }

    /* CATEGORY PAGE */
    .product-sorting select,
    .product-page-size select {
        position: relative;
        z-index: 2;
        /*! width: 42px; */
        /*! height: 30px; */
        /*! border: 1px solid rgba(0, 0, 0, .2); */
        border-width: 0 0 0 1px;
        background: none;
        padding: 0;
        /* font-size: 0; */
    }

    .product-page-size #products-pagesize {
        width: 42px;
        font-size: 0;
        height: 34px;
    }

    .product-sorting option,
    .product-page-size option {
        background-color: #fff;
        font-size: 14px;
    }

    .product-selectors .product-viewmode a {
        border: none;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .product-selectors .product-viewmode a.selected {
        background-color: #fff;
    }

    .product-selectors .product-viewmode a.selected:before {
        opacity: 0.8;
    }

    .filters-button {
        /* display: none !important; */
        position: relative;
        /* float: left; */
        overflow: hidden;
        text-align: right;
        font-size: 14px;
        /* line-height: 55px; */
        /* font-weight: bold; */
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-transform: uppercase;
        /* color: #fff; */
        cursor: pointer;
    }

    .filters-button:before {
        content: "\e911";
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        text-align: center;
        font-family: "pacific";
        font-size: 18px;
        line-height: 31px;
        color: #000;
    }

    .category-page-body {
        /* padding-bottom: 55px; */
    }

    .category-page-body .scroll-back-button {
        bottom: 65px;
    }

    /* PRODUCT PAGE */
    .product-details-page .breadcrumb li:last-child {
        display: none;
    }

    .product-details-page .breadcrumb li:nth-last-child(2) a>span {
        font-weight: normal;
        color: #aaa;
    }

    .product-details-page .breadcrumb li:nth-last-child(2) .delimiter {
        display: none;
    }

    .product-details-page .block-category-navigation {
        display: none;
    }

    .product-details-grouped-page .overview-buttons {
        width: 100%;
        text-align: center;
    }

    .product-page-layout-two .gallery .picture a {
        pointer-events: none;
    }

    .product-page-layout-two .gallery .slick-dots {
        font-size: 0;
        margin: 10px 0 0;
    }

    .product-page-layout-two .gallery .slick-dots li {
        display: inline-block;
        margin: 10px 2px;
    }

    .product-page-layout-two .gallery .slick-dots button {
        position: relative;
        width: 30px;
        height: 4px;
        border: none;
        background-color: #dedede;
        font-size: 0;
    }

    .product-page-layout-two .gallery .slick-dots button:before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: 0;
        bottom: -10px;
        left: 0;
        background-color: transparent;
    }

    .product-page-layout-two .gallery .slick-dots .slick-active button {
        background-color: #c09e6c;
    }

    .product-page-layout-two .product-grid {
        margin: 35px 0;
    }

    /* ACCOUNT PAGES */
    .html-account-page .block {
        float: none;
        width: auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .html-account-page .block a.active {
        font-weight: bold;
        color: #c09e6c;
    }

    /* SHOPPING CART */
    .cart-footer~.cross-sells {
        display: none;
    }

    .cart-info-stick {
        /* position: static !important; */
    }

    /* RESPONSIVE TABLES */
    .wishlist-page .table-wrapper,
    .shopping-cart-page .table-wrapper,
    .checkout-page .section.order-summary .cart-content .table-wrapper {
        border: none;
        background-color: transparent;
    }

    .shopping-cart-page .cart-content .cart > tbody > tr {
        padding: 20px 15px;
        border-radius: 10px;
        border: 1px solid #888;
        overflow: hidden;
    }

    .cart thead {
        display: none;
    }

    .cart tr,
    .cart td {
        display: block;
    }

    .cart .td-title {
        display: inline-block;
        color: #888;
        margin-left: auto;
    }

    .cart tr {
        position: relative;
        margin: 0 0 10px;
        border: 1px solid #eee;
        overflow: hidden;
        background-color: #fff;
        padding: 0 0 40px;
        text-align: center;
        font-size: 0;
    }

    .cart td {
        border: none;
        font-size: 14px;
    }

    .cart tr>*:first-child,
    .cart tr>*:last-child {
        border: none;
        padding: 10px;
    }

    .cart .checkbox-label {
        width: auto;
        height: auto;
        padding: 0 25px 0 0;
        font-size: 14px;
    }

    .cart .checkbox-label:before {
        top: 0;
    }

    .cart input[type="checkbox"]:checked~label:after {
        top: -1px;
    }

    .cart td.remove-from-cart,
    .cart td.add-to-cart {
        display: inline-block;
        width: 50%;
    }

    .shopping-cart-page .cart td.remove-from-cart {
        width: 100%;
    }

    .cart td.sku {
        border-top: 1px solid #eee;
    }

    .cart td.sku:first-child {
        border-top: none;
    }

    .cart .product-picture {
        float: right;
        width: 140px;
        border-top: 1px solid #eee;
        padding-left: 0;
    }

    .cart .product-picture a {
        position: relative;
        display: block;
        width: 120px;
        height: 120px;
    }

    .cart .product-picture a:before {
        /* content: ""; */
        display: block;
        padding-top: 100%;
    }

    .cart .product-picture~td {
        text-align: right;
    }

    .cart .product {
        border-top: 1px solid #eee;
    }

    .cart .product a {
        font-size: 14px;
    }

    .cart .unit-price {
        padding: 0 10px 10px;
        font-size: 14px;
        display: none;
    }

    .cart .quantity {
        padding: 0 10px 10px;
    }

    .cart .qty-input {
        width: 35px;
        height: 35px;
        padding: 0;
    }

    .cart .qty-dropdown {
        width: 50px;
        height: 35px;
        padding: 0 10px 0 20px;
        line-height: 35px;
    }

    .cart .subtotal .discount,
    .cart .subtotal .discount+div {
        display: inline-block;
        margin: 0 5px;
    }

    .store-search-box.ac-active .close-btn,
    #small-search-box-form:focus-within .close-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999;
        bottom: 125%;
        left: 0;
    }

    .header.active .store-search-box.ac-active .close-btn,
    .header.active #small-search-box-form:focus-within .close-btn {
        bottom: 7px;
        right: calc(100% + 13px);
        left: auto;
    }

    #small-search-box-form:focus-within .close-btn {
        display: none;
    }

    .close-btn::before {
        content: "\e90a";
        font: 12px pacific;
    }

    .spc-categories .spc-header .category-details {
        width: 100% !important;
        border: 0;
    }

    .spc .product-grid-bestsellers .item-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        overflow: auto;
        gap: 50px;
    }

    .product-grid .item-box .product-box-out-of-stock {
        padding: 4px;
        /* border-radius: 15px; */
    }

    .product-grid-bestsellers .buttons button {
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none;
        color: #000;
        font-size: 13px;
        padding: 8px 10px;
        border: 0;
        border-radius: 20px;
        background: rgb(0 0 0 / 10%);
    }

    .home-page-body .page-body .slider-wrapper {
        margin-bottom: 0 !important;
    }

    .home-page-body .category-boxes-layout-1 .category-grid>.item-grid {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }


    .home-page-body .product-grid-bestsellers .spc-cat-more {
        display: none;
    }

    .home-page-body .page.home-page :not(.category-item)>.title {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .home-page-body .page.home-page :not(.category-item)>.title>strong {
        margin: 0 !important;
        font-weight: 500;
        font-size: 18px !important;
        color: #000000;
    }

    .home-page-body .page.home-page .amazing-products-wrap {
        /* margin-top: 15px; */
        margin-bottom: 0;
    }

    .home-page-body .page.home-page .products-cat-carousel,
    .home-page-body .master-wrapper-content .product-grid.home-page-product-grid {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .home-page-body .master-wrapper-content #anywhereSlider5 {
        margin-top: 30px;
    }

    .home-page-body .page.home-page .sale-of-the-day-offer.support-rtl,
    .home-page-body .page.home-page .rich-blog-homepage {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .home-page-body .master-wrapper-content .product-grid-bestsellers .buttons,
    .home-page-body .master-wrapper-content .products-cat-carousel .add-info,
    .home-page-body .master-wrapper-content .product-grid .item-box .buttons,
    .home-page-body .master-wrapper-content .product-grid .item-box .add-info,
    .home-page-body .master-wrapper-content .product-grid .item-box .buttons {
        margin-top: 0;
    }

    .home-page-body .product-grid .item-box .product-box-out-of-stock,
    .home-page-body .product-grid .item-box button.product-box-add-to-cart-button,
    .home-page-body .master-wrapper-content .product-grid-bestsellers .buttons button {
        /* padding: 8px 30px; */
        /* border-radius: 10px; */
        /* font-size: 16px; */
        /* margin: 7px 0 0; */
    }

    .home-page-body .product-grid .item-box .details {
        /* padding: 16px 0; */
    }

    .home-page-body .products-cat-carousel .item-box .product-title,
    .home-page-body .products-cat-carousel .item-box .product-title a,
    .home-page-body .item-box .product-title,
    .home-page-body .item-box .product-title a {
        font-size: 12px;
        font-weight: 400;
        text-align: right;
    }


    .home-page-body .item-box .price,
    .home-page-body .products-cat-carousel .item-box .prices span {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: var(--color-main);
    }

    .home-page-body .sale-of-the-day-offer .overview .prices {
        text-align: center;
    }

    .home-page-body .sale-of-the-day-offer .link span {
        color: #000;
        font-weight: 400;
    }

    .home-page-body .page.home-page .rich-blog-homepage>.title>strong {
        font-weight: 700;
        font-size: 22px !important;
        color: #000000;
    }

    .home-page-product-grid .item-box {
        min-width: 150px;
        /* max-width: 230px; */
    }

    .nopAjaxFilters7Spikes {
        padding: 20px;
        border-left: 1px solid #b1b1b1;
        -webkit-transform: translate(100%) !important;
        -ms-transform: translate(100%) !important;
        transform: translate(100%) !important;
        z-index: 99999999 !important;
    }

    .category-page-body .nopAjaxFilters7Spikes.opened .filtersTitlePanel .close-filters {
        height: 40px;
        border: 1px solid #b1b1b1;
        background: #333 !important;
        right: auto;
        left: 0;
        top: 8px;
    }

    .footer-grid {
        display: flex;
        flex-wrap: wrap;
        /* grid-template-columns: 1fr 1fr 1fr; */
        /* grid-template-rows: auto; */
        /* grid-auto-rows: auto; */
    }

    .footer-grid-item:first-child {
        /* grid-row: 1 / 3; */
        /* grid-column: auto; */
    }

    .footer-grid-item:nth-child(2) {
        /* grid-row: 1 / 3; */
    }

    ma {
        grid-column: 3 / 5;
    }

    .footer-cert-logos-list {}

    .footer-grid-item:nth-child(4) {
    margin: auto;
}

    .blog-page .blog-posts .post-date {
        /* margin: 0; */
        /* right: 10px; */
        /* top: 0; */
    }

    .product-tag-page .product-item {
        border-radius: 10px;
        border: 1px solid #ddd;
    }

    .worldcup-landing-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .product-sorting .order-title {
        display: none;
    }

    .blog-page .blog-posts .post-head .post-title,
    .blog-page .post-body,
    .news-list-page .news-body {
        /* padding: 5px 0; */
        /* margin: 0; */
    }

    .table-wrapper table.cart,
    .table-wrapper table.cart>tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .table-wrapper table.cart>tbody>tr {
        /* width: 100%; */
        height: auto !important;
        direction: ltr;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(8, auto);
        grid-auto-columns: 1fr;
        grid-auto-flow: row;
        grid-template-areas:
            "row1 row1 row1 img img"
            "row2 row2 row2 img img"
            "row3 row3 row3 row3 row3"
            "row4 row4 row4 row4 row4"
            "row5 row5 row5 row5 row5"
            "row6 row6 row6 row6 row6"
            "row7 row7 row7 row7 row7"
            "row8 row8 row8 row8 row8";
        max-width: 100%;
        padding: 0;
        margin: 0 0 10px 10px;
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .table-wrapper table.cart>tbody>tr>td.vendor {
        grid-area: row5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        border-top: 1px solid #e6e6e6;
    }

    .table-wrapper table.cart {
        margin: 0;
    }

    .table-wrapper table.cart>tbody>tr>td {
        direction: rtl;
        padding: 10px 0;
        border: 0;
        position: relative;
    }

    .table-wrapper table.cart .product-picture {
        grid-area: img;
        float: none !important;
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .table-wrapper table.cart .product-picture a {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .table-wrapper table.cart .product-picture a img {
        width: 100%;
        max-height: 120px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .table-wrapper table.cart .product {
        grid-area: row1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 !important;
    }

    .table-wrapper table.cart .product a {
        width: 100%;
        font-size: 14px;
        color: #333;
    }

    .table-wrapper table.cart .sku {
        grid-area: row4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: initial !important;
        /* font-size: 11px; */
        font-weight: normal;
        padding: 10px 0;
        border-top: 1px solid #e6e6e6;
    }

    .table-wrapper table.cart .add-to-cart {
        grid-area: row3;
        width: 100%;
        text-align: left;
    }

    .table-wrapper table.cart .subtotal {
        grid-area: row2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 5px 0;
    }

    .table-wrapper table.cart .quantity {
        grid-area: row3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
    }

    .table-wrapper table.cart .quantity.is-max .quantity-is-max-txt {
        display: block;
    }

    .table-wrapper table.cart .unit-price {
        display: none !important;
    }
    
    .html-order-completed-page .master-wrapper-content {
        padding-top: 0 !important;
        margin-top: -30px;
    }
}

/***** max-width 1261 end ******/
@media all and (max-width: 1100px) {
    .pdp-buybox {
        width: 100%;
        max-width: 100%;
    }
    
    .pdp-infobox .pdp-action-card {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }    
}

@media all and (max-width: 960px) {
    .product-reviews-page .product-review-list .product-review-sort>button {
        display: none;
    }

    .product-reviews-page .product-review-list .product-review-sort>.msh-dropdown {
        visibility: visible;
        position: relative;
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media all and (max-width: 1100px) {
    .footer-dark>.master-wrapper-content {
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }

    .footer-letterbox-wrap {
        /* margin: 0 -25px; */
    }

    .footer-grid {
        grid-template-columns: auto;
        row-gap: 86px;
    }

    .footer-grid-item:nth-child(1),
    .footer-grid-item:nth-child(2) {
        /* grid-column: 1 / 3 !important; */
    }

    .footer-grid-item:first-child {
        grid-row: auto;
    }

    .footer-grid-item:nth-child(2) {
        /* -webkit-box-ordinal-group: 0; */
        /* -ms-flex-order: -1; */
        /* order: -1; */
    }

    .footer-grid-item {
        /* grid-column: auto !important; */
    }

    .footer-grid-item .footer-contact-list>li {
        font-size: 14px;
    }

    .footer-info-title {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-info-list>li>a {
        margin: 5px 0;
    }

    .pdp-part-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media all and (min-width: 1000px) {
    .footer {
        padding: 20px 0 0;
    }

    .footer-upper {
        position: relative;
        border-top: 1px solid #eee;
    }

    .footer-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-blocks-wrapper.center {
        position: absolute;
        top: -20px;
        right: 33%;
        bottom: 0;
        left: 33%;
        width: 34%;
        background-color: var(--color-main);
        background-image: url("../img/newsletter.png");
        background-repeat: no-repeat;
    }

    .footer-blocks-wrapper.left {
        float: right;
        width: 33%;
        padding: 30px 60px;
    }

    .footer-blocks-wrapper.right {
        float: left;
        width: 33%;
        padding: 30px 60px;
    }

    .footer-collapse {
        display: block !important;
        margin: 0 0 15px;
        padding: 0;
    }

    .footer-block .title {
        padding: 11px 0;
        cursor: default;
    }

    .footer-block .title:before {
        display: none;
    }

    .footer-block-center {
        position: relative;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .featured-product-grid .item-box .picture {
        width: 200px;
    }
    
    .gallery-wrapper,
    .overview-wrapper,
    .product-collateral>div {
        /* width: 40%; */
        margin: 0 0 30px;
    }

    .product-page-layout-one .overview-wrapper {
        margin-right: auto;
    }

    .product-page-layout-two .equalizer-box:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart-collaterals {
        overflow: hidden;
    }

    .cart-collaterals .deals {
        float: right;
        width: 66.6666%;
    }

    .cart-collaterals .coupon-box-wrapper,
    .cart-collaterals .giftcard-box-wrapper {
        margin-bottom: 0;
    }

    .cart-collaterals .shipping-wrapper {
        float: right;
        width: calc(33.3333% - 20px);
        margin: 0 20px 0 0;
    }

    .cart-collaterals .shipping-wrapper:only-child {
        margin: 0;
    }
}

@media all and (min-width: 768px) {

    /* GLOBAL STYLES */
    .master-wrapper-content {
        padding: 0 35px;
    }

    .page {
        clear: both;
    }

    .link-rss {
        position: absolute;
        left: 20px;
        margin: 5px 0 0;
    }

    /* GLOBAL FORMS */
    .search-box-opener {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1076;
        width: 42px;
        height: 42px;
        background-color: #eee;
        font-size: 0;
        cursor: pointer;
    }

    .search-box-opener:before,
    .search-box-opener:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 42px;
        height: 42px;
        background-color: #eee;
        text-align: center;
        font-family: "pacific";
        font-size: 18px;
        line-height: 42px;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .search-box-opener:before {
        content: "\e92b";
    }

    .search-box-opener:after {
        content: "\e90a";
        opacity: 0;
        font-size: 13px;
    }

    .search-box-opener.open:after {
        opacity: 1;
    }

    /* HOME PAGE */
    .home-page .title strong {
        font-size: 32px;
        line-height: 32px;
    }

    .home-page .topic-block-body {
        font-size: 15px;
        line-height: 30px;
    }

    /* FOOTER */
    .footer-blocks-wrapper {
        overflow: hidden;
    }

    .footer-block {
        float: right;
        width: 50%;
        padding: 0 6%;
    }

    .footer-lower {
        overflow: hidden;
        padding: 20px;
    }

    .footer-lower-left {
        float: right;
        text-align: right;
    }

    .footer-lower-right {
        float: left;
        text-align: left;
    }

    .theme-selector {
        width: 170px;
        margin: 0 auto !important;
    }

    /* LEFT/RIGHT COLUMN */
    .category-boxes-layout-2 .category-grid {
        margin: 0;
    }

    .category-boxes-layout-2 .item-box {
        width: calc(25% - 9px);
        margin: 0 12px 12px 0;
    }

    .category-boxes-layout-2 .item-box:nth-child(2n + 1) {
        clear: none;
        margin-right: 12px;
    }

    .category-boxes-layout-2 .item-box:nth-child(4n + 1) {
        clear: both;
        margin-right: 0;
    }

    .category-boxes-layout-2 .category-item {
        position: relative;
    }

    .category-boxes-layout-2 .item-box .picture a:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 73px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABJCAYAAAD8HkyIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0IxNEIxODEzNzJCMTFFOEE4RTNFMjhEMDYxODE2RkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0IxNEIxODIzNzJCMTFFOEE4RTNFMjhEMDYxODE2RkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQjE0QjE3RjM3MkIxMUU4QThFM0UyOEQwNjE4MTZGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQjE0QjE4MDM3MkIxMUU4QThFM0UyOEQwNjE4MTZGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmTUyw8AAAB8SURBVHjafM7NBgJhGAXgd76ZflSSjEQiERERLaJFi4gW0SZaRIvu/x7yzG6o2TzOcTYnIiKLGgk5CrTQRgdd9NDHAEOMMEaJCaaYYY4FllhhjQ222GGPA4444YwLrrjhjgeeeOGNj/sF8nqqSD9qqg+pkexfqohmvgIMADsXBp9uqEoJAAAAAElFTkSuQmCC") repeat-x bottom left;
    }

    .category-boxes-layout-2 .category-item .title {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
    }

    .category-boxes-layout-2 .category-item .title a {
        display: block;
        padding: 15px 10px;
        text-align: center;
        color: #fff;
    }

    .category-page {
        position: relative;
    }

    .category-page-two-columns .page-title h1 {
        text-align: right;
    }

    .category-page-one-column .breadcrumb {
        margin: 0 0 10px;
        border-bottom: 1px dashed #e6e6e6;
        padding: 5px 0;
    }

    .category-page-one-column .category-page .page-title {
        border: none;
    }

    .category-page-one-column .featured-product-grid .title {
        text-align: center;
    }

    .category-page-one-column .product-selectors {
        margin: 0 0 20px;
    }


    .category-page-one-column .sub-category-grid .item-box {
        width: calc(25% - 9px);
        margin: 0 12px 12px 0;
        text-align: center;
    }

    .category-page-one-column .sub-category-grid .item-box:nth-child(2n + 1) {
        clear: none;
        margin-right: 12px;
    }

    .featured-product-grid {
        overflow: hidden;
    }

    .featured-product-grid .item-box {
        float: right;
        width: calc(50% - 5px);
        margin: 0 10px 0 0;
    }

    .featured-product-grid .item-box:nth-child(2n + 1) {
        clear: both;
        margin-right: 0;
    }

    .product-selectors .product-viewmode {
        float: left;
    }

    .filters-button {
        width: auto;
        max-width: calc(100% - 110px);
    }

    .product-grid .title strong {
        font-size: 32px;
        line-height: 32px;
    }

    .product-grid-bestsellers .item-grid:before {
        /* content: ""; */
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #eee;
    }

    .product-grid-bestsellers .item-grid:after {
        /* content: ""; */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #eee;
    }

    .product-grid-bestsellers .item-box {
        /* width: 50%; */
        /* float: right; */
    }

    .product-grid-bestsellers .item-box:nth-child(2n + 1) {
        clear: both;
    }

    .product-list .item-box {
        float: none;
        width: auto;
        margin-right: 0 !important;
    }

    .product-list .item-box .product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product-list .item-box .product-item:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-list .item-box .picture {
        float: right;
        width: 32%;
        margin: 0;
        border-left: 1px solid #eee;
        border-bottom: none;
    }

    .product-list .item-box .picture+.details,
    .product-list .item-box .ribbon-wrapper+.details {
        float: left;
        width: 68%;
    }

    .product-list .item-box .details {
        position: relative;
        text-align: right;
        padding: 15px 20px 55px;
    }

    .product-list .item-box .details:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 55px;
        width: 100%;
        height: 1px;
        background-color: #eee;
    }

    .product-list .details-top {
        padding: 0;
        margin: 0;
    }

    .product-list .product-title {
        padding: 13px 0;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: #444;
    }

    .product-list .product-rating-box {
        position: static;
        opacity: 1;
    }

    .product-list .rating {
        position: static;
        height: auto;
        margin: 0 0 15px;
    }

    .product-list .item-box .description {
        display: block;
        max-height: 74px;
        overflow: hidden;
        font-size: 13px;
        line-height: 24px;
    }

    .product-list .item-box .prices {
        position: absolute;
        right: 20px;
        bottom: 27.5px;
        max-width: calc(100% - 140px);
        max-height: 55px;
        margin: 0;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    .product-list .item-box .add-info {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 7.5px;
        overflow: hidden;
    }

    .product-list .item-box-overlay {
        display: none;
    }

    .product-list .item-box .buttons {
        display: inline-block;
        float: left;
        font-size: 0;
    }

    .product-list .item-box button {
        float: right;
        height: 40px;
        width: 40px;
        margin: 0 5px 0 0;
        border: none;
        font-size: 0;
        background-color: #eee;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .product-list .item-box button.product-box-add-to-cart-button {
        float: left;
        border-color: #c09e6c;
        background-image: url("../img/product-cart.svg");
        background-color: #c09e6c;
    }

    .product-list .item-box button.add-to-compare-list-button {
        background-image: url("../img/product-compare-grey.svg");
    }

    .product-list .item-box button.add-to-wishlist-button {
        background-image: url("../img/product-wishlist-grey.svg");
    }

    /* PRODUCT PAGE */
    .gallery .thumb-item {
        width: calc(25% - 7.5px);
    }

    .gallery .thumb-item:nth-child(3n + 1) {
        clear: none;
        margin-right: 10px;
    }

    .gallery .thumb-item:nth-child(4n + 1) {
        clear: both;
        margin-right: 0;
    }

    .product-social-buttons {
        margin: -5px 0 10px 0;
    }

    .overview-buttons-wrapper {
        /* margin: 35px 0; */
        /* overflow: hidden; */
    }

    .overview-buttons {
        margin: 0;
        text-align: right;
    }

    .overview-buttons-wrapper .add-to-cart {
        margin: 0;
        margin-right: auto;
    }

    .product-specs-box .data-table td {
        padding: 14px 20px;
    }

    .variant-picture {
        float: right;
    }

    .variant-picture+.variant-overview {
        width: auto;
        margin: 0 330px 0 0;
        padding: 0 0 0 10px;
    }

    .product-variant-line {
        padding: 20px;
    }

    .variant-overview .variant-name {
        padding: 15px 0;
        text-align: right;
    }

    .variant-overview .prices {
        text-align: right;
    }

    .tier-prices .prices-table {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .tier-prices .prices-row {
        display: table-row;
        float: none;
        width: auto;
    }

    .tier-prices .prices-row>div {
        display: table-cell;
        border-top: 1px solid #eee;
    }

    .tier-prices .field-header {
        min-width: 100px;
    }

    .attributes .datepicker {
        width: 100%;
    }

    .rental-attributes {
        overflow: hidden;
    }

    .rental-attributes .attribute-item {
        float: right;
        width: calc(50% - 5px);
        margin: 0 10px 0 0;
    }

    .rental-attributes .attribute-item:first-child {
        margin-right: 0;
    }

    .product-specs-box .attribute-squares span {
        margin: 0;
    }

    .giftcard div {
        float: right;
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }

    .giftcard div:nth-child(2n + 1) {
        clear: right;
        margin-right: 0;
    }

    .giftcard div:last-child {
        width: 100%;
    }

    .ui-tabs .ui-tabs-nav {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin: 0 0 -1px;
    }

    .ui-tabs .ui-tabs-nav li {
        display: table-cell;
        padding: 0 2.5px;
    }

    .ui-tabs .ui-tabs-nav li:first-child {
        padding-right: 0;
    }

    .ui-tabs .ui-tabs-nav li:last-child {
        padding-left: 0;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 30px 20px;
    }

    /* REVIEW PAGE */
    .product-review-item .review-title {
        float: right;
        margin: 0;
        max-width: calc(100% - 280px);
    }

    .product-review-item .review-info {
        float: left;
        margin: -1px 0 0;
    }

    .product-review-item .review-text {
        overflow: hidden;
    }

    .product-review-item .review-avatar {
        display: block;
        float: right;
        width: 120px;
    }

    .review-avatar+.review-text-body {
        margin: 0 140px 0 0;
    }

    .product-review-helpfulness .result {
        display: inline-block;
        margin: 0 20px 0 0;
        vertical-align: middle;
    }

    .account-page .product-review-item .review-title {
        max-width: calc(100% - 150px);
    }

    .product-review-item .product-review-box .rating {
        margin: 0;
    }

    /* WISHLIST & COMPARE LIST */
    .compare-products-page .clear-list {}

    /* TOPICS */
    .home-page .topic-block-title h2 {
        font-size: 32px;
        line-height: 32px;
    }

    /* CONTACT PAGE & EMAILaFRIEND */
    .contact-page .inputs,
    .email-a-friend-page .inputs,
    .apply-vendor-page .inputs {
        float: right;
        width: calc(50% - 5px);
        margin: 0 10px 15px 0;
    }

    .contact-page .form-fields,
    .email-a-friend-page .form-fields,
    .apply-vendor-page .form-fields {
        overflow: hidden;
    }

    .contact-page .inputs:nth-child(2n + 1),
    .email-a-friend-page .inputs:nth-child(2n + 1),
    .apply-vendor-page .inputs:nth-child(2n + 1) {
        clear: both;
        margin-right: 0;
    }

    .contact-page .inputs.last,
    .email-a-friend-page .inputs.last,
    .contact-page .inputs:last-child,
    .email-a-friend-page .inputs:last-child,
    .apply-vendor-page .inputs:nth-child(3),
    .apply-vendor-page .inputs:nth-child(4) {
        width: 100%;
        clear: both;
        margin-right: 0;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */
    #username-availabilty {
        float: right;
        margin: 10px 0 0;
    }

    #check-availability-button {
        float: left;
        margin: 10px 0 0 -10px;
    }

    .address-list-page .address-list,
    .order-list-page .order-list,
    .return-request-list-page .page-body {
        overflow: hidden;
    }

    .address-list-page .address-item,
    .order-list-page .order-item,
    .return-request-list-page .request-item {
        float: right;
        /* width: calc(50% - 10px); */
        /* margin: 0 20px 20px 0; */
    }

    .address-list-page .address-item:nth-child(2n + 1),
    .order-list-page .order-item:nth-child(2n + 1),
    .return-request-list-page .request-item:nth-child(2n + 1) {
        clear: both;
        margin-right: 0;
    }

    .gdpr-tools-page .text {
        margin-bottom: 40px;
    }

    /* SHOPPING CART & CHECKOUT */
    .order-progress {
        margin: 0 0 10px;
    }

    .order-progress ul li {
        margin: 0;
    }

    .order-progress a {}

    .order-progress li a:before {
        /* font-size: 24px; */
    }

    .order-progress li.current-step.cart-step a:before,
    .order-progress li.inactive-step.cart-step a:before {
        font-size: 40px;
    }

    .order-progress li.current-step.address-step a:before,
    .order-progress li.inactive-step.address-step a:before {
        font-size: 26px;
    }

    .order-progress li.current-step.payment-step a:before,
    .order-progress li.inactive-step.payment-step a:before {
        /* font-size: 30px; */
    }

    .order-progress li.current-step.confirm-step a:before,
    .order-progress li.inactive-step.confirm-step a:before {}

    .order-progress li.current-step.complete-step a:before,
    .order-progress li.inactive-step.complete-step a:before {
        /* font-size: 28px; */
    }

    .checkout-page .section.select-billing-address,
    .checkout-page .section.select-shipping-address {
        position: relative;
    }

    .checkout-page .section.select-billing-address:after,
    .checkout-page .section.select-shipping-address:after {
        /* content: ""; */
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 20px;
        background-color: #f3f3f3;
    }

    .checkout-page .opc .section.select-billing-address:after,
    .checkout-page .opc .section.select-shipping-address:after {
        display: none;
    }

    .checkout-page .address-grid {
        position: relative;
        /* background-color: #eee; */
    }

    .checkout-page .address-grid:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: calc(50% - 10px);
        width: 20px;
        background-color: #f3f3f3;
    }

    .checkout-page .address-item {
        float: right;
        /* width: calc(50% - 10px); */
        /* margin: 0 20px 0 0; */
        /* border-bottom: 20px solid #f3f3f3; */
    }

    .checkout-page .address-item:nth-child(2n + 1) {
        clear: both;
        margin-left: 0;
    }

    .checkout-page .shipping-method li {
        display: inline-block;
        width: calc(33.3333% - 13.3333px);
        margin: 0 20px 20px 0;
        vertical-align: middle;
    }

    .checkout-page .shipping-method li:nth-child(3n + 1) {
        margin-left: 0;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .order-review-data>div,
    .order-details-area>div,
    .shipment-details-area>div {
        float: right;
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }

    .order-review-data>div:nth-child(2n + 1),
    .order-details-area>div:nth-child(2n + 1),
    .shipment-details-area>div:nth-child(2n + 1) {
        clear: both;
        margin-right: 0;
    }

    .order-details-page .page-title h1 {
        float: right;
    }

    .order-details-page .page-title a {
        float: left;
        margin: 2.5px 7px 2.5px 0;
    }

    .cart-collaterals .deals {
        overflow: hidden;
    }

    .cart-collaterals .coupon-box-wrapper,
    .cart-collaterals .giftcard-box-wrapper {
        float: right;
        width: calc(50% - 10px);
    }

    .coupon-box-wrapper+.giftcard-box-wrapper {
        margin-right: 20px;
    }

    .order-details-page .tax-shipping-info {
        border-top: none;
    }

    /* SEARCH & SITEMAP */
    /* BLOG & NEWS */
    .news-list-homepage .news-items {
        overflow: hidden;
    }

    .news-list-homepage .news-item {
        float: right;
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }

    .news-list-homepage .news-item:nth-child(2n + 1) {
        clear: both;
        margin-right: 0;
    }

    .blog-page .blog-posts,
    .news-list-page .news-items {
        /* overflow: hidden; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-page .post,
    .news-list-page .news-item {
        float: right;
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
    }

    .blog-page .post:nth-child(2n + 1),
    .news-list-page .news-item:nth-child(2n + 1) {
        clear: both;
        margin-right: 0;
    }

    .blog-posts .buttons {
        float: left;
    }

    .new-comment textarea {
        width: 500px;
    }

    .comment-info {
        float: right;
        margin: 0;
    }

    .comment-info+.comment-content {
        margin: 0 140px 0 0;
    }

    .comment-content {
        overflow: hidden;
    }

    .comment-title {
        float: right;
    }

    .comment-time {
        float: left;
    }

    .comment-text,
    .comment-body {
        clear: both;
    }

    /* PROFILE & INBOX */
    .private-message-view-page .page-body {
        padding: 4%;
    }

    .private-message-view-page .message-head li {
        display: inline-block;
        margin-left: 20px;
    }

    .shopping-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 125px;
    }
}

@media all and (min-width: 768px) and (max-width: 1260px) {
    .header {
        /* padding-top: 50px; */
    }

    .responsive-logo-wrapper {
        padding: 0 50px 0 95px;
        text-align: right;
    }

    .store-search-box.nav-down {
        margin: 0;
    }

    .home-page-slider {
        margin: 0 0 12px;
    }

    .category-page-one-column .sub-category-grid .item-box:nth-child(4n + 1) {
        clear: both;
        margin-right: 0;
    }

    .blocks-wrapper {
        border: none;
        background-color: transparent;
    }

    .block {
        float: right;
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
        /* border: 1px solid #eee; */
        border-bottom: none;
        background-color: #fff;
    }

    .block:nth-of-type(2n + 1) {
        clear: right;
        margin-right: 0;
    }

    .product-grid .item-box:nth-child(4n + 1) {
        clear: both;
        margin-right: 0;
    }

    .cart {
        overflow: hidden;
    }

    .cart tr {
        float: right;
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }

    .cart tr:nth-child(2n + 1) {
        clear: both;
        margin-right: 0;
    }

    .category-page .products-wrapper .pager {
        margin: 50px 0 25px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1260px) {
    .footer-block {
        float: none;
        width: 100%;
        padding: 0;
    }

    .block {
        width: calc(33.3333% - 6.6666px);
    }

    .block:nth-of-type(2n + 1) {
        clear: none;
        margin-right: 10px;
    }

    .block:nth-of-type(3n + 1) {
        clear: left;
        margin-right: 0;
    }

    .block:nth-of-type(n + 4) {
        display: none;
        /*show only first 3*/
    }

    .cart tr {
        width: calc(33.3333% - 14px);
    }

    .cart tr:nth-child(2n + 1) {
        clear: none;
        margin-right: 20px;
    }

    .cart tr:nth-child(3n + 1) {
        clear: both;
        margin-right: 0;
    }
}

@media all and (max-width: 767px) {

    .order-progress>ul::before,
    .order-progress>ul::after {
        content: '';
        position: absolute;
        width: 25%;
        height: 100%;
        background: -o-linear-gradient(left, #fff, transparent);
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
        background: linear-gradient(90deg, #fff, transparent);
        z-index: 10;
        left: 0;
    }

    .order-progress>ul::after {
        background: -o-linear-gradient(left, transparent, #fff);
        background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
        background: linear-gradient(90deg, transparent, #fff);
        z-index: 10;
        right: 0;
    }

    .order-progress li a::after {
        /* display: none */
    }

    .order-person-details,
    .order-overview-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

}

/*RESPONSIVE GRIDS*/
@media all and (min-width: 480px) and (max-width: 767px) {

    .product-grid .item-box:nth-child(3n + 1),
    .product-list .item-box:nth-child(3n + 1) {
        clear: both;
        margin-right: 0;
    }

    .compare-products-page .remove-button {
        padding: 5px;
    }

    .compare-products-page .remove-button span {
        display: block;
        width: 30px;
        height: 30px;
        margin: auto;
        padding: 0;
        font-size: 0;
    }

    .compare-products-page .remove-button span:before {
        left: 0;
        right: 0;
        text-align: center;
        line-height: 30px;
    }

}

@media all and (min-width: 480px) and (max-width: 1260px) {

    .header-menu,
    .menu-body .sublist-wrap {
        /* width: 355px !important; */
        /* -webkit-transform: translate(355px); */
        -ms-transform: translate(355px);
        /* transform: translate(355px); */
    }
}

@media all and (max-width: 479px) {
    .compare-products-page .remove-button {
        padding: 5px;
    }

    .compare-products-page .remove-button span {
        display: block;
        width: 30px;
        height: 30px;
        margin: auto;
        padding: 0;
        font-size: 0;
    }

    .compare-products-page .remove-button span:before {
        left: 0;
        right: 0;
        text-align: center;
        line-height: 30px;
    }

    .login-page .login-tabs .login-tabs-header li a {
        padding: 15px 7px;
        font-size: 13px;
    }

    .login-page .login-tabs .login-tabs-header li a strong {
        padding: 0;
    }

    .login-page .login-tabs .login-tabs-header li a strong:before {
        display: none;
    }

    .downloadable-products-page .table-wrapper,
    .gwallet-history .table-wrapper,
    .payments-ecredit-hs-history .table-wrapper,
    .reward-points-history .table-wrapper {
        border: none;
        background-color: transparent;
    }

    .downloadable-products-page .data-table thead,
    .gwallet-history .data-table thead,
    .gwallet-history .data-table colgroup,
    .payments-ecredit-hs-history .data-table thead,
    .payments-ecredit-hs-history .data-table colgroup,
    .reward-points-history .data-table thead,
    .reward-points-history .data-table colgroup {
        display: none;
    }

    .downloadable-products-page .data-table tr,
    .gwallet-history .data-table tr,
    .payments-ecredit-hs-history .data-table tr,
    .reward-points-history .data-table tr {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .downloadable-products-page .data-table td,
    .gwallet-history .data-table td,
    .payments-ecredit-hs-history .data-table td,
    .reward-points-history .data-table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border: none;
        padding: 4px 15px;
        text-align: right;
        font-weight: 400;
        font-size: 14px;
    }

    .gwallet-history .data-table td .data-table-mobile-type,
    .payments-ecredit-hs-history .data-table td .data-table-mobile-type,
    .reward-points-history .data-table td .data-table-mobile-type {
        display: block;
        width: 80px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #000000;
        opacity: 0.5;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }


    .account-page.gwallet-page .data-table td:first-child,
    .account-page.payments-ecredit-hs-page .data-table td:first-child,
    .account-page.reward-points-page .data-table td:first-child,
    .gwallet-history .data-table td.points,
    .payments-ecredit-hs-history .data-table td.points,
    .reward-points-history .data-table td.points {
        font-size: 16px;
        font-weight: 500;
    }

    .downloadable-products-page .data-table td:last-child,
    .gwallet-history .data-table td:last-child,
    .payments-ecredit-hs-history .data-table td:last-child,
    .reward-points-history .data-table td:last-child {
        border: none;
    }

    .downloadable-products-page .data-table label,
    .gwallet-history .data-table label,
    .payments-ecredit-hs-history .data-table label,
    .reward-points-history .data-table label {
        display: inline-block;
    }

    .gwallet-history .data-table label,
    .payments-ecredit-hs-history .data-table label,
    .reward-points-history .data-table label {
        margin: 0 0 0 5px;
        vertical-align: text-top;
        font-weight: normal;
    }

    .gwallet-history .title,
    .payments-ecredit-hs-history .title,
    .reward-points-history .title {
        margin: 0 0 20px;
        text-align: right;
        /* border-bottom: 1px solid #eee; */
    }

    .opc .back-link a,
    .opc .buttons button {
        padding: 12px;
    }

    .private-messages-page thead,
    .private-messages-page .date {
        display: none;
    }

    .private-messages-page tr,
    .private-messages-page td {
        display: block;
    }

    .private-messages-page tr+tr {
        border-top: 1px solid #eee;
    }

    .private-messages-page th,
    .private-messages-page td {
        text-align: center;
    }

    .private-messages-page td {
        padding: 10px 20px;
    }

    .private-messages-page td {
        border: none;
    }

    .private-messages-page .select {
        border: none !important;
        background-color: #f6f6f6;
        padding: 10px 20px !important;
    }

    .private-messages-page .from a,
    .private-messages-page .to a {
        font-weight: normal;
    }

    .account-page.gwallet-page .gwallet-overview,
    .account-page.payments-ecredit-hs-page .payments-ecredit-hs-overview,
    .account-page.reward-points-page .reward-points-overview {
        padding: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
}

@media all and (max-width: 600px) {
    .estimate-shipping-popup {
        padding: 25px 3%;
    }

    .mfp-container .shipping-address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .mfp-container .address-item {
        width: 100%;
    }

    .mfp-container .address-item+div {
        margin-top: 15px;
        padding: 0;
    }


    /* 
    .my-product-reviews-list-page .product-review-item,
    .page.wishlist-page .wishlist-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        gap: 0;
    }


    .my-product-reviews-list-page .product-review-item .review-item-picture,
    .page.wishlist-page .wishlist-item .wishlist-item-picture {
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 130px;
        margin: 0 auto;
    }


    .my-product-reviews-list-page .product-review-item .review-actions,
    .page.wishlist-page .wishlist-item .wishlist-actions {
        width: calc(100% + 32px);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px -16px -16px;
        gap: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
    }

    .my-product-reviews-list-page .product-review-item .review-actions>*,
    .page.wishlist-page .wishlist-item .wishlist-actions>* {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
    }

    .my-product-reviews-list-page .product-review-item .review-actions .review-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 5px;
    }


    .page.wishlist-page .wishlist-item .wishlist-actions .wishlist-actions-add-to-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0;
        color: var(--color-alt);
    }

    .page.wishlist-page .wishlist-item .wishlist-actions .remove-from-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0;
        border-radius: 0;
        color: var(--color-alt);
        width: 60px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    } */

}

@media (max-width: 500px) {

    .sale-of-the-day-offer .owl-prev,
    .sale-of-the-day-offer .owl-next {
        display: none;
    }
}

@media (min-width: 1600px) {
    .product-grid .item-box button.product-box-add-to-cart-button {
    }
}

@media (min-width: 1260px) and (max-width: 1600px) {
    .spc-categories .product-grid-bestsellers button.product-box-add-to-cart-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 2.4vw !important;
        height: 2.4vw !important;
        max-width: 40px !important;
        max-height: 40px !important;
        font-size: 0 !important;
    }

    .spc-categories .product-grid-bestsellers button.product-box-add-to-cart-button::before {
        content: "\e905";
        font: bold calc(12px + 0.3vw) pacific;
    }
}

@media (max-width: 1260px) {
    .products-cat-carousel {
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    .products-cat-carousel .spc-header .title {
        margin: 0;
        /*! max-width: 85vw; */
        height: auto;
    }

    .products-cat-carousel:not(.second)::before {
        display: none;
    }

    .products-cat-carousel .spc.spc-categories,
    .products-cat-carousel .spc-header,
    .products-cat-carousel .spc-body {
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .spc .navigation.category-navigation {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 5px 0;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100%;
        gap: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        scrollbar-width: none;
    }

    .spc .navigation.category-navigation::-webkit-scrollbar {
        display: none;
    }

    .navigation.category-navigation li {
        color: var(--color-alt);
        text-align: center;
        font-size: 16px;
        padding: 6px 22px !important;
        margin: 0 6px;
        height: auto;
        border: 2px solid var(--color-alt) !important;
        border-radius: 10px !important;
    }

    .products-cat-carousel .navigation.category-navigation .tab.active {
        color: #fff;
        background: var(--color-alt);
    }

    .navigation.category-navigation li span {
        display: block;
        min-width: 80px;
        white-space: nowrap;
    }

    .products-cat-carousel .spc-body {
        min-height: auto;
    }

    .products-cat-carousel .category-product-grid .item-grid.full {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
    }

    .products-cat-carousel .category-product-grid .item-grid.full::-webkit-scrollbar {
        display: none;
    }

    .products-cat-carousel .spc .product-grid-bestsellers .item-box {
        min-width: 200px;
        max-width: 230px;
        margin: 0;
        border: 0;
    }

    .product-grid-bestsellers .product-item .picture img {
        width: 100%;
    }

    .products-cat-carousel .product-grid-bestsellers .product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .product-grid-bestsellers .product-item .picture img {
        height: 180px;
        padding: 10px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-grid-bestsellers .ribbon-wrapper {
        width: auto !important;
    }

    .products-cat-carousel button.add-to-compare-list-button {
        display: none;
    }

    .products-cat-carousel .product-item .details {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        width: 100%;
        position: relative;
    }

    .products-cat-carousel button.add-to-wishlist-button {
        display: none;
        color: var(--color-alt);
        margin: 0;
        border: 0;
        position: absolute;
        z-index: 10;
        left: 0;
        top: -2px;
    }

    .products-cat-carousel button.product-box-add-to-cart-button {
        width: 100%;
        height: auto;
        border: 0;
        /* font-size: 10px !important; */
        border-radius: 40px;
        background: var(--color-main);
        padding: 6px;
    }

    .products-cat-carousel .add-info {
        margin-top: auto;
    }

    .products-cat-carousel .item-box .product-title a {
        font-size: 12px;
        font-weight: 400;
        color: #000;
    }

    .products-cat-carousel .item-box .prices span {
        display: block;
        font-size: 16px;
    }

    .products-cat-carousel .owl-dots {
        margin: 0;
    }

    .products-cat-carousel+.home-page-product-grid>.title>strong {
        display: block;
        color: #333;
        margin: 30px 0 !important;
        font-weight: bold;
    }

    .item-box .product-title a {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        height: auto;
    }

    .home-page-product-grid:not(.nop-jcarousel) .item-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .product-grid .item-grid::-webkit-scrollbar {
        display: none;
    }

    .product-grid.home-page-product-grid .item-box .product-item .picture a img {
        height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .product-grid.home-page-product-grid .description {
        display: none;
    }

    .item-box .price {
        /* font-size: 12px; */
    }

    .product-grid .item-box .add-info {
        margin: auto 0 0;
    }

    .home-page-product-grid .item-box button.product-box-add-to-cart-button {
        height: auto;
        /* font-size: 10px; */
        /* padding: 8px 10px; */
        line-height: normal;
        /* border-radius: 20px; */
    }

    .home-page-product-grid .item-box button.add-to-wishlist-button {
        /* display: none; */
        /* color: var(--color-alt) !important; */
        /* background: none; */
        /* position: absolute; */
        /* z-index: 9; */
        /* left: 0; */
        /* top: 0; */
    }

    .home-page-product-grid .item-box button.add-to-wishlist-button::before {
        /* color: var(--color-alt) !important; */
        /* display: none; */
    }

    .home-page-product-grid .item-box button.add-to-compare-list-button {
        display: none;
    }

    .item-box .product-title {
        /* width: 82%; */
        /* height: 14px !important; */
    }

    .product-grid .prices {
        text-align: left;
    }

    .hedar-links-item .ico-logout,
    .hedar-links-item .ico-account {
        /* font-size: 0 !important; */
    }

    .hedar-links-item .ico-wishlist {
        /* display: none !important; */
    }

    .html-category-page div.filtersTitlePanel .clearFilterOptionsAll {
        left: 50px;
    }

    .filter-block~.filters-submit-btn-wrap {
        display: none;
    }

    .html-category-page .page-body .product-selectors {
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .category-page .product-selectors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: none;
    }

    .product-sort-list {
        display: none;
    }

    .html-category-page .page-body .product-selectors .product-sorting .msh-dropdown {
        display: inline-block;
    }

    .category-page .product-sorting select.sortOptionsDropDown {
        display: block !important;
        font-size: 12px;
        /*         width: 20px; */
        border: 0;
        /*         padding: 10px; */
        /*         margin-right: -20px; */
    }

    .html-category-page .page-body .product-selectors .product-page-size {
        display: none;
    }

    .category-page .filters-button:before,
    .category-page .product-sorting:before {
        opacity: 1;
        margin-left: 4px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        position: static;
    }

    .category-page .filters-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        padding: 0;
    }

    .category-page .product-sorting {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: auto;
        font-size: 14px;
        /* font-weight: bold; */
    }

    .spc .spc-body .category-product-grid.active {
        padding: 0
    }

    /* user-panel menu in responsive mode */
    .block-account-navigation.account-nav {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: visible;
        margin-top: -40px;
    }

    .block-account-navigation.account-nav .account-nav-cust-name,
    .block-account-navigation.account-nav .wallet-group,
    .block-account-navigation.account-nav .account-nav-list {
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        background: #fff;
    }

    .block-account-navigation.account-nav .account-nav-cust-name a {
        padding: 12px 15px;
    }

    .block-account-navigation.account-nav .wallet-group {
        margin: 10px 0 15px 0;
    }

    /* .block-account-navigation.account-nav .account-nav-list a:after {
        content: '\e80e';
    } */

    .block-account-navigation.account-nav .wallet-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }

    .block-account-navigation.account-nav .wallet-group .account-nav-wallet {
        display: block;
        width: max(50%, 155px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .block-account-navigation.account-nav .wallet-group .account-nav-wallet:first-child {
        margin-left: -30px;
    }

    .block-account-navigation.account-nav .wallet-group .account-nav-wallet svg,
    .block-account-navigation.account-nav .wallet-group .account-nav-wallet img {
        width: 40px;
        height: 100%;
        float: right;
    }

    .block-account-navigation.account-nav .wallet-group .account-nav-wallet .account-nav-price,
    .block-account-navigation.account-nav .wallet-group .account-nav-wallet .account-nav-currency {
        display: inline-block;
        height: 20px;
        padding-left: 0;
    }

    .block-account-navigation.account-nav .wallet-group .account-nav-wallet .account-nav-wallet-link {
        display: block;
        margin-top: 10px;
    }

    .account-page .page-title {
        position: relative;
        margin-top: -30px;
        height: auto;
        margin-bottom: 20px;
        padding: 0 40px;
    }

    .account-page .page-title a.page-title-go-back {
        cursor: pointer;
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        height: 100%;
        z-index: 1;
        right: 50%;
        -webkit-transform: translateX(50vw);
        -ms-transform: translateX(50vw);
        transform: translateX(50vw);
        font-size: 0;
        border: 0;
        background: transparent;
        color: var(--color-main);
    }

    .account-page .page-title a.page-title-go-back:before {
        content: '\e80f';
        font: 18px pacific;
        font-weight: 900;
    }


    .account-page .page-title h1 {
        font-style: normal;
        font-size: 18px;
    }

    .block-account-navigation.account-nav {
        display: none;
    }

    .block-account-navigation.account-nav.account-nav-customer-info {
        display: block;
    }

    .account-page.customer-info-page .page-title {
        display: none;
    }

    .block-account-navigation.account-nav.account-nav-customer-info .account-nav-list .customer-info {
        display: none;
    }

    .account-page:not(.order-details-page) .page-body {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: visible;
        border: 0;
        padding: 0;
    }

    .account-page .no-data {
        border-radius: 10px;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    }

    .page.user-notification-page .user-notification-more {
        position: absolute;
        top: 24px;
        left: 24px;
    }

}

@media (max-width: 360px) {
    .amazing-products-list .amazing-products-img {
        min-height: 100px;
    }

    .footer-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .product-details-page .product-content-wrapper .overview-buttons-wrapper {
        /* -webkit-box-pack: center !important; */
        -ms-flex-pack: center !important;
        /* justify-content: center !important; */
    }

    .product-details-page .product-content-wrapper .overview-buttons-wrapper .old-product-price {
        font-size: 12px;
    }

    .product-details-page .product-content-wrapper .overview-buttons-wrapper .prices {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 10px;
        /* -webkit-box-pack: center; */
        -ms-flex-pack: center;
        /* justify-content: center; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-reviews-page .product-review-list .product-review-item .review-item-foot {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-reviews-page .product-review-list .product-review-item .product-review-helpfulness .result {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .store-search-box #ddCategoryid,
    .hedar-links-item .ico-wishlist {
        display: none !important;
    }

    .cart-del-all {
        font-size: 0 !important;
    }

    .product-reviews-page .product-review-list .product-review-item .review-not-recommand,
    .product-reviews-page .product-review-list .product-review-item .review-recommand {
        font-size: 0;
    }

    .customer-info-page .date-of-birth .date-picker-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 380px) {
    .footer-letterbox-wrap {
        min-width: 100%;
    }

    .table-wrapper table.cart td.quantity {
        grid-area: row4;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1365px) {
    .product-grid-bestsellers .quick-view-button {
        display: none !important;
    }
}

@media all and (max-width: 1500px) {
    .home-page-welcome-message {
        background: none !important;
    }
}

@media all and (min-width: 1261px) and (max-width: 1600px) {
    .product-page-layout-two .variant-picture {
        float: none;
    }

    .product-page-layout-two .variant-picture+.variant-overview {
        clear: both;
        width: 100%;
        margin: 0;
    }

    .product-page-layout-two .variant-overview .variant-name {
        text-align: center;
    }
}

@media all and (min-width: 1261px) and (max-width: 1800px) {
    .product-grid .item-box:nth-child(6n+1) {
        /* clear: both; */
        /* margin-right: 0; */
    }

    .items-five .product-grid .item-box:nth-child(6n+1),
    .center-2 .product-grid .item-box:nth-child(6n+1) {
        clear: none;
        margin-right: 10px;
    }

    .items-five .product-grid .item-box:nth-child(5n+1),
    .center-2 .product-grid .item-box:nth-child(5n+1) {
        clear: both;
        margin-right: 0;
    }

    .shopping-cart-page .totals {
        padding: 10px;
    }

    .total-info {
        margin: 0 0 10px;
    }

}

@media (max-width: 580px) {
    .search-ac-box .ui-autocomplete .owl-stage {
        left: -1px;
    }
}

@media (max-width: 1399px) {
    .mega-menu-categories .sublist-wrap .nav-cat-picture img {
        /* width: 10vw !important; */
    }

    .mega-menu-categories .sublist-wrap .nav-cat-picture {
        display: none;
    }
}

@media (max-width: 640px) {
    .compare-specs > :nth-child(2) ~*,
    .compare-product-list > :nth-child(2) ~* {
        display: none;
    }

    .compare-spec-title {
        text-align: center;
    }

        
    .cart-content .summer-festival-ballon{
        right: auto;
        left: 0;
    }

    .cart-content .summer-festival-ballon::after{
        right: auto;
        left: 15px;
    }
}