

/*.xfrm-discover-button {
    font-family: 'Thasadith' !important;
}*/

.xfrm-product-category {
    text-transform: uppercase;
    font-weight: 700;
}

.xframe-price-item {
    margin: 5px 0px !important;
}

.xframe-buttons-wrapper {
    width: 100%;
    display: flex;
}





.xfrm-discover-button {
    width: 100%;
    /*height: 37px;*/
    line-height: 37px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    /*padding: 0 10px;*/
    border: 0;
}

button[disabled], html input[disabled] {
    opacity: 0.4;
}


/*p.woocommerce-result-count {
    display: none !important;
}*/








section.related.products h2 {
    font-weight: 500;
    margin-bottom: 50px !important;
    color: #1D1D1B;
}

.brands-container .brands img {
    outline: 1px solid #b0a474 !important;
}

.xfrm-ptt-brand {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    font-size: 15px;
    line-height: 1;
    font-family: 'Alegreya-Medium';
}

.xfrm-product-hidden-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    /* opacity: 0; */
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    /* visibility: hidden; */
    transition: all cubic-bezier(0.55, 0.09, 0.68, 0.53) .5s;
}

.xfrm-product-hidden-wrapper.active {
    transform: translateY(0);
    transition: ease-in .5s;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}

.xfrm-product-hidden-wrapper.active {
    transform: translateY(0);
    transition: ease-in .5s;
}

.xfrm-product-hidden-wrapper form{
    margin: auto;
    max-width: 1000px;
    margin: auto;
    margin-top: 210px;
}

.xfrm-product-hidden-close {
    position: sticky;
    top: 15px;
    color: #fff;
    background-color: #BB9F9C;
    border-color: #BB9F9C;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    max-width: 45px !important;
    max-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    left: calc(100% - 77px);
    font-family: monospace !important;
    font-size: 30px;
    line-height: 45px;
    transition: 0.3s linear;
}

.xfrm-product-hidden-close:hover{
    background-color: #E2D6D6;
    border-color: #E2D6D6;
}

.xfrm-product-hidden-close > i{
    transform: rotateX(0deg);
    font-size: 22px;
    line-height: 22px;
    transition: 0.5s linear;
}



.xfrm-product-hidden-wrapper.active {
    /*max-height: calc(100% - 140px);*/
    padding-bottom: 100px;
    height: 100%;
}

.xfrm-product-hidden-wrapper form{
    margin-bottom: 170px;
    margin-top: 20px !important;
    flex-direction: column;
}



.xfrm-product-hidden-wrapper .mkdf-st-inner{
    text-align: center;
}






/*To migrate in product cssw*/


.woocommerce div.product div.images img.zoomImg {
    width: auto !important;
    background: #f6f6f6;
    max-height: 1480px !important;
    min-height: 1000px;
}

.popup_product_details.show .single-clm.right {
    margin-bottom: 60px;
}
 



@media screen and (max-width: 1400px){


    .xfrm-price-element.xfrm-price {
        font-size: 20px;
    }

    /*.xfrn-product-button.single-request-info.full button, .xfrn-product-button.full {
        max-height: 50px;
        font-size: 13px !important;
    }*/

    /*.xfrn-product-button {
        height: 70px !important;
        margin-left: 0 !important;
        padding: 0px 80px;
    }*/
    
}


a.ajax_add_to_cart.button.product_type_simple, a.ajax_add_to_cart.button.product_type_variable {
    padding: unset;
}



/*.additional-description-div{
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    -webkit-line-clamp: 3;
    max-width: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}*/





.xfrm-contact-information-ams .ecs-wrapper{
    background: #ffffff;
}

.xfrm-contact-information-ams .ecs-inner{
    justify-content: flex-start;
    max-width: 100%;
    padding: 20px 0 30px 0;
}

.xfrm-contact-information-ams .ecs-icon-circle{
    max-width: 5vw;
    max-height: 5vw;
    min-width: 5vw;
    min-height: 5vw;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 15px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 8px 15px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 15px -8px rgb(0 0 0 / 75%);
}

.xfrm-contact-information-ams .ecs-icon-circle{
    margin-left: unset;
    margin-right: 20px;
}

.archive button.slick-prev.clients-left-arrow.slick-arrow img, .archive button.slick-next.clients-right-arrow.slick-arrow img{
    max-width: 100%;
    height: auto;
}

.xfrm-lpz-block-text {
    position: relative;
    padding-top: 50px;
}

.xfrm-lpz-inner {
    width: 39%;
    margin: auto;
    text-align: center;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.xfrm-lpz-inner img{
    max-width: 25% !important;
}

.xfrm-lpz-text {
    margin: auto;
    padding: 30px 0;
    width: 85%;
}

/*body.archive.woocommerce, body.archive.woocommerce .content{
    overflow: unset !important;
}*/

/*.xframe-buttons-wrapper.no-conatact a#yourOffer button{
    width: 80%;
    display: block;
    margin-bottom: -4.5%;
}*/



.additional-field.col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/*.check-box {
    padding: 10px 0;
    font-size: 15px !important;
}*/

.additional-field.col-md-12 span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
    padding: unset;
    border: unset;
}

.check-box span.wpcf7-list-item.first.last, .check-box input[type="checkbox"] {
    margin: unset;
}

.contact-shop .wpcf7-form-control:not(.wpcf7-submit){
    margin-bottom: unset;
    border-radius: unset !important;
}

.contact-shop input.wpcf7-form-control.wpcf7-submit.btn-accent{
    margin: auto;
    background-color: #dd3c34 !important;
    border-color: #dd3c34 !important;
    transition: 0.3s linear;
}

.contact-shop input.wpcf7-form-control.wpcf7-submit.btn-accent:hover{
    background-color: transparent !important;
    border-color: #000000 !important;
    color: #000000;
}



/*.xfrm-product-hidden-wrapper.active{
    background: rgb(247, 247, 247);
}*/

div.wpcf7-response-output{
    bottom: 0;
}

.wpcf7-response-output {
    bottom: 0 !important;
    border-color: #dd3c34 !important;
}

span.wpcf7-not-valid-tip {
    color: #dd3c34 !important;
    font-size: 13px !important;
}

.img-archive-product.store-176{
    background-position: center !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    text-align: center;
    margin: 20vh 0;
}

.top-sticky, .admin-bar .top-sticky, .header-top-bar+.header-navigation-menu.top-sticky {
    margin-top: 0;
    position: fixed;
    /*z-index: 999999;*/
}

.xfrm-product-bar-configure {
    height: 40px;
    font-size: 13px !important;
    display: flex;
    background: #F5DF32 !important;
    border: 1px solid #F5DF32 !important;
    border-radius: 50px;
    transition: 0.3s linear;
    padding: 11px 30px;
    align-items: center;
}

.xfrm-product-bar-configure span{
    color: #101010 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    transition: 0.3s linear;
    text-transform: uppercase;
    line-height: 2;
}

.xfrm-product-bar-configure:hover {
    background: transparent;
    background: #989a9e !important;
    border: 1px solid #989a9e !important;
}

.xfrm-product-bar-configure:hover span{
    color: #fff !important;
}



.xfrm-product-bar-add-to-cart{
    display: flex;
    transition: 0.3s linear;
    margin-right: 25px;
}

.xfrm-product-top-bar-inner .xfrm-product-bar-add-to-cart:hover button{
    border: 1px solid #B3B3B3 !important;
    color: #B3B3B3 !important;
    background: transparent !important;
}

.xfrm-product-top-bar-inner .xfrm-product-bar-add-to-cart button {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: unset !important;
    height: auto !important;
    background: #49604F !important;
    border: 1px solid #49604F !important;
    border-radius: 100px;
    width: 140px !important;
    letter-spacing: 2px !important;
    height: 40px !important;
}

.xfrm-product-bar-add-to-cart a.added_to_cart.wc-forward{
    display: flex !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    align-items: center;
    padding: 0.618em 1em;
    margin-left: unset;
    transition: 0.3s linear;
    text-transform: uppercase;
}

.xfrm-product-top-bar-inner .xfrm-product-bar-add-to-cart:hover a.added_to_cart.wc-forward{
    color: #499985 !important;
}



.xfrm-product-bar-add-to-cart button.single_add_to_cart_button.ajax_add_to_cart.button.added{
    display: none !important;
}

.xoo-wsc-container {
    padding-top: 37px;
}

li.wc-layered-nav-term.active {
    background: #dd3c34;
    color: #fff !important;
    /*padding: 9px !important;*/
    transition: .2s;
}

.woocommerce .widget_layered_nav ul li::before{
    display: none !important;
}

/*.collapsable-box .content ul {
    background: white;
}*/

.xfrm-product-hidden-inner form.wpcf7-form.invalid{
    flex-direction: column;
}

.xfrm-product-hidden-inner .wpcf7-response-output{
    position: relative;
    text-align: center;
    width: 100%;
    margin: unset !important;
    padding: 5px 0 !important;
}

.xfrm-product-hidden-inner span.wpcf7-not-valid-tip {
    color: #dd3c34 !important;
    font-size: 14px !important;
}

.xfrm-product-hidden-inner textarea{
    max-width: 100%;
    max-height: 150px;
}

.agni-woocommerce-sidebar-toggle{
    display: none !important;
}

.agni-woocommerce-before-shop-loop nav.woocommerce-pagination{
    display: none !important;
}

.br_new_compare_block_wrap {
    width: 90%;
    margin: auto;
    margin-bottom: 300px;
}

.br_new_compare_block_wrap span.woocommerce-Price-currencySymbol {
    color: black !important;
}

.title-par.compare {
    text-align: center;
    margin-bottom: 40px;
}

.br_new_compare_block_wrap .br_top_table .title-inner-eplay{
    padding-top: 35px !important;
}

.empty-compare-products{
	display: block;
	padding-top: 40px;
    font-family: PlayfairDisplay;
    font-style: italic;
}

.eplay-button-page-compare{
	display: block;
    margin-bottom: 290px;
    margin-top: 40px;
}

.eplay-button-page-compare a{
	display: contents;
}

.page-id-5418 h1{
    font-style: initial !important;
}

button.single_add_to_cart_button.button.alt.xfrn-product-button.half.added {
    display: none;
}

.eplay-button-page-compare .button-page-compare {
    background-color: #dd3c34;
    width: fit-content;
	padding: 12px 20px;
    transition: 0.2s linear;
    text-align: center;
    margin: auto;
}

.eplay-button-page-compare .button-page-compare span{
    color: #fff;
}

.compara-button-single-product {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.button-compare-single-product .br_compare_button {
    transform: unset !important;
    width: fit-content !important;
    background: unset !important;
    padding: 0 15px !important;
}







.ecs-icon-column.information-animate svg {

    /* Animation Name */
    animation-name: information-animation;

    /* Animation Duration */
    animation-duration: 1s;

    /* Animation Play State */
    animation-play-state: running;

    /* Animation repeat times*/
    animation-iteration-count: 1;
}

@keyframes information-animation {
    0% {
        transform: scale(1) rotate(-1.5deg);
    }

    25% {
        transform: scale(1.1) rotate(0deg);
    }

    50% {
        transform: scale(1.2) rotate(-3deg);
    }

    75% {
        transform: scale(1.1) rotate(-1.5deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.inner-title-compare a.add_to_cart_button.button.br_compare_button{
    padding: unset;
    margin-top: unset !important;
    transform: unset;
}


/*button.flickity-button.previous {
    right: 300px;
}

button.flickity-button.next {
    right: 220px;
}*/

.br_new_compare_block_wrap .br_new_compare_block th, .br_new_compare_block_wrap .br_new_compare_block table{
    border: unset !important;
    border-collapse: unset !important;
}    

.br_new_compare_block_wrap .br_new_compare_block td{
    border: unset !important;
    border-bottom: 2px solid #f6f6f6 !important;
}

.br_new_compare_block_wrap table.br_left_table tbody td{
    border: unset !important;
}

.br_new_compare_block_wrap div.br_new_compare .br_right_table tr td{
    width: 80% !important;
    min-width: 80% !important;
    max-width: 80% !important;
}

.page-id-5418 .popup_product_details.show{
    margin-top: 40px;
}

.xfrm-product-bar-configure.mobile-configure{
    display: none;
}

/*.xframe-buttons-wrapper.on-quotation.no-conatact a#yourOffer button {
    margin-bottom: 0;
}*/

.woocommerce-variation-description p {
    font-size: 1rem;
    font-weight: 100 !important;
    color: #333333;
    letter-spacing: 1;
    font-family: "Questrial" !important;
    font-family: "Questrial", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "ss04";
}

li.variable-item.button-variable-item {
    background: #f6f6f6;
    outline: unset !important;
    border: unset;
}

li.variable-item.image-variable-item {
    padding: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 22px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: 0px 8px 15px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 8px 15px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 15px -8px rgb(0 0 0 / 75%) !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {

}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: unset !important; 

}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 2px;
    padding: 27px !important;
    line-height: normal;
}

html .woo-variation-items-wrapper .image-variable-wrapper li.variable-item.image-variable-item {
    padding: unset !important;
}



.woocommerce-variation-description ul li {
    font-size: 20px;
    margin: 20px 0;
}

.xfrm-adh-sd-additional-links .overlay-header-menu:nth-child(2), .xfrm-adh-sd-additional-links .overlay-header-menu:nth-child(3), .xfrm-adh-sd-additional-links .overlay-header-menu:nth-child(4){
    cursor: no-drop;
}

.xfrm-adh-sd-additional-links .overlay-header-menu:nth-child(2) a, .xfrm-adh-sd-additional-links .overlay-header-menu:nth-child(3) a, .xfrm-adh-sd-additional-links .overlay-header-menu:nth-child(4) a{
    pointer-events: none;
}

/*.single-product .xfrm-product-top-bar-inner{
    padding: 0 30px;
}*/

.ewcs-product-navigation.ewcs-sticky-cirlce{
    z-index: 9;
    height: 0;
}

.xfrm-product-specifications {
    margin-bottom: -210px;
    width: 100%;
}

.inner-new-amisano-second-row {
    display: flex;
    align-items: center;
}

/*td.value.woo-variation-items-wrapper ul li{
    width: 30px;
    height: 30px;
}*/

span.variable-item-span.variable-item-span-no-image {
    border: 1px solid #eaeaea;
    padding: 0 10px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    position: relative;
    z-index: 999;
    background: white;
}

.summary.entry-summary h4.single_variation {
    display: flex;
    flex-direction: column-reverse;
}

button.xfrn-product-button.full.custom-contact {
    max-height: 50px;
    width: 80% !important;
    margin: unset !important;
    font-size: 13px !important;
    background-color: #dd3c34 !important;
    border-color: #dd3c34 !important;
    color: #fff !important;
    font-weight: 100;
    text-transform: uppercase;
}

button.xfrn-product-button.full.custom-contact:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.inner-field-contact-shop{
    display: flex;
    flex-wrap: wrap;
}

.contact-shop span.wpcf7-form-control-wrap.your-Accessories span input{
    margin: unset;
    margin-right: 5px;
    height: auto;
}

.contact-shop span.wpcf7-form-control-wrap.your-Accessories .wpcf7-form-control{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
    padding-left: unset;
    /*height: 40px;*/
}

.contact-shop span.wpcf7-form-control-wrap.your-Accessories .wpcf7-form-control span{
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact-shop span.wpcf7-form-control-wrap.your-Accessories .wpcf7-form-control span label{
    display: flex;
    align-items: center;
}

.contact-shop{
    display: flex;
    flex-wrap: wrap;
}

.contact-shop .inner-field-contact-shop input, .contact-shop .inner-field-contact-shop select{
    border: 1px solid #000 !important;
    padding: 5px 10px !important;
    background-color: #fff !important;
    height: 40px;
}

.contact-shop input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 40px;
}

.set-opacity-input{
    opacity: 0.5;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}

.contact-shop .col-md-6 br, .contact-shop .col-md-12 br{
    display: none;
}

button.single_add_to_cart_button.ajax_add_to_cart.button.mobile-add-to-cart {
    display: none;
}

.xfrm-filters-inner div#custom_html-4 {
    display: none;
}

.single-product button.single_add_to_cart_button.button.alt.xfrn-product-button.half.added {
    display: none;
}

.br_compare_popup_block .title-inner-eplay h3{
    font-size: 25px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*.tinv-wishlist .product-action {
    width: 25% !important;
}*/

button.xfrm-update-cart.button[disabled]{
    opacity: 0.5;
    pointer-events: none;
}

button.xfrn-product-button.full.custom-contact.disabled {
    opacity: 0.5;
}

button.button.tinvwl_button_view.tinvwl-btn-onclick, button.button.tinvwl_button_close{
    transition: 0.3s linear;
    font-weight: 100;
    padding: 13px 25px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

button.button.tinvwl_button_view.tinvwl-btn-onclick{
    background: #9B9289 !important;
    border: 1px solid #9B9289 !important;
    color: #fff !important;
}

button.button.tinvwl_button_view.tinvwl-btn-onclick:hover{
    background: #fff !important;
    border: 1px solid #5d5955 !important;
    color: #5d5955 !important;
}

button.button.tinvwl_button_close{
    background-color: #5D5955 !important;
    color: #fff !important;
    border: 1px solid #5D5955 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

button.button.tinvwl_button_close:hover{
    background-color: #fff !important;
    color: #5D5955 !important;
    border: 1px solid #5D5955 !important;
    opacity: unset !important;
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key::before, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times::before{
    top: unset !important;
}

.tinvwl_add_to_wishlist_button span.tinvwl_add_to_wishlist-text, .tinvwl_add_to_wishlist_button span.tinvwl_remove_from_wishlist-text{
    font-size: 13px;
    margin-right: 10px;
}

.single-clm.right .tinvwl_add_to_wishlist_button{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    overflow: hidden;
    transition: 0.3s linear;
}

.single-clm.right .tinvwl_add_to_wishlist_button:hover{
    color: #ddafac;
}

.woocommerce-order {
    margin-bottom: 290px !important;
}


.xfrm-last-arrivals-product-inner {
    margin: auto;
    outline: unset;
}

.gallery-single-prod.swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*-webkit-justify-content: center;
    justify-content: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}




.inner-bottom-content-loop span.vc_sep_holder.vc_sep_holder_l{
    padding-bottom: 10px;
}

.inner-bottom-content-loop .inner-row-carousel-loop{
    padding: 50px 0;
}

.inner-bottom-content-loop .inner-row-carousel-loop .vc_column-inner{
    width: 75%;
    margin: auto;
}

.inner-bottom-content-loop .inner-row-carousel-loop .ult-carousel-wrapper {
    padding: unset;
    margin: unset;
}

table#configurable tr{
    display: flex;
    align-items: center;
    border: 1px solid #989A9E !important;
    background: transparent !important;
    width: 100% !important;
    margin: 10px 0;
}

table#configurable tr:nth-child(1){
    margin-top: unset !important;
}

a.reset_variations {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -25px;
    left: -10px;
    text-align: inherit;
    font-size: 15px;
    left: 0;
}

table#configurable .select2-container .select2-selection--single .select2-selection__rendered {
    overflow: inherit;
    text-overflow: inherit;
    white-space: nowrap;
    line-height: inherit !important;
    padding: 0 15px !important;
}

table#configurable td.label{
    color: #101010 !important;
    display: block !important;
    padding-left: 15px;
}

table#configurable td.label label{
    font-size: 16px;
    font-weight: 400;
    color: #101010;
}

table#configurable td {
    border: unset !important;
    padding: unset;
}

table#configurable .select2-container--default .select2-selection--single{
    border: unset !important;
    display: flex;
    align-items: center;
    height: auto !important;
}

table#configurable .select2-container {
    width: 100% !important;
}

table#configurable .select2-container--default .select2-selection--single .select2-selection__arrow{
    position: relative !important;
    right: unset !important;
    top: unset;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-right: 15px;
}

table#configurable .select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: unset;
    margin-left: unset !important;
    margin-top: unset !important;
    top: unset !important;
    position: relative;
}

table#configurable.variations td.value span.button-reset-variation {
    line-height: normal;
    border-radius: 3px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #9B9289;
    transition: 0.3s linear;
    border-radius: 0;
    /*display: block !important;*/
}

table#configurable.variations select{
    background-color: transparent !important;
    background: transparent !important;
    border: unset !important;
    padding: 0 15px;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    width: 200px;
    line-height: 40px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 35px;
}

.single-product table#configurable.variations td.value span.select2{
    display: none !important;
}

table#configurable.variations td.value::before {
    content: "\f078";
    font-size: 14px;
    padding-right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    position: absolute;
}

table#configurable.variations td.value {
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
}

.grid-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 70% !important;
    flex-wrap: wrap;
    padding: 50px 5px;
}

.single-brand {
    /*width: 20%;*/
    display: inline-block;
    width: calc(16% - 10px);
    font-size: initial;
    height: 161px;
    background: #fff;
    margin: 5px;
    border: 2px solid #f5f5f5;
    transition: 0.3s linear;
}

.grid-brand .single-brand img{
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: relative;
    max-width: 80%;
    transition: 0.3s linear;
}

.grid-brand .single-brand a{
    width: 100%;
    height: 100%;
    display: block;
}

div#eplay-gallery-brand {
    padding: 40px 0;
}

.single-brand:hover{
    border: 2px solid #49604f;
}

.grid-brand .single-brand:hover img{
    max-width: 90%;
}



.single-product .xfrn-product-button {
    width: calc(350px - 10px) !important;
}

.single-product #yourOffer button{
    width: 340px !important;
}

/*.xfrm-commerce-banner{
    display: none !important;
}*/

/************* RESPONSIVE *************/

/*@media screen and (min-width:1600px){
    .xfrm-loop-thumbnail {
        min-height: 400px;
        max-height: 400px;
    }
}*/

@media screen and (max-width:1300px){
    .single-clm.right .xfrm-contact-information-ams .ecs-icon-circle{
        max-width: 5vw !important;
        max-height: 5vw !important;
        min-width: 5vw !important;
        min-height: 5vw !important;
    }
}

/*@media screen and (max-width:1500px){
    .img-archive-product {
        height: 700px !important;
    }
}*/

@media screen and (max-width:1150px){
    .xfrm-loop-button, li.product.four-column-display .xfrm-loop-button{
        width: 90%;
    }

    li.product.four-column-display .xfrm-availability.in-stock {
        width: calc(100% - 20px);
    }

    li.product.four-column-display .xfrm-availability.in-stock p{
        line-height: 1.5;
    }

    li.product.four-column-display .xframe-price-item.reserved-price .price{
        line-height: 1.5 !important;
    }

    li.product.four-column-display .controls{
        padding: 2px;
    }

    /*li.product.four-column-display .controls .et-icon-wrapper.icon-control-loop {
        width: 20px;
        height: 20px;
    }*/

    /*li.product.four-column-display .controls .icon-control-loop svg {
        width: 20px;
        height: 20px;
    }*/

    li.product.four-column-display .controls .tinvwl_add_to_wishlist_button{
        width: 20px;
        height: 20px;
    }

    li.product.four-column-display .controls .et-icon-wrapper.icon-compare-product svg {
        width: 20px;
        height: 20px;
    }

    .xfrm-filters-inner ul{
        padding: 0 0 0 15px;
    }

    .inner-mini-banner span.second-text{
        font-size: 20px;
    }

    .inner-mini-banner span.first-text{
        font-size: 13px;
    }

    .inner-title-wishlist {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.img-archive-product{
        height: 450px !important;
    }*/
}

@media screen and (max-width:992px){
    /*.xframe-buttons-wrapper.on-quotation.no-conatact a#backToShop button.xfrn-product-button.full{
        margin-top: 20px !important;
        width: 100% !important;
    }*/

    .footer-widget-row.eplay-footer-mobile {
        margin-top: 70px;
    }

    .xframe-buttons-wrapper.on-quotation.no-conatact a#yourOffer button{
        width: 70%;
        margin: auto;
        margin-left: unset;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
        margin: 4px 8px 4px 8px !important;
    }

    .woocommerce div.product form.cart .variations{
        display: flex;
        margin: auto;
        margin-bottom: 30px;
    }

    .new-amisano-title, .inner-quantity-eplay, .compara-button-single-product{
        justify-content: center;
    }

    button.xfrn-product-button.full.custom-contact{
        width: 70% !important;
        display: block;
        margin-left: unset !important;
    }

    /*a#backToShop button.xfrn-product-button.full{
        margin-top: 15px !important;
    }*/

    .xfrm-product-extra-information{
        margin: auto;
        margin-bottom: 30px;
    }

    .xfrm-contact-information-ams .ecs-inner{
        justify-content: flex-start;
    }

    div#contact-information .text-information-ams {
        text-align: initial;
    }

    .single-clm.right .xfrm-contact-information-ams .ecs-icon-circle{
        max-width: 7vw !important;
        min-width: 7vw !important;
        max-height: 7vw !important;
        min-height: 7vw !important;
        margin: 0 10px;
    }

    .inner-title-wishlist{
        padding-left: 10px;
    }

    .xfrm-loop-button, li.product.four-column-display .xfrm-loop-button {
        width: 99%;
    }

    /*.single-product .summary.entry-summary {
        width: 100% !important;
        text-align: center;
    }*/

    .woocommerce-variation-description{
        margin: 20px auto 50px auto;
    }

    .woocommerce-variation-description p{
        width: 100% !important;
    }

    /*.single-product button.single_add_to_cart_button.button.alt.xfrn-product-button.half{
        width: 42% !important;
        display: block;
    }*/

    .xfrm-product-brand.xfrm-product-brand-text {
        /*width: 80%;*/
        margin: auto;
        margin-bottom: 10px;
        /*text-align: initial;*/
    }

    /*.single-clm.right p.xfrm-price-element.xfrm-price {
        width: 80%;
        margin: auto;
        margin-top: 20px;
        text-align: initial;
    }*/

    .new-amisano-title {
        width: 80% !important;
        margin: auto;
        justify-content: flex-start;
    }

    /*.xframe-buttons-wrapper.on-quotation.no-conatact {
        width: 100%;
        margin: auto;
        flex-wrap: wrap;
    }*/

    .xfrm-product-extra-information {
        width: 100% !important;
    }

    /*div#contact-information {
        width: 80%;
        margin: auto;
    }*/

    .xfrm-product-description-wrapper{
        text-align: initial;
    }

    /*.xframe-buttons-wrapper.no-conatact {
        width: 80%;
        margin: auto;
    }*/

    .inner-quantity-eplay{
        justify-content: flex-start;
    }

    .woocommerce div.product form.cart .variations td.label{
        text-align: left;
    }

    .single_variation_wrap {
        width: 80% !important;
    }

    .woocommerce-product-gallery__image{
        min-height: auto !important;
    }

    .single-clm.right a.added_to_cart.wc-forward{
        display: flex !important;
        width: 70% !important;
    }

    .contact-shop .col-md-6 {
        width: 45%;
    }

    .contact-shop .col-md-12 {
        width: 90%;
    }

    .inner-field-contact-shop, .contact-shop{
        justify-content: center;
    }
}

@media screen and (max-width:991px){
    .xfrm-ams-inner {
        padding: 0 20px;
    }

    .xfrm-ams-inner img {
        max-width: 330px !important;
    }

    .xfrm-ams-text {
        width: 85%;
    }
}

@media screen and (max-width:950px){
    .inner-mini-banner{
        padding: 30px 20px;
    }
}

@media screen and (max-width:900px){
    .change-display-loop{
        display: none;
    }

    .xfrm-product-bar-col.right .xfrm-price-element.xfrm-price del bdi{
        padding-right: unset;
    }

    .xfrm-product-bar-info > div {
        padding: 0 0px;
    }

    .ewcs-product-navigation.ewcs-sticky-cirlce{
        left: 91%;
    }

    .xoo-wsc-sum-col{
        width: 60% ;
    }
}

@media screen and (max-width:850px){
    /*.xfrm-filters-inner {
        margin-bottom: 50px;
    }*/

    .amisano-loop-product {
        width: 100%;
    }

    .xframe-widget-custom-loop-sidebar{
        width: 150px;
    }

    .collapsable-box .title-box > h2 span::after{
        line-height: 3;
    }

    .eplay-header-loop{
        align-items: center;
    }

    .xfrm-filters-inner ul#sidebar{
        padding: unset;
    }

    /*.archive nav.woocommerce-breadcrumb {
        width: 50%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        margin-left: auto !important;
    }*/

    .inner-mini-banner{
        width: 50%;
        margin: auto;
    }

    .eplay-button-compare-inner.show-button{
        width: 40%;
    }

    .woocommerce .popup_product_details .woocommerce-breadcrumb{
        width: 83% !important;
    }
}

@media screen and (max-width:830px){
    .contact-shop .additional-field.col-md-12 {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .contact-shop .check-box{
        padding: unset;
    }
}

@media screen and (max-width:780px){
    .archive nav.woocommerce-breadcrumb{
        width: 60%;
    }

    /*.img-archive-product {
        height: 340px !important;
    }*/


}

@media screen and (max-width:767px){
    div#contact-information .ecs-inner{
        flex-wrap: inherit;
    }

    div#contact-information .ecs-icon-column{
        margin-top: unset;
        width: auto;
    }

}

@media screen and (max-width:720px){
    div#specifications{
        flex-direction: column;
    }

    .xfrm-product-specification-row.xfrm-product-attributes.has-image .xfrm-shop-attributes{
        width: 100%;
    }
}

@media screen and (max-width:700px){
    /*.woocommerce.singolo-prodotto button.single_add_to_cart_button.xfrn-product-button, a#backToShop button.xfrn-product-button.full {
        width: 90% !important;
    }*/

    button.xfrn-product-button.full.custom-contact{
        width: 90% !important;
    }

    .single-clm.right .xfrm-contact-information-ams .ecs-icon-circle {
        max-width: 11vw !important;
        min-width: 11vw !important;
        max-height: 11vw !important;
        min-height: 11vw !important;
    }

    .woocommerce .popup_product_details .woocommerce-breadcrumb{
        margin-left: 10px !important;
        margin-right: 60px;
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce .popup_product_details .woocommerce-breadcrumb a:nth-child(1){
        padding: 0 10px !important;
    }

    .archive nav.woocommerce-breadcrumb{
        width: 60%;
    }

    /*.single-product button.single_add_to_cart_button.button.alt.xfrn-product-button.half{
        width: 90% !important;
    }*/

    .xframe-buttons-wrapper.no-conatact a#yourOffer button{
        width: 90% !important;
    }

    .single-clm.right a.added_to_cart.wc-forward{
        width: 90% !important;
    }
}

@media screen and (max-width:670px){

    .xfrm-ptt-brand {
        width: 150px;
    }
}

@media screen and (max-width:650px){

    /*span.close{
        top: 22px;
    }*/

    .ewcs-product-navigation.ewcs-sticky-cirlce{
        left: 89.5%;
    }

    .single-product .xfrm-product-top-bar-inner{
        padding: 0 10px;
    }

    p.xfrm-price-element.xfrm-price {
        margin-top: 10px;
    }

    .inner-title-wishlist{
        padding: unset;
    }

    .inner-new-amisano-second-row {
        margin-top: 10px;
    }

    /*.xfrm-product-top-bar-inner {
        padding-right: 60px;
    }*/

    .xfrm-product-specification-row.xfrm-product-attributes.has-image .xfrm-shop-attributes {
        width: 100%;
    }

    .contact-shop .col-md-6 {
        width: 50%;
    }

    .contact-shop .col-md-12 {
        width: 100%;
    }
}

@media screen and (max-width:600px){
    .archive nav.woocommerce-breadcrumb{
        width: 70%;
    }

    .woocommerce-product-gallery__image {
        min-height: auto !important;
    }

    /*.woocommerce.singolo-prodotto button.single_add_to_cart_button.xfrn-product-button, a#backToShop button.xfrn-product-button.full {
        width: 90% !important;
    }*/

    .xfrm-ams-text {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:550px){
    ul.list-information {
        flex-direction: column;
        align-items: center;
    }

    /*.img-archive-product {
        height: 240px !important;
    }*/

    ul.list-information {
        flex-direction: column;
        align-items: baseline;
    }

    ul.list-information li{
        padding: 5px 0;
    }

    li.information-item{
        width: 80%;
    }

    .single-clm.right .xfrm-contact-information-ams .ecs-icon-circle {
        max-width: 14vw !important;
        min-width: 14vw !important;
        max-height: 14vw !important;
        min-height: 14vw !important;
    }

    .new-amisano-title{
        flex-direction: column;
        align-items: baseline;
        margin-top: 20px;
    }

    .inner-quantity-eplay {
        flex-direction: column;
        align-items: baseline;
    }

    .text-prompt-delivery {
        padding-left: unset;
        margin-top: 10px;
    }

    .xfrm-product-brand.xfrm-product-brand-text{
        margin-left: unset;
    }

    .new-amisano-title{
        margin-left: unset;
    }

    .single-clm.right p.xfrm-price-element.xfrm-price{
        margin-left: unset;
    }

    .xfrm-product-description-wrapper{
        margin-left: unset;
    }

    .xframe-buttons-wrapper.no-conatact{
        margin-left: unset;
    }

    .xfrm-product-extra-information{
        margin-left: unset;
    }

    div#contact-information{
        margin-left: unset;
    }

    .woocommerce div.product form.cart .variations {
        margin-left: unset !important;
    }

    .single_variation_wrap {
        margin-left: unset !important;
        display: block !important;
    }

    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt{
        padding-left: unset !important;
    }

    .xframe-buttons-wrapper.on-quotation.no-conatact{
        margin-left: unset;
    }

    .xfrm-product-specification-row{
        margin-bottom: 50px;
    }

    .contact-shop .col-md-6 {
        width: 100%;
    }
}

@media screen and (max-width:500px){
    .xfrm-filters-inner ul{
        padding: 0 10px;
    }

    .woocommerce .woocommerce-breadcrumb{
        margin-left: unset !important;
        padding: 0 10px;
    }

    .eplay-header-loop {
        flex-direction: column-reverse;
    }

    .second-column-header-loop {
        margin-bottom: 20px;
    }

    /*.xfrm-product-bar-add-to-cart, .xfrm-product-bar-col.right .xfrm-product-bar-configure:nth-child(2) {
        display: none;
    }*/

    .et-icon-wrapper.extra-top-bar, .ewcs-nav-button, .circle-share-product, .circle-info-product, .xfrm-product-wishlist {
        width: 40px !important;
        height: 40px !important;
    }

    .ewcs-nav-button:hover .cutom-title-navigation{
        padding-right: 50px !important;
    }

    .cutom-title-navigation, .xfrm-product-request-info-new, .xfrm-product-sticky-request-info{
        height: 41px !important;
    }

    .inner-next-img, .inner-prev-img {
        width: 40px;
        height: 40px;
    }

    .inner-fixed-share-product:hover .xfrm-product-request-info-new, .inner-fixed-info-product:hover .xfrm-product-sticky-request-info{
        padding-right: 40px !important;
    }

    span.close {
        width: 40px;
        height: 40px;
        line-height: 31px;
    }

    .xfrm-product-bar-cta.mobile-informations {
        border: unset;
    }

    .xfrm-product-bar-col.right .xfrm-product-bar-configure:nth-child(3){
        height: auto;
        line-height: inherit;
        background: transparent;
        font-size: inherit;
        border: unset;
        display: block;
    }

    .archive nav.woocommerce-breadcrumb{
        width: 80%;
    }

    .archive nav.woocommerce-breadcrumb a:nth-child(1){
        padding-left: unset;
    }

    /*button.single_add_to_cart_button.ajax_add_to_cart.button.mobile-add-to-cart {
        display: block;
        background: transparent;
    }*/

    .xfrm-ams-inner {
        padding: 0 10px;
    }

    .xfrm-ams-text {
        width: 95%;
    }
}

@media screen and (max-width:400px){
    .archive nav.woocommerce-breadcrumb{
        width: 90%;
    }

    .xfrm-product-bar-img {
        margin-right: 20px;
    }

    p.xfrm-price-element.top-bar.xfrm-price {
        display: flex;
        flex-wrap: wrap;
    }

    .single-clm.right .xfrm-contact-information-ams .ecs-icon-circle {
        max-width: 16vw !important;
        min-width: 16vw !important;
        max-height: 16vw !important;
        min-height: 16vw !important;
    }

    /*.img-archive-product {
        height: 200px !important;
    }*/

    button.xfrn-product-button.full.custom-contact{
        width: 80% !important;
    }

    .xframe-buttons-wrapper.no-conatact a#yourOffer button {
        width: 80% !important;
    }

    .single-clm.right a.added_to_cart.wc-forward{
        width: 80% !important;
    }

    li.information-item {
        width: 100%;
    }
}

@media screen and (max-height: 630px) {
    .ewcs-product-navigation.ewcs-sticky-cirlce{
        bottom: 34%;
    }
}

@media screen and (max-height: 580px) {
    .ewcs-product-navigation.ewcs-sticky-cirlce{
        bottom: 30%;
    }
}








/*Cart dinamico*/

.ewcs-cart-loader.active {
    transform: translateX(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=47, Direction=0, Color=#101010)";
    -moz-box-shadow: 0 0 47px -22px #101010;
    -webkit-box-shadow: 0 0 47px -22px #101010;
    box-shadow: 0 0 47px -22px #101010;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=47, Direction=135, Color=#101010);
}

@media screen and (min-width: 500px){
    .ewcs-cart-loader {
        max-width: 500px;
        min-width: 530px;
    }
}

.ewcs-transition {
    transition: all .3s ease-in;
}

.ewcs-cart-loader {
    position: fixed;
    max-width: 530px;
    right: 0;
    background: white;
    z-index: 9999;
    height: calc(100vh - 136px);
    transform: translateX(100%);
}

.mark-popup-2 {
    z-index: 99999;
    padding: 0px 20px 0 20px;
}

.cart-popup-inner .close-popup {
    top: 100px;
    max-width: 20px;
}

.cart-popup-inner .close-popup span {
    font-size: 40px;
    cursor: pointer;
}

#fl-mini-cart-loader {
    position: absolute;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
}

.button_load {
    top: 50%;
}

.ewcs-loader-spinner {
    width: 90px;
    height: 90px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.ewcs-cart-loader .cart-sidebar {
    height: calc(82vh - 335px);
    overflow-y: auto;
    /*padding: 0 60px;*/
    padding-top: 0;
}

/*.cart-sidebar-inner {
    margin-top: 10%;
}*/

.check-wrap {
    overflow-y: inherit;
}

.ewcs-cart-loader .check-item {
    display: flex;
    position: relative;
    margin: 25px 0px;
    /*border-bottom: 1px solid #989a9e;*/
    justify-content: space-between;
    padding-right: 20px;
    padding-bottom: 15px;
}

.ewcs-cart-loader .check-item:nth-child(1){
    margin-top: unset;
    padding-top: 10px;
}

.ewcs-cart-loader .check-item .image {
    margin-right: 20px;
    position: relative;
}

.ewcs-mini-item-qty {
    width: 30px;
    height: 30px;
    background: #5d5955;
    text-align: center;
    border-radius: 100%;
    color: white;
    line-height: 27px;
    position: absolute;
    right: 0;
    border: 3px solid white;
    top: 0;
    z-index: 99;
}

.ewcs-cart-loader .check-item .image img {
    max-height: 90px;
    width: auto;
    max-width: 60px;
}

.check-item h5.h5.sm {
    margin-top: unset;
    line-height: 1.5;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.cart-sidebar .quantity {
    font-size: 20px;
    position: inherit;
}

span.quantity.ewcs-mini-item-total-price, span.quantity.ewcs-mini-item-total-price span {
    color: #9B9289;
}

/*.cart-popup-inner span.woocommerce-Price-amount.amount{
    color: #F5DF32 !important;
}*/

/*.delete-item.remove_ajax {
    position: absolute;
    right: -20px;
    top: -20px;
}*/

.delete-item.remove_ajax img {
    max-width: 20px;
}

.ewcs-cart-loader .check-pay-wrap {
    position: absolute;
    bottom: 0;
    width: calc(100% - 100px);
    left: 50px;
    padding-bottom: 25px;
    background: white;
    /*border-top: 1px solid #b9b9b9;*/
    z-index: 999;
    /*min-height: 200px;
    max-height: 200px;*/
}

.ewcs-cart-loader .price-total.font-fam-2, .price-total.font-fam-2 span {
    text-align: center;
    font-size: 20px;
    color: #9B9289;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: normal;
}

.ewcs-cart-loader .price-total.font-fam-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #989a9e;
    padding-bottom: 5px;
}

.ewcs-checkout-cta {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ewcs-checkout-cta a {
    background: #101010;
    padding: 13px 45px;
    /*border-radius: 50px;*/
    transition: 0.3s linear;
    line-height: normal;
    color: #fff;
    display: flex;
    align-items: center;
}

.ewcs-checkout-cta a{
    background: #F5DF32;
    color: #989a9e;
}

.ewcs-cart-loader .check-item dl.variation{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.ewcs-cart-loader dl.variation dt {
    margin: 0px 0;
    width: 50%;
}

.ewcs-cart-loader dl.variation dd {
    width: 50%;
}

.ewcs-cart-loader dl.variation p{
    margin: unset;
}

.ewcs-cart-loader .cart-sidebar::-webkit-scrollbar {
    width: 6px;
}

.ewcs-cart-loader .cart-sidebar::-webkit-scrollbar-thumb {
    background-color: #9B9289;
}

.inner-right-column-mini-cart {
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    /*padding: 20px 0px;*/
}

.inner-left-column-mini-cart {
    display: flex;
}

.inner-brand-name {
    color: #989a9e;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 10px;
}

.inner-price-mini-cart {
    display: flex;
    flex-direction: column;
    line-height: 1;
    color: #F5DF32;
}

.inner-title-mini-cart h3{
    font-weight: bold;
}

.inner-title-mini-cart {
    padding-bottom: 35px;
}

.sala-header-button.menu-char {
    transition: 0.3s linear;
    line-height: normal;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff !important;
    width: 200px;
    justify-content: center;
    margin: 0 10px !important;
    background-color: #9B9289;
    border: 1px solid #9B9289;
    display: flex;
    padding: 13px !important;
}

.sala-header-button.menu-char:hover {
    background-color: #fff;
    color: #5d5955 !important;
    border: 1px solid #5d5955;
}

.ewcs-checkout-cta.quick-checkout .sala-header-button.menu-char{
    background-color: #5d5955;
    color: #fff !important;
    border: 1px solid #5d5955;
}

.ewcs-checkout-cta.quick-checkout .sala-header-button.menu-char:hover{
    background-color: #fff;
    color: #5d5955 !important;
    border: 1px solid #5d5955;
}

.inner-button-mini-cart {
    display: flex;
    justify-content: center;
}

.ewcs-overlay.active {
    visibility: visible;
    opacity: 1;
}

.ewcs-overlay {
    visibility: hidden;
    opacity: 0;
}

.ewcs-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff8a;
    top: 0;
    left: 0;
    z-index: 99999;
}

.xfrm-last-arrivals-product-inner li.product a img{
    transition: 0.5s;
    transform: scale(0.9);
}

.xfrm-last-arrivals-product-inner li.product:hover a img{
    transform: scale(1);
}

.xfrm-related-product-inner li a img{
    transition: 0.5s;
    transform: scale(0.9);
}

.xfrm-related-product-inner li:hover a img{
    transform: scale(1);
}

.ewcs-product-navigation .inner-navigation-control {
    display: flex;
    justify-content: center;
    flex-direction: column;
}



/* NEW FILTER MOBILE */

.fa-filter:before {
    content: "\f0b0";
    font-family: FontAwesome;
    font-size: 30px;
}

.inner-icon-filter{
    display: none;
}

.wrapper-icon-filter {
    /* width: fit-content; */
    cursor: pointer;
    /* margin: auto; */
    text-align: center;
}

.inner-icon-filter span, .wrapper-order-filter span {
    text-transform: uppercase;
    font-size: 15px;
    color: #5d5955;
}

.inner-close-filter{
    display: none;
}

.et-icon-wrapper.img-close-filter svg, .et-icon-wrapper.img-close-filter{
    max-width: 20px;
    max-height: 20px;
}

.et-icon-wrapper.img-close-filter svg{
    fill: #5d5955;
}

.et-icon-wrapper.img-close-filter svg g{
    fill: #5d5955 !important;
}

.wrapper-close-filter {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.wrapper-close-sorting {
    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: #5d5955;
}

.inner-filter-column-right{
    display: none;
}

#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;
}

#overlay-archive-filter.active-filter-overlay {
    visibility: visible;
    opacity: 1;
}

.wrapper-button-recently-seen.remove-z-index {
    z-index: 99;
}

.xfrm-filters-inner.visual-mobile{
    display: none !important;
}

@media screen and (max-width:1025px){
    .xfrm-filters-inner.visual-mobile{
        display: block !important;
    }

    .xfrm-filters-inner.visual-desktop{
        display: none !important;
    }

    .inner-icon-filter{
        display: block;
        margin: 2px 0;
        padding: 2px 0;
        border-right: 1px solid #e7e7e7;
    }

    .title-sorting-filter{
        color: #000000 !important;
        font-size: 12px !important;
        letter-spacing: 1px;
        font-weight: 500;
        padding: 7px 20px !important;
        text-transform: uppercase;
        cursor: pointer;
    }

    .inner-filter-column-right .xfrm-sorting-inner li a{
        color: #848588 !important;
        font-size: 11px;
    }

    .inner-filter-column-right li.wc-layered-nav-term{
        width: 90%;
        margin: auto;
        padding: 5px 7px !important;
    }

    .inner-filter-column-right ul li{
        margin-top: 8px;
    }

    .wrapper-order-filter {
        margin: 2px 0;
        padding: 2px 0;
        text-align: center;
    }

    .inner-filter-column-right{
        display: block;
    }

    .xfrm-filters-column{
        position: sticky;
        top: 50px;
        z-index: 999;
    }

    .xfrm-filters-inner.active-filter{
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=23, Direction=0, Color=#050a2554)";/*IE 8*/
        -moz-box-shadow: 0 0 23px #050a2554;/*FF 3.5+*/
        -webkit-box-shadow: 0 0 23px #050a2554;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 23px #050a2554;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=23, Direction=135, Color=#050a2554); /*IE 5.5-7*/
        z-index: 9999999999;
    }

    .xfrm-sorting-inner.active-filter{
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=23, Direction=0, Color=#050a2554)";/*IE 8*/
        -moz-box-shadow: 0 0 23px #050a2554;/*FF 3.5+*/
        -webkit-box-shadow: 0 0 23px #050a2554;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 23px #050a2554;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=23, Direction=135, Color=#050a2554); /*IE 5.5-7*/
        z-index: 9999999999;
    }
    
    .inner-close-filter{
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .xfrm-filters-column {
        width: 100% !important;
        background-color: #fff;
        padding: 0 80px !important;
    }

    .inner-filter-column-left, .inner-filter-column-right {
        width: 50%;
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
        padding: 6px 0;
    }
    
    .xfrm-filters-column-wrapper{
        z-index: 999;
        display: flex;
        justify-content: space-between;
    }

    .xfrm-filters-inner {
        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;
        position: fixed;
        /*height: calc(100vh - 50px);*/
        width: 50%;
        background-color: #F7F7F8;
        left: 0;
        bottom: 0;
        overflow-y: auto;
    }

    .xfrm-filters-inner .content ul::-webkit-scrollbar {
        width: 3px;
        border-radius: 10px;
    }
    
    .xfrm-filters-inner .content ul::-webkit-scrollbar-thumb {
        background-color: #9B9289;
    }

    .xfrm-filters-inner::-webkit-scrollbar {
        width: 3px;
        border-radius: 10px;
    }
    
    .xfrm-filters-inner::-webkit-scrollbar-thumb {
        background-color: #9B9289;
    }

    .xfrm-sorting-inner {
        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;
        position: fixed;
        /*height: calc(100vh - 50px);*/
        width: 50%;
        background-color: #F7F7F8;
        left: 0;
        bottom: 0;
        overflow-y: auto;
    }

    .xfrm-sorting-inner::-webkit-scrollbar {
        width: 3px;
        border-radius: 10px;
    }
    
    .xfrm-sorting-inner::-webkit-scrollbar-thumb {
        background-color: #050A25;
    }
}

@media screen and (max-width:550px){
    .xfrm-filters-column {
        padding: 0 20px !important;
    }

    .xfrm-filters-inner{
        width: 100%;
    }

    .xfrm-sorting-inner{
        width: 100%;
    }
}

@media screen and (max-width:400px){
    .xfrm-filters-column {
        padding: 0 10px !important;
    }
}

/* FINE NEW FILTER MOBILE */


/*@media screen and (min-width:1025px){
    .xfrm-filters-column{
        display: none;
    }
}*/

#yith-wcwl-popup-message {
    transform: translate(-50%, -50%);
    margin-left: unset !important;
    z-index: 9999999999;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 50px 90px;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 15px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 30%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);
    border: 1px solid #BB9F9C;
    border-radius: 5px;
    font-weight: inherit;
}

.inner-button-top-bar-single-product {
    bottom: 10px;
    right: 30px;
    display: flex;
    padding: 10px 18px;
    z-index: 99;
    outline: none;
    background-color: #B3AEA8;
    border-radius: 10px;
    border: 2px solid #B3AEA8;
    transition: all 0.3s linear;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s linear;
}

.inner-button-top-bar-single-product:hover {
    background-color: #fff;
    border: 2px solid #B3AEA8;
    color: #B3AEA8;
}

.inner-button-top-bar-single-product svg{
    max-width: 17px;
    max-height: 17px;
    width: 17px;
    fill: #fff;
    transition: 0.3s linear;
}

.inner-button-top-bar-single-product:hover svg {
    fill: #B3AEA8;
}

.inner-button-top-bar-single-product .et-icon-wrapper.img-share{
    max-width: 17px;
    max-height: 17px;
    width: 17px;
    margin-left: 5px;
    display: flex;
}

.single-clm.left .flickity-page-dots {
    display: flex;
    text-align: center;
    padding: unset;
    justify-content: center;
    flex-wrap: wrap;
}

html body .single-clm.left .flickity-page-dots li.dot {
    width: 12px !important;
    height: 12px !IMPORTANT;
    background: #e5e5e5;
    border-radius: 100%;
    margin: 11px !important;
    cursor: pointer;
}

.single-clm.left .flickity-page-dots li.dot.is-selected {
    background: black !important;
}

.archive div#content{
    width: 100%;
}




/* NEW VISUAL FILTER */

ul#sidebar.inner-filter-new{
    display: flex;
    width: 100%;
    overflow-y: unset;
    align-items: center;
    /*margin-bottom: 80px;*/
    /*border-bottom: 1px solid #B3AEA8;*/
    margin-right: unset !important;
    margin-bottom: unset;
    padding: unset;
}

ul#sidebar.inner-filter-new .widget.widget_text{
    margin: unset !important;
}

ul#sidebar.inner-filter-new .widget.widget_text p{
    margin: unset !important;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 15px;
    color: #B3B3B3;
    letter-spacing: 2px;
}

ul#sidebar.inner-filter-new ul{
    width: max-content;
    position: absolute;
    display: flex;
    left: 0;
    margin: unset;
    padding-left: 100px;
    align-items: center;
}

ul#sidebar.inner-filter-new .widget_price_filter form{
    width: 100%;
    display: flex;
    left: 0;
    margin: 0 10px;
    padding-left: 100px;
}

.woocommerce ul#sidebar.inner-filter-new .widget_price_filter .ui-slider .ui-slider-handle, ul#sidebar.inner-filter-new .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:before, ul#sidebar.inner-filter-new .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{
    background-color: #49604f;
}

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: 65px;
    overflow-x: auto;
    background: #F6F6F6;
    border-top: 1px solid #49604f;
    overflow-y: hidden;
    align-items: center;
}

ul#sidebar.inner-filter-new .collapsable-box .content::-webkit-scrollbar{
    height: 3px;
    border-radius: 10px;
    transition: all 0.3s linear;
    cursor: pointer;
}


ul#sidebar.inner-filter-new .collapsable-box .content:hover::-webkit-scrollbar{
    height: 5px;
    cursor: pointer;
}

ul#sidebar.inner-filter-new .collapsable-box .content::-webkit-scrollbar-thumb{
    background-color: #B3AEA8;
    cursor: pointer;
}

.xframe-widget-sidebar.widget.collapsable-box ul li a{
    color: #B3B3B3 !important;
    width: 180px;
    justify-content: center;
    padding: 7px 0 !important;
    border-radius: 100px !important;
    margin: 0 5px !important;
    background-color: #fff;
    display: flex;
    text-transform: capitalize;
    transition: 0.3s linear;
    border: 1px solid #B3B3B3;
}

.xframe-widget-sidebar.widget.collapsable-box ul li a:hover{
    color: #1D1D1B !important;
    background-color: transparent;
    border: 1px solid #1D1D1B;
}

.collapsable-box .title-box > h2 span::after{
    position: inherit !important;
    padding: 0 0 0 15px !important;
}

.collapsable-box .title-box > h2{
    display: flex;
    align-items: center;
    padding: 7px 20px !important;
}

.new-row-filter .collapsable-box .title-box h2:nth-child(1){
    padding-left: unset !important;
}

.eplay-header-loop .collapsable-box .title-box h2{
    padding-right: unset !important;
}
 
.collapsable-box .title-box > h2 span{
    position: inherit !important;
    padding: unset !important;
}

.collapsable-box .title-box{
    height: auto !important;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter{
    display: flex;
    align-items: center;
    margin: unset;
    padding: 11px 0;
    width: 85% !important;
    margin: auto;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter h2{
    margin: unset;
    padding-right: 15px;
    color: #B3AEA8 !important;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter ul li a{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter ul li {
    padding: 0 20px !important;
}

.woocommerce .widget_layered_nav_filters ul li a::before{
    content: '' !important;
    margin: unset !important;
    top: unset !important;
    width: 16px;
    height: 16px;
    font-family: 'Roboto' !important;
    font-weight: 100 !important;
    color: #000 !important;
    background: url(https://www.eplayweb.com/ctd_2022/wp-content/uploads/2022/10/cancel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15px !important;
}

.new-row-filter {
    display: flex;
    width: 85%;
    margin: auto;
}

.new-row-filter ul#sidebar:nth-child(2){
    justify-content: flex-end;
    width: 275px;
}

.new-row-filter ul#sidebar:nth-child(2) h2.widget-title{
    padding-right: unset !important;
}

/*.new-row-filter ul#sidebar:nth-child(1){
    padding-left: 70px;
}*/

/*.xframe-widget-sidebar-sorting.widget .content li a{
    color: #fff !important;
    width: 230px;
    justify-content: center;
    padding: 10px 0;
    margin: 0 10px !important;
    background-color: #499985;
    border-radius: 10px;
    display: flex;
    text-transform: lowercase;
    border: 1px solid #499985;
}

.xframe-widget-sidebar-sorting.widget .content li a:hover{
    background-color: transparent !important;
    color: #499985 !important;
}*/

.xfrm-filters-column{
    position: sticky;
    background: transparent;
    transition: 0.3s linear;
}

.new-row-filter .price_slider_wrapper {
    display: flex;
    margin: unset;
    align-items: center;
}

.new-row-filter .price_min_max, .new-row-filter .price_min, .new-row-filter .price_max {
    display: flex !important;
    padding: unset;
    align-items: center;
    color: #000000 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.new-row-filter .price_slider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    width: 150px;
    margin: unset;
    margin-left: 10px;
    margin-right: 20px;
}

.new-row-filter .price_slider_amount {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: unset !important;
}

.woocommerce .new-row-filter .widget_price_filter .price_slider_amount .button{
    background-color: #fff !important;
    color: #B3B3B3 !important;
    border: 1px solid #B3B3B3 !important;
    font-size: 11px !important;
    padding: 7px 0 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    transition: 0.3s linear;
    margin-left: 10px;
    line-height: initial;
    border-radius: 100px !important;
    width: 130px;
    height: 40px;
}

.woocommerce .new-row-filter .widget_price_filter .price_slider_amount .button:hover{
    background-color: transparent !important;
    color: #5d5955 !important;
}

.new-row-filter .price_min_max span.woocommerce-Price-amount.amount {
    padding: 0 10px;
}

.new-row-filter .price_slider_amount .price_label{
    color: #5D5955;
    font-size: 12px;
}

.new-row-filter .price_min_max span.woocommerce-Price-amount.amount{
    font-size: 12px;
}

.xframe-widget-sidebar-active-filter span.woocommerce-Price-amount.amount{
    font-size: 13px;
}

/*@media screen and (max-width:1100px){
    .inner-scroll-tablet-filter{
        overflow-x: auto;
        position: relative;
        display: flex;
        width: 100%;
        overflow-y: hidden;
    }

    .inner-scroll-tablet-filter ul#sidebar.inner-filter-new {
        display: flex;
        justify-content: center;
        width: max-content;
        margin: auto;
        position: absolute;
    }

    .inner-scroll-tablet-filter::-webkit-scrollbar {
        display: none;
    }
}*/


/* FINE NEW VISUAL FILTER */


.mini-cart-empty .sala-header-button.menu-char{
    padding: 13px !important;
    margin: auto !important;
}

p.xfrm-ptt-name {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-family: 'Alegreya-Medium';
}

.inner-fixed-info-product {
    position: relative;
}

.circle-info-product {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1D1D1B;
    border-radius: 100%;
    z-index: 2;
    position: relative;
    margin-top: 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.circle-info-product:hover{
    background: #49604f;
}

.xfrm-product-sticky-request-info {
    position: absolute;
    visibility: hidden;
    display: flex;
    right: 0%;
    top: 0px;
    width: max-content;
    height: 45px;
    background: #F6F6F6;
    z-index: 1;
    align-items: center;
    border-radius: 100px 100px 100px 100px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 8px 15px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 8px 15px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 15px -8px rgb(0 0 0 / 75%);
    opacity: 0;
}

.sticky-request-info-block-inner-new {
    display: flex;
    padding-left: 10px;
}

.sticky-request-info-block-inner-new  .info-button {
    margin-right: 15px;
}

.inner-fixed-info-product:hover .xfrm-product-sticky-request-info {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: max-content;
    visibility: visible;
    background: #F6F6F6;
    padding-right: 45px;
    opacity: 1;
}

.inner-fixed-info-product.active-contact .xfrm-product-sticky-request-info {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: max-content;
    visibility: visible;
    background: #F6F6F6;
    padding-right: 45px;
    opacity: 1;
}

.sticky-request-info-block-inner-new .info-button svg {
    fill: #1D1D1B;
    position: relative;
    right: -4px;
    top: -4px;
}

.sticky-request-info-block-inner-new .info-button:hover svg {
    fill: #fff;
}

.single-product div#button-return-top{
    display: none !important;
}

.overlay-button span.tinvwl_add_to_wishlist-text{
    display: none !important;
}

.overlay-button .tinvwl-product-in-list span.tinvwl_remove_from_wishlist-text{
    display: none !important;
}

.overlay-inner-box{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-block {
	position: absolute;
    width: 100%;
    height: 307px !important;
    top: 0;
    background: rgb(255 255 255 / 55%);
    z-index: 1;
    transform: translateY(-100%);
    transition: transform .5s ease-in-out;
	max-height: 100%;
}

li.product:hover .overlay-block{
	transform: translateY(0);
	transition: transform .5s ease-in-out;
}

ul.products li.product .tinvwl_add_to_wishlist_button{
    margin: unset !important;
    overflow: hidden;
}

a.overlay-button-link-new.woocommerce-LoopProduct-link.ewcs-btn-quickview{
    display: block;
    height: 100%;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    margin-right: unset !important;
}

.overlay-block .overlay-inner-box .overlay-button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: 0 6px;
}

p.woocommerce-result-count {
    font-size: 18px;
    margin: unset !important;
    color: #9E9E9E;
}

.xfrm-product-hidden-wrapper.form-ombrellificio, .xfrm-product-hidden-wrapper.form-fim{
    display: none !important;
}

.single-product .single-clm.right a.added_to_cart.wc-forward{
    width: 340px !important;
}

.single-product .popup_product_details .inner-fixed-share-product{
    position: sticky !important;
    bottom: 0 !important;
    left: calc(100% - 60px) !important;
}

.single-product .popup_product_details .circle-info-product{
    margin-top: 10px !important;
}

.single-product .popup_product_details .inner-fixed-info-product {
    position: relative !important;
    right: unset !important;
}

p.xfrm-attr-content, .xfrm-attr-value p {
    font-family: 'CenturyGothic';
    font-size: 14px;
}

@media screen and (max-width:1350px){
    .new-row-filter ul#sidebar:nth-child(2){
        padding-right: 20px;
    }

    .xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter{
        padding-left: 20px;
    }

    .xfrn-product-button, #yourOffer button, a#request-info button{
        font-size: 11px !important;
    }
}

@media screen and (max-width:1240px){
    .xfrm-product-loop .product{
        max-width: calc(33.33% - 30px) !important;
        width: calc(33.33% - 30px) !important;
    }

    .xframe-buttons-wrapper.has-contact {
        margin-top: 10px;
    }

    .inner-eplay-add-to-cart {
        flex-direction: column;
    }

    .inner-eplay-add-to-cart .xfrn-product-button, .single-clm.right a.added_to_cart.wc-forward{
        margin-left: unset !important;
        margin-right: 10px !important;
    }
}

@media screen and (max-width:1220px){
    .collapsable-box .content ul{
        padding-left: unset !important;
    }

    ul#sidebar.inner-filter-new .widget_price_filter form{
        padding-left: 10px !important;
    }
}

@media screen and (max-width:110px){
    .ewcs-product-navigation.ewcs-sticky-cirlce {
        left: 92%;
    }
}

@media screen and (max-width:1050px){
    .new-row-filter ul#sidebar:nth-child(2){
        width: 245px;
    }
}

@media screen and (max-width:1025px){
    .woocommerce.singolo-prodotto .product.type-product{
        flex-direction: column;
    }

    .inner-img-archive-product{
        height: 400px !important;
    }

    .woocommerce.singolo-prodotto .inner-releted-products .product.type-product{ 
        flex-direction: inherit;
    }

    .woocommerce.singolo-prodotto .single-clm{
        width: 100% !important;
        margin-left: unset;
    }

    .singolo-prodotto .summary.entry-summary {
        width: 90% !important;
        margin-left: 0 !important;
        padding: unset;
        padding-left: 40px;
    }

    .xfrn-product-button, .xframe-buttons-wrapper.on-quotation.has-contact a#request-info {
        width: 300px !important;
    }

    .single-clm.right a.added_to_cart.wc-forward{
        width: 300px !important;
    }

    .single-product button.single_add_to_cart_button.button.alt.xfrn-product-button.half{
        width: 350px !important;
    }

    .single-product #yourOffer button {
        width: 350px !important;
    }

    .single-product .single-clm.right a.added_to_cart.wc-forward{
        width: 350px !important;
    }

    .xfrm-product-specifications {
        width: 100%;
    }

    .inner-releted-products{
        width: 100%;
    }

    .single-product.woocommerce .product.type-product{
        flex-direction: column;
        align-items: center;
    }

    .single-product .single-clm{
        width: 100% !important;
        margin: unset;
    }

    .xfrm-filters-inner.visual-mobile .price_slider_wrapper button.button{
        background-color: #499985;
        border-radius: 10px;
        padding: 10px 25px;
        border: 1px solid #499985;
        transition: 0.3s linear;
        font-size: 12px;
        text-transform: uppercase;
    }

    .xfrm-filters-inner.visual-mobile .price_slider_wrapper button.button:hover{
        background-color: transparent;
        border: 1px solid #499985;
        color: #499985;
    }

    .last-column-header-loop{
        display: none;
    }

    .header-loop-product{
        top: unset !important;
        z-index: 9 !important;
    }

    .xfrm-filters-column {
        top: 80px !important;
    }

    .inner-custom-qty-filter {
        margin-top: 15px;
    }

    .xfrm-filters-inner.visual-mobile li.wc-layered-nav-term{
        margin-left: 30px !important;
    }

    .xfrm-filters-inner.visual-mobile li.wc-layered-nav-term a{
        font-size: 11px !important;
    }

    .xfrm-filters-inner.visual-mobile .widget.collapsable-box ul li:hover a, .xfrm-filters-inner.visual-mobile .widget.collapsable-box ol li:hover a {
        color: #ddafac;
    }

    .xfrm-filters-inner.visual-mobile .widget.collapsable-box ul li:hover a span.count {
        color: #ddafac;
    }

    .xfrm-product-loop li.product.four-column-display {
        max-width: calc(33.33% - 14px) !important;
        width: calc(33.33% - 14px) !important;
    }

    .change-display-loop{
        display: none;
    }

    .xfrm-summary-wrapper {
        width: 100%;
        flex-direction: column;
    }

    .xfrm-product-specification-row{
        padding: 75px;
    }
}

@media screen and (max-width:992px){
    .xfrm-ptt-brand {
        width: 200px;
    }

    p.xfrm-ptt-name {
        width: 300px;
    }

    /*#yourOffer, a#request-info {
        width: 100% !important;
        margin: 0 !important;
    }*/
}

@media screen and (max-width:800px){
    .xfrn-product-button, .xframe-buttons-wrapper.on-quotation.has-contact a#request-info {
        width: 250px !important;
    }

    .single-clm.right a.added_to_cart.wc-forward {
        width: 250px !important;
    }

    /*#yourOffer, a#request-info {
        width: 510px !important;
    }*/

    .woocommerce-product-gallery .flex-viewport {
        width: 60% !important;
        display: block;
        float: unset;
        margin: auto;
    }
}

@media screen and (max-width:750px){
    .xfrm-product-loop .product {
        max-width: calc(50% - 30px) !important;
        width: calc(50% - 30px) !important;
    }
}

@media screen and (max-width:730px){
    .xfrm-product-bar-img {
        margin-right: 10px;
        width: 50px;
    }

    .xfrm-product-top-bar-inner{
        min-height: 70px;
    }
}

@media screen and (max-width:650px){
    .xfrm-filters-column {
        top: 72px !important;
    }

    .xframe-buttons-wrapper.on-quotation.has-contact {
        flex-direction: column;
    }

    .xframe-buttons-wrapper.has-contact {
        flex-direction: column;
    }

    .xframe-buttons-wrapper.on-quotation.no-conatact {
        flex-direction: column;
    }

    .xframe-buttons-wrapper.has-contact {
        margin-top: 20px;
    }

    .xfrn-product-button, .xframe-buttons-wrapper.on-quotation.has-contact a#request-info {
        width: 320px !important;
    }

    .single-clm.right a.added_to_cart.wc-forward {
        width: 320px !important;
    }

    /*#yourOffer, a#request-info {
        width: 320px !important;
        width: 100% !important;
    }*/

    a#backToShop button.xfrn-product-button.full{
        margin-left: unset !important;
        margin-top: 10px;
    }

    .singolo-prodotto .summary.entry-summary {
        padding-left: 15px;
    }
}

@media screen and (max-width:610px){
    .wrapper-button-recently-seen{
        right: 15px !important;
    }
}

@media screen and (max-width:600px){
    .xfrm-product-loop {
        width: 100%;
    }

    .xfrm-loop-single-thumbnail.main-thumb{
        min-height: 360px;
    }

    .gallery-single-prod li.product .xfrm-loop-button{
        width: 97% !important;
    }

    .overlay-block {
        height: 316px !important;
    }

    .controls-inner{
        top: 18%;
    }

    .products-form.wishlist-form .menu > span {
        margin: 0px 20px;
    }

    .xfrm-product-spec-heading span {
        font-size: 10px;
    }
}

@media screen and (max-width:500px){
    h2 {
        font-size: 25px !important;
    }

    .single-product button.single_add_to_cart_button.button.alt.xfrn-product-button.half {
        width: 300px !important;
    }

    .xfrm-product-bar-add-to-cart a.added_to_cart.wc-forward{
        padding: unset !important;
    }

    /*.single-product button.single_add_to_cart_button.button.alt.xfrn-product-button.half, .single-clm.right a.added_to_cart.wc-forward {
        width: 300px !important;
    }*/

    .single-product #yourOffer button {
        width: 300px !important;
    }

    .single-product .single-clm.right a.added_to_cart.wc-forward{
        width: 300px !important;
    }

    .xfrm-product-top-bar-inner {
        height: 50px;
    }

    .xfrm-product-spec-heading {
        top: 70px;
    }
}

@media screen and (max-width:480px){
    .wrapper-button-recently-seen{
        right: 5px !important;
    }

    .xfrm-filters-column {
        padding: 0 0px !important;
    }

    .inner-icon-filter span, .wrapper-order-filter span {
        font-size: 13px;
    }

    .wrapper-close-filter span, .wrapper-close-sorting span {
        font-size: 14px;
    }
}

@media screen and (max-width:450px){

    .controls-inner{
        top: 12%;
    }

    .xfrm-product-bar-title{
        display: none;
    }

    .products-form.wishlist-form .wishlist-space .inner-button-wishlist span {
        padding: 10px 20px;
    }

    .ewcs-product-navigation.ewcs-sticky-cirlce {
        left: 88.5%;
    }

    .inner-button-mini-cart{
        flex-direction: column;
    }

    .ewcs-checkout-cta {
        padding: 5px 0;
    }

    .xfrm-ptt-brand {
     
        font-size: 12px;
    }

    .xfrm-product-bar-img {
        width: 60px;
    }

    .xfrm-product-top-bar-inner {
        padding-right: 40px;
    }

    .xfrm-product-specification-row {
        padding-left: 40px;
    }
}

@media screen and (max-width:400px){
    .xfrm-product-top-bar-inner {
        padding: 0 5px !important;
    }

    .xfrm-product-spec-heading {
        flex-wrap: wrap;
    }

    .xfrn-product-button, .xframe-buttons-wrapper.on-quotation.has-contact a#request-info {
        width: 240px !important;
    }

    /*#yourOffer, a#request-info {
        width: 240px !important;
    }*/

    .single-product button.single_add_to_cart_button.button.alt.xfrn-product-button.half, .single-clm.right a.added_to_cart.wc-forward, .single-product #yourOffer button {
        width: 250px !important;
    }

    .single-clm.right a.added_to_cart.wc-forward{
        width: 240px !important;
    }

    .single-product .single-clm.right a.added_to_cart.wc-forward{
        width: 250px !important;
    }
}

@media screen and (max-width:360px){
    .ewcs-product-navigation.ewcs-sticky-cirlce {
        left: 86.5%;
    }
}

@media screen and (max-width:330px){
    .xfrn-product-button, .xframe-buttons-wrapper.on-quotation.has-contact a#request-info {
        width: 200px !important;
    }

    /*#yourOffer, a#request-info {
        width: 200px !important;
    }*/

    .single-clm.right a.added_to_cart.wc-forward{
        width: 200px !important;
    }

    .single-product button.single_add_to_cart_button.button.alt.xfrn-product-button.half, .single-product #yourOffer button {
        width: 200px !important;
    }

    .single-product .single-clm.right a.added_to_cart.wc-forward{
        width: 200px !important;
    }
}

.img-archive-product {
    position: relative;
}

.xfrm-archive-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xfrm-archive-inner {
    text-align: center;
    width: 500px;
    height: 210px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xfrm-archive-text {
    width: 50%;
    margin: auto;
    text-align: center;
    line-height: 1.5;
    padding-top: 40px;
}

.inner-title-visual-brand {
    color: #B3AEA8;
    font-size: 24px;
}

.xfrm-archive-title {
    color: #000000;
    font-size: 36px;
}


@media screen and (max-width:850px){
    .xfrm-archive-inner {
        width: 420px;
        height: 190px;
    }

    .inner-title-visual-brand {
        font-size: 20px;
    }

    .xfrm-archive-title {
        font-size: 30px;
    }
}

@media screen and (max-width:500px){
    .xfrm-archive-inner {
        width: 330px;
        height: 160px;
    }

    /*.xfrm-attr-row {
        flex-direction: column;
        align-items: flex-start;
    }*/

    .xfrm-attr-title {
        width: 35%;
    }

    .xfrm-attr-value{
        width: 65%;
        text-align: right;
    }

    .xfrm-attr-value{
        padding: 0;
    }
}

@media screen and (max-width:390px){
    .xfrm-archive-inner {
        width: 280px;
        height: 140px;
    }

    .inner-title-visual-brand {
        font-size: 17px;
    }

    .xfrm-archive-title {
        font-size: 26px;
    }
}


/* IZI TOAST CART */

@media screen and (min-width:550px){
    .iziToast-wrapper.iziToast-wrapper-topCenter{
        display: none !important;
    }
}

.iziToast-wrapper.iziToast-wrapper-topCenter{
    top: 165px;
    width: 100%;
    margin: auto;
    z-index: 99;
}

.izi-add-button{
    padding: unset !important;
}

.iziToast.izi-add-button .iziToast-body{
    padding: unset !important;
    margin: unset !important;
    display: flex;
    align-items: center;
    padding-right: 40px !important;
}

.iziToast.izi-add-button .iziToast-body p{
    padding: 10px !important;
    color: #000;
    width: fit-content !important;
}

.iziToast.izi-add-button .iziToast-body .iziToast-buttons{
    margin: unset !important;
    padding: 10px;
}

.iziToast.izi-add-button .iziToast-body .iziToast-buttons a{
    width: 100%;
    margin: unset;
    color: #fff;
    letter-spacing: 1px !important;
    border: 1px solid #499985;
    border-radius: 10px;
    font-size: 13px;
    padding: 9px 13px;
    background: #499985;
    transition: 0.3s linear;
}

.iziToast.izi-add-button .iziToast-body .iziToast-buttons a:hover{
    color: #499985;
    border: 1px solid #499985;
    background: white;
}

.iziToast.iziToast-theme-dark .iziToast-close{
    top: 0 !important;
}

.iziToast-capsule .iziToast.izi-add-button{
    background: white !important;
    border: 1px solid #d5d5d5 !important;
}

.iziToast > .iziToast-body .iziToast-buttons > a:active{
    top: 0 !important;
}

.iziToast > .iziToast-body .iziToast-buttons > a:focus{
    box-shadow: unset !important;
}

/* FINE IZI TOAST CART */


/* STYLE CON CLASSI */

nav#site-navigation.visual-sticky {
    height: 130px;
}

.header-loop-product{
    z-index: 1;
    margin-top: 50px;
}

/*.main-navigation {
	height: 180px;
}*/

html.add-overflow-menu{
    overflow: hidden;
}

.xfrm-filters-column{
    top: 200px;
}

.ewcs-cart-loader {
    top: 136px;
}

.xfrm-filters-column.visual-sticky-filter{
    top: 130px;
}

div#cart-popup.visual-sticky-cart{
    top: 130px;
    height: calc(100vh - 130px);
}

.widget.collapsable-box ul li a{
    color: #000 !important;
}

.xfrm-filters-inner.visual-mobile {
    top: 70px;
}

@media screen and (max-width:610px){
    .ewcs-cart-loader {
        top: 140px;
        height: 77.9vh;
        min-width: 100%;
        max-width: 100%;
    }

    .xfrm-filters-column {
        top: 140px;
    }

    .xfrm-filters-column.visual-sticky-filter {
        top: 120px;
    }
}

@media screen and (max-width:470px){
    .ewcs-cart-loader {
        top: 130px;
        height: 79.9vh;
    }

    div#cart-popup.visual-sticky-cart {
        top: 120px;
    }
}

/* FINE STYLE CON CLASSI */

.img-cancel-cart {
    width: 25px;
    height: 25px;
    margin: 10px 0;
}

.img-cancel-cart svg{
    width: 25px;
    height: 25px;
}

.check-item {
    border-bottom: 1px solid #f1f1f1;
}

div#contact-single-product .mkdf-grid-col-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#contact-single-product .mkdf-grid-row.mkdf-grid-small-gutter.mkdf-grid-spec {
    display: flex;
    flex-wrap: wrap;
}

div#contact-single-product input {
    border: 1px solid #e1e1e1;
    color: #5d5955 !important;
    padding: 12px 25px;
    width: 100%;
    margin: unset;
    line-height: 1.5;
}

div#contact-single-product .mkdf-custom-contact1-form p {
    padding: 0 15px;
    margin-bottom: unset;
}

div#contact-single-product div.wpcf7-response-output{
    margin-top: 10px !important;
}

div#contact-single-product .additional-field {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 20px;
    margin-bottom: 25px;
}

.check-box {
    margin-right: 30px;
    font-size: 11px !important;
}

.check-box label {
    display: flex;
    align-items: center;
    margin: unset;
}

.check-box input[type="checkbox"] {
    margin: 5px 0 !important;
    margin-right: 10px !important;
}

.check-text {
    text-align: end;
}

div#contact-single-product .inner-button-contact-form {
    position: relative;
}

.wpcf7 div#contact-single-product  .ajax-loader {
    position: absolute;
}

div#contact-single-product textarea{
    padding: 12px 25px;
    border: 1px solid #e1e1e1;
    line-height: 1.5;
    margin: unset;
}

div#contact-single-product .check-box input{
    width: auto;
    margin-bottom: unset;
}

.xfrm-product-hidden-wrapper button.wpcf7-form-control.wpcf7-submit.mkdf-btn.mkdf-btn-small {
    padding: 8px 0;
    border-radius: 23px;
    background: #BB9F9C;
    color: #fff;
    font-size: 17px;
    box-shadow: 6px 0px 13px #00000021;
    width: 150px;
    justify-content: center;
    line-height: inherit;
    font-family: 'Alegreya-Regular';
    letter-spacing: 1px;
}

h2.mkdf-st-title {
    margin-bottom: 30px;
}

.xfrm-product-hidden-wrapper button.wpcf7-form-control.wpcf7-submit.mkdf-btn.mkdf-btn-small:hover{
    background: #E2D6D6 !important;
    border: 1px solid #E2D6D6 !important;
    box-shadow: unset;
}

div#contact-single-product span.wpcf7-not-valid-tip {
    display: block !important;
}

div#contact-single-product input.wpcf7-not-valid::placeholder{
    color: #dd3c34;
}

.xfrm-product-hidden-inner p.mkdf-st-text{
    line-height: 1;
    font-family: 'Century Gothic' !important;
    font-size: 16px !important;
}

div#contact-single-product input:focus-visible {
    outline: 1px solid #BB9F9C;
}

div#contact-single-product textarea:focus-visible {
    outline: 1px solid #BB9F9C;
}

.single_variation_wrap.inner-eplay-add-to-cart .new-title-single-product{
    display: none;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
}

.woocommerce-variation-add-to-cart.variations_button .inner-variation-button {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-variation-add-to-cart.variations_button .inner-quantity-eplay {
    align-items: baseline;
}

.woocommerce-variation-add-to-cart.variations_button .inner-quantity-eplay .quantity{
    bottom: unset;
}

.inner-releted-products .swiper-wrapper {
    margin-bottom: 15px;
}

.scroll-top-popup-inner {
    margin: unset !important;
}

div#popup-scroll-top .et-icon-wrapper.extra-top-bar {
    width: 40px;
    height: 40px;
    background: #1D1D1B;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

div#popup-scroll-top .et-icon-wrapper.extra-top-bar svg{
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    right: -5px;
    top: -5px;
}

.xfrm-last-arrivals-product-outer li{
    width: 100%;
    overflow: hidden;
    list-style: none;
}




.swiper {
    width: 93%;
}
    .swiper-pagination{
  position: absolute;
}

.swiper-pagination-bullet{
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #7d2ae8;
}

.swiper-button-next, .swiper-button-prev{
  opacity: 0.7;
  color: #7d2ae8;
  transition: all 0.3s ease;
  margin: unset;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  opacity: 1;
  color: #7d2ae8;
}




.swiper-button-next-test:after, .swiper-rtl .swiper-button-prev-test:after {
    content: 'next';
}

.swiper-button-prev-test:after, .swiper-rtl .swiper-button-next-test:after {
    content: 'prev';
}

.swiper-button-next-test:after, .swiper-button-prev-test:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next-test, .swiper-button-prev-test {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    /*margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));*/
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next-test, .swiper-rtl .swiper-button-prev-test {
    right: 10px;
    left: auto;
}

.swiper-button-prev-test, .swiper-rtl .swiper-button-next-test {
    left: 10px;
    right: auto;
}








@media screen and (max-width:1250px){
    .xfrn-product-button, #yourOffer button, a#request-info button{    
        font-size: 11px !important;
    }

    .singolo-prodotto .summary.entry-summary {
        width: 100% !important;
    }
}

@media screen and (max-width:1150px){
    .header-loop-product {
        top: 76px;
    }

    .xfrm-filters-column {
        top: 140px;
    }
}

@media screen and (max-width:768px){
    .xfrm-product-loop li.product.four-column-display{
        max-width: calc(50% - 14px) !important;
        width: calc(50% - 14px) !important;
    }
}

@media screen and (max-width:420px){
    .xfrm-product-loop li.product.four-column-display{
        max-width: calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
        margin: 20px !important;
    }
}



.woocommerce-message.added{
    display: none !important;
}

.xfrm-filters-inner.visual-desktop .woocommerce{
    position: unset !important;
    width: auto;
}

.xfrm-product-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 100%;
    -webkit-box-shadow: 0px 8px 22px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 8px 22px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 22px -10px rgb(0 0 0 / 75%);
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.xfrm-product-wishlist .yith-wcwl-add-to-wishlist {
    margin-top: unset;
}

.inner-fixed-wishlist-product .yith-wcwl-add-button a:hover{
    background: #E2D6D6 !important;
}

.inner-fixed-wishlist-product .yith-wcwl-add-button a {
    color: #000 !important;
    width: 45px !important;
    height: 45px;
    border-radius: 100%;
    padding: unset !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: unset !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.xfrm-product-wishlist .yith-wcwl-add-button>a i {
    margin-right: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.controls.wishlist-control a.delete_item.button.alt img{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0%;
    top: 0%;
    transition: 0.3s linear;
}

.inner-fixed-wishlist-product a.delete_item.button.alt img {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 10%;
    top: 10%;
    transition: 0.3s linear;
}

ul.products li.product .controls.wishlist-control a.button:hover, ul.products li.product .controls.eplay-add-to-cart a.button:hover{
    background: transparent !important;
}

.single-product div#theme-info-button, .single-product .nav-info{
    display: none;
}


/* ARCHIVE DESCRIPTION */

.inner-custom-loop-header {
    position: relative;
    padding-top: 50px;
}

/*img.image-archive-product.img-archive-desktop{
    position: absolute;
    right: -50px;
    opacity: 0.1;
    max-width: 40% !important;
    bottom: -150px;
}*/

/*img.image-archive-product.img-archive-desktop{
    position: fixed;
    right: -50px;
    opacity: 0.1;
    max-width: 40% !important;
    bottom: -50px;
}*/

.archive-description {
    text-align: center;
    width: 70%;
    margin: auto;
}

.archive-description .inner-description-archive-product {
    margin: auto;
    padding: 30px 0;
    width: 85%;
}

.single_add_to_cart_button:after{
    content: unset !important;
}

@media screen and (min-width:1570px){
    .xfrm-product-loop {
        justify-content: center;
    }

    .xfrm-product-loop li.product.four-column-display {
        max-width: calc(370px - 14px) !important;
        width: calc(370px - 14px) !important;
    }

    .xfrm-loop-single-thumbnail.next-thumb img {
        max-width: 356px;
    }
}

@media screen and (max-width:1050px){
    .archive-description .inner-description-archive-product {
        width: 85%;
    }

    img.image-archive-product.img-archive-desktop {
        bottom: -125px;
    }
}

@media screen and (min-width:1025px){
    .inner-filter-column-right{
        display: none;
    }
}

@media screen and (max-width:900px){
    img.image-archive-product.img-archive-desktop {
        right: -20px;
    }
}

@media screen and (max-width:800px){
    img.image-archive-product.img-archive-desktop {
        bottom: -95px;
    }
}

@media screen and (max-width:750px){
    img.image-archive-product.img-archive-desktop {
        bottom: 0;
    }
}

@media screen and (max-width:700px){
    .archive-description .inner-description-archive-product {
        width: 80%;
    }
}

@media screen and (max-width:400px){
    .scroll-top-popup-inner {
        position: relative;
        right: 50px;
    }
}

.archive-description .inner-divided-line {
    background-color: #BB9F9C;
}

.inner-divided-line.no-description-line {
    margin-top: 50px;
    margin-bottom: 100px;
}

/* FINE ARCHIVE DESCRIPTION */





/* LOGIN PAGE CSS */

div#customer_login .u-column2.col-2 {
    display: none;
}

div#customer_login .u-column1.col-1, div#customer_login .u-column2.col-2 {
    width: 50% !important;
    margin: auto;
}

.inner-custom-login, .inner-custom-registration {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input#username, input#password, input#reg_email, input#reg_password {
    border: 1px solid #000;
    padding: 10px 0;
    border-radius: 5px;
    margin: unset;
    padding-left: 10px;
}

#customer_login input#username:focus-visible, #customer_login input#password:focus-visible, #customer_login input#reg_email:focus-visible, #customer_login input#reg_password:focus-visible{
    border: 1px solid #BB9F9C;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
}

div#customer_login .woocommerce-form-row label{
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 17px;
    transform: translateY(-50%);
    transition: all 0.25s ease-in-out;
}

div#customer_login .woocommerce-form-row label.focused{
    top: -7px;
    transform: none;
    font-size: 14px;
    color: var(--black);
    background: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #ccc;
}

.form-row.submit-login-row {
    display: flex;
    flex-direction: column;
}

.inner-custom-footer-login-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

p.woocommerce-LostPassword.lost_password {
    margin: unset !important;
}

.woocommerce-account .woocommerce{
    overflow-y: hidden;
}

p.woocommerce-register-show {
    cursor: pointer;
}

div#customer_login {
    flex-direction: column;
    margin-bottom: 60px;
    width: 100%;
}

.woocommerce-account .woocommerce-form {
    width: 65% !important;
}

p.password-submission-notice {
    text-align: center;
    margin-bottom: 25px !important;
}

button.woocommerce-button.button.woocommerce-form-register__submit {
    width: 100%;
}

.inner-custom-registration {
    margin-top: 100px;
}

.inner-custom-login {
    margin-top: 50px;
}

div#customer_login button, .button-custom-register{
    font-weight: inherit !important;
    padding: 8px 0;
    border-radius: 23px;
    background: #BB9F9C;
    color: #fff;
    font-size: 17px;
    box-shadow: 6px 0px 13px #00000021;
    width: 150px;
    justify-content: center;
    line-height: inherit;
    font-family: 'Alegreya-Regular';
    letter-spacing: 1px;
    margin: unset;
    text-align: center;
    transition: 0.3s linear;
}

.button-custom-register{
    background: #C2C2C4 !important;
    margin-top: 20px;
}

.woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover, .button-custom-register:hover{
    background: #E2D6D6 !important;
    box-shadow: unset !important;
}

.woocommerce-account .button:before, .woocommerce-account .button:after{
    content: unset !important;
}

.admin-bar.woocommerce-account .woocommerce{
    display: flex;
    flex-direction: inherit;
    align-items: baseline;
}

.woocommerce-account .woocommerce{
    flex-direction: column;
    align-items: center;
    display: flex;
    width: 80%;
    margin: auto;
    padding: 40px 0;
}

.inner-button-login-page {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
}

.logged-in .woocommerce-account .woocommerce{
    flex-direction: column;
    align-items: center;
}

.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
}

.woocommerce-account .woocommerce-notices-wrapper strong{
    font-family: 'Alegreya-Medium';
    font-weight: inherit;
}

.woocommerce-form__label-for-checkbox span{
    transition: 0.3s linear;
    cursor: pointer;
}

.woocommerce-form__input-checkbox{
    cursor: pointer;
}

.woocommerce-form__label-for-checkbox:hover span{
    color: #E2D6D6;
}



/* FINE LOGIN PAGE CSS */





@media screen and (max-width: 1441px){
    .archive .qodef-content-grid {
        width: 100% !important;
    }
}

@media screen and (max-width:1400px){
    .archive-description {
        width: 52%;
    }

    .archive-description .inner-description-archive-product {
        width: 95%;
    }
}

@media screen and (max-width:1300px){
    .xfrm-filters-wired-inner {
        width: 100%;
    }

    .xfrm-loop-single-thumbnail.main-thumb {
        min-height: 370px;
    }

    .xfrm-summary-wrapper{
        width: 95%;
    }

    .xfrm-inner-product-specification {
        width: 85%;
    }
}

@media screen and (max-width:1250px){
    .xfrm-loop-single-thumbnail.main-thumb {
        min-height: 300px;
    }
}

@media screen and (max-width:1200px){
    .xfrm-product-specification-row {
        padding: 75px;
    }
}

@media screen and (max-width:1160px){
    .wishlist-title {
        width: 95%;
    }
}

@media screen and (max-width:1150px){
    .xfrm-product-top-bar-inner {
        padding: 0 30px;
    }
}

/*@media screen and (max-width:1025px){
    .first-img-camelia-diamanti {
        max-width: 200px !important;
        top: -130px;
    }
}*/

@media screen and (max-width:1024px){
    /*.inner-img-filter-wired {
        width: 180px;
        height: 180px;
    }*/

    .xfrm-loop-single-thumbnail.main-thumb {
        min-height: 350px;
    }

    .xfrm-summary-wrapper {
        width: 100%;
    }

    .xfrm-summary-wrapper .single-clm.left {
        padding: unset !important;
    }

    .woocommerce-product-gallery .flex-viewport {
        width: 70% !important;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:992px){
    .wishlist-title.wishlist-title-with-form {
        flex-direction: column;
        align-items: center;
    }

    .wishlist-title.wishlist-title-with-form h1{
        text-align: center;
    }

    .clm-right-wishlist-title {
        padding: unset;
        text-align: center;
    }

    .button-login-wishlist {
        margin: 30px auto;
    }

    .clm-left-wishlist-title {
        width: 95%;
    }

    .clm-right-wishlist-title {
        width: 55%;
    }  
}

@media screen and (max-width:850px){
    .xfrm-loop-single-thumbnail.main-thumb {
        min-height: 310px;
    }
}

@media screen and (max-width:800px){
    div#contact-single-product .additional-field {
        flex-direction: column;
    }

    div#contact-single-product .additional-field > div {
        width: 100%;
        margin: 5px 0;
        text-align: inherit;
    }
}

@media screen and (max-width:768px){
    .xfrm-loop-single-thumbnail.main-thumb {
        min-height: 370px;
    }

    p.xfrm-ptt-name {
        width: 150px;
    }
}

@media screen and (max-width:750px){
    .archive-description {
        width: 64%;
    }

    .archive-description .inner-description-archive-product {
        width: 100%;
    }
}

@media screen and (max-width:720px){
    .inner-spec-product-img {
        width: 100%;
    }

    .spec-product-image {
        width: 70%;
        margin: auto;
    }

    div#specifications .xfrm-shop-attributes {
        padding: 30px 30px;
    }

    .xfrm-attr-value {
        text-align: right;
    }
}

@media screen and (max-width:700px){
    .popup_product_details.show .single-clm.right{
        padding: unset;
    }

    .xfrm-inner-product-specification {
        width: 91%;
    }

    .xfrm-product-specification-row {
        padding: 45px;
    }

    li.form-wrapper.input-form {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:680px){
    .whats-new-page .qodef-horizontal-showcase .qodef-horizontal-slide.qodef-author .qodef-slide-content .qodef-slide-content-inner {
        top: 0;
    }

    .inner-txt-instagram-lpz {
        left: 0 !important;
        text-align: center;
        margin-bottom: 40px;
    }

    .whats-new-page .eapps-instagram-feed-posts-slider-inner.eapps-instagram-feed-posts-inner.eui-slider-inner {
        width: auto !important;
    }

    .whats-new-page .qodef-horizontal-showcase .qodef-horizontal-slide:not(.qodef-featured){
        padding: unset;
        padding-top: 100px;
    }

    .whats-new-page div#qodef-page-outer{
        overflow-y: auto;
        overflow-x: hidden;
    }

    .inner-img-instagram-block{
        display: none;
    }

    #eapps-instagram-feed-1 {
        height: auto !important;
    }

    .inner-txt-instagram-lpz {
        top: 0 !important;
    }
}

@media screen and (max-width:650px){
    .xfrm-product-hidden-inner p.mkdf-st-text{
        font-size: 14px !important;
        padding: 0 15px;
    }

    .inner-custom-loop-header {
        padding-top: 10px;
    }

    p.xfrm-attr-content, .xfrm-attr-value p {
        font-size: 12px;
    }
}

@media screen and (max-width:600px){
    .xfrm-product-top-bar-inner {
        padding: 0 20px;
    }

    p.xfrm-ptt-name {
        width: 100px;
    }

    .xfrm-product-spec-heading .specification-button span:after{
        transform: translateY(0%);
    }
}

@media screen and (max-width:585px){
    .single-wired-filter {
        margin: 0 20px;
    }

    .xfrm-loop-single-thumbnail.main-thumb {
        min-height: 300px;
    }

    .txt-st-button {
        padding: 9px 15px;
        font-size: 15px;
    }

    .xfrm-product-spec-heading .specification-button span:after{
        right: -9px;
    }
}

@media screen and (max-width:550px){
    .xfrm-product-spec-heading {
        display: none;
    }

    .xfrm-inner-product-specification {
        width: auto;
        margin: 0 15px;
    }
}

@media screen and (max-width:520px){
    .single-wired-filter {
        margin: 0 20px;
    }

    .xfrm-loop-single-thumbnail.main-thumb {
        min-height: 300px;
    }

    .clm-right-wishlist-title {
        width: 75%;
    }
}

@media screen and (max-width:500px){
    .et-icon-wrapper.img-custom-info-sp {
        width: 40px;
        height: 40px;
    }

    .specification-button {
        width: 50%;
        text-align: center;
    }

    .xfrm-product-spec-heading {
        flex-wrap: wrap;
    }

    .xfrm-product-spec-heading .specification-button span:after {
        content: unset;
    }
}

@media screen and (max-width:500px){
    .archive-description {
        width: 80%;
    }

    .xfrm-attr-label, .xfrm-attr-value{
        font-size: 13px;
    }
}

@media screen and (max-width:480px){
    .img-earrings-leo-pizzo {
        top: -210px;
        width: 85% !important;
    }
}

@media screen and (max-width:450px){
    .woocommerce-product-gallery .flex-viewport {
        width: 85% !important;
    }

    .button-login-wishlist {
        width: 95%;
    }
}

@media screen and (max-width:430px){
    .clm-right-wishlist-title {
        width: 90%;
    }

    .clm-left-wishlist-title {
        width: 100%;
    }
}

@media screen and (max-width:400px){
    .xfrm-product-specification-row {
        padding: 25px;
    }
}

@media screen and (max-width:370px){
    .img-earrings-leo-pizzo {
        top: -190px;
        width: 95% !important;
    }
}

@media screen and (max-width:350px){
    .specification-button {
        width: 100%;
    }
}























.single-wired-filter {
    margin: 0 20px;
}

.xfrm-filters-wired-wrapper.trasparent {
    -webkit-mask-image: linear-gradient(to right,#000 70%,transparent 100%);
    mask-image: linear-gradient(to right,#000 70%,transparent 100%);
}

.xfrm-filters-wired-wrapper {
    overflow-x: auto;
    padding-bottom: 20px;
}

.xfrm-filters-wired-inner {
    width: max-content;
    margin: auto;
}

.xfrm-filters-wired-wrapper::-webkit-scrollbar {
    width: 5.5px;
    background-color: #F5F5F5;
    height: 4px;
}

.xfrm-filters-wired-wrapper::-webkit-scrollbar-thumb {
    background-color: #000;
}

.xfrm-filters-wired {
    padding: 0 10px;
}

.xfrm-main-paragraph {
    font-family: 'Century Gothic' !important;
    font-size: 16px !important;
}

p.woocommerce-result-count {
    font-family: 'Century Gothic' !important;
    font-size: 16px !important;
}

@media screen and (max-width:650px){
    .xfrm-main-paragraph, p.woocommerce-result-count{
        font-size: 14px !important;
    }
}

.captcha-box.has-animation {
    width: calc(100% - 40px);
    margin: 0 20px;
    margin-bottom: 40px;
    position: relative;
}


@media screen and (min-width:1260px){
    .collection-page .elementor-container.elementor-column-gap-default{
        max-width: 1250px !important;
    }
}
