.module-filter .btn-filter {
    text-transform: none;
    height: 36px;
    line-height: 36px
}

.module-filter .btn-filter .icon {
    width: 10px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    transform: rotate(0deg);
    transition: transform 350ms ease-in-out
}

.module-filter .panel .btn-filter.show .icon,
.module-filter .dropdown.open .btn-filter .icon {
    transform: rotate(180deg)
}

.module-filter a.filterElement.orderBysaleAsc,
.module-filter a.filterElement.orderBypriorityDesc,
.module-filter a.filterElement.orderByprioritynameDesc,
.module-filter a.filterElement.orderBydateAddedAsc,
.module-filter a.filterElement.orderByhighlightDesc,
.module-filter a.filterElement.orderBypriorityAsc .wrap-word-js:nth-child(2),
.module-filter a.filterElement.orderByprioritynameAsc .wrap-word-js:nth-child(2),
.module-filter a.filterElement.orderBydateAddedDesc .wrap-word-js:nth-child(2),
.module-filter a.filterElement.orderBysaleDesc .wrap-word-js:nth-child(2),
.module-filter a.filterElement.orderByhighlightAsc .wrap-word-js:nth-child(2),
.module-filter .sale-DESC .name-dir,
.module-filter .highlight-ASC .name-dir,
.module-filter .dateAdded-DESC .name-dir,
.module-filter .priority-ASC .name-dir,
.module-filter .priority-name-ASC .name-dir {
    display: none !important
}

.module-filter .form-group.filterElement {
    margin: 0;
    padding: 5px 0px;
    display: block;
    position: relative
}

.module-filter .form-group.filterElement input:checked~label,
.module-filter .form-group.filterElement.checked label {
    color: var(--clr-primary)
}

.module-filter .form-group.filterElement:before,
.module-filter .form-group.filterElement:after {
    content: "";
    display: table
}

.module-filter .form-group.filterElement:after {
    clear: both
}

.module-filter .form-group.filterElement label {
    line-height: 1.2;
    margin: 0;
    float: left;
    width: calc(100% - 20px);
    font-family: var(--ff-regular);
    cursor: pointer
}

.module-filter .form-group.priceFilterElement {
    min-width: 175px
}

.module-filter .form-group.customTagsFilterElement img {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 5px;
    border: 1px solid #ddd;
    border-radius: 3px
}

#filter-collapse-order-by {
    margin: auto
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: inherit;
    color: inherit
}

.filter-block-filter-by .inset-filter-elements .form-group input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.20711 4.29289C1.81658 3.90237 1.18342 3.90237 0.792893 4.29289C0.402369 4.68342 0.402369 5.31658 0.792893 5.70711L2.20711 4.29289ZM4.5 8L3.79289 8.70711C4.18342 9.09763 4.81658 9.09763 5.20711 8.70711L4.5 8ZM11.7071 2.20711C12.0976 1.81658 12.0976 1.18342 11.7071 0.792893C11.3166 0.402369 10.6834 0.402369 10.2929 0.792893L11.7071 2.20711ZM0.792893 5.70711L3.79289 8.70711L5.20711 7.29289L2.20711 4.29289L0.792893 5.70711ZM5.20711 8.70711L11.7071 2.20711L10.2929 0.792893L3.79289 7.29289L5.20711 8.70711Z' fill='%23BC4A4A'/%3E%3C/svg%3E%0A");
    background-size: 60%
}

.filter-block-filter-by .inset-filter-elements .form-group input {
    width: 16px;
    height: 16px;
    margin: 0
}
}

@media(max-width:991px) {
    .container-btn-1 {
        padding: 0px
    }
}

.category-list-01 .category-min-price {
    margin-top: 35px;
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-bottom: 8px;
    height: 24px;
    padding: 0px 8px
}

.category-list-01 .category-min-price .content {
    font-size: 12px;
    line-height: 14px;
    color: var(--clr-gray-text)
}

.category-list-01 .price {
    margin: 0px 4px;
    font-size: 16px;
    font-family: "Poppins-medium";
    color: #000;
    font-weight: 600
}

.category-list-01 .offer .price {
    color: var(--clr-k-red)
}

.module-cats:not(.module-products) .category-list-01 img {
    max-width: 160px;
    max-height: 160px
}

.category-list-01 .category-list-ribbons {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    position: absolute;
    z-index: 10
}

.category-list-01 .category-xmas img {
    border-top-right-radius: 8px
}

@media (max-width:767px) {
    .category-list-01 .category-list-ribbons {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:991px) {
    .category-list-01 .category-min-price {
        justify-content: flex-start;
        margin-top: 8px
    }
}

.module-products {
    margin-bottom: -24px
}

.module-products .row-items {
    margin-left: -8px;
    margin-right: -8px
}

.module-products .row-items .col-pl {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 24px
}

html:not(.no-flexboxlegacy) .module-products .row-items {
    display: flex;
    flex-wrap: wrap
}

html:not(.no-flexboxlegacy) .module-products .row-items>.clearfix,
html:not(.no-flexboxlegacy) .module-products .row-items:after,
html:not(.no-flexboxlegacy) .module-products .row-items:before {
    display: none !important
}

html:not(.no-flexboxlegacy) .module-products .row-items .col-pl .pl {
    height: 100%
}

@media (max-width:479px) {
    .module-products.items-per-row-xxs-2 {
        margin-bottom: -16px
    }

    .module-products.items-per-row-xxs-2 .row-items {
        margin-left: -8px;
        margin-right: -8px
    }

    .module-products.items-per-row-xxs-2 .col-pl {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px
    }
}

@media (min-width:992px) {
    .module-products {
        margin-bottom: -60px
    }

    .module-products .row-items {
        margin-left: -12px;
        margin-right: -12px
    }

    .module-products .row-items .col-pl {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 60px
    }

    .module-products-grid-01 .container-md {
        padding: 0px
    }
}

.module-products-grid-01 .module-title {
    margin-bottom: 15px
}

@media (min-width:992px) {
    .module-products-grid-01 .module-title {
        margin-bottom: 25px
    }

    .main-column .module-products-grid-01 .col-pl {
        width: 50%
    }
}

@media (min-width:1200px) {
    .main-column .module-products-grid-01 .col-pl {
        width: 33.333333%
    }
}

.pl {
    background-color: var(--clr-white);
    border-radius: 8px;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

.pl:hover,
.row-items .col-pl .pl-01:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15)
}

.pl-img-cont {
    position: relative
}

.pl-img-cont .pl-img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    z-index: 10;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.pl-ribbons,
.pl-xmas {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 11;
    display: flex;
    flex-wrap: wrap
}

.pl-ribbons {
    width: calc(100% - 24px)
}

.pl-xmas {
    left: auto;
    right: -8px;
    top: -10px
}

.pl-xmas img {
    width: 50px;
    height: 50px;
    border-top-right-radius: 8px
}

.pl-ribbons>img {
    max-height: 16px;
    margin-right: 8px
}

.pl-ribbons img {
    max-width: 70px
}

.pl-ribbons img:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 8px
}

.pl .product-price,
.pl .product-alternativePrice {
    font-size: 16px;
    color: #000
}

.pl .product-basePrice,
.pl .product-alternativeBasePrice {
    font-size: 16px;
    color: #9a9a9a
}

.offer .product-price .price,
.offer .product-offer-price .price,
.offer.product-price .price,
.offer.product-offer-price .price {
    color: var(--clr-k-red) !important
}

.pl .pl-stars-cont {
    display: block;
    line-height: 1;
    margin-top: 5px
}

.pl .pl-stars {
    display: inline-block;
    vertical-align: bottom
}

.pl .rate-count {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4px;
    font-size: 12px;
    color: #ababab;
    line-height: 1
}

.pl .productRateValoration {
    display: none
}

.pl .pl-order-box {
    margin-top: 15px
}

.pl .pl-order-box .row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.pl .pl-order-box .col {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.pl .col-quantity>.form-control {
    width: 100%
}

.pl .buyFormQuantity {
    padding-top: 5px;
    padding-bottom: 5px
}

.pl .buyFormQuantity,
.pl .btn.btn-number {
    height: 36px
}

.pl .buyFormSubmit {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    display: block
}

.pl .col-quick-buy .buyFormSubmit {
    width: 100%
}

.pl .buyFormSubmit.selectOption,
.pl .buyFormSubmit.notAvailable {
    font-size: 11px;
    letter-spacing: .025em;
    white-space: normal;
    line-height: 1.1
}

.pl .pl-stock-info .product-stock {
    margin-top: 15px;
    display: block;
    line-height: 1
}

.pl .pl-stock-info .product-stock>span {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    color: #888;
    vertical-align: bottom
}

.pl .pl-stock-info .product-stock.stock-ok>span {
    color: var(--clr-primary)
}

.pl .pl-stock-info .product-stock>span+span {
    margin-left: 4px
}

.pl .pl-stock-info .availabilityImage img {
    height: 15px;
    display: block;
    max-width: 100%
}

.pl .pl-stock-alert .link-stock {
    color: #888;
    width: 100%;
    padding: 10px;
    line-height: 1;
    margin-bottom: -10px
}

.pl .pl-stock-alert .link-stock:hover,
.pl .pl-stock-alert .link-stock:active {
    color: #333
}

.pl .countdown {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0 5px;
    line-height: 30px;
    height: 30px
}

.pl .countdown .cd-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.pl .countdown .icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 5px
}

@media (max-width:479px) {
    .items-per-row-xxs-2 .pl .pl-stock-alert .link-stock {
        text-align: left;
        margin-left: -10px;
        font-size: 12px
    }

    .items-per-row-xxs-2 .pl .buyFormQuantity,
    .items-per-row-xxs-2 .pl .btn.btn-number {
        height: 30px;
        padding-top: 2px;
        padding-bottom: 2px
    }

    .items-per-row-xxs-2 .pl .buyFormSubmit {
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .items-per-row-xxs-2 .pl .pl-order-box .col {
        width: 100%
    }

    .items-per-row-xxs-2 .pl .pl-order-box .col+.col {
        margin-top: 6px
    }

    .items-per-row-xxs-2 .pl .countdown {
        font-size: 12px;
        height: 26px;
        line-height: 26px
    }

    .items-per-row-xxs-2 .pl .countdown .cd-wrap {
        justify-content: flex-start
    }

    .items-per-row-xxs-2 .pl .countdown .icon {
        width: 16px;
        height: 16px
    }
}

@media (min-width:480px) and (max-width:559px) {

    .pl .pl-order-box-select .col,
    .pl .pl-order-box-plus-minus .col {
        width: 100%
    }

    .pl .pl-order-box-select .col+.col,
    .pl .pl-order-box-plus-minus .col+.col {
        margin-top: 6px
    }
}

.pl-special .pl-title {
    margin-bottom: 10px;
    display: block;
    color: #000;
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
    height: 38px
}

.pl-special .btn.wishlistButton {
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    background-image: url('https://assets.logicommerce.cloud/88/758a753/assets/commerce/img/wishlist/heart-outline-gray.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 11;
    transition: background-color var(--transition), background-size 100ms ease
}

.pl-special .btn.wishlistButton:hover,
.pl-special .btn.wishlistButton:active {
    background-color: rgba(255, 255, 255, 1)
}

.pl-special .btn.wishlistButton:active {
    background-size: 50%
}

.pl-special .btn.wishlistButton.wishlistButtonAdded {
    background-image: url('https://assets.logicommerce.cloud/88/758a753/assets/commerce/img/wishlist/heart-silhouette-red.svg')
}

.pl-special .pl-content {
    padding: 10px 15px 15px
}

.pl-special .pl-title {
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
    height: 38px
}

.pl-special .pl-prices>span {
    margin-top: 10px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    margin-right: 8px
}

.pl-special .pl-prices .product-price,
.pl-special .pl-prices .product-alternativePrice {
    font-family: var(--ff-medium);
    font-size: 15px
}

.pl-special .pl-stock-alert .link-stock {
    text-align: left;
    margin-left: -10px
}

.pl-special .buyFormSubmit {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:479px) {
    .items-per-row-xxs-2 .pl-special .btn.wishlistButton {
        width: 30px;
        height: 30px
    }

    .items-per-row-xxs-2 .pl-special .pl-content {
        padding: 10px 6px 12px;
        text-align: left
    }
}

.pl-01 .inset {
    padding: 8px
}

.pl-01 .btn.wishlistButton {
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    background-image: url('https://assets.logicommerce.cloud/88/758a753/assets/commerce/img/wishlist/heart-outline-gray.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 11;
    transition: background-color var(--transition), background-size 100ms ease
}

body:not(.lcContent-home) .module-products-grid-01 .pl-01,
.section-user-wishlist .pl-01 {
    box-shadow: 0px 0px 0px 1px #EBEBED
}

.pl-01 .product-saving,
.pl-01 .product-saving-cheapest {
    font-size: 12px;
    color: #666666;
    margin-right: 4px
}

.pl-01 .btn.wishlistButton:hover,
.pl-01 .btn.wishlistButton:active {
    background-color: rgba(255, 255, 255, 1)
}

.pl-01 .btn.wishlistButton:active {
    background-size: 50%
}

.pl-01 .btn.wishlistButton.wishlistButtonAdded {
    background-image: url('https://assets.logicommerce.cloud/88/758a753/assets/commerce/img/wishlist/heart-silhouette-red.svg')
}

.pl-01 .countdown~.btn.wishlistButton {
    bottom: 40px
}

.pl-01 .pl-content {
    text-align: center;
    padding: 16px 8px 8px
}

.pl-01 .pl-title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    font-family: "Poppins-regular";
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pl-01 .pl-prices {
    text-align: right;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    align-items: baseline
}

.pl-01 .pl-prices>span {
    display: inline-block;
    vertical-align: bottom;
    line-height: 16px;
    height: 16px
}

.pl-01 .pl-prices span.price,
.pl-01 .pl-prices>span.saving {
    display: block
}

.pl-01 .pl-prices .price {
    margin: 0px 4px;
    font-size: 16px;
    font-family: "Poppins-medium";
    color: #000;
    font-weight: 600
}

.pl-prices {
    padding-top: 4px
}

.pl-prices .price-msg {
    color: #666666;
    font-size: 12px;
    line-height: 20px
}

.pl-01 .buyFormSubmit {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:479px) {
    .items-per-row-xxs-2 .pl-01 .btn.wishlistButton {
        width: 30px;
        height: 30px
    }

    .items-per-row-xxs-2 .pl-01 .countdown~.btn.wishlistButton {
        bottom: 36px
    }

    .items-per-row-xxs-2 .pl-01 .pl-title {
        font-size: 12px;
        line-height: 16px;
        height: 32px
    }

    .items-per-row-xxs-2 .pl-01 .pl-content {
        padding: 10px 6px 10px;
        text-align: left
    }
}

@media (max-width:767px) {
    .pl-01 .pl-ribbons {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .pl-01 .pl-ribbons img:not(:last-child) {
        margin-bottom: 4px
    }

    F .pl-01 .pl-prices .price {
        font-size: 14px;
        line-height: 16px
    }

    .pl-01 .inset {
        padding: 8px
    }

    .pl-prices .price-msg {
        font-size: 10px;
        line-height: 12px !important;
        padding-top: 3px
    }
}

@media(max-width:991px) {
    .pl-01 .pl-prices .price {
        font-size: 14px
    }

    .homeCategories-wrapper .pl-01 .pl-prices .price {
        font-size: 16px
    }
}

@media(max-width:1199px) {
    .pl-01 .pl-prices .saving {
        display: none
    }
}

.pl-01 .pl-prices {
    height: 20px
}

@media(min-width:991px) {
    .pl-01 .pl-prices {
        height: 21px
    }
}

html:not(.no-flexboxlegacy) .module-cats .row-items {
    display: flex;
    flex-wrap: wrap
}

html:not(.no-flexboxlegacy) .module-cats .row-items:before,
html:not(.no-flexboxlegacy) .module-cats .row-items:after,
html:not(.no-flexboxlegacy) .module-cats .row-items>.clearfix {
    display: none !important
}

.row-items .col-pl .module-products-grid-01 .pl-01 {
    box-shadow: 0px 0px 0px 1px #EBEBED
}

@media(max-width:767px) {
    .module-products-grid-01 .pl-01 .inset {
        padding: 8px 4px 4px 4px
    }
}

@media(min-width:1400px) {
    .row-items .col-pl {
        width: 20%
    }
}

.module-categories-grid-01 .col-category-list {
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px
}

.module-categories-grid-01 {
    margin-bottom: -24px
}

@media(min-width:992px) {
    .module-categories-grid-01 .col-category-list {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media(max-width:991px) {
    .module-categories-grid-01 .row-items {
        margin-left: -8px;
        margin-right: -8px
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    border-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    margin-left: -1px;
    color: #666;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #444;
    background-color: #f7f7f7;
    border-color: #e0e0e0
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #666;
    cursor: default;
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    cursor: default
}

.block-pagination-02 .pagination>li>a,
.block-pagination-02 .pagination>li>span {
    height: 34px;
    width: 34px;
    padding: 0;
    line-height: 34px;
    text-align: center;
    display: block
}

.block-pagination-02 .pagination>li>a.page-link {
    width: auto;
    padding: 0 10px;
    display: flex;
    align-items: center
}

.block-pagination-02 .pagination>li.arrow .icon {
    width: 16px;
    height: 16px
}

.block-pagination-02 .pagination>li>a .text {
    display: none
}

@media (min-width:480px) {
    .block-pagination-02 .pagination>li>a .text {
        display: inline
    }

    .block-pagination-02 .pagination>li>a .icon+.text,
    .block-pagination-02 .pagination>li>a .text+.icon {
        margin-left: 4px
    }

    .block-pagination-02 .pagination>li>a {
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }
}

.table-grid-category {
    padding: 32px 0px
}

.table-grid-category .header-wrapper,
.table-grid-category .trows {
    display: flex;
    padding: 0px
}

.details-wrapper {
    width: 523px
}

.prices-wrapper {
    width: 440px
}

.order-wrapper {
    width: 357px
}

.details-wrapper.bigger {
    width: 663px
}

.prices-wrapper.smaller {
    width: 300px
}

.table-grid-category .trows {
    flex-direction: column
}

.table-grid-category .trow .buyForm {
    display: flex
}

.table-grid-category .header-wrapper .title {
    height: 44px;
    background-color: #EBEBED;
    font-size: 12px;
    line-height: 16px;
    font-family: var(--ff-medium);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--clr-white);
    text-transform: uppercase
}

.table-grid-category .prices-wrapper .title {
    padding: 0px 16px;
    justify-content: space-between
}

.table-grid-category .col-sku {
    width: 103px;
    text-align: center
}

.table-grid-category .prod-name {
    display: none
}

.table-grid-category .custom-tags-wrapper,
.table-grid-category .trow .custom-tags-wrapper>div {
    flex: 1;
    display: flex
}

.table-grid-category .header-wrapper .ct-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1
}

.table-grid-category .header-wrapper .thead {
    font-size: 10px;
    line-height: 12px;
    font-family: var(--ff-medium);
    background-color: var(--clr-bg-light)
}

.table-grid-category .header-wrapper .header-cols {
    display: flex;
    height: 66px
}

.table-grid-category .header-wrapper .header-cols>div:not(.custom-tags-wrapper),
.table-grid-category .details-wrapper .col-sku,
.table-grid-category .trow .prices-wrapper,
.table-grid-category .trows .trow .order-wrapper>div,
.table-grid-category .header-wrapper .thead.custom-tags-wrapper,
.table-grid-category .custom-tags-wrapper.info {
    border: 1px solid var(--clr-white)
}

.table-grid-category .custom-tags-wrapper.info>div:not(:last-child),
.table-grid-category .header-wrapper .thead.custom-tags-wrapper>div:not(:last-child) {
    border-right: 2px solid var(--clr-white)
}

.table-grid-category .trow .prices-wrapper .price-row>div:not(:first-child),
.table-grid-category .trow .prices-wrapper .price-row>div:not(:first-child) {
    border-left: 1px solid var(--clr-white)
}

.table-grid-category .trow .prices-wrapper .price-row>div:not(:last-child),
.table-grid-category .trow .prices-wrapper .price-row>div:not(:last-child) {
    border-right: 1px solid var(--clr-white)
}

.table-grid-category .header-wrapper .header-cols .col-sku,
.table-grid-category .header-wrapper .header-cols .col-ct,
.table-grid-category .header-wrapper .header-cols .col-prices,
.table-grid-category .header-wrapper .order-wrapper .header-cols>div {
    padding: 10px 6.5px
}

.table-grid-category .header-wrapper .header-cols .col-sku {
    text-transform: uppercase
}

.table-grid-category .buyFormDesktop .prices-wrapper>div {
    width: 100%;
    display: flex
}

.table-grid-category .prices-wrapper .col-prices {
    flex: 1
}

.table-grid-category .trow .col-sku .sku-link {
    width: 100%;
    height: 100%
}

.table-grid-category .trow .icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    cursor: pointer;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

.table-grid-category .trow .short-desc-wrapper:hover svg {
    color: var(--clr-font-black)
}

.table-grid-category .trow .col-sku .sku-link .short-desc-wrapper {
    position: relative
}

.table-grid-category .trow .col-sku .sku-link .short-description {
    position: absolute;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms;
    background-color: var(--clr-white);
    z-index: 1999;
    width: 300px;
    box-shadow: 0px 0px 10px 2px #00000026;
    right: -305px;
    top: -100%;
    padding: 16px
}

.table-grid-category .trow .short-desc-wrapper:hover .short-description {
    opacity: 1;
    visibility: visible
}

.table-grid-category .trow .col-sku .sku-link .short-description * {
    text-align: left;
    width: 100%;
    display: block
}

.table-grid-category .trow .col-sku .sku-link .grid-col {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative
}

.table-grid-category .trow .col-sku .sku-link .grid-col span {
    font-family: var(--ff-medium);
    color: var(--clr-k-green)
}

.table-grid-category .trow .custom-tags-wrapper>div {
    align-items: center;
    justify-content: center
}

.table-grid-category .header-wrapper .prices-wrapper .col-prices,
.table-grid-category .header-wrapper .order-wrapper .thead {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.table-grid-category .header-wrapper .order-wrapper .thead {
    text-align: center
}

.table-grid-category .order-wrapper .spacer {
    width: 217px
}

.table-grid-category .trows .trow,
.table-grid-category .trows .trow .buyFormDesktop {
    height: 56px
}

.table-grid-category .trows .trow .buyForm {
    height: 100%
}

.table-grid-category .buyFormSubmit span {
    display: none
}

.table-grid-category .buyFormSubmit svg {
    display: block;
    width: 15px;
    height: 14px
}

.table-grid-category .trow .details-wrapper {
    display: flex
}

.table-grid-category .trows .trow:nth-child(even) {
    background-color: var(--clr-bg-content)
}

.table-grid-category .trows .trow:nth-child(odd) {
    background-color: var(--clr-bg-light)
}

.table-grid-category .trow .prices-wrapper,
.table-grid-category .trow .order-wrapper,
.table-grid-category .trow .spacer {
    display: flex
}

.table-grid-category .order-wrapper .header-cols>div:not(.spacer),
.table-grid-category .trow .order-wrapper>div:not(.spacer) {
    width: 73px
}

.table-grid-category .buyForm .input-group {
    max-width: 95px;
    border-radius: 4px;
    max-height: 34px
}

.table-grid-category .buyForm .input-group * {
    height: 32px;
    border-radius: 0px
}

.table-grid-category .buyForm .input-group .input-group-btn:first-child button {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ddd !important;
    border-right: 0px !important
}

.table-grid-category .buyForm .input-group .buyFormQuantity {
    border: 1px solid #ddd !important;
    border-left: transparent !important;
    border-right: transparent !important;
    padding: 0px !important;
    font-size: 13px
}

.table-grid-category .buyForm .input-group .input-group-btn:nth-child(3) button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ddd !important;
    border-left: 0px !important
}

.table-grid-category .buyForm .input-group .input-group-btn,
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin: 0px !important
}

.table-grid-category .buyForm .input-group input {
    max-width: 31px
}

.table-grid-category .buyForm .input-group-btn {
    width: 32px
}

.table-grid-category .buyForm .input-group button {
    background-color: var(--clr-white)
}

.table-grid-category .buyForm .buyFormSubmit {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center
}

.table-grid-category .col-grid-customize {
    margin-left: 6px
}

.table-grid-category .buyFormSubmit {
    background-color: var(--clr-k-green);
    border-color: var(--clr-k-green)
}

.table-grid-category .rowBtn {
    height: 24px;
    min-width: 57px;
    line-height: 24px;
    padding: 4px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-medium);
    background-color: var(--clr-k-green);
    border-radius: 100px;
    color: var(--clr-white);
    cursor: pointer;
    border: none;
    user-select: none
}

.table-grid-category .printBtn {
    width: 58px;
    height: 32px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-family: var(--ff-regular);
    border-color: var(--clr-k-blue) !important;
    background-color: var(--clr-white);
    color: var(--clr-k-blue)
}

.table-grid-category .printBtn:hover,
.table-grid-category .printBtn:focus {
    background-color: var(--clr-k-blue);
    color: var(--clr-white)
}

.table-grid-category .trow .details-wrapper .col-sku,
.table-grid-category .trow .prices-wrapper>div>div,
.table-grid-category .trow .order-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center
}

.table-grid-category .trow .prices-wrapper .col-prices {
    flex-direction: column
}

.table-grid-category .onOffer {
    font-family: var(--ff-medium);
    color: var(--clr-k-red)
}

.table-grid-category .trow div {
    font-size: 11px;
    line-height: 16px;
    color: var(--clr-gray-text)
}

.table-grid-category .select-wrapper,
.table-grid-category .select-wrapper select {
    width: 100%
}

.table-grid-category .select-wrapper select {
    box-shadow: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05Ljg1NTA5IDEuMzU1MDNMNS44NTUwOSA1LjM1NTAzQzUuODA4NjEgNS40MDE5IDUuNzUzMzEgNS40MzkwOSA1LjY5MjM4IDUuNDY0NDhDNS42MzE0NSA1LjQ4OTg2IDUuNTY2MSA1LjUwMjkzIDUuNTAwMDkgNS41MDI5M0M1LjQzNDA5IDUuNTAyOTMgNS4zNjg3MyA1LjQ4OTg2IDUuMzA3OCA1LjQ2NDQ4QzUuMjQ2ODcgNS40MzkwOSA1LjE5MTU3IDUuNDAxOSA1LjE0NTA5IDUuMzU1MDNMMS4xNDUwOSAxLjM1NTAzQzEuMDk4NDcgMS4zMDg0MSAxLjA2MTQ5IDEuMjUzMDcgMS4wMzYyNiAxLjE5MjE2QzEuMDExMDMgMS4xMzEyNSAwLjk5ODA0NyAxLjA2NTk2IDAuOTk4MDQ3IDEuMDAwMDNDMC45OTgwNDcgMC44NjY4ODEgMS4wNTA5NCAwLjczOTE4MyAxLjE0NTA5IDAuNjQ1MDMxQzEuMjM5MjQgMC41NTA4OCAxLjM2Njk0IDAuNDk3OTg2IDEuNTAwMDkgMC40OTc5ODZDMS42MzMyNCAwLjQ5Nzk4NiAxLjc2MDk0IDAuNTUwODggMS44NTUwOSAwLjY0NTAzMUw1LjUwMDA5IDQuMjk1MDNMOS4xNDUwOSAwLjY0NTAzMUM5LjIzOTI0IDAuNTUwODggOS4zNjY5NCAwLjQ5Nzk4NiA5LjUwMDA5IDAuNDk3OTg2QzkuNjMzMjQgMC40OTc5ODYgOS43NjA5NCAwLjU1MDg4IDkuODU1MDkgMC42NDUwMzFDOS45NDkyNCAwLjczOTE4MyAxMC4wMDIxIDAuODY2ODgxIDEwLjAwMjEgMS4wMDAwM0MxMC4wMDIxIDEuMTMzMTggOS45NDkyNCAxLjI2MDg4IDkuODU1MDkgMS4zNTUwM1oiIGZpbGw9IiM2NjY2NjYiLz4KPC9zdmc+Cg==');
    font-family: var(--ff-regular);
    font-size: 10px;
    margin-top: 8px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #D4D4D4;
    background-color: var(--clr-white);
    background-size: 9px;
    background-position: right 5px center;
    padding: 0px 8px;
    color: var(--clr-gray-text)
}

.table-grid-category .select-wrapper .icon {
    width: 12px;
    height: 12px
}

.table-grid-category .ct-name {
    text-align: center
}

.table-grid-category .select-wrapper .icon-wrapper {
    display: none
}

.table-grid-category .sku-link a:hover {
    color: var(--clr-k-red)
}

.trow.hovered {
    background-color: rgb(0, 0, 0, 0.08) !important
}

.colHovered {
    background-color: rgb(0, 0, 0, 0.08)
}

.table-grid-category .trow .details-wrapper .col-sku .grid-col:hover,
.table-grid-category .trow .details-wrapper .custom-tags-wrapper>div:hover,
.table-grid-category .trow .prices-wrapper .col-prices:hover,
.table-grid-category .trow .order-wrapper>div:hover {
    background-color: rgb(0, 0, 0, 0.1) !important
}

.table-grid-category .switch {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 16px
}

.table-grid-category .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.table-grid-category .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BABBBC;
    -webkit-transition: .4s;
    transition: .4s
}

.table-grid-category .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

.table-grid-category input:focus+.slider {
    box-shadow: 0 0 1px #BABBBC
}

.table-grid-category input:checked+.slider {
    background-color: var(--clr-k-green)
}

.table-grid-category input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px)
}

.table-grid-category .slider.round {
    border-radius: 34px
}

.table-grid-category .slider.round:before {
    border-radius: 50%
}

.table-grid-category .select-wrapper .icon-wrapper {
    cursor: pointer
}

.table-grid-category .prices-wrapper.smaller .title>div {
    flex: 1
}

.table-grid-category .prices-wrapper .show-taxes {
    display: flex;
    align-items: center;
    font-family: var(--ff-regular)
}

.table-grid-category .prices-wrapper .show-taxes .switch {
    margin-left: 8px
}

.table-grid-category .prices-wrapper.smaller .show-taxes {
    justify-content: end
}

.table-grid-category .trows .trow .row-mobile {
    display: none
}

.table-grid-category .discount-tag {
    display: flex;
    align-items: center;
    justify-content: center
}

.table-grid-category .discount-tag span {
    font-family: var(--ff-medium);
    color: var(--clr-white) !important;
    padding: 6px;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-k-red);
    border-radius: 3px
}

.table-grid-category .row-mobile {
    position: relative
}

.table-grid-category .row-mobile .mobile-title {
    margin-bottom: 8px
}

.table-grid-category .row-mobile .left-col {
    width: calc(100% - 18px)
}

.table-grid-category .row-mobile .short-description {
    position: absolute;
    right: 8px;
    color: var(--clr-font-black)
}

.modal-desc .modal-body * {
    display: block;
    width: 100%;
    text-align: left
}

.table-grid-category .row-mobile .mobile-bottom-icons {
    position: absolute;
    width: 32px;
    height: 32px;
    border-top: 1px solid #EBEBED;
    border-left: 1px solid #EBEBED;
    border-top-left-radius: 4px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #78A563
}

.table-grid-category .row-mobile .mobile-bottom-icons .minus {
    display: none
}

.table-grid-category .row-mobile .mobile-row-collapse[aria-expanded=true] .mobile-bottom-icons {
    background-color: var(--clr-k-red);
    color: var(--clr-white);
    border-bottom-right-radius: 8px
}

.table-grid-category .row-mobile .mobile-row-collapse[aria-expanded=true] .mobile-bottom-icons .cart {
    display: none
}

.table-grid-category .row-mobile .mobile-row-collapse[aria-expanded=true] .mobile-bottom-icons .minus {
    display: block
}

.table-grid-category .row-mobile .mobile-bottom-icons .icon {
    width: 16px;
    height: 16px;
    margin-left: 0px
}

.table-grid-category .discount-tag {
    min-height: 34px
}

.table-grid-category .header-wrapper .header-cols .quantity-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.table-grid-category .header-wrapper .header-cols .quantity-label.hasPallet {
    flex-direction: column
}

.table-grid-category .header-wrapper .header-cols .quantity-label span:first-of-type {
    margin-right: 2px
}

.table-grid-category .prices-wrapper .header-cols .quantity-label.hasPallet+.discount-tag {
    margin-top: -2px
}

@media(min-width:991px) and (max-width:1399px) {
    .table-grid-category .select-wrapper .icon-wrapper {
        display: block
    }

    .table-grid-category .header-wrapper .thead {
        font-size: 9px;
        line-height: 10px
    }

    .table-grid-category .discount-tag span {
        padding: 3px
    }

    .table-grid-category .prices-wrapper .show-taxes .switch {
        margin-left: 4px
    }

    .table-grid-category .header-wrapper .header-cols .thead .quantity-label {
        flex-direction: column
    }

    .table-grid-category .header-wrapper .header-cols .col-prices {
        padding: 10px 5px
    }
}

@media(min-width:1400px) {

    .header-wrapper:not(.hasPallet) .details-wrapper,
    .buyFormDesktop:not(.hasPallet) .details-wrapper {
        width: 600px
    }

    .header-wrapper:not(.hasPallet) .prices-wrapper,
    .buyFormDesktop:not(.hasPallet) .prices-wrapper {
        width: 420px
    }

    .header-wrapper:not(.hasPallet) .order-wrapper,
    .buyFormDesktop:not(.hasPallet) .order-wrapper {
        width: 300px
    }

    .table-grid-category .order-wrapper .header-cols>div:not(.spacer),
    .table-grid-category .trow .order-wrapper>div:not(.spacer) {
        min-width: 73px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .table-grid-category .buyForm .input-group button {
        background-color: var(--clr-white)
    }

    .table-grid-category .order-wrapper .header-cols>div:not(.spacer),
    .table-grid-category .trow .order-wrapper>div:not(.spacer) {
        max-width: 56px;
        min-width: 56px
    }

    .table-grid-category .spacer {
        max-width: 178px
    }

    .table-grid-category .buyForm .buyFormSubmit {
        margin-left: 4px
    }

    .table-grid-category .col-grid-customize {
        margin-left: 4px
    }

    .prices-wrapper {
        width: 370px
    }

    .order-wrapper {
        width: 290px
    }

    .details-wrapper {
        width: 480px
    }

    .details-wrapper.bigger {
        width: 540px
    }

    .prices-wrapper.smaller {
        width: 310px
    }

    .header-wrapper:not(.hasPallet) .details-wrapper.bigger,
    .buyFormDesktop:not(.hasPallet) .details-wrapper.bigger {
        width: 540px
    }

    .header-wrapper:not(.hasPallet) .prices-wrapper.smaller,
    .buyFormDesktop:not(.hasPallet) .prices-wrapper.smaller {
        width: 366px
    }

    .header-wrapper:not(.hasPallet) .order-wrapper,
    .buyFormDesktop:not(.hasPallet) .order-wrapper {
        width: 290px
    }
}

@media(min-width:991px) {
    .table-grid-category .buyForm .buyFormSubmit {
        margin-left: 6px
    }
}

@media(min-width:991px) and (max-width:1399px) {
    .table-grid-category .printBtn {
        width: 32px;
        height: 32px
    }

    .table-grid-category .printBtn span {
        display: none
    }

    .table-grid-category .printBtn svg {
        display: block;
        width: 16px;
        height: 16px
    }

    .table-grid-category .select-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        justify-content: center
    }

    .table-grid-category .select-wrapper .icon-wrapper {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #D4D4D4;
        background-color: var(--clr-white);
        border-radius: 4px;
        margin-top: 5px
    }

    .table-grid-category .select-wrapper select {
        position: absolute;
        display: none;
        min-width: 57px;
        bottom: -30px
    }

    .table-grid-category .rowBtn {
        padding: 0px 5px;
        min-width: auto
    }

    .table-grid-category .select-wrapper .icon-wrapper.filled {
        border: 2px solid var(--clr-k-red)
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .table-grid-category .discount-tag span {
        font-size: 9px
    }

    .prices-wrapper {
        width: 296px
    }

    .order-wrapper .col-grid-customize {
        display: none
    }

    .order-wrapper {
        width: 240px
    }

    .details-wrapper {
        width: 420px
    }

    .table-grid-category .header-wrapper.hasPallet .details-wrapper,
    .buyFormDesktop.hasPallet .details-wrapper {
        width: 410px
    }

    .table-grid-category .header-wrapper.hasPallet .prices-wrapper,
    .buyFormDesktop.hasPallet .prices-wrapper {
        width: 356px
    }

    .table-grid-category:not(.modular) .header-wrapper.hasPallet .order-wrapper,
    .buyFormDesktop.hasPallet .order-wrapper {
        width: 191px
    }

    .details-wrapper.bigger {
        width: 480px
    }

    .header-wrapper.hasPallet .details-wrapper.bigger,
    .buyFormDesktop.hasPallet .details-wrapper.bigger {
        width: 418px
    }

    .header-wrapper.hasPallet .prices-wrapper.smaller,
    .buyFormDesktop.hasPallet .prices-wrapper.smaller {
        width: 346px
    }

    .header-wrapper.hasPallet .order-wrapper,
    .buyFormDesktop.hasPallet .order-wrapper {
        width: 191px
    }

    .table-grid-category .buyFormDesktop.hasPallet .buyForm .input-group-btn {
        width: 24px
    }

    .table-grid-category .buyFormDesktop.hasPallet .buyForm .input-group {
        width: 84px
    }

    .table-grid-category:not(.modular) .pallet {
        display: none !important
    }

    .table-grid-category .order-wrapper {
        width: 240px
    }

    .table-grid-category .buyFormDesktop.hasPallet .order-wrapper .spacer {
        width: 136px
    }

    .table-grid-category .trow .buyFormDesktop.hasPallet .order-wrapper>div:not(.spacer),
    .table-grid-category .order-wrapper .header-cols>div:not(.spacer) {
        width: 55px;
        min-width: 55px
    }

    .table-grid-category .order-wrapper .header-cols>div:not(.spacer),
    .table-grid-category .trow .order-wrapper>div:not(.spacer) {
        width: 73px
    }

    .table-grid-category .header-wrapper .header-cols .col-sku,
    .table-grid-category .header-wrapper .header-cols .col-ct,
    .table-grid-category .header-wrapper .header-cols .col-prices,
    .table-grid-category .header-wrapper .order-wrapper .header-cols>div {
        padding: 10px 2px
    }

    .table-grid-category .trow .custom-tags-wrapper>div,
    .table-grid-category .trow .prices-wrapper .col-prices {
        padding: 0px 2px
    }

    .table-grid-category .trow div {
        font-size: 11px;
        line-height: 14px
    }

    .buyFormDesktop.hasPallet .prices-wrapper .price-row * {
        font-size: 10px
    }

    .table-grid-category .header-wrapper .title {
        font-size: 9px;
        line-height: 10px
    }
}

@media(min-width:1400px) {
    .table-grid-category .min-print {
        border-right: 0px !important
    }
}

@media(max-width:767px) {
    .table-grid-category {
        padding: 0px 16px
    }
}

@media (max-width:991.5px) {
    .table-grid-category .trow .buyFormMobile .prices-table .table-title {
        color: var(--clr-font-black)
    }

    .table-grid-category .buyWrapper .printBtn {
        margin-left: 16px
    }

    .table-grid-category {
        padding: 16px 0px
    }

    .table-grid-category .row {
        margin: 0px
    }

    .table-grid-category .trows .trow {
        height: auto
    }

    .table-grid-category .header-wrapper,
    .table-grid-category .trows .trow .buyFormDesktop {
        display: none
    }

    .table-grid-category .trows .trow .buyFormMobile {
        display: block
    }

    .table-grid-category .trows .trow .row-mobile {
        display: block;
        padding: 8px;
        border: 1px solid #EBEBED;
        border-radius: 8px;
        margin-bottom: 16px;
        width: 100%
    }

    .table-grid-category .trows .trow:last-child .row-mobile {
        margin-bottom: 0px
    }

    .table-grid-category .mobile-row-collapse,
    .table-grid-category .mobile-content .wrapper {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        line-height: 16px
    }

    .table-grid-category .mobile-content .range-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        margin-top: 16px
    }

    .table-grid-category .row-mobile .range-info span {
        font-size: 10px;
        line-height: 12px
    }

    .table-grid-category .trows .trow:nth-child(odd),
    .table-grid-category .trows .trow:nth-child(even) {
        background-color: var(--clr-white)
    }

    .table-grid-category .mobile-row-collapse .left-col {
        font-family: var(--ff-medium)
    }

    .table-grid-category .mobile-row-collapse .name,
    .table-grid-category .mobile-row-collapse .ct-wrapper .color div {
        display: inline-block
    }

    .table-grid-category .mobile-row-collapse .ct-wrapper .weight .ct-name {
        margin-right: 4px
    }

    .table-grid-category .mobile-row-collapse .sku {
        display: inline-block;
        margin-right: 8px;
        font-size: 14px;
        color: #78A563 !important
    }

    .table-grid-category .mobile-row-collapse .ct-wrapper,
    .table-grid-category .mobile-row-collapse .ct-wrapper .sizes,
    .table-grid-category .mobile-row-collapse .ct-wrapper .weight,
    .table-grid-category .mobile-content .link-detailProd,
    .table-grid-category .mobile-row-collapse .ct-wrapper .band {
        display: flex
    }

    .table-grid-category .mobile-row-collapse .ct-wrapper .sizes .ct-value:not(:last-child):after {
        content: "x"
    }

    .table-grid-category .mobile-row-collapse .ct-wrapper .sizes,
    .table-grid-category .mobile-row-collapse .ct-wrapper .color {}

    .table-grid-category .mobile-row-collapse .item-price {
        margin-top: 16px
    }

    .table-grid-category .mobile-row-collapse .item-price .price {
        font-family: var(--ff-medium);
        font-size: 14px
    }

    .table-grid-category .mobile-content {}

    .table-grid-category .mobile-content .buyWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        margin-top: 16px
    }

    .table-grid-category .mobile-content .buyWrapper .input-group {
        margin: 0px 16px
    }

    .inBox-quantity .titles {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .prices-table .table-title {
        text-align: center;
        border-bottom: 2px solid var(--clr-white);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 8px 16px;
        background-color: var(--clr-bg-light);
        font-family: var(--ff-medium)
    }

    .prices-table .col-price {
        flex-direction: column
    }
}

.prices-table .udPalletPrice {
    margin-left: 5px
}

.table-body .price-row:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.prices-table,
.table-body,
.inBox-quantity {
    display: flex;
    flex-direction: column;
    width: 100%
}

.table-head,
.table-body .price-row {
    display: flex;
    padding-left: 6px;
    padding-right: 6px
}

.table-body .price-row div {
    padding-top: 6px;
    padding-bottom: 6px
}

.prices-table,
.inBox-quantity {
    margin-top: 16px
}

.table-head div,
.table-body .price-row div,
.inBox-quantity .titles div,
.inBox-quantity .content div {
    flex: 1
}

.prices-table .head-title,
.inBox-quantity .titles,
.inBox-quantity .content div {
    padding: 10px 0px;
    text-align: center
}

.prices-table .table-body .price-row>div,
.inBox-quantity .titles,
.inBox-quantity .content {
    display: flex;
    justify-content: center;
    align-items: center
}

.prices-table .table-head,
.inBox-quantity .titles,
.inBox-quantity .titles {
    background-color: var(--clr-bg-light)
}

.prices-table .table-body .price-row:nth-child(even) {
    background-color: var(--clr-bg-light)
}

.prices-table .table-body .price-row:nth-child(odd) {
    background-color: var(--clr-bg-content)
}

.prices-table .table-body .price-row .uds {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.prices-table .table-body .price-row .uds span:first-of-type {
    margin-right: 2px
}

.prices-table .price-row .base {
    margin-right: 8px
}

.prices-table .head-title,
.inBox-quantity .titles,
.mobile-title .left-col div,
.mobile-row-collapse .item-price .price,
.inBox-quantity .titles div {
    font-family: var(--ff-medium);
    color: var(--clr-font-black) !important
}

.inBox-quantity .content {
    background-color: var(--clr-bg-content)
}

.mobile-content .prices-table .table-head,
.inBox-quantity .titles,
.table-grid-category .table-body .price-row {
    border-bottom: 2px solid var(--clr-white)
}

.inBox-quantity .content div:not(:last-child),
.table-grid-category .table-body .price-row div:not(:last-child) {
    border-right: 2px solid var(--clr-white)
}

.table-grid-category .mobile-content .icon.arrow {
    transform: rotate(-90deg)
}

.table-grid-category .mobile-content .detailProd {
    padding: 0px 16px;
    font-family: var(--ff-regular);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    margin-top: 20px
}

.table-grid-category .buyForm .input-group {
    max-width: 100px
}

.table-grid-category .buyForm .input-group input {
    max-width: 36px
}

.table-grid-category .btn.detail {
    border-radius: 8px;
    font-size: 13px;
    padding: 0px 16px;
    font-family: var(--ff-regular)
}

.table-grid-category span.udPalletPrice {
    font-family: var(--ff-medium)
}

.grid-advisor .container-md>div {
    font-size: 12px;
    line-height: 16px;
    color: var(--clr-gray-text)
}

.grid-advisor {
    padding-bottom: 16px
}

.grid-advisor .icon {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.grid-buy-selected .row {
    padding: 16px;
    background-color: var(--clr-bg-light);
    border-radius: 8px
}

.grid-buy-selected .right-col button {
    display: block;
    margin-left: auto;
    font-family: var(--ff-regular);
    background-color: var(--clr-k-green);
    border-color: var(--clr-k-green)
}

.grid-buy-selected .right-col button span {
    margin-right: 10px
}

.grid-buy-selected .right-col button svg {
    width: 16px;
    height: 16px
}

.grid-buy-selected .left-col {
    font-family: var(--ff-medium);
    color: var(--clr-gray-text)
}

.grid-buy-selected .left-col .units-wrapper {
    font-family: var(--ff-regular)
}

.box-finder-module .details-wrapper,
.box-finder-module .prices-wrapper .box-finder-module .prices-wrapper,
.box-finder-module .order-wrapper,
.box-finder-module .details-wrapper.bigger,
.box-finder-module .prices-wrapper.smaller {
    width: auto !important
}

.box-finder-module .buyFormDesktop .buyForm {
    display: flex
}

.box-finder-module .details-wrapper {
    flex: 1
}

.box-finder-module .buyFormDesktop .col-sku,
.box-finder-module .buyFormDesktop .col-name,
.box-finder-module .header-wrapper .thead.col-sku,
.box-finder-module .header-wrapper .thead.col-name {
    flex: 1
}

.box-finder-module .buyFormDesktop .custom-tags-wrapper,
.box-finder-module .header-wrapper .thead.custom-tags-wrapper {
    flex: 2
}

.box-finder-module .buyFormDesktop .col-name {
    border: 1px solid white;
    text-align: center
}

.box-finder-module .buyFormDesktop .col-name,
.box-finder-module .header-wrapper .thead.col-name,
.box-finder-module .header-wrapper .thead.col-sku {
    display: flex;
    align-items: center;
    justify-content: center
}

.box-finder-module .header-wrapper .order-wrapper .header-cols>div {
    padding: 10px 6px
}

.box-finder-module .details-wrapper .info>div.grid-col {
    padding: 0px
}

.box-finder-module .details-wrapper .info>div:not(.grid-col),
.box-finder-module .details-wrapper .info>div.grid-col {
    padding: 4px 4px
}

.box-finder-module .details-wrapper .info>div.grid-col .ct-value {
    word-break: break-all
}

.box-finder-module .header-wrapper .thead.col-sku {
    padding: 0
}

.box-finder-module .header-wrapper .ct-head,
.box-finder-module .header-wrapper .order-wrapper .thead {
    justify-content: center
}

.box-finder-module .mobile-content {
    margin-top: 0px
}

.box-finder-module .order-wrapper .spacer {
    width: 172px
}

.box-finder-module .trow .order-wrapper>div:first-child,
.box-finder-module .order-wrapper .header-cols>div:first-child {
    min-width: 90px
}

.box-finder-module .trow .order-wrapper>div:first-child {
    flex-direction: column
}

.box-finder-module .trow .order-wrapper>div:first-child .name {
    font-family: var(--ff-medium);
    color: var(--clr-font-black)
}

.box-finder-module .header-wrapper .thead {
    font-size: 11px;
    line-height: 13px
}

.box-finder-module .prod-link {
    border-radius: 8px;
    border-color: var(--clr-k-blue) !important;
    color: var(--clr-k-blue);
    font-family: var(--ff-regular)
}

.box-finder-module .prod-link:hover,
.box-finder-module .prod-link:focus {
    background-color: var(--clr-k-blue) !important;
    color: var(--clr-white) !important
}

.box-finder-module h1 {
    text-align: center;
    margin-bottom: 24px
}

.box-finder-module .trow .details-wrapper .col-sku .grid-col:hover {
    background-color: transparent !important
}

.box-finder-module .trow .details-wrapper .col-sku:hover,
.box-finder-module .trow .details-wrapper .col-name:hover {
    background-color: rgb(0, 0, 0, 0.1) !important
}

.box-finder-module .buyFormDesktop .col-name .product-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

@media(min-width:992px) and (max-width:1199px) {
    .table-grid-category .trow .col-sku .sku-link .short-desc-wrapper {
        display: none
    }

    .box-finder-module .order-wrapper .spacer {
        width: 140px
    }

    .box-finder-module .trow .order-wrapper>div:first-child,
    .box-finder-module .order-wrapper .header-cols>div:first-child {
        min-width: 73px
    }

    .box-finder-module .order-wrapper .spacer {
        width: 130px
    }

    .table-grid-category .order-wrapper .header-cols>div:not(.spacer),
    .table-grid-category .trow .order-wrapper>div:not(.spacer) {
        width: 55px;
        min-width: 55px
    }
}

@media(min-width:992px) and (max-width:1399px) {

    .box-finder-module .order-wrapper .header-cols .min-print,
    .box-finder-module .trow .order-wrapper .min-print {
        min-width: 73px
    }

    .box-finder-module .order-wrapper {
        max-width: 290px
    }

    .box-finder-module .col-grid-customize {
        margin: 0px
    }
}

.table-grid-category .order-wrapper.increased .thead.spacer,
.table-grid-category .order-wrapper.increased .grid-col.spacer {
    flex: 1 !important;
    max-width: unset !important
}

.buyFormMobile .row-mobile .palletQty {
    margin-right: 8px
}

.buyFormMobile .detailProd-spacer {
    margin-bottom: 38px
}

.table-grid-category .trow .col-sku .sku-link .grid-col.hasOffer:before,
.table-grid-category .mobile-row-collapse .item-price.hasOffer:after {
    content: 'Oferta';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #16152e;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 6px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.15em
}

.table-grid-category .mobile-row-collapse .item-price {
    display: flex;
    gap: .25rem
}

.table-grid-category .trow .col-sku .sku-link .grid-col.hasFeature:before,
.table-grid-category .mobile-row-collapse .item-price.hasFeature:after {
    content: 'New';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #E4A74B;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 4px 0 6px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.3em
}

.table-grid-category .mobile-row-collapse .item-price.hasFeature:after,
.table-grid-category .mobile-row-collapse .item-price.hasOffer::after {
    position: relative;
    margin-left: .25rem
}

.table-grid-category.modular .details-wrapper {
    width: 614px !important
}

.table-grid-category.modular .prices-wrapper {
    width: 220px !important
}

.table-grid-category.modular .order-wrapper {
    width: 120px !important
}

.table-grid-category.modular .order-wrapper .online-config,
.table-grid-category.modular .order-wrapper .printable-button {
    width: auto !important;
    flex: 1;
    max-width: none !important
}

.table-grid-category.modular .prices-wrapper>div:not(:first-child) {
    border-left: 1px solid white
}

.table-grid-category.modular .prices-wrapper>div:not(:last-child) {
    border-right: 1px solid white
}

.table-grid-category.modular .prices-wrapper .ct-head {
    padding: 10px 6.5px;
    text-align: center
}

.table-grid-category.modular .trow .prices-wrapper>div {
    display: flex;
    align-items: center;
    justify-content: center
}

.table-grid-category.modular .trow .prices-wrapper .col-prices {
    height: 100%;
    flex-direction: row;
    gap: .25rem
}

.table-grid-category.modular .price-by-quantity.prices-wrapper .thead>.ct-head:first-child {
    border-left: none
}

.table-grid-category.modular .trow .prices-wrapper .col-prices .price-label {
    background-color: var(--clr-k-red);
    color: #FFF;
    padding: 4px 10px;
    border-radius: 4px
}

.table-grid-category.modular .all-prices-btn {
    background-color: transparent !important;
    color: var(--clr-k-orange) !important;
    border-color: var(--clr-k-orange) !important;
    border-radius: 4px;
    font-family: var(--ff-regular);
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
    font-size: 11px
}

.table-grid-category.modular .all-prices-btn:hover,
.table-grid-category.modular .all-prices-btn:active {
    background-color: var(--clr-k-orange) !important;
    color: #FFF !important
}

.table-grid-category.modular .printBtn {
    width: auto;
    background-color: transparent;
    max-width: none;
    min-width: 120px;
    color: var(--clr-k-blue)
}

.table-grid-category.modular .printBtn:hover,
.table-grid-category.modular .printBtn:active {
    background-color: var(--clr-k-blue);
    color: #FFF
}

.table-grid-category.modular .header-wrapper .thead {
    font-size: 11px;
    line-height: 13px
}

@media(min-width:992px) and (max-width:1199px) {
    .table-grid-category.modular .header-wrapper .thead {
        font-size: 10px;
        line-height: 13px
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .table-grid-category.modular .details-wrapper {
        width: 766px !important
    }

    .table-grid-category.modular .prices-wrapper {
        width: 275px !important
    }

    .table-grid-category.modular .order-wrapper {
        width: 160px !important
    }
}

@media(min-width:1400px) {
    .table-grid-category.modular .printBtn svg {
        display: none
    }

    .table-grid-category.modular .details-wrapper {
        width: 790px !important
    }

    .table-grid-category.modular .prices-wrapper {
        width: 350px !important
    }

    .table-grid-category.modular .order-wrapper {
        width: 180px !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .table-grid-category.modular .order-wrapper {
        min-width: 120px
    }

    .table-grid-category.modular .printBtn {
        min-width: 90px
    }
}

.table-grid-category.modular .mobile-content .link-detailProd>.btn {
    margin: 0
}

.table-grid-category.modular .mobile-content .link-detailProd>.btn {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    border-radius: 4px;
    flex: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.table-grid-category.modular .mobile-content .link-detailProd {
    padding: 1rem 0 2rem;
    gap: 1rem;
    flex-direction: column
}

.table-grid-category.modular .mobile-content .link-detailProd>.btn svg {
    width: 14px;
    height: 14px;
    margin-left: .25rem
}

@media(min-width:567px) {
    .table-grid-category.modular .mobile-content .link-detailProd {
        gap: 3rem;
        flex-direction: row
    }
}

.table-grid-category .mobile-row-collapse .ct-wrapper .band {
    gap: .25rem
}

.table-grid-category .mobile-row-collapse .ct-wrapper {
    gap: 0.5rem;
    flex-wrap: wrap
}

.table-grid-category .newSizes {
    display: flex;
    gap: .5rem;
    margin-top: .5rem
}

.sampleProdPopup .modal-dialog {
    max-width: 450px
}

.sampleProdPopup .buyForm .input-group {
    max-width: 95px;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.sampleProdPopup .buyForm .input-group * {
    height: 32px
}

.sampleProdPopup .inputs-wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.sampleProdPopup .inputs-wrapper .ref-wrapper,
.sampleProdPopup .inputs-wrapper .quantity-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

#search-by-sku {
    align-self: flex-end;
    margin-left: 20px
}

#search-by-sku .icon {
    width: 15px;
    height: 15px
}

.sampleProdPopup .inputs-wrapper .ref-wrapper input {
    height: 34px;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: transparent;
    background-color: var(--clr-white)
}

.sampleProdPopup .buyFormSubmit {
    width: 100%;
    margin-top: 15px
}

.sampleProdPopup .productOption {
    display: none
}

.sampleProdPopup .btn-close {
    box-shadow: none
}

.sampleProdPopup .modal-footer {
    padding: 0px
}

#search-by-sku {
    max-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:449px) {
    .sampleProdPopup .inputs-wrapper .ref-wrapper {
        flex: 1
    }

    #search-by-sku {
        width: 100%;
        margin-top: 16px;
        margin-left: 0px
    }
}

@media (max-width:575.98px) {
    #sampleProdPopup .modal-dialog {
        margin: 0 auto;
        height: auto;
        max-width: calc(100% - 32px)
    }
}

.grid-mode-header {
    padding-top: 64px;
    padding-bottom: 64px
}

.category-pages-module {
    padding-top: 64px;
    padding-bottom: 32px
}

.category-pages-module .content-wrapper:not(:last-child) {
    margin-bottom: 32px
}

.category-pages-module .col-left {
    display: flex;
    align-items: center
}

.category-pages-module .col-text {
    padding: 16px 0;
    margin-left: 50px;
    max-width: 580px
}

.category-pages-module .content-wrapper:nth-child(1) .catPages-title,
.category-pages-module .content-wrapper:nth-child(2) .content {
    font-size: 32px;
    line-height: 40px;
    font-family: var(--ff-medium)
}

.category-pages-module .content-wrapper:nth-child(2) .catPages-title {
    font-size: 24px;
    line-height: 32px
}

.category-pages-module .content-wrapper .content {
    margin-top: 8px
}

.category-pages-module .content-wrapper:nth-child(1) .content {
    font-size: 16px;
    line-height: 24px
}

.category-pages-module .content-wrapper {
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.category-pages-module .content-wrapper:nth-child(1) {
    background-color: #F9DFA5
}

.category-pages-module .content-wrapper:nth-child(2) {
    background: linear-gradient(144.61deg, rgba(247, 255, 233, 9) 19.29%, #ABBC8E 81.66%)
}

.category-pages-module .content-wrapper .button-wrapper {
    padding-right: 20px
}

.grid-mode-header>.row {
    display: flex
}

#swiper-main-grid-gallery {
    max-width: 424px;
    padding: 0px;
    position: relative
}

#swiper-grid-additional,
.col-product-vertical-gallery {
    max-width: 88px
}

#swiper-grid-additional .swiper-container .item-img-wrap {
    border: 1px solid #EBEBED;
    border-radius: 4px;
    cursor: pointer
}

.col-product-vertical-gallery {
    position: relative;
    padding: 0px;
    margin-right: 24px
}

#swiper-grid-additional .swiper-button {
    position: unset;
    margin: 0 auto
}

#swiper-grid-additional .swiper-button svg {
    max-width: 21px;
    max-height: 18px;
    color: #AAAAAA
}

.grid-mode-header .col-grid-info {
    background-color: var(--clr-bg-light);
    flex: 1
}

.grid-mode-header .col-grid-info .links-wrapper .btn {
    font-family: var(--ff-regular);
    padding: 0px 16px;
    box-sizing: border-box
}

.grid-mode-header .col-grid-info .links-wrapper a:not(:last-child) {
    margin-right: 16px
}

.grid-mode-header .col-grid-info h1,
.grid-mode-header .col-grid-info div:not(.tags-wrapper) {
    margin-bottom: 16px
}

.grid-mode-header .col-grid-info {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.grid-mode-header .col-grid-info .product-main-title {
    font-size: 24px;
    line-height: 32px
}

.grid-mode-header .col-grid-info .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px
}

.grid-mode-header .col-grid-info .tags-wrapper .img-wrapper {
    width: 64px;
    height: 64px
}

.grid-mode-header .col-grid-info .short-desc {
    font-size: 16px;
    line-height: 24px;
    color: var(--clr-gray-text)
}

.grid-mode-header .col-grid-info .tags-wrapper .img-wrapper:not(:last-child) {
    margin-right: 16px
}

.grid-mode-header .col-grid-info .tags-wrapper img {
    margin-bottom: 8px;
    max-width: 100%
}

.category-pages-module .button-wrapper.col-right svg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    color: currentColor
}

.category-pages-module .button-wrapper .btn-secondary {
    font-family: var(--ff-regular)
}

#cat-long-desc .long-desc-header {
    margin-bottom: 16px
}

@media(max-width:991px) {
    #swiper-grid-additional {
        padding-left: 10px;
        padding-right: 22px
    }

    .grid-mode-header .col-grid-info .links-wrapper .btn {
        border-color: var(--clr-white) !important;
        background-color: var(--clr-white) !important
    }

    .grid-mode-header {
        padding-top: 0px;
        padding-bottom: 16px
    }

    .category-pages-module {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .grid-mode-header .col-product-vertical-gallery {
        order: 1
    }

    .grid-mode-header .product-main-gallery {
        order: 0
    }

    .grid-mode-header .col-grid-info {
        order: 1
    }

    .grid-mode-header .container-md>.row {
        flex-direction: column
    }

    #swiper-main-grid-gallery,
    #swiper-grid-additional,
    .col-product-vertical-gallery {
        max-width: 100%
    }

    .swiper-container .item-img-wrap img {
        margin: 0 auto
    }

    #swiper-grid-additional {
        display: flex !important;
        align-items: center
    }

    #swiper-grid-additional .swiper-container {
        max-width: calc(100% - 48px)
    }

    .col-product-vertical-gallery,
    .grid-mode-header .col-grid-info {
        padding-left: 16px;
        padding-right: 16px
    }

    #swiper-grid-additional .swiper-button {
        transform: rotate(-90deg);
        background-color: var(--clr-white);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .col-product-vertical-gallery {
        padding: 10px 0px
    }

    .grid-mode-header .col-grid-info {
        background-color: var(--clr-bg-light)
    }

    .swiper-additional-gallery {
        margin-right: 8px
    }

    .grid-mode-header .col-grid-info {
        padding-top: 16px;
        padding-bottom: 32px;
        align-items: center
    }

    .grid-mode-header .col-grid-info .tags-wrapper {
        padding-top: 32px
    }

    .grid-mode-header .col-grid-info .short-desc {
        text-align: center
    }

    .grid-mode-header .col-grid-info .short-desc {
        max-width: 500px
    }

    #swiper-grid-additional .swiper-slide {
        width: calc(25% - 12px);
        margin-right: 16px
    }

    .category-pages-module .content-wrapper:nth-child(2) .col-image {
        display: flex;
        align-items: start;
        width: 100%
    }
}

@media(max-width:767px) {
    .grid-mode-header .col-grid-info .short-desc {
        font-size: 14px;
        line-height: 20px
    }

    .grid-mode-header .col-grid-info .product-main-title {
        font-size: 18px;
        line-height: 24px
    }

    .grid-mode-header .col-grid-info .links-wrapper .btn {
        font-size: 12px;
        line-height: 28px;
        height: 28px
    }

    #swiper-grid-additional .swiper-slide {
        width: calc(33.333333333333336% - 5.333333333333334px);
        margin-right: 8px
    }

    #swiper-grid-additional .swiper-button {
        margin-top: 8px
    }
}

@media(min-width:992px) {
    .grid-mode-header .product-main-gallery {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border: 1px solid #EBEBED;
        border-right: transparent
    }

    .grid-mode-header .col-grid-info {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
    }

    .category-pages-module .col-image {
        min-width: 338px
    }

    .category-pages-module .content-wrapper:nth-child(2) .col-image img {
        border-top-left-radius: 16px
    }

    .category-pages-module .content-wrapper:nth-child(1) .col-image img {
        border-bottom-left-radius: 16px
    }

    .product-additional-gallery .swiper-button-prev,
    .product-additional-gallery .swiper-button-next {
        width: 21px;
        height: 20px
    }

    .product-additional-gallery .swiper-button-next {
        height: 40px;
        width: 100%;
        display: flex !important;
        justify-content: center
    }

    .product-additional-gallery .swiper-button-prev {
        margin-top: 0px;
        transform: rotate(180deg)
    }

    #swiper-grid-additional .swiper-container {
        margin-bottom: 16px
    }

    #swiper-grid-additional .swiper-container {
        height: 300px;
        padding-top: 1px !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .category-pages-module .content-wrapper:nth-child(1) .col-text {
        max-width: 420px
    }

    .category-pages-module .content-wrapper:nth-child(1) .catPages-title,
    .category-pages-module .content-wrapper:nth-child(2) .content {
        font-size: 30px;
        line-height: 38px
    }

    .category-pages-module .content-wrapper:nth-child(1) .content {
        font-size: 14px;
        line-height: 21px
    }

    .category-pages-module .content-wrapper:nth-child(1) {
        position: relative
    }

    .category-pages-module .content-wrapper:nth-child(1) .button-wrapper {
        right: 0;
        position: absolute;
        top: calc(50% + 8px);
        transform: translateY(-50%)
    }

    .category-pages-module .content-wrapper .button-wrapper svg {
        display: none
    }

    .category-pages-module .content-wrapper .button-wrapper button {
        font-size: 12px;
        padding: 0px 12px
    }

    .category-pages-module .content-wrapper:nth-child(2) .catPages-title {
        font-size: 22px;
        line-height: 30px
    }

    .category-pages-module .content-wrapper .button-wrapper {
        padding-right: 5px
    }
}

@media(max-width:991px) {
    .category-pages-module .col-left {
        flex-direction: column
    }

    .category-pages-module .content-wrapper {
        flex-direction: column;
        padding: 32px 0px
    }

    .category-pages-module .content-wrapper:nth-child(1) .catPages-title,
    .category-pages-module .content-wrapper:nth-child(2) .content {
        font-size: 20px;
        line-height: 24px
    }

    .category-pages-module .content-wrapper:nth-child(2) .catPages-title {
        font-size: 16px;
        line-height: 25px
    }

    .category-pages-module .content-wrapper:nth-child(1) .content {
        font-size: 14px;
        line-height: 20px
    }

    .category-pages-module .col-text {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .category-pages-module .col-text {
        margin-left: 0
    }

    .category-pages-module .col-image {
        margin-bottom: 32px
    }

    .category-pages-module .col-text {
        padding: 0px 30px;
        text-align: center
    }

    .category-pages-module .content-wrapper .button-wrapper {
        margin-top: 32px
    }
}

@media(min-width:991px) and (max-width:1199px) {
    .grid-mode-header .col-grid-info .links-wrapper a:not(:last-child) {
        margin-right: 4px
    }
}

.lcContent-category .module-products-slider .header-slider {
    margin-bottom: 16px
}

.lcContent-category .module-products-slider {
    background-color: var(--clr-bg-light)
}

.lcContent-category .module-products-slider {
    padding-bottom: 32px
}

.product-additional-gallery .item-gallery:not(.item-gallery-active)::before {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
    content: "";
    display: block;
    position: absolute;
    cursor: pointer
}

.product-additional-gallery .item-gallery {
    position: relative
}

#swiper-additional .swiper-container .item-img-wrap img {
    border-radius: 4px
}

.category-list .category-list-img-link img {
    margin: 0 auto;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

.category-list .inset {
    box-shadow: 0px 0px 0px 1px #ebebed;
    padding: 8px;
    border-radius: 8px;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms;
    position: relative
}

.category-list .inset:hover {
    box-shadow: 0px 8px 16px rgb(0 0 0 / 15%)
}

.category-list .category-list-img-link {
    position: relative;
    overflow: hidden;
    display: block
}

.category-list:hover .category-list-img-link img {
    transform: scale(1.1)
}

.category-list:hover .category-list-title-link {
    color: var(--clr-k-brown)
}

.category-list .category-list-title-link {
    text-align: left;
    margin-top: 8px;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px
}

.module-cats .pl-prices {
    padding-top: 20px;
    padding-bottom: 16px
}

.category-ribbons,
.category-xmas {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.category-xmas img {
    width: 50px;
    height: 50px
}

.category-ribbons {
    width: calc(100% - 40px)
}

.category-xmas {
    top: 0;
    left: auto;
    right: 0
}

@media(max-width:420px) {
    .module-cats .pl-01 .pl-prices {
        height: 35px;
        flex-wrap: wrap;
        justify-content: start
    }
}

@media(min-width:992px) {
    .lcContent-category .module-products-slider .header-slider {
        margin-bottom: 32px
    }

    .lcContent-category .module-products-slider {
        padding-bottom: 58px
    }

    .lcContent-category .section.category-header-contents .inset {
        margin-left: -12px;
        margin-right: -12px
    }

    .module-cats .container-md {
        padding: 0px
    }
}

@media(min-width:1400px) {
    .module-categories-grid-01 .col-category-list {
        width: 20%
    }
}

.module-products-slider-01 .header-slider {
    position: relative;
    margin-bottom: 16px
}

.module-products-slider-01 .swiper-wrapper {
    padding-bottom: 16px
}

.module-products-slider-01 .swiper-button-prev,
.module-products-slider-01 .swiper-button-next {
    width: 30px;
    height: 35px;
    background-color: var(--clr-light);
    border: 1px solid #ddd;
    margin: 0;
    top: auto;
    bottom: 0;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

.module-products-slider-01 .swiper-button-prev .icon,
.module-products-slider-01 .swiper-button-next .icon {
    width: 21px;
    height: 18px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    color: #AAAAAA;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-duration: 375ms
}

.module-products-slider-01 .swiper-button-prev:hover,
.module-products-slider-01 .swiper-button-next:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15)
}

.module-products-slider-01 .swiper-button-prev:hover .icon,
.module-products-slider-01 .swiper-button-next:hover .icon {
    color: #000
}

.module-products-slider-01 .swiper-button-next {
    right: -4.5%;
    top: calc(50% - 8px);
    transform: translateY(-50%)
}

.module-products-slider-01 .swiper-button-prev {
    left: -4.5%;
    top: calc(50% - 8px);
    transform: translateY(-50%)
}

.module-products-slider-01 .module-products-slider-title {
    padding-right: 80px
}

.module-products-slider-01 .header-slider .module-title-wrap {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center
}

.module-products-slider-01 .swiper-control {
    width: 40px;
    height: 40px;
    background-color: var(--clr-white);
    border-radius: 50%;
    border: none
}

.module-products-slider-01 .big-swiper-cont {
    position: relative
}

.homeCategories-wrapper .module:first-child {
    padding-bottom: 0px
}

.homeCategories-wrapper .module:last-child {
    padding-top: 16px
}

.module-products-slider-01 .swiper-container {
    width: 100%;
    height: 100%
}

@media(min-width:768px) and (max-width:991px) {
    .module-products-slider-01 .swiper-slide {
        width: calc(33.333333333333336% - 16px);
        margin-right: 24px
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .module-products-slider-01 .swiper-slide {
        width: calc(25% - 18px);
        margin-right: 24px
    }
}

@media(min-width:1400px) {
    .module-products-slider-01 .swiper-slide {
        width: calc(20% - 19.2px);
        margin-right: 24px
    }
}

@media(max-width:566px) {
    .module-products-slider-01>div {
        padding-right: 0px
    }

    .module-products-slider-01 .swiper-slide {
        width: 70% !important;
        margin-right: 16px
    }
}

@media(min-width:567px) and (max-width:767px) {
    .module-products-slider-01>div {
        padding-right: 0px
    }

    .module-products-slider-01 .swiper-slide {
        width: 40% !important;
        margin-right: 16px
    }
}

@media(max-width:991px) {
    .module-products-slider-01 .module-title-wrap .module-title {
        padding-right: 85px
    }

    .module-products-slider .swiper-control {
        display: none !important
    }
}

@media(min-width:1500px) {
    .module-products-slider-01 .swiper-button-next {
        right: -6%
    }

    .module-products-slider-01 .swiper-button-prev {
        left: -6%
    }
}

@media(min-width:1200px) and (max-width:1259px) {
    .module-products-slider-01 .swiper-button-next {
        right: calc(15px - 4.5%)
    }

    .module-products-slider-01 .swiper-button-prev {
        left: calc(15px - 4.5%)
    }
}

@media(min-width:1400px) and (max-width:1459px) {
    .module-products-slider-01 .swiper-button-next {
        right: calc(18px - 4.5%)
    }

    .module-products-slider-01 .swiper-button-prev {
        left: calc(18px - 4.5%)
    }
}

.module-filter-04.module-column .filter-desktop-title {
    color: var(--clr-k-orange);
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--clr-k-orange);
    font-size: 18px;
    font-family: var(--ff-medium)
}

.module-filter-04.module-column .collapse-toggle {
    color: #d1d1d1;
    font-size: 15px;
    padding: 8px 15px;
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 0
}

.module-filter-04.module-column .collapse-toggle:hover {
    color: #9a9a9a;
    background-color: #f3f4fa
}

.module-filter-04.module-column .collapse-toggle:not(.collapsed) .icon .y-bar {
    display: none
}

.module-filter-04.module-column .filter-block-wrap .icon {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.module-filter-04.module-column .btn.filterSubmit {
    height: 32px;
    line-height: 32px;
    min-width: 120px;
    margin: 30px auto 0;
    display: block;
    width: 100%
}

.module-filter-04.module-column .filter-btn-wrap {
    margin: 0 -15px
}

.module-filter-04.module-column .inset-filter-elements {
    padding: 10px 0 15px;
    margin: 0 -10px
}

.module-filter-04.module-column .filter-block-wrap {
    border-bottom: 1px solid #eee
}

.module-filter-04.module-column .clear-filters>a {
    display: block
}

.module-filter-04.module-column .clear-filters>a.clearFilterButton {
    border: none !important;
    background-color: transparent !important;
    text-decoration: underline;
    text-transform: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-align: inherit;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    height: auto;
    padding: 1rem 0;
    border-bottom: 1px solid var(--clr-k-orange) !important;
    border-radius: 0;
    color: var(--clr-gray-text)
}

.module-filter-04.module-column .clear-filters>a.clearFilterButton:hover,
.module-filter-04.module-column .clear-filters>a.clearFilterButton:active {
    color: #000
}

.module-filter-04.module-column .clear-filters>a.clearFilterButton .icon {
    width: 14px;
    height: 14px;
    position: relative;
    top: 0px;
    margin-right: 6px
}

.module-filter-04.module-content .inset-filter {
    padding-top: 15px;
    padding-bottom: 15px
}

.module-filter-04.module-content .order-by-label {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 12px
}

.module-filter-04.module-content .order-by-dropdown {
    display: inline-block;
    vertical-align: middle
}

.module-filter-04.module-content .order-by-dropdown .dropdown-menu {
    margin-top: 5px
}

.module-filter-04.module-content a.filterElement {
    padding: 5px 10px;
    display: block
}

.module-filter-04.module-content a.filterElementSelected {
    color: var(--clr-primary)
}

.module-filter-04.module-content .filter-block-open-menu .btn-filter .icon {
    height: 10px;
    width: 10px
}

.module-filter-04.module-content .btn-menu-filters-mobile {
    width: 100%
}

.module-filter-04.module-content .inset-filter-filter-by {
    display: flex
}

#menu-extra-filter-04 .source-filters-04-mobile {
    padding: 0
}

#menu-extra-filter-04 .source-filters-04-mobile:after {
    height: 30px
}

#menu-extra-filter-04 .source-filters-04-mobile .mm-navbar {
    display: none
}

#menu-extra-filter-04 .mm-panels {
    top: 40px
}

#menu-extra-filter-04 {
    font-size: 16px
}

#menu-extra-filter-04 .collapse-toggle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 14px 60px 14px 40px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
    position: relative;
    line-height: 1.3;
    border-radius: 0
}

#menu-extra-filter-04 .collapse-toggle:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    display: block;
    bottom: 0px
}

#menu-extra-filter-04 .collapse-toggle .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #888
}

#menu-extra-filter-04 .inset-filter-elements {
    padding: 15px 30px;
    position: relative
}

#menu-extra-filter-04 .inset-filter-elements:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    display: block;
    bottom: 0px
}

#menu-extra-filter-04 input[type="submit"].btn.filterSubmit,
#menu-extra-filter-04 .source-filters-04-mobile .clear-filters-container {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

#menu-extra-filter-04 .btn.filterSubmit {
    width: calc(100% - 15px);
    margin: 0 7.5px
}

#menu-extra-filter-04 .mm-navbars_bottom .mm-navbar {
    height: 70px;
    padding: 15px 7.5px
}

.module-filter-04.module-content .clearFilterButton.btn,
#menu-extra-filter-04 .clearFilterButton.btn {
    height: 40px;
    line-height: 40px;
    text-transform: none;
    display: block;
    position: relative
}

#menu-extra-filter-04 .clearFilterButton.btn {
    margin: 0 7.5px;
    width: calc(100% - 15px)
}

.module-filter-04.module-content .clearFilterButton.btn:hover,
.module-filter-04.module-content .clearFilterButton.btn:active,
#menu-extra-filter-04 .clearFilterButton.btn:hover,
#menu-extra-filter-04 .clearFilterButton.btn:active {}

.module-filter-04.module-content .clearFilterButton.btn .icon,
#menu-extra-filter-04 .clearFilterButton.btn .icon {
    width: 14px;
    height: 14px;
    position: relative;
    top: 0px;
    margin-right: 6px
}

@media (min-width:480px) {
    .module-filter-04.module-content.module-filter-filtering-1 .clear-filters-container {
        width: 50%;
        padding-right: 7.5px
    }

    .module-filter-04.module-content.module-filter-filtering-1 .clear-filters-container .btn {
        width: 100%
    }

    .module-filter-04.module-content.module-filter-filtering-1 .btn-menu-filters-mobile {
        width: calc(50% - 7.5px);
        margin-left: 7.5px
    }
}

@media (min-width:768px) {
    html:not(.flexboxlegacy) .module-filter-04.module-content .inset-filter {
        display: flex;
        align-items: flex-end;
        justify-content: space-between
    }

    .module-filter-04.module-content .inset-filter-order-by {
        border-bottom: 1px solid #c0c0c0
    }

    .module-filter-04.module-content .filter-block-order-by {
        float: right
    }

    .module-filter-04.module-content .filter-block-pagination {
        float: right;
        margin-left: auto
    }
}

:is(.module-filter-04, #menu-extra-filter-04) .rounded-pill {
    display: none
}

:is(.module-filter-04, #menu-extra-filter-04) .sizes-ct-wrapper .filterBlockTitle {
    margin-bottom: 1rem
}

.col-layout-column :is(.module-filter-04, #menu-extra-filter-04) {
    border: 1px solid var(--clr-k-orange);
    border-radius: .5rem;
    padding: .5rem 1rem 3.5rem;
    margin-top: 1rem
}

:is(.module-filter-04, #menu-extra-filter-04) .sizes-ct-wrapper .filterBlock {
    padding-right: 1rem
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-grid,
:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-min,
:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-max {
    display: none
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-single {
    display: none !important
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round.irs-with-grid {
    height: 30px !important;
    display: block
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-from,
:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-to {
    top: -38px !important;
    visibility: visible !important
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-handle {
    top: -7px !important;
    border: none;
    width: 18px;
    height: 18px;
    box-shadow: none
}

:is(.module-filter-04, #menu-extra-filter-04) .irs-bar,
:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-line {
    top: 0 !important
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-from {
    right: 70px !important;
    left: auto !important
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-to {
    right: 0 !important;
    left: auto !important
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-from::after {
    content: "-";
    display: block;
    position: absolute;
    top: 2px;
    right: -.5rem;
    color: var(--clr-gray-text)
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-from:before,
:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-to:before,
:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-single:before {
    content: none
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-from,
:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-to,
:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-single {
    background-color: transparent;
    color: var(--clr-gray-text)
}

:is(.module-filter-04, #menu-extra-filter-04) .irs--round .irs-handle,
:is(.module-filter-04, #menu-extra-filter-04) .irs-bar {
    background-color: var(--clr-k-orange)
}

:is(.module-filter-04, #menu-extra-filter-04) .customTagTypeShortText input.customTagsFilterElement {
    display: none
}

:is(.module-filter-04, #menu-extra-filter-04) .customTagTypeShortText input.customTagsFilterElement+label {
    border: 1px solid var(--clr-gray-text);
    padding: .25rem .5rem;
    border-radius: 3px;
    color: var(--clr-gray-text)
}

:is(.module-filter-04, #menu-extra-filter-04) .customTagTypeShortText input.customTagsFilterElement:checked+label,
:is(.module-filter-04, #menu-extra-filter-04) .customTagTypeShortText input.customTagsFilterElement+label:hover {
    background-color: var(--clr-k-orange);
    border-color: var(--clr-k-orange);
    color: #fff
}

:is(.module-filter-04, #menu-extra-filter-04) .customTagTypeShortText .customTagsFilterElements {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .25rem
}

:is(.module-filter-04, #menu-extra-filter-04) .form-group.filterElement label {
    width: auto
}

:is(.module-filter-04, #menu-extra-filter-04) .form-group.filterElement {
    padding: 0
}

:is(.module-filter-04, #menu-extra-filter-04) .sizes-ct-wrapper .wrapper-title,
:is(.module-filter-04, #menu-extra-filter-04) .filterBlockTitle {
    font-family: var(--ff-medium);
    display: flex;
    justify-content: space-between;
    width: 100%
}

:is(.module-filter-04, #menu-extra-filter-04) .sizes-ct-wrapper .wrapper-title svg,
:is(.module-filter-04, #menu-extra-filter-04) .filterBlockTitle svg {
    width: 16px;
    height: 16px;
    transform: rotate(0deg);
    transition: transform 200ms ease-in-out
}

:is(.module-filter-04, #menu-extra-filter-04) .sizes-ct-wrapper .accordion-button:not(.collapsed) .wrapper-title svg,
:is(.module-filter-04, #menu-extra-filter-04) .accordion-button:not(.collapsed) .filterBlockTitle svg {
    transform: rotate(-180deg)
}

:is(.module-filter-04, #menu-extra-filter-04) .filtersForm>.filterBlock {
    border-top: 1px solid var(--clr-k-orange)
}

:is(.module-filter-04, #menu-extra-filter-04) .filtersForm>.filterBlock:last-child {
    border-bottom: 1px solid var(--clr-k-orange)
}

:is(.module-filter-04) .sizes-ct-wrapper,
:is(.module-filter-04, #menu-extra-filter-04) .filtersForm>.filterBlock .accordion {
    padding: .75rem 0
}

:is(.module-filter-04, #menu-extra-filter-04) .accordion-button {
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    align-items: center;
    cursor: pointer
}

:is(.module-filter-04, #menu-extra-filter-04) .accordion-body {
    margin-top: .5rem
}

:is(.module-filter-04, #menu-extra-filter-04) .accordion-body,
:is(.module-filter-04, #menu-extra-filter-04) .accordion-item {
    border: none;
    padding: 0;
    box-shadow: none
}

:is(.module-filter-04, #menu-extra-filter-04) .accordion-button {
    color: var(--clr-k-orange)
}

:is(.module-filter-04, #menu-extra-filter-04) .accordion-button::after {
    content: none
}

:is(.module-filter-04, #menu-extra-filter-04) .filter-desktop-title svg {
    width: 20px;
    height: 20px;
    margin-right: .5rem
}

#accordion-filter-04,
.source-filters-04-desktop {
    display: flex;
    flex-direction: column-reverse
}

#menu-extra-filter-04 {
    background-color: var(--clr-bg-light)
}

#menu-extra-filter-04 .mm-navbars_bottom {
    border-top-color: var(--clr-k-orange)
}

#menu-extra-filter-04 .mm-panel #accordion-filter-04 .accordion {
    padding: 1rem !important
}

#menu-extra-filter-04 .mm-navbar__title {
    color: #222222;
    align-items: center;
    display: flex;
    gap: .5rem
}

#menu-extra-filter-04 .mm-navbar {
    padding-left: 1rem
}

#menu-extra-filter-04 .mm-panel #accordion-filter-04 .accordion {
    background-color: #fff
}

.module-filter-04 .btn-menu-filters-mobile,
#menu-extra-filter-04 .btn.filterSubmit {
    background-color: var(--clr-k-orange) !important;
    border-color: var(--clr-k-orange) !important
}

.module-filter-04.module-content.module-filter-filtering-1 .clear-filters-container .btn {
    background-color: var(--clr-btn-gray) !important;
    border-color: var(--clr-btn-gray) !important;
    color: var(--clr-font-black)
}

@media(max-width:479px) {
    .module-filter-04.module-content .inset-filter-filter-by {
        padding-top: 0;
        flex-direction: column-reverse;
        gap: 1rem
    }

    .module-filter-04.module-content .inset-filter-filter-by>* {
        width: 100%
    }
}

.module-filter-04.module-content .inset-filter {
    padding-top: 2rem
}

#menu-extra-filter-04 .mm-navbar__title svg {
    width: 20px;
    height: 20px
}

#main-content-layout-2 .empty-category-filter {
    margin-top: 1rem;
    margin-bottom: 1rem
}

#main-content-layout-2 .empty-category-filter .btn {
    background-color: var(--clr-k-orange);
    border-color: var(--clr-k-orange)
}

#main-content-layout-2 .empty-category-filter .btn:hover,
#main-content-layout-2 .empty-category-filter .btn:active {
    background-color: var(--clr-k-dark-orange);
    border-color: var(--clr-k-dark-orange)
}

#main-content-layout-2 .empty-category-filter .btn svg {
    width: 20px;
    height: 20px
}

#main-content-layout-2 .empty-category-filter .btn {
    display: block;
    max-width: 480px;
    margin: 0 auto
}