@font-face{font-family:AGaramondPro;src:url("assets/fonts/AGaramondPro-Regular.otf");font-weight: 400;font-display: swap;}
@font-face{font-family:AGaramondPro;src:url("assets/fonts/AGaramondPro-Italic.otf");font-weight: 400;font-display: swap;font-style: Italic;}
@font-face{font-family:AGaramondPro;src:url("assets/fonts/AGaramondPro-Bold.otf");font-weight: 700;font-display: swap;}
@font-face{font-family:AGaramondPro;src:url("assets/fonts/AGaramondPro-BoldItalic.otf");font-weight: 700;font-display: swap;font-style: Italic;}




@font-face{font-family:gotham;src:url("assets/fonts/gotham.otf");font-weight: 600;font-display: swap;}
@font-face{font-family:Metropolis;src:url("assets/fonts/Metropolis-Regular.otf");font-weight: 400;font-display: swap;}



h1, h2, h3, h4, h5, h6{
    font-family: gotham!important;
	font-weight: 600!important;

}

*{
		font-family: proxima-nova;
		font-weight: 400;
}

footer.solid-footer {
    padding: 60px 0px;
    background: #179cbd;
}

/* header style */

.main-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
}
.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: #fff;
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--villoz-black-rgb, 19, 39, 66), 0.07);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease;
}
.main-header__bottom{
	box-shadow: 0px 3px 18px rgba(var(--villoz-black-rgb, 19, 39, 66), 0.07);
}

.tg-banner-content .title {
    font-family: gotham!important;
    font-weight: 600;
    font-size: 80px;
    letter-spacing: .02em;
    line-height: 70px;
}
.timezone.videopop.video-one h4 {
    font-family: 'proxima-nova';
}
.clocktime {
    display: flex;
    align-items: center;
}
.left-button.p-3 {
    padding: 30px!important;
}
.left-button.p-3 ul {
    margin-bottom: 0;
}
.video-one .video-popup__border-two {
    border: 1px solid rgba(var(--villoz-white-rgb, 255, 255, 255), 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border-radius: 50%;
    animation: zoomBig 3s linear infinite;
}
.timezone.videopop.video-one .video-popup__border-one, .timezone.videopop.video-one .video-popup__border-two {
    border: 1px solid #64b2b3;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.main-header__bottom {
    padding-top: 12px;
    padding-bottom: 12px;
}
.sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible;
}
.main-header__bottom .container-fluid {
    max-width: 1710px;
    display: flex;
    align-items: center;
}
.container-fluid, .container {
    padding-left: 15px;
    padding-right: 15px;
}
.main-header__logo {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.main-header__nav {
    margin-left: 20px;
    margin-right: auto;
}
.main-menu .main-menu__list, .main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: flex-end;
    display: none;
}
.main-menu .main-menu__list, .main-menu .main-menu__list ul {
    padding-left: 0px;
    margin-bottom: -20px;
}
.main-menu .main-menu__list > li {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}
.main-menu .main-menu__list > li > a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--villoz-black, #132742);
    font-weight: 400;
    position: relative;
    transition: all 500ms ease;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    /* color: var(--villoz-white, #fff); */
    text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list > li + li {
    margin-left: 35px;
}
.main-header__right {
    display: flex;
    align-items: center;
}
.mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
}
.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--villoz-white, #fff);
}
.mobile-nav__btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
}
.schedules_section {
    display: flex;
    width: 16%;
    justify-content: flex-end;
}
.schedules_section {
    margin-bottom: -10px;
}
.main-menu .main-menu__list > li.active a {
    color: #179cbd;
}
.video-one {
    position: relative;
    z-index: 2;
    margin-bottom: -181px;
}
.timezone {
    display: flex;
    margin: 0px 12px 0px 0px;
    padding: 0px 20px 0px 0px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #000;
}
.timezone.videopop.video-one {
    align-items: center;
}
.video-one .video-popup, .timezone.videopop.video-one .video-popup2 {
    width: 89px;
    height: 89px;
    background-color: var(--villoz-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--villoz-black, #132742);
    transition: all 500ms ease;
    position: relative;
    z-index: 2;
}
.timezone.videopop.video-one .video-popup2 {
    width: 40px;
    height: 40px;
    background-color: #179cbd;
}
.timezone.videopop.video-one .video-popup2 i {
    color: #fff;
    font-size: 12px;
}
.timezone.videopop.video-one h4 {
    font-size: 17px;
    font-weight: 500;
    color: #282E3F;
    display: block;
    line-height: normal;
    margin: 0;
    margin-left: 8px;
}
.timezone {
    display: flex;
    margin: 0px 12px 0px 0px;
    padding: 0px 20px 0px 0px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #000;
}
.schedules_section .timezone:nth-last-child(1) {
    border-right: 0;
}
.clock i {
    width: 32px;
    height: 32px;
    position: relative;
    display: block;
    font-size: 32px;
    color: #179cbd;
}
.clocktime span {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #282E3F;
    display: block;
    line-height: 17px;
}
.main-header__logo img {
    width: 100%;
}
.top_product_sec {
    padding-top: 60px;
}
.save_price {
	display: none;
}
.buy-once a {
	display: none;
}
.for-men {
    display: none;
}
.mfp-figure .mfp-bottom-bar {
	display: none;
}
.save__price {
    background: #ffc942;
    font-weight: 400;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #041c1b;
    padding: 6px;
    border-radius: 4px;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.buynow_label {
    color: #179cbd;
    font-size: 16px;
    font-weight: 500;
    /*display: inline-block;*/
    padding-right: 6px;
}
.purchase_option label[for="1-pack"] .save__price {
    opacity: 0;
}


@media (min-width: 768px) {
/*    .main-header__logo {*/
/*    width: 340px;*/
/*}*/
    .main-header__logo {
    width: auto;
}
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list, .main-menu .main-menu__list ul {
        display: flex;
    }
.mobile-nav__btn {
    display: none;
}



}

@media (max-width: 1200px) {
.schedules_section {
    display: none;
}
.mobile-nav__btn span {
    background-color: #333;
}    
.main-header__right {
    margin-left: auto;
    padding-right: 15px;
}

}

@media only screen and (max-width: 1999px) and (min-width: 1755px) {
    .clock {
        margin-right: 15px;
    }
}



@media only screen and (max-width: 1697px) and (min-width: 1200px) {
    .main-menu .main-menu__list > li > a {
	font-size: 14px;
}
.main-header__logo {
	width: 262px;
}
.main-menu .main-menu__list > li + li {
	margin-left: 27px;
}
.main-header__bottom .main-menu .main-menu__list > li {
	padding-top: 12px;
	padding-bottom: 25px;
}
.schedules_section {
    width: 18%;
}
.main-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
    }


}



@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    .main-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
    }
    .main-menu .main-menu__list > li + li {
    margin-left: 15px;
}
.main-header__logo {
    width: 228px;
}
.socialmedia_icons li a {
    width: 30px;
    height: 30px;
}
.schedules_section {
    display: flex;
}
}

.middle_heading h2 {
    font-size: 56px;
    font-style: normal;
    letter-spacing: -1.44px;
    line-height: 120%;
    color: #041c1b;
    text-align: center;
    font-weight: 500;
}
.middle_heading h4 {
    font-size: 48px;
    font-style: normal;
    letter-spacing: -1.44px;
    line-height: 120%;
    color: #041c1b;
    text-align: center;
    font-weight: 500;

}
.white_heading h2 {
    font-size: 48px;
    font-style: normal;
    letter-spacing: -1.44px;
    line-height: 120%;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.white_heading h2 i{
	font-family: 'AGaramondPro';
}
.middle_heading h3 {
    font-size: 22px;
    font-style: normal;
    letter-spacing: -.22px;
    line-height: 140%;
    text-align: center;
    font-weight: 400;
}

.accordion {
  background-color: #eee;
  color: #041c1b;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.hair-growth-parent {
    display: flex;
    margin-top: 50px!important;
}

.left-section {
    width: 50%;
    padding-right: 40px;
    justify-items: center;
}
.right-section {
    width: 50%;
    padding-left: 40px;
	justify-items: center;
}
.main-img img {
    width: 100%;
}
.left-section h3 {
    padding-top: 30px;
    font-family: 'proxima-nova';
    font-size: 22px;
    font-style: normal;
    letter-spacing: -.22px;
    line-height: 140%;
    font-weight: 400;
}
.right-section h3 {
    padding-top: 30px;
    font-family: 'proxima-nova';
    font-size: 22px;
    font-style: normal;
    letter-spacing: -.22px;
    line-height: 140%;
    font-weight: 400;
}
.main-img {
    display: flex;
 
}
.right-section {
    margin-top: 240px;
}
.all-content {
    width: 100%;

}
p.name {
    font-size: 12px;
    font-style: normal;
    letter-spacing: .12px;
    line-height: 140%;
    margin-bottom: 40px;
}
.bottom_content span {
    color: #007a73;
    /* padding: 0 10; */
    margin: 0 0.25rem;
    font-size: 13px;
}
.bottom_content p {
    font-size: 14px;
    font-style: normal;
    letter-spacing: -.14px;
    line-height: 130%;
    font-weight: 500;
}
.border {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
}
.bottom_content p {
    font-size: 14px;
    font-style: normal;
    letter-spacing: -.12px;
    line-height: 140%;
    font-weight: 400;
}
.faq-heading h2 {
    font-size: 48px;
    font-style: normal;
    letter-spacing: -1.44px;
    line-height: 120%;
    color: #041c1b;
    font-weight: 500;
}
section.green-parent {
    background: #041c1b;
}
.accordion {
    background-color: #FFF;
    padding: 30px  22px;
    border-top: 1px solid #CCC;
    font-weight: 600;
}
.active, .accordion:hover {
    background-color: #fff;
}
.container.text-center.mt-5 img {
    width: 24px;
    height: 24px;
    background: #FFC942;
    padding: 6px;
    border-radius: 2px;
	margin-right:5px;
}


button.btn.btn-primary {
    background: unset;
    border: unset;
}
.modal-header {
    border-bottom: 0px!important;
}
.modal-header h5 {
    font-size: 22px;
    font-style: normal;
    letter-spacing: -.22px;
    line-height: 140%;
    font-weight: 500;
    margin: 20px 5px;
}
.modal-body2 h2 {
    font-size: 22px;
    font-style: normal;
    letter-spacing: -.22px;
    line-height: 140%;
    text-align: center;
    background: #ecf1f5;
    padding: 16px 0;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0px 0px;
}

.modal-body h2 {
    font-size: 22px;
    font-style: normal;
    letter-spacing: -.22px;
    line-height: 140%;
    text-align: center;
    background: #ecf1f5;
    padding: 16px 0;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0px 0px;
}


.cart-top {
    display: flex;
    gap: 17px;
    align-items: center;
}
.cart-top h3 {
    font-size: 16px;
    font-style: normal;
    letter-spacing: -.16px;
    line-height: 140%;
}
.cart-top img {
    border-radius: 3px;
    width: 100px;
    height: 67px;
}
.cart-bottom p {
    font-size: 14px;
    font-style: normal;
    letter-spacing: -.14px;
    line-height: 130%;
    margin: 24px 24px 0px;
}
.cart-parent {
    padding: 22px 40px;
    border: 1px solid #ccc;
    margin: 0px 22px;
    border-top: 0px;
}
.modal-body {
 
    margin-bottom: -7px!important;
    padding: 5px 22px 0px 22px!important;
}
.modal-body2 {
    margin-bottom: -7px!important;
    padding: 5px 22px 0px 22px!important;
    margin-top: 34px;
}
.modal-body4 {
    margin-bottom: -7px!important;
    padding: 5px 22px 0px 22px!important;
    margin-top: 34px;
}



section.hair-growth {
    margin-bottom: 80px;
} 
.modal-content {
    width: 884px!important;
}
.modal-dialog {
    max-width: 884px!important;
    margin: 0 auto;
}
.ingredients-parent tr td {
    /* display: block; */
    padding: 16px 8px;
    width: 26.2rem;
    text-align: center;
    border: 1px solid rgba(4, 28, 27, 0.2);
}

.modal-body4 h2 {
    font-size: 22px;
    font-style: normal;
    letter-spacing: -.22px;
    line-height: 140%;
    text-align: center;
    background: #ecf1f5;
    padding: 16px 0;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 0px;
    margin-bottom: 7px;
}
.ingredients-parent table {
    margin: 0 auto;
    margin-bottom: 40px;
}
button.main-Button {
    border: 0;
    background: unset;
}
button.main-Button img {
    width: 24px;
    background: #FFC942;
    padding: 7px 5px;
    border-radius: 2px;
    margin-right: 8px;
}
button.main-Button {
    /* font-size: 16px; */
    font-size: 16px;
    font-style: normal;
    letter-spacing: -.16px;
    line-height: 130%;
}
.contact-us-parent {
    display: flex;
    column-gap: 44px;
}
.costomer-support {
    background: #ecf1f5;
    padding: 40px;
    width: 100%;
    margin-bottom: 40px;
}
.costomer-support h2 {
    text-align: center;
    font-size: 34px;
    font-style: normal;
    letter-spacing: -.68px;
    line-height: 120%;
}
.costomer-support p {
    text-align: center;
    margin-top: 24px;
}
.call-parent {
    display: flex;
    column-gap: 44px;
    margin-bottom: 100px;
}
.call-box {
    border: 1px solid #ccc;
    PADDING: 40PX;
}
.call-box h2 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    font-style: normal;
    letter-spacing: -.16px;
    line-height: 140%;
}
.call-box {
    width: 100%;
}
.call-box p {
    text-align: center;
    color: #007A73;
    font-size: 16px;
    font-style: normal;
    letter-spacing: -.16px;
    line-height: 130%;
}
.support-button {
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}






















/* new css */
.line-graphic-box img {
    width: 100%;
}
.bg-nova-brand-accent-80 {
    --tw-bg-opacity: 1;
    background-color: #ffc942;
    background-color: rgba(255,201,66,var(--tw-bg-opacity));
	    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px;
    border-radius: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}
.text-nova-base-black {
    --tw-text-opacity: 1;
    color: #041c1b;
    color: rgba(4,28,27,var(--tw-text-opacity));
    font-size: 12px;
}
.line-graphic-box img {
    margin-bottom: -38px;
}
.free_kit {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.kit_image {
    width: 150px;
}

.kit_image img {
    width: 100%;
}

.kit_box h4 {
    font-size: 16px;
    color: #041c1b;
    line-height: 16px;
    margin: 0;
}

.kit_box p {
    font-size: 14px;
    color: #041C1BB3;
}

.kit_box buttton {}

.kit_box button {
    font-size: 14px;
    color: #007A73;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #041c1b;
    padding: 0;
}

.css-roynbj img {
    width: 100%;
}

.main_pro_box h2 {
    font-size: 48px;
    line-height: 52px;
}

.main_pro_box h5 {
    font-size: 20px;
    color: #041c1b;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.main_pro_box {
    padding: 40px 0;
}
.main_pro_box {
    padding-top: 0;
}
.sfp a {
    color: #007A73;
    font-size: 16px;
    line-height: 16px;
}
.main_pro_box p:nth-last-child(1) {
    margin-bottom: 0;
}
.purchase_option label {
    border: 2px solid #E0E0E0;
    background: transparent;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 16px;
    margin: 0 0 26px;
}
.purchase_option label {
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
    padding: 22px 16px;
    margin: 0 0 18px;
}
.purchase_option label .info {
    display: flex;
    flex-wrap: wrap;
}
.purchase_option label .info {
    width: calc(100% - 400px);
}
.purchase_option label .circle {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #B8B8B8;
    border-radius: 100px;
    margin-top: 4px;
}
.purchase_option label .circle {
    width: 16px;
    height: 16px;
    position: relative;
}
.purchase_option label .product_info {
    display: flex;
    padding-left: 15px;
    width: calc(100% - 27px);
    gap: 15px;
}
.purchase_option label .product_info {
    width: calc(100% - 24px);
}
.purchase_option label .product_info .content {
    display: block !important;
}
.purchase_option label .info .content .title {
    margin: 0px 0px 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.purchase_option label .info h4 {
    font-family: 'proxima-nova', sans-serif;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    color: #1b1615;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 6px;
    margin-bottom: 0px;
    min-width: auto;
}
.purchase_option label .info h4 {
    font-weight: 700;
    color: #1A1A1A;
}
.purchase_option label .info span.money_object {
    background: #090088;
    border-radius: 2px;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #041c1b;
    text-transform: capitalize;
}
.purchase_option label .info span.money_object {
    background: #ffc942;
    font-weight: 700;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #041c1b;
}
.money_object .money {
    margin: 0px 0px 0px 3px !important;
}
.purchase_option label .info span {
    font-size: 12px;
    font-weight: 400;
    font-family: 'proxima-nova', sans-serif;
    margin: 0;
    /* margin: 3px 0 4px; */
    display: block;
    line-height: 1.2;
    margin-top: 0px;
}
.purchase_option label .info span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}
.purchase_option label .info span.money_object {
    background: #ffc942;
    font-weight: 400;
}
.purchase_option label .info span.money_object.mobileforproduct {
    display: none !important;
}
.purchase_option label .price {
    margin: 0;
    display: block;
    width: auto;
    text-align: center;
}
.purchase_option label .price .sale_price {
    display: block;
    font-size: 20px;
    color: #1A1A1A;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
.purchase_option label .price .sale_price {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 8px;
}
span.money {
    color: #041c1b;
    font-size: 16px;
}
span.free-shipping {
    letter-spacing: -.12px;
}
span.exact_money {
	color: #179cbd;
	font-size: 16px;
	display: flex;
}
span.money {
    color: #041c1b;
    font-size: 16px;
}
.purchase_option input[name=purchase_option]:checked+label .circle:before, .purchase_option input[name=subscription_plan_id]:checked+label .circle:before {
    content: "";
    position: absolute;
    left: -2px;
    right: 0;
    top: -2px;
    bottom: 0;
    width: 16px;
    height: 16px;
    border: 5px solid rgb(0, 122, 115);
    border-radius: 100%;
}
.header_product_option.purchase_option input {
    display: none;
}
.purchase_option label {
    background: transparent;
    padding: 16px 8px;
    margin: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(4, 28, 27, 0.2);
}
.parent_option {
    border: 1px solid rgba(4, 28, 27, 0.2);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 0px;
}
.purchase_option input[name=purchase_option]:checked+label {
    background: rgb(236, 241, 245);
}
button#ProductSubmitButton-product-header-thermo-shred-stack-ab-fb-v1 {
    border-radius: 4px;
    -webkit-transition: all ease-in-out 0.05s;
    transition: all ease-in-out 0.05s;
    text-align: center;
    color: #FFFFFF;
    background-color: #007A73;
    border: 0;
    margin-top: 40px;
    width: 100%;
    font-size: 16px;
    min-height: 56px;
}
.buy-once {
    margin: 24px 0;
}
.buy-once, .buy-once a, .buy-once a span {
    font-size: 16px;
    line-height: 16px;
    color: #007A73;
    text-align: center;
}
.buy-once a {
    text-decoration: none;
    border-bottom: 1px solid #007A73;
    padding-bottom: 3px;
}
.buy-once p {
	color: rgba(4,28,27,.6);
	font-size: 14px;
	line-height: 130%;
	padding-top: 0;
	font-size: 16px;
	line-height: 16px;
	color: #007A73;
}
.css-1a2tb4v {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px;
    border-radius: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}
.css-1a2tb4v {
    padding: 8px;
}
.form-group.qut .control-label.form-label {
	display: none!important;
}
body .purchase_option label .price .sale_price {
	display: flex;
	flex-direction: column;
}
span.exact_money {
    justify-content: flex-end;
}
span.exact_money .retailprice {
	font-size: 16px;
	//text-decoration: bold;
	font-weight: bold;
	color: #757575;
}
.bg-nova-base-solid-20 {
    --tw-bg-opacity: 1;
    background-color: #ecf1f5;
    background-color: rgba(236,241,245,var(--tw-bg-opacity));
}
.b-fit h4 {
    font-size: 16px;
    font-style: normal;
    letter-spacing: -.16px;
    line-height: 140%;
    color: #041c1b;
    font-family: Dinamo Bold, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.b-fit ul li {
    position: relative;
    font-size: 16px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.b-fit ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.b-fit ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: rgb(255, 201, 66);
    display: block;
    border-radius: 50px;
}

.b-fit {
    border-top: 1px rgba(4, 28, 27, 0.2) solid;
    padding: 24px;
}

.benefits_tabs {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px rgba(4, 28, 27, 0.2) solid;
    border-radius: 4px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
}

.benefits_tabs .b-fit:nth-child(1) {
    border: 0;
}

.formulas ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.formulas ul li {
    display: flex;
    width: 33%;
    align-items: center;
    line-height: 18px;
    font-size: 16px;
    gap: 12px;
}

.formulas {
    padding: 48px 0 64px;
}

.formulas ul li svg {
    width: 48px;
    height: 48px;
}

.subscription_include a {
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    border-bottom: 1px solid #007A73;
    padding-bottom: 3px;
    color: #007A73;
}

.subscription_include ul li {
    display: flex;
    gap: 13px;
}

.subscription_include ul li svg {
    width: 32px;
    height: 32px;
}

.subscription_include ul li {
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 8px;
    display: flex;
    border-bottom: 1px solid rgba(4, 28, 27, .2);
}

.subscription_include ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.subscription_include h3 {
    color: #041c1b;
    font-size: 16px;
    display: block;
    font-weight: 600;
    border-bottom: 1px solid rgba(4, 28, 27, .2);
    padding-bottom: 17px;
}

.subscription_include {
    margin-top: 32px;
}
.b-fit ul li sup {
    margin-left: -9px;
}
.sm\:mr-2 {
    margin-right: .5rem;
}


/* slider css */
.css-qikyui {
    position: relative;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      #687676 0%,
      #687676 25%,
      transparent 25%,
      transparent 100%
    );
    -webkit-background-size: 8px 1px;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.css-qikyui {
    margin: 6px 0;
}
.css-qikyui svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.left_product_slider {
    display: flex;
    flex-wrap: wrap;
}
.left_product_slider .col-12 img {
    width: 100%;
}
.left_product_slider .col-6 img, .left_product_slider .col-6 video {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 8px;
}
.big_title {
    padding: 32px 26px 32px 22px;
    box-sizing: border-box;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background: #041C1B;
    border-radius: 4px;
    color: #fff;
    font-size: 52px;
    line-height: 48px;
    font-family: 'AGaramondPro';
}
.big_title i{
    font-family: 'AGaramondPro';
}
.slider_box_content {
    padding: 32px 26px 32px 22px;
    box-sizing: border-box;
    margin: 8px 0;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background: #041C1B;
    border-radius: 4px;
    display: flex;
}

.slider_box_content h3 {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    margin: 0;
}

.slider_box_content p {
    color: #fff;
    margin: 0;
}

.left_product_slider .col-6 {
    padding: 0px 4px;
}

.left_product_slider .col-12 {
    padding: 0 4px;
}
.slider_box_content.slider_big_box p {
    width: 50%;
    margin-left: auto;
}
.slider_box_content.slider_big_box {
    margin-top: 0;
}
section.sectionvideos {
    padding-top: 100px;
}

.left-button {
    border: 1px solid #484848b3;
    padding: 80px!important;
    border-right: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.green_functionality .right-img {
    border-top-right-radius: 4px;
    overflow: hidden;
    border-bottom-right-radius: 4px;
    height: 688px;
    width: 50%;
}
.left-button button {
    margin-right: 4px;
    margin-bottom: 8px;
}
.slider_content p {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
}
.left-button button.active {
    background: #fff!important;
    color: #1e3332;
}
.slick-arrow {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(219, 224, 228);
    border-radius: 2px;
    border: 0;
    padding: 0;
}
.slick-arrow svg {
    height: 66.667%;
    width: 66.667%;
}
.thumb-nav {
    align-items: center;
}
.slick-slider .slick-slide {
    margin: 0 10px;
}
.slider-item-child {
    display: flex;
    flex-wrap: wrap;
}

.item_image {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}
.slider_item_box {
    width: 35%;
    padding: 32px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid rgba(4, 28, 27, 0.2);
    border-left: 0;
}

.slider_item_box h4 {
    font-family: 'proxima-nova';
    font-size: 28px;
    line-height: 35px;
}

span.author {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 12px;
    display: block;
}

ul.p_products_tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

ul.p_products_tags li {
    background-color: #ecf1f5;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    color: #041c1b;
}
.item_image img {
    width: 50%;
}
button.thumb-next.slick-arrow {
    transform: rotate(180deg);
}
.left-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left-button {
    width: 50%;
}
.green_functionality .right-img img {
    height: 100%;
    object-fit: cover;
}
.left-button button {
    padding: 24px;
    background-color: #1e3332!important;
    border-radius: .25rem;
    border: 0px;
    color: #fff;
}
.col-12-button {
    display: flex;
    gap: 4px;
}
.left-button button:active {
    background-color: #FFF!important;
    background: aliceblue;
    color: #0d2424;
}
.white_heading {
    padding: 80px 120px!important;
}
.mt-5 {
    margin: 80px 0px!important;
}
button.btn.btn-primary:active {
    background: unset!important;
}
button.btn-close {
    position: relative;
    right: -34px;
    top: -39px;
    background-color: #ffc942;
    opacity: 3;
    border-radius: 0px;
    font-size: 10px;
}
.modal-content {
    border-radius: 0px!important;
}

.thumb-nav {
    display: flex;
    justify-content: center;
    padding: 0 0 80px;
    margin-top: 40px;
}
/*.slick-track {*/
/*    transform: unset!important;*/
/*}*/
.img-slider {
    display: flex!important;
}
.main_product_tag {
    text-align: center;
}
.main_product_tag h4 {
    font-size: 16px;
    font-family: 'proxima-nova';
    font-weight: 600;
}
.main_product_tag p {
    font-size: 16px;
    color: rgba(4,28,27,.6);
}
.main_product_tag {
    margin: 50px 0;
}



.slider-wrapper {
  width: 600px;
  margin: auto;
}
.main-slider img {

  height: auto;
}
p.undertext {
    text-align: center;
    font-size: 13px;
    margin: 15px 0;
}
.thumbnail-slider img {
  width: 100px;
  height: auto;
  cursor: pointer;
  opacity: 0.6;
}
.thumbnail-slider .slick-current img {
  opacity: 1;
  border: 2px solid #000;
}
.slick-slide.slick-current.slick-center img {
    border: 0px!important;
    width: 48px!important;
}
.thumb-nav .slick-slide img {
    width: 48px!important;
}
.actionaccordion {
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #DBE0E4;
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 0;
}
.accordion_parent {
    position: relative;
}
.closed.actionaccordion {
    opacity: 1;
}
.accordion_parent.active .closed.actionaccordion {
    opacity: 0!important;
}
.accordion_parent.active .opened.actionaccordion {
    opacity: 1!important;
}
.panel p {
    font-size: 14px;
    line-height: 27px;
}
section.faq-parent {
    padding: 60px 0;
}
.before_after_slider_sec {
    padding: 60px 0;
}
.mobile{
	display: none;
}
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}
.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--villoz-black, #132742);
    opacity: 0.3;
    cursor: url(../images/close.png), auto;
}
.mobile-nav__content {
    width: 300px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--villoz-white, #fff);
    cursor: pointer;
}
.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}
.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mobile-nav__content .main-menu__list li > a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--villoz-black, #132742);
    font-size: 12px;
    font-family: var(--villoz-font, "Plus Jakarta Sans", sans-serif);
    text-transform: uppercase;
    font-weight: 500;
    height: 46px;
    letter-spacing: var(--villoz-letter-space, 0.1em);
    align-items: center;
    transition: 500ms;
}
.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--villoz-white-rgb, 255, 255, 255), 0.1);
}
header{
	background: #fff;
}
header.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    transition: 0.3s all ease;
}












@media only screen and (max-width: 767px) {
section.top_product_sec .row {
    flex-direction: column-reverse;
}
.mobile-nav__wrapper.expanded .mobile-nav__content .logo-box img {
    width: 100%;
}
.desktop{
	display: none;
}
.mobile{
	display: block;
}
.main_pro_box p {
    display: none;
}
.mobile.mobileproduct img {
    width: 100%;
    margin-bottom: 22px;
}
.mobile.mobileproduct {
    text-align: center;
}
.main_pro_box h5 {
    display: none;
}
.main_pro_box {
    padding-bottom: 0;
    text-align: center;
}
.main_pro_box h2 {
    font-size: 30px;
}
.sfp {
    display: none;
}
.mobile.info_desc {
    margin-top: 40px;
}
.mobile.info_desc .sfp {
    display: block;
}
.right_product_col {
    margin-bottom: 40px;
}
.middle_heading h2 {
    font-size: 28px;
    line-height: 110%;
}
.hair-growth-parent {
    flex-direction: column;
}
.left-section {
    width: 100%;
    padding-right: 0;
}
.right-section {
    margin-top: 20px;
}
.right-section {
    width: 100%;
    padding-left: 0;
}
.left-section h3, .right-section h3 {
    font-size: 16px;
}
section.hair-growth {
    margin-bottom: 40px;
}
.white_heading {
    padding: 40px 20px!important;
}
.white_heading h2 {
    font-size: 28px;
    line-height: 110%;
}
.left-button, .green_functionality .right-img {
    width: 100%;
}
.left-button {
    border: 0;
    padding: 0px!important;
}
.buttongroups {
    flex-direction: column;
}
.left-button button {
    padding: 16px 18px;
    font-size: 14px;
}
.slider_content p {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    margin-top: 20px;
}
.green_functionality .right-img img {
    height: auto;
}
.green_functionality .right-img {
    height: auto;
}
.main_product_tag {
    margin: 25px 0;
}
.middle_heading h2 br {
    display: none;
}
.item_image {
    width: 100%;
}
.slider_item_box {
    width: 100%;
    padding: 20px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 0;
    border: 1px solid rgba(4, 28, 27, 0.2);
    border-left: 1px solid rgba(4, 28, 27, 0.2);
    border-top: 0;
    border-bottom-left-radius: 8px;
}
.slider_item_box h4 {
    font-family: 'proxima-nova';
    font-size: 18px;
    line-height: 24px;
}
.faq-heading h2 {
    font-size: 28px;
    line-height: 110%;
}
.accordion {
    padding: 16px 55px 16px  6px;
}
.actionaccordion {
    top: 15px;
}
.panel {
    padding: 0 5px;
}
.contact-us-parent {
    flex-direction: column;
}
.call-parent {
    flex-direction: column;
    row-gap: 20px;
}
.costomer-support {
    margin-bottom: 20px;
}
.call-parent {
    margin-bottom: 20px;
}
.schedules_section {
    display: none;
}
.main-header__logo img {
    width: 80%;
}
.mobile-nav__btn span {
    background-color: #333;
}
.mobile-nav__content .logo-box {
    margin-bottom: 20px;
}
.free_kit {
    padding: 30px 0;
    flex-wrap: nowrap;
}
.purchase_option label .info .content .title {
    flex-wrap: nowrap;
}
.purchase_option label .info {
    width: calc(100% - 60px);
}
.formulas ul li svg {
    width: 38px;
    height: 38px;
}
.css-1amm {
    font-size: 12px;
    line-height: 16px;
}
.left_product_slider .col-6 {
    width: 100%;
}
.slider_box_content {
    margin-top: 4px;
    margin-bottom: 4px;
}
.big_title {
    margin-bottom: 4px;
}
.slider_box_content.slider_big_box {
    margin-top: 4px;
}
.left_product_slider .col-6 img, .left_product_slider .col-6 video {
    margin-top: 4px;
}
.costomer-support p br{
    display: none;
}
section.faq-parent {
    padding-top: 40px;
}
.top_product_sec {
    padding-top: 0;
}
.main_product_tag h4 {
    font-size: 20px;
}
.css-roynbj {
    margin-top: 15px;
}
div#VideoContainer {
    padding: 0 15px;
}
.progressbar-wrapper {
    padding: 0 15px!important;
}
.tg-supplement-area {
    padding-top: 0;
}





}
