@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* GeneratePress Site CSS */ /* Box shadow */
.box-shadow {
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
}
.left-box-shadow {
	box-shadow: -5px 10px 36px -10px rgba(0,0,0,0.2);
}
body.page-id-8195 div#content , body.page-id-8195   {
    background: #fff !important;
}
.comparison-table .wp-block-column:hover .mouse-hover {
    color: #fff;
    background: #B1835D;
    cursor: pointer;
}

.comparison-table .wp-block-column:hover .mouse-hover h2 {
    color: #fff;
}
html {
  scroll-behavior: smooth;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-MyAccount-content label {
    font-size: 18px;
    font-weight: 400;
    color: #7B7B7B;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-MyAccount-content input {
    border: 1px solid #7B7B7B;
    border-radius: 21px;
}

body.logged-in.page-id-2721 .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row {
    width: 100%;
    float: unset;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .clear {
    display: none;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 22px;
	text-transform:uppercase;
	color:#000;
    font-weight: 700;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-MyAccount-content  button.woocommerce-Button.button {
    padding: 16px 40px;
    background: #AE2024;
    border-radius: 27px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
body.logged-in.page-id-2721 {
    background: #f5f5f5;
}
body.logged-in.page-id-2721 div#content {
    background: #f5f5f5;
}
body.logged-in.page-id-2721 div#logout-btn {
    position: absolute;
    right: 0;
	top:-12%;
}
body.logged-in.page-id-2721 div#logout-btn a.button.logout-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    gap: 10px;
    border: 1px solid #000000;
    border-radius: 27px;
    background: transparent;
    color: #000;
}
body.logged-in.page-id-2721 .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active {
    border-right: 5px solid #AE2024;
}

body.logged-in.page-id-2721 .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 700;
    color: #000;
}
body.logged-in.page-id-2721 .woocommerce {
    padding: 0;
    position: relative;
    box-shadow: unset;
    display: grid;
    grid-template-columns: 30% 70%;
}
body.logged-in.page-id-2721 nav.woocommerce-MyAccount-navigation {
    width: 100% !important;
}
.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: " ";
    display: none !important;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    background: #fff;
    height: 100%;
    padding: 35px;
}
bbody.logged-in.page-id-2721 .woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-info a.woocommerce-Button.wc-forward.button {
    float: unset;
    width: fit-content;
    padding: 16px 40px;
    background: #AE2024;
    border-radius: 27px;
    font-family: 'Montserrat';
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 20px;
}
body.logged-in.page-id-2721 .woocommerce .woocommerce-info {
    display: flex;
    background: #fff;
    border: none;
    flex-flow: column;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
body.logged-in.page-id-2721 .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding: 20px;
    border: 3px solid #D9D9D9;
    border-bottom: 0;
}

body.logged-in.page-id-2721 .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 22px;
    font-weight: 400;
    color: #7B7B7B;
	padding:0px;
}
body.logged-in.page-id-2721 .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    border-bottom: 3px solid #D9D9D9;
}
/*my-acc  */
.page-id-2721 .woocommerce .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-id-2721 .woocommerce .center span {
    height: 70px;
    display: block;
    width: 1px;
    background: #7B7B7B;
}

.page-id-2721 .woocommerce .center span:nth-child(2) {position: relative;}

.page-id-2721 .woocommerce .center span:nth-child(2):before {
    position: absolute;
    content: "OR";
    color: #7B7B7B;
    font-size: 18px;
    font-weight: 400;
    left: 50%;
    background: #f5f5f5;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
.page-id-2721 .woocommerce {
    margin: 0 auto;
	position: relative;
    width: 100%;
	max-width:1350px;
    background: #F5F5F5;
    box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.15);
    padding: 50px 137px;
}

.page-id-2721 .woocommerce form.woocommerce-form-login.login {
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.page-id-2721 .woocommerce h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.page-id-2721 .woocommerce form.woocommerce-form-login.login div#defaultLog{
	    max-width: 400px;

}
.page-id-2721 .woocommerce form.woocommerce-form-login.login div#social-Log {
    max-width: 400px;
    margin: 0 auto;
}
.page-id-2721 .woocommerce form.woocommerce-form-login.login div#defaultLog label {
    font-size: 18px;
    font-weight: 400;
    color: #7B7B7B;
    padding-bottom: 5px;
}

.page-id-2721 .woocommerce form.woocommerce-form-login.login div#defaultLog .woocommerce-form-row input {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    border: 1px solid #7B7B7B;
    border-radius: 21px;
    background: #fff !important;
}
.page-id-2721 .woocommerce form.woocommerce-form-login.login div#defaultLog p.form-row button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 100%;
    padding: 16px 40px;
    background: #AE2024;
    border-radius: 27px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.page-id-2721 .woocommerce form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a {
    color: #AE2024;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}
.page-id-2721 .woocommerce form.woocommerce-form-login.login button.show-password-input {
    right: 20px !important;
}
.page-id-2721 .woocommerce form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a:hover {
    color: #000;
}
.page-id-2721 .woocommerce form.woocommerce-form-login.login div#social-Log h3 {
    font-size: 22px;
    font-weight: 500;
    color: #7B7B7B;
    text-align: center;
}

.page-id-2721 .woocommerce form.woocommerce-form-login.login div#social-Log p.woocommerce-form-row.form-row {
    text-align: center;
	padding:0px;
}

.page-id-2721 .woocommerce form.woocommerce-form-login.login div#social-Log p.woocommerce-form-row.form-row a.button.google-login-button {
    display: block;
    background: transparent !important;
    font-size: 18px;
    color: #000 !important;
    border: 1px solid #ae2024;
    padding: 17px;
    border-radius: 27px;
}
.page-id-2721 .woocommerce form.woocommerce-form-login.login div#social-Log  p {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #7B7B7B;
    padding-top: 20px;
}
.page-id-2721 main#main {
    overflow: visible; 
}
.feedback-form:hover {
    background: #F5F5F5 !important;
    cursor: pointer;
}

.feedback-form:hover span.gb-button-text {
    color: #000;
}
footer h3.gb-headline.gb-headline-text , footer p a{
	color:#fff !important;
}
.slider-wrapper {
    display: flex;
    gap: 20px;
}

.slider-wrapper p {
    width: 60%;
}

.slider-wrapper .rating-value {
    width: 50px;
    border: 1px solid #7B7B7B;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-wrapper .rating-value p {
    text-align: center;
    width: 100% !important;
}

.slider-wrapper .rating-value p span#rating-display {
    color: #7B7B7B;
    font-size: 22px;
    font-weight: 700;
}
/* Slider Container */
.rating-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px !important;
    background: #7B7B7B !important; /* Updated background color */
    border-radius: 5px;
    outline: none;
    transition: background 0.3s ease;
}

/* Slider Thumb */
.rating-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #7B7B7B; /* Updated thumb color */
    border-radius: 50%;
    cursor: pointer;
}

/* Slider Thumb for Firefox */
.rating-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #7B7B7B; /* Updated thumb color */
    border-radius: 50%;
    cursor: pointer;
}
.wc-filter-right2 .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap:50px 0px;
}

.wc-filter-right2 .product-grid img.attachment-medium.size-medium {
    height: 382px;
    object-fit: contain;
    width: 100%;
}

.wc-filter-right2 .product-grid h5 a {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #000 !important;
    font-size: 22px;
}

.wc-filter-right2 .product-grid h5 {
    text-align: center;
}

.wc-filter-right2 .product-grid  a.button.buy-now {
    background: #b62728;
    color: #fff;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 40px;
    //width: fit-content;
    margin: 0 auto !important;
	font-weight:700;
}

.wc-filter-right2 .product-grid .prod-box {
    display: flex;
    flex-flow: column;
}

.d-none {
    display: none;
}
.faq_categories .gb-button-text.active {
    color: #b62728;
}
.partners-say p {
    margin: 10px 0;
	font-weight:500;
}
.become_an_affiliate p , .join-us-bottom p{
	font-weight:500;
}
.become_an_affiliate img {
	margin-bottom:15px;
}
.woocommerce-product-gallery__wrapper {
    pointer-events: none;
}
.mobile_user {
	display:none;
}
#sectionSelector {
	 max-width:800px;
	margin:0 auto;
	position:relative;
}
#sectionSelector select {
    height: 56px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border: 1px solid #000;
    border-radius: 40px;
    background: #f5f5f5;
	-webkit-appearance:none;
	width:100%;
}
#sectionSelector:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(/wp-content/uploads/2024/12/chevron-down.png);
    transform: translateY(-50%);
}
/*  .gb-grid-wrapper.footer-grid .gb-grid-column:nth-child(3) h3.gb-headline.gb-headline-text {
     visibility:hidden;
 } */
/* Sidebar */
.inside-right-sidebar ul.wp-block-categories-list {
	display: flex;
	flex-direction: column;
	row-gap: 0.3em;
	list-style: none;
	margin-left: 0.1em;
	margin-bottom: 0;
}

.inside-right-sidebar ul.wp-block-categories-list li a {
	color: var(--contrast);
}

.inside-right-sidebar ul.wp-block-categories-list li a:hover {
	color: var(--base);
}
.form-field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 30px 0px 0px;
}
.long-form-field {
    padding-top: 30px;
}
p:has(.extra) {
    text-align: center;
}
.form-field-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 30px 0px 0px;
}
.chk span.wpcf7-list-item-label {
    /* display: flex; */
}

.chk label {
    display: flex;
    align-items: center;
    justify-content: start;
}

.chk input[type="checkbox"] {
    width: max-content;
    margin-right: 10px;
    accent-color:#000;
}
 
.form-contact select.fname-new {
    font-weight: 400;
    color: #7B7B7B;
}
.form-contact textarea.wpcf7-form-control.wpcf7-textarea.fname {
    background: transparent;
    border-radius: 21px;
    border-color: #7B7B7B;
    height: 126px;
}
form.wpcf7-form:has(.form-contact) {
    display: block !important;
}
.chk {
    padding-top: 50px;
}

.chk span.wpcf7-list-item.first.last {
    margin: 0px;
}
form.wpcf7-form {
    justify-content: center !important;
}
.form-contact p.content-terms {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.94px;
    padding-bottom: 50px;
}
p.content-terms {
    font-size: 22px;
    font-weight: 500;
	text-align: center;
}
.waranty-table th {
    background: #282828;
    color: #fff;
    border: navajowhite;
}

.download_therapy.blogs form.wpcf7-form {
    justify-content: start !important;
}
.health-mate-form {
    box-shadow: 0px 25px 60px 0px #00000026;
}
.form-contact .btn-last input, .form-contacts .btn-last input {
    width: max-content;
    background: #AE2024; 
    font-size: 18px ;
    font-weight: 700;
    border: none ;
    height: unset ;
    padding: 16px 40px; 
    border-radius: 50px; 
}
.purchased select {
    background: #F5F5F5;
    border-radius: 40px;
    width: 100%;
	height: 51px;
}
.btn-last {
    text-align: center;
}
.chk label {
    display: flex;
    align-items: center;
    justify-content: start;
}
.red-heading span {
    color: #AE2024;
}
.chk input[type="checkbox"] {
    width: max-content;
    margin-right: 10px;
    accent-color:#000;
}

.chk {
    padding-top: 50px;
}
.form-contact p.content-terms {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.94px;
    padding-bottom: 50px;
}
.chk span.wpcf7-list-item.first.last {
    margin: 0px;
}
label.heading-form {
    display: block;
}
label.heading-form.extra {
    text-align: center;
    padding-top: 40px;
}
.form-contact {
    max-width: 50%;
    margin: 0 auto;
    padding: 50px 0px;
}
 .warranty-form {
    max-width: 1070px;
    margin: 0 auto;
    padding: 50px 0px;
}
.sec-form input[type="radio"] {
    width: 32px;
    accent-color: #000;
}
.form-contact input.fname {
    width: 100%;
}
.label-wrapper.file-set {
    position: relative;
}
.label-wrapper.file-set .abs p {
    display: flex;
   align-items: center;
   top: 25px;
}
.label-wrapper.file-set span.sec-file {
   color: #7B7B7B;
   font-weight: 400;
   overflow: hidden;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   width: 15ch;
   display: inline-block;
}
.label-wrapper.file-set .abs {
 
   width: max-content;
}
.label-wrapper {}

.label-wrapper.file-set p {
    z-index: 99;
    position: relative;
}

.label-wrapper.file-set .abs {
    position: absolute;
    bottom: -20px;
    z-index: 22;
    left: 50%; /* Horizontal positioning, 50% from the left of the parent element */
   transform: translate(-50%, -50%);
    cursor: pointer;
}
.label-wrapper.file-set span.file-first {
    padding: 10px 30px;
    border: 1px solid #7B7B7B;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #7B7B7B;
    margin-right: 20px;
}
body.page-id-6102 .label-wrapper.file-set span.file-first {
	display: flex;
    align-items: center;
    gap: 10px;	
}
.label-wrapper.file-set span.wpcf7-form-control-wrap {
    opacity: 0;
	position:relative;
	z-index:99;
}
.label-wrapper.file-set span.sec-file {
    color: #7B7B7B;
    font-weight: 400;
}
.label-wrapper.file-set input.wpcf7-form-control.wpcf7-file.fname {
    width: max-content;
}
.sec-form {
    max-width: 100%;
    margin: 0 auto;
}
.form-contact select {
    width: 100%;
    border-radius: 50px;
    background: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.img-sec {
    padding-top: 30px;
}
.label-wrapper.file-set {
   margin: 40px 0 0;
   padding-top: 40px;
}

.label-wrapper.file-set .abs {
    position: absolute;
    bottom: 0;
    z-index: 22;
    left: 0;
    transform:none;
    cursor: pointer;
    width: 100%;
    top: auto;
    transform: translate(0);
}
label.heading-form.extra {padding-top:0;}
.label-wrapper.file-set .abs p {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
    transform: none;
}
.label-wrapper.file-set label.heading-form.extra + br {
    display: none;
}

form.wpcf7-form .form-contact input {
    height: 54px;
	line-height: 1;
}


span.wpcf7-not-valid-tip {
    display: none;
}

.label-wrapper.file-set p {
    position: static;
}
 .main-navigation .inside-navigation .hide-on-mobile {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 18px;
      line-height: 1.8;
    min-width: 130px;
	 justify-content:center;
    text-align: center;
	color:#fff ;
}
.main-navigation .inside-navigation .hide-on-mobile:hover {
    color: initial;
    cursor: pointer;
}

 /* .woocommerce-shop .entry-content > ul.products.columns-4 {
    display: none;
}

.woocommerce-shop .entry-content >  form.woocommerce-ordering {
    display: none;
}

.woocommerce-shop .entry-content >  p.woocommerce-result-count {
    display: none;
} */

.renewed_health form.wpcf7-form.init p select {
    -webkit-appearance: none;
}

.renewed_health form.wpcf7-form.init p span:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 0px;
    background: url(/wp-content/uploads/2024/12/chevron-down.png)
}

.faq_accordion .gb-container.gb-accordion .gb-container  .gb-accordion__toggle:hover {
    background: #f5f5f5 ;
}
.faq_accordion .gb-container.gb-accordion > .gb-container  .gb-accordion__toggle {
  border-bottom:1px solid #ccc;
 }
.faq_accordion .gb-container.gb-accordion > .gb-container:first-child  .gb-accordion__toggle {
  border-top:1px solid #ccc;
 }
.faq_categories {
    background: #f5f5f5;
    position:relative;
	height:100%;
}
.faq_categories:before {
    content:'';
    width:100vw;
    height:calc(100% + 80px);
    background:#f5f5f5;
    position:absolute;
    right:0;
    top: -60px;
}
  
.faq_categories > * {
    position: relative;
}

main#main:has(.faq_categories) {
	overflow:visible;
}

 
.faq_accordion span.gb-icon {
    position: relative;
}
.faq_accordion .gb-accordion__toggle span.gb-icon{
    height:25px;
    width:25px;
    display:block;
}
.faq_accordion .gb-accordion__toggle span.gb-icon svg {
    display:none;
}
.faq_accordion .gb-accordion__toggle span.gb-icon::after {content: '+';height: 100%;width: 100%;position: absolute;left: 0;top: 0;background: #fff; font-size:35px;color:#AE2024;line-height:0.7;}
.faq_accordion .gb-accordion__toggle:hover span.gb-icon::after{background:transparent;}
 .faq_accordion .gb-accordion__toggle.gb-block-is-current span.gb-icon:after {
     content:'-';
     font-size:40px;
     background: transparent;
 }
 .faq_accordion .gb-accordion__toggle.gb-block-is-current span.gb-icon{
     background:transparent;
 }
.posts_loop ul li {
    margin-bottom: 50px;
}

.posts_loop ul li img {
    aspect-ratio: 3/1.4;
}
.posts_loop p.wp-block-post-excerpt__excerpt {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}

.posts_loop ul li h2 a {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}

.posts_loop a.wp-block-post-excerpt__more-link {
    padding: 10px 70px 10px 45px;
    color: #000;
    margin-top: 20px;
    border-radius: 40px;
    border: 1px solid #000;
    height: 54px;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
	position:relative;
}
.posts_loop a.wp-block-post-excerpt__more-link::after {
    content: '';
    height: 22px;
    width: 22px;
    background: url(/wp-content/uploads/2024/12/chevron-down.png);
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
    top: 55%;
    right: 45px;
}

ul#point_list {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.slideout-menu span.dropdown-menu-toggle  {
    height: 20px;
    width: 20px;
    display: block;
    background: #000;
    border-top: 10px solid #fff;
    border-left: 10px solid #000;
    border-bottom: 10px solid #fff; 
    padding: 0;
     margin-right: 16px;
  
}

.slideout-menu span.gp-icon.icon-arrow svg {
    display: none;
} 
.slideout-navigation .slideout-menu > li > a {
    display:flex;
    justify-content:space-between;
    align-items: center;
}

.slideout-menu li.sfHover > a span.dropdown-menu-toggle  {
   border-left: 10px solid #fff;
   border-top: 10px solid #000;
   border-right: 10px solid #fff;
   float: none;
   display: block; 
   line-height: 0;
   font-size: 0;
 
}

  .woocommerce-shop .button.add_to_cart_button {
    height: 54px;
    padding: 16px 40px 16px 40px;
    gap: 10px;
    color:#fff;
    border-radius: 27px ;
    background: #AE2024 ;
    line-height: 1.3 ;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
  .woocommerce-shop .button.add_to_cart_button:hover {
    color:#fff;
    background: #AE2024 ;
  }
  .woocommerce-shop .woocommerce-archive-wrapper {
    padding: 70px 0;
}
.accessories_product .wc-block-grid__products {
    justify-content: center;
}
.home_products h2.wp-block-heading.has-text-align-center {
    display: none;
}
.gb-grid-column.faq.type-faq {
    display: none;
} 
.faq.type-faq.faq_category-health-mate-sauna {
    display:block;
}
.thankyou {
    position: relative;
}

.thankyou::before {
    content: '';
    height: 50%;
    width: 100%;
    position: absolute;
    background: #AE2024;
    top: 0;
}

.thankyou > * {
    position: relative;
}
form.wpcf7-form {
    display:block;
}

form.wpcf7-form:has(.form-contact-second) {
    display: block;
}

body.error404  .inside-article {
    display: none;
}
.label-wrapper.file-set span.file-first.dark {
    background: #7b7b7b;
    color: #fff;
} 
.label-wrapper.file-set span.file-first.dark + span {
    opacity:0;
}

.label-wrapper.new-dis {
    margin: 15px 0;
}

form.wpcf7-form .label-wrapper.new-dis label {
    color: #7B7B7B;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
	justify-content: center;
}
 .chk .label-chk span {
    display: block;
}
 .chk .label-chk span label {
    padding: 0px 0 15px;
}

.form-contact span.wpcf7-not-valid-tip {
    display: block;
    border: none !important;
    text-align: left;
    width: max-content !important;
    background: #ffe0df !important;
    border-radius: 10px;
}
.form-contact .chk .label-chk span span.wpcf7-not-valid-tip {
    top: -10px;
}
.form-contact .label-wrapper.new-dis span.wpcf7-not-valid-tip {
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
	display:none;
}

.product_div {
    position: absolute;
    position: relative;
}
 
.product_div a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

li.wc_payment_method.payment_method_affirm {
  
} 
input#payment_method_affirm {
    max-width: 20px;
	flex-basis:20px;
} 
 
li.wc_payment_method.payment_method_authnet input#payment_method_authnet {
    max-width: 20px;
	flex-basis:20px;
	float:left;
} 
li.wc_payment_method.payment_method_authnet:before {
    display: none !important;
}
 li.wc_payment_method.payment_method_authnet {
    display: grid;
    grid-template-columns: 30px calc(100% - 30px); 
    /* updated: 11/3 - Gilad	
     * grid-template-columns: calc(100% - 30px); 	 
     */
     align-items:left;
}
body .woocommerce-checkout #payment div.payment_box { 
    grid-column: span 2;
}
li.wc_payment_method.payment_method_affirm:before {
   display: none !important;
} 
li.wc_payment_method.payment_method_affirm {
    display: grid;
    grid-template-columns: 30px calc(100% - 30px);
    align-items:center;
} 
 
body .woocommerce-checkout #payment div.payment_box {
    background: transparent;
    border: 1px solid rgba(104,87,125,.14); 
} 
.woocommerce-checkout #payment div.payment_box:before {
    opacity: 0;
} 
body .woocommerce-checkout #payment ul.payment_methods {
    padding-left: 0;
    padding-right: 0;
}

fieldset#wc-authnet-cc-form {
    margin-top: 0 !important; 
}

.woocommerce-checkout #payment div.payment_box p.form-row.form-row-wide.woocommerce-validated {
    padding-top: 0 !important; 
}

div#affirm-inline-checkout iframe {
    max-width: unset !important; 
}
.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 17px;
}
input#payment_method_authnet , input#payment_method_affirm {
    position: relative;
    border: 2px solid #000 !important; 
   height: 20px;
-webkit-appearance:none;
}

input#payment_method_authnet:before , input#payment_method_affirm:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #fff;
    position: absolute;
    left: 3px;
    border-radius: 50%;
    top: 3px;
}
input#payment_method_authnet:checked:before , input#payment_method_affirm:checked:before {
    background:#000;
}
 .resources-columd:hover {
    border-color: #B1835D !important;
    transition: .7s;
}
.resources-columd img {
	margin-bottom: 41px;
}
.resources-columd p {
	margin-bottom: 0px;
}
.resources-columd {
    border-bottom: 7px solid #636b35;
    padding: 41px;
}
.catalog-slider ul.slick-dots {
    display: flex;
    margin: 0px;
    list-style: none;
    position: absolute;
    width: 100%;
    top: 570px;
}

.catalog-slider ul.slick-dots li {
    width: 100%;
    background: #FFFFFF !important;
    opacity: 0.5;
    height: 16px;
	cursor:pointer;
}
.catalog-slider img {
    width: 100% !important;
}
.catalog-slider ul.slick-dots li button {
    opacity: 0;
}
.catalog-slider button.slick-next.slick-arrow {
    transform: rotate(180deg);
    background: transparent;
    position: absolute;
    bottom: 165px;
    padding: 0px;
    right: calc(50% - 672px );
}

.catalog-slider button.slick-prev.slick-arrow {
    left: calc(50% - 672px );
    position: absolute;
    background: transparent;
    padding: 0px;
    top: unset;
    bottom: 165px;
    z-index: 2;
}
.catalog-slider li.slick-active {
    opacity: 1 !important;
}

@media screen and (min-width:767px) {
	.smart_infrared_hero.hero_overlay .carousel-item , .hero_section.hero_overlay .carousel-item , .faq_hero {
    height: auto !important; 
    aspect-ratio: 3/1;
	min-height: unset !important;
} 
.hero-banner.hero_overlay {
    height:auto !important;
    aspect-ratio:3/1;
	min-height: unset !important;
}
}
@media screen and (max-width:1370px){
	.catalog-slider button.slick-next.slick-arrow {
    right: calc(50% - 572px );
}
div#primary-menu {
    flex: 1;
    padding-left: 0 !important; 
}
.catalog-slider button.slick-prev.slick-arrow {
    left: calc(50% - 572px );
}
	.inside-header {
    padding: 20px !important;
}
		body .main-navigation .sticky-navigation-logo img.is-logo-image {
    width: 160px !important;
    object-fit: contain !important;
}
}

@media screen and (max-width:1300px) {
	nav#sticky-navigation.navigation-stick .sticky-navigation-logo img {
    max-width: 250px;
    object-fit: contain;
}

	ul#menu-header-new-menu span.gp-icon.icon-arrow:before {
    transform: scale(0.8);
}
}
@media (max-width: 768px) {
	.bg-right img{
		object-position:85%;
	}
	.comparison-table .slick-slide.slick-active .mouse-hover {
    background: #B1835D;
}

.comparison-table .slick-slide.slick-active .mouse-hover h2 {
    color: #fff;
}
	.resources-gird .wp-block-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
	.research-content ul li {
    padding-bottom: 50px;
}
	.resources-title {
    padding: 50px 20px;
}
	.resources-title p{
    margin: 0 !important;
		font-size: 18px !important;
}
	.resources-gird {
    padding: 0 20px 50px 20px !important;
}
.resources-columd::after {
    content: "";
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    right: 24px;
    background: url("/wp-content/uploads/2025/05/chevron-right-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}
	.resources-columd {
		position: relative;
	}
	.wp-block-column.resources-columd {
    flex-flow: row !important;
    display: flex !important;
    align-items: center;
    gap: 20px;
}
	.resources-columd {
    border-bottom: 7px solid #636b35;
    padding: 20px;
}
	.resources-columd img {
  margin-bottom: 0 !important;
}
	.sauna-infra p{
		text-align: center;
		font-size: 18px !important;
	}
	.sauna-infra .gb-container {
    padding-bottom: 50px !IMPORTANT;
  
}
		.sauna-infra  {
    padding-left: 20px;
    padding-right: 20px;
}
		.sauna-infra h2{
		text-align: center;
		font-size: 26px !important;
	}
	.mobile_large {
    min-height: 600px;
    object-fit: cover;
}
	  .woocommerce-shop .button.add_to_cart_button {
     padding: 16px 20px 16px 20px;
  }
	
	.label-wrapper.file-set:has(.second-extra){
		margin-top:10px;
	}
	.sidebar.is-right-sidebar {
		margin-top: 60px;
	}
} 

/* End GeneratePress Site CSS */

html {
	height:-webkit-fill-available;
}

.header_search button {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 35px 10px 15px;
    font-size: 18px;
    align-items: center;
    display: flex;
    gap: 15px;
    margin-left: 15px;
}

.header_search {
    display: flex;
    align-items: center; 
}

.header_search span.cart_img.not_filter {
	filter:invert(0);
}
.header_search button:hover {
    background: transparent;
}

span.cart_img {
    line-height: 1;
}
form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap:30px;
}
form.wpcf7-form label {
    color: #7B7B7B;
    font-size: 18px;
    font-weight: 400;
}
form.wpcf7-form input {
    width:100%;
    height:51px;
    border-radius:27px;
    border-color:#7B7B7B;
    background:transparent;
}
form.wpcf7-form p {
    margin-bottom:0;
}
form.wpcf7-form p:has(.w-50) {
    flex-basis: calc(50% - 15px);
}

form.wpcf7-form p:has(.w-100) {
    flex-basis: 100%;
} 
form.wpcf7-form .info_wrapper {
    display: flex;
    gap: 30px;
}
.custom_slider .carousel-control-next {
    right: -90px;
     opacity:1;
}
.custom_slider .carousel-control-prev  {
    left: -90px; 
     opacity:1;
}
.custom_slider .carousel-control-prev svg ,
.custom_slider .carousel-control-next svg {
  fill:#000 !important;
  color:#000 !important;
    opacity:1;
}

body #bsbCarousel-e411940a-e .bsbCarousel .indicatorsWrapper .horizontal button {
    transform: translateY(20px); 
    max-width: unset !important; 
    flex: 1;
    max-height: 10px !important; 
    background: #7B7B7B;
}

body #bsbCarousel-e411940a-e .bsbCarousel .indicatorsWrapper .carousel-indicators {
    width: 100%;
    max-width: unset;
    justify-content: unset;
    display: flex;
    gap: 0;
    padding: 0;
}

body #bsbCarousel-e411940a-e .bsbCarousel .indicatorsWrapper .carousel-item {
    flex: 1;
}

body #bsbCarousel-e411940a-e .bsbCarousel .indicatorsWrapper .horizontal button.active {
    background: #000;
    border-color: #000;
}
.video-sec video {
	cursor:pointer;
}

.footer_newsletter {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer_newsletter * {
    margin: 0;
    line-height: 1;
}

.footer_newsletter br {
    display: none;
}

.footer_newsletter span {
    display: block;
}

.footer_newsletter span.wpcf7-spinner {
    position: absolute;
    top: 100%;
}
.footer_newsletter input {
    background: #fff !important; 
    border:none; 
    min-height:50px;
    border-radius:50px!important;
	 color:#000 !important;
} 

.footer_newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background:#AE2024!important; 
    font-size:18px;
    font-weight:700; 
    padding:10px 32px;
	color:#fff !important;
	border:none ;
}

.slider_with_content.smart_infrared .carousel-indicators {
    display: none;
    opacity: 0;
}

footer .wp-block-image img {
    max-width: 340px;
}
.gb-grid-wrapper.footer-grid {
    margin-left: 0;
}

.gb-grid-wrapper.footer-grid > .gb-grid-column {
    padding-left: 0;
}
nav#sticky-navigation {
    padding: 12px 0;
    background: #fff;
}
.scrolled .main-navigation .inside-navigation .hide-on-mobile: , .scrolled.mobile_search.desktop_search input{
	color:#000;
}
nav#sticky-navigation * {
    color: #000;
    border-color: #000;
}

nav#sticky-navigation img {
    filter: invert(1);
}
nav#sticky-navigation .sticky-navigation-logo img{
	 filter: unset;
}
.main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container {
    padding: 0;
}

.wp-block-bsb-slider .bsbCarousel .bsbButtonDesign button .bsbArrowButton {
    background: url(/wp-content/uploads/2024/12/Vector-15.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important; 
}
.hide-btn-click:hover {
    background: #f5f5f5 !important;
    color: #000 !important;
}
.wp-block-bsb-slider .bsbCarousel .bsbButtonDesign button .bsbArrowButton svg {
    opacity: 0;
}

.wp-block-bsb-slider .bsbCarousel .bsbButtonDesign button.carousel-control-next .bsbArrowButton {
    background-image: url(/wp-content/uploads/2024/12/Vector-14.png) !important;
}

ul.wp-block-list.breadcrumb {
    display: flex;
    list-style: none;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom:0;
    left: 0;
}
.research-content ul li {
    padding-bottom: 50px;
	font-size: 22px;
}
.form-ther.therapy {
    max-width: 959px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.form-ther.therapy input.btn-contact {
    background: #AE2024 !important;
    height: 42px;
	line-height: normal;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.form-ther.therapy input {
    height: 42px;
}
ul.wp-block-list.breadcrumb li {
    padding-right: 25px;
    position:relative;
    cursor:pointer;
}

ul.wp-block-list.breadcrumb li:after {
    height:20px;
    width:20px;
    content:'';
    position:absolute; background:url(/wp-content/uploads/2024/12/chevron-right.png);
    background-repeat:no-repeat;
    background-size:20px;
    top:50%;
    margin-top:-10.5px;
}

nav#sticky-navigation .header_search button {
    border-color: #7b7b7b;
    color: #7b7b7b;
}
.page-id-6102 span.gb-button.btn-test {
    position: relative;
}

.page-id-6102 span.gb-button.btn-test::before {
    position: absolute;
    content: "";
    background: url('/wp-content/uploads/2024/12/smartphone.png');
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 7%;
}
 
.hero-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000033;
    top: 0;
    left: 0;
}

.hero-banner h1 {
    z-index: 9;
}
.header-wrap { 
    z-index: 99 !important;
}

.dynamic_content p , .dynamic_content ul li , .dynamic_content a{
    font-size: 22px;
    line-height: 36px;
    color: #000;
    font-weight: 500;
}
.inside-article .dynamic_content a  {
	color:#AE2024;
}
a.gb-button-text.return_faq { position:relative; }

a.gb-button-text.return_faq::after {
    content: '';
    height: 18px;
    width: 18px;
    background: url(/wp-content/uploads/2024/12/chevron-down.png);
    background-size:contain;
    position: absolute;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    left: 40px;
    opacity:0.5;
}
.hero_overlay {
    position: relative;
}

.hero_overlay:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.woocommerce-shop .woocommerce-archive-wrapper {
    padding: 20px 20px !important; 
}

.woocommerce-shop h2.woocommerce-loop-product__title {
    font-size: 21px !important; 
    font-weight: 400;
    color: #000; 
     display: block !important; 
}
form.woocommerce-ordering select {
    border-radius: 40px;
    background: transparent;
    margin: 10px 0px;
}
 
form.wpcf7-form .wpcf7-checkbox label {
    display: grid;
	grid-template-columns:25px auto;
}

form.wpcf7-form .wpcf7-checkbox label input[type="checkbox"] {
    flex-basis: 50px;
    margin-top: 5px;
    height: 20px;
}

form.wpcf7-form .wpcf7-checkbox label span.wpcf7-list-item-label {
    flex: 1;
}
.info_wrapper.gray p {
    color: #7B7B7B;
}

.maxcontent input {
    width: max-content !important; 
}

.redbg input { 
    width: max-content;
    background: #AE2024 !important;
    font-size: 18px;
    font-weight: 700;
    border: none;
    height: unset;
    padding: 16px 40px;
    border-radius: 50px;
    height:55px !important;
    border-radius:40px !important;
	border: none !important;
}

label.w-100.redbg.maxcontent {
    width: 100%;
    display: block;
    text-align: center;
}
.form-contact-second {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 0;
    width: 50%;
    margin: 0 auto;
}

 .sec-form.py {
    padding-top: 25px;
}

.sec-form .label-wrapper.new-dis { 
    margin-bottom:25px ;
}
span.wpcf7-spinner {
    position: absolute;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider_with_content.home div#carousel-example-generic .carousel-item > * {
    background: #B1835D;
}
.black-friday {
    gap: 0 !important;
}
.black-friday .wp-block-column {
    padding: 10px;
}
.black-friday p {
    margin: 0;
}
.d-none-slider-mob{
	display:none;
}
.mouse-hover h2 {
    margin: 0px !important;
}
.flex-col h2 {
    margin: 0px;
}

/@media screen and (max-width:1400px) {
	body .inside-header {
    padding: 22px 20px 22px 20px;
}
	nav#sticky-navigation .sticky-navigation-logo img {
    filter: unset;
    width: 250px;
}
} 

@media screen and (min-width:767px) {
	.nav-float-right .navigation-stick .navigation-branding {
    margin-right: 0;
}

nav#sticky-navigation .inside-navigation.grid-container {
    justify-content: center;
}
body.nav-float-right #site-navigation {
    margin-left: 0;
}
}

@media screen and (max-width:1441px) and (min-width:1230px) {
	body .mobile_search.desktop_search input::placeholder {
    font-size: 14px;
}
body .mobile_search.desktop_search input { 
    min-height: 40px; 
    padding: 10px 14px 10px 40px;
    font-size: 14px;
}

body .mobile_search.desktop_search .wp-block-search__inside-wrapper:before {
    height: 22px;
    width: 22px;
    background-size: contain;
}
	
    .main-navigation .inside-navigation .gb-button {
    padding: 8px 14px;
    font-size: 14px;
}

.header_search button {
    padding: 10px 10px 8px 10px;
    font-size: 14px;
}

.header_search button img {
    height: 20px;
}
}

@media screen and (max-width:1330px) and (min-width:1230px) {
	.inside-header {
    padding: 22px 25px 22px 25px;
}
		body .mobile_search.desktop_search input::placeholder {
    font-size: 14px;
}
body .mobile_search.desktop_search input { 
    min-height: 40px; 
    padding: 10px 14px 10px 40px;
    font-size: 14px;
}

body .mobile_search.desktop_search .wp-block-search__inside-wrapper:before {
    height: 22px;
    width: 22px;
    background-size: contain;
}
	
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
}
}
.main-navigation .inside-navigation a:not(.gb-button) {
    font-weight: 400;
    padding: 0 8px;
    letter-spacing: 0px;
    /*
    font-size: 22px;
    font-size: clamp(16px , 1.25vw , 22px); 
    */
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px !important;
    padding-left: 5px !important;
}
.main-navigation .main-nav>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

body .main-navigation ul ul.sub-menu {
    width: 350px;
}
.red_col {
    background: #ae2024;
}
@media screen and (max-width:1500px) {
    .main-navigation .inside-navigation a:not(.gb-button) {
    font-size: 24px;
    font-weight: 400;
    padding: 0 8px;
    letter-spacing: 0px;
    font-size: clamp(14px , 1.15vw , 24px); 
}
}

@media screen and (max-width:1250px) {
.custom_slider {
    width: calc(100% - 180px);
    margin: 0 auto;
}
		.form-contact,.sec-form {
    max-width: 70%;
    margin: 0 auto;
    padding: 50px 0px 0;
}
body	.catalog-slider h1 {
    font-size: 50px ;
}
	.catalog-slider ul.slick-dots{
		top:370px;
	}
	.page-id-7623 .sauna-infra {
    padding: 20px;
}
body .catalog-slider p {
    font-size: 18px;
    max-width: 800px;
}
	body .catalog-slider button.slick-prev.slick-arrow {
    left: calc(50% - 472px );
}
	body .catalog-slider button.slick-next.slick-arrow {
    right: calc(50% - 472px );
}

	.catalog-slider .wp-block-image  img {
    width: 100% !important;
    height: 400px !important;
}
}
@media screen and (max-width:767px) {
.warranty-reg span {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

	.page-id-8587 .slider-wrapper p {
    width: 70%;
}
	.d-none-slider-mob{
	display:block;
}
.desktop-slider{
	display:none !important;
}
	body.logged-in .woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account {
    grid-template-columns: 1fr;
}
.woocommerce-info::before {
    color: #1e85be !important;
    left: -5% !important;
    top: 10% !important;
}
	body.logged-in .woocommerce .woocommerce-info {
    padding: 0px 20px;
}
	.page-id-2721 .woocommerce form.woocommerce-form-login.login {
    grid-template-columns: 1fr;
		padding:0px;
		gap:125px;
}
	.page-id-2721 .woocommerce .center {
    opacity: 1;
    width: 100%;
}

.page-id-2721 .woocommerce .center:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2025/05/Group-33679.png");
    z-index: 222;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    background-position: bottom center;
}

.page-id-2721 .woocommerce .center  span {opacity: 0;}
	.page-id-2721 .woocommerce {
    padding: 30px 20px;
}
	.page-id-2721 .woocommerce form.woocommerce-form-login.login div#social-Log {
    margin-top: 30px !important;
}
		.page-id-2721 .entry-content {
    margin: 0px !important;
}
	.page-id-2721 .woocommerce form.woocommerce-form-login.login div#defaultLog .woocommerce-form-row input {
    width: 100%;
}
	.page-id-2721 .woocommerce h2 {
    font-size: 30px;
    font-weight: 500;
}
	body.logged-in .woocommerce {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
}
	div#logout-btn {
    top: 0;
}
	body.logged-in nav.woocommerce-MyAccount-navigation {
    padding-top: 50px;
}
	
	.page-id-2721 div#content {
    padding: 0px;
}
	.sauna-accessry h2 {
    font-size: 30px !important;
}
	.blogs {
    min-height: 500px !important;
}
	.infrsauna{
		padding: 50px 20px;
	}
	.warranty-reg {
		margin-bottom: 0 !important;
	}
	.sauna-blogs  h2.wp-block-post-title , .how-works > h2{
    font-size: 26px !important;
}
	html body .banner_below.original .red_col h6 {
    font-size: 52px !important;
}
	.sauna-blogs li:first-child .colms .right-column {
    max-width: 90% !important;
}
	ul.latest-posts {
    margin-left: 20px !important;
}
	.sauna-blogs li p, .sauna-accessry p {
    font-size: 18px !important;
}
	.sauna-blogs li:first-child .colms .right-column h2 {
    text-transform: uppercase;
    font-weight: 500 !important;
}
	.sauna-blogs li:first-child figure.image-blog {
    height: 600px;
}
	.form-contacts.healthmate {
		width: 100% !important;
	}
	.dynamic_content p , .dynamic_content ul li , .dynamic_content a , .health-mate-form p{
    font-size: 18px;
    line-height: 26px;
}
	.warranty-regist {
    padding-bottom: 50px;
}
	.warranty-regist p {
    text-align: center;
}
	.health-mate-form {
    padding: 50px 20px !important;
		width: 100% !important;
}
	.warranty-regist {
    padding: 50px 20px;
}
	.warranty-bx {
    padding: 0 20px !important;
}
	.waranty-table th {
    min-width: 200px !important;
    width: 200px !IMPORTANT;
}
	.waranty-table {
    width: 100%;
    overflow-x: auto;
}
	.warranty-form, 	.warranty-bx .sec-form.py {
    padding-bottom: 0;
}
	label.heading-form.extra {
    width: 100%;
    white-space: break-spaces;
}
	.health-title {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
	.health-title p, .warranty-regist p, p.content-terms{
		font-size: 18px !important;
	}
	.warranty-regist h2, .health-mate-form h2{
		font-size: 30px !important;
	}
	.research-content ul li {
	font-size: 18px;
}
	.form-ther.therapy {
    align-items: center !important;
		flex-flow: column !important;
}
	.therapy-frm h2{
		font-size: 30px !important;
		font-weight: 500 !important;
	}
	.therapy-frm {
		padding-left: 20px;
		margin: 0 !important;
		padding-right: 20px;
	}

	
	.woocommerce-shop h2.woocommerce-loop-product__title {  
     font-size: 21px !important; 
    min-height: 78px !important; 
    display: block !important; 
}
	.research-content h2 {
    font-size: 26px !IMPORTANT;
}
	.gb-grid-wrapper.footer-grid .gb-grid-column:nth-child(4) {
    display: none;
}
/* .gb-grid-wrapper.footer-grid .gb-grid-column:nth-child(3) h3.gb-headline.gb-headline-text {
    display: none;
}  */

	.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__quantity {
    display: none !important; 
}
 
.wp-block-woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    position: relative;
    margin: 0;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block::before {
    content: '';
    height: calc(100%);
    width: 100vw;
    background: #f5f5f5;
    position: absolute;
    top: 0px;
    left: -20px;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block > * {
    position: relative;
}
 main#main:has(.custom_class_checkout) {
    overflow: visible;
}
 

main#main:has(.custom_class_checkout) .wc-block-components-checkout-order-summary__title {
    border: none;
    margin: 0;
}


#bsbCarousel-e411940a-e .default .bsbButtonDesign button {
    width: 30px !important;
}
	label.heading-form.extra {
    text-align: center;
    margin-top: 40px;
    padding-top:0px;
}
	label.heading-form.extra.second-extra {
    margin: 0px;
}
	.form-contact span.wpcf7-spinner {
    display: none;
}
	body .shared_warmth_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 500px;
}
.gb-grid-column:has(.shared_warmth_col) {
    position: absolute;
    right: 0;
    top: 0%;
	bottom:unset;
}
.label-wrapper.file-set {
    position: relative;
    padding-bottom: 40px;
}
.label-wrapper.file-set .abs {
    position: absolute;
    top: 74px;
    z-index: 22;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    padding-bottom: 0px;
}
.label-wrapper.file-set .abs p {
    display: flex;
    align-items: center;
    top: 25px;
    flex-direction: column;
}
	.form-contact,.sec-form {
    max-width: 98%;
    margin: 0 auto;
    padding: 50px 0px;
}
.form-field,.form-field-three {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}
	.hide-btn-click span.gb-button-text {
    font-weight: 400;
}
	.label-wrapper.file-set span.file-first {
    padding: 10px 20px;
    border: 1px solid #7B7B7B;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #7B7B7B;
    margin-right: 10px;
}
.form-contact  label {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 400;
    white-space: unset !important;
}
.custom_slider {
    width: calc(100% - 60px);
    margin: 0 auto;
}
    .custom_slider .carousel-control-next {
    right: -30px;
    opacity: 1;
}
   .custom_slider .carousel-control-prev {
    left: -30px;
    opacity: 1;
}
form.wpcf7-form {
    gap: 15px;
}
form.wpcf7-form p:has(.w-50) {
    flex-basis: calc(50% - 7.5px);
}
form.wpcf7-form label {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

form.wpcf7-form .info_wrapper {
    gap: 15px;
}
	.gb-button-87e83531 .gb-icon svg{
		display:none;
	}
	 
	label.heading-form.extra {
    margin: 0;
}

.label-wrapper.file-set .abs {
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
}
	nav#sticky-navigation .header_search {
    display: none;
}

nav#sticky-navigation .inside-navigation.grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}


nav#sticky-navigation span.gp-icon.icon-menu-bars {
    padding-top: 10px;
}

nav#sticky-navigation .sticky-navigation-logo img {
    max-width: 185px;
	object-fit:contain;
}
	
}

.post-type-archive-product.one-container .site-content {
    padding: 0 !important;
}

.post-type-archive-product h1.woocommerce-products-header__title.page-title,
.post-type-archive-product div#wc-column-container {
    display: none;
}

   .featured-in p {
    margin: 0 !important;
} 

hr.wide-line {
    width: 100px;
    margin: 20px auto;
}
body section.gb-container.hero_section .shop__hero_slider div#carousel-example-generic .carousel-indicators {
    grid-template-columns: repeat(2, minmax(auto, 100%));
    padding: 0 0%;
    gap: 0;
}
body section.gb-container.hero_section .shop__hero_slider div#carousel-example-generic .carousel-indicators button {
    max-width: unset!important;
    max-height: 10px !important; 
    background: #ffffff29;
    border:none !important;
}

body section.gb-container.hero_section .shop__hero_slider div#carousel-example-generic .carousel-indicators button.active {
    background: #fff;
}
body .hero_section.hero_overlay .carousel-item{
	height: 900px !important;
}
 
.shop__hero_slider .captionContent.center-center h5.bsbTitle {
    font-size: 60px !important; 
    font-weight: 400 !important; 
}
 
.shop__hero_slider .carousel-caption p a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 72px;
    width: 190px ;
    display: block;
    font-size: 26px;
    line-height: 2.5;
    font-weight: 700;
    margin: 0 auto;
}
.red_col {
    position: relative;
}
body:has(.wp-block-woocommerce-product-category) .health-made-video.video-sec {
    display: none;
}

.red_col::before {
    content: '';
    height: 100%;
    width: 60vw;
    background: var(--accent);
    position: absolute;
    right: 0;
	top:0;
}

.red_col * , .black_col * {
    position: relative;
}
.black_col{ position:relative;}
.black_col::before {
    content: '';
    height: 100%;
    width: 60vw;
    position: absolute;
    left: 0;
    background:#282828;
	top:0;
}
.red_col h6 {
    line-height: 1;
}

.red_col h2 {
    line-height: 1;
    text-transform: uppercase;
}

.black_col h2 {
    line-height: 1;
    text-transform: uppercase;
}
.red_col h6 {
    line-height: 1;
    font-weight: 900;
    letter-spacing: 14px;
}
.red_col  {
    padding: 20px 0px;
}

.black_col {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.offer_btns p {
	margin-bottom:0;
}
.offer_btns a.wp-block-button__link {
    font-size: 18px;
    font-weight: 700;
} 
.offer_btns p { font-size: 18px;}
.hover_animated .parent_container {
    height: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
	position:relative;
} 
.hover_animated .parent_container  .content_container {
     width:310px;
	min-width:310px;
	position:relative;
}
 .animated_wrapper .content_container {
    display: none;
}

.animated_wrapper .active .content_container {
    display: block;
}

.animated_wrapper.gb-grid-wrapper > .gb-grid-column {
    width: 18%;
    transition: width 0.6s ease-in-out;
	position:relative;
}

.animated_wrapper.gb-grid-wrapper > .gb-grid-column.active {
    width: 64%;
}

.animated_wrapper h2 {transform: rotate(-90deg);}
 .hover_animated .content_container {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}


 .hover_animated .active .gb-container:has(>h2) {
    width: 100%;
   
}
 

.animated_wrapper h2.gb-headline-text {
    white-space: nowrap;
	text-align:center;
} 
 .infrared__sauna p {
    margin-bottom: 0;
}
.hover_animated .parent_container.first_wellbeing h2 {
    margin-left: -25px;
}
.hover_animated .active .parent_container.first_wellbeing h2 {
    margin-left: 0px;
}
.slider_with_content div#carousel-example-generic .carousel-item > * {
    position: static;
    transform: none;
    margin: 0;
    background: #000;
}

.slider_with_content div#carousel-example-generic .captionContent  {
    position: relative;
    padding: 50px 0;
    max-width: 970px;
    margin: 0 auto;
	z-index:9;
}

.slider_with_content div#carousel-example-generic .captionContent > * {
    color: #ffffff !important;
}

 

.slider_with_content div#carousel-example-generic p.animate__animated {
    animation: unset;
    font-size: 22px;
    line-height: 36px;
}
.slider_with_content .bsbCarousel .carousel-item:nth-child(2) .carousel-caption {
    background: #5c6f40 !important; 
}
 
.slider_with_content div#carousel-example-generic .carousel-item > * {
    position: static;
    transform: none;
    margin: 0;
    background: #000;
}

.slider_with_content div#carousel-example-generic .captionContent  {
    position: static;
    padding: 50px 0;
    max-width: 970px;
    margin: 0 auto;
}

.slider_with_content div#carousel-example-generic .captionContent > * {
    color: #ffffff !important;
}

.slider_with_content div#carousel-example-generic h5.bsbTitle.animate__animated {
    animation: unset;
    font-size:80px;
    font-weight: 500;
	text-transform:uppercase;
}

.slider_with_content div#carousel-example-generic p.animate__animated {
    animation: unset;
    font-size: 1.146vw;
    line-height: 1.823vw;
}

.slider_with_content div#carousel-example-generic  .carousel-item {
	height:auto;
}
.slider_with_content div#carousel-example-generic  .carousel-item:nth-child(2) .carousel-caption {
    background: #5c6f40 !important; 
}
.slider_with_content div#carousel-example-generic .carousel-item .carousel-caption {
	width:100%;
	margin-top:-10px;
}
 .slider_with_content   .bsbButtonDesign button  .bsbArrowButton {
    filter: invert(1);
}

.slider_with_content div#carousel-example-generic .carousel-item img {
    height: 600px !important; 
}

.slider_with_content .carousel-control-next, .slider_with_content .carousel-control-prev {
    top: auto;
    bottom: 0;
    height: calc(100% - 600px);
	opacity:1;
	height:50px !important;
}
.slider_with_content div#carousel-example-generic p.animate__animated a {
      color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 54px;
    width: unset;
    display: block;
    font-size: 18px;
    line-height: 2.9;
    font-weight: 700;
    margin: 30px auto 0;
	padding:15px 60px 15px 40px;
	max-width:160px;
	line-height:1.3;
}

.slider_with_content div#carousel-example-generic .carousel-indicators {
    top: 590px;
    height: 10px!important; 
    min-height: unset !important; 
    display: flex;
    align-items: start;
}

body .slider_with_content div#carousel-example-generic .carousel-indicators button {
    max-width: unset!important;
    max-height: 10px !important;
    background: #fff;
opacity:0.7 !important;
    border: none !important;
}

body .slider_with_content div#carousel-example-generic .carousel-indicators {
 gap: 0;
 padding: 0;
}
body .slider_with_content div#carousel-example-generic .carousel-indicators button.active {
    background: #fff;
	opacity:1 !important;
}
.page-id-8460 .testimonail-slider-review button.slick-next.slick-arrow {
    right: calc(50% - 832px);
    position: absolute;
    top: unset !important;
}

.testimonials-section .swiper-button-next, .testimonials-section .swiper-button-prev {
    opacity: 1 !important;
}

.testimonials-section .swiper-button-next {
    right: 100px;
    top: 10%;
}

.testimonials-section .swiper-button-prev {
    left: 100px;
    top: 10%;
}
body .slider_with_content .bsbButtonDesign {
    max-width: 1150px !important; 
    position: relative; 
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    top: calc(50% + 290px);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.two_card_grid {
    padding: 25px;
}
.download_therapy input.wpcf7-submit {
    background: #b62728 !important;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
	border:none;
    line-height: 1.2;
}
 
.download_therapy span.wpcf7-spinner {
    position: absolute;
}

.download_therapy form.wpcf7-form p:has(input.wpcf7-submit) {
   width:95px;
   height: auto;
   margin: 0;
}
.download_therapy form.wpcf7-form {
    align-items: end;
    flex-wrap: nowrap;
	justify-content:start;
}

.download_therapy form.wpcf7-form input {
    border-radius: 21px;
    height:51px;
}

.download_therapy span.wpcf7-not-valid-tip {
    position: absolute;
}
main#main {
    overflow: hidden;
}
.product_title a {
    color: #000 !important;
    font-size: 22px;
    font-weight: 400;
}
.wc-block-product-template.is-flex-container {margin-left: 0;}
.site-main .gb-query-loop-item.product .wp-block-group__inner-container {  padding: 0; }
.products_with_filter { padding-top: 30px; }

h3.wp-block-heading.filter_main_heading {
font-size: 30px;
}
 
 

span.wc-block-active-filters__list-item-type {
    color: #7b7b7b;
    font-weight: 700;
    font-size: 22px !important;
    text-align: left;
    text-transform: capitalize !important; 
    letter-spacing: normal !important; 
}
.gb-grid-wrapper.filter {
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.filter  span.wc-block-components-checkbox__label {
    font-size: 22px;
    color: #7b7b7b;
    font-weight: 400;
    line-height: 36px !important;
}

.filter  .wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    align-items: center;
}

.site-main .filter .wp-block-group__inner-container {
    padding: 0;
}
.site-main .filter h3.wp-block-heading {
    color: #7b7b7b;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    margin-top: 30px;
}
 .filter .wp-block-post-title a {
    color: #000 !important; 
    font-size: 22px;
    font-weight: 400;
}

 .filter span.woocommerce-Price-amount.amount {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

 .filter .wp-block-button.wc-block-components-product-button a {
    font-size: 18px !important; 
    font-weight: 700;
    background: #000;
    height: 54px;
    width: 190px;
	text-transform:capitalize;
}
.filter .wp-container-core-query-pagination-is-layout-1 {
    padding: 50px 0 0;
}

.filter .wp-block-query-pagination-numbers * {
    padding: 10px;
    font-size: 22px;
    font-weight: 500;
    margin: 0 5px;
    background: #000;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
}
 
.filter .wp-block-query-pagination-numbers + a {
    font-size: 22px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    color: #b62728;
}

 .filter button.wp-block-button__link.wp-element-button{
   font-size: 18px !important;
    font-weight: 700;
    background: #000;
    height: 54px;
    width: 190px;
	 text-transform:capitalize;
 }

.product-slider .slick-slide {
    padding: 0px 14px;
} 
.product-slider .wc-block-grid__product-title {
    font-size: 21px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}

.product-slider li.wc-block-grid__product {
    width:100%;
    max-width:100% !important;
}

span.woocommerce-Price-amount.amount {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.homepage_coll .product-slider a.wp-block-button__link.add_to_cart_button {
    background: #000 !important;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    width: 190px;
    line-height: 2;
	text-transform:capitalize;
	white-space:nowrap;
}
 .product-slider ul.slick-dots,
 .google-review ul.slick-dots {
    display: flex;
    list-style: none;
    width: calc(100% - 25px);
    margin: 0 auto;
}

.product-slider ul.slick-dots li,
.google-review ul.slick-dots li {
    flex: 1;
}

.product-slider ul.slick-dots li button,
.google-review ul.slick-dots li button {
    width: 100%;
    height: 10px;
    padding: 0;
    font-size: 0px;
    background: #7b7b7b;
}

.product-slider ul.slick-dots  li.slick-active  button,
.google-review ul.slick-dots  li.slick-active  button {
    background:#282828;
}
.google-review {
    flex-flow: column;
    gap: 0;
}
.google-review .slick-track {
    display: flex;
    padding: 13px 20px 25px;
    margin-left: -20px;
}
.google-review .slick-list {
    max-width: 990px;
    margin-inline: auto;
}
.google-review .slick-slide {
    height: auto;
    overflow: visible;
    padding: 30px 20px;
}
.google-review .slick-slide > div {
    height: 100%;
    box-shadow: 0px 18px 20px rgba(21, 21, 21, 0.15);
}
.google-review .slick-slide .wp-block-column {
    padding: 30px 20px;
    background: #FFFFFF;
    height: 100%;
}
.google-review ul.slick-dots {
    margin-top: -50px;
}
/* .google-review .slick-arrow {
    width: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
} */
.google-review .slick-prev.slick-arrow {
    left: -100px;
}
.google-review .slick-next.slick-arrow {
    right: -100px;
}
.google-review .slick-slide p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 24px 0;
}
.google-review .star-review {
    flex-wrap: nowrap;
}
.google-review .user-info {
    gap: 2px;
    align-items: center;
}
.google-review .user-info > .gb-grid-column {
    width: fit-content;
}
.google-review .user-info img {
    width: 28px;
    aspect-ratio: 1/1;
    border-radius: 100px;
}
.google-review .user-info h2 {
    font-weight: 800;
}
.google-review .user-info h2,
.google-review .user-info p {
    font-family: "Manrope", sans-serif;
    line-height: normal;
    margin: 0;
}

.you_will_also_like .wc-block-grid__product-title {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

/* Smart infrared start */
.smart_infrared_hero .indicatorsWrapper {
    display: none;
}

.smart_infrared_hero .shop__hero_slider .captionContent.center-center h5.bsbTitle {
    font-size: 60px !important; 
    font-weight: 400 !important; 
}
.slider_with_content.smart_infrared div#carousel-example-generic .carousel-item > * {
    position: static;
    transform: none;
    margin: 0;
    background: #B1835D; 
}
body .slider_with_content.smart_infrared .bsbButtonDesign {
    max-width: 1700px !important; 
    height: 50px;
	display:none;
}

body .slider_with_content.smart_infrared .bsbButtonDesign button {
    width: 50px;
}
.slider_with_content.smart_infrared div#carousel-example-generic .captionContent {
    position: static;
    padding: 50px 40px;
    max-width: 1700px;
    margin: 0 auto;
}
.slider_with_content.smart_infrared div#carousel-example-generic .carousel-item .carousel-caption {
    display: none;
}
.slider_with_content.smart_infrared div#carousel-example-generic  .carousel-item {
    height: 600px;
}
img.fire {
    min-width: 120px;
}
.infrared__sauna.classic img.fire {
    margin-top: -50px;
}
section.commom_video img  { 
    width: 100%;
}

figure.wp-block-video.video-sec {
    position: relative;
    width: 100%;
    padding-top: 41.67%;
}

figure.wp-block-video.video-sec video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.download_therapy.center form.wpcf7-form {
    align-items: end;
    flex-wrap: nowrap;
    justify-content: center;
}
nav#site-navigation {
    flex: 1;
} 

div#primary-menu {
    flex: 1;
	padding-left:0px;
}
.wp-block-woocommerce-product-category del:has(span.woocommerce-Price-amount.amount),.wp-block-woocommerce-product-category  span.woocommerce-Price-amount.amount {
font-family: Montserrat;
font-size: 22px;
font-weight: 700;
line-height: 26.82px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
 color: #000;
}

nav#sticky-navigation.navigation-stick {
    padding: 22px 0;
    background: #fff;
}
.gb-grid-wrapper.filter .filter_container {
    padding: 20px;
    background: #f5f5f5;
}
.slider_with_content div#carousel-example-generic p.animate__animated a:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(/wp-content/uploads/2024/12/chevron-right-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.slider_with_content div#carousel-example-generic p.animate__animated a {
    position: relative;
	z-index:9;
}
.default_btn a.wp-block-button__link.add_to_cart_button  {
    font-size: 18px !important;
    font-weight: 700;
    background: #000;
    width: 190px;
    line-height:1.9;
    text-transform: capitalize;
}

 .wc-block-grid__products .slick-list.draggable {
    width: 100%;
}

.gb-button.infrared_view_more {position: relative;line-height:1.25;cursor:pointer;}
.gb-button.infrared_view_more:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(/wp-content/uploads/2024/12/chevron-right-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.product-slider del:has(span.woocommerce-Price-amount.amount), .product-slider span.woocommerce-Price-amount.amount {
    font-size:22px;
    line-height:26px;
}
.product .attachment-woocommerce_single {
    border: none !important; 
}

.show_more_text {
    text-decoration: underline;
}

.mobile_img {
    display: none;
}
.gb-container:has(>.body_points.left){
    height:100%;
}

 .body_points {
     height:100%;
 }

 .body_points .gb-grid-column  {
     padding:20px;
     background:#f5f5f5;
 }
 .body_points.left .gb-grid-column {
     border-right:3px solid #AE2024;
     margin-right:-50px;
 }
 .body_points.right .gb-grid-column {
     border-left:3px solid #AE2024;
     margin-left:-50px;
 }

.body_points.right {
    gap: 100px;
}

.middle_img {
    width: calc(100% + 100px);
    margin-left: -50px;
}
ol.wp-block-list.tips_list_points {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0px;
    color: #000000;
    padding: 0;
    margin: 0;
    padding-left: 25px;
}

span.red {
    color: #AE2024;
}
.gb-grid-column:has(.shared_warmth_col) {
    position: absolute;
    right: 0;
    bottom: -30px;
}
.shared_warmth_col img {
    max-height: 556px;
    object-fit: contain;
}

.shared_warmth_wrapper {
    position: relative;
}

select#mobile-dropdown {
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    border: 1px solid #000;
    border-radius: 40px;
    color: #b83428;
    display: none;
}

select#mobile-dropdown option {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
body .breadcrumb {
    background: transparent;
    color: #000000; 
    margin: 0;
}

body .breadcrumb a {
    color: #000000;
} 
body .gray .breadcrumb , body .gray .breadcrumb a {
    color: #000; 
}
.relative {
    position: relative; 
	z-index:9;
}

nav.woocommerce-MyAccount-navigation {
    background: #f1f1f1;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
}
html body .gb-container .testimonail-slider #bsbCarousel-34ab1292-8 .slide .indicatorsWrapper .carousel-indicators button {
    transform: translateY(20px) !important;
    max-width: unset !important;
    flex: 1 !important;
    max-height: 10px !important;
	height: 10px !important;
    background: #7B7B7B;
}
html body .gb-container .testimonail-slider #bsbCarousel-34ab1292-8 .slide .indicatorsWrapper .carousel-indicators button.active {
	background: #000 !important;
	border-color: #000 !important;
}
nav.woocommerce-MyAccount-navigation ul a {
    color: #000;
    padding: 15px 0 ;
    display: block;
}
.signature {
    position: absolute;
    bottom: 14%;
    left: 10%;
}
span.button-banner {
    position: absolute;
    bottom: 10%;
}
.apply-bottom-block.download_therapy {
    background-position: center 20px;
}
/* .wp-block-columns.alignwide.google-review.partnes {
    max-width: 990px;
    margin: 0 auto;
} */
.page-id-6084 svg.header-icon-arrow path {
    fill: #fff;
}
.testimonail-slider .carousel-indicators {
    width: 100% !important;
    max-width: unset;
    justify-content: unset !important;
    display: flex !important;
    gap: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: -100% !important;
}
#blogshome ul.slick-dots {
	   width: 100% !important;
    max-width: unset;
    justify-content: unset !important;
    display: flex !important;
    gap: 0 !important;
    padding: 0 !important;
	margin-top:20px !important;
}
#blogshome .latest-post-slider ul.slick-dots li {
    aspect-ratio: 1 / 1;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    opacity: 1 !important;
    overflow: hidden;
    position: relative;
    margin: 0 !IMPORTANT;
    transform: translateY(-15px);
    width: 100% !IMPORTANT;
}

#blogshome ul.slick-dots li button {
    width: 100% !important;
    height: 16px !IMPORTANT;
    padding: 0 !important;
    background: #e1e1e1;
}
#blogshome .slick-dots li.slick-active button:before {
    color: black;
    width: 100% !IMPORTANT;
    border-radius: 0;
    max-width: 100% !IMPORTANT;
    min-width: 0 !IMPORTANT;
}
#blogshome ul.slick-dots li.slick-active button {
    background: #000 !important;
}
#blogshome .slick-dots li button:before {
    top: -5px;
	color: #e1e1e1;
}
.home-blogs figure::after {
    content: "";
    background: linear-gradient(182deg, rgb(78 28 4 / 0%) 10%, #121212cc 90%);
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 0;
}
.blogs-content {
    position: absolute;
    bottom: 60px;
    width: 90%;
    left: 40px;
    color: #fff;
}
@media screen and (min-width:1620px) {
.text_with_image {
    position: relative;
}
img.fire {
    min-width: 120px;
    position: absolute;
    right: 50px;
}
}

/* Smart infrared end */

ul.sub-menu li a {
    padding: 10px !important; 
}
.smart_infrared_hero h5.bsbTitle {
    text-transform: uppercase !important; 
}

.woocommerce div.product div.images .flex-control-thumbs li img ,.woocommerce div.product div.images .flex-control-thumbs li {
    /* width: 80px !important;  */
    height: 80px;
    flex-basis: 80px;
    /* clear: both; */
    min-width: 80px;
    scroll-snap-align: start;
	padding:0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    flex-wrap: nowrap;
    overflow-x: auto !important;
	gap:10px;
    scroll-snap-type: x mandatory;
	scrollbar-width:thin;
	padding-top:20px !important;
}
.video_title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;  
    font-size: 60px;
    font-weight: 400;
    line-height: 73.14px;
	text-transform:uppercase;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.renewed_health form.wpcf7-form.init p   {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}
 .renewed_health form.wpcf7-form.init p span ,  .renewed_health form.wpcf7-form.init p select {
     width:100%;
 }

.renewed_health form.wpcf7-form.init p select {
    height:56px;
    font-size:18px;
    font-weight:700;
    color:#000;
    border:1px solid #000;
    border-radius:40px;
    background:#f5f5f5;
} 

 .benefirt_points .gb-headline-text .dot { 
     height: 54px;
     width: 54px;
     border-radius: 50%;  
 }
 .benefirt_points .gb-headline-text > span {
     display:flex;
     align-items:center; 
     gap:10px;
 }
 .benefirt_points .gb-headline-text {
     display:flex;
     align-items:center; 
     gap:4px;
 }
.green  {
    color:#006B4A;
}
.green .dot {
background:#006B4A;
}
span.Purple { color:#9D38EC; }
span.Purple .dot { background:#9D38EC; }

span.Orange {color:#E67626;}
span.Orange .dot { background:#E67626; }


span.Blue {color:#43A1D7;}
span.Blue .dot { background:#43A1D7; }

span.Red {color:#AE2024;}
span.Red .dot{ background:#AE2024; }

span.Yellow {color:#F8EA6B;}
span.Yellow .dot { background:#F8EA6B; }
/* .short_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; 
} */
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
    color: #000000 !important; 
}
.faq_heading {
    position: relative;
    z-index: 9;
}
 
.faq_categories:before {
    content: '';
    width: 100vw;
    height: calc(100% + 120px);
    background: #f5f5f5;
    position: absolute;
    right: 0px;
    top: -108px;
}
div#topbar-notice-id {
    background: #B1835D;
    text-align: center;
    color: #fff; 
    font-size: 30px;
    font-weight: 700;
    line-height: 36.57px;
    height: 60px;
    padding: 10px;
}
html body .testimonail-slider .custom_slider .carousel  .indicatorsWrapper .carousel-indicators button{
	max-width: none !important;
    border: 4px solid #e1e1e1 !important;
}
html body .testimonail-slider .custom_slider .indicatorsWrapper .carousel-indicators button.active{
    border-color: #000 !important;
}
html body .testimonail-slider .custom_slider .indicatorsWrapper .carousel-indicators.horizontal button {
    height: 8px !important;
    max-height: 8px !important;
	min-height: 8px !important;
}
/* home paeg start slick arrow */
.wc-block-grid__products.slick-slider .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    z-index: 9;
    font-size: 0px;
    background: url(/wp-content/uploads/2024/12/left-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.wc-block-grid__products.slick-slider .slick-arrow.slick-next {
	right:0;
	left:auto;
	background-image:url(/wp-content/uploads/2024/12/right-arrow.png);
}
/* home page end */

/* Checkout */
.two_card_grid.hanging {
    background: #AE2024;
    color: #fff !important;
}
.original .offer_btns {
    justify-content: end;
}
.services-access p {
    color: #fff;
    margin: 10px 0 0 0;
}
.services-access.third {
    background: #636B35;
    text-align: center;
}
.services-access.second {
    background: #4F6965;
    text-align: center;
}
.services-access.first {
    background: #B1835D;
    text-align: center;
}
.services-access {
    padding: 20px;
}
input#wc-block-components-totals-coupon__input-coupon {
    border-radius: 27px;
}

.custom_class_checkout h3 {
    font-size: 40px;
    font-weight: 700;
}

.custom_class_checkout label {
    font-size: 18px;
    font-weight: 400;
    color: #7B7B7B;
}

.custom_class_checkout input {
    width: 100%;
    height: 42px;
    border-radius: 21px !important;
    border-color: #7B7B7B !important;
    background: transparent !important;
}

.custom_class_checkout .form-row {
    padding-top: 30px !important;
    margin: 0px !important;
}
.custom_class_checkout  span.select2-selection.select2-selection--single {
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 21px;
}
.custom_class_checkout {
    padding-bottom: 50px;
}
.custom_class_checkout div#order_review tr.cart_item td {
    font-size: 30px;
    font-weight: 700;
}
.custom_class_checkout label.woocommerce-form__label { font-size: 23px; color: #000; font-weight: 600; }

.custom_class_checkout input#ship-to-different-address-checkbox, .custom_class_checkout input#createaccount {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.custom_class_checkout h3 { margin-bottom: 0px; }
.custom_class_checkout tr.order-total span.woocommerce-Price-amount.amount bdi {
    color: #ae2024;
}
.woocommerce-shipping-fields { margin-top: 25px; }
.custom_class_checkout  button#place_order {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    gap: 10px;
    background: #AE2024;
    border-radius: 27px;
}
.custbutton#place_order {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    gap: 10px;
    background: #AE2024;
    border-radius: 27px;
}
.custom_class_checkout ul.wc_payment_methods.payment_methods.methods, .custom_class_checkout .form-row.place-order {
    background: #F5F5F5;
}
.custoom_class_checkout div#order_review div#order_review tr.cart-subtotal > *, 
.custom_class_checkout div#order_review tr.woocommerce-shipping-totals.shipping > *, 
.custom_class_checkout .cart-subtotal span.woocommerce-Price-amount.amount {
    font-size: 26px;
    font-weight: 500 !important;
    color: #7B7B7B;
}

.custom_class_checkout div#order_review tr.order-total th {
    font-size: 30px;
}
.custom_class_checkout .col-2 {
    background: #F5F5F5;
    padding: 20px;
}
.ig-feed {
    flex-flow: row-reverse;
}
body .ig-feed span.gb-icon svg {
    width: 30px;
}
.custom_class_checkout td.product-total span.woocommerce-Price-amount.amount {
    color: #ae2024;
}
.custom_class_checkout strong.product-quantity {
    color: #7B7B7B;
    font-size: 26px;
    font-weight: 500;
}
.custom_class_checkout td.product-total span.woocommerce-Price-amount.amount {
    color: #ae2024;
    font-size: 40px;
    font-weight: 500;
}
.custom_class_checkout  tr.cart-subtotal th {
    color: #7B7B7B;
    font-size: 26px;
    font-weight: 500 !important;
}
.custom_class_checkout tr.order-total span.woocommerce-Price-amount.amount {
    font-size: 40px;
}
.custom_class_checkout tr.woocommerce-shipping-totals.shipping td {
    color: #000 !important;
}
li.wc_payment_method.payment_method_authorize_net_cim_credit_card {
    display: none;
}

div#content:has(.custom_class_checkout) {
    padding: 40px 0px;
}
.custom_class_checkout .woocommerce-info {
    display: none;
}
.custom_class_checkout table,.custom_class_checkout  table > *,.custom_class_checkout td, .custom_class_checkout tr,.custom_class_checkout th {
    border: none !important;
}
.custom_class_checkout td.product-total,.custom_class_checkout th.product-total,.custom_class_checkout tr.cart-subtotal td,.custom_class_checkout tr.woocommerce-shipping-totals.shipping td,.custom_class_checkout tr.order-total td {
    text-align: right;
}
div#customer_details{
	display:flex;
gap:20px;
}
.custom_class_checkout .shipping_address {
    display: block;
}
.custom_class_checkout h3#ship-to-different-address {
    /*display: none;*/
}

.custom_class_checkout td.product-total {
    display: flex;
    flex-flow: column;
    justify-content: start;
    align-items: start;
}
.custom_class_checkout  tr.cart_item .product-image img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}
.custom_class_checkout  tr.cart-subtotal span.woocommerce-Price-amount.amount bdi {
    color: #000;
}
.custom_class_checkout  table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    display: none;
}

.woocommerce-terms-and-conditions-checkbox-text { font-size: 15px; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	margin-top: 20px; width: 100%; text-transform: capitalize;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { background: none; padding: 0; margin: 0; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before { display:none; }
.woocommerce-checkout #payment div.payment_box .form-row { padding-top: 15px!important; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-top: 1px solid rgba(93, 32, 167, .24); }


/* End Checkout */
body .main-navigation ul ul {
    width: 250px;
}
.label-wrapper.file-set.has-dark {
    margin-top: 90px;
}
body.product-template-default main#main {
    padding-top: 30px;
}
body.product-template-default img.flex-active {
    border: 3px solid #AE2024;
}
body.product-template-default ul.slick-dots {
    display: none !important;
}
/* blogs */
.sauna-blogs li:nth-child(2) .right-column {
    background: #AE2024;
    color: #fff;
    padding: 20px;
}
.sauna-blogs li{
	margin-bottom: 50px;
}
.sauna-blogs li:first-child .colms .right-column {
    color: #fff;
    position: absolute;
    bottom: 36%;
    z-index: 9999;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sauna-blogs li:first-child figure.image-blog {
	position: relative;
}
.sauna-blogs li:first-child .blog-btn {
    position: absolute !important;
    left: 0;
    right: 0;
    display: block !important;
    margin: 0 auto !important;
    width: max-content;
	height: auto;
    bottom: 100px;
    z-index: 9999;
}
.sauna-blogs li:first-child figure.image-blog::after {
    content: "";
    background: #00000099;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sauna-blogs li:nth-child(3) .right-column {
    background: #636B35;
    color: #fff;
    padding: 20px;
}
.sauna-blogs li:first-child .colms {
    flex-flow: column;
	   position: relative;
}
.sauna-blogs li:first-child  {
   position: relative;
}
.sauna-blogs figure.image-blog , .sauna-blogs figure.image-blog  img{
    height: 100%;
    width: 100%;
}
.newest-form {
    border-bottom: 1px solid #ddd;
}
.sauna-blogs .colms {
    gap: 0;
}
.blog-btn {
    position: absolute !important;
    left: 0;
    right: 0;
    display: block !important;
    margin: 0 auto !important;
    width: max-content;
    height: auto;
    bottom: 53%;
    height: 100%;
    z-index: 9999;
}
.newest-form a.wp-block-latest-posts__post-title {
    font-weight: 600;
}
.sauna-blogs .wp-block-buttons {
    position: relative !important;
    height: 100%;
}
.blog-btn a {
    margin: 0 auto;
    width: max-content;
    height: auto;
    background: transparent !important;
}
.commercial-sauna .slider_with_content div#carousel-example-generic .carousel-item:nth-child(3) .carousel-caption {
    background: #4F6965 !important;
}
.catalog-title {
	margin-bottom: 50px;
}
h1.entry-title {
    display: none;
}
.comparison-table p {
    margin-bottom: 10px;
}
.comparison-table  hr {
    margin: 10px 0 14px 0;
}
.center-colm::before {
    content: "";
    height: 6px;
    width: 65%;
    background: linear-gradient(90deg, rgba(174, 32, 36, 0.8) 0%, rgba(174, 32, 36, 0) 100%);
    position: absolute;
    left: -40%;
    top: 17%;
    transform: rotate(180deg);
}
.center-colm {
    position: relative;
}
.center-colm::after {
    content: "";
    height: 6px;
    width: 65%;
    background: linear-gradient(90deg, rgba(174, 32, 36, 0.8) 0%, rgba(174, 32, 36, 0) 100%);
    position: absolute;
    right: -40%;
    top: 17%;
    transform: rotate(180deg);
}
.business .parent_container > div {
    z-index: 999;
}
.business .parent_container.glow::after , .business .parent_container::after{
    content: "";
    background: linear-gradient(90deg, rgba(78, 28, 4, 0) 0%, rgba(78, 28, 4, 0.8) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.banner_below.original .red_col h6 {
    font-size: 90px !important;
}
.banner_below.original .red_col h2 {
    font-size: 30px !important;
}
.apply-bottom-block.download_therapy input {
    background-color: #fff;
}

@media screen and (max-width:1920px) {
	.red_col h6 {
    font-size: clamp(60px, 7.7vw, 148px) !important; 
}
	.red_col h2 {
		font-size: clamp(20px, 2.6vw, 50px) !important; 
	}
	.black_col h2 {
   font-size: clamp(30px, 3.1vw, 60px) !important; 
}
.slider_with_content div#carousel-example-generic h5.bsbTitle.animate__animated { 
    font-size: clamp(30px, 4.167vw, 80px); 
}
	.slider_with_content div#carousel-example-generic p.animate__animated {
     font-size: clamp(18px, 1.146vw, 22px); 
    line-height: 1.823vw;
}
}

@media screen and (min-width:767px) {
	.red_col h2 {
     padding-right: 15px;
}
.red_col {
    padding: 20px 0px;
    text-align: right;
    padding-right: 5px;
}
}

@media screen and (max-width:1400px) {
	 .infrared__sauna .gb-container.feature {
    padding: 45px 20px;
}

.infrared__sauna .gb-container p {
    font-size: 22px; 
}
	ul.sub-menu li a {
    font-size: 13px !important; 
    padding: 10px !important; 
}
}
#blogshome .slick-slide li {
	position: relative;
}
#blogshome .wp-block-group img {
    height: 600px;
	width: 100%;
	object-fit: cover !important;
}
#blogshome .slick-track {

    display: flex !important;
	flex-flow: row wrap;
   
}
.temp-row .wp-block-group figure {
    width: 100%;
}
.temp-row .wp-block-group {
    width: 100% !IMPORTANT;
    align-items: start;
}
#blogshome .slick-slide.slick-current.slick-active {
    width: 70vw !IMPORTANT;
    float: none !IMPORTANT;
}
#blogshome .slick-slide li h2.gb-headline {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
#blogshome  ul.slick-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-items: center;
    gap: 0;
}
#blogshome  ul.slick-dots li {
	width: max-content !important;
}
#blogshome .slick-slide li .wp-block-latest-posts__post-excerpt {
    position: absolute;
    top: 70%;
    left: 20px;
    color: #fff;
    font-size: 22px;
    width: 80%;
}
.about .resources-columd {
    border-bottom: 7px solid #b1835d;
  
}
.media-bx {
    margin-bottom: 20px;
}
.media-bx img {
    height: 135PX;
    width: 135px;
    object-fit: contain;
}
.gray-box-cnetn p {
    margin: 0;
}
.about .resources-columd:hover {
    border-bottom: 7px solid #AE2024 !important;
}
.about-us-slider .slider_with_content .carousel-caption , .about-us-slider  .slider_with_content div#carousel-example-generic  .carousel-item:nth-child(2) .carousel-caption {
    background: #4F6965 !IMPORTANT;
}
.about-us-slider .slider_with_content  .captionContent {
    max-width: 85% !important;
}
.about-us-slider.wellness .slider_with_content .carousel-caption, .about-us-slider.wellness .slider_with_content div#carousel-example-generic .carousel-item:nth-child(2) .carousel-caption {
    background: #AE2024 !important;
}
.about-us-slider.legacy .slider_with_content .carousel-caption, .about-us-slider.legacy .slider_with_content div#carousel-example-generic .carousel-item:nth-child(2) .carousel-caption {
    background: #B1835D !important;
}
.about-us-slider.social .slider_with_content .carousel-caption, .about-us-slider.social .slider_with_content div#carousel-example-generic .carousel-item:nth-child(2) .carousel-caption {
    background: #636B35 !important;
}
#blogshome h2.gb-headline a {
    color: #fff !important;
    font-weight: 400;
	text-transform: uppercase;
}
#blogshome a.read-more {
    display: none;
}
.end-col {
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: column;
    display: flex;
}
.temp-row {
    padding-left: 0 !important;
}
@media screen and (max-width:1440px) {
	
.infrared__sauna .gb-container.feature p {
    font-size: 18px;
	padding-left:10px;
}
.infrared__sauna .gb-container.feature {
    padding: 45px 15px;
}
	.download_therapy span.wpcf7-spinner {
    position: absolute;
    top: 50px !important;
}
	.download_therapy form.wpcf7-form p:has(input.wpcf7-submit) {
    width: 95px;
    height: auto;
    margin: 0;
    display: flex;
    flex-flow: column;
    position: relative;
}
} 
@media screen and (max-width:1024px) {
	body .product_info_slider p.description {
		line-height:32px;
	}
	.cat_heading {
display:none;
	}
	body	.catalog-slider h1 {
    font-size: 40px;
}
	body .catalog-slider p {
    font-size: 16px;
    max-width: 700px;
}
	body .catalog-slider button.slick-prev.slick-arrow {
    left: calc(50% - 372px );
    bottom: 100px;
}
	body .catalog-slider button.slick-next.slick-arrow {
    right: calc(50% - 372px );
		    bottom: 100px;
}
	.wc-filter-right2 .product-grid h5 a {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #000 !important;
    font-size: 22px;
}
	.page-id-2721 .woocommerce {
    padding: 50px 20px;
}
	.page-id-2721 .woocommerce form.woocommerce-form-login.login {
gap:50px;
}
.google-review .slick-list {
    max-width: 100%;
}
.google-review .slick-arrow {
    width: 16px;    
}
 	
body.product-template-default section.health_mate_slider {
    padding: 0 !important;
}

body.product-template-default section.health_mate_slider .slick-slide>div {
    padding: 0;
}
}

@media screen and (max-width:767px) {
	
	.slideout-menu span.dropdown-menu-toggle {
		padding:0 !important;
	}
	.testimonials-section .swiper-button-next {
    right: 20px;
    top: 60%;
}

.testimonials-section .swiper-button-prev {
    left: 20px;
    top: 60%;
}
	.single-product .testimonials-section {
    padding-bottom: 0px !important;
}

body .slideout-navigation.main-navigation .main-nav ul li a {
    font-size: 23px !important;
    padding-bottom: 30px;
}
	.sub-menu.toggled-on li span.dropdown-menu-toggle:before {
    display: none;
}

	.home-blogs figure::after {
    width: calc(100% - 0px) !important;
}
	#blogshome .end-col {
    justify-content: center !important;
    align-items: center;
    gap: 10px;
}
	.gb-container-40eab268 {
    position: relative;
    padding: 20px;
}
	#blogshome .slick-track {
    flex-flow: row !important;
}
	.blogs-content {
    width: 82% !important;
}
	.catalog-banner {
    text-align: center;
}
	.catalog-banner h1 {
    font-size: 30px;
}
	.hero-banner h1 {
    font-size: 30px !important;
    padding: 20px;
}
	.business.animated_wrapper h2.gb-headline-text {
    font-size: 30px;
    text-align: center;
    white-space: break-spaces;
}
	html body h1.gb-headline , div#full_spectrum h2, .how-works h2{
    font-size: 30px;
}
	.hover_animated .parent_container:before {
    z-index: 999;
}
	.hover_animated p, 	.partners-say p,  .how-works p{
		font-size: 18px !important;
	}
	.selection-cotnet p{
		font-size: 18px !important;
		padding: 0 15px;
		text-align: center !important;
	}
	.center-colm::after, .center-colm::before {
		display: none;
	}
	.apply-bottom-block h2 {
    font-size: 30px !IMPORTANT;
}
	.filter_container {
    margin-bottom: 50px;
}
	.left-col p {
    text-align: center;
    font-size: 30px !IMPORTANT;
}
	.right-col h2 {
    font-size: 30px !important;
    text-align: center;
}
	
.home_products li {
    width: 100% !important;
}
	.partners-say h2{
		font-size: 26px !important;
	}
.home_products ul {
    display: block !important;
}
.home_products 	li.wc-block-product .wc-block-components-product-image img {
    height: auto !important;
   
}
	
	.offer-ends {
    flex-flow: column !important;
    gap: 10px;
    justify-content: center !IMPORTANT;
    align-items: center !important;
    width: 100% !IMPORTANT;
}
	.twenty-off .twenty {
    font-size: 50px !IMPORTANT;
    text-align: center;
		margin-bottom: 2px !important;
}
	.testi-title{
		font-size: 40px !important;
		letter-spacing: 0 !important;
	}
html body	.testimonail-slider .carousel-indicators {

    top: -147% !important;
}
	.featured-in {
    padding: 50px 10px;
}
	.featured-in > div {
    flex-flow: column !IMPORTANT;
    gap: 20px;
}
	.homepage h1 {
    font-size: 40px !important;
}
	.signature {
    bottom: 17%;
    left: 8px;
}
	.gb-container.homepage {
    height: 700px !important;
    min-height: 700px;
}
	body.page-template-default.page.page-id-2720 h1.entry-title {
    padding: 0px 20px 0px;
}
	.custom_class_checkout .col-1 {
    padding: 0px 15px;
}
	.custom_class_checkout tr.woocommerce-shipping-totals.shipping td{
		text-align:center;
	}
	#bsbCarousel-48516996-6 .bsbTitle {
    word-wrap: normal;
}
	button.carousel-control-prev {
    justify-content: start;
}

button.carousel-control-next {
    justify-content: end;
}
	.infrared__sauna .gb-container.feature figure {
    min-width: 64px;
    object-fit: contain;
}
	div#customer_details {
    display: flex;
    flex-flow: column-reverse;
}
	.custom_class_checkout td.product-total {
    text-align: left;
}
	.custom_class_checkout strong.product-quantity {
    display: none;
}
	.custom_class_checkout div#order_review tr.cart_item td.product-total {
    font-size: 22px !important;
}
	.custom_class_checkout tfoot tr.cart-subtotal,.custom_class_checkout tr.woocommerce-shipping-totals.shipping,.custom_class_checkout tr.order-total,.custom_class_checkout table > * {
display: block;
}
		.custom_class_checkout tfoot > * {
    width: 100%;
    display: flex !important;
   flex-flow: column; 
    justify-content: center;
    align-items: center;
}
		.custom_class_checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,.custom_class_checkout tr.woocommerce-shipping-totals.shipping th,.custom_class_checkout tr.woocommerce-shipping-totals.shipping td {
    font-size: 26px !important;
			    padding: 0px;

}
	.custom_class_checkout div#order_review tr.order-total th {
    font-size: 30px !important;
    padding-bottom: 0px;
}
	.custom_class_checkout tr.woocommerce-shipping-totals.shipping{
		padding-top:20px;
	}
	.custom_class_checkout div#order_review tr.order-total td * {
    font-size: 40px !important;
}
	.custom_class_checkout	table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td, table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal span bdi {
    padding: 0px;
    font-size: 26px !important;
}
	.custom_class_checkout td.product-total span.woocommerce-Price-amount.amount * {
    font-size: 26px !important;
}
	.custom_class_checkout .form-row {
    width: 100% !important;
}
	.custom_class_checkout .woocommerce-billing-fields__field-wrapper, 
	.custom_class_checkout .wc-authorize-net-cim-credit-card-new-payment-method-form.js-wc-authorize-net-cim-credit-card-new-payment-method-form  {
    display: grid;
}

.custom_class_checkout .woocommerce-billing-fields__field-wrapper > p,	.custom_class_checkout .wc-authorize-net-cim-credit-card-new-payment-method-form.js-wc-authorize-net-cim-credit-card-new-payment-method-form > p {
    width: 100%;
}
	.custom_class_checkout .form-row {
    padding-top: 20px !important;
}
	
	.custom_class_checkout h3 {
    font-size: 26px;
}
	.custom_class_checkout table.shop_table.woocommerce-checkout-review-order-table * {
    font-size: 20px !important;
}
	div#topbar-notice-id { 
    font-size: 22px;
    font-weight: 700;
    line-height: 26.57px;
    height: 60px;
    padding: 5px 60px;
}
	.wc-block-grid__products.slick-slider .slick-arrow{
		display:none;
	}
.infrared__sauna .gb-container.feature {
    padding: 20px 20px;
    max-width: 320px;
    margin: 0 auto;
    align-items: center;
}
	.desktop {  display: none;}
	select#mobile-dropdown {
		display:block;
		height:56px;
		width:100%;
	}
.mobile_img {
    display: block;
	width:100%;
}
	.faq_categories:before{
		right:-20px;
	}
	.shop__hero_slider .captionContent.center-center h5.bsbTitle {
    font-size: 40px !important; 
    line-height: 48px;
}
 .red_col h6 { 
		letter-spacing: normal;
    text-align: center;
}
	.red_col h2, .black_col h2 {
    text-align: center;
    padding: 0 20px;
    line-height: 35px;
    margin-bottom: 0;
}
.animated_wrapper.gb-grid-wrapper > .gb-grid-column {
    width: 100%;
}

.animated_wrapper.gb-grid-wrapper > .gb-grid-column.active {
    width: 100%;
    animation: max-height 0.6s ease-in-out;
}

.animated_wrapper h2 {
    transform: none;
    margin-left: 0;
}

.hover_animated .parent_container.first_wellbeing h2 {
    margin-left: 0;
    text-align: center;
    width: 100%;
}

.hover_animated .parent_container {
    justify-content: center;
}

.hover_animated .parent_container {
    padding-top: 36px;
    padding-bottom: 36px;
    flex-direction: column;
	padding-left:15px;
	padding-right:15px;
}
.hover_animated .parent_container  .content_container {
    width: auto;
    min-width: auto;
    position: relative;
}
.animated_wrapper h2.gb-headline-text {
    white-space: nowrap;
    text-align: center;
}

.animated_wrapper .content_container {
    display: block;
    position: absolute;
    height: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease-in-out;
}
.animated_wrapper .active .content_container {
    display: block;
    position: static;
    opacity: 1;
    height: auto;
    visibility: visible;
    max-height: 600px;
}
	.gb-grid-wrapper.filter {
    padding-left: 0px;
    padding-right: 0px;
}
	.slider_with_content div#carousel-example-generic p.animate__animated { 
    line-height:26px ;
}
	.wc-block-product-template__responsive {
    margin-left: 0;
}

.gb-container.filter_container h2 {
    background: #f5f5f5;
    padding: 20px !important;
}

.gb-container.filter_container {
    max-height: 96px;
    overflow: hidden;
	transition:all 0.5s ease-in-out;
}
.gb-container.filter_container.show_filter {
    max-height: 1000px;
}

.gb-container.filter_container > * {
    padding: 0 20px;
}
	.gb-container.filter_container h2 {
    background: #f5f5f5;
    padding: 20px !important;
}
.slider_with_content div#carousel-example-generic .carousel-item .carousel-caption {
    padding-left: 20px;
    padding-right: 20px;
}

#bsbCarousel-79263797-9 .default .bsbButtonDesign button {
    width: 30px;
}
	.main-navigation, .main-navigation ul ul {
    background: #ffffff;
}

.main-navigation .inside-navigation {
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
nav#generate-slideout-menu ,nav#generate-slideout-menu a {
    color: var(--base-4);
    color: #000;
    border-color: #000;
}

nav#generate-slideout-menu .main-nav {
    margin-bottom: 10px !important; 
}
 
nav#generate-slideout-menu .inside-navigation > *:not(.main-nav) {
    padding-left: 20px;
}

nav#generate-slideout-menu {
    width: 100%;
	background:#fff;
}
	body .slideout-navigation button.slideout-exit {
		color:#000;
	}
	.download_therapy form.wpcf7-form {
    flex-direction: column;
    align-items: start;
		justify-content:center;
}
	.download_therapy form.wpcf7-form {
    flex-direction: column;
    align-items: start;
		justify-content:center;
}

.gb-grid-wrapper.two_card_grid {
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 18px;
}

.gb-grid-wrapper.two_card_grid > * {
    width: max-content !important;
}

.filter .wp-block-post-title a {
    min-height: 48px;
}
	.offer_btns a.wp-block-button__link {
    margin-bottom: 15px;
}
	.filter .wp-block-button.wc-block-components-product-button a {
    font-size: 15px !important;
    font-weight: 700;
    background: #000;
    height: 54px;
    width: auto;
}
 .filter button.wp-block-button__link.wp-element-button{
        font-size: 15px !important;
    font-weight: 700;
    background: #000;
    height: 54px;
    width: auto;
	 text-transform:capitalize;
 }
	.footer_newsletter {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    gap: 15px;
}

.download_therapy form.wpcf7-form p:has(input.wpcf7-submit) {
    width: 95px;
    height: auto;
    margin: 0;
    margin: 0 auto;
}
	
.download_therapy.get_access form.wpcf7-form p {
    width: auto !important;
}
	
li.wc-block-product .wc-block-components-product-image img {
    height: 150px !important; 
	object-fit: contain !important;
}
	.product-slider ul.slick-dots, .google-review ul.slick-dots {
    display: flex;
    list-style: none;
    width: calc(100% + 40px);
    margin-left: -20px;
}
	.footer_newsletter p {
    width: 100%;
}
.google-review .slick-track {    
    margin-left: -30px;
}
.google-review ul.slick-dots li.slick-active {
    width: 50px !important;
    flex: unset;
}
.app-review-sec {
    padding: 0;
}
.app-review-sec > .wp-block-group > .wp-block-group__inner-container {
    padding-inline: 0;
}
.google-review .slick-slide > div {    
    box-shadow: 0px 18px 12px rgba(21, 21, 21, 0.15);
}
	body .slider_with_content .bsbButtonDesign {
    display: none;
}
	.smart_infrared_hero .shop__hero_slider .captionContent.center-center h5.bsbTitle {
    font-size: 30px !important;
    font-weight: 500 !important;
}
	figure:has(img.fire) {
    display: none;
}
	ul#point_list {
    margin: 0;
    padding-left: 25px;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
}
	.faq_accordion span.gb-button-text {
    font-weight: 500;
}
.posts_loop p.wp-block-post-excerpt__excerpt {
    font-size: 18px;
    line-height: 28px;
}

.posts_loop a.wp-block-post-excerpt__more-link {
    margin: 20px auto 0;
    display: block;
    width: max-content;
}
	.posts_loop ul li h2 a {
    font-size: 18px;
    line-height: 28px;
}
	.mobile-select {
    position:relative;
}
.mobile-select select {
    -webkit-appearance:none;
}
.mobile-select:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(/wp-content/uploads/2024/12/chevron-down.png);
    transform: translateY(-50%);
}
	nav#sticky-navigation button.menu-toggle {
    line-height: normal;
}

nav#sticky-navigation span.gp-icon.icon-menu-bars {
    padding: 0;
    margin-top: -4px;
}
nav#sticky-navigation.navigation-stick {
    padding: 6px 0;
    background: #fff;
}
nav#sticky-navigation.navigation-stick .sticky-navigation-logo img {
    max-width: 200px;
    object-fit: contain;
    padding: 0px 0;
    height: 43px;
}
	body .inside-header {
padding-top:5px;
padding-bottom:5px;
	}
.faq_categories:before {
    content: '';
    width: calc(100vw + 20px);
    height: calc(100% + 80px);
    background: #f5f5f5;
    position: absolute;
    right: -20px;
    top: -60px;
}
  #sectionSelector:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    background: url(/wp-content/uploads/2024/12/chevron-down.png);
    transform: translateY(-50%);
    background-color: #f5f5f5;
}
	.form-contact-second {
    width: 100%;
}

form.wpcf7-form .form-contact-second  p:has(.w-50) {
    flex-basis: 100%;
}

.form-contact-second  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.form-contact-second  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
    margin-right: 10px;
}

form.wpcf7-form .form-contact-second .wpcf7-checkbox label span.wpcf7-list-item-label {
    flex: 1;
    width: 100%;
    white-space: break-spaces;
	flex-basis:100%:
		display:block;
}

form.wpcf7-form .form-contact-second .wpcf7-checkbox label input[type="checkbox"] {
    flex-basis: 30px;
	max-width:30px;
	max-height:30px;
}

.form-contact-second  .info_wrapper.gray p {
    font-size: 14px;
}
body.product-template-default ul.slick-dots li button {display: none;}

body.product-template-default li.slick-active {
    background: #282828 !important;
}
body.product-template-default .product_info_slider ul.slick-dots li.slick-active {
		background: #fff !important;
	}
	
 body.product-template-default ul.slick-dots li.slick-active {
    background: #282828;
}
	body.product-template-default section.google_review li.slick-active {
		 background: #282828 !important;
	}

body.product-template-default ul.slick-dots li {
    flex: 1;
    height: 10px;
    background: #28282870;
}

body.product-template-default ul.slick-dots {
    display: flex;
    list-style: none;
    margin: 0;
}
body.product-template-default ul.slick-dots li button, .health_mate_slider button.slick-arrow{
    display: none !important;
}
body.product-template-default ul.slick-dots {
    display: flex !important;
}
	.hover_animated  .parent_container.relax {
    background-size:cover;
    background-image: url(/wp-content/uploads/2025/01/relax.png);
}
	.hover_animated  .parent_container.heal {  background-image: url(/wp-content/uploads/2025/01/New-Project-21.png); }
	.hover_animated  .parent_container.glow {  background-image: url(/wp-content/uploads/2025/01/New-Project-22.png); }
	.hover_animated  .parent_container {
 background-size:cover;
	}
.hover_animated .active .parent_container {
     background-size: 100% 100%;
}
	 .hover_animated .parent_container {
    position: relative;
}

.hover_animated .parent_container:before {
    content: '';
    height: 32px;
    width: 32px;
    position: absolute;
    right: 20px;
    top: 40px;
    background: url(/wp-content/uploads/2025/01/plus-1.png);
    background-size: cover;
}
 .hover_animated .active .parent_container:before {
     background-image: url(/wp-content/uploads/2025/01/minus-1.png);
}
}

 .benefirt_points > .gb-grid-column {
    min-height: 85px;
}
body .for_mobile {
	display:none;
}
.woocommerce ul#shipping_method {
    display: flex;
    justify-content: end;
    gap: 12px;
}

.woocommerce ul#shipping_method li {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: end;
}

.woocommerce ul#shipping_method li label {
    flex: 1;
    text-align: right;
    font-size: 26px;
    color: #7b7b7b;
    font-weight: 500;
    max-width: max-content;
}

.woocommerce ul#shipping_method li input {
    max-width: 25px;
}
 input#terms {
    max-width: 20px;
}
.slide_media.mobile {
    display: none;
}
.woocommerce-billing-fields h3 {
    text-transform: uppercase;
    padding-top: 70px;
    margin: 0;
}
.warrnty-form.feedback {
    text-align: left;
    padding-top: 50px;
}
p.content-terms.bold {
    text-align: left;
	font-size: 18px;
    font-weight: 600;
}
p.content-terms {
    text-align: left;
	font-size: 18px;
}
.feedback p.content-terms.grey {
    color: #7B7B7B;
}
.feedback p.content-terms {
    margin: 10px 0;
}
.feedback select {
    width: 100%;
    border: 1px solid #000;
    background: #F5F5F5;
    border-radius: 40px;
    padding: 14px;
}
form.wc-block-components-shipping-calculator-address input ,
form.wc-block-components-shipping-calculator-address select , .wc-blocks-components-select__container {
    border-radius: 40px !important; 
   
}
.feedback textarea {
    height: 130px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #868686;
}
.video-controls {
    display: none;
}
.additional-shiping-class .wc-block-components-totals-shipping__collaterals {
    display: none;
}
.feedback  .label-wrapper.file-set .abs p {
    margin-top: 0px;
    justify-content: start;
}
.feedback .label-wrapper.file-set {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}
tr.cart-discount.coupon-test td {
    text-align: right;
}
tr.cart-discount.coupon-test td a.woocommerce-remove-coupon:hover {
    text-decoration:underline;
}
tr.cart-discount.coupon-test td a.woocommerce-remove-coupon {
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #000;
}
.feedback span.wpcf7-list-item-label {
    font-weight: 700;
    color: #000;
}
tr.cart-discount.coupon-test td {
    position: relative;
    padding-bottom: 20px !important;
      text-align: right;
}
.download_therapy form.wpcf7-form.classic_design.init {
    justify-content: center;
}
.affirm_logo:before {
    content: "";
    font-family: "affirm" !important;
    position: absolute;
    right: 0px;
    top: 0px;
}

.affirm_logo {
    width: max-content;
    margin: 0 auto 20px;
    position: relative;

}
.affirm_logo .af_logo {
	    font-family: "affirm" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 40px;
	margin-left:-15px;
}
/*NEW  */
.divder {
    margin: 0;
    margin-bottom: 100px;
}
.all-reviews p, .all-reviews ul {
    margin-bottom: 10px;
}
.app-review-sec.yelp .star-review {
    flex-flow: column;
    gap: 10px;
}
.app-review-sec.yelp .google-review .user-info{
	justify-content: center;
}
.app-review-sec.yelp .google-review .slick-list {
    max-width: 80%;
}
.app-review-sec.trustpilot p {
    margin: 10px 0;
}
@media screen and (max-width:1600px){
h2.desktop br {
    display: none;
}
}

@media screen and (max-width:1450px) and (min-width:1300px) {
    ul.wc-block-grid__products .wc-block-grid__product-title {
        font-size:18px !important;
    }
}
@media screen and (min-width:1024px) {
.two_card_grid h5.gb-headline.gb-headline-text {
    white-space: nowrap;
}
}

@media screen and (max-width:767px) {
	.slide_media.desktop {
    display: none;
}
	html body #blogshome .slick-slide.slick-current.slick-active , html body #blogshome .slick-slide {
    width: 100% !important;
   
}
	.feedback-open p {
    font-size: 18px !important;
}
	.collection-page.capm h2{
    font-size: 30px !important;
}
.all-reviews {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px !important;
}
	.collection-page.capm p, .all-reviews  p{
		font-size: 18px !important;
	}
.page-id-8195 .entry-content {
    margin: 0;
}
	ul.slick-dots li.slick-active {
    background: #282828;
    opacity: 1;
}

ul.slick-dots {
    display: flex;
    width: 100%;
    list-style: none;
}

ul.slick-dots li {
    width: 100% !important;
    background: #282828;
    opacity: 0.5;
    height: 17px;
}

ul.slick-dots li button {
    width: 100%;
    background: transparent;
    opacity: 0;
    padding: 0;
}
.comparison-table .slick-slide{
    padding-left: 20px;
    padding-right: 20px;
}
.page-id-8195 div#content {
    padding: 0px 0px;
}
	.join .gb-container {
    max-width: none !IMPORTANT;
}
	.resources-gird.about {
    padding: 50px 20px !IMPORTANT;
}
	.media-bx {
    margin-bottom: 40px;
    text-align: center !important;
    gap: 20px;
}
	html body .testimonails .testimonail-slider .carousel-indicators {
    top: -115% !important;
}
	.resources-gird.about .resources-columd::after{
		display: none;
	}
	.elevating-content {
    padding: 50px 20px;
}
	.elevating-content p {
    font-size: 18px !important;
}
	.elevating-content img {
		margin-bottom: 12px;
		width: 100% !important;
	}
	.breadrump {
    position: absolute;
    bottom: 20px;
    padding-bottom: 0px !important;
}
	.divder {
    margin-top: 50px;
    margin-bottom: 50px;
}
	.blog-main-sept {
    padding: 0px !important;
    margin: 50px 0px 0px;
}
	footer .wp-block-image img {
    max-width: 100%; 
}
	.page-id-7863 form.wpcf7-form label {
    color: #7B7B7B;
    font-size: 18px;
    font-weight: 400;
    white-space: unset; 
}
	.slide_media.mobile {
    display: block;
}
body .for_desktop {
display:none;		
}
body .for_mobile {
	display:block;
}
	.shared_warmth_col a.gb-container-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shared_warmth_col {
    position: static !important; 
}
	td[data-title="Shipping"] {
		width:100%;
	}
	.woocommerce ul#shipping_method li { 
    justify-content: center;
}
	.woocommerce ul#shipping_method{
		display:block;
	}
	.woocommerce ul#shipping_method li label ,.woocommerce ul#shipping_method span.woocommerce-Price-amount.amount bdi{
		font-size: 26px !important;
	}
	.woocommerce form .form-row label.checkbox , .woocommerce ul#shipping_method li  {
     display: grid !important;
    grid-template-columns: 20px auto;
		gap:7px; 
} 
	.custom_class_checkout label {
    max-width: calc(100% - 40px) !important;
    font-size: 15px;
}
	
.custom_class_checkout li.wc_payment_method.payment_method_affirm label img {
    width: 80%;
    max-width: 60px !important;
    object-fit:contain;
    margin:0 !important;
}
 li.wc_payment_method.payment_method_authnet input#payment_method_authnet {
    max-width: 20px;
    height: 20px;
}
	

}


/* New css start 28/05/2025 */
.partner-cols , .space_around {
    justify-content: space-around;
}
.mobile {
	display:none;
}
.product span.tab-toggle { 
    line-height: 0.6;
}

.post-8704 section.future_sauna.unslick {
    margin-bottom: 50px;
}
.product h1.entry-title {
    display: block;
}


#product-8704 h1.product_title.entry-title {
    padding-right:  6.771vw;
}
#product-8704  .summary.entry-summary {
position:relative;
}
#product-8704 .woocommerce-product-details__short-description {
    padding-right:  6.771vw;
}

#product-8706 h1.product_title.entry-title {
    padding-right:  6.771vw;
}
#product-8706  .summary.entry-summary {
position:relative;
}
#product-8706 .woocommerce-product-details__short-description {
    padding-right:  6.771vw;
}
/* #product-8706 .summary.entry-summary:before {
    content: '';
    height: 6.771vw;
    width: 6.771vw;
    background: url(/wp-content/uploads/2025/05/Group-50.png);
    position: absolute;
    right: 0;
    border-radius: 50%;
    background-size: contain;
} */
.post-8706 section.future_sauna.unslick {
    margin-bottom: 50px;
}

.has_icon {
    position: relative;
}

.has_icon:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2025/05/chevron-left.png);
}

.postid-2355 .comments-area {
    display: none;
}
.top_divider {
    position: relative;
}

.top_divider:before {
    content: '';
    height: 1px;
    width: 200vw;
    background: #7b7b7b;
    position: absolute;
    top: 0;
    left: -50vw;
}
	body.post-template-default.single-post .site-footer .gb-container>.gb-container>p.gb-headline {
		display:block;
	}
   
  

    .container-slider {
        width: 100%;
        margin: 50px auto;
        max-width: 1345px;
        padding: 0px 136px;
        padding-left: 165px;
    }

    .video-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 50px;
    }

    .video-content h5 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        margin: 0px;
    }

    .video-content ul {
        display: flex;
        padding: 0px;
        list-style: none;
        margin: 0px !important;
        gap: 5px;

    }

    .top-content {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .video-content ul li {
        width: 22px;
        height: 22px;
        position: relative;
    }

    .video-content ul li:before {
        position: absolute;
        content: "";
        width: 22px;
        height: 22px;
        background: url("/wp-content/uploads/2025/05/Mask.png");
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .bottom-content {
        display: flex;
        align-items: center;
        margin: 20px 0px 50px;
        gap: 30px;
    }

    .bottom-content h6 {
        font-size: 22px;
        color: #fff;
        margin: 0px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }

    .bottom-content p {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        position: relative;
        margin: 0;
    }

    .bottom-content p :before {
        position: absolute;
        content: "";
        left: 0;
    }

    .slider-content {
        position: relative;
    }

    .video-wrapper {
        position: relative;
        height: 600px;
        width: calc(100% - 30px);
    }

    .cover-photo {
        width: 100%;
        height: 600px;
        object-fit: cover;
        display: block;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 60px;
        color: white;
        cursor: pointer;
        z-index: 2;
        border-radius: 50%;
        padding: 10px 20px;
        user-select: none;
    }

    .slider-thumb {
        margin-top: 20px;
    }

    .slider-thumb img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        transition: border 0.3s;
        cursor: pointer;
        border: 3px solid transparent;
    }

    .slider-thumb .slick-current img {
        border: 3px solid #AE2024;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
        font-size: 20px;
    }

    .slick-prev,
    .slick-next {
        width: 50px;
        height: 50px;
        padding: 0;
        background-color: transparent;
    }

/*     .slick-prev:before {
        content: '';
        background: url("/wp-content/uploads/2025/05/Vector-15.png");
        width: 50px;
        height: 50px;
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
    } */

    .slider-thumb .slick-track {
        display: flex !important;
        justify-content: space-between;
    }

    .slick-prev {
        left: -100px;
    }

    .slick-next {
        right: -70px;
    }

/*     .slick-next:before {
        content: '';
        background: url("/wp-content/uploads/2025/05/Vector-14.png");
        width: 50px;
        height: 50px;
        display: block;
        background-repeat: no-repeat;
        background-position: right;
        position: absolute;
        top: 0%;
    } */
.slick-prev img, .slick-next img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}
    .slider-thumb .slick-slide {
        margin: 0 15px;
    }

    .slider-thumb .slick-track {
        margin: 0 -15px;
    }

    /* Dots styling */
    .container-slider ul.slick-dots {
        display: flex;
        gap: 0;
        width: calc(100% - 30px);
        margin: 20px 0px;
        position: relative;
        bottom: 0;
    }

    .container-slider ul.slick-dots li {
        width: 100%;
        background: #28282882;
        margin: 0px;
        height: 18px;
    }

    .container-slider ul.slick-dots li.slick-active {
        background: #282828 !important;
    }

    .container-slider ul.slick-dots li button {
        opacity: 0;
    }

    @media screen and (max-width:768px) {

        .slick-prev,
        .slick-next {
            display: none !important;
        }

        .container-slider {
            padding: 0px 0px;
            padding-left: 0px;
        }

        .play-button img {
            width: 100px;
        }

        .video-wrapper {
            width: calc(100% - 0px);
        }

        .video-content {
            left: 20px;
            bottom: -160px;
            z-index: 9999;
        }
.video-content h5 {
font-size: 22px;
}
.bottom-content h6 , .bottom-content p {
font-size: 18px;
}
        .container-slider ul.slick-dots {
            margin-top: 0;
            position: absolute;
            width: 100%;
margin-bottom:10px;
        }

        .slider-thumb .slick-slide,
        .slider-thumb img {
            margin: 0;
        }

        .slider-thumb .slick-current img {
            border: 1.74px solid #AE2024;
        }

        body:has(.container-slider) {
            margin: 0px;
        }

        .video-content h5,
        .video-content h6,
        .video-content p {
            color: #000 !important;
        }

        .top-content {
            flex-flow: column;
            align-items: start;
            gap: 0px;
        }

        .bottom-content {
            align-items: start;
            flex-flow: column;
            margin: 0pc;
            gap: 0px;
            padding-top: 20px;
        }

        .slider.slider-content .slick-slide {
            padding-bottom: 220px;
        }

        .video-content ul li:before {
            filter: invert(1);
        }
.slider-thumb {
margin-top: 0px;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
    }
@media screen and (max-width:767px) {
	 .woocommerce p.price {
    margin-bottom: 10px;
    margin-top: 25px;
}
	#product-8704 .summary.entry-summary:before {
		visibility:hidden;
		opacity:0;
	}
	
		#product-8706 .summary.entry-summary:before {
		visibility:hidden;
		opacity:0;
	}
.desktop {
	display:none;
}
	.mobile {
	display:block;
}
	.download_therapy.get_access form.wpcf7-form label {
    text-align: center;
    display: block;
    font-size: 18px;
}

.download_therapy.get_access form.wpcf7-form label span {
    margin-top: 10px;
    display: block;
}
	.hover_animated.for_businesss .parent_container.first_wellbeing h2 {
    font-size: 24px;
		font-weight:400;
}
 .page-id-8257 div#full_spectrum h1 {
    font-size: 30px; 
}
	 .page-id-8257  div#full_spectrum p {
    font-size: 18px; 
}
body.post-template-default.single-post div#content .inside-article h2.wp-block-heading {
    font-size: 26px;
    font-weight: 700;
}
body.post-template-default.single-post div#content .inside-article p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

}
/* New css end 28/05/2025 */



