/* ==== COMPONENT >>> SPINNER LOADING ========================================================================================================================================================================= */

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

.loader.spinner-svg { height: 40px; width: 40px; margin: 30px auto; opacity: 1; pointer-events: all; }
.loader.spinner-svg.turnoff { opacity: 0; pointer-events: none; }
.loader.spinner-svg svg {  -webkit-animation: spin 600ms infinite linear; }
.loader.spinner-svg svg path,
.loader.spinner-svg svg rect{ fill: #FF7F32; }

.quickspinner {  -webkit-animation: spin 500ms infinite ease-in; }

/* ==== COMPONENT >>> PLAY BUTTON ============================================================================================================================================================================ */

.play-button { width: 90px; height: 90px; line-height: 90px; border: 3px solid #fff; text-align: center; position: absolute;
        top: 50%; left: 50%; -ms-transform: translate( -50%, -50% ); -webkit-transform: translate( -50%, -50% ); transform: translate( -50%, -50% ); border-radius: 50%;
        z-index: 20; -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); opacity: 0.8; }
.play-button:hover { background: rgba(0,0,0,0.1); cursor: pointer; }
.play-button:active { margin-top: 1px; }
.play-button span { color: #fff; font-size: 50px; position: relative; right: -5px; text-shadow: 0 0 7px rgba(0,0,0,0.3); }

/* ==== COMPONENT >>> PRICE DISPLAY ========================================================================================================================================================================== */

/* COMPONENT >>> PRICE DISPLAY >>> REGULAR */

.price-box { display: block; width: 100%; margin-bottom: 30px; vertical-align: middle; }
    .price-box .pre-label { display: block; height: 18px; font-size: 13px; line-height: 1.38; color: rgba(63,63,63,1); position: relative; top: 5px; position: absolute; top: -18px; left: 0; font-weight: normal; }
    .price-box .holder { position: relative; }
    .price-box .holder { display: flex; justify-content: flex-start; flex-direction: row; align-items: center; }
    .price-box .price { display: block; line-height: 1; font-weight: bold; color: rgba(0,0,0,1); padding-right: 9px; height: 64px; white-space: nowrap; position: relative; }
    .price-box .price .qty { font-size: 38px; line-height: 1; display: inline-block; }
    .price-box .price .qty .decimal { font-size: 0.65em; line-height: 1; display: inline-block; padding: 0 4px; position: relative; top: -4px; }
    .price-box .price .qty .decimal { /* font-size: 0.5em; line-height: 1; display: inline-block; position: relative; top: -24px; left: 5px; */ }
    .price-box .price .units { font-size: 20px; line-height: 3.2; position: relative; left: -5px; }
    .price-box .post-label { display: block; }
    .price-box .post-label span { display: block; min-height: 18px; font-size: 13px; line-height: 1.38; color: rgba(63,63,63,1); position: relative; top: 4px; }

/* COMPONENT >>> PRICE DISPLAY >>> SMALL */

.small-price .price-box,
.price-box.small { }
    .small-price .price-box .price,
    .price-box.small .price { padding-right: 9px; }
    .small-price .price-box .price .qty,
    .price-box.small .price .qty { font-size: 38px; line-height: 1; display: inline-block; }
    .small-price .price-box .post-label,
    .price-box.small .post-label { display: block; line-height: 1; top: -4px; top: -4px; position: relative; }
     .small-price .price-box.is-sale-price .regular-price,
    .price-box.small.is-sale-price .regular-price { bottom: 24px; padding: 0 2px; }
    .small-price .price-box.is-sale-price .regular-price .rprice:before,
    .price-box.small.is-sale-price .regular-price .rprice:before { margin-top: -4px; }
    .small-price .price-box .pre-label,
    .price-box.small .pre-label { top: -8px; left: 0; font-weight: normal; }


/* COMPONENT >>> PRICE DISPLAY >>> HAS SALE LABEL */

.price-box.is-sale-price { position: relative; }
    .price-box.is-sale-label .regular-price { padding-top: 0; bottom: 12px; }
    .price-box.is-sale-label .sale-label { display: block; height: 18px; font-size: 13px; line-height: 1.38; color: rgba(63,63,63,1); position: relative; top: 5px; position: absolute; top: -18px; left: 0; font-weight: normal; }
    .price-box.is-sale-label .regular-price .rprice:before { }


/* COMPONENT >>> PRICE DISPLAY >>> IS SALE PRICE */

.price-box.is-sale-price { position: relative; }
    .price-box.is-sale-price .regular-price { right: 0; position: absolute; bottom: 16px; padding: 0 2px; }
    .price-box.is-sale-price .regular-price .rprice { font-weight: bold; color: rgba(0,0,0,1); position: relative; }
    .price-box.is-sale-price .regular-price .rprice:before { content: ""; height: 2px; width: 100%; position: absolute; top: 50%; margin-top: -1px; left: 0; background: #5e4b3c; }
    .price-box.is-sale-price .regular-price .rprice .qty { font-size: 24px; line-height: 1; display: inline-block; }
    .price-box.is-sale-price .regular-price .rprice .units { font-size: 16px; line-height: 1; display: inline-block; position: relative; left: -2px; }
    .price-box .regular-price .post-label { display: none; }
    
/* COMPONENT >>> PRICE DISPLAY >>> HAS SALE LABEL */

.price-box.is-sale-price { position: relative; }
    .price-box.is-sale-label .regular-price { padding-top: 0; bottom: 12px; }
    .price-box.is-sale-label .sale-label { display: block; height: 18px; font-size: 13px; line-height: 1.38; color: rgba(63,63,63,1); position: relative; top: 5px; position: absolute; top: -18px; left: 0; font-weight: normal; }
    .price-box.is-sale-label .regular-price .rprice:before { }

/* COMPONENT >>> PRICE DISPLAY >>> HAS PRELABEL */

.price-box.is-prelabel { padding-top: 18px; }

/* ==== COMPONENT >>> PROMO INFO ============================================================================================================================================================================= */

.promo-info-holder { background: #f5f5f5; padding: 0 10px; box-shadow: 0 2px 1px 0 #d9d7d5; }

/* COMPONENT >>> PROMO INFO >>> HEADER */

.promo-info-holder .heading { padding: 30px 0 15px 0; }

.promo-info-holder .heading .col-title { }
    .promo-info-holder .heading .col-title h4 { margin-bottom: 6px; }
    .promo-info-holder .heading .col-title .price-box { margin-bottom: 0; }

.promo-info-holder .heading .col-link { padding-top: 10px; padding-bottom: 20px; }
    .promo-info-holder .heading .col-link a.btn { max-width: 320px; }
    .promo-info-holder .heading .col-read-more { padding-top: 5px; }
    .promo-info-holder .heading .col-read-more a { font-size: 18px; line-height: 1.67; position: relative; padding-right: 35px; display: inline-block; }
    .promo-info-holder .heading .col-read-more a:before { content: "\f3d0"; display: block; position: absolute; top: 1px; right: 0; font-family: 'Ionicons'; width: 28px; text-align: center;
        font-size: 22px; line-height: 28px; -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; }
    .promo-info-holder .heading .col-read-more a.active:before { -ms-transform: rotate( -180deg ); -webkit-transform: rotate( -180deg ); transform: rotate( -180deg ); }

/* COMPONENT >>> PROMO INFO >>> CONTENT */

.promo-info-holder .content { display: none; }
    .promo-info-holder .content .inner { padding: 20px 0 30px 0; border-top: solid 1px #d9d7d5; }
    .promo-info-holder .content .inner .copy.copy-s { margin-bottom: 0; }

/* ==== COMPONENT >>> DATASHEET ============================================================================================================================================================================== */

.treatment-datasheet { background: #f3eeec; padding: 35px; margin-bottom: 20px; }
    .treatment-datasheet h3 { margin-bottom: 28px; }
    .treatment-datasheet .copy.copy-m { margin-bottom: 3px; }
    .treatment-datasheet .copy.copy-xs { margin-bottom: 15px; }


/* ==== COMPONENT >>> NEWSLETTER POP-UP ====================================================================================================================================================================== */

.module-pop-overlay { background: rgba( 256,256,256,0.8 ); display: block; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999999999999999; opacity: 0; pointer-events: none; }
.module-pop-overlay.active { opacity: 1; pointer-events: all; }
.module-pop-overlay.active .module-pop-inner { margin-top: 0; }

.module-pop-overlay .module-pop-inner { width: 100%; max-width: 380px; padding: 0 10px; position: relative; margin-top: -15%; }
.module-pop-overlay .module-pop-inner:before { background: #fff; width: 20px; height: 100%; top: 0; right: 10px; content: ""; position: absolute; z-index: 9999; }
.module-pop-overlay .module-pop-inner .scroller { background: #fff; max-height: 90vh; width: 100%; padding: 40px 25px 0 25px; overflow: auto; box-shadow: 0 2px 17px 0 rgba(187,187,187,0.50); position: relative; }
.module-pop-overlay .module-pop-inner .scroller .close-me { height: 30px; width: 30px; position: absolute; top: 10px; right: 0; display: block; 
    z-index: 99999; background: url('../images/icons/closeme-news.png') center center no-repeat; background-size: 22px; }
.module-pop-overlay .module-pop-inner .container { padding: 0; }
.module-pop-overlay .module-pop-inner .container .col { padding: 0 !important; }
.module-pop-overlay .module-pop-inner .container .col .inner { background: #fff; }
.module-pop-overlay .module-pop-inner .container .col .inner iframe { width: 100%; height: 640px; }

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

    /* COMPONENT >>> PLAY BUTTON */
   .play-button { width: 110px; height: 110px; line-height: 110px; }
   .play-button span { font-size: 60px; }


}


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

    /* COMPONENT >>> PLAY BUTTON */
    .play-button { width: 150px; height: 150px; line-height: 150px; border: 4px solid #fff; }
    .play-button span { font-size: 90px; }

    /* COMPONENT >>> PRICE DISPLAY >>> REGULAR */
    .price-box .price .qty { font-size: 48px; }

    /* COMPONENT >>> PRICE DISPLAY >>> SMALL */
    .price-small .price-box .price,
    .price-box.small .price { padding-right: 9px; height: 58px; }
    .price-small .price-box .price .qty,
    .price-box.small .price .qty { font-size: 48px; }

    /* COMPONENT >>> PROMO INFO >>> HEADER */
    .promo-info-holder .heading .col-link { padding-top: 0; padding-bottom: 0; }

    /* ==== COMPONENT >>> NEWSLETTER POP-UP ====================================================================================================================================================================== */
    
    .module-pop-overlay .module-pop-inner { max-width: 550px; }
    .module-pop-overlay .module-pop-inner .scroller { padding: 45px 60px 0 60px; }
    .module-pop-overlay .module-pop-inner .container .col .inner iframe { height: 570px; }

}

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

    /* COMPONENT >>> PLAY BUTTON */
   .play-button { width: 220px; height: 220px; line-height: 220px; background: transparent; }
   .play-button span { font-size: 160px; }

    /* COMPONENT >>> PRICE DISPLAY >>> REGULAR */
    .price-box .price .qty { font-size: 64px; line-height: 1; }

    /* COMPONENT >>> PRICE DISPLAY >>> SMALL */
    .price-small .price-box .price,
    .price-box.small .price { padding-right: 9px; height: 58px; }
    .price-small .price-box .price .qty,
    .price-box.small .price .qty { font-size: 48px; }

    /* ==== COMPONENT >>> NEWSLETTER POP-UP ====================================================================================================================================================================== */
    
    .module-pop-overlay .module-pop-inner { max-width: 750px; }
    .module-pop-overlay .module-pop-inner .scroller { padding: 45px 90px 0 90px; }
    .module-pop-overlay .module-pop-inner .container .col .inner iframe { height: 660px; }

}

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

    /* COMPONENT >>> PLAY BUTTON */
   .play-button { width: 300px; height: 300px; line-height: 300px; background: transparent; border: 5px solid #fff; }
   .play-button span { font-size: 220px; right: -18px; }

}


/* ==== COMPONENT >>> PRODUCT HERO NEW ======================================================================================================================================================================= */

/* COMPONENT >>> PRODUCT HERO NEW >>> LAYOUT */
    
.module-prod-hero { width: 100%; position: relative; }
.module-prod-hero .container { position: relative; z-index: 100; }
.module-prod-hero .image { opacity: 1; }
.module-prod-hero .side { }
.module-prod-hero .side .copies-block { padding: 0 0 20px 0; }
.module-prod-hero .side .actions-block { }

/* COMPONENT >>> PRODUCT HERO NEW >>> BACKIMG */

.module-prod-hero .imagemob { display: block; }
.module-prod-hero .imagemob figure { display: block; height: 340px; width: 100%; margin-bottom: 15px; }
.module-prod-hero .imagemob figure img { width: 100%; height: 100%; object-fit: cover; }

.module-prod-hero .image { width: 100%; position: relative; display: none; }


/* COMPONENT >>> PRODUCT HERO NEW >>> TITLE + COPIES */

.module-prod-hero .copies-block { max-width: 400px; margin: 0 auto; }
.module-prod-hero .title-holder { margin-bottom: 15px; }
.module-prod-hero .title-holder .overtitle { text-transform: none; font-size: 16px; line-height: 19px; letter-spacing: -0.005em; display: block; margin-bottom: 0; }
.module-prod-hero .title-holder h1, .module-prod-hero .title-holder h2 { margin-bottom: 5px; font-family: 'Playfair Display', serif; font-weight: normal; text-transform: none; margin-bottom: 0; line-height: 1; }
.module-prod-hero .copy-holder-resp { }
.module-prod-hero .copy-holder { padding-top: 10px; }

.module-prod-hero .copy-holder p { margin-bottom: 15px; }
.module-prod-hero .copy-holder p:last-of-type { margin-bottom: 0; }
.title-holder .price-prev-display-at-title { color: #121212; font-size: 30px; line-height: 37px; letter-spacing: 0; font-weight: bold; white-space: nowrap; }
.title-holder .price-prev-display-at-title p.prelabel { font-size: 16px; line-height: 18px; letter-spacing: -0.04em; position: relative; top: 7px; }
.title-holder .price-prev-display-at-title > span.addlabel { font-size: 15px; line-height: 18px; font-weight: normal; letter-spacing: -0.04em; display: inline-block; }
.title-holder .price-prev-display-at-title > span.addlabel sup { font-weight: bold; font-style: normal; font-size: 15px; }
.title-holder .price-prev-display-at-title .price-display-add { color: #C4C4C4; padding: 0 10px; position: relative; margin-left: 10px; }
.title-holder .price-prev-display-at-title .price-display-label { } 
.title-holder .price-prev-display-at-title span.cry { text-indent: 9999px; overflow: hidden; display: inline-block; 
    background: url('../images/toreact/euro.svg') center center no-repeat; background-size: 20px; width: 24px; height: 34px; position: relative; top: 6px; }
/* 
    .title-holder .price-prev-display-at-title .price-display-add span.cry { background: url('../images/toreact/euro-gr.svg') center center no-repeat;
    background-size: 11px; width: 16px; height: 20px; position: relative; top: 4px; } */
    
.title-holder .price-prev-display-at-title .price-display-add:before { position: absolute; bottom: 3px; left: 0; width: 1px; height: 13px; background: #C4C4C4; content: ""; }

.title-holder .price-prev-display-at-title p.note { font-size: 14px; line-height: 18px; font-weight: normal;  letter-spacing: -0.04em; color: #121212; font-style: italic; }
.title-holder .price-prev-display-at-title p.note sup { font-weight: bold; color: #121212; font-style: normal; font-size: 16px; }


/* COMPONENT >>> PRODUCT HERO NEW >>> SINGULAR PRICE */

.module-prod-hero .product-singular-price-holder { }
.module-prod-hero .product-singular-price-holder .price-box { margin-bottom: 15px; }
.module-prod-hero .product-singular-price-holder .price-box .holder { display: flex; align-items: flex-end; }
.module-prod-hero .product-singular-price-holder .price-box .price { height: auto; padding-right: 5px; position: relative; top: 3px; }
.module-prod-hero .product-singular-price-holder .price-box .price .qty { font-size: 35px; line-height: 1.13; padding-right: 4px; }
.module-prod-hero .product-singular-price-holder .price-box .price .units { font-size: 35px; line-height: 1.13; font-weight: 100; font-family: arial, sans-serif; }
.module-prod-hero .product-singular-price-holder .price-box .post-label { padding: 0 15px 0 0; }
.module-prod-hero .product-singular-price-holder .price-box .post-label span { color: #121212; font-size: 15px; line-height: 18px; letter-spacing: -0.04em; }
.module-prod-hero .product-singular-price-holder .price-box .regular-price { position: static; display: flex; align-items: flex-end; }
.module-prod-hero .product-singular-price-holder .price-box.is-sale-label .sale-label { position: static; display: inline; padding: 0 5px 0 15px;
    font-size: 15px; line-height: 18px; letter-spacing: -0.04em; color: #C4C4C4; border-left: 1px solid #C4C4C4; }
.module-prod-hero .product-singular-price-holder .price-box .regular-price .rprice { padding: 0 5px 0 0;  }
.module-prod-hero .product-singular-price-holder .price-box .regular-price .rprice:before { display: none; }
.module-prod-hero .product-singular-price-holder .price-box .regular-price .rprice .qty { font-size: 15px; line-height: 18px; letter-spacing: -0.04em; color: #C4C4C4; }
.module-prod-hero .product-singular-price-holder .price-box .regular-price .rprice .units { font-size: 15px; line-height: 18px; letter-spacing: -0.04em; color: #C4C4C4; 
    font-weight: 100; font-family: arial, sans-serif; }
.module-prod-hero .product-singular-price-holder .price-box .regular-price .post-label { display: block; }
.module-prod-hero .product-singular-price-holder .price-box .regular-price .post-label span { font-size: 15px; line-height: 18px; letter-spacing: -0.04em; color: #C4C4C4; }

/* COMPONENT >>> PRODUCT HERO NEW >>> ACTIONS */

.module-prod-hero .actions-block { max-width: 400px; margin: 0 auto; }

/* COMPONENT >>> PRODUCT HERO NEW >>> PRICE */

.module-prod-hero .price-holder { }
.module-prod-hero .price-holder .h1 { margin-bottom: 10px; }
.module-prod-hero .price-holder .old-price,
.module-prod-hero .price-holder .dsqty { display: none; }
.module-prod-hero .price-holder .old-price .qty, 
.module-prod-hero .price-holder .dsqty .qty { color: #5e4b3c; font-size: 0.70em; position: relative; padding: 0 5px; }
.module-prod-hero .price-holder .old-price .qty:before,
.module-prod-hero .price-holder .dsqty .qty:before { width: 100%; height: 3px; top: 50%; margin-top: -1px; background: #5e4b3c; content: ""; display: block; position: absolute; }
.module-prod-hero .price-holder .old-price .currency { display: none; }

/* COMPONENT >>> PRODUCT HERO NEW >>> RELATED FAQS */

.module-conatins-faqs-accordion .related-faqs { }
.module-conatins-faqs-accordion .faq-preview-module .inner { height: auto !important; }
.module-conatins-faqs-accordion .related-faqs ul { padding-top: 15px; }
.module-conatins-faqs-accordion .related-faqs ul li { }

.module-conatins-faqs-accordion .related-faqs ul li .inner { padding: 0; }
.module-conatins-faqs-accordion .related-faqs ul li .question-holder { padding: 0 20px; }

.module-conatins-faqs-accordion .related-faqs ul li:last-child .inner .question-holder { border-bottom: 1px solid #E9E9E9; margin: 0 !important; ; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder { padding: 15px 25px; position: relative; border-top: 1px solid #E9E9E9; display: block; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder:hover { cursor: pointer; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder:hover span { transform: rotate(90deg); }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder h3 { margin-bottom: 0; font-size: 12px; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder span { transform: rotate(0deg); height: 26px; width: 20px;
    position: absolute; top: 10px; right: 0; text-align: center; font-size: 18px; line-height: 26px; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder span.open { display: block; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder span.close { display: none; font-size: 26px }
.module-conatins-faqs-accordion .related-faqs ul li .inner .response-holder { padding: 0 25px; display: none; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .response-holder p { margin-bottom: 20px; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .response-holder p:last-of-type { margin-bottom: 0; }

.module-conatins-faqs-accordion .related-faqs ul li .inner .response-holder ul li { }

.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder.active h3 { font-weight: bold; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder.active span.open { display: none; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder.active span.close { display: block; }
.module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder.active:hover span { transform: rotate( 0 ); }

    /*
    .module-prod-hero .related-faqs ul li .inner .question-holder.active:hover span { transform: rotate(-90deg); }
    .module-prod-hero .moreifno-holder { }
    .module-prod-hero .moreifno-holder a { color: #111; position: relative; display: block; line-height: 34px; height: 34px; padding: 0 34px 0 0; font-size: 20px; }
    .module-prod-hero .moreifno-holder a span { transform: rotate(0deg) height: 34px; width: 34px; display: block; position: absolute; top: 0; right: 0; text-align: center; font-size: 22px; }
    .module-prod-hero .moreifno-holder a:hover span { transform: rotate(90deg); }
    */




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

    /* COMPONENT >>> PRODUCT HERO NEW >>> LAYOUT */        
    
    .module-prod-hero .container { }
    .module-prod-hero .side .copies-block { padding: 0 0 20px 20px; }
    .module-prod-hero .side .copies-block.mobile { padding: 0; }
    
    .module-prod-hero .copies-block { max-width: 100%; }
    .module-prod-hero .actions-block { max-width: 100%; }

    .module-prod-hero .side .actions-block { padding: 0 0 20px; }

    /* COMPONENT >>> PRODUCT HERO NEW >>> BACKIMG */
    .module-prod-hero .imagemob { display: none; }
    .module-prod-hero .image { display: block; }
    .module-prod-hero .image { min-height: 500px; margin-bottom: 0; }
    .module-prod-hero .image .image-side-holder { min-height: 500px; position: relative; }
    .module-prod-hero .image figure { display: block; height: 500px; width: 50vw; position: absolute; right: 0; overflow: hidden; background: #f0f0f0; }
    .module-prod-hero .image figure img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center;  } 

    /* COMPONENT >>> PRODUCT HERO NEW >>> TITLE + COPIES */
    .module-prod-hero .title-holder h2 { }
    .module-prod-hero .copy-holder { padding-top: 0; }

    /* COMPONENT >>> PRODUCT HERO NEW >>> RELATED FAQS */
    /* .module-conatins-faqs-accordion .related-faqs ul li:first-child .inner .question-holder { border-top: none; } */
    .module-conatins-faqs-accordion  .faq-preview-module .inner { height: auto !important; padding: 0 !important; }
    .module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder { padding: 8px 25px 8px 0; position: relative; border-top: 1px solid #E9E9E9; display: block; }
    .module-conatins-faqs-accordion .related-faqs ul li .inner .response-holder { padding: 8px 0 8px 0; }
    .module-conatins-faqs-accordion .related-faqs ul li .inner .question-holder span { top: 5px; }
}

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

    /* COMPONENT >>> PRODUCT HERO NEW >>> LAYOUT */    
    .module-prod-hero { }
    .module-prod-hero .container { max-width: 1190px; }
    .module-prod-hero .side .copies-block { padding: 0 0 30px 30px; }
    .module-prod-hero .side .actions-block { padding: 0 0 0 30px; }

    /* COMPONENT >>> PRODUCT HERO NEW >>> BACKIMG */

    .module-prod-hero .image { min-height: 650px; }
    .module-prod-hero .image .image-side-holder { min-height: 650px; width: 55vw;}
    .module-prod-hero .image figure { right: -50px; height: 650px; }

    /* COMPONENT >>> PRODUCT HERO NEW >>> TITLE + COPIES */
    .title-holder .price-prev-display-at-title { font-size: 50px; line-height: 61px; }
    .title-holder .price-prev-display-at-title > span.addlabel sup { font-size: 16px; }
    .title-holder .price-prev-display-at-title p.prelabel { font-size: 18px; line-height: 20px; top: 14px; }
    .title-holder .price-prev-display-at-title span.cry { background-size: 30px; width: 34px; height: 55px; position: relative; top: 10px; }
    .title-holder .price-prev-display-at-title p.note { font-size: 15px; line-height: 18px; }
    .title-holder .price-prev-display-at-title p.note sup { font-size: 20px; position: relative; top: 3px; }

    /* COMPONENT >>> PRODUCT HERO NEW >>> PRICE */
    .module-prod-hero .price-holder .h1 { font-size: 35px; line-height: 1.13; }

    /* COMPONENT >>> PRODUCT HERO NEW >>> RELATED FAQS */
    .module-prod-hero .faq-preview-module .inner { height: auto !important; min-height: 0 !important; }

}



/* ==== COMPONENT >>> ADD CART FORM ========================================================================================================================================================================== */

/* COMPONENT >>> ADD CART FORM >>> LAYOUT */

.module-holder-addcart-form {  padding: 100%; }
.module-holder-addcart-form { }
.module-holder-addcart-form .inner { height: auto !important; min-height: 0 !important; }
.module-holder-addcart-form .centers-available,
.module-holder-addcart-form .variation { display: block; width: 100%; margin-bottom: 5px !important; position: relative; }
.module-holder-addcart-form .quantity { display: block; width: 100%; margin-bottom: 5px !important; position: relative; }
.module-holder-addcart-form .submit { display: block; width: 100%;  margin-bottom: 5px !important; position: relative; }

.module-holder-addcart-form .price-var-preview,
.module-holder-addcart-form .preview-bonus-prices { text-align: right; position: relative; }
.module-holder-addcart-form .price-var-preview:before,
.module-holder-addcart-form .preview-bonus-prices:before { content: "Total:"; position: absolute; left: 0; top: 50%; display: block; height: 30px; 
    line-height: 30px; margin-top: -15px; font-size: 18px; text-transform: none; font-weight: normal; } 
.module-holder-addcart-form .old-price { display: none !important; }


/* COMPONENT >>> ADD CART FORM >>> INPUT */
/*
.module-holder-addcart-form .quantity:before { position: absolute; top: 1px; left: 45px; height: 100%; height: 100%; content: "Sesiones"; width: 80px;
    line-height: 38px; padding-left: 0; pointer-events: none !important; } 

.module-holder-addcart-form .quantity.shipable:before { content: "Unidades";  } 
*/

.module-holder-addcart-form .centers-available:before,    
.module-holder-addcart-form .variation:before { content: "\f3d0"; background: transparent; height: 38px; line-height: 38px; width: 30px; text-align: center;
    position: absolute; top: 1px; right: 1px; color: #111; font-family: 'Ionicons'; font-size: 20px; pointer-events: none; padding: 0 5px; }

.module-holder-addcart-form .quantity input[type=number]::-webkit-inner-spin-button,
.module-holder-addcart-form .quantity input[type=number]::-webkit-outer-spin-button { margin: 0; position: absolute; top: 0; right: 0; opacity: 0.7; margin: 0; width: 30px; 
    height: 40px; padding: 0 5px; display: block; -webkit-appearance: none; background: url('../images/icons/number-arrows.svg') no-repeat 50% 50%; background-size: auto 26px; cursor: pointer; }

.module-holder-addcart-form .quantity input[type=number]::-webkit-inner-spin-button:hover,
.module-holder-addcart-form .quantity input[type=number]::-webkit-outer-spin-button:hover { opacity: 1; }

/*
.module-holder-addcart-form .quantity input[type=number]::-webkit-inner-spin-button,
.module-holder-addcart-form .quantity input[type=number]::-webkit-outer-spin-button { margin: 0; position: absolute; right: 10px; opacity: 1; 
    -webkit-appearance: none; margin: 0; background: url('../images/icons/number-arrows.svg') no-repeat 50% 50%; background-size: auto 26px; width: 15px; 
    height: 22px; padding: 10px 5px; }
*/

.module-holder-addcart-form .submit input[type=submit] { line-height: 40px; height: 40px; }
.module-holder-addcart-form .variation select,
.module-holder-addcart-form .centers-available select,
.module-holder-addcart-form .quantity input[type=number] { background: #f2f2f2; line-height: 40px; height: 40px; width: 100% !important; display: block; text-align: left !important;
    color: rgba(0,0,0,1); font-family: 'Gotham'; font-size: 18px; line-height: 1.67; margin-bottom: 0; padding: 0 16px; border: none; }

    .module-holder-addcart-form .variation select.disabled,
    .module-holder-addcart-form .centers-available select.disabled {
        position: relative;
    }

/*

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

.module-holder-addcart-form .container.no-center { background: #fff; padding: 45px 10px 10px 10px !important; position: relative; border-radius: 5px; border: 1px solid #E9E9E9; text-align: center; }
.module-holder-addcart-form .container.no-center:before { content: "\f35b"; font-family: 'Ionicons'; position: absolute; top: 7px; left: 50%; color: #e26a6a; 
    font-size: 34px; line-height: 34px; height: 34px; width: 34px; text-align: center; margin-left: -16px; }
.module-holder-addcart-form .no-center p { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; color: #121212; font-weight: normal; font-size: 14px; line-height: 1.34; }


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

    /* COMPONENT >>> ADD CART FORM >>> INPUT */
    .module-holder-addcart-form .quantity:before { line-height: 48px; padding: 0 10px; font-size: 18px; }
    .module-holder-addcart-form .centers-available:before, 
    .module-holder-addcart-form .variation:before { height: 48px; line-height: 48px; padding: 0 10px; }
    
    .module-holder-addcart-form .variation select,
    .module-holder-addcart-form .centers-available select,
    .module-holder-addcart-form .quantity input[type=number] { line-height: 50px; height: 50px; }
    .module-holder-addcart-form .submit input[type=submit] { line-height: 50px !important; height: 50px !important; }

    .module-holder-addcart-form .quantity input[type=number]::-webkit-inner-spin-button,
    .module-holder-addcart-form .quantity input[type=number]::-webkit-outer-spin-button { height: 50px;  }

    .module-holder-addcart-form .container.no-center { padding: 15px 15px 15px 60px !important; text-align: left; }
    .module-holder-addcart-form .container.no-center:before { top: 50%; left: 10px; font-size: 36px; line-height: 36px; height: 36px; width: 36px; margin-top: -18px; margin-left: 0; }
    .module-holder-addcart-form .no-center p { font-size: 15px; line-height: 1.38; }


}

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

    /* COMPONENT >>> ADD CART FORM >>> INPUT */
    .module-holder-addcart-form .quantity:before { line-height: 58px; }
    .module-holder-addcart-form .centers-available:before, 
    .module-holder-addcart-form .variation:before { height: 58px; line-height: 58px; }
    .module-holder-addcart-form .variation select,
    .module-holder-addcart-form .centers-available select,
    .module-holder-addcart-form .quantity input[type=number] { line-height: 60px; height: 60px; }
    .module-holder-addcart-form .submit input[type=submit] { line-height: 60px !important; height: 60px !important; }
    .module-holder-addcart-form .quantity input[type=number]::-webkit-inner-spin-button,
    .module-holder-addcart-form .quantity input[type=number]::-webkit-outer-spin-button { width: 40px; height: 60px;  }

    .module-holder-addcart-form .container.no-center { padding: 15px 15px 15px 70px !important; text-align: left; }
    .module-holder-addcart-form .container.no-center:before { top: 50%; left: 15px; font-size: 44px; line-height: 44px; height: 44px; width: 44px; margin-top: -22px; margin-left: 0; }
    .module-holder-addcart-form .no-center p { font-size: 16px; line-height: 1.38; }


}

































/* ==== MODULE >>> GROUPED BANNERS =========================================================================================================================================================================== */

/* MODULE >>> GROUPED BANNERS >>> LAYOUT */

.module-holder-group-banners { }
.module-holder-group-banners .module-group-banners { }
.module-holder-group-banners .module-group-banners > .container { width: 100%; max-width: 100%; }
.module-holder-group-banners .module-group-banners > .container > .row {  }
.module-holder-group-banners .module-group-banners > .container > .row .each-col { }
.module-holder-group-banners .module-group-banners > .container > .row .each-col .inner { }
.module-holder-group-banners .module-group-banners.slider { background: #F0F0F0; height: calc( 100vh - 88px ); max-height: 100%; /* max-height: 620px; */ min-height: 400px; }

/*.module-holder-group-banners .module-group-banners.slider .owl-stage-outer { overflow: auto; }*/
.module-holder-group-banners .module-group-banners.slider .owl-item { width: 100%; }
@media only screen and ( min-width : 48em ) {

    /* MODULE >>> SHOP BACK BANNER >>> LAYOUT */
    .module-holder-group-banners .module-group-banners.slider { max-height: 100%; /* max-height: 580px; */ min-height: 420px; }


}

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

    /* MODULE >>> SHOP BACK BANNER >>> LAYOUT */
    .module-holder-group-banners .module-group-banners.slider { height: 100vh; max-height: 100%; /*  max-height: 770px; */ min-height: 450px; }

} 

/* ==== MODULE >>> GROUPED BANNERS >>> SINGLE ================================================================================================================================================================ */

/* MODULE >>> GROUPED BANNERS >>> SINGLE >>> LAYOUT */

.module-holder-gpbanner-single { }
.module-holder-gpbanner-single .module-gpbanner-single { position: relative; }

.module-holder-gpbanner-single .module-gpbanner-single.at-single-col { }
.module-holder-gpbanner-single .module-gpbanner-single.at-dual-col { }
.module-holder-gpbanner-single .module-gpbanner-single.at-slider { }

.module-holder-gpbanner-single .module-gpbanner-single .textuals { position: absolute; left: 0; bottom: 10px; width: 100%; padding: 20px 0; }
.module-holder-gpbanner-single .module-gpbanner-single.mobile-white-back .textuals { position: static; width: 100%; }

.module-holder-gpbanner-single .module-gpbanner-single .unwrapped { width: 100%; overflow: hidden; }
.module-holder-gpbanner-single .module-gpbanner-single .unwrapped .container.unw { width: 100%; max-width: 100%; padding-left: 0 !important;  padding-right: 0 !important; }
.module-holder-gpbanner-single .module-gpbanner-single .wrapped { max-width: 400px; margin: 0 auto; } 

/* MODULE >>> GROUPED BANNERS >>> SINGLE >>> IMAGES */

.module-gpbanner-single .row-images { background: #f0f0f0; }
.module-gpbanner-single .row-images figure { width: 100%; display: none; }
.module-gpbanner-single .row-images figure img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.module-gpbanner-single .row-images figure.image-mobile { display: block; height: calc( 100vh - 88px ); }
.module-gpbanner-single .row-images figure.image-mobile { max-height: 100%; /* max-height: 620px; */ min-height: 400px; }
.module-gpbanner-single.mobile-white-back .row-images figure.image-mobile { max-height: 100%; /* max-height: 440px; */  min-height: 300px; }

/* MODULE >>> GROUPED BANNERS >>> SINGLE >>> VIDEO */

.module-gpbanner-single .row-video { background: #f0f0f0; padding-bottom: 45%; position: relative; }
.module-gpbanner-single .row-video video { min-width: 100%; min-height: 100%; width: auto; height: auto; object-fit: cover; }
/*
.module-gpbanner-single .row-video.controls { padding: 0; }
*/
.module-gpbanner-single .row-video.controls { padding-bottom: 0; }
.module-gpbanner-single .row-video.controls video {  min-width: 0; min-height: 0; width: 100%; max-height: 45vw; }

/* MODULE >>> GROUPED BANNERS >>> SINGLE >>> COPIES */

.module-gpbanner-single .row-content { margin-bottom: 10px; }
.module-gpbanner-single .row-content * { font-family: 'Playfair Display'; font-style: normal; font-weight: normal; text-transform: none; }
.module-gpbanner-single .row-content span.overtitle { font-family: 'Gotham'; text-transform: uppercase; opacity: 0.7; display: block; }

/*
.module-gpbanner-single .row-content h1 { font-size: 22px; line-height: 1.2; margin-bottom: 0; letter-spacing: -0.03em; display: block; background: red !important; }
module-gpbanner-single .row-content h1 span { color: #FF7F32 !important; }
*/

.module-gpbanner-single .row-content span.fh1 { font-size: 22px; line-height: 1.2; margin-bottom: 0; letter-spacing: -0.03em; display: block; }
.module-gpbanner-single .row-content span.fh1 span { color: #FF7F32 !important; }

.module-gpbanner-single .row-content p { font-size: 14px; line-height: 1.4; letter-spacing: 0.02em; margin-top: 5px; }
.module-gpbanner-single .row-content p strong { font-weight: bold; }
.module-gpbanner-single .row-content p em { font-style: italic; }

/* MODULE >>> GROUPED BANNERS >>> SINGLE >>> PRICE */

.module-gpbanner-single .row-price { display: block; margin-bottom:20px; }
.module-gpbanner-single .row-price .price-box { margin-bottom: 10px; }
.module-gpbanner-single .row-price .price-box .holder { align-items: flex-end; }
.module-gpbanner-single .row-price .price-box .holder .price { height: 44px; padding-right: 1px; }
.module-gpbanner-single .row-price .price-box .holder .price .pre-label { }
.module-gpbanner-single .row-price .price-box .holder .price .qty {  font-size: 42px; line-height: 42px; height: auto; }
.module-gpbanner-single .row-price .price-box .holder .price .qty .decimal { top: -10px; padding: 0; }
.module-gpbanner-single .row-price .price-box .holder .price .units { font-size: 42px; line-height: 42px; }
.module-gpbanner-single .row-price.symbol-euro .price-box .holder .price .units { text-indent: 9999px; overflow: hidden;  position: relative; top: 1px; 
    background: url('../images/toreact/euro.svg') center 10px no-repeat; background-size: 26px; display: inline-block; width: 30px; }

/* MODULE >>> GROUPED BANNERS >>> SINGLE >>> BUTTON */

.module-gpbanner-single .row-actions { }
.module-gpbanner-single .row-actions .btn { font-family: 'Gotham'; font-size: 13px; line-height: 53px !important; height: 53px !important; text-transform: uppercase; border: 1px solid transparent; }


/* MODULE >>> GROUPED BANNERS >>> SINGLE >>> COLORSCHEME */

.module-gpbanner-single.mobile-dark-color .row-content *,
.module-gpbanner-single.mobile-dark-color .row-price *,
.module-gpbanner-single.mobile-dark-color .row-price .price-box .holder .post-label *,
.module-gpbanner-single.mobile-white-back .row-content *,
.module-gpbanner-single.mobile-white-back .row-price *,
.module-gpbanner-single.mobile-white-back .row-price .price-box .holder .post-label * { color: #121212; }

.module-gpbanner-single.mobile-dark-color .row-price.symbol-euro .price-box .holder .price .units,
.module-gpbanner-single.mobile-white-back .row-price.symbol-euro .price-box .holder .price .units { background-image:  url('../images/toreact/euro.svg'); }

.module-gpbanner-single.mobile-clear-color .row-content *,
.module-gpbanner-single.mobile-clear-color .row-price *,
.module-gpbanner-single.mobile-clear-color .row-price .price-box .holder .post-label * { color: #fff; }
.module-gpbanner-single.mobile-clear-color .row-price.symbol-euro .price-box .holder .price .units { background-image:  url('../images/toreact/euro-wh.svg'); }

.module-gpbanner-single.mobile-dark-color.mobile-solidbtn .btn { background: #121212; color: #fff; border-color: #121212; }
.module-gpbanner-single.mobile-dark-color.mobile-solidbtn .btn:hover { background: #212121; border-color: #212121; }
.module-gpbanner-single.mobile-white-back.mobile-solidbtn .btn { background: #121212; color: #fff; border-color: #121212; }
.module-gpbanner-single.mobile-white-back.mobile-solidbtn .btn:hover { background: #212121; border-color: #212121; }

.module-gpbanner-single.mobile-dark-color.mobile-linedbtn .btn { background: transparent; color: #121212; border-color: #121212; }
.module-gpbanner-single.mobile-dark-color.mobile-linedbtn .btn:hover { background: transparent; border-color: #212121; color: #212121; }
.module-gpbanner-single.mobile-white-back.mobile-linedbtn .btn { background: transparent; color: #121212; border-color: #121212; }
.module-gpbanner-single.mobile-white-back.mobile-linedbtn .btn:hover { border-color: #212121; color: #212121; }

.module-gpbanner-single.mobile-clear-color.mobile-linedbtn .btn { background: transparent; color: #fff; border-color: #fff; }
.module-gpbanner-single.mobile-clear-color.mobile-linedbtn .btn:hover { border-color: #f0f0f0; color: #f0f0f0; }
.module-gpbanner-single.mobile-clear-color.mobile-solidbtn .btn { background: #fff; color: #121212; border-color: #fff; }
.module-gpbanner-single.mobile-clear-color.mobile-solidbtn .btn:hover { background: #f0f0f0; border-color: #f0f0f0; }


/*
    .module-gpbanner-single.mobile-clear-color .row-actions .btn { background: transparent; color: #fff; border-color: #fff; }
    .module-gpbanner-single.mobile-clear-color .row-actions .btn:hover { background: transparent; }
    .module-gpbanner-single.mobile-white-back .row-actions .btn { background: #121212; color: #fff; border-color: #121212; }
    .module-gpbanner-single.mobile-white-back .row-actions .btn:hover { background: #212121; color: #fff; }
    .module-gpbanner-single.mobile-dark-color .row-actions .btn { background: transparent; color: #121212; border-color: #121212; }
    .module-gpbanner-single.mobile-dark-color .row-actions .btn:hover { color: #212121; border-color: #212121; background: transparent;  }
*/

/* MODULE >>> GROUPED BANNERS >>> SINGLE >>> ALIGNS */

.module-gpbanner-single.mobile-align-right .row-content * { text-align: right; }
.module-gpbanner-single.mobile-align-right .row-price .price-box .holder { justify-content: flex-end; }
.module-gpbanner-single.mobile-align-right .row-actions { text-align: right; }

.module-gpbanner-single.mobile-align-center .row-content * { text-align: center; }
.module-gpbanner-single.mobile-align-center .row-price .price-box .holder { justify-content: center; }
.module-gpbanner-single.mobile-align-center .row-actions { text-align: center; }



/* module module-gpbanner-single at-single-col mobile-white-back tablet-clear-color desktop-dark-color mobile-align-left tablet-align-right desktop-align-left */


.module-holder-gpbanner-single .module-gpbanner-single .custom-textuals { position: absolute; left: 0; width: 100%; }
.module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-mb-top { top: 25px; bottom: initial; -ms-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); }
.module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-mb-center { top: 50%; -ms-transform: translate( 0, -50% ); 
    -webkit-transform: translate( 0, -50% ); transform: translate( 0, -50% ); bottom: initial; }
.module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-mb-bottom { bottom: 50px; top: initial; -ms-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); }

.module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.mb-align-left { text-align: left; }
.module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.mb-align-center { text-align: center; }
.module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.mb-align-right { text-align: right; }

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

    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-tb-top { top: 50px; bottom: initial; -ms-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); }
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-tb-center { top: 50%; -ms-transform: translate( 0, -50% ); 
        -webkit-transform: translate( 0, -50% ); transform: translate( 0, -50% ); bottom: initial; }
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-tb-bottom { bottom: 50px; top: initial; -ms-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); }
    
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.tb-align-left { text-align: left; }
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.tb-align-center { text-align: center; }
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.tb-align-right { text-align: right; }

}

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

    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-top { top: 100px; bottom: initial; -ms-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); }
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-center { top: 50%; -ms-transform: translate( 0, -50% ); 
        -webkit-transform: translate( 0, -50% ); transform: translate( 0, -50% ); bottom: initial; }
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals.valign-bottom { bottom: 50px; top: initial; -ms-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); }

    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.dk-align-left { text-align: left; }
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.dk-align-center { text-align: center; }
    .module-holder-gpbanner-single .module-gpbanner-single .custom-textuals .row-actions.dk-align-right { text-align: right; }

}

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

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> LAYOUT */
    .module-gpbanner-single { cursor: pointer !important; }

    .module-holder-gpbanner-single .module-gpbanner-single.mobile-white-back .textuals,
    .module-holder-gpbanner-single .module-gpbanner-single .textuals { position: absolute; bottom: initial; top: 50%; -ms-transform: translate( 0, -50% ); -webkit-transform: translate( 0, -50% ); transform: translate( 0, -50% ); }
    .module-holder-gpbanner-single .module-gpbanner-single .wrapped { max-width: 760px; } 
    .module-holder-gpbanner-single .module-gpbanner-single.at-dual-col .wrapped { max-width: 100%; } 

    .module-holder-gpbanner-single .module-gpbanner-single.at-dual-col .textuals { top: 65%; }
    .module-holder-gpbanner-single .module-gpbanner-single.at-single-col .textuals { top: 60%; }


    body.page-template-page-sidebar .module-holder-gpbanner-single .module-gpbanner-single.at-single-col .textuals,
    body.page-template-page-loop-promos .module-holder-gpbanner-single .module-gpbanner-single.at-single-col .textuals { top: 50%; }

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> IMAGES */
    .module-gpbanner-single .row-images figure.image-mobile { display: none; }
    .module-gpbanner-single .row-images figure.image-tablet { display: block; height: calc( 100vh - 88px ); max-height: 100%; /* max-height: 580px; */ min-height: 420px; }

    body.page-template-page-sidebar .module-gpbanner-single.at-slider,
    body.page-template-page-sidebar .module-gpbanner-single.at-single-col,
    body.page-template-page-loop-promos .module-gpbanner-single.at-slider,
    body.page-template-page-loop-promos .module-gpbanner-single.at-single-col { margin-left: -25px; margin-right: -25px; }

    body.page-template-page-sidebar .module-gpbanner-single.at-slider .row-images figure.image-tablet,
    body.page-template-page-sidebar .module-gpbanner-single.at-single-col .row-images figure.image-tablet,
    body.page-template-page-loop-promos .module-gpbanner-single.at-slider .row-images figure.image-tablet,
    body.page-template-page-loop-promos .module-gpbanner-single.at-single-col .row-images figure.image-tablet { max-height: 350px; min-height: 350px;}

    

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> COPIES */
    
    /*
    .module-gpbanner-single .row-content h1 { font-size: 38px; line-height: 1.05; }
    .module-gpbanner-single.at-dual-col .row-content h1 { font-size: 32px; line-height: 1.05; }
    .module-gpbanner-single.at-slider .row-content h1 { line-height: 0.94; }
    */
    
    .module-gpbanner-single .row-content span.fh1 { font-size: 38px; line-height: 1.05; }
    .module-gpbanner-single.at-dual-col .row-content span.fh1 { font-size: 32px; line-height: 1.05; }
    .module-gpbanner-single.at-slider .row-content span.fh1 { line-height: 0.94; }
    .module-gpbanner-single .row-content p { font-size: 16px; line-height: 1.4; }

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> BUTTON */
    .module-gpbanner-single .row-actions .btn { display: inline-block !important; font-size: 16px !important; }

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> COLORSCHEME */
    .module-gpbanner-single.tablet-dark-color .row-content *,
    .module-gpbanner-single.tablet-dark-color .row-price *,
    .module-gpbanner-single.tablet-dark-color .row-price .price-box .holder .post-label * { color: #121212; }
    .module-gpbanner-single.tablet-dark-color .row-price.symbol-euro .price-box .holder .price .units { background-image:  url('../images/toreact/euro.svg'); }

    .module-gpbanner-single.tablet-clear-color .row-content *,
    .module-gpbanner-single.tablet-clear-color .row-price *,
    .module-gpbanner-single.tablet-clear-color .row-price .price-box .holder .post-label * { color: #fff; }
    .module-gpbanner-single.tablet-clear-color .row-price.symbol-euro .price-box .holder .price .units { background-image:  url('../images/toreact/euro-wh.svg'); }

    .module-gpbanner-single.tablet-dark-color.tablet-linedbtn .btn { background: transparent; color: #121212; border-color: #121212; }
    .module-gpbanner-single.tablet-dark-color.tablet-linedbtn .btn:hover { background: transparent; border-color: #212121; color: #212121; }
    .module-gpbanner-single.tablet-dark-color.tablet-solidbtn .btn { background: #121212; color: #fff; border-color: #121212; }
    .module-gpbanner-single.tablet-dark-color.tablet-solidbtn .btn:hover { background: #212121; border-color: #212121; }
    
    .module-gpbanner-single.tablet-clear-color.tablet-linedbtn .btn { background: transparent; color: #fff; border-color: #fff; }
    .module-gpbanner-single.tablet-clear-color.tablet-linedbtn .btn:hover { border-color: #f0f0f0; color: #f0f0f0; }
    .module-gpbanner-single.tablet-clear-color.tablet-solidbtn .btn { background: #fff; color: #121212; border-color: #fff; }
    .module-gpbanner-single.tablet-clear-color.tablet-solidbtn .btn:hover { background: #f0f0f0; border-color: #f0f0f0; }

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> ALIGNS */
    .module-gpbanner-single.tablet-align-right .row-content * { text-align: right; }
    .module-gpbanner-single.tablet-align-right .row-price .price-box .holder { justify-content: flex-end; }
    .module-gpbanner-single.tablet-align-right .row-actions { text-align: right; }

    .module-gpbanner-single.tablet-align-center .row-content * { text-align: center; }
    .module-gpbanner-single.tablet-align-center .row-price .price-box .holder { justify-content: center; }
    .module-gpbanner-single.tablet-align-center .row-actions { text-align: center; }



}




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

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> LAYOUT */
    .module-holder-gpbanner-single .module-gpbanner-single .wrapped { max-width: 100%; padding: 0 20px; } 
    .module-holder-gpbanner-single .module-gpbanner-single.at-dual-col .wrapped { max-width: 600px; padding: 0 20px; } 

    .module-holder-gpbanner-single .module-gpbanner-single.at-dual-col .textuals { top: 60%; }
    .module-holder-gpbanner-single .module-gpbanner-single.at-single-col .textuals { top: 60%; }

    body.page-template-page-sidebar .module-gpbanner-single.at-slider,
    body.page-template-page-sidebar .module-gpbanner-single.at-single-col,
    body.page-template-page-loop-promos .module-gpbanner-single.at-slider,
    body.page-template-page-loop-promos .module-gpbanner-single.at-single-col { margin-left: unset; margin-right: unset; }

    body.page-template-page-sidebar .module-holder-gpbanner-single .module-gpbanner-single.at-slider .textuals,
    body.page-template-page-sidebar .module-holder-gpbanner-single .module-gpbanner-single.at-single-col .textuals,
    body.page-template-page-loop-promos .module-holder-gpbanner-single .module-gpbanner-single.at-slider .textuals,
    body.page-template-page-loop-promos .module-holder-gpbanner-single .module-gpbanner-single.at-single-col .textuals { top: 50%; }

    


    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> IMAGES */
    .module-gpbanner-single .row-images figure.image-tablet { display: none; }
    .module-gpbanner-single .row-images figure.image-desktop { display: block; height: 100vh; /* max-height: 770px; */ max-height: 100%; min-height: 450px; }
    .module-gpbanner-single.at-slider .row-images figure.image-desktop { /* max-height: 770px; */ max-height: 100%; min-height: 450px; }

    body.page-template-page-sidebar .module-gpbanner-single.at-slider .row-images figure.image-desktop,
    body.page-template-page-sidebar .module-gpbanner-single.at-single-col .row-images figure.image-desktop { max-height: 350px;min-height: 350px; }

    body.page-template-page-loop-promos .module-gpbanner-single.at-slider .row-images figure.image-desktop,
    body.page-template-page-loop-promos .module-gpbanner-single.at-single-col .row-images figure.image-desktop { max-height: 350px;min-height: 350px; }

    body.page-template-page-sidebar .module-holder-group-banners .module-group-banners > .container,
    body.page-template-page-loop-promos .module-holder-group-banners .module-group-banners > .container { padding: 0; }


    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> COPIES */
    .module-gpbanner-single .row-content { margin-bottom: 10px; }

    /*
        .module-gpbanner-single .row-content h1 { font-size: 50px; }
        .module-gpbanner-single.at-dual-col .row-content h1 { font-size: 44px; }
        .module-gpbanner-single.at-slider .row-content h1 { line-height: 0.93; margin-bottom: 25px; }
    */

    .module-gpbanner-single .row-content span.fh1 { font-size: 50px; }
    .module-gpbanner-single.tablet-align-center .row-content span.fh1,
    .module-gpbanner-single.at-dual-col .row-content span.fh1 { font-size: 44px; }
    .module-gpbanner-single.at-slider .row-content span.fh1 { line-height: 0.93; margin-bottom: 25px; }
    .module-gpbanner-single .row-content p { font-size: 18px; line-height: 1.6; margin-top: 10px; }

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> PRICE */
    .module-gpbanner-single .row-price { margin-bottom: 25px; }
    .module-gpbanner-single .row-price .price-box .holder .price { height: 44px; padding-right: 1px; }
    .module-gpbanner-single .row-price .price-box .holder .price .qty { font-size: 50px; line-height: 50px; height: auto; position: relative; top: -4px; }
    .module-gpbanner-single .row-price .price-box .holder .price .qty .decimal { top: -10px; padding: 0; }
    .module-gpbanner-single .row-price .price-box .holder .price .units { font-size: 50px; line-height: 50px; }
    .module-gpbanner-single .row-price.symbol-euro .price-box .holder .price .units { background-size: 29px; width: 36px; position: relative; top: -1px; background-position: center 13px;  }

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> BUTTON */        
    .module-gpbanner-single.desktop-clear-color .row-actions .btn { line-height: 60px !important; height: 60px !important; }

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> COLORSCHEME */
    .module-gpbanner-single.desktop-dark-color .row-content *,
    .module-gpbanner-single.desktop-dark-color .row-price *,
    .module-gpbanner-single.desktop-dark-color .row-price .price-box .holder .post-label * { color: #121212; }
    .module-gpbanner-single.desktop-dark-color .row-price.symbol-euro .price-box .holder .price .units { background-image:  url('../images/toreact/euro.svg'); }

    .module-gpbanner-single.desktop-clear-color .row-content *,
    .module-gpbanner-single.desktop-clear-color .row-price *,
    .module-gpbanner-single.desktop-clear-color .row-price .price-box .holder .post-label * { color: #fff; }
    .module-gpbanner-single.desktop-clear-color .row-price.symbol-euro .price-box .holder .price .units { background-image:  url('../images/toreact/euro-wh.svg'); }

    .module-gpbanner-single.desktop-dark-color.desktop-linedbtn .btn { background: transparent; color: #121212; border-color: #121212; }
    .module-gpbanner-single.desktop-dark-color.desktop-linedbtn .btn:hover { background: transparent; border-color: #212121; color: #212121; }
    .module-gpbanner-single.desktop-dark-color.desktop-solidbtn .btn { background: #121212; color: #fff; border-color: #121212; }
    .module-gpbanner-single.desktop-dark-color.desktop-solidbtn .btn:hover { background: #212121; border-color: #212121; }
    
    .module-gpbanner-single.desktop-clear-color.desktop-linedbtn .btn { background: transparent; color: #fff; border-color: #fff; }
    .module-gpbanner-single.desktop-clear-color.desktop-linedbtn .btn:hover { border-color: #f0f0f0; color: #f0f0f0; }
    .module-gpbanner-single.desktop-clear-color.desktop-solidbtn .btn { background: #fff; color: #121212; border-color: #fff; }
    .module-gpbanner-single.desktop-clear-color.desktop-solidbtn .btn:hover { background: #f0f0f0; border-color: #f0f0f0; color: #121212; }

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> ALIGNS */
    .module-gpbanner-single.desktop-align-right .row-content * { text-align: right; }
    .module-gpbanner-single.desktop-align-right .row-price .price-box .holder { justify-content: flex-end; }
    .module-gpbanner-single.desktop-align-right .row-actions { text-align: right; }

    .module-gpbanner-single.desktop-align-center .row-content * { text-align: center; }
    .module-gpbanner-single.desktop-align-center .row-price .price-box .holder { justify-content: center; }
    .module-gpbanner-single.desktop-align-center .row-actions { text-align: center; }

}

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

    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> COPIES */
    /*
    .module-gpbanner-single .row-content h1 { font-size: 60px; }
    body.page-template-page-sidebar .module-gpbanner-single .row-content h1,
    body.page-template-page-loop-promos .module-gpbanner-single .row-content h1 { font-size: 50px; }
    */

    .module-gpbanner-single .row-content span.fh1 { font-size: 60px; }
    body.page-template-page-sidebar .module-gpbanner-single .row-content span.fh1,
    body.page-template-page-loop-promos .module-gpbanner-single .row-content span.fh1,
    .module-gpbanner-single.desktop-align-center .row-content span.fh1 { font-size: 50px; }


    /* MODULE >>> GROUPED BANNERS >>> SINGLE >>> PRICE */
    .module-gpbanner-single.at-slider .row-price .price-box { margin-bottom: 24px; }
    .module-gpbanner-single.at-slider .row-price .price-box .holder .price { height: 68px; padding-right: 1px; }
    .module-gpbanner-single.at-slider .row-price .price-box .holder .price .pre-label { }
    .module-gpbanner-single.at-slider .row-price .price-box .holder .price .qty { font-size: 84px; line-height: 84px; height: auto; }    
    .module-gpbanner-single.at-slider .row-price .price-box .holder .price .qty .decimal { top: -22px; left: -10px; }
    .module-gpbanner-single.at-slider .row-price .price-box .holder .price .units { }
    .module-gpbanner-single.at-slider .row-price.symbol-euro .price-box .holder .price .units { background-size: 49px; width: 52px; position: relative; top: -4px; 
        background-position: left 10px; height: 69px; left: -2px; }

}

.blog-holder { padding: 0 15px; }
.single-post-wrapper { padding: 10px; }

/* ==== MODULE >>> BLOG HEADING ============================================================================================================================================================================== */

/* MODULE >>> BLOG HEADING >>> LAYOUT */
.blog-loop-heading { padding: 10px 0 20px 0; }
.blog-loop-heading .inner { max-width: 400px; margin: 0 auto; padding: 0; text-align: center; position: relative; }
.blog-loop-heading .inner.has-term { padding-bottom: 80px !important; }

/* MODULE >>> BLOG HEADING >>> COPIES */
.blog-loop-heading .inner .title { font-size: 30px; line-height: 1.1; color: #121212; font-family: 'Playfair Display'; font-weight: normal; 
    margin-bottom: 15px; text-transform: none; position: static; }
.blog-loop-heading .inner p { font-size: 14px; line-height: 20px; font-family: 'Playfair Display';color: #121212; }


.blog-loop-heading .archive-info { position: absolute; display: block; width: 100%; bottom: 0; left: 0; padding: 0; }
.blog-loop-heading .archive-info .link-holder { position: relative; display: inline-block; text-align: left; padding: 10px 45px 10px 10px; background: #f5f5f5; 
    border-radius: 5px; max-width: 300px; }
.blog-loop-heading .archive-info .link-holder span.label { display: block; font-family: 'Gotham'; line-height: 16px; font-size: 14px; color: #121212; opacity: .4; }
.blog-loop-heading .archive-info .link-holder span.spc { display: none; }
.blog-loop-heading .archive-info .link-holder span.value { display: block; font-family: 'Playfair Display'; line-height: 24px; font-size: 18px; color: #121212; }
.blog-loop-heading .archive-info .link-holder a { position: absolute; top: 50%; right: 0; height: 40px; width: 40px; line-height: 40px; text-align: center; margin-top: -20px;  }
.blog-loop-heading .archive-info .link-holder a span { font-size: 20px; line-height: 40px; display: block; }

.blog-loop-heading .paginate-info { display: none; }

    /* .blog-loop-heading .archive-info a { display: none; } */

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

    /* MODULE >>> BLOG HEADING >>> LAYOUT */
    .blog-loop-heading { padding: 15px 0 45px 0; }
    .blog-loop-heading .inner { max-width: 760px; }
    .blog-loop-heading .inner.has-term { padding-bottom: 90px !important; }
    /* MODULE >>> BLOG HEADING >>> COPIES */
    .blog-loop-heading .inner .title { font-size: 45px;  margin-bottom: 30px; }
    .blog-loop-heading .inner p { font-size: 18px; line-height: 25px; }
}
 

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

    /* MODULE >>> BLOG HEADING >>> LAYOUT */
    .blog-loop-heading { padding: 20px 0 70px 0; }
    .blog-loop-heading .inner { max-width: 990px; }
    .blog-loop-heading .inner.has-term { padding-bottom: 100px !important; }
    /* MODULE >>> BLOG HEADING >>> COPIES */
    .blog-loop-heading .inner .title { font-size: 60px; margin-bottom: 40px; }

.blog-loop-heading .archive-info { }
.blog-loop-heading .archive-info .link-holder { padding: 10px 55px 10px 10px; max-width: 600px; }
.blog-loop-heading .archive-info .link-holder span.label { line-height: 16px; font-size: 16px; }
.blog-loop-heading .archive-info .link-holder span.value { line-height: 30px; font-size: 22px; }
.blog-loop-heading .archive-info .link-holder a { height: 50px; width: 50px; line-height: 50px;  margin-top: -25px; }
.blog-loop-heading .archive-info .link-holder a span { font-size: 22px; line-height: 50px; }


}

/* ==== MODULE >>> BLOG SIDEBAR ============================================================================================================================================================================== */

/* MODULE >>> BLOG SIDEBAR >>> LAYOUT */
.blog-sidebar { padding: 10px 10px 30px 10px !important; max-width: 400px; margin: 0 auto; }
.blog-sidebar .sidebar-division { background: #F5F5F5; padding: 24px; font-family: 'Playfair Display'; margin-bottom: 24px; }

/* MODULE >>> BLOG SIDEBAR >>> COPIES */

.blog-sidebar .sidebar-division h3.title { font-family: 'Playfair Display';font-style: normal; font-weight: normal; font-size: 24px; line-height: 1.39; color: #FF7F32; margin-bottom: 24px;  }
.blog-sidebar .sidebar-division ul { }
.blog-sidebar .sidebar-division ul li { margin-bottom: 16px; font-size: 14px; line-height: 20px; }
.blog-sidebar .sidebar-division ul li:last-child { margin-bottom: 0; }
.blog-sidebar .sidebar-division ul li span { background: #121212; padding: 0px 5px; color: #fff; margin-left: 7px; border-radius: 5px; font-family: 'Gotham'; font-size: 12px; display: inline-block; position: relative; }
.blog-sidebar .sidebar-division ul li a { color: #121212; }

@media only screen and ( min-width : 48em ) {
    /* MODULE >>> BLOG SIDEBAR >>> LAYOUT */
    .blog-sidebar { max-width: 100%; }
    /* MODULE >>> BLOG SIDEBAR >>> COPIES */
    .blog-sidebar .sidebar-division h3.title { font-size: 24px; line-height: 1.39; margin-bottom: 20px;  }
    .blog-sidebar .sidebar-division ul li {  font-size: 14px; line-height: 20px; }
}
 

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

    /* MODULE >>> BLOG SIDEBAR >>> COPIES */
    .blog-sidebar .sidebar-division h3.title { font-size: 30px; margin-bottom: 24px;  }
    .blog-sidebar .sidebar-division ul li { font-size: 18px; line-height: 25px; }
    .blog-sidebar .sidebar-division ul li span { padding: 0px 8px; color: #fff; margin-left: 8px; border-radius: 8px; font-size: 14px; top: -2px; }

}

/* ==== MODULE >>> BLOG LOOP ============================================================================================================================================================================== */

/* MODULE >>> BLOG LOOP >>> LAYOUT */
.loop-holder { max-width: 400px; margin: 0 auto; }
.loop-holder .loop-holder-single { }
.container .row .col.loop-holder-single { padding: 10px !important;  }

@media only screen and ( min-width : 48em ) {
    /* MODULE >>> BLOG LOOP >>> LAYOUT */
    .loop-holder { max-width: 100%; }
}

/* ==== MODULE >>> BLOG PAGINATION =========================================================================================================================================================================== */

/* MODULE >>> BLOG PAGINATION >>> LAYOUT */
.blog-loop-pagination { padding: 10px 10px 35px 10px !important; }
.blog-loop-pagination .inner { text-align: center; }
.blog-loop-pagination .inner a { display: inline-block; line-height: 30px; padding: 0 5px; }
.blog-loop-pagination .inner span { vertical-align: top; line-height: 30px; padding: 0 4px; height: 30px; margin: 0; }
.blog-loop-pagination .inner span.label { display: inline-block; text-align: center; color: #121212; font-size: 14px; }
.blog-loop-pagination .inner span.icon { display: inline-block; text-align: center; font-size: 20px; color: #FF7F32 !important;  }
.blog-loop-pagination .inner span.icon:before { position: relative; line-height: 30px; }


@media only screen and ( min-width : 48em ) {
    /* MODULE >>> BLOG PAGINATION >>> LAYOUT */
    .blog-loop-pagination .inner span.label { font-size: 16px; }
    .blog-loop-pagination .inner span.icon { font-size: 24px; }
}
 

@media only screen and ( min-width : 64em ) {
    /* MODULE >>> BLOG PAGINATION >>> LAYOUT */
    .blog-loop-pagination { padding: 20px 0 55px 0 !important; }
    .blog-loop-pagination .inner span.label { font-size: 18px; }
    .blog-loop-pagination .inner span.icon { font-size: 26px; }
}

/* ==== MODULE >>> BLOG POST LOOP VIEW ======================================================================================================================================================================= */

/* MODULE >>> BLOG POST LOOP VIEW >>> LAYOUT */

.module-holder-post-at-loop { }

/* MODULE >>> BLOG POST LOOP VIEW >>> FEAT. IMAGE */

.module-post-at-loop .image-holder { padding: 0; background: #F0F0F0; }  
    .module-post-at-loop .image-holder figure { height: 220px; }
    .module-post-at-loop .image-holder.has-image figure { background: #f0f0f0; }  
    .module-post-at-loop .image-holder.no-image figure { background: #bbb url('../images/icons/logo-new.svg') center center no-repeat; opacity: 0.3; }  
    .module-post-at-loop .image-holder figure img { height: 100%; width: 100%; object-fit: cover; margin: 0; display: block; }  

/* MODULE >>> BLOG POST LOOP VIEW >>> COPIES */

.module-post-at-loop .copy-holder { padding: 30px 0 !important; }
    .module-post-at-loop .copy-holder .heading { padding-top: 10px; }
    .module-post-at-loop .copy-holder .heading .post-title { font-family: 'Playfair Display'; font-size: 24px; line-height: 32px; 
        color: #121212; font-weight: normal; text-transform: none; margin-bottom: 16px; }
    .module-post-at-loop .copy-holder .heading .post-title a { color: #121212; }
    .module-post-at-loop .copy-holder .heading .post-title a:hover { }
    .module-post-at-loop .copy-holder .heading .post-title .tax_term a { display: block; color: #FF7F32 !important; font-size: 16px; line-height: 1.5; margin-bottom: 5px; }
    .module-post-at-loop .copy-holder .heading .post-title .tax_term a:hover { opacity: 0.6; } 
    .module-post-at-loop .copy-holder .main { }
    .module-post-at-loop .copy-holder .main p { font-size: 14px; line-height: 22px; font-family: 'Playfair Display'; max-height: 110px;
        overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
    .module-post-at-loop .copy-holder .main a { color: #121212; }
    .module-post-at-loop .copy-holder .meta { padding-top: 10px; }
    .module-post-at-loop .copy-holder .meta a:hover { opacity: 0.7; }
    .module-post-at-loop .copy-holder .meta p { color: #121212; font-size: 12px; line-height: 16px; margin-bottom: 0; letter-spacing: -0.2px; }
    .module-post-at-loop .copy-holder .meta p span { display: inline; padding: 2px 0; }
    .module-post-at-loop .copy-holder .meta p span.line { }
    .module-post-at-loop .copy-holder .meta p a { color: #121212; }


@media only screen and ( min-width : 48em ) {
    
    /* MODULE >>> BLOG POST LOOP VIEW >>> FEAT. IMAGE */
    .module-post-at-loop .image-holder { padding: 0; }  
    .module-post-at-loop .image-holder figure { height: 200px; }  
    
    /* MODULE >>> BLOG POST LOOP VIEW >>> COPIES */
    .module-post-at-loop .copy-holder .heading { padding-top: 0; }
    .module-post-at-loop .copy-holder .heading .post-title { font-size: 24px; line-height: 1.39; }
    .module-post-at-loop .copy-holder .heading .post-title .tax_term a { font-size: 18px; line-height: 1.4; margin-bottom: 0; }
    .module-post-at-loop .copy-holder .main p { font-size: 16px; }
    .module-post-at-loop .copy-holder .meta { padding-top: 10px; }
    .module-post-at-loop .copy-holder .meta p { font-size: 14px; line-height: 20px; }
    .module-post-at-loop .copy-holder .meta p span { display: inline; padding: 0; }
    .module-post-at-loop .copy-holder .meta p span.line { display: inline; }

}


@media only screen and ( min-width : 64em ) {
    
    /* MODULE >>> BLOG POST LOOP VIEW >>> FEAT. IMAGE */
    .module-post-at-loop .image-holder { padding: 0; }  
    .module-post-at-loop .image-holder figure { height: 240px; }  
    
    /* MODULE >>> BLOG POST LOOP VIEW >>> COPIES */
    .module-post-at-loop .copy-holder .heading { padding-top: 0; }
    .module-post-at-loop .copy-holder .heading .post-title { font-size: 30px; line-height: 1.39; }
    .module-post-at-loop .copy-holder .heading .post-title .tax_term a { font-size: 18px; line-height: 1.4; margin-bottom: 0; }
    .module-post-at-loop .copy-holder .main p { font-size: 18px; line-height: 25px; max-height: 125px; }
    .module-post-at-loop .copy-holder .meta { padding-top: 20px; }
    .module-post-at-loop .copy-holder .meta p { font-size: 16px; line-height: 20px; }
    .module-post-at-loop .copy-holder .meta p span { display: inline; padding: 0; }
    .module-post-at-loop .copy-holder .meta p span.line { display: inline; }

}

/* ==== MODULE >>> SINGLE POST RELATED ======================================================================================================================================================================= */

/* MODULE >>> SINGLE POST RELATED >>> LAYOUT */

.module-holder-post-related { background: #F5F5F5; margin-bottom: 30px; }
.module-holder-post-related .module-post-related { padding: 32px 15px; }
.module-holder-post-related .module-post-related a { display: block; }

.module-holder-post-related .module-post-related a:hover { opacity: .7; }

.module-holder-post-related .module-post-related .title-holder { text-align: center; max-width: 400px; margin: 0 auto 24px auto; padding: 0 10px !important; }
.module-holder-post-related .module-post-related .single-holder { padding: 0 10px !important;  max-width: 400px; margin: 0 auto; }
/* MODULE >>> SINGLE POST RELATED >>> TITLE */
.module-holder-post-related .title-holder .title { font-family: 'Playfair Display';font-style: normal; font-weight: normal; font-size: 24px; line-height: 1.39; color: #FF7F32; margin-bottom: 0;  }


@media only screen and ( min-width : 48em ) {
    /* MODULE >>> SINGLE POST RELATED >>> LAYOUT */
    .module-holder-post-related { margin-bottom: 45px; }
    .module-holder-post-related .module-post-related .single-holder,
    .module-holder-post-related .module-post-related .title-holder { max-width: 100%; }
}
 

@media only screen and ( min-width : 64em ) {
    /* MODULE >>> SINGLE POST RELATED >>> TITLE */
    .blog-sidebar .sidebar-division h3.title { font-size: 30px; }
}

/* ==== MODULE >>> SINGLE POST RELATED PRODUCT =============================================================================================================================================================== */

/* MODULE >>> SINGLE POST RELATED PRODUCT >>> LAYOUT */

.module-holder-post-related-single { padding: 0 !important; }
.module-holder-post-related-single .module-post-related-single { padding: 0 0 30px 0; }

/* MODULE >>> SINGLE POST RELATED PRODUCT >>> IMAGE */


.module-holder-post-related-single figure { width: 100%; height: 220px; }
.module-holder-post-related-single figure img { height: 100%; width: 100%; object-fit: cover; margin: 0; display: block; }  
.module-holder-post-related-single figure.no-image { background: transparent url('../images/icons/logo-new.svg') center center no-repeat; opacity: 0.3; }  

/* MODULE >>> SINGLE POST RELATED PRODUCT >>> COPIES */
.module-holder-post-related-single .copy-holder { padding: 15px 0; }
.module-holder-post-related-single .copy-holder h4.over { font-family: 'Playfair Display'; font-style: normal; font-weight: normal; font-size: 16px; line-height: 1.5; color: #FF7F32; margin-bottom: 8px; }
.module-holder-post-related-single .copy-holder h3.title { font-family: 'Playfair Display'; font-style: normal; font-weight: normal; font-size: 24px; line-height: 32px; color: #121212; margin-bottom: 16px; }
.module-holder-post-related-single .copy-holder p.copy { font-family: 'Playfair Display'; font-style: normal; font-weight: normal; font-size: 14px; line-height: 22px; color: #121212; margin-bottom: 0; }

@media only screen and ( min-width : 48em ) {
    /* MODULE >>> SINGLE POST RELATED PRODUCT >>> LAYOUT */
    .module-holder-post-related-single .module-post-related-single { padding: 0; }
    /* MODULE >>> SINGLE POST RELATED PRODUCT >>> IMAGE */
    .module-holder-post-related-single figure { height: 200px; }  
    /* MODULE >>> SINGLE POST RELATED PRODUCT >>> COPIES */
    .module-holder-post-related-single .copy-holder { padding: 24px 0; }
}
 

@media only screen and ( min-width : 64em ) {
    /* MODULE >>> SINGLE POST RELATED PRODUCT >>> IMAGE */
    .module-holder-post-related-single figure { height: 240px; }
    /* MODULE >>> SINGLE POST RELATED PRODUCT >>> COPIES */
    .module-holder-post-related-single .copy-holder { padding: 30px 0; }
    .module-holder-post-related-single .copy-holder h4.over { font-size: 18px; line-height: 25px; }
    .module-holder-post-related-single .copy-holder h3.title { font-size: 30px; line-height: 42px; }
    .module-holder-post-related-single .copy-holder p.copy { font-size: 18px; line-height: 25px; }
}




/* ==== MODULE >>> BLOG POST LOOP VIEW ======================================================================================================================================================================= */

/* MODULE >>> BLOG POST LOOP VIEW >>> LAYOUT 
.module-holder-post-at-loop { margin-bottom: 35px; }
.module-holder-post-at-loop .module-post-at-loop .container { margin: 0 auto; max-width: 400px; }

/* MODULE >>> BLOG POST LOOP VIEW >>> FEAT. IMAGE 
.module-post-at-loop .image-holder { padding: 0 20px; }  
    .module-post-at-loop .image-holder figure {  height: 320px; }
    .module-post-at-loop .image-holder.has-image figure { background: #f0f0f0; }  
    .module-post-at-loop .image-holder.no-image figure { background: #bbb url('../images/icons/logo-new.svg') center center no-repeat; opacity: 0.3; }  
    .module-post-at-loop .image-holder figure img { height: 100%; width: 100%; object-fit: cover; margin: 0; display: block; }  

/* MODULE >>> BLOG POST LOOP VIEW >>> COPIES 
.module-post-at-loop .copy-holder { }
    .module-post-at-loop .copy-holder .heading { padding-top: 10px; }
    .module-post-at-loop .copy-holder .heading h2 { font-family: 'Playfair Display'; font-size: 24px; line-height: 32px; 
        color: #121212; font-weight: normal; text-transform: none; margin-bottom: 0; }
    .module-post-at-loop .copy-holder .heading h2 a { color: #121212; }
    .module-post-at-loop .copy-holder .heading h2 a:hover { }
    .module-post-at-loop .copy-holder .heading h2 .tax_term a { display: block; color: #FF7F32 !important; font-size: 16px; line-height: 1.5; margin-bottom: 5px; }
    .module-post-at-loop .copy-holder .heading h2 .tax_term a:hover { opacity: 0.6; } 
    .module-post-at-loop .copy-holder .main { background: #fff; padding: 10px 0; }
    .module-post-at-loop .copy-holder .main p { font-size: 14px; line-height: 22px; font-family: 'Playfair Display'; max-height: 88px;
        overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
    .module-post-at-loop .copy-holder .main a { color: #121212; }
    .module-post-at-loop .copy-holder .meta { padding-top: 0; }
    .module-post-at-loop .copy-holder .meta a:hover { opacity: 0.7; }
    .module-post-at-loop .copy-holder .meta p { color: #121212; font-size: 12px; line-height: 16px; margin-bottom: 0; letter-spacing: -0.2px; }
    .module-post-at-loop .copy-holder .meta p span { display: block; padding: 2px 0; }
    .module-post-at-loop .copy-holder .meta p span.line { display: none; }
    .module-post-at-loop .copy-holder .meta p a { color: #121212; }

@media only screen and ( min-width : 48em ) {
        
    /* MODULE >>> BLOG POST LOOP VIEW >>> LAYOUT 
    .module-holder-post-at-loop { margin-bottom: 45px; }
    .module-holder-post-at-loop .module-post-at-loop .container { max-width: 760px; }

    /* MODULE >>> BLOG POST LOOP VIEW >>> FEAT. IMAGE 
    .module-post-at-loop .image-holder { padding: 0; }  
    .module-post-at-loop .image-holder figure { height: 200px; }  
    
    /* MODULE >>> BLOG POST LOOP VIEW >>> COPIES 
    .module-post-at-loop .copy-holder .heading { padding-top: 0; }
    .module-post-at-loop .copy-holder .heading h2 { font-size: 26px; line-height: 52px; }
    .module-post-at-loop .copy-holder .heading h2 .tax_term a { font-size: 18px; line-height: 1.4; margin-bottom: 0; }
    .module-post-at-loop .copy-holder .main { padding: 10px 0; }
    .module-post-at-loop .copy-holder .main p { font-size: 16px; line-height: 24px; max-height: 72px; -webkit-line-clamp: 3; }
    .module-post-at-loop .copy-holder .meta { padding-top: 10px; }
    .module-post-at-loop .copy-holder .meta p { font-size: 16px; line-height: 20px; }
    .module-post-at-loop .copy-holder .meta p span { display: inline; padding: 0; }
    .module-post-at-loop .copy-holder .meta p span.line { display: inline; }

}
 

@media only screen and ( min-width : 64em ) {
    
    /* MODULE >>> BLOG POST LOOP VIEW >>> LAYOUT 
    .module-holder-post-at-loop { margin-bottom: 65px; }
    .module-holder-post-at-loop .module-post-at-loop .container { max-width: 990px; }

    /* MODULE >>> BLOG POST LOOP VIEW >>> FEAT. IMAGE 
    .module-post-at-loop .image-holder figure { height: 240px; }  

    /* MODULE >>> BLOG POST LOOP VIEW >>> COPIES 
    .module-post-at-loop .copy-holder .heading h2 { font-size: 30px; line-height: 62px; }
    .module-post-at-loop .copy-holder .main { padding: 15px 0; }
    .module-post-at-loop .copy-holder .main p { font-size: 18px; line-height: 25px; max-height: 75px; -webkit-line-clamp: 3; }
    .module-post-at-loop .copy-holder .meta { padding-top: 25px; }

}

@media only screen and ( min-width : 78em ) {
    
    /* MODULE >>> BLOG POST LOOP VIEW >>> LAYOUT 
    .module-holder-post-at-loop { margin-bottom: 65px; }
    .module-holder-post-at-loop .module-post-at-loop .container { max-width: 1200px; }

}

*/

/* ==== MODULE >>> BLOG POST SINGLE HEADING ================================================================================================================================================================== */

/* MODULE >>> BLOG POST SINGLE HEADING >>> LAYOUT */
.module-holder-post-heading { padding: 30px; }
.module-holder-post-heading .module-post-heading { }
.module-holder-post-heading .module-post-heading .container { margin: 0 auto; max-width: 400px; }

/* MODULE >>> BLOG POST SINGLE HEADING >>> FEAT. IMAGE */
.module-post-heading .image-holder { padding: 0 20px; }  
    .module-post-heading .image-holder figure { height: 200px; }
    .module-post-heading .image-holder.has-image figure { background: #f0f0f0; }  
    .module-post-heading .image-holder.no-image { display: none; }  
    .module-post-heading .image-holder figure img { height: 100%; width: 100%; object-fit: cover; margin: 0; display: block; }  

/* MODULE >>> BLOG POST SINGLE HEADING >>> COPIES */
.module-post-heading .copy-holder { }
    .module-post-heading .copy-holder .heading { padding-top: 10px; text-align: center; }
    .module-post-heading .copy-holder .heading .title { font-family: 'Playfair Display'; font-size: 28px; line-height: 40px; 
        color: #121212; font-weight: normal; text-transform: none; margin-bottom: 0; }
    .module-post-heading .copy-holder .heading .title a { color: #121212; }
    .module-post-heading .copy-holder .heading .title a:hover { }
    .module-post-heading .copy-holder .heading .title .tax_term a { display: block; color: #FF7F32 !important; font-size: 18px; line-height: 1.5; margin-bottom: 5px; }
    .module-post-heading .copy-holder .heading .title .tax_term a:hover { opacity: 0.6; } 
    .module-post-heading .copy-holder .meta { padding: 10px 0 0 0; text-align: center;  }
    .module-post-heading .copy-holder .meta a:hover { opacity: 0.7; }
    .module-post-heading .copy-holder .meta p { color: #121212; font-size: 12px; line-height: 16px; margin-bottom: 0; letter-spacing: -0.2px; }
    .module-post-heading .copy-holder .meta p span { display: inline-block; padding: 2px 0; }
    .module-post-heading .copy-holder .meta p a { color: #121212; }
    .module-post-heading .copy-holder .main { background: #fff; padding: 10px 0; text-align: center;  margin: 0 auto;  }
    .module-post-heading .copy-holder .main p { font-size: 14px; line-height: 22px; font-family: 'Playfair Display'; max-height: 88px;
        overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
    .module-post-heading .copy-holder .main a { color: #121212; }

@media only screen and ( min-width : 48em ) {
        
    /* MODULE >>> BLOG POST SINGLE HEADING >>> LAYOUT */
    .module-holder-post-heading { margin-bottom: 0; }
    .module-holder-post-heading .module-post-heading .container { max-width: 760px; }

    /* MODULE >>> BLOG POST SINGLE HEADING >>> FEAT. IMAGE */
    .module-post-heading .image-holder { padding: 0; }  
    .module-post-heading .image-holder figure { height: 260px; }  
    
    /* MODULE >>> BLOG POST SINGLE HEADING >>> COPIES */
    .module-post-heading .copy-holder .heading { padding-top: 20px; }
    .module-post-heading .copy-holder .heading .title { font-size: 40px; line-height: 58px; }
    .module-post-heading .copy-holder .heading .title .tax_term a { font-size: 24px; line-height: 1.4; margin-bottom: 10px; }
    .module-post-heading .copy-holder .meta { padding: 20px 0 0 0; }
    .module-post-heading .copy-holder .meta p { font-size: 16px; line-height: 20px; }
    .module-post-heading .copy-holder .main { padding: 20px 0; }
    .module-post-heading .copy-holder .main p { font-size: 16px; line-height: 24px; max-height: 72px; -webkit-line-clamp: 3; }


}

@media only screen and ( min-width : 64em ) {
    
    /* MODULE >>> BLOG POST SINGLE HEADING >>> LAYOUT */
    .module-holder-post-heading .module-post-heading .container { max-width: 990px; }

    /* MODULE >>> BLOG POST SINGLE HEADING >>> FEAT. IMAGE */
    .module-post-heading .image-holder figure { height: 320px; }  

    /* MODULE >>> BLOG POST SINGLE HEADING >>> COPIES */
    .module-post-heading .copy-holder .heading .title { font-size: 60px; line-height: 72px; margin-bottom: 10px; }
    .module-post-heading .copy-holder .heading .title .tax_term a { font-size: 30px; margin-bottom: 15px; }
    .module-post-heading .copy-holder .meta { padding: 25px 0 0 0; }
    .module-post-heading .copy-holder .main { max-width: 930px; padding: 35px 0 25px 0; } 
    .module-post-heading .copy-holder .main p { font-size: 18px; line-height: 25px; max-height: 75px; -webkit-line-clamp: 3; }
}

@media only screen and ( min-width : 78em ) {
    
    /* MODULE >>> BLOG POST LOOP VIEW >>> LAYOUT */
    .module-holder-post-heading .module-post-heading .container { max-width: 1200px; }

    /* MODULE >>> BLOG POST LOOP VIEW >>> FEAT. IMAGE */
    .module-post-heading .image-holder figure { height: 360px; }  
}

/* ==== MODULE >>> BLOG POST SINGLE MAIN CONTENT ============================================================================================================================================================== */

/* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> LAYOUT */
.module-holder-post-content { }
.module-holder-post-content .module-post-content { padding: 20px 0; }
.module-holder-post-content .module-post-content .container { margin: 0 auto; max-width: 400px; }
.module-holder-post-content .module-post-content .main-content { font-family: 'Gotham'; }

/* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> TYPO HEADS */
.module-post-content .main-content h2,
.module-post-content .main-content h3,
.module-post-content .main-content h4 { text-align: center; color: #FF7F32 !important; font-family: 'Playfair Display'; font-weight: normal; margin-bottom: 15px !important;  }
.module-post-content .main-content h2 { font-size: 24px; line-height: 1.4; padding: 10px 0; }
.module-post-content .main-content h3 { font-size: 18px; line-height: 1.4; padding: 5px 0; }
.module-post-content .main-content h4 { font-size: 16px; line-height: 1.4; padding: 0; }

/* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> TYPO PARAGRAPH */
.module-post-content .main-content p { font-size: 13px; line-height: 1.56; color: #121212; margin-bottom: 15px; }
.module-post-content .main-content strong { color: #090909; }
.module-post-content .main-content em { color: #4a4a4a; }
.module-post-content .main-content a:hover { text-decoration: underline; }

/* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> LISTS */
.module-post-content .main-content ul, 
.module-post-content .main-content ol { margin-bottom: 15px; padding-left: 5px; } 
.module-post-content .main-content ol { counter-reset: ol-li-counter; }
.module-post-content .main-content ul li { font-size: 13px; line-height: 1.56; color: #121212; margin-bottom: 5px; position: relative; padding-left: 15px; }
.module-post-content .main-content ol li { font-size: 13px; line-height: 1.56; color: #121212; padding-left: 0; }
.module-post-content .main-content ul li:before { position: absolute; left: 0; top: 8px; height: 6px; width: 6px; border-radius: 50%; background: #FF7F32; content: ""; display: block; }
.module-post-content .main-content ol li:before { counter-increment: ol-li-counter; height: 7px; width: 7px; border-radius: 50%; 
    color: #FF7F32; content: counter( ol-li-counter ) ". "; display: inline-block; font-weight: bold; padding-right: 10px; } 

/* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> IMAGES */
.module-post-content .main-content figure { width: 100%; height: auto; }
.module-post-content .main-content figure img { max-width: 100%; height: auto; margin: 0 auto; display: block; }
.module-post-content .main-content figure figcaption { margin: 0; font-size: 13px; line-height: 1.56; color: #121212; padding: 5px 0 0 0; opacity: 0.7; text-align: center; font-style: italic; }

/* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> QUOTE */
.module-post-content .main-content blockquote { padding: 10px 0; margin: 0 auto 15px auto; max-width: 320px; }
.module-post-content .main-content blockquote p { font-size: 16px; line-height: 1.4; font-family: 'Playfair Display'; font-style: italic; text-align: center; margin-bottom: 0; color: #121212; }
.module-post-content .main-content blockquote cite { font-size: 13px; display: block; text-align: right; line-height: 1.4; opacity: 0.7; margin-top: 5px; color: #121212; }


@media only screen and ( min-width : 48em ) {
        
    /* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> LAYOUT */
    .module-holder-post-content .module-post-content { padding: 30px 0; }
    .module-holder-post-content .module-post-content .container { max-width: 760px; }

    /* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> TYPO HEADS */
    .module-post-content .main-content h2 { font-size: 30px; padding: 20px 0; letter-spacing: 0.8px; }
    .module-post-content .main-content h3 { font-size: 24px; padding: 15px 0; letter-spacing: 0.7px; }
    .module-post-content .main-content h4 { font-size: 18px; padding: 10px 0; letter-spacing: 0.5px; }

    /* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> TYPO PARAGRAPH */
    .module-post-content .main-content p { font-size: 14px; }

    /* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> LISTS */
    .module-post-content .main-content ul li { font-size: 14px; }
    .module-post-content .main-content ol li { font-size: 14px; }

    /* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> IMAGES */
    .module-post-content .main-content figure figcaption { font-size: 14px; }

    /* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> QUOTE */
    .module-post-content .main-content blockquote { max-width: 560px; }
    .module-post-content .main-content blockquote p { font-size: 18px; }
    .module-post-content .main-content blockquote cite { font-size: 14px; margin-top: 10px; }

}

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

    /* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> LAYOUT */
    .module-holder-post-content .module-post-content { padding: 45px 0; }
    .module-holder-post-content .module-post-content .container { max-width: 990px; }

    /* MODULE >>> BLOG POST SINGLE MAIN CONTENT >>> QUOTE */
    .module-post-content .main-content blockquote { max-width: 720px; }

}


/* ==== MODULE >>> SEARCH RESULT BOX ========================================================================================================================================================================== */

/* MODULE >>> SEARCH RESULT BOX >>> LAYOUT */
.module-holder-featurable-searchbox { }
.module-holder-featurable-searchbox .module-featurable-searchbox { margin-bottom: 20px; }
.module-holder-featurable-searchbox .module-featurable-searchbox .container { margin: 0 auto; max-width: 400px; background: #f0f0f0; }

.module-holder-featurable-searchbox .module-featurable-searchbox .container .col-product { position: relative; padding: 20px 20px 30px 90px; min-height: 90px; }
.module-holder-featurable-searchbox .module-featurable-searchbox .container .col-faq { position: relative; padding: 20px; }

/* MODULE >>> SEARCH RESULT BOX >>> IMAGE */

.module-featurable-searchbox .image-holder { background: #fff; width: 50px; height: 50px; position: absolute; left: 20px; }
.module-featurable-searchbox .image-holder figure.noimg { background: #f0f0f0 url('../images/icons/logo-new.svg') center center no-repeat; background-size: 50%; top: 0; left: 0; width: 100%; height: 100%; display: block; opacity: .3; }
.module-featurable-searchbox .image-holder figure { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; }
.module-featurable-searchbox .image-holder figure img { height: 100%; width: 100%; object-fit: cover; object-position: top center; }

/* MODULE >>> SEARCH RESULT BOX >>> COPY */

.module-featurable-searchbox .copy-holder { }
.module-featurable-searchbox .copy-holder .title { font-size: 20px; line-height: 1.2; margin-bottom: 0; color: #121212; }
.module-featurable-searchbox .copy-holder p { padding-top: 10px; color: #444; font-size: 14px; line-height: 1.4; margin-bottom: 0 !important; }
.module-featurable-searchbox .copy-holder p.subtitle { opacity: .7; font-style: italic; padding-top: 5px; font-size: 12px; line-height: 1.2; }

.module-featurable-searchbox .col-faq .copy-holder p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.module-featurable-searchbox .col-product .copy-holder p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

/* MODULE >>> SEARCH RESULT BOX >>> GO TO */
.module-featurable-searchbox .col-product .goto-holder { right: 0; }
.module-featurable-searchbox .col-faq .goto-holder { padding-top: 10px; }
.module-featurable-searchbox .goto-holder em { display: inline-block; line-height: 20px; font-size: 14px; font-style: normal !important; }
.module-featurable-searchbox .goto-holder span { height: 20px; width: 20px; text-align: center; font-size: 20px; display: inline-block; line-height: 20px; }
.module-featurable-searchbox .col-faq .goto-holder span { font-size: 14px; position: relative; top: 1px; left: -5px; }


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

    /* MODULE >>> SEARCH RESULT BOX >>> LAYOUT */
    .module-holder-featurable-searchbox .module-featurable-searchbox { margin-bottom: 20px; }
    .module-holder-featurable-searchbox .module-featurable-searchbox .container  { max-width: 660px; }
    .module-holder-featurable-searchbox .module-featurable-searchbox .container .col-product { padding: 20px 40px 20px 140px; min-height: 140px; }

    /* MODULE >>> SEARCH RESULT BOX >>> IMAGE */    
    .module-featurable-searchbox .image-holder { width: 100px; height: 100px; }

    /* MODULE >>> SEARCH RESULT BOX >>> COPY */
    .module-featurable-searchbox .copy-holder .title { font-size: 22px; }
    .module-featurable-searchbox .copy-holder p { padding-top: 15px; font-size: 16px; }
    .module-featurable-searchbox .copy-holder p.subtitle { padding-top: 5px; font-size: 14px; line-height: 1.4; }


    /* MODULE >>> SEARCH RESULT BOX >>> GO TO */
    .module-featurable-searchbox .col-faq .goto-holder { }
    .module-featurable-searchbox .goto-holder em { line-height: 30px; font-size: 16px; padding-right: 0; }
    .module-featurable-searchbox .goto-holder span { height: 30px; width: 30px; font-size: 20px; line-height: 30px; top: 2px; }
    .module-featurable-searchbox .col-faq .goto-holder span { font-size: 16px; top: 1px; left: -5px; }

    
}

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

    /* MODULE >>> SEARCH RESULT BOX >>> LAYOUT */
    .module-holder-featurable-searchbox .module-featurable-searchbox { background: fuchsia; margin-bottom: 20px; }
    .module-holder-featurable-searchbox .module-featurable-searchbox .container  { max-width: 100%; }
    .module-holder-featurable-searchbox .module-featurable-searchbox .container .col-product { padding: 30px 50px 30px 210px; min-height: 210px; }
    .module-holder-featurable-searchbox .module-featurable-searchbox .container .col-faq { padding: 30px; }

    /* MODULE >>> SEARCH RESULT BOX >>> IMAGE */    
    .module-featurable-searchbox .image-holder { width: 150px; height: 150px; left: 30px; }

    /* MODULE >>> SEARCH RESULT BOX >>> COPY */
    .module-featurable-searchbox .copy-holder .title { font-size: 28px; }
    .module-featurable-searchbox .copy-holder p { font-size: 18px; }
    .module-featurable-searchbox .copy-holder p.subtitle { font-size: 15px; }

    /* MODULE >>> SEARCH RESULT BOX >>> GO TO */
    .module-featurable-searchbox .col-product .goto-holder { right: 10px; }    
    .module-featurable-searchbox .goto-holder em { font-size: 18px; }
    .module-featurable-searchbox .goto-holder span { font-size: 24px; }
    .module-featurable-searchbox .col-faq .goto-holder span { font-size: 18px; top: 2px; left: -5px; }


}