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

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

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


.single_add_to_cart_button.button.alt:hover {
    background-color: transparent !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;
}

.xfrn-product-button.full {
    width: calc(100% - 10px);
}

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

.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: 300px;
    margin: auto;
}

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

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

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

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

span.close {
    position: sticky;
    top: 22px;
    color: #fff;
    background-color: #404040;
    border-color: #404040;
    width: 45px;
    text-align: center;
    display: block;
    cursor: pointer;
    z-index: 999;
    /*left: calc(100% - 60px);*/
    font-family: monospace !important;
    font-size: 30px;
    line-height: 45px;
    opacity: unset;
}

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

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

.summary.entry-summary {
    width: 85% !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;
}

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

.specification-button {
    position: relative;
    cursor: pointer;
}

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

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

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

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

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

section.related.products .product {
    /*min-width: calc(25% - 20px) !important;
    max-width: calc(25% - 20px) !important;
    
    overflow: hidden;
    margin: 10px !important;
    width: calc(25% - 20px) !important;*/
    width: 25% !important;
    max-width: 25% !important;
    border: 11px solid white !important;
    display: block !important;
}

button.flickity-button {
    position: absolute;
    top: 0px;
    background: transparent !important;
}

button.flickity-button svg {
    fill: #404040;
    width: 20px;
}
button.flickity-button.previous {
    right: 70px;
}

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


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

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

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

.xfrm-attr-label {
    font-weight: bold;
    color: #404040;
}

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

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

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{
    display: inline-flex;
}

.request-info-block-inner{
    display: flex;
    align-items: center;
}

.info-button{
    margin: 0 10px;
}

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

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

.info-button svg:hover {
    transition: 0.3s linear;
    transform: scale(1.2);
    fill: #737373;
}

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

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

.extra-top-bar svg{
    display: none;
}

.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:875px){
    .xfrm-attr-row{
        width: calc(50% - 30px);
    }
}

@media screen and (max-width:850px){
    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;
    }

    .xframe-buttons-wrapper button span {
        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-spec-heading span {
        width: 25%;
        text-align: center;
    }

    .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: 45px;
        height: 45px;
        fill: #9AA6A2;
    }

    .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: 45px;
    }
}

@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:466px){
    .xframe-buttons-wrapper button {
        padding: 10px 5px !important;
    }

    button.single_add_to_cart_button.ajax_add_to_cart.button.alt.xfrn-product-button.half {
        font-size: 11px !important;
    }
}

@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: 9px;
    }

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

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

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

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

.read-more-button p{
    text-decoration: underline;
}

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

.woocommerce-product-gallery__image {
    min-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{
    background-color: #dd3c34 !important;
    color: #fff !important;
    border-color: #dd3c34 !important;
}

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

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

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

.wrapper-request-info .et-icon-wrapper.img-share svg:hover{
    fill: #dd3c34;
}

span.close{
    transition: 0.3s linear;
}

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

.controls-inner .controls:hover i{
    color: #dd3c34;
}

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

.read-more-button p:hover{
    color: #dd3c34;
    text-decoration: underline;
}

.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: 30px;
}

.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(-362%);
    transition: ease-in .4s;
}

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


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

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



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

span.close {
    z-index: 9999999;
}

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

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

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

.xfrm-product-bar-cta {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    background: black;
}

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

.xfrm-price-element.top-bar.xfrm-reserved {
    font-weight: bold !important;
    color: black;
}

p.xfrm-ptt-name, .xfrm-ptt-brand {
    color: black;
    text-transform: uppercase;
    margin: 0;
}

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

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

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

.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 {
    transition: all ease-in .2s;
}

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

.xfrm-product-guide-text {
    font-family: 'Thasadith' !important;
    font-weight: 200;
    color: black;
}



@media screen and (max-width:1300px){
    button.xfrn-product-button.full{
        padding: 0 30px;
    }
}

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

@media screen and (max-width:992px){
    .read-more-button p{
        width: auto !important;
    }

    .xframe-buttons-wrapper.no-conatact {
        justify-content: center;
    }

    .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{
        display: none;
    }
}

@media screen and (max-width:750px){
    button.flickity-button.previous {
        top: 15%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    button.flickity-button.next {
        top: 15%;
        left: 55%;
        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-bar-img {
        margin-right: 10px;
        height: 60px;
    }
}

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

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



.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: 25px;
    height: 25px;
}

.et-icon-wrapper.img-primary-share svg{
    width: 25px;
    height: 25px;
    fill: #737373;
}

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

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

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

.request-info-block-inner-new{
    display: flex;
}

.xfrm-product-request-info-new {
    visibility: hidden;
    display: flex;
    right: 0%;
    top: 0px;
    width: 110px;
    height: 50px;
    border-radius: 100px 100px 100px 100px;
    background: #E6ECE5;
    z-index: 1;
    align-items: center;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.inner-fixed-share-product:hover .xfrm-product-request-info-new{
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    width: 170px;
    visibility: visible;
    background: #f6f6f6;
}

.ewcs-nav-button {
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    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: 15px;
    height: 15px;
    fill: #737373;
}

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

.single-product .ewcs-product-navigation.ewcs-sticky-cirlce {
    position: fixed;
    bottom: 30%;
    /*left: calc(100% - 60px);*/
    left: 91.3%;
    z-index: 999;
}

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

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

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

.xfrm-product-brand.xfrm-product-brand-text {
    margin-bottom: 10px;
}

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

.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 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.inner-quantity-eplay input.qty_button{
    width: 45px;
    height: 45px;
    padding: unset;
    background: transparent;
    color: #000;
    border-color: rgb(118, 118, 118);
    border-radius: unset;
}

.inner-quantity-eplay .input-text.qty.text{
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: unset;
    border: 1px solid;
    border-left: unset;
    border-right: unset;
    border-color: rgb(118, 118, 118);
}

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

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

.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: 50px;
    background: #E6ECE5;
    z-index: 1;
    align-items: center;
    border-radius: 0;
    -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%);
}

.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: #f5f5f5;
    padding-right: 60px;
}

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

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

.woocommerce.singolo-prodotto button.single_add_to_cart_button.xfrn-product-button {
    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;
}

.woocommerce.singolo-prodotto button.single_add_to_cart_button.xfrn-product-button:hover {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important;
}

.popup_product_details.show .woocommerce.singolo-prodotto span.onsale{
    display: none;
}

.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: 0;
}

.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;
    fill: #737373;
}

a#backToShop button.xfrn-product-button.full{
    background: transparent;
    color: #000;
    width: 80%;
    margin: unset !important;
    margin-top: 2% !important;
    border-color: #000;
    margin-bottom: 20px !important;
}

a#backToShop button.xfrn-product-button.full:hover{
    background: #dd3c34;
    color: #fff;
    border-color: #dd3c34;
}

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

.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-navigation-control {
    display: none;
}*/

.single-product .inner-fixed-share-product{
    position: fixed;
    left: unset;
    /*right: 3.5%;*/
}


.single-product .summary.entry-summary .xframe-buttons-wrapper button, .single-product .summary.entry-summary button.xfrn-product-button{
    /*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;*/
    font-weight: 400 !important;
    text-transform: uppercase;
    max-height: 50px;
    width: 100% !important;
    margin: unset !important;
    font-size: 16px !important;
    background-color: #864d27 !important;
    border-color: #864d27 !important;
    color: white !important;
}

.single-product .summary.entry-summary .xframe-buttons-wrapper button:hover, .single-product .summary.entry-summary button.xfrn-product-button:hover{
    background-color: #848588 !important;
    border-color: #848588 !important;
    color: white !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: #ffffff !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 .product.type-product{
    margin-top: 30px !important;
}

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

.xfrm-summary-wrapper {
    display: flex;
    flex-wrap: wrap;
}

p.xfrm-price-element.xfrm-reserved {
    font-size: 19px;
}

.woocommerce a.remove:hover{
    background: transparent !important;
}