/** Shopify CDN: Minification failed

Line 635:2 "pointer-event" is not a known CSS property
Line 1196:11 Expected identifier but found whitespace
Line 1196:12 Unexpected "77px"
Line 1791:1 Unexpected "/"
Line 1815:0 Unexpected "}"

**/
.page-width {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.prodcut-top-outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-left-cont {
  max-width: 52%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-left-cont figure {
  width: 50%;
}

.product-left-cont figure img {
  width: 100%;
  height: 100%;
}

.product-right-cont {
  max-width: 45%;
  width: 100%;
  padding: 30px 15px 30px 0;
}

.product-rating {
  display: flex;
  margin-bottom: 13px;
}

.loox-rating span {
  display: block;
  margin-left: 12px;
}

.loox-rating .loox-star::before,
.loox-rating .loox-star-half-o::before {
  color: #B5EDA6;
}

.loox-rating .loox-star {
  margin-right: 6px;
}

.loox-rating .loox-star:last-child {
  margin-right: 0;
}

#gempage-custom .product-rating span {
  font-family: "Tomato Grotesk" !important;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.product-content {
  width: 100%;
  margin-bottom: 24px;
}

.product-content h2 {
  font-size: 64px;
  line-height: 62px;
  margin-bottom: 7px;
}

.product-content span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 17px;
}

.product-content p {
  color: #000000;
  font-family: "Tomato Grotesk" !important;
  font-size: 24px;
  line-height: 40px;
}

.tab_section {
  width: 100%;
  margin-top: 29px;
  padding-bottom: 25px;
}

.tab {
  border-bottom: 1px solid #000;
  margin-bottom: 23px;
}

.tab button {
  background: transparent;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-family: "Tomato Grotesk";
  border: none;
  text-transform: initial;
  width: calc(100% / 3 - 3px);
  padding: 8px 5px !important;
  position: relative;
}

.tab button:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: url(tab-arrow.png) no-repeat;
  background-size: 100% 100%;
  content: '';
  opacity: 0;
  visibility: hidden;
}

.tab button.active:after {
  opacity: 1;
  visibility: visible;
}

.tabcontent {
  display: none;
}

.benefit-list {
  width: 100%;
}

.benefit-list {
  padding-left: 30px;
}

.benefit-list ul {
  margin-bottom: 17px;
}

.benefit-list ul li {
  display: block;
  font-family: "Tomato Grotesk";
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}

.benefit-list ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #B5EDA6;
  content: '';
  border-radius: 50%;
}

.benefit-list ul li:last-child {
  margin-bottom: 0;
}

.benefit-list strong {
  color: #183F35;
  font-size: 20px;
  line-height: 28px;
}

.tab-ingredient {
  width: 100%;
}

.tab-ingredient p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-family: "Tomato Grotesk";
}

.tab-ingredient p strong {
  margin-bottom: 5px;
  display: block;
}

.tab-review {
  height: 258px;
  overflow: hidden;
}


.upper-guarantee {
  display: flex;
  width: 100%;
  padding: 47px 0;
  background: #B5EDA6;
}

.upper-guarentee-outer {
  display: flex;
  justify-content: space-between;
}

.guarentee-inner-box {
  display: flex;
  align-items: center;
}

.guarentee-inner-box figure {
  display: inline-block;
  margin-right: 20px;
  width: 54px;
}

.guarentee-inner-box p {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-family: "Tomato Grotesk";
  font-weight: 600;
}

.guarentee-inner-box p a {
  text-decoration: underline;
  position: relative;
}

.guarentee-inner-box p a:after {
  position: absolute;
  right: -23px;
  top: 50%;
  width: 12px;
  height: 19px;
  transform: translateY(-50%);
  background: url(plus-small-ic.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  content: '';
}

.shiping-box {
  display: inline-block;
}

.upper-guarantee.mob-sec {
  display: none;
}

.guarentee-inner-box figure .icon {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.template-product-clear-skin-redesign .modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.template-product-clear-skin-redesign .modal.is-visible {
  visibility: visible;
}

.template-product-clear-skin-redesign .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.template-product-clear-skin-redesign .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.template-product-clear-skin-redesign .modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.template-product-clear-skin-redesign .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.template-product-clear-skin-redesign .modal.is-visible .modal-transition {
  transform: translateY(-50%);
  opacity: 1;
  transform: translateY(-50%);
  opacity: 1;
  overflow-y: scroll;
  height: 50%;
}

.template-product-clear-skin-redesign .modal-header,
.template-product-clear-skin-redesign .modal-content {
  padding: 1em;
  width: 100% !important;
}

.template-product-clear-skin-redesign .modal-header {
  position: relative;
  background-color: #B5EDA6;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.template-product-clear-skin-redesign .modal-close {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 1em;
  font-weight: 700;
  font-size: 24px;
  background: none;
  border: 0;
  transform: translateY(-50%);
}

.template-product-clear-skin-redesign .modal-close:hover {
  color: #777;
}

.template-product-clear-skin-redesign .modal-heading {
  /*   font-size: 32px; */
  line-height: 32px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.template-product-clear-skin-redesign .modal-content ul {
  list-style: inherit;
  padding-left: 30px;
}

.template-product-clear-skin-redesign .modal-content p,
.template-product-clear-skin-redesign .modal-content li {
  margin-bottom: 8px !important;
}

.template-product-clear-skin-redesign .modal-content>*:first-child {
  margin-top: 0;
}

.template-product-clear-skin-redesign .modal-content>*:last-child {
  margin-bottom: 0;
}

.clearer-skin-sec {
  display: flex;
  width: 100%;
  padding: 188px 0 45px;
  background: url(clear-skin-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.clearer-skin-sec .video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

.clearer-skin-sec .video-container iframe {
  width: 100%;
  height: 100%;
}

.video-bottom-sec {
  display: none;
}

.skin-content-outer {
  max-width: 705px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  margin-bottom: 64px;
}

.skin-content-outer h1 {
  color: #fff;
  font-family: "Tomato Grotesk";
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 24px;
}

.skin-content-outer ul li {
  display: inline-block;
}

.skin-content-outer ul li a {
  display: inline-block;
  width: 291px;
  padding: 15px 15px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Tomato Grotesk";
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.skin-content-outer ul li:first-child a {
  background: #CCA8E2;
  border-color: #CCA8E2;
  margin-right: 18px;
}

.skin-content-outer ul li:first-child a:hover {
  background: transparent;
  border-color: #fff;
  transition: all 0.5s ease-in-out;
}

.skin-content-outer ul li:last-child a {
  border-color: #fff;
}

.skin-content-outer ul li:last-child a:hover {
  background: #183F35;
  border-color: #183F35;
  transition: all 0.5s ease-in-out;
}

.skin-bottom-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.skin-box {
  text-align: center;
  position: relative;
}

.skin-box h4 {
  margin-bottom: 2px;
  font-size: 32px;
  line-height: 40px;
  color: #B5EDA6;
  font-family: "Tomato Grotesk";
}

.skin-box p {
  color: #fff;
  font-family: "Tomato Grotesk";
}

.skin-box:after {
  position: absolute;
  top: 50%;
  right: -120px;
  width: 40px;
  height: 8px;
  background: url(dot-icon.png) no-repeat;
  background-size: 100% 100%;
  content: '';
}

.skin-box:last-child:after {
  display: none;
}

.skin-improvents-sec {
  display: flex;
  width: 100%;
  padding: 40px 0 0;
  background: #F1F1F1;
}

.skin-improvents-outer {
  display: flex;
  justify-content: space-between;
}

.skin-improvents-left {
  max-width: 45%;
  width: 100%;
  padding-left: 15px;
}

.skin-improvents-left-inner {
  max-width: 464px;
  width: 100%;
  text-align: center;
}

.skin-improvents-left-inner h3 {
  font-size: 32px;
  color: #183F35;
  line-height: 40px;
  margin-bottom: 17px;
  font-family: "Tomato Grotesk";
}

.skin-improvents-left-inner ul {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;

  margin: 0;
  justify-content: space-between;
  padding-inline-start: 0;
}

.skin-improvents-left-inner ul li {
  flex: 50%;
  width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px;

}

.skin-improvents-left-inner ul li {
  display: inline-block;
  margin-bottom: 10px;
}

.skin-improvents-left-inner ul li a {
  display: inline-block;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Tomato Grotesk";
  line-height: 22px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  pointer-events: none !important;
  width: 100%;
}

.skin-improvents-left-inner ul li:first-child a {
  background: #CCA8E2;
}

.skin-improvents-left-inner ul li:last-child a {
  background: #183F35;
}

.skin-improvents-left-inner ul li:first-child a:hover {
  background: #7FF06B;
  transition: all 0.5s ease-in-out;
}

.skin-improvents-left-inner ul li:last-child a:hover {
  background: #7FF06B;
  transition: all 0.5s ease-in-out;
}

.breakouts {
  display: inline-block;
  width: 100%;
  padding: 11px 15px;
  color: #000;
  background: #E4FA4D;
  font-size: 18px;
  font-family: "Tomato Grotesk";
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  pointer-events: none !important;
}

.breakouts:hover {
  background: #7FF06B;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.skin-improvents-left figure {
  pointer-event: relative;
  z-index: -1;
  margin-top: -20px;
}

.skin-improvents-right {
  max-width: 53%;
  width: 100%;
  position: absolute;
  right: 0;
  padding-bottom: 38px;
}

.improvement-box {
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 25px;
  background: #fff;
  margin-right: 30px;
  max-width: 500px;

  /* min-height:500px; */
}

.improvement-top-outer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.improvement-top-outer figure {
  width: 49%;
  overflow: hidden;
  border-radius: 4px;
  height: 260px;
}

.improvement-top-outer figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.improvement-content {
  width: 100%;
  margin-top: 20px;
}

.improvement-content h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 9px;
  color: #183F35;
}

.improvement-rating {
  width: 100%;
  margin-bottom: 5px;
}

.improvement-rating ul li {
  display: inline-block;
  margin-right: 5px;
}

.improvement-rating ul li:last-child {
  margin-right: 0;
}

.improvement-content p {
  font-family: "Tomato Grotesk";
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  height: 84px;
  overflow: hidden;
}

.improvement-content h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Tomato Grotesk";
  color: #000;
  margin-bottom: 0;
  margin-top: 15px;
}

#skin-inprovment-slider .owl-nav {
  display: none;
}

.improvement-top-outer figure img {
  width: 100% !important;
}

.services-section {
  padding: 35px 0;
  display: flex;
  max-width: 100%;
  background: url(services-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.services-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-left {
  max-width: 500px;
  width: 100%;
  color: #fff;
  padding-right: 20px;
}

.services-left h2 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Tomato Grotesk";
}

.services-left p {
  font-family: "Tomato Grotesk";
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 21px !important;
  font-weight: 400;
  color: #fff;
}

.read-btn {
  padding: 18px 60px;
  font-family: "Tomato Grotesk";
  background: #7FF06B;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 0;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
}

.read-btn:after {
  position: absolute;
  left: 45%;
  right: 45%;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  content: '';
  z-index: -1;
  border-radius: 4px;
}

.read-btn:hover:after {
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}

.read-btn:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.link-btn {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 14px;
  line-height: 23px;
  display: block;
  margin-top: 20px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
  text-transform: uppercase;
}

.link-btn:hover {
  color: rgba(255, 255, 255, 1);
  transition: all 0.5s ease-in-out;
  text-decoration: underline !important;
}

.services-right {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service-box {
  width: 293px;
  margin-top: 15px;
  color: #fff;
  padding: 28px 10px 35px;
  border: 1px solid #fff;
  text-align: center;
}

.service-box:first-child,
.service-box:nth-child(2) {
  margin-top: 0;
}

.icon-with-txt {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  flex-direction: column;
}

.icon-with-txt i {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
}

.icon-with-txt i img {
  width: 100%;
  height: 100%;
}

.icon-with-txt span {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.service-box h4 {
  font-family: "Tomato Grotesk";
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.service-box p {
  font-family: "Tomato Grotesk";
  font-size: 16px;
  line-height: 20px;
  ;
  margin-bottom: 0;
  color: #fff;
}

.extra-icon-sec {
  display: flex;
  width: 100%;
  padding: 45px 0;
  background: #B5EDA6;
}

.icon-section-outer {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  /* -webkit-animation: marquee 15s infinite linear;  animation: marquee 15s infinite linear;*/
}

.icon-box {
  display: flex;
  margin-right: 63px;
  align-items: center;
}

.icon-box:last-child {
  margin-right: 0;
}

.icon-box i {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: inline-block;
}

.icon-box span {
  font-size: 24px;
  line-height: 32px;
  font-family: "Tomato Grotesk";
  color: #000000;
}

.mob-serv-right {
  display: none;
}

.bundle-and-save-section {
  display: flex-end;
  width: 100%;
  padding: 40px 0 53px;
  background: #F2F2F2;
  text-align: center;
}

.bundle-and-save-section h4 {
  color: #183F35;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "Tomato Grotesk";
  font-size: 32px;
  line-height: 40px;
}

.bundle-and-save-section p {
  font-size: 24px;
  line-height: 32px;
  color: #767676;
}

.bandle-save-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.bandle-save-left-cont {
  max-width: 48%;
  width: 100%;
}

.bandle-save-left-cont figure {
  display: inline-block;
  width: 100%;
  position: relative;
}

.bandle-save-left-cont figure img {
  width: 100%;
}

.bandle-save-left-cont figure i {
  position: absolute;
  width: 144px;
  height: 144px;
  display: inline-block;
  top: 80px;
  right: -20px;
}

.bandle-save-right-cont {
  max-width: 48%;
  width: 100%;
  text-align: left;
}

.bandle-save-right-cont img,
.bandle-save-right-cont span.custom-design,
.bandle-save-right-cont div.textstyle,
.bandle-save-right-cont h4:empty {
  display: none;
}

.bandle-save-right-cont h4 {
  margin-bottom: 6px;
}

.bandle-save-right-cont .loox-rating i:before {
  color: #183F35;
}

.bandle-save-right-cont p {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 30px !important;
}

.bandle-save-right-cont .btn {
  background: #8DF063;
  color: #fff;
  width: 100%;
  font-family: "Tomato Grotesk";
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  border-radius: 4px;
}

.bandle-save-right-cont .verified-buyer h2 {
  color: #fff;
  margin-bottom: 0 !important;
  font-size: inherit;
  font-weight: 600;
}

.bandle-save-right-cont .verified-buyer {
  background-color: #b5eda6;
  border-radius: 8px;
  color: white;
  padding: 24px 30px 18px;
  margin-top: 30px;
}

.bandle-save-right-cont .verified-buyer>p {
  margin-top: 10px;
  margin-bottom: 20px !important;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.bandle-save-right-cont .verified-buyer .reviewer-details {
  align-items: center;
}

.bandle-save-right-cont .verified-buyer .reviewer-details h2 {
  margin-right: 20px;
}

.bandle-save-right-cont .verified-buyer .reviewer-details p {
  font-weight: 500;
  font-size: inherit;
}

.bandle-save-right-cont .verified-buyer .reviewer-details svg {
  margin-right: 5px;
}

.bandle-save-right-cont .verified-buyer .stars .fa {
  margin-right: 1px;
}

.marquee-sec {
  display: flex;
  width: 100%;
  padding: 50px 0;
  background: #CCA8E2;
}

.marquee-outer {
  width: 100%;
  overflow: hidden;
}

.marquee-outer ul {
  display: flex;
  white-space: nowrap;
  -webkit-animation: marquee 15s infinite linear;
  animation: marquee 15s infinite linear;
}

.marquee-outer ul li {
  margin-right: 124px;
  font-size: 24px;
  line-height: 32px;
  font-family: "Tomato Grotesk";
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.marquee-outer ul li:after {
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
}

.new-faq-sec {
  display: flex;
  width: 100%;
  padding: 48px 0 90px;
  text-align: center;
}

.new-faq-sec h2 {
  font-size: 56px;
  line-height: 64px;
  color: #000000;
  font-family: "Tomato Grotesk";
  margin-bottom: 0;
}

.new-faq-outer {
  text-align: left;
  margin-top: 8px;
}

.accordion-list {
  width: 100%;
  margin-bottom: 34px;
}

.accordion-list:last-child {
  margin-bottom: 0;
}

.accordion-head {
  padding-bottom: 13px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}

.accordion-head p {
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
  font-family: "Tomato Grotesk";
  position: relative;
}

.accordion-head p:after {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: url(faq-plus-ic.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  content: '';
}

.accordion-list.active p:after {
  background: url(faq-minus-ic.png) no-repeat;
  background-size: 100% 100%;
  width: 21px;
  height: 21px;
}

.accordion-body {
  padding-top: 11px;
  display: none;
}

.accordion-body span {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: "Tomato Grotesk";
}

/* .template-product-clear-skin-redesign.header-banner-display .website-wrapper { /* margin-top: 152px; */
margin-top: 77px;
}

*/ .template-product-clear-skin-redesign.header-banner-display .website-wrapper .header-banner {
  background-color: #B5EDA6;
  height: auto;
}

.template-product-clear-skin-redesign.header-banner-display .website-wrapper .header-banner h2 {
  text-align: center;
  color: white !important;
  padding: 21px 0;
}

/* .template-product-clear-skin-redesign.sticky-header-prepared .header-shop { /* top: 75px; */
/*top: 0; margin-bottom: 0; box-shadow: none; border-bottom:1px solid #f5f5f5; } */
.template-product-clear-skin-redesign .website-wrapper .header-spacing {
  display: none;
}

.template-product-clear-skin-redesign.header-banner-display .website-wrapper .header-product-redesign .right-column ul {
  padding: 15px 0;
}

.template-product-clear-skin-redesign.header-banner-display .website-wrapper .header-product-redesign .right-column .basel-cart-number {
  top: inherit;
  right: -10px;
  left: unset;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 22px;
}

/* .instagram-section .instagram-section-details { padding: 10% 8%; width: 50%; color: #fff; background-color: #b5eda6; display: flex; flex-wrap: wrap; justify-content: center; flex-direction: column; } */
.instagram-section .instagram-section-details {
  padding: 40px 50px;
  width: 50%;
  color: #fff;
  background-color: #b5eda6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.instagram-section .instagram-section-details h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 5px;
  color: #fff;
}

.instagram-section .instagram-section-details p {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px !important;
  color: #fff;
}

.instagram-section .instagram-section-details a,
.instagram-section a.follow-us {
  font-weight: 700;
  width: 508px;
  padding: 15px 24px;
  text-align: center;
  border: 1px solid #183f35;
  color: #183f35;
  border-radius: 4px;
  margin-top: 45px;
  margin: 0;
  max-width: 100%;
}

.instagram-section .instagram-images {
  padding: 25px 0 0 36px;
  width: 50%;
  background-color: #F1F1F1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.template-product-clear-skin-redesign.basel-cart-opened .cart-widget-side {
  margin-top: 0px !important;
}

/* New CSS Adeed bt PV on 30-12-2022 */
/* .template-product-clear-skin-redesign .basel-main-logo{margin-right: -96px !important;} */
.template-product-clear-skin-redesign .main-header .right-column ul>li:nth-child(1) svg {
  width: 16px;
}

.template-product-clear-skin-redesign a svg {
  width: 26px;
}

.template-product-clear-skin-redesign .skio-plan-picker {
  flex-direction: unset;
  margin-top: 24px;
}

.template-product-clear-skin-redesign .skio-group-container--available {
  border: none;
  box-shadow: none;
}

.template-product-clear-skin-redesign .skio-group-label {
  padding: 0;
  margin-bottom: 0;
}

.template-product-clear-skin-redesign .skio-group-topline {
  font-size: 18px;
  line-height: 28px;
}

.template-product-clear-skin-redesign .skio-group-topline .skio-radio__container svg {
  width: 18px;
  height: 18px;
}

.template-product-clear-skin-redesign .skio-price,
.skio-save {
  display: none;
}

.template-product-clear-skin-redesign .skio-group-container--available:eq(1) {
  margin-left: 20px;
}

.skin-improvents-left-inner-inmobile {
  display: none;
}

.product-top-sec .page-width {
  max-width: 1440px;
}

.services-section .page-width {
  padding: 0 15px;
}

.services-left a.link-btn {
  display: table;
  margin-top: 10px !important;
  margin: 0 auto;
}

.mob-serv-right>h3 {
  display: none;
}

.owl-carousel .owl-dots .owl-dot span {
  display: block;
  margin: 0 5px;
  background: transparent !important;
  border-radius: 20px;
  width: 6px;
  height: 6px;
  border: 0.5px solid #FFFFFF;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #B5EDA6 !important;
  border-color: #B5EDA6;
}

.owl-carousel .owl-dots .owl-dot {
  margin-top: 0 !important;
}

.owl-carousel .owl-dots {
  margin-top: 17px;
}

.new-faq-sec .page-width {
  padding: 0 15px;
}

.upper-guarantee .page-width {
  padding: 0 15px;
}

.extra-icon-sec .page-width {
  padding: 0 5px;
}

.icon-with-txt i img.for-mobile {
  display: none;
}

.variant-options label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.variant-options {
  position: relative;
}

.instagram-section .instagram-images div#insta-feed {
  padding: 0 !important;
  margin: 0;
}

.instagram-section .instagram-images .slide-page .instafeed-container img,
.instagram-section .instagram-images .slide-page .instafeed-container .instafeed-overlay {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.instagram-section .instagram-images div#insta-feed>div {
  white-space: nowrap;
}

.instagram-section .instagram-images div#insta-feed>div span.slide-page {
  margin-right: 38px;
}

.instagram-section .instagram-images .slide-page .instafeed-container {
  width: 68.5% !important;
  padding-top: 84.5% !important;
}

.instagram-section .instagram-images div#insta-feed>div a.slider-arrow {
  opacity: 0;
}

.instagram-section .instagram-images div#insta-feed>div:hover a.slider-arrow {
  opacity: 1;
}

.services-left .read-btn:after {
  display: none;
}

.template-product-clear-skin-redesign .footer-container .widget-area {
  padding: 35px 0;
}

.instagram-section-details a:hover,
.bandle-save-right-cont .btn:hover,
.services-left .read-btn:hover,
.template-product-clear-skin-redesign .button.ajax_form_cart:hover {
  background-color: #183F35;
  color: #ffffff;
}

.services-left a.link-btn:hover {
  color: #8DF063;
}

.guarentee-inner-box p a:hover {
  color: #ffffff;
}

/* .template-product-clear-skin-redesign .main-header:not(.header-menu-top) .site-logo img { max-width: 103px !important; max-height: unset; padding: 0; } */
.save-icon {
  position: relative;
}

.save-icon:after {
  width: 155px;
  height: 155px;
}

/* .save-icon:after { position: absolute; left:22px; top:30px; width:170px; height:170px; background:url(save-ten.png) no-repeat; background-size:100% 100%; content:'';  } */
.bandle-save-right-cont h4 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.bandle-save-right-cont #gempage-custom .product-rating span {
  font-size: 18px;
  line-height: 28px;
}

.bandle-save-right-con p {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.bandle-save-right-cont {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.bandle-save-right-cont .product-rating {
  margin-bottom: 23px;
}

.bandle-save-right-cont form {
  margin-top: 31px !important;
}

.bandle-save-right-cont form .btn {
  background: #183F35 !important;
}

.bandle-save-right-cont form .btn:hover {
  background: #B5EDA6 !important;
  border-color: #B5EDA6 !important;
}

.bandle-save-right-cont .reviewer-details p {
  font-size: 14px !important;
  margin-bottom: 0 !important;
  color: #fff !important;
}

.bandle-save-right-cont .verified-buyer h2 {
  font-size: 18px !important;
  line-height: 24px;
}

#insta-feed {
  display: inline-block;
  width: 100%;
}

#insta-feed .instafeed-container {
  display: inline-block;
  border-radius: 8px !important;
}

#insta-feed .instafeed-container img {
  border-radius: 8px 8px 0 0;
}

#insta-feed .instafeed-overlay {
  border-radius: 8px !important;
}

#insta-feed .instafeed-overlay::after,
.instafeed-shopify .instafeed-overlay::after,
#insta-feed .instafeed-overlay::before,
.instafeed-shopify .instafeed-overlay::before {
  border-radius: 8px !important;
}

.data-slider .owl-stage-outer {
  height: 40px;
}

/* .template-product-clear-skin-redesign.document-ready .mobile-nav { margin-top: 0px !IMPORTANT; padding-top: 30px;}
.template-product-clear-skin-redesign.document-ready .mobile-nav a { display: block; }
.template-product-clear-skin-redesign .mobile-nav-icon .basel-burger, .template-product-clear-skin-redesign .mobile-nav-icon .basel-burger::after, .template-product-clear-skin-redesign .mobile-nav-icon .basel-burger::before {
    width: 18px;
    height: 1.5px;
    background-color: #000 !important;
}
.template-product-clear-skin-redesign .mobile-nav-icon { width: 18px; }
.template-product-clear-skin-redesign .mobile-nav-icon .basel-burger::before { top: -6px; }
.template-product-clear-skin-redesign .mobile-nav-icon .basel-burger::after { top: 6px; } */

.template-product-clear-skin-redesign .product-reviews {
  padding-top: 40px;
}

.template-product-clear-skin-redesign .product-reviews p {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #183f35;
}

.template-product-clear-skin-redesign .product-reviews h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 10px;
  color: #183f35;
  max-width: 800px;
  margin: 0 auto;
}

.template-product-clear-skin-redesign .product-reviews h2 span {
  color: #B5EDA6;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.product-top-sec {
  margin-top: 106px;
}

@media only screen and (max-width: 1439px) {
  .product-content h2 {
    font-size: 36px;
    line-height: 34px;
  }

  .product-rating {
    margin-bottom: 8px;
  }

  .product-content p {
    font-size: 18px;
    line-height: 26px;
  }

  /*   .template-product-clear-skin-redesign .button.ajax_form_cart { font-size: 20px !important; line-height: 24px !important; padding: 18px !important; } */
  .tab_section {
    margin-top: 15px;
  }

  .benefit-list {
    padding-left: 20px;
  }

  .benefit-list ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .tab button {
    font-size: 20px;
    line-height: 28px;
  }

  .benefit-list strong {
    font-size: 18px;
    line-height: 24px;
  }

  .guarentee-inner-box p {
    font-size: 18px;
    line-height: 26px;
  }

  .skin-content-outer h1 {
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 20px;
  }

  .skin-content-outer {
    margin-bottom: 30px;
  }

  .improvement-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .improvement-content p {
    font-size: 18px;
    line-height: 24px;
    height: auto;
  }

  .improvement-content h5 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }

  .services-left h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .services-left p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px !important;
  }

  .service-box h4 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }

  .bandle-save-right-cont p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px !important;
  }

  .bandle-save-right-cont .verified-buyer {
    padding: 15px 20px 15px;
  }

  .bandle-save-right-cont .verified-buyer>p {
    margin-top: 10px;
    margin-bottom: 16px !important;
  }

  .marquee-sec {
    padding: 25px 0;
  }

  .marquee-outer ul li {
    margin-right: 115px;
    font-size: 20px;
    line-height: 28px;
  }

  .new-faq-sec h2 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .accordion-head p {
    font-size: 24px;
    line-height: 28px;
  }

  .accordion-list {
    margin-bottom: 25px;
  }

  div.variant-options {
    padding: 20px;
  }

  .upper-guarantee {
    padding: 30px 0;
  }

  .bandle-save-right-cont h4 {
    font-size: 36px;
    line-height: 44px;
  }

  .bandle-save-right-cont .reviewer-details p {
    margin-bottom: 0 !important;
  }

  .instagram-section .instagram-section-details p {
    margin-bottom: 20px !important;
  }

  .improvement-top-outer figure {
    height: auto;
  }

  .tab-ingredient p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1365px) {
  /*   .template-product-clear-skin-redesign.header-banner-display .website-wrapper .header-product-redesign .right-column ul { padding: 20px 0; } */
  /*   .template-product-clear-skin-redesign .main-header:not(.header-menu-top) .site-logo img { max-width: 180px; } */
  /*   .template-product-clear-skin-redesign .main-header .right-column ul > li:nth-child(1) svg { width: 20px; height: auto; } */

  .template-product-clear-skin-redesign .main-header .right-column .basel-cart-icon svg {
    width: 24px;
  }

  .template-product-clear-skin-redesign.header-banner-display .website-wrapper .header-banner h2 {
    padding: 15px 0;
  }

  /*   .template-product-clear-skin-redesign.sticky-header-prepared .header-shop { /* top: 64px; */
  /* top: 0; } */
  /*   .template-product-clear-skin-redesign.header-banner-display .website-wrapper { /* margin-top: 138px;  */
  margin-top: 77px;
}

*/ .save-icon:after {
  width: 155px;
  height: 155px;
}

.template-product-clear-skin-redesign .owl-carousel div.owl-item img {
  width: 100%;
}

.extra-icon-sec {
  padding: 30px 0;
}

.mobile-nav-icon {
  margin-left: 0 !important;
}

.mobile_nav_center .one {
  width: 30px !important;
}

.guarentee-inner-box figure {
  width: 46px;
}
}

@media only screen and (min-width: 1199px) and (max-width: 1275px) {
  .instagram-section .instagram-section-details {
    padding: 30px 40px;
  }

  .instagram-section .instagram-section-details h2 {
    font-size: 40px;
  }

  .instagram-section .instagram-section-details a,
  .instagram-section a.follow-us {
    width: 450px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1198px) {
  .instagram-section .instagram-section-details {
    padding: 30px 40px;
  }

  .instagram-section .instagram-section-details h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .instagram-section .instagram-section-details a,
  .instagram-section a.follow-us {
    width: 400px;
  }

  .services-left h2 {
    font-size: 36px;
    line-height: normal;
  }

  .services-left p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px !important;
  }

}

@media only screen and (max-width: 1200px) {
  .read-btn {
    padding: 12px 16px;
    font-size: 18px;
    line-height: normal;
  }

  .services-left {
    max-width: 380px;
  }

  .service-box h4 {
    font-size: 20px;
    line-height: 140%;
  }

  .instagram-section .instagram-section-details h2 {
    margin-bottom: 10px;
  }

  .instagram-section .instagram-section-details p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px !important;
  }

  .instagram-section .instagram-section-details a,
  .instagram-section a.follow-us {
    padding: 15px;
    margin-top: 00px;
    font-size: 14px;
  }

  .instagram-section .instagram-images {
    padding: 20px 0 0 20px;
  }

  .instagram-section .instagram-images div#insta-feed>div span.slide-page {
    margin-right: 20px;
  }

  .improvement-box {
    font-size: 16px;
    line-height: 28px
  }

  .service-box {
    width: 48.5%;
  }

}

/* .main-header .mobile_nav_center .site-logo, .mobile_nav_center .site-logo{
  width: 90%;
} */


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

  /*   .header-full-width .main-header > .container{width:100% !important;} */
  /*   .template-product-clear-skin-redesign .basel-main-logo{margin-right: -70px !important;} */
  .template-product-clear-skin-redesign .skio-group-topline {
    font-size: 16px !important;
  }

  .template-product-clear-skin-redesign.sticky-toolbar-true .scrollToTop {
    bottom: 85px;
    right: 27px;
  }

  .template-product-clear-skin-redesign .basel-close-side {
    top: -76px;
  }


}

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

  /*   .template-product-clear-skin-redesign .main-header:not(.header-menu-top) .site-logo img { max-width: 196px; } */
  .skin-improvents-left-inner h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .skin-improvents-left-inner ul li {
    margin-top: 10px;
  }

  .improvement-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .improvement-content p {
    font-size: 16px;
    line-height: 20px;
  }

  .improvement-box {
    margin-right: 15px;
    padding: 15px;
  }

  .services-outer {
    flex-wrap: wrap;
  }

  .services-left {
    padding-bottom: 30px;
    max-width: 350px;
  }

  .services-left h2 {
    font-size: 38px;
    line-height: normal;
  }

  .services-left p {
    font-size: 20px;
    line-height: normal;
  }

  .instagram-section .instagram-section-details a,
  .instagram-section a.follow-us {
    margin-top: 0px;
  }

  .services-left {
    max-width: 40%;
  }

  .services-right {
    max-width: 58%;
  }

  .service-box {
    padding: 15px;
  }

  .instagram-section .instagram-section-details {
    padding: 20px 30px;
  }

  .product-top-sec {
    margin-top: 85px;
  }
}

@media only screen and (min-width: 768px) {
  .follow-us.mobile-btn {
    display: none;
  }
}

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

  /*   .template-product-clear-skin-redesign .main-header:not(.header-menu-top) .site-logo img { max-width: 103px !important; } */
  .template-product-clear-skin-redesign.header-banner-display .website-wrapper .header-banner h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
  }

  /*   .template-product-clear-skin-redesign.sticky-header-prepared .header-shop {
/*     top: 48px; */
  /*top: 0;
  } */
  .template-product-clear-skin-redesign.header-banner-display .website-wrapper .mobile_nav_center .right-column svg {
    width: 24px;
    height: 25px;
  }

  .template-product-clear-skin-redesign.header-banner-display .website-wrapper .mobile_nav_center .right-column ul {
    padding: 10px 0;
  }

  /*   .template-product-clear-skin-redesign .right-column>div {
    margin-left: 10px;
  }
  .template-product-clear-skin-redesign.header-banner-display .website-wrapper .mobile_nav_center .right-column .basel-cart-number {
    top: -8px;
  } */
  .template-product-clear-skin-redesign.header-banner-display .website-wrapper {
    /*     margin-top: 100px; */
    /*     margin-top: 55px; */
  }

  .upper-guarentee-outer {
    justify-content: center;
    text-align: center;
  }

  .upper-guarantee {
    padding: 17px 0;
  }

  .guarentee-inner-box {
    flex-direction: column;
    padding: 0 23px;
  }

  .guarentee-inner-box figure {
    margin-right: 0;
    margin-bottom: 10px;
    width: 22px;
  }

  .upper-guarantee.mob-sec .guarentee-inner-box figure span {
    display: none;
  }

  .guarentee-inner-box figure span {
    display: none !important;
  }

  .guarentee-inner-box figure .icon {
    display: inline-block;
  }

  .guarentee-inner-box p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .template-product-clear-skin-redesign .modal-wrapper {
    width: 95%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
  }

  .guarentee-inner-box:nth-child(3) {
    width: 25%;
  }

  .upper-guarantee.mob-sec {
    padding: 20px 0;
  }

  .upper-guarantee.mob-sec {
    display: block;
    margin: 12px -15px 0;
    width: auto;
  }

  .upper-guarantee.mob-sec .guarentee-inner-box {
    flex-direction: inherit;
  }

  .upper-guarantee.mob-sec .guarentee-inner-box figure {
    margin-right: 12px;
    margin-bottom: 0;
  }

  .upper-guarantee.mob-sec .guarentee-inner-box br {
    display: none;
  }

  .upper-guarantee.mob-sec .guarentee-inner-box .modal-toggle {
    margin-left: 16px;
  }

  .upper-guarantee.mob-sec .guarentee-inner-box figure .icon {
    border-radius: 0 !important;
  }

  .upper-guarantee.mob-sec .guarentee-inner-box p,
  .upper-guarantee.mob-sec .guarentee-inner-box .modal-toggle {
    font-weight: 500;
    color: #000;
  }

  .clearer-skin-sec {
    background: unset;
    padding: 0;
    padding-bottom: 100%;
  }

  .skin-content-outer {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    padding: 20px;
  }

  .skin-content-outer ul {
    display: none;
  }

  .skin-bottom-outer {
    display: none;
  }

  .skin-content-outer h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    text-align: left;
  }

  .video-bottom-sec {
    display: block;
  }

  .template-product-clear-skin-redesign .video-bottom-sec p span {
    color: #183f35;
  }

  .template-product-clear-skin-redesign .video-bottom-sec a {
    background-color: #7FF06B;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 4px;
    margin: 30px auto;
    display: block;
  }

  .template-product-clear-skin-redesign .video-bottom-sec p {
    margin-top: 15px !important;
  }

  .template-product-clear-skin-redesign .page-width {
    padding: 0 15px;
  }

  .template-product-clear-skin-redesign .footer-container .footer-column p,
  .template-product-clear-skin-redesign .footer-container .footer-column a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  .template-product-clear-skin-redesign .footer-container .footer-column img {
    max-width: 135px !important;
  }

  .template-product-clear-skin-redesign .footer-container .widget-area {
    padding: 25px 0 5px;
  }

  .template-product-clear-skin-redesign.sticky-toolbar-true {
    padding-bottom: 0;
  }

  .template-product-clear-skin-redesign .footer-container .footer-column {
    margin-bottom: 0px;
  }

  /*   .template-product-clear-skin-redesign .site-logo a { margin-right: 135px; } */

  .instagram-section .instagram-section-details h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .instagram-section .instagram-section-details p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px !important;
  }

  .instagram-section .instagram-section-details a,
  .instagram-section a.follow-us {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    width: 350px;
    padding: 14px 0;
  }

  .new-faq-sec {
    text-align: left;
    padding: 25px 0;
  }

  .new-faq-sec h2 {
    color: #183f35;
    font-size: 24px;
    line-height: 32px;
  }

  .new-faq-outer {
    margin-top: 15px;
  }

  .accordion-list {
    margin-bottom: 20px;
  }

  .accordion-head {
    color: #B5EDA6;
    padding-bottom: 5px;
  }

  .accordion-head p {
    color: #183f35;
    font-size: 16px;
    line-height: 24px;
  }

  .accordion-body span {
    font-size: 14px;
    line-height: 22px;
  }

  .accordion-list.active p:after {
    content: '-';
    width: auto;
    height: auto;
    background-image: none;
  }

  .accordion-list.active span p:after {
    content: '' !important
  }

  .accordion-head p:after {
    width: auto;
    height: auto;
    content: '+';
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    background-image: none;
  }

  .marquee-sec {
    padding: 22px 0;
  }

  .marquee-outer ul li {
    font-size: 16px;
    line-height: 24px;
    margin-right: 35px;
  }

  .marquee-outer ul li:after {
    right: -21px;
    width: 8px;
    height: 8px;
  }

  .bundle-and-save-section {
    padding: 35px;
  }

  .bundle-and-save-section h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .bundle-and-save-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .bandle-save-outer {
    margin-top: 20px;
    flex-direction: column;
  }

  .bandle-save-left-cont {
    margin: auto auto 24px auto;
  }

  .bandle-save-left-cont {
    max-width: 60%;
  }

  .bandle-save-left-cont figure i {
    width: 80px;
    height: 80px;
    top: 10px;
  }

  .bandle-save-right-cont {
    max-width: 100%;
  }

  .bandle-save-right-cont h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .bandle-save-right-cont .product-rating {
    margin-bottom: 5px;
  }

  .bandle-save-right-cont .product-rating .loox-rating .loox-icon {
    font-size: 14px;
  }

  .bandle-save-right-cont .product-rating span {
    font-size: 14px;
    line-height: 22px;
  }

  .bandle-save-right-cont p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px !important;
  }

  .bandle-save-right-cont .btn {
    font-size: 14px;
    line-height: 20px;
  }

  .bandle-save-right-cont .verified-buyer {
    display: none;
  }

  .extra-icon-sec {
    padding: 14px 0;
    overflow: hidden;
  }

  .icon-section-outer {
    transform: translate3d(0%, 0, 0);
    will-change: transform;
    /* animation: marquee 15s linear infinite; */
  }

  .icon-box {
    margin-right: 25px;
  }

  .icon-box i {
    width: 22px;
    height: 22px;
  }

  .icon-box span {
    font-size: 14px;
    line-height: 22px;
  }

  .product-left-cont figure {
    width: auto;
  }

  .prodcut-top-outer {
    flex-direction: column;
  }

  .product-left-cont,
  .product-right-cont {
    max-width: 100%;
  }

  .product-left-cont figure {
    width: 50% !important;
  }

  .improvement-box {
    /*min-height: 350px;*/
  }

  .data-slider .owl-stage-outer {
    height: 27px;
  }

  .data-slider.owl-carousel.owl-drag .owl-item {
    margin-right: 27px !important;
  }

}

@media only screen and (min-width: 570px) {
  .mobile-view {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .skin-improvents-left {
    max-width: 100%;
    padding-left: 0;
  }

  .skin-improvents-right {
    max-width: 100%;
    width: 100%;
    position: static;
    right: 0;
  }

  .skin-improvents-left-inner {
    display: none;
  }

  .skin-improvents-outer {
    flex-wrap: wrap;
  }


  .skin-improvents-left-inner-inmobile {
    display: block;
    background: #183F35;
    margin: 0 0;
    padding: 20px 30px;
  }

  .skin-improvents-sec .page-width {
    padding: 0 0;
  }

  .skin-improvents-left-inner-inmobile h2 {
    color: #fff;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 6px;
    max-width: 300px;
  }

  .skin-improvents-left-inner-inmobile p {
    color: #fff;
  }

  .improvement-content h2 {
    font-size: 18px;
    line-height: normal;
  }

  .improvement-content p {
    font-size: 14px;
    line-height: 18px;
    height: auto;
    order: 1;
  }

  .improvement-content {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .improvement-content h5 {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 0;
  }

  .improvement-top-outer figure {
    width: 48.5%;
    /* height: 160px; */
  }

  .improvement-box {
    margin-right: 0;
    padding: 15px;
    border-radius: 0;
    margin: 0 -1px
  }

  .services-left h2 br {
    display: none;
  }

  .services-left h2 {
    font-size: 28px;
    max-width: 330px;
  }

  .services-left p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 12px !important;
  }

  .services-left a.link-btn {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }

  .services-right {
    display: none;
  }

  .services-left {
    padding-right: 0;
    padding-bottom: 0;
    max-width: 100%;
  }

  .mob-serv-right {
    display: block;
    margin: 0 -15px;
    margin-bottom: 20px;
  }

  .service-box {
    width: auto;
    color: #000;
    padding: 17px 15px;
    border: 1px solid #000;
    text-align: left;
    background-color: #fff;
    margin: 0 0;
  }

  .service-box p {
    margin-bottom: 0 !important;
  }

  .icon-with-txt {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 11px;
  }

  .icon-with-txt span {
    font-size: 14px;
    line-height: normal;
    color: #B5EDA6;
    font-weight: 600;
  }

  .service-box h4 {
    font-size: 18px;
    color: #183F35;
    max-width: 140px;
    margin-bottom: 0;
  }

  .icon-with-txt i {
    width: 73px;
    height: 73px;
    margin-bottom: 0;
    order: 1;
    border: 1px solid #000;
    border-radius: 100%;
    background: #F7FFF8;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .services-left .service-box p {
    font-size: 14px;
    color: #000000;
    line-height: 140%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 58px;
  }

  .mob-serv-right>h3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
    display: block;
    padding-left: 15px;
    font-size: 16px;
  }

  .prodcut-top-outer {
    flex-wrap: wrap;
  }

  .product-left-cont {
    max-width: 100%;
  }

  .product-right-cont {
    max-width: 100%;
    padding: 15px 0 0 0;
  }

  .product-content h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 2px;
  }

  .product-content span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
  }

  .product-content p {
    font-size: 14px;
    line-height: 150%;
  }

  .icon-with-txt i img.for-mobile {
    display: block;
    max-width: 45px;
    height: auto;
  }

  .icon-with-txt i img.for-desktop {
    display: none;
  }

  .skin-improvents-sec {
    padding: 0px 0 0;
  }

  .tab button {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }

  .tab button.active {
    color: #B5EDA6;
  }

  .benefit-list {
    padding-left: 0px;
  }

  .benefit-list ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 24px;
    padding-left: 14px;
  }

  .benefit-list ul li:before {
    width: 6px;
    height: 6px;
  }

  .benefit-list strong {
    color: #183f35;
    font-size: 14px;
    line-height: 22px;
    text-align: center !important;
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }

  .template-product-clear-skin-redesign .button.ajax_form_cart {
    font-size: 14px !important;
    line-height: 32px !important;
    padding: 8px 2px !important;
  }

  .tab_section {
    margin-top: 10px;
  }

  .tab-review {
    height: auto;
  }

  .template-product-clear-skin-redesign .skio-group-topline {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .skio-group-label {
    overflow: visible !important;
  }

  .skio-radio__container {
    position: relative;
    top: -1px;
  }

  .product-subscrbe-form .variant-options label {
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .product-subscrbe-form .variant-options label span {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }

  .product-subscrbe-form form>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product-subscrbe-form form>div .variant-options input {
    margin: 0 0 6px 0 !important;
  }

  .product-subscrbe-form form>div .variant-options {
    width: 50%;
    max-width: calc(50% - 5px);
    margin-bottom: 0;
    padding: 10px 10px;
    display: block;
    text-align: center;
  }

  .upper-guarentee-outer {
    justify-content: center;
    padding: 0 0;
    max-width: 100%;
    margin: 0 auto;
    gap: 46px;
  }

  .guarentee-inner-box {
    padding: 0;
  }

  .skin-content-outer {
    padding: 15px;
    left: 0;
  }

  .bandle-save-outer {
    max-width: 282px;
    margin: 0 auto;
  }

  .instagram-section .instagram-section-details {
    width: 100%;
    /* padding-left: 30px; padding-right: 0;  */
    padding: 38px 30px 16px;
  }

  section.instagram-section.flex {
    flex-wrap: wrap;
  }

  .instagram-section .instagram-images {
    padding: 0 0 30px 30px;
    width: 100%;
    background-color: #b5eda6;
  }

  .instagram-section .instagram-images .slide-page .instafeed-container {
    border-radius: 8px;
    overflow: hidden;
  }

  .follow-us.desktop-btn {
    display: none;
  }

  .instagram-section .margin-right {
    background-color: #b5eda6;
    width: 100%;
    padding: 0 30px 30px;
  }

  .instagram-section .instagram-section-details p {
    margin-bottom: 0 !important;
  }

  .template-product-clear-skin-redesign .product-reviews {
    padding-top: 20px;
  }

  .template-product-clear-skin-redesign .product-reviews p {
    font-size: 18px;
    line-height: 28px;
  }

  .template-product-clear-skin-redesign .product-reviews h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
  }

  .guarentee-inner-box img {
    height: 20px;
    width: 20px;
  }
}

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

  /*   .template-product-clear-skin-redesign .site-logo a { margin-right: -60px !important; } */
  .desktop-view {
    display: none;
  }

  .product-left-cont figure {
    width: 100% !important;
    height: 350px;
  }

  .product-left-cont figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .save-icon::after {
    width: 95px;
    height: 95px;
    right: 12px;
    top: 10px;
    left: auto;
  }

  .product-content h2 {
    line-height: 32px;
  }

  .product-content {
    margin-bottom: 10px;
  }

  .variant-options.active label>span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .variant-options.active label>span .varint-wash {
    color: rgba(0, 0, 0, 0.25);
  }

  /* .variant-options label span:last-child{display:none;} */
  .variant-options label>span .varint-wash {
    display: block;
  }

  .template-product-clear-skin-redesign .skio-plan-picker {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .benefit-list strong {
    margin-top: 24px;
  }

  .benefit-list ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .skin-content-outer h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .template-product-clear-skin-redesign .video-bottom-sec p span {
    font-weight: bold;
  }

  .skin-improvents-left-inner-inmobile h2 {
    line-height: 36px;
  }

  .improvement-content h2P {
    line-height: 28px;
  }

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

  .services-left h2 {
    line-height: 32px;
  }

  .services-section {
    background: url(mob-slider-img.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .service-box:first-child,
  .service-box:nth-child(2) {
    margin-top: 6px;
  }

  .icon-with-txt span {
    line-height: 18px;
  }

  .service-box h4 {
    line-height: 24px;
  }

  .owl-carousel .owl-dots {
    margin-top: 10px;
  }

  .services-left a.link-btn {
    text-decoration: none !important;
  }

  .services-left a.link-btn:hover {
    border-color: #8DF063 !important;
  }

  .bundle-and-save-section p {
    font-size: 18px;
  }

  .bandle-save-outer {
    margin-top: 20px;
  }

  .bandle-save-outer {
    max-width: 100%;
    width: 100%;
  }

  .bandle-save-left-cont {
    max-width: 80%;
  }

  .bandle-save-right-cont .product-rating {
    align-items: center !important;
  }

  .bandle-save-right-cont,
  .bandle-save-right-cont p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .bandle-save-right-cont form {
    margin-top: 15px !important;
  }

  .new-faq-sec h2 {
    margin-bottom: 15px;
  }

  .accordion-body span {
    color: #000;
  }

  .instagram-section .instagram-section-details {
    padding: 38px 30px 16px;
  }

  .instagram-section .instagram-section-details h2 {
    margin-bottom: 10px;
  }

  .instagram-section .instagram-section-details a,
  .instagram-section a.follow-us {
    width: 100%;
  }

  .instagram-section .instagram-images {
    padding-bottom: 20px;
    background-color: #b5eda6;
    padding-left: 30px;
  }

  .template-product-clear-skin-redesign .footer-container .footer-column img {
    max-width: 150px !important;
  }

  .instagram-section .margin-right {
    background-color: #b5eda6;
    width: 100%;
    padding: 0 30px 30px;
  }

  .product-subscrbe-form .variant-options label span {
    margin-left: 5px;
  }

  .variant-options input:checked+label {
    font-weight: 700;
    color: #183F35;

  }

  .variant-options input+label {
    font-weight: 500;
    color: #000000;

  }

  .product-subscrbe-form .variant-options label {
    margin-top: 5px;
  }

  .variant-options input:checked+label .flex_new_div span {
    font-weight: 700;
    color: #183F35;
  }

  .price_div {
    margin-bottom: 0 !important;
  }

  .product-subscrbe-form .variant-options label span {
    /* color:#000000; */
  }

  .module.gf_module-left.gf_module-left-lg {
    width: 100% !important;
  }

  .tab-ingredient p {
    font-size: 14px;
  }
}

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

  /*   .template-product-clear-skin-redesign .site-logo a { margin-right: -65px !important; } */
  .bandle-save-left-cont {
    max-width: 80%;
  }

  .product-left-cont figure {
    height: 320px;
  }

  .template-product-clear-skin-redesign .skio-plan-picker {
    flex-direction: column !important;
    margin-bottom: 24px;
  }

  .mobile_nav_center .one {
    width: 20% !important;
  }

  /*   .template-product-clear-skin-redesign .main-header:not(.header-menu-top) .site-logo img{max-width: 90px !important;}   */
}

@media only screen and (max-width: 400px) {
  .template-product-clear-skin-redesign.header-banner-display .website-wrapper .header-banner h2 {
    font-size: 16px;
  }

  .instagram-section .instagram-section-details a,
  .instagram-section a.follow-us {
    width: 100%;
  }

  .bundle-and-save-section {
    padding-left: 0;
    padding-right: 0;
  }

  /* .improvement-box{  min-height: 370px;} */
  .services-left .service-box p {
    min-height: inherit;
  }

  .product-left-cont figure {
    height: 300px;
  }
}

@media only screen and (max-width: 360px) {
  /*   .template-product-clear-skin-redesign .site-logo a { margin-right: -65px !important; } */
}

@media only screen and (max-width: 320px) {
  /*   .template-product-clear-skin-redesign .site-logo a { margin-right: -35px !important; } */
}




@media (min-aspect-ratio: 16/9) {
  .clearer-skin-sec .video-container iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .clearer-skin-sec .video-container iframe {
    width: 177.78vh;
  }
}


/* a.scrollToTop.basel-tooltip.button-show,
aside.footer-sidebar.widget-area.row, 
div#gorgias-chat-container, */
.template-product-clear-skin-redesign .sticky-nt-atc.jas-sticky-nt-atc.pf.bottom.sticky_add_mobile.popup-display {
  display: none !important;
}

.template-product-clear-skin-redesign .footer-container .footer-column {
  margin-bottom: 0;
}



/*----------------------------- Copy of Clear Skin All-Stars------------------------- */


.reviews-tab {
  padding: 19px;
  border: 0.5px solid #183F35;
  border-radius: 8px;
}

.reviews-tab {
  padding: 19px;
  border: 0.5px solid #183F35;
  border-radius: 8px;
}

.reviews-tab .flex.reviewer-details {
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}

.reviews-tab .flex.reviewer-details img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.reviews-tab a.scroll-animate {
  text-decoration: underline;
  text-underline-position: under;

}

.reviews-tab span.stars i:before {
  color: #B5EDA6;
}

.reviews-tab h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.new-faq-outer .accordion-list ul {
  font-size: 18px !important;
}

.skin-improvents-outer a,
.breakouts {
  pointer-events: none !important;
  font-weight: 600 !important;
}

.template-product-clear-skin-redesign .owl-carousel div.owl-item img {
  width: 100%;
}