/*- Inner Pages Banner -*/

.i-banner-wrapper {position: relative; height: auto;}
.i-banner-wrapper:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0);}
img.inner-banner-img {height: 100%; width: 100%; min-height: 45vh; max-height: 80vh; object-fit: cover; object-position: center;}
.i-banner-wrapper.i-banner-map iframe {min-height: 45vh; max-height: 80vh;}
.i-banner-cnt 
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
}
.i-banner-cnt h1
{
    font-size: 72px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    text-align: center !important;
    font-weight: 600;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}
.page-id-122.subsite5 .i-banner-cnt h1{font-family: "Sawarabi Mincho", serif; font-weight:400;}
.i-banner-cnt p.i-ban-subt
{
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 10px;
    text-align: center !important;
    font-weight: 100;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}
.i-banner-cnt .ibc-inner
{
    max-width: 1134px;
    margin: 0 auto;
    display: table;
}

.ib-d-hide {display: none;}

@media screen and (max-width: 767px)
{
    .ib-d-hide {display: block;}
    .ib-m-hide {display: none;}
}

.page.page-id-126 img.inner-banner-img {object-position: center right;}

/*- Inner Pages -*/

.innerpage_default {padding: 80px 0;}
body .search-results-page {min-height: calc(100vh - 285px);}
body.logged-in.admin-bar .search-results-page {min-height: calc(100vh - 317px);}
.innerpage_default h1, .innerpage_default h2, .innerpage_default h3, .innerpage_default h4, .innerpage_default h5, .innerpage_default h6 {color: #ffa81b;}
.tb-banner-theme figure {width: 100%; height: auto;}
.tb-button-grp > .tigerbalm-button + .tigerbalm-button {margin-left: 20px;}
.clr2 {color: #ffa81b;}

/*- Overview -*/

.abt-ovw-container > .wp-block-group__inner-container {max-width: 1340px; margin: 0 auto;}

/*- BAL -*/

#bal-block {padding: 80px 0;}
.bal-heading {margin: 0 0 70px;}
.bal-heading h2 {margin: 0; font-weight: 400;}
.bal-heading h2 span {font-weight: bold;}
.bal-wrapper {display: flex; flex-flow: row wrap; margin: 0px -15px -40px; overflow: hidden;}
.bal-col.full {width: 100%;}
.bal-col.fullby3 {width: 33.333%;}
.bal-col {padding: 5px 15px 40px;}
.bal-col p {margin: 0 0 5px; color: #bb8846; line-height: initial;}
.bal-col h3 {margin: 0; color: #bb8846; line-height: initial;}
ul.flags-list {display: flex; flex-flow: row wrap; align-items: center; list-style-type: none; padding: 0; margin: 0;}
ul.flags-list li {margin: 0 5px 10px 0;}
ul.flags-list li:last-child {margin: 0 0px 10px 0;}
.flags-list li img {max-width: 50px; width: 100%; height: auto; transition: all 0.2s linear;}
.flags-list li:hover img {transform: translatey(-5px); transition: all 0.2s linear; }

/*- FAQ -*/

#faq-page
{
    padding: 80px 0;
}
.nobanner-title {margin: 0 0 70px;}
.nobanner-title h1 {color: #ff9000; margin: 0; font-weight: 600; text-align: center !important; text-shadow: 2px 2px 6px rgb(0 0 0 / 25%);}


/* Accordian Styling */

.accordian {list-style:none; margin:0; padding:0;}
.accordian .product-list > li, .accordian > li 
{
/*    margin: 0 0 15px;*/
    margin: 0 !important;
    border-bottom: 1px solid #e8e8e8;
}
.accordian div:last-child li:last-child, .accordian > li:last-child {margin: 0 !important;}
.accordian h2.accodian-title 
{
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: #000000;
    text-transform: none;
    margin: 0;
    padding: 25px 45px 25px 0;
/*
    padding: 25px 60px 25px 25px;
    background-image: linear-gradient(360deg, #ffa612, #ffd78e);
    border: 2px solid #bb8846;
    border-radius: 18px;
*/
}
.accordian h2.accodian-title:after  
{
    content: '';
    position: absolute;
    top: 50%;
/*    right: 20px;*/
    right: 0;
    transform: translateY(-50%);
    transform-origin: center;
    width: 14px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(../images/icons/right-arrow-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    transition: all 0.2s linear;
}
.accordian h2.accodian-title.active:after  
{
    transform: translateY(-50%) rotatez(90deg);
    transition: all 0.2s linear;
}
.accordian h2.accodian-title span
{
    display: inline-block;
    position: relative;
    min-width: 120px;
}
.accordian section.accodian-cnts 
{
    display: none;
    padding: 0 30px 20px 0;
}
.accordian section.accodian-cnts.active 
{
   display: block;
}
section.accodian-cnts p {width: 100%;}
section.accodian-cnts p:last-child {margin: 0;}

section.accodian-cnts p:empty, .testi-inner-wrapper p:empty {display: none;}
section.accodian-cnts ol, section.accodian-cnts ul {padding-left: 35px; margin-bottom: 15px;}
section.accodian-cnts ol:last-child, section.accodian-cnts ul:last-child {margin: 0px;}
section.accodian-cnts ol li, section.accodian-cnts ul li {margin: 0 0 10px;}
.testi-inner-wrapper td, .testi-inner-wrapper th {
	border: none; 
	padding: 0;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    font-style: italic;
}

/*- Form Fields -*/

input, select, textarea, button.select-box
{
    padding: 20px;
    border-radius: 18px;
    border: 1px solid #bb8745;
    box-shadow: -3px 6px 10px rgb(0 0 0 / 10%) inset;
    background-color: transparent;
    font-size: 24px;
    color: #646464;
    height: 80px;
    width: 100%;
    outline: none !important
}
select, button.select-box
{
    appearance: none;
    position: relative;
    background: url(../images/icons/right-arrow-dark.svg) no-repeat;
    background-position: right 20px center;
    background-size: 14px;
    background-color: #fff;
    padding-right: 30px !important;
    cursor: pointer;
}
input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {border: 1px solid #ff6464;}
textarea {min-height: 250px; font-family: 'Helvetica'; font-weight: 400;}
input:focus, select:focus, textarea:focus, button.select-box:focus {border: 1px solid #000;}
select:focus, button.select-box:focus, button.select-box.active {background: url(../images/icons/right-arrow.svg) no-repeat; background-position: right 20px center; background-size: 14px; background-color: #fff;}
input[type="submit"]
{
    position: relative;
    width: auto; 
    height: auto;
    min-width: 428px;
    min-height: 93px;
    padding: 15px;
    background-color: #ffa81b;
    border: none;
    color: #000000;
    font-size: 23px;
    line-height: 1;
    border-radius: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s linear;
}
input[type="submit"]:hover 
{
    background-color: #65371D;
    color: #fff;
    border: none;
    transition: all 0.2s linear;
}
input[type="radio"], input[type="checkbox"] {box-shadow: none;} 
input[type="radio"] {visibility: hidden; height: 30px; width: 30px; margin: 0 10px 0 0;}
input[type="radio"]:before {content: " "; width: 90%; height: 90%; border: 2px solid #8b612b; border-radius: 50%; display: block; cursor: pointer; visibility: visible;}
input[type="radio"]:checked::before {background: radial-gradient(#8b612b 54%, transparent 58%);}

/*-------*/

.faq-form-wrap {margin-bottom: 40px;}
.faq-form-wrap form, .wh-to-buy-form-wrap form
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}
.faq-form-wrap form .tb-form-group, .wh-to-buy-form-wrap form .tb-form-group {width: calc(50% - 8px);}
.faq-form-wrap form > .tb-form-group:last-child, .wh-to-buy-form-wrap form .tb-form-group:last-child {margin-left: 16px;}

/*- Highlights -*/

#highlights-page
{
    padding: 80px 0;
}
.highlights-wrapper
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -15px -50px;
    overflow-y: hidden;
}
.highlights-block
{
    width: 50%;
    padding: 0 15px 50px;
}
.highlights-wrapper > .highlights-block:first-child, .hlb-btn.wt-100 {width: 100%;}
.page-template-Highlights.subsite5 .hlb-btn.wt-100 { display: none; }
.highlights-block .hlb-img {margin: 0 0 25px;}
.hlb-img img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.highlights-wrapper > .highlights-block:first-child .hlb-img img {
    aspect-ratio: inherit;
}
.highlights-block .hlb-cnt h2
{
    font-size: 22px;
    color: #787878;
    margin: 0 0 5px;
}
.highlights-block .hlb-cnt h3
{
    font-size: 32px;
    color: #ffa500;
    margin: 0;
}
.highlights-block .hlb-cnt p
{
    font-size: 20px;
    color: #787878;
    margin: 15px 0 0;
}
.highlights-block .hlb-cnt p:empty {margin: 0;}
.hlb-btn {margin-top: 60px; text-align: center;}

/*- Highlights Detail -*/

#highlights-detail-page
{
    padding: 80px 0;
}
.highlights-dmini-blocks
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 65px -30px -50px;
    overflow-y: hidden;
}
.hldm-block
{
    width: 33.333%;
    padding: 0 30px 50px;
}
.hldm-block .hldm-img {margin: 0 0 25px;}
.hldm-block .hldm-cnt p {margin: 0;}

/*-  Testimonials -*/

#testimonials-page {padding: 80px 0;}
.testimonials-slider.slick-slider .slick-track, .testimonials-slider.slick-slider .slick-list, .pd-customer-slider.slick-slider .slick-track, .pd-customer-slider.slick-slider .slick-list, .pct-sm.slick-slider .slick-track, .pct-sm.slick-slider .slick-list {transition: all 0.2s linear;}
.testimonials-slider .slick-slide {padding: 0 15px;}
.testi-inner-wrapper
{
    position: relative;
    min-height: 500px;
    padding: 50px 50px;
    background-image: linear-gradient(360deg, #ff9102, #ffc855);
    border-radius: 18px;
}
.testi-inner-wrapper img
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-width: 220px;
    z-index: 1;
}
.testi-inner-wrapper p
{
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    font-style: italic;
}
.testi-inner-wrapper h2, .testi-inner-wrapper h3, .testi-inner-wrapper h4 {font-size: 26px; color: #000; margin: 0;}
.testi-inner-wrapper h3 {font-weight: 400;}
.testi-inner-wrapper h2 {margin: 30px 0 0;}
.testimonials-slider .slick-prev, .testimonials-slider .slick-next {top: 50%; color: transparent; width: 26px; height: 36px; background-size: 22px !important; background-repeat: no-repeat !important;}
.testimonials-slider .slick-prev:before, .testimonials-slider .slick-next:before {display: none;}
.testimonials-slider .slick-prev {left: -40px; z-index: 9; background: url(../images/icons/left-arrow.svg);}
.testimonials-slider .slick-next {right: -40px; z-index: 9; background: url(../images/icons/right-arrow.svg);}
.testimonials-slider .slick-next:hover, .testimonials-slider .slick-next:focus { background: url(../images/icons/right-arrow-dark.svg);}
.testimonials-slider .slick-prev:hover, .testimonials-slider .slick-prev:focus { background: url(../images/icons/left-arrow-dark.svg);}
.testimonials-form {margin-top: 80px;}
.testimonials-form h2
{
    width: 100%;
    max-width: 1240px;
    color: #ff9000;
    text-align: center !important;
    margin: 0 auto 70px;
}
.testimonials-form form .form-wrap, .contact-form-wrapper .form-wrap
{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin: 0 -7px;
    overflow-x: hidden;
}
.testimonials-form form .form-wrap .tb-form-group, .contact-form-wrapper form .form-wrap .tb-form-group
{
    width: 50%;
    padding: 0 7px;
    margin: 0 0 25px;
}
.testimonials-form form .form-wrap .tb-form-group.fg-100, .contact-form-wrapper form .form-wrap .tb-form-group.fg-100 {width: 100%;}
.testimonials-form form .form-wrap .tb-form-group p, .contact-form-wrapper form .form-wrap .tb-form-group p {margin: 0;}
.testimonials-form form .form-wrap .tb-form-group.checkbox, .contact-form-wrapper form .form-wrap .tb-form-group.checkbox {margin: 21px 0 46px;}
.testimonials-form form .checkbox p > a, .contact-form-wrapper form .checkbox p > a {display: inline-block; margin-left: 7px; margin-right: 7px; position: relative; z-index: 9;}
.testimonials-form form .checkbox p, .contact-form-wrapper form .checkbox p
{
    position: relative !important;
    padding-left: 50px;
    width: auto !important;
    line-height: 30px;
    font-size: 22px;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.testimonials-form form .checkbox p > span, .contact-form-wrapper form .checkbox p > span
{
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    text-align: left;
}
.testimonials-form form .checkbox span, .contact-form-wrapper form .checkbox span
{
    width: 100%;
}
.testimonials-form form span.wpcf7-checkbox label input, .contact-form-wrapper form span.wpcf7-checkbox label input 
{
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.testimonials-form form span.wpcf7-checkbox label span, .contact-form-wrapper form span.wpcf7-checkbox label span
{
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 0px;
}
.testimonials-form form span.wpcf7-checkbox label span:before, .contact-form-wrapper form span.wpcf7-checkbox label span:before 
{
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #a46d27;
    padding: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
}
.testimonials-form form span.wpcf7-checkbox label input:checked + span:after, .contact-form-wrapper form span.wpcf7-checkbox label input:checked + span:after 
{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    width: 6px;
    height: 14px;
    border: solid #a46d27;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}
.testimonials-form form .tb-form-group p, .contact-form-wrapper form .tb-form-group p
{
    width: 100%;
    position: relative;
}
.testimonials-form form .tb-form-group p span.wpcf7-not-valid-tip, .contact-form-wrapper form .tb-form-group p span.wpcf7-not-valid-tip
{
    position: relative;
    bottom: 0;
    background: #ff6464;
    color: #fff;
    padding: 2px 10px;
    border-radius: 0 0 10px 10px;
    font-size: 12px;
    line-height: 26px;
    left: inherit;
    right: 0px;    
}
.testimonials-form form .tb-form-group p span.wpcf7-not-valid-tip:before, .contact-form-wrapper form .tb-form-group p span.wpcf7-not-valid-tip:before
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ff6464;
    left: 0;
    top: -15px;
}
.testimonials-form form .tb-form-group p span.wpcf7-not-valid-tip:after, .contact-form-wrapper form .tb-form-group p span.wpcf7-not-valid-tip:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ff6464;
    right: 0;
    top: -15px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7 form.invalid .wpcf7-response-output
{
    display: none !important;
}
.testimonials-form form .submit p, .contact-form-wrapper form .submit p {position: relative; text-align: center;}
.testimonials-form form .submit p span.wpcf7-spinner, .contact-form-wrapper form .submit p span.wpcf7-spinner
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    transform: translate(-50%, -50%);
}
.wpcf7-response-output
{
    font-size: 18px;
    text-align: center !important;
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}
.wpcf7-list-item {margin: 0;}
.testimonials-form form .tb-form-group.checkbox p span.wpcf7-not-valid-tip, .contact-form-wrapper form .tb-form-group.checkbox p span.wpcf7-not-valid-tip {bottom: -5px;}
.testimonials-form form .tb-form-group.checkbox p span.wpcf7-not-valid-tip:before, .contact-form-wrapper form .tb-form-group.checkbox p span.wpcf7-not-valid-tip:before, .testimonials-form form .tb-form-group.checkbox p span.wpcf7-not-valid-tip:after, .contact-form-wrapper form .tb-form-group.checkbox p span.wpcf7-not-valid-tip:after {display: none;}
form .form-wrap.hideclass {display: none !important;}

/*- Blog -*/

#blog-page, #blog-detail-page, #where-to-buy, #contact-page
{
    padding: 100px 0;
}
.blog-form-wrap
{
    width: 100%;
    max-width: 450px;
    margin: 0 auto 70px;
}
.blb-block
{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 0 0 70px;
}
.blog-listing-blocks > .blb-block:last-child {margin: 0 !important;}
.blb-block .blb-img
{
    width: 400px;
}
.blb-block .blb-cnt
{
    width: calc(100% - 400px);
    padding-left: 40px;
}
.blb-block .blb-cnt h2
{
/*    font-size: 36px;*/
    margin: 0 0 15px;
}
.blb-block .blb-cnt h2 a {color: #717171; transition: all 0.2s linear;}
.blb-block .blb-cnt h2 a:hover {color: #ffa500; transition: all 0.2s linear;}
.blb-block .blb-cnt p
{
    font-size: 24px;
    margin: 0 0 30px;
}
.blb-block .blb-cnt a.tb-link {color: #ffa500; font-size: 24px; transition: all 0.2s linear;}
.blb-block .blb-cnt a.tb-link:hover {color: #65371D; transition: all 0.2s linear;}
.blog-detail-wrapper img {width: 100%; max-width: 90%; /*margin: 0 auto;*/ display: table;}
.blog-detail-wrapper figure {margin: 0 0 20px;}
.blog-detail-wrapper figure.wp-block-embed.aligncenter.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
    display: flex;
    justify-content: center;
}
.blog-detail-wrapper figure.wp-block-embed.alignright.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
    display: flex;
    justify-content: flex-end;
    max-width: none;
}
.blog-detail-wrapper figure.wp-block-embed.alignleft.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
    display: flex;
    justify-content: flex-start;
    max-width: none;
}

/*- Where to Buy -*/

.coun_fil_sec { display: none;}
.subsite1 .coun_fil_sec { display: block;}
.wh-to-buy-form-wrap {position: relative; margin: 0 0 80px; z-index: 9;}
.wh-to-buy-wrapper {text-align: center;}
.wh-to-buy-wrapper > div {display: flex; flex-flow: column-reverse wrap;}
.wh-to-buy-wrapper h2 {width: 100%; text-align: center !important; font-size: 30px; margin: 0 0 40px;}
.wh-to-buy-blocks {width: 100%; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; margin: 0 -10px;}
.wh-to-buy-blocks .wtb-img-wrap {width: calc(16.666% - 20px); margin: 10px 10px; border: 2px solid #e9dbc7; border-radius: 24px; height: 200px;  transition: all 0.2s linear;}
.wh-to-buy-blocks .wtb-img-wrap:hover {border: 2px solid #FF9000; transition: all 0.2s linear;}
.wh-to-buy-blocks .wtb-img-wrap a {height: 100%; width: 100%; display: inline-flex; flex-flow: row wrap; align-items: center; justify-content: center; padding: 24px;}
.wtb-availstore {margin: 0 0 80px;}
.wh-to-buy-blocks .wtb-img-wrap a img {transform: scale(1); transition: all 0.1s linear;}
.wh-to-buy-blocks .wtb-img-wrap:hover a img {transform: scale(0.95); transition: all 0.2s linear;}
.wh-to-buy-blocks .wtb-img-wrap.wtbnolink:hover { border: 2px solid #e9dbc7;}
.wh-to-buy-blocks .wtb-img-wrap.wtbnolink:hover a img { transform: none;}
.wh-to-buy-blocks .wtb-img-wrap.wtbnolink:hover a {cursor: default;}
.subsite3 .wh-to-buy-blocks .wtb-img-wrap.wtb-fr-img-wrap.wtbnolink:hover { border: 2px solid #FF9000;}
.subsite3 .wh-to-buy-blocks .wtb-img-wrap.wtb-fr-img-wrap.wtbnolink:hover a img { transform: scale(0.95);}
.subsite3 .wh-to-buy-blocks .wtb-img-wrap.wtb-fr-img-wrap.wtbnolink:hover a {cursor: pointer;}
.online_footnote, .store_footnote { margin-top: 20px; order: -1; line-height: normal;}
.store_footnote{ margin-bottom:80px; }
.subsite5 .wtb-availstore, .subsite15 .wtb-availstore {margin:0px;}
/*- Contact US -*/

.i-banner-wrapper.i-banner-map {height: auto;}
.i-banner-wrapper.i-banner-map:before {display: none;}
.i-banner-wrapper.i-banner-map iframe {line-height: 1;}
.cu-addr-wrapper {display: flex; flex-flow: row nowrap; align-items: flex-start; justify-content: center; margin: 0 0 80px;}
.cu-addr-wrapper > div {width: 33.333%; padding-right: 20px;}
.cu-addr-wrapper h2
{
    font-size: 24px;
    margin: 0 0 5px;
}
.cu-addr-wrapper p
{
    font-size: 24px;
    margin: 0;
}
.cu-addr-wrapper p a {color: #696969; transition: all 0.2s linear;}
.cu-addr-wrapper p a:hover {color: #ffa500; transition: all 0.2s linear;}
.message-wrapper .mess-title {margin: 0 0 25px;}
.message-wrapper .mess-title h2
{
    font-size: 60px;
    color: #ff9000;
    margin: 0 0 40px;
    font-weight: 600;
    text-align: center !important;
}
.message-wrapper .mess-title p
{
    margin: 0;
    text-align: center !important;
}
.contact-form-wrapper form .radio {width: 100%;}
.contact-form-wrapper form .radio p
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}
.contact-form-wrapper form .radio p span.wpcf7-list-item label
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
}
.contact-form-wrapper .form-wrap .radio .wpcf7-list-item {margin: 0 0 0 20px;}
.contact-form-wrapper .form-wrap .subject-radio.radio .wpcf7-list-item.first {margin: 0 !important;}
.contact-form-wrapper form .radio p span.fg-100 {width: 100%; text-align: center; display: inline-block; margin: 0 0 14px;}
.contact-form-wrapper .form-wrap .radio span.bold-f {font-weight: bold;}

/*- Select with Image -*/

.tb-form-group .chosen-container-single .chosen-single
{
    position: relative;
    background: url(../images/icons/right-arrow-dark.svg) no-repeat;
    background-position: right 20px center;
    background-size: 14px;
    border: none;
    box-shadow: -3px 6px 10px rgb(0 0 0 / 10%) inset;
    padding: 0;
    border-radius: 18px;
    height: 80px;
    background-color: #fff !important;
}
.tb-form-group .chosen-container-active.chosen-with-drop .chosen-single
{
    border: 1px solid #bb8745;
    background: url(../images/icons/arrow-down-dark.svg) no-repeat;
    border-radius: 18px;
    background-position: right 20px center;
    background-size: 22px;
    box-shadow: -3px 6px 10px rgb(0 0 0 / 10%) inset;
}
.tb-form-group .chosen-container-single .chosen-single span
{
    padding: 20px;
    border-radius: 18px;
    border: 1px solid #bb8745;
    background-color: transparent;
    font-size: 24px;
    color: #646464;
    width: 100%;
    height: 80px;
    line-height: 36px;
    padding-right: 40px !important;
}
.tb-form-group .chosen-container-active.chosen-with-drop .chosen-single {border: none;}
.tb-form-group .chosen-container-single .chosen-search {display: none;}
.tb-form-group .chosen-container .chosen-drop
{
    border: none;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%), -3px 6px 10px rgb(0 0 0 / 10%) inset;
    padding: 30px;
    border-radius: 18px;
}
.tb-form-group .chosen-container .chosen-results
{
    margin: 0;
    padding: 0;
}
.tb-form-group .chosen-container .chosen-results li
{
    color: #646464;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0;
    transition: all 0.2s linear;
}
.tb-form-group .chosen-container .chosen-results li:first-child {margin: 0 0 15px !important;}
.tb-form-group .chosen-container .chosen-results li:last-child {margin: 0;}
.tb-form-group .chose-image-list
{
    width: 50px;
    height: auto;
    max-height: 50px;
    margin: 0 12px 0 0;
    object-fit: contain;
    object-position: left center;
    margin-top: -3px !important;
}
.tb-form-group .chosen-container .chosen-results li.highlighted 
{
    background-color: transparent;
    background-image: none;
    color: #bb8745;
    transition: all 0.2s linear;
}
.chosen-single span .chose-image-small
{
    width: 30px;
    height: auto;
    max-height: 30px;
    margin: 0 10px 0 0;
    object-fit: contain;
    object-position: center;
    margin-top: -4px;
}
.wh-to-buy-form-wrap form .tb-form-group:last-child img.chose-image-small, .wh-to-buy-form-wrap form .tb-form-group:last-child img.chose-image-list{display:none;}

.chosen-container .chosen-results::-webkit-scrollbar {
	width: 4px;
}
.chosen-container .chosen-results::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}
.chosen-container .chosen-results::-webkit-scrollbar-thumb {
    background-color: #bb8745;
    outline: 0px solid slategrey;
    border-radius: 14px;
}

/*////////////////////Fourth Milestone//////////////////////////////*/

/*- symptoms -*/

.symptoms-banner .i-banner-cnt {top: 50px; transform: translateY(0px);} 
.symptoms-banner .i-banner-cnt h1 {color: #ff9000; margin: 0 0 30px; font-weight: 600; text-shadow: 2px 2px 6px rgb(0 0 0 / 20%);}
.sypmtom-wrapper {margin: 0 0 60px; padding-right: 80px;}
.sypmtom-wrapper h2 {font-size: 60px; color: #ff9000; margin: 0 0 65px;}
.sypmtom-wrapper h3 {font-size: 48px; color: #ff9000; margin: 0 0 30px; font-weight: 400;}
.sypmtom-wrapper p:last-child {margin: 0;}

/*- Product Overview -*/

#product-overview-block, #product-types, #symptoms-block {padding: 80px 0;}
#symptoms-block {font-size: 0px;}
#product-comparison-block, #product-detail {padding: 80px 0 0; overflow-x: hidden;}
.pow-intro.wp-block-column {margin-bottom: 80px;}
.pow-intro-2.wp-block-column {margin-bottom: 60px;}
.pow-intro h2 {color: #ffa500; font-size: 60px; margin: 0 0 25px;text-align: center;}
.pow-intro p:nth-last-of-type(2) {margin: 0 0 40px; text-align: center;}
.pow-intro p:last-child {margin: 0;}
.pow-intro-2 h2 {color: #ffa500; text-align: center; margin-top: 0;}
.pow-intro-2 h3 {margin: 0;text-align: center; color: #696969;}
.pow-main h2 {color: #ffa500; text-align: center; margin: 0;}
.pro-overview-blocks {margin: 40px 0 0;}
.prover-block.wp-block-columns {display: flex; flex-flow: row nowrap !important; align-items: center !important; margin: 0 0 25px; gap: 10px !important;}
/*.prover-block:nth-child(even) {flex-flow: row-reverse nowrap;}*/
.prover-block:last-child {margin: 0;}
.prover-block .prover-b-cnt.wp-block-column {width: calc(100% - 250px); flex-basis: calc(100% - 250px) !important; margin-top: -12px;}
.prover-block .prover-b-img.wp-block-column {width: 250px; flex-basis: 250px !important; text-align: right;}
.prover-block .prover-b-img.wp-block-column figure {margin: 0 !important}
.featuresproductoverview .prover-b-img img { padding-right: 14px; margin-bottom:12px; }
.featuresproductoverview .prover-b-img:last-child img { padding-right: 0px; }
/*.prover-block:nth-child(even) .prover-b-img {text-align: left;}*/
.prover-block .prover-b-cnt h2 {color: #717171; margin: 0 0 25px; text-align: left;}
.prover-block .prover-b-cnt p {color: #717171; margin: 0; text-align: left;}
.prover-block .prover-b-img img {width: 100%; max-width: 220px;}
.pro-overview-wrapper {padding: 0 140px;}

/*- Product Comparison-*/

#product-comparison-block .nobanner-title h1 {text-align: left;}
.pro-compare-table table {width: 100%; border-collapse: collapse; min-width: 1000px;}
.pro-compare-table table td, .pro-compare-table table th {border-bottom: 2px solid #e6e6e6; padding: 20px 10px; vertical-align: top;}
.page-template-comparisson.subsite4 .pro-compare-table table td, .page-template-comparisson.subsite4 .pro-compare-table table td p{line-height: 1.5 !important}
.pro-compare-table table tbody > tr:nth-child(1) > td {vertical-align: middle;}
.pro-compare-table table tr th:first-child , .pro-compare-table table tr td:first-child {padding-left: 0;}
.pro-compare-table table tr:last-child td {border: none;}
.pro-compare-table table tr th {color: #000; font-size: 20px; font-weight: 700; text-align: left;}
.pro-compare-table table td img {max-width: 180px; max-height: 180px; width: auto; height: auto;}
.pro-compare-table table tr td:first-child {font-size: 20px; font-weight: 700; color: #000;}
.pro-compare-table table ul {list-style-type: none; padding: 0; margin: 0;}
.pro-compare-table table ul li {position: relative; padding-left: 20px;}
.pro-compare-table table ul li::before {content: '-'; position: absolute; left: 0; top: -11px; font-size: 30px;}
.pro-compare-table table ul li:last-child, .pro-compare-table table td p:last-child, .pro-compare-table table th p:last-child {margin: 0 !important;}
.subsite4 .pro-compare-table table td:first-child { min-width: 110px; }
.subsite10 .pro-compare-table table ul li, .subsite10 .compare-card ul li { padding-left: 0; padding-right: 20px; }
.subsite10 .pro-compare-table table ul li::before, .subsite10 .compare-card ul li { right: 0; }
.subsite10 .pro-compare-table table tr th{text-align: right;}
.subsite10 .pro-compare-table table tr td:first-child{ font-size: 20px; font-weight: 400; color: #696969; }
.subsite10 .pro-compare-table table tr td:last-child {font-size: 20px; font-weight: 700; color: #000;}
.subsite10 .pro-compare-table table tr th:first-child, .subsite10 .pro-compare-table table tr td:first-child { padding-left: 10px; }
.subsite10 .pro-compare-table table tr th:last-child, .subsite10 .pro-compare-table table tr td:last-child { padding-right: 0; }


/*- Product Comparison Mobile-*/

.pro-compare-table {margin: 0 0 80px; overflow-x: auto; padding: 10px;}
.pro-compare-table.mobile-view {display: none; overflow-x: visible; padding: 0;}
.pct-sm {display: flex; flex-flow: row nowrap; align-items: flex-start; justify-content: flex-start; width: calc(100% + 20px); overflow-x: auto; scroll-behavior: smooth; scrollbar-width: thin; /*scrollbar-color: #888 #e0e0e0;*/  padding-bottom: 16px;}
.compare-item {width: 100%; max-width: 33.333%; min-width: 200px; padding: 0 5px;}
.pct-sm::-webkit-scrollbar { height: 10px; }
.pct-sm::-webkit-scrollbar-thumb { background-color: #888;  border-radius: 10px;  }
.pct-sm::-webkit-scrollbar-track { background-color: #e0e0e0; border-radius: 10px; }
.compare-item:first-child {padding-left: 0;}
.compare-item:last-child {padding-right: 0;}
.compare-card
{
	font-size: 22px;
	line-height: 1.12;
	overflow: hidden;
	position: relative;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
	height: 100%;
    margin: 10px 8px;
    border-radius: 8px;
}
.compare-card .close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 12px !important;
}
.compare-card .none {display: none;}
.sub-title h3{
    font-size: 15px;
	background-color: #EEEEEE;
	padding: 15px;
	line-height: 1;
    margin: 0;
    font-weight: 400;
}
.compare-card>img {
    width: auto;
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
    display: table;
}
.compare-card h2 {
	padding: 20px;
	color: #000;
    margin: 0;
    font-size: 18px;
    min-height: 83px;
}
.compare-card p {
	padding: 20px;
	color: #000;
    margin: 0;
    font-size: 16px;
}
.compare-card p + p {padding-top: 0;}
.compare-card ul{
	padding: 20px;
    margin: 0;
}
.compare-card ul li{
	color: #000;
	position: relative;
	padding-left: 15px;
    list-style-type: none;
    font-size: 16px;
}
.compare-card ul li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: -6px;
	font-size: 20px;
}
.compare-card ul li:not(:last-child){
	margin-bottom: 15px;
}
.compare-card ul li:last-child {margin: 0 !important;}
.pro-compare-table::-webkit-scrollbar {width: 10px; height: 5px;}
.pro-compare-table::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); box-shadow: inset 0 0 0px rgba(0,0,0,0.3);}
.pro-compare-table::-webkit-scrollbar-thumb {background-color: #ffa500; outline: 0px solid slategrey;}

.pct-sm .slick-dots li {width: 13px; height: 13px;}
.pct-sm .slick-dots li button {width: 20px; height: 15px;}
.pct-sm .slick-dots li button:before {font-size: 45px; line-height: 15px; width: 15px; height: 15px; color: #ffa500 !important;}

/*- c-products-card -*/

.c-products-card {position: relative; background-color: #BA8645; padding: 15px 0;}
#product-detail .c-products-card {display: none;}
.c-products-card:before {content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-color: #BA8645; z-index: 1;}
.c-products-card:after {content: ''; position: absolute; top: 0; right: -100%; width: 100%; height: 100%; background-color: #BA8645; z-index: 1;}
.cproc-wapper {display: flex; align-items: center; justify-content: center;}
.cp_card_items{
	position: relative;
	display: flex;
    align-items: stretch;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    margin-right: 40px;
}
.cp_card_items li {position: relative; margin: 0; background-color: #fff; border-radius: 14px; width: 120px; height: 120px; flex-shrink: 0;}
.cp_card_items li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.cp_card_items li a img {height: 80px; width: auto;}
.cp_card_items li:not(:last-child){margin-right: 15px;}
.cp_card_items li a.cci-close {position: absolute; right: -8px; top: -8px; width: 26px; height: 26px; background-color: #fff; border-radius: 50%; display: flex; flex-flow: row wrap; align-items: center; justify-content: center;}
.cp_card_items li a.cci-close img {width: 75%; height: auto;}
.cproc-wapper .tigerbalm-button 
{
	background-color: #F8E9CE;
    border: 2px solid #F8E9CE;
    min-width: 220px;
    min-height: 72px;
    transition: all 0.2s linear;
}
.cproc-wapper .tigerbalm-button:hover
{
	background-color: #FF9000;
    border: 2px solid #FF9000;
    transition: all 0.2s linear;
}

/*- Product Types-*/

.pro-types-wrapper {display: flex; flex-flow: row wrap; align-items: stretch; margin: 0 -10px -20px;}
.pro-type-block 
{
    position: relative;
    width: calc(25% - 20px);
    padding: 10px 25px 100px;
    border: 2px solid rgba(183, 135, 69, 0.3);
    border-radius: 40px;
    height: auto;
    text-align: center !important;
    overflow: hidden;
    margin: 0 10px 20px;
}
.subsite9 .pro-type-block{ width: calc(33.33% - 20px);}
.pro-type-block .tigerbalm-button 
{
    position: absolute;
    bottom: 30px;
    left: 25px;
    width: calc(100% - 50px);
    padding: 15px;
    font-size: 24px;
    min-width: inherit; 
    max-width: inherit;
    background-color: #ffca58;
    border: none;
    min-height: 68px;
    transition: all 0.2s linear;
}
.pro-type-block .tigerbalm-button:hover
{
    color: #000;
    background-color: #ffa500;
    transition: all 0.2s linear;
}
.ptb-contents .prod-reg-no {
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin: 0 0 8px;
}
.pro-ribbon {position: absolute; top: 30px; left: -100px; transform: rotateZ(-45deg); background-color: #bf6e1f; color: #fff; font-size: 18px; height: auto; width: 300px; padding: 8px 0; z-index: 99;}
.pro-ribbon.as {background-color: #0a97a4;}
.ptb-contents h2
{
	font-size: 20px;
	color: #bb8846;
/*    min-height: 56px;*/
    margin: 0 0 25px;
    padding: 0 12px;
}
.ptb-contents h2 a {color: #bb8846; transition: all 0.2s linear;}
.ptb-contents h2:hover {color: #ffa500; transition: all 0.2s linear;}
.pro-type-block .ptb-img {overflow: hidden; margin: 0 0 5px;}
.pro-type-block .ptb-img img 
{
    width: 280px;
    height: 280px;
    margin: 0 auto;
    object-fit: contain;
    transition: all 0.2s linear;
}
.pro-type-block:hover .ptb-img img
{
    transform: scale(1.1);
    transition: all 0.2s linear;
}
.p_type_content 
{
    margin-top: 10px;
}
.pro-type-block:hover,
.pro-type-block.selected{
	border-color: #ffa500;
}
.pro-load-more {margin-top: 60px; text-align: center;}
.pro-types-wrapper .ptb-contents h2
{
    min-height: 48px;
    min-height: auto !important;
}
body.subsite10 .pro-types-wrapper .ptb-contents h2{text-align: center;}
.compare-rel-pro-slider .pro-type-block {padding-bottom: 170px;}
.compare-rel-pro-slider .pro-type-block .tigerbalm-button {bottom: 90px;}
.compare-rel-pro-slider .ptb-contents h2 {margin: 0; min-height: 48px;}
.compare-block 
{
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 100%;
    max-width: 200px;
    transform: translateX(-50%);
    transition: all 0.2s linear;
}
.compare-block input {width: 100%; height: 100%; box-shadow: none; padding: 0; border-radius: 0; border: none; position: absolute; top: 0; left: 0; opacity: 0; cursor: pointer;}
.compare-block label {position: relative; display: flex; flex-flow: row wrap; align-items: center; padding-right: 45px; cursor: pointer;}
.compare-block label img {max-width: 40px; width: 100%; height: auto; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.compare-block label input ~ img.check {opacity: 0;}
.compare-block label input:checked ~ img.check {opacity: 1;}
.compare-block label input:checked ~ img.add {opacity: 0;}


/*---Classic Active Popup---*/

.pro-types-header {margin: 0 0 35px; display: flex; flex-flow: row wrap; align-items: center; position: relative;}
.pth-popup-wrapper ul {padding: 0; margin: 0; list-style-type: none; display: flex; flex-flow: row wrap; align-items: center;}
.pth-popup-wrapper ul li {padding: 0; margin: 0;}
.pth-popup-wrapper ul li + li {margin-left: 20px;}
.pth-popup-wrapper ul li a img {width: 100%; max-width: 92px; margin-right: 8px;}
.pth-tb-btn 
{
    width: auto; 
    height: 65px;
    min-width: 255px;
    padding: 15px;
    background-color: #ffa81b;
    color: #000000;
    font-size: 22px;
    border-radius: 28px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #ffa81b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}
.pth-tb-btn.pth-tb-blk
{
    background-color: #453b3e;
    color: #fff;
    font-size: 28px;
    font-style: italic;
    text-transform: uppercase;
    border: 2px solid #453b3e;
    transition: all 0.2s linear;
}
.pth-tb-btn:hover, .pth-tb-btn.pth-tb-blk:hover, .pth-tb-btn.active, .pth-tb-btn.pth-tb-blk.active
{
    color: #000;
    background-color: transparent;
    transition: all 0.2s linear;
}

.clactive-wrapper {padding: 150px 60px; background-image: linear-gradient(#ffffff 30%, #ffffff 85%, #dedede 100%); box-shadow: 6px 0px 16px rgba(0,0,0,0.16); border-radius: 32px; }
.clactive-inner {display: flex; flex-flow: row nowrap; align-items: center;}
.clactive-img, .clactive-cnts {width: calc(50% - 25px);}
.clactive-img {margin-right: 50px;}
.clactive-cnts h2 {font-size: 60px; color: #ffa500; margin: 0 0 10px;}
.clactive-cnts h3 {font-size: 24px; color: #b78745; margin: 0 0 55px; font-weight: 400;}
.clactive-cnts h3 b {font-weight: bold; display: inline-block; width: 100%;}
.clactive-cnts p {font-size: 24px; color: #696969; margin: 0 0 35px;}
.clactive-cnts p:last-child {margin: 0 !important;}
.pth-popup-wrapper {position: relative; margin-left: 20px;}
article.classic-popup, article.active-popup {position: absolute; width: 100%; height: auto; top: 60px; left: 0; right: 0; margin-top: 35px; z-index: 999; transform: translateY(10px); opacity: 0; pointer-events: none; transition: all 0.2s linear;}
article.classic-popup.active, article.active-popup.active {transform: translateY(0px); opacity: 1; pointer-events: all; transition: all 0.2s linear;}
.clactive-wrapper {position: relative;}
.clactive-wrapper .clactive-toggle {position: absolute; top: 50px; right: 50px; display: inline-block; cursor: pointer;}
.clactive-wrapper .clactive-toggle img {max-width: 55px; height: auto; width: 100%; transition: all 0.2s linear;}
.clactive-wrapper .clactive-toggle:hover img {opacity: 0.5; transition: all 0.2s linear;}


/*france alert popup*/

article#fraudAlertPopup {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #00000021;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

article#fraudAlertPopup .clactive-wrapper {
    max-width: 1024px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    max-height: calc(100% - 100px);
    overflow: auto;
    background: linear-gradient(to bottom, #fffdf2, #fff2cc);
    border: 2px solid #f0c14b;
    padding: 30px;
}


.pth-select-wrapper {display: flex; flex-flow: row nowrap; align-items: center; z-index: 9;}
.pth-select-wrapper > button {text-align: left; min-width: 340px; cursor: pointer;}
.pth-select-wrapper > button + button {margin-left: 20px;}

.dropdown.for-use {position: absolute; top: 85px; left: 0; width: 100%; background-color: #BB8846; border-radius: 20px; z-index: 999; padding: 40px 30px 20px; max-width: 980px; opacity: 0; pointer-events: none; transform: translateY(10px); min-height: 150px; transition: transform 0.2s linear;}
.dropdown.for-use.active {opacity: 1; pointer-events: all; transform: translateY(0px); transition: transform 0.2s linear;}
.dropdown.for-use ul {padding: 0; margin: 0; list-style-type: none; display: flex; flex-flow: row wrap; align-items: flex-start;}
.dropdown.for-use ul li {width: 33.333%; padding-right: 15px; margin-bottom: 20px; display: flex; flex-flow: row nowrap; align-items: flex-start; position: relative;}
.dropdown.for-use ul li input {position: absolute; top: 0; left: 0; right: 40px; padding: 0; height: 100%; width: auto; margin-bottom: 0; cursor: pointer; opacity: 0; z-index: 9;}
.dropdown.for-use ul li label {font-size: 18px; color: #fff; margin-left: 10px; font-family: 'AvertaStd'; cursor: pointer;}
.dropdown.for-use ul li span.cus-checkbox
{
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 0px;
}
.dropdown.for-use ul li span.cus-checkbox:before
{
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
}
.dropdown.for-use ul li input:checked + span.cus-checkbox:after
{
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 5px;
    height: 12px;
    border: solid #bb8846;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.dropdown.for-use span.select-drop-toggle
{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/sel-drop-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
}
.dropdown.for-use span.select-drop-toggle:hover {opacity: 0.6; transition: all 0.2s linear;}
.dropdown.for-use .formats, .dropdown.for-use .usage, .dropdown.for-use .types {display: none;}
.dropdown.for-use.for .formats {display: block;}
.dropdown.for-use.use .usage {display: block;}
.dropdown.for-use.type .types {display: block;}

.dropdown.for-use.use {left: 380px; max-width: 360px;}
.dropdown.for-use .usage ul li {width: 100%; padding-right: 0;}

.subsite8 .dropdown.for-use.use {left: 0px;max-width: 980px;}
.subsite8 .dropdown.for-use .usage ul li {width: 33.33%;padding-right: 0;}

/*- Related Product Slider -*/

.pro-types-wrapper.related-product-slider {margin: 0 -10px;}
.pro-types-wrapper.related-product-slider .slick-track {margin-left: 0; display: flex; align-items: stretch; height: 100%;}
.pro-types-wrapper.related-product-slider .pro-type-block {height: auto;}
.pro-types-wrapper.related-product-slider .pro-type-block {margin-bottom: 0;}
.related-product-slider {position: relative;}
.related-product-slider:after {content: '';position: absolute; top: 0; right: -2px; height: 100%; width: 80px; background-color: #fff; z-index: 10;}
.related-product-slider:before {content: '';position: absolute; top: 50%; right: 58px; height: 90%; width: 20px; box-shadow: -15px 0 20px rgba(0,0,0,0.15);transform: translateY(-50%); z-index: 1;}
.related-product-slider:after, .related-product-slider:before {display: none;}

.related-product-slider .slick-prev, .related-product-slider .slick-next {top: 50%; color: transparent; width: 26px; height: 36px; background-size: 22px !important; background-repeat: no-repeat !important;}
.related-product-slider .slick-prev:before, .related-product-slider .slick-next:before {display: none;}
.related-product-slider .slick-prev {left: -40px; z-index: 9; background: url(../images/icons/left-arrow-dark.svg);}
.related-product-slider .slick-next {right: -40px; z-index: 9; background: url(../images/icons/right-arrow-dark.svg);}
.related-product-slider .slick-next:hover, .related-product-slider .slick-next:focus { background: url(../images/icons/right-arrow.svg);}
.related-product-slider .slick-prev:hover, .related-product-slider .slick-prev:focus { background: url(../images/icons/left-arrow.svg);}


@media screen and (max-width: 1000px) 
{
    .pro-compare-table {display: none;}
    .pro-compare-table.mobile-view {display: block;}
}

@media screen and (max-width: 991px) 
{
    .related-product-slider:after {width: 40px;}
    .related-product-slider:before {right: 18px;}
}

@media screen and (max-width: 600px) 
{
    .related-product-slider:after, .related-product-slider:before {display: none;}
}

@media screen and (max-width: 480px) 
{
    .related-product-slider.pro-types-wrapper .pro-type-block {margin: 0 5px 0 !important; max-width: 100% !important;}
}

@media screen and (max-width: 450px) 
{
    #related-products {padding: 0 20px;}
    #symptoms-block #related-products {padding: 0;}
    #symptoms-block #related-products .related-product-slider .slick-prev {left: -8px !important;}
    #symptoms-block #related-products .related-product-slider .slick-next {right: -8px !important;}
}
    
.relpro-title h2 {color: #ff9000; margin: 0 0 40px; text-align: center !important;}

/*- Product Detail -*/

.product-detail-wrapper {display: flex; flex-flow: row nowrap; align-items: flex-start; margin: 0 0 70px;}
.product-detail-wrapper > div {width: calc(50% - 25px);}
.product-detail-wrapper .pdw-left {margin-right: 50px;}
.pdw-left h1, .pdw-right h1 {color: #ffa500; margin: 0 0 25px;}
.pdw-left h1 {font-size: 48px;}
.pdw-right h1.xs-heading, .pdw-right .xs-heading-img {display: none;}
.pdw-left img {width: auto; margin-bottom: 20px;}
.pdw-left ul {list-style-type: none; padding: 0; margin: 0; margin-top: 40px;}
.pdw-left ul li {position: relative; font-weight: 600; padding-left: 35px;}
.pdw-left ul li:before {content: ''; position: absolute; left: 0; top: 2px; width: 20px; height: 15px; background-image: url(../images/icons/tick.svg); background-size: contain; background-repeat: no-repeat;}
.subsite8 .pdw-left ul li:before{width: 22px; height: 17px; margin-top: -1px; background-image: url('/wp-content/uploads/2024/05/output-onlinepngtools.png');}
.pdw-share-wrapper {position: relative; margin-top: 35px;}
.pdw-share-wrapper .share-popup {position: absolute; left: 0; width: auto; height: auto; transform: translateY(10px); opacity: 0; pointer-events: none; background-color: #fff; box-shadow: 0 0 12px rgb(0 0 0 / 10%); padding: 5px 10px; border-radius: 30px; z-index: 9; transition: all 0.2s linear;}
.pdw-share-wrapper .share-popup.active {transform: translateY(0px); opacity: 1; pointer-events: all; transition: all 0.2s linear;}
.pdw-share-wrapper .share-popup p {position: relative; margin: 0; font-size: 13px; padding: 10px; background-color: #fff; box-shadow: 0 0 5px rgb(0 0 0 / 15%); border-radius: 8px; z-index: 9;}
.pdw-share {display: inline-flex; flex-flow: row nowrap; align-items: center; color: #ffa500; font-weight: 600; cursor: pointer;}
.pdw-share img {max-width: 20px; width: 100%; height: auto; margin-right: 15px; margin-bottom:0; display: block !important;}

.pdw-right h3 {font-size: 24px; text-align: center; margin: 30px 0 0;}
.pdw-large-image-slider .pdw-li-wrapper .iframe_video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.pdw-large-image-slider .pdw-li-wrapper .iframe_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pdw-right .prod-reg-no {
    display: block;
    text-align: center;
/*    margin: 0 0 -12px;*/
    font-weight: 600;
}

.pd-great {margin: 0 0 55px;}
.pd-great h2.pd-title, .pd-review h2.pd-title, .pd-faq h2.pd-title, .pd-related-products h2.pd-title, .pd-ingrediant h2.pd-title {color: #ffa500; font-size: 40px; text-align: center; margin: 0 0 40px;}
.pd-related-products h2.pd-title, .pd-ingrediant h2.pd-title {margin: 0 !important;}
.pd-related-products p.pd-subtitle, .pd-ingrediant p.pd-subtitle {font-size: 24px; margin: 10px 0 0; text-align: center;}
ul.great-list {list-style-type: none; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; padding: 0; margin: 0;}
ul.great-list li {margin: 0 8px 16px;}
ul.great-list li p {margin: 0;}
.subsite5 ul.great-list li p {font-size: 20px;}
ul.great-list li a.tigerbalm-button {padding-left: 50px; padding-right: 50px;}

.pd-review {margin: 0 0 50px;}
.pd-customer-slider .slick-slide {padding: 0 30px;}
.pd-customer-slider p {font-size: 20px; margin: 0 0 25px;}
.pd-customer-slider h4 {font-size: 20px; margin: 0; font-weight: 400;}

.pd-faq, .pd-ingrediant, .pd-instruction-review, .pd-related-products {margin: 0 0 70px;}

.pd-rel-pro {margin: 0 -10px; margin-top: 40px;}
.slick-list .pro-type-block {margin-bottom: 0 !important;}
.pd-rel-pro.compare-rel-pro-slider button svg path { display: none; }

.pd-ingrediant-wrapper
{
    background-color: #FFD891;
    border: 2px solid #BB8846;
    border-radius: 20px;
    padding: 30px 30px 70px;
    margin-top: 50px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,251,237,1)), to(rgba(255,216,145,1)));
    background: -o-linear-gradient(top, rgba(255,251,237,1) 0%, rgba(255,216,145,1) 100%);
    background: linear-gradient(180deg, rgba(255,251,237,1) 0%, rgba(255,216,145,1) 100%);
    transition: all 0.2s linear;
}
.ingre-toggle
{
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-270deg);
    -ms-transform: translateX(-50%) rotate(-270deg);
    transform: translateX(-50%) rotate(-270deg);
    width: 20px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.2s linear;
}
.pd-ingrediant-wrapper.show .ingre-toggle
{
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    transition: all 0.2s linear;
}

.pd-ingrediant-wrapper > h3:first-child {margin-top: 0;}
.pd-ingrediant-wrapper ul {padding: 0; margin: 0 0 30px; list-style-type: none;}
.pd-ingrediant-wrapper ul ul {margin-top: 20px; list-style-type: disc; padding-left: 35px;}
.pd-ingrediant-wrapper ul.toggle-space {margin: 0;}
.pd-ingrediant-wrapper.show ul.toggle-space {margin: 0 0 30px;}
.pd-ingrediant-wrapper h3, .pd-ingrediant-wrapper li, .pd-ingrediant-wrapper p
{
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}
.pd-ingrediant-wrapper p b {font-weight: 700;}
.pd-ingrediant-wrapper p {font-weight: 400;}
.pd-ingrediant-wrapper li
{
    margin-bottom: 10px;
}
.pd-ingrediant-wrapper li:last-child {margin: 0;}
.pd-ingrediant-wrapper li {position: relative; padding-left: 15px;}
.pd-ingrediant-wrapper li:before
{
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.pd-ingrediant-wrapper ul ul li {padding: 0;}
.pd-ingrediant-wrapper ul ul li:before {display: none;}
.toggle-show > ul:last-child, .toggle-show > p:last-child {margin: 0;}

.pd-ui-title {margin: 0 0 35px;}
.pd-ui-title h2 {color: #ffa500; font-size: 36px; margin: 0; text-align: center;}
.pd-ui-wapper
{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,216,145,1)), to(rgba(255,165,0,1)));
    background: -o-linear-gradient(top, rgba(255,216,145,1) 0%, rgba(255,165,0,1) 100%);
    background: linear-gradient(180deg, rgba(255,216,145,1) 0%, rgba(255,165,0,1) 100%);
    border-radius: 8px;
    padding: 30px;
/*    min-height: 200px;*/
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
}
.pd-ui-img {width: 25%; position: relative;}
.pd-ui-img img {position: absolute; left: -30px; bottom: -30px; width: auto; height: auto; max-height: 300px;}
.pd-ui-cnts {width: 100%; display: flex; flex-flow: row nowrap; align-items: flex-start;}
.pd-ui-img + .pd-ui-cnts {width: 75%;}
.pd-ui-cnts > div {width: 100%; padding-right: 50px;}
.pd-ui-cnts > div:last-child {padding: 0;}
.pd-ui-cnts ul {padding: 0; margin: 0; list-style-type: none;}
.pd-ui-cnts ul li {font-size: 20px; margin: 0 0 10px; max-width: 258px; max-width: 100%; color: #000;}
.pd-ui-cnts ul li.title {color: #AB5900;}
.pd-ui-cnts ul li:last-child {margin: 0;}

.pd-ui-cnts.single ul li.title {display: none;}

.tab-contents {padding: 80px 0 0;}
.subsite5 .tab-contents {padding: 0;}
.for-headache + .for-headache {margin-top: 50px;}

.pdw-nav-slider {margin-top: 65px; max-width: 550px;}
.pdw-nav-wrapper {width: 100%; border: 1px solid rgba(224,167,39, 0.3); cursor: pointer; border-radius: 5px; margin: 0 3px; overflow: hidden; transition: all 0.2s linear;}
.pdw-nav-wrapper.slick-current {border: 1px solid rgba(224,167,39, 1); transition: all 0.2s linear;}
.pdw-nav-slider button.slick-arrow {
    font-size: 16px;
    color: orange;
    top: 33%;
}
.pdw-li-wrapper {border-radius: 14px; overflow: hidden;}
.fancybox-thumbs {background: #fff !important;}
.fancybox-thumbs__list a:before {border: 2px solid #ffa500 !important;}

.pdw-large-image-slider button.slick-arrow
{
font-size: 16px;
    color: #000;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: orange;
    border-radius: 6px;
    z-index: 9;
    }
.pdw-large-image-slider button.slick-arrow:hover
{
    color: orange;
    background-color: #000;
    }
    .pdw-large-image-slider button.slick-arrow:before {display: none;}
    .pdw-large-image-slider button.slick-arrow.slick-prev {left: 0;}
    .pdw-large-image-slider button.slick-arrow.slick-next {right: 0;}

@media (max-width: 768px)
{
    .tab-contents {padding: 40px 0;}
}

.pd-customer-slider .slick-prev, .pd-customer-slider .slick-next {top: 50%; color: transparent; width: 35px; height: 50px; background-size: 32px !important; background-repeat: no-repeat !important;}
.pd-customer-slider .slick-prev:before, .pd-customer-slider .slick-next:before {display: none;}
.pd-customer-slider .slick-prev {left: -60px; z-index: 9; background: url(../images/icons/left-arrow-orange.png);}
.pd-customer-slider .slick-next {right: -60px; z-index: 9; background: url(../images/icons/right-arrow-orange.png);}
.pd-customer-slider .slick-next:hover, .pd-customer-slider .slick-next:focus { background: url(../images/icons/right-arrow-dark.svg);}
.pd-customer-slider .slick-prev:hover, .pd-customer-slider .slick-prev:focus { background: url(../images/icons/left-arrow-dark.svg);}

.pdw-nav-slider .pdw-nav-wrapper img {width: auto; min-width: 120px; height: 120px; margin: 0 auto; object-fit: contain; object-position: center;}
.pdw-nav-slider .pdw-nav-wrapper video {width: 100%; height: 120px; margin: 0 auto; object-fit: cover; object-position: center; position: relative;}
.pdw-large-image-slider .pdw-li-wrapper img, .pdw-large-image-slider .pdw-li-wrapper video {width: 100%; height: 100%; height: 520px; margin: 0 auto; object-fit: contain; object-position: center;}

.pdw-nav-slider .pdw-nav-wrapper:has(.gal-video) {
    position: relative;
}
.pdw-nav-slider .pdw-nav-wrapper:has(.gal-video)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/icons/play-icon.webp) center no-repeat;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: 75px;
}

.pdw-li-wrapper a {position: absolute; width: 50px; height: 50px; top: 20px; right: 20px; border-radius: 50%; z-index: 9; background-color: rgba(0,0,0,0.15); display: inline-flex; align-items: center; justify-content: center; color: #000;}

.compare-rel-pro-slider .slick-prev, .compare-rel-pro-slider .slick-next {top: 50%; color: transparent; width: 26px; height: 36px; background-size: 22px !important; background-repeat: no-repeat !important;}
.compare-rel-pro-slider .slick-prev:before, .compare-rel-pro-slider .slick-next:before {display: none;}
.compare-rel-pro-slider .slick-prev {left: -40px; z-index: 9; background: url(../images/icons/left-arrow-dark.svg);}
.compare-rel-pro-slider .slick-next {right: -40px; z-index: 9; background: url(../images/icons/right-arrow-dark.svg);}
.compare-rel-pro-slider .slick-next:hover, .compare-rel-pro-slider .slick-next:focus { background: url(../images/icons/right-arrow.svg);}
.compare-rel-pro-slider .slick-prev:hover, .compare-rel-pro-slider .slick-prev:focus { background: url(../images/icons/left-arrow.svg);}

/*-----------------------------*/

ul.tabs { margin: 0; padding: 0; list-style-type: none; width: 100%; display: flex; flex-flow: row wrap; align-items: center; justify-content: center;}
ul.tabs li 
{ 
    margin: 0; 
    cursor: pointer;
    background-color: #ffa500;
    border: 1px solid #ffa500;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    padding: 20px 60px;
    margin: 0;
    position: relative;
    border-radius: 40px;
}
ul.tabs li:first-child {margin-right: 15px;}
ul.tabs li:hover, ul.tabs li.active {
	background-color: transparent;
}
ul.tabs li.active {display: block;}
ul.tabs li a {color: #000;}
.tab_container{width: 100%; background: #fff;}
.tab_content {display: none;}

.tab_drawer_heading { display: none; }
.subsite5 .pd-instruction-review .tab_content { display: block !important; }
.subsite5 .pd-instruction-review ul.tabs { display: none; }

/*
@media screen and (max-width: 991px) 
{
	ul.tabs {display: none;}
	.tab_drawer_heading {
		background-color: #ffca58;
		color: #000;
		margin: 0;
        font-size: 20px;
		padding: 20px;
		display: block;
		cursor: pointer;
		user-select: none;
        text-align: center;
        font-weight: 400;
        border-bottom: 1px solid #fff;
	}
    .tab_drawer_heading a {color: #000;}
	.d_active {background-color: #BB8846; color: #fff;}
    .tab-contents {padding: 50px 0;}
}

@media screen and (max-width: 767px) 
{
	.tab_drawer_heading {font-size: 18px; padding: 16px;}
    .tab-contents {padding: 40px 0;}
}*/

/*-----------*/

.zoom-img {max-width: 100%; position: relative; cursor: crosshair;}
.slick-dots li button:before {font-family: none !important;}
.no-post-msg {width: 100%; margin: 30px 0 0;}
.no-post-msg p {text-align: center; margin: 0;}

span.heateor_sss_svg {width: 30px !important; height: 30px !important;}
.wp-block-column ul, .wp-block-column ol {padding-left: 25px; margin-bottom: 20px;}

#selected-options {display: flex; flex-flow: row wrap; align-items: center; margin-bottom: 15px;}
#selected-options .selected-option {background-color: #ffca58; padding: 8px; border-radius: 8px; margin-right: 5px; margin-bottom: 5px; color: #000; font-size: 13px; line-height: 1;}
#selected-options .selected-option .remove-option {display: inline-block; margin-left: 5px; cursor: pointer; vertical-align: text-top;}

/*---------------*/

.wh-to-buy-form-wrap .tb-form-group:first-child .chose-image-list {display: none;}

/*-------Middle East Theme--------*/

.subsite10 .innerpage_default, .subsite10 .accordian, .subsite10 .prover-block .prover-b-cnt h2, .subsite10 .prover-block .prover-b-cnt p, .subsite10 .sypmtom-wrapper {text-align: right;}

/*US where to buy new*/

.cer-webBanner-section {
    position: revert;
    display: block;
    padding: 80px 0px;
    background-size: cover;
    background-position: center right;
}
.cer-inner-herbal-content .row {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}
.cer-page-2-banner {
	position: relative;
	display: block;
	/*padding: 125px 0px;*/
	padding: 10% 0px;
	}


.cer-page-2banner-info {
	position: relative;
	display: block;
	}

.cer-page-2banner-info h1 {
	color: #000000;
	font-size: 72px;
	font-weight: 900;
	line-height: 110%;
	margin-bottom: 25px;
	vertical-align: top;
	padding-bottom: 15px;
	display: inline-block;
	border-bottom: 2px solid #000000;
	}

.cer-inner-herbal-content {
	position: relative;
	display: block;
	max-width: 640px;
	padding: 0px 20px;
	}

.cer-inner-herbal-content .row .col-2 {
	flex: 0 0 20%;
	max-width: 20%;
	-ms-flex: 0 0 20%;
	padding-right: 0px;
	}

.cer-inner-herbal-content .row .col-10 {
	flex: 0 0 80%;
	max-width: 80%;
	-ms-flex: 0 0 80%;
    padding-left:20px;
	}

.cer-inner-herbal-content h4 {
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	padding: 0px 0px;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    margin-top:0;
	}

.cer-inner-herbal-content h2 {
	color: #000000;
	font-size: 70px;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight: 900;
	line-height: 110%;
	text-transform: uppercase;
	}

.cre-land1-top-section {
	position: relative;
	display: block;
	padding: 50px 0px 0px;
	}

.cre-land1-top-section .row {
	margin: 0px -50px;
	}

.cre-land1-top-section .row .col-lg-6 {
	padding: 0px 50px;
	}

.cre-landing-item-box {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background: #F8A32D;
	margin: 0px 0px 30px;
	padding: 35px 30px 45px;
	}

.page2-onBanner-pic {
	position: absolute;
	bottom: 30px;
	right: 0px;
	z-index: 1;
	}

.cre-landing-box-org {
	background: #ED5922;
	}

.cre-landing-item-box h3 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	margin: 0px 0px 8px;
	text-transform: uppercase;
	}

.cre-landing-item-box p {
	line-height: 20px;
    margin: 0;
	}

.cre-familyshot-pic {
	position: relative;
	display: block;
	margin: 25px 0px 0;
	}
    .cer-site-btn {margin: 0 0 25px;}
.cre-land1-top-section .tigerbalm-row {
    display: flex;
    justify-content: space-between;
}

.cre-land1-top-section .tigerbalm-row .col-lg-6 {
    flex:40%;
    max-width:40%;
}
.cre-landing-item-box .cer-site-btn a {
    text-decoration: none !important;
    color: black;
}

.cre-landing-item-box .cer-site-btn a:hover {
	background: #65371D !important;
	color: #ffffff !important;
	}
/*
.cre-landing-box-org .cer-site-btn a:hover {
	background: #F8A32D !important;
	color: #ffffff !important;
	}*/
.page-distributed-section {
    position: relative;
    display: block;
    padding: 80px 0px 90px;
}
.cre-retailers-section {
	padding-top: 40px;
	}
.where-desc-info h2 {
    color: #ffa81b;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin: 40px 0 25px;
}
div#text h2 {
    text-align: left;
    font-size:24px;
    margin: 40px 0 25px;
}
div#text, div#text p, div#text li {
    font-size: 18px !important;
    margin-bottom: 20px;
}
.where-desc-info a {
    color: #ffa81b;
}
.where-desc-info a:hover {
    color: black;
}
.page-distributed-info .cer-site-btn a{
    color: black ;
    text-decoration: none !important;
}
.page-distributed-info .cer-site-btn a:hover{
    color: white ;
}
.page-distributed-info .cer-site-btn {
    text-align: center;
    margin-top:40px;
}
/*destini popup model*/
.modal {padding-top:5%; z-index:9999 !important; background:#00000038;}
#widget-modal .modal-body {text-align:center; width:100%; max-width:90%; min-width:300px;height:auto;margin-left:auto; margin-right:auto;max-height:550px!important;padding:0px;}
#widget-modal .close { position:relative; margin-right:-30px; color:#fff; margin-top:-30px; font-size:40px }
#destinidiv {background:#fff;width:100%; overflow-y:auto;}
/*Herbal Pain Relief*/

.cer-page-3-banner {
	/*padding: 100px 0px;*/
	padding: 10% 0px;
    padding: 6% 0px;
	}

.cer-page-3banner-info {
	position: relative;
	display: block;
	}

.cer-page-3banner-info h2 {
	color: #FFFFFF;
	font-size: 39px;
	margin: 0px 0px;
	font-weight: 700;
	line-height: 100%;
	text-shadow: none;
	padding: 0px 0px 5px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	}

.cer-page-3banner-info h1 {
	color: #FFFFFF;
	margin: 0px 0px;
	font-size: 99px;
	font-weight: 900;
	line-height: 110%;
	padding: 0px 0px 25px;
	text-transform: uppercase;
	}

.cer-page-3banner-info h4 {
	color: #FFFFFF;
	margin: 0px 0px;
	font-size: 32px;
	font-weight: 400;
	line-height: 37px;
	padding: 0px 0px 35px;
	text-transform: uppercase;	
	}

.cer-page-3banner-info h4 span {
	font-size: 14px;
	margin-top: -10px;
	vertical-align: top;
	display: inline-block;
	}

.cer-page-3banner-info .cer-site-btn1 a {
	padding: 17px 20px;
	}

.cer-herbal-section {
	position: relative;
	display: block;
	color: #000000;
	font-size: 20px;
	padding: 80px 0px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	}
.cer-herbal-heading .col {
    width: auto;
}
.cer-herbal-heading {
	position: relative;
	display: block;
	margin-bottom: 12px;
	}

.cer-herbal-heading h3 {
	color: #000;
	font-size: 39px;
	font-weight: 700;
	line-height: 45px;
	margin: 0px 0px 2px;
	}

.cer-herbal-icon {
	position: relative;
	display: block;
	}

.cer-herbal-icon img {
	max-width: 90px;
	}

.cer-herbal-info-box {
	position: relative;
	display: block;
	}
    .cer-herbal-info-box .col-lg-6:first-child{padding-left:0;}
.cer-herbal-heading .tigerbalm-row {
    justify-content: space-between;
}
.herbal-video {
	position: relative;
	display: block;
	}

.herbal-video a {
	position: relative;
	display: block;
	}

.herbal-video figure {
	margin: 0px 0px;
	padding: 0px 0px;
	}

.herbal-video figure img {
	width: 100%;
	}

.herbal-video-text {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	font-size: 18px;
	min-width: 200px;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 4px;
	background: #ffa500;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.herbal-video-text img {
	margin-left: 10px;
	}

.herbal-content-box {
	position: relative;
	display: block;
	font-size: 17px;
	margin: 0px 0px 25px;
	}

.herbal-content-box h4 {
	color: #000;
	font-size: 31px;
	font-weight: 700;
	line-height: 36px;
	text-transform: capitalize;
	}

.herbal-content-box p {
	line-height: 20px;
	}

.herbal-relieving-patch {
	position: relative;
	display: block;
	font-size: 14px;
	font-style: italic;
	padding: 35px 0px 0px;
	}

.legendary-herbal-section {
	position: relative;
	display: block;
	padding: 60px 0px 80px;
	background: rgba(238, 167, 62, 0.1);
	}
    a.morelink img, a.morelinkone img {
    width: auto !important;
}
.herbal_roars_sec .hops-img:before {
    display: none;
}

.legendary-herbal-heading {
	position: relative;
	display: block;
	color: #696969;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
	}

.legendary-herbal-heading h2 {
	color: #ffa500;
	font-size: 43px;
	font-weight: 700;
	line-height: 46px;
	padding: 0px 0px;
	margin: 0px 0px 14px;
	/*text-transform: uppercase;*/
	}

.legendary-herbal-gallery {
	position: relative;
	display: block;
	}
.legendary-herbal-gallery .tigerbalm-row{justify-content: center;}
.legendary-herbal-box {
	position: relative;
	display: block;
	color: #696969;
	font-size: 16px;
	max-width: 315px;
	text-align: center;
	margin: 0px auto 40px;
	}

.herbal-gallery-pic-container {
	position: relative;
	display: block;
	}

.herbal-gallery-pic-container img {
	}

.legendary-herbal-box h4 {
	color: #ffa500;
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	/*text-transform: uppercase;*/
	}

.legendary-herbal-box p {
	line-height: 20px;
	}

.legendary-herbal-gallery .cer-site-btn {
	padding-top: 15px;
	}
    .tiger-bottom-section {
	position: relative;
	display: block;
	padding: 85px 0px 35px;
	background-size: cover;
	background-position: left center;
	}

.subfooter-content-box {
	position: relative;
	display: block;
	}

.subfooter-content-box h2 {
	color: #FFFFFF;
	font-size: 65px;
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 35px;
	text-shadow: none;
	text-transform: uppercase;
	}

.subfooter-familyshot-pic {
	position: relative;
	display: block;
	text-align: right;
	}

.which-tiger-right-section {
	position: relative;
	display: block;
	padding: 80px 80px;
	}

.which-tiger-inner-section {
	position: relative;
	display: block;
	padding: 35px 100px 50px;
	background: rgba(238, 167, 62, 0.1);
	}

.which-tiger-box-group {
	position: relative;
	display: block;
	}

.which-tiger-box-group .tigerbalm-row {
	margin: 0px -100px;
	}

.which-tiger-box-group .tigerbalm-row .col-lg-6 {
	padding: 0px 100px;
	}

.tiger-ultra-strength-box {
	position: relative;
	display: block;
	color: #696969;
	font-size: 17px;
	margin-bottom: 30px;
	}

.ultra-strength-pic-container {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	}

.ultra-strength-pic-container:before {
	position: absolute;
	top: 50%;
	content: '';
	width: 120px;
	right: -150px;
	height: 120px;
	background-image: url('../images/ellipse-box.png');
	background-size: cover;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	}
.ultra-strength-pic-container img { width: auto; object-fit: contain;  height: 268px;}
.which-tiger-box-group .tigerbalm-row .col-lg-6:last-child .ultra-strength-pic-container:before {
	display: none;
	}

.tiger-ultra-strength-box p {
	line-height: 20px;
	}

.tiger-ultra-heading {
	position: relative;
	display: block;
	color: #696969;
	font-size: 18px;
	/*font-weight: 700;*/
	max-width: 875px;
	margin: 0px auto;
	line-height: 22px;
	text-align: center;
	}

.tiger-ultra-heading h2 {
	color: #ffa500;
	font-size: 32px;
	font-weight: 700;
	line-height: 47px;
	margin-bottom: 15px;
	/*text-decoration-line: underline;*/
	}

.tiger-ultra-heading .cer-site-btn {
	margin-top: 35px;
	}
    .page-template-herbal-pain-relief.subsite9 a {
    text-decoration: none;
}
.page-template-herbal-pain-relief.subsite9 a.buynow.tigerbalm-button.tb-btn-ly:hover, .page-template-herbal-pain-relief.subsite9 a.buynow.tigerbalm-button:hover {
    background: #65371D !important;
    color: #ffffff !important;
}
.page-template-herbal-pain-relief.subsite9 a.buynow.tigerbalm-button.tb-btn-ly:focus{color:black !important; outline:none !important;}
.page-template-herbal-pain-relief.subsite9 a.buynow.tigerbalm-button:focus{color:black !important; outline:none !important;}
.hop-title.herbal_title p {
    text-align: center;
    margin-top: 15px;
}
.hop-title.herbal_title h2 {
    font-weight: bold;
}
.herbal_roars_sec .hops-cnts p:last-child { margin-top: 20px !important; }
.legendary-herbal-gallery .slick-prev:before, .legendary-herbal-gallery .slick-next:before{color: orange;font-size:23px;}
.legendary-herbal-gallery .slick-prev:before{padding-left:20px;}
/*.legendary-herbal-gallery .slick-next:before{padding-right:20px;}*/
.legendary-herbal-gallery .slick-next{right:0;}
.which-tiger-mob-pic .ultra-strength-pic-container::before {
    right: -30px;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: none;
}
.which-tiger-mob-pic .tigerbalm-row .col-6:first-child .ultra-strength-pic-container::before{display:block};

/*Japan site - interview_highlight*/

.matome_text {
    background-color: #dfdfdf;
    width: 100%;
    display: flex;
    align-items: center;
}
.matome_text_ttl {
    width: 30%;
    font-weight: bold;
    text-align: center;
}
.matome_text_cnt {
    background-color: #efefef;
    width: 100%;
    padding: 20px;
}
.matome_text.matome_sec {
    background-color: #dfdfdf;
    width: 100%;
    display: flex;
    align-items: center;
}
.int-img-full-last figure {
    margin: 0;
}
h3.wp-block-heading.int-title {
    margin-top: 15px;
}
.page-template-Highlights.subsite5 .highlights-block .hlb-cnt p {
    display: none;
}
/*Japan - interview*/

.i-banner-cnt-jpinterview {
    display: flex;
    width: 75%;
    color: white;
    position:absolute;
    bottom:0;
}
.jpinterviewcnt {
    display: flex;
    justify-content: space-between;
    width: 80%;
   background: linear-gradient(90deg, rgba(233, 126, 1, 1) 0%, rgba(235, 89, 1, 1) 100%);
}
.i-banner-cnt-jpinterview > p {
    width: 15%;
    text-align: center;
    padding: 20px 0;
    background: #BB581B;
    margin: 0;
}
.jpinterviewcnt img {
    width: 180px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(10px, 7px);
}

.jpinterviewcnt p {
    padding: 20px 35px;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}

.single-cpt-highlights.subsite5 .i-banner-cnt {
    display: none;
}
/*Japan - how to use*/
.howto_read {
    width: 100%;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.howto_read_ph {
    width: 270px !important;
    flex-basis: 270px !important;
}
.howto_read_text {
    width: 700px;
    padding-left: 30px;
    flex-basis: 700px !important;
}
.howto_read_text h3{
	display: table;
    background-color: #fff;
    border: #f36f21 solid 2px;
    border-radius: 22px;
    margin-bottom: 20px;
    padding: 10px 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #f36f21;
}
.howto_title figure {
    display: block;
    width: 480px;
    margin: 0 auto 30px;
}
.howto_item_wrapper {
    width: 904px;
    border: #f36f21 solid 2px;
    border-bottom: none;
    box-shadow: 0px 0px 5px 0px rgb(243 111 33);
    margin: 0 auto 80px;
}
.howto_item {
    position: relative;
    border-bottom: #f36f21 solid 2px;
    width: 100%;
    display: block !important;
    margin-bottom: -8px !important;
}
.howto_item:last-child {
    margin-bottom: 0 !important;
}
.item_num {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.item_ph_r {
    width: 100%;
    padding-left: 50%;
}
.item_text_l {
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.howto_item p {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    margin: 0;
}
.howto_item_wrapper figure {
    margin: 0;
}
.howto_item_wrapper figure img {
    margin: 0;
    max-width: 100%;
}
.item_ph_c {
    width: 100%;
}
.item_text_c {
    width: 100%;
    padding: 30px 0;
}

.item_ph_l {
    width: 100%;
    padding-right: 50%;
}
.item_text_r {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.howto_item:last-child {
    margin-bottom: 0 !important;
}
.contents_kv {
    background-color: #fff2d9;
    width: 100%;
    display: block !important;
}
.contents_kv_inner {
    width: 1080px;
    margin: 0 auto !important;
    position: relative;
    display: block !important;
}
.kv_ph {
    width: 100%;
}
.kv_title_howto {
    width: 360px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}
.single-cpt-howtouse.subsite5 img {
    max-width: 100%;
    margin: 0;
}

.howto_nav {
    width: 100%;
    margin-bottom: 80px;
}
.howto_nav h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #f36f21;
}
.howto_nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.howto_nav ul li {
    display: block;
    width: 30%;
}
.howto_nav ul li a {
    display: block;
    background-color: #f36f21;
    width: 100%;
}
.howto_nav ul li a:hover {
    opacity: .7;
}
.howto_nav ul li.is-active a {
    background-color: #efefef;
}
.howto_nav ul li.is-active a:hover {
    opacity: 1;
}
.howto_nav ul li .nav_ph {
    width: 100%;
}
.howto_nav ul li.is-active .nav_ph {
    opacity: .5;
}
.howto_nav ul li .nav_text {
    width: 100%;
    padding: 30px 16px;
    position: relative;
}
.howto_nav ul li .nav_text::before {
    content: "";
    display: block;
    background: url(ja_howto_arrow.png) center center no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.howto_nav ul li .nav_text span {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.howto_nav ul li.is-active .nav_text {
    background: #80808030;
}
.blog-wrapper .howto_nav {
    margin-bottom: 0;
}

.howto_sv {
    width: 100%;
    margin-bottom: 80px;
}
.howto_sv h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #f36f21;
}

.howto_sv .howto_sv_item {
    background-color: #fff2d9;
    width: 100%;
    padding: 30px;
}
.howto_sv .howto_sv_item figure {
    width: 120px;
    margin: 0 auto 20px;
    padding: 0;
}
.howto_sv .howto_sv_item h4 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    color: #f36f21;
}
.howto_sv .howto_sv_item p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}
.howto_sv .howto_sv_item p a {
    display: table;
    background-color: #f36f21;
    border: #f36f21 solid 2px;
    border-radius: 14px;
    margin: 10px auto 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 6px 20px;
}
.howto_sv .howto_sv_item p a:hover {
    background-color: #fff;
    color: #f36f21;
}
.howto_type {
    background-color: #fff2d9;
    width: 100%;
    margin-bottom: 80px;
    padding: 30px;
}
.howto_type p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    color: #f36f21;
}
.howto_type_item .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 30px 0;
    flex-direction: row;
}
.howto_type_item figure {
    display: block;
    width: 250px;
    margin: 0 20px;
    padding: 0;
}
.howto_item_wrapper h3 {
    background-color: #f36f21;
    text-shadow: none;
    width: 100%;
    margin: 0;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: -8px !important;
}
.nobanner-title.howtousesec {text-align: center;}
.nobanner-title.howtousesec h1 { margin-bottom: 25px;}
.nobanner-title.howtousesec p { font-size: 20px;}
.nobanner-title.howtousesec h2 {  color: #ff9000;  margin: 0;}

/*France - where to buy*/
article.classic-popup.wheretobuy-fr-popup {
    width: calc(100% - 179px);
    margin: 0 auto;
    z-index: 9999;
    position:fixed;
    top:50%;
}
article.classic-popup.wheretobuy-fr-popup.active {
    transform: translateY(-50%);
}
.wtb-img-wrap h2, .wtb-img-wrap p {
    display: none;
}
/*.custom-gallery {
    display: none !important;
}*/



/**** sensorial-therapy page *****/
.tg-st-hero-sec {
    width: 100%;
    position: relative;
    height: calc(100vh + 120px);
}
.tg-st-icon {
    position: absolute;
    top: 20px;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, 15px);
}
.tg-st-hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tg-st-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tg-st-hero-img video {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tg-st-hero-img::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tg-st-down {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 100px;
    width: 32px;
}
.tg-st-down a:hover img {
    transform: translateY(6px);
    transition: all 0.2s linear;
}

.tg-abt-sen-thpy {
    background: linear-gradient(to bottom, rgba(121, 176, 194, 1) 0%, rgba(179, 206, 217, 1) 100%);
    display: flex;
    width: 100%;
    position: relative;
    min-height: 640px;
    overflow: hidden;
}
.tg-abt-st-content {
    width: 100%;
    max-width: 700px;
    margin: 60px 0 0;
    position: relative;
    z-index: 2;
}
.tg-abt-st-content h2 {
    margin: 0 0 40px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 52px;
    text-transform: uppercase;
    color: #FFF;
}
.tg-abt-st-text {
    width: 100%;
    padding-right: 120px;
    color: #FFF;
    font-size: 22px;
    font-family: "Lato", sans-serif;
}
.sec-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 0 0 20px;
}
.tg-abt-st-text P{
    font-size: 22px;
}

.tg-prod-sen-thpy {
    background: linear-gradient(to bottom, rgba(230, 228, 219, 1) 0%, rgba(218, 215, 203, 1) 100%);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 80px 0 30px;
}
.tg-prod-sen-thpy-wrap h2 {
    text-align: center;
    font-family: 'lato', sans-serif;
    font-weight: 300;
    color: #706948;
    font-size: 52px;
    margin: 0 0 50px;
}

.sen-thpy-prod-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 110px;
    padding: 0;
}
.sen-thpy-prod-list li {
    display: flex;
    flex-flow: column;
}
.sen-thpy-prod-text {
    margin: 30px 0 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.sen-thpy-prod-img img {
    max-width: 157px;
}
.sen-thpy-prod-text h3 {
    margin: 0;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.tg-abt-st-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 76%;
    z-index: 1;
}
.sen-thpy-prod-catgry {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #706948;
    margin: 0 0 15px;
}
.sen-thpy-prod-text p {
    font-weight: 300;
}
a.button.sen-thpy-prod-btn {
    padding: 14px 30px;
    background: #005e50;
    border-radius: 30px;
    border: 1px solid #005e50;
    color: #FFF;
    margin: 5px 0 0;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s ease;
}
.sen-thpy-prod-list li:nth-child(2) a.button.sen-thpy-prod-btn{
    background: #5c290e;
    border-color: #5c290e;
}
.sen-thpy-prod-list li:nth-child(3) a.button.sen-thpy-prod-btn{
    background: #e27802;
    border-color: #e27802;
}
.sen-thpy-prod-list li:nth-child(4) a.button.sen-thpy-prod-btn{
    background: #99006e;
    border-color: #99006e;
}
.sen-thpy-prod-list li:nth-child(5) a.button.sen-thpy-prod-btn{
    background: #49147b;
    border-color: #49147b;
}
a.button.sen-thpy-prod-btn:hover {
    background: transparent;
    border-color: #005e50;
    color: #005e50;
}
.sen-thpy-prod-list li:nth-child(2) a.button.sen-thpy-prod-btn:hover{
    background: transparent;
    color: #5c290e;
}
.sen-thpy-prod-list li:nth-child(3) a.button.sen-thpy-prod-btn:hover{
    background: transparent;
    color: #e27802;
}
.sen-thpy-prod-list li:nth-child(4) a.button.sen-thpy-prod-btn:hover{
    background: transparent;
    color: #99006e;
}
.sen-thpy-prod-list li:nth-child(5) a.button.sen-thpy-prod-btn:hover{
    background: transparent;
    color: #49147b;
}

a.pth-tb-btn.sensorial--btn {
    background-color: #7d7747;
    border-color: #7d7747;
    color: #FFF;
    flex-wrap: wrap;
    height: fit-content;
    padding: 8px 10px 8px;
}
.pth-tb-btn.sensorial--btn p {
    width: 100%;
    margin: 0;
    font-size: 82%;
}
a.pth-tb-btn.sensorial--btn img {
    display: none;
}
a.pth-tb-btn.sensorial--btn:hover {
    background: transparent;
    color: #7d7747;
}
a.pth-tb-btn.sensorial--btn:hover img {
    filter: brightness(0.4);
}

.pwd-microsite {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    padding: 0 0 0 15px;
}
.pwd-microsite-url {
    display: inline-flex;
    align-items: center;
}
.pwd-microsite-url img {
    margin: -4px 6px 4px 0;
    width: 14px;
}

.pro_senso_label {
/*
    width: 70%;
    position: absolute;
    left: 15%;
    top: 0;
    padding: 10px 5px;
    background: #4a733e;
    background: 
    font-size: 14px;
    color: #FFF;
    border-radius: 0 0 25px 25px;
    z-index: 2;
*/
    background-image: url(../images/icons/shapes-new.png);
    height: 46px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    background-position: top center;
    z-index: 1;
    font-size: 16px;
    top: 0;
    padding: 0;
    padding-top: 10px;
    background-color: transparent;
    border-radius: 0;
    max-width: 232px;
}
.pro_senso_label::before {
    position: absolute;
    content: '';
    width: 20px;
    left: -15px;
    height: 40px;
    top: 0px;
    background: #FFF;
    border-radius: 12px;
    z-index: 3;
    transform: rotate(-8deg);
    opacity: 0;
}
.pro_senso_label::after {
    position: absolute;
    content: '';
    width: 20px;
    right: -15px;
    height: 40px;
    top: 0px;
    background: #FFF;
    border-radius: 12px;
    transform: rotate(8deg);
    opacity: 0;
}


/*** how to apply ***/
.how_to_apply {
    padding: 80px 0px;
    position: relative;
}
.text-center{ text-align: center;}
.sub_title h2 {
    color: #807648;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.how_to_apply .sub_title {
    margin-bottom: 70px;
}
.how_to_apply_row {
    display: flex;
    justify-content: center;
    max-width: 1050px;
    margin: auto;
}
.apply_item {
    text-align: center;
    width: 30%;
}
.apply_item_image {
    height: 180px;
}
.apply_item_image img {
    height: 180px;
    width: auto;
    object-fit: cover;
}
.apply_item_text {
    max-width: 250px;
    margin: auto;
    margin-top: 45px;
    font-family: 'Lato', sans-serif;
}
.apply_item_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.apply_item:nth-child(2) {
    width: 39%;
}
#apply_item_image {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.sensorial-sgl.how_to_apply{
    padding: 20px 0px;
    display: block;
}
.sensorial-sgl .how_to_apply_row {
    background: linear-gradient(to bottom, rgba(250, 254, 251, 1) 0%, rgba(253, 255, 253, 1) 100%);
    padding: 30px 0 30px;
    gap: 80px;
}
.pro-types-wrapper h3 {
    width: 100%;
    margin: 50px 0 30px;
    font-size: 46px;
    color: #ffa500;
}

/*** responsive ***/
@media screen and (min-width: 1620px){
    .tg-abt-sen-thpy{ min-height: 740px; }
    .tg-abt-st-content h2{ font-size: 60px; }
    .tg-prod-sen-thpy-wrap h2{  font-size: 60px; }
    .pro-types-wrapper h3{ font-size: 52px; }
}
@media screen and (min-width: 1920px){
    .tg-abt-sen-thpy{ min-height: 840px; }
    .pro-types-wrapper h3{ font-size: 60px; }
}

@media screen and (max-width: 1360px){
    .sen-thpy-prod-list{ gap: 90px;}
}

@media screen and (max-width: 1280px){
    .sen-thpy-prod-list{ gap: 80px;}
    .pro-types-wrapper h3{ font-size: 40px; }
}

@media screen and (max-width: 1080px){
    .sen-thpy-prod-list{ gap: 70px;}
}

@media screen and (max-width: 991px){
    .how_to_apply_row { display:flex; justify-content:center; flex-direction:column; gap:40px; align-items:center;}
    .apply_item { width: 100%; justify-content: center; }
    .apply_item:nth-child(2) { width: 100%; }
    
    .sensorial-sgl .how_to_apply_row{ gap: 40px;}
    .pro-types-wrapper h3{ font-size: 36px; margin: 40px 0 25px; }
}

@media screen and (max-width: 767px){
    .tg-abt-sen-thpy{ min-height: 680px; }
    .tg-abt-st-text{ padding-right: 60px;}
    .sen-thpy-prod-list{ gap: 50px;}
    .tg-abt-st-content h2{ font-size: 34px; }
    .tg-prod-sen-thpy-wrap h2{  font-size: 34px; }
    .tg-abt-st-text{font-size: 20px;}
    .tg-abt-st-text P { font-size: 20px; }
    .apply_item_text{ margin-top: 15px; margin-bottom: 20px;}
    .sensorial-sgl .how_to_apply_row{ gap: 25px;}
    .pwd-microsite-url img {display: inline-block}
    .pro-types-wrapper h3{ font-size: 32px; }
}

@media screen and (max-width: 640px){
    .pth-popup-wrapper ul li { padding: 0; margin: 6px 10px;}
}

@media screen and (max-width: 575px){
    #apply_item_image { gap: 10px; justify-content:center; flex-direction:column; align-items:center; height:100%;}
}

@media screen and (max-width: 480px){
    .tg-abt-st-text{ padding-right: 20px; font-size: 18px;}
    .tg-abt-st-text P { font-size: 18px; }
    .tg-abt-sen-thpy { min-height: 600px; }
    .tg-abt-st-img{ max-width: 86%;}
}

/*** fuerza herbal concentrada - spanish ***/
.fuH-herb-banner .cer-page-3banner-info h2, .fuH-herb-banner .cer-page-3banner-info h1{
    color: #000;
}
.fuH-herb-intro-sec .sec-title { margin: 0 0 40px; }
.fuH-herb-intro-sec h2 { font-size: 48px; margin-bottom: 5px; }
.fuH-herb-intro-sec .sec-title p { font-size: 1.125em; }
.fuH-herb-intro-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.fuH-herb-intro-content h3 { font-size: 36px; }
.fuH-herb-intro-content h3:first-of-type {
    margin-top: 0;
}
.fuH-herb-intro-content ul {
    list-style: none;
}
.fuH-herb-intro-content ul li {
    position: relative;
    padding: 2px 0 2px 20px;
}
.fuH-herb-intro-content ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    left: 2px;
    top: 5px;
    transform: rotate(45deg);
}
.fuH-herb-section .herbal-gallery-pic-container img {
    aspect-ratio: 1.075;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fuH-herb-banner .cer-site-btn a.tigerbalm-button {
    background-color: #73b13f;
    font-weight: 700;
    z-index: 1;
}
.testimonials-slider .fuH-herb-testiBx {
    padding: 0 50px;
    position: relative;
}
.fuH-herb-testiBx.slick-slide.slick-current.slick-active::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 65%;
    background: #9b9895;
    right: 0;
    top: 40px;
}
.fuH-herb-testCont {
    min-height: 180px;
}
.fuH-herb-testCont h3 {
    color: #f3a83b;
}
.fuH-herb-testCont p{
    color: #9b9996;
}
.fuH-herb-section .legendary-herbal-box{
    max-width: 380px;
    padding: 0 20px;
}
.testimonials-wrapper.fuH-herb-section {
    background: rgba(238, 167, 62, 0.1);
    padding: 40px 0 30px;
    margin: 50px 0 0;
}
.fuH-herb-section .testimonials-slider .slick-arrow {
    background: none;
    width: 50px;
    height: 100px;
}
.fuH-herb-section .testimonials-slider .slick-prev::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-left: 2px solid #f3a83b;
    border-bottom: 2px solid #f3a83b;
    transform: translate(-20%, -50%) rotate(45deg);
    top: 50%;
}
.fuH-herb-section .testimonials-slider .slick-next::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-right: 2px solid #f3a83b;
    border-top: 2px solid #f3a83b;
    transform: translate(-80%, -50%) rotate(45deg);
    top: 50%;
}
.fuH-herb-testDt p {
    color: #9b9996;
    font-weight: 700;
}
.fuH-herb-testDt .fuH-hb-star{
    display: block;
    width: 200px;
    height: 40px;
    margin: 5px 0 10px;
    background: url(../images/herb-star-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

/*** fuerza herbal concentrada responsive ***/
@media screen and (min-width: 1440px){
    .fuH-herb-intro-sec h2 { font-size: 54px; }
    .fuH-herb-intro-content h3 { font-size: 38px; }
}
@media screen and (min-width: 1620px){
    .fuH-herb-intro-sec h2 { font-size: 60px; }
    .fuH-herb-intro-content h3 { font-size: 42px; }
}
@media screen and (min-width: 1880px){
    .fuH-herb-intro-sec h2 { font-size: 64px; }
    .fuH-herb-intro-content h3 { font-size: 46px; }
}
@media screen and (max-width: 1280px){
    .fuH-herb-banner .cer-page-3banner-info h1{ font-size: 78px; }
    .fuH-herb-banner .cer-page-3banner-info h2{ font-size: 36px;}
}
@media screen and (max-width: 991px){
    .fuH-herb-banner .cer-page-3banner-info h1{ font-size: 70px; }
    .fuH-herb-banner .cer-page-3banner-info h2{ font-size: 32px;}
    .fuH-herb-intro-sec h2 { font-size: 42px; }
    .fuH-herb-intro-content h3 { font-size: 30px; }
    .fuH-herb-intro-wrap{ grid-template-columns: 1fr;}
}
@media screen and (max-width: 767px){
    .fuH-herb-banner .cer-page-3banner-info h1{ font-size: 60px;}
    .fuH-herb-banner .cer-page-3banner-info h2{ font-size: 28px;}
    .fuH-herb-intro-sec h2 { font-size: 36px; }
    .fuH-herb-intro-content h3 { font-size: 26px; }
}
@media screen and (max-width: 699px){
    .fuH-herb-testiBx.slick-slide.slick-current.slick-active::after{ width: 0; }
    .fuH-herb-section .testimonials-slider .slick-next::after {
        width: 25px;
        height: 25px;
        transform: translate(-5%, -50%) rotate(45deg);
    }
    .fuH-herb-section .testimonials-slider .slick-prev::after{
        width: 25px;
        height: 25px;
        transform: translate(-100%, -50%) rotate(45deg);
    }
}
@media screen and (max-width: 560px){
    .fuH-herb-banner .cer-page-3banner-info h1{ font-size: 52px;}
    .fuH-herb-banner .cer-page-3banner-info h2{ font-size: 26px;}
}
@media screen and (max-width: 480px){
    .fuH-herb-banner .cer-page-3banner-info h1{ font-size: 42px;}
    .fuH-herb-banner .cer-page-3banner-info h2{ font-size: 22px;}
}
/*** fuerza herbal END ***/
