@charset "UTF-8";

@media (min-width: 1261px) {
    .search-page .product-sorting .msh-dropdown {
        display: none;
    }
    
    .center-2 {
        float: left;
        width: 79%;
        padding: 0 20px 0 0;
    }

    .side-2 {
        float: right;
        width: 21%;
    }

    .header-upper:after {
        display: block;
        clear: both;
    }

    .menu-button,
    .menu-header {
        display: none;
    }

    .admin-header-links {
        float: right;
        height: auto;
    }

    .admin-header-links a {
        margin: 0 !important;
        border-left: 1px solid #e3e3e3;
        padding: 0 5px;
        /* line-height: 38px; */
    }

    .admin-header-links a:hover {
        color: #222;
    }

    .header-selectors-wrapper>div {
        border-right: 1px solid #d3d3d3;
        vertical-align: middle;
    }

    .header-selectors-wrapper>div:first-child {
        border-right: 1px solid #e3e3e3;
    }

    .mobile-language-selector {
        display: none !important;
    }

    .header-selectors-wrapper select {
        height: 38px;
        border: none;
        background-color: #e7e7e7;
        background-position: left 17px center;
        padding: 0 25px 0 35px;
        font-size: 12px;
        line-height: 36px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .header-selectors-wrapper select:hover {
        color: #222;
    }

    .header-lower.active {
        background: rgb(255 255 255 / 80%);
        -webkit-backdrop-filter: blur(5px) saturate(2);
        backdrop-filter: blur(5px) saturate(2);
        -webkit-animation: slide-down 0.3s;
        animation: slide-down 0.3s;
    }

    @-webkit-keyframes slide-down {
        0% {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes slide-down {
        0% {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    /* HEADER MENU */
    .menu-title,
    .close-menu,
    .header-menu .back-button {
        display: none;
    }

    .overlayOffCanvas {
        display: none !important;
    }

    .header-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-inline-end: auto;
        /* z-index: 1010; */
        /* z-index: 0 !important; */
    }

    .header-menu.menu-res {
        display: none;
    }



    .header-menu .menu-body {
        /* display: table-row; */
    }

    .header-menu .menu-body .mega-menu {
        padding: 0;
        margin: 0;
    }

    .header-menu .menu-body>ul {
        font-size: 0;
    }

    .header-menu .menu-body>ul>li:first-child>span::before {
        content: '\e854';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        color: #fcffff;
        text-align: center;
        font: 10px pacific;
        padding: 5px;
        margin-inline-start: -8px;
        border-radius: 6px;
        background: rgb(252 255 255 / 11%);
    }

    .header-menu .menu-body>ul>li {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    /* .header-menu .menu-body > ul > li:last-child::before {
        content: '';
        display: inline-block;
        height: 40%;
        margin-bottom: -62%;
        border-right: 1px solid #7f7f7f;
    } */

    .header-menu .menu-body>ul>li:nth-child(2) {
        padding-right: 8px;
    }

    .header-menu .menu-body>ul>li>a,
    .header-menu .menu-body>ul>li>span {
        display: block;
        color: #202E1C;
        font-size: 12px;
        font-weight: 500;
        padding: 5px 13px;
        text-transform: uppercase;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;

    }

    .header-menu .menu-body>ul>li:first-child>span {
        padding-right: 0;
    }

    .header-menu.wrapped .menu-body>ul>li>a,
    .header-menu.wrapped .menu-body>ul>li>span {
        padding: 7px 22px;
    }

    .header-menu .menu-body>ul>li>a:hover {
        color: var(--color-main);
    }

    .header-menu .menu-body>ul>li>a.with-subcategories,
    .header-menu .menu-body>ul>li>span.with-subcategories {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 40px;
        color: #fff;
        font-size: 12px;
        padding: 6px 14px;
        border-radius: 8px;
        background: linear-gradient(-90deg, #517446, #27401F);
    }

    /* .header-menu .menu-body>ul>li>a.with-subcategories:before,
    .header-menu .menu-body>ul>li>span.with-subcategories:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        width: 100%;
        height: 0;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        pointer-events: none;
    } */

    .header-menu .menu-body>ul>li:hover>a.with-subcategories:before,
    .header-menu .menu-body>ul>li:hover>span.with-subcategories:before {
        /* height: 21px; */
    }

    .header-menu.wrapped .menu-body>ul>li>a.with-subcategories:before,
    .header-menu.wrapped .menu-body>ul>li>span.with-subcategories:before {
        bottom: -5px;
    }

    .mega-menu-categories>.sublist-wrap {
        display: none;
        width: 100%;
        height: 40vh;
        min-width: 240px;
        min-height: 360px;
        max-height: 470px;
        padding: 0;
        border-radius: 0 0 10px 10px;
        background: #fff;
        position: absolute;
        overflow: hidden;
        -webkit-box-shadow: 1px 2px 4px 2px rgb(0 0 0 / 25%);
        box-shadow: 1px 2px 4px 2px rgb(0 0 0 / 25%);
        -webkit-animation: slideFade 0.3s;
        animation: slideFade 0.3s;
        z-index: 99;
        right: 0;
    }

    @-webkit-keyframes slideFade {
        0% {
            -webkit-transform: translateX(15px);
            transform: translateX(15px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes slideFade {
        0% {
            -webkit-transform: translateX(15px);
            transform: translateX(15px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
        }
    }

    .mega-menu-categories>.sublist-wrap::before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 60%);
        pointer-events: none;
        position: fixed;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        z-index: -1;
        opacity: 0;
        right: 0;
        top: 0;
    }

    .mega-menu-categories.nav-active>.sublist-wrap::before {
        opacity: 1;
    }

    .mega-menu-categories>.sublist-wrap::after {
        content: '';
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
    }

    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist>.sublist-wrap {
        display: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        width: calc(100% - 250px);
        height: 100%;
        padding: 20px;
        position: absolute;
        border-right: 1px solid #ddd;
        background: #fff;
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        /* overflow: auto; */
        opacity: 0;
        right: 250px;
        top: 0;
    }

    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist>.sublist-wrap>.sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        gap: 15px;
        padding-top: 30px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 1;
        overflow: auto;
        position: relative;
        z-index: 1;
    }

    .mega-menu-categories .sublist::-webkit-scrollbar-track {
        background: #eee;
    }

    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist>.sublist-wrap>.sublist>.has-sublist {
        display: block;
    }

    .mega-menu-categories>.sublist-wrap>ul>li>.sublist-wrap>ul>li>a {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 10px;
        background-image: -o-linear-gradient(var(--color-main), var(--color-main));
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-main)), to(var(--color-main)));
        background-image: linear-gradient(var(--color-main), var(--color-main));
        background-repeat: no-repeat;
        background-position: right;
        background-size: 3px 50%;
    }

    .mega-menu-categories>.sublist-wrap>ul>li>.sublist-wrap>ul>li>a::after {
        content: '\e80e';
        display: inline-block;
        font: bold 12px pacific;
        vertical-align: middle;
    }

/*     .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist:hover>.sublist-wrap, */
    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist.nav-active>.sublist-wrap {
        pointer-events: auto;
        opacity: 1;
    }

    .mega-menu-categories .sublist-wrap .has-sublist .nav-parent-cat-link {
        color: var(--color-main);
        font-size: 12px;
        font-weight: bold;
        background: #fff;
        position: absolute;
        z-index: 9;
        top: 18px;
    }

    .mega-menu-categories li li .nav-parent-cat-link {
        display: none;
    }

    .mega-menu-categories .sublist-wrap .has-sublist .nav-parent-cat-link::after {
        content: '\e80e';
        display: inline-block;
        padding-right: 5px;
        font: bold 10px pacific;
        vertical-align: middle;
    }

    .mega-menu-categories .sublist-wrap .has-sublist .has-sublist .nav-parent-cat-link {
        display: none;
    }

    .mega-menu-categories .sublist-wrap .has-sublist .has-sublist>.sublist-wrap {
        padding-right: 5px;
    }

    .mega-menu-categories .sublist .sublist .sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 380px;
    }

    .mega-menu-categories .sublist .sublist .sublist .sublist {
        display: none;
    }

    .mega-menu-categories .sublist-wrap .nav-cat-picture {}

    .mega-menu-categories .sublist-wrap .nav-cat-picture a {}

    .mega-menu-categories .sublist-wrap .nav-cat-picture img {
        width: 18vw;
        min-width: 150px;
        max-width: 260px;
        max-height: 350px;
        border-radius: 10px;
    }

    .header-menu.wrapped .sublist-wrap {
        padding: 5px 0 0;
    }

    .header-menu li:hover>.sublist-wrap {
        /* display: block; */
    }

    .root-category-items.nav-active .sublist-wrap {
        display: block;
    }

    .header-menu .sublist {}

    .header-menu .mega-menu-categories>.sublist-wrap>.sublist {
        width: 250px;
        height: 100%;
        max-height: 100%;
        background: #fff;
        overflow: auto;
    }

    .header-menu .sublist .back-button {
        display: none;
    }

    .mega-menu-categories .nav-cat-link,
    .mega-menu-categories .nav-cat-title {
        display: none;    
    }

    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist>a::after {
        content: '\e80e';
        font: bold 12px pacific;
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .header-menu .sublist li+li {
        /* border-top: 1px solid #eee; */
    }

    .header-menu .back-button+li {
        /* border-top: none !important; */
    }

    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist {
        display: block;
        color: rgb(0 0 0 / 70%);
        font-size: 12px;
        background-color: ;
        background-image: -o-linear-gradient(var(--color-main), var(--color-main));
        background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-main)), to(var(--color-main)));
        background-image: linear-gradient(var(--color-main), var(--color-main));
        background-repeat: no-repeat;
        background-position: right;
        background-size: 0px 0%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist:hover,
    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist.nav-active {
        background-color: #f2f2f2;
        background-size: 3px 80%;
    }

    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist>a {
        display: block;
        padding: 15px 20px;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        pointer-events: none;
    }

    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist>a>span {
        font-weight: 500;
    }

/*     .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist:hover>a, */
    .mega-menu-categories>.sublist-wrap>.sublist>.has-sublist.nav-active>a {
        color: #000;
        font-weight: 500;
    }

    .header-menu .sublist li>a>span {
        display: inline-block;
        /* font-weight: 600; */
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .header-menu li:not(.has-sublist)>a>span {
        font-weight: 400;
    }

    .root-category-items > .sublist-wrap > ul > .has-sublist > .sublist-wrap > ul > li > a > span {
        font-weight: 600;
    }

    .header-menu .sublist li:hover>a>span {
        /* -webkit-transform: translateX(-10px); */
        /* -ms-transform: translateX(-10px); */
        /* transform: translateX(-10px); */
    }

    .header-menu .sublist .plus-button {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 50px;
        display: none;
    }

    .header-menu .sublist .plus-button:after {
        content: "\e80e";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 18px;
        height: 18px;
        margin: auto;
        text-align: center;
        font-family: "pacific";
        font-weight: bold;
        font-size: 10px;
        line-height: 18px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: #000;
    }

    .header-menu .sublist li:hover>.plus-button:after {
        /* color: var(--color-on-main); */
    }

    .header-menu .sublist-wrap .sublist-wrap {
        top: 0;
        right: 100%;
        margin: 0 0 0 0;
    }

    .header-menu.wrapped .sublist-wrap .sublist-wrap {
        top: -10px;
    }

    .header-flyout-cart {
    }

    .flyout-cart-link a strong {
        font-weight: normal;
    }

    .cart-qty {
        font-size: 14px;
        font-weight: bold;
    }

    .header-flyout-cart:hover .flyout-cart {
        display: block;
    }

    .mini-shopping-cart .count {
        /* display: none; */
    }

    .mini-shopping-cart .count.no-items-in-cart:before {
        display: none;
    }

    .mini-shopping-cart .buttons button:hover:before {
        color: var(--color-on-alt);
        left: 13px;
    }

    .store-search-box {}

    .search-box-opener {
        z-index: initial;
        width: 75px;
        height: 79px;
        background-color: #fff;
    }

    .store-search-box form.open {
        position: relative;
    }

    .search-box-opener:before,
    .search-box-opener:after {
        border-right: 1px solid #e3e3e3;
        background-color: #fff;
    }

    .search-box-opener:before {
        content: "\e92C";
        font-size: 24px;
    }

    .search-box-opener.open:after {
        border-color: #fff;
        font-size: 17px;
    }

    /* HOME PAGE */
    .home-page .topic-block-body {
        min-height: 120px;
    }

    .home-page .page-body>div:last-child {
        /* margin-bottom: -10px !important; */
    }

    /* FOOTER */
    .footer {
        padding-top: 50px;
    }

    .footer-blocks-wrapper.center {
        top: -50px;
        left: 0;
        right: 0;
        width: 460px;
        margin: auto;
    }

    .footer-blocks-wrapper.left,
    .footer-blocks-wrapper.right {
        width: calc(50% - 230px);
        min-height: 300px;
        padding: 50px 1.666% 10px;
    }

    .footer-block {
        width: 49%;
        margin-right: 2%;
        padding: 0;
    }

    .footer-block:first-child {
        margin-right: 0;
    }

    .footer-block .title {
        margin: 0 0 10px;
    }

    .footer-block li a {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .footer-block li a:hover {
        color: var(--color-main);
    }

    .newsletter-email .newsletter-subscribe-button:after {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .newsletter-email .newsletter-subscribe-button:hover:after {
        background-color: #fff;
    }

    .footer-lower {
        padding: 30px;
    }

    .footer-disclaimer,
    .footer-tax-shipping {
        float: left;
        margin: 0 15px 0 0;
        border-right: 1px solid #eee;
        padding: 0 15px 0 0;
    }

    .footer-disclaimer:last-child,
    .footer-tax-shipping:last-child {
        margin: 0;
        border: none;
        padding: 0;
    }

    .theme-selector {
        margin: -14px auto !important;
    }

    /* LEFT/RIGHT COLUMN */
    .block {
        float: none;
        width: auto;
    }

    .block .listbox {
        display: block;
        padding: 15px 30px 30px;
    }

    .block .title {
        padding: 16px 50px 16px 16px;
        cursor: default;
    }

    .block .title:before {
        right: 4px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #333;
    }

    .block .title:after {
        display: none !important;
    }

    .block .list a,
    .block .tags li a,
    .block-poll li label {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .block .list a:hover,
    .block .tags li a:hover,
    .block-poll li label:hover {
        color: var(--color-alt);
    }

    .block .view-all,
    .block-poll .buttons {
        margin: 10px 0 0;
    }

    .block-recently-viewed-products .listbox {
        display: block;
        padding: 15px 20px 23px;
    }

    .block-recently-viewed-products ul {
        overflow: hidden;
    }

    .block-recently-viewed-products li {
        float: left;
        width: calc(33.3333% - 4.6666px);
        margin: 0 7px 7px 0;
    }

    .block-recently-viewed-products li:nth-child(3n + 1) {
        clear: both;
        margin-right: 0;
    }

    .block .list .product-picture {
        display: block;
        border: 1px solid #eee;
        padding: 0;
    }

    .block .product-picture img {
        display: block;
        max-width: 100%;
    }

    .block .list .product-name {
        display: none;
    }

    .product-tag-page h1 {
        text-align: right;
    }

    .home-page-polls {
        margin: 0 0 60px;
    }

    .home-page-polls .poll {
        margin: 0;
        padding: 40px 40px 65px;
    }

    .home-page-polls .buttons button {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .home-page-polls .buttons button:hover {
        border-color: var(--color-alt);
        background-color: var(--color-alt);
        color: #fff;
    }

    .category-boxes-layout-1 .slider-wrapper {
        margin: 0;
        right: 0 !important;
    }

    .category-boxes-layout-1 .item-box:before {
        display: block;
        padding-top: 19%;
    }

    .category-boxes-layout-2 {
        margin: 0 0 30px;
    }

    .category-boxes-layout-2 .home-page-slider {
        margin: 0 0 20px;
    }

    .category-boxes-layout-2 .item-box {
        width: calc(25% - 15px);
        margin: 0 20px 20px 0;
    }

    .category-boxes-layout-2 .item-box:nth-child(2n + 1) {
        clear: none;
        margin-right: 20px;
    }

    .category-boxes-layout-2 .item-box:nth-child(4n + 1) {
        clear: both;
        margin-right: 0;
    }

    .category-boxes-layout-2 .category-item {
        overflow: hidden;
    }

    .category-boxes-layout-2 .category-item .picture a:after {
        height: 140px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACMCAYAAAC9O8OPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkU4MkEzQzgzNzRGMTFFOEFFRjI4MUVBREQ3QjQ5ODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkU4MkEzQzkzNzRGMTFFOEFFRjI4MUVBREQ3QjQ5ODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRTgyQTNDNjM3NEYxMUU4QUVGMjgxRUFERDdCNDk4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRTgyQTNDNzM3NEYxMUU4QUVGMjgxRUFERDdCNDk4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmwUqpMAAABUSURBVHjapJLBDgAgCEKB/v+f69ZqYK0ub5aQTgMAagAGNEeWEiXH5mWJ+VSU6HyntSGtoIlcohmJLiVbtqWSzlHXiFEcic5jv5D8LJTp07yiCzAAVkYBsCkMdosAAAAASUVORK5CYII=");
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
    }

    .category-boxes-layout-2 .category-item .title {
        top: 100%;
        height: 100%;
        margin: -85px 0 0;
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
    }

    .category-boxes-layout-2 .category-item:hover .title {
        top: 0;
        margin: 0;
    }

    .category-boxes-layout-2 .category-item .title:before {
        content: "";
        position: absolute;
        top: 85px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
    }

    .category-boxes-layout-2 .category-item:hover .title:before {
        top: 0;
    }

    .category-boxes-layout-2 .category-item .title a {
        padding: 30.5px 10px;
        font-size: 20px;
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
    }

    .category-boxes-layout-2 .title-content-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
    }

    .category-boxes-layout-2 .category-item:hover .title-content-wrapper {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .category-boxes-layout-2 .sub-categories-list {
        display: block;
        text-align: center;
        -webkit-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
    }

    .category-boxes-layout-2 .category-item:hover .sub-categories-list {
        margin: -15px 0 25px;
    }

    .category-boxes-layout-2 .category-item .sub-categories-list li a {
        display: inline-block;
        padding: 10px;
        font-size: 15px;
        font-weight: lighter;
        text-transform: none;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: #aaa;
    }

    .category-boxes-layout-2 .category-item .sub-categories-list li a:hover {
        color: #fff;
    }

    .category-page-two-columns .sub-category-item .title a {
        padding: 0 25px;
    }

    .category-page-one-column .sub-category-grid {
        border: 1px solid #eee;
        background-color: #fff;
        padding: 10px 10px 0;
        text-align: center;
        font-size: 0;
    }

    .category-page-one-column .sub-category-grid .item-box {
        display: inline-block;
        float: none;
        width: calc(16.666% - 8.333px);
        margin: 0 10px 10px 0;
    }

    .category-page-one-column .sub-category-grid .item-box:nth-child(2n + 1) {
        margin-right: 10px;
    }

    .category-page-one-column .sub-category-grid .item-box:nth-child(6n + 1) {
        margin-right: 0;
    }

    .category-page-one-column .sub-category-item .title a {
        overflow: hidden;
        padding: 15px 0;
        font-size: 16px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .category-page-one-column .sub-category-item:hover .title a {
        color: var(--color-alt);
    }

    .category-page-one-column .featured-product-grid {
        margin: 0 0 70px;
    }

    .category-page .page-title h1 {
        padding: 0 15px 0 0;
    }

    .category-description,
    .vendor-description {
        margin: 40px 0;
    }

    .category-page-one-column .product-grid,
    .category-page-one-column .product-list,
    .category-page-one-column .bestsellers-wrapper {
        margin: 0 0 60px;
    }

    .featured-product-grid {
        margin: 0 0 60px;
        border: none;
        padding: 0;
    }

    .featured-product-grid .item-grid {
        position: relative;
        margin: 0 0 -1px;
        border: 1px solid #eee;
        background-color: #fff;
    }

    .featured-product-grid .item-grid:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50%;
        width: 1px;
        height: 100%;
        background-color: #eee;
    }

    .featured-product-grid .title strong {
        padding: 0 15px 0 0;
    }

    .featured-product-grid .item-box {
        width: 50%;
        margin: 0;
        border-width: 0 0 1px;
        padding: 20px;
    }

    .featured-product-grid .item-box .product-item,
    .featured-product-grid .item-box .picture,
    .featured-product-grid .item-box .details {
        display: block;
    }

    .featured-product-grid .item-box .picture {
        float: right;
        width: 230px;
        border: 1px solid #eee;
    }

    .featured-product-grid .item-box .details {
        float: left;
        width: calc(100% - 230px);
        padding: 0 15px;
    }

    .featured-product-grid .details-top {
        margin: 0;
        padding: 0;
    }

    .featured-product-grid .product-title {
        padding: 13px 0;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #444;
    }

    .featured-product-grid .product-title a {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .featured-product-grid .product-title a:hover {
        color: var(--color-alt);
    }

    .featured-product-grid .product-rating-box {
        position: static;
    }

    .featured-product-grid .rating {
        position: static;
        height: auto;
        margin: 0 0 15px;
    }

    .featured-product-grid .item-box .description {
        display: block;
        max-height: 74px;
        margin: 0 0 20px;
        overflow: hidden;
        font-size: 13px;
        line-height: 24px;
    }

    .featured-product-grid .item-box .prices {
        margin: 0 0 20px;
    }

    .featured-product-grid .item-box .add-info {
        display: block;
    }

    .featured-product-grid .item-box-overlay {
        display: none;
    }

    .featured-product-grid .item-box .buttons {
        font-size: 0;
        white-space: nowrap;
    }

    .featured-product-grid .item-box button {
        height: 40px;
        width: 40px;
        margin: 0 0 0 5px;
        border: none;
        background-color: #eee;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
        font-size: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .featured-product-grid .item-box button:hover {
        background-color: var(--color-alt);
    }

    .featured-product-grid .item-box button.product-box-add-to-cart-button {
        border-color: var(--color-alt);
        background-color: var(--color-alt);
        background-image: url("../img/product-cart.svg");
    }

    .featured-product-grid .item-box button.product-box-add-to-cart-button:hover {
        background-color: #ae864b;
    }

    .featured-product-grid .item-box button.add-to-compare-list-button {
        background-image: url("../img/product-compare-grey.svg");
    }

    .featured-product-grid .item-box button.add-to-compare-list-button:hover {
        background-image: url("../img/product-compare.svg");
    }

    .featured-product-grid .item-box button.add-to-wishlist-button {
        background-image: url("../img/product-wishlist-grey.svg");
    }

    .featured-product-grid .item-box button.add-to-wishlist-button:hover {
        background-image: url("../img/product-wishlist.svg");
    }

    .product-selectors {
        margin: 0 0 20px;
        border: 1px solid #e6e6e6;
        border-width: 1px 0 1px;
        padding: 9px 0;
    }

    .category-page .product-selectors {
        /* margin: 0; */
    }

    .category-description~.product-selectors,
    .sub-category-grid~.product-selectors {
        margin: 0 0 20px;
        border-width: 1px 0;
    }

    .filters-button {
        display: none;
    }

    .product-selectors .product-viewmode a {
        border: 1px solid #eee;
        background-color: #fff;
    }

    .product-selectors .product-viewmode a.selected {
        border-color: #a37e2c !important;
        background-color: #a37e2c !important;
    }

    .product-selectors .product-viewmode a.selected:before {
        color: #fff;
        opacity: 1;
    }

    .product-selectors .product-sorting,
    .product-selectors .product-page-size {
        float: right;
    }

    .product-selectors .product-sorting .msh-dropdown {
        display: none;
    }

    .product-sorting:after,
    .product-page-size:after {
        /* left: auto; */
        /* width: 35px; */
        /* height: 40px; */
        /* text-align: left; */
        /* line-height: 40px; */
    }

    .product-selectors .product-sorting select,
    .product-selectors .product-page-size select {
        /* position: relative; */
        /* z-index: 2; */
        /* height: 40px; */
        /* border: none; */
        /* background-color: transparent; */
        /* background-image: none; */
        /* padding: 0 35px 0 5px; */
        /* line-height: 38px; */
        /* color: #222; */
    }

    .product-selectors .product-page-size {
        /* margin: 0 0 0 30px; */
    }

    .product-selectors .product-page-size select {
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .product-grid .title strong {
        font-size: 20px;
        line-height: 36px;
    }

    .items-five .product-grid .item-box,
    .center-2 .product-grid .item-box {
        width: calc(20% - 8px);
    }

    .product-item:hover .product-rating-box {
        z-index: 3;
        opacity: 1;
    }

    .product-grid .product-item:hover .only-price {
        /* color: var(--color-alt); */
    }

    .product-grid .item-box-overlay-tint {
        display: block;
        position: relative;
        margin: -1px;
        border: 1px solid #d1d1d1;
    }

    .product-grid .item-box-overlay-tint:before {
        content: "";
        display: block;
        background-color: rgba(0, 0, 0, 0.12);
        padding-top: 100%;
    }

    .product-grid .item-box .attribute-squares-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: calc(100% - 50px);
        z-index: -1;
        padding: 0 8px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        opacity: 0;
    }

    .product-grid .item-box:hover .attribute-squares-wrapper {
        z-index: 3;
        opacity: 1;
    }

    .product-grid .item-box .attribute-squares {
        text-align: center;
    }

    .product-grid .item-box .attribute-squares:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-grid .item-box .attribute-squares li {
        display: block;
        float: left;
        width: calc(25% - 4px);
        margin: 10px 2px 0;
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .product-grid .item-box:hover .attribute-squares li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .product-grid .item-box .attribute-squares label {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .product-grid .item-box .attribute-square {
        width: 100%;
        height: 100%;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .product-grid .item-box .attribute-square:before {
        content: "";
        display: block;
        position: static;
        padding-top: 100%;
        border: none;
        opacity: 0;
    }

    .product-grid .item-box .attribute-square:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .product-grid .hover-variant-two .product-rating-box {
        display: none;
    }

    .product-grid .hover-variant-two .item-box-overlay-tint {
        display: none;
    }

    .product-grid .hover-variant-two .attribute-squares-wrapper {
        width: 100%;
    }

    .product-grid .hover-variant-two .buttons {
        bottom: 0;
        height: auto;
        margin-top: 100%;
        border-top: 1px solid #eee;
        background-color: #fff;
    }

    .product-grid .hover-variant-two .buttons button {
        position: relative;
        top: 50%;
        margin-top: -20px;
        border: 1px solid #eee;
        background-color: #fff;
        color: var(--color-alt);
    }

    .product-grid .hover-variant-two .buttons button:hover {
        border-color: var(--color-alt);
        background-color: var(--color-alt);
        color: #fff !important;
    }

    .product-grid .hover-variant-two button.product-box-add-to-cart-button {
        background-image: url("../img/product-cart-dark.svg");
    }

    .product-grid .hover-variant-two button.product-box-add-to-cart-button:hover {
        background-image: url("../img/product-cart.svg");
    }

    .product-grid .hover-variant-two button.add-to-compare-list-button {
        background-image: url("../img/product-compare-dark.svg");
    }

    .product-grid .hover-variant-two button.add-to-compare-list-button:hover {
        background-image: url("../img/product-compare.svg");
    }

    .product-grid .hover-variant-two button.add-to-wishlist-button {
        background-image: url("../img/product-wishlist-dark.svg");
    }

    .product-grid .hover-variant-two button.add-to-wishlist-button:hover {
        background-image: url("../img/product-wishlist.svg");
    }

    .product-grid-bestsellers:only-child .item-box {
        width: 25%;
    }

    .product-grid-bestsellers:only-child .item-box:nth-child(2n + 1) {
        clear: none;
    }

    .product-grid-bestsellers:only-child .item-box:nth-child(4n + 1) {
        clear: both;
    }

    .product-grid-bestsellers:only-child .item-box:nth-child(4n) {
        border-right: none;
    }

    .product-grid-bestsellers .product-title {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .product-grid-bestsellers .product-title:hover {
        color: var(--color-alt);
    }

    .product-grid-bestsellers .buttons button {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .product-grid-bestsellers .buttons button:hover {
        color: var(--color-on-alt) !important;
        border-color: var(--color-alt);
        background-color: var(--color-alt);
    }

    .product-grid-bestsellers button.add-to-compare-list-button:hover {
        color: #fff;
    }

    .product-grid-bestsellers button.add-to-wishlist-button:hover {
        color: #fff;
    }

    .recently-added-products-page h1,
    .recently-viewed-products-page h1 {
        text-align: right;
    }

    .pager li.first-page {
        padding: 0;
    }

    .pager li.individual-page {
        max-width: 37px;
    }

    .pager li.current-page span {
        background-color: var(--color-alt);
        cursor: default;
        color: #fff !important;
        background: none !important;
    }

    .pager li.individual-page a {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .pager li.individual-page a:hover {
        color: var(--color-on-main);
        border-radius: 4px;
        background: var(--color-main);
        opacity: .5;
    }

    .pager li.previous-page a:before,
    .pager li.next-page a:before,
    .pager li.first-page a:before,
    .pager li.last-page a:before {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .pager li.previous-page a:hover:before,
    .pager li.next-page a:hover:before,
    .pager li.first-page a:hover:before,
    .pager li.last-page a:hover:before {
        color: var(--color-on-main);
        opacity: 1;
    }

    .product-list .item-box {
        margin-bottom: 20px;
    }

    .product-list .item-box .details {
        padding: 15px 30px 88px;
    }

    .product-list .item-box .details:before {
        bottom: 88px;
    }

    .product-list .product-title:hover {
        color: var(--color-alt);
    }

    .product-list .item-box .prices {
        right: 30px;
        bottom: 44px;
        max-width: calc(100% - 460px);
    }

    .product-list .item-box .price {
        font-size: 18px;
    }

    .product-list .item-box .add-info {
        left: 30px;
        bottom: 22px;
    }

    .product-list .item-box button {
        width: 45px;
        height: 45px;
    }

    .product-list .item-box button:hover {
        background-color: var(--color-alt);
    }

    .product-list .item-box button.add-to-wishlist-button:hover {
        background-image: url("../img/product-wishlist.svg");
    }

    .product-list .item-box button.add-to-compare-list-button:hover {
        background-image: url("../img/product-compare.svg");
    }

    .product-list .item-box button.product-box-add-to-cart-button {
        width: auto;
        overflow: hidden;
        background-position: right 28px center;
        padding: 0 53px 0 30px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 45px;
        text-transform: uppercase;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
    }

    .product-list .item-box button.product-box-add-to-cart-button:hover {
        background-color: #ae864b;
    }

    /* CATEGORY PAGE ONE COLUMN */
    .category-page-one-column.center-1 {
        margin-bottom: 0;
    }

    .category-page-one-column .category-description {
        margin: 20px 0 40px;
    }

    .category-page-one-column .product-selectors {
        border-top: none;
    }

    .category-page-one-column .product-list .item-box .picture {
        width: 24.5%;
    }

    .category-page-one-column .product-list .item-box .picture+.details,
    .category-page-one-column .product-list .item-box .ribbon-wrapper+.details {
        width: 75.5%;
    }

    .category-page-one-column .pager {
        margin: 0 0 70px;
    }

    .one-column-blocks-wrapper {
        margin: 0 0 100px;
    }

    .one-column-blocks-wrapper .blocks-wrapper {
        display: none;
    }

    .side-navigation-tabs.ui-tabs {
        display: block;
    }

    .blocks-tab-header:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 28px;
        height: 20px;
        margin: auto;
        font-family: "pacific";
        line-height: 20px;
        font-weight: normal;
        color: #000;
        opacity: 0.5;
    }

    .blocks-tab-header.category-navigation:before {
        content: "\e907";
        font-size: 11px;
    }

    .blocks-tab-header.manufacturer-navigation:before {
        content: "\e91b";
        font-size: 14px;
    }

    .blocks-tab-header.recently-viewed-product:before {
        content: "\e91e";
        font-size: 15px;
    }

    .blocks-tab-header.popular-tags:before {
        content: "\e928";
        font-size: 15px;
    }

    .blocks-tab-header.poll-list:before {
        content: "\e931";
        font-size: 15px;
    }

    .blocks-tab-header.vendor-navigation:before {
        content: "\e925";
        font-size: 12px;
    }

    .side-navigation-tabs-body .ui-tabs-panel {
        overflow: hidden;
        padding: 30px 10px;
        font-size: 0;
    }

    .side-navigation-tabs-body .list {
        float: right;
    }

    .side-navigation-tabs-body .list li {
        display: inline-block;
    }

    .side-navigation-tabs-body .list>li>a,
    .side-navigation-tabs-body .list>li>span {
        display: block;
        border-right: 1px solid #eee;
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .side-navigation-tabs-body .list>li:first-child>a,
    .side-navigation-tabs-body .list>li:first-child>span {
        border-right: none;
    }

    .side-navigation-tabs-body .list>li>a {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .side-navigation-tabs-body .list>li>a:hover {
        color: var(--color-alt);
    }

    .side-navigation-tabs-body .list .product-picture {
        display: none;
    }

    .side-navigation-tabs-body .sublist {
        display: none;
    }

    .side-navigation-tabs-body .tags {
        float: right;
        margin: 0 10px;
    }

    .side-navigation-tabs-body .tags li {
        display: inline-block;
        position: relative;
        height: 20px;
        margin: 0 10px;
        overflow: hidden;
        font-size: 14px !important;
    }

    .side-navigation-tabs-body .tags a {
        vertical-align: baseline;
        line-height: 20px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .side-navigation-tabs-body .tags a:hover {
        color: var(--color-alt);
    }

    .side-navigation-tabs-body .view-all {
        float: right;
        border-right: 1px solid #eee;
        padding: 0 15px 0 0;
    }

    .side-navigation-tabs-body .view-all a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: var(--color-alt);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .side-navigation-tabs-body .view-all a:hover {
        color: #ae864b;
    }

    .side-navigation-tabs-body #PopularTagsList .view-all a {
        border: none;
    }

    .side-navigation-tabs-body .poll:after {
        content: "";
        display: block;
        clear: both;
    }

    .side-navigation-tabs-body .poll-display-text {
        display: block;
        float: right;
        margin: 0 20px;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: #222;
    }

    .side-navigation-tabs-body .poll-display-text:after {
        content: "\e901";
        margin: 0 10px 0 0;
        font-family: "pacific";
        vertical-align: text-bottom;
        font-size: 8px;
        line-height: 17px;
        color: #222;
    }

    .side-navigation-tabs-body .poll-options {
        float: right;
    }

    .side-navigation-tabs-body .poll li {
        display: inline-block;
        position: relative;
        margin: 0 0 0 15px;
    }

    .side-navigation-tabs-body .poll input[type="radio"] {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        margin: auto;
    }

    .side-navigation-tabs-body .poll label {
        display: block;
        position: relative;
        padding: 0 23px 0 0;
        font-size: 14px;
        line-height: 20px;
        color: #444;
        cursor: pointer;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .side-navigation-tabs-body .poll label:hover {
        color: var(--color-alt);
    }

    .side-navigation-tabs-body .poll label:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        border-radius: 50%;
        background-color: #fff;
    }

    .side-navigation-tabs-body .poll input:checked+label:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 3px;
        margin: auto;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--color-alt);
    }

    .side-navigation-tabs-body .poll .poll-results li {
        float: right;
        font-size: 14px;
        line-height: 20px;
    }

    .side-navigation-tabs-body .poll .buttons {
        float: right;
        margin: 0 15px 0 0;
    }

    .side-navigation-tabs-body .poll button[type="button"] {
        display: inline-block;
        margin: -10px 0;
        border: 1px solid #eee;
        background: none;
        padding: 10px 19px;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: var(--color-alt);
    }

    .side-navigation-tabs-body .poll button[type="button"]:hover {
        border-color: var(--color-alt);
        background-color: var(--color-alt);
        color: #fff;
    }

    .side-navigation-tabs-body .poll .poll-total-votes {
        display: block;
        float: right;
        margin: 0 15px 0 0;
        font-size: 14px;
        line-height: 20px;
        color: var(--color-alt);
    }

    .ui-tabs-panel[aria-hidden="true"] {
        display: none;
    }

    /* PRODUCT PAGE */
    .product-details-page-body .master-wrapper-content {
        padding: 0 30px;
    }

    .product-page-layout-one .product-content-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-page-layout-one .overview-buttons-wrapper {
        /* margin-bottom: 15px; */
    }

    .product-page-grids.side-grids {
        float: left;
        width: 23%;
        padding: 0 15px 0 0;
    }

    .product-page-grids.side-grids .product-grid {
        margin: 0 0 10px;
    }

    .product-page-grids.side-grids .product-grid .title {
        text-align: center;
        margin: 0 0 2px;
        padding: 16px 20px 15px;
    }

    .product-page-grids.side-grids .product-grid .title strong {
        font-size: 23px;
        line-height: normal;
        font-weight: bold;
        color: #444;
    }

    .product-page-grids.side-grids .item-grid {
        padding: 12px;
    }

    .product-page-grids.side-grids .product-grid .item-box:nth-child(6n + 1) {
        clear: none;
        margin: 0 12px 12px 0;
    }

    .product-page-grids.side-grids .product-grid .item-box {
        margin: 0 12px 12px 0;
        background-color: transparent;
    }

    .product-page-grids.side-grids .product-grid .item-box:nth-child(2n + 1) {
        clear: both;
        margin-right: 0;
    }

    .product-page-grids.side-grids .product-grid .product-title {
        padding: 10px 0 0;
        text-align: right;
    }

    .product-page-grids.side-grids .product-grid .item-box .prices {
        margin: 0;
        text-align: left;
    }

    .product-page-grids.side-grids .product-grid .item-box .price {
        font-size: 14px;
        color: #3d405b;
        margin-right: auto;
    }

    .product-page-grids.side-grids .item-box .price.old-price {
        color: #888;
    }

    .product-page-grids.side-grids .block-category-navigation {
        background-color: #eee;
    }

    .product-page-grids.side-grids .block-category-navigation .title {
        border-bottom: 1px solid #e1e1e1;
    }

    .product-page-grids.side-grids .block-category-navigation .title:before {
        background-color: #fff;
    }

    .product-page-grids.side-grids .block-category-navigation .sublist {
        display: none;
    }

    .product-details-page .breadcrumb {
        margin: 0;
        padding: 5px 0;
        text-align: right;
    }

    .product-essential,
    .product-collateral {
        margin: 0;
    }

    .gallery .picture {
        width: auto;
        padding: 15px;
    }

    .gallery .picture-thumbs {
        width: 100%;
        margin: 0 !important;
    }

    .gallery .thumb-item {
        width: calc(25% - 10px);
        margin: 0 15px 15px 0;
    }

    .product-social-buttons {
        position: absolute;
        top: 0;
        right: -30px;
        margin: 0;
    }

    .product-social-sharing li {
        display: block;
        margin: 0 0 1px;
    }

    .product-details-page .product-name {
        margin: 0;
        border: none;
        padding: 0;
        text-align: right;
    }

    .product-details-page .product-name h1 {
        color: #000;
    }

    .product-reviews-overview {
        overflow: hidden;
    }

    .product-reviews-overview .product-review-box {
        margin: 10px 0;
    }

    .product-reviews-overview .product-review-box .rating {
        background-image: url(../img/rating-unfilled.svg);
    }

    .product-reviews-overview .product-review-box .rating div {
        background-image: url(../img/rating-filled.svg);
    }

    .product-review-links {
        float: right;
    }

    .overview .prices,
    .variant-overview .prices {
        text-align: right;
    }

    .overview .availability,
    .variant-overview .availability {
        overflow: hidden;
    }

    .overview .availability label,
    .variant-overview .availability label {
        display: block;
        float: right;
        font-size: 13px;
    }

    .overview .stock,
    .variant-overview .stock {
        float: right;
    }

    .overview .delivery,
    .variant-overview .delivery {
        overflow: hidden;
    }

    .overview .delivery label,
    .variant-overview .delivery label {
        display: inline-block;
        font-size: 13px;
        vertical-align: middle;
    }

    .free-shipping {
        float: right;
        margin: 0 0 0 40px;
    }

    .attribute-squares {
        text-align: right;
    }

    .overview .add-to-wishlist-button:hover,
    .variant-overview .add-to-wishlist-button:hover,
    .overview .add-to-compare-list-button:hover,
    .overview .email-a-friend-button:hover,
    .download-sample-button:hover {
        background-color: var(--color-alt);
        color: #fff;
    }

    .download-sample-button:hover {
        background-image: url("../img/download-sample-white.svg");
    }

    .product-page-layout-two .gallery-wrapper {
        width: 580px;
        margin-bottom: 0;
    }

    .product-page-layout-two .gallery .picture {
        padding: 40px 40px 20px;
    }

    .product-page-layout-two .gallery .picture a,
    .product-page-layout-two .product-image-holder {
        margin: 0 0 20px;
    }

    .product-page-layout-two .overview-wrapper {
        width: calc(100% - 610px);
        background-color: transparent;
        border: none;
        margin-bottom: 0;
    }

    .product-page-layout-two .overview {
        padding: 0;
        color: #444;
    }

    .product-page-layout-two .product-overview-top {
        margin: 0 0 20px;
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
        padding: 0 0 20px;
    }

    .product-page-layout-two .product-overview-top .product-name {
        float: right;
        width: calc(100% - 200px);
    }

    .product-page-layout-two .product-overview-top .product-reviews-overview {
        float: left;
        width: 200px;
        margin: 0;
        border: none;
        padding: 7px 0;
    }

    .product-page-layout-two .product-overview-top .product-review-box {
        float: left;
        margin: 0 0 10px;
    }

    .product-page-layout-two .product-overview-top .product-review-links,
    .product-page-layout-two .product-overview-top .product-no-reviews {
        float: left;
        clear: left;
    }

    .product-page-layout-two .product-reviews-overview,
    .product-page-layout-two .overview .short-description,
    .product-page-layout-two .overview .prices,
    .product-page-layout-two .tier-prices .prices-table,
    .product-page-layout-two .tier-prices .prices-row>div,
    .product-page-layout-two .overview-info-wrapper,
    .product-page-layout-two .overview .availability,
    .product-page-layout-two .overview .delivery,
    .product-page-layout-two .overview .product-estimate-shipping,
    .product-page-layout-two .attribute,
    .product-page-layout-two .rental-attributes,
    .product-page-layout-two .giftcard {
        border-color: #e3e3e3;
    }

    .product-page-layout-two .product-overview-top,
    .product-page-layout-two .overview .short-description,
    .product-page-layout-two .overview .prices,
    .product-page-layout-two .overview-info-wrapper,
    .product-page-layout-two .overview .availability,
    .product-page-layout-two .overview .delivery,
    .product-page-layout-two .overview .product-estimate-shipping,
    .product-page-layout-two .attribute,
    .product-page-layout-two .rental-attributes,
    .product-page-layout-two .overview-buttons-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-page-layout-two .overview-info-wrapper .label {
        display: inline-block;
    }

    .product-page-layout-two .attribute:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-page-layout-two .attribute-title,
    .product-page-layout-two .attribute-label {
        float: right;
        width: 195px;
        margin: 0;
        padding: 13px 0;
        text-transform: none;
    }

    .product-page-layout-two .atribute-body,
    .product-page-layout-two .attribute-data {
        margin: 0 195px 0 0;
    }

    .product-page-layout-two .attributes select,
    .product-page-layout-two .attributes .datepicker {
        background-color: #e9e9e9;
    }

    .product-page-layout-two .overview-info-wrapper .label,
    .product-page-layout-two .overview .availability label,
    .product-page-layout-two .overview .delivery label {
        width: 195px;
    }

    .product-page-layout-two .attributes .option-list.radio-list label {
        background-color: #e9e9e9;
    }

    .product-page-layout-two .attributes .option-list.checkbox-list li {
        display: inline-block;
        margin: 7px 0 7px 20px;
    }

    .product-page-layout-two .attributes .option-list.checkbox-list label:before {
        border-color: #ccc;
        background-color: #fff;
    }

    .product-page-layout-two .rental-attributes .attribute-item {
        width: 100%;
        margin: 0 0 10px;
    }

    .product-page-layout-two .attributes .datepicker {
        max-width: 350px;
    }

    .product-page-layout-two .overview-buttons {
        float: right;
        width: calc(100% - 350px);
        margin-right: -3px;
        text-align: right;
    }

    .product-page-layout-two .overview-buttons-wrapper .add-to-cart {
        float: left;
        width: 350px;
    }

    .product-page-layout-two .overview .add-to-wishlist-button,
    .product-page-layout-two .overview .add-to-compare-list-button,
    .product-page-layout-two .overview .email-a-friend-button,
    .product-page-layout-two .download-sample-button {
        border: 1px solid #e3e3e3;
        background-color: #fff;
    }

    .product-page-layout-two .overview .add-to-wishlist-button:hover,
    .product-page-layout-two .overview .add-to-compare-list-button:hover,
    .product-page-layout-two .overview .email-a-friend-button:hover,
    .product-page-layout-two .download-sample-button:hover {
        border-color: var(--color-alt);
        background-color: var(--color-alt);
    }

    .product-page-layout-two .overview .add-to-wishlist-button:hover {
        background-image: url("../img/product-wishlist.svg");
    }

    .product-page-layout-two .overview .add-to-compare-list-button:hover {
        background-image: url("../img/product-compare.svg");
    }

    .product-page-layout-two .overview .email-a-friend-button:hover {
        background-image: url("../img/email-a-friend-white.svg");
    }

    .product-page-layout-two .download-sample-button:hover {
        background-image: url("../img/download-sample-white.svg");
    }

    .product-page-layout-two .customer-entered-price {
        text-align: left;
    }

    .product-page-layout-two .customer-entered-price .enter-price-input {
        background-color: #e9e9e9;
    }

    .product-page-layout-two .customer-entered-price .price-range {
        margin: 0 0 10px;
    }

    .product-page-layout-two .variant-overview .attribute,
    .product-page-layout-two .variant-overview .rental-attributes {
        border-color: #eee;
        padding-left: 0;
        padding-right: 0;
    }

    .product-page-layout-two .variant-overview .rental-attributes {
        max-width: none;
    }

    .product-page-layout-two .variant-overview .attributes .datepicker {
        width: 100%;
        max-width: 420px;
    }

    .product-page-layout-two .variant-overview-info-wrapper {
        padding: 0 0 15px !important;
    }

    .product-page-layout-two .giftcard input,
    .product-page-layout-two .giftcard textarea {
        background-color: #e9e9e9;
    }

    .product-page-layout-two .product-grid {
        margin: 50px 0 -10px;
        overflow: hidden;
    }

    /* REVIEW PAGE */
    .product-reviews-page .page-title {
        margin: 0 0 40px;
    }

    .product-review-list,
    .write-review {
        padding: 50px;
    }

    .product-reviews-page .title {
        margin: -50px -50px 40px;
        padding: 25px;
        font-size: 17px;
    }

    .product-review-item {
        margin: 0 0 60px;
    }

    .product-review-item:last-child {
        margin-bottom: 0;
    }

    /* WISHLIST & COMPARE LIST */
    .html-wishlist-page .master-wrapper-content {
        position: relative;
    }

    .wishlist-page .table-wrapper {
        width: calc(100% - 280px);
    }

    .wishlist-info {
        position: absolute;
        top: 81px;
        left: 20px;
        width: 260px;
    }

    .wishlist-content form {
        top: 81px;
    }

    .wishlist-page .no-data,
    .compare-products-page .no-data,
    .shopping-cart-page .no-data {
        padding: 50px;
    }

    /* TOPICS */
    .home-page-welcome-message {
        margin: 0 0 55px;
        padding: 20px;
    }

    .home-page .topic-block-title h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .topic-page .page-body {
        padding: 40px;
    }

    .topic-password form {
        margin: 150px auto;
        padding: 40px;
    }

    /* CONTACT PAGE & EMAILaFRIEND */
    .contact-page .topic-block,
    .email-a-friend-page .topic-block,
    .apply-vendor-page .topic-block,
    .email-a-friend-page .title {
        padding: 30px;
    }

    .contact-page .form-fields,
    .email-a-friend-page .form-fields,
    .apply-vendor-page .form-fields {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-page .buttons,
    .email-a-friend-page .buttons,
    .apply-vendor-page .buttons,
    .contact-page .result,
    .email-a-friend-page .result,
    .apply-vendor-page .result {
        padding: 30px;
    }

    /* REGISTRATION, LOGIN, MY ACCOUNT */
    .registration-page .fieldset,
    .registration-page .buttons {
        padding: 30px;
    }

    .registration-page .fieldset .title {
        margin: -30px -30px 30px;
        padding: 30px;
    }

    .registration-result-page .page-body {
        padding: 40px;
    }

    .login-page .login-tabs .login-tabs-block,
    .password-recovery-page .page-body {
        padding: 50px;
    }

    .login-page .login-tabs .buttons,
    .password-recovery-page .buttons {
        margin: 0 -50px -50px;
        padding: 25px;
    }

    .login-page .text {
        margin: 0 0 50px;
    }

    .login-page .page-body>.topic-block,
    .login-page .external-authentication {
        padding: 30px;
    }

    .login-page .page-body>.topic-block .topic-block-title,
    .external-authentication .title {
        margin: -30px -30px 30px;
        padding: 30px;
    }

    .password-recovery-page .inputs {
        margin-bottom: 15px;
        max-width: 415px;
    }

    .html-account-page .side-2 {
        width: 300px;
        margin: 45px 0 40px;
    }

    .html-account-page .center-2 {
        width: calc(100% - 300px);
    }

    .html-account-page .block .title {
        display: none;
    }

    .html-account-page .block .listbox {
        border: none;
        padding: 5px 0;
    }

    .customer-info-page .fieldset .title {
        margin: -30px -30px 30px;
        padding: 30px;
    }

    .order-list-page .order-item .buttons {
        padding: 20px;
    }

    .account-page .edit-address,
    .account-page .edit-address+.buttons {
        padding: 30px;
    }

    .subscription-list .buttons {
        padding: 30px;
    }

    .change-password-page .fieldset {
        padding: 40px;
    }

    .change-password-page .buttons {
        padding: 30px;
    }

    .avatar-page .fieldset {
        padding: 40px;
    }

    .avatar-page .buttons {
        padding: 20px;
    }

    .vendorinfo-page .fieldset {
        padding: 40px;
    }

    .vendorinfo-page .buttons {
        padding: 30px;
    }

    .check-gift-card-balance-page .form-fields {
        padding: 40px;
    }

    .check-gift-card-balance-page .buttons {
        padding: 30px;
    }

    .return-request-page .section,
    .return-request-page .fieldset {
        float: right;
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }

    .return-request-page .section {
        margin-right: 0;
    }

    .return-request-page .section .title {
        padding: 30px;
    }

    .return-request-page .fieldset {
        padding: 30px;
    }

    .return-request-page .fieldset .title {
        margin: -30px -30px 20px;
        padding: 30px;
    }

    .return-request-page .buttons {
        clear: both;
        padding: 30px;
    }

    /* SHOPPING CART & CHECKOUT */
    .order-progress {
        padding: 15px 0;
    }

    .order-progress ul li {}

    .order-progress li a span {
        display: inline-block;
    }

    .shopping-cart-page #shopping-cart-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

    .shopping-cart-page .cart-content {
        width: calc(100% - 280px);
    }

    .shopping-cart-page .cart-info {
        width: 360px;
        margin-top: 40px;
        margin-right: auto;
    }

    .cart-content>.tax-shipping-info {
        margin: 0;
        border-top: none;
    }

    .common-buttons {
        border-top: none;
        background-color: #fff;
        padding: 10px;
        text-align: right;
    }

    .common-buttons button {
        position: relative;
        width: auto;
        margin: 0 0 0 25px;
        background-color: #fff;
        padding: 10px 32px 10px 15px;
    }

    .common-buttons button:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: 30px;
        margin: auto;
    }

    .common-buttons .continue-shopping-button:before {
        line-height: 28px;
    }

    .cart-collaterals .title {
        padding: 70px 20px;
        text-align: center;
    }

    .cart-collaterals .title:before {
        top: 15px;
        right: 0;
        bottom: auto;
        left: 0;
        height: 45px;
        width: 45px;
        margin: auto;
        font-size: 30px;
        font-weight: bold;
        line-height: 45px;
    }

    .cart-collaterals .coupon-box-wrapper .title:before {
        font-size: 35px;
    }

    .cart-collaterals .title:after {
        top: auto;
        left: 0;
        right: 0;
        width: auto;
        height: 50px;
        font-size: 0;
        border-top: 1px solid #eee;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .cart-collaterals .title strong:before {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 13px;
        height: 13px;
        margin: auto;
        border: 1px solid #ccc;
        border-width: 0 1px 1px 0;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cart-collaterals .title.open strong:before {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .shopping-cart-page .totals {
        margin: 0;
    }

    .cart-collaterals .coupon-box,
    .cart-collaterals .giftcard-box {
        padding: 20px 20px 95px;
    }

    .cart-collaterals .deals .hint {
        text-align: right;
    }

    .cart-collaterals .coupon-code {
        margin: 0 0 15px;
    }

    .order-summary-content .product-grid .item-box {
        width: calc(20% - 8px);
    }

    .order-summary-content .product-grid .item-box:nth-child(6n + 1) {
        clear: none;
        margin-right: 10px;
    }

    .order-summary-content .product-grid .item-box:nth-child(5n + 1) {
        clear: both;
        margin-right: 0;
    }

    .checkout-page .address-grid:before {
        right: calc(33.3333% - 13.3333px);
    }

    .checkout-page .address-grid:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: calc(66.6666% - 6.6666px);
        width: 20px;
        background-color: #f3f3f3;
    }

    .checkout-page .address-item {
        /* width: calc(33.3333% - 13.3333px); */
    }

    .checkout-page .address-item:nth-child(2n + 1) {
        clear: none;
        /* margin: 0 20px 0 0; */
    }

    .checkout-page .address-item:nth-child(3n + 1) {
        clear: both;
        margin: 0;
    }

    .checkout-page .billing-addresses+.buttons,
    .checkout-page .shipping-addresses+.buttons {
        padding: 30px;
    }

    .checkout-page .section.order-summary form {
        /* overflow: hidden; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

    .checkout-page .section.order-summary .cart-content {
        width: calc(100% - 280px);
    }

    .checkout-page .section.order-summary .cart-info {
        float: left;
        width: 320px;
        max-width: 100%;
    }

    .checkout-page .shipping-method,
    .checkout-page .payment-method {
        padding: 0 20px;
    }

    .checkout-page .shipping-method ul {
        margin: 0 0 10px;
    }

    .checkout-page .shipping-method input+label:before {
        top: 35px;
    }

    .checkout-page .shipping-method .buttons,
    .checkout-page .payment-method .buttons,
    .checkout-page .payment-info .buttons {
        /* margin: 0 -30px -30px; */
        padding: 20px;
    }

    .checkout-page .shipping-method ul.hidden+.buttons {
        margin-top: -31px;
    }

    /*when pickup in store is active*/
    .section.payment-info {
        padding: 30px;
    }

    .section.order-completed {
        padding: 30px;
    }

    .section.order-completed .buttons {
        margin: 30px -30px -30px;
        padding: 30px;
    }

    .opc .step-title,
    .opc .step {
        padding: 30px;
    }

    .opc .buttons {
        margin: 30px -30px -30px;
        padding: 30px;
    }

    /* SEARCH & SITEMAP */
    .basic-search,
    .advanced-search,
    .search-input .buttons {
        padding: 30px;
    }

    .sitemap-page .entity {
        padding: 30px;
    }

    .sitemap-page .entity-title {
        margin: -30px -30px 30px;
        padding: 30px;
    }

    .sitemap-page li {
        margin: 2.5px 15px;
    }

    /* BLOG & NEWS */
    .news-list-homepage {
        margin: 0 0 60px;
    }

    .news-list-homepage .news-item {
        padding: 40px 40px 65px;
    }

    .news-list-homepage .buttons a {
        padding: 10px 20px;
    }

    .news-list-homepage .news-title,
    .news-list-homepage .buttons a,
    .news-list-homepage .view-all a {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .news-list-homepage .news-title:hover,
    .news-list-homepage .view-all a:hover {
        color: var(--color-alt);
    }

    .news-list-homepage .buttons a:hover {
        color: #ae864b;
    }

    .blog-page .post,
    .news-list-page .news-item {
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
        padding: 40px 40px 65px;
    }

    .blog-posts .buttons,
    .news-list-page .buttons {
        padding: 25px 40px;
    }

    .news-item-page .page-title,
    .blogpost-page .page-title {
        padding: 40px 12% 20px;
    }

    .blogpost-page .post-body,
    .news-item-page .news-body {
        padding: 20px 0 40px;
    }

    .blog-page .tags {
        margin: 0 0 25px;
    }

    .blogpost-page .tags {
        margin: -10px 0 30px;
    }

    .new-comment {
        padding: 30px;
    }

    .new-comment .title {
        margin: -30px -30px 30px;
        padding: 30px;
    }

    .new-comment .buttons {
        margin: 30px -30px -30px;
        padding: 30px;
    }

    .comment-list {
        padding: 50px;
    }

    .comment-list .title {
        margin: -50px -50px 40px;
        padding: 25px;
        font-size: 17px;
    }

    .comment-info {
        text-align: center;
    }

    .comment-title,
    .comment-time {
        margin: 0 0 15px;
    }

    .comment-info+.comment-content {
        margin: 0 150px 0 0;
    }

    .product-grid-bestsellers .item-box {
        border-width: 0 0 1px 1px;
    }

    .header-menu .menu-body>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static;
        align-items: center;
    }

    .filters-submit-btn-wrap {
        display: none;
    }
}