@import url( 'toreact.css' );

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
/*
.animate-flicker {
   -webkit-animation: flickerAnimation 500ms infinite;
   -moz-animation: flickerAnimation 500ms infinite;
   -o-animation: flickerAnimation 500ms infinite;
    animation: flickerAnimation 500ms infinite;
}
*/
@keyframes flickerAnimationSoft {
  0%   { opacity: 0.7; }
  50%  { opacity: 0.4; }
  100% { opacity: 0.7; }
}
@-o-keyframes flickerAnimationSoft {
  0%   { opacity: 0.7; }
  50%  { opacity: 0.4; }
  100% { opacity: 0.7; }
}
@-moz-keyframes flickerAnimationSoft {
  0%   { opacity: 0.7; }
  50%  { opacity: 0.4; }
  100% { opacity: 0.7; }
}
@-webkit-keyframes flickerAnimationSoft {
  0%   { opacity: 0.7; }
  50%  { opacity: 0.4; }
  100% { opacity: 0.7; }
}

.animate-flicker-soft {

   -webkit-animation: flickerAnimationSoft 1500ms infinite;
   -moz-animation: flickerAnimationSoft 1500ms infinite;
   -o-animation: flickerAnimationSoft 1500ms infinite;
    animation: flickerAnimationSoft 1500ms infinite;    

}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate-rotating {
  -webkit-animation: rotating 1s ease-in infinite;
  -moz-animation: rotating 1s ease-in infinite;
  -ms-animation: rotating 1s ease-in infinite;
  -o-animation: rotating 1s ease-in infinite;
  animation: rotating 1s ease-in infinite;
}

.woocommerce span.onsale { display: none !important; }

.module-holder { padding: 0; }
.cunicons { font-family: 'cunicons' !important; }

body { padding-top: 110px; }
body.page-template-page-landing { padding-top: 61px; }

@media only screen and ( min-width : 64em ) {
    body.page-template-page-landing { padding-top: 81px; }
}

 

.react-holder { min-height: 500px; position: relative; }
.react-holder-mid { min-height: 300px; }
.react-holder-mini { min-height: 200px; }
.react-holder-micro { min-height: 36px; }
/*
.react-loader { display: block; width: 120px; height: 90px; margin: 0 auto; background: url('../images/toreact/react.svg') center center no-repeat; background-size: contain; }
.react-loader:after { content: "loading"; display: block; text-align: center; position: absolute; left: 0; bottom: -20px; width: 100%; line-height: 20px; font-size: 16px; color: #a0a0a0; letter-spacing: 1.6px; }
*/

body.single-product,
body.page-template-page-promotions,
body.page-template-page-home,
body.page-template-templatespage-loop-laser-php,
body.page-template-templatespage-sidebar-php { padding-top: 88px; }

body.page-template-templatespage-cart-php,
body.page-template-templatespage-private-area-php { padding-top: 60px; }

.is-sidebar-page .container .row .col.main-holder { padding-left: 0 !important; padding-right: 0 !important; }

.is-sidebar-page .container .row .col.main-holder .sidebar-heading { background: transparent; margin-bottom: 20px; padding: 20px 25px; position: relative; }
.is-sidebar-page .container .row .col.main-holder .sidebar-heading .title { margin-bottom: 0; }
.is-sidebar-page .container .row .col.main-holder .sidebar-heading .title .overtitle { display: block; font-size: 18px; line-height: 26px; margin-bottom: 10px; font-family: 'Playfair Display'; 
    text-transform: none; font-weight: normal; color: #FF7F32; }
.is-sidebar-page .container .row .col.main-holder .sidebar-heading .title .main { display: block; }
.is-sidebar-page .container .row .col.main-holder .sidebar-heading .intro { font-size: 15px; line-height: 1.45; font-family: 'Playfair Display', serif; margin-top: 20px; margin-bottom: 0; opacity: .7; }

.is-sidebar-page .container .row .col.main-holder .sidebar-heading .title,
.is-sidebar-page .container .row .col.main-holder .sidebar-heading .intro { max-width: 400px; margin-left: auto; margin-right: auto; text-align: center; }

/* .is-sidebar-page .container .row .col.main-holder .sidebar-heading:before { width: 300%; background: #f0f0f0; display: block; height: 100%; content: ""; position: absolute; top: 0; right: calc( -300% + 15px ); }
 */

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

    .is-sidebar-page .container .row .col.main-holder { padding-left: 25px !important; padding-right: 25px !important; }
    body.single-product,
    body.page-template-templatespage-loop-laser-php { padding-top: 130px; }

    .is-sidebar-page .container .row .col.main-holder .sidebar-heading .intro { font-size: 17px; line-height: 1.25; }
    .is-sidebar-page .container .row .col.main-holder .sidebar-heading .title,
    .is-sidebar-page .container .row .col.main-holder .sidebar-heading .intro { max-width: 710px; }
}

@media only screen and ( min-width : 64em ) {
    body.page-template-page-promotions,  
    body.page-template-page-home { padding-top: 28px; }
    .is-sidebar-page .side-holder { min-height: 100vh; }
    body.page-template-templatespage-sidebar-php { padding-top: 110px; }
    body.page-template-templatespage-cart-php,
    body.page-template-templatespage-private-area-php { padding-top: 110px; }
    
    .is-sidebar-page .container .row .col.main-holder .sidebar-heading { border-radius: 10px; padding: 20px 5px; }
    .is-sidebar-page .container .row .col.main-holder .sidebar-heading .intro { font-size: 17px; line-height: 1.75; }
    .is-sidebar-page .container .row .col.main-holder .sidebar-heading .title { max-width: 90%; margin-left: 0; margin-right: 0; text-align: left; }
    .is-sidebar-page .container .row .col.main-holder .sidebar-heading .intro { max-width: 80%; margin-left: 0; margin-right: 0; text-align: left; }
    .is-sidebar-page .container .row .col.main-holder .sidebar-heading:before { width: 300%; background: transparent; display: block; height: 100%; content: ""; position: absolute; top: 0; right: calc( -300% + 15px ); }

}


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

    .container.container-oversized { max-width: 1360px; margin: 0 auto;  }
    .cart-checkout-holder .container { max-width: 1360px; }

    /*
    .container-oversized .col { padding: 0 25px !important; }
    */
    
}


.page-template-default.scrolled { }

.dump-preview { color: #444; border: 2px solid #444; padding: 20px 30px; max-width: 850px; margin: 30px auto; word-break: break-all; background: #f0f0f0; line-height: 1.6; }


/* ==== MODULE >>> PRODUCT PREVIEW LOOP MODULE =============================================================================================================================================================== */

.module-holder-regular-loop { }
    .module-regular-loop {  }

/* ==== MODULE >>> PRODUCT PREVIEW SINGLE MODULE ============================================================================================================================================================= */

/* MODULE >>> PRODUCT PREVIEW SINGLE MODULE >>> LAYOUT */

.module-holder-regular-product { padding: 20px 0px; max-width: 450px; margin: 0 auto; width: 100%; display: block: }
    .module-regular-product { background: #f0f0f0; padding: 0 0 25px 0; }

/* MODULE >>> PRODUCT PREVIEW SINGLE MODULE >>> FEAT. IMAGE */

.module-regular-product .feat-image-holder figure { width: 100%; background: #444; height: 200px; }
.module-regular-product .feat-image-holder figure img { width: 100%; height: 100%; object-fit: cover; }

.module-regular-product .copy-holder { padding-top: 15px; }
.module-regular-product .copy-holder h3 { margin-bottom: 0; }
.module-regular-product .price-box { margin-bottom: 0; }
.module-regular-product .price-box.small .price .qty { font-size: 30px !important; }
.module-regular-product .price-box.small .post-label { top: 3px !important; left: -6px; }
 
.module-regular-product .price-box.is-sale-price .regular-price { bottom: 20px; opacity: 0.7; }
.module-regular-product .price-box.is-sale-price .regular-price .rprice .units { color: #5e4b3c !important; font-size: 15px !important; }
.module-regular-product .price-box.is-sale-price .regular-price .rprice .qty { color: #5e4b3c !important; font-size: 20px !important; }
.module-regular-product .price-box.is-sale-price .regular-price .rprice { padding: 0 0 0 3px; }
.module-regular-product .price-box.is-sale-price .regular-price .rprice:before { margin-top: -2px; }


/* ==== MODULE >>> POSTS PREVIEW LOOP MODULE ================================================================================================================================================================= */



.preview-module { }

/* MODULE >>> POSTS PREVIEW LOOP MODULE >>> HEADING */

.preview-module .heading { padding: 0 10px; }
    .heading .link-wrapper { background: #fff; padding: 0 0 12px 0; border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .heading .link-wrapper a { display: inline-block; }
    .heading .link-wrapper a:first-letter { text-transform: uppercase; }
    .heading .intro-wrapper { background: #fff; padding: 10px 0; }
    .heading .intro-wrapper span { margin-bottom: 3px; display: inline-block; }
    .heading .intro-wrapper a.h4 { margin-bottom: 0; font-size: 20px; }

/* MODULE >>> POSTS PREVIEW LOOP MODULE >>> MAIN */

.preview-module .featuring .main-feat { }
    .main-feat .big-prev-holder { }
    .main-feat .double-prev-holder { }
    .main-feat .big-prev-holder figure { height: 250px; }
    .main-feat .double-prev-holder figure { height: 125px; }
    .main-feat figure { width: 100%; overflow: hidden; padding: 10px; }
    .main-feat figure img { width: 100%; height: 100%; object-fit: cover; }

    .main-feat figure .no-image { background: #f0f0f0; height: 100%; position: relative; }
    .main-feat figure .no-image h3 { margin-bottom: 0; padding: 20px; width: 100%; text-align: left; font-weight: bold; }
    .main-feat .double-prev-holder figure .no-image h3 { font-size: 18px; line-height: 24px; padding: 10px; }

.preview-module .featuring .additional-feat { padding: 10px; font-size: 16px; line-height: 24px; }
    .additional-feat p { margin-bottom: 15px; }
    .additional-feat ul { }
    .additional-feat ul li { margin-bottom: 15px; }
    .additional-feat ul li.link-holder { padding-top: 10px !important; }


/* ==== MODULE >>> FAQS LOOP MODULE ========================================================================================================================================================================== */

.module-taxloop-faqcats { padding: 40px 0; }
.module-taxloop-faqcats .inner { max-width: 360px; margin: 0 auto; background: #f5f5f5; text-align: center; margin: 20px auto; padding: 30px; position: relative; overflow: hidden; }

.module-taxloop-faqcats .inner .question-holder { opacity: 1; pointer-events: all; -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); position: relative; padding: 20px 0; }
.module-taxloop-faqcats .inner:hover .question-holder { opacity: 0; pointer-events: none; -ms-transform: scale( 1.1 ); -webkit-transform: scale( 1.1 ); transform: scale( 1.1 ); }

 .module-taxloop-faqcats .inner .response-holder { max-width: 100%; text-align: left; width: 100%; opacity: 0; pointer-events: none; position: absolute; top: 50%; left: 50%;
    padding: 30px; -ms-transform: translate( -50%, -50% ) scale( 1.1 ); -webkit-transform: translate( -50%, -50% ) scale( 1.1 ); transform: translate( -50%, -50% ) scale( 1.1 ); }

.module-taxloop-faqcats .inner:hover .response-holder { opacity: 1; pointer-events: all; -ms-transform: translate( -50%, -50% ) scale( 1 );
    -webkit-transform: translate( -50%, -50% ) scale( 1 ); transform: translate( -50%, -50% ) scale( 1 ); }

.module-taxloop-faqcats .inner h4 { }
.module-taxloop-faqcats .inner .copy.copy-s { margin-bottom: 20px; }
.module-taxloop-faqcats .inner .supersymetric { width: 100%; }
.module-taxloop-faqcats .inner .plus-faq { height: 40px; width: 40px; line-height: 40px; text-align: center; display: block; margin: 0 auto; font-size: 25px; color: #ff7f32; }

.module-holder-pagination { padding-bottom: 50px; }
.module-pagination { }
    .module-pagination ul { text-align: center; }
    .module-pagination ul li { background: #f5f5f5; display: inline-block; line-height: 45px; width: 45px; height: 45px; }
    .module-pagination ul li span.current { display: block; background: #ff7f32; color: #fff; }
    .module-pagination ul li a { display: block; color: rgba(0,0,0,1); background: #f5f5f5; }

/* ==== MODULE >>> MAIL CONTACT FORM ========================================================================================================================================================================== */

.module-holder-contact-mail { }
.module-holder-contact-mail .module-contact-mail { }

/* MODULE >>> MAIL CONTACT FORM >>> HEADING */

.module-contact-mail .heading-holder { }
    .module-contact-mail .heading-holder .inner { padding-bottom: 20px; }
    .module-contact-mail .heading-holder h2 { margin-bottom: 15px; }
    .module-contact-mail .heading-holder .copy.copy-m { margin-bottom: 0; }

/* MODULE >>> MAIL CONTACT FORM >>> FORM */

.module-contact-mail .form-holder { }
.module-contact-mail .form-holder form { max-width: 400px; margin: 0 auto 30px auto; }

/* MODULE >>> MAIL CONTACT FORM >>> COPY */

.module-contact-mail .copy-holder { }
.module-contact-mail .copy-holder .inner { max-width: 400px; margin: 0 auto; }
    .module-contact-mail .copy-holder p { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; color: rgba(0,0,0,1); font-weight: normal; margin-bottom: 20px; font-size: 18px; line-height: 1.33; }
    .module-contact-mail .copy-holder dl dd a { color: rgba(0,0,0,1); font-weight: bold; }

/* ==== MODULE >>> COOKIES ADVICE ============================================================================================================================================================================= */

.module-holder-cookies-advice { position: fixed; bottom: -600px; left: 0; width: 100%; z-index: 999999999999999; opacity: 0; }
.module-holder-cookies-advice.active { bottom: 0; opacity: 1; }

/* MODULE >>> COOKIES ADVICE >>> LAYOUT */
.module-cookies-advice { padding: 40px 0; background: rgba(0, 0, 0, 0.98); }
.module-cookies-advice .col a.accept-cookies { position: static; top: 0; left: 0; -ms-transform: translate( 0, 0 ); -webkit-transform: translate( 0, 0 ); transform: translate( 0, 0 ); }
.module-cookies-advice .col.copy-holder { }
    .module-cookies-advice .col.copy-holder p.copy.copy-xs { color: #fff !important; margin-bottom: 12PX !important; }
    .module-cookies-advice .col.copy-holder p.copy.copy-xs.last{ color: #fff !important; margin-bottom: 0 !important; }

.module-cookies-advice .col.btn-holder { position: relative; text-align: center; }
    .module-cookies-advice .col.btn-holder a.accept-cookies { position: static; top: 0; left: 0; -ms-transform: translate( 0, 0 ); -webkit-transform: translate( 0, 0 ); transform: translate( 0, 0 ); margin: 20px auto 0 auto; }

/* MODULE >>> COOKIES ADVICE >>> PLUGIN */

.module-cookies-text-block .cli_settings_button { margin: 0 auto; background: #ff7f32 !important; border-color: #ff7f32 !important; color: #fff !important; display: inline-block; 
    line-height: 38px !important; height: 40px; padding: 0 16px; white-space: nowrap; text-align: center; font-size: 16px; font-family: 'Gotham', 'Helvetica', Arial, sans-serif; font-weight: bold; 
     border-width: 1px; border-style: solid; }
.module-cookies-text-block .cli_settings_button:hover { background: #ff9d52 !important; border-color: #ff9d52 !important; }

#cookie-law-info-bar { background: transparent; padding: 0; box-shadow: none !important; }

.module-cookies-advice { padding: 40px 0; background: rgba(0, 0, 0, 0.98); }
.module-cookies-advice .col.copy-holder { }
    .module-cookies-advice .col.copy-holder p.copy.copy-xs a { font-weight: normal; text-decoration: none; color: #ff7f32 !important; }
    .module-cookies-advice .col.copy-holder p.copy.copy-xs { color: #fff !important; margin-bottom: 12px !important; }
    .module-cookies-advice .col.copy-holder p.copy.copy-xs.last { color: #fff !important; margin-bottom: 0 !important; }

.module-cookies-advice .col.btn-holder { position: relative; text-align: center; }
    .module-cookies-advice .col.btn-holder a { position: static; top: 0; left: 0; -ms-transform: translate( 0, 0 ); -webkit-transform: translate( 0, 0 ); transform: translate( 0, 0 ); margin: 20px auto 0 auto; 
        background: #000 !important; border-color: #000 !important; color: #fff !important; display: inline-block; line-height: 38px !important; height: 40px; padding: 0 16px; white-space: nowrap; text-align: center; 
        font-size: 16px; -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; 
        transition: all 100ms ease-out; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'Gotham', 'Helvetica', Arial, sans-serif; font-weight: bold; 
        border-width: 1px; border-style: solid; }
    .module-cookies-advice .col.btn-holder a:hover { background: #212121 !important; border-color: #212121 !important; }

#cookie-law-info-again { background: rgba(0, 0, 0, 0.98) !important; padding: 6px 15px; box-shadow: none !important; }
#cookie-law-info-again span { color: #fff !important; font-family: 'Gotham', 'Helvetica', Arial, sans-serif !important;  font-weight: normal !important; font-size: 13px; line-height: 1.38; }


.cli-modal-content { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; background: rgba(0, 0, 0, 0.98) !important; }
.cli-modal-content .cli-modal-close svg { fill: #fff; }
.cli-modal-content .cli-modal-close:hover svg { fill: #fff; cursor: pointer; }

.cli-tab-container .cli-privacy-overview h4 { color: #fff !important; font-weight: bold !important; margin-bottom: 10px !important; }
.cli-tab-container .cli-privacy-overview .cli-privacy-content-text { font-size: 12px !important; line-height: 16px !important; color: #fff; height: auto !important; }
.cli-tab-container .cli-privacy-overview .cli-privacy-readmore { color: #ff7f32 !important; font-size: 14px !important; line-height: 22px !important; }
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content { max-height: none; }


.cli-tab-container .cli-tab-header { background: #444; }
.cli-tab-container .cli-tab-header a:before { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.cli-tab-container .cli-tab-header a.cli-nav-link { color: #ff7f32; }

.cli-tab-container .cli-tab-header span.cli-necessary-caption { color: #fff !important; opacity: .3; cursor: not-allowed; }

.cli-tab-container .cli-tab-section .cli-tab-content { background: rgba(51, 51, 51, 0.87) !important; padding-bottom: 10px; }
.cli-tab-container .cli-tab-section .cli-tab-content p { color: #fff; font-size: 12px; line-height: 16px; }
.cli-tab-container .cli-tab-section .cli-tab-content p span { display: block; margin-bottom: 10px; }
.cli-tab-container .cli-tab-section .cli-tab-content p span:last-child { margin-bottom: 0; }


.cli-tab-container .cli-switch input + .cli-slider { background: #6c6c6c; }
.cli-tab-container .cli-switch input + .cli-slider:after { color: #fff !important; opacity: .3; margin-top: 3px; }
.cli-tab-container .cli-switch input:checked + .cli-slider { background: #FFC200; }
.cli-tab-container .cli-switch input:checked + .cli-slider:after { color: #fff; opacity: 1; }

.cli-tab-container table.cookielawinfo-winter { color: #fff !important; background: transparent !important; border-color: transparent !important; }
.cli-tab-container table.cookielawinfo-winter tbody { border-color: transparent !important; }
.cli-tab-container table.cookielawinfo-winter thead th { background: transparent; color: #ff7f32; font-weight: bold; }
.cli-tab-container table.cookielawinfo-winter tbody tr { background: transparent !important; }
.cli-tab-container table.cookielawinfo-winter tbody tr:hover { background: #454545 !important; color: #fff !important; }

.cli-tab-footer .wt-cli-privacy-accept-btn { margin: 20px auto 0 auto; background: #000 !important; border-color: #000 !important; color: #fff !important;
    display: inline-block; line-height: 38px !important; height: 40px; padding: 0 16px; white-space: nowrap; text-align: center; font-size: 16px;
    -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'Gotham', 'Helvetica', Arial, sans-serif;
    font-weight: bold; border-width: 1px; border-style: solid; }
.module-cookies-advice .col.btn-holder a:hover { background: #212121 !important; border-color: #212121 !important; }
/*


position: static;
    top: 0;
    left: 0;
    -ms-transform: translate( 0, 0 );
    -webkit-transform: translate( 0, 0 );
    transform: translate( 0, 0 );


.cli-modal-backdrop { background: #fff !important; }
.cli-modal.cli-blowup { background: transparent !important; }
.cli-modal-content { font-family: 'PoppinsMedium' !important; background: rgba(51, 51, 51, 0.87) !important; }

.cli-modal-content .cli-privacy-overview { }



.cli-tab-container .cli-tab-header a:before { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.cli-tab-container .cli-tab-header a.cli-nav-link { color: #0ccacf; }
.cli-tab-container .cli-tab-header .cli-necessary-caption { color: #fff; position: relative; top: 4px; }
.cli-tab-container .cli-tab-header .cli-switch .cli-slider:after { margin-top: 5px; font-family: 'PoppinsMedium' !important; }




.cli-tab-container .cli-switch .cli-slider:before { background: #333; }
    

*/


/* ==== MODULE >>> COVID ADVICE ============================================================================================================================================================================= */


.module-holder-covid-advice { position: fixed; bottom: 0; left: 0; width: 100%; /* z-index: 999999999999999; */ z-index: 9999; opacity: 1; }
.module-holder-covid-advice.has-cookies { bottom: 210px;  bottom: 0; }

/* MODULE >>> COVID ADVICE >>> LAYOUT */
.module-holder-covid-advice .module-covid-advice { background: #cfcfcf; }

.module-covid-advice .col.copy-holder { margin: 0 auto; padding: 20px 25px 30px 25px; }
    .module-covid-advice .col.copy-holder h4 { color: #121212; margin-bottom: 15px !important; font-size: 14px; line-height: 30px; cursor: pointer; }
    .module-covid-advice .col.copy-holder h4 span { color: #FF7F32; display: inline-block; width: 30px; height: 30px; text-align: center;
        transform: rotate(0); font-size: 18px; position: relative; top: 3px; left: -5px; }
    .module-covid-advice .col.copy-holder p.copy.copy-xs { color: #121212 !important; margin-bottom: 10px !important; display: none; }
    .module-covid-advice .col.copy-holder p.copy.copy-xs:last-of-type { margin-bottom: 0 !important; }
    .module-covid-advice .col.copy-holder p.copy.copy-xs span { color: #FF7F32 !important; font-weight: bold; }

    .module-covid-advice .col.copy-holder.hidden { padding: 10px 25px !important; }
    .module-covid-advice .col.copy-holder.hidden h4 span { transform: rotate(180deg); top: -1px; }
    .module-covid-advice .col.copy-holder.hidden h4 { margin-bottom: 0 !important; }

    /* .module-covid-advice .col.copy-holder.hidden p { transform: rotate(90deg); } */

/* ==== MODULE >>> REOPEN ADVICE ============================================================================================================================================================================ */

.module-holder-reopen-popup { position: fixed; top: 0;left: 0; background: rgba(44,44,44,.5); height: 100%; width: 100%; z-index: 99999999999999999; pointer-events: none; opacity: 0;  }
.module-holder-reopen-popup .module-reopen-popup { width: 100%; height: auto; max-width: 660px; max-height: 80vh; padding: 15px; margin-top: 15vh; }
.module-holder-reopen-popup .module-reopen-popup .container { padding: 45px 0; background: #fff; position: relative; text-align: center; }
.module-holder-reopen-popup .module-reopen-popup .container .close { height: 45px; width: 45px; line-height: 45px; text-align: center; position: absolute; top: 0; right: 0; font-size: 24px; color: #FF7F32; }
.module-holder-reopen-popup .module-reopen-popup .container p.copy-m { margin-bottom: 16px; opacity: .7; }
.module-holder-reopen-popup .module-reopen-popup .container p.copy-m strong { display: block; }
.module-holder-reopen-popup .module-reopen-popup .container h2 { font-family: 'Playfair Display'; font-style: normal; font-weight: normal; text-transform: none; }
.module-holder-reopen-popup .module-reopen-popup .container h2 span { color: #FF7F32; }
.module-holder-reopen-popup .module-reopen-popup .container .btn { max-width: 260px; }
.module-holder-reopen-popup.active { opacity: 1; pointer-events: all; }
.module-holder-reopen-popup.active .module-reopen-popup { margin-top: 0; }

@media only screen and ( min-width : 48em ) {
    .module-holder-reopen-popup .module-reopen-popup .container .btn { max-width: 320px; }
}



/* ==== MODULE >>> TWO COLS CONTENT =========================================================================================================================================================================== */

.module-holder-two-cols { }
.module-holder-two-cols .module-two-cols { }

/* MODULE >>> TWO COLS CONTENT >>> COPYES */
.module-two-cols .inner { padding-bottom: 40px; }
    .module-two-cols .inner h2 { margin-bottom: 20px; }
    .module-two-cols .inner .copy.copy-m { margin-bottom: 0; }
    .module-two-cols .row .col:last-child .inner { padding-bottom: 0; }

/* ==== MODULE >>> INTRO ====================================================================================================================================================================================== */

.module-holder-intro { }
.module-intro { text-align: center; }
    .module-intro h2 { text-align: center; }
    .module-intro .copy.copy-xl { }
    .module-intro .no-note .copy.copy-xl { margin-bottom: 0; }
    .module-intro .copy.copy-m { max-width: 500px; margin: 0 auto; }

/* ==== MODULE >>> HEADING INTRO =============================================================================================================================================================================== */

.module-holder-intro-header { }
.module-intro-header { text-align: center; }
    .module-intro-header .copy { margin-bottom: 0; }

/* ==== MODULE >>> SPACER ===================================================================================================================================================================================== */

.module-holder-spacer { }
    .module-holder-spacer.big { padding: 40px 0; }
    .module-holder-spacer.medium { padding: 25px 0; }
    .module-holder-spacer.small { padding: 15px 0; }

.module-spacer .spacer { width: 100%; height: 2px; background: transparent; }
    .module-holder-spacer.visible .spacer { width: 100%; height: 2px; background: #d9d7d5; }

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

    .module-holder-spacer { padding: 50px 0; }
    .module-holder-spacer.big { padding: 50px 0; }
    .module-holder-spacer.medium { padding: 30px 0; }
    .module-holder-spacer.small { padding: 20px 0; }

}

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

    .module-holder-spacer { padding: 50px 0; }
    .module-holder-spacer.big { padding: 100px 0; }
    .module-holder-spacer.medium { padding: 50px 0; }
    .module-holder-spacer.small { padding: 25px 0; }


}


/* ==== MODULE >>> GROUP HEADER =============================================================================================================================================================================== */

.module-holder-group-header { }
.module-holder-group-header .module-group-header { }
    .module-group-header h2 { text-align: center; margin-bottom: 0; }

/* ==== MODULE >>> TRIBLOCK =================================================================================================================================================================================== */

/* MODULE >>> TRIBLOCK >>> LAYOUT */

.module-holder-triblock { }
    .module-holder-triblock .module-triblock { }
    .module-holder-triblock .module-triblock .inner { max-width: 360px; margin: 0 auto 45px auto; }
    .module-holder-triblock .module-triblock .col:last-child .inner { margin-bottom: 0; }

/* MODULE >>> TRIBLOCK >>> COPY */

.module-holder-triblock .module-triblock .inner .copy-holder { padding: 10px 0 0 0; }
    .module-holder-triblock .module-triblock .inner .copy-holder .overtitle { margin-bottom: 5px; }
    .module-holder-triblock .module-triblock .inner .copy-holder h4 { margin-bottom: 15px; }
    .module-holder-triblock .module-triblock .inner .copy-holder dt.copy { margin-bottom: 0; font-weight: bold; }
    .module-holder-triblock .module-triblock .inner .copy-holder dd.copy { margin-bottom: 10px; }

/* MODULE >>> TRIBLOCK >>> IMAGE */

.module-holder-triblock .module-triblock .inner .tricol-img { width: 100%; background: #f0f0f0; overflow: hidden; }
    .module-holder-triblock .module-triblock .inner .tricol-img img { width: 100%; height: auto; }

/* ==== MODULE >>> STAFF ==================================================================================================================================================================================== */

/* MODULE >>> STAFF >>> LAYOUT */
.module-holder-staff { }
.module-holder-staff .module-intro-header { }
.module-holder-staff .module-staff { }

    .module-staff .col { }
    .module-staff .col + .col { }
    .module-staff .inner-box { max-width: 400px; margin: 0 auto; }
    .module-staff .inner-box.inner-copy {  padding-bottom: 0px; }

/* MODULE >>> STAFF >>> COPY */
    .module-staff blockquote p.h3 { font-family: 'Libre Baskerville'; }
    .module-staff blockquote footer { }
    .module-staff blockquote footer p { margin-bottom: 0; }

/* MODULE >>> STAFF >>> IMAGE */
    .module-staff figure img { max-width: 100%; height: auto; display: block; margin: 0 auto; }


/* ==== MODULE >>> BANNER ==================================================================================================================================================================================== */

.module-holder-banner {}
.module-holder-banner .module-banner { padding: 100px 0; text-align: center; }
    .module-holder-banner .module-banner.banner-one { background: #f5f5f5; }
    .module-holder-banner .module-banner.banner-two { background: #f3eeec; }
    .module-holder-banner .module-banner.banner-three { background: #f0f0f0; }
    .module-holder-banner .module-banner p.copy { max-width: 800px; margin: 0 auto 30px auto; }


/* ==== MODULE >>> CONTACT FORM ============================================================================================================================================================================== */

.module-holder-contact-form .module-contact-form { padding: 100px 0 100px; text-align: center; background: #f5f5f5; }
    .module-contact-form .module-intro-header { margin-bottom: 35px; }
    .module-contact-form .iframe-holder { position: relative; }
    .module-contact-form .iframe-holder .loader.spinner-svg { position: absolute; left: 50%; top: 0; margin-left: -20px; }
    .module-contact-form iframe { width: 100%; height: 770px; }

    /* .site-id-2 .module-contact-form iframe { height: 510px; } */
    .site-id-2 .module-contact-form iframe { height: 550px; }


.module-holder-contact-form.has-image .module-contact-form { padding: 0; background: #fff; margin: 0 auto !important; max-width: 320px; }
.module-holder-contact-form.has-image .module-contact-form .col-image { }
.module-holder-contact-form.has-image .module-contact-form .col-image figure { height: 300px; }
.module-holder-contact-form.has-image .module-contact-form .col-image figure img { display: block; height: 100%; width: 100%; object-fit: cover; object-position: 50% 0; }


.module-holder-contact-form.has-image .module-contact-form .col-iframe { background: #f5f5f5; }
.module-holder-contact-form.has-image .module-contact-form .col-iframe .copy-box { text-align: left; padding: 20px 40px; }
.module-holder-contact-form.has-image .module-contact-form .col-iframe .copy-box h4 { font-weight: normal !important; }
.module-holder-contact-form.has-image .module-contact-form .col-iframe .copy-box p { margin-bottom: 0; line-height: 1.45 !important; }
.module-holder-contact-form.has-image .module-contact-form .col-iframe .iframe-holder { margin: 0 auto; display: block; width: 100%; padding: 0 20px 20px 40px; max-width: 320px; }

.module-holder-contact-form.has-image .module-contact-form .col-iframe .iframe-holder iframe { height: 680px; }
.module-holder-contact-form.has-image .module-contact-form.stack-layout.revert-layout { flex-direction: column-reverse; }



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

    .module-holder-contact-form.has-image .module-contact-form { max-width: 450px !important; }
    .module-holder-contact-form.has-image .module-contact-form .col-iframe .iframe-holder { max-width: 100%; }

}

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

    .module-holder-contact-form.has-image .module-contact-form { max-width: 760px !important; }

    .module-holder-contact-form.has-image .module-contact-form.side-layout .col-image figure { height: 100%; } 
    .module-holder-contact-form.has-image .module-contact-form.stack-layout .col-image figure { height: 360px; }
    .module-holder-contact-form.has-image .module-contact-form.stack-layout .col-image figure img { object-position: 50% 0; }
        
    .module-holder-contact-form.has-image .module-contact-form .col-iframe .iframe-holder iframe { height: 695px; }
    .module-holder-contact-form.has-image .module-contact-form.stack-layout .col-iframe .iframe-holder iframe { height: 680px; }
    
    .module-holder-contact-form.has-image .module-contact-form.side-layout.revert-layout { flex-direction: row-reverse; }
    

    /* flex-direction: row | row-reverse | column | column-reverse
 */
}

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

    .module-holder-contact-form.has-image .module-contact-form { max-width: 960px !important; }

    .module-holder-contact-form.has-image .module-contact-form.stack-layout .col-image figure { height: 420px; }
    .module-holder-contact-form.has-image .module-contact-form .col-iframe .iframe-holder iframe { height: 680px; }
    .module-holder-contact-form.has-image .module-contact-form.stack-layout .col-iframe .iframe-holder iframe { height: 650px; }



}

/* ==== MODULE >>> CONTACT FORM INT. ( Fake iframe ) ========================================================================================================================================================= */

.module-fake-iframe { }
.module-fake-iframe form { }
.module-fake-iframe form .second-row { padding-top: 30px; width: 100%; }
.module-fake-iframe form .second-row .submit-holder { padding-top: 34px; }
.module-fake-iframe form .second-row .submit-holder input { margin-bottom: 20px; }


.module-fake-iframe .on-iframe { display: block; }
.module-fake-iframe .out-iframe { display: none; }


/* ==== MODULE >>> CONTACT FORM WORK WITH US ============================================================================================================================================================================== */

.modpage-top-area.work-with-us { text-align: center; }
.common-modules.work-with-us p { margin-bottom: 10px; font-size: 18px; line-height: 25px; }

.module-work-with-us-form form { width: 100% !important; max-width: 840px !important; margin: 0 auto !important; }
.module-work-with-us-form .form-col { padding-right: 3% !important; width: 50% !important; float: left !important; }
.module-work-with-us-form { background-color: #f3eeec; padding: 100px 0; text-align: center; }
.module-work-with-us-form .legal { text-align: left; font-size: 12px; line-height: 18px; margin-bottom: 20px; }
.module-work-with-us-form .regular-form .input-holder .jfilestyle { width: 100%; }
/* .module-work-with-us-form input[type="file"] { height: 50px; text-align: left !important; } */
.module-work-with-us-form .legal-check { text-align: left; }
.module-work-with-us-form .regular-form .input-holder .btn { max-width: 250px !important; }
.module-work-with-us-form .regular-form .input-holder.is-error .val-error-text { text-align: left; }
.module-work-with-us-form .form-col-full { padding-right: 3% !important; width: 100% !important; float: left !important; }


.inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.inputfile + label { text-align: left; white-space: nowrap; cursor: pointer; overflow: hidden; text-overflow: ellipsis; height: 50px !important; line-height: 50px !important; width: 100% !important; padding: 0 20px !important; font-size: 18px !important; background-color: rgba(255, 255, 255, 0.5) !important; border: solid 1px #d9d7d5 !important; border-radius: 0 !important; color: rgba(0,0,0,1) !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; border-radius: 0 !important; }

.popup { width: 100%; height: 100%; display: none; position: fixed; top: 0px; left: 0px; background: rgba(0,0,0,0.4); }
.popup-inner { max-width: 700px; width: 90%; padding: 40px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 3px; background: #fff; }
.popup-close { width: 30px; height: 30px; position: absolute; top: 16px; right: 16px; color: #ff7f32; cursor: pointer; }
.popup-close:hover { color: #ff9d52; }



/* ==== MODULE >>> COMMINTMENTS ============================================================================================================================================================================== */

.module-holder-commintments {}
.module-holder-commintments .module-commintments { padding: 100px 0 100px; text-align: center; background: #f3eeec; }
.module-holder-commintments .module-commintments .module-intro-header { }

/* MODULE >>> COMMINTMENTS >>> INNER */
.module-commintments .row.row-commintments { padding: 60px 0 0 0; width: 100%; }
.module-commintments .row .col.mod { margin-bottom: 50px; }
.module-commintments .row .inner { border: 1px solid #5e4b3c; padding: 30px 20px; position: relative; margin: 0 auto; max-width: 300px; height: 100%; }
    .module-commintments .row .inner .count { position: absolute; top: -15px; left: 50%; width: 50px; margin-left: -25px; background: #f3eeec; margin-bottom:0; }
    .module-commintments .row .inner p.copy.copy-xl { color: rgba(0,0,0,1); margin-bottom: 8px; }
    .module-commintments .row .inner p.copy.copy-s { color: rgba(63,63,63,1); margin-bottom: 0; line-height: 1.3; }

/* ==== MODULE >>> COMMON LEGAL NOTE ========================================================================================================================================================================= */

.module-holder-common-legal-note { }
.module-holder-common-legal-note .module-common-legal-note { }
    .module-common-legal-note .copy { margin-bottom: 0;  padding: 30px 0; border-top: 2px solid #d9d7d5; }

/* ==== MODULE >>> TREATMENT COMBOS ========================================================================================================================================================================== */

.module-holder-combos { }
.module-holder-combos .module-combos { background: #fdfbfa; padding: 50px 0; }
    .module-combos .overtitle { padding-bottom: 20px; max-width: 320px; position: relative; }
    .module-combos ul { margin-bottom: 50px; }
    .module-combos ul li { margin-bottom: 5px; }
    .module-combos .overtitle:before { content: ""; display: block; bottom: 5px; left: 0; height: 1px; width: 30px; background: #979797; position: absolute; }
    .module-combos .related-grouper { padding: 15px 0; text-align: right; border-top: solid 1px rgba(0, 0, 0, 0.1); }

/* ==== MODULE >>> LIABILITIES ================================================================================================================================================================================ */
/*
.module-liabilities { background: #fff;  padding: 30px 0 30px 0; }
    .module-liabilities ul { position: relative; }
    .module-liabilities ul > li { text-align: center; }
    .module-liabilities ul > li .liability { width: 250px; margin: 0 auto; padding: 20px 0; }
    
    .module-liabilities ul > li .liability span { display: block; color: rgba(0,0,0,1); }
    .module-liabilities ul > li .liability span.title { font-size: 16px; line-height: 1.36; text-transform: uppercase; margin-bottom: 7px; padding-top: 35px; position: relative; }
    .module-liabilities ul > li .liability span.title:before { height: 20px; width: 20px; position: absolute; top: 0; left: 50%; margin-left: -10px; display: block; content: ""; 
        background: url('../images/icons/star.svg') center center no-repeat; }
    .module-liabilities ul > li .liability span.subtitle { }


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

    .module-liabilities { padding: 90px 0 60px 0; }
    .module-liabilities ul > li .liability span.title { font-size: 20px; line-height: 1.47; padding-top: 50px; }
    .module-liabilities ul > li .liability span.subtitle { }
}

*/

/* ==== MODULE >>> SLIDER ===================================================================================================================================================================================== */

/* MODULE >>> RRSS >>> SOCIAL HEADING LINKS */

.module-rrss { }
.module-rrss .rrss-heading-links { display: flex; justify-content: center; position: relative; flex-wrap: wrap; max-width: 500px; }
    .module-rrss .rrss-heading-links li { display: inline-block; flex: 0 0 auto; width: 33.33%; margin-bottom: 10px; margin-top: 10px; }
    .module-rrss .rrss-heading-links li a { height: 55px; width: 55px; line-height: 55px; font-size: 22px; border-radius: 50%; border: solid 1.8px #000; display: block; color: #000; margin: 0 auto; }
    .module-rrss .rrss-heading-links li a:hover { color: #212121; border-color: #212121; }

.module-rrss { }
.module-rrss .heading { text-align: center; }

/* MODULE >>> RRSS >>> SLIDER */

.module-slider { zoom: 0.5; }
.module-slider .slider-holder { width: 100%; height: 470px; overflow: hidden; }
.module-slider .slider-holder .item { height: 470px; }
    .module-slider .slider-holder .item .inner { padding: 20px; }
    .module-slider .slider-holder .item .inner a:hover figure { }
    .module-slider .slider-holder .item .inner figure { height: 100%; width: 100%; overflow: hidden; background: #e0e0e0; }
    .module-slider .slider-holder .item .inner figure img { width: auto; height: auto; margin: 0 auto; display: block; min-height:100%; min-width:100%; }
    .module-slider .slider-holder .item.double-item .inner { height: 235px; max-width: 300px; }
    .module-slider .slider-holder .item.single-item .inner { height: 470px; }

.module-slider .slider-holder .owl-nav,
    .module-slider .slider-holder .owl-dots { display: none !important; }

.module-slider .slider-holder.simple-slider { width: 100%; height: 235px; overflow: hidden; }
    .module-slider .slider-holder.simple-slider .item.single-item .inner { height: 235px; }

/* ==== MODULE >>> VIDEO ====================================================================================================================================================================================== */

.module-video { }
.module-video .heading { text-align: center; }
.module-video .video-box { position: relative; }

/* MODULE >>> VIDEO >>> VIDEO HOLDER */

.module-video .video-box .video-holder { height: 100%; width: 100%; opacity: 0; position: absolute; top: 0; left: 0; z-index: 10; pointer-events: none; }
    .module-video .video-box .video-holder.requesting { background: #fff; opacity: 1; z-index: 30; }
    .module-video .video-box .video-holder.requesting .spinner { /* width: 300px; height: 300px; line-height: 300px; font-size: 50px; */ }
    .module-video .video-box .video-holder.requested { opacity: 1; pointer-events: all; z-index: 30; }
    .module-video .video-box .video-holder.requested .youtube-iframe-holder { width: 100%; height: 100%; background: #000; }
    .module-video .video-box .video-holder.requested .youtube-iframe-holder iframe { width: 100%; height: 100%; }
    .module-video .video-box .video-holder.requested .youtube-iframe-holder a { position: absolute; top: 0; left: 0; height: 40px; width: 40px; text-align: center;
        line-height: 40px; font-size: 22px; color: #fff; }
    .module-video .video-box .video-holder.requested .youtube-iframe-holder a:hover { color: #fff; }

/* MODULE >>> VIDEO >>> VIDEO PREVIEW */

.module-video .video-box .video-preview { position: relative; }
    .module-video .video-box .video-preview img { width: 100%; height: auto; display: block; margin: 0 auto; }

/* MODULE >>> FULL VIDEO >>> VIDEO HOLDER */

.module-video.full-video { overflow: hidden; position: relative; }
.module-video.full-video .video-box { position: absolute; top: 0; left: 0; width: 100%; max-height: 590px; }
    .module-video.full-video .video-box .video-preview { max-height: 590px; width: 100%; }
    .module-video.full-video .video-box { }
    .module-video .video-box .video-holder { max-height: 590px; }
    .module-video.full-video .copy-box { height: auto; position: relative; }
    .module-video.full-video .copy-box > .row { height: 590px;  }
    .module-video.full-video .copy-box blockquote { max-width: 350px; }

/* ==== MODULE >>> VIDEO INTERVIEW ============================================================================================================================================================================ */

/* .module-holder-video-interview .module-holder-intro-header { margin-bottom: 50px; } */

/* ==== MODULE >>> FAQ ======================================================================================================================================================================================== */

.module-faq { padding: 100px 0; background: #f5f5f5; }
    .module-faq .container { position: relative; }

.module-faq .question-holder { text-align: center; margin: 0 auto; opacity: 1; pointer-events: all; -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); position: relative; }
    .module-faq:hover .question-holder { opacity: 0; pointer-events: none; -ms-transform: scale( 1.1 ); -webkit-transform: scale( 1.1 ); transform: scale( 1.1 ); }
    .module-faq .question-holder h2 { max-width: 480px; margin-left: auto; margin-right: auto; }
    .module-faq .question-holder span.plus-faq { height: 60px; width: 60px; line-height: 60px; text-align: center; display: block; margin: 0 auto; font-size: 30px; color: #ff7f32; }

.module-faq .response-holder { max-width: 800px; text-align: center; width: 100%; opacity: 0; pointer-events: none;
    -ms-transform: translate( -50%, -50% ) scale( 1.1 ); -webkit-transform: translate( -50%, -50% ) scale( 1.1 ); transform: translate( -50%, -50% ) scale( 1.1 ); }
    .module-faq:hover .response-holder { opacity: 1; pointer-events: all; -ms-transform: translate( -50%, -50% ) scale( 1 );
        -webkit-transform: translate( -50%, -50% ) scale( 1 ); transform: translate( -50%, -50% ) scale( 1 ); }

/* ==== MODULE >>> FAQ 2 COLS ================================================================================================================================================================================= */

.module-holder-faq { }
.module-holder-faq .module-faq.module-faq-2-cols { padding: 0; background: transparent; }
.module-holder-faq .module-faq.module-faq-2-cols .inner { max-width: 550px; margin: 0 auto; }

/* MODULE >>> FAQ 2 COLS >>> QUESTION */

.module-faq-2-cols .q-holder { }
    .module-faq-2-cols .q-holder .inner { background: #f5f5f5; text-align: center; padding: 30px 20px; min-height: 330px; }
    .module-faq-2-cols .q-holder .inner h3 { margin-bottom: 0; }

/* MODULE >>> FAQ 2 COLS >>> ANSWER */

.module-faq-2-cols .a-holder { }
    .module-faq-2-cols .a-holder .inner { text-align: center; padding: 30px 20px 0 20px; }
    .module-faq-2-cols .a-holder .inner .copy.copy-m { margin-bottom: 20px; }
    .module-faq-2-cols .a-holder .inner a.btn { position: relative; padding: 0 16px 0 0; line-height: 20px !important; height: 20px !important; }
    .module-faq-2-cols .a-holder .inner a.btn:after { font-family: 'Ionicons'; content: "\f3d3"; position: absolute; height: 20px; width: 12px; display: block; right: 5px; top: 50%; margin-top: -9px; text-align: center;
        -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; line-height: 20px; }
    .module-faq-2-cols .a-holder .inner a.btn:hover:after { right: 0; }

/* ==== MODULE >>> BREADCRUMBS ================================================================================================================================================================================ */

.module-breadcrumbs {display:none;}

    /* Problems modifier */
    /* .problem-breadcrumbs .module-breadcrumbs ul li a { pointer-events: none !important; } */

/* ==== MODULE >>> TABS ======================================================================================================================================================================================= */

.module-tabs { }

/* MODULE >>> TABS >>> FLIGHT BAR */

.module-tabs .tab-chooser { position: relative; }
    .module-tabs .tab-chooser .flight-bar { display:none; }

/* MODULE >>> TABS >>> TAB CHOOSER */

.module-tabs .tab-chooser { }
.module-tabs .tab-chooser ul { padding: 10px 0; display: block; border-bottom: 2px solid #e7e7e7; }
    .module-tabs .tab-chooser ul li { text-transform: uppercase; padding: 6px 0; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  border-bottom: 1px solid #f5f5f5; }
    .module-tabs .tab-chooser ul li a { display: inline-block; font-size: 14px; line-height: 1.43; letter-spacing: 1.2px; color: rgba(0,0,0,1); padding-left: 20px; position: relative; }
    .module-tabs .tab-chooser ul li a.active:before { position: absolute; left: 0; top: 0; height: 20px; content: "\f10a"; display: block; width: 16px;
        font-family: 'Ionicons'; line-height: 20px; text-align: center; }

/* MODULE >>> TABS >>> TAB CONTENT */

.module-tabs .tab-content .inner { padding: 40px 0 10px 0; }
    .module-tabs .tab-content .inner .actual-tab.active { display: block; }
    .module-tabs .tab-content .inner .actual-tab { display: none; }

    .module-tabs .tab-content .inner p { font-family: 'Gotham'; color: rgba(0,0,0,1); font-weight: normal; margin-bottom: 20px; font-size: 18px; line-height: 1.33; }
    .module-tabs .tab-content .inner ul,
    .module-tabs .tab-content .inner ol { font-family: 'Gotham'; color: rgba(0,0,0,1); font-weight: normal; margin-bottom: 20px; margin-left: 20px; list-style: disc; }
    .module-tabs .tab-content .inner ul li,
    .module-tabs .tab-content .inner ol li { font-size: 16px; line-height: 1.88; }
    .module-tabs .tab-content .inner img { display: block; margin: 20px; margin: 0 auto; background: #f0f0f0; }

/* ==== MODULE >>> HERO ======================================================================================================================================================================================= */

.module-hero { position: relative; overflow: hidden; }
.module-hero .spacer { display: none; }

/* MODULE >>> HERO >>> HERO IMAGE */

.module-hero .hero-vid,
.module-hero .hero-img { background-color: #e0e0e0; background-position: center center; background-repeat: no-repeat; background-size: cover;
    height: 200px; overflow: hidden; padding: 0; position: relative; width: 100%; }
    .module-hero .hero-vid .heading,
    .module-hero .hero-img .heading {
        height: 100%;
        position: absolute; left: 0; bottom: 0; width: 100%; padding: 50px 20px 20px 20px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.9) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.9) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3ffffff',GradientType=0 );
    }
    .module-hero .hero-vid .heading .inner,
    .module-hero .hero-img .heading .inner { text-align: left; max-width: 260px; margin: 0 auto; }

    .module-hero .hero-vid .heading .overtitle,
    .module-hero .hero-img .heading .overtitle,
    .module-hero .hero-vid .heading h1,
    .module-hero .hero-img .heading h1 { display: none; }
    .module-hero .hero-vid video,
    .module-hero .hero-img img { margin: 0 auto; height: 100%; width: auto; }

/* MODULE >>> HERO >>> HERO COPY */
.module-holder-treatment-hero .module-hero .hero-vid .heading,
.module-holder-treatment-hero .module-hero .hero-img .heading { display: none; }
.module-holder-treatment-hero .module-hero .container .inner { max-width: 360px; margin: 0 auto; padding-left: 35px; padding-right: 35px; }
.module-holder-treatment-hero .module-hero .container .heading h1 { font-size: 30px; line-height: 1.17; margin-bottom: 20px; font-weight: normal; text-transform: capitalize; }
.module-holder-treatment-hero .module-hero .container .heading .qty { font-size: 38px; font-weight: bold; }
.module-holder-treatment-hero .module-hero .container .inner .content .link-holder a:last-of-type { max-width: unset; }

.module-hero .container { position: relative; z-index: 9; }
    .module-hero .container .inner { padding: 20px 0; }
    .module-hero .container .inner .heading { display: block; max-width: 260px; margin: 0 auto; }
    .module-hero .container .inner .content { max-width: 260px; margin: 0 auto; }
    .module-hero .container .inner .content .price-box { margin-bottom: 0; }
    .module-hero .container .inner .content p.copy.copy-m { margin-bottom: 10px; }
    .module-hero .container .inner .content .hero-btn { margin: 0 auto; }
    .module-hero .container .inner .content .link-holder { }
    .module-hero .container .inner .content .link-holder a { display: block; margin: 10px auto; max-width: 260px; }
    .module-hero .container .inner .content .link-holder a:last-of-type { margin: 0 auto; }

.module-hero.clear { }
    .module-hero.clear .heading .overtitle,
    .module-hero.clear .heading h1 { color: #000; }

    .module-hero.clear .hero-img .heading {
        position: absolute; left: 0; bottom: 0; width: 100%; padding: 90px 56px 28px 30px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    }


.module-hero.right .inner { text-align: right; }
.module-hero.right .inner h1 { float: right !important; }
.module-hero.right .inner h4 { text-align: left; }
.module-hero.right .inner .price-box .holder { text-align: left; }

/* ==== MODULE >>> HERO PROBLEM ================================================================================================================================================================================ */

.module-holder-problem-hero { padding: 0; }
.module-problem-hero { padding: 0; }

/* MODULE >>> HERO PROBLEM >>> VIDEO HOLDER */

.module-holder-problem-hero .video-holder { position: fixed; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.5); z-index: 99999; pointer-events: none; opacity: 0; }
.module-holder-problem-hero .video-holder.requested { opacity: 1; pointer-events: all; }
    .module-holder-problem-hero .video-holder .youtube-iframe-holder { width: 100%; max-width:880px; height: 100%; max-height: 520px; padding: 40px 40px;
        position: absolute; top: 50%; left: 50%; -ms-transform: translate( -50%, -50% ); -webkit-transform: translate( -50%, -50% ); transform: translate( -50%, -50% );  }
    .module-holder-problem-hero .video-holder .youtube-iframe-holder iframe { height: 100%; width: 100%; }
    .module-holder-problem-hero .video-holder .youtube-iframe-holder a { position: absolute; top: 0; right: 0; height: 40px; width: 40px; text-align: center;
        line-height: 40px; font-size: 22px; color: #fff; }
    .module-holder-problem-hero .video-holder .youtube-iframe-holder a:hover { color: #fff; }

/* MODULE >>> HERO PROBLEM >>> VIDEO TRIGGER */

.module-problem-hero { position: relative; }
.module-problem-hero .container { position: static; }
.module-problem-hero .video-link-holder { position: absolute; top: 45px; right: 0; width: 100%; height: 100px; }
.module-problem-hero .video-link-holder .play-button { zoom: 0.8; }
/* .module-holder-problem-hero .play-button { top: -120px; right: 30px; left: initial; -ms-transform: translate( 0, 0 ); -webkit-transform: translate( 0, 0 ); transform: translate( 0, 0 ); } */

.module-problem-hero .video-holder { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.5); z-index: 99; pointer-events: none; opacity: 0; }
.module-problem-hero .video-holder.requested { opacity: 1; pointer-events: all; }
.module-problem-hero .video-holder .youtube-iframe-holder { width: 100%; height: 100%; padding:0; position: absolute; top: 0; left: 0; max-width:100%; height: 100%; max-height: 100%;
    -ms-transform: translate( 0, 0 ); -webkit-transform: translate( 0, 0 ); transform: translate( 0, 0 );  }
.module-problem-hero .video-holder .youtube-iframe-holder iframe { height: 100%; width: 100%; }
.module-problem-hero .video-holder .youtube-iframe-holder a { position: absolute; top: 0; left: 0; height: 40px; width: 40px; text-align: center;
        line-height: 40px; font-size: 22px; color: #fff; }
.module-problem-hero .video-holder .youtube-iframe-holder a:hover { color: #fff; }


/* ==== MODULE >>> HERO TESTIMONIAL ============================================================================================================================================================================ */

.module-holder-testimonial-hero { padding: 0; }
.module-testimonial-hero { padding: 0; }

/* MODULE >>> HERO TESTIMONIAL >>> VIDEO HOLDER */

.module-testimonial-hero .video-holder { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.5); z-index: 99999; pointer-events: none; opacity: 0; }
.module-testimonial-hero .video-holder.requested { opacity: 1; pointer-events: all; }
.module-testimonial-hero .video-holder .youtube-iframe-holder { width: 100%; height: 100%; padding:0; position: absolute; top: 0; left: 0; }
.module-testimonial-hero .video-holder .youtube-iframe-holder iframe { height: 100%; width: 100%; }
.module-testimonial-hero .video-holder .youtube-iframe-holder a { position: absolute; top: 0; left: 0; height: 40px; width: 40px; text-align: center;
        line-height: 40px; font-size: 22px; color: #fff; }
.module-testimonial-hero .video-holder .youtube-iframe-holder a:hover { color: #fff; }

/* MODULE >>> HERO TESTIMONIAL >>> COPY HOLDER */

.module-testimonial-hero .col.copy-holder { }
.module-testimonial-hero .testimonial-blockquote p { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; font-size: 20px; line-height: 1.4; }
.module-testimonial-hero .testimonial-blockquote cite.overtitle {  text-transform: none; }

/* MODULE >>> HERO TESTIMONIAL >>> VIDEO TRIGGER */

.module-testimonial-hero { }
.module-testimonial-hero .play-button { top: 100px; }

/* ==== MODULE >>> GLOSSARY MONO =========================================================================================================================================================================== */

/* MODULE >>> GLOSSARY MONO >>> LAYOUT */
.module-holder-glossary {}
.module-holder-glossary .module-glossary {  }
    .module-glossary .row { max-width: 400px; margin: 0 auto; }

/* MODULE >>> GLOSSARY MONO >>> IMAGES BLOCK */
.module-glossary .row-images {  }
.module-glossary .row-images .col { }
.module-glossary .row-images figure { width: 100%; max-width: 300px; margin: 20px auto; overflow: hidden; display: flex; background: #f0f0f0; }
.module-glossary .row-images figure img { width: 100%; height: 100%; object-fit: cover; margin: 0 auto; display: block; }

/* MODULE >>> GLOSSARY MONO >>> COPY BLOCK */
.module-glossary .row-content { text-align: center;  }
    .module-glossary .row-content p { margin: 0; padding: 30px 0; }

/* ==== MODULE >>> GLOSSARY TRIBLOCK =========================================================================================================================================================================== */

/* MODULE >>> GLOSSARY TRIBLOCK >>> LAYOUT */
.inner-triple-glossary { max-width: 300px; margin: 0 auto; width: 100%; }

/* MODULE >>> GLOSSARY TRIBLOCK >>> IMAGE */
.inner-triple-glossary figure { width: 100%; margin: 0 auto; overflow: hidden; position: relative; background: #f0f0f0; }
.inner-triple-glossary figure .append { width: 100%; text-align: center; padding: 10px 20px; }
    .inner-triple-glossary figure .append span { display: block; text-transform: uppercase; color: #fff; font-family: 'Gotham', 'Helvetica', Arial, sans-serif;
        font-weight: bold; text-shadow: 0 0 10px #000000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .inner-triple-glossary figure .append span.name { font-size: 14px; line-height: 24px; }
    .inner-triple-glossary figure .append span.claim { font-size: 28px; line-height: 43px; }
.inner-triple-glossary figure img { width: 100%; height: 100%; object-fit: cover; margin: 0 auto; display: block; opacity: 0.8; }

/* MODULE >>> GLOSSARY TRIBLOCK >>> COPY */
.inner-triple-glossary .inner-copy-holder { padding: 0 10px 40px 10px; }
.inner-triple-glossary .inner-copy-holder p { padding: 15px 0; margin-bottom: 0; }
.inner-triple-glossary .inner-copy-holder .link-holder { }
/*
.module-glossary {  }

.module-glossary .heading { }
.module-glossary .content { }
.module-glossary .content .inner { max-width: 360px; margin: 0 auto; }
.module-glossary .content .inner figure { position: relative; width: 100%; height: auto; background: #f0f0f0; }
.module-glossary .content .inner figure img { width: 100%; height: auto; display: block; margin: 0 auto; }
.module-glossary .content .inner:hover figure .overlay { opacity: 1; }
.module-glossary .content .inner:hover figure .overlay .copy-over { top: 50%; }
.module-glossary .content .inner figure .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba( 127, 112, 100, 0.5 ); opacity: 0; }
.module-glossary .content .inner figure .overlay .copy-over { top: 55%; left: 0; position: absolute; width: 100%; text-align: center; padding: 0 30px; }
.module-glossary .content .inner figure .overlay .copy-over p.overtitle { color: #fff; margin-bottom: 0; font-weight: bold; text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8); }
.module-glossary .content .inner figure .overlay .copy-over h3 { color: #fff; font-weight: bold; font-size: 36px; margin-bottom: 0; text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8); }
.module-glossary .content .copy-holder { padding: 30px 0; }

.module-glossary-b { }
.module-glossary-b .content .inner { }
.module-glossary-b .content .inner .gifback { width: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; margin-bottom: 30px; }
.module-glossary-b .content .inner figure { margin-bottom: 30px; }
.module-glossary-b .content .inner figure .overlay { opacity: 1; background: transparent; }
.module-glossary-b .content .inner:hover figure .overlay .copy-over,
.module-glossary-b .content .inner figure .overlay .copy-over { bottom: 0; top: initial; text-align: left; padding: 35px; }
.module-glossary-b .content .copy-holder { padding: 20px 0 30px 0; text-align: center; }

*/



/* ==== MODULE >>> FAQ RESUME ================================================================================================================================================================================= */

.module-faq-resume { padding: 20px 0 60px 0; }
.module-faq-resume .heading { }

.module-faq-resume .container { }
.module-faq-resume .content .main-inner { padding: 20px 0; }
.module-faq-resume .content .main-inner h2 { margin-bottom: 24px; }
.module-faq-resume .content .main-inner .related-to { margin-bottom: 13px; }
.module-faq-resume .content .main-inner ul.share-links { }

.module-faq-resume .content .side-inner { padding: 20px 0; }
.module-faq-resume .close { width: 100%; height: 60px; border-bottom: solid 2px #d9d7d5; }

/* ==== MODULE >>> MAY INTEREST YOU =========================================================================================================================================================================== */

.module-may-interest-you { padding: 40px 0 60px 0; }
.module-may-interest-you .heading { }
.module-may-interest-you .content { }

.module-may-interest-you .content .inner { max-width: 360px; margin: 0 auto; background: #f5f5f5; text-align: center; margin: 20px auto; padding: 60px 30px 30px 30px; }
.module-may-interest-you .content .inner h4 { }
.module-may-interest-you .content .inner .supersymetric { width: 100%; }
.module-may-interest-you .content .inner .plus-faq { height: 40px; width: 40px; line-height: 40px; text-align: center; display: block; margin: 0 auto; font-size: 25px; color: #ff7f32; }

/* ==== MODULE >>> SIDE IMAGE ================================================================================================================================================================================= */

/*
    .module-holder-side-image { }
    .module-holder-side-image .module-side-image { }
    .module-holder-side-image .module-side-image .module-holder-map { height: 100%; }
    .module-holder-side-image .module-side-image .inner { max-width: 330px; margin: 0 auto; }

    /* MODULE >>> SIDE IMAGE >>> IMAGE FLOATING
    .module-side-image  .image-side-holder { position: static; top: 0; height: auto; width: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat;
        height: 230px; margin: 0 auto 40px; max-width: 330px; }

*/

.module-holder-side-image { }
.module-holder-side-image .module-side-image { }
.module-holder-side-image .image-side-lane  { position: static; margin-top: 0; height: auto; }
.module-holder-side-image .module-side-image .module-holder-map { height: 100%; }
.module-holder-side-image .module-side-image .inner { max-width: 330px; margin: 0 auto; }

/* MODULE >>> SIDE IMAGE >>> IMAGE FLOATING */
.module-side-image  .image-side-holder { position: static; top: 0; height: auto; width: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat;
    height: 230px; margin: 0 auto; max-width: 330px; pointer-events: none; }

/* MODULE >>> SIDE IMAGE >>> STD TYPOS */

.module-side-image  .regular-content { font-family: 'Gotham'; color: rgba(0,0,0,1); font-weight: normal;  }
    .module-side-image  .regular-content ol,
    .module-side-image  .regular-content ul { margin-left: 20px; list-style: disc; margin-bottom: 20px; }
    .module-side-image  .regular-content.top-content > * { margin-bottom: 20px; font-size: 18px; line-height: 1.33; }
    .module-side-image  .regular-content.bottom-content > * { font-size: 16px; line-height: 1.88; margin-bottom: 20px; }

/* MODULE >>> SIDE IMAGE >>> IMAGE LOOPER */

.module-side-image ul.image-looper { max-width: 400px; }
.module-side-image ul.image-looper li { position: relative; padding: 0 0 0 55px; margin-bottom: 15px; min-height: 40px; display: flex; align-items: center;  }
.module-side-image ul.image-looper li figure { position: absolute; top: 50%; left: 0; height: 40px; width: 40px; margin-top: -20px; overflow: hidden; border-radius: 50%; background: #f0f0f0; }
.module-side-image ul.image-looper li figure img { display: block; height: 100%; width: 100%; margin: 0; }
.module-side-image ul.image-looper li span { display: block; font-size: 16px; line-height: 1.45; margin-bottom: 0; }

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

    .module-side-image ul.image-looper li { padding: 0 0 0 70px;  margin-bottom: 25px; min-height: 55px; }
    .module-side-image ul.image-looper li figure { height: 55px; width: 55px; margin-top: -27px; }
    .module-side-image ul.image-looper li span { }

}




/* ==== MODULE >>> TREATMENT MAIN CONTENT ===================================================================================================================================================================== */

.module-treatment-resume { }

/* MODULE >>> TREATMENT MAIN CONTENT >>> WYSIWG */

.module-treatment-resume .main-inner { padding: 20px 0 80px 0; }
.module-treatment-resume .main-inner .resume-content { margin-bottom: 15px; }
.module-treatment-resume .main-inner .resume-content p { font-size: 18px; line-height: 1.33; margin-bottom: 25px; }
.module-treatment-resume .main-inner .resume-content ul { margin-left: 20px; list-style: disc; margin-bottom: 10px; }
.module-treatment-resume .main-inner .resume-content ul li { font-size: 18px; line-height: 1.33; margin-bottom: 15px; }

.module-treatment-resume .side-inner { padding: 20px 0 80px 0; }

.module-treatment-resume .treatment-gift-it { display: none; }
.site-id-2 .module-treatment-resume .treatment-gift-it { background: #fff1e8; padding: 30px; margin-bottom: 20px; display: block; }
.site-id-2 .module-treatment-resume .treatment-gift-it:hover { background: #fbe4d8; }
    .site-id-2 .module-treatment-resume .treatment-gift-it h4 { margin-bottom: 0; position: relative; padding-left: 60px; }
    .site-id-2 .module-treatment-resume .treatment-gift-it h4 span { display: block; position: absolute; top: 50%; margin-top: -30px; left: 0; font-size: 50px; height: 60px; }
.module-treatment-resume .treatment-financial { background: #fff; padding: 30px 35px; border: 1px solid #d9d7d5; margin-bottom: 20px; }
.module-treatment-resume .treatment-financial strong { display: block; }
.module-treatment-resume .treatment-financial .copy.copy-s { margin-bottom: 0; line-height: 1.25; }

/* MODULE >>> TREATMENT MAIN CONTENT >>> TAXONS */

.module-treatment-resume .main-inner .resume-taxonomies { margin-bottom: 25px; }
    .module-treatment-resume .main-inner .resume-taxonomies .overtitle { margin-bottom: 15px; }


/* MODULE >>> TREATMENT MAIN CONTENT >>> POPUP */

.overlay-gif-it-popup { background: rgba(0, 0, 0, 0.4); position: fixed; height: 100%; width: 100%; top: 0; left: 0; z-index: 99999999; opacity: 0; pointer-events: none; }

.overlay-gif-it-popup.active { opacity: 1; pointer-events: all; }
.overlay-gif-it-popup.active .module-holder-gift-it-popup { margin-top: 0; }

.overlay-gif-it-popup .module-holder-gift-it-popup { position: absolute; left: 0; width: 100%; max-height: 100%; overflow: auto; margin-top: -40px;
    top: 50%; -ms-transform: translate( 0, -50% ); -webkit-transform: translate( 0, -50% ); transform: translate( 0, -50% ); }
.module-gift-it-popup .container { position: relative; padding: 10px; -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); }
    .module-gift-it-popup .container a.close { position: absolute; top: 10px; right: 10px; display: block; height: 60px; width: 60px; line-height: 60px; text-align: center; font-size: 30px; }
    .module-gift-it-popup .container .side {  }
    .module-gift-it-popup .container .side.side-left { background: #fff; padding: 50px 20px 30px 30px; }
    .module-gift-it-popup .container .side.side-right { background: #f3eeec; padding: 30px 30px 50px 30px; }
.module-gift-it-popup .container .inner { max-width: 300px; margin: 0 auto; }
    .module-gift-it-popup .container .inner figure { padding-bottom: 30px; }
    .module-gift-it-popup .container .inner figure img { display: block; max-width: 100%; margin: 0 auto; }
    .module-gift-it-popup .container .inner p.copy.copy-m { min-height: 90px; }

/* ==== MODULE >>> CENTERS LOCATION FILTER ==================================================================================================================================================================== */

.module-map-filter-holder { padding: 30px 0; }

/* MODULE >>> CENTERS LOCATION FILTER >>> SEARCHFORM */

.module-map-filter .module-map-searchform { position: relative; text-align: center; }
    .module-map-searchform form { display: inline-block; position: relative; }
    .module-map-searchform form input[type="text"] { height: 46px; line-height: 46px; width: 100%; width: 320px; padding: 0 50px 0 20px; border: 1px solid #d9d7d5;
        font-family: 'Gotham'; font-size: 16px; color: rgba(0,0,0,1); background: #fff; }
    .module-map-searchform form button { background: #fff url('../images/icons/search.png') center center no-repeat; position: absolute; right: 16px; top: 1px; height: 44px; width: 44px; appearance: none; }

/* MODULE >>> CENTERS LOCATION FILTER >>> PROVINCE */

.module-map-filter .module-map-province { }
.module-map-filter .inner-filter { position: relative; text-align: center; }
.module-map-filter .inner-filter .filter-provinces-trigger { display: inline-block; font-size: 20px; line-height: 46px; }
.module-map-filter .inner-filter ul { background: #fff; position: absolute; right: 50%; z-index: 9999999; display: block; max-width: 100%; padding: 20px;
    width: 240px; margin-right: -120px;
    -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); top: 20px; opacity: 0; pointer-events: none; max-height: 300px; overflow: auto; }
.module-map-filter .inner-filter ul.active { opacity: 1; pointer-events: all; top: 40px; overflow: auto; }
.module-map-filter .inner-filter ul li { text-align: left; padding: 3px 0; }
.module-map-filter .inner-filter ul li a {  font-size: 18px; line-height: 24px; display: block; }


/* ==== MODULE >>> CENTERS LOCATION MAP ======================================================================================================================================================================= */

.module-holder-map { width:100%; background:#f0f0f0; position: relative; height: 230px; }
.module-holder-map .loader.spinner-svg { position: absolute; top: 50%; left: 50%; margin-left: -20px; margin-top: -20px; }
.module-holder-map .module-map { width: 100%; height: 100%; }
.module-holder-map .locate-centers-map { width: 100%; height: 100%; }

.locate-centers-map infoblock { display: block; padding: 0; max-width: 250px; }

    infoblock h4 {  margin-bottom: 8px; font-size: 16px; color: #121212; }
    infoblock a,
    infoblock p { font-family: 'Gotham'; font-weight: normal; margin-bottom: 10px; font-size: 12px; line-height: 1.25; opacity: 0.7; }
    infoblock p { color: #121212; }
    infoblock a { display: inline-block; margin-bottom: 0; }


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

    .module-holder-map { height: 560px; }
    
    .locate-centers-map infoblock { padding: 10px; }
    infoblock h4 {  margin-bottom: 15px; font-size: 24px; }
    infoblock a,
    infoblock p { font-size: 16px; }
}

/* ==== MODULE >>> CENTERS LOCATION LOOP ====================================================================================================================================================================== */

.module-holder-centerloop { padding: 80px 0; }

.module-holder-centerloop .module-centerloop { }

.module-centerloop .loop-type-heading { margin-bottom: 50px; }
.module-centerloop .loop-type-heading h2 { margin-bottom: 0; }

.module-centerloop .loop-population-holder { margin-bottom: 20px; }
    .loop-population-holder .population-heading { border-bottom: 2px solid #d9d7d5; }
    .loop-population-holder .population-heading h4 { margin-bottom: 10px; }

.module-centerloop .single-preview-center { }
.module-centerloop .single-preview-center .inner { padding: 20px; }
.module-centerloop .single-preview-center .inner p { margin-bottom: 0; }

/* ==== MODULE >>> PROMOTED PRODUCTS ========================================================================================================================================================================== */

.module-holder-promoted-products { }
.module-holder-promoted-products .module-promoted-products { padding-top: 30px; }
    .module-promoted-products .col { margin-bottom: 40px; }
    .module-promoted-products .col.grouper-link-holder { margin-bottom: 0; text-align: right; }


/* MODULE >>> PROMOTED PRODUCTS >>> TRICOL LAYOUT */
.module-promoted-products .inner-wrapp-tricol { background: #f5f5f5; height: 100%; overflow: hidden; box-shadow: 0 2px 1px 0 #d9d7d5; border: solid 1px transparent;
    position: relative; padding-bottom: 135px; max-width: 360px; margin: 0 auto; }
    .inner-wrapp-tricol .hidehover { opacity: 1; }
    .inner-wrapp-tricol .hoverescale { -ms-transform: scale( 1 ); -webkit-transform: scale( 1 ); transform: scale( 1 ); position: relative; }
    .inner-wrapp-tricol .showhover { opacity: 0; }
    .inner-wrapp-tricol .hoverunscale { -ms-transform: scale( 1.1 ); -webkit-transform: scale( 1.1 ); transform: scale( 1.1 ); }

    .inner-wrapp-tricol:hover { background: #fff; border: solid 1px #d9d7d5; }
    .inner-wrapp-tricol:hover .hidehover { opacity: 0; }
    .inner-wrapp-tricol:hover .hoverescale { -ms-transform: scale( 1.1 ); -webkit-transform: scale( 1.1 ); transform: scale( 1.1 ); }
    .inner-wrapp-tricol:hover .showhover { opacity: 1; }
    .inner-wrapp-tricol:hover .hoverunscale { -ms-transform: scale( 1 ); -webkit-transform: scale( 1 ); transform: scale( 1 ); }

    .inner-wrapp-tricol .overlay { position: absolute; top: 0; left: 0; background: transparent; width: 100%; padding: 25px 35px; }
    .inner-wrapp-tricol .overlay ul { list-style: disc; padding-left: 20px; }
    .inner-wrapp-tricol .overlay ol { list-style: decimal; padding-left: 20px; }
    .inner-wrapp-tricol .overlay ul li,
    .inner-wrapp-tricol .overlay ol li,
    .inner-wrapp-tricol .overlay p { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; color: rgba(0,0,0,1); font-weight: normal; margin-bottom: 8px; font-size: 16px; line-height: 1.67; }

/* MODULE >>> PROMOTED PRODUCTS >>> TRICOL CONTENT */

.inner-wrapp-tricol .img-holder { width: 100%; }
    .inner-wrapp-tricol .img-holder .tricol-img { width: 100%; overflow: hidden; }
    .inner-wrapp-tricol .img-holder .tricol-img img { width: 100%; display: block; margin: 0 auto; }

.inner-wrapp-tricol .copy-holder { padding: 25px 35px; }
    .inner-wrapp-tricol .copy-holder h3 { margin-bottom: 10px; }
    .inner-wrapp-tricol .copy-holder .price-box { position: absolute; left: 0; bottom: 55px; width: 100%; padding: 0 35px; }
    .inner-wrapp-tricol .copy-holder .link-box { position: absolute; left: 0; bottom: 25px; width: 100%; padding: 0 35px; }

/* MODULE >>> PROMOTED PRODUCTS >>> TWOCOL LAYOUT */

.module-promoted-products .inner-wrapp-twocol { }

.module-promoted-products .inner-wrapp-twocol { background: #f5f5f5; height: 100%; overflow: hidden; box-shadow: 0 2px 1px 0 #d9d7d5; border: solid 1px transparent;
    position: relative; padding-bottom: 135px; max-width: 360px; margin: 0 auto; }
    .inner-wrapp-twocol .hidehover { opacity: 1; }
    .inner-wrapp-twocol .hoverescale { -ms-transform: scale( 1 ); -webkit-transform: scale( 1 ); transform: scale( 1 ); position: relative; }
    .inner-wrapp-twocol .showhover { opacity: 0; }
    .inner-wrapp-twocol .hoverunscale { -ms-transform: scale( 1.1 ); -webkit-transform: scale( 1.1 ); transform: scale( 1.1 ); }

    .inner-wrapp-twocol:hover { background: #fff; border: solid 1px #d9d7d5; }
    .inner-wrapp-twocol:hover .hidehover { opacity: 0; }
    .inner-wrapp-twocol:hover .hoverescale { -ms-transform: scale( 1.1 ); -webkit-transform: scale( 1.1 ); transform: scale( 1.1 ); }
    .inner-wrapp-twocol:hover .showhover { opacity: 1; }
    .inner-wrapp-twocol:hover .hoverunscale { -ms-transform: scale( 1 ); -webkit-transform: scale( 1 ); transform: scale( 1 ); }

    .inner-wrapp-twocol .overlay { position: absolute; top: 0; left: 0; background: transparent; width: 100%; padding: 25px 35px; }
    .inner-wrapp-twocol .overlay ul { list-style: disc; padding-left: 20px; }
    .inner-wrapp-twocol .overlay ol { list-style: decimal; padding-left: 20px; }
    .inner-wrapp-twocol .overlay ul li,
    .inner-wrapp-twocol .overlay ol li,
    .inner-wrapp-twocol .overlay p { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; color: rgba(0,0,0,1); font-weight: normal; margin-bottom: 8px; font-size: 16px; line-height: 1.67; }

/* MODULE >>> PROMOTED PRODUCTS >>> TWOCOL CONTENT */

.inner-wrapp-twocol .img-holder { width: 100%; }
    .inner-wrapp-twocol .img-holder .tricol-img { width: 100%; overflow: hidden; display: none; }
    .inner-wrapp-twocol .img-holder .tricol-img.resp { display: block; }
    .inner-wrapp-twocol .img-holder .tricol-img img { width: 100%; display: block; margin: 0 auto; }

.inner-wrapp-twocol .copy-holder { padding: 25px 35px; }
    .inner-wrapp-twocol .copy-holder h3 { margin-bottom: 10px; }
    .inner-wrapp-twocol .copy-holder .price-box { position: absolute; left: 0; bottom: 55px; width: 100%; padding: 0 35px; }
    .inner-wrapp-twocol .copy-holder .link-box { position: absolute; left: 0; bottom: 25px; width: 100%; padding: 0 35px; }
    .inner-wrapp-twocol .copy-holder .link-box .btn { width: 100%; }


/* MODULE >>> PROMOTED PRODUCTS >>> ONECOL LAYOUT */

.module-promoted-products .inner-wrapp-onecol { background: transparent; margin-bottom: 40px; }
.module-promoted-products .inner-wrapp-onecol .col { margin: 0; }

    /*
        .inner-wrapp-onecol .img-holder { }
        .inner-wrapp-onecol .img-holder figure {  position: relative; width: 106%; background: #f5f5f5; height: 100%; }
        .inner-wrapp-onecol .img-holder figure img { width: 100%; height: 100%; object-fit: cover; }

        .inner-wrapp-onecol.left-img .img-holder { order: 1; }
        .inner-wrapp-onecol.left-img .img-holder figure { left: 6%; margin-left: -35px; }
        .inner-wrapp-onecol.left-img .copy-holder { padding: 50px 50px 50px 80px; order: 2; }

        .inner-wrapp-onecol.right-img .img-holder { order: 2; }
        .inner-wrapp-onecol.right-img .img-holder figure { right: 6%; margin-right: -35px; }
        .inner-wrapp-onecol.right-img .copy-holder { padding: 50px 80px 50px 50px; order: 1; }
    */

    /* MODULE >>> PROMOTED PRODUCTS >>> ONECOL LAYOUT */
    .inner-wrapp-onecol .img-holder figure { width: 100%; }
    .inner-wrapp-onecol .img-holder figure img { width: 100%; height: auto; }

    .inner-wrapp-onecol.left-img .img-holder { order: 1; }
    .inner-wrapp-onecol.left-img .copy-holder { padding: 30px; order: 2; }
    .inner-wrapp-onecol.right-img .img-holder { order: 1; }
    .inner-wrapp-onecol.right-img .copy-holder { padding: 30px; order: 2; }


/* MODULE >>> PROMOTED PRODUCTS >>> ONECOL CONTENT */

.inner-wrapp-onecol .copy-holder { background: #f5f5f5; }
    .inner-wrapp-onecol .copy-holder h3 { }
    .inner-wrapp-onecol .copy-holder ul { list-style: disc; padding-left: 20px; }
    .inner-wrapp-onecol .copy-holder ol { list-style: decimal; padding-left: 20px; }
    .inner-wrapp-onecol .copy-holder ul li,
    .inner-wrapp-onecol .copy-holder ol li,
    .inner-wrapp-onecol .copy-holder p { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; color: rgba(0,0,0,1); font-weight: normal; margin-bottom: 15px; font-size: 16px; line-height: 1.88; }


/* ==== MODULE >>> PAGE HEADING =============================================================================================================================================================================== */

.center-me .module-holder-pagehead { text-align: center; }
.module-holder-pagehead { padding: 20px 0; }
.module-holder-pagehead .module-pagehead { }
    .module-pagehead .overtitle { margin-bottom: 8px; display: block; }
    .module-pagehead .title { margin-bottom: 20px; }
    .module-pagehead .subtitle { margin-bottom: 0; }

.module-holder-pagehead .module-pagehead .pretitle { display: none; }
.site-id-6 .module-holder-pagehead .module-pagehead .pretitle { display: block !important; }

.module-pagehead .overtitle { font-weight: normal; }

/* ==== MODULE >>> TREATMENT CHILDPAGE LOOP =================================================================================================================================================================== */

/* MODULE >>> TREATMENT CHILDPAGE LOOP >>> TOP LEVEL */
.module-holder-treat-loop { }
.module-holder-treat-loop .module-treat-loop { }
    .module-treat-loop h2 { }

/* MODULE >>> TREATMENT CHILDPAGE LOOP >>> BOTTOM LEVEL */
.module-holder-treat-subloop { margin-bottom: 70px; }
.module-holder-treat-subloop .module-treat-loop { }
    .module-treat-subloop .row { }
    .module-treat-subloop h3 { margin-bottom: 30px; padding-bottom: 15px; border-bottom: solid 2px rgba(0, 0, 0, 0.1); }

/* ==== MODULE >>> DEPILATION AREA SELECTOR =================================================================================================================================================================== */

.module-holder-depilation-area { padding: 50px 0 70px 0; }
.module-holder-depilation-area .module-depilation-area { position: relative; }

/* MODULE >>> DEPILATION AREA SELECTOR >>> SELECTOR HEADING */

.module-depilation-area .col-selector { }
.col-selector .floated-page-heading { }
    .col-selector .floated-page-heading .col { padding: 0 !important; }

/* MODULE >>> DEPILATION AREA SELECTOR >>> SELECTOR LIST */
.col-selector .inner { position: relative; padding: 0 20px; }
    .col-selector .inner .loop-selector-grouper { position: relative; width: 100%; padding: 0 0 20px 0; max-width: 340px; margin: 0 auto; }
    .col-selector .inner .depilation-loop-areas { display: block; background: #fff; margin-bottom: 0; padding: 6px 40px 6px 20px; position: relative; }
    .col-selector .inner .depilation-loop-areas .icon { position: absolute; height: 35px; width: 35px; line-height: 35px; text-align: center; color: #ff7f32;
        right: 0; top: 0; -ms-transform: rotate( 0 ); -webkit-transform: rotate( 0 ); transform: rotate( 0 ); -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }
    .col-selector .inner ul { margin-bottom: 20px; padding: 10px 20px; background: #fff; position: absolute; width: 100%; top: 35px; left: 0; z-index: 999;
        max-height: 300px; overflow: auto; opacity: 0; margin-top: -30px; pointer-events: none; -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; }
    .col-selector .inner ul li { padding: 3px 0; overflow: visible; }
    .col-selector .inner ul li a { color: rgba(0,0,0,1); position: relative; display: block; width: 100%; white-space: nowrap; }
    .col-selector .inner ul li a.active { font-weight: bold; padding-left: 15px; }
    .col-selector .inner ul li a.active:before { position: absolute; top: 5px; left: 0; color: #ff7f32; content: "\f125"; display: block; text-align: left;
        width: 10px; height: 20px; line-height: 20px; font-family: 'Ionicons'; font-size: 0.9rem; }
    .col-selector .inner .depilation-loop-areas.active .icon { -ms-transform: rotate( -180deg ); -webkit-transform: rotate( -180deg ); transform: rotate( -180deg ); }
    .col-selector .inner ul.active { opacity: 1; margin-top: 0; pointer-events: all; }


/* MODULE >>> DEPILATION AREA SELECTOR >>> SELECTOR PREVIEW */
.col-selector .inner .area-preview-holder { position: relative; max-width: 400px; margin: 0 auto;  }
.col-selector .inner .area-preview-holder:before { position: absolute; bottom: 0; right: 0; height: 1px; width: 100%; background: #ff7f32; content: "";
    z-index: 9; opacity: 1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; transition: all 300ms ease; }

.col-selector .inner .select-md-grouper .inner-ajax-holder { display: none; }

.col-selector .inner .area-preview-holder figure { position: relative; width: 150px; margin: 0 auto; }
    .col-selector .inner .area-preview-holder figure img {  width: 100%; height: auto; }
    .col-selector .inner .area-preview-holder figure img.base { z-index: 1; opacity: 1; position: static; }
    .col-selector .inner .area-preview-holder figure img.overlay { z-index: 2; opacity: 1; position: absolute; top: 0; left: 0; }

.col-selector .inner .area-preview-holder.requesting-base,
    .col-selector .inner .area-preview-holder.requesting-overlay figure:before { opacity: 0; }
    .col-selector .inner .area-preview-holder.requesting-base img.base { opacity: 0; }
    .col-selector .inner .area-preview-holder.requesting-overlay img.overlay { opacity: 0; }

/* MODULE >>> DEPILATION AREA SELECTOR >>> LOOP OFFERS */

.module-holder-depilation-offers-loop { padding: 30px 20px; max-width: 400px; margin: 0 auto; }
    .module-holder-depilation-offers-loop .module-depilation-offers-loop { }
    .module-depilation-offers-loop h3 { border-bottom: 2px solid #d9d7d5; padding-bottom: 15px; margin-bottom: 20px; }

.module-depilation-offers-loop .offer-holder { padding: 10px 0; border-bottom: 2px solid #d9d7d5; }
    .module-depilation-offers-loop .offer-holder .overtitle { margin-bottom: 5px; }
    .module-depilation-offers-loop .offer-holder h4 { margin-bottom: 20px; }

.module-depilation-offers-loop .offer-holder .actions-row { }
    .module-depilation-offers-loop .offer-holder .actions-row .price-holder { text-align: left; }
    .module-depilation-offers-loop .offer-holder .actions-row .button-holder { text-align: right; }

.module-depilation-offers-loop .offer-holder .price-box { margin: 0; }
    .module-depilation-offers-loop .offer-holder .price-box .holder { display: block; }
    .module-depilation-offers-loop .offer-holder .price-box .holder .post-label { position: relative; top: -5px; }

.module-depilation-offers-loop .add-info { margin-top: 30px; }
.module-depilation-offers-loop .add-info p { margin-bottom: 15px; }

/* ==== MODULE >>> MAIN CONTENT PAGE ========================================================================================================================================================================== */

.module-holder-main-content-resume { background: #fff; padding: 100px 0 0 0; }

/* MODULE >>> MAIN CONTENT PAGE >>> MAIN CONTENT */
.module-main-content-resume .resume-main-content { }
    .resume-main-content p { font-size: 25px; line-height: 1.4; margin-bottom: 40px; color: rgba(0,0,0,1); }
    .resume-main-content.smaller-font p { font-size: 18px; line-height: 30px; }

/* MODULE >>> MAIN CONTENT PAGE >>> LOOP ADVANTAGES */

.module-main-content-resume .loop-advantages { margin-bottom: 20px; }
    .loop-advantages ol.oversized-count { list-style: decimal; padding-left: 50px; }
    .loop-advantages ol.oversized-count li { font-size: 30px; font-weight: bold; color: rgba(0,0,0,1); vertical-align: top; margin-bottom: 9px; }
    .loop-advantages ol.oversized-count li span { margin-bottom: 0; }

/* ==== MODULE >>> MAIN CONTENT PAGE ========================================================================================================================================================================== */

.module-holder-regular-content {  }
.module-holder-regular-content .module-regular-content { }

/* MODULE >>> MAIN CONTENT PAGE >>> STD FONTS */

.module-regular-content p { font-size: 18px; line-height: 1.33; margin-bottom: 25px; }
.module-regular-content ul { margin-left: 30px; list-style: none; margin-bottom: 15px; }
.module-regular-content ul li { font-size: 18px; line-height: 1.33; margin-bottom: 10px; }
.module-regular-content ol { margin-left: 30px; list-style: decimal; margin-bottom: 15px; }
.module-regular-content ol li { font-size: 18px; line-height: 1.33; margin-bottom: 10px; }


/* ==== LOOP >>> TAXONOMY ===================================================================================================================================================================================== */

.module-holder-taxloop { padding: 20px 0 75px 0; }
.module-holder-taxloop .module-taxloop { }

.module-holder-taxloop .heading { margin-bottom: 25px; }
.module-holder-taxloop .heading h1 { margin-bottom: 0; }
.module-holder-taxloop .module-taxloop .inner { margin: 25px auto; max-width: 360px; }
.module-holder-taxloop .module-taxloop .inner figure { max-width: 100%; padding: 0; overflow: hidden; margin-bottom: 20px; }
.module-holder-taxloop .module-taxloop .inner figure img { width: 100%; height: auto; width: 100%; margin: 0 auto; display: block; }
.module-holder-taxloop .module-taxloop .inner .copy-holder { }
.module-holder-taxloop .module-taxloop .inner .copy-holder .overtitle { margin-bottom: 5px; }
.module-holder-taxloop .module-taxloop .inner .copy-holder h4 { margin-bottom: 15px; }
.module-holder-taxloop .module-taxloop .inner .copy-holder .copy.copy-m { margin-bottom: 0; }

/* ==== MODULE >>> SELECT COMBO CENTERS ======================================================================================================================================================================= */

.module-centers-selector-combo-holder { }
.module-centers-selector-combo-holder .module-centers-selector-combo { }

/* MODULE >>> SELECT COMBO CENTERS >>> FIX PADDS */
.module-centers-selector-combo-holder .module-centers-selector-combo .side-prov { }
.module-centers-selector-combo-holder .module-centers-selector-combo .side-pop { }
.module-centers-selector-combo-holder .module-centers-selector-combo .side-center { }

.module-centers-selector-combo select { }

/* ==== MODULE >>> CENTER AVAILABLE TPVS ====================================================================================================================================================================== */

.module-center-available-tpvs-holder { }
.module-center-available-tpvs-holder .module-center-available-tpvs { }
.module-center-available-tpvs ul { }
.module-center-available-tpvs ul li { display: inline-block; }
.module-center-available-tpvs ul li span { padding-left: 10px; background: #fff; padding-right: 10px; display: block; margin-bottom: 0 !important; }

.woocommerce .cu-checkout .blockUI.blockOverlay:before,
.woocommerce .cu-checkout .loader:before { display: none !important; }

/* ==== MODULE >>> CHECKOUT GIFT BOX ========================================================================================================================================================================== */

.module-checkout-giftbox-holder { padding-top: 20px; border-top: 1px solid #d9d7d5; border-bottom: 1px solid #d9d7d5; margin-bottom: 20px; }
.module-checkout-giftbox-holder .module-checkout-giftbox { }
    .module-checkout-giftbox .regular-form { margin-bottom: 10px; }
    .module-checkout-giftbox .input-holder.check { padding: 0; position: relative; }
    .module-checkout-giftbox .input-holder.check label { color: rgba(0,0,0,1) !important; }
    .module-checkout-giftbox .input-holder.check label strong { position: relative; }
    .module-checkout-giftbox .input-holder.check label strong:before { display: none; }
    .module-checkout-giftbox .input-holder.tarea { padding: 5px 0 0 0; margin-bottom: 0; display: none; }
    .module-checkout-giftbox .input-holder.tarea label { margin-bottom: 10px; color: rgba(0,0,0,1) !important; }
    .module-checkout-giftbox .input-holder.tarea textarea { height: 98px; margin-bottom: 15px; }
    .module-checkout-giftbox .input-holder.tarea p { margin-bottom: 5px; }
    .module-checkout-giftbox .input-holder.tarea p:last-of-type { margin-bottom: 10px; }

/* ==== MODULE >>> CHECKOUT FREE SESSION ======================================================================================================================================================================= */


/* MODULE >>> CHECKOUT FREE SESSION >>> CART */

.free-session-module-holder { padding: 10px 0; }
.free-session-module-holder.no-icon { }
.free-session-module-holder .free-session-module { }
    .no-icon .free-session-module .inner-free-session { padding: 10px; }
    .free-session-module .inner-free-session { background: #f0f0f0; padding: 10px 10px 10px 50px; position: relative; }
    .free-session-module .inner-free-session:before { content: 'b'; font-family: 'cunicons' !important; position: absolute; top: 50%; left: 10px; width: 30px;
            line-height: 30px; height: 30px; text-align: center; font-size: 30px; display: block;  color: #ff7f32; margin-top: -18px; }
    .free-session-module .inner-free-session h4 { color: rgba(0,0,0,1);  margin-bottom: 0; font-size: 18px; line-height: 30px; text-transform: uppercase; }
    .free-session-module .inner-free-session p { margin-bottom: 0; color: rgba(0,0,0,1); font-size: 14px; line-height: 20px; }
    .free-session-module .inner-free-session p small { font-size: 11px; }
    .free-session-module .inner-free-session p em { opacity: 0.7; display: block; }
    .free-session-module .inner-free-session p em > em { font-size: 0.75rem; }


/* MODULE >>> CHECKOUT FREE SESSION >>> MINICART */

.js-minicart-content .free-session-module-holder { }
    .js-minicart-content .free-session-module .inner-free-session { padding: 5px 10px; position: relative; }
    .js-minicart-content .free-session-module .inner-free-session:before { display: none; }
    .js-minicart-content .free-session-module .inner-free-session h4 { font-size: 16px; line-height: normal; text-transform: uppercase; }
    .js-minicart-content .free-session-module .inner-free-session p { font-size: 14px; line-height: 20px; }
    .js-minicart-content .free-session-module .inner-free-session p small { font-size: 11px; }


/* MODULE >>> CHECKOUT FREE SESSION >>> REVIEW ORDER */

.cu-review .free-session-module-holder { }
    .cu-review .free-session-module .inner-free-session { padding: 5px 10px; position: relative; }
    .cu-review .free-session-module .inner-free-session:before { display: none; }
    .cu-review .free-session-module .inner-free-session h4 { font-size: 16px; line-height: normal; text-transform: uppercase; }
    .cu-review .free-session-module .inner-free-session p { font-size: 14px; line-height: 20px; }
    .cu-review .free-session-module .inner-free-session p small { font-size: 11px; }
    /*
    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; background: url('../images/icons/number-arrows.png') no-repeat 50% 50%; background-size: 15px 22px; width: 15px; height: 22px; padding: 10px; position: relative; cursor: pointer; top: 0px; }
    */

/* MODULE >>> CHECKOUT FREE SESSION >>> FREE BONUS MODIFIER > CART */

.free-session-module.free-bonus-module .inner-free-session { background: #f0f0f0; padding: 10px; }
.free-session-module.free-bonus-module .inner-free-session:before,
.free-session-module.free-bonus-module .inner-free-session .icon { display: none; }

/* MODULE >>> CHECKOUT FREE SESSION >>> FREE BONUS MODIFIER > MINICART */

.js-minicart-content .free-session-module.free-bonus-module .inner-free-session { padding: 5px 10px; }
.js-minicart-content .free-session-module.free-bonus-module .inner-free-session:before,
.js-minicart-content .free-session-module.free-bonus-module .inner-free-session .icon { display: none; }

/* MODULE >>> CHECKOUT FREE SESSION >>> FREE BONUS MODIFIER > REVIEW */

.cu-review .free-session-module.free-bonus-module .inner-free-session { padding: 5px 10px; }
.cu-review .free-session-module.free-bonus-module .inner-free-session:before,
.cu-review .free-session-module.free-bonus-module .inner-free-session .icon { display: none; }

/* ==== MODULE >>> ARCHIVE ===================================================================================================================================================================================== */

/* MODULE >>> ARCHIVE >>> HEADING */
.module-magazine-header { text-align: center; }
    .module-magazine-header .inner { background: #fff; padding: 20px 0; border-bottom: solid 2px rgba(0, 0, 0, 0.1); margin-bottom: 30px; }
    .module-magazine-header .inner span.overtitle {  margin: 0 auto 6px auto; padding: 2px 0; display: block; max-width: 400px; }
    .module-magazine-header .inner h1 { max-width: 400px; margin: 0 auto; }
    .module-magazine-header .inner p.copy { margin-bottom: 0; margin: 0 auto; max-width: 400px; padding-top: 20px; padding-bottom: 20px; }


/* ==== MODULE >>> COVER ENTRY ================================================================================================================================================================================= */

/* MODULE >>> COVER ENTRY >>> LAYOUT */

.module-holder-cover-entry { }
.module-holder-cover-entry .module-cover-entry { }

/* MODULE >>> COVER ENTRY >>> HEADING */
.module-cover-entry .heading { max-width: 400px; margin: 0 auto; padding: 20px 0; }
    .module-cover-entry .heading span.overtitle { padding: 2px 0; display: block; }
    .module-cover-entry .heading h1 { margin-bottom: 0; }
    .module-cover-entry .heading .title { margin-bottom: 0; margin-bottom: 5px; display: block; text-transform: none; }
    .module-cover-entry .heading .subtitle { zoom: 0.8; margin-bottom: 0; display: block; text-transform: none; }

/* MODULE >>> COVER ENTRY >>> IMAGE QUOTE */
.module-cover-entry .body { max-width: 400px; margin: 0 auto; }
.module-cover-entry .body { padding: 20px 0; }
    .module-cover-entry .body .col:first-of-type { }
    .module-cover-entry .body .col:last-of-type { }

.module-cover-entry .body .image-quote-holder { }
    .module-cover-entry .body .image-quote-holder figure { width: 100%;  background: #f0f0f0; margin-bottom: 30px; }
    .module-cover-entry .body .image-quote-holder figure img { width: 100%; margin: 0 auto; display: block; }
    .module-cover-entry .body .image-quote-holder blockquote { margin-bottom: 30px; }
    .module-cover-entry .body .image-quote-holder blockquote p.h3 { font-family: 'Libre Baskerville'; }

/* MODULE >>> COVER ENTRY >>> EXCERPT */
    .module-cover-entry .body .excerpt-holder { }

/* ==== MODULE >>> COVER LOOP CLOSE ============================================================================================================================================================================= */

/* MODULE >>> COVER LOOP CLOSE >>> LAYOUT */
.module-holder-cover-loop-close {}
.module-holder-cover-loop-close .module-cover-loop-close {}
.module-cover-loop-close .inner { background: #fff; width: 100%; border-top: solid 2px rgba(0, 0, 0, 0.1); padding: 20px 0; }
    .module-cover-loop-close .inner .share-holder,
    .module-cover-loop-close .inner .link-holder,
    .module-cover-loop-close .inner .tags-holder { text-align: center; padding: 10px 0; }

/* MODULE >>> COVER LOOP CLOSE >>> LINKS */
.module-cover-loop-close .inner .share-holder ul { }
.module-cover-loop-close .inner .share-holder ul li { display: inline-block; height: 20px; line-height: 20px; padding: 0; min-width: 30px;
    text-align: center; position: relative; vertical-align: top; }
    .module-cover-loop-close .inner .share-holder ul li:first-child { padding-right: 8px; }
    .module-cover-loop-close .inner .share-holder ul li > span { }
    .module-cover-loop-close .inner .share-holder ul li > a { color: rgba(0,0,0,1); display: block; width: 30px; height: 30px; font-size: 24px; line-height: 30px; position: absolute; top: -5px; }

/* ==== MODULE >>> SINGLE CONTENT ========================================================================================================================================================================== */

/* MODULE >>> SINGLE CONTENT >>> MAIN HEADING MOD */

.single-view .module-cover-entry .heading { padding: 20px 0; }

/* MODULE >>> SINGLE CONTENT >>> MAIN VIDEO */
.module-holder-single-main-video { padding-bottom: 20px; }
    .module-single-main-video .inner { max-width: 400px; margin: 0 auto; }

/* MODULE >>> SINGLE CONTENT >>> MAIN LAYOUT */

.module-holder-single-main-content {  padding-bottom: 20px; }
    .module-single-main-content .inner { max-width: 400px; margin: 0 auto; }

/* MODULE >>> SINGLE CONTENT >>> SECONDARY LAYOUT */
.module-holder-single-secondary-content { padding-bottom: 20px; }
    .module-single-secondary-content .inner {  max-width: 400px; margin: 0 auto; }
    .module-single-secondary-content .inner figure { padding-bottom: 20px; }
    .module-single-secondary-content .inner figure img { width: 100%; height: auto; overflow: hidden; display: block; margin: 0 auto; }


/* ==== PAGE >>> SEARCH PAGE ================================================================================================================================================================= */

.search .search-header { border-bottom: 2px solid #d9d7d5; margin-bottom: 30px; }
.search .search-entries .search-entry { border-bottom: 2px solid #d9d7d5; padding: 34px 0; }
.search .search-entries .search-entry .search-more a.btn { position: relative; padding: 0 16px 0 0; line-height: 20px !important; height: 20px !important; }
.search .search-entries .search-entry .search-more a.btn:hover:after { right: 0; }
.search .search-entries .search-entry .search-more a.btn:after { font-family: 'Ionicons'; content: "\f3d3"; position: absolute; height: 20px; width: 12px; display: block; right: 5px; top: 50%; margin-top: -9px; text-align: center; -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; line-height: 20px; }
.search .search-entries .search-title { margin-bottom: 15px; }
.search .search-entries .search-title a { font-size: 30px; line-height: 35px; }
.search .search-entries .search-content { font-size: 18px; line-height: 30px; }
.search .search-entries .search-content .search-thumb img { width: 100%; height: auto; }
.search .search-entries .search-content .no-pad-left { padding-left: 0; padding-right: 0; }
.search .search-entries .search-content .no-pad-right { padding-right: 0; padding-left: 0; }
.search .search-entries .search-more { margin-top: 25px; }

.search .search-no-results { padding: 50px 0; }

.search .pagination { padding: 50px 0; }
.search .pagination ul { display: flex; justify-content: center; }
.search .pagination ul li { padding: 0 15px; font-size: 18px; line-height: 30px; }
.search .pagination ul li.active { border-bottom: 4px solid #5e4b3c; }
.search .pagination ul li.active a { font-weight: bold; color: rgba(0,0,0,1); }
.search .pagination ul li.pag a { position: relative; width: 12px; display: block; }
.search .pagination ul li.pag a:after { font-family: 'Ionicons'; position: absolute; height: display: block; }
.search .pagination ul li.pag-previous a:after { content: "\f3d2"; }
.search .pagination ul li.pag-next a:after { content: "\f3d3"; }

.select-filter { position: relative; margin-bottom: 20px; max-width: 300px; }
.select-filter select { width: 100%; background: #fff; line-height: 60px; height: 60px; 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; }
.select-filter:before { content: "\f3d0"; background: #fff; height: 58px; line-height: 58px; width: 30px; text-align: center; position: absolute; top: 1px; right: 1px; color: #ff7f32; font-family: 'Ionicons'; font-size: 20px; pointer-events: none; }

.no-padding { padding: 0 !important; }

/* ==== MODULE >>> MAINTENANCE MODULE ======================================================================================================================================================== */

/* MODULE >>> MAINTENANCE MODULE >>> LAYOUT */

.module-holder-maintenance { }
.module-holder-maintenance .module-maintenance .col { }
.module-holder-maintenance .module-maintenance .inner { max-width: 240px; margin-top: 40px; }

/* MODULE >>> MAINTENANCE MODULE >>> COPY */
.module-maintenance .inner h1 { padding-top: 25px; position: relative; margin-bottom: 20px; text-transform: uppercase; }
.module-maintenance .inner h1:before { content: ""; position: absolute; top: 0; left: 0; width: 35px; height: 7px; background: #000; }
.module-maintenance .inner h1 span { font-weight: normal; font-size: 14px; line-height: 20px; display: block; padding: 10px 0; }
.module-maintenance .inner p { margin-bottom: 20px; }
.module-maintenance .inner .logo { width: 180px; height: 56px; display: block; margin: 0; background: url('../images/icons/head-logo-belle-new.svg') center center no-repeat; 
    background-size: contain; }

.lang-it-IT .module-maintenance .inner .logo { background-image: url('../../../centrosunico-it/assets/images/icon/logo-it.svg'); }
.lang-pt-PT .module-maintenance .inner .logo { background-image: url('../../../centrosunico-pt/assets/images/icon/logo-pt-fix.svg'); }

/* ==== MODULE >>> 3x2 TRIPLE SELECT MODULE ================================================================================================================================================================== */

/* MODULE >>> 3x2 TRIPLE SELECT MODULE >>> LAYOUT */

.module-holder-three-by-two { }
    .module-holder-three-by-two .module-three-by-two { }
    .module-three-by-two .mod-head { }
    .module-three-by-two .mod-chooser { }

/* MODULE >>> 3x2 TRIPLE SELECT MODULE >>> HEADER */
.module-three-by-two .mod-head {}
.module-three-by-two .mod-head figure { width: 100%; background: #f0f0f0; margin-bottom: 40px; }
.module-three-by-two .mod-head figure img { width: 100%; height: auto; display: block; margin: 0 auto; }
.module-three-by-two .mod-head h1 span { color: #ff7f32; }
.module-three-by-two .mod-head p { opacity: 0.8; }

/* MODULE >>> 3x2 TRIPLE SELECT MODULE >>> SELECTORS */

.module-three-by-two .mod-chooser { padding: 0; border: 2px solid rgba(94, 75, 60, 0.1); margin-bottom: 28px; }
.module-three-by-two .mod-chooser .input-holder { padding: 15px 0; margin: 15px 0; }
    .mod-chooser .input-holder label,
    .mod-chooser .input-holder select { line-height: 26px; display: block; width: 100%; font-size: 17px; font-family: 'Gotham', 'Helvetica', Arial, sans-serif; }
    .mod-chooser .input-holder label { text-transform: uppercase; padding: 10px 0 10px 40px; position: relative; }
    .mod-chooser .input-holder label span { color: #fff; position: absolute; left: 0; top: 10px; background: #ff7f32; display: block; 
        border-radius: 50%; width: 26px; text-align: center; font-size: 14px; font-weight: bold; }
    .mod-chooser .input-holder .select-styler { background: #ededed; position: relative; padding:0; }
    .mod-chooser .input-holder .select-styler select { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; color: #979797; font-weight: bold; padding: 10px 40px 10px 15px; }
    .mod-chooser .input-holder .select-styler:before { color: #979797; position: absolute; right: 6px; top: 10px; display: block; line-height: 26px; font-size: 18px !important;
        border-radius: 50%; width: 26px; text-align: center; font-size: 14px; content: "\f123"; font-family: 'Ionicons'; pointer-events: none; }

/* MODULE >>> 3x2 TRIPLE SELECT MODULE >>> TOTALS */

.module-three-by-two .mod-chooser .total-holder { padding: 15px 0; margin: 15px 0; }
    .total-holder .pricing-box { text-align: right; padding: 5px 0; }
    .total-holder .pricing-box.count > span { display: inline-block; }
    .total-holder .pricing-box > span { display: block; }
    .total-holder .pricing-box > span.label { font-size: 14px; line-height: 21px; }
    .total-holder .pricing-box > span.price { font-weight: bold; font-size: 18px; line-height: 32px; }
    .total-holder .pricing-box > span.price.is-promoted { display: block; }
    .total-holder .pricing-box > span.price.is-promoted > span > span { opacity: 0.6; }
    .total-holder .pricing-box > span.price.is-promoted > span > span.append { font-size: 14px; position: relative; top: -2px; font-style: italic; }
    .total-holder .pricing-box > span.price span + span { font-size: 14px; position: relative; top: -2px; }
    .total-holder .pricing-box.total > span.label { font-size: 22px; line-height: 26px; }
    .total-holder .pricing-box.total > span.price { font-size: 26px; line-height: 38px; }
    .total-holder .pricing-box.total > span.price span + span { font-size: 16px; position: relative; top: -2px; }    

    .total-holder .pricing-box.no-select { }
    .total-holder .pricing-box.no-select .copy { margin-bottom: 25px; opacity: 0.7; }

/* MODULE >>> 3x2 TRIPLE SELECT MODULE >>> ACTIONS */
    
.mod-actions { margin-bottom: 45px; }
.mod-actions .ajax-holder { text-align: right; padding-bottom: 0; border-bottom: 2px solid rgba(94, 75, 60, 0.1); }
.mod-actions .ajax-holder p { margin-bottom: 15px; }
.mod-actions .ajax-holder p.error { color: #ff7f32; padding: 5px 0; font-size: 14px; line-height: 18px; }
.mod-actions .buy { }
.mod-actions .buy a { }
.mod-actions .no-return { padding-top: 15px !important; padding-bottom: 15px !important; }
.mod-actions .no-return p.copy { margin-bottom: 0; }


/* ==== MODULE >>> PROMO CONFIG SET-UP MODULE ================================================================================================================================================================ */

/* MODULE >>> 3x2 PROMO CONFIG SET-UP MODULE >>> LAYOUT */

.module-holder-config-setup { }
    .module-holder-config-setup .module-config-setup { padding: 0 0 30px 0; }
    .module-config-setup .mod-head { }
    .module-config-setup .mod-config { padding: 0 15px; max-width: 450px; margin: 0 auto; }
    .module-config-setup .mod-config .col { padding: 0 10px !important; }

/* MODULE >>> PROMO CONFIG SET-UP MODULE >>> HEADER */

.module-config-setup .mod-head {}
.module-config-setup .mod-head figure { width: 100%; background: #f0f0f0; margin-bottom: 40px; }
.module-config-setup .mod-head figure img { width: 100%; height: auto; display: block; margin: 0 auto; }
.module-config-setup .mod-head h1 span { color: #ff7f32; }
.module-config-setup .mod-head p { opacity: 0.8; }

/* MODULE >>> PROMO CONFIG SET-UP MODULE >>> ADD FORM */

.module-config-setup .mod-config  { padding: 20px 10px 20px 10px; background: #FAF7F7; margin-bottom: 20px; }
.module-config-setup .mod-config .title-holder h3 { opacity: 0.4; margin-bottom: 20px; }

.module-config-setup .mod-config .input-holder { margin-bottom: 0; }
.module-config-setup .mod-config input,
.module-config-setup .mod-config select { background: #EDEDED !important; color: #979797 !important; border-color: #EDEDED !important; margin-bottom: 15px; }

.module-config-setup .mod-config .quantity { display: block; width: 100%; position: relative; }
.module-config-setup .mod-config .quantity input { line-height: 40px; height: 40px; padding: 0 10px 0 22px; background: #fff; text-align: right !important; font-family: 'Gotham';
        font-size: 18px; width: 100% !important; }
/*
    .module-config-setup .mod-config .quantity input[type=number]::-webkit-inner-spin-button,
    .module-config-setup .mod-config .quantity input[type=number]::-webkit-outer-spin-button { margin: 0; position: absolute; left: 0; top: 0; color: blue !important; 
        background: url('../images/icons/number-arrows-DSTD.png') no-repeat 50% 50%; background-size: 12px; width: 10px; }
*/


.module-config-setup .mod-config .select-holder { position: relative; }
.module-config-setup .mod-config .select-holder select { font-size: 14px !important;  height: 40px !important; line-height: 40px !important; padding: 0 40px 0 10px !important;}
.module-config-setup .mod-config .select-holder:after { height: 40px; width: 40px; background: url('../images/icons/arrow-down-DSTD.png') center center no-repeat; 
    display: block; position: absolute; top: 0; right: 6px; content: ""; background-size: 14px; pointer-events: none; }

.module-config-setup .mod-config .input-holder.action { position: relative; }

.module-config-setup .mod-config button { font-weight: normal !important; line-height: 40px !important; height: 40px; padding: 0 10px; font-size: 14px; }
.module-config-setup .mod-config button.fullwidth { /* display: none; text-align: left !important; */ }
/* .module-config-setup .mod-config .input-holder.action button.mobile { font-family: 'cunicons'; font-size: 20px; width: 40px; position: absolute; bottom: 0; right: 5px; padding: 0; text-align: center; } */

/* MODULE >>> PROMO CONFIG SET-UP MODULE >>> PREVIEW */

.module-config-setup .cont-preview { max-width: 450px; margin: 0 auto; padding: 20px 10px 10px 10px; border-top: 1px solid rgba(151,151,151,0.21); }
.module-config-setup .cont-preview .title-holder h3 { opacity: 0.4; margin-bottom: 20px; }
.module-config-setup .cont-preview .col { padding: 0 10px !important; }

.module-config-setup .cont-preview ul { display: block; margin: 0; width: 100%; padding: 0; }
.module-config-setup .cont-preview ul li { display: block; padding: 10px 0; border-bottom: 1px solid rgba(151,151,151,0.1); position: relative; }
.module-config-setup .cont-preview ul li p { margin-bottom: 0; }
.module-config-setup .cont-preview ul li .col + .col  + .col { text-align: right; }

.module-config-setup .cont-preview ul li p { padding-right: 40px; } 
.module-config-setup .cont-preview ul li p span { display: inline-block; }
.module-config-setup .cont-preview ul li p span.label { opacity: 0.5; font-style: italic; font-size: 0.8rem; line-height: 1; position: relative; top: -2px; }

.module-config-setup .cont-preview ul li a { color: #000; }
.module-config-setup .cont-preview ul li a.remove { font-size: 22px; display: block; width: 33px; text-align: center; position: absolute; bottom: 50%; right: 0; 
    margin-bottom: -20px; } 

/* MODULE >>> PROMO CONFIG SET-UP MODULE >>> PRICES */
.module-config-setup { }
.module-config-setup .cont-prices { max-width: 450px;  margin: 0 auto; }
.module-config-setup .cont-preview ul li {  }
.module-config-setup .cont-prices .total-holder .pricing-box { padding: 10px 0 !important;  }
.module-config-setup .cont-prices .total-holder .pricing-box.no-select { text-align: left; padding: 0 !important; }

/* MODULE >>> PROMO CONFIG SET-UP MODULE >>> ACTIONS */
.module-config-setup .mod-actions { max-width: 450px; margin: 0 auto; }



/* ==== MODULE >>> PROMO CONFIG BY AREAS MODULE ============================================================================================================================================================== */


/* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> LAYOUT */

.module-holder-areas-setup { padding: 0 0 40px 0; }
.module-holder-areas-setup .img-holder { }
.module-holder-areas-setup .content-holder {  }


/* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> IMAGE */

.module-holder-areas-setup .img-holder { height: 50vw; background-position: center center; background-repeat: no-repeat; background-size: cover; } 

/* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> COPY */

.module-holder-areas-setup .content-holder .content-inner { margin: 0 auto; max-width: 340px; }
.module-holder-areas-setup .content-holder .header { margin-bottom: 20px; max-width: 340px; }
.module-holder-areas-setup .content-holder .content-inner h2 { background: #fff; font-size: 22px; letter-spacing: -0.03px; line-height: 1; font-weight: bold; text-transform: uppercase; margin: 15px auto; }
.module-holder-areas-setup .content-holder .content-inner h2 span { display: block; color: #ff7f32; padding-top: 5px; }

.module-holder-areas-setup .content-holder p.free-session-info { margin-bottom: 0 !important; }
.module-holder-areas-setup .content-holder p.free-session-info span { color: #ff7f32; }
.module-holder-areas-setup .content-holder p.free-session-info span strong { display: inline; }
/* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> FORM */

.fake-form { padding: 0; margin-bottom: 0 !important; }
.fake-form .input-holder { padding: 0; margin-bottom: 15px; }
.fake-form .async-qty-response-holder { padding: 0; }
.fake-form .async-preview-response-holder {  padding-bottom: 40px; }
.fake-form .async-preview-response-holder a { position: absolute; bottom: 0; right: 0; }

.fake-form .async-preview-response-holder * { font-weight: bold !important; }
.fake-form .async-preview-response-holder .add-cart-side-product .price-var-preview { margin-bottom: 10px !important; }

.fake-form .async-qty-response-holder input.disabled { opacity: 0.5; pointer-events: none; }
.fake-form .async-qty-response-holder p { line-height: 1.45 !important; margin-bottom: 15px; }
.fake-form .async-qty-response-holder p strong { display: block; margin-bottom: 5px; }
.fake-form .add-cart-side-product.copy { margin-bottom: 10px; }
.fake-form .add-cart-side-product.quantity { max-width: 180px; margin-bottom: 0; } 
.fake-form .add-cart-side-product.quantity input { margin-bottom: 0; }
.fake-form .ajax-holder { position: relative; }
.fake-form .ajax-holder .loader.spinner-svg { position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px;  }

.fake-form .input-holder .select-styler { position: relative; }
.fake-form .input-holder .select-styler:before { content: "\f3d0"; background: #fff; height: 48px; line-height: 48px; width: 35px;
    text-align: center; position: absolute; top: 1px; right: 1px; color: #ff7f32; font-family: 'Ionicons'; font-size: 24px; pointer-events: none; }
    


/*
.module-three-by-two .mod-chooser { padding: 0; border: 2px solid rgba(94, 75, 60, 0.1); margin-bottom: 28px; }
.module-three-by-two .mod-chooser .input-holder { padding: 15px 0; margin: 15px 0; }
    .mod-chooser .input-holder label,
    .mod-chooser .input-holder select { line-height: 26px; display: block; width: 100%; font-size: 17px; font-family: 'Gotham', 'Helvetica', Arial, sans-serif; }
    .mod-chooser .input-holder label { text-transform: uppercase; padding: 10px 0 10px 40px; position: relative; }
    .mod-chooser .input-holder label span { color: #fff; position: absolute; left: 0; top: 10px; background: #ff7f32; display: block; 
        border-radius: 50%; width: 26px; text-align: center; font-size: 14px; font-weight: bold; }
    .mod-chooser .input-holder .select-styler { background: #ededed; position: relative; padding:0; }
    .mod-chooser .input-holder .select-styler select { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; color: #979797; font-weight: bold; padding: 10px 40px 10px 15px; }
    .mod-chooser
*/

/* ==== MODULE >>> SIMPLE CTA ================================================================================================================================================================================ */

/* MODULE >>> SIMPLE CTA >>> LAYOUT */

.module-holder-simple-cta { }
.module-holder-simple-cta .module-simple-cta { }
.module-holder-simple-cta .module-simple-cta .title-holder,
.module-holder-simple-cta .module-simple-cta .copy-holder { text-align: center; max-width: 320px; margin: 0 auto; padding: 0 25px; }
.module-holder-simple-cta .module-simple-cta.prod-auto-mod { padding: 30px 0; }
.module-holder-simple-cta .module-simple-cta.titleless { }
.module-holder-simple-cta .module-simple-cta.titleonly { }

/* MODULE >>> SIMPLE CTA >>> COPY */

.module-simple-cta .title-holder h1 { font-size: 22px; line-height: 1.35; font-family: 'Playfair Display', serif; 
    font-weight: normal; text-transform: none; }
.module-simple-cta.part-mode .title-holder h1 { margin-bottom: 0; }
.module-simple-cta .copy-holder p { font-size: 15px; line-height: 1.45; font-family: 'Playfair Display', serif; }
.titleless.module-simple-cta .copy-holder p { font-size: 20px; line-height: 1.3; font-family: 'Playfair Display', serif; } 
.oversize.module-simple-cta .title-holder span { display: none; }
.oversize.module-simple-cta .title-holder h1, .oversize.module-simple-cta .title-holder h2  { font-size: 30px; line-height: 1.35; ; font-family: 'Playfair Display' }
.oversize.module-simple-cta .title-holder span { color: #FF7F32; font-size: 30px; line-height: 1.35; font-family: 'Playfair Display', serif; font-weight: normal; margin-bottom: 0; text-transform: none; display: block; }

.module-simple-cta.titleonly .title-holder h3 { font-size: 22px; line-height: 1.1; font-family: 'Playfair Display', serif; font-weight: normal; text-transform: none;
    max-width: 260px; margin: 0 auto; }

@media only screen and ( min-width : 24em ) {
    /* MODULE >>> SIMPLE CTA >>> LAYOUT */
    .module-holder-simple-cta .module-simple-cta .title-holder,
    .module-holder-simple-cta .module-simple-cta .copy-holder { max-width: 450px; }
}

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

    /* MODULE >>> SIMPLE CTA >>> LAYOUT */
    .module-holder-simple-cta .module-simple-cta .title-holder,
    .module-holder-simple-cta .module-simple-cta .copy-holder { max-width: 760px; }
    .module-holder-simple-cta .module-simple-cta.prod-auto-mod { padding: 50px 0; }

    /* MODULE >>> SIMPLE CTA >>> COPY */    
    .module-simple-cta .title-holder h1 { font-size: 30px; line-height: 1.35; margin-bottom: 15px; }
    .module-simple-cta .copy-holder p { font-size: 17px; line-height: 1.25; }
    .titleless.module-simple-cta .copy-holder p { font-size: 25px; line-height: 1.3; } 
    .oversize.module-simple-cta .title-holder h1 { font-size: 60px; line-height: 1.35; }
    .oversize.module-simple-cta .title-holder h2 { font-size: 60px; line-height: 1.35; margin-bottom: 15px; }
    .titleonly.module-simple-cta .title-holder h3 { font-size: 36px;  max-width: 450px; margin: 0 auto; }



}


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

    /* MODULE >>> SIMPLE CTA >>> LAYOUT */
    .module-holder-simple-cta .module-simple-cta .title-holder,
    .module-holder-simple-cta .module-simple-cta .copy-holder { max-width: 990px; }
    .module-holder-simple-cta .module-simple-cta.prod-auto-mod { padding: 75px 0; }

    /* MODULE >>> SIMPLE CTA >>> COPY */    
    .module-simple-cta .title-holder h1 { font-size: 30px; line-height: 1.1; margin-bottom: 15px; }
    .module-simple-cta .copy-holder p { line-height: 1.45; }
    .titleless.module-simple-cta .copy-holder p { font-size: 30px; line-height: 1.27; } 
    .titleonly.module-simple-cta .title-holder h3 { font-size: 50px; max-width: 620px; margin: 0 auto; }
}


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

    /* MODULE >>> SIMPLE CTA >>> LAYOUT */
    .module-holder-simple-cta .module-simple-cta .title-holder,
    .module-holder-simple-cta .module-simple-cta .copy-holder { max-width: 1024px; }

}

/* ==== MODULE >>> TRIPLE TAGLINE ============================================================================================================================================================================ */

/* MODULE >>> TRIPLE TAGLINE >>> LAYOUT */

.module-holder-triple-tagline { } 
.module-holder-triple-tagline.liabilities-module { padding: 30px 0; }
.module-holder-triple-tagline .module-triple-tagline { }
.module-holder-triple-tagline .module-triple-tagline .single-tagline { }
.module-holder-triple-tagline .module-triple-tagline .single-tagline .inner { text-align: center; margin: 0 auto; padding: 15px 0; }

/* MODULE >>> TRIPLE TAGLINE >>> COPIES */

.module-triple-tagline .single-tagline h3 { font-size: 22px; line-height: 1.36; text-transform: uppercase; margin-bottom: 7px; text-transform: none !important;
    padding-top: 35px; position: relative; font-family: 'Playfair Display', serif; }
.module-triple-tagline .single-tagline h3:before { height: 20px; width: 20px; position: absolute; top: 0; left: 50%; margin-left: -10px; display: block; content: ""; 
        background: url('../images/icons/star.svg') center center no-repeat; }

.module-triple-tagline .single-tagline p { font-family: 'Playfair Display', serif; font-size: 16px; line-height: 1.36; max-width: 220px; margin: 0 auto; }

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

    /* MODULE >>> TRIPLE TAGLINE >>> LAYOUT */
    .module-holder-triple-tagline.liabilities-module { padding: 60px 0 40px 0; }
    
    /* MODULE >>> TRIPLE TAGLINE >>> COPIES */
    .module-triple-tagline .single-tagline h3 { font-size: 24px; line-height: 1.47; padding-top: 40px; }
    .module-triple-tagline .single-tagline p { font-size: 18px; line-height: 1.47; max-width: 250px; }
}

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

    /* MODULE >>> TRIPLE TAGLINE >>> LAYOUT */
    .module-holder-triple-tagline.liabilities-module { padding: 90px 0 60px 0; }
    
    /* MODULE >>> TRIPLE TAGLINE >>> COPIES */
    .module-triple-tagline .single-tagline h3 { font-size: 30px; padding-top: 50px; }

}





/* ==== MODULE >>> NEWSLETTER FORM =========================================================================================================================================================================== */

/* MODULE >>> NEWSLETTER FORM >>> LAYOUT */

.module-holder-newsletter-form { }
.module-holder-newsletter-form .module-newsletter-form { margin: 0 auto; }
.module-holder-newsletter-form .module-newsletter-form .cta-holder { }
.module-holder-newsletter-form .module-newsletter-form .input-holder { position: relative; padding: 0 !important; }

/* MODULE >>> NEWSLETTER FORM >>> CTA */

.module-holder-newsletter-form .cta-holder h3 { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; font-size: 18px; line-height: 40px; text-align: center; margin: 0; padding: 8px 0; }
.module-holder-newsletter-form .cta-holder h3 span { font-weight: bold; }

/* MODULE >>> NEWSLETTER FORM >>> INPUT */

.module-holder-newsletter-form .input-holder input[type="email"] { height: 56px; line-height: 56px; background: #fcfcfc; width: 100%;
    font-size: 18px; font-family: 'Gotham', 'Helvetica', Arial, sans-serif; padding: 0 30px 0 20px; border-bottom: 1px solid #121212; }

.module-holder-newsletter-form .input-holder input[type="email"]::-webkit-input-placeholder { color: #B0B0B0; } 
.module-holder-newsletter-form .input-holder input[type="email"]:-ms-input-placeholder { color: #B0B0B0; }
.module-holder-newsletter-form .input-holder input[type="email"]::placeholder { color: #B0B0B0; }

.module-holder-newsletter-form .input-holder input[type="submit"] { height: 54px; line-height: 54px; width: 54px; background: #fcfcfc url('../images/icons/arrow-right.svg') center center no-repeat; 
    position: absolute; top: 1px; right: 0; text-indent: 999px; overflow: hidden; }

/* MODULE >>> NEWSLETTER FORM >>> ASYNC RESPONSE */
.module-holder-newsletter-form .async-response { }
.module-holder-newsletter-form .async-response p { font-size: 14px; line-height: 20px; margin: 10px 0; padding-left: 20px; position: relative; color: #121212; }
.module-holder-newsletter-form .async-response p:before { content: "\f3fd"; font-family: 'Ionicons'; position: absolute; top: 0; 
    left: 0; text-align: center; line-height: 20px; width: 20px; font-size: 24px; }
.module-holder-newsletter-form .async-response p em { opacity: 0.7; }

.module-holder-newsletter-form .async-response p.ok:before { content: "\f3fd"; color: green; }
.module-holder-newsletter-form .async-response p.ko:before { content: "\f404"; color: red;  }

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

    /* MODULE >>> NEWSLETTER FORM >>> LAYOUT */
    .module-holder-newsletter-form { max-width: 760px; margin: 0 auto; }
    .module-holder-newsletter-form .module-newsletter-form .input-holder { padding: 0 25px !important; }
    .module-holder-newsletter-form .module-newsletter-form { max-width: 100%; }
    
    /* MODULE >>> NEWSLETTER FORM >>> CTA */
    .module-holder-newsletter-form .cta-holder h3 { font-size: 20px; position: relative; top: 2px; }

    /* MODULE >>> NEWSLETTER FORM >>> INPUT */
    .module-holder-newsletter-form .input-holder input[type="email"] { padding: 0 56px 0 25px; }
    .module-holder-newsletter-form .input-holder input[type="submit"] { right: 25px; top:0; }

    /* MODULE >>> NEWSLETTER FORM >>> ASYNC RESPONSE */
        .module-holder-newsletter-form .async-response { }
    .module-holder-newsletter-form .async-response p {  }


}

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

    /* MODULE >>> NEWSLETTER FORM >>> LAYOUT */
    .module-holder-newsletter-form { max-width: 1100px; }

    /* MODULE >>> NEWSLETTER FORM >>> CTA */
    .module-holder-newsletter-form .cta-holder h3 { font-size: 24px; }

    /* MODULE >>> NEWSLETTER FORM >>> INPUT */
    .module-holder-newsletter-form .input-holder input[type="email"] { font-size: 20px; padding: 0 56px 0 30px; }

}


/* ==== MODULE >>> CENTERS MAP =============================================================================================================================================================================== */

/* MODULE >>> CENTERS MAP >>> LAYOUT */

.module-holder-centers-map { }
.module-holder-centers-map .module-centers-map { margin: 0 auto; padding: 0; }
.module-holder-centers-map .module-centers-map .row-title { text-align: center; padding: 0 0 12px 0; }
.module-holder-centers-map .module-centers-map .row-searchform { position: relative; border-bottom: 1px solid #121212; } 
.module-holder-centers-map .module-centers-map .row-searchform .searchglass { position: absolute; top: 0; left: 0; background: url('../images/icons/glass-mid.svg') center center no-repeat; 
    height: 56px; width: 40px; display: block; z-index: 9; pointer-events: none; }

.module-holder-centers-map .module-centers-map .row-map { display: flex; flex-wrap: wrap; }
.module-holder-centers-map .module-centers-map .row-map .loop-holder { order: 2; flex: 0 0 100%; }
.module-holder-centers-map .module-centers-map .row-map .map-holder { order: 1; height: 230px; background: #f0f0f0; flex: 0 0 100%; position: relative; }

.module-holder-centers-map .module-centers-map .row-map .map-holder .preview { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.module-holder-centers-map .module-centers-map .row-map .map-holder .preview img { height: 100%; width: 100%; object-position: center center; object-fit: cover; }


/* MODULE >>> CENTERS MAP >>> HEADING */

.module-centers-map .row-title h3 { margin-bottom: 0; font-size: 18px; }
.module-centers-map .row-searchform input[type="search"] { height: 56px; line-height: 56px; background: #FCFCFC; width: 100%; font-size: 18px; 
    font-family: 'Gotham', 'Helvetica', Arial, sans-serif; padding: 0 60px 0 40px; }
.module-centers-map .row-searchform input[type="search"]::-webkit-input-placeholder { color: #B0B0B0; }
.module-centers-map .row-searchform input[type="search"]:-ms-input-placeholder { color: #B0B0B0; }
.module-centers-map .row-searchform input[type="search"]::placeholder { color: #B0B0B0; }
.module-centers-map .row-searchform input[type="submit"] { height: 54px; line-height: 54px; width: 54px; background: #FCFCFC url('../images/icons/arrow-right.svg') center center no-repeat; 
    position: absolute; top: 1px; right: 0; text-indent: 999px; overflow: hidden; }

/* MODULE >>> CENTERS MAP >>> PREVIEW RESULTS */

.module-centers-map .row-searchform form { position: relative; }
.module-centers-map .row-searchform form .preview-results { position: absolute; top: 56px; right: 0; width: 100%; z-index: 99; }
.module-centers-map .row-searchform form .preview-results.has-response { border: 1px solid #dcdcdc; }
.module-centers-map .row-searchform form .preview-results ul { max-height: 270px; overflow: auto; }
.module-centers-map .row-searchform form .preview-results ul li { line-height: 54px; font-size: 18px; font-family: 'Gotham', 'Helvetica', Arial, sans-serif; text-align: center; 
    background: #fff; border-bottom: 1px solid #dcdcdc; display: none; }
.module-centers-map .row-searchform form .preview-results ul li.active { display: block; }
.module-centers-map .row-searchform form .preview-results ul li.active:last-child { border-bottom: none; }

.module-centers-map .row-searchform form .preview-results ul li.selected,
.module-centers-map .row-searchform form .preview-results ul li:hover { background: #f0f0f0; cursor: pointer; color: #121212; }
.module-centers-map .row-searchform form .preview-results ul li span { font-weight: bold; }

/* MODULE >>> CENTERS MAP >>> MAP */
.module-holder-centers-map .module-centers-map .row-map .loop-holder { height: AUTO; max-height: 250px; overflow: auto; }
.module-holder-centers-map .module-centers-map .row-map .map-holder { overflow: hidden; }


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

    /* MODULE >>> CENTERS MAP >>> LAYOUT */
    .module-holder-centers-map .module-centers-map { }
    .module-holder-centers-map .module-centers-map .row-title { padding: 0 0 30px 0; }
    .module-holder-centers-map .module-centers-map .row-searchform { }
    .module-holder-centers-map .module-centers-map .row-searchform .searchglass { top: 0; left: 50%;  margin-left: -200px; }

    .module-holder-centers-map .module-centers-map .row-map { flex-wrap: nowrap; }
    .module-holder-centers-map .module-centers-map .row-map .loop-holder { order: 1; flex: 0 0 260px; }
    .module-holder-centers-map .module-centers-map .row-map .map-holder { order: 2; flex: 1 1 auto; height: 560px; }

    /* MODULE >>> CENTERS MAP >>> HEADING */
    .module-centers-map .row-title h3 { font-size: 30px; }
    .module-centers-map .row-searchform input[type="search"] { padding: 0 56px 0 25px; text-align: center; }
    .module-centers-map .row-searchform input[type="submit"] { right: 0; top:0; }

    /* MODULE >>> CENTERS MAP >>> MAP */
    .module-holder-centers-map .module-centers-map .row-map .loop-holder { max-height: 560px; }
    .module-holder-centers-map .module-centers-map .row-map .map-holder { max-height: 560px; }

}

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

    /* MODULE >>> CENTERS MAP >>> LAYOUT */
    .module-holder-centers-map .module-centers-map { max-width: 100%; }
    .module-holder-centers-map .module-centers-map .row-title { padding: 0 0 90px 0; }
    .module-holder-centers-map .module-centers-map .row-searchform .searchglass { top: 0; left: 50%; margin-left: -310px; height: 100px; background-size: 23px; }
    .module-centers-map .row-searchform input[type="submit"] { height: 100px; }
    

    .module-holder-centers-map .module-centers-map .row-map .loop-holder { flex: 0 0 30%; }
    .module-holder-centers-map .module-centers-map .row-map .map-holder { flex: 1 1 auto; }

    /* MODULE >>> CENTERS MAP >>> HEADING */
    .module-centers-map .row-title h3 { font-size: 40px; }
    .module-centers-map .row-searchform input[type="search"] { font-size: 30px; padding: 0 56px 0 30px; line-height: 100px; height: 100px; }
 
/* MODULE >>> CENTERS MAP >>> PREVIEW RESULTS */
   
    .module-centers-map .row-searchform form .preview-results { top: 100px; }
}



/* ==== MODULE >>> CENTERS LIST LOOP @ MAP =================================================================================================================================================================== */

/* MODULE >>> CENTERS LIST LOOP @ MAP >>> LAYOUT */
.module-holder-center-loop {}
.module-holder-center-loop .module-center-loop {  }

/* MODULE >>> CENTERS LIST LOOP @ MAP >>> LIST */

.module-center-loop ul { }
.module-center-loop ul li { }
.module-center-loop ul li.no-response { padding: 25px; }
.module-center-loop ul li.no-response h5 { margin-bottom: 10px; }
.module-center-loop ul li.no-response em { opacity: 0.7; }

/* ==== MODULE >>> CENTERS LIST ITEM @ MAP =================================================================================================================================================================== */

/* MODULE >>> CENTERS LIST ITEM @ MAP >>> LAYOUT */

.module-holder-center-item { padding: 0; border-bottom: 1px solid #dcdcdc; }
.module-holder-center-item .module-center-item { padding: 25px; }
.module-holder-center-item .module-center-item .inner { padding: 0; max-width: 400px; margin: 0 auto; }

/* MODULE >>> CENTERS LIST ITEM @ MAP >>> COPY */

.module-center-item .inner { font-size: 14px; line-height: 16px; display: flex; align-items: center; }
.module-center-item .inner .center-data { flex:  1 1 auto; }
.module-center-item .inner .center-link { flex: 0 0 auto; }

.module-center-item .inner .title { font-weight: bold; margin-bottom: 5px; }
.module-center-item .inner address { font-style: normal; max-width: 200px; margin-bottom: 3px; }
.module-center-item .inner address.population { opacity: .6; font-style: italic; }
.module-center-item .inner phone { font-weight: bold; display: block; }
.module-center-item .inner a { display: inline-block; line-height: 17px; padding: 0; margin-top: -12px; border-bottom: 1px solid #ff7f32; }
.module-center-item .inner a.email { color: #121212; border-bottom: 1px solid #121212; margin-bottom: 5px; }

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

    /* MODULE >>> CENTERS LIST ITEM @ MAP >>> LAYOUT */
    .module-holder-center-item .module-center-item { padding: 25px 15px; }

    /* MODULE >>> CENTERS LIST ITEM @ MAP >>> COPY */
    .module-center-item .inner { display: block; }
    .module-center-item .inner phone { margin-bottom: 10px; }

}

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

    /* MODULE >>> CENTERS LIST ITEM @ MAP >>> LAYOUT */
    .module-holder-center-item .module-center-item { padding: 25px; }
    .module-holder-center-item .module-center-item .inner { margin: 0; }
}

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

    /* MODULE >>> CENTERS LIST ITEM @ MAP >>> LAYOUT */
    .module-holder-center-item .module-center-item { padding: 35px; }
}

/* ==== MODULE >>> FULL BANNER =============================================================================================================================================================================== */

/* MODULE >>> FULL BANNER >>> LAYOUT */

.module-holder-full-banner {  }
.module-holder-full-banner .module-full-banner { }
.module-holder-full-banner .module-full-banner > .container { }
.module-holder-full-banner .module-full-banner.halfsize > .container { }
.module-holder-full-banner .module-full-banner > .container .inner { }

/* MODULE >>> FULL BANNER >>> FULL SIZE */

.module-holder-full-banner .module-full-banner.fullsize { }

/* MODULE >>> FULL BANNER >>> HALF SIZE */

.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero { background: #fff; height: auto; }
.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .hero-img { max-width: 400px; height: 375px; position: static; margin: 0 auto;  }
.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .col-content { background: #fff; bottom: 0; padding-top: 20px; padding-bottom: 40px; position: static; }

.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .heading .overtitle,
.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .heading .title,
.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content h4,
.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content .price-box .qty,
.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content .price-box .units,
.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content .price-box .pre-label,
.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content .price-box .post-label span { color: #121212; }

.module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .heading .title { float: left !important; } 


/* MODULE >>> FULL BANNER >>> COPIES N PRICES */

.module-full-banner .module-holder-home-hero .module-home-hero .inner .heading .title { font-size: 24px; line-height: 1.2; letter-spacing: -0.03em; margin-bottom: 10px; }
.module-full-banner .module-holder-home-hero .module-home-hero .container .inner .content h4 { font-size: 16px; line-height: 22px; }



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

    /* MODULE >>> FULL BANNER >>> FULL SIZE */
    .module-full-banner.fullsize .module-holder-home-hero .module-home-hero .spacer { height: 460px; }

    /* MODULE >>> FULL BANNER >>> HALF SIZE */
    
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero { }
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .hero-img { max-width: 100%; height: 100%; position: absolute; }
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .col-content { background: transparent; padding-top: 0; padding-bottom: 0; position: relative; }
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .heading .overtitle,
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .heading .title,
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content h4,
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content .price-box .qty,
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content .price-box .units,
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content .price-box .pre-label,
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.clear .inner .content .price-box .post-label span { color: #FFF; }
    
    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero .module-home-hero.right .inner .heading .title { float: right !important; } 


    .module-holder-full-banner .module-full-banner.halfsize .module-holder-home-hero { margin-bottom: 0; }
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .col { width: 90%; -ms-flex-preferred-size: 90%; flex-basis: 90%; max-width: 90%; }
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .spacer { height: 460px; width: 10%; -ms-flex-preferred-size: 10%; flex-basis: 10%; max-width: 10%; }
    .module-full-banner.halfsize .module-holder-home-hero .inner .heading h1 { font-size: 34px; }

    /* MODULE >>> FULL BANNER >>> COPIES N PRICES */
    .module-full-banner .module-holder-home-hero .module-home-hero .inner .heading .title { font-size: 36px; }
    .module-full-banner .module-holder-home-hero .module-home-hero .container .inner .content h4 { font-size: 18px; line-height: 26px; }
    .module-full-banner .module-holder-home-hero .module-home-hero .inner .content .price-box .qty { font-size: 50px; }
    .module-full-banner .module-holder-home-hero .module-home-hero .inner .content .price-box .units { font-size: 50px; }
}



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

    /* MODULE >>> FULL BANNER >>> LAYOUT */
    .module-holder-full-banner .module-full-banner > .container,
    .module-holder-full-banner .module-full-banner.halfsize > .container { max-width: 100%; }

    /* MODULE >>> FULL BANNER >>> FULL SIZE */
    .module-full-banner.fullsize .module-holder-home-hero .module-home-hero .spacer { height: 560px; }
    .module-full-banner.fullsize .module-holder-home-hero .module-home-hero .container .inner .content { }

    /* MODULE >>> FULL BANNER >>> HALF SIZE */
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .col { width: 75%; -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .spacer { height: 560px; width: 10%; -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
    .module-full-banner.halfsize .module-holder-home-hero .inner { position: relative; left: 25px; }
    .module-full-banner.halfsize .module-holder-home-hero .right .inner { right: 25px; left: initial; }
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .container .inner .content { }

    /* MODULE >>> FULL BANNER >>> COPIES N PRICES */
    .module-full-banner.fullsize .module-holder-home-hero .module-home-hero .inner .heading .title { font-size: 60px; line-height: 60px; margin-bottom: 7px; }
    .module-full-banner.fullsize .module-holder-home-hero .module-home-hero .container .inner .content h4 { font-size: 21px; line-height: 30px; }
    
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .inner .heading .title { font-size: 44px; line-height: 44px; margin-bottom: 7px;  }
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .container .inner .content h4 { font-size: 18px; line-height: 26px; }

}


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

    /* MODULE >>> FULL BANNER >>> LAYOUT */
    .module-holder-full-banner .module-full-banner.halfsize > .container {/* max-width: 1400px; */ }

    /* MODULE >>> FULL BANNER >>> FULL SIZE */
    .module-full-banner.fullsize .module-holder-home-hero .module-home-hero .spacer { height: 600px; }

    /* MODULE >>> FULL BANNER >>> HALF SIZE */

    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .col { width: 60%; -ms-flex-preferred-size: 60%; flex-basis: 60%; max-width: 60%; }
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .spacer { height: 600px; width: 40%; -ms-flex-preferred-size: 40%; flex-basis: 40%; max-width: 40%; }
    .module-full-banner.halfsize .module-holder-home-hero .inner { left: 35px; }
    .module-full-banner.halfsize .module-holder-home-hero .right .inner { right: 35px; left: initial; }

}

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

    /* MODULE >>> FULL BANNER >>> FULL SIZE */
    .module-full-banner.fullsize .module-holder-home-hero .module-home-hero .spacer { height: 680px; }

    /* MODULE >>> FULL BANNER >>> HALF SIZE */

    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .col { width: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
    .module-full-banner.halfsize .module-holder-home-hero .module-home-hero .spacer { height: 600px; width: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
    .module-full-banner.halfsize .module-holder-home-hero .inner .heading h1 { font-size: 55px; }
    .module-full-banner.halfsize .module-holder-home-hero .inner { left: 45px; }
    .module-full-banner.halfsize .module-holder-home-hero .right .inner { right: 45px; left: initial; }

}


/* ==== MODULE >>> HOMEPAGE HERO ============================================================================================================================================================================= */

/* MODULE >>> HOMEPAGE HERO >>> LAYOUT */

.module-slider-hero { min-height: 420px; }
.module-slider-hero.is-slider-parent { background: #e0e0e0; }
.module-slider-hero.no-slider-parent { background: #fff; }
.module-slider-hero .loader { position: absolute; top: 50%; left: 50%; margin-top: -40px; margin-left: -20px; }
.module-slider-hero .owl-loaded { background: #fff !important; }
.module-slider-hero .item { }
.module-holder-home-hero { }
.module-holder-home-hero .module-home-hero { height: 420px; position: relative; }
.module-holder-home-hero .module-home-hero .row { position: static; }
.module-holder-home-hero .module-home-hero .container { position: static; }

.module-holder-home-hero .module-home-hero .spacer {  }
.module-holder-home-hero .module-home-hero .col-content { position: absolute; width: 100%; left: 0; bottom: 45px; }
.module-holder-home-hero .module-home-hero .col-content .inner { max-width: 320px; margin: 0 auto; padding: 0 20px; }

.module-holder-home-hero .module-home-hero .hero-vid,
.module-holder-home-hero .module-home-hero .hero-img { height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }

.module-holder-home-hero .module-home-hero.right .hero-vid,
.module-holder-home-hero .module-home-hero.right .hero-img { background-position: 25% center; }
.module-holder-home-hero .module-home-hero.left .hero-vid,
.module-holder-home-hero .module-home-hero.left .hero-img { background-position: 75% center; }

.module-holder-home-hero .module-home-hero .hero-vid .heading,
.module-holder-home-hero .module-home-hero .hero-img .heading { padding: 0; height: 100%; background: transparent !important; position: static; }


/* MODULE >>> HOMEPAGE HERO >>> NAVIGATION */
.module-slider-hero { }
.module-slider-hero .owl-dots { left: 0; width: 100%; position: absolute; bottom: 0; display: block; text-align: center; padding: 10px 20px; opacity: 1; 
    -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
.module-slider-hero .owl-dots .owl-dot { background: #fff; display: inline-block; height: 12px; width: 12px; margin: 0 3px; border-radius: 50%; opacity: 0.4; }
.module-slider-hero .owl-dots .owl-dot.active { opacity: 1; }

/* MODULE >>> HOMEPAGE HERO >>> HEADING */



.module-holder-home-hero .module-home-hero .inner .heading { margin-top: 0; background: transparent; }
.module-holder-home-hero .module-home-hero .inner .heading h1 { font-family: 'Playfair Display', serif; font-weight: normal; font-size: 22px; line-height: 26px; text-transform: none; margin-bottom:0; }
.module-holder-home-hero .module-home-hero .inner .heading h1 span { color: #ff7f32; }
.module-holder-home-hero .module-home-hero .inner .content h4 { font-family: 'Playfair Display', serif; font-size: 16px; line-height: 22px; padding-top: 10px; }


.module-holder-home-hero .module-home-hero.clear .inner .content h4,
.module-holder-home-hero .module-home-hero.clear .inner .heading .overtitle,
.module-holder-home-hero .module-home-hero.clear .inner .heading h1 { color: #fff; }
.module-holder-home-hero .module-home-hero.right .inner .heading h1 { text-align: left; }

/* MODULE >>> HOMEPAGE HERO >>> PRICE */

.module-holder-home-hero .module-home-hero .inner .content .price-box { margin-bottom: 10px; }
.module-holder-home-hero .module-home-hero .inner .content .price-box .price { height: auto !important; }
.module-holder-home-hero .module-home-hero .inner .content .price-box .post-label { position: relative; top: -7px; }
.module-holder-home-hero .module-home-hero .inner .content .price-box .pre-label,
.module-holder-home-hero .module-home-hero .inner .content .price-box .post-label span { color: #000; }
.module-holder-home-hero .module-home-hero .inner .content .price-box .holder { align-items: flex-end; }
.module-holder-home-hero .module-home-hero .inner .content .price-box .qty { font-size: 42px; line-height: 1.1; letter-spacing: -0.04em; }
.module-holder-home-hero .module-home-hero .inner .content .price-box .units { font-size: 42px; line-height: 1.1; letter-spacing: -0.04em; font-weight: 100; font-family: initial;  }

.price-box .units { font-family : 'Gotham', sans-serif !important; font-weight: 100 !important; }


.module-holder-home-hero .module-home-hero.clear .inner .content .price-box .qty,
.module-holder-home-hero .module-home-hero.clear .inner .content .price-box .units,
.module-holder-home-hero .module-home-hero.clear .inner .content .price-box .pre-label,
.module-holder-home-hero .module-home-hero.clear .inner .content .price-box .post-label span { color: #fff; }

/* MODULE >>> HOMEPAGE HERO >>> LINK */

.module-holder-home-hero .module-home-hero .inner .content .link-holder { padding: 0; }
.module-holder-home-hero .module-home-hero .inner .content .link-holder a { width: 100%; max-width: 320px; }

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

    /* MODULE >>> HOMEPAGE HERO >>> LAYOUT */
    .module-holder-home-hero .module-home-hero .col-content .inner { max-width: 400px; margin: 0 auto; padding: 0 20px; }
    .module-holder-home-hero .module-home-hero .inner .content .link-holder a { max-width: none; }

    /* MODULE >>> HOMEPAGE HERO >>> HEADING */
    .module-holder-home-hero .module-home-hero .inner .heading h1 { font-size: 30px; line-height: 1.2; }
}



@media only screen and ( min-width : 48em ) {   
    
    .module-slider-hero { min-height: 580px; }
    .module-holder-home-hero .module-home-hero { height: 580px; } 

    /* MODULE >>> HOMEPAGE HERO >>> LAYOUT */
    .module-holder-home-hero .module-home-hero { padding: 0; height: auto; }
    .module-holder-home-hero .module-home-hero .row { position: relative;  max-width: 760px; margin: 0 auto; }
    .module-holder-home-hero .module-home-hero .container { position: relative; }
    .module-holder-home-hero .module-home-hero .col-content { position: static; }
    .module-holder-home-hero .module-home-hero .col-content .inner { padding: 0; max-width: 100%; }
    
    /* MODULE >>> HOMEPAGE HERO >>> HEADING */
    .module-holder-home-hero .module-home-hero .inner .content h4 { font-size: 21px; line-height: 30px; }
    .module-holder-home-hero .module-home-hero.right .inner .heading h1 { text-align: right; }
    
    /* MODULE >>> HHOMEPAGE HERO >>> NAVIGATION */
    .module-slider-hero .owl-dots { top: initial; bottom: 0; opacity: 0; }
    .module-slider-hero:hover .owl-dots { opacity: 1; }

    /* MODULE >>> HOMEPAGE HERO >>> HEADING */
    .module-holder-home-hero .module-home-hero .inner .heading h1 { font-size: 40px; }

    /* MODULE >>> HOMEPAGE HERO >>> PRICE */
    .module-holder-home-hero .module-home-hero .inner .content .price-box { margin-bottom: 20px !important; }
    .module-holder-home-hero .module-home-hero .inner .content .price-box .post-label { position: relative; top: -15px; }
    .module-holder-home-hero .module-home-hero .inner .content .price-box .qty { font-size: 54px; }
    .module-holder-home-hero .module-home-hero .inner .content .price-box .units { font-size: 54px; }
    
    /* MODULE >>> HOMEPAGE HERO >>> LINK */
    .module-holder-home-hero .module-home-hero .inner .content .link-holder a { width: auto; }

}



@media only screen and ( min-width : 64em ) {
    
    .module-slider-hero { min-height: 770px; }

    
    .module-holder-home-hero .module-home-hero { height: auto; }    
    
    /* MODULE >>> HOME SLIDER MODULE >>> LAYOUT */
    .module-holder-home-hero .module-home-hero .row { max-width: 100%; }
    .module-holder-home-hero .module-home-hero .spacer { height: 770px; }
    .module-holder-home-hero .module-home-hero .inner .heading { margin-top: 50px; }
    
    /* MODULE >>> HOMEPAGE HERO >>> HEADING */
    .module-holder-home-hero .module-home-hero .inner .heading h1 { font-size: 60px; line-height: 1.3; }

    /* MODULE >>> HOMEPAGE HERO >>> PRICE */
    .module-holder-home-hero .module-home-hero .inner .content .price-box .post-label { position: relative; top: -15px; }
    .module-holder-home-hero .module-home-hero .inner .content .price-box .qty { font-size: 84px; }
    .module-holder-home-hero .module-home-hero .inner .content .price-box .units { font-size: 84px; }

}




/* ==== MODULE >>> DOUBLE COL TEXT INFO ====================================================================================================================================================================== */

/* MODULE >>> DOUBLE COL TEXT INFO >>> LAYOUT */

.module-double-text-holder { max-width: 400px; margin: 0 auto; }
.module-double-text-holder .module-double-text { }

.module-double-text-holder .module-double-text .title-holder { padding: 30px 0;  }
.module-double-text-holder .module-double-text .copy-holder { }

/* MODULE >>> DOUBLE COL TEXT INFO >>> TITLE */

.module-double-text .title-holder .title { font-size: 30px; line-height: 1.35; font-family: 'Playfair Display', serif; font-weight: normal; margin-bottom: 15px; 
    text-transform: none; text-align: center; }

/* MODULE >>> DOUBLE COL TEXT INFO >>> COPIES */

.module-double-text .copy-holder .inner { height: 100%; padding: 0 0 10px 0; }
.module-double-text .copy-holder .inner .wrap { background: #F9F9F9; height: 100%; padding: 23px; }
.module-double-text .copy-holder .wrap h4 { color: #121212; font-family: 'Playfair Display', serif; font-size: 30px; line-height: 1.39; font-weight: normal; margin-bottom: 15px; text-align: center;  }
.module-double-text .copy-holder .wrap h4 strong { color: #FF7F32; font-weight: normal; }
.module-double-text .copy-holder .wrap p { color: #121212; font-family: 'Playfair Display', serif; font-size: 16px; line-height: 1.5; text-align: center; }

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

    /* MODULE >>> DOUBLE COL TEXT INFO >>> LAYOUT */
    .module-double-text-holder { max-width: 760px; }

    .module-double-text-holder .module-double-text .title-holder { padding: 45px 0; color: #121212; }

    /* MODULE >>> DOUBLE COL TEXT INFO >>> TITLE */ 
    .module-double-text .title-holder .title { font-size: 45px; line-height: 1.35; }
    
    /* MODULE >>> DOUBLE COL TEXT INFO >>> COPIES */
    .module-double-text .copy-holder .inner { height: 100%; padding: 0 10px 0 0; margin-bottom: 0; }
    .module-double-text .copy-holder .inner.inner-1 { padding: 0 0 0 10px; }
    .module-double-text .copy-holder .wrap h4,
    .module-double-text .copy-holder .wrap p { text-align: left; }

}


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

    /* MODULE >>> DOUBLE COL TEXT INFO >>> LAYOUT */
    .module-double-text-holder { max-width: 100%; }
    .module-double-text-holder .module-double-text .title-holder { padding: 60px 0;  }

    /* MODULE >>> DOUBLE COL TEXT INFO >>> TITLE */ 
    .module-double-text .title-holder .title { font-size: 60px; line-height: 1.35; }
    
    /* MODULE >>> DOUBLE COL TEXT INFO >>> COPIES */
    .module-double-text .copy-holder .wrap h4 { font-size: 30px; line-height: 1.39; }

}


/* ==== MODULE >>> FEATURABLE BOXES LOOP CONTAINER =========================================================================================================================================================== */

.page-template-templatespage-loop-promos-php { padding-top: 98px !important; }
.page-template-templatespage-loop-promos-php .col { padding-right: 10px !important; padding-left: 10px !important; }

/* MODULE >>> FEATURABLE BOXES LOOP CONTAINER >>> LAYOUT */ 

.module-feat-treatments-col-holder { }
.module-feat-treatments-col-holder .module-feat-treatments-col { margin: 0 auto; }

.module-feat-treatments-col-holder .module-feat-treatments-col { }
.module-feat-treatments-col-holder .module-feat-treatments-col.featbox,
.module-feat-treatments-col-holder .module-feat-treatments-col.herobox { max-width: 400px; }

.module-feat-treatments-col-holder .module-feat-treatments-col .inner { }

.module-feat-treatments-col .row > .contains-featbox { }
.module-feat-treatments-col .row > .contains-featbox.fullsize .inner .wrap { padding: 0 0 10px 0; }
.module-feat-treatments-col .row > .contains-featbox.halfsize .inner .wrap { padding: 0 0 10px 0; }
.module-feat-treatments-col .row > .contains-featbox.halfsizemobile:nth-child( odd ) .inner .wrap { padding: 0 5px 10px 0; }
.module-feat-treatments-col .row > .contains-featbox.halfsizemobile:nth-child( even ) .inner .wrap { padding: 0 0 10px 5px; }

.module-feat-treatments-col .row > .contains-herobox { }
.module-feat-treatments-col .row > .contains-herobox .inner .wrap { padding: 0 !important; }

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

    /* MODULE >>> FEATURABLE BOXES LOOP CONTAINER >>> LAYOUT */ 
    .module-feat-treatments-col-holder .module-feat-treatments-col.featbox { max-width: 760px; }
    .module-feat-treatments-col-holder .module-feat-treatments-col.herobox { max-width: 100%; }
    .page-template-templatespage-loop-promos-php .col { padding-right: 25px !important; padding-left: 25px !important; }
}

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

    .page-template-templatespage-loop-promos-php { padding-top: 120px !important; }
    
    /* MODULE >>> FEATURABLE BOXES LOOP CONTAINER >>> LAYOUT */ 
    .module-feat-treatments-col-holder .module-feat-treatments-col.featbox { max-width: 100%; }

}

/* ==== MODULE >>> FEATURABLE BOX ============================================================================================================================================================================ */

/* MODULE >>> FEATURABLE BOX >>> LAYOUT */

.module-holder-featurable-featbox { }
.module-holder-featurable-featbox .module-featurable-featbox { }
.module-holder-featurable-featbox .module-featurable-featbox .inner { background: #f9f9f9; display: block; }
.module-featurable-featbox .inner .image-holder { height: 500px; }
.module-featurable-featbox .inner .copies-box { padding: 20px 0 57px 0; }
.module-featurable-featbox .inner .title-holder { padding: 0 15px; }
.module-featurable-featbox .inner .price-holder { padding: 0 15px; }
.module-featurable-featbox .inner .content-holder { padding: 0 15px; }
.halfsizemobile .module-featurable-featbox .inner .image-holder { height: 230px; }
.halfsizemobile .module-featurable-featbox .inner .content-holder { display: none; }
.halfsizemobile .module-featurable-featbox .inner .title-holder { width: 100%; flex: 0 0 100%; max-width: 100%; }

/* MODULE >>> FEATURABLE BOX >>> IMAGES */

.module-featurable-featbox .inner .image-holder { }
.module-featurable-featbox .inner .image-holder figure { display: none; height: 100%; width: 100%; overflow: hidden; }
.module-featurable-featbox .inner .image-holder figure img { height: 100%; width: 100%; object-fit: cover; display: block; margin: 0 auto; }

.fullsize .module-featurable-featbox .inner .image-holder .onecol-mv { display: block; }
.halfsize .module-featurable-featbox .inner .image-holder .onecol-mv { display: block; }
.halfsizemobile .module-featurable-featbox .inner .image-holder .twocol-mv { display: block; }

/* MODULE >>> FEATURABLE BOX >>> COPIES */

.module-featurable-featbox .inner .title-holder { }
.module-featurable-featbox .inner .title-holder h3 { font-family: 'Playfair Display'; font-size: 18px; line-height: 1.1; }

.module-featurable-featbox .inner { position: relative; }
.module-featurable-featbox .inner .priceholder-row { position: absolute; left: 0; bottom: 0; }
.module-featurable-featbox .inner .price-holder { position: relative; padding-top: 10px; padding-bottom: 15px; }

.module-featurable-featbox .inner .price-holder > span { color: #121212; font-weight: bold; }
.module-featurable-featbox .inner .price-holder .preprice { display: block; position: absolute; top: 0; left: 0; padding: 0 15px; white-space: nowrap !important; }
.module-featurable-featbox .inner .price-holder .appprice { position: relative; top: 7px; left: -5px; } 
.module-featurable-featbox .inner .price-holder { }
.module-featurable-featbox .inner .price-holder .price-box { margin: 0; display: inline-block; width: auto; }
.module-featurable-featbox .inner .price-holder .price-box .holder { display: block; }
.module-featurable-featbox .inner .price-holder .price-box .price { color: #121212; height: auto; padding: 0; }
.module-featurable-featbox .inner .price-holder .price-box .price .qty { font-size: 22px; line-height: 27px; }
.module-featurable-featbox .inner .price-holder .price-box .price .qty .decimal { font-size: 22px; line-height: 27px; position: static; letter-spacing: -0.04em; padding: 0 2px 0 0; }
.module-featurable-featbox .inner .price-holder .price-box .price .units { font-size: 22px; line-height: 27px; }

.module-featurable-featbox .inner .price-holder .price-box.symbol-euro .price .units { text-indent: 9999px; overflow: hidden; display: inline-block; 
    background: url('../images/toreact/euro.svg') center center no-repeat; background-size: 16px; width: 20px; height: 27px; position: relative; top: 6px; }


/*

 { 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-featurable-featbox .inner .content-holder p, .module-featurable-featbox .inner .content-holder h3 { font-size: 12px; line-height: 1.25; text-align: right; color: #121212; }

.faq-preview-module .inner { height: auto !important; }

@media only screen and ( min-width : 48em ) {
    
    /* MODULE >>> FEATURABLE BOX >>> LAYOUT */
    .module-featurable-featbox .inner .image-holder { height: 420px; }
    .halfsizemobile .module-featurable-featbox .inner .image-holder,
    .halfsize .module-featurable-featbox .inner .image-holder { height: 520px; }

    .halfsizemobile .module-featurable-featbox .inner .content-holder { }
    .halfsizemobile .module-featurable-featbox .inner .title-holder { }
    
    .halfsizemobile .module-featurable-featbox .inner .content-holder,
    .halfsize .module-featurable-featbox .inner .content-holder,
    .halfsizemobile .module-featurable-featbox .inner .title-holder,
    .halfsize .module-featurable-featbox .inner .title-holder {  display: block; width: 100%; flex: 0 0 100%; max-width: 100%; }
    
    .halfsizemobile .module-featurable-featbox .inner .content-holder p,
    .halfsize .module-featurable-featbox .inner .content-holder p { text-align: left; margin-bottom: 15px; }

    .module-feat-treatments-col .row > .contains-featbox.fullsize .inner .wrap { padding: 10px 0; }
    .module-feat-treatments-col .row > .contains-featbox.halfsizemobile:nth-child( odd ) .inner .wrap,
    .module-feat-treatments-col .row > .contains-featbox.halfsize:nth-child( odd ) .inner .wrap { padding: 10px 10px 10px 0 !important; }
    .module-feat-treatments-col .row > .contains-featbox.halfsizemobile:nth-child( even ) .inner .wrap,
    .module-feat-treatments-col .row > .contains-featbox.halfsize:nth-child( even ) .inner .wrap { padding: 10px 0 10px 10px !important; }

    /* MODULE >>> FEATURABLE BOX >>> COPIES */
    .module-featurable-featbox .inner .title-holder h3 { font-size: 22px; }
    .faq-preview-module .inner { height: auto !important; }


    /* MODULE >>> FEATURABLE BOX >>> IMAGES */

    .fullsize .module-featurable-featbox .inner .image-holder .onecol-mv { display: none; }
    .fullsize .module-featurable-featbox .inner .image-holder .onecol-tb { display: block; }

    .halfsize .module-featurable-featbox .inner .image-holder .onecol-mv { display: none; }
    .halfsize .module-featurable-featbox .inner .image-holder .twocol-tb { display: block; }

    .halfsizemobile .module-featurable-featbox .inner .image-holder .twocol-mv { display: none; }
    .halfsizemobile .module-featurable-featbox .inner .image-holder .twocol-tb { display: block; }


}

@media only screen and ( min-width : 64em ) {
    
    /* MODULE >>> FEATURABLE BOX >>> LAYOUT */
    .module-featurable-featbox .inner .image-holder { height: 500px; }

    .halfsizemobile .module-featurable-featbox .inner .content-holder,
    .halfsize .module-featurable-featbox .inner .content-holder { width: 60%; flex: 0 0 60%; max-width: 60%; }
    .halfsizemobile .module-featurable-featbox .inner .title-holder,
    .halfsize .module-featurable-featbox .inner .title-holder { width: 40%; flex: 0 0 40%; max-width: 40%; }

    .halfsizemobile .module-featurable-featbox .inner .content-holder p,
    .halfsize .module-featurable-featbox .inner .content-holder p { text-align: right; margin-bottom: 0; }

    /* MODULE >>> FEATURABLE BOX >>> IMAGES */
    .fullsize .module-featurable-featbox .inner .image-holder .onecol-tb { display: none; }
    .fullsize .module-featurable-featbox .inner .image-holder .onecol-dk { display: block; }

    .halfsize .module-featurable-featbox .inner .image-holder .twocol-tb { display: none; }
    .halfsize .module-featurable-featbox .inner .image-holder .twocol-dk { display: block; }

    .halfsizemobile .module-featurable-featbox .inner .image-holder .twocol-tb { display: none; }
    .halfsizemobile .module-featurable-featbox .inner .image-holder .twocol-dk { display: block; }

}



/* ==== MODULE >>> SIDED CONTACT FORM ========================================================================================================================================================================= */

/* MODULE >>> SIDED CONTACT FORM >>> LAYOUT */

.is-sidebar-page .module-holder-contact-form { padding: 35px 0; position: relative; margin: 0 auto; background: #F9F9F9; }
.is-sidebar-page .module-holder-contact-form .module-contact-form {  padding: 0; position: relative; z-index: 999; margin: 0 auto; }
.is-sidebar-page .module-holder-contact-form .module-contact-form { text-align: center;  padding: 0; max-width: 375px; }
.is-sidebar-page .module-contact-form .module-intro-header { }
.is-sidebar-page .module-contact-form .module-intro-header .col { padding: 0 !important; }
.is-sidebar-page .module-contact-form .iframe-holder { position: relative; padding: 0 0 0 15px; }
.is-sidebar-page .module-contact-form .iframe-holder .loader.spinner-svg { position: absolute; left: 50%; top: 0; margin-left: -20px; }
.is-sidebar-page .module-contact-form iframe { width: 100%; height: 870px !important; }

/* MODULE >>> SIDED CONTACT FORM >>> COPY */

.is-sidebar-page .module-contact-form .module-intro-header { max-width: 320px; margin: 0 auto; }
.is-sidebar-page .module-contact-form .module-intro-header .overtitle,
.is-sidebar-page .module-contact-form .module-intro-header h2 { font-family: 'Playfair Display'; font-size: 30px; line-height: 32px; text-transform: none; color: #121212; }
.is-sidebar-page .module-contact-form .module-intro-header .overtitle { color: #FF7F32; margin-bottom: 0; }
.is-sidebar-page .module-contact-form .module-intro-header h2 { margin-bottom: 15px; }
.is-sidebar-page .module-contact-form .module-intro-header p { font-family: 'Playfair Display'; font-size: 18px; line-height: 1.35; margin-bottom: 35px; }

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

    /* MODULE >>> SIDED CONTACT FORM >>> LAYOUT */
    .is-sidebar-page .module-holder-contact-form { position: relative; }
    .is-sidebar-page .module-holder-contact-form .module-contact-form { display: flex; max-width: 760px; align-items: center; position: relative;  z-index: 999; }
    .is-sidebar-page .module-holder-contact-form:before {  background: #F9F9F9; position: absolute; top: 0; left: 50%; height: 100%; width: 1000%; content: ""; z-index: 99; pointer-events: none; }
    .is-sidebar-page .module-holder-contact-form::after { background: #F9F9F9; position: absolute; top: 0; right: 50%; height: 100%; width: 1000%; content: ""; z-index: 99; pointer-events: none; }

    
    .is-sidebar-page .module-contact-form .module-holder-intro-header { flex: 0 0 50% !important; padding: 0 !important; }
    .is-sidebar-page .module-contact-form .module-holder-intro-header .module-intro-header { max-width: 360px; }
    .is-sidebar-page .module-contact-form .container.iframecnt { flex: 0 0 50% !important; width: 100% !important; padding: 0 !important; max-width: 100%; }
    .is-sidebar-page .module-contact-form .iframe-holder { }
    .is-sidebar-page .module-contact-form iframe { width: 100%; height: 830px !important; }


    /* MODULE >>> SIDED CONTACT FORM >>> COPY */
    .is-sidebar-page .module-contact-form .module-intro-header p { margin-bottom: 0; }

}

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

    /* MODULE >>> SIDED CONTACT FORM >>> LAYOUT */
    .is-sidebar-page .module-holder-contact-form { position: relative; }
    .is-sidebar-page .module-holder-contact-form .module-contact-form { display: flex; max-width: 100%; align-items: center; position: relative;  z-index: 999; background: #f9f9f9; }
    .is-sidebar-page .module-holder-contact-form::after {display: none; }

    .is-sidebar-page .module-contact-form .module-holder-intro-header { flex: 0 0 50% !important; max-width: 100%; }
    .is-sidebar-page .module-contact-form .module-holder-intro-header .module-intro-header { max-width: 395px; text-align: left; }
    .is-sidebar-page .module-contact-form .module-intro-header .col { width: 100% !important; margin: 0 !important; flex-basis: 100% !important; max-width: 100% !important; }

    .is-sidebar-page .module-contact-form .container.iframecnt { flex: 1 1 50%;  }
    .is-sidebar-page .module-contact-form .container.iframecnt iframe { max-width: 360px; height: 550px !important; position: relative; top: 15px;}

}



/* ==== MODULE >>> AESTHETIC / MEDICINE HEADER HERO =========================================================================================================================================================== */

.module-holder-text-free-hero { }
.module-holder-text-free-hero .module-text-free-hero { margin: 0 auto; width: 100%;}
.module-holder-text-free-hero .module-text-free-hero .inner { }
.module-text-free-hero .inner figure { width: 100%; height: 350px; }
.module-text-free-hero .inner figure img { width: 100%; height: 100%; object-fit: cover; object-postion: top center;  }
.module-text-free-hero .inner figure.desktop { display: none; }
.module-text-free-hero .inner figure.tablet { display: none; }
.module-text-free-hero .inner figure.mobile { display: block; }

@media only screen and ( min-width : 48em ) {
    .module-holder-text-free-hero .module-text-free-hero { width: 100vw; margin-left: -25px; }
    .module-text-free-hero .inner figure.desktop { display: none; }
    .module-text-free-hero .inner figure.tablet { display: block; }
    .module-text-free-hero .inner figure.mobile { display: none; }
}



@media only screen and ( min-width : 64em ) {
    .module-holder-text-free-hero .module-text-free-hero { width: 100%; margin-left: 0; }
    .module-text-free-hero .inner figure.desktop { display: block; }
    .module-text-free-hero .inner figure.tablet { display: none; }
    .module-text-free-hero .inner figure.mobile { display: none; }

}





/*



    

    
*/


/* ==== MODULE >>> LASER LOOP HEADER ========================================================================================================================================================================== */

/* MODULE >>> LASER LOOP HEADER >>> LAYOUT */

.module-holder-hero-laser-header { }
.module-holder-hero-laser-header .module-hero-laser-header { margin: 0 auto; }
.module-holder-hero-laser-header .module-hero-laser-header .image-holder { padding: 0 25px; }
.module-holder-hero-laser-header .module-hero-laser-header .copies-holder { padding: 0 25px; }
.module-holder-hero-laser-header .module-hero-laser-header .copies-holder > .inner { }

/* MODULE >>> LASER LOOP HEADER >>> IMAGE SIDE */

.module-hero-laser-header .mobile-image { }
.module-hero-laser-header .mobile-image figure { display: block; height: 340px; width: 100%; margin-bottom: 15px; }
.module-hero-laser-header .mobile-image figure img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.module-hero-laser-header .image-holder { display: none; }
.module-hero-laser-header .image-holder { margin-bottom: 15px; }
.module-hero-laser-header .image-holder figure { display: none; margin: 0; width: 100%; height: 350px; overflow: hidden; }
.module-hero-laser-header .image-holder figure.mobile { display: block; }

.module-hero-laser-header .image-holder figure img { display: block; margin: 0 auto; width: 100%; height: 100%; object-fit: cover; }


/* MODULE >>> LASER LOOP HEADER >>> COPIES */

.module-hero-laser-header .copies-holder { max-width: 400px; margin: 0 auto; }
.module-hero-laser-header .copies-holder .overtitle { display: none; }
.module-hero-laser-header .copies-holder .title-holder { margin-bottom: 10px; }
.module-hero-laser-header .copies-holder .title,
.module-hero-laser-header .copies-holder H1 { font-family: 'Playfair Display'; font-style: normal; font-weight: normal; font-size: 22px; line-height: 1.2;
    letter-spacing: -0.03em; text-transform: none; color: #121212; margin-bottom: 0; }
.module-hero-laser-header .copies-holder p.content { display: none; }

.module-hero-laser-header .copies-holder .disabled-advice.is-disabled { background: red; margin-top: 5px; 
    padding: 4px 8px; border-radius: 6px; color: #fff; display: inline-block; font-size: 14px; font-weight: bold; }
    
.form-holder.is-disabled .form-holder { opacity: 0.3; cursor: not-allowed; }
.form-holder.is-disabled .form-holder * { pointer-events: none; }

.is-disabled .price-prev-display-at-title { opacity: 0.3; position: relative; padding: 0 10px; }
.is-disabled .price-prev-display-at-title:before { content: ""; position: absolute; display: block; top: 50%; left: 0; height: 2px; width: 100%; background: #121212; margin-top: 1px; z-index: 999; }

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

    /* MODULE >>> LASER LOOP HEADER >>> LAYOUT */

    .module-holder-hero-laser-header .module-hero-laser-header { max-width: 760px; margin: 0 auto; }
    
    .module-holder-hero-laser-header .module-hero-laser-header .image-holder { padding: 0; }
    .module-holder-hero-laser-header .module-hero-laser-header .copies-holder { padding: 0; }

    .module-holder-hero-laser-header .module-hero-laser-header .copies-holder > .inner { padding: 0 0 30px 0; }

    /* MODULE >>> LASER LOOP HEADER >>> IMAGE SIDE */    
    .module-hero-laser-header .mobile-image { display: none; }
    .module-hero-laser-header .image-holder { padding-bottom: 0; display: block; }
    .module-hero-laser-header .image-holder figure { width: 100%; height: 450px; padding-right: 30px; }
    .module-hero-laser-header .image-holder figure.mobile { display: none; }
    .module-hero-laser-header .image-holder figure.tablet { display: block; }


    /* MODULE >>> LASER LOOP HEADER >>> COPIES */
    .module-hero-laser-header .copies-holder .overtitle { font-family: 'Gotham'; font-size: 14px; margin-bottom: 20px;
        line-height: 19px; letter-spacing: -0.005em; display: block; text-transform: none; display: block; max-width: 75%; }
    .module-hero-laser-header .copies-holder .title,
    .module-hero-laser-header .copies-holder H1 { font-size: 45px;  }
    .module-hero-laser-header .copies-holder p.content { display: block; font-family: 'Gotham'; font-size: 14px; line-height: 1.56; letter-spacing: -0.005em; color: #121212; }

    .module-hero-laser-header .copies-holder .disabled-advice.is-disabled { padding: 5px 10px; font-size: 16px; }
    .is-disabled .price-prev-display-at-title:before { height: 3px; margin-top: 2px; }

}


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

    /* MODULE >>> LASER LOOP HEADER >>> LAYOUT */
    .module-holder-hero-laser-header .module-hero-laser-header { max-width: 100%; }
    .module-holder-hero-laser-header .module-hero-laser-header .copies-holder > .inner { padding: 0 0 45px 0; }

    /* MODULE >>> LASER LOOP HEADER >>> IMAGE SIDE */    
    .module-hero-laser-header .image-holder figure { width: 100%; height: 850px; }
    .module-hero-laser-header .image-holder figure.tablet { display: none; }
    .module-hero-laser-header .image-holder figure.desktop { display: block; }

    
    /* MODULE >>> LASER LOOP HEADER >>> COPIES */
    .module-hero-laser-header .copies-holder .overtitle { max-width: 60%; margin-bottom: 30px; }
    .module-hero-laser-header .copies-holder .title,
    .module-hero-laser-header .copies-holder H1 { font-size: 45px; }
}


/* ==== MODULE >>> SHOP BACK BANNER ========================================================================================================================================================================== */

/* MODULE >>> SHOP BACK BANNER >>> LAYOUT */

.module-holder-shopback-banner { padding: 220px 0; }
.module-holder-shopback-banner .module-shopback-banner { }
.module-holder-shopback-banner .module-shopback-banner .main-copy  { max-width: 320px; margin: 0 auto; }

/* MODULE >>> SHOP BACK BANNER >>> COPIES */

.module-shopback-banner .float-title { display: none; }
.module-shopback-banner .main-copy h4 { font-size: 18px; line-height: 22px; color: #121212; font-weight: bold; margin-bottom: 0; }
.module-shopback-banner .main-copy p { font-size: 14px; line-height: 20px; color: #121212; }

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

    /* MODULE >>> SHOP BACK BANNER >>> LAYOUT */
    .module-holder-shopback-banner { padding: 20px 0; }
    .module-holder-shopback-banner .module-shopback-banner .main-copy { max-width: 440px; margin: 0; padding: 60px 0; }
    /* MODULE >>> SHOP BACK BANNER >>> COPIES */
    .module-shopback-banner .float-title { display: block; font-size: 20px; line-height: 24px; font-weight: bold; }
    .module-shopback-banner .main-copy h4 { font-size: 24px; line-height: 34px; color: #121212; font-weight: bold; margin-bottom: 0; }
    .module-shopback-banner .main-copy p { font-size: 14px; line-height: 20px; color: #121212; }


}

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

    /* MODULE >>> SHOP BACK BANNER >>> LAYOUT */
    .module-holder-shopback-banner .module-shopback-banner .main-copy { max-width: 550px; padding: 140px 0; }
    .module-shopback-banner .main-copy h4 { font-size: 34px; line-height: 50px; }
    .module-shopback-banner .main-copy p { font-size: 16px; line-height: 22px; color: #121212; }


}




/* ==== MODULE >>> BLOG SHARES =============================================================================================================================================================================== */

/* MODULE >>> BLOG SHARES >>> LAYOUT */
.module-holder-post-shares { margin-bottom: 50px; } 
.module-holder-post-shares .module-post-shares { text-align: center; }

/* MODULE >>> BLOG SHARES >>> HOLDER */
.module-holder-post-shares .module-post-shares p { background: #fff; font-size: 16px; line-height: 24px; display: inline-block; padding: 10px 0; }
.module-holder-post-shares .module-post-shares p > span { padding: 0 0 10px 0; display: block; width: 100%; }

/* MODULE >>> BLOG SHARES >>> LINKS */
.module-holder-post-shares .module-post-shares p a { height: 34px; width: 34px; border-radius: 50%; display: inline-block; margin: 0 6px; }
.module-holder-post-shares .module-post-shares p a { font-size: 34px; position: relative; }
.module-holder-post-shares .module-post-shares p a.facebook { background: #ff7f32; color: #fff; position: relative; top: 2px; height: 30px; width: 30px; }
.module-holder-post-shares .module-post-shares p a.facebook:hover { background: #ff9d52; }
.module-holder-post-shares .module-post-shares p a.facebook span:before { position: absolute; bottom: -6px; left: 10px; font-size: 34px; }

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

    /* MODULE >>> BLOG SHARES >>> HOLDER */
    .module-holder-post-shares .module-post-shares p > span { float: left; padding: 0 6px 0 0; width: auto; }

    /* MODULE >>> BLOG SHARES >>> LINKS */
    .module-holder-post-shares .module-post-shares p a { height: 24px; width: 24px; border-radius: 50%; display: block; float: left; margin: 0 8px; }
    .module-holder-post-shares .module-post-shares p a { font-size: 24px; }
    .module-holder-post-shares .module-post-shares p a.facebook { top: 1px; height: 22px; width: 22px; }
    .module-holder-post-shares .module-post-shares p a.facebook span:before { position: absolute; bottom: -6px; left: 6px; font-size: 25px; }

}





/* ==== MODULE >>> TRICOL CYPHER DISPLAY ===================================================================================================================================================================== */

/* MODULE >>> TRICOL CYPHER DISPLAY >>> LAYOUT */
.module-holder-tricol-cyphers { max-width: 400px; margin: 0 auto; } 
.module-holder-tricol-cyphers .module-tricol-cyphers { }
.module-holder-tricol-cyphers .module-tricol-cyphers .inner { text-align: center; display: flex; flex-wrap: wrap; }
.module-holder-tricol-cyphers .module-tricol-cyphers .inner .cypher-full { flex: 0 0 100%; }
.module-holder-tricol-cyphers .module-tricol-cyphers .inner .copy-full { flex: 0 0 100%; }

/* MODULE >>> TRICOL CYPHER DISPLAY >>> COPIES */
.module-tricol-cyphers .cypher-full span { font-size: 66px; line-height: 1.1; color: #121212; display: inline-block; font-family: 'Playfair Display'; font-weight: bold; }
.module-tricol-cyphers .cypher-full span.pre { position: relative; left: 4px; font-size: 56px; }
.module-tricol-cyphers .cypher-full span.cypher { position: relative; top: -4px; }
.module-tricol-cyphers .cypher-full span.post { font-size: 36px; }
.module-tricol-cyphers .copy-full span { font-size: 18px; line-height: 1.3; color: #121212; display: inline-block; font-family: 'Playfair Display'; padding: 0; margin: 5px 0 15px 0; }



@media only screen and ( min-width : 48em ) {
    
    /* MODULE >>> TRICOL CYPHER DISPLAY >>> LAYOUT */
    .module-holder-tricol-cyphers { max-width: 760px; margin: 0 auto; } 
    
    /* MODULE >>> TRICOL CYPHER DISPLAY >>> COPIES */
    .module-tricol-cyphers .cypher-full span { font-size: 56px; }
    .module-tricol-cyphers .cypher-full span.pre { font-size: 46px; }
    .module-tricol-cyphers .cypher-full span.post { font-size: 30px; }
    .module-tricol-cyphers .copy-full span { font-size: 16px; margin: 10px 0; }


}

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

    /* MODULE >>> TRICOL CYPHER DISPLAY >>> LAYOUT */
    .module-holder-tricol-cyphers { max-width: 1100px; } 
    .module-holder-tricol-cyphers .module-tricol-cyphers .inner { align-items: flex-end; flex-wrap: nowrap;}
    .module-holder-tricol-cyphers .module-tricol-cyphers .inner .cypher-full { flex: 0 0 auto; }
    .module-holder-tricol-cyphers .module-tricol-cyphers .inner .copy-full { flex: 0 0 auto; }
    
    /* MODULE >>> TRICOL CYPHER DISPLAY >>> COPIES */
    .module-tricol-cyphers .cypher-full span { font-size: 76px; }
    .module-tricol-cyphers .cypher-full span.pre { font-size: 66px; }
    .module-tricol-cyphers .cypher-full span.post { font-size: 46px; }
    .module-tricol-cyphers .copy-full span { font-size: 18px; line-height: 1.0; max-width: 150px; text-align: left; padding: 0 15px; margin: 0 0 5px 0; }
 
}




























































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

    /* MODULE >>> RRSS >>> SOCIAL HEADING LINKS */
    .module-rrss .rrss-heading-links { justify-content: space-between; flex-wrap: nowrap; max-width: 500px; margin: 0 auto; }
    .module-rrss .rrss-heading-links li { width: auto; flex: 1 1 auto; margin: 0; }

    /* MODULE >>> HERO >>> HERO IMAGE */
    .module-hero .hero-vid,
    .module-hero .hero-img { height: 240px; }
    .module-hero .hero-vid .heading,
    .module-hero .hero-img .heading { padding: 90px 56px 28px 30px; }

    /* MODULE >>> HERO >>> HERO COPY */
    /*
.module-holder-treatment-hero .module-hero .hero-img .container .heading { display: block; }
    .module-holder-treatment-hero .module-hero .container .inner { max-width: unset; margin: 0; }
	.module-holder-treatment-hero .module-hero .container .heading h1 { font-size: 45px; line-height: 1; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; }
	.module-holder-treatment-hero .module-hero .container .heading .qty { font-size: 45px; line-height: 45px; font-weight: 700; color: #ff6600; }
	.module-holder-treatment-hero .module-hero .container .inner .content .link-holder a:last-of-type { margin: 0 auto; max-width: 260px; }
 */

    .module-hero .hero-vid .heading .inner,
    .module-hero .hero-img .heading .inner,
    .module-hero .container .inner .heading { max-width: 440px; }
    .module-hero .container .inner .content { max-width: 440px; }

    /* MODULE >>> HERO >>> VIDEO TRIGGER */

    .module-problem-hero .container { position: relative; }
    .module-problem-hero .video-link-holder .play-button { zoom: 1; }
    .module-problem-hero .video-link-holder { top: -170px; }

    /* MODULE >>> SIDE IMAGE >>> IMAGE FLOATING */
    .module-holder-side-image .module-side-image .inner { max-width: 480px; }
    .module-side-image  .image-side-holder { max-width: 480px; }

    /* MODULE >>> HERO TESTIMONIAL >>> VIDEO TRIGGER */
    .module-testimonial-hero .play-button { top: 140px; }

	/* MODULE >>> CONTACT FORM INT
	.site-id-2 .module-contact-form iframe { height: 1100px; }
	 */


}

/*
@media only screen and ( min-width : 26em ) {

	/* MODULE >>> CONTACT FORM INT 
	.site-id-2 .module-contact-form iframe { height: 970px; }

}

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

	/* MODULE >>> CONTACT FORM INT 
	.site-id-2 .module-contact-form iframe { height: 970px; }

}

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

	/* MODULE >>> CONTACT FORM INT 
	.site-id-2 .module-contact-form iframe { height: 588px; }

}

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

	/* MODULE >>> CONTACT FORM INT 
	.site-id-2 .module-contact-form iframe { height: 546px; }

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


    /* ==== MODULE >>> BREADCRUMBS ================================================================================================================================================================================ */

    .module-breadcrumbs { display:block; padding: 20px 0; }
        .module-breadcrumbs ul { }
        .module-breadcrumbs ul li { font-size: 16px; line-height: 2.06; color: rgba(0,0,0,1); display: block; float: left; }
        .module-breadcrumbs ul li a.bc-current { color: rgba(0,0,0,1); pointer-events: none; }
        .module-breadcrumbs ul li span { display: inline-block; padding: 0 9px 0 7px; }

        /* Problems modifier */
        /* .problem-breadcrumbs .module-breadcrumbs ul li a { pointer-events: none !important; } */


    /* MODULE >>> ARCHIVE >>> HEADING */
    .module-magazine-header .inner { padding: 50px 0; }
    .module-magazine-header .inner span.overtitle { max-width: 680px; }
    .module-magazine-header .inner h1 { max-width: 680px; margin: 0 auto; }
    .module-magazine-header .inner p.copy { max-width: 680px; padding-top: 30px; padding-bottom: 20px; }

    /* MODULE >>> COVER ENTRY >>> LAYOUT */
    .module-holder-cover-entry { }
    .module-holder-cover-entry .module-cover-entry { }

    /* MODULE >>> COVER LOOP CLOSE >>> LAYOUT */
    .module-cover-loop-close .inner .share-holder { text-align: left; }
    .module-cover-loop-close .inner .link-holder { text-align: right; }
    .module-cover-loop-close .inner .tags-holder { text-align: left; }

    /* MODULE >>> COVER ENTRY >>> HEADING */
    .module-cover-entry .heading { text-align: center; max-width: 100%; }

    .module-cover-entry .heading span.overtitle { padding: 2px 0; display: block; }
    .module-cover-entry .heading h1 { margin-bottom: 0; }
    .module-cover-entry .heading .title { margin-bottom: 0; margin-bottom: 5px; display: block; text-transform: none; }
    .module-cover-entry .heading .subtitle { zoom: 0.7; margin-bottom: 0; display: block; text-transform: none; }

    /* MODULE >>> COVER ENTRY >>> IMAGE QUOTE */
    .module-cover-entry .body { width: 100%; padding: 20px 0; max-width: 100%; }
    .module-cover-entry .body .col:first-of-type { padding: 0; position: relative; left: 25px; }
    .module-cover-entry .body .col:last-of-type { padding-left: 75px; }

    .module-cover-entry .body .image-quote-holder { }
    .module-cover-entry .body .image-quote-holder figure { width: 100%; }
    .module-cover-entry .body .image-quote-holder blockquote { padding: 20px 60px 0 35px; position: relative; display: block; margin: 0 auto; }
    .module-cover-entry .body .image-quote-holder blockquote p.h3 { position: relative; z-index: 999; }
    .module-cover-entry .body .image-quote-holder blockquote footer { padding-right: 35px; }
    .module-cover-entry .body .image-quote-holder blockquote footer p { margin-bottom: 0; }
    .module-cover-entry .body .image-quote-holder blockquote:before,
    .module-cover-entry .body .image-quote-holder blockquote:after { content: ""; width: 62px; height: 43px; position: absolute; display: inline-block; background-repeat: no-repeat;  }
    .module-cover-entry .body .image-quote-holder blockquote:before { background-image: url(../images/icons/quotes.png); background-size: 63px; left:0; top: -6px; }
    .module-cover-entry .body .image-quote-holder blockquote:after { right: 0; bottom: 10px;background-image: url('../images/icons/quotes-rev.png') }


    /* MODULE >>> GLOSSARY MONO >>> LAYOUT */
    .module-glossary .row { max-width: 800px; }

    /* MODULE >>> GLOSSARY MONO >>> IMAGES BLOCK */
    .module-glossary .row-images figure { max-width: 100%; margin: 10px auto; }

    /* MODULE >>> GLOSSARY TRIBLOCK >>> LAYOUT */
    .module-holder-glossary-block .row { max-width: 800px; margin: 0 auto; }

    /* MODULE >>> RRSS >>> SLIDER */
    .module-slider { zoom: 0.6; }

    /* MODULE >>> MAIL CONTACT FORM >>> FORM */
    .module-contact-mail .form-holder form { max-width: 100%; margin: 0; }

    /* MODULE >>> MAIL CONTACT FORM >>> COPY */
    .module-contact-mail .copy-holder .inner { max-width: 100%; margin: 0; }

    /* MODULE >>> TWO COLS CONTENT >>> COPYES */
    .module-two-cols .inner { padding-bottom: 60px; }
    .module-two-cols .row .col:nth-last-child(2) .inner,
    .module-two-cols .row .col:last-child .inner { padding-bottom: 0; }

    /* MODULE >>> COOKIES ADVICE >>> LAYOUT */
    
    .module-cookies-text-block .cli_settings_button { line-height: 60px !important; height: 60px; padding: 0 24px; font-size: 20px; }
    
    .module-holder-cookies-advice .module-cookies-advice { padding: 40px 0; }
    .module-cookies-advice .col.copy-holder { }
    .module-cookies-advice .col.copy-holder p.copy.copy-xs { text-align: left; }
    .module-cookies-advice .col.btn-holder { position: relative; }
    .module-cookies-advice .col.btn-holder a { position: absolute; top: 50%; right: 20px; -ms-transform: translate( 0, -50% ); -webkit-transform: translate( 0, -50% );
            transform: translate( 0, -50% ); margin: 0; left: initial; width: 150px; line-height: 60px !important; height: 60px; padding: 0 24px; font-size: 20px; }


    /* MODULE >>> RRSS >>> SOCIAL HEADING LINKS */
    .module-rrss .rrss-heading-links { max-width: 500px; }
    .module-rrss .rrss-heading-links li a { height: 60px; width: 60px; line-height: 60px; font-size: 26px; }

    /* MODULE >>> TABS >>> TAB CHOOSER */
    .module-tabs .tab-chooser { }
    .module-tabs .tab-chooser ul { }
    .module-tabs .tab-chooser ul li { width: 50%; float: left; margin: 0; }

    /* MODULE >>> HERO >>> HERO IMAGE */
    .module-holder-treatment-hero .hero-vid,
    .module-holder-treatment-hero .hero-img,
    .module-holder-problem-hero .hero-img { right: 0; margin: 0 auto; max-width: 1190px; }

    .module-holder-treatment-hero .owl-holder { height: 100%; position: absolute; top: 0; left: 0; width: 100%; }
    .module-holder-treatment-hero .owl-holder .owl-stage-outer { height: 100%; }
    .module-holder-treatment-hero .owl-holder .item { height: 520px; }

    .module-hero .hero-vid,
    .module-hero .hero-img { height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }

    .module-hero .hero-vid video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); }
    .module-hero .hero-img img { width: 100%; height: auto; width: auto; height: auto; margin: 0 auto; display: block; min-height:100%; min-width:100%; }


    /*

    .module-hero.is-slider { background: red; position: relative; }
    .module-hero.single-image { background: blue; position: relative; }
    .module-hero .slider-holder { }

    */
    .module-hero .hero-vid .heading,
    .module-hero .hero-img .heading { display: none; }


    .module-hero .container .inner .content .price-box { margin-bottom: 30px; }


    /* MODULE >>> HERO >>> HERO COPY */

    .module-holder-treatment-hero { }
    .module-holder-treatment-hero .module-hero { }
    .module-holder-treatment-hero .module-hero .container { /* pointer-events: none; */ }
    .module-holder-treatment-hero .module-hero .container .col-content { /* pointer-events: none; */ }
    .module-holder-treatment-hero .module-hero .container .col-content .inner * { /* pointer-events: all; */ }

    .module-holder-treatment-hero .module-hero .hero-vid .heading,
    .module-holder-treatment-hero .module-hero .hero-img .heading { display: none; }

    .module-holder-treatment-hero .module-hero .container .inner { max-width: unset; margin: 0; }
	.module-holder-treatment-hero .module-hero .container .heading h1 { font-size: 45px; line-height: 1; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; }
	.module-holder-treatment-hero .module-hero .container .heading .qty { font-size: 45px; line-height: 45px; font-weight: 700; color: #ff6600; }
	.module-holder-treatment-hero .module-hero .container .inner .content .link-holder a:last-of-type { margin: 0 auto; max-width: 260px; }
    
    .module-hero.clear .heading .overtitle,
    .module-hero.clear .heading h1 { color: #fff; }

    .module-hero .spacer { display: block; min-height: 460px; pointer-events: none; }
    .module-hero.playin .spacer.video-inner-spacer { min-height: 600px; }

    .module-hero .container .inner .heading { display: block; max-width: none; }
    .module-hero .container .inner .heading h1 { margin-bottom: 10px; }
    .module-hero .container .inner .content { max-width: none; }
    .module-hero .container .inner .content .hero-btn { display: inline-block }
    .module-hero .container .inner .content .link-holder a { display: inline-block; margin: 10px; }
    .module-hero .container .inner .content .link-holder a:last-of-type { margin: 0 auto; }
    .module-hero.clear h4,
    .module-hero.clear .price-box .pre-label,
    .module-hero.clear .price-box .price,
    .module-hero.clear .price-box .post-label span { color: #fff; }
    .module-hero.right .inner h4 { text-align: inherit; }
    .module-hero.right .inner .price-box .holder { justify-content: flex-end; text-align: left; }

    /* MODULE >>> HERO TESTIMONIAL >>> COPY HOLDER  */
    .module-testimonial-hero .col.copy-holder { }
    .module-testimonial-hero .testimonial-blockquote p { font-size:22px; line-height: 1.6; }

    /* MODULE >>> HERO PROBLEM >>> VIDEO TRIGGER */
    .module-problem-hero .video-link-holder { width: 40%; height: 100%; top: 0; }

    /* MODULE >>> HERO TESTIMONIAL >>> VIDEO TRIGGER */
    .module-testimonial-hero .play-button { top: 50%; left: 75%; }

    /* MODULE >>> CENTERS LOCATION FILTER >>> SEARCHFORM */
    .module-map-filter .module-map-searchform { text-align: left; }

    /* MODULE >>> CENTERS LOCATION FILTER >>> PROVINCE */
    .module-map-filter .module-map-province { }
    .module-map-filter .inner-filter { text-align: right; }
    .module-map-filter .inner-filter .filter-provinces-trigger { font-size: 25px; }
    .module-map-filter .inner-filter ul { column-count: 2; padding: 45px; max-height: none; width: auto; margin: 0; right: 0; }

    /* MODULE >>> TREATMENT MAIN CONTENT >>> POPUP */
    .module-gift-it-popup .container { padding: 30px; }
    .module-gift-it-popup .container a.close { top: 30px; right: 30px; }
    .module-gift-it-popup .container .side.side-left { padding: 70px 50px; }
    .module-gift-it-popup .container .side.side-right { padding: 70px 50px; }
    .module-gift-it-popup .container .inner { max-width: 100%; }
    .module-gift-it-popup .container .inner figure { height: 290px; padding: 0; }

    /* MODULE >>> DEPILATION AREA SELECTOR >>> SELECTOR LIST */
    .col-selector .inner { position: relative; padding: 0 20px; }
    .col-selector .inner .loop-selector-grouper { padding: 0; max-width: 100%; margin: 0; }
    .col-selector .inner .depilation-loop-areas { display: none !important; }

    .col-selector .inner ul { column-count: 3; display: block !important; position: static !important; background: transparent; max-height: none !important; opacity: 1; margin-top: 0; pointer-events: all; overflow: visible; }
    .col-selector .inner ul li { padding: 2px 0; }

    /* MODULE >>> DEPILATION AREA SELECTOR >>> SELECTOR PREVIEW */
    .col-selector .inner .area-preview-holder { width: 220px; float: left; }
    .col-selector .inner .select-md-grouper { padding: 10px 0; display: block; margin: 0 auto; width: 670px; }
    .col-selector .inner .select-md-grouper .inner-ajax-holder { float: left; width: 450px; display: block; }
    .col-selector .inner .area-preview-holder:before { display: none; }
    .col-selector .inner .area-preview-holder figure { position: relative; width: 100%; margin: 0 auto; }
    .col-selector .inner .area-preview-holder figure:before { position: absolute; top: 0; right: 0; height: 100%; width: 1px; background: #ff7f32; content: "";
    z-index: 9; opacity: 1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; transition: all 300ms ease; }

    /* MODULE >>> DEPILATION AREA SELECTOR >>> LOOP OFFERS */
    .col-loop .module-holder-depilation-offers-loop { display: none; }

    /* MODULE >>> COMMINTMENTS >>> INNER */
    .module-commintments .row .col.mod { margin-bottom: 60px; }
    .module-commintments .row .inner { padding: 40px 20px; max-width: 100%; }
    .module-commintments .row .inner .count { top: -20px; left: 50%; width: 60px; margin-left: -30px; }


    /* MODULE >>> PROMOTED PRODUCTS >>> ONECOL LAYOUT */
    .inner-wrapp-onecol .img-holder figure { position: relative; width: 100%; height: 100%; }
    .inner-wrapp-onecol .img-holder figure img { width: 100%; height: 100%; object-fit: cover; }

    .inner-wrapp-onecol.left-img .img-holder { order: 1; }
    .inner-wrapp-onecol.left-img .img-holder figure { left: 0; margin-left: 0; }
    .inner-wrapp-onecol.left-img .copy-holder { padding: 40px 30px; order: 2; }

    .inner-wrapp-onecol.right-img .img-holder { order: 2; }
    .inner-wrapp-onecol.right-img .img-holder figure { right: 0; margin-right: 0; }
    .inner-wrapp-onecol.right-img .copy-holder { padding: 40px 30px; order: 1; }

    /* MODULE >>> SELECT COMBO CENTERS >>> FIX PADDS */
    .module-centers-selector-combo-holder .module-centers-selector-combo .side-prov { padding-right: 15px; }
    .module-centers-selector-combo-holder .module-centers-selector-combo .side-pop { padding-left: 15px; padding-right: 15px; }
    .module-centers-selector-combo-holder .module-centers-selector-combo .side-center { padding-left: 15px; }


    /* MODULE >>> CHECKOUT GIFT BOX */
    .module-checkout-giftbox .input-holder.check { padding: 0; }
    .module-checkout-giftbox .input-holder.check label:before { top: 6px !important; }
    .module-checkout-giftbox .input-holder.check label { font-size: 16px !important; line-height: 24px !important; padding-left: 85px !important; }
    .module-checkout-giftbox .input-holder.check label strong { position: relative; }
    .module-checkout-giftbox .input-holder.check label strong:before { content: 'b'; font-family: 'cunicons' !important; position: absolute; top: 1px; left: -50px; width: 40px;
        line-height: 40px; height: 40px; text-align: center; font-size: 25px; display: block; }
    .module-checkout-giftbox .input-holder.tarea { padding: 10px 0 0 37px; position: relative; }
    .module-checkout-giftbox .input-holder.tarea label { font-size: 16px !important; line-height: 24px !important; margin-bottom: 10px; }
    .module-checkout-giftbox .input-holder.tarea textarea { height: 98px; margin-bottom: 15px; }
    .module-checkout-giftbox .input-holder.tarea p:last-of-type { margin-bottom: 10px; }

    /* MODULE >>> CHECKOUT FREE SESSION >>> CART */
    .free-session-module-holder { padding: 10px; }
    .free-session-module-holder .free-session-module { }
    .no-icon .free-session-module .inner-free-session { padding: 10px; }
    .free-session-module .inner-free-session { background: #f0f0f0; padding: 10px 10px 10px 60px; position: relative; }
    .free-session-module .inner-free-session:before { width: 40px; line-height: 40px; height: 40px; font-size: 30px; display: margin-top: -20px; }
    .free-session-module .inner-free-session h4 { font-size: 20px; line-height: 32px; }
    .free-session-module .inner-free-session p { font-size: 16px; line-height: 24px; }
.free-session-module .inner-free-session p small { font-size: 14px; opacity: 0.7; font-style: italic; }

    /* MODULE >>> CHECKOUT FREE SESSION >>> MINICART */
    .js-minicart-content .free-session-module-holder { padding: 0; }
    .js-minicart-content .free-session-module { padding: 0; }
    .js-minicart-content .free-session-module .inner-free-session { padding: 10px 10px 10px 50px; position: relative; }
    .js-minicart-content .free-session-module .inner-free-session:before { content: 'b'; font-family: 'cunicons' !important; position: absolute; top: 50%; left: 10px; width: 30px;
            line-height: 30px; height: 30px; text-align: center; font-size: 30px; display: block; color: #ff7f32; margin-top: -18px;  }

    /* MODULE >>> CHECKOUT FREE SESSION >>> FREE BONUS MODIFIER > CART */

    @keyframes shakeit {
        0%    { transform: rotate( 0 ); }
        25%   { transform: rotate( -10deg ); }
        50%   { transform: rotate( 0 ); }
        75%   { transform: rotate( 10deg ); }
        100%  { transform: rotate( 0 ); }
    }

    .no-icon .free-session-module.free-bonus-module .inner-free-session { padding: 10px; }
    .free-session-module.free-bonus-module .inner-free-session { background: #f0f0f0; padding: 10px 10px 10px 100px; }
    .free-session-module.free-bonus-module .inner-free-session:before { display: none; }
    .free-session-module.free-bonus-module .inner-free-session .icon { color: #ff7f32; font-weight: bold; position: absolute; top: 50%; left: 10px; height: 60px; margin-top: -30px; width: 75px;
        -webkit-animation: shakeit 600ms infinite; -moz-animation: shakeit 600ms infinite; -o-animation: shakeit 600ms infinite; animation: shakeit 600ms infinite; display: block; }
    .free-session-module.free-bonus-module .inner-free-session .icon span { display: inline-block; position: absolute; }
    .free-session-module.free-bonus-module .inner-free-session .icon .tres { font-size: 50px; top: 5px; left: 0; }
    .free-session-module.free-bonus-module .inner-free-session .icon .por { font-size: 32px; top: 12px; left: 29px; }
    .free-session-module.free-bonus-module .inner-free-session .icon .dos { font-size: 50px; top: 4px; left: 45px; }

    /* MODULE >>> CHECKOUT FREE SESSION >>> REVIEW ORDER */

    .cu-review .free-session-module-holder { padding: 0; }
    .cu-review .free-session-module { padding: 0 0 15px 0; }
    .cu-review .free-session-module .inner-free-session { padding: 10px 10px 10px 50px; position: relative; }
    .cu-review .free-session-module .inner-free-session:before { content: 'b'; font-family: 'cunicons' !important; position: absolute; top: 50%; left: 10px; width: 30px;
            line-height: 30px; height: 30px; text-align: center; font-size: 30px; display: block;  color: #ff7f32; margin-top: -18px; }
/*
    input::-webkit-outer-spin-button, 
    input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; background: url(../images/icons/number-arrows.png) no-repeat 50% 50%; background-size: 18px 27px; width: 18px; height: 27px; padding: 10px; position: relative; cursor: pointer; top: 3px; }

*/
    /* MODULE >>> STAFF >>> LAYOUT */
    .module-holder-staff { }
    .module-holder-staff .module-intro-header { }
    .module-holder-staff .module-staff { }
    .module-staff .inner-box.inner-copy { padding-bottom: 80px; }
    .module-staff .inner-box { max-width: 550px; }


    /* MODULE >>> STAFF >>> COPY */
    .module-staff blockquote { padding: 0 20px 0 50px; position: relative; display: block; max-width: 440px; margin: 0 auto; }
    .module-staff blockquote footer p { margin-bottom: 0; }

    .module-staff blockquote:before,
    .module-staff blockquote:after { content: ""; width: 62px; height: 43px; position: absolute; display: inline-block; background-repeat: no-repeat;  }
    .module-staff blockquote:before { background-image: url(../images/icons/quotes.png); background-size: 63px; left:-20px; top: -25px; }
    .module-staff blockquote:after { right: -35px;bottom: -15px;background-image: url('../images/icons/quotes-rev.png') }

    /* MODULE >>> STAFF >>> IMAGE */
    .module-staff figure img { }

    /* MODULE >>> SINGLE CONTENT >>> MAIN HEADING MOD */
    .single-view .module-cover-entry .heading { padding: 50px 0; }

    /* MODULE >>> SINGLE CONTENT >>> VIDEO */
    .module-holder-single-main-video { padding-bottom: 50px; }

    /* MODULE >>> SINGLE CONTENT >>> MAIN VIDEO */
    .module-holder-single-main-video { padding-bottom: 50px; }
    .module-single-main-video .inner { max-width: 940px; }

    /* MODULE >>> SINGLE CONTENT >>> MAIN LAYOUT */
    .module-holder-single-main-content { }
    .module-single-main-content .inner { max-width: 100%; }

    /* MODULE >>> SINGLE CONTENT >>> SECONDARY LAYOUT */
    .module-holder-single-secondary-content { }
    .module-single-secondary-content .inner { max-width: 100%; }
    .module-single-secondary-content .inner figure { float: left; padding: 0 30px 25px 0; max-width: 50%; }
    .module-single-secondary-content .inner .overtitle { margin-top: 30px; display: block; }

    /* PAGE >>> SEARCH */
    .search .search-entries .search-content .no-pad-left { padding-left: 0; padding-right: 25px; }
	.search .search-entries .search-content .no-pad-right { padding-right: 0; padding-left: 25px; }

    /* MODULE >>> CONTACT FORM INT */
    .module-fake-iframe .on-iframe { display: none; }
    .module-fake-iframe .out-iframe { display: block; }
    
    /*
    .site-id-2 .module-contact-form iframe { height: 520px; }
    */

     /* MODULE >>> CONTACT FORM WORK WITH US */
    .module-work-with-us-form .module-centers-selector-combo-holder .module-centers-selector-combo .side-center { padding-left: 0; }

    /* MODULE >>> MAINTENANCE MODULE >>> LAYOUT */
    .module-holder-maintenance { }
    .module-holder-maintenance .module-maintenance .col { }
    .module-holder-maintenance .module-maintenance .inner { max-width: 430px; margin-top: 80px; }
    
    /* MODULE >>> MAINTENANCE MODULE >>> COPY */
    .module-maintenance .inner h1 { padding-top: 45px; }
    .module-maintenance .inner h1:before { width: 50px; height: 10px; }
    .module-maintenance .inner h1 span { font-size: 18px; line-height: 24px; padding: 10px 0; }
    .module-maintenance .inner p { margin-bottom: 20px; }
    .module-maintenance .inner .logo { width: 200px; height: 60px; }

    /* MODULE >>> 3x2 PROMO CONFIG SET-UP MODULE >>> LAYOUT */
    .module-config-setup .mod-config { max-width: 100%; }

    /* MODULE >>> PROMO CONFIG SET-UP MODULE >>> ADD FORM */
    .module-config-setup .mod-config .quantity { padding-right: 0; }
    .module-config-setup .mod-config .quantity input { line-height: 50px; height: 50px; font-size: 16px; padding-right: 15px !important; }
    .module-config-setup .mod-config .select-holder:after { height: 50px; width: 50px; right: 10px; background-size: 18px; }
    .module-config-setup .mod-config .select-holder select { font-size: 16px !important; height: 50px !important; line-height: 50px !important; padding: 0 60px 0 15px !important; }
    .module-config-setup .mod-config button { line-height: 50px !important; height: 50px; padding: 0 16px; font-size: 16px; }
    /*
    .module-config-setup .mod-config .quantity input[type=number]::-webkit-inner-spin-button,
    .module-config-setup .mod-config .quantity input[type=number]::-webkit-outer-spin-button { background-size: 15px; width: 18px; top: 2px; }
    */
    
    .module-config-setup .mod-config button.fullwidth { display: block; }
    .module-config-setup .mod-config .input-holder.action button.mobile { display: none; }

    /* MODULE >>> PROMO CONFIG SET-UP MODULE >>> PREVIEW */
    .module-config-setup .cont-preview { max-width: 100%; }
    .module-config-setup .cont-preview ul li { position: relative; margin-bottom: 5px; }

    .module-config-setup .cont-preview ul li p { padding-right: 0; }
    .module-config-setup .cont-preview ul li p span { display: inline; }    
.module-config-setup .cont-preview ul li p span.label {  opacity: 1; font-style: normal; font-size: 1rem; line-height: 1; position: static; }


    .module-config-setup .cont-preview ul li a.remove { font-size: 24px; position: relative; width: 100%; display: block; 
        position: relative; width: 100%; bottom: 0; margin-bottom: 0; text-align: right; }
    .module-config-setup .cont-preview ul li a.remove:before { font-family: 'Gotham', 'Helvetica', Arial, sans-serif; font-size: 14px; content: "Eliminar"; display: block; 
        position: absolute; top: 0; right: 20px; line-height: 45px; padding: 0 5px; }


    /* MODULE >>> PROMO CONFIG SET-UP MODULE >>> PRICES */
    .module-config-setup .cont-prices { max-width: 100%; }

    /* MODULE >>> PROMO CONFIG SET-UP MODULE >>> ACTIONS */
    .module-config-setup .mod-actions { max-width: 100%; }


    /* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> IMAGE */
    .module-holder-areas-setup .img-holder { height: auto; } 

    
    /* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> COPY */
    .module-holder-areas-setup .content-holder .header { margin-bottom: 30px; max-width: 390px; }
    .module-holder-areas-setup .content-holder .content-inner { margin: 0; max-width: 100%; }
    .module-holder-areas-setup .content-holder .content-inner h2 { font-size: 30px; }
    
    /* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> FORM */
    .fake-form .async-qty-response-holder { min-height: 100px; }
    .fake-form .async-preview-response-holder { min-height: 100px; }
    .fake-form .input-holder .select-styler:before { }

    /* MODULE >>> COVID ADVICE >>> LAYOUT */
    .module-holder-covid-advice.has-cookies { bottom: 0; }
}

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


    /* MODULE >>> GLOSSARY MONO >>> LAYOUT */
    .module-holder-glossary .module-glossary { }
    .module-glossary .row { *max-width: 100% }


    /* MODULE >>> GLOSSARY MONO >>> COPY BLOCK */
    .module-glossary .row-content p { max-width: 800px; margin: 0 auto; }

    /* MODULE >>> GLOSSARY TRIBLOCK >>> LAYOUT */
    .module-holder-glossary-block .row { max-width: 100%; }
    .inner-triple-glossary { max-width: 100%; }

    /* MODULE >>> GLOSSARY TRIBLOCK >>> IMAGE */
    .inner-triple-glossary figure { max-width: 100%; }

    /* MODULE >>> GLOSSARY TRIBLOCK >>> COPY */
    .inner-triple-glossary .inner-copy-holder { padding: 0 10px; }

    /* MODULE >>> RRSS >>> SLIDER */
    .module-slider { zoom: 0.75; }

    /* MODULE >>> MAIL CONTACT FORM >>> COPY */
    .module-contact-mail .copy-holder p { line-height: 1.45; }

    /* MODULE >>> TWO COLS CONTENT >>> COPYES */
    .module-two-cols .inner { padding-bottom: 100px; }

    /* MODULE >>> RRSS >>> SOCIAL HEADING LINKS */
    .module-rrss .rrss-heading-links li a { height: 70px; width: 70px; line-height: 70px; font-size: 30px; }

    /* MODULE >>> TABS >>> FLIGHT BAR */
    .module-tabs .tab-chooser .flight-bar { height: 4px; width: 100px; position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,1); border-radius: 4px; display: block; }

    /* MODULE >>> TABS >>> TAB CHOOSER */
    .module-tabs .tab-chooser { }
    .module-tabs .tab-chooser ul { padding: 22px 0 18px 0; display: flex; justify-content: center; flex-wrap: nowrap; }
    .module-tabs .tab-chooser ul li { border-left: 1px solid #e7e7e7; flex: 1 1 auto; text-align: center; padding:0; margin-bottom: 0; border-bottom: none; }
    .module-tabs .tab-chooser ul li:first-of-type { border-left: 1px solid transparent; }
    .module-tabs .tab-chooser ul li:last-of-type { }
    .module-tabs .tab-chooser ul li a { letter-spacing: 1.8px; padding-left: 0; }
    .module-tabs .tab-chooser ul li a.active:before { display: none; }

    /* MODULE >>> TABS >>> TAB CONTENT */
    .module-tabs .tab-content .inner p { font-size: 18px; line-height: 1.45; }
    .module-tabs .tab-content .inner ul li,
    .module-tabs .tab-content .inner ol li { font-size: 16px; line-height: 1.88; }
    .module-tabs .tab-content .inner img { margin: 20px 40px; }
    .module-tabs .tab-content .inner img.alignleft { margin-left: 0; float: left; }
    .module-tabs .tab-content .inner img-alignright { margin-right: 0; float: right; }

    /* MODULE >>> HERO >>> HERO COPY */
    .module-hero .spacer { display: block; min-height: 520px; }
    .module-hero.playin .spacer.video-inner-spacer { min-height: 740px; }
    .module-hero .container .inner .content .link-holder a { margin: 0 20px 0 0; }
    .module-hero .container .inner .content .link-holder a:last-of-type { margin: 0 auto; }

    /* MODULE >>> HERO PROBLEM >>> VIDEO TRIGGER */
    .module-problem-hero .video-link-holder { width: 50%; }

    /* MODULE >>> SIDE IMAGE >>> STD TYPOS */
    .module-side-image  .regular-content.top-content > * { line-height: 1.45; }

    /* MODULE >>> SIDE IMAGE >>> IMAGE FLOATING */
    .module-holder-side-image .module-side-image .inner { max-width: none; }
    .module-holder-side-image .module-side-image { position: relative; }

    .module-side-image .image-side-lane { position: absolute; top: 0; height: 100%; width: 47%; max-width: none; min-height: 440px; overflow: hidden; }
    .module-side-image .image-side-lane .image-side-holder { position: absolute; height: 100%; width: 100%; max-width: none; height: 440px; top: 50%; }

    .module-side-image.left-img .image-side-lane { left: -5%; margin-left: 35px; }
    .module-side-image.left-img .image-side-lane .image-side-holder { right: 0; }
    .module-side-image.right-img .image-side-lane { right: -5%; margin-right: 35px; }
    .module-side-image.right-img .image-side-lane .image-side-holder { left: 0; }
    .module-side-image .inner { min-height: 440px; }
    .module-side-image.left-img .inner { padding: 40px 0 40px 45px; }
    .module-side-image.right-img .inner { padding: 40px 45px 40px 0; }

    /* MODULE >>> STAFF >>> LAYOUT */

    .module-staff .inner-box { max-width: 100%; display: flex; flex-direction: column; justify-content: center;height: 100%;}
    .module-staff .inner-box.inner-copy { padding-bottom: 0; }


    /* MODULE >>> STAFF >>> IMAGE */
    .module-staff figure img { }

    /* MODULE >>> TRIBLOCK >>> LAYOUT */
    .module-holder-triblock .module-triblock .inner { margin: 0; max-width: 100%; }

    /* MODULE >>> TRIBLOCK >>> COPY */
    .module-holder-triblock .module-triblock .inner .copy-holder { padding: 20px 0 0 0; }

    /* MODULE >>> HERO TESTIMONIAL >>> COPY HOLDER */
    .module-testimonial-hero .testimonial-blockquote p { line-height: 1.82; }

    /* MODULE >>> HERO TESTIMONIAL >>> VIDEO TRIGGER */
    .module-testimonial-hero .play-button { left: 50%; }

    /* MODULE >>> CENTERS LOCATION FILTER >>> SEARCHFORM */
    .module-map-filter .module-map-searchform { position: relative; text-align: left; }
    .module-map-searchform form { display: inline-block; position: relative; }
    .module-map-searchform form input[type="text"] { width: 390px; font-size: 18px; }

    /* MODULE >>> CENTERS LOCATION FILTER >>> PROVINCE */
    .module-map-filter .module-map-province { }
    .module-map-filter .inner-filter { text-align: right; }
    .module-map-filter .inner-filter ul { column-count: 3; }

    /* MODULE >>> TREATMENT MAIN CONTENT >>> POPUP */
    .module-gift-it-popup .container { padding: 30px; }

    /* MODULE >>> MAIN CONTENT PAGE >>> MAIN CONTENT */
    .module-main-content-resume .resume-main-content { padding-bottom: 60px; }
    .module-main-content-resume .resume-main-content.smaller-font { padding-bottom: 10px; }
    .module-holder-depilation-area { padding: 50px 0 70px 0; }
    .module-holder-depilation-area .module-depilation-area { position: relative; }

    /* MODULE >>> DEPILATION AREA SELECTOR >>> SELECTOR HEADING */
    .module-depilation-area .col-selector { }
    .col-selector .floated-page-heading { }
    .col-selector .floated-page-heading .col { padding: 0 !important; }

    /* MODULE >>> DEPILATION AREA SELECTOR >>> SELECTOR LIST */
    .col-selector .inner { padding: 0 340px 0 20px; position: relative; min-height: 900px; }
    .col-selector .inner ul { column-count: 2; margin-bottom: 0; padding: 10px 0; }
    .col-selector .inner ul li { padding: 0; }

    /* MODULE >>> DEPILATION AREA SELECTOR >>> SELECTOR PREVIEW */
    .col-selector .inner .area-preview-holder { position: absolute; width: 294px; right: 0; top: 0; opacity: 1; float: none; }
    .col-selector .inner .select-md-grouper .inner-ajax-holder { display: none; }
    .col-selector .inner .area-preview-holder figure { position: relative; }

    /* MODULE >>> DEPILATION AREA SELECTOR >>> LOOP OFFERS */
    .col-loop .module-holder-depilation-offers-loop { padding: 45px 20px 0 30px; display: block; }

    /* MODULE >>> TREATMENT MAIN CONTENT >>> WYSIWG */
    .module-treatment-resume .main-inner .resume-content p { line-height: 1.45; }
    .module-treatment-resume .main-inner .resume-content ul li { line-height: 1.45; }

    /* MODULE >>> COMMINTMENTS >>> INNER */
    .module-commintments .row .col.mod { margin-bottom: 70px; }
    .module-commintments .row .inner { b padding: 55px 20px; }
    .module-commintments .row .inner .count { top: -30px; width: 76px; margin-left: -38px; }

    /* MODULE >>> MAIN CONTENT PAGE >>> STD FONTS */
    .module-regular-content p,
    .module-regular-content ul li,
    .module-regular-content ol li  { line-height: 1.45; }

    /* MODULE >>> PROMOTED PRODUCTS >>> ONECOL LAYOUT */
    .inner-wrapp-onecol .img-holder figure { position: relative; width: 106%; background: #f5f5f5; height: 100%; }
    .inner-wrapp-onecol .img-holder figure img { width: 100%; height: 100%; object-fit: cover; }
    .inner-wrapp-onecol.left-img .img-holder { order: 1; }
    .inner-wrapp-onecol.left-img .img-holder figure { left: 6%; margin-left: -35px; }
    .inner-wrapp-onecol.left-img .copy-holder { padding: 50px 50px 50px 80px; order: 2; }
    .inner-wrapp-onecol.right-img .img-holder { order: 2; }
    .inner-wrapp-onecol.right-img .img-holder figure { right: 6%; margin-right: -35px; }
    .inner-wrapp-onecol.right-img .copy-holder { padding: 50px 80px 50px 50px; order: 1; }

    /* MODULE >>> SELECT COMBO CENTERS >>> FIX PADDS */
    .module-centers-selector-combo-holder .module-centers-selector-combo .side-prov { padding-right: 15px; }
    .module-centers-selector-combo-holder .module-centers-selector-combo .side-pop { padding-left: 15px; padding-right: 0; }
    .module-centers-selector-combo-holder .module-centers-selector-combo .side-center { padding-left: 0; padding-right: 0; }

    /* MODULE >>> PROMOTED PRODUCTS >>> TWOCOL LAYOUT */
    .module-promoted-products .inner-wrapp-twocol { margin: 0 auto; padding-left: 200px; padding-bottom: 210px; max-width: 550px; }

    /* MODULE >>> PROMOTED PRODUCTS >>> TWOCOL CONTENT */
    .inner-wrapp-twocol .img-holder { width: 200px; height: 100%; position: absolute; left: 0; top: 0; }
    .inner-wrapp-twocol .img-holder .tricol-img { width: 100%; height: 100%; overflow: hidden; display: block; }
    .inner-wrapp-twocol .img-holder .tricol-img img { object-fit: cover; height: 100%; width: 100%; }
    .inner-wrapp-twocol .img-holder .tricol-img.resp { display: none; }
    .inner-wrapp-twocol .copy-holder .price-box,
    .inner-wrapp-twocol .copy-holder .link-box { padding: 0 35px 0 235px; }
    
    /*
    input::-webkit-outer-spin-button, 
    input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; background-size: 18px 27px; width: 18px; height: 27px; padding: 10px; position: relative; cursor: pointer; top: 7px; }
    */

    /* MODULE >>> SINGLE CONTENT >>> SECONDARY LAYOUT */
    .module-single-secondary-content .inner figure { max-width: 570px; }

    /* MODULE >>> SEARCH */
    .no-padding-left { padding-left: 0 !important; }
	.no-padding-right { padding-right: 0 !important; }

	 /* MODULE >>> CONTACT FORM WORK WITH US */
	.module-work-with-us-form .module-centers-selector-combo-holder .module-centers-selector-combo .side-prov { padding-right: 25px; }
	.module-work-with-us-form .module-centers-selector-combo-holder .module-centers-selector-combo .side-pop { padding-left: 25px; padding-right: 0; }

    /* MODULE >>> MAINTENANCE MODULE >>> LAYOUT */
    .module-holder-maintenance .module-maintenance .inner { max-width: 100%; margin-top: 100px; }
    
    /* MODULE >>> MAINTENANCE MODULE >>> COPY */
    .module-maintenance .inner h1 span { font-size: 20px; line-height: 28px; padding: 15px 0; }
    .module-maintenance .inner p { font-size: 18px; }
    .module-maintenance .inner .logo { width: 280px; height: 90px; }

    /* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> COPY */
    .module-holder-areas-setup .content-holder .header { max-width: 490px; padding: 10px; }
    .module-holder-areas-setup .content-holder .content-inner h2 { font-size: 35px; }

    /* MODULE >>> PROMO CONFIG BY AREAS MODULE >>> FORM */
    .fake-form .input-holder .select-styler:before { width: 50px; font-size: 30px; }

}

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

    /* MODULE >>> RRSS >>> SLIDER */
    .module-slider { zoom: 1; }

    /* MODULE >>> MAIL CONTACT FORM >>> COPY */
    .module-contact-mail .copy-holder p { line-height: 1.67; }

    /* MODULE >>> RRSS >>> SOCIAL HEADING LINKS */
    .module-rrss .rrss-heading-links li a { height: 84px; width: 84px; line-height: 84px; font-size: 40px; }

    /* MODULE >>> TABS >>> TAB CONTENT */
    .module-tabs .tab-content .inner p { line-height: 1.67; }

    /* MODULE >>> SIDE IMAGE >>> STD TYPOS */
    .module-side-image  .regular-content.top-content > * {  line-height: 1.67; }

    /* MODULE >>> SIDE IMAGE >>> IMAGE FLOATING */

    .module-side-image .image-side-lane { position: absolute; top: 0; height: 100%; width: 55%; max-width: none; min-height: 560px; }
    .module-side-image .image-side-lane .image-side-holder { position: absolute; height: 100%; width: 100%; max-width: none; height: 560px; top: 50%; }
    .module-side-image .inner { min-height: 560px; }
    .module-side-image.left-img .inner { padding: 70px 0 70px 45px; }
    .module-side-image.right-img .inner { padding: 70px 45px 70px 0; }

    /*
        .module-holder-side-image .module-side-image  { min-height: 560px; }
        .module-side-image  .image-side-holder { width: 55%; }
        .module-side-image.left-img .image-side-holder { left: -5%; margin-left: 35px; }
        .module-side-image.right-img .image-side-holder { right: -5%; margin-right: 35px; }
        .module-side-image.left-img .inner { padding: 70px 0 70px 45px; }
        .module-side-image.right-img .inner { padding: 70px 45px 70px 0; }
    */

    /* MODULE >>> FAQ 2 COLS >>> QUESTION */
    .module-faq-2-cols .q-holder .inner { padding: 60px 100px; }

    /* MODULE >>> FAQ 2 COLS >>> ANSWER */
    .module-faq-2-cols .a-holder .inner { text-align: left; padding: 0; }
    .module-faq-2-cols .a-holder .inner .copy.copy-m { max-width: 500px; }

    /* MODULE >>> TREATMENT MAIN CONTENT >>> POPUP */
    .module-gift-it-popup .container { padding: 0; }
    .module-gift-it-popup .container a.close { top:0; right: 0; }

    /* MODULE >>> TREATMENT MAIN CONTENT >>> WYSIWG */
    .module-treatment-resume .main-inner .resume-content p { line-height: 1.67; }
    .module-treatment-resume .main-inner .resume-content ul li { line-height: 1.67; }

    /* MODULE >>> MAIN CONTENT PAGE >>> STD FONTS */
    .module-regular-content p,
    .module-regular-content ul li,
    .module-regular-content ol li  { line-height: 1.67; }

}

/* ==== MODULE >>> LINK BUTTONS HOLDER ======================================================================================================================================================================= */

/* MODULE >>> LINK BUTTONS HOLDER >>> LAYOUT */

.module-holder-button-loop { }
.module-holder-button-loop .col {  text-align: center; }
.module-holder-button-loop .col a { margin: 5px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; }

/* ==== MODULE >>> SQUARE BANNER GROUPER ===================================================================================================================================================================== */

/* MODULE >>> SQUARE BANNER GROUPER >>> LAYOUT */

.module-holder-twocol-square-banners .container { max-width: 100% !important; }
.module-twocol-square-banners .full-size { background: #ECE3DA; }
.module-twocol-square-banners .half-size { background: #fff; }

.module-holder-twocol-square-banners .container .row { max-width: 400px; margin: 0 auto; } 
.module-holder-twocol-square-banners .module-twocol-square-banners { background: #f0f0f0; }
.module-twocol-square-banners .row .column { overflow: hidden; }

/* MODULE >>> SQUARE BANNER GROUPER >>> IMAGE */

.module-twocol-square-banners .image-holder { }
.module-twocol-square-banners .image-holder .inner { width: 100%; height: 0; padding-bottom: 100%; }
.module-twocol-square-banners .image-holder figure { width: 100%; height: 0; padding-bottom: 100%; position: relative; }
.module-twocol-square-banners .image-holder figure img { display: block; height: 100%; width: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }

/* MODULE >>> SQUARE BANNER GROUPER >>> COPY */

.module-twocol-square-banners .copy-holder { padding: 20px; }
.module-twocol-square-banners .copy-holder .inner { max-width: 370px; text-align: center; margin: 0 auto; }
.module-twocol-square-banners .copy-holder .inner p { color: #121212; font-family: 'Playfair Display', serif; line-height: 1.5; letter-spacing: -0.1px; }
.module-twocol-square-banners .copy-holder .inner p.main { font-size: 16px; }
.module-twocol-square-banners .copy-holder .inner p.secondary { font-size: 13px; }
.module-twocol-square-banners .copy-holder.has-secondary-copy .inner p.main { font-size: 20px; margin-bottom: 10px; }
.module-twocol-square-banners .copy-holder.no-main-copy.no-secondary-copy .inner { display: none; }

.module-twocol-square-banners .copy-holder.no-image .inner { padding: 50px 0; }
.module-twocol-square-banners .copy-holder.no-image .inner { max-width: 720px; }
.module-twocol-square-banners .copy-holder.no-image .inner p.main { font-size: 18px; line-height: 1.27; }
.module-twocol-square-banners .copy-holder.no-image .inner p.secondary { font-size: 14px; line-height: 1.5; }
.module-twocol-square-banners .copy-holder.no-image.has-secondary-copy .inner p.main { margin-bottom: 15px; }

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


}

@media only screen and ( min-width : 48em ) {
    
    /* MODULE >>> SQUARE BANNER GROUPER >>> LAYOUT */    
    .module-holder-twocol-square-banners .container .row { max-width: 100%; } 
    /* .module-holder-twocol-square-banners .container .row { max-width: 760px; } */ 

    /* MODULE >>> SQUARE BANNER GROUPER >>> COPY */
    .module-twocol-square-banners .copy-holder .inner { max-width: 300px; }
    .module-twocol-square-banners .copy-holder .inner p.main { font-size: 18px; }
    .module-twocol-square-banners .copy-holder .inner p.secondary { font-size: 14px; }
    .module-twocol-square-banners .copy-holder.has-secondary-copy .inner p.main { margin-bottom: 15px; }

    .module-twocol-square-banners .copy-holder.no-image .inner { max-width: 720px; padding: 80px 0; }
    .module-twocol-square-banners .copy-holder.no-image .inner p.main { font-size: 22px; }
    .module-twocol-square-banners .copy-holder.no-image .inner p.secondary { font-size: 16px; }
    .module-twocol-square-banners .copy-holder.no-image.has-secondary-copy .inner p.main { margin-bottom: 20px; }


}

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

    /* MODULE >>> SQUARE BANNER GROUPER >>> LAYOUT */    
    /* .module-holder-twocol-square-banners .container .row { max-width: 1100px; } */ 

    /* MODULE >>> SQUARE BANNER GROUPER >>> COPY */
    .module-twocol-square-banners .copy-holder .inner { max-width: 370px; }
    .module-twocol-square-banners .copy-holder .inner p.main { font-size: 20px; }
    .module-twocol-square-banners .copy-holder.no-image .inner { max-width: 860px; padding: 145px 0; }
    .module-twocol-square-banners .copy-holder.no-image .inner p.main { font-size: 30px; }
    .module-twocol-square-banners .copy-holder.no-image .inner p.secondary { font-size: 20px; }
    .module-twocol-square-banners .copy-holder.no-image.has-secondary-copy .inner p.main { margin-bottom: 30px; }

}

.view-all-loop { }
.view-all-loop .module-holder.module-holder-simple-cta { margin-bottom: 25px; margin-top: 25px; }

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

    .view-all-loop .module-holder.module-holder-simple-cta { margin-bottom: 30px; margin-top: 30px; }

}

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

    .view-all-loop .module-holder.module-holder-simple-cta { margin-bottom: 50px; margin-top: 50px; }

}