.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;
}

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: #B5AB92 !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: 5px !important;
    display: block;
    background: #fff;
    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: calc(25% - 10px) !important;
    width: calc(25% - 10px) !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;
    margin: auto;
    vertical-align: bottom;
    display: inline-block;
    width: calc(100% - 30px);
    padding: 15px;
}

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: 90%;
    margin: 5px auto !important;
    text-align: left;
    margin-left: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    margin-top: unset !important;
    line-height: 20px;
}

.xfrm-product.products {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin: auto !important;
    margin-top: 0px !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: white;
    z-index: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.eplay-header-loop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin: auto;
    position: sticky;
    background: #fff;
    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: 100%;
    margin: auto;
    padding: 7px 20px !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: 30px 0 !important;
}

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: #B5AB92 !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;
}

ul#sidebar.inner-filter-new .collapsable-box .content {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    height: 70px;
    overflow-x: auto;
    background: #EDECE7;
    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: #B5AB92;
    width: auto;
    justify-content: center;
    margin: 0 30px !important;
    display: flex;
    border: unset;
    border-radius: 0;
    font-size: 14px;
    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: #2B4568;
    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;
}

.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-product-loop li.product.four-column-display {
        max-width: calc(33.33% - 10px) !important;
        width: calc(33.33% - 10px) !important;
    }

    /*.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:750px){
    .xfrm-product-loop li.product.four-column-display {
        max-width: calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
    }
}

@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: #B5AB92;
    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-primary);
    text-transform: uppercase;
    font-size: 12px;
}



.xframe-extra-action-title .material-symbols-outlined {
    position: absolute;
    left: 0;
    font-size: 16px;
    background: var(--ecreative-second-color);
    border-radius: 20px;
    margin-right: 5px;
    color: white;
    padding: 5px;
    position: absolute;
    left: 0;
}

.extra-item-toggler {
    position: absolute;
    z-index: 10;
    left: 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: var(--ecreative-black);
    font-family: var(--ecreative-font-secondary);
}

.woocommerce-loop-product__title .amount, .price .amount {
    padding-left: 0px !important;
}

.xfrm-loop-button {
    padding: 0 10px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.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-second-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-first-color);
}

.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;
    padding: 0 10px;
    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;
}

.xframe-widget-sidebar-active-filter h2 {
    font-size: 12px !important;
    letter-spacing: 1px;
    color: #9DA18E !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;
}



.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: #2B4568 !important;
   
}


.collapsable-box:not(.collapsed) .title-box > h2 {
    color: #2B4568 !important;
}

li.wc-layered-nav-term.chosen a {
    /* background: #a66658 !important; */
    color: #2B4568 !important;
}

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: 12px;
    color: #2B4568;
    font-family: var(--ecreative-font-primary) !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-primary) !important;
    color: var(--ecreative-first-color);
}

.xfrm-filters-inner .collapsable-box {
    margin-bottom: unset;
    position: inherit !important;
    width: auto !important;
    font-size: 20px;
}