.form-row.custom-error { position: relative !important; }
.form-row.custom-error input { border-color: red !important; }
.form-row.custom-error span.error { position: absolute; left: 10px; bottom: -4px; font-size: 11px; line-height: 16px; pointer-events: none; background: #fff; padding: 0 10px;
    display: inline-block; color: red; }

.product-full-wrapper { }

.product-full-wrapper .product { display: block; }
.product-full-wrapper .product:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.product-full-wrapper .product .summary { float: none !important; width: 100% !important; }

.product-full-wrapper .product .summary .container { }
.product-full-wrapper .product .product-post-summary-wrapper .container { }

.blockUI,
.blockOverlay { display: none !important; opacity: 0 !important; pointer-events: none !important; height: 0 !important; width: 0 !important; }

/* ==== WOCOMMERCE >>> BREADCRUMBS ============================================================================================================================================================================ */

.woocommerce .woocommerce-breadcrumb { padding: 20px 0; font-size: 16px; line-height: 2.06; color: rgba(0,0,0,1); display: block; background: #fff; margin-bottom: 0; }
.woocommerce .woocommerce-breadcrumb a { color: #ff7f32; pointer-events: none; }

/* ==== WOCOMMERCE >>> SINGLE PRODUCT >>> MODULE HERO PRODUCT ============================================================================================================================================================================ */
.woocommerce .module-holder-hero-product .module-hero-product {}
.woocommerce .module-holder-hero-product .module-hero-product .module-hero-container {position: relative;}
.woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data {display: none;}
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data h1 {margin: 0 0 10px;font-size: 21px;}
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data span {font-weight: 200; text-transform: uppercase;font-size: 14px;margin: 0 0 10px;}
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data p {font-size: 16px; font-weight: 700;color: #ff7f32;text-transform: uppercase;}
.woocommerce .module-holder-hero-product .module-hero-product .module-hero-container figure {margin: 0 -70px;}
.woocommerce .module-holder-hero-product .module-hero-product .module-hero-container figure img {}


/* ==== WOCOMMERCE >>> SINGLE PRODUCT RESUME ================================================================================================================================================================== */

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> LAYOUT */

.woocommerce #content .product-full-wrapper div.product div.summary { width: 100%; float: none; }
.product-resume { padding: 20px 0; max-width: 340px; margin: 0 auto; }
.product-resume .side-product-resume { }
.product-resume .side-product-resume.title-side-product { }
.product-resume .side-product-resume.add-cart-side-product { }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> SUMMARY */

.title-side-product {}

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> TITLE */

.title-side-product h1 { margin-bottom: 20px; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> DEFAULT PRICE */

.title-side-product > .price { display: none; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> SHORT DESCRIPTION */

.title-side-product .copy.copy-m { margin-bottom: 20px; }
.title-side-product .woocommerce-product-details__short-description { max-width: 560px; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> PRICE DISPLAY */

.title-side-product .price-box { max-width: 300px; margin-bottom: 0; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> FEAT PROMO */

.title-side-product .featured-product-promo-holder-module { padding: 30px 0 10px 0; }
.title-side-product .featured-product-promo-holder-module .overtitle { margin-bottom: 20px; }
.title-side-product .featured-product-promo-module { background: #f5f5f5; padding: 20px 35px 30px 35px; box-shadow: 0 2px 1px 0 #d9d7d5; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> FEAT PROMO > HEADING */

.featured-product-promo-module .feat-promo-header { padding: 10px 0 5px 0; }
    .feat-promo-header .h4 { margin-bottom: 0; position: relative; }
    .feat-promo-header .h4 .promo-price { font-size: 32px; font-weight: bold; line-height: 23px; }
    .feat-promo-header .h4 .promo-price .currency { font-size: 18px; }
    .feat-promo-header .h4 a { font-size: 18px; position: relative; display: inline-block; height: 20px; padding: 0 30px 0 0; max-width: 200px; margin: 0 auto; }
    .feat-promo-header .h4 a:before { position: absolute; height: 20px; width: 20px; content: "\f3d3"; font-family: 'Ionicons'; text-align: center; top:0; right: 0;
         -ms-transform: rotate( 0 ); -webkit-transform: rotate( 0 ); transform: rotate( 0 ); -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }
    .feat-promo-header .h4 a.active:before { -ms-transform: rotate( 90deg ); -webkit-transform: rotate( 90deg ); transform: rotate( 90deg ); }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> FEAT PROMO > CONTENT */

.featured-product-promo-module .feat-promo-content { border-top: 1px solid #d9d7d5; padding: 30px 0 10px 0; display: none; }
    .featured-product-promo-module .feat-promo-content ul { list-style: disc; padding-left: 10px; margin-bottom: 11px; }
    .featured-product-promo-module .feat-promo-content ol { list-style: decimal; padding-left: 10px; margin-bottom: 11px; }
    .featured-product-promo-module .feat-promo-content ul li,
    .featured-product-promo-module .feat-promo-content ol li { font-size: 13px; line-height: 1.38; color: rgba(63,63,63,1); margin-bottom: 4px; padding-left: 10px; }
    .featured-product-promo-module .feat-promo-content p { font-size: 13px; line-height: 1.38; color: rgba(63,63,63,1); margin-bottom: 15px; }
    .featured-product-promo-module .feat-promo-content h1, .featured-product-promo-module .feat-promo-content h2,
    .featured-product-promo-module .feat-promo-content h3, .featured-product-promo-module .feat-promo-content h4,
    .featured-product-promo-module .feat-promo-content h5, .featured-product-promo-module .feat-promo-content h6 { font-size: 20px; line-height: 1.2; margin-bottom: 15px; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART */

.add-cart-side-product { }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > PREVIEW */

.add-cart-side-product .price-var-preview { text-align: right; margin-bottom: 10px; }
.add-cart-side-product .price-var-preview .error-bonus { font-size: 20px; line-height: 1.3; font-weight: normal; text-transform: none; }
.add-cart-side-product .price-var-preview .qty { display: inline-block; padding-right: 10px; }
.add-cart-side-product .price-var-preview .dsqty { display: block; padding-right: 24px; padding-bottom: 5px; }
.add-cart-side-product .price-var-preview .dsqty .qty { opacity: 0.4; font-size: 0.7em; position: relative; padding-right: 1px; }
.add-cart-side-product .price-var-preview .dsqty .qty:before { background: #000; height: 2px; width: 100%; position: absolute; top: 50%; left: 0; margin-top: -1px; content: ""; }
.add-cart-side-product .price-var-preview .currency { display: inline-block; font-size: 20px; position: relative; left: -5px; font-weight: bold;
    font-family: 'Gotham', 'Helvetica', Arial, sans-serif; }

.add-cart-side-product .price-var-preview .old-price { opacity: 0.3; position: relative; display: block; }

.add-cart-side-product .price-var-preview .old-price .qty { font-size: 20px; position: relative; }
.add-cart-side-product .price-var-preview .old-price .qty:before { width: 100%; height: 3px; position: absolute; top: 50%; left: 0; background: #000; content: ""; margin-top: -1px; }
.add-cart-side-product .price-var-preview .old-price .currency { font-size: 20px; position: relative; left: -6px; top: 1px; } 

.js-bonus-preview-holder { }
.add-cart-side-product .price-var-preview { }
.add-cart-side-product .gift-bonus .gift-var-preview  { background: #f0f0f0 !important; margin-bottom: 10px; line-height: 18px;
    font-size: 14px; text-align: right; padding: 15px; }
.add-cart-side-product .gift-bonus .gift-var-preview span.gift { font-weight: bold; color: #ff7f32; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM */

.add-cart-side-product form { }
.add-cart-side-product form .woocommerce-variation-price { display: none !important; }
.add-cart-side-product form .woocommerce-variation-add-to-cart-enabled .quantity { display: none !important; }
.add-cart-side-product form a.reset_variations { display: none !important; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > TABLE */

.add-cart-side-product form table { display: block; }
.woocommerce div.product form.cart .variations { margin-bottom: 20px; }
    .add-cart-side-product form table tbody { display: block; }
    .add-cart-side-product form table tbody tr { display: block; }
    .add-cart-side-product form table tbody tr td { display: block; }
    .add-cart-side-product form table tbody tr td.label { display: none; }
    .add-cart-side-product form table tbody tr td.value { padding: 0; }
    .add-cart-side-product form td.value select { width: 100%; background: #fff; line-height: 40px; height: 40px; padding: 0 40px 0 16px;
        border: 1px solid #d9d7d5 !important; color: rgba(0,0,0,1); font-family: 'Gotham'; font-size: 18px; line-height: 1.67; margin-bottom: 0; }


/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > NON VARIATIONS */

.add-cart-side-product .quantity { display: block; width: 100%; border: 1px solid #d9d7d5 !important; margin-bottom: 20px !important; position: relative; }
.add-cart-side-product .quantity input { background: #fff; line-height: 40px; height: 40px; width: 100% !important; display: block; text-align: right !important;
    color: rgba(0,0,0,1); font-family: 'Gotham'; font-size: 18px; line-height: 1.67; margin-bottom: 0; padding: 0 90px 0 16px; }

/*
.add-cart-side-product .quantity input[type=number]::-webkit-inner-spin-button,
.add-cart-side-product .quantity input[type=number]::-webkit-outer-spin-button { margin: 0; position: absolute; left: 10px; opacity: 1; }
*/

.add-cart-side-product .quantity:before { position: absolute; top: 1px; right:0; height: 100%; height: 100%; content: "Sesiones"; width: 80px; line-height: 38px; padding-left: 0; pointer-events: none !important; }

.is-freebie .preview-bonus-prices { position: relative; }
.is-freebie p.freebie-session { color: #ff7f32; text-align: right; margin-bottom: 7px; position: absolute; right: 0; bottom: -90px; }
.is-freebie.add-cart-side-product .quantity { margin-bottom: 40px !important; }


/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > VARIATIONS */

.add-cart-side-product form .single_variation_wrap { }
.add-cart-side-product .woocommerce-variation-add-to-cart .quantity { display: none; }
    .add-cart-side-product button { width: 100%; display: block; line-height: 40px; height: 40px; padding: 0 24px; white-space: nowrap; text-align: center; font-size: 20px; 
        -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; 
        overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'Gotham'; font-weight: bold; border-width: 1px; border-style: solid; border-radius: 0 !important; }

/*
    .add-cart-side-product button{ background: #ff7f32 !important; border-color: #ff7f32 !important; color: #fff !important; }
    .add-cart-side-product button:hover { background: #ff9d52 !important; border-color: #ff9d52 !important; }
*/


    .add-cart-side-product button{ background: #000 !important; border-color: #000 !important; color: #fff !important; }
    .add-cart-side-product button:hover { background: #212121 !important; border-color: #212121 !important; }

    
    .add-cart-side-product button.disable { pointer-events: none; opacity: 0.3; }

    .add-cart-side-product .variations td.value { position: relative; }
    .add-cart-side-product .variations td.value:before { content: "\f3d0"; background: #fff; height: 38px; line-height: 38px; width: 30px; text-align: center;
        position: absolute; top: 1px; right: 1px; color: #ff7f32; font-family: 'Ionicons'; font-size: 20px; pointer-events: none; }

/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > IS GIFT */

.add-cart-side-product form .is-gift-cb-holder { width: 100%; }
    .is-gift-cb-holder input[type="checkbox"] { display: none; }
    .is-gift-cb-holder input[type="checkbox"] + label { padding-left: 80px; position: relative; margin-top: 30px; line-height: 1.6; }
    .is-gift-cb-holder input[type="checkbox"] + label:before { display: block; content: ""; height: 20px; width: 20px; border: 1px solid #d9d7d5 !important;
        font-family: 'Ionicons'; position: absolute; top:6px; left: 0; color: #ff7f32; line-height: 20px; text-align: center; font-size: 16px; }
    .is-gift-cb-holder input[type="checkbox"] + label span { position: absolute; left: 42px; top:0; display: block; color: rgba(0,0,0,1); font-size: 25px; padding: 0 4px; line-height: 29px; }
    .is-gift-cb-holder input[type="checkbox"] + label a { display: block; }
    .is-gift-cb-holder input[type="checkbox"]:checked + label:before  { content: "\f121"; }


/* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > METAS */

.add-cart-side-product .product_meta { display: none !important; }

/* ==== WOCOMMERCE >>> WC POP-PU NOTIFICATIONS ================================================================================================================================================================ */

/* WOCOMMERCE >>> WC POP-PU NOTIFICATIONS > OK */

.woocommerce-message { width:100%; max-width: 1190px; margin: 0 auto; font-family: 'Gotham'; color: rgba(0,0,0,1); font-weight: normal; margin-bottom: 20px; font-size: 14px;
    line-height: 20px; background: #dff1b7; padding: 10px 10px 60px 50px !important; position: relative; border-width: 0 30px 0 30px; border-style: solid; border-color: #fff; }
    .woocommerce-message:before { background: url('https://www.centrosunico.com/wp-content/themes/centrosunico/assets/images/icons/ok.png') center center no-repeat; background-size: contain; height: 24px; width: 24px; content: ""; position: absolute; top: 10px; left: 10px; }
    .woocommerce-message a.button { position: absolute; bottom: 10px; left: 40px; background: #afcc6f; color: #fff; font-weight: normal; }
    .woocommerce-message a.button:hover { background: #afcc6f; color: #fff; }

/* WOCOMMERCE >>> WC POP-PU NOTIFICATIONS > ERROR */

.woocommerce-error { width:100%; max-width: 1190px; margin: 0 auto; font-family: 'Gotham'; color: rgba(0,0,0,1); font-weight: normal; margin-bottom: 20px; font-size: 14px;
    line-height: 20px; background: #ffd3ca; padding: 10px 10px 10px 50px; position: relative; border-width: 0 30px 0 30px; border-style: solid; border-color: #fff; }
    .woocommerce-error:before { background: url('../images/icons/error.png') center center no-repeat; background-size: contain; height: 24px; width: 24px; content: ""; position: absolute; top: 10px; left: 10px; }

/* ==== WOCOMMERCE >>> SINGLE POST PRODUCT RESUME ============================================================================================================================================================= */

.product-post-summary-wrapper { display: block; position: static; }

/* WOCOMMERCE >>> SINGLE POST PRODUCT RESUME >>> TABS */

.product-post-summary-wrapper .module-tabs .tab-chooser ul { }
.product-post-summary-wrapper .module-tabs .tab-chooser ul li { }
.product-post-summary-wrapper .module-tabs .tab-content .inner ol.offer-conditions { list-style: decimal; }
.product-post-summary-wrapper .module-tabs .tab-content .inner ol.offer-conditions li { font-size: 13px; line-height: 1.38; color: rgba(63,63,63,1); margin-bottom: 4px; }

/* WOCOMMERCE >>> SINGLE POST PRODUCT RESUME >>> LEGAL */

.module-holder-legal-note { padding-bottom: 100px; }
    .module-holder-legal-note p.copy.copy-xs { margin-bottom: 0; }

/* ==== WOCOMMERCE >>> SINGLE POST ADVANTAGES ================================================================================================================================================================= */


/* WOCOMMERCE >>> SINGLE POST ADVANTAGES >>> HEADING */

.product-advantages-wrapper { background: #f3eeec; padding: 70px 0 50px 0; margin-bottom: 100px; }
.product-advantages-wrapper .module-intro-header { padding-bottom: 50px; }
.module-advantages .row { padding: 50px 0; border-top: 2px solid #d9d7d5; }

/* WOCOMMERCE >>> SINGLE POST ADVANTAGES >>> LOOP */

.module-advantages .inner { max-width: 340px; margin: 0 auto; }
    .module-advantages .inner h3 { position: relative; position: relative; }
    .module-advantages .inner h3.has-icon { padding-left: 55px; }
    .module-advantages .inner h3 span.cunicons { position: absolute; left: 0; top: 0; height: 40px; width: 40px; content: ""; text-align: center; }

/* ==== WOCOMMERCE >>> CHECKOUT HIDE / SHOW METHODS =========================================================================================================================================================== */

ul.payment_methods li { }
ul.payment_methods li.unactive { opacity: 0.3; pointer-events: none; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
ul.payment_methods li.unactive { display: none; }

.js-pending-center-select-checkout .next-btn.unactive { pointer-events: none; opacity: 0.3; background: #aaa; border-color: #aaa; }

.js-alert-no-center-selected { display: none; }
.js-alert-no-center-selected.active { display: block; }

/* ==== WOCOMMERCE >>> CHECKOUT ORDER DETAILS ON TPV LAST STEP ================================================================================================================================================ */


.woocommerce ul.order_details { padding: 60px 20px 30px 20px; max-width: 770px; margin: 0 auto; position: relative; margin: 30px auto; border-bottom: 2px solid #f0f0f0; }
.woocommerce ul.order_details:before { content: "resumen del pedido"; position: absolute; top :0; left: 0; width: 100%; text-align: center; display: inline-block;
    font-family: 'Gotham', 'Helvetica', Arial, sans-serif; color: rgba(0,0,0,1); font-weight: normal; display: block; font-size: 25px; line-height: 1.6; margin-bottom: 20px; }

.wc-checkout-noscript-alt { margin-bottom: 100px; }
.wc-checkout-noscript-alt .payment_buttons { }
.wc-checkout-noscript-alt .payment_buttons input[type='submit'] { display: block; line-height: 60px !important; height: 60px; padding: 0 24px; white-space: nowrap;
    text-align: center; font-size: 20px; -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out; transition: all 100ms ease-out; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    font-family: 'Gotham', 'Helvetica', Arial, sans-serif; font-weight: bold; border-width: 1px; border-style: solid; border-radius: 0;
    background: #ff7f32; border-color: #ff7f32; color: #fff; }
.wc-checkout-noscript-alt .payment_buttons input[type='submit']:hover { background: #ff9d52; border-color: #ff9d52; }

.wc-checkout-noscript-alt input[type='submit'] { display: block; line-height: 60px !important; height: 60px; padding: 0 24px; white-space: nowrap;
    text-align: center; font-size: 20px; -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out; transition: all 100ms ease-out; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    font-family: 'Gotham', 'Helvetica', Arial, sans-serif; font-weight: bold; border-width: 1px; border-style: solid; border-radius: 0;
    background: #ff7f32; border-color: #ff7f32; color: #fff; margin-bottom: 10px; }
.wc-checkout-noscript-alt input[type='submit']:hover { background: #ff9d52; border-color: #ff9d52; }


@media only screen and ( min-width : 24em ) {


}

@media only screen and ( min-width : 48em ) {

    /* WOCOMMERCE >>> WC POP-PU NOTIFICATIONS > OK */
    .woocommerce-message { font-size: 18px; line-height: 32px; padding: 15px 15px 55px 82px !important; }
    .woocommerce-message:before { height: 32px; width: 32px; left: 32px; }
    .woocommerce-message a.button { position: absolute; bottom: 10px; left: 82px;  }

    /* WOCOMMERCE >>> WC POP-PU NOTIFICATIONS > ERROR */
    .woocommerce-error { font-size: 18px; line-height: 32px; padding: 15px 15px 15px 82px; }
    .woocommerce-error:before { height: 32px; width: 32px; left: 32px; }

    /* ==== WOCOMMERCE >>> SINGLE PRODUCT >>> MODULE HERO PRODUCT ============================================================================================================================================================================ */
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data {position: absolute;top:0;right:0;bottom:0;left:0;display: flex;flex-direction: column;justify-content: center; width: 100%; padding: 10px;}
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data {width: 60%; padding: 50px;}
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data h1 {font-size: 45px;}
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data span {font-size: 22px;}
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container .module-hero-container-data p {font-size: 30px;}
    .woocommerce .module-holder-hero-product .module-hero-product .module-hero-container figure {margin: 0 0;}

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> LAYOUT */
    .product-resume { padding: 20px 0; max-width: 100%; margin: 0 auto; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > TABLE */
    .add-cart-side-product form td.value select { line-height: 50px; height: 50px; padding: 0 60px 0 26px; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > NON VARIATIONS */
    .add-cart-side-product.is-bonus { }
    .add-cart-side-product.no-bonus .quantity { display: none !important; }

    .add-cart-side-product .quantity input { line-height: 50px; height: 50px; }
    .add-cart-side-product .quantity:before { line-height: 48px; }

    .is-freebie p.freebie-session { bottom: -100px; }
    .is-freebie.add-cart-side-product .quantity { margin-bottom: 40px !important; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > VARIATIONS */
    .add-cart-side-product button { line-height: 50px; height: 50px; }

    /* WOCOMMERCE >>> SINGLE POST PRODUCT RESUME >>> TABS */
    .product-post-summary-wrapper .module-tabs .tab-content .inner ol.offer-conditions { -webkit-column-gap: 60px; -webkit-column-count: 2; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > PREVIEW */
    .add-cart-side-product .price-var-preview .error-bonus { font-size: 28px; line-height: 1.4; }
    .add-cart-side-product .price-var-preview .old-price .qty { font-size: 30px; }
    .add-cart-side-product .price-var-preview .dsqty { padding-bottom: 2px; }
    .add-cart-side-product .price-var-preview .dsqty .qty { font-size: 0.6em; }
    .add-cart-side-product .price-var-preview .dsqty .qty:before { height: 4px; margin-top: -2px; }
    .add-cart-side-product .price-var-preview .old-price .currency { font-size: 20px; top: -2px; left: -10px; } 




    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > VARIATIONS */
    .add-cart-side-product .variations td.value:before { height: 48px; line-height: 48px; width: 35px; font-size: 24px; }

}

@media only screen and ( min-width : 64em ) {

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > TABLE */
    .add-cart-side-product form td.value select { line-height: 60px; height: 60px; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > NON VARIATIONS */
    .add-cart-side-product .quantity input { line-height: 60px; height: 60px; }
    .add-cart-side-product .quantity:before { line-height: 58px; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > VARIATIONS */
    .add-cart-side-product button { line-height: 60px; height: 60px; }

    /* WOCOMMERCE >>> SINGLE POST ADVANTAGES >>> LOOP */
    .module-advantages .inner { max-width: 100%; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> FEAT PROMO > HEADING */
    .feat-promo-header .h4 .promo-price { font-size: 38px; line-height: 1.2; }
    .feat-promo-header .h4 .promo-price .currency { font-size: 20px; }
    .feat-promo-header .h4 a { position: absolute; display: block; right: 0; bottom: 7px; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > PREVIEW */
    .add-cart-side-product .price-var-preview .error-bonus { font-size: 32px; font-weight: bold; }

    .is-freebie p.freebie-session { bottom: -120px; }
    .is-freebie.add-cart-side-product .quantity { margin-bottom: 55px !important; }

    /* WOCOMMERCE >>> SINGLE PRODUCT RESUME >>> ADDCART > FORM > VARIATIONS */
    .add-cart-side-product .variations td.value:before { height: 58px; line-height: 58px; width: 50px; font-size: 30px; }


}

@media only screen and ( min-width : 75em ) {

    /* WOCOMMERCE >>> WC POP-PU NOTIFICATIONS > OK */
    .woocommerce-message { padding: 15px 15px 15px 82px !important; }
    .woocommerce-message:before { margin-top: -15px; top: 50%; }
    .woocommerce-message a.button { position: static; float: right; }

    /* WOCOMMERCE >>> WC POP-PU NOTIFICATIONS > ERROR */
    .woocommerce-error:before { margin-top: -15px; top: 50%; }


}