.woocommerce.singolo-prodotto .product.type-product {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
    margin-top: -5%;
}

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

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

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

.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: 13px !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: #404040;
}

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

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

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

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

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

.summary.entry-summary {
    width: 100% !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: 64px;
    left: 0;
    background: white;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

/*.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: 100%;
    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-x: 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;
    display: block !important;
    overflow: hidden;
    margin: 10px !important;
    width: calc(25% - 20px) !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.5s;
}

.info-button svg:hover {
    transition: 0.5s;
    transform: scale(1.2);
    fill: black;
}

.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% !important;
    height: auto !important;
}

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

li.information-item {
    margin-top: 15px;
}

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: 16px;
    letter-spacing: .4px;
    line-height: 24px;
    font-weight: bold;
}

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

span.information-content {
    display: flex;
    flex-direction: column;
}

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

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

.inner-guide-product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

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

.text-guide, .button-guide {
    padding: 10px 0;
}

.button-guide {
    width: 60%;
}

.text-guide{
    width: 50%;
}

.text-guide span{
    font-weight: 600;
}


/***************** 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){
    .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;
    }

    .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: 5px;
        left: calc(100% - 50px);
    }
}

@media screen and (max-width:590px){
    .xfrm-product-spec-heading span {
        width: 25%;
        text-align: center;
    }
}

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

@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: 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 ********************/

.woocommerce-product-gallery__wrapper img.wp-post-image{
    max-height: 55vh !important;
}

.single-clm.left img{
   /* max-height: 75vh !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 {
    text-decoration: underline;
}

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

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

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

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

.spec-product-image:hover {
    background-size: 40%;
    transition: all ease-in .4s;
}

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

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

a.eplay-icon-wishlist{
    display: flex !important;
    margin-top: 20px;
    align-items: center;
}

a.eplay-icon-wishlist span{
    padding-right: 10px;
}


/* effect-shine */
span.information-content.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, #000 30%, rgba(0,0,0,.4) 50%, #000 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }

  a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, #000 30%, rgba(0,0,0,.4) 50%, #000 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
  }
  
  @-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }


  .ewcs-column-attachment-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ewcs-single-atc-img {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

a.ewcs-single-atc-img-link {
    padding: 20px;
}


.xfrm-product-extra-information.has-extra-info ul.list-information {
    display: flex;
    flex-wrap: wrap;
}

.xfrm-product-extra-information.has-extra-info ul.list-information li {
    width: 50%;
}

.ewcs-custom-bracelet {
    margin-top: 1.5em;
}

.ewcs-custom-bracelet input{
    width: 40%;
}

.summary.entry-summary .product_meta {
    margin-bottom: 15px;
}

/*.single-clm {
    width: 41%;
}*/

.woocommerce div.product div.images img {
    /*margin: 0 !important;*/
}

a.yith_magnifier_zoom.woocommerce-main-image {
    display: flex;
    justify-content: center;
}




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

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

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

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

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

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

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

.xfrm-ptt-brand {
    /* font-family: 'Thasadith' !important; */
    font-weight: bold;
}

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

.xfrm-price-element.xfrm-price .woocommerce-Price-amount.amount {
    color: black !important;
}

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

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

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

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

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

a#top-bar-request-info {
    color: white;
}

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

.xfrm-product-hidden-wrapper.active {
    max-height: calc(100% - 90px);
}

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

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

.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-close {
    position: sticky;
    top: 15px;
    color: #fff;
    background-color: #000000;
    border-color: #404040;
    border-radius: 100%;
    width: 45px;
    max-width: 45px !important;
    text-align: center;
    display: block;
    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 {
    background: #475b83 !important;
}

.xfrm-product-hidden-close > i {
    transform: rotate(
180deg);
    font-size: 22px;
    line-height: 22px;
}

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

.xfrm-product-hidden-wrapper.active form {
    margin-bottom: 50px;
    margin-top: 20px !important;
}

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

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

.mkdf-grid-col-6 {
    position: relative;
    /* float: left; */
    width: 47%;
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid;
}

.final-block-contact {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    line-height: 36px;
    padding: 8px 0 8px 0;
    resize: none;
    min-height: 120px;
}

div#contact-cartier-single-product textarea {
    border-bottom: 1px solid;
}

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

.xfrm-product-hidden-wrapper button.wpcf7-form-control.wpcf7-submit.mkdf-btn.mkdf-btn-small {
    background: #ddbb72 !important;
    color: white !important;
    border: 0 !important;
    transition: all 300ms ease-in-out 0s;
    left: 10%;
    position: relative;
}

div#contact-cartier-single-product .ajax-loader {
    position: relative !important;
    bottom: unset !important;
    left: 15%;
    margin: unset;
}


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

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

.xfrm-product-bar-cta.button-top-bar-add-to-cart button.single_add_to_cart_button.ajax_add_to_cart.button.alt.xfrn-product-button-top-bar{
    font-size: 1rem !important;
    border: unset !important;
    border-radius: unset;
    background-color: transparent !important;
    color: #fff !important;
    padding: unset;
    text-transform: inherit;
    height: auto;
}

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

.xfrm-product-bar-cta.button-top-bar-add-to-cart.added a.added_to_cart.wc-forward{
    display: block !important;
    padding-top: unset !important;
    color: #fff;
}

.woocommerce-product-gallery__image:hover {
    cursor: crosshair;
}









.additional-text-eplay{
    display: none;
}

.additional-text-eplay.add-visible-text{
    display: flex;
    position: relative;
    padding: 20px 40px 0 40px;
    flex-direction: column;
}

.close-additional-text {
    position: absolute;
    right: 0;
    font-size: 35px;
    line-height: 20px;
    top: 10px;
    cursor: pointer;
}

.button-guide{
    cursor: pointer;
}

.et-icon-wrapper.icon-close-text svg {
    width: 20px;
    height: 20px;
    transition: 0.2s linear;
}

.et-icon-wrapper.icon-close-text svg:hover {
    fill: #a30101;
}

#more, #moretermsale, #morereturnexchanges, #moreshipping, #morefaq {
    display: none;
}

span#myreadless, span#myreadtermsaleless,  span#myreadreturnexchangesless, span#myreadshippingless, span#myreadfaqless{
    display: none;
}

span#myread, span#myreadless, span#myreadtermsale, span#myreadtermsaleless, span#myreadreturnexchanges, span#myreadreturnexchangesless, span#myreadshipping, span#myreadshippingless, span#myreadfaq, span#myreadfaqless {
    cursor: pointer;
    transition: 0.2s linear;
    font-weight: bold;
}

span#myread:hover, span#myreadless:hover, span#myreadtermsale:hover, span#myreadtermsaleless:hover, span#myreadreturnexchanges:hover, span#myreadreturnexchangesless:hover, span#myreadshipping:hover, span#myreadshippingless:hover, span#myreadfaq:hover, span#myreadfaqless:hover {
    color: #a30101;
}

.woocommerce-info {
    border-top-color: #000000 !important;
}

.woocommerce-info::before {
    color: #000000 !important;
}

section.related.products li.product:hover .controls-inner{
    transform: translateX(0%);
}

.single-product div#rolex-retailer-clock, .single-product a#rolex-link{
    display: none;
}

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

.single-product li.product .br_compare_button{
    padding: unset;
    background: unset;
	transform: translateY(0%);
}

.single-product li.product:hover .controls-inner{
    left: 13%;
}

.single-product li.product .ajax_add_to_cart{
	background: unset;
    padding: unset;
    font-size: 100% !important;
	transform: translateY(0%);
}

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

.single-product .xfrm-product-top-bar-wrapper {
    z-index: 9999;
}

.single-product .wcb-wrapper{
	z-index: 999;
}

@media screen and (max-width:800px){
    .wcb-expander-title {
        font-size: 17px !important;
        padding: 15px 0 !important;
    }
}

@media screen and (max-width:600px){
    .additional-text-eplay.add-visible-text {
        padding: 20px 0px 0 0px;
    }

    a.wcb-voice {
        margin: 5px !important;
    }
}