<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 14:0 All "@import" rules must come first

**/
/* Added By Sajjad Ali From Fiverr */
/* html, body {
	overflow-x: hidden;
} */

body{
      overflow-x: hidden;
}
@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);
  
.custom-link {
	font-size: 20px;
  	text-decoration: none;
}
.custom-link span {
	color: #007bff;
} 
.custom-page-section {
	background: #f0f0f0;
}
.custom-container {
	background: #fff;
    padding: 30px 4%;
    max-width: 1140px;
    margin: 0 auto;
}
.custom-text-heading {
    font-size: 54px;
    margin: 30px 0 !important;
    text-align: center;
    font-family: 'Playfair Display', serif;
    line-height: 1 !important;
    font-weight: 500 !important;
}
.custom-para {
	font-size: 20px;
  	margin: 30px 0 !important;
}
.custom-img {
  	width: 100%;
	border: 14px solid #bbe4f5;
}
  
  
.custom-review {
    border: 2px solid #4bb1ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
  	margin: 30px 0;
}
.custom-review .left-side {
    width: 26.50%;
    min-width: 258px;
    text-align: center;
    padding: 15px;
    border-right: 1px solid #4bb1ff;
}
.disc-img {
	position: absolute;
    left: -20px;
    top: -20px;
}
  
.custom-review .right-side {
	padding: 30px;
}
.review-rating {
    color: #f7b500;
    font-size: 20px;
}
.review-rating.star-1 .fa-star:nth-child(1),
.review-rating.star-1 .fa-star:nth-child(2),
.review-rating.star-1 .fa-star:nth-child(3),
.review-rating.star-1 .fa-star:nth-child(4),
.review-rating.star-2 .fa-star:nth-child(1),
.review-rating.star-2 .fa-star:nth-child(2),
.review-rating.star-2 .fa-star:nth-child(3),
.review-rating.star-3 .fa-star:nth-child(1),
.review-rating.star-3 .fa-star:nth-child(2),
.review-rating.star-4 .fa-star:nth-child(1) {
	display: none;
}
  
.review-img {
	border-radius: 50% !important;
}
  
.review-head {
    margin: 8px 0 6px 0 !important;;
    font-size: 20px;
    font-weight: 600 !important;;
}
.review-para {
	font-size: 18px;
  	color: #000;
}
.product-display-content {
	border: 4px solid #0091ff;
    margin: 30px 0;
    padding: 50px 65px;
}
.product-info {
	margin-bottom: 20px;
}
.product-info .review-rating {
	display: inline-block;
}
.product-info .info-head {
	font-weight: 900;
  	font-size: 20px;
}
.p-head {
  	font-weight: 500 !important;
	line-height: 1.25 !important;
    font-size: 32px;
}
.p-para {
	margin: 10px 0 20px !important;
  	font-size: 20px;
}
.p-btn {
    font-size: 22px;
    padding: 16px 40px;
    background: #0091ff;
  	display: inline-block;
  	color: #fff;
  	margin-bottom: 10px;
  	text-decoration: none;
  	transition: 300ms ease-in-out;
}
.p-btn:hover {
    color: #fff !important;
    background: #0069d9;
}
.card-img {
	max-width: 290px;
  	width: 100%;
}
.fixed-product-content {
  	display: none;
	position: fixed;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	padding: 30px;
  	background: #fff;
  	z-index: 9999999999;
}
.fixed-product-content .p-head {
	font-size: 22px;
}
.fix-content-last {
	display: block;
    text-align: right;
}
  
#shopify-section-loox-all-reviews {
	background: #f0f0f0;
}
#looxReviews { 
  	max-width: 1140px !important;
    background: #fff;
    padding: 0 60px;
}
  
@media (max-width: 1023px) {
	.product-info {
    	margin-top: 30px;
    }
    .custom-text-heading {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
  	.custom-container {
    	max-width: 720px;
    }
	.hide-sm {
    	display: none;
    }
  	.fix-content-last {
    	width: 100%;
      	flex-basis: 100%;
      	max-width: 100%;
      	text-align: center;
    }
  	.custom-review {
    	display: block;
    }
    .left-side {
    	margin: auto;
      	border: none !important;
    }
  	.product-display-content {
    	padding: 30px;
    }
    .review-para {
    	text-align: center;
    }
  
  	.product-info .info-head, .p-para, .p-btn {
    	font-size: 18px;
    }
  	.p-head {
    	font-size: 20px;
    }
    .card-img {
    	max-width: 256px;
    }
}
@media (max-width: 767px) {
  	.custom-container {
    	max-width: 540px;
    }
    .custom-text-heading {
        font-size: 24px;
    }
    .custom-para, .review-para {
    	font-size: 16px;
    }
  #looxReviews { 
    padding: 0 0 !important;
  }
}
@media (max-width: 360px) {
	.product-info .info-head, .p-para, .p-btn {
    	font-size: 16px;
    }
    .p-btn {
    	padding: 16px 30px;
    }
}
 
  
.align-right {
	display: flex;
  	justify-content: flex-end;
}
  
#custom-header {
	position: relative;
}
  
.custom-container-2 {
	max-width: 1140px;
  	margin: auto;
}
.custom-nav .nav {
	list-style: none;
}
.custom-nav .nav li {
  	display: inline-block;
}
.custom-nav .nav a {
	text-decoration: none;
    display: block;
    padding: .5rem 1.2rem;
    color: #000 !important;
  	font-size: 20px;
}
.advertorial-text {
	text-align: center;
    font-size: 20px;
  	color: #000;
    margin: 0;
    margin-bottom: 10px;
}
.head-p-btn {
	font-size: 18px;
  	display: table;
  	padding: 16px 25px;
  	margin: 0;
}
.custom-nav {
	display: none;
}
.mobile-nav {
	position: absolute;
  	top: 0;
  	left: -298px;
  	bottom: 0;
  	height: 100%;
  	background: #fff;  
  	z-index: 999999;
  	transition: 300ms ease-in-out;
}
.mobile-nav .nav {
	list-style: none;
}
.mobile-nav .nav a {
	text-decoration: none;
  	padding: 15px 160px 15px 0;
  	display: inline-block;
  	font-size: 22px;
}
.menu-click {
	cursor: pointer;
  	font-size: 30px;
  	display: none;
}  
.active {
	left: 0;
}
.custom-footer {
    background: #f0f0f0;
    padding-top: 5rem;
  	text-align: center;
}
.custom-footer .custom-container {
	background: transparent;
}
.custom-footer a {
  	text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-right: 10px;
}
.custom-footer p {
    margin: 1.5rem 0 !important;
  	font-size: 20px;
}
@media (min-width: 1025px) {
	.advertorial-text {
        position: absolute;
        right: 80px;
        top: 0;
        z-index: 99999;
        bottom: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 1024px) {
	.menu-click {
    	display: block;
    }
}
@media (min-width: 992px) {
  	.custom-nav {
    	display: block;
    }
    .mobile-nav, .bars {
    	display: none;
    }
}
@media (max-width: 767px) {
  	.custom-container-2 {
    	max-width: 540px;
        padding: 10px;
    }
  	.logo img {
    	max-width: 100px;
      	width: 100%;
    }
	.head-p-btn {
    	font-size: 15px;
        padding: 10px 15px;
    }
}
@media (max-width: 599px) {
  	.mobile-nav .nav a {
    	padding-right: 100px;
    }
    .head-p-btn {
    	font-size: 14px;
        padding: 10px;
    }
    .head-p-btn img {
    	display: none;
    }
	#custom-header .bars {
      	flex-basis: 20%;
      	max-width: 20%;
    }
  	#custom-header .logo {
    	flex-basis: 30%;
      	max-width: 30%;
    }
    #custom-header .header-btn {
    	flex-basis: 50%;
      	max-width: 50%;
      	text-align: center;
    }
    #custom-header .header-btn a {
    	margin: auto;
    }
}


/* second page css */
.heading-box {
    background: #0091ff;
    padding: 20px;
}
.heading-box span {
	text-align: center;
    background: #fff;
    display: block;
    width: 90%;
    margin: auto !important;
    margin-bottom: 20px !important;
    border-radius: 5px;
    padding: 10px;
    font-size: 32px;
    line-height: 50px;
    color: #ff731c;
    font-weight: 500;
}
.heading-box h3 {
	text-align: center;
    font-size: 30px;
    line-height: 40px !important;
    color: #fff;
    width: 90%;
    margin: auto !important;
    font-weight: 600 !important;
}
.points-section {
	background: #f7b500;
    color: #fff;
}
.points-section h3 {
    background: #333;
    padding: 20px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.points-section ul {
	padding: 20px 20px 20px 50px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    list-style-type: square;
}
.points-section ul li {
	margin-bottom: 15px;
}  
.points-section.one-opt ul li:nth-child(5),
.points-section.one-opt ul li:nth-child(4),
.points-section.one-opt ul li:nth-child(3),
.points-section.one-opt ul li:nth-child(2),
.points-section.two-opt ul li:nth-child(5),
.points-section.two-opt ul li:nth-child(4),
.points-section.two-opt ul li:nth-child(3),
.points-section.three-opt ul li:nth-child(5),
.points-section.three-opt ul li:nth-child(4),
.points-section.four-opt ul li:nth-child(5),
.points-section.no-opt ul {
	display: none;
}


/* testimonials slider */
.testi-heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px !important;
    text-transform: uppercase;
    z-index: 999;
    color: #ffffff;
}
.testi-heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.testi-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.testi-heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
    color: #ffffff;
}

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.custom-testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide .img-outer {
  	overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide .img-outer img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
    object-position: top;
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0 !important;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.custom-testimonial .carousel {
	padding-bottom:50px;
}
.custom-testimonial .carousel-control-next-icon, .custom-testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.owl-nav {
	display: flex;
  	justify-content: center;
  	position: absolute;
  	top: 30%;
  	left: 0;
  	right: 0;
}
.owl-nav button {
	margin: 10px;
}
.owl-nav span {
	font-size: 60px;
  	color: #fff;
}
.owl-nav .owl-prev {
	position: absolute;
  	left: 10px;
}
.owl-nav .owl-next {
	position: absolute;
  	right: 10px;
}

/* .owl-carousel .owl-item img {
	width: auto !important;
} */

.notice-box {
    padding: 30px 60px;
    border: 10px ridge #a7a6a6;
    background: #ff1c1c;
}
.notice-box h2 {
	font-size: 40px;
    text-align: center;
    margin: auto !important;
    margin-bottom: 30px !important;
    width: 30%;
    /* margin: auto; */
    border-radius: 50px;
    background: #fff;
    padding: 15px;
}
.notice-box p {
    line-height: 40px !important;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.notice-box p b {
	background: #fff;
  	padding: 2px;
  	color: #333;
  	border-radius: 5px;
}
.high-para {}
.para-block {
    background: #ff731c;
    padding: 5px;
    margin: 20px 0;
    color: #fff;
}
.para-block p {
    color: #ff731c;
    font-weight: 600;
    font-size: 22px;
    background: #fff;
    padding: 10px;
    text-align: center;
}

.multi-2 .custom-para span {
	background: #ff731c;
  	color: #fff;
  	padding: 5px;
  	border-radius: 6px;
}
.multi-2 .custom-img {
  	margin-bottom: 30px;
	border: 6px solid #0091ff;
}
.multi-2 .custom-text-heading {
    background: #0091ff;
    padding: 20px;
    color: #fff;
    font-size: 48px;
}
.heading-2 h1 {
	font-size: 38px;
    font-weight: 600;
    color: #4c92ff;
    margin: 10px 0;
}


/* kinoki product */
.kinoki-detox-foot-pads-2 .product__title,
.kinoki-detox-foot-pads-2 .product__price--holder,
.kinoki-detox-foot-pads-2 .product__atc,
.kinoki-detox-foot-pads-2 .product__badges {
	display: none;
}
.copy-of-kinoki-detox-foot-pads-deep-cleansing-patches .tab__container--product {
	display: none;
}
.copy-of-kinoki-detox-foot-pads-deep-cleansing-patches #shopify-section-product-page__product .gallery__default {
	flex-basis: 35%;
    max-width: 35%;
}
.copy-of-kinoki-detox-foot-pads-deep-cleansing-patches #shopify-section-product-page__product .product__page--info {
    flex-basis: 65%;
    max-width: 65%;
}
.copy-of-kinoki-detox-foot-pads-deep-cleansing-patches .gallery__thumbnails--holder,
.copy-of-kinoki-detox-foot-pads-deep-cleansing-patches .gallery__image {
	max-height: 40%;
}
.kinoki-banner {
	background-size: cover;
}
.kinoki-banner .container {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  	min-height: 0;
}
.kinoki-banner .discount {
	padding: 120px 0;
}
.kinoki-banner .main {
    line-height: 1;
    font-size: 40px;
    font-weight: 700;
}
.kinoki-banner .main strong {
    display: block;
    margin-bottom: -.5rem;
    font-size: 120px;
}  
.kinoki-banner .desc {
	font-size: 30px;
    font-weight: 400;
    padding: 1.1rem 0 1.5rem;
}
.kinoki-banner .banner-btn {
  	text-decoration: none;
    font-size: 20px;
    padding: 10px 30px;
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background: #42bc0e;
    border-radius: 2rem;
    box-shadow: 0 0.4rem 0.4rem rgb(0 0 0 / 35%);
    text-transform: capitalize;
}
  
.kinoki-banner .banner-btn:hover {
    box-shadow: 0 0.7rem 0.7rem rgb(0 0 0 / 50%);
}
.kinoki-banner-2 {
	position: relative;
    background-size: cover !important;
    background-position: top left !important;
}
.kinoki-custom .custom-container {
  	position: relative;
	padding: 0;
  	padding: 50px 0;
  	background: transparent;
  	z-index: 2;
}
.kinoki-banner-2:after {
	content: "";
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
  	background: rgba(255,255,255,0.8);
  	z-index: 1;
}
.banner-2-head {
	font-size: 52px;
    text-align: center;
    font-weight: bold !important;
    line-height: 80px !important;
}
.banner-2-list {
    list-style: none;
    font-size: 20px;
    line-height: 28px;
}
.banner-2-list li {
	display: inline-block;
  	width: 49%;
}
.banner-2-head-2 {
	font-size: 28px;
}
.banner-2-list li .fas, .banner-2-head-2 span {
	color: #42bc0e;
}
.ki-banner-3 .banner-2-head-2 {
    font-size: 34px;
    margin-bottom: 60px;
    line-height: 45px;
}
.ki-banner-3 .banner-2-list li {
	display: block;
  	width: 100%;
  	margin-bottom: 20px;
  	padding-left: 30px;
    position: relative;
}
.ki-banner-3 .banner-2-list li .fas {
	position: absolute;
  	left: 0;
  	top: 6px;
  	vertical-align: middle;
}
.ki-banner-3 img {
	height: 100%;
    width: 100%;
    object-fit: contain;
}
.kinoki-product-heading {
  	text-align: center;
    position: relative;
    font-size: 40px;
    color: #080808;
  	padding-bottom: 20px;
  	margin-bottom: 30px !important;
}  
.kinoki-product-heading:before {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    content: "";
    background-color: #42bc0e;
    left: 45%;
}
.kinoki-product-heading span {
  	display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    color: rgba(0, 0, 0, 0.4);
  	margin-bottom: -10px;
}
.picture-banner img {
    width: 80%;
}
.steps h4 {
    font-weight: bold !important;
    margin: 10px 0 20px !important;
}
.fixed-product {
  	display: none;
	padding: 20px;
  	position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999999999;
    bottom: 0;
    background: #fff;
    border: 3px solid #42bc0e;
}
.fixed-product .swatch__container {
	margin-bottom: 20px;
}
.fixed-product .product__title {
	font-size: 40px;
    line-height: 52px;
}


/*  javascript class  */
.display {
	display: block;
}
 
.font-myriad-regular {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.video-headline {
        font-size: 59px;
    margin:40px 0 15px 0 !important;
    line-height: 1.1;
    font-weight: 600 !important;
}
.vup-arrows {
    text-transform: uppercase!important;
    font-weight: 500!important;
    margin-bottom: 5px!important;
    font-size: 14px!important;
}
#vup-1 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#vup-1, #vup-2 {
    opacity: 0.7;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.mb-15 {
    margin-bottom: 15px;
}
.video-banner-section{
  text-align:center;
}
svg {
    vertical-align: middle;
}
.tap-image-size {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.site-btn{
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 8px 30px;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    fill: #fff;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    background: #42bc0e;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.6;
    box-shadow: 0 4px 5px rgb(0 0 0 / 60%);
    margin-right: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
  margin-top: 18px;
}
.site-btn:hover{
  background: #7ce250;
  color: #fff;
}
.text-center {
    text-align: center;
}
.footer-menu a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border-right: 1px solid;
    line-height: 1;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
p.fcb-discl {
    font-size: 15px;
    padding: 40px 0 10px 0;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.footer__textSecretLink a {
    color: #000;
    text-decoration: underline;
}
.header-img {
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
}


.mouseleave-alert__background {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: .8;
    display: none;
}
#mouseleave_alert_background {
    display: none;
}
.mouseleave-alert {
    position: fixed;
    top: 10%;
    z-index: 9999;
    left: 50%;
    display: none;
    margin-left: -296px;
  font-family: Open Sans;
}

.modal__box__exit {
    border-radius: 100%;
    width: 43px;
    height: 43px;
    position: absolute;
    top: -8px;
    right: -9px;
    background: #fff;
    font-size: 32px;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}
.modal__box__exit__icon {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
}
.fa-times:before {
    content: "\f00d";
}
.transparent-bg {
    display: block;
    position: relative;
    max-width: 592px;
    min-height: 322px;
    margin: 0 auto;
    border: 4px solid #852963;
    background: #fff;
}
.modal__content {
    text-align: center;
    padding: 36px;
}
.mouseleave-alert .modal__content h1 {
    text-transform: uppercase;
    color: #c00;
    margin-bottom: 20px !important;
    margin-top: 0;
    font-weight: 700;
    font-size: 40px;
}
.modal__content h1 {
    text-align: center !important;
}
.mouseleave-alert .modal__content__copy {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 19px;
    /* font-weight: 300; */
}
.mouseleave-alert .modal__content__callout {
    color: #c00;
    font-style: italic;
    letter-spacing: .5px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}
.mouseleave-alert .modal__content__callout strong {
    font-weight: 900;
}
.modal__continuewatching {
    background: #f1e767;
    background: linear-gradient(
180deg
 ,#f1e767 0,#feb645);
    border: 1px solid #feb645;
    outline: 0;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 63px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-appearance: button;
    border-radius: 0px;
}
.modal__readtranscript {
    background-color: #cfcfcf;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 52px;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: .5px;
}

@media screen and (min-width: 1200px){
	.video-banner-section .container, .main-footer .container{
    max-width: 1200px;
      min-height: initial;
}
  .footer-menu .container{
   display: initial;
    
  }
}

@media screen and (min-width: 768px){
  .show-desktop {
    display: block;
}
  .show-mobile {
    display: none;
}
}

@media only screen and (min-width: 600px){
.col-sm-min, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
	display: initial;
}	
}

@media only screen and (max-width: 1200px){
  .video-headline {
    font-size: 48px;
}
.vup-arrows {
    font-size: 12px !important;
}
}
@media only screen and (max-width: 991px){
  .video-headline {
    font-size: 35px;
}
  .main-footer .container{
    min-height: initial;
}
  .footer-menu .container{
   display: initial;
    min-height: initial;
  }
  
  footer.main-footer{
    padding: 0 15px;
}
} 

@media screen and (max-width: 767px){
  .video-banner-section h2 {
    font-size: 28px;
}
  .video-banner-video iframe#videogogosize {
    top: 1px;
    left: 1px;
}
    .show-desktop {
    display: none!important;
}
  .show-mobile {
    display: block;
}
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    flex: none;
    -moz-flex: none;
    -webkit-flex: none;
    float: none;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
 .mouseleave-alert{
   right: 0px;
    width: 92%;
   left: 0px;
   margin-left: 0px;
   margin: 0 auto;
  } 
  .mouseleave-alert .modal__content__copy{
    line-height: 22px;
    font-size: 16px;
  }  
  .modal__content{
    padding: 20px;
  }  
  .mouseleave-alert .modal__content__callout{
    font-size: 18px;
   line-height: 20px;
  } 
  .modal__continuewatching{
    width: 100%;
    padding: 10px 20px;
  } 
  .modal__box__exit{
    width: 35px;
    height: 35px;
    font-size: 22px;
    
  }  
  
}
@media only screen and (max-width: 500px){
  .embed-responsive {
    padding-top: 40%;
}
  .tap-image-size {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    bottom: 64px;
}
}


@media only screen and (max-width: 450px){
  .video-headline {
    font-size: 20px !important;
}
}
@media (max-width: 767px) {
	.mobile-hide-show{
      display: block !important;
    } 
    .mobile-hide{
      display: none !important;
    }        
}


/* pricing */
.new-pricing {
	max-width: 1200px;
  	margin: auto;
  	margin-top: 50px;
  	padding: 0 15px;
}
.new-pricing &gt; h1 {
	text-align: center;
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: bold;
    color: #2b6102;
}
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
    flex-direction: row-reverse;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
}
@media (max-width: 1060px) {
  	#new-pricing {
    	max-width: 800px;
    }
	.pricing-item {
		-webkit-flex: 0 1 100%;
	    flex: 0 1 100%;
	}
	.pricing-palden .pricing-action{
	        padding: 1em 0.5em;
	            margin: 0 1em 1em 1em;
	}
}
.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}
.pricing-feature-list li {
    margin-bottom: 10px;
    font-weight: 600;
}
.pricing-feature-list img {
    width: 80%;
}
.pricing-palden .pricing-item {
    cursor: default;
    background:#fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }
    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: #abc817;
    padding: 3.5em 0 4em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
}

.pricing-palden .pricing-title {
  	padding: 20px 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}


.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 42px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}
.pricing-palden .pricing-price small {
	font-size: 50%;
}

.pricing-palden .pricing-currency {
    font-size: 0.5em;
    vertical-align: top;
}
.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.75em 0 1em;
    list-style: none;
    text-align: center;
}


.pricing-palden .pricing-action {
    font-size:22px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 2em 1em 2em;
    padding: 15px 30px;
    color: #42bc0e;
    border-radius: 60px;
    border: 2px solid #42bc0e;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  	text-decoration: none;
}
.pricing-palden .pricing-action-2 {
	background: #42bc0e;
	border-color: #42bc0e;
	color: #fff;
}
.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background: #42bc0e;
    border-color: #42bc0e;
    color:#fff;
}
.pricing-palden .pricing-action-2:hover,
.pricing-palden .pricing-action-2:focus {
    background: transparent;
    color: #42bc0e;
    border-color:#42bc0e;
}
.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}
.pricing-item &gt; img {
    width: 100%;
    max-width: 60%;
    margin: auto;
  	margin-top: -40px;
  	position: relative;
  	z-index: 9999;
  	margin-bottom: 15px;
}
li.save_price {
    font-size: 24px;
    padding-bottom: 0;
    text-decoration: line-through;
    color: #ff0000!important;
    text-align: center;
}
.pricing-head {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    background: #1e6101;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    color: #fff;
}
.pricing-head h4 {
  	font-size: 28px;
  	padding: 5px 0;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (max-width: 500px) {
    .pricing{
        margin: 0 auto 1em;
    }
    .pricing-palden .pricing-item{
        margin: 1em 0;
    }
.pricing-palden .pricing-action{
    font-size: 16px;
}
}

 .desktop {
    display: block;
}
.mobile {
    display: none;
}
@media screen and (max-width: 767px){
  
  .headGear .text-uppercase {margin-top:15px;}
  .desktop {
    display: none;
}
 
.mobile {
    display: block;
  font-size: 26px;
} 
}


/* Blood Sugar Page */
.vertical-center {
	display: flex;
  	align-items: center;
}
.margin-tb-20 {
	margin: 20px 0 !important;
}
.margin-tb-50 {
	margin: 50px 0 !important;
}
.fadeoutwhite {
    background-image: linear-gradient(
180deg
,hsla(0,0%,100%,0) calc(100% - 200px),#fff);
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.mx-auto {
	margin: auto;
}
.blood-para {
	font-size: 20px;
  	margin-bottom: 16px !important;
  	position: relative;
  	z-index: 1;
}
.underline {
	border-bottom: 3px solid #e63326;
    display: inline-block !important;
  	padding-bottom: 5px;
}
.blood-heading {
	font-family: Anton,Impact,sans-serif;
  	font-size: 48px;
  	line-height: 64px;
  	color: #fff;
}
.blood-img {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  	border: 1px solid #fff;
  	width: 100%;
}
.blood-banner {
	background: url(/cdn/shop/files/bs-header-bg.png);
  	background-size: cover;
  	padding: 50px 0;
    margin-top: -25px !important;
}

.blood-banner h1 {
    font-size: 84px;
    line-height: 84px !important;
    font-family: Anton,Impact,sans-serif;
  	color: #fff;
  	margin-bottom: 20px !important;
}
.blood-banner h1 span {
  	display: block;
	color: #e63326;
}
.txt-wht {
	color: #fff;
}
.txt-blk {
	color: #000;
}
.boder-txt {
	border: 1px solid #ccc;
  	padding: 20px;
  	margin: 20px auto 0 !important; 	
}
.bg-txt {
	background: #515151;
    padding: 20px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    width: 97%;
    margin: 0 auto 10px !important;
}
.u-heading {
	font-size: 30px;
  	line-height: 30px !important;
  	font-weight: 500 !important;
  	margin-bottom: 30px !important;
}
.section-1 {
	background: url(/cdn/shop/t/47/assets/bg-s02.jpg?v=18010463085221298667);
  	background-size: cover;
  	padding: 0 0 50px;
  	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.blood-ul {
	list-style: none;
  	margin-bottom: 15px;
  	padding: 0;
  	padding: 20px;
  	border-radius: 20px;
}
.blood-ul li .fa, .blood-ul li .fas {
	font-size: 26px;
  	line-height: 26px !important;
  	margin-right: 14px;
  	vertical-align: middle;
  	position: absolute;
  	left: 0;
  	top: 4px;
}
.blood-ul li {
	font-size: 20px;
    line-height: 28px !important;
  	margin: 15px 0;
  	position: relative;
  	padding-left: 35px;
}
.section-2 {
	background: url(/cdn/shop/files/section-3.jpg?v=1625854247);
    background-size: cover;
  	padding: 0 0 50px;
  	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
  	position: relative;
}
.section-1 .container, .section-2 .container, .section-3 .container, .section-4 .container, .section-0 .container {
	padding-top: 60px;
}
.border-ul-true {
	color: #fff;
  	padding: 20px;
  	border: 2px solid #75a25e;
  	list-style: none;
    background: rgba(0, 255, 0, 0.3);
  	border-radius: 20px;
}
.border-ul-true li {
	background: url(/cdn/shop/files/green-check.svg?v=1625854797) no-repeat;
  	padding-left: 40px;
  	margin: 10px 0;
}
.border-ul-false {
	color: #fff;
  	padding: 20px;
  	border: 2px solid #cd2827;
  	list-style: none;
  	background: rgba(255, 0, 0, 0.3);
    border-radius: 20px;
}
.border-ul-false li {
	background: url(/cdn/shop/files/red-x.svg?v=1625854797) no-repeat;
  	padding-left: 40px;
  	margin: 10px 0;
}
.img-box {
	width: 100%;
}
.img-box figcaption {
	margin-top: 20px;
}
.section-3 {
	background: url(/cdn/shop/files/bg-s06.jpg?v=1625859822);
    background-size: cover;
  	padding: 0 0 50px;
  	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.caption-img {
	margin-bottom: 20px;
}
.caption-img figcaption {
    padding: 20px;
    text-align: center;
    background: #515151;
}
.tick-box {
    background: #515151;
    padding: 20px;
  	height: 100%;
}
.tick-box .fa {
	margin-right: 10px;
}
.section-3 .row {
	margin: 30px 0;
}
.section-3 .col-sm-12 {
	margin-bottom: 20px;
}

.border-div {
	border: 3px solid #e63326;
  	padding: 15px;
}
.section-4 {
	background: #f5faff;
}
.false-2 li {
	background: none;
  	width: 32%;
    display: inline-block;
  	padding: 0;
}
.false-2 li .fa {
	margin-right: 10px;
}
.img-up-caption figcaption {
  	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.img-up-caption img {
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.captiom-box {
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 15%);
  	border-radius: 20px;
  	background: #fff;
  	overflow: hidden;
  	margin-bottom: 50px;
}
.caption-head {
  	text-align: center;
	padding: 20px;
  	background-color: #143d59;
    color: #fff;
  	margin-bottom: 30px;
}
.cap-para {
	border: 3px solid #143d59;
  	padding: 10px;
  	margin-bottom: 20px !important;
}
.pro-intro {
	text-transform: uppercase;
  	font-size: 60px;
  	font-style: italic;
    text-overflow: clip;
    text-shadow: 0 1px 0 #ccc, 0 0.02em 0 #c9c9c9, 0 0.03em 0 #bbb, 0 0.06em 1px rgb(0 0 0 / 10%), 0 0 0.05em rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 0.03em 0.05em rgb(0 0 0 / 20%), 0 0.05em 0.1em rgb(0 0 0 / 25%), 0 0.1em 0.1em rgb(0 0 0 / 20%), 0 0.2em 0.2em rgb(0 0 0 / 15%);
}
.product-intro {
	background: url(/cdn/shop/files/bg-dots.jpg?v=1625950045);
    background-size: cover;
/*   	padding: 0 0 50px; */
  	background-attachment: fixed;
    background-repeat: no-repeat;	
}
.pro-text {
	max-width: 900px;
  	margin: 0 auto 30px;
}
.pro-text img {
    width: 100%;
}
.pro-para {
  	margin-bottom: 20px !important;
	font-size: 30px;
    text-shadow: 0 1px 0 #ccc, 0 0.02em 0 #c9c9c9, 0 0.03em 0 #bbb, 0 0.06em 1px rgb(0 0 0 / 10%), 0 0 0.05em rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 0.03em 0.05em rgb(0 0 0 / 20%), 0 0.05em 0.1em rgb(0 0 0 / 25%), 0 0.1em 0.1em rgb(0 0 0 / 20%), 0 0.2em 0.2em rgb(0 0 0 / 15%);
}
.pro-para-2 {
	font-size: 20px;
  	text-shadow: 0 1px 0 #ccc, 0 0.02em 0 #c9c9c9, 0 0.03em 0 #bbb, 0 0.06em 1px rgb(0 0 0 / 10%), 0 0 0.05em rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 0.03em 0.05em rgb(0 0 0 / 20%), 0 0.05em 0.1em rgb(0 0 0 / 25%), 0 0.1em 0.1em rgb(0 0 0 / 20%), 0 0.2em 0.2em rgb(0 0 0 / 15%);
}
.custom-points {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-points li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 110px;
}
.custom-points span {
    background: #bb2025;
    padding: 5px 20px;
    color: #fff;
    position: absolute;
    left: 0;
    border-radius: 30px;
    top: -3px;
}
.bg-wht {
	background: #fff;
}
.visible-sm {
	display: none;
}
.money-back {
  	position: relative;
  	border: 10px ridge #ff0000;
    background: #fff;
    padding: 80px 20px 20px;
    max-width: 1000px;
    margin: auto;
  	margin-top: 80px;
}
.money-back img {
	width: 120px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 991px) {
	.visible-sm {
    	display: block;
      	margin-bottom: 20px;
    }
  	.blood-banner h1 {
    	font-size: 60px;
      	line-height: 60px !important;
    }
    .blood-heading {
    	font-size: 35px;
      	text-align: center;
    }
}
@media (max-width: 767px) {
	.blood-heading {
    	font-size: 28px;
    }
    .blood-para {
    	font-size: 16px;
    }
  	.b-points h3 {
    	font-size: 18px;
    }
    .b-points li {
    	font-size: 16px;
      	line-height: 20px;
    }
    .false-2 li {
    	width: 49%;
    }
    .caption-head h3 {
        font-size: 22px;
    }
  	.pro-para {
    	font-size: 18px;
      	text-align: center;
    }
    .pro-para-2 {
    	font-size: 16px;
        text-align: center;
    }
  	.pro-text img {
    	width: 50%;
        margin: auto;
        margin-top: 20px;
    }
    .blood-ul h3 {
    	font-size: 22px;
    }
    .blood-ul li, .blood-ul li .fa, .blood-ul li .fas {
    	font-size: 16px;
    }
    .captiom-box img {
    	width: 50%;
      	margin: auto;
    }
}
.angle-img {
	width: 100%;
}
@media (max-width: 641px) {
	.section-1 &gt; .angle-img, .section-4 .angle-img {
    	margin-bottom: 10px;
    }
}
@media (max-width: 400px) {
    .blood-heading {
        font-size: 20px;
    }
    .section-1 &gt; .angle-img, .section-4 .angle-img {
    	margin-bottom: 15px;
    }
}

footer {
    position: relative;
}
footer.page {
    padding: 2em 2em 1em;
}
footer p {
    font-size: 0.8em;
    font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
}
footer .site-footer-block-content.rte p {
  font-size: 0.9em;
  font-weight: 400;
}
footer p.disclaimer {
    padding: 1em;
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-style: italic;
}
footer .underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
img.footer__logo {
    max-width: 215px;
}
img.footer__callus {
    max-width: 235px;
}
ul.list-inline {
    text-align: center;
    margin-bottom: 1em;
    padding-left: 0;
}
footer .list-inline-item {
    display: inline-block;
}
footer li.list-inline-item a {
    font-size: 0.8em;
    color: #c7ca26;
    font-weight: 400;
    padding: 0 5px;
    font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif;
}
footer li.list-inline-item a:hover {
    color: #f2c94c;
    text-decoration: none;
}
.nav-footer__grid {
    max-width: 980px;
    margin: auto;
    display: grid !important;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: center;
}
footer .nav-footer__grid-top {
    grid-template-areas: "list__one list__two list__three list__four list__five";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
footer .nav-footer__grid-bottom {
    grid-template-areas: "list__one list__two list__three list__four list__five list__six";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
footer .list__one {
    grid-area: list__one;
}
footer .list__two {
    grid-area: list__two;
}
footer .list__three {
    grid-area: list__three;
}
footer .list__four {
    grid-area: list__four;
}
footer .list__five {
    grid-area: list__five;
}
footer img.footer__logo {
    max-width: 180px;
}
@media (max-width: 756px) {
    footer .nav-footer__grid-top {
        grid-template-areas: "list__three" "list__one" "list__two" "list__four" "list__five" !important;
        grid-template-columns: 1fr !important;
    }
    footer .nav-footer__grid-bottom {
        grid-template-areas: "list__one" "list__two" "list__three" "list__four" "list__five" "list__six" !important;
        grid-template-columns: 1fr !important;
    }
}


.pricing-b-sugar.pricing-palden .pricing-item {
    border-radius: 0;
    border: 6px solid #d6d6d6;
    transition: 300ms ease-in-out;
}
.pricing-b-sugar.pricing-palden .pricing-item:hover {
    cursor: pointer;
    border-color: #f0c14b;
    background-color: #fffdf1;
}
.pricing-b-sugar.pricing-palden .pricing-action:hover {
  	background: inherit;
  	color: #000;
}
.pricing-b-sugar.pricing-palden .pricing-item:hover .pricing-action {
	background: linear-gradient(180deg,#ffdf28,#ffca11);
  	transition: opacity .4s;
  	opacity: 1;
}
.pricing-b-sugar.pricing-palden .pricing-deco {
	padding: 10px 0;
  	border-radius: 0;
}
.pricing-b-sugar.pricing-palden .pricing-deco h4 {
    letter-spacing: 4px;
    text-transform: uppercase;
  	color: #f0c14b;
  	font-size: 16px;
    font-weight: 700;
}
.pricing-b-sugar.pricing-palden .pricing-deco p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.pricing-b-sugar li.save_price {
    font-size: 20px;
    margin-bottom: 0;
}
.pricing-b-sugar.pricing-palden .pricing-price {
    font-size: 48px;
    font-weight: 600;
}
.pricing-b-sugar.pricing-palden .pricing-title {
    padding: 5px 0;
    letter-spacing: 0;
    font-weight: 900;
  	text-transform: capitalize;
}
.pricing-b-sugar .free-ship {
	text-transform: uppercase;
  	color: #ff0000;
  	font-size: 20px;
}
.pricing-b-sugar .total-amount {
	font-size: 20px;
}
.pricing-b-sugar .pricing-item &gt; img {
	max-width: 70%;
  	margin-top: 10px;
}
.pricing-b-sugar.pricing-palden .pricing-deco {
    background: #333;
}
.pricing-b-sugar.pricing-palden .pricing-action {
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    background: linear-gradient(180deg,#f6dda1,#f0c14b);
    border: 1px solid #fff;
    border-color: #a88734 #9c7e31 #846a29;
    border-radius: 5px;
    text-shadow: 1px 1px 0 #f9ffac;
  	color: #000;
  	margin: 0 1rem 1rem 1rem;
    transition: opacity .4s;
}

/* quiz page */
.quiz-header {
	background: #38c9df;
	padding: 60px 0;
}
.quiz-header .menu {
	list-style: none;
  	display: flex;
  	float: right;
  	padding: 0;
  	margin: 0;
}
.quiz-header .menu a {
	font-size: 20px;
  	color: #fff;
  	text-transform: uppercase;
  	padding:10px;
  	opacity: 0.8;
}
.quiz-logo {
	width: 200px;
  	display: inline-block;
}
.horizontal-center {
	display: flex;
  	justify-content: center;
}
.height-default {
	min-height: inherit !important;
  	display: inherit;
}
.margin-tb-100 {
	margin-top: 100px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.quiz-heading {
	font-size: 24px;
  	font-weight: 700 !important;
    margin-bottom: 20px !important;
}
.quiz-heading-2 {
	font-size: 20px;
  	font-weight: 700 !important;
    margin-bottom: 20px !important;
}
.quiz-main p {
	font-size: 20px;
    margin-bottom: 20px !important;
}
.quiz-banner {
	background: url(/cdn/shop/files/header.png?v=1626446084) no-repeat;
/*   	height: 100%; */
  	background-size: contain;
  	background-position: right;
  	margin-top: 60px;
}
.q-answers &gt; div {
	max-width: 400px;
  	width: 100%;
}
.q-answers .q-answer {
  	font-size: 20px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background: #f2f2f2;
    border-radius: 23px;
    max-width: 400px;
    width: 100%;
    border: none;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  	height: 60px;
  	margin-bottom: 10px;
  	cursor: pointer;
  	position: relative;
}

.q-answers .q-answer:after {
    position: absolute;
    right: 20px;
  	top: 20px;
    content: url(/cdn/shop/files/check.svg?v=1626452910);
}
.q-answers .q-answer:hover {
    background: #38c9df;
    transition: all .3s ease-in;
    font-weight: 700;
    color: #fff;
}

.footer-quiz p {
	font-size: 20px;
}
  
  
.progress {
    height: 1rem;
    line-height: 0;
    font-size: .675rem;
    background-color: #ececec;
    border-radius: .25rem;
  	max-width: 550px;
  	height: 6px !important;
  	margin: auto;
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6e45e2;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.animation-outer {
	position: relative;
  	width: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
.quiz__loader-progress {
  	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  	font-weight: bold;
  	font-size: 18px;
}

.quiz__loader-animation {
    background-image: url(/cdn/shop/files/loader.png?v=1626450168);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: rotateIn 2s linear infinite;
    animation: rotateIn 2s linear infinite;
    height: 135px;
    width: 135px;
}


@-webkit-keyframes rotateIn {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-1turn)
    }
}

@keyframes rotateIn {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-1turn)
    }
}

/* quiz reviews */

.quiz-item {
  	height: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    background: #fff;
  	padding: 10px;
  	position: relative;
}
.quiz-item h3 {
  	margin-top: 20px !important;
    font-weight: 600 !important;
    font-size: 20px;
}
.quiz-item p {
    font-size: 14px;
    line-height: 19px;
}
.quiz-item .stars {
	margin: 10px 0 20px;
}
.quiz-item .fa {
  	font-size: 14px;
	color: #FFDF00;
}
.quiz-item img {
    position: absolute;
    width: 80px;
    border-radius: 100%;
    right: 10px;
}
.hide-for-desk{
	display: none;
}
@media (max-width: 1199px) {
	.hide-for-desk{
      display: block;
  	}
}
.d-video-title{
	margin-bottom: 0px;
}
.hide-for-desk ~ h2 {
	margin-bottom: 0px;
    text-transform: uppercase;
}
.testimonials .flickity-slider {
  min-height: 100%;
}
.testimonials .flickity-slider .testimonial {
  min-height: 100%
  }

@media screen and (min-width: 720px){
  .product-gallery--sticky{
    position: sticky;
    z-index: 2;
    top: 0;
  }
}

#tidio-chat iframe{
  inset: auto 10px 90px auto important;
  z-index: 9999999999;
}</pre></body></html>