.xfrm-product.products {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
    width: 90%;
    margin: auto !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-inner.no-item {
    max-width: 1160px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xfrm-commerce-banner-text {
    text-align: center;
    margin-top: 30px;
}

.xfrm-commerce-banner-image.no-item img {
    max-width: 500px;
}

.xfrm-product-loop li.product {
    margin: 15px !important;
    border-radius: 40px 0px 40px 0px !important;
    box-shadow: 1px 2px 8px #cbcbcb !important;
    display: block !important;
}

.xfrm-product-loop li.product.four-column-display {
    max-width: calc(25% - 30px) !important;
    width: calc(25% - 30px) !important;
}

.xfrm-product-loop .product.three-column-display {
    max-width: calc(33.33% - 30px) !important;
    width: calc(33.33% - 30px) !important;
}

.xfrm-product-loop {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    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%;
}

.xfrm-loop-single-thumbnail.main-thumb {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.xfrm-loop-single-thumbnail.main-thumb img {
    width: auto !important;
    height: 80% !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: 2;
    border-radius: 40px 0px 40px 0px !important;
}


.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.2s;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px;
    padding-bottom: 0;
    text-align: center;
    margin: auto;
    max-width: 60%;
    vertical-align: bottom;
    width: 100% !important;
    display: inline-block;
}

h2.product_title.entry-title.xframe-loop-product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: inherit;
    text-transform: uppercase;
    text-align: -webkit-auto;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    color: black;
    margin-bottom: 0;
}

.brand-loop-column {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    background: white !important;
    position: relative;
    z-index: 2;
}

.xfrm-product-brand-image {
    max-height: 69px;
    max-width: 400px;
    margin: auto;
}

.xframe-vat {
    display: none;
}

.xframe-price-item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 10px 0 !important;
}

.xframe-price-item .price {
    display: block;
    color: black !important;
    line-height: 1.3;
    font-weight: 700 !important;
    margin-bottom: 0.5em;
    font-size: .9em !important;
}

.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;
}

.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;
}

.inner-icon-filter {
    display: none;
}

.xfrm-filters-column {
    position: sticky;
    background: white;
    z-index: 9;
    transition: 0.3s linear;
    top: 80px;
    width: 100%;
}

.xfrm-filters-inner {
    height: inherit;
}

.new-row-filter {
    display: flex;
}

.archive .xfrm-filters-column #sidebar {
    padding-top: unset;
}
ul#sidebar.inner-filter-new {
    display: flex;
    width: 100%;
    overflow-y: unset;
    align-items: center;
    margin-right: unset ;
    margin-bottom: unset;
    padding: 0;
}

.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;
    cursor: pointer;
}

h2.widget-title {
    color: black !important;
    font-size: 13px !important;
    letter-spacing: inherit;
    font-weight: 500 !important;
    font-family: inherit;
}

.collapsable-box .title-box > h2 span {
    position: inherit !important;
    padding: unset !important;
}

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: 60px;
    overflow-x: auto;
    background: #F5F5F5;
    overflow-y: hidden;
    align-items: center;
    border-radius: 50px;
}

ul#sidebar.inner-filter-new ul {
    width: max-content;
    position: absolute;
    display: flex;
    left: 0;
    margin: unset;
}

.xfrm-filters-column-wrapper ul {
    margin-right: 15px !important;
    display: flex;
}

.xframe-widget-sidebar.widget.collapsable-box ul li, .xframe-widget-sidebar.widget.collapsable-box ol li {
    transition: .2s;
    min-width: 220px;
    margin: 0;
    color: #53558E;
    margin-bottom: 0px !important;
    border: 0 !important;
    padding: 2px !important;
}

.xframe-widget-sidebar.widget.collapsable-box ul li a {
    color: #fff !important;
    width: auto;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 10px !important;
    background-color: #5774a4;
    display: flex;
    border: 1px solid #5774a4;
    border-radius: 50px !important;
    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 {
    position: inherit !important;
    padding: 0 0 0 15px !important;
    font-family: dashicons;
    content: "\f347";
    background-color: transparent !important;
    color: #404040 !important;
}

.xframe-widget-sidebar.widget.collapsable-box ul li a:hover {
    color: black !important;
    background-color: transparent;
    border: 1px solid black;
    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: #B48E6A;
}

::-webkit-scrollbar-track {
    background-color: #B8B8BA;
}

.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;
}

@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;
    }
}

@media screen and (max-width:800px){
    .xfrm-commerce-banner-image.no-item img {
        max-width: 300px;
    }    
}