.xfrm-product.products {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin: auto !important;
    margin-top: 50px !important;
}

.xfrm-product-loop {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

div#products-list.is-empty-results {
    display: block;
}

div#products-list.is-empty-results .woocommerce-info.xfrm-no-products p {
    font-family: 'Brilliant-Cut-Pro';
    font-weight: 400;
    font-size: 14px;
    margin: unset;
}

div#products-list.is-empty-results .woocommerce-info.xfrm-no-products a.button.alt.xfrm-edit-filters {
    background: #000;
    border: 1px solid #000;
    border-radius: unset;
    margin-right: 10px;
    font-weight: 400;
}

div#products-list.is-empty-results .woocommerce-info.xfrm-no-products a.button.xfrm-clear-filters {
    background: #fff;
    border: 1px solid #000;
    border-radius: unset;
    font-weight: 400;
}

nav.woocommerce-pagination {
    display: none !important;
}

/*.xfrm-commerce-banner.no-item {
    background-size: contain !important;
    background-position: center;
    min-height: 80vh;
    background: url(https://web-rci.x-tra.it/wp-content/uploads/2023/12/LINE-ART-1.jpg);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}*/

.xfrm-commerce-banner-image {
    width: 100%;
}

.woocommerce-breadcrumb::after{
    display: none !important;
}

.xfrm-commerce-banner-text {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    max-width: 40vw;
    z-index: 1;
    border-radius: 50px 50px 0px 0px;
}

.xfrm-commerce-banner-image {
    position: relative;
    overflow: hidden;
}

h2.xfrm-cbt-heading {
    position: absolute;
    bottom: 40%;
    max-width: 40%;
    text-align: center;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.breadcrumb-separator {
    font-weight: bold;
    font-size: 10px;
    color: #000000 !important;
}

.xfrm-commerce-banner-text .xfrm-cbt-title, .xfrm-commerce-banner-text .xfrm-cbt-description {
    width: 100%;
    margin: auto;
}

.xfrm-cbt-title h1 {
    color: black !important;
    margin-bottom: 20px;
}

.xfrm-commerce-banner.has-shop-item {
    margin-bottom: 100px;
}

.xfrm-commerce-banner-inner, .xfrm-commerce-banner-inner.has-shop-item {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.xfrm-commerce-banner-image.no-item img {
    max-width: 100%;
}

.xfrm-cbt-title.no-description-title img {
    max-width: 400px;
    display: flex;
    margin: auto;
}

.xfrm-product-loop li.product {
    margin: 0px !important;
    display: block;
    padding: unset !important;
    position: relative;
}

.xfrm-product-loop li.product.four-column-display {
    max-width: calc(25% - 20px) !important;
    width: calc(25% - 20px) !important;
}

.xfrm-product-loop .product.three-column-display {
    max-width: calc(33.33% - 20px) !important;
    width: calc(33.33% - 20px) !important;
}



.xfrm-product-loop li.product.four-column-display {
    max-width: 100% !important;
    width: 100% !important;
}


div#products-grid {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    padding-top: 30px;
}

.product {
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

.xfrm-loop-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in .4s;
    position: relative;
    padding-top: 100%;
    margin-top: 0px;
}

.xfrm-loop-single-thumbnail.main-thumb {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.3s;
}

.xfrm-loop-single-thumbnail.main-thumb img {
    width: auto !important;
   
    max-height: unset !important;
    margin: unset !important;
    transition: 0.5s;
}

.xfrm-preload-product {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0;
    background: #3f3f3fa1;
    z-index: 11;
    border-radius: 40px 0px 40px 0px !important;
}

.inner-releted-products .swiper-scrollbar{
    cursor: pointer;
}

.product-loader {
    width: 50%;
    height: 50%;
    /* transform: rotate(-90deg) translate(70%, -40%); */
    stroke-linecap: round;
    stroke-width: 1.5px;
    fill: none;
    position: absolute;
    z-index: -2;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
}

.xfrm-preload-product{
    display: none;
}

.internal-circle, .external-circle {
    stroke: #C4925A;
    stroke: white;
    stroke-dashoffset: 0;
    transform-origin: center;
}
    
.external-circle {
    stroke-dasharray: 311;
    animation: external 4s linear infinite;
    opacity: 1;
}
    
.external-circle {
    stroke-dasharray: 312;
    animation: external 2s linear infinite;
    opacity: .9;
}

@keyframes external {
    0% {
      stroke-dashoffset: 312;
      transform: rotate(70deg);
    }
    60% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: -312;
      transform: rotate(450deg);
    }
}

.xfrm-shop-main-navigation {
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
}

h2.rci-main-product-gallery-tile {
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    color: black;
}

h2.rci-main-product-gallery-tile span {
    font-weight: 700;
}

.xfrm-shop-mn-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.xfrm-shop-button-link {
    margin: 0 20px;
}

.xfrm-shop-mn-button {
    border-color: black;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 12px;
    border: 1px solid black;
    border-radius: 50px;
    transition: all .2s ease-in;
}

a.xfrm-shop-button-link:hover .xfrm-shop-mn-button {
    background: #5874a4;
    color: white;
    border-color: #5874a4;
    transition: all .2s ease-in;
}

li.product.type-product .yith-wcwl-add-button a span {
    color: #848588 !important;
    transition: 0.3s linear;
    display: none;
}

li.four-column-display.product.type-product .yith-wcwl-add-to-wishlist, li.three-column-display.product.type-product .yith-wcwl-add-to-wishlist {
    opacity: 1;
    visibility: visible;
    margin: unset;
    width: 25px !important;
    height: 25px !important;
    position: absolute !important;
    top: 20px;
    right: 20px;
}

.additional-class-quickview {
    display: flex;
    color: black !important;
    font-size: 14px;
}

.xfrm-bottom-loop-controls .xfrm-bottom-open-product {
    padding: 5px 10px !important;
    width: 50% !important;
    background: unset !important;
    display: block;
    border-radius: 0px 40px 0px 0px !important;
}

.xfrm-bottom-loop-controls .xfrm-bottom-open-product:hover .additional-class-quickview, .xfrm-bottom-loop-controls .xfrm-bottom-open-product:hover .additional-class-quickview span {
    color: #C4925A !important;
}

.xfrm-bottom-open-product:hover span {
    transform: translateX(10px);
    transition: all .2s ease-in;
}

#yith-wcwl-popup-message {
    margin-left: unset !important;
    transform: translateX(-50%);
}

/*.woocommerce-page li.product:hover .xfrm-loop-single-thumbnail img {
    transform: scale(1.1) !important;
}*/

li.product .xfrm-description-open {
    transition: 0.3s;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: left;
    width: calc(100% - 30px);
    padding: 15px;
    max-width: 100%;
}

html .xfrm-price-buy-wrap span.woocommerce-Price-currencySymbol {
    font-size: 16px !important;
    margin-right: 5px;
}

h2.product_title.entry-title.xframe-loop-product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    margin: 5px auto !important;
    text-align: left;
    margin-left: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px !important;
    margin-top: unset !important;
    line-height: normal;
    font-family: 'Brilliant-Cut-Pro' !important;
}

.xfrm-product.products {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    /*width: calc(80% - 80px);*/
    width: calc(1300px - 80px);
    margin: auto !important;
    margin-top: 0px !important;
    padding: 40px !important;
    background: #F5F1EC;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.brand-loop-column {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

.xfrm-product-brand-image {
    /* max-height: 69px; */
    /* max-width: 400px; */
    margin: auto 0;
    display: block;
    position: relative;
}

.xframe-vat {
    display: none;
}

.xframe-price-item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0;
}

.header-loop-product {
    background: transparent;
    z-index: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
}

.eplay-header-loop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin: auto;
    position: sticky;
    background: transparent;
    z-index: 99;
    -webkit-transition: all 400ms ease !important;
    -moz-transition: all 400ms ease !important;
    -o-transition: all 400ms ease !important;
    transition: all 400ms ease !important;
    width: auto;
    margin: auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

p.woocommerce-result-count {
    float: unset !important;
}

.xfrm-availability p {
    line-height: normal;
    font-size: 14px;
}

.xfrm-availability.out-stock p {
    color: #D9AD5F;
}

.xfrm-availability.in-stock p {
    color: #64A044;
}

.change-display-loop {
    display: flex;
}

.header-loop-three-column-display, .header-loop-four-column-display {
    padding-top: 5px;
}

.inner-three-column, .inner-four-column {
    display: flex;
    cursor: pointer;
}

.inner-three-column span:nth-child(1) {
    margin-left: unset;
}

.inner-three-column span, .inner-four-column span {
    margin: 0 5px;
}

.header-loop-four-column-display {
    margin-left: 15px;
}

.inner-three-column span::before, .inner-four-column span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: #ddd;
    border-radius: 100%;
}

.change-display-loop .active-display-loop span::before {
    background-color: #d39d60 !important;
}

p.woocommerce-result-count {
    text-align: center;
    margin: unset !important;
    font-family: 'Brilliant-Cut-Pro';
    font-size: 13px;
}

ul#sidebar.inner-filter-new ul li a::before {
    content: unset;
}

.inner-icon-filter {
    display: none;
}

.xfrm-filters-column {
    z-index: 9;
    transition: 0.3s linear;
    top: 141.6px;
    width: 100%;
    margin-bottom: 30px;
}

.active-sticky-filter{
    background-color: #f5f4f2;
}

.xfrm-filters-inner {
    height: inherit;
}

.new-row-filter {
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 40px;
}

.inner-row-filter {
    display: flex;
    width: 100%;
    overflow-y: unset;
    align-items: center;
    margin-right: unset;
    margin-bottom: unset;
    padding: 0;
    justify-content: center;
    align-items: center;
}

ul#sidebar.inner-right-filter {
    justify-content: flex-end;
}

.xfrm-filters-inner .collapsable-box {
    margin-bottom: unset;
    position: inherit;
    width: auto;
}

.collapsable-box .title-box {
    height: auto !important;
    overflow-y: hidden;
}

.collapsable-box .title-box > h2 {
    display: flex;
    align-items: center;
    padding: 7px 20px !important;
    line-height: 22px;
    text-transform: uppercase;
    border: unset;
    margin: unset;
}

h2.widget-title {
    color: #000000 !important;
    font-size: 14px !important;
    letter-spacing: inherit;
    font-weight: 500 !important;
    font-family: inherit;
    letter-spacing: 1px;
    cursor: pointer;
}

.xframe-widget-sidebar-active-filter h2 {
    padding: unset !important;
}

.new-row-filter div#text-2 h2.widget-title {
    font-size: 14px;
    letter-spacing: 1px;
    color: #9DA18E !important;
    margin-right: 10px;
    text-transform: uppercase;
    cursor: inherit;
}

.collapsable-box .title-box > h2 span {
    position: inherit !important;
    padding: unset !important;
    padding: 0 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.collapsable-box.collapsed .title-box > h2 span {
    transform: rotate(0deg);
}

ul#sidebar.inner-filter-new .collapsable-box.collapsed .content {
    display: none;
}

.xframe-widget-sidebar.widget.collapsable-box ul li a {
    color: #ffffff;
}

ul#sidebar.inner-filter-new .collapsable-box .content {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    height: 70px;
    overflow-x: auto;
    background: #CACCD0;
    overflow-y: hidden;
    align-items: center;
    /* border-top: 2px solid #a66658; */
}

ul#sidebar.inner-filter-new ul {
    width: max-content;
    position: absolute;
    display: flex;
    margin: unset;
    padding: unset;
    left: 50%;
    transform: translateX(-50%);
}

.xfrm-filters-column-wrapper ul#sidebar {
    margin-right: 15px !important;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: unset;
}

ul#sidebar.inner-right-filter {
    width: auto;
}

.inner-filter-new span.filter-title {
    padding-left: 20px;
}

.xframe-widget-sidebar.widget.collapsable-box ul li, .xframe-widget-sidebar.widget.collapsable-box ol li {
    transition: .2s;
    margin: 0;
    margin-bottom: 0px !important;
    border: 0 !important;
    list-style: none;
}

.xframe-widget-sidebar.widget.collapsable-box ul li a {
    color: white;
    width: auto;
    justify-content: center;
    margin: unset !important;
    padding: 7px 7px 7px 0 !important;
    display: flex;
    border: unset;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .2s ease-in;
}

.xframe-widget-sidebar span.count {
    display: none !important;
}

.collapsable-box .title-box > h2 span::after {
    font-family: dashicons;
    content: "\f347";
    background-color: transparent !important;
    color: #404040 !important;
    position: relative;
}

/*
.xframe-widget-sidebar.widget.collapsable-box ul li a:hover {
    color: #fff !important;
    background-color: #a66658;
    transition: all .2s ease-in;
}
*/

.xframe-widget-sidebar.widget.collapsable-box ul li a:hover{
    color: #40362C;
    transition: all .2s ease-in;
}

ul#sidebar.inner-filter-new .collapsable-box .content::-webkit-scrollbar {
    height: 3px;
    border-radius: 10px;
    transition: all 0.3s linear;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 5.5px;
}

ul#sidebar.inner-filter-new .collapsable-box .content::-webkit-scrollbar-thumb {
    background-color: #333;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background-color: #B5AB92;
}

::-webkit-scrollbar-track {
    background-color: white;
}

.xfrm-cat-breadcrmb span {
    margin: 0 5px;
}

.xfrm-divider {
    font-size: 16px;
    color: #d39d60;
    font-weight: 800;
}

.xfrm-cat-breadcrmb {
    color: black;
    margin-bottom: 0 !important;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.xfrm-cbt-title h4 {
    margin-top: 10px !important;
}

.xfrm-cbt-title h4 {
    font-family: inherit;
    font-size: 40px;
    color: black;
}

.xfrm-filters-inner.visual-mobile{
    display: none;
}

.archive .page_content_wrap {
    padding-top: 30px;
}



@keyframes down-enter {
    0% { clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
    100% { clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%); }
}
  
@keyframes down-leave {
    0% { clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%); }
    100% { clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
}





/*li.product:hover .xfrm-description-open {
    transform: translateY(-30%);
}*/

.controls.compare-control {
    opacity: 1;
    visibility: visible;
    margin: unset;
    width: 25px !important;
    height: 25px !important;
    position: absolute !important;
    top: 60px;
    right: 20px;
    display: flex;
    flex-direction: column;
}

.controls.compare-control button {
    color: #34312E !important;
    gap: unset !important;
}

.controls.wishlist-control i {
    margin: unset;
}

.controls.wishlist-control .yith-wcwl-add-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls.compare-control span.sidebar-txt {
    margin: unset;
}

.ewcs-new-product-sign {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    z-index: 9;
}

.ewcs-new-product-sign p {
    color: #904E4C;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce.singolo-prodotto .onsale {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 50px !important;
    height: 75px !important;
    min-width: auto !important;
    min-height: fit-content !important;
    padding: unset !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: -30px !important;
    left: -5px !important;
    color: #34312E !important;
    background: #E2D7CF !important;
    letter-spacing: 0 !important;
    z-index: auto;
}

.xframe-widget-sidebar-active-filter {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
}

.xframe-widget-sidebar-active-filter ul, .xframe-widget-sidebar-active-filter h2 {
    padding: 0 20px !important;
}

.xframe-widget-sidebar-active-filter ul li a::before {
    content: unset !important;
}

.xframe-widget-sidebar-active-filter ul li a {
    transition: all .2s ease-in;
    flex-direction: row-reverse;
    align-items: center;
    color: white !important;
    width: auto;
    justify-content: center;
    margin: 0 10px !important;
    display: flex;
    border: unset;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .2s ease-in;
    font-family: 'BarlowCondensed';
}

.xframe-widget-sidebar-active-filter ul li a span.material-symbols-outlined {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    transition: all 0.3s linear;
}

.xframe-widget-sidebar-active-filter ul li {
    margin: unset !important;
    margin-top: unset !important;
    list-style: none;
}

@media screen and (max-width:1024px){
    .xfrm-commerce-banner-inner.no-item {
        flex-direction: column;
        margin-bottom: 50px;
    }

    /*.xfrm-filters-inner.visual-desktop{
        display: none;
    }

    .xfrm-filters-inner.visual-mobile{
        display: block;
    }*/
}



.xfrm-filters-inner.visual-mobile {
    top: 75px;
}
























.wcapf-form.wcapf-form-372502 {
    display: flex;
    flex-wrap: wrap;
}

.wcapf-form.wcapf-form-372502 .wcapf-filter {
    width: calc(20% - 40px);
    margin: 20px 20px;
}

.wcapf-active-filters {
    width: 100%;
}

.wcapf-filter-inner .wcapf-search-box::before {
    content: unset;
}

ul.chosen-choices::after {
    position: absolute;
    padding: unset;
    font-family: dashicons;
    content: "\f347" !important;
    background-color: transparent !important;
    color: #404040 !important;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

ul.chosen-choices {
    background: transparent !important;
}

.wcapf-filter-inner .chosen-drop li span {
    font-size: 12px;
}

.wcapf-filter-inner .chosen-drop li {
    display: flex !important;
    justify-content: space-between;
}

.wcapf-dropdown-wrapper .chosen-drop {
    margin-top: 10px;
    border-radius: 12px !important;
}

.wcapf-dropdown-wrapper .chosen-drop ul li {
    border-radius: 12px !important;
}

ul.chosen-choices {
    background: transparent !important;
    border: unset !important;
    border-bottom: 1px solid #000 !important;
}

ul.chosen-choices li.search-choice span {
    font-size: 12px !important;
}


















.xfrm-filters-column-wrapper .wpfMainWrapper {
    display: flex;
}

.xfrm-filters-column-wrapper .wpfMainWrapper .ms-options ul label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 10px !important;
}

.xfrm-filters-column-wrapper .wpfMainWrapper .ms-options ul{
    margin-top: 5px;
}

.ms-options {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 12px;
    min-height: fit-content !important;
}

.xfrm-filters-column-wrapper .ms-options-wrap button {
    background: transparent;
    border-bottom: 1px solid !important;
}

.xfrm-filters-column-wrapper .ms-options-wrap button:focus{
    background: transparent !important;
}

.xfrm-commerce-banner.has-item .xfrm-commerce-banner-image.has-item {
    width: 100%;
}



ul#sidebar.inner-right-filter ul {
    padding: unset;
}



@media screen and (max-width:1150px){
    .xfrm-product-loop, .new-row-filter{
        width: 100%;
    }

    .xfrm-controls span.sidebar-txt {
        display: none;
    }

    .controls.compare-control {
        top: 50px;
        right: 10px;
    }

    li.four-column-display.product.type-product .yith-wcwl-add-to-wishlist, li.three-column-display.product.type-product .yith-wcwl-add-to-wishlist {
        top: 15px;
        right: 10px;
    }
}

@media screen and (min-width:1025px){
    .inner-filter-column-right{
        display: none;
    }
}

@media screen and (max-width:1025px){
    .xfrm-product-loop, .new-row-filter{
        width: 100%;
    }

    .xfrm-controls span.sidebar-txt {
        display: none;
    }

    .controls.compare-control {
        top: 55px;
        right: 10px;
    }

    li.four-column-display.product.type-product .yith-wcwl-add-to-wishlist, li.three-column-display.product.type-product .yith-wcwl-add-to-wishlist {
        top: 20px;
        right: 10px;
    }

    /*.xfrm-filters-inner {
        transform: translateX(-100%);
        -webkit-transition: all .4s 0s ease-in-out;
        -moz-transition: all .4s 0s ease-in-out;
        -o-transition: all .4s 0s ease-in-out;
        transition: all .4s 0s ease-in-out;
        position: fixed;
        width: 50%;
        background-color: #f7f7f8;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .xfrm-filters-inner.active-filter {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=23, Direction=0, Color=#050a2554)";
        -moz-box-shadow: 0 0 23px #050a2554;
        -webkit-box-shadow: 0 0 23px #050a2554;
        box-shadow: 0 0 23px #050a2554;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=23,Direction=135,Color=#050a2554);
        z-index: 9999999999;
    }*/

    .inner-close-filter {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .wrapper-close-filter {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    .wrapper-close-filter span, .wrapper-close-sorting span {
        text-transform: uppercase;
        padding-left: 15px;
        font-size: 16px;
        color: #050a25;
    }

    .inner-filter-column-left {
        width: 100%;
    }

    .inner-filter-column-right{
        display: none;
    }

    .inner-icon-filter, .wrapper-order-filter {
        display: block;
        margin: 2px 0;
        padding: 2px 0;
        border-right: 1px solid #e7e7e7;
    }

    .xfrm-sorting-inner {
        transform: translateX(-100%);
        -webkit-transition: all .4s 0s ease-in-out;
        -moz-transition: all .4s 0s ease-in-out;
        -o-transition: all .4s 0s ease-in-out;
        transition: all .4s 0s ease-in-out;
        position: fixed;
        width: 50%;
        background-color: #f7f7f8;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        top: 75px;
        overflow-x: hidden;
        z-index: 9999999999;
    }

    ul#sidebar.inner-filter-new ul {
        left: 0;
        transform: unset;
    }

    .xframe-widget-sidebar-active-filter {
        margin-top: 90px;
    }

    .xfrm-filters-column {
        width: 95% !important;
        margin: auto;
    }

    .xfrm-filters-column-wrapper {
        z-index: 999;
        display: flex;
        justify-content: space-between;
    }

    .wrapper-icon-filter, .wrapper-order-filter {
        cursor: pointer;
        text-align: center;
    }

    .wrapper-icon-filter span, .wrapper-order-filter span{
        text-transform: uppercase;
    }

    .et-icon-wrapper.img-close-filter svg, .et-icon-wrapper.img-close-filter {
        max-width: 20px;
        max-height: 20px;
    }

    .xframe-widget-sidebar-filter-mobile .content {
        display: none;
    }

    .xframe-widget-sidebar-filter-mobile.collapsed .content {
        display: block;
    }

    .xfrm-filters-inner.visual-mobile .widget_text {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .xframe-widget-sidebar-filter-mobile ul li a::before {
        content: unset !important;
    }

    .xframe-widget-sidebar-filter-mobile ul {
        margin-left: 40px !important;
    }

    .xframe-widget-sidebar-filter-mobile ul li a {
        font-size: 13px;
    }

    .xfrm-sorting-inner span.title-sorting-filter {
        padding-left: 20px;
        margin-bottom: 20px;
        color: black !important;
        font-size: 14px !important;
        letter-spacing: inherit;
        font-weight: 500 !important;
        text-transform: uppercase;
    }

    .xfrm-sorting-inner ul li {
        padding: 3px 20px !important;
    }

    .wrapper-close-sorting {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }

    .inner-icon-filter, .wrapper-order-filter {
        display: none;
    }
}

@media screen and (max-width:950px){
    .xfrm-commerce-banner.has-item .xfrm-commerce-banner-text.has-item {
        flex-direction: column;
    }

    .xfrm-commerce-banner-text.has-item .xfrm-cbt-description{ 
        width: 90%;
    }

    .xfrm-commerce-banner-text.has-item .xfrm-cbt-title{
        width: 100%;
        text-align: center;
    }

    .xfrm-commerce-banner-text.has-item .xfrm-cbt-title img{
        max-width: 300px;
    }
}

@media screen and (max-width:800px){
    .xfrm-commerce-banner-inner.has-shop-item {
        flex-direction: column !important;
    }

    .xfrm-commerce-banner-image {
        width: 100%;
    }

    .xfrm-commerce-banner-text {
        width: 100%;
    }
}

@media screen and (max-width:480px){
    /*.xfrm-product-loop li.product.four-column-display {
        max-width: calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
    }*/

    .xfrm-filters-inner, .xfrm-sorting-inner {
        width: 100%;
    }

    .xfrm-attr-row {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d3d3d3;
    }

    .divider-attribute{
        display: none !important;
    }
}


/*Extra info element*/


.xfrm-extra-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffde;
    z-index: 9;
    border-bottom: 1px solid lightgray;
}

.xfrm-extra-info-inner{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-wrap: wrap; 
    flex-direction: column; 
    height: 100%; 
    width: 100%;
}

.xfrm-extra-action-wrapper {
    padding: 10px 10px;
    border: 1px solid lightgray;
    border-radius: 50px;
    margin: 10px;
    font-weight: 400;
    min-width: 70%;
    text-align: center;
    font-size: 12px;
    background: #ffffff;
    color: var(--ecreative-first-color);
    font-family: var(--ecreative-font-secondary);
    width: 80% !important;
}

.xframe-extra-action-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.5px;
    font-family: var(--ecreative-font-secondary);
    font-size: 12px;
    text-transform: uppercase
}



.xframe-extra-action-title .material-symbols-outlined {
    position: absolute;
    left: 0;
    font-size: 16px;
    background: var(--ecreative-seventh-color);
    border-radius: 20px;
    margin-right: 5px;
    color: white;
    padding: 5px;
    position: absolute;
    left: 0;
}

.extra-item-toggler {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
}

.ei-toggler-close{
    display: none !important;
}

.xfrm-extra-info{
    display: none;
}

.extra-item-toggler.active .ei-toggler-open {
    display: none;
}

.extra-item-toggler.active .ei-toggler-close {
    display: flex !important;
}

.extra-item-toggler {
    cursor: pointer;
}

.extra-item-toggler:hover span {
    transform: scale(1.2);
    transition: all .3s ease-in;

}

.extra-item-toggler{
    transition: all .3s ease-in;
}

.xfrm-extra-action-wrapper.sharer {
    cursor: pointer;
}

/*Custom Grando*/

.xfrm-product-category p {
    font-family: 'Maven Pro', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
}

span.woocommerce-Price-amount.amount bdi {
    /* letter-spacing: 2px; */
    font-size: 15px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    overflow: hidden;
}

.xfrm-discover-button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #748794;
    font-family: var(--ecreative-font-secondary);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce-loop-product__title .amount, .price .amount {
    padding-left: 0px !important;
}

.xfrm-loop-button {
    font-weight: 700;
    font-size: 12px;
}

.xfrm-discover-button span {
    font-size: 17px;
}

.ei-toggler-open, .ei-toggler-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: var(--ecreative-seventh-color);
    border-radius: 100%;
    color: white;
    transition: all 0.3s linear;
}

.ei-toggler-open:hover, .ei-toggler-close:hover{
    background: var(--ecreative-first-color);
}

.xfrm-extra-spec-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: var(--ecreative-white);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 10;
    margin: 0px;
    overflow-y: auto;
    background: white;
}

.xfrm-esh-wrapper {
    width: 100%;
}

.xei-item p {
    margin: unset;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 95%;
    margin: auto;
    color: var(--ecreative-first-color);
}

.xei-item {
    width: 90% !important;
    text-align: center;
    border-bottom: 1px solid lightgray;
    padding: 7px 0;
    margin: auto;
}

.xfrm-esh-wrapper bdi {
    font-weight: 400 !important;
}

.xei-item h5 {
    text-transform: uppercase;
    color: var(--ecreative-second-color);
    font-family: var(--ecreative-font-secondary);
    font-size: 14px;
}

.xei-item span.woocommerce-Price-amount.amount bdi {
    color: var(--ecreative-first-color);
}

.xei-item  {
    font-size: 12px;
}

.xfrm-extra-spec-holder{
    display: none;
}

.xfrm-esh-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ecreative-second-color);
    width: 100%;
    padding: 21px 0;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--ecreative-white);
    /* font-family: 'Charm'; */
}

.xfrm-extra-action-wrapper:hover {
    background: var(--ecreative-hover-color);
    color: var(--ecreative-white) !important;
    transform: rotate(0);
}
 

.xfrm-extra-action-wrapper:hover span {
    background: var(--ecreative-white);
    color: #000000;
    transform: rotate(15deg);
}

.xfrm-extra-action-wrapper, .xfrm-extra-action-wrapper span{
    transition: all .3s ease-in;
}

.single-product-category {
    margin-bottom: 0;
    letter-spacing: 1px;
}

span.sku_wrapper.xfrm_var_sku {
    color: var(--ecreative-first-color);
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}

.xfrm-image-wrapper {
    background: #2c3e2c;
}

.outgoing-image {
    width: fit-content;
    background: white;
    border-radius: 100% !important;
    margin-top: -7vh;
    overflow: hidden;
    margin-bottom: 5vh;
    border: 10px solid white;
}

.outgoing-image.shop-page-only{
    width: fit-content;
    background: #ffffff;
    border-radius: 100% !important;
    margin-top: -70px;
    overflow: hidden;
    padding: 20px;
}


.outgoing-image-inner img {
    max-width: 200px !important;
}


.xfrm-cbt-description * {
    font-size: 16px !important;
    letter-spacing: 1px;
}

.xfrm-commerce-banner-image img {
    width: 100%;
}

.xfrm-cbt-title h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

li.product .xfrm-compare-button {
    background: unset !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    color: #2c3d2d !important;
    font-size: 12px !important;
}

.xfrm-discover-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

li.product button.xfrm-compare-button.button.addonify-cp-button.icon-position-left {
    display: flex;
    flex-direction: row;
}

#addonify-compare-products-table tr td {
    width: 200px !IMPORTANT;
}

#addonify-compare-products-table tr td:nth-child(1) {
    max-width: 150px !important;
    width: 150px !important;
}

table#addonify-compare-products-table tr td * {
    color: #72585f !important;
    text-align: center;
}

div#addonify-compare-dock-message {
    color: #72585f;
    font-size: 15px;
    font-weight: 400;
    padding-left: 5px;
}


.adfy-compare-products-td-field-title a {
    font-size: 20px;
    font-weight: 600 !important;
}

.adfy-compare-products-table-row-content .price span {
    font-size: 20px;
    /* color: #afadad !important; */
    color: #72585f !important;
    font-weight: 400;
    padding-left: 0;
}

.adfy-compare-products-table-row-content {
    font-weight: 600;
}

.adfy-compare-products-table-row-content p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #FBF4EC;
    padding: 15px;
    font-weight: 600 !important;
}

html body #addonify-compare-products-table-wrapper #addonify-compare-products-table.has-header tbody tr td:first-child, #addonify-compare-products-table.has-header tbody tr td:first-child {
    background-color: #fbf4ec;
}

.adfy-compare-products-table-row-content {
    font-weight: 400;
    font-size: 12px;
}

#addonify-compare-products-table td, #addonify-compare-products-table th {
    border-color: #f5f5f5;
    padding: 15px;
    text-align: left;
    vertical-align: middle !important;
}

td.adfy-compare-products-td-field-title:not(:first-child) {
    position: sticky;
    top: 0;
    background: white;
}



table#addonify-compare-products-table tr td:nth-child(1) > div {
    font-weight: 600 !important;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px;
}

button#addonify-compare-close-button {
    color: white;
    height: 50px;
    width: 50px;
    background: #2c3e2c;
    font-size: 26px !important;
    border-radius: 0 0 0 25px;
}

div#addonify-compare-dock {
    z-index: 8;
}

table#addonify-compare-products-table tr td * {
    color: #2c3e2c !important;
}

table#addonify-compare-products-table tr td button.addonify-remove-compare-products.addonify-compare-table-remove-btn span {
    color: white !important;
    font-weight: 300;
}

button#addonify-compare-close-button span {
    color: white;
}

#addonify-compare-close-button svg {
    transform: scale(2);
}

button.addonify-remove-compare-products.addonify-compare-table-remove-btn {
    background: #2c3e2c;
    border: 0 !important;
}

button#addonify-compare-dock-compare-btn {
    background: #2c3e2c;
    color: white;
}

#addonify-compare-dock {
    background-color: #ffffff !important;
    border-radius: 50px !important;
    box-shadow: 1px 2px 8px #cbcbcb !important;
    z-index: 999 !important;
}

table#addonify-compare-products-table tr td * {
    color: #000 !important;
    text-align: center;
    font-weight: 300 !important;
}

button.xfrm-compare-button:hover span.material-symbols-outlined, button.xfrm-compare-button.selected span.material-symbols-outlined {
    transform: rotate(90deg);
}

img.line-image {
    max-width: 200px;
}

@media (max-width: 991px){
    #addonify-compare-products-table-wrapper #addonify-compare-products-table.has-header tbody tr td:first-child, #addonify-compare-products-table.has-header tbody tr td:first-child {
        /* display: none; */
        display: flex !important;
    }
    
}

@media (max-width: 575px){
    #addonify-compare-products-table-wrapper #addonify-compare-products-table tbody tr {
        grid-column-gap: 20px;
        border: none;
        display: grid;
        grid-auto-columns: 230px;
        grid-auto-flow: column;
        margin: 0;
        padding: 0;
    }
}

button.xfrm-compare-button {
    letter-spacing: unset !important;
}

.xfrm-cat-line-filter {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.xfrm-cat-line-filter-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xfrm-cat-line-filter {
    margin-top: 50px;
}

a.xfrm-line-category-item {
    margin: 0 20px;
}

a.xfrm-line-category-item {
    margin: 0 20px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background: white;
    border-radius: 50px;
    transition: all .3s ease-in;
}

a.xfrm-line-category-item.active {
    /* font-weight: 600; */
    background: #2c3e2c;
    color: white !important;

    border-radius: 50px;
}

a.xfrm-line-category-item:hover {
    background: #2c3e2c;
    color: white;
}

form#ewcs-filters-form {
    text-align: center;
}

.eplay-load-more-btn {
    padding: 50px 0;
    text-align: center;
}

.xfrm-description-open .xfrm-product-lines p {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
}

.xframe-widget-sidebar-active-filter h2 {
    font-size: 12px !important;
    letter-spacing: 1px;
    color: #748794 !important;
    margin: unset;
    margin-right: 10px;
    text-transform: uppercase;
    cursor: inherit;
    padding: unset !important;
}

.xframe-widget-sidebar-active-filter p {
    margin: unset;
    transition: all 0.3s linear;
}

.xframe-widget-sidebar-active-filter ul {
    display: flex;
    align-items: center;
    padding: unset !important;
    justify-content: center;
}

.xfrm-description-open .xframe-price-item span.price-label {
    padding-right: 5px;
}

button#load-more {
    margin-bottom: unset !important;
    display: flex;
    width: auto !important;
    align-items: center;
    font-size: 13px;
    margin: auto;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    background: var(--ecreative-third-color) !important;
    padding: 13px 25px !important;
    border: unset;
    cursor: pointer;
    transition: all 0.3s linear;
    font-family: var(--ecreative-font-primary);
}

div#load-more-container {
    padding-bottom: 80px !important;
}

/*New mods XFRAME 2.0*/


.xfrm-title-brand-element {
    display: flex;
    align-items: center;
    margin-top: 15px;
}



.xfrm-title-brand-element h2 {
    flex: 2;
}

.xfrm-brand-image {
    flex: 1;
    height: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xfrm-brand-image img {
    transform: scale(1.5);
}

.xfrm-price-buy-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xfrm-avail-wrap {
    margin-top: 2vh;
    font-size: 11px;
    color: #47C938;
}

html .xfrm-price-buy-wrap *, html .xfrm-price-buy-wrap bdi {
    font-size: 14px !important;
    color: #A66658 !important;
    font-weight: 600;
}

.xfrm-buy-button {
    padding-right: 20px;
    text-transform: uppercase;
}

.collapsable-box .title-box > h2 span::after {
    position: relative !important;

}

.collapsable-box:not(.collapsed) .title-box > h2 span::after {
    content: "\f347";
    background-color: #848588;
    color: #748794!important;
   
}




li.wc-layered-nav-term.chosen a {
    /* background: #a66658 !important; */
    font-weight: 600;
}

div#ewcs_layered_nav_filters-3 {
    justify-content: center;
}

div#ewcs_layered_nav_filters-3{
    margin-top: 40px;
}

.xframe-widget-sidebar-active-filter p {
    margin: unset;
    transition: all 0.3s linear;
    font-size: 14px;
    color: #748794;
    font-family: var(--ecreative-font-secondary) !important;
}

.xframe-widget-sidebar-active-filter ul li a span.material-symbols-outlined {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2B4568;
    transition: all 0.3s linear;
}

div#ewcs_layered_nav_filters-3 h2 {
    display: none;
}

.wishlist-links {
    display: none !important;
}

@media screen and (max-width: 1500px){
    .xfrm-commerce-banner-text {
        padding-bottom: 0;
    }

    .xfrm-filters-column {
        margin-bottom: 0;
    }

    #mega-menu-63, #mega-menu-62 {
        max-width: 1000px;
    }

    .xfrm-commerce-banner-text {
        width: 100%;
        max-width: 70vw;
    }

    .feature-item {
        width: 30%;
        margin-bottom: 50px !important;
    }

    .features-row-inner {
        flex-wrap: wrap;
    }
}

.xfrm-product-brand.xfrm-product-brand-image img {
    max-width: 250px;
}

.xfrm-product-brand.xfrm-product-brand-image {
    text-align: center;
}

span.sku_wrapper.xfrm_var_sku
 {
    color: var(--ecreative-first-color);
    font-size: 14px;
    color: black;
}

.xfrm-product-category h3 {
    font-size: 16px;
    color: #A66658;
    text-transform: uppercase;
}

#overlay-archive-filter.active-filter-overlay {
    visibility: visible;
    opacity: 1;
}
#overlay-archive-filter {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}

.xfrm-description-open p, .xfrm-description-open .xfrm-title-brand-element h2 {
    font-family: var(--ecreative-font-secondary) !important;
    color: var(--ecreative-black);
    
}

.xfrm-filters-inner .collapsable-box {
    margin-bottom: unset;
    position: inherit !important;
    width: auto !important;
    font-size: 20px;
}

.xfrm-price-loop-wrap *, .xfrm-price-loop-wrap amount bdi {
    color: #000000;
    font-size: 14px !important;
    font-family: 'Brilliant-Cut-Pro';
    font-weight: 600;
}

.xfrm-entity-bottom-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a.ewcs-btn-quickview:hover {
    color: #C4A3AE;
}

span.discover-btn {
    background-color: #000000;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #000;
}

span.discover-btn a {
    padding: 10px 40px;
    color: #fff;
    font-family: 'Brilliant-Cut-Pro';
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s linear;
}

.xfrm-product-loop li.product:hover .xfrm-loop-button span.discover-btn {
    opacity: 1;
    visibility: visible;
}

.xfrm-loop-button span.discover-btn:hover{
    background-color: #fff;
}

.xfrm-loop-button span.discover-btn:hover a{
    color: #000;
}

@media screen and (max-width:990px){
.lines-gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}

.line-title-separator {
    bottom: 25px !important;
}
}


@media screen and (max-width:768px){
.lines-gallery-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}

    .inner-xfrm-specification-detail {
        padding: unset;
    }

    div#cart-popup {
    width: 97%;
    max-width: 100% !important;
    min-width: auto !important;
}

h2.xfrm-mini-cart-title {
    font-size: 40px;
    margin-top: 40px;
}


.ewcs-cart-loader .price-total.font-fam-2, .price-total.font-fam-2 span {
    font-size: 22px !important;
}

span.mmj-cart-btn-text {
    font-size: 11px !important;
    letter-spacing: 0;
}

.cart-popup-inner .check-pay span.woocommerce-Price-amount.amount bdi {
    font-size: 22px !important;
}

/*.cart-popup-inner .close-popup {
    left: 10px;
    background: white;
    border-radius: 100px;
    line-height: 1;
    font-size: 10px;
    padding: 0px;
}*/

.summary.entry-summary {
    padding: 0 !important;
}

.woocommerce div.product button.single_add_to_cart_button.button.alt {
    width: 100% !important;
}


.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup {
    width: 100% !important;
}

.summary.entry-summary {
    width: 100% !important;
    max-width: 100%;
}

.summary.entry-summary {
    display: flex;
    flex-direction: column-reverse;
}

.summary.entry-summary .inner-detail-section {
    width: 100% !important;
}

span.variable-item-span {
    padding: 0px 10px !important;
}

.new-title-single-product {
    padding-right: 0;
}

.summary.entry-summary .inner-sidebar-section {
    width: 100%;
    display: flex
;
    flex-direction: row;
    /* position: sticky; */
    align-items: center;
    /* top: 0; */
    /* left: 0; */
    justify-content: space-between;
}

.breadcrubm-line-divider {
    display: none;
}

.woocommerce div.product .woocommerce-variation-add-to-cart-disabled button.single_add_to_cart_button.button.alt {
    font-size: 15px !important;
    letter-spacing: 1px !important;
}

li.variable-item.image-variable-item {
    width: 80px !important;
    height: 80px !important;
}

.xfrm-product-spec-inner {
    max-width: 100%;
}

.first-row-customer-care span.material-symbols-outlined {
        font-size: 20px;
    }

h4.xfrm-spec-sec-h4 {
    font-size: 30px;
    color: #748794;
    position: relative;
    left: 0 !important;
    text-align: center;
}

.xfrm-product-description-wrapper {
    padding-right: 0;
}

nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
    font-size: 8px !important;

}

b.delivery-time {
    padding: 0px 11px !important;
}

.page-id-6819 .woocommerce {
    padding: 15px !important;
}

.inner-xfrm-title-custom-cart h2.rci-main-product-gallery-tile {
    font-size: 30px !important;
}

.inner-custom-cart form.woocommerce-cart-form .coupon {
    flex-direction: column;
}

.inner-custom-cart form.woocommerce-cart-form input#coupon_code {
    width: 100% !important;
}

html body .inner-custom-cart .coupon button.button {
    width: 100% !important;
    margin-left: 0 !important;
    border-radius: 0 0 34px 34px !important;
}

html body .inner-custom-cart form.woocommerce-cart-form input#coupon_code {
    border-radius: 35px 34px 0px 0px !important;
    width: 100% !important;
}

.inner-custom-cart tr.order-total {
    justify-content: center !important;
}

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {

        color: white;
        font-weight: 400 !important;
        margin-right: 40px;
    }

}


@media screen and (max-width:990px){
    .xfrm_hide_mobile{
        display: none !important;
    }
}

@media screen and (min-width:991px){
    .xfrm_hide_desktop{
        display: none !important;
    }
}

@media screen and (max-width:768px){
.xfrm-commerce-banner-title.has-item {
    bottom: 0 !important;
}

.xfrm-catalog-title {
    background: transparent linear-gradient(180deg, #40362C00 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    width: 100% !important;
}

.xfrm-catalog-title h2 {
    font-size: 30px !important;
}

.xfrm-commerce-banner-title.has-item {
    width: 100% !important;
    padding-bottom: 0 !important;
}

.xfrm-spec-sec-title {
    margin-bottom: 2vh;
    margin-top: 5vh;
}
}





/* FILTRI */

/*.wrapper-icon-filter {
    display: flex;
    align-items: center;
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
    cursor: pointer;
}

img.img-filter-icon {
    max-width: 20px !important;
    margin-left: 10px;
}

.wrapper-icon-filter span{
    font-weight: normal;
    font-size: 14px;
    color: #101010;
}

img.img-filter-icon-close{
    max-width: 20px;
    margin-left: 10px;
    display: none;
}

.wrapper-icon-filter.add-close img.img-filter-icon-close{
    display: block;
}

.wrapper-icon-filter.add-close img.img-filter-icon{
    display: none;
}

.xfrm-filters-inner ul#sidebar::-webkit-scrollbar-thumb {
    background-color: #101010;
}

.xfrm-filters-inner ul#sidebar::-webkit-scrollbar {
    width: 6px;
}

.woocommerce-page.woocommerce-page ul.products li.product a.add_to_cart_button, .woocommerce ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.add_to_cart_button, .woocommerce-page ul.products li.product a.product_type_grouped, .woocommerce-page ul.products li.product a.product_type_external{
    background: transparent !important;
    bottom: unset !important;
}

.xfrm-filters-inner .collapsable-box .content ul{
    max-height: inherit;
}

div#ewcs_layered_nav-2 ul{
    display: flex;
    flex-wrap: wrap;
}

div#ewcs_layered_nav-2 ul li.wc-layered-nav-term{
    width: 33.33% !important;
}

.xfrm-filters-inner .widget{
    margin: 0 0 20px !important;
}

.xfrm-filters-column-wrapper {
    display: flex;
    height: 100vh;
    max-width: 13.5rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 70vw;
    z-index: 990;
    align-items: center;
    transform: translateX(-100%);
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
    padding: unset;
    background-color: #f4f4f4;
}

.xfrm-filters-inner{
    height: inherit;
}

.xfrm-filters-inner ul#sidebar{
    overflow-y: scroll;
    max-height: -webkit-fill-available;
    padding-top: 20px;
}

.xfrm-filters-inner .content li {
    margin-bottom: 10px !important;
    padding: 0 10px !important;
    border: 0 !important;
}

.xframe-widget-sidebar li.wc-layered-nav-term a {
    color: #989a9e !important;
    text-transform: uppercase;
    font-size: 11px;
    margin: unset;
    padding: unset;
}

.xframe-widget-sidebar span.count{
    display: none !important;
}

.xfrm-filters-inner .collapsable-box{
    margin-bottom: 20px !important;
}

.xframe-widget-sidebar {
    border: 0;
}*/

.xfrm-filters-column {
    width: 100%;
}

.xfrm-filters-column-wrapper {
    /*top: 174px;*/
    position: sticky;
    height: auto;
    width: 85%;
    margin: auto;
    font-size: 15px;
    overflow-y: auto;
    /*max-height: 70vh;*/
    overflow-x: hidden;
}

.xfrm-filters-column-wrapper::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

.xfrm-filters-column-wrapper::-webkit-scrollbar-thumb {
    background-color: #050A25;
}

.xfrm-filters-column-wrapper ul::-webkit-scrollbar{
    width: 6px;
    border-radius: 10px;
}

.xfrm-filters-column-wrapper ul::-webkit-scrollbar {
    background-color: #050A25;
}

.xfrm-filters-column-wrapper ul{
    margin-right: 15px !important;
}

.xfrm-filters-inner li.wc-layered-nav-term{
    padding: 2px !important;
}

.archive .xfrm-filters-column #sidebar{
    padding-top: unset;
}

.overlay-inner-box .overlay-button.overlay-add-to-cart a:nth-child(2){
    display: none;
}

.overlay-inner-box .overlay-button.overlay-add-to-cart a.add_to_cart_button{
    background: white;
    margin: 0 6px !important;
}

.overlay-button.overlay-variable a{
    display: flex !important;
    align-items: center;
}

.overlay-block .overlay-inner-box i {
    color: #9B9289;
    transition: 0.3s linear;
}

.overlay-block .overlay-inner-box i:hover {
    color: #5d5955;
}

.overlay-block .overlay-inner-box .fa-eye:before, .overlay-block .overlay-inner-box .fa-whatsapp:before{
    font-size: 17px;
}

.overlay-button-link.wishlist-loop-icon .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    color: #9B9289;
    transition: 0.3s linear;
}

.overlay-button-link.wishlist-loop-icon .tinvwl_add_to_wishlist_button:hover:before{
    color: #5d5955 !important;
}

.woocommerce .price del span.woocommerce-Price-amount.amount {
    font-size: 14px !important;
}

.filter-inner {
    display: flex;
    height: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 35vw;
    z-index: 99999999999999;
    align-items: center;
    transform: translateX(-100%);
    -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    -ms-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    transition: all 1000ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}

.filter-inner.open-filter .large-column {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.large-column {
    width: 100%;
    background-color: #F5F1EC;
    height: inherit;
    -webkit-transition: all 0.4s 0s ease-in-out;
    -moz-transition: all 0.4s 0s ease-in-out;
    -o-transition: all 0.4s 0s ease-in-out;
    transition: all 0.4s 0s ease-in-out;
}

.filter-main {
    height: 100%;
    position: relative;
}

.filter-top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    height: calc(6% - 20px);
    z-index: 2;
}

.filter-top span.close-filter span{
    color: #414141;
}

.filter-top h3{
    color: #fff !important;
}

.content-filter {
    overflow-y: auto;
    width: 100%;
    height: calc(94% - 30px);
    margin-top: 30px;
}

.small-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.filter-top span.close-filter i, .filter-top span.close-filter i::before {
    color: #fff;
}

.eplay-filter .collapsable-box .content, .eplay-filter-mobile-catalog .collapsable-box .content {
    display: grid;
    margin: 7px auto !important;
    width: 100%;
}

.eplay-filter .collapsable-box, .eplay-filter-mobile-catalog .collapsable-box{
    width: 100%;
}
/*
.eplay-filter .collapsable-box .content ul {
    display: flex;
    flex-wrap: wrap;
    margin: unset;
}
*/
.eplay-filter .collapsable-box .content ul a, .eplay-filter-mobile-catalog .collapsable-box .content ul a {
    margin: unset !important;
}

.collapsable-box .content ul {
    max-height: fit-content;
}

.eplay-filter .collapsable-box .content ul li, .eplay-filter-mobile-catalog .collapsable-box .content ul li {
    margin: 5px 5px;
    border: unset;
    padding: unset;
    margin: unset;
}

.eplay-filter .content-filter .price_slider_wrapper .price_min_max, .eplay-filter-mobile-catalog .content-filter .price_slider_wrapper .price_min_max {
    display: flex;
    align-items: center;
}

.eplay-filter .content-filter .price_slider_wrapper .price_min_max .price_min, .eplay-filter .content-filter .price_slider_wrapper .price_min_max .price_max, .eplay-filter-mobile-catalog .content-filter .price_slider_wrapper .price_min_max .price_min, .eplay-filter-mobile-catalog .content-filter .price_slider_wrapper .price_min_max .price_max {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: unset;
}

.eplay-filter .content-filter .price_slider_wrapper .price_min_max .price_min, .eplay-filter-mobile-catalog .content-filter .price_slider_wrapper .price_min_max .price_min {
    margin-right: 20px;
}

.eplay-filter .content-filter .widget_price_filter form, .eplay-filter-mobile-catalog .content-filter .widget_price_filter form{
    padding: 0 4px;
}

.filter-top h3 {
    margin: unset;
    font-size: 20px;
}

.filter-top span.close-filter {
    position: absolute;
    right: 20px;
    display: flex;
    padding: 15px;
    cursor: pointer;
}

.eplay-filter .content-filter .header-search-form, .eplay-filter-mobile-catalog .content-filter .header-search-form {
    margin: 20px;
    margin-top: 40px;
}

.eplay-filter .content-filter .header-search-form form.search-form, .eplay-filter-mobile-catalog .content-filter .header-search-form form.search-form {
    flex-direction: row;
    justify-content: center;
}

.eplay-filter .content-filter .header-search-form label, .eplay-filter .header-search-form label input, .eplay-filter-mobile-catalog .content-filter .header-search-form label, .eplay-filter-mobile-catalog .eplay-filter .header-search-form label input{
    width: 300px;
}

.small-column .filter-allways-visible {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.small-column .filter-allways-visible img {
    max-width: 25px;
}

.small-column h3 {
    font-size: 18px;
    margin: unset;
    margin-bottom: unset;
}

.last-column-header-loop h2.widget-title {
    font-size: 17px !important;
}

.eplay-filter-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    -webkit-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    -ms-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    transition: all 1500ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 999999999999;
    visibility: hidden;
    opacity: 0;
}

.eplay-filter-menu-overlay.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

html.active-eplay-filter {
    overflow-y: hidden;
}

.eplay-active-filter-inner {
    width: 85%;
    margin: auto;
}

.eplay-active-filter-inner li {
    font-size: 12px;
}

.eplay-active-filter-inner li a {
    display: flex;
    align-items: center;
}

.eplay-filter .collapsable-box.collapsed .content, .eplay-filter-mobile-catalog .collapsable-box.collapsed .content {
    display: none !important;
}

.content-filter .widget_layered_nav_filters h2 {
    display: flex;
    align-items: center;
    padding: 7px 20px !important;
}

/*.woocommerce .widget_layered_nav_filters ul li a::after {
    content: 'x' !important;
    top: unset !important;
    font-family: monospace !important;
    font-weight: 100 !important;
    background-position: center;
    margin: unset !important;
    padding: 5px;
    background: #000000;
    color: #fff ! IMPORTANT;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    margin-right: 5px !important;
}*/

.filter-actions button {
    font-size: 20px;
}

.content-filter {
    position: relative; /* fondamentale per posizionare l'overlay */
}

.filters-loader-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 9;
}

.filters-loader-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

/* Spinner semplice */
.filters-spinner {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #000000;
    animation: filters-spinner-rotate 0.8s linear infinite;
}

@keyframes filters-spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}

.archive-loader-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.75);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    transition: opacity 0.3s;
}

.archive-loader-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-loader-ball {
    background-color: transparent;
    border: 4px solid #000000;
    opacity: 0.9;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: archive-spin-clockwise 2s infinite linear;
}

.archive-loader-ball1 {
    background-color: transparent;
    border: 3px solid #84858863;
    opacity: 0.9;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-radius: 100%;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    animation: archive-spin-counterclockwise 2.5s infinite linear;
}

@keyframes archive-spin-clockwise {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

@keyframes archive-spin-counterclockwise {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(-360deg);}
}

.content-filter .widget_layered_nav_filters li {
    font-size: 14px;
}

.content-filter .widget_layered_nav_filters li a {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-family: 'Brilliant-Cut-Pro';
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    color: #000 !important;
}

.content-filter .widget_layered_nav_filters h2 {
    display: flex;
    align-items: center;
    padding: 7px 20px !important;
}

.content-filter .widget_layered_nav_filters ul {
    display: block !important;
}

.content-filter div#text-8 {
    margin-top: 30px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 17px;
}

nav.woocommerce-pagination {
    display: none;
}

div#load-more-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
}

.xframe-widget-sidebar a.is-selected::before,
.chosen a.is-selected::before {
    content: "✕ ";
    font-weight: bold;
}


/*@media screen and (min-width: 1200px) {
    .xfrm-loop-single-thumbnail.next-thumb img, .xfrm-loop-single-thumbnail.main-thumb img {
        max-height: 300px;
        object-fit: contain;
    }
}*/

@media screen and (max-width:1250px){
    .filter-inner {
        width: 70vw;
    }
}

@media screen and (max-width: 767px) {
    .filter-inner {
        width: 90vw;
    }
}

@media screen and (max-width: 580px) {
    .filter-inner {
        width: 100vw;
    }

    .large-column {
        width: 100%;
    }

    .eplay-filter .collapsable-box .content ul li {
        width: calc(50% - 10px) !important;
    }

    .xframe-widget-sidebar.widget.collapsable-box ul li a {
        width: 100% !important;
    }
}



.eplay-filter .collapsable-box.collapsed .title-box>h2 span::after,
.eplay-filter-mobile-catalog .collapsable-box.collapsed .title-box>h2 span::after {
    transform: rotate(90deg);
}

.eplay-filter .collapsable-box .title-box>h2 span::before,
.eplay-filter .collapsable-box .title-box>h2 span::after,
.eplay-filter-mobile-catalog .collapsable-box .title-box>h2 span::before,
.eplay-filter-mobile-catalog .collapsable-box .title-box>h2 span::after {
    content: "" !important;
    position: absolute !important;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #000000;
    background-color: #000000 !important;
    transition: transform .2s ease, opacity .2s ease;
    padding: unset !important;
}

.eplay-filter h2.widget-title, .eplay-filter-mobile-catalog h2.widget-title {
    justify-content: space-between;
    font-weight: 600 !important;
    padding: 7px 0px !important;
    margin: 7px auto !important;
    max-width: 80%;
    margin-left: unset !important;
    font-family: 'Brilliant-Cut-Pro';
}

.eplay-filter .collapsable-box .title-box>h2 span,
.eplay-filter-mobile-catalog .collapsable-box .title-box>h2 span {
    position: relative !important;
    width: 14px;
    height: 14px;
}

.xframe-widget-sidebar .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: unset !important;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px 0px;
}

.xframe-widget-sidebar .content li {
    margin: 0;
    display: flex;
    /* importante */
}

.xframe-widget-sidebar .content a {
    display: flex !important;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 6px 6px !important;
    transition: background 0.18s ease, color 0.18s ease, transform 0.08s ease;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-family: 'Brilliant-Cut-Pro';
}

.xframe-widget-sidebar .content a span.filter-term {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    line-height: normal;
}

.eplay-filter span.count,
.eplay-filter-mobile-catalog span.count {
    color: #000000;
    font-weight: 500;
}

.xframe-widget-sidebar .content a::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #000000;
    box-sizing: border-box;
    flex-shrink: 0;
    background: #fff;
    display: inline-block;
    position: relative;
}

.xframe-widget-sidebar .content li.chosen>a::before,
.xframe-widget-sidebar .content a.is-selected::before {
    background: #000000;
    border-color: #000000;
    content: "✓";
    font-size: 10px !important;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.eplay-filter .content ul::before,
.eplay-filter-mobile-catalog .content ul::before {
    content: unset !important;
}

.filter-actions {
    padding: 10px 0;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgb(0 0 0);
    position: relative;
}

.filter-actions button.btn-apply-filters,
.filter-actions button.btn-reset-filters {
    font-size: 12px !important;
    color: #000000 !important;
    background: whitesmoke;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    transition: all .4s ease-out !important;
    -webkit-transition: all .4s ease-out !important;
    -ms-transition: all .4s ease-out !important;
    padding: 13px 14px;
    margin: 0 20px;
    border: 1px solid #000000;
    border-radius: 50px;
}

.filter-actions button.btn-apply-filters {
    background: #000000;
    color: #fff !important;
}

.filter-actions button.btn-apply-filters span.filters-counter {
    color: #fff;
}

.filter-actions button:hover {
    background: #fe6f61;
}

.filter-actions button.btn-reset-filters:hover {
    color: #fff !important;
}

span.filters-counter {
    font-weight: 600;
}

.filter-allways-visible {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Contenitore dell'icona */
.filter-icon {
    width: 20px;
    height: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* Le tre linee */
.filter-icon::before,
.filter-icon::after,
.filter-icon span {
    content: "";
    display: block;
    height: 2px;
    background: #000000;
    border-radius: 20px;
}

/* Linee con dimensioni diverse */
.filter-icon::before {
    width: 20px;
}

.filter-icon span {
    width: 14px;
}

.filter-icon::after {
    width: 9px;
}

.xfrm-mobile-filter-catalog {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    z-index: 9999;
    display: none;
    border-radius: 999px;
    padding: 10px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 6px;
    display: none !important;
}

.xfrm-mobile-filter-catalog i {
    font-size: 16px;
}

div#xfrmFiltersSheet {
    z-index: 999999;
}

.icon-filter-mobile {
    stroke-width: 1.5px;
    width: 20px !important;
    height: 20px !important;
}

.icon-filter-mobile,
.icon-filter-mobile path {
    fill: #fff;
    stroke: #fff;
}

button.xfrm-mobile-filter-catalog {
    background-color: #000000;
    border-color: #000000;
    padding: 10px 20px;
    border-radius: 50px !important;
}

button.xfrm-mobile-filter-catalog span {
    color: #fff;
    font-weight: 500;
}

button.xfrm-mobile-filter-catalog:hover,
button.xfrm-mobile-filter-catalog:active,
button.xfrm-mobile-filter-catalog:focus {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.sheet-body {
    height: 70vh;
    height: 70dvh;
    overflow-y: hidden !important;
    padding: unset !important;
}

h5.sheet-title {
    font-weight: 500;
    color: #000000;
    font-size: 15px;
}

div#xfrmFiltersSheet button.btn-close {
    background: transparent;
    border: unset;
    font-size: 17px;
}

div#load-more-wrapper button#load-more-btn {
    background: #fff;
    border: 1px solid #000000;
    cursor: pointer;
    color: #000000;
    padding: 10px 30px;
    transition: all .4s ease-out !important;
    -webkit-transition: all .4s ease-out !important;
    -ms-transition: all .4s ease-out !important;
}

div#load-more-wrapper button#load-more-btn:hover {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

@media (max-width: 1024px) {
    .xfrm-mobile-filter-catalog {
        display: inline-flex !important;
    }

    .first-column-header-loop {
        display: none !important;
    }

    .content-filter.content-filter-sheet .collapsable-box {
        width: 100%;
    }

    .filter-actions {
        position: relative;
        margin-bottom: unset;
        margin-top: unset;
        height: 15%;
    }

    .eplay-filter-mobile-catalog h2.widget-title {
        margin: 7px 15px !important;
    }

    .eplay-filter-mobile-catalog .collapsable-box .content {
        margin: 7px 15px !important;
        width: calc(100% - 30px);
    }

    .content-filter {
        height: calc(85% - 10px);
        margin-top: 10px;
    }

    .collapsable-box .title-box>h2 {
        font-size: 12px !important;
    }

    .collapsable-box {
        margin-bottom: 0px !important;
    }

    .xframe-widget-sidebar .content ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0px;
    }
}

@media (min-width: 1025px) {
    .xfrm-mobile-filter-catalog {
        display: none !important;
    }

    div#xfrmFiltersSheet {
        display: none;
    }
}

.xfrm-availabilities {
    padding-top: 25px;
    line-height: 1.5;
    font-family: 'Brilliant-Cut-Pro';
    font-size: 12px;
}

.xfrm-single-boutique a {
    color: #000;
    font-weight: 600 !important;
    text-decoration: none;
}

.xframe-widget-sidebar a.xfrm-zero-count {
    opacity: 0.4;
    pointer-events: auto;
}

ul.xfrm-sorting-list a::before {
    content: unset;
}

ul.xfrm-sorting-list li a {
    color: #000000 !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.inner-divider-filter {
    height: 1px;
    background: #000000;
    margin: auto;
}

.inner-divider-filter.top-divider {
    margin-bottom: 40px;
    margin-top: 5px;
}

.inner-divider-filter.bottom-divider {
    margin-top: 40px;
}

.content-filter .xframe-widget-sidebar {
    max-width: 80%;
    margin: auto;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .3em !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #C7C7C7 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #000 !important;
}

.price_slider_wrapper .price_label {
    text-align: left;
    font-family: 'Brilliant-Cut-Pro';
    font-size: 12px;
}

.content-filter .widget_price_filter .content {
    max-width: 65%;
}

.js-active-filters-list{
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.js-active-filters-list > li{
  margin: 0;
  padding: 0;
}

.js-active-filters-list > li.chosen > a {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    padding: 10px 15px;
    border: 1px solid #e7e2db;
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.js-active-filters-list > li.chosen > a:hover{
  border-color: #d7cfc6;
  background: #fbfaf8;
}

.js-active-filters-list > li.chosen > a:focus-visible{
  outline: 2px solid #111;
  outline-offset: 2px;
}

.js-active-filters-list > li.chosen > a:hover::before{
  filter: brightness(0.95);
}

.woocommerce .widget_layered_nav_filters ul li {
    margin: 0 5px 5px 0;
    padding: unset !important;
}

button.btn-reset-filters.xfrm-reset-inline {
    font-family: 'Brilliant-Cut-Pro';
    background: #fff;
    border: unset;
    outline: unset;
    padding: 5px 20px;
    font-size: 12px;
    cursor: pointer;
}

/* WRAPPER */
.ewcs-price-filter-custom .ewcs-price-wrap{
  padding-top: 4px;
}

/* NASCONDO I BOX NUMERICI (min/max) per look minimal */
.ewcs-price-filter-custom .ewcs-price-row{
  display:none;
}

/* RANGE AREA */
.ewcs-price-filter-custom .ewcs-range{
  position: relative;
  padding: 6px 0 10px;
}

/* linea grigia dietro */
.ewcs-price-filter-custom .ewcs-range-track{
  position:absolute;
  left:0; right:0;
  top:50%;
  transform:translateY(-50%);
  height:6px;
  border-radius:999px;
  background:#cfcfcf;
  z-index:1;
}

/* disattivo la fill (nello screenshot non si vede) */
.ewcs-price-filter-custom .ewcs-range-fill{
  display:none;
}

/* i due range sovrapposti */
.ewcs-price-filter-custom .ewcs-range input[type="range"]{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  margin:0;
  background:transparent;
  position:relative;
  z-index:2;
  height:28px; /* area click più comoda */
}

/* TRACK (WebKit) */
.ewcs-price-filter-custom .ewcs-range input[type="range"]::-webkit-slider-runnable-track{
  height:6px;
  background:transparent; /* la linea la fa .ewcs-range-track */
  border:none;
}

/* THUMB (WebKit) */
.ewcs-price-filter-custom .ewcs-range input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none;
  appearance:none;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#000;
  border:none;
  margin-top:-7px; /* centra sul track da 6px */
  cursor:pointer;
}

/* TRACK (Firefox) */
.ewcs-price-filter-custom .ewcs-range input[type="range"]::-moz-range-track{
  height:6px;
  background:transparent;
  border:none;
}
.ewcs-price-filter-custom .ewcs-range input[type="range"]::-moz-range-thumb{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#000;
  border:none;
  cursor:pointer;
}

/* Label sotto: "Prezzo: 0 — 1" */
.ewcs-price-filter-custom .ewcs-price-live{
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
}
.ewcs-price-filter-custom .ewcs-price-live strong{
  font-weight: 400; /* nello screenshot sembra regular */
}

/* Stato disabilitato (min==max o 1 prodotto) */
.ewcs-price-filter-custom .content.is-disabled{
  opacity:.45;
  pointer-events:none;
}

/* FINE FILTRI */




@media screen and (max-width:1275px){
    .xfrm-product.products {
        width: calc(1000px - 80px);
    }
}

@media screen and (max-width:1150px){
    .single-product.woocommerce .main-product {
        max-width: 100%;
    }

    .xfrm-custom-breadcrumb {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width:1024px){
    .xfrm-product.products {
        width: calc(100% - 80px);
    }

    .xfrm-loop-single-thumbnail.main-thumb, .xfrm-loop-single-thumbnail.main-thumb{
        min-height: auto;
    }
}

@media screen and (max-width:750px){
    .xfrm-product-loop {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (max-width:650px){
    span.discover-btn{
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width:550px){
    .xfrm-product.products {
        width: 100%;
        padding: 20px !important;
    }
}