.popup_product_details {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: auto !important;
    opacity: 0;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    visibility: hidden;
}

.show {
    display: block !important;
}

.popup_product_details.show {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}

span.close {
    transition: 0.3s linear;
    z-index: 999999;
    border-color: #1D1D1B;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    opacity: unset;
    font-weight: 100;
    font-family: system-ui;
    font-size: 55px;
    line-height: 39px;
    color: black;
}

.close:hover, .close:focus {
    color: #C4925A;
    opacity: unset;
}

button.xfrm-compare-button.button.addonify-cp-button {
    padding: unset !important;
    border-radius: unset;
    background: unset !important;
    color: #000;
    flex-direction: column;
    text-transform: none;
    gap: unset;
}

button.xfrm-compare-button span.material-symbols-outlined {
    transition: all 0.3s linear;
}

button.xfrm-compare-button:hover span.material-symbols-outlined, button.xfrm-compare-button.selected span.material-symbols-outlined {
    transform: rotate(45deg);
}

button.xfrm-compare-button.button.addonify-cp-button:hover{
    background-color: unset;
}

a.xfrm-similar-price-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share-product-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

span.sidebar-txt, .summary.entry-summary .yith-wcwl-add-button a span {
    line-height: normal;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: 400;
    color: #000;
    margin-top: 5px;
}

.inner-sidebar-section > span, .inner-sidebar-section > button, .inner-sidebar-section > div {
    margin-bottom: 30px !important;
}

.inner-sidebar-section > div:last-child {
    margin-bottom: 0 !important;
}

.inner-sidebar-section:last-child{
    margin: unset;
}

.inner-sidebar-section i.yith-wcwl-icon {
    font-size: 21px;
}

.summary.entry-summary .inner-sidebar-section span.material-symbols-outlined {
    color: #000;
}

.yith-wcwl-add-to-wishlist{
    margin: unset;
}

.xfrm-image-wrapper {
    position: absolute;
    top: 0;
    height: 250px;
    width: 100%;
    background: #4d2771;
    z-index: 1;
}

.xfrm-image-product-detail-inner {
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.woocommerce.singolo-prodotto .main-product {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: visible !important;
    width: 100%;
}

.xfrm-summary-wrapper {
    display: flex;
    width: 83%;
    margin-top: 80px;
}

.single-clm {
    font-size: initial;
    width: calc(50% - 40px);
    display: inline-block;
    margin: 0 20px;
    padding-bottom: 50px;
    z-index: 2;
}

.popup_product_details .single-clm.left {
    margin-bottom: 50px;
    padding-top: 0;
    border-radius: 40px;
    /* overflow: hidden; */
    text-align: center;
    background: transparent !important;
    position: relative;
    border-radius: 50px !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
    display: inline-block;
    vertical-align: top;
    float: none;
}

.popup_product_details.show .single-clm.right {
    margin-bottom: 60px;
    box-shadow: 0px -6px 1px #ededed03 !important;
}

.single-clm.right {
    background: white;
    padding: 30px 5px 30px 30px;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.single-clm.right {
    min-height: 80vh;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 0 !important;
    padding: 0;
}

.wpgs-for.slick-initialized.slick-slider {
    background: white;
}

span.prd-gallery-icon.prd-left {
    position: absolute;
    left: 20px;
    top: 50%;
    background: #000000cf;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
    color: white;
    transform: translateY(-50%);
}

span.prd-gallery-icon.prd-right {
    position: absolute;
    right: 20px;
    top: 50%;
    background: #000000cf;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
    color: white;
    transform: translateY(-50%);
}

.slick-slider .slick-arrow, .la-slick-nav .slick-arrow {
    text-align: center;
    border: none;
    padding: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    z-index: 3;
    font-size: 38px;
    color: #858a9f;
    font-weight: normal;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slick-arrow.slick-disabled {
    background: #f9f9f9 !important;
    color: #777777 !important;
}

span.prd-gallery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.zoomImg {
    display: none !important;
}

.woocommerce-product-gallery__image {
    background: white;
}

.woocommerce div.product div.images img {
    width: auto !important;
    max-height: 70vh !important;
    min-height: 100%;
    box-shadow: none !important;
    margin: auto;
}

.slick-list.draggable img {
    max-width: 100px;
    height: auto !important;
}

.summary.entry-summary {
    position: sticky;
    top: 0;
    width: 100% !important;
    max-width: 100%;
    float: unset !important;
    border: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.summary.entry-summary .inner-detail-section {
    width: 80%;
}

.summary.entry-summary .inner-sidebar-section {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summary.entry-summary .inner-extra-information-section {
    width: 100%;
    margin-top: 60px;
}

.summary.entry-summary .inner-extra-information-section > div {
    margin-bottom: 20px;
}

.summary.entry-summary .inner-extra-information-section > div:last-child {
    margin-bottom: unset;
}

.xfrm-product-lines.in-single-product.xfrm-product-lines-text {
    color: black;
    position: relative;
    margin-left: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.xfrm-summary-wrapper h1.product_title.entry-title.xframe-product-title {
    transition: all 0.3s linear;
    font-family: inherit;
    color: #000;
    font-size: 25px !important;
    font-style: inherit;
    margin-top: 5px;
}

/*.inner-new-title-first-row::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: -15px;
    z-index: 1;
}*/

.inner-new-title-first-row {
    position: relative;
}

p.xfrm-price-element.xfrm-price {
    font-size: 22px;
    margin-bottom: unset;
}

.xfrm-subdesv {
    color: black;
    position: relative;
    font-weight: 500;
    margin-bottom: 30px;
}

.xfrm-price-element.xfrm-price .woocommerce-Price-amount.amount {
    color: black !important;
}

.xfrm-summary-wrapper span.woocommerce-Price-amount.amount bdi {
    letter-spacing: 2px;
    font-size: 17px;
    line-height: normal;
    text-align: center;
    font-family: inherit !important;
    font-weight: 600;
    color: #fff;
}

.xfrm-summary-wrapper span.woocommerce-Price-currencySymbol {
    font-weight: 300 !important;
    font-family: inherit !important;
    color: #fff !important;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
}

.xframe-buttons-wrapper {
    margin-top: 10px;
}

.xframe-buttons-wrapper.on-quotation.no-conatact {
    margin-top: 30px;
}

.inner-new-custom-price {
    display: flex;
    align-items: center;
}

.inner-new-custom-price::after {
    content: '●';
    margin: 0 10px;
    font-size: 10px;
}

/*.woocommerce a.added_to_cart {
    display: block !important;
}*/

span.xfrm-vat {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.xfrm-product-extra-information {
    width: 100% !important;
    border-radius: 50px 50px 0 0;
    background: #f9f9f9;
    padding-bottom: 10px !important;
    padding: 30px;
}

ul.list-information {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

li.information-item {
    margin-bottom: 20px;
    width: 50%;
}

li.information-item, a.information-link {
    color: #000;
    display: flex;
    text-decoration: none;
    align-items: unset;
}

.xfrm-product-extra-information a {
    pointer-events: none;
}

div.information-image {
    display: inline-block;
    text-align: center;
    margin-right: 16px;
}


.information-image span {
    color: #000;
    font-size: 30px;
    font-weight: 200;
}

span.information-content {
    display: flex;
    flex-direction: column;
}

span.information-title {
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-size: 12px;    
    letter-spacing: .4px;
    line-height: 24px;
}

span.information-text {
    font-size: 13px;
    letter-spacing: inherit !important;
    line-height: 18px;
    font-weight: 400;
    color: black !important;
}

.xfrm-product-request-info {
    margin-top: 10px;
}

.wrapper-request-info {
    font-size: 14px;
    color: black;
    display: flex;
    align-items: center;
}

.request-info-block-inner {
    display: flex;
    align-items: center;
}

.request-info-block-inner a {
    display: contents;
}

.request-info-block-inner .info-button {
    background: unset;
    margin-left: 19px !important;
}

.et-icon-wrapper.img-share {
    display: flex;
}

.info-button svg {
    width: 17px;
    height: 17px;
    transition: 0.3s linear;
    fill: black;
}

.woocommerce div.product div.summary form.cart {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    margin-bottom: 20px !important;
    padding-bottom: 0;
    border-bottom: 0 !important;
    width: 100%;
    flex-direction: column;
}

button.single_add_to_cart_button.button.alt {
    flex-basis: 50%;
    margin-bottom: unset !important;
    background: #000 !important;
    padding: 15px 25px !important;
    display: flex;
    width: auto !important;
    align-items: center;
}

a#request-info button {
    margin-bottom: unset !important;
    background: #000 !important;
    padding: 15px 25px !important;
    display: flex;
    width: auto !important;
    align-items: center;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
}

.button.loading {
    width: initial !important;
    padding-right: 8px!important;
}

.add-to-cart-single-icon {
    height: 50px;
    background: #5774a4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: white;
    padding: 0 20px;
    transition: all .2s ease-in;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: initial;
}

.add-to-cart-single-icon, .a.buy-now.button.ewcs-instant-checkout, a.buy-now.button {
    box-shadow: 1px 2px 8px #cbcbcb !important;
}

form.cart .material-symbols-outlined, .ewcs-complete-order-wrapper .material-symbols-outlined {
    margin-right: 5px;
}

a.buy-now.button.ewcs-complete-checkout {
    background: #d39d60 !important;
    margin: 0;
}

a.buy-now.button {
    height: 50px;
    width: fit-content !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 0 20px;
    border-radius: 50px;
    color: white;
    flex-basis: 50%;
    margin-left: 0 !important;
    margin-bottom: unset !important;
}

a.buy-now.button span:nth-child(2) {
    font-size: 14px;
    letter-spacing: normal;
    text-transform: initial;
}

a.buy-now.button.ewcs-complete-checkout {
    display: none !important;
}

.xfrm-delivery-text {
    margin-top: 0;
    font-weight: 500;
    color: black;
    font-size: 14px;
    border-radius: 50px 50px 50px 50px;
    background: #f9f9f9;
    padding: 30px;
}

nav.woocommerce-breadcrumb span {
    display: none;
}

p.stock.in-stock{
    display: none !important;
}

.xfrm-dvn-item.xfrm-stock, .xfrm-dvn-item.xfrm-delivery-field {
    display: flex;
    align-items: center;
}

.xfrm-dvn-item {
    margin-bottom: 10px;
    padding-left: 5px;
}

span.xfrm-dvn-item-title {
    font-weight: 700;
    min-width: 130px;
    text-transform: uppercase;
    font-size: 12px;
}

.second-row-customer-care {
    font-size: 13px;
    color: black;
}

span.xfrm-dvn-item-value.delivery-text, span.xfrm-dvn-item-value.stock-status {
    font-size: 13px;
    line-height: normal;
}

b.delivery-time {
    padding: 1px 10px;
    border: 1px solid #cdc7c7;
    background: transparent;
    text-transform: capitalize;
    margin: 0 5px;
    line-height: 2.2;
    border-radius: 30px;
    padding: 2px 15px;
    line-height: 1;
}

span.xfrm-dvn-item-value.delivery-text.receipt-text b.delivery-time {
    margin-left: unset;
}

.xfrm-stock-value {
    display: flex;
    align-items: center;
}

.xfrm-stock-value .material-symbols-outlined {
    margin-right: 10px;
    font-size: 20px;
}

.xfrm-product-spec-heading {
    display: flex;
    justify-content: space-evenly;
    max-width: 100%;
    margin: auto;
    background: white;
    width: 100%;
}

.read-more-button {
    margin-top: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: black;
}

.read-more-button span {
    font-size: 18px;
}

.read-more-button p{
    margin: unset;
    padding-right: 10px;
}

.read-more-button span.material-symbols-outlined {
    transition: all 0.2s linear;
    color: #000;
}

.read-more-button:hover span.material-symbols-outlined {
    transform: rotateZ(90deg);
}

.xfrm-product-specifications {
    width: 80%;
    margin-bottom: 100px;
}

.inner-xfrm-specification-detail {
    padding: 60px 80px;
    box-shadow: 1px 2px 8px #cbcbcb !important;
    border-radius: 0 0 50px 50px;
}

.specification-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    min-width: 215px;
    text-align: center;
    transition: all 0.2s linear;
}

.specification-button::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1.5px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    background: #373737;
    transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
}

.specification-button.specification-active::before {
    width: 100%;
    transition: all 0.2s linear;
    opacity: 1;
    visibility: visible;
}

.xfrm-inner-attribute-table {
    border-radius: 0 50px 0 50px;
    background: #f9f9f9;
    width: auto;
    padding: 40px 60px 80px 60px;
}

.xfrm-product-specification-row.xfrm-product-description {
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

div#component, div#product-form{
    display: none;
}

/*div#component {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

div#details, div#component{
    transition: all 0.3s linear;
}*/

.xfrm-shop-attributes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.xfrm-attr-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
    width: calc(50% - 30px);
    margin-right: 30px;
}

.xfrm-attr-title {
    width: 30%;
    text-align: left;
}

p:last-child {
    margin-bottom: 0;
}

.xfrm-attr-row p {
    margin: 0;
    padding: 10px 0;
}

.xfrm-attr-label {
    font-weight: 700 !important;
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
}

.xfrm-attr-value {
    width: 70%;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    color: black;
    font-size: 14px;
    letter-spacing: inherit;
}

.wcb-wrapper button.single_add_to_cart_button.ajax_add_to_cart.button {
    padding: 0 !important;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border: unset !important;
    line-height: normal;
}

section.related.products {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner-releted-products {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.xfrm-related-product-inner {
    padding-bottom: 10px !important;
    outline: none;
}

section.related.products .product {
    list-style: none;
    overflow: hidden;
    text-align: left;
    padding: 0;
    position: relative;
}

.related-single-prod.swiper-slide li {
    opacity: 1 !important;
    box-shadow: 1px 2px 8px #cbcbcb !important;
    border-radius: 40px 0px 40px 0px !important;
    margin: 15px !important;
    display: block !important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative;
    display: block;
}

section.related.products li.product .xfrm-description-open{
    max-width: calc(60% - 20px) !important;
}

.related-single-prod.swiper-slide {
    margin: unset !important;
}

html form.cart.item-is-in-cart .single_add_to_cart_button {
    display: none !important;
}

html form.cart.item-is-in-cart .ewcs-instant-checkout {
    display: none !important;
}

html form.cart.item-is-in-cart a.buy-now.button.ewcs-complete-checkout {
    display: flex !important;
}

.ewcs-complete-order-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
    margin-bottom: 20px !important;
    padding-bottom: 0;
    border-bottom: 0 !important;
    width: 100%;
}

.single-product.woocommerce .main-product {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto !important;
    margin-bottom: 50px !important;
}

.single-product.woocommerce .main-product {
    padding-top: 85px !important;
}

.single-product .xfrm-summary-wrapper {
    margin-top: unset;
}

.single-product.woocommerce .single-clm.left {
    padding-top: unset;
    padding-bottom: unset;
    border-radius: 40px;
    overflow: hidden;
}

.single-clm.left .woo-product-gallery-slider {
    position: sticky !important;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 50px;
}

.single-clm.left .woo-product-gallery-slider > div {
    padding-top: 50px !important;
}

.single-product .images.webrotate360 {
    display: none !important;
}

.single-product .single-clm.right {
    margin-bottom: 60px;
}

.summary.entry-summary .yith-wcwl-add-button a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.summary.entry-summary .yith-wcwl-add-button a i{
    margin-left: 10px;
}

nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
    color: #000 !important;
    margin: 0 10px;
}

nav.woocommerce-breadcrumb {
    position: relative;
    text-align: center;
    margin-top: 0px !important;
    top: 70px;
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: center;
}

nav.woocommerce-breadcrumb span {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xfrm-product-brand.xfrm-product-brand-text h6 {
    font-size: 20px;
    font-weight: 600;
}

.summary.entry-summary .product_meta {
    border: unset !important;
    padding: unset !important;
    margin: unset !important;
}

span.sku_wrapper.xfrm_var_sku {
    color: #000;
    font-size: 17px;
}

.xfrm-stock-value.status-on-stock {
    color: green;
}


p.xfrm-product-description-txt {
    color: black;
}

.additional-description-div p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xfrm-product-description-wrapper {
    margin-top: 20px;
}

table#configurable td.label {
    font-size: 12px;
    color: black;
    text-transform: uppercase;
}

span.button-reset-variation {
    text-transform: capitalize;
    color: black !important;
    font-size: 12px;
    opacity: 1 !important;
}

.specification-button {
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
}


/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mkdf-st-inner {
    text-align: center;
}

h2.mkdf-st-title {
    margin-bottom: 10px;
}

div#contact-single-product ul {
    list-style: none;
    margin: unset;
}

.mkdf-st-inner {
    text-align: center;
    margin-bottom: 40px;
}

.check-text {
    text-align: end;
}

.check-box span.wpcf7-list-item.first.last {
    margin: unset;
}

.additional-field {
    display: flex;
    width: calc(100% - 40px);
    margin: 0 20px;
    margin-bottom: 40px;
}

.form-with-animated-labels .form-wrapper {
    position: relative;
}
 
/*.form-with-animated-labels .form-wrapper + .form-wrapper {
    margin-top: 40px;
}*/
 
.form-with-animated-labels [type="text"],
.form-with-animated-labels [type="email"],
.form-with-animated-labels textarea {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid transparent;
    color: var(--black);
    background: var(--lightgray);
    font-size: 14px;
    border-radius: 0 20px 0 20px !important;
}
 
.form-with-animated-labels textarea {
    height: 150px !important;
    max-width: 100% !important;
}
 
.form-with-animated-labels [type="text"]:focus,
.form-with-animated-labels [type="email"]:focus,
.form-with-animated-labels textarea:focus {
    border-color: var(--brown);
}
 
.form-with-animated-labels label {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 14px;
    transform: translateY(-50%);
    color: var(--gray);
    transition: all 0.25s ease-in-out;
    border-radius: 0 20px 0 20px !important;
}
 
.form-with-animated-labels .form-textarea-wrapper label {
    top: 10px;
    transform: none;
}
 
.form-with-animated-labels label.focused {
    top: -22px;
    transform: none;
    font-size: 13px;
    color: var(--black);
    background: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #ccc;
}
 
/*.form-with-animated-labels [type="submit"] {
    min-width: 160px;
    padding: 20px 4px;
    border-radius: 10px;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: var(--white);
    background: var(--brown);
}*/
 
.form-with-animated-labels .form-submit-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(40deg);
    opacity: 0.75;
    fill: var(--white);
    width: 60px;
    height: 60px;
}
 
.form-with-animated-labels .wpcf7-form-control-wrap {
    position: static;
}
 
.form-with-animated-labels .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    right: 10px;
    font-size: 12px;
}
 
 
/* OUTPUT MESSAGES CF7
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
    padding: 10px;
    margin: 0;
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--brown);
}

li.form-wrapper.input-form {
    margin: 0 20px;
    margin-bottom: 40px;
    width: calc(50% - 40px);
    margin-bottom: 35px;
}

.inner-top-contact-form {
    display: flex;
    flex-wrap: wrap;
}

li.form-wrapper.form-text-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
    margin-bottom: 35px;
}

div#contact-single-product {
    margin-top: 25px;
}

li.form-wrapper.form-textarea-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px;
    margin-bottom: 35px;
}

.form-with-animated-labels .additional-field label{
    position: inherit;
    transform: unset;
    top: unset;
    left: unset;
    display: flex;
    align-items: center;
    cursor: pointer;
}

div#contact-single-product .additional-field > div {
    width: 50%;
    position: relative;
}

.inner-quantity-eplay label {
    font-size: 20px;
    width: 100%;
    height: auto;
    margin: unset;
    position: inherit !important;
    color: red !important;
    clip-path: unset;
}

.inner-quantity-eplay label {
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: unset;
    display: flex;
    align-items: center;
    color: #000 !important;
    clip-path: unset;
    position: inherit;
}

.summary.entry-summary .inner-quantity-eplay {
    margin-top: 30px;
}

.inner-eplay-add-to-cart button.single_add_to_cart_button {
    display: flex !important;
    align-items: center;
}

.new-add-to-cart-xfrm-btn span.txt-add-to-cart {
    font-size: 17px;
    letter-spacing: normal;
    font-weight: 400;
}




/*WCB extension*/

.wcb-wrapper {
    position: sticky;
    bottom: 10px;
    z-index: 9999;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 90% !important;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    box-shadow: 1px 2px 8px #cbcbcb !important;
}

.wcb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

.wcb-inner > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0;
}

.wcb-icon {
    width: 50px;
    height: 50px;
    background: #000000cf;
    display: flex;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    cursor: pointer;
}

.wcb-icon i {
    font-size: 36px;
    color: white;
    text-align: center;
    width: 100%;
}

.wcb-expander{
    position: absolute;
    width: 370px;
    bottom: 35px;
    background: #ffffff;
    left: 35px;
    border: 1px solid #404040;
    z-index: 999999;
}

.wcb-expander-title {
    font-size: 20px;
    text-align: center;
    padding: 31px 0;
    background: #404040;
    color: white;
    text-transform: uppercase;
}

.wcb-voice-inner {
    width: 100%;
    color: #4c3e3e;
    font-weight: 400;
}

a.wcb-voice {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 13px;
    background: #f5f5f5;
    margin: 10px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    font-weight: 400 !important;
}

.wcb-expander-voices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 9999;
    max-height: 350px;
    overflow-y: auto;
}


a.wcb-voice:hover {
    outline: 1px solid #404040;
}

span.wcb-voice-icon {
    margin-right: 20px;
    margin-left: 20px;
}

.wcb-button {
    position: relative;
    z-index: 99999999;
}

.wcb-animated{
    transition: all .3s ease-in;
}

a.wcb-voice .wcb-voice-icon i {
    transition: all .3s ease-in;
}

a.wcb-voice:hover .wcb-voice-icon i {
    color: #404040;
    transform: scale(1.3);
    transition: all .3s ease-in;
}

a.wcb-voice:hover .wcb-voice-inner {
    color: #404040;
}

.wcb-expander-closure {
    position: absolute;
    font-size: 23px;
    top: -19px;
    right: -20px;
    background: #404040;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wcb-expander-closure i {
    color: white;
}

.wcb-hidden{
    display: none;
}

.wcb-expander{
    display: none;
}

.wcb-extend {
    transform: translateY(45%);

}

.wcb-close, .wcb-extend-close{
    transform: translateY(100%);
}

.wcb-button {
    position: relative;
    z-index: 99999999;
    margin: 1px 15px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.extended-options .wcb-button:last-child {
    margin-right: unset;
}

.wcb-icon span {
    color: white;
}

.wcb-icon span {
    width: 100%;
    text-align: center;
    font-weight: 500 !important;
}

.wcb-button.next a {
    text-align: center;
}

.wcb-whatsapp {
    transform: translateY(45%);
    transform: unset !important;
    font-size: 27px !important;
}

.wcb-button.start-hidden{
    visibility:hidden;

}

.wcb-button.start-hidden.show{
    visibility:visible;
    
}

.wcb-wrapper.active .start-hidden.next{
   margin-left: auto;
}

.wcb-wrapper.active .start-hidden.prev{
   margin-right: auto;
}

.wcb-button .wcb-icon:hover {
    background: #C4925A !important;
    transition: all ease-in .2s;
}

span.prd-gallery-icon:hover {
    background: #C4925A !important;
    transition: .5s all ease-in;
}

.wcb-icon.close span {
    font-weight: 200 !important;
    font-family: system-ui;
    font-size: 40px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.xfrm-product-top-bar-wrapper{
    display: none !important;
}

.wrapper-clm-left-sticky-bar {
    display: flex;
    align-items: center;
}

.inner-img-sticky-bar {
    border: 1px solid;
    max-width: 80px;
    border-radius: 100%;
    border-color: #d6d3d3;
}

.inner-specification-product-sticky-bar {
    padding-left: 20px;
}

.inner-brand-sticky-bar span {
    text-transform: uppercase;
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 600;
}

.inner-title-sticky-bar span {
    color: black;
    font-weight: 600;
    font-size: 13px;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: normal;
}

.inner-product-sticky-image {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    margin: 1px;
}

.et-icon-wrapper.sticky-icon {
    display: flex;
}

.et-icon-wrapper.sticky-icon svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.wcb-button a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wcb-button p {
    opacity: 1;
    visibility: visible;
    color: black !important;
    letter-spacing: normal;
    text-transform: initial;
    margin: 2px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
}

.inner-brand-sticky-bar, .inner-price-sticky-bar {
    line-height: normal;
}

@media screen and (max-width:491px){
    .wcb-wrapper{
        transform: translateX(0);
        bottom: 10px;
        width: auto;
    }

    .wcb-inner {
        justify-content: center;
    }

     .wcb-expander {
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
    }
}















.wpgs-nav .slick-list {
    display: none;
}

.wpgs-nav.slick-initialized.slick-slider.slick-dotted {
    margin: 50px;
}

li.slick-active {
    width: 40px !important;
}

.slick-dots li.slick-active button:before {
    width: 40px;
}

