.woocommerce.singolo-prodotto .main-product {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    /*max-width: 1400px;*/
    max-width: 100%;
    margin: auto;
    position: relative;
} 



.single-clm.right {
    padding: 0;
}

.summary.entry-summary {
    width: 100%;
    max-width: 100%;
    float: unset !important;
    border: 0 !important;
}

.xframe-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.xframe-buttons button {
    width: 100%;
    margin-left: 0 !important;
}

.xframe-buttons > * {
    width: 50% !important;
}

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

/*.xfrn-product-button.half {
    width: 50% !important;
}*/

.xframe-buttons-inner a {
    padding: 0 !important;
    margin: 0;
    display: flex;
    justify-content: center;
}

/*.xframe-buttons-wrapper button {
    background: transparent !important;
    border: 1px solid #404040 !important;
    color: #404040 !important;
    width: 100%;
    font-size: 1rem !important;
    font-weight: 100 !important;
}*/

form.cart.xframe-buttons-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

form.cart.xframe-buttons-inner > * {
    width: calc(50% - 10px) !important;
}

/*.xfrn-product-button {
    margin: 5px !important;
}*/

a.added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    max-height: 90vh;
    height: 100% !important;
    box-shadow: 0px 0px 2px #ccc;
}

.woocommerce-product-gallery--without-images figure{
    box-shadow: 0px 0px 2px #ccc;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    width: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div{
  height: 100%;
}

.woocommerce div.product div.images img {
    width: auto !important;
}

.xfrm-product-brand-image {
    max-width: 400px;
    margin: auto;
}

.xfrm-price-element.xfrm-price bdi {
    color: #a9a38f;
}

span.xfrm-vat {
    font-size: 16px;
    color: #a9a38f;
}

.xfrm-product-brand-text h6 {
    font-size: 14px !important;
    margin-bottom: unset;
    text-transform: uppercase;
}

a#backToShop {
    display: contents;
}

span.close {
    transition: 0.3s linear;
    right: 2.8%;
    z-index: 999999;
    position: sticky;
    top: 15px;
    border-color: #1D1D1B;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    opacity: unset;
    background: transparent;
    color: #5D5955;
    font-weight: 100;
    font-family: system-ui;
    font-size: 45px;
    line-height: 39px;
    margin-left: auto;
    border-radius: 100%;
}

.close:hover, .close:focus{
    color: #a9a38f;
    opacity: unset;
}

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

.xfrm-product-specification-row {
    width: auto;
    background: #eeeeec;
    padding: 70px;
    margin-bottom: 100px;
}

.summary.entry-summary {
    width: 95% !important;
}

.xframe-product-title {
    font-size: 35px !important;
}

.xfrm-product-spec-heading {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
    text-transform: uppercase;
    position: sticky;
    top: 70px;
    left: 0;
    background: white;
    width: 100%;
    padding: 8px 20px;
    z-index: 9;
}

/*.xfrm-product-spec-heading span {
    margin: 0 2vw;
    padding: 5px;
}*/

.specification-button {
    position: relative;
    cursor: pointer;
    font-weight: bold !important;
    color: #a9a38f !important;
    font-size: 11px !important;
    letter-spacing: 5px;
}

.specification-button.active span::after, .specification-button:hover span::after {
    width: 100%;
    transition: all 0.2s linear 0s;
}

.specification-button span::after {
    content: '';
    width: 0;
    height: 1px;
    background: #5D5955;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.2s linear 0s;
}

.woocommerce-product-gallery {
    border: 0 !important;
}

.related.products {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner-releted-products{
    width: 85%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

section.related.products {
    text-align: center;
}

section.related.products h3{
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.related.products h6{
    text-transform: uppercase;
}

ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

section.related.products .product {
    list-style: none;
    overflow: hidden;
    border: 1px solid #104c82;
}

button.flickity-button svg {
    fill: #404040;
    width: 20px;
}
button.flickity-button.previous {
    left: 0px;
    transform: rotateZ( 180deg);
}

button.flickity-button.next {
    right: 0px;
}

button.flickity-button svg.flickity-button-icon{
    display: none;
}

button.flickity-button{
    background: url(https://www.eplayweb.com/jc_2022/wp-content/uploads/2022/01/right-arrow-jochen.png) !important;
    background-size: cover !important;
    width: 50px;
    height: 50px;
    border: 0;
    padding: unset;
    position: absolute;
    top: 65%;
}

.xfrm-last-arrivals-product-inner button.flickity-button.previous {
    left: -30px;
    transform: rotateZ( 180deg);
}

.xfrm-last-arrivals-product-inner button.flickity-button.next {
    right: -30px;
}

.woocommerce div.product {
    overflow: visible !important;
}

.single-clm.right{
    min-height: 80vh;
}

.summary.entry-summary{
    position: sticky;
    top: 0;
}

.shop_attributes th,.shop_attributes td{
    border: 0 !important;
}
.shop_attributes tr{
    border-bottom: 1px solid #c6c6c6 !important;
    background: transparent !important;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025);
    background: transparent;
    color: black;
}

.xfrm-attr-row {
    display: flex;
    align-items: flex-start;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
    width: calc(50% - 60px);
    margin-right: 30px;
}

.xfrm-attr-title {
    width: 30%;
    text-align: left;
}

.xfrm-attr-value {
    width: 70%;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    color: #a9a38f;
    font-size: 13px;
    letter-spacing: 1.3px;
}

.xfrm-attr-row p {
    margin: 0;
    padding: 10px 0;
}

.xfrm-shop-attributes{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.xfrm-attr-label {
    letter-spacing: 1.3px;
    font-weight: 400;
    color: #a9a38f;
    text-transform: uppercase;
    font-size: 13px;
}

section.related.products h2 {
    /*font-size: 30px !important;*/
    font-weight: 300;
    margin-bottom: 50px !important;
}

.yith-wcwl-add-button a {
    background: transparent !important;
    color: #000000 !important;
    transition: 0.3s linear;
}

.yith-wcwl-add-button a span{
    color: #848588 !important;
    transition: 0.3s linear;
    display: none;
}

.yith-wcwl-add-button a:hover i, .yith-wcwl-add-button a:hover span{
    color: #000 !important;
}

.yith-wcwl-wishlistaddedbrowse a {
    background: transparent !important;
    color: #404040 !important;
    font-weight: bold;
}

ol.flex-control-nav.flex-control-thumbs.slides li img {
    text-align: center !important;
    margin: auto !important;
    transition: all 0.3s linear;
}

ol.flex-control-nav.flex-control-thumbs.slides li {
    margin-bottom: 10px !important;
}

.related.products > ul{
    outline: none !important;
}

.wcb-wrapper{
    transform: unset !important;
    width: inherit !important;
}

/*.wcb-expander{
    left: 36px !important;
}*/

.wcb-animated {
    transition: all 0.4s ease-in !important;
}

.wrapper-request-info.has-request-info {
    flex-direction: column;
}

.request-info-title span{
    font-size: 15px;
    font-family: inherit;
    color: #B3AEA8;
    font-weight: 400;
}

.request-info-text span{
    font-size: 10px;
    font-family: inherit;
    color: #101010;
    font-weight: 400;
    letter-spacing: 4px;
}

.request-info-block-inner .info-button{
    margin-right: 10px;
    padding: 12px;
    background: #B3AEA8;
    border-radius: 100%;
    box-shadow: 6px 0px 13px #00000021;
}

.wrapper-request-info{
    display: inline-flex;
    flex-direction: column;
}

.request-info-block-inner{
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.et-icon-wrapper.img-share {
    display: flex;
}

.info-button svg {
    width: 24px;
    height: 24px;
    transition: 0.3s linear;
    fill: #fff;
}

.xfrm-product-request-info-new .info-button svg{
    fill: #5D5955;
}



.info-button:hover svg {
    transform: scale(1.1);
    fill: #86878a;
}

.request-info-block-inner a{
    display: contents;
}

.yith-wcwl-wishlistexistsbrowse a {
    background: transparent !important;
    color: #404040 !important;
    font-weight: bold;
}

.yith-wcwl-wishlistexistsbrowse a i {
    display: none;
}

.flickity-slider li.product{
    max-width: 33.33% !important;
}

.woocommerce-product-gallery .flex-control-nav {
    float: right !important;
    width: 100%;
    height: auto !important;
    padding-top: unset !important;
    margin: unset !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block !important;
    margin: 30px !important;
    width: 100% !important;
    border: 1px solid #cccccc7d;
}

ul.list-information {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

li.information-item {
    /*margin-top: 15px;*/
    width: 50%;
}

li.information-item, a.information-link {
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}

div.information-image {
    display: inline-block;
    text-align: center;
    margin-right: 16px;
}

span.information-title {
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 24px;
    font-weight: 500;
}

span.information-text {
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 24px;
    font-weight: 400;
}

.information-image svg{
    width: 25px;
    height: 25px;
}

ol.flickity-page-dots{
    display: none;
    justify-content: space-evenly;
    margin: 10px 0 40px 0;
}

.specification-button.active{
    border-bottom: 1px solid light;
}

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

.xfrn-product-button.half:nth-child(2) span{
    text-transform: uppercase;
}

.xfrm-product-request-info {
    margin: 20px 0;
}

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


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

@media screen and (max-width:1415px){
    .wcb-wrapper {
        padding-left: 10px;
        bottom: 10px !important;
    }

    section.related.products h2{
        padding-left: 20px;
    }
}

@media screen and (max-width: 1200px){
    .popup_product_details.show {
        padding: unset !important;
    }
    }

/*@media screen and (max-width:1000px){
    section.related.products .product{
        width: calc(33.33% - 20px) !important;
        min-width: unset !important;
        max-width: 33.33% !important;
    }
}*/

@media screen and (max-width:992px){
    .popup_product_details.show .single-clm.left {
        margin-bottom: unset;
    }

    .single-clm {
        padding-bottom: unset;
    }
}

/*@media screen and (max-width:890px){
    .xfrm-product-bar-title, p.xfrm-price-element.top-bar.xfrm-price, .xfrm-price-element.top-bar.xfrm-price .xfrm-vat, .xfrm-product-bar-cta span, .xfrm-price-element.top-bar.xfrm-reserved {
        font-size: 14px !important;
    }
}*/

@media screen and (max-width:875px){
    .xfrm-attr-row{
        width: calc(50% - 30px);
    }
}

@media screen and (max-width:850px){
    .xfrm-product-spec-heading span {
        font-size: 13px;
    }

    span.information-title{
        font-size: 13px;
    }

    .request-info-text {
        font-size: 13px;
    }

    .info-button svg {
        width: 17px;
        height: 17px;
    }

    .information-image svg {
        width: 22px;
        height: 22px;
    }

    .yith-wcwl-wishlistexistsbrowse {
        font-size: 13px;
    }

    p.xfrm-product-description-inner {
        font-size: 13px;
    }

    span.sku_wrapper {
        font-size: 13px;
    }

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

    h1.product_title.entry-title.xframe-product-title {
        font-size: 30px !important;
    }

    .xfrm-product-brand-text h6 {
        font-size: 18px !important;
    }

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

    .xfrm-attr-row{
        width: 100%;
        margin-right: unset;
        font-size: 13px;
    }

    p.xfrm-product-guide-text {
        font-size: 13px;
    }
}

/*@media screen and (max-width:700px){
    section.related.products .product {
        max-width: 50% !important;
        width: calc(50% - 20px) !important;
    }
}*/

/*@media screen and (max-width:650px){
    span.close{
        top: 10px;
        left: calc(100% - 60px);
    }
}*/

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

    .xfrm-product-bar-info > div {
        margin: 0 0px !important;
    }

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

@media screen and (max-width:500px){
    section.related.products .product {
        max-width: 100% !important;
        width: 100% !important;
        margin: unset !important;
    }

    section.related.products h2{
        text-align: center;
        /*font-size: 20px !important;*/
        padding-left: unset;
    }

    button.flickity-button.previous{
        right: 50%;
    }

    /*button.flickity-button.next{
        left: 50%;
    }*/

    button.flickity-button {
        top: 25px;
    }

    .extra-top-bar svg{
        display: inline-flex;
        width: 35px;
        height: 35px;
        fill: #499985;
    }

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

    .xfrm-product-bar-cta.mobile-informations{
        display: block;
    }

    .xfrm-product-bar-cta.mobile-informations {
        background: transparent !important;
        padding: unset;
        height: auto;
        line-height: unset;
    }

    span.close{
        font-size: 40px;
        top: 16px;
    }
}

@media screen and (max-width:491px){
    .wcb-wrapper {
        padding-left: unset;
    }

    .wcb-expander {
        left: 50% !important;
    }

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

@media screen and (max-width:450px){
    /*.xfrm-product-spec-heading{
        justify-content: flex-start;
        margin-bottom: unset;
    }*/
}

@media screen and (max-width:405px){
    .xfrm-product-spec-heading span {
        font-size: 11px;
    }

    .wcb-expander{
        width: 340px !important;
    }
}

@media screen and (max-width:370px){
    button.single_add_to_cart_button.ajax_add_to_cart.button.alt.xfrn-product-button.half {
        line-height: 1.3;
    }

    .xfrm-product-spec-heading{
        padding: 10px;
    }
}

@media screen and (max-width:350px){
    .wcb-expander {
        width: 300px !important;
    }

    a.wcb-voice{
        padding: 20px 10px !important;
    }

    span.wcb-voice-icon {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
}


/***************** FINE RESPONSIVE ********************/


.single-clm.left img{
    max-height: 65vh !important;
    width: auto;
    margin-bottom: 50px;
    box-shadow: none !important;
}

.single-clm.left {
    text-align: center;
}

h1.product_title.entry-title.xframe-product-title {
    font-size: 14px !important;
    font-family: inherit;
    /*font-weight: bold;*/
    font-style: inherit;
    /*text-transform: uppercase;*/
}

.cart.xframe-buttons-inner button.single_add_to_cart_button.ajax_add_to_cart.button.alt.xfrn-product-button.half:hover{
    background-color: transparent !important;
}

.additional-description-div {
    margin-top: 20px;
    margin-bottom: 0;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* height: auto; */
    /* max-width: initial; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    font-weight: 400 !important;
    line-height: 1.5;
}

.inner-custom-full-description p {
    margin: unset;
}

p.title-custom-full-description {
    margin: 20px 0;
    letter-spacing: 0.5px;
}

.read-more-button{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

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

/*.xfrm-product-extra-information{
    display: none !important;
}*/

.xfrn-product-button.single-request-info.full{
    width: 50%;
    padding: unset;
}

.xfrn-product-button.single-request-info.full:hover{
    width: 50%;
    padding: unset;
    background-color: #ffffff;
    border-color: #000000;
}

.summary.entry-summary .xframe-buttons-wrapper .xfrn-product-button.single-request-info button:hover{
    background-color: #fff !important;
    color: #5D5955 !important;
    border-color: #5D5955 !important;
}

.summary.entry-summary .xframe-buttons-wrapper .xfrn-product-button.single-request-info button{
    background-color: #a9a38f !important;
    color: #fff !important;
    border-color: #a9a38f !important;
    max-height: 50px;
    width: 100% !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    height: 70px !important;
    letter-spacing: 0 !important;
    font-style: normal;
    cursor: pointer;
    margin-bottom: 0;
    transition: 0.3s linear;
}

span.sku_wrapper {
    color: #5D5955;
}

/*.xfrn-product-button.single-request-info.full button{
    height: 70px;
    cursor: pointer !important; 
}*/

/*.xfrn-product-button{
    cursor: pointer;
}*/

/*section.related.products{
    padding-bottom: 100px;
    margin-bottom: -100px;
}*/

span.xfrm-contact-phone-number{
    display: inline-flex;
    margin: 0 10px;
}

span.xfrm-contact-phone-number a{
    transition: 0.3s linear;
}

span.xfrm-contact-phone-number a:hover{
    color: #dd3c34;
    transform: scale(1.1);
}



.woocommerce-page .shop-now-button.btn-primary.etheme-btn-animate{
    display: none !important;
}

button.flickity-button, .read-more-button p{
    transition: 0.3s linear;
}

.controls-inner .controls i{
    transition: 0.3s linear;
    width: 25px;
    height: 25px;
    margin: unset;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #104c82;
}

.fa-star-o:before {
    content: "\f006";
    font-family: 'FontAwesome';
}

/*.controls-inner .controls:hover i{
    color: #499985;
}

.controls-inner .controls a.delete_item i{
    color: #499985;
}

.controls-inner .controls:hover svg{
    fill: #499985;
}*/

.controls-inner .controls svg{
    transition: 0.3s linear;
}

.wcb-expander{
    border: 1px solid #c99b07;
}

.read-more-button p:hover{
    color: #a9a38f;
}

.read-more-button i{
    transition: 0.3s linear;
}

.read-more-button p:hover i{
    color: #dd3c34 !important;
}

/*.summary.entry-summary .xframe-buttons-wrapper button{
    background: #fff !important;
    border-color: #000 !important;
    color: #000 !important;
}*/

/*.summary.entry-summary .xframe-buttons-wrapper button:hover{
    background: #dd3c34 !important;
    border-color: #dd3c34 !important;
    color: #fff !important;
}*/

.wcb-wrapper {
    width: fit-content !important;
    /*right: 100%;*/
    right: 20px;
}

/*.product_title.entry-title {
    font-style: normal;
    font-weight: normal;
}*/
 


/*Top Bar*/

.xfrm-product-top-bar-wrapper {
    width: 100%;
    left: 0 !important;
    position: sticky;
    top: 0px;
    background: white;
    z-index: 99999;
    border-bottom: 1px solid lightgray;
    transform: translateY(-250%);
    transition: ease-in .4s;
}

.xfrm-product-top-bar-wrapper.active {
    transform: translateY(0);
}

/*.single-product .xfrm-product-top-bar-wrapper.active {
    transform: translateY(215%);
    position: fixed;
}*/


.xfrm-product-top-bar-inner {
    display: flex;
    justify-content: space-between;
    max-height: 70px;
    padding: 0 30px;
    padding-right: 80px;
}

.xfrm-product-bar-col {
    display: flex;
    align-items: center;
}



.xfrm-product-bar-img img {
    max-height: 70px;
    width: auto;
}


p.xfrm-price-element.top-bar.xfrm-price {
    margin: 0;
}

.xfrm-product-bar-info {
    display: flex;
    align-items: center;
}

/*.xfrm-product-bar-cta {
    background: #F5DF32;
    border: 1px solid #F5DF32;
    transition: 0.3s linear;
    border-radius: 50px;
    padding: 0.618em 1em;
    line-height: 1.5;
}*/

/*.xfrm-product-bar-cta:hover{
    background: #989a9e;
    border: 1px solid #989a9e;
}

.xfrm-product-bar-cta span{
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 400;
    color: #989a9e;
    transition: 0.3s linear;
}

.xfrm-product-bar-cta:hover span {
    color: #fff;
}*/

/*.xfrm-product-bar-info > div {
    margin: 0 20px;
}*/

.xfrm-price-element.top-bar.xfrm-reserved {
    font-weight: 400 !important;
    margin-top: unset;
}

p.xfrm-ptt-name, .xfrm-ptt-brand {
    text-transform: uppercase;
    margin: 0;
    line-height: 1.5;
}

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

.xfrm-price-element.top-bar.xfrm-price .xfrm-vat {
    font-size: 16px;
}

p.xfrm-price-element.top-bar.xfrm-price {
    font-size: 21px;
}

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

p.xfrm-product-description-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    -webkit-line-clamp: 2;
    max-width: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xfrm-product-specification-row.xfrm-product-attributes.has-image{
    display: flex;
    align-items: center;
    background: white;
    margin-bottom: 0;
    padding-top: 0;
}

.xfrm-product-specification-row.xfrm-product-attributes.has-image .xfrm-attr-row {
    width: 100%;
    max-width: 600px;
}

.xfrm-product-specification-row.xfrm-product-attributes.has-image .xfrm-attr-value {
    text-align: right;
}

.spec-product-image {
    width: 50%;
    min-height: 60vh;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

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


/*.xframe-buttons-wrapper.no-conatact a#backToShop{
    width: 50%;
}*/

/*.spec-product-image:hover {
    background-size: 95%;
    transition: all ease-in .2s;
}*/

.spec-product-image {
    transition: all ease-in .2s;
}

section.related.products h2 {
    font-weight: 700;
}

p.xfrm-product-guide-text {
    font-family: inherit !important;
    color: #5D5955;
    font-weight: 400;
    text-align: justify;
    font-size: 12px;
    line-height: 1.5;
}





@media screen and (max-width:1199px){
    .single-product .xfrm-product-top-bar-wrapper.active{
        transform: translateY(230%);
    }
}

@media screen and (max-width:1140px){
    .single-product .xfrm-product-top-bar-wrapper.active{
        transform: translateY(159%);
    }
}

@media screen and (max-width:1000px){
    .xfrm-product-bar-info > div {
        padding: 0 10px;
    }
}

@media screen and (max-width:992px){
    .singolo-prodotto .summary.entry-summary {
        width: 100% !important;
        /*text-align: center;*/
    }

    .read-more-button p{
        width: auto !important;
    }

    .read-more-button {
        justify-content: flex-start;
    }

    .xframe-buttons-wrapper.no-conatact a{
        width: 35% !important;
    }

    .xfrn-product-button.single-request-info.full{
        width: 35%;
    }

    .xfrm-product-description-wrapper {
        width: 60% !important;
        /*margin: auto;*/
    }

    .woocommerce.singolo-prodotto .product.type-product{
        width: 100%;
    }

    .xfrm-product-spec-heading{
        padding: 20px 0;
        margin-top: 50px;
    }

    button.flickity-button.previous {
        right: 110px;
    }

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

    button.flickity-button{
        top: 20px;
    }

    a#backToShop button{
        padding: unset;
    }
}

@media screen and (max-width:800px){
    .xfrm-product-bar-price.mobile-price{
        display: block;
    }

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

@media screen and (max-width:781px){
    .single-product .xfrm-product-top-bar-wrapper.active {
        transform: translateY(177%);
    }
}

@media screen and (max-width:750px){
    section.related.products button.flickity-button.previous {
        top: 6%;
        left: 65%;
        transform: translate(-50%, -50%) rotateZ( 180deg);
    }

    section.related.products button.flickity-button.next {
        top: 6%;
        left: 78%;
        transform: translate(-50%, -50%);
    }

    section.related.products h2{
        padding: unset;
        text-align: center;
    }
}

@media screen and (max-width:650px){
    .xfrm-product-bar-title{
        line-height: 1.3;
    }

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

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

    .xfrm-product-specification-row.xfrm-product-attributes.has-image .xfrm-attr-row {
        max-width: 500px;
    }
}

@media screen and (max-width:580px){
    /*button.flickity-button.previous {
        left: 64%;
    }*/

    /*button.flickity-button.next {
        left: 80%;
    }*/
}

@media screen and (max-width:500px){
    .xframe-buttons-wrapper.no-conatact a {
        width: 45% !important;
    }

    .xfrn-product-button.single-request-info.full {
        width: 45%;
    }

    .xfrm-related-product-inner{
        margin-top: 100px;
    }

    section.related.products h3{
        padding-left: unset !important;
        text-align: center;
    }

    section.related.products button.flickity-button.previous{
        top: 13%;
        left: 35%;
    }

    section.related.products button.flickity-button.next{
        top: 13%;
        left: 60%;
    }
}



.et-icon-wrapper.icon-compare-title{
    width: 25px;
    height: 25px;
}

.et-icon-wrapper.icon-compare-title svg{
    width: 25px;
    height: 25px;
}

.new-amisano-title {
    display: flex;
    align-items: center;
}

/*.new-amisano-title a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.tinvwl-position-shortcode{
    padding: unset;
}*/

.new-amisano-title a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.tinvwl-position-shortcode img{
    max-width: 20px;
    max-height: 20px;
    height: 20px;
}

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

.inner-title-compare {
    padding: 0 10px;
}

.single_variation_wrap .new-amisano-title{
    display: none !important;
}




.et-icon-wrapper.img-primary-share{
    width: 23px;
    height: 23px;
}

.et-icon-wrapper.img-primary-share svg{
    width: 23px;
    height: 23px;
}

.et-icon-wrapper.img-primary-share svg g{
    fill: #fff !important;
}

.circle-share-product {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a9a38f;
    border-radius: 100%;
    z-index: 2;
    position: relative;
}

.inner-fixed-share-product {
    position: sticky;
    bottom: 0;
    /*left: 100%;*/
    left: calc(100% - 60px);
}

/*.xfrm-product-request-info-new{
    position: absolute;
}*/

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

.xfrm-product-request-info-new {
    position: absolute;
    visibility: hidden;
    display: flex;
    right: 0%;
    top: 0px;
    width: max-content;
    height: 51px;
    background: #eeeeec;
    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;
}

.inner-fixed-share-product:hover .xfrm-product-request-info-new{
    -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: #eeeeec;
    padding-right: 45px;
    opacity: 1;
}

.ewcs-nav-button {
    width: 50px;
    height: 50px;
    background: #f4f4f4;
    border-radius: 100%;
    -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%);
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.msp-next-switch .et-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ewcs-nav-button svg {
    width: 25px;
    height: 25px;
}

.ewcs-nav-button svg g{
    fill: #fff !important;
}

.inner-fixed-share-product .info-button{
    margin-right: 15px;
}

.ewcs-product-navigation.ewcs-sticky-cirlce {
    position: sticky;
    bottom: 68%;
    /*left: calc(100% - 60px);*/
    left: 94%;
}

.ewcs-nav-button.prev-button svg {
    transform: rotate(180deg);
}

.woocommerce-breadcrumb::after {
    content: unset;
}

p.xfrm-price-element.xfrm-price {
    font-size: 22px;
    margin-bottom: unset;
}

p.xfrm-price-element.xfrm-reserved {
    font-size: 13px;
    color: #a9a38f !important;
    margin-bottom: unset;
}

p.stock.out-of-stock {
    font-family: inherit;
    letter-spacing: inherit;
    padding-right: 0 !important;
    padding: 0;
    margin: unset !important;
    font-weight: bold;
    color: #989a9e !important;
    letter-spacing: 1.3px;
}

/*.summary.entry-summary .product_meta{
    display: none;
}*/

.et-icon-wrapper.img-scalapay {
    width: 100px;
    height: 25px;
    margin: 0 5px 0 10px;
}

.et-icon-wrapper.img-scalapay svg{
    width: 100px;
    height: 25px;
}

.et-icon-wrapper.img-info-scalapay {
    width: 12px;
    height: 12px;
}

.et-icon-wrapper.img-info-scalapay svg{
    width: 12px;
    height: 12px;
}

.additional-amisano-text-scalapay {
    display: flex;
    margin-bottom: 30px;
}

.additional-amisano-text-scalapay span{
    color: #333333;
}

.additional-amisano-text-scalapay span strong{
    font-weight: bold;
}

.inner-quantity-eplay {
    display: flex;
    align-items: center;
}

.inner-quantity-eplay input.qty_button{
    width: 50px !important;
    height: 50px !important;
    padding: unset !important;
    background: transparent !important;
    color: #101010 !important;
    border: 1px solid #989a9e !important;
    border-radius: unset !important;
}

.inner-quantity-eplay .input-text.qty.text{
    width: 50px !important;
    height: 50px !important;
    text-align: center !important;
    border-radius: unset !important;
    border: 1px solid !important;
    border-left: unset !important;
    border-right: unset !important;
    border-color: #989a9e !important;
    background: transparent;
}

.text-prompt-delivery {
    padding-left: 40px;
    color: #dd3c34;
}

.inner-quantity-eplay .quantity{
    display: flex;
    position: relative;
}

.xfrm-product-description-wrapper {
    width: 80% !important;
}

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

.cutom-title-navigation{
    position: absolute;
    visibility: hidden;
    display: flex;
    right: 0%;
    top: 0px;
    width: max-content;
    height: 51px;
    background: #eeeeec;
    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;
}

.ewcs-nav-button:hover .cutom-title-navigation {
    -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: #eeeeec;
    padding-right: 60px;
    opacity: 1;
}

.msp-nav-icon{
    position: relative;
    z-index: 2;
    background: #a9a38f;
    border-radius: 100%;
}

.cutom-title-navigation span{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.xfrn-product-button {
    max-height: 57px;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    height: 70px !important;
    letter-spacing: 0 !important;
    font-style: normal;
    margin-left: 10px !important;
    border-radius: unset;
}

a#backToShop button.xfrn-product-button.full{
    background-color: #5D5955 !important;
    color: #fff !important;
    border: 1px solid #5D5955 !important;
    display: block;
    transition: 0.3s linear;
    opacity: unset;
}

a#backToShop button.xfrn-product-button.full:hover{
    background-color: #fff !important;
    color: #5D5955 !important;
    border: 1px solid #5D5955 !important;
    display: block;
}

button.single_add_to_cart_button.ajax_add_to_cart.button.alt.xfrn-product-button.half {
    /* margin-bottom: 2% !important; */
    background: #a9a38f !important;
    border: 1px solid #a9a38f !important;
    color: #fff !important;
    transition: 0.3s linear;
    width: 240px;
    margin-right: 10px;
    margin-left: unset !important;
    border-radius: unset;
    font-size: 14px !important;
}

button.single_add_to_cart_button.ajax_add_to_cart.button.alt.xfrn-product-button.half:hover{
    background: #fff !important;
    border: 1px solid #5d5955 !important;
    color: #5d5955 !important;
}

.single-clm.right a.added_to_cart.wc-forward {
    display: flex !important;
    max-height: 57px;
    width: 240px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    height: 70px !important;
    letter-spacing: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #a9a38f !important;
    background-color: #a9a38f !important;
    margin-left: unset !important;
    margin-right: 10px !important;
    margin-bottom: unset;
    padding-top: unset;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.3s linear;
}

.single-clm.right a.added_to_cart.wc-forward:hover{
    background-color: #fff !important;
    color: #5d5955 !important;
    border: 1px solid #5d5955 !important;
}

.wc-forward a:after, .wc-forward:after{
    content: unset !important;
}

.popup_product_details.show .woocommerce.singolo-prodotto span.onsale{
    left: 5px;
    z-index: 5;
    /* position: absolute; */
    right: 0;
    top: 20px;
    background-color: transparent;
    border: unset;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #101010 !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 15px;
    display: flex;
    position: relative;
    top: 45px;
    align-items: center;
    /* padding: 11px 25px; */
    border-radius: 50px;
    transition: 0.3s linear;
    line-height: normal;
    font-size: 12px;
}

.inner-next-img, .inner-prev-img{
    width: 50px;
    height: 50px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 100px 0 0 100px;
}

.next-img-product, .prev-img-product{
    padding-right: 10px;
}

.et-icon-wrapper.img-close-popup{
    width: 25px;
    height: 25px;
}

.et-icon-wrapper.img-close-popup svg{
    width: 25px;
    height: 25px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
    width: 80%;
    position: relative;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    background: #f6f6f6!important;
}

td.value.woo-variation-items-wrapper ul.variable-items-wrapper.image-variable-wrapper .variable-item:not(.radio-variable-item).selected{
    box-shadow: unset !important;
    outline: 4px solid #f6f6f6;
}

.woocommerce-variation-add-to-cart-disabled button {
    opacity: 0.6;
}

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

.single-product .inner-fixed-share-product{
    position: fixed;
    left: unset;
    right: 30px;
    bottom: 48%;
}

.single-product .inner-fixed-info-product{
    position: fixed;
    left: unset;
    right: 30px;
    bottom: 38%;
}

.single-product .circle-info-product{
    margin-top: unset !important;
}

/*.single-product .summary.entry-summary .xframe-buttons-wrapper button, .single-product .summary.entry-summary button.xfrn-product-button{
    max-height: 50px;
    width: 350px !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;
}*/

.single-clm.right .single_variation_wrap button.alt.xfrn-product-button {
    background: #a9a38f !important;
    border: 1px solid #a9a38f !important;
    color: #fff !important;
    transition: 0.3s linear;
    margin: unset !important;
    margin-right: 15px !important;
    width: 240px !important;
    font-size: 14px !important;
    border-radius: unset !important;
}

.single-clm.right .single_variation_wrap button.alt.xfrn-product-button:hover {
    background: #fff !important;
    border: 1px solid #5d5955 !important;
    color: #5d5955 !important;
}

/*.single-product .summary.entry-summary button.xfrn-product-button{
    margin-bottom: 30px !important;
}*/

.single-product .summary.entry-summary .xframe-buttons-wrapper button:hover, .single-product .summary.entry-summary button.xfrn-product-button:hover{
    background: transparent !important;
    border: 1px solid #404040 !important;
    color: #404040 !important;
}

.single-clm.left .onsale{
    display: none;
}

.single-product .wcb-wrapper{
    position: fixed;
}

.single-product .single-clm.left a.woocommerce-product-gallery__trigger {
    display: none;
}

.xfrm-product-brand-warranty-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 40px 0;
    flex-wrap: wrap;
}

.xfrm-product-brand-warantee-image {
    width: 33%;
    margin: 20px 15px;
}

.single-product.woocommerce .main-product{
    padding-top: 45px !important;
}

.single-product.woocommerce div#secondary {
    display: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
    max-width: 22px !important;
    max-height: 22px !important;

}

.controls .tinvwl_add_to_wishlist_button img {
    transform: unset !important;
}

.et-icon-wrapper.img-donwload svg {
    width: 70px;
    transform: unset !important;
    height: 28px;
}

.read-more-button p {
    color: #989A9E;
    font-weight: 400;
    font-size: 10px;
    text-decoration: none;
    width: fit-content;
    margin: unset;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
}

html.popup-opened .wcb-wrapper{
   left: 93%;
}

html.popup-opened p#back-top{
    display: none !important;
}

.single-product .xframe-buttons-wrapper{
    display: flex;
}

p.xfrm-price-element.xfrm-price ins {
    text-decoration: auto;
    background: transparent;
}

.xfrm-summary-wrapper {
    display: flex;
    width: 83%;
}

.single-clm.right .xfrm-product-brand.xfrm-product-brand-text {
    padding-bottom: 25px;
}

.summary.entry-summary .xfrm-availability.in-stock {
    color: #4DAA29;
    padding: 25px 0px;
    line-height: 1;
    text-transform: uppercase;
    border: 0;
    align-items: center;
    margin: auto;
    font-size: 14px;
}

.xfrm-availability.availability-single-product.out-stock {
    padding: 25px 0px;
    line-height: 1;
    text-transform: uppercase;
    border: 0;
    align-items: center;
    margin: auto;
    font-size: 12px;
    color: #a9a38f;
    letter-spacing: 0.5px;
}

.inner-eplay-add-to-cart{
    display: flex;
    align-items: baseline;
    padding-bottom: 50px;
}

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

a#request-info {
    width: 100% !important;
    max-width: 240px !important;
    margin-left: unset !important;
    margin-right: 15px;
    font-size: 15px !important;
}

#yourOffer button, a#request-info button{
    width: 100%;
    height: 100%;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    background-color: #fff;
    color: #5D5955;
    border: 1px solid #5D5955;
    border-radius: unset;
    opacity: unset;
    transition: 0.3s linear;
}

#yourOffer button:hover{
    background-color: #5D5955;
    color: #fff;
    border: 1px solid #5D5955;
}

.woocommerce.singolo-prodotto .eas-wrapper{
    margin-top: 60px;
}

.xframe-buttons-wrapper.on-quotation.has-contact a#request-info{
    width: 50% !important;
    margin-top: unset;
    margin-left: unset !important;
}

/*.xframe-buttons-wrapper.on-quotation.has-contact {
    padding: 25px 0;
}*/

.woocommerce-product-gallery .flex-viewport img:hover{
    cursor: crosshair;
}

.woocommerce-product-gallery--without-images figure img:hover{
    cursor: crosshair;
}




span.woocommerce-Price-currencySymbol {
    font-size: 17px !important;
    margin: 0 2px;
}

p.xfrm-price-element.xfrm-price .woocommerce-Price-currencySymbol {
    font-size: 22px !important;
    margin: 0 !important;
}

.woocommerce-variation.single_variation .woocommerce-variation-price {
    display: none !important;
}













/* horizontal Scrolling Thumbnails */

@media screen and (max-width:1025px){
    .woocommerce div.product div.images .flex-control-nav li {
        width: 70px !important;
        height: auto;
        margin: 10px 10px !important;
    }

    ol.flex-control-nav.flex-control-thumbs.slides {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .woocommerce-product-gallery .flex-control-nav{
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
}

/* Vertical Scrolling Thumbnails */

@media (min-width: 1025px) {
    .woocommerce div.product div.images .flex-control-thumbs li {
        padding: 5px 5px 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
        width: 4px;
        background: #cccccc6b;
    }

    .woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar-thumb {
        background-color: #a9a38f;
    }

    .woocommerce-page div.product div.images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -ms-flex-item-align: center;
        align-self: center;
        justify-content: center;
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
        margin-top: unset !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        /* Adjust PX to suit width of thumbnails */
        max-height: 425px;
        /* Adjust Height to Image height on desktop */
        overflow: auto;
        overflow-y: auto !important;
        margin-right: 5px !important;
        padding-right: 5px !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        margin: 5px 0 !important;
        height: auto;
        padding: 0;
    }
}

