/* announcement-bar css start here */
.announcement-bar {
  padding: 21px 0;
  background-color: #000;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .announcement-bar {
    padding: 1.458vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .announcement-bar {
    padding: 16px 0;
  }
}
.announcement-bar .description p {
  font-family: "AvenirLTStd", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .announcement-bar .description p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .announcement-bar .description p {
    font-size: 14px;
    text-transform: lowercase;
  }
}

/* announcement-bar css END here */
/* usp-slider css start here */
.usp-slider {
  padding: 20px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .usp-slider {
    padding: 1.389vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .usp-slider {
    padding: 15px 0;
  }
}
.usp-slider__wrap {
  display: none;
}
.usp-slider__wrap.slick-initialized {
  display: block;
}
@media only screen and (min-width: 992px) {
  .usp-slider__wrap {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.usp-slider__wrap-box {
  padding-right: 56.5px;
  margin-right: 56.5px;
  position: relative;
}
.usp-slider__wrap-box-item {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .usp-slider__wrap-box {
    padding-right: 3.924vw;
    margin-right: 3.924vw;
  }
}
@media only screen and (max-width: 991px) {
  .usp-slider__wrap-box {
    padding-right: 19px;
    margin-right: 19px;
  }
  .usp-slider__wrap-box:last-child {
    padding-right: 19px;
    margin-right: 19px;
  }
}
.usp-slider__wrap-box:last-child {
  margin-right: 0;
  padding-right: 0;
}
.usp-slider__wrap-box:last-child::after {
  display: none;
}
.usp-slider__wrap-box::after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .usp-slider__wrap-box::after {
    width: 0.139vw;
    height: 2.083vw;
  }
}
@media only screen and (max-width: 991px) {
  .usp-slider__wrap-box::after {
    width: 1px;
  }
}
.usp-slider__wrap-box figure {
  width: 100%;
  max-width: 28px;
  margin-right: 7px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .usp-slider__wrap-box figure {
    max-width: 1.944vw;
    margin-right: 0.486vw;
  }
}
@media only screen and (max-width: 991px) {
  .usp-slider__wrap-box figure {
    max-width: 20px;
  }
}
.usp-slider__wrap-box .des-secondary {
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  .usp-slider__wrap-box .des-secondary {
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .page-template-page-advertorial .usp-slider {
    background-color: #F3F1EF;
  }
}

.page-template-page-quiz .usp-slider.bg-gray, .page-template-page-steps .usp-slider.bg-gray {
  display: none;
}
@media only screen and (max-width: 991px) {
  .page-template-page-quiz .usp-slider.bg-gray, .page-template-page-steps .usp-slider.bg-gray {
    display: block;
  }
}

/* usp-slider css END here */
/* header css start here */
.header {
  padding: 33.5px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .header {
    padding: 2.326vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 18.5px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header .cus-container {
    padding: 0 28px;
  }
}
.header__wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header__wrap-logo {
  width: 100%;
  max-width: 103px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .header__wrap-logo {
    max-width: 7.153vw;
  }
}
@media only screen and (max-width: 991px) {
  .header__wrap-logo {
    max-width: 63px;
  }
}
.header__wrap-link {
  width: 100%;
  max-width: calc(100% - 103px);
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .header__wrap-link {
    max-width: calc(100% - 7.153vw);
  }
}
.header__wrap-link.show {
  opacity: 1;
  pointer-events: all;
  right: 0;
  visibility: visible;
}
.header__wrap-link .close-icon {
  width: 100%;
  max-width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.header__wrap-link .close-icon svg {
  fill: #fff;
}
@media only screen and (max-width: 991px) {
  .header__wrap-link {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    background: linear-gradient(90deg, #395427 0%, #689640 100%);
    z-index: 3;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
    -ms-transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .header__wrap-link-wrap {
    width: 100%;
    height: 100%;
    padding: 50px 20px;
  }
}
.header__wrap-link-wrap nav ul {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header__wrap-link-wrap nav ul {
    flex-direction: column;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.header__wrap-link-wrap nav ul li {
  margin-right: 34px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .header__wrap-link-wrap nav ul li {
    margin-right: 2.361vw;
  }
}
@media only screen and (max-width: 991px) {
  .header__wrap-link-wrap nav ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .header__wrap-link-wrap nav ul li:last-child {
    margin-bottom: 0;
  }
}
.header__wrap-link-wrap nav ul li:last-child {
  margin-right: 0;
}
.header__wrap-link-wrap nav ul li a {
  font-family: "Fraunces", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .header__wrap-link-wrap nav ul li a {
    font-size: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .header__wrap-link-wrap nav ul li a {
    color: #fff;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .header__wrap-link-wrap nav ul li a {
    position: relative;
  }
  .header__wrap-link-wrap nav ul li a::after {
    content: " ";
    position: absolute;
    width: 0;
    bottom: -2px;
    left: 0;
    background-color: #000;
    transition: 0.4s all ease-in-out;
    z-index: 1;
    height: 1px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1440px) and (min-width: 992px) {
  .header__wrap-link-wrap nav ul li a::after {
    bottom: -0.139vw;
    height: 0.069vw;
  }
}
@media only screen and (min-width: 992px) {
  .header__wrap-link-wrap nav ul li a:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .header__wrap .hamburger-icon {
    width: 21px;
  }
}

.menu-overlay::after {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.scroll_hidden {
  overflow: hidden;
}

.page-template-page-faq .header,
.page-template-page-contact .header,
.page-template-page-company-info .header,
.post-type-archive-product .header {
  background-color: #ECE9E6;
}

.blog .header, .single-post {
  background-color: #EDEAE7;
}

@media only screen and (max-width: 991px) {
  .single-post .header, .blog .header, .post-type-archive-product .header {
    background-color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .page-template-page-contact .header, .page-template-page-company-info .header {
    background-color: #FFFEFE;
  }
}

.page-template-page-quiz .header, .page-template-page-steps .header {
  display: none;
}

/* header css END here */
/* banner css start here */
.banner {
  padding: 30px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner {
    padding: 2.083vw 0 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    padding: 12px 0 31px;
  }
}
.banner__wrap {
  width: 100%;
  max-width: 834px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__wrap {
    max-width: 57.917vw;
  }
}
.banner__wrap .rating {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__wrap .rating {
    margin-bottom: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__wrap .rating {
    margin-bottom: 12px;
  }
}
.banner__wrap .rating li {
  max-width: 13px;
  min-width: 13px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__wrap .rating li {
    max-width: 0.903vw;
    min-width: 0.903vw;
  }
}
.banner__wrap .rating p {
  font-size: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__wrap .rating p {
    font-size: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__wrap .sec-heading {
    padding: 0 10px;
  }
}
.banner__wrap .sec-heading .heading-xl {
  margin-bottom: 17px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__wrap .sec-heading .heading-xl {
    margin-bottom: 1.181vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__wrap .sec-heading .heading-xl {
    margin-bottom: 12px;
  }
}
.banner__wrap .sec-heading .des-primary {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__wrap .sec-heading .des-primary {
    max-width: 47.222vw;
  }
}
.banner__wrap .banner-btn {
  margin-top: 34px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__wrap .banner-btn {
    margin-top: 2.361vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__wrap .banner-btn {
    margin-top: 22px;
  }
}
.banner__slider {
  width: 100%;
  max-width: 1440px;
  margin: 48px auto 0;
  min-height: 495px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__slider {
    max-width: 100vw;
    margin: 3.333vw auto 0;
    min-height: 34.375vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__slider {
    margin-top: 22px;
    min-height: 365px;
  }
}
@media only screen and (max-width: 575px) {
  .banner__slider {
    min-height: 231px;
  }
}
.banner__slider-wrap {
  width: 100%;
  max-width: 278px;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__slider-wrap {
    max-width: 19.306vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__slider-wrap {
    width: 228px;
  }
}
@media only screen and (max-width: 575px) {
  .banner__slider-wrap {
    width: 130px;
  }
}
.banner__slider-wrap.slick-initialized {
  display: block;
}
.banner__slider-wrap .slick-list {
  overflow: visible;
  padding: 0 !important;
}
.banner__slider-wrap .slick-track {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.banner__slider-img {
  margin: 0 6px;
  height: 310px !important;
  width: 178px !important;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__slider-img {
    margin: 0 0.417vw;
    height: 21.528vw !important;
    width: 12.361vw !important;
  }
}
@media only screen and (max-width: 991px) {
  .banner__slider-img {
    height: 240px !important;
    width: 148px !important;
    margin: 0 4px;
  }
}
@media only screen and (max-width: 575px) {
  .banner__slider-img {
    width: 83px !important;
    height: 143px !important;
  }
}
.banner__slider-img:nth-child(odd) {
  margin-bottom: 117px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__slider-img:nth-child(odd) {
    margin-bottom: 8.125vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__slider-img:nth-child(odd) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .banner__slider-img:nth-child(odd) {
    margin-bottom: 46px;
  }
}
.banner__slider-img:nth-child(even) {
  margin-top: 41px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__slider-img:nth-child(even) {
    margin-top: 2.847vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__slider-img:nth-child(even) {
    margin-top: 31px;
  }
}
.banner__slider-img figure {
  width: 100%;
  height: 100%;
}
.banner__slider-img figure img {
  border-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__slider-img figure img {
    border-radius: 5.556vw;
  }
}
@media only screen and (max-width: 575px) {
  .banner__slider-img figure img {
    border-radius: 34px;
  }
}
.banner__slider-img.slick-custom-active {
  height: 495px !important;
  width: 278px !important;
  border-radius: 150px;
  margin-bottom: 0;
  margin-top: 0;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__slider-img.slick-custom-active {
    height: 34.375vw !important;
    width: 19.306vw !important;
    border-radius: 10.417vw;
  }
}
@media only screen and (max-width: 991px) {
  .banner__slider-img.slick-custom-active {
    height: 365px !important;
    width: 228px !important;
  }
}
@media only screen and (max-width: 575px) {
  .banner__slider-img.slick-custom-active {
    width: 130px !important;
    height: 231px !important;
  }
}
.banner__slider-img.slick-custom-active figure img {
  border-radius: 150px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .banner__slider-img.slick-custom-active figure img {
    border-radius: 10.417vw;
  }
}
@media only screen and (max-width: 575px) {
  .banner__slider-img.slick-custom-active figure img {
    border-radius: 100px;
  }
}

/* banner css END here */
/* simple-steps css start here */
.simple-steps {
  padding: 40px 0 80px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps {
    padding: 2.778vw 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps {
    padding: 32px 0;
  }
}
.simple-steps .rating {
  display: none;
}
@media only screen and (max-width: 991px) {
  .simple-steps .rating {
    margin-bottom: 12px;
    display: flex;
  }
}
.simple-steps .sec-heading {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps .sec-heading {
    margin-bottom: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps .sec-heading {
    margin-bottom: 32px;
  }
}
.simple-steps .sec-heading .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps .sec-heading .heading-xl {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps .sec-heading .heading-xl {
    margin-bottom: 12px;
  }
}
.simple-steps .sec-heading .heading-xl strong {
  display: block;
}
.simple-steps .sec-heading .des-primary {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps .sec-heading .des-primary {
    max-width: 41.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps .sec-heading .des-primary {
    padding: 0 10px;
  }
}
.simple-steps__wrap {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
  counter-reset: section;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap {
    max-width: 74.722vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps__wrap {
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.simple-steps__wrap .box {
  width: 100%;
  max-width: 310px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap .box {
    max-width: 21.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps__wrap .box {
    margin-bottom: 24px;
  }
  .simple-steps__wrap .box:last-child {
    margin-bottom: 0;
  }
}
.simple-steps__wrap .box:last-child .box__img::after {
  display: none;
}
.simple-steps__wrap .box__img {
  width: 100%;
  max-width: 180px;
  height: 180px;
  border-radius: 100%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
.simple-steps__wrap .box__img::after {
  content: " ";
  position: absolute;
  width: 113%;
  height: 4px;
  background-color: #E0E0E0;
  right: -113%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap .box__img::after {
    height: 0.278vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps__wrap .box__img::after {
    display: none;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap .box__img {
    max-width: 12.5vw;
    height: 12.5vw;
  }
}
.simple-steps__wrap .box__img figure {
  width: 100%;
  max-width: 85px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap .box__img figure {
    max-width: 5.903vw;
  }
}
.simple-steps__wrap .box__text .number {
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  margin: -25px auto 19px;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap .box__text .number {
    width: 2.778vw;
    height: 2.778vw;
    margin: -1.736vw auto 1.319vw;
  }
}
.simple-steps__wrap .box__text .number::before {
  counter-increment: section;
  content: counter(section);
  font-family: "Fraunces", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap .box__text .number::before {
    font-size: 1.389vw;
  }
}
.simple-steps__wrap .box__text h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 1.23;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap .box__text h3 {
    font-size: 1.806vw;
    margin-bottom: 1.042vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps__wrap .box__text h3 {
    font-size: 24px;
  }
}
.simple-steps__wrap .box__text .des-primary {
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__wrap .box__text .des-primary {
    max-width: 17.361vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps__wrap .box__text .des-primary {
    padding: 0 5px;
  }
}
.simple-steps__btn {
  margin-top: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps__btn {
    margin-top: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps__btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps--pdp.bg-white-gradient {
    background: linear-gradient(180deg, #ECE9E6 0%, #FFFFFF 100%);
  }
}
.simple-steps--ambassador {
  padding: 20px 0 80px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps--ambassador {
    padding: 1.389vw 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps--ambassador {
    padding: 20px 0 59px;
  }
}
.simple-steps--ambassador .sec-heading .heading-xl strong {
  display: inline;
}
.simple-steps--ambassador .simple-steps__wrap .box__text h3 {
  max-width: 290px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps--ambassador .simple-steps__wrap .box__text h3 {
    max-width: 20.139vw;
    margin: 0 auto 1.042vw;
  }
}
@media only screen and (max-width: 991px) {
  .simple-steps--ambassador .simple-steps__wrap .box__text h3 {
    max-width: 270px;
  }
}
.simple-steps--ambassador .simple-steps__wrap .box__text .des-primary {
  max-width: 260px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .simple-steps--ambassador .simple-steps__wrap .box__text .des-primary {
    max-width: 18.056vw;
  }
}

/* simple-steps css END here */
/* about-product css start here */
.about-product {
  padding: 20px 0 100px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product {
    padding: 1.389vw 0 6.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product {
    padding: 32px 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .about-product .cus-container {
    padding: 0 26px;
  }
}
.about-product .sec-heading {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product .sec-heading {
    margin-bottom: 2.917vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product .sec-heading {
    margin-bottom: 32px;
  }
}
.about-product .sec-heading .heading-xl {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product .sec-heading .heading-xl {
    margin-bottom: 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product .sec-heading .heading-xl {
    margin-bottom: 12px;
  }
}
.about-product .sec-heading .des-primary {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product .sec-heading .des-primary {
    max-width: 41.667vw;
  }
}
.about-product__wrap {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .about-product__wrap {
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.about-product__wrap .about-product-col {
  width: 100%;
  max-width: 35.3%;
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col {
    order: 2;
    max-width: 47%;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col:last-child {
    order: 3;
  }
}
.about-product__wrap .about-product-col:last-child .item__wrap {
  padding-left: 65px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-col:last-child .item__wrap {
    padding-left: 4.514vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col:last-child .item__wrap {
    padding-left: 0;
  }
}
.about-product__wrap .about-product-col:last-child .item .description {
  padding-left: 125px;
  max-width: 397px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-col:last-child .item .description {
    padding-left: 8.681vw;
    max-width: 27.569vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col:last-child .item .description {
    padding-left: 0;
    max-width: 100%;
  }
}
.about-product__wrap .about-product-col .item {
  margin-bottom: 63px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-col .item {
    margin-bottom: 4.375vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col .item {
    margin: 0 0 35px;
  }
}
.about-product__wrap .about-product-col .item:last-child {
  margin-bottom: 0;
}
.about-product__wrap .about-product-col .item__wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-col .item__wrap {
    padding-bottom: 0.625vw;
    margin-bottom: 0.625vw;
    border-bottom: 0.069vw solid #D9D9D9;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col .item__wrap {
    flex-direction: column;
    border-bottom: none;
    padding: 0;
    margin-bottom: 12px;
  }
}
.about-product__wrap .about-product-col .item__wrap-img {
  width: 100%;
  max-width: 45px;
  min-width: 45px;
  margin-right: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-col .item__wrap-img {
    max-width: 3.125vw;
    min-width: 3.125vw;
    margin-right: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col .item__wrap-img {
    margin: 0 0 12px;
  }
}
.about-product__wrap .about-product-col .item__wrap-heading {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.about-product__wrap .about-product-col .item__wrap-heading h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-col .item__wrap-heading h3 {
    font-size: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col .item__wrap-heading h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.18;
  }
}
.about-product__wrap .about-product-col .item .description {
  padding-left: 59px;
  width: 100%;
  max-width: 340px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-col .item .description {
    padding-left: 4.097vw;
    max-width: 23.611vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col .item .description {
    padding: 0;
    max-width: 100%;
  }
}
.about-product__wrap .about-product-col .item .description p {
  font-family: "AvenirLTStd", sans-serif;
  color: #646464;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-col .item .description p {
    font-size: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-col .item .description p {
    font-size: 13px;
    text-align: center;
  }
}
.about-product__wrap .about-product-img {
  width: 100%;
  max-width: 32.5%;
  margin-bottom: -30px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-img {
    margin-bottom: -2.083vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-img {
    order: 1;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.about-product__wrap .about-product-img figure {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-img figure {
    width: 100%;
    max-width: 252px;
    margin: 0 auto;
  }
}
.about-product__wrap .about-product-img figure::after {
  content: "";
  position: absolute;
  background-image: url("../images/about-product-img-overlay.png");
  width: 130.6%;
  background-repeat: no-repeat;
  height: 194px;
  bottom: -9%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product__wrap .about-product-img figure::after {
    height: 13.472vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product__wrap .about-product-img figure::after {
    background-image: url("../images/about-product-img-overlay-mobile.png");
    width: 131.8%;
    height: 126px;
  }
}
@media only screen and (max-width: 991px) {
  .about-product--pdp.bg-white-gradient--2 {
    background: #fff;
  }
}
.about-product--quiz {
  padding: 80px 0 119px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product--quiz {
    padding: 5.556vw 0 8.264vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product--quiz {
    padding: 40px 0;
  }
}
.about-product--quiz .sec-heading .heading-xl {
  font-size: 46px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .about-product--quiz .sec-heading .heading-xl {
    font-size: 3.194vw;
  }
}
@media only screen and (max-width: 991px) {
  .about-product--quiz .sec-heading .heading-xl {
    font-size: 32px;
  }
}
.about-product--quiz .sec-heading .heading-xl strong {
  background: #457326;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* about-product css END here */
/* product-detail css strat here */
.product-detail {
  padding: 59px 0 36px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .product-detail {
    padding: 4.097vw 0 2.5vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail .cus-cotainer {
    padding: 0 27px;
  }
}
.product-detail__wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap {
    flex-direction: column-reverse;
  }
}
.product-detail__wrap .sec-heading {
  margin-bottom: 31px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail__wrap .sec-heading {
    margin-bottom: 2.153vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap .sec-heading {
    margin-bottom: 18px;
  }
}
.product-detail__wrap .sec-heading .heading-xl {
  width: 100%;
  max-width: 540px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail__wrap .sec-heading .heading-xl {
    max-width: 37.5vw;
    margin-bottom: 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap .sec-heading .heading-xl {
    text-align: center;
    margin: 0 auto 12px;
  }
}
.product-detail__wrap .sec-heading .des-primary {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail__wrap .sec-heading .des-primary {
    max-width: 41.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap .sec-heading .des-primary {
    text-align: center;
    margin: 0 auto;
  }
}
.product-detail__wrap-left {
  width: 100%;
  max-width: 52.3%;
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-left {
    max-width: 100%;
  }
}
.product-detail__wrap-left-list {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-left-list {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 -9px;
  }
}
.product-detail__wrap-left ul {
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail__wrap-left ul {
    max-width: 25vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-left ul {
    max-width: 39%;
    margin: 0 9px;
  }
}
.product-detail__wrap-left ul:last-child {
  max-width: 218px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail__wrap-left ul:last-child {
    max-width: 15.139vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-left ul:last-child {
    max-width: 40%;
  }
}
.product-detail__wrap-left ul li {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail__wrap-left ul li {
    margin-bottom: 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-left ul li {
    flex-direction: column;
    margin-bottom: 18px;
  }
}
.product-detail__wrap-left ul li:last-child {
  margin-bottom: 0;
}
.product-detail__wrap-left ul li figure {
  width: 100%;
  max-width: 42px;
  margin-right: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail__wrap-left ul li figure {
    max-width: 2.917vw;
    margin-right: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-left ul li figure {
    margin: 0 0 12px;
  }
}
.product-detail__wrap-left ul li p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail__wrap-left ul li p {
    font-size: 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-left ul li p {
    font-size: 16px;
    text-align: center;
    font-weight: 800;
  }
}
.product-detail__wrap-right {
  width: 100%;
  max-width: 47.7%;
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-right {
    max-width: 100%;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-right figure {
    max-width: 316px;
    margin: 0 auto;
  }
}
.product-detail__wrap-right figure img {
  width: 112.7%;
  max-width: unset;
}
@media only screen and (max-width: 991px) {
  .product-detail__wrap-right figure img {
    width: 100%;
    max-width: 100%;
  }
}
.product-detail--quiz {
  padding: 59px 0 1px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail--quiz {
    padding: 4.097vw 0 0.069vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail--quiz {
    padding: 40px 0;
  }
}
.product-detail--quiz .sec-heading .heading-xl {
  font-size: 46px;
  line-height: 1.2;
  max-width: 100%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-detail--quiz .sec-heading .heading-xl {
    font-size: 3.194vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-detail--quiz .sec-heading .heading-xl {
    font-size: 32px;
  }
}
.product-detail--quiz .sec-heading .heading-xl strong {
  background: #457326;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-detail--quiz .product-detail__wrap-right {
  max-width: 41.7%;
}
@media only screen and (max-width: 991px) {
  .product-detail--quiz .product-detail__wrap-right {
    max-width: 100%;
  }
}
.product-detail--quiz .product-detail__wrap-right figure img {
  width: 122.7%;
}
@media only screen and (max-width: 991px) {
  .product-detail--quiz .product-detail__wrap-right figure img {
    width: 100%;
  }
}

/* product-detail css END here */
/* img-content css start here  */
.img-content {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content {
    padding: 4.167vw 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 991px) {
  .img-content .cus-container {
    padding: 0 26px;
  }
}
.img-content .rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content .rating {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content .rating {
    margin-bottom: 12px;
  }
}
.img-content .sec-heading {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content .sec-heading {
    margin-bottom: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content .sec-heading {
    margin-bottom: 32px;
  }
}
.img-content .sec-heading h2 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content .sec-heading h2 {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content .sec-heading h2 {
    margin-bottom: 12px;
  }
}
.img-content .sec-heading .des-primary {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content .sec-heading .des-primary {
    max-width: 48.611vw;
  }
}
.img-content__wrap .box {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__wrap .box {
    margin-bottom: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box {
    flex-direction: column;
  }
}
.img-content__wrap .box:last-child {
  margin-bottom: 0;
}
.img-content__wrap .box:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box:nth-child(2n) {
    flex-direction: column;
  }
}
.img-content__wrap .box:nth-child(2n) .box__text {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__wrap .box:nth-child(2n) .box__text {
    margin-right: 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box:nth-child(2n) .box__text {
    margin-right: 0;
  }
}
.img-content__wrap .box__img {
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box__img {
    max-width: 80%;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .img-content__wrap .box__img {
    max-width: 100%;
  }
}
.img-content__wrap .box__img .sec-img {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__wrap .box__img .sec-img {
    border-radius: 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box__img .sec-img {
    border-radius: 20px;
  }
}
.img-content__wrap .box__text {
  width: 100%;
  max-width: 43.4%;
  margin-left: 40px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__wrap .box__text {
    margin-left: 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box__text {
    max-width: 80%;
    padding: 0 9px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .img-content__wrap .box__text {
    max-width: 100%;
  }
}
.img-content__wrap .box__text .heading-lg {
  margin-bottom: 24px;
  max-width: 450px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__wrap .box__text .heading-lg {
    margin-bottom: 1.667vw;
    max-width: 31.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box__text .heading-lg {
    text-align: center;
    margin-bottom: 12px;
    max-width: 100%;
  }
}
.img-content__wrap .box__text .des-primary {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__wrap .box__text .des-primary {
    margin-bottom: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box__text .des-primary {
    text-align: center;
    margin-bottom: 14px;
  }
}
.img-content__wrap .box__text .des-primary p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__wrap .box__text .des-primary p {
    margin-bottom: 1.736vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box__text .des-primary p {
    margin-bottom: 20px;
  }
}
.img-content__wrap .box__text .des-primary p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box__text ul {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.img-content__wrap .box__text ul li {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  padding-left: 34px;
  background-image: url("../images/checkmark-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__wrap .box__text ul li {
    font-size: 1.25vw;
    padding-left: 2.361vw;
    background-size: 1.389vw;
    margin-bottom: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__wrap .box__text ul li {
    font-size: 13px;
    margin-bottom: 6px;
    background-size: 16px;
    padding-left: 23px;
  }
}
.img-content__wrap .box__text ul li:last-child {
  margin-bottom: 0;
}
.img-content__btn {
  margin-top: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content__btn {
    margin-top: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .img-content__btn {
    margin-top: 32px;
  }
}
.img-content__btn .cus-btn {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
}
@media only screen and (max-width: 991px) {
  .img-content__btn .cus-btn {
    background: linear-gradient(90deg, #395427 0%, #689640 100%);
  }
}
.img-content .review {
  margin: 28px auto 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .img-content .review {
    margin: 1.944vw auto 0;
  }
}

/* img-content css END here  */
/*  css start here */
.best-bundle {
  padding: 0 0 80px;
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 50%, #ECE9E6 100%);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle {
    padding: 0 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle {
    padding: 32px 0 32px;
  }
}
.best-bundle .sec-heading {
  margin-bottom: 84px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle .sec-heading {
    margin-bottom: 5.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle .sec-heading {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .best-bundle .sec-heading .heading-xl strong {
    display: block;
  }
}
.best-bundle .wrapper {
  width: 100%;
  max-width: 1247px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle .wrapper {
    max-width: 86.597vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle .wrapper {
    max-width: 400px;
  }
}
.best-bundle__slider {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .best-bundle__slider {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 -14px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider {
    margin: 0 -0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider {
    margin: 0;
    position: relative;
    display: none;
  }
}
.best-bundle__slider.slick-initialized {
  display: block;
}
.best-bundle__slider .slick-list {
  overflow: visible;
  padding: 0 36px !important;
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .slick-track {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.best-bundle__slider .best-bundle-box {
  background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 50%, #FFFFFF 100%);
  border-radius: 38px;
  width: 100%;
  max-width: 29.81%;
  padding: 52px 0 62px;
  position: relative;
  margin: 0 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box {
    border-radius: 2.639vw;
    padding: 3.611vw 0 4.306vw;
    margin: 0 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box {
    padding: 33px 0 39px;
    max-width: 100%;
    border-radius: 23px;
    margin: 0 8px;
  }
}
.best-bundle__slider .best-bundle-box__badge {
  border-radius: 37px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12.5px 10px;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__badge {
    border-radius: 2.569vw;
    padding: 0.868vw 0.694vw;
    top: -1.875vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__badge {
    border-radius: 23px;
    padding: 8.5px 10px;
    top: -23px;
  }
}
.best-bundle__slider .best-bundle-box__badge.best-value-badge {
  background-color: #98D5CE;
  max-width: 205px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__badge.best-value-badge {
    max-width: 14.236vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__badge.best-value-badge {
    max-width: 130px;
  }
}
.best-bundle__slider .best-bundle-box__badge.most-popular-badge {
  background-color: #C84EAA;
  max-width: 244px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__badge.most-popular-badge {
    max-width: 16.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__badge.most-popular-badge {
    max-width: 154px;
  }
}
.best-bundle__slider .best-bundle-box__badge.most-popular-badge p {
  color: #fff;
}
.best-bundle__slider .best-bundle-box__badge p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__badge p {
    font-size: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__badge p {
    font-size: 12px;
  }
}
.best-bundle__slider .best-bundle-box__img {
  margin-bottom: 19px;
  padding: 0 37px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__img {
    margin-bottom: 1.319vw;
    padding: 0 2.569vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__img {
    margin-bottom: 21px;
  }
}
.best-bundle__slider .best-bundle-box__img figure {
  height: 225px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__img figure {
    height: 17.708vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__img figure {
    height: 142px;
  }
}
.best-bundle__slider .best-bundle-box__img figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.best-bundle__slider .best-bundle-box__text {
  padding: 0 29px 0 42px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text {
    padding: 0 2.014vw 0 2.917vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text {
    padding: 0 17px 0 26px;
  }
}
.best-bundle__slider .best-bundle-box__text-badge {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-badge {
    margin: 0 auto 0.694vw;
  }
}
.best-bundle__slider .best-bundle-box__text-badge span {
  display: block;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  padding: 5.5px 13.5px;
  border-radius: 49px;
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-badge span {
    border: 0.069vw solid rgba(0, 0, 0, 0.5019607843);
    padding: 0.382vw 0.938vw;
    border-radius: 3.403vw;
    font-size: 0.833vw;
  }
}
.best-bundle__slider .best-bundle-box__text-price {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-price {
    margin-bottom: 0.278vw;
  }
}
.best-bundle__slider .best-bundle-box__text-price-left {
  margin-right: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-price-left {
    margin-right: 0.278vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-price-left {
    margin-bottom: 2px;
  }
}
.best-bundle__slider .best-bundle-box__text-price-left h4 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-price-left h4 {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-price-right {
    line-height: 0.5;
  }
}
.best-bundle__slider .best-bundle-box__text-price-right p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-price-right p {
    font-size: 0.694vw;
  }
}
.best-bundle__slider .best-bundle-box__text-price-right span {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 8px;
  line-height: 1.4;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-price-right span {
    font-size: 0.556vw;
  }
}
.best-bundle__slider .best-bundle-box__text-product-price {
  margin-bottom: 11px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-product-price {
    margin-bottom: 0.764vw;
  }
}
.best-bundle__slider .best-bundle-box__text-product-price h5 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-product-price h5 {
    font-size: 1.667vw;
  }
}
.best-bundle__slider .best-bundle-box__text-product-price h5 del {
  color: #797979;
  font-size: 16px;
  line-height: 1.18;
  margin-right: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-product-price h5 del {
    font-size: 1.111vw;
    margin-right: 0.833vw;
  }
}
.best-bundle__slider .best-bundle-box__text-save-badge {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-save-badge {
    margin: 0 auto 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-save-badge {
    margin: 0 auto 21px;
  }
}
.best-bundle__slider .best-bundle-box__text-save-badge span {
  display: block;
  background-color: #FFBE33;
  border-radius: 16px;
  padding: 6.5px 10.5px;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 900;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-save-badge span {
    border-radius: 1.111vw;
    padding: 0.451vw 0.729vw;
    font-size: 0.833vw;
  }
}
.best-bundle__slider .best-bundle-box__text-subscribe {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-subscribe {
    margin-bottom: 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-subscribe {
    margin-bottom: 16px;
  }
}
.best-bundle__slider .best-bundle-box__text-subscribe:last-child {
  margin-bottom: 0;
}
.best-bundle__slider .best-bundle-box__text-subscribe input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.best-bundle__slider .best-bundle-box__text-subscribe input:checked + label .circle::after {
  opacity: 1;
  visibility: visible;
}
.best-bundle__slider .best-bundle-box__text-subscribe label {
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.best-bundle__slider .best-bundle-box__text-subscribe label .circle {
  width: 23px;
  max-width: 23px;
  min-width: 23px;
  height: 23px;
  border-radius: 100%;
  border: 2px solid #000;
  margin-right: 8px;
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .circle {
    width: 1.597vw;
    max-width: 1.597vw;
    min-width: 1.597vw;
    height: 1.597vw;
    border: 0.139vw solid #000;
    margin-right: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .circle {
    width: 14px;
    max-width: 14px;
    min-width: 14px;
    height: 14px;
  }
}
.best-bundle__slider .best-bundle-box__text-subscribe label .circle::after {
  content: "";
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .circle::after {
    width: 0.764vw;
    height: 0.764vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .circle::after {
    width: 6px;
    height: 6px;
  }
}
.best-bundle__slider .best-bundle-box__text-subscribe label .text__wrap {
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.best-bundle__slider .best-bundle-box__text-subscribe label .text h5 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .text h5 {
    font-size: 1.25vw;
    margin-bottom: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .text h5 {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.best-bundle__slider .best-bundle-box__text-subscribe label .text .badge {
  background-color: #FFBE33;
  border-radius: 16px;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 6.5px 14px;
  margin-left: 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .text .badge {
    border-radius: 1.111vw;
    font-size: 0.833vw;
    padding: 0.451vw 0.972vw;
    margin-left: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .text .badge {
    font-size: 8px;
    padding: 3.5px 7px;
    margin-left: 5px;
  }
}
.best-bundle__slider .best-bundle-box__text-subscribe label .text ul li {
  margin-left: 20px;
  padding-left: 22px;
  font-family: "AvenirLTStd", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.3;
  font-weight: 800;
  text-transform: capitalize;
  background-image: url("../images/green-checkmark.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .text ul li {
    margin-left: 1.389vw;
    padding-left: 1.528vw;
    font-size: 0.972vw;
    background-size: 1.042vw;
    margin-bottom: 0.278vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__text-subscribe label .text ul li {
    background-size: 9px;
    font-size: 10px;
    margin-left: 12px;
    padding-left: 14px;
    margin-bottom: 9px;
  }
}
.best-bundle__slider .best-bundle-box__text-subscribe label .text ul li:last-child {
  margin-bottom: 0;
}
.best-bundle__slider .best-bundle-box__btn {
  margin-top: 38px;
  padding: 0 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__btn {
    margin-top: 2.639vw;
    padding: 0 1.042vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__btn {
    margin-top: 23px;
  }
}
.best-bundle__slider .best-bundle-box__btn .cus-btn {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  border: none;
  font-size: 18px;
  line-height: 1.2;
  max-width: 267px;
  margin: 0 auto;
  padding: 18.5px 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box__btn .cus-btn {
    font-size: 1.25vw;
    max-width: 18.542vw;
    padding: 1.285vw 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box__btn .cus-btn {
    max-width: 168px;
    font-size: 12px;
    padding: 11px 14px;
  }
}
.best-bundle__slider .best-bundle-box--most-popular {
  padding: 52px 0 82px;
  max-width: 40.38%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box--most-popular {
    padding: 3.611vw 0 5.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box--most-popular {
    padding: 33px 0 52px;
    max-width: 100%;
  }
}
.best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__img figure {
  height: 312px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__img figure {
    height: 21.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__img figure {
    height: 197px;
  }
}
.best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__text-price {
  margin-bottom: 6px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__text-price {
    margin-bottom: 0.417vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__text-price {
    margin-right: 4px;
  }
}
.best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn {
  margin-top: 49px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn {
    margin-top: 3.403vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn {
    margin-top: 30px;
  }
}
.best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn .cus-btn {
  max-width: 314px;
  font-size: 20px;
  padding: 20.5px 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn .cus-btn {
    max-width: 21.806vw;
    font-size: 1.389vw;
    padding: 1.424vw 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn .cus-btn {
    max-width: 198px;
    font-size: 12px;
    padding: 13.5px 10px;
  }
}
.best-bundle .slider-cta {
  display: none;
}
@media only screen and (max-width: 991px) {
  .best-bundle .slider-cta {
    display: flex;
  }
}
.best-bundle .slider-cta .custom-slick-arrow {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
}
.best-bundle .slider-cta .custom-slick-arrow-prev {
  left: 14px;
}
.best-bundle .slider-cta .custom-slick-arrow-next {
  right: 14px;
}

/* best-bundle css END here */
/* vedio-slider css strat here */
.vedio-slider {
  padding: 0 0 80px;
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 50%, #ECE9E6 100%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider {
    padding: 0 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider {
    padding: 32px 0;
  }
}
.vedio-slider .rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider .rating {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider .rating {
    margin-bottom: 12px;
  }
}
.vedio-slider .sec-heading {
  margin-bottom: 48px;
  padding: 0 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider .sec-heading {
    margin-bottom: 3.333vw;
    padding: 0 1.806vw;
  }
}
.vedio-slider .sec-heading .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider .sec-heading .heading-xl {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider .sec-heading .heading-xl {
    margin-bottom: 12px;
  }
}
.vedio-slider .sec-heading .des-primary {
  width: 100%;
  max-width: 662px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider .sec-heading .des-primary {
    max-width: 45.972vw;
  }
}
.vedio-slider__content {
  padding: 0 !important;
}
.vedio-slider__content-wrap .box {
  width: 100%;
  max-width: 343px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  height: auto;
  box-shadow: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider__content-wrap .box {
    border-radius: 2.083vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider__content-wrap .box {
    max-width: 238px;
  }
}
.vedio-slider__content-wrap .box__play-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.62);
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider__content-wrap .box__play-icon {
    width: 4.167vw;
    height: 4.167vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider__content-wrap .box__play-icon {
    width: 41px;
    height: 41px;
  }
}
.vedio-slider__content-wrap .box__play-icon svg {
  margin: 0;
  width: 22px;
  height: 25px;
  margin-left: 6px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider__content-wrap .box__play-icon svg {
    width: 1.528vw;
    height: 1.736vw;
    margin-left: 0.417vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider__content-wrap .box__play-icon svg {
    width: 14px;
    height: 16px;
    margin-left: 2px;
  }
}
.vedio-slider__content-wrap .box .sec-img {
  padding-top: 191.3%;
}
@media only screen and (max-width: 991px) {
  .vedio-slider__content-wrap .box .sec-img {
    padding-top: 191%;
  }
}
.vedio-slider__pagination {
  position: unset;
  line-height: 0;
  margin-top: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider__pagination {
    margin-top: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider__pagination {
    margin-top: 33px;
  }
}
.vedio-slider__pagination .swiper-pagination-bullet {
  width: 55px;
  height: 4px;
  background-color: #97A19E;
  border-radius: unset;
  margin-right: 16px !important;
  margin-left: 0 !important;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider__pagination .swiper-pagination-bullet {
    width: 3.819vw;
    height: 0.278vw;
    margin-right: 1.111vw !important;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider__pagination .swiper-pagination-bullet {
    width: 38px;
    height: 3px;
    margin-right: 11px !important;
  }
}
.vedio-slider__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.vedio-slider__pagination .swiper-pagination-bullet-active {
  width: 155px;
  background-color: #21BF8E;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider__pagination .swiper-pagination-bullet-active {
    width: 10.764vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider__pagination .swiper-pagination-bullet-active {
    width: 107px;
  }
}
.vedio-slider .swiper-btn {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #fff;
  transition: 0.4s all ease-in-out;
}
.vedio-slider .swiper-btn:hover {
  background: linear-gradient(90deg, #C5E8C9 0%, #E9FDBC 100%);
}
@media only screen and (max-width: 991px) {
  .vedio-slider .swiper-btn {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.vedio-slider .swiper-btn svg {
  width: 15px;
  height: 10px;
}
.vedio-slider .swiper-btn::after {
  display: none;
}
.vedio-slider--ambassador {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F4F3 50%, #ECE9E6 100%);
}
.vedio-slider--quiz {
  padding: 90px 0 45px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider--quiz {
    padding: 6.25vw 0 3.125vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider--quiz {
    padding: 40px 0;
  }
}
.vedio-slider--quiz .sec-heading .heading-xl {
  font-size: 46px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .vedio-slider--quiz .sec-heading .heading-xl {
    font-size: 3.194vw;
  }
}
@media only screen and (max-width: 991px) {
  .vedio-slider--quiz .sec-heading .heading-xl {
    font-size: 32px;
  }
}
.vedio-slider--quiz .sec-heading .heading-xl strong {
  background: #457326;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* vedio-slider css END here */
/* sec-testimonial css strat here */
.sec-testimonial {
  padding: 0 0 80px;
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 50%, #ECE9E6 100%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial {
    padding: 0 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial {
    padding: 32px 0;
  }
}
.sec-testimonial .rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial .rating {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial .rating {
    margin-bottom: 12px;
  }
}
.sec-testimonial .sec-heading {
  margin-bottom: 48px;
  padding: 0 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial .sec-heading {
    margin-bottom: 3.333vw;
    padding: 0 1.806vw;
  }
}
.sec-testimonial .sec-heading .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial .sec-heading .heading-xl {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial .sec-heading .heading-xl {
    margin-bottom: 12px;
  }
}
.sec-testimonial .sec-heading .des-primary {
  width: 100%;
  max-width: 662px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial .sec-heading .des-primary {
    max-width: 45.972vw;
  }
}
.sec-testimonial__content {
  position: relative;
}
.sec-testimonial__content-slider {
  display: none;
}
.sec-testimonial__content-slider.slick-initialized {
  display: block;
}
.sec-testimonial__content-slider .slick-list {
  margin: 0 -16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content-slider .slick-list {
    margin: 0 -1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial__content-slider .slick-list {
    margin: 0 -10px;
  }
}
.sec-testimonial__content-slider .box {
  width: 100%;
  background-color: #fff;
  padding: 34px 28px;
  border-radius: 5px;
  margin: 0 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content-slider .box {
    padding: 2.361vw 1.944vw;
    border-radius: 0.347vw;
    margin: 0 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial__content-slider .box {
    margin: 0 10px;
  }
}
.sec-testimonial__content-slider .box .rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content-slider .box .rating {
    margin-bottom: 1.111vw;
  }
}
.sec-testimonial__content-slider .box .rating ul {
  margin: 0;
}
.sec-testimonial__content-slider .box h4 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content-slider .box h4 {
    font-size: 1.528vw;
    margin-bottom: 0.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial__content-slider .box h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.sec-testimonial__content-slider .box .des-secondary {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content-slider .box .des-secondary {
    margin-bottom: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial__content-slider .box .des-secondary {
    font-size: 14px;
  }
}
.sec-testimonial__content-slider .box__wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sec-testimonial__content-slider .box__wrap p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content-slider .box__wrap p {
    font-size: 1.111vw;
  }
}
.sec-testimonial__content-slider .box__wrap-right {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content-slider .box__wrap-right {
    margin-left: 0.972vw;
  }
}
.sec-testimonial__content-slider .box__wrap-right svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content-slider .box__wrap-right svg {
    width: 0.972vw;
    height: 0.972vw;
    margin-right: 0.278vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial__content-slider .box__wrap-right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial__content .slider-cta {
    margin: 0 -20px;
  }
}
.sec-testimonial__content .slider-cta .custom-slick-arrow {
  position: absolute;
  top: 127px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content .slider-cta .custom-slick-arrow {
    top: 8.819vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial__content .slider-cta .custom-slick-arrow {
    display: none !important;
  }
}
.sec-testimonial__content .slider-cta .custom-slick-arrow-prev {
  left: -60px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content .slider-cta .custom-slick-arrow-prev {
    left: -4.167vw;
  }
}
.sec-testimonial__content .slider-cta .custom-slick-arrow-next {
  right: -60px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial__content .slider-cta .custom-slick-arrow-next {
    right: -4.167vw;
  }
}
.sec-testimonial--ambassador {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F4F3 50%, #ECE9E6 100%);
}
.sec-testimonial--quiz {
  padding: 90px 0 45px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .sec-testimonial--quiz {
    padding: 6.25vw 0 3.125vw;
  }
}
@media only screen and (max-width: 991px) {
  .sec-testimonial--quiz {
    padding: 40px 0;
  }
}

.page-template-page-company-info .sec-testimonial {
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 34.81%, #FFFFFF 100%);
}

/* sec-testimonial css END here */
/* faq css start here */
.faq {
  padding: 0 0 80px;
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 50%, #ECE9E6 100%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq {
    padding: 0 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq {
    padding: 32px 0;
  }
}
.faq .cus-container {
  padding: 0 25px;
}
.faq .rating {
  display: none;
}
@media only screen and (max-width: 991px) {
  .faq .rating {
    margin-bottom: 12px;
    display: flex;
  }
}
.faq .sec-heading {
  margin-bottom: 46px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq .sec-heading {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .faq .sec-heading {
    margin-bottom: 32px;
  }
}
.faq .sec-heading .heading-sm {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq .sec-heading .heading-sm {
    margin-bottom: 1.111vw;
  }
}
.faq .sec-heading .des-primary {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq .sec-heading .des-primary {
    max-width: 48.611vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq .sec-heading .des-primary {
    font-size: 18px;
  }
}
.faq__content {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content {
    max-width: 69.167vw;
  }
}
.faq__content-text {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  border: 2px solid rgba(0, 0, 0, 0.0588235294);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text {
    border-radius: 0.833vw;
    margin-bottom: 0.694vw;
    border: 0.139vw solid rgba(0, 0, 0, 0.0588235294);
  }
}
@media only screen and (max-width: 991px) {
  .faq__content-text {
    border: 1px solid rgba(0, 0, 0, 0.0588235294);
  }
}
.faq__content-text:last-child {
  margin-bottom: 0;
}
.faq__content-text.active .faq-btn::after {
  display: none;
}
.faq__content-text-header {
  cursor: pointer;
  padding: 18px 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text-header {
    padding: 1.25vw 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq__content-text-header {
    padding: 23px 24px 23px 20px;
  }
}
.faq__content-text-header h3 {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.faq__content-text-header h3 span {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-right: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text-header h3 span {
    font-size: 1.389vw;
    margin-right: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq__content-text-header h3 span {
    font-size: 18px;
    margin-right: 16px;
  }
}
.faq__content-text-header .faq-btn {
  width: 100%;
  max-width: 12px;
  height: 12px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text-header .faq-btn {
    max-width: 0.833vw;
    height: 0.833vw;
  }
}
.faq__content-text-header .faq-btn::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text-header .faq-btn::before {
    height: 0.139vw;
  }
}
.faq__content-text-header .faq-btn::after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text-header .faq-btn::after {
    width: 0.139vw;
  }
}
.faq__content-text-body {
  padding: 18px 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
}
@media only screen and (max-width: 991px) {
  .faq__content-text-body {
    padding: 18px 24px 18px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .faq__content-text-body.des-secondary {
    font-size: 14px;
  }
}
.faq__content-text-body.des-secondary ul {
  margin: 25px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text-body.des-secondary ul {
    margin: 1.736vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .faq__content-text-body.des-secondary ul {
    margin: 20px 0;
  }
}
.faq__content-text-body.des-secondary ul li {
  list-style-type: disc;
  margin-left: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text-body.des-secondary ul li {
    margin-left: 1.042vw;
  }
}
.faq__content-text-body p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__content-text-body p {
    margin-bottom: 1.736vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq__content-text-body p {
    margin-bottom: 20px;
  }
}
.faq__content-text-body p:last-child {
  margin-bottom: 0;
}
.faq__content-text-body a {
  color: #000;
  font-weight: 500;
}
.faq__btn {
  width: 100%;
  margin: 48px 0 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__btn {
    margin: 3.333vw 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .faq__btn {
    margin: 32px 0 0;
  }
}
.faq__btn a {
  border: 2px solid #000;
  border-radius: 130px;
  width: 100%;
  max-width: 284px;
  background-color: transparent;
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 14.5px 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq__btn a {
    border: 0.139vw solid #000;
    border-radius: 9.028vw;
    max-width: 19.722vw;
    font-size: 1.25vw;
    padding: 1.007vw 0.694vw;
  }
}
.faq__btn a:hover {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.7);
}
.faq--filter {
  padding: 10px 0 80px;
  background: linear-gradient(180deg, #ECE9E6 0%, #FFFFFF 51.73%, #ECE9E6 103.83%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--filter {
    padding: 0.694vw 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq--filter {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 991px) {
  .faq--filter .sec-heading {
    margin-bottom: 24px;
  }
}
.faq--filter .faq-filter-btn {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--filter .faq-filter-btn {
    margin-bottom: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq--filter .faq-filter-btn {
    margin-bottom: 32px;
  }
}
.faq--filter .faq-filter-btn ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  margin: 0 -9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--filter .faq-filter-btn ul {
    margin: 0 -0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq--filter .faq-filter-btn ul {
    margin: 0 -7px;
  }
}
.faq--filter .faq-filter-btn ul li {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--filter .faq-filter-btn ul li {
    margin: 0 0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq--filter .faq-filter-btn ul li {
    margin: 8px 7px;
  }
}
.faq--filter .faq-filter-btn ul li.active button {
  background-color: #000;
  color: #fff;
}
.faq--filter .faq-filter-btn ul li button {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 700;
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 130px;
  padding: 13px 30.5px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--filter .faq-filter-btn ul li button {
    font-size: 1.111vw;
    border: 0.139vw solid #000;
    border-radius: 9.028vw;
    padding: 0.903vw 2.118vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq--filter .faq-filter-btn ul li button {
    font-size: 12px;
    padding: 8.5px 18.5px;
  }
}
.faq--filter .faq__content {
  display: none;
}
.faq--filter .faq__content-text {
  border: 2px solid rgba(0, 0, 0, 0.0588235294);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--filter .faq__content-text {
    border: 0.139vw solid rgba(0, 0, 0, 0.0588235294);
  }
}
.faq--filter .faq__content-text-header {
  padding: 18px 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--filter .faq__content-text-header {
    padding: 1.25vw 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq--filter .faq__content-text-header {
    padding: 20.5px 20px;
  }
}
.faq--ambassador {
  padding: 80px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F4F3 50%, #ECE9E6 100%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--ambassador {
    padding: 5.556vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .faq--ambassador {
    padding: 10px 0 45px;
  }
}
.faq--quiz {
  padding: 45px 0 80px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--quiz {
    padding: 3.125vw 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq--quiz {
    padding: 40px 0;
  }
}
.faq--quiz .sec-heading .heading-sm {
  font-size: 46px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .faq--quiz .sec-heading .heading-sm {
    font-size: 3.194vw;
  }
}
@media only screen and (max-width: 991px) {
  .faq--quiz .sec-heading .heading-sm {
    font-size: 32px;
  }
}
.faq--quiz .sec-heading .heading-sm strong {
  background: #457326;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* faq css END here */
/* footer-product css start here */
.footer-product {
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 50%, #ECE9E6 100%);
  padding: 71px 0 73px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer-product {
    padding: 4.931vw 0 5.069vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product {
    padding: 32px 0;
  }
}
.footer-product__wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.footer-product__wrap-left {
  width: 100%;
  max-width: 49%;
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left {
    max-width: 100%;
  }
}
.footer-product__wrap-left .rating {
  margin-bottom: 16px;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer-product__wrap-left .rating {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left .rating {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 12px;
  }
}
.footer-product__wrap-left .sec-heading {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer-product__wrap-left .sec-heading {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left .sec-heading {
    margin-bottom: 32px;
    padding: 0 10px;
  }
}
.footer-product__wrap-left .sec-heading .heading-sm {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer-product__wrap-left .sec-heading .heading-sm {
    margin-bottom: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left .sec-heading .heading-sm {
    text-align: center;
    margin-bottom: 12px;
  }
}
.footer-product__wrap-left .sec-heading .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer-product__wrap-left .sec-heading .heading-xl {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left .sec-heading .heading-xl {
    text-align: center;
    margin-bottom: 12px;
  }
}
.footer-product__wrap-left .sec-heading .des-primary {
  line-height: 1.7;
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left .sec-heading .des-primary {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left figure {
    width: 100%;
    max-width: 575px;
    margin: 0 auto 32px;
  }
}
.footer-product__wrap-left .footer-product-btn .cus-btn {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left .footer-product-btn .cus-btn {
    margin: 0 auto;
  }
}
.footer-product__wrap-left .review {
  margin-top: 46px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer-product__wrap-left .review {
    margin-top: 3.194vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product__wrap-left .review {
    margin: 24px auto 0;
    padding: 0 9px;
  }
}
.footer-product__wrap-right {
  width: 100%;
  max-width: 50%;
}
.footer-product__wrap-right figure img {
  width: 115%;
  max-width: unset;
}
.footer-product--ambassador {
  padding: 0;
  overflow: hidden;
}
.footer-product--ambassador .footer-product__wrap {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .footer-product--ambassador .footer-product__wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .footer-product--ambassador .footer-product__wrap {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.footer-product--ambassador .footer-product__wrap-left {
  padding: 86px 0 89px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer-product--ambassador .footer-product__wrap-left {
    padding: 5.972vw 0 6.181vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product--ambassador .footer-product__wrap-left {
    padding: 32px 0;
  }
}
.footer-product--ambassador .footer-product__wrap-left .footer-product-btn .cus-btn {
  max-width: 319px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer-product--ambassador .footer-product__wrap-left .footer-product-btn .cus-btn {
    max-width: 22.153vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product--ambassador .footer-product__wrap-left .footer-product-btn .cus-btn {
    max-width: 278px;
  }
}
.footer-product--ambassador .footer-product__wrap-right {
  max-width: 51%;
}
@media only screen and (max-width: 991px) {
  .footer-product--ambassador .footer-product__wrap-right {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer-product--ambassador .footer-product__wrap-right figure {
    margin: 0 -17px;
  }
}
.footer-product--ambassador .footer-product__wrap-right figure img {
  width: 133.5%;
  max-width: unset;
}
@media only screen and (max-width: 991px) {
  .footer-product--ambassador .footer-product__wrap-right figure img {
    width: 100%;
  }
}

.page-template-page-company-info .footer-product {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F4F3 36.75%, #ECE9E6 73.51%);
}

/* footer-product css END here */
/* footer css start here */
.footer {
  background-color: #000;
}
@media only screen and (max-width: 991px) {
  .footer .cus-container {
    padding: 0 26px;
  }
}
.footer .wrapper {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .footer .wrapper {
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.footer__top {
  padding: 82px 0 70px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top {
    padding: 5.694vw 0 4.861vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top {
    padding: 32px 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.footer__top-des {
  width: 100%;
  max-width: 322px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-des {
    max-width: 22.361vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-des {
    max-width: 100%;
    margin-bottom: 38px;
  }
}
.footer__top-des .logo {
  width: 100%;
  max-width: 122px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-des .logo {
    max-width: 8.472vw;
    margin-bottom: 1.944vw;
  }
}
.footer__top-des .logo a {
  display: block;
}
.footer__top-des .des-secondary {
  color: #fff;
}
.footer__top-menu {
  width: 100%;
  max-width: 350px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-menu {
    max-width: 24.306vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-menu {
    max-width: 100%;
    margin-bottom: 34px;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-menu-link {
    width: 100%;
    max-width: 116px;
    margin-right: 50px;
  }
  .footer__top-menu-link:last-child {
    margin-right: 0;
  }
}
.footer__top-menu-link h4 {
  font-family: "Fraunces", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-menu-link h4 {
    font-size: 1.389vw;
    margin-bottom: 0.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-menu-link h4 {
    text-align: left;
  }
}
.footer__top-menu-link ul li {
  margin-bottom: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-menu-link ul li {
    margin-bottom: 0.625vw;
  }
}
.footer__top-menu-link ul li:last-child {
  margin-bottom: 0;
}
.footer__top-menu-link ul li a {
  font-family: "AvenirLTStd", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-menu-link ul li a {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-menu-link ul li a {
    text-align: left;
  }
}
.footer__top-newsletter {
  width: 100%;
  max-width: 315px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-newsletter {
    max-width: 21.875vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-newsletter {
    max-width: 100%;
  }
}
.footer__top-newsletter h4 {
  font-family: "Fraunces", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: capitalize;
  width: 100%;
  max-width: 300px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-newsletter h4 {
    font-size: 1.389vw;
    max-width: 20.833vw;
    margin-bottom: 1.944vw;
  }
}
.footer__top-newsletter form {
  width: 100%;
}
.footer__top-newsletter form input {
  width: 100%;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 16px 24px;
  border-radius: 130px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-newsletter form input {
    font-size: 1.111vw;
    padding: 1.111vw 1.667vw;
    border-radius: 9.028vw;
    margin-bottom: 1.042vw;
  }
}
.footer__top-newsletter form input::-moz-placeholder {
  color: #000;
}
.footer__top-newsletter form input::placeholder {
  color: #000;
}
.footer__top-newsletter form .cus-btn {
  border: none;
  outline: none;
  padding: 13px 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-newsletter form .cus-btn {
    padding: 0.903vw 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-newsletter form .cus-btn {
    padding: 15.5px 20px;
    max-width: 100%;
  }
}
.footer__top-newsletter .description {
  font-family: "AvenirLTStd", sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-newsletter .description {
    font-size: 0.903vw;
  }
}
.footer__top-newsletter .description svg {
  width: 12px;
  height: 17px;
  margin: -4px 5px 0 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__top-newsletter .description svg {
    width: 0.833vw;
    height: 1.181vw;
    margin: -0.278vw 0.347vw 0 0;
  }
}
.footer__bottom {
  padding: 31px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2509803922);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__bottom {
    padding: 2.153vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer__bottom .wrapper {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .footer__bottom .description {
    margin-top: 14px;
  }
}
.footer__bottom .description p {
  font-family: "AvenirLTStd", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__bottom .description p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__bottom .description p {
    text-align: center;
  }
}
.footer__bottom ul {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer__bottom ul {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.footer__bottom ul li {
  width: 100%;
  max-width: 32px;
  margin-right: 7px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .footer__bottom ul li {
    max-width: 2.222vw;
    margin-right: 0.486vw;
  }
}
@media only screen and (max-width: 991px) {
  .footer__bottom ul li {
    max-width: 25px;
    margin-right: 6px;
  }
}
.footer__bottom ul li:last-child {
  margin-right: 0;
}

/* footer css END here */
/* side-cart css start here */
.side-cart {
  width: 100%;
  max-width: 530px;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #F6F4F3;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
  -ms-transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
  z-index: 2;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart {
    max-width: 36.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart {
    max-width: 360px;
  }
}
.side-cart.cart-show {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.side-cart__header {
  position: sticky;
  top: 0;
  z-index: 1;
}
.side-cart__header-title {
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 50%, #ECE9E6 100%);
  padding: 20px 40px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__header-title {
    padding: 1.389vw 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__header-title {
    padding: 15px 28px;
  }
}
.side-cart__header-title img {
  width: 100%;
  max-width: 33px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__header-title img {
    max-width: 2.292vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__header-title img {
    max-width: 22px;
  }
}
.side-cart__header-title h2 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-left: 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__header-title h2 {
    font-size: 1.667vw;
    margin-left: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__header-title h2 {
    font-size: 20px;
    margin-left: 4px;
  }
}
.side-cart__header-title .cart-close-icon {
  width: 100%;
  max-width: 33px;
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__header-title .cart-close-icon {
    max-width: 2.292vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__header-title .cart-close-icon {
    max-width: 22px;
  }
}
.side-cart__header-step {
  padding: 16px 40px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  background-color: #fff;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__header-step {
    padding: 1.111vw 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__header-step {
    padding: 16px 28px;
  }
}
.side-cart__header-step .box {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.side-cart__header-step .box.active .box__count {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
}
.side-cart__header-step .box.active .box__text p {
  background: linear-gradient(89.96deg, #0F5942 26.46%, #689640 74.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.side-cart__header-step .box__count {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  max-width: 26px;
  min-width: 26px;
  height: 26px;
  background: #000;
  border-radius: 100%;
  margin-right: 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__header-step .box__count {
    max-width: 1.806vw;
    min-width: 1.806vw;
    height: 1.806vw;
    margin-right: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__header-step .box__count {
    max-width: 17px;
    min-width: 17px;
    height: 17px;
  }
}
.side-cart__header-step .box__count span {
  font-family: "Fraunces", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__header-step .box__count span {
    font-size: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__header-step .box__count span {
    font-size: 9px;
  }
}
.side-cart__header-step .box__text p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__header-step .box__text p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__header-step .box__text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 359px) {
  .side-cart__header-step .box__text p {
    font-size: 10px;
  }
}
.side-cart__body {
  padding: 32px 31px 38px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body {
    padding: 2.222vw 2.153vw 2.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body {
    padding: 32px 26px 38px;
  }
}
.side-cart__body-product {
  margin-bottom: 46px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body-product {
    margin-bottom: 3.194vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body-product {
    margin-bottom: 43px;
  }
}
.side-cart__body-progress {
  margin-bottom: 24px;
  padding: 0 17px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body-progress {
    margin-bottom: 1.667vw;
    padding: 0 1.181vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body-progress {
    margin-bottom: 17px;
    padding: 0;
  }
}
.side-cart__body-progress .progress-bar {
  width: 100%;
  background-color: #fff;
  height: 8px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body-progress .progress-bar {
    height: 0.556vw;
    margin-bottom: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body-progress .progress-bar {
    height: 5px;
  }
}
.side-cart__body-progress .progress-bar span {
  position: absolute;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  width: 78%;
  height: 100%;
}
.side-cart__body-progress .progress-bar span::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body-progress .progress-bar span::after {
    width: 1.667vw;
    height: 1.667vw;
    right: -1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body-progress .progress-bar span::after {
    width: 17px;
    height: 17px;
    right: -14px;
  }
}
.side-cart__body-progress p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body-progress p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body-progress p {
    font-size: 12px;
  }
}
.side-cart__body-progress p strong {
  font-family: "Fraunces", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  background: linear-gradient(89.96deg, #0F5942 26.46%, #689640 74.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body-progress p strong {
    font-size: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body-progress p strong {
    font-size: 14px;
  }
}
.side-cart__body-recommended h4 {
  font-family: "Fraunces", sans-serif;
  background: linear-gradient(89.96deg, #0F5942 26.46%, #689640 74.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body-recommended h4 {
    font-size: 2.083vw;
    margin-bottom: 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body-recommended .product-box {
    padding: 24px 13px 24px 19px !important;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__body-recommended .product-box__img {
    max-width: 56px !important;
  }
}
.side-cart__body-recommended .product-box__img .sec-img {
  padding-top: 146%;
}
@media only screen and (max-width: 991px) {
  .side-cart__body-recommended .product-box__img .sec-img {
    padding-top: 170% !important;
  }
}
.side-cart .product-box {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 18px;
  padding: 26px 26px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box {
    border-radius: 1.25vw;
    padding: 1.806vw 1.806vw;
    margin-bottom: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart .product-box {
    padding: 20.5px 24px;
  }
}
.side-cart .product-box:last-child {
  margin-bottom: 0;
}
.side-cart .product-box__img {
  width: 100%;
  max-width: 110px;
  margin-right: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box__img {
    margin-right: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart .product-box__img {
    max-width: 70px;
  }
}
.side-cart .product-box__img .sec-img {
  padding-top: 119%;
}
@media only screen and (max-width: 991px) {
  .side-cart .product-box__img .sec-img {
    padding-top: 118%;
  }
}
.side-cart .product-box__img .sec-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.side-cart .product-box__text h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box__text h3 {
    font-size: 1.597vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart .product-box__text h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 359px) {
  .side-cart .product-box__text h3 {
    font-size: 16px;
  }
}
.side-cart .product-box__text .badge {
  background-color: #FFBE33;
  border-radius: 16px;
  padding: 6.5px 15.5px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box__text .badge {
    border-radius: 1.111vw;
    padding: 0.451vw 1.076vw;
    margin-top: 0.694vw;
  }
}
@media only screen and (max-width: 359px) {
  .side-cart .product-box__text .badge {
    padding: 5.5px 10.5px;
  }
}
.side-cart .product-box__text .badge p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 900;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box__text .badge p {
    font-size: 0.833vw;
  }
}
.side-cart .product-box__text .price {
  margin-top: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box__text .price {
    margin-top: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart .product-box__text .price {
    margin-top: 10px;
  }
}
.side-cart .product-box__text .price p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box__text .price p {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 359px) {
  .side-cart .product-box__text .price p {
    font-size: 14px;
  }
}
.side-cart .product-box__text .price p del {
  opacity: 0.6;
  margin-right: 7px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box__text .price p del {
    margin-right: 0.486vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart .product-box__text .price p del {
    margin-right: 5px;
  }
}
.side-cart .product-box .add-cart {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: auto;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.4s all ease-in-out;
}
.side-cart .product-box .add-cart:hover {
  box-shadow: 0 0 22px rgba(57, 84, 39, 0.7);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box .add-cart {
    width: 2.778vw;
    height: 2.778vw;
    min-width: 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart .product-box .add-cart {
    width: 31px;
    height: 31px;
    min-width: 31px;
  }
}
.side-cart .product-box .add-cart svg {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart .product-box .add-cart svg {
    width: 0.903vw;
    height: 0.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart .product-box .add-cart svg {
    width: 10px;
    height: 10px;
  }
}
.side-cart__order-summary {
  padding: 0 31px 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary {
    padding: 0 2.153vw 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__order-summary {
    padding: 0 26px 32px;
  }
}
.side-cart__order-summary h4 {
  font-family: "Fraunces", sans-serif;
  background: linear-gradient(89.96deg, #0F5942 26.46%, #689640 74.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary h4 {
    font-size: 2.083vw;
    margin-bottom: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__order-summary h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.side-cart__order-summary .des-secondary {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  line-height: 1.3;
  margin-bottom: 23px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .des-secondary {
    max-width: 24.306vw;
    margin-bottom: 1.597vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__order-summary .des-secondary {
    font-size: 14px;
  }
}
.side-cart__order-summary-total {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary-total {
    margin-bottom: 1.389vw;
  }
}
.side-cart__order-summary-total .total {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary-total .total {
    padding: 0.972vw 0;
    border-bottom: 0.069vw solid rgba(0, 0, 0, 0.18);
  }
}
.side-cart__order-summary-total .total:last-child {
  border-bottom: none;
}
.side-cart__order-summary-total .total p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary-total .total p {
    font-size: 1.25vw;
  }
}
.side-cart__order-summary-total .total span {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary-total .total span {
    font-size: 1.25vw;
  }
}
.side-cart__order-summary-total .total--you-save span {
  background: linear-gradient(89.96deg, #0F5942 26.46%, #689640 74.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.side-cart__order-summary-total .total--final p {
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary-total .total--final p {
    font-size: 1.389vw;
  }
}
.side-cart__order-summary-total .total--final span {
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary-total .total--final span {
    font-size: 1.389vw;
  }
}
.side-cart__order-summary .woocommerce-checkout .shop_table {
  width: 100%;
}
.side-cart__order-summary .woocommerce-checkout .shop_table .shipping {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .woocommerce-checkout .shop_table .shipping {
    font-size: 1.25vw;
  }
}
.side-cart__order-summary .woocommerce-checkout .shop_table .shipping .woocommerce-shipping-methods {
  width: 100%;
  max-width: 160px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .woocommerce-checkout .shop_table .shipping .woocommerce-shipping-methods {
    max-width: 11.111vw;
  }
}
.side-cart__order-summary .woocommerce-checkout .shop_table .shipping .woocommerce-shipping-methods li {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.side-cart__order-summary .woocommerce-checkout .shop_table .shipping .woocommerce-shipping-methods li input {
  width: 100%;
  max-width: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .woocommerce-checkout .shop_table .shipping .woocommerce-shipping-methods li input {
    max-width: 1.042vw;
  }
}
.side-cart__order-summary .woocommerce-checkout .shop_table .shipping .woocommerce-shipping-methods li label {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .woocommerce-checkout .shop_table .shipping .woocommerce-shipping-methods li label {
    font-size: 1.25vw;
  }
}
.side-cart__order-summary .check-out-btn {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .check-out-btn {
    margin-bottom: 1.25vw;
  }
}
.side-cart__order-summary .check-out-btn .cus-btn {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  font-size: 18px;
  padding: 18.5px 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .check-out-btn .cus-btn {
    font-size: 1.25vw;
    padding: 1.285vw 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__order-summary .check-out-btn .cus-btn {
    font-size: 14px;
    padding: 14px 10px;
  }
}
.side-cart__order-summary .guaranteed {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .guaranteed {
    margin-bottom: 0.833vw;
  }
}
.side-cart__order-summary .guaranteed svg {
  width: 12px;
  height: 15px;
  margin-right: 11px;
  display: inline-block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .guaranteed svg {
    width: 0.833vw;
    height: 1.042vw;
    margin-right: 0.764vw;
  }
}
.side-cart__order-summary .payment-icon {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .payment-icon {
    margin-bottom: 1.389vw;
  }
}
.side-cart__order-summary .payment-icon li {
  width: 100%;
  max-width: 34px;
  margin-right: 6px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .payment-icon li {
    max-width: 2.361vw;
    margin-right: 0.417vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__order-summary .payment-icon li {
    max-width: 23px;
  }
}
.side-cart__order-summary .payment-icon li:last-child {
  margin-right: 0;
}
.side-cart__order-summary .shopping-btn {
  border-radius: 130px;
  padding: 3px;
  background: linear-gradient(180deg, #0F5942 0%, #689640 100%);
  transition: 0.4s all ease-in-out;
}
.side-cart__order-summary .shopping-btn:hover {
  box-shadow: 0 0 22px rgba(57, 84, 39, 0.7);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .shopping-btn {
    border-radius: 9.028vw;
    padding: 0.208vw;
  }
}
.side-cart__order-summary .shopping-btn .cus-btn {
  background: #fff;
  max-width: 100%;
  font-size: 18px;
  padding: 15.5px 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__order-summary .shopping-btn .cus-btn {
    font-size: 1.25vw;
    padding: 1.076vw 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__order-summary .shopping-btn .cus-btn {
    font-size: 14px;
    padding: 11px 20px;
  }
}
.side-cart__order-summary .shopping-btn .cus-btn span {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.side-cart__bottom {
  background-color: #fff;
  padding: 23px 26px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__bottom {
    padding: 1.597vw 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__bottom {
    padding: 18px 16px;
  }
}
.side-cart__bottom .box {
  width: 100%;
  max-width: 114px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__bottom .box {
    max-width: 7.917vw;
  }
}
.side-cart__bottom .box__img {
  width: 100%;
  max-width: 28px;
  margin: 0 auto 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__bottom .box__img {
    max-width: 1.944vw;
    margin: 0 auto 0.556vw;
  }
}
.side-cart__bottom .box__text p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__bottom .box__text p {
    font-size: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .side-cart__bottom .box__text p {
    font-size: 10px;
  }
}

.js-hidden {
  overflow: hidden;
}

.cart-overlay {
  position: relative;
}
.cart-overlay::after {
  content: " ";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  top: 0;
  left: 0;
  z-index: 1;
}

/* side-cart css END here */
/* check-out css start here */
.check-out {
  padding: 0 0 80px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out {
    padding: 0 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out {
    padding: 0 0 32px;
  }
}
@media only screen and (max-width: 991px) {
  .check-out .cus-container {
    padding: 0;
  }
}
.check-out .step {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 36px 0;
  width: 100%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out .step {
    padding: 2.5vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .check-out .step {
    padding: 16px 28px;
  }
}
@media only screen and (max-width: 359px) {
  .check-out .step {
    padding: 16px 26px;
  }
}
.check-out .step .box {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.check-out .step .box.active .box__count {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
}
.check-out .step .box.active .box__text p {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.check-out .step .box__count {
  width: 100%;
  max-width: 33px;
  min-width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #000;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out .step .box__count {
    max-width: 2.292vw;
    min-width: 2.292vw;
    height: 2.292vw;
    margin-right: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out .step .box__count {
    max-width: 17px;
    min-width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 359px) {
  .check-out .step .box__count {
    margin-right: 3px;
  }
}
.check-out .step .box__count span {
  font-family: "Fraunces", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out .step .box__count span {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out .step .box__count span {
    font-size: 9px;
  }
}
.check-out .step .box__text p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out .step .box__text p {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out .step .box__text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 359px) {
  .check-out .step .box__text p {
    font-size: 10px;
  }
}
.check-out__wrap {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .check-out__wrap {
    flex-direction: column-reverse;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.check-out__wrap .step {
  display: none;
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .step {
    display: flex;
  }
}
.check-out__wrap .check-out__detail {
  width: 100%;
  max-width: 589px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail {
    max-width: 40.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .check-out__detail {
    padding: 0 26px;
    max-width: 100%;
    margin-top: 32px;
  }
}
.check-out__wrap .check-out__detail .step {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .check-out__detail .step {
    display: none;
  }
}
.check-out__wrap .check-out__detail form {
  margin-top: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form {
    margin-top: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .check-out__detail form {
    margin-top: 0;
  }
}
.check-out__wrap .check-out__detail form fieldset {
  border: none;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset {
    margin-bottom: 2.222vw;
  }
}
.check-out__wrap .check-out__detail form fieldset .title {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .title {
    margin-bottom: 1.944vw;
  }
}
.check-out__wrap .check-out__detail form fieldset .title img {
  width: 100%;
  max-width: 24px;
  margin-right: 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .title img {
    max-width: 1.667vw;
    margin-right: 0.556vw;
  }
}
.check-out__wrap .check-out__detail form fieldset .title h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .title h3 {
    font-size: 1.389vw;
  }
}
.check-out__wrap .check-out__detail form fieldset .form-detail {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp {
    margin-bottom: 14px;
  }
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--half {
  width: 100%;
  max-width: calc(50% - 6.5px);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--half {
    max-width: calc(50% - 0.451vw);
  }
}
@media only screen and (max-width: 767px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--half {
    max-width: 100%;
  }
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp input,
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 130px;
  outline: none;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  padding: 13.5px 22px;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp input,
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp select {
    border: 0.069vw solid rgba(0, 0, 0, 0.1);
    border-radius: 9.028vw;
    font-size: 1.042vw;
    padding: 0.938vw 1.528vw;
  }
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp input::-moz-placeholder {
  color: #000;
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp input::placeholder {
  color: #000;
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp input:focus {
  border: 1px solid #000;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp input:focus {
    border: 0.069vw solid #000;
  }
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox {
  position: relative;
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox input:checked + label .check-box {
  background-color: #999999;
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox input:checked + label .check-box::after {
  opacity: 1;
  visibility: visible;
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox label {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox label .check-box {
  width: 17px;
  height: 17px;
  border: 1.2px solid #999999;
  position: relative;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox label .check-box {
    width: 1.181vw;
    height: 1.181vw;
    border: 0.083vw solid #999999;
  }
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox label .check-box::after {
  content: " ";
  position: absolute;
  background-image: url("../images/black-checkmark.png");
  width: 9px;
  height: 15px;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox label .check-box::after {
    width: 0.625vw;
    height: 1.042vw;
  }
}
.check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox label p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  margin-left: 7px;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox label p {
    font-size: 0.972vw;
    margin-left: 0.486vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .check-out__detail form fieldset .form-detail .form-grp--checkbox label p {
    font-size: 12px;
    line-height: 1;
  }
}
.check-out__wrap .check-out__detail form .checkout-btn {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  border: none;
  outline: none;
  max-width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form .checkout-btn {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .check-out__detail form .checkout-btn {
    font-size: 14px;
    padding: 14px 11px;
  }
}
.check-out__wrap .check-out__detail form .woocommerce-error {
  border-top: 3px solid #0F5942;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form .woocommerce-error {
    border-top: 0.208vw solid #0F5942;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form .woocommerce-error {
    border-top: 0.2vw solid #0F5942;
  }
}
.check-out__wrap .check-out__detail form .woocommerce-error::before {
  color: #0F5942;
  width: 16px;
}
.check-out__wrap .check-out__detail form .woocommerce-error li {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail form .woocommerce-error li {
    font-size: 1.111vw;
  }
}
.check-out__wrap .check-out__detail .wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .wrapper {
    margin-top: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .check-out__wrap .check-out__detail .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .check-out__wrap .check-out__detail .wrapper .guaranteed {
    margin-bottom: 12px;
  }
}
.check-out__wrap .check-out__detail .wrapper .guaranteed p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .wrapper .guaranteed p {
    font-size: 0.972vw;
  }
}
.check-out__wrap .check-out__detail .wrapper .guaranteed p svg {
  width: 12px;
  height: 15px;
  margin-right: 11px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .wrapper .guaranteed p svg {
    width: 0.833vw;
    height: 1.042vw;
    margin-right: 0.764vw;
  }
}
.check-out__wrap .check-out__detail .wrapper .payment-icon {
  display: flex;
}
.check-out__wrap .check-out__detail .wrapper .payment-icon li {
  width: 100%;
  max-width: 26px;
  margin-right: 5px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .wrapper .payment-icon li {
    max-width: 1.806vw;
    margin-right: 0.347vw;
  }
}
@media only screen and (max-width: 767px) {
  .check-out__wrap .check-out__detail .wrapper .payment-icon li {
    max-width: 25px;
  }
}
.check-out__wrap .check-out__detail .wrapper .payment-icon li:last-child {
  margin-right: 0;
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods {
  padding: 0 !important;
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li label {
  display: flex;
  flex-wrap: wrap;
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li label {
    font-size: 1.25vw;
  }
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li label img {
  width: 100%;
  max-width: 50px;
  margin: 0 10px !important;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li label img {
    max-width: 3.472vw;
    margin: 0 0.694vw !important;
  }
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box {
  background-color: #fff !important;
  padding: 0 !important;
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box::before {
  display: none !important;
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box p {
  font-family: "Fraunces", sans-serif;
  color: #000 !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box p {
    font-size: 0.972vw;
  }
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box p a {
  color: #000;
  text-decoration: underline;
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form #woocommerce-revolut-card-element, .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form .woocommerce-input-wrapper input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 130px !important;
  outline: none;
  font-family: "AvenirLTStd", sans-serif !important;
  color: #000;
  font-size: 15px !important;
  line-height: 1.3;
  font-weight: 400;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form #woocommerce-revolut-card-element, .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form .woocommerce-input-wrapper input {
    border: 0.069vw solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 9.028vw !important;
    font-size: 1.042vw !important;
  }
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form #woocommerce-revolut-card-element:focus, .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form .woocommerce-input-wrapper input:focus {
  border: 1px solid #000 !important;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form #woocommerce-revolut-card-element:focus, .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form .woocommerce-input-wrapper input:focus {
    border: 0.069vw solid #000 !important;
  }
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form #woocommerce-revolut-card-element {
  padding: 11px 22px !important;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form #woocommerce-revolut-card-element {
    padding: 0.764vw 1.528vw !important;
  }
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form .woocommerce-input-wrapper input {
  padding: 13.5px 22px !important;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .payment_box .wc-payment-form .woocommerce-input-wrapper input {
    padding: 0.938vw 1.528vw !important;
  }
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .woocommerce-error {
  border-top: 3px solid #0F5942;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .woocommerce-error {
    border-top: 0.208vw solid #0F5942;
  }
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .woocommerce-error::before {
  color: #0F5942;
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .payment_methods li .woocommerce-error li {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}
.check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .form-row {
  padding: 0 !important;
  margin: 10px 0 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .check-out__detail .woocommerce-checkout-payment fieldset .form-detail .form-row {
    margin: 0.694vw 0 0;
  }
}
.check-out__wrap .side-cart {
  position: unset;
  opacity: 1;
  visibility: visible;
  height: 100%;
  border-radius: 28px;
  background-color: #F6F4F3;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart {
    border-radius: 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .check-out__wrap .side-cart {
    border-radius: 0;
  }
}
.check-out__wrap .side-cart__header-title {
  background: transparent;
  padding: 32px 31px 28px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__header-title {
    padding: 2.222vw 2.153vw 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__header-title {
    padding: 26px;
  }
}
.check-out__wrap .side-cart__header-title img {
  max-width: 24px;
}
.check-out__wrap .side-cart__header-title h2 {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__header-title h2 {
    font-size: 22px;
  }
}
.check-out__wrap .side-cart__body {
  padding: 0 31px 38px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__body {
    padding: 0 2.153vw 2.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__body {
    padding: 0 26px 26px;
  }
}
.check-out__wrap .side-cart__body-product {
  margin-bottom: 38px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__body-product {
    margin-bottom: 2.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__body-product {
    margin-bottom: 26px;
  }
}
.check-out__wrap .side-cart__body-progress {
  background-color: rgba(0, 0, 0, 0.0392156863);
  padding: 36px 20px 28px;
  margin: 0 -31px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__body-progress {
    padding: 36px 20px 28px;
    margin: 0 -2.153vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__body-progress {
    padding: 29px 24px 24px;
    margin: 0 -26px 0;
  }
}
.check-out__wrap .side-cart__body-recommended {
  background-color: rgba(0, 0, 0, 0.0392156863);
  padding: 0 28px 28px;
  margin: 0 -31px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__body-recommended {
    margin: 0 -2.153vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__body-recommended {
    padding: 0 26px 26px;
    margin: 0 -26px;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__body-recommended h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__order-summary {
    padding: 0 26px 26px;
  }
}
.check-out__wrap .side-cart__order-summary h4 {
  margin-bottom: 21px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__order-summary h4 {
    margin-bottom: 1.458vw;
  }
}
.check-out__wrap .side-cart__order-summary .des-secondary {
  max-width: 360px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__order-summary .des-secondary {
    max-width: 25vw;
    margin-bottom: 0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__order-summary .des-secondary {
    margin-bottom: 16px;
  }
}
.check-out__wrap .side-cart__order-summary form {
  padding: 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__order-summary form {
    margin-bottom: 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__order-summary form {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 26px;
  }
}
.check-out__wrap .side-cart__order-summary form input {
  background-color: #fff;
  border-radius: 130px;
  width: 100%;
  max-width: 325px;
  border: none;
  outline: none;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.14;
  font-weight: 400;
  padding: 16.5px 22px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__order-summary form input {
    border-radius: 9.028vw;
    max-width: 22.569vw;
    font-size: 0.972vw;
    padding: 1.146vw 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__order-summary form input {
    max-width: 200px;
    font-size: 12px;
    padding: 17.5px 22px;
  }
}
.check-out__wrap .side-cart__order-summary form input::-moz-placeholder {
  color: #000;
}
.check-out__wrap .side-cart__order-summary form input::placeholder {
  color: #000;
}
.check-out__wrap .side-cart__order-summary form .cus-btn {
  border: none;
  outline: none;
  max-width: 117px;
  font-size: 16px;
  font-family: "AvenirLTStd", sans-serif;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  padding: 14.5px 10px;
  margin-left: 8px;
  margin-right: 0;
  box-shadow: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__order-summary form .cus-btn {
    max-width: 8.125vw;
    font-size: 1.111vw;
    padding: 1.007vw 0.694vw;
    margin-left: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .check-out__wrap .side-cart__order-summary form .cus-btn {
    max-width: 104px;
    margin-left: 4px;
  }
}
.check-out__wrap .side-cart__order-summary form .cus-btn:hover {
  box-shadow: 0 0 22px rgba(57, 84, 39, 0.7);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .check-out__wrap .side-cart__order-summary form .cus-btn:hover {
    box-shadow: 0 0 1.528vw rgba(57, 84, 39, 0.7);
  }
}
.check-out__wrap .side-cart__order-summary-total {
  margin-bottom: 0;
}

/* check-out css END here */
/* advertorial-banner css start here */
.advertorial-banner {
  padding: 66px 0 286px;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-banner {
    padding: 4.583vw 0 19.861vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-banner {
    padding: 32px 0 250px;
  }
}
.advertorial-banner .rating {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-banner .rating {
    margin-bottom: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-banner .rating {
    margin-bottom: 10px;
  }
}
.advertorial-banner .sec-heading .heading-xl {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-banner .sec-heading .heading-xl {
    margin-bottom: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-banner .sec-heading .heading-xl {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
.advertorial-banner .sec-heading .des-primary {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-banner .sec-heading .des-primary {
    max-width: 54.444vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-banner .sec-heading .des-primary {
    font-size: 14px;
  }
}
.advertorial-banner .advertorial-time {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-banner .advertorial-time {
    margin-top: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-banner .advertorial-time {
    margin-top: 10px;
  }
}
.advertorial-banner .advertorial-time svg {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-banner .advertorial-time svg {
    width: 1.458vw;
    height: 1.458vw;
    margin-right: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-banner .advertorial-time svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.advertorial-banner .advertorial-time .des-primary {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .advertorial-banner .advertorial-time .des-primary {
    font-size: 16px;
  }
}

/* advertorial-banner css END here */
/* advertorial-detail css start here */
.advertorial-detail {
  padding: 0 0 140px;
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 50%, #ECE9E6 100%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail {
    padding: 0 0 9.722vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail {
    padding: 0 0 40px;
  }
}
.advertorial-detail .cus-container {
  max-width: 1302px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail .cus-container {
    max-width: 90.417vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail .cus-container {
    padding: 0 18px;
    max-width: 767px;
  }
}
@media only screen and (max-width: 767px) {
  .advertorial-detail .cus-container {
    max-width: 575px;
  }
}
.advertorial-detail .wrapper {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: -225px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail .wrapper {
    margin-top: -15.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail .wrapper {
    flex-direction: column;
    margin-top: -219px;
  }
}
.advertorial-detail__post {
  width: 100%;
  max-width: 66.3%;
  background-color: #FFFEFE;
  border-radius: 32px;
  padding: 40px 60px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post {
    border-radius: 2.222vw;
    padding: 2.778vw 4.167vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post {
    max-width: 100%;
    padding: 40px 24px;
    margin-bottom: 26px;
  }
}
.advertorial-detail__post-heading {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post-heading {
    margin-bottom: 2.222vw;
  }
}
.advertorial-detail__post-heading h2 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post-heading h2 {
    font-size: 3.333vw;
    margin-bottom: 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post-heading h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post-heading .des-primary {
    text-align: center;
    font-size: 14px;
  }
}
.advertorial-detail__post .box {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box {
    margin-bottom: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box {
    margin-bottom: 30px;
  }
}
.advertorial-detail__post .box:last-child {
  margin-bottom: 0;
}
.advertorial-detail__post .box--about-product .box__img {
  margin: 0 auto 32px;
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box--product-detail .box__btn .cuc-btn {
    padding: 16.5px 11px;
  }
}
.advertorial-detail__post .box__img {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box__img {
    margin-bottom: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box__img {
    max-width: 276px;
    margin: 0 auto 52px;
  }
}
.advertorial-detail__post .box__img .sec-img {
  padding-top: 59.4%;
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box__img .sec-img {
    padding-top: 155.1%;
  }
}
.advertorial-detail__post .box__img .sec-img img {
  border-radius: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box__img .sec-img img {
    border-radius: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box__img .sec-img img {
    border-radius: 12px;
  }
}
.advertorial-detail__post .box__heading {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box__heading {
    margin-bottom: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box__heading {
    margin-bottom: 27px;
  }
}
.advertorial-detail__post .box__heading h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box__heading h3 {
    font-size: 2.5vw;
    margin-bottom: 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box__heading h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.advertorial-detail__post .box__heading h3 strong {
  background: linear-gradient(89.96deg, #0F5942 26.46%, #689640 74.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box__heading .des-primary {
    text-align: center;
    font-size: 18px;
  }
}
.advertorial-detail__post .box .step {
  counter-reset: section;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step {
    margin-bottom: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .step {
    display: flex;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 32px;
  }
}
.advertorial-detail__post .box .step__box {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step__box {
    margin-bottom: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .step__box {
    flex-direction: column;
  }
}
.advertorial-detail__post .box .step__box:last-child {
  margin-bottom: 0;
}
.advertorial-detail__post .box .step__box-img {
  width: 100%;
  max-width: 136px;
  margin-right: 22px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step__box-img {
    max-width: 9.444vw;
    margin-right: 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .step__box-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.advertorial-detail__post .box .step__box-img figure {
  width: 100%;
  max-width: 136px;
  min-width: 136px;
  height: 136px;
  border-radius: 100%;
  background-color: #F7F7F7;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step__box-img figure {
    max-width: 9.444vw;
    min-width: 9.444vw;
    height: 9.444vw;
  }
}
.advertorial-detail__post .box .step__box-img figure img {
  width: 100%;
  max-width: 64px;
  height: auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step__box-img figure img {
    max-width: 4.444vw;
  }
}
.advertorial-detail__post .box .step__box-img span {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #000;
  display: block;
  margin: -15px auto 0;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step__box-img span {
    width: 2.083vw;
    height: 2.083vw;
    margin: -1.042vw auto 0;
  }
}
.advertorial-detail__post .box .step__box-img span::before {
  position: absolute;
  counter-increment: section;
  content: counter(section);
  font-family: "Fraunces", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step__box-img span::before {
    font-size: 1.042vw;
  }
}
.advertorial-detail__post .box .step__box-text h4 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step__box-text h4 {
    font-size: 1.806vw;
    margin-bottom: 1.042vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .step__box-text h4 {
    text-align: center;
    margin-bottom: 13px;
  }
}
.advertorial-detail__post .box .step__box-text .des-primary {
  width: 100%;
  max-width: 247px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .step__box-text .des-primary {
    max-width: 17.153vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .step__box-text .des-primary {
    text-align: center;
    font-size: 18px;
    max-width: 100%;
  }
}
.advertorial-detail__post .box__btn {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box__btn {
    margin-bottom: 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box__btn .cus-btn {
    padding: 20.5px 11px;
  }
}
.advertorial-detail__post .box .about-product {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .about-product {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.advertorial-detail__post .box .about-product .box {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .about-product .box {
    margin-bottom: 1.736vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .about-product .box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-bottom: 25px;
  }
}
.advertorial-detail__post .box .about-product .box:last-child {
  margin-bottom: 0;
}
.advertorial-detail__post .box .about-product .box__img {
  width: 100%;
  max-width: 55px;
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .about-product .box__img {
    max-width: 3.819vw;
    margin: 0 1.25vw 0 0;
  }
}
.advertorial-detail__post .box .about-product .box__text h4 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .about-product .box__text h4 {
    font-size: 1.528vw;
    margin-bottom: 0.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .about-product .box__text h4 {
    margin-bottom: 16px;
  }
}
.advertorial-detail__post .box .about-product .box__text p {
  font-family: "AvenirLTStd", sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .about-product .box__text p {
    font-size: 1.111vw;
  }
}
.advertorial-detail__post .box .product-detail {
  padding: 0;
  display: flex;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .product-detail {
    margin-bottom: 2.361vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .product-detail {
    flex-direction: column;
    margin-bottom: 22px;
  }
}
.advertorial-detail__post .box .product-detail ul {
  width: 100%;
  max-width: 360px;
  margin-right: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .product-detail ul {
    max-width: 25vw;
    margin-right: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .product-detail ul {
    max-width: 100%;
    margin: 0 0 17px 0;
  }
}
.advertorial-detail__post .box .product-detail ul:last-child {
  margin-right: 0;
  max-width: 218px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .product-detail ul:last-child {
    max-width: 15.139vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .product-detail ul:last-child {
    max-width: 100%;
    margin: 0;
  }
}
.advertorial-detail__post .box .product-detail ul li {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .product-detail ul li {
    margin-bottom: 1.806vw;
  }
}
.advertorial-detail__post .box .product-detail ul li:last-child {
  margin-bottom: 0;
}
.advertorial-detail__post .box .product-detail ul li figure {
  width: 100%;
  max-width: 42px;
  margin-right: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .product-detail ul li figure {
    max-width: 2.917vw;
    margin-right: 1.042vw;
  }
}
.advertorial-detail__post .box .product-detail ul li p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__post .box .product-detail ul li p {
    font-size: 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__post .box .product-detail ul li p {
    font-size: 20px;
  }
}
.advertorial-detail__bundle {
  width: 100%;
  max-width: 30%;
  background: transparent;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle {
    max-width: unset;
    width: auto;
    padding: 0 18px;
  }
}
.advertorial-detail__bundle .wrapper {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .wrapper {
    margin: 0 auto;
  }
}
.advertorial-detail__bundle .best-bundle__slider {
  flex-direction: column;
  padding-top: 27px;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider {
    padding-top: 1.875vw;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box {
  max-width: 380px;
  margin-bottom: 27px;
  background: #FFFEFE;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box {
    max-width: 26.389vw;
    margin-bottom: 1.875vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box {
    margin-bottom: 15px;
    padding: 52px 0 42px;
  }
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box:last-child {
    margin-bottom: 0;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box:first-child {
  margin-bottom: 59px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box:first-child {
    margin-bottom: 4.097vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box:first-child {
    margin-bottom: 58px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__badge {
    max-width: 193px;
    padding: 13px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__badge p {
    font-size: 18px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box__img {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__img {
    margin-bottom: 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__img {
    margin-bottom: 15px;
    padding: 0 28px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box__img figure {
  height: 225px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__img figure {
    height: 15.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__img figure {
    height: 198px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text h3 {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-price {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-price-left {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-price-left h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-price-right p {
    font-size: 19px;
    margin-bottom: 4px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-price-right span {
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-price-right span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe {
    margin-bottom: 22px;
  }
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe label .circle {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe label .circle::after {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe label .text__wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe label .text__wrap h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe label .text__wrap .badge {
    font-size: 12px;
    padding: 6.5px 13px;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe label .text ul li {
    background-size: 15px;
    padding-left: 22px;
    font-size: 12px;
    margin-bottom: 7px;
  }
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__text-subscribe label .text ul li:last-child {
    margin-bottom: 0;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box__btn {
  margin-top: 38px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__btn {
    margin-top: 2.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__btn {
    margin-top: 38px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box__btn .cus-btn {
  max-width: 266px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__btn .cus-btn {
    max-width: 18.472vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box__btn .cus-btn {
    max-width: 256px;
    font-size: 18px;
    padding: 16.5px 14px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular {
  padding: 52px 0 62px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular {
    padding: 3.611vw 0 4.306vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular {
    margin-top: 23px;
    padding: 46px 0 42px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__badge {
    max-width: 217px;
    padding: 11.5px 10px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn {
  margin-top: 43px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn {
    margin-top: 2.986vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn {
    margin-top: 43px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn .cus-btn {
  font-size: 18px;
  max-width: 256px;
  padding: 18.5px 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn .cus-btn {
    font-size: 1.25vw;
    max-width: 17.778vw;
    padding: 1.285vw 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__btn .cus-btn {
    max-width: 266px;
    font-size: 17px;
    padding: 17px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__img {
    margin-bottom: 10px;
  }
}
.advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__img figure {
  height: 274px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__img figure {
    height: 19.028vw;
  }
}
@media only screen and (max-width: 991px) {
  .advertorial-detail__bundle .best-bundle__slider .best-bundle-box--most-popular .best-bundle-box__img figure {
    height: 242px;
  }
}

/* advertorial-detail css END here */
/* product css start here */
.product {
  padding: 10px 0 40px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product {
    padding: 0.694vw 0 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .product {
    padding: 10px 0 24px;
  }
}
.product .cus-container {
  max-width: 1270px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product .cus-container {
    max-width: 88.194vw;
  }
}
@media only screen and (max-width: 991px) {
  .product .cus-container {
    max-width: 767px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product .cus-container {
    max-width: 575px;
  }
}
.product__wrap {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .product__wrap {
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.product__wrap-left {
  width: 100%;
  max-width: 50%;
  position: sticky;
}
@media only screen and (max-width: 991px) {
  .product__wrap-left {
    position: unset;
    max-width: 520px;
    margin-bottom: 29px;
  }
}
.product__wrap-left-slider {
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left-slider {
    margin-bottom: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-left-slider {
    margin-bottom: 16px;
  }
}
.product__wrap-left-slider .slide-for {
  display: none;
}
.product__wrap-left-slider .slide-for.slick-initialized {
  display: block;
}
.product__wrap-left-slider .slide-for__img {
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left-slider .slide-for__img {
    border-radius: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-left-slider .slide-for__img {
    border-radius: 6px;
  }
}
.product__wrap-left .slide-now {
  margin: 0 -8px 0 -10px;
  display: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left .slide-now {
    margin: 0 -0.556vw 0 -0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-left .slide-now {
    margin: 0 -5px;
  }
}
.product__wrap-left .slide-now.slick-initialized {
  display: block;
}
.product__wrap-left .slide-now.less-items .slick-track {
  transform: none !important;
}
.product__wrap-left .slide-now__img {
  margin: 0 10px;
  border-radius: 12px;
  overflow: hidden;
  padding: 2px;
  background: transparent;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left .slide-now__img {
    margin: 0 0.694vw;
    border-radius: 0.833vw;
    padding: 0.139vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-left .slide-now__img {
    margin: 0 5px;
    border-radius: 6px;
    padding: 1px;
  }
}
.product__wrap-left .slide-now__img.slick-current {
  background: linear-gradient(180deg, #105A43 0%, #699641 100%);
}
.product__wrap-left .slide-now__img figure {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left .slide-now__img figure {
    border-radius: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-left .slide-now__img figure {
    border-radius: 5px;
  }
}
.product__wrap-left .custom-slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  width: 44px;
  height: 44px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left .custom-slick-arrow {
    width: 3.056vw;
    height: 3.056vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-left .custom-slick-arrow {
    width: 22px;
    height: 22px;
  }
}
.product__wrap-left .custom-slick-arrow:hover {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
}
.product__wrap-left .custom-slick-arrow-prev {
  left: -20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left .custom-slick-arrow-prev {
    left: -1.389vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-left .custom-slick-arrow-prev {
    left: -7px;
  }
}
.product__wrap-left .custom-slick-arrow-next {
  right: -20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left .custom-slick-arrow-next {
    right: -1.389vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-left .custom-slick-arrow-next {
    right: -7px;
  }
}
.product__wrap-left .custom-slick-arrow svg {
  width: 18px;
  height: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left .custom-slick-arrow svg {
    width: 1.25vw;
    height: 1.111vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-left .custom-slick-arrow svg {
    width: 8px;
    height: 11px;
  }
}
.product__wrap-left .review {
  max-width: 100%;
  margin-top: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-left .review {
    margin-top: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-left .review {
    display: none;
  }
}
.product__wrap-right {
  width: 100%;
  max-width: 42.32%;
}
@media only screen and (max-width: 991px) {
  .product__wrap-right {
    max-width: 520px;
  }
}
.product__wrap-right .rating {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .rating {
    margin-bottom: 2.083vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .rating {
    margin-bottom: 12px;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.product__wrap-right .sec-heading {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .sec-heading {
    margin-bottom: 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .sec-heading {
    margin-bottom: 18px;
  }
}
.product__wrap-right .sec-heading .heading-xl {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .sec-heading .heading-xl {
    margin-bottom: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .sec-heading .heading-xl {
    margin-bottom: 12px;
    font-size: 42px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .sec-heading .des-primary {
    text-align: center;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right .product-list {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.product__wrap-right .product-list li {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 10px;
  padding-left: 33px;
  background-image: url("../images/green-checkmark.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left top;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .product-list li {
    font-size: 1.25vw;
    margin-bottom: 0.694vw;
    padding-left: 2.292vw;
    background-size: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .product-list li {
    font-size: 14px;
    background-size: 19px;
    padding-left: 0;
    font-weight: 900;
    padding-top: 28px;
    background-position: top center;
    text-align: center;
  }
}
.product__wrap-right .product-list li:last-child {
  margin-bottom: 0;
}
.product__wrap-right .fast-shipping-label {
  font-weight: bold;
  font-size: 18px;
  margin-top: 32px;
  padding: 20px 10px;
  line-height: 1.5;
  background-color: #ffffff;
  font-family: "AvenirLTStd", sans-serif;
  border-radius: 10px;
}
.product__wrap-right .fast-shipping-label p {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.product__wrap-right .fast-shipping-label span {
  color: #105A43;
}
.product__wrap-right form {
  margin-top: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form {
    margin-top: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form {
    margin-top: 24px;
  }
}
.product__wrap-right form fieldset {
  border: none;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form fieldset {
    margin-bottom: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form fieldset {
    margin-bottom: 29px;
  }
}
.product__wrap-right form fieldset h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form fieldset h3 {
    font-size: 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form fieldset h3 {
    font-size: 18px;
  }
}
.product__wrap-right form .your-bundle h3 {
  margin-bottom: 38px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle h3 {
    margin-bottom: 2.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .your-bundle h3 {
    margin-bottom: 22px;
  }
}
.product__wrap-right form .your-bundle__wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__wrap {
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.product__wrap-right form .your-bundle__box {
  width: 100%;
  max-width: 165px;
  position: relative;
  margin-right: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box {
    max-width: 11.458vw;
    margin-right: 0.972vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box {
    margin-right: 0;
    margin-bottom: 28px;
    max-width: 311px;
  }
  .product__wrap-right form .your-bundle__box:last-child {
    margin-bottom: 0;
  }
}
.product__wrap-right form .your-bundle__box:last-child {
  margin-right: 0;
}
.product__wrap-right form .your-bundle__box-bagde {
  position: absolute;
  border-radius: 40px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 6px 16.5px;
  z-index: 1;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box-bagde {
    border-radius: 2.778vw;
    padding: 0.417vw 1.146vw;
    top: -1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box-bagde {
    transform: unset;
    left: 20px;
    top: -12px;
  }
}
.product__wrap-right form .your-bundle__box-bagde--most-popular {
  background-color: #EA3950;
}
.product__wrap-right form .your-bundle__box-bagde--best-value {
  background-color: #C84EAA;
}
.product__wrap-right form .your-bundle__box-bagde p {
  font-family: "AvenirLTStd", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box-bagde p {
    font-size: 0.833vw;
  }
}
.product__wrap-right form .your-bundle__box input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product__wrap-right form .your-bundle__box input:checked + label {
  background: linear-gradient(180deg, #105A43 0%, #699641 100%);
}
.product__wrap-right form .your-bundle__box label {
  position: relative;
  background: #fff;
  padding: 3px;
  border-radius: 12px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label {
    padding: 0.208vw;
    border-radius: 0.833vw;
  }
}
.product__wrap-right form .your-bundle__box label .item {
  background-color: #fff;
  border-radius: 9px;
  padding: 22px 22px 25px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item {
    border-radius: 0.625vw;
    padding: 1.528vw 1.528vw 1.736vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .your-bundle__box label .item {
    padding: 18px 18px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 21px 28px;
  }
}
@media only screen and (max-width: 359px) {
  .product__wrap-right form .your-bundle__box label .item {
    padding: 21px 15px;
  }
}
.product__wrap-right form .your-bundle__box label .item__img {
  margin-bottom: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__img {
    margin-bottom: 0.625vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item__img {
    width: 100%;
    max-width: 112px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 359px) {
  .product__wrap-right form .your-bundle__box label .item__img {
    max-width: 100px;
    margin: 0 12px 0 0;
  }
}
.product__wrap-right form .your-bundle__box label .item__img .sec-img {
  padding-top: 86.1%;
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .your-bundle__box label .item__img .sec-img {
    padding-top: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item__img .sec-img {
    padding-top: 89%;
  }
}
.product__wrap-right form .your-bundle__box label .item__img .sec-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product__wrap-right form .your-bundle__box label .item__text h4 {
  display: block;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  padding: 5.5px 12.5px;
  border-radius: 49px;
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 auto 7px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text h4 {
    border: 0.069vw solid rgba(0, 0, 0, 0.5019607843);
    padding: 0.382vw 0.868vw;
    border-radius: 3.403vw;
    font-size: 0.833vw;
    margin: 0 auto 0.486vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item__text h4 {
    margin: 0 0 7px;
  }
}
.product__wrap-right form .your-bundle__box label .item__text-price {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text-price {
    margin-bottom: 0.833vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item__text-price {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.product__wrap-right form .your-bundle__box label .item__text-price-left {
  margin-right: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text-price-left {
    margin-right: 0.278vw;
  }
}
.product__wrap-right form .your-bundle__box label .item__text-price-left h5 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text-price-left h5 {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item__text-price-left h5 {
    font-size: 16px;
  }
}
.product__wrap-right form .your-bundle__box label .item__text-price-right {
  line-height: 0;
}
.product__wrap-right form .your-bundle__box label .item__text-price-right p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text-price-right p {
    font-size: 0.694vw;
    margin-bottom: 0.069vw;
  }
}
.product__wrap-right form .your-bundle__box label .item__text-price-right span {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text-price-right span {
    font-size: 0.556vw;
  }
}
.product__wrap-right form .your-bundle__box label .item__text-badge {
  background-color: #FFBE33;
  border-radius: 36px;
  padding: 5px 12px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 7px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text-badge {
    border-radius: 2.5vw;
    padding: 0.347vw 0.833vw;
    margin: 0 auto 0.486vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item__text-badge {
    padding: 5px 13px;
  }
}
.product__wrap-right form .your-bundle__box label .item__text-badge p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text-badge p {
    font-size: 0.764vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item__text-badge p {
    font-size: 11px;
  }
}
.product__wrap-right form .your-bundle__box label .item__text-total p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .your-bundle__box label .item__text-total p {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .your-bundle__box label .item__text-total p {
    font-size: 24px;
    text-align: left;
  }
}
.product__wrap-right form .save-and-sub h3 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub h3 {
    margin-bottom: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub h3 {
    margin-bottom: 18px;
  }
}
.product__wrap-right form .save-and-sub__box {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box {
    margin-bottom: 1.25vw;
  }
}
.product__wrap-right form .save-and-sub__box:last-child {
  margin-bottom: 0;
}
.product__wrap-right form .save-and-sub__box input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product__wrap-right form .save-and-sub__box input:checked + label {
  background: linear-gradient(180deg, #105A43 0%, #699741 100%);
}
.product__wrap-right form .save-and-sub__box input:checked + label .circle {
  background: linear-gradient(180deg, #105A43 0%, #699741 100%);
}
.product__wrap-right form .save-and-sub__box input:checked + label .circle::after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box input:checked + label .box__bottom {
    display: block;
  }
}
.product__wrap-right form .save-and-sub__box label {
  background: linear-gradient(180deg, rgba(16, 90, 67, 0.16) 0%, rgba(105, 150, 65, 0.16) 100%);
  padding: 3px;
  border-radius: 18px;
  display: block;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label {
    padding: 0.208vw;
    border-radius: 1.25vw;
  }
}
.product__wrap-right form .save-and-sub__box label .box {
  padding: 26px 24px;
  background-color: #fff;
  border-radius: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box {
    padding: 1.806vw 1.667vw;
    border-radius: 1.042vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box {
    padding: 26px 15px;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.product__wrap-right form .save-and-sub__box label .box__wrap-left {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left {
    flex-wrap: wrap;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-left .circle {
  background: linear-gradient(180deg, rgba(16, 90, 67, 0.16) 0%, rgba(105, 151, 65, 0.16) 100%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left .circle {
    width: 1.389vw;
    height: 1.389vw;
    margin-right: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left .circle {
    width: 20px;
    height: 20px;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-left .circle::before {
  content: " ";
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left .circle::before {
    width: 1.181vw;
    height: 1.181vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left .circle::before {
    width: 15px;
    height: 15px;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-left .circle::after {
  content: " ";
  position: absolute;
  background: linear-gradient(180deg, #105A43 0%, #699741 100%);
  border-radius: 100%;
  width: 11px;
  height: 11px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left .circle::after {
    width: 0.764vw;
    height: 0.764vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left .circle::after {
    width: 9px;
    height: 9px;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-left h5 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left h5 {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left h5 {
    font-size: 12px;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-left-badge {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  border-radius: 78px;
  padding: 6px 10.5px;
  margin-left: 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left-badge {
    border-radius: 5.417vw;
    padding: 0.417vw 0.729vw;
    margin-left: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left-badge {
    padding: 5px 7px;
    margin-left: 30px;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-left-badge p {
  font-family: "AvenirLTStd", sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left-badge p {
    font-size: 0.694vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-left-badge p {
    font-size: 9px;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-right {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-right {
    flex-direction: column;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-right .price {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-right: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-right .price {
    font-size: 1.389vw;
    margin-right: 0.278vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-right .price {
    font-size: 14px;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-right .price-per-item {
  line-height: 0;
}
.product__wrap-right form .save-and-sub__box label .box__wrap-right .price-per-item p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-right .price-per-item p {
    font-size: 0.833vw;
    margin-bottom: 0.139vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-right .price-per-item p {
    display: none;
  }
}
.product__wrap-right form .save-and-sub__box label .box__wrap-right .price-per-item span {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-right .price-per-item span {
    font-size: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box__wrap-right .price-per-item span {
    font-size: 9px;
    margin-top: 4px;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box .box__bottom {
    display: none;
  }
}
.product__wrap-right form .save-and-sub__box label .box ul {
  margin: 18px 0 0 60px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box ul {
    margin: 1.25vw 0 0 4.167vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box ul {
    margin-left: 31px;
  }
}
.product__wrap-right form .save-and-sub__box label .box ul li {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  padding-left: 22px;
  background-image: url("../images/green-checkmark.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left top;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box ul li {
    font-size: 0.972vw;
    padding-left: 1.528vw;
    background-size: 1.042vw;
    margin-bottom: 0.278vw;
  }
}
.product__wrap-right form .save-and-sub__box label .box ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .save-and-sub__box label .box ul li {
    font-weight: 900;
    font-size: 14px;
    background-size: 15px;
    padding-left: 22px;
    line-height: 1;
    margin-bottom: 6px;
  }
}
.product__wrap-right form .save-and-sub__box label .box .description {
  margin-top: 13px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box .description {
    margin-top: 0.903vw;
  }
}
.product__wrap-right form .save-and-sub__box label .box .description p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .save-and-sub__box label .box .description p {
    font-size: 0.833vw;
  }
}
.product__wrap-right form .final-price p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .final-price p {
    font-size: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .final-price p {
    font-size: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 359px) {
  .product__wrap-right form .final-price p {
    font-size: 20px;
  }
}
.product__wrap-right form .final-price p del {
  color: #828282;
  margin-left: 12px;
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .final-price p del {
    margin-left: 0.833vw;
    font-size: 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right form .final-price p del {
    font-size: 20px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 359px) {
  .product__wrap-right form .final-price p del {
    font-size: 18px;
  }
}
.product__wrap-right form .cus-btn {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  border: none;
  outline: none;
  font-size: 18px;
  line-height: 1.2;
  max-width: 100%;
  padding: 17.5px 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right form .cus-btn {
    font-size: 1.25vw;
    padding: 1.215vw 1.389vw;
  }
}
.product__wrap-right .guaranteed {
  margin-top: 22px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .guaranteed {
    margin-top: 1.528vw;
  }
}
.product__wrap-right .guaranteed p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .guaranteed p {
    font-size: 0.972vw;
  }
}
.product__wrap-right .guaranteed p svg {
  width: 12px;
  height: 17px;
  margin-right: 6px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .guaranteed p svg {
    width: 0.833vw;
    height: 1.181vw;
    margin-right: 0.417vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .guaranteed p svg {
    width: 12px;
    height: 15px;
  }
}
.product__wrap-right .payment-icon {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .payment-icon {
    margin-top: 0.833vw;
  }
}
.product__wrap-right .payment-icon li {
  width: 100%;
  max-width: 36px;
  margin-right: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .payment-icon li {
    max-width: 2.5vw;
    margin-right: 0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .payment-icon li {
    max-width: 28px;
    margin-right: 8px;
  }
}
.product__wrap-right .payment-icon li:last-child {
  margin-right: 0;
}
.product__wrap-right .accordion {
  margin-top: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion {
    margin-top: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .accordion {
    margin-top: 37px;
  }
}
.product__wrap-right .accordion__text {
  border-bottom: 1px solid rgba(1, 1, 1, 0.3490196078);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text {
    border-bottom: 0.069vw solid rgba(1, 1, 1, 0.3490196078);
  }
}
.product__wrap-right .accordion__text:first-child {
  border-top: 1px solid rgba(1, 1, 1, 0.3490196078);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text:first-child {
    border-top: 0.069vw solid rgba(1, 1, 1, 0.3490196078);
  }
}
.product__wrap-right .accordion__text.active .accordion-btn::after {
  display: none;
}
.product__wrap-right .accordion__text-header {
  padding: 22px 0;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-header {
    padding: 1.528vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .accordion__text-header {
    padding: 22px 0;
  }
}
.product__wrap-right .accordion__text-header h3 {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.product__wrap-right .accordion__text-header h3 span {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-header h3 span {
    font-size: 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .accordion__text-header h3 span {
    font-size: 22px;
  }
}
.product__wrap-right .accordion__text-header h3 .accordion-btn {
  width: 13px;
  height: 13px;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-header h3 .accordion-btn {
    width: 0.903vw;
    height: 0.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .accordion__text-header h3 .accordion-btn {
    margin-left: 10px;
  }
}
.product__wrap-right .accordion__text-header h3 .accordion-btn::before {
  content: " ";
  position: absolute;
  width: 13px;
  height: 2px;
  border-radius: 20px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-header h3 .accordion-btn::before {
    width: 0.903vw;
    height: 0.139vw;
    border-radius: 1.389vw;
  }
}
.product__wrap-right .accordion__text-header h3 .accordion-btn::after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 13px;
  border-radius: 20px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-header h3 .accordion-btn::after {
    width: 0.139vw;
    height: 0.903vw;
    border-radius: 1.389vw;
  }
}
.product__wrap-right .accordion__text-body {
  padding: 0 0 22px;
  display: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-body {
    padding: 0 0 1.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .accordion__text-body {
    padding: 0 0 30px;
  }
}
.product__wrap-right .accordion__text-body.des-secondary {
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .accordion__text-body.des-secondary {
    font-size: 16px;
  }
}
.product__wrap-right .accordion__text-body.des-secondary a {
  color: #000;
}
.product__wrap-right .accordion__text-body.des-secondary ul {
  margin: 25px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-body.des-secondary ul {
    margin: 1.736vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .accordion__text-body.des-secondary ul {
    margin: 20px 0;
  }
}
.product__wrap-right .accordion__text-body.des-secondary ul li {
  list-style-type: disc;
  margin-left: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-body.des-secondary ul li {
    margin-left: 1.042vw;
  }
}
.product__wrap-right .accordion__text-body.des-secondary p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product__wrap-right .accordion__text-body.des-secondary p {
    margin-bottom: 1.736vw;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .accordion__text-body.des-secondary p {
    margin-bottom: 20px;
  }
}
.product__wrap-right .accordion__text-body.des-secondary p:last-child {
  margin-bottom: 0;
}
.product__wrap-right .review {
  max-width: 100%;
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .review {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .review__img {
    max-width: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .review__text-wrap {
    flex-direction: row;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .product__wrap-right .review__text-wrap .name {
    font-size: 12px;
    margin-bottom: 0;
  }
}

/* product css END here */
/* collection css start here */
.collection {
  background: linear-gradient(180deg, #ECE9E6 0%, #FFFFFF 100%);
  padding: 10px 0 80px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection {
    padding: 0.694vw 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection {
    background: #F0EDEB;
    padding: 32px 0 8px;
  }
}
.collection .cus-container {
  max-width: 1253px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .cus-container {
    max-width: 87.014vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .cus-container {
    max-width: 767px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .collection .cus-container {
    max-width: 575px;
  }
}
.collection .sec-heading {
  margin-bottom: 38px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .sec-heading {
    margin-bottom: 2.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .sec-heading {
    margin-bottom: 64px;
  }
}
.collection .sec-heading .rating {
  display: none;
}
@media only screen and (max-width: 991px) {
  .collection .sec-heading .rating {
    display: flex;
    margin-bottom: 16px;
  }
}
.collection .sec-heading .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .sec-heading .heading-xl {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .sec-heading .heading-xl strong {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.collection .sec-heading .des-primary {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .sec-heading .des-primary {
    max-width: 41.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .sec-heading .des-primary {
    padding: 0 20px;
  }
}
.collection .sec-heading .time {
  display: none;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .collection .sec-heading .time {
    display: flex;
  }
}
.collection .sec-heading .time svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.collection .sec-heading .time p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.collection .wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .wrapper {
    margin-bottom: 2.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .wrapper {
    margin-bottom: 32px;
  }
}
.collection .wrapper h2 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.001em;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .wrapper h2 {
    font-size: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .wrapper h2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.collection .wrapper .filter-icon {
  display: none;
}
@media only screen and (max-width: 991px) {
  .collection .wrapper .filter-icon {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.collection .wrapper .filter-icon svg {
  width: 18px;
  height: 12px;
  margin-right: 12px;
}
.collection .wrapper .filter-icon p {
  font-family: "AvenirLTStd", sans-serif;
  color: #252C32;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.collection .wrapper .filter-icon .filter-close-icon {
  display: none;
  line-height: 0;
}
.collection .wrapper .filter-icon.filter-icon-cross .filter-close-icon {
  display: block;
}
.collection .wrapper .filter-icon.filter-icon-cross .filter-close-icon svg {
  height: 18px;
}
.collection .wrapper .filter-icon.filter-icon-cross .icon {
  display: none;
}
.collection .wrapper .sort-by {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid #DDE2E4;
  border-radius: 58px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  padding: 7px 18px;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .wrapper .sort-by {
    border: 0.069vw solid #DDE2E4;
    border-radius: 4.028vw;
    padding: 0.486vw 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .wrapper .sort-by {
    padding: 7.5px 18.5px;
  }
}
.collection .wrapper .sort-by::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 18px;
  background-image: url("../images/dropdown-icon.svg");
  width: 10px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .wrapper .sort-by::after {
    right: 1.25vw;
    width: 0.694vw;
    height: 0.417vw;
  }
}
.collection .wrapper .sort-by p {
  font-family: "AvenirLTStd", sans-serif;
  color: #9AA6AC;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .wrapper .sort-by p {
    font-size: 0.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .wrapper .sort-by p {
    font-size: 12px;
  }
}
.collection .wrapper .sort-by select {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  padding: 8px 13px 8px 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection .wrapper .sort-by select {
    font-size: 0.903vw;
    padding: 0.556vw 0.903vw 0.556vw 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection .wrapper .sort-by select {
    font-size: 12px;
  }
}
.collection__wrap {
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .collection__wrap {
    flex-direction: column;
    position: relative;
  }
}
.collection__wrap .filter {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 23.2%;
  padding: 12px 0;
  border: 1px solid rgba(0, 0, 0, 0.0588235294);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter {
    border-radius: 0.833vw;
    padding: 0.833vw 0;
    border: 0.069vw solid rgba(0, 0, 0, 0.0588235294);
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .filter {
    display: none;
    box-shadow: 0px 10px 9.1px 0px rgba(0, 0, 0, 0.1215686275);
    position: absolute;
    top: -7px;
    left: 0;
    max-width: 100%;
    z-index: 1;
    padding: 6px 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.collection__wrap .filter__content {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content {
    padding: 1.667vw 0;
    border-bottom: 0.069vw solid rgba(0, 0, 0, 0.0588235294);
  }
}
.collection__wrap .filter__content:last-child {
  border-bottom: none;
}
.collection__wrap .filter__content.active .filter__content-head .filter-btn {
  transform: rotate(-180deg);
}
.collection__wrap .filter__content-head {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  cursor: pointer;
  padding: 0 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-head {
    padding: 0 1.667vw;
  }
}
.collection__wrap .filter__content-head h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-head h3 {
    font-size: 1.25vw;
  }
}
.collection__wrap .filter__content-head .filter-btn {
  transition: 0.4s all ease-in-out;
}
.collection__wrap .filter__content-head .filter-btn svg {
  width: 12px;
  height: 6px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-head .filter-btn svg {
    width: 0.833vw;
    height: 0.417vw;
  }
}
.collection__wrap .filter__content-body {
  padding: 0 24px;
  margin-top: 18px;
  display: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body {
    padding: 0 1.667vw;
    margin-top: 1.25vw;
  }
}
.collection__wrap .filter__content-body .box {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .box {
    margin-bottom: 0.833vw;
  }
}
.collection__wrap .filter__content-body .box:last-child {
  margin-bottom: 0;
}
.collection__wrap .filter__content-body .box input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.collection__wrap .filter__content-body .box input:checked + label .cus-checkbox {
  background-color: #000;
  border: 1px solid #000;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .box input:checked + label .cus-checkbox {
    border: 0.069vw solid #000;
  }
}
.collection__wrap .filter__content-body .box input:checked + label .cus-checkbox::after {
  opacity: 1;
  visibility: visible;
}
.collection__wrap .filter__content-body .box label {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.collection__wrap .filter__content-body .box label .cus-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #B0BABF;
  background-color: #F6F8F9;
  margin-right: 8px;
  position: relative;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .box label .cus-checkbox {
    width: 1.111vw;
    height: 1.111vw;
    border-radius: 0.278vw;
    border: 0.069vw solid #B0BABF;
    margin-right: 0.556vw;
  }
}
.collection__wrap .filter__content-body .box label .cus-checkbox::after {
  content: " ";
  position: absolute;
  background-image: url("../images/white-checkmark-icon.png");
  width: 9px;
  height: 15px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .box label .cus-checkbox::after {
    width: 0.625vw;
    height: 1.042vw;
  }
}
.collection__wrap .filter__content-body .box label p {
  font-family: "AvenirLTStd", sans-serif;
  color: #252C32;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .box label p {
    font-size: 1.111vw;
  }
}
.collection__wrap .filter__content-body .price-input {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.collection__wrap .filter__content-body .price-input .field {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  max-width: 111px;
  background-color: rgba(118, 118, 128, 0.1215686275);
  border-radius: 58px;
  padding: 8.5px 10px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .price-input .field {
    max-width: 7.708vw;
    border-radius: 4.028vw;
    padding: 0.59vw 0.694vw;
    margin-bottom: 2.014vw;
  }
}
.collection__wrap .filter__content-body .price-input .field span {
  font-family: "AvenirLTStd", sans-serif;
  color: #9AA6AC;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .price-input .field span {
    font-size: 0.972vw;
  }
}
.collection__wrap .filter__content-body .price-input .field input {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "AvenirLTStd", sans-serif;
  color: #9AA6AC;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .price-input .field input {
    font-size: 0.972vw;
  }
}
.collection__wrap .filter__content-body .slider {
  height: 3px;
  border-radius: 5px;
  background-color: #CACACA;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .slider {
    height: 0.208vw;
    border-radius: 0.347vw;
  }
}
.collection__wrap .filter__content-body .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background-color: #252C32;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .slider .progress {
    border-radius: 0.347vw;
  }
}
.collection__wrap .filter__content-body .range-input {
  position: relative;
}
.collection__wrap .filter__content-body .range-input input {
  position: absolute;
  width: 100%;
  height: 3px;
  top: -3px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .range-input input {
    height: 0.208vw;
    top: -0.208vw;
  }
}
.collection__wrap .filter__content-body .range-input input[type=range]::-webkit-slider-thumb {
  height: 22px;
  width: 22px;
  border-radius: 100%;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  pointer-events: auto;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .range-input input[type=range]::-webkit-slider-thumb {
    height: 1.528vw;
    width: 1.528vw;
  }
}
.collection__wrap .filter__content-body .range-input input[type=range]::-moz-range-thumb {
  height: 22px;
  width: 22px;
  border: none;
  border-radius: 100%;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  pointer-events: auto;
  -moz-appearance: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content-body .range-input input[type=range]::-moz-range-thumb {
    height: 1.528vw;
    width: 1.528vw;
  }
}
.collection__wrap .filter__content .reset-btn {
  width: 100%;
  max-width: 234px;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #000;
  border: none;
  outline: none;
  border-radius: 58px;
  font-family: "Fraunces", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding: 15.5px 20px;
  text-transform: uppercase;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .filter__content .reset-btn {
    max-width: 16.25vw;
    border-radius: 4.028vw;
    font-size: 0.972vw;
    padding: 1.076vw 1.389vw;
  }
}
.collection__wrap .filter__content .reset-btn:hover {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.6);
}
.collection__wrap .collection-product {
  width: 100%;
  max-width: 73.4%;
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product {
    max-width: 100%;
  }
}
.collection__wrap .collection-product__wrap {
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product__wrap {
    margin: 0 -0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product__wrap {
    margin: 0 -8px;
  }
}
@media only screen and (max-width: 767px) {
  .collection__wrap .collection-product__wrap {
    margin: 0;
  }
}
.collection__wrap .collection-product-box {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 3px;
  margin: 0 11px;
  max-width: calc(33.38% - 24px);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box {
    border-radius: 0.833vw;
    padding: 0.208vw;
    margin: 0 0.764vw;
    max-width: calc(33.38% - 1.667vw);
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box {
    max-width: calc(50% - 16px);
    margin: 0 8px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .collection__wrap .collection-product-box {
    margin: 0 auto 24px;
    max-width: 360px;
  }
}
.collection__wrap .collection-product-box:hover {
  background: linear-gradient(90deg, #0F5942 0%, #689640 100%);
}
.collection__wrap .collection-product-box:hover .quantity {
  display: flex;
}
.collection__wrap .collection-product-box:hover .collection-product-box__text-btn .cus-btn {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
}
.collection__wrap .collection-product-box:hover .collection-product-box__text-btn .cus-btn span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.collection__wrap .collection-product-box:hover .collection-product-box__inner {
  background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 100%);
}
.collection__wrap .collection-product-box__inner {
  border-radius: 9px;
  padding: 55px 0 37px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__inner {
    border-radius: 0.625vw;
    padding: 3.819vw 0 2.569vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__inner {
    padding: 64px 0 37px;
  }
}
.collection__wrap .collection-product-box__top {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 19px;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__top {
    padding: 0 1.319vw;
    margin-bottom: 0.556vw;
    top: 1.736vw;
  }
}
.collection__wrap .collection-product-box__top .badge {
  border-radius: 36px;
  padding: 6.5px 14.5px;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__top .badge {
    border-radius: 2.5vw;
    padding: 0.451vw 1.007vw;
    font-size: 0.764vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__top .badge {
    padding: 8.5px 14.5px;
  }
}
.collection__wrap .collection-product-box__top .badge--offer {
  background-color: #FFBE33;
  letter-spacing: -0.04em;
}
.collection__wrap .collection-product-box__top .badge--value {
  color: #fff;
  background-color: #C84EAA;
  margin-left: auto;
}
.collection__wrap .collection-product-box__top .badge--popular {
  background-color: #EB001B;
  color: #fff;
  margin-left: auto;
}
.collection__wrap .collection-product-box__img {
  margin: 0 18px 18px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__img {
    margin: 0 1.25vw 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__img {
    max-width: 240px;
    margin: 0 auto 18px;
  }
}
.collection__wrap .collection-product-box__img .sec-img {
  padding-top: 85.6%;
}
.collection__wrap .collection-product-box__img .sec-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__img .sec-img {
    padding-top: 85.9%;
  }
}
.collection__wrap .collection-product-box__text {
  padding: 0 29px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text {
    padding: 0 2.014vw;
  }
}
.collection__wrap .collection-product-box__text .product-count {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  font-family: "Fraunces", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  padding: 7px 9.5px;
  border-radius: 49px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 7px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text .product-count {
    border: 0.069vw solid rgba(0, 0, 0, 0.5019607843);
    font-size: 0.833vw;
    padding: 0.486vw 0.66vw;
    border-radius: 3.403vw;
    margin: 0 auto 0.486vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__text .product-count {
    margin: 0 auto 10px;
  }
}
.collection__wrap .collection-product-box__text .rating {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text .rating {
    margin-bottom: 0.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__text .rating {
    margin-bottom: 10px;
  }
}
.collection__wrap .collection-product-box__text .rating ul {
  margin-right: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text .rating ul {
    margin-right: 0.278vw;
  }
}
.collection__wrap .collection-product-box__text .rating ul li {
  max-width: 11px;
  min-width: 11px;
  margin-right: 3px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text .rating ul li {
    max-width: 0.764vw;
    min-width: 0.764vw;
    margin-right: 0.208vw;
  }
}
.collection__wrap .collection-product-box__text .rating ul li:last-child {
  margin-right: 0;
}
.collection__wrap .collection-product-box__text .rating p {
  font-size: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text .rating p {
    font-size: 0.694vw;
  }
}
.collection__wrap .collection-product-box__text h4 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text h4 {
    font-size: 1.667vw;
    margin-bottom: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__text h4 {
    margin-bottom: 18px;
  }
}
.collection__wrap .collection-product-box__text-price {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-price {
    margin-bottom: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__text-price {
    margin-bottom: 18px;
  }
}
.collection__wrap .collection-product-box__text-price .left {
  margin-right: 5px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-price .left {
    margin-right: 0.347vw;
  }
}
.collection__wrap .collection-product-box__text-price .left h5 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-price .left h5 {
    font-size: 1.667vw;
  }
}
.collection__wrap .collection-product-box__text-price .right p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-price .right p {
    font-size: 0.903vw;
  }
}
.collection__wrap .collection-product-box__text-price .right span {
  display: block;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-price .right span {
    font-size: 0.694vw;
  }
}
.collection__wrap .collection-product-box__text-total-price {
  margin-bottom: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-total-price {
    margin-bottom: 0.278vw;
  }
}
.collection__wrap .collection-product-box__text-total-price p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-total-price p {
    font-size: 1.389vw;
  }
}
.collection__wrap .collection-product-box__text-total-price p del {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  margin-right: 6px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-total-price p del {
    font-size: 0.972vw;
    margin-right: 0.417vw;
  }
}
.collection__wrap .collection-product-box__text-badge {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-badge {
    margin: 0 auto 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .collection__wrap .collection-product-box__text-badge {
    margin: 0 auto 24px;
  }
}
.collection__wrap .collection-product-box__text-badge span {
  background-color: #FFBE33;
  border-radius: 16px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 900;
  padding: 6.5px 12.5px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-badge span {
    border-radius: 1.111vw;
    font-size: 0.694vw;
    padding: 0.451vw 0.868vw;
  }
}
.collection__wrap .collection-product-box__text .quantity {
  background-color: rgba(118, 118, 128, 0.1215686275);
  border-radius: 58px;
  padding: 8px 14px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 173px;
  margin: 0 auto 24px;
  display: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text .quantity {
    border-radius: 4.028vw;
    padding: 0.556vw 0.972vw;
    max-width: 12.014vw;
    margin: 0 auto 1.667vw;
  }
}
.collection__wrap .collection-product-box__text .quantity span {
  width: 100%;
  max-width: 48px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "AvenirLTStd", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  color: #000;
  background-color: #fff;
  border-radius: 53px;
  padding: 12.5px 5px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1215686275);
  cursor: pointer;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text .quantity span {
    max-width: 3.333vw;
    font-size: 0.903vw;
    border-radius: 3.681vw;
    padding: 0.868vw 0.347vw;
    box-shadow: 0 0.208vw 0.556vw 0 rgba(0, 0, 0, 0.1215686275);
  }
}
.collection__wrap .collection-product-box__text .quantity input {
  width: 100%;
  max-width: 32px;
  font-family: "AvenirLTStd", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  color: #000;
  outline: none;
  border: none;
  text-align: center;
  background-color: transparent;
  pointer-events: none;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text .quantity input {
    max-width: 2.222vw;
    font-size: 1.111vw;
  }
}
.collection__wrap .collection-product-box__text-btn {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  padding: 3px;
  border-radius: 111px;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-btn {
    padding: 0.208vw;
    border-radius: 7.708vw;
  }
}
.collection__wrap .collection-product-box__text-btn:hover {
  box-shadow: 0 0 22px rgba(57, 84, 39, 0.7);
}
.collection__wrap .collection-product-box__text-btn .cus-btn {
  background: #fff;
  border-radius: 111px;
  font-size: 14px;
  padding: 12.5px 10px;
  box-shadow: none;
  max-width: 100%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .collection__wrap .collection-product-box__text-btn .cus-btn {
    border-radius: 7.708vw;
    font-size: 0.972vw;
    padding: 0.868vw 0.694vw;
  }
}
.collection__wrap .collection-product-box__text-btn .cus-btn span {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* collection css END here */
/* contact-us css start here */
.contact-us {
  background: linear-gradient(180deg, #ECE9E6 0%, #ECE9E6 103.83%);
  padding: 0 0 80px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us {
    padding: 0 0 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us {
    padding: 32px 0 24px;
  }
}
.contact-us .cus-container {
  padding: 0 24px;
}
.contact-us .rating {
  display: none;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .contact-us .rating {
    display: flex;
  }
}
.contact-us .sec-heading .heading-xl {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us .sec-heading .heading-xl {
    margin-bottom: 1.042vw;
  }
}
.contact-us .sec-heading .des-secondary {
  opacity: 0.66;
  line-height: 1.5;
}
.contact-us__time {
  display: none;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 13px;
}
@media only screen and (max-width: 991px) {
  .contact-us__time {
    display: flex;
  }
}
.contact-us__time svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.contact-us__time p {
  line-height: 1.5;
}
.contact-us__wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px;
  margin-top: 50px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap {
    max-width: 75vw;
    border-radius: 1.389vw;
    padding: 6.944vw;
    margin-top: 3.472vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__wrap {
    margin-top: 37px;
    padding: 50px 22px;
    flex-direction: column;
  }
}
.contact-us__wrap-form {
  width: 100%;
  max-width: 54.8%;
}
@media only screen and (max-width: 991px) {
  .contact-us__wrap-form {
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.contact-us__wrap-form form {
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form {
    margin-bottom: 1.667vw;
  }
}
.contact-us__wrap-form form .form-wrap {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-wrap {
    margin: 0 -0.625vw;
  }
}
.contact-us__wrap-form form .form-grp {
  width: 100%;
  padding: 0 9px;
  margin: 0 0 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-grp {
    padding: 0 0.625vw;
    margin: 0 0 1.667vw;
  }
}
.contact-us__wrap-form form .form-grp--half {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .contact-us__wrap-form form .form-grp--half {
    width: 100%;
  }
}
.contact-us__wrap-form form .form-grp label {
  font-family: "AvenirLTStd", sans-serif;
  color: #344054;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-grp label {
    font-size: 0.972vw;
    margin-bottom: 0.347vw;
  }
}
.contact-us__wrap-form form .form-grp input, .contact-us__wrap-form form .form-grp textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  outline: none;
  font-family: "AvenirLTStd", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #344054;
  padding: 11px 16px;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-grp input, .contact-us__wrap-form form .form-grp textarea {
    border-radius: 0.556vw;
    border: 0.069vw solid #D0D5DD;
    font-size: 1.111vw;
    padding: 0.764vw 1.111vw;
  }
}
.contact-us__wrap-form form .form-grp input:focus, .contact-us__wrap-form form .form-grp textarea:focus {
  border: 1px solid #344054;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-grp input:focus, .contact-us__wrap-form form .form-grp textarea:focus {
    border: 0.069vw solid #344054;
  }
}
.contact-us__wrap-form form .form-grp input::-moz-placeholder, .contact-us__wrap-form form .form-grp textarea::-moz-placeholder {
  color: #667085;
}
.contact-us__wrap-form form .form-grp input::placeholder, .contact-us__wrap-form form .form-grp textarea::placeholder {
  color: #667085;
}
.contact-us__wrap-form form .form-grp textarea {
  resize: none;
  height: 128px;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-grp textarea {
    height: 8.889vw;
  }
}
.contact-us__wrap-form form .form-grp--number .wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 0 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-grp--number .wrapper {
    border: 0.069vw solid #D0D5DD;
    border-radius: 0.556vw;
    padding: 0 0.972vw;
  }
}
.contact-us__wrap-form form .form-grp--number select {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "AvenirLTStd", sans-serif;
  color: #101828;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  max-width: 54px;
  cursor: pointer;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 13px center;
  padding: 11px 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-grp--number select {
    font-size: 1.111vw;
    max-width: 3.75vw;
    background-size: 0.694vw;
    background-position: right 0.903vw center;
    padding: 0.764vw 0.139vw;
    text-transform: uppercase;
  }
}
.contact-us__wrap-form form .form-grp--number input {
  border: none;
  width: calc(100% - 54px);
  padding: 11px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .form-grp--number input {
    width: calc(100% - 3.75vw);
    padding: 0.764vw 0;
  }
}
.contact-us__wrap-form form .form-grp--number input:focus {
  border: none;
}
.contact-us__wrap-form form .cus-btn {
  border: none;
  outline: none;
  max-width: 100%;
  font-size: 18px;
  margin: 8px 9px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form form .cus-btn {
    font-size: 1.25vw;
    margin: 0.556vw 0.625vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__wrap-form form .cus-btn {
    padding: 20.5px 11px;
  }
}
.contact-us__wrap-form p {
  font-family: "AvenirLTStd", sans-serif;
  color: #344054;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form p {
    font-size: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__wrap-form p {
    display: inline-block;
  }
}
.contact-us__wrap-form p a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-left: 5px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-form p a {
    text-underline-offset: 0.278vw;
    margin-left: 0.347vw;
  }
}
.contact-us__wrap-chat {
  width: 100%;
  max-width: 32.7%;
}
@media only screen and (max-width: 991px) {
  .contact-us__wrap-chat {
    max-width: 100%;
  }
}
.contact-us__wrap-chat h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-chat h3 {
    font-size: 1.806vw;
    margin-bottom: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__wrap-chat h3 {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us__wrap-chat .des-secondary {
    font-size: 14px;
  }
}
.contact-us__wrap-chat ul {
  margin-top: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-chat ul {
    margin-top: 1.944vw;
  }
}
.contact-us__wrap-chat ul li {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-chat ul li {
    margin-bottom: 0.972vw;
  }
}
.contact-us__wrap-chat ul li:last-child {
  margin-bottom: 0;
}
.contact-us__wrap-chat ul li img {
  width: 100%;
  max-width: 28px;
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-chat ul li img {
    max-width: 1.944vw;
    margin-right: 0.694vw;
  }
}
.contact-us__wrap-chat ul li a {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .contact-us__wrap-chat ul li a {
    font-size: 1.25vw;
    text-underline-offset: 0.278vw;
  }
}

/* contact-us css END here */
/* our-story css start here  */
.sec-bg-gradient {
  background: linear-gradient(5.16deg, #ECE9E6 5.81%, rgba(255, 255, 255, 0) 39.41%, rgba(236, 233, 230, 0.4) 69.88%, #ECE9E6 93.2%);
}
@media only screen and (max-width: 991px) {
  .sec-bg-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 100%);
  }
}

.our-story {
  padding: 33px 0 35px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .our-story {
    padding: 2.292vw 0 2.431vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-story {
    padding: 12px 0 29px;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .cus-container {
    padding: 0 24px;
  }
}
.our-story .img-content__wrap .box {
  flex-direction: row-reverse;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .our-story .img-content__wrap .box {
    margin-bottom: 4.861vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .img-content__wrap .box {
    margin-bottom: 43px;
    flex-direction: column;
  }
}
.our-story .img-content__wrap .box:last-child {
  margin-bottom: 0;
}
.our-story .img-content__wrap .box__text {
  margin-right: 40px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .our-story .img-content__wrap .box__text {
    margin-right: 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .img-content__wrap .box__text {
    margin-right: 0;
  }
}
.our-story .img-content__wrap .box__text .heading-xl {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .our-story .img-content__wrap .box__text .heading-xl {
    margin-bottom: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .img-content__wrap .box__text .heading-xl {
    text-align: center;
    margin-bottom: 12px;
  }
}
.our-story .img-content__wrap .box:nth-child(2n) {
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .our-story .img-content__wrap .box:nth-child(2n) {
    flex-direction: column;
  }
}
.our-story .img-content__wrap .box:nth-child(2n) .box__text {
  margin-left: 40px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .our-story .img-content__wrap .box:nth-child(2n) .box__text {
    margin-left: 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .our-story .img-content__wrap .box:nth-child(2n) .box__text {
    margin-left: 0;
  }
}

/* our-story css END here  */
/* icon-text css start here */
.icon-text {
  padding: 35px 0 127px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .icon-text {
    padding: 2.431vw 0 8.819vw;
  }
}
@media only screen and (max-width: 991px) {
  .icon-text {
    padding: 32px 0 0;
  }
}
.icon-text .cus-container {
  padding: 0 35px;
}
.icon-text__wrap {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  margin: 0 -22.5px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .icon-text__wrap {
    margin: 0 -1.563vw;
  }
}
@media only screen and (max-width: 991px) {
  .icon-text__wrap {
    margin: 0 -4px;
  }
}
.icon-text__wrap .box {
  width: 100%;
  max-width: 25%;
  padding: 0 22.5px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .icon-text__wrap .box {
    padding: 0 1.563vw;
  }
}
@media only screen and (max-width: 991px) {
  .icon-text__wrap .box {
    max-width: 46%;
    padding: 0 4px;
    margin-bottom: 31px;
  }
}
.icon-text__wrap .box__img {
  width: 100%;
  max-width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto 34px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .icon-text__wrap .box__img {
    max-width: 11.111vw;
    height: 11.111vw;
    margin: 0 auto 2.361vw;
  }
}
@media only screen and (max-width: 991px) {
  .icon-text__wrap .box__img {
    max-width: 89px;
    height: 89px;
    margin: 0 auto 18px;
  }
}
.icon-text__wrap .box__img figure {
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .icon-text__wrap .box__img figure {
    max-width: 5.208vw;
  }
}
@media only screen and (max-width: 991px) {
  .icon-text__wrap .box__img figure {
    max-width: 41px;
  }
}
.icon-text__wrap .box__text h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .icon-text__wrap .box__text h3 {
    font-size: 1.667vw;
    margin: 0 0 1.042vw;
  }
}
@media only screen and (max-width: 991px) {
  .icon-text__wrap .box__text h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
.icon-text__wrap .box__text h3 span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .icon-text__wrap .box__text .des-primary {
    font-size: 12px;
  }
}

/* icon-text css END here */
/* ambassador-banner css start here */
.ambassador-banner {
  padding: 0 0 50px;
  background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 100%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .ambassador-banner {
    padding: 0 0 3.472vw;
  }
}
@media only screen and (max-width: 991px) {
  .ambassador-banner {
    padding: 12px 0 32px;
  }
}
@media only screen and (max-width: 991px) {
  .ambassador-banner .cus-container {
    padding: 0 20px;
  }
}
.ambassador-banner__wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .ambassador-banner__wrap {
    flex-direction: column-reverse;
  }
}
.ambassador-banner__wrap-left {
  width: 100%;
  max-width: 46%;
}
@media only screen and (max-width: 991px) {
  .ambassador-banner__wrap-left {
    max-width: 100%;
  }
}
.ambassador-banner__wrap-left .rating {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .ambassador-banner__wrap-left .rating {
    margin-bottom: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .ambassador-banner__wrap-left .rating {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.ambassador-banner__wrap-left .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .ambassador-banner__wrap-left .heading-xl {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .ambassador-banner__wrap-left .heading-xl {
    text-align: center;
  }
}
.ambassador-banner__wrap-left .des-primary {
  margin-bottom: 36px;
  max-width: 470px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .ambassador-banner__wrap-left .des-primary {
    margin-bottom: 2.5vw;
    max-width: 32.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .ambassador-banner__wrap-left .des-primary {
    margin: 0 auto 22px;
    text-align: center;
  }
}
.ambassador-banner__wrap-left .cus-btn {
  margin: 0;
  max-width: 319px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .ambassador-banner__wrap-left .cus-btn {
    max-width: 22.153vw;
  }
}
@media only screen and (max-width: 991px) {
  .ambassador-banner__wrap-left .cus-btn {
    margin: 0 auto;
    max-width: 278px;
  }
}
.ambassador-banner__wrap-right {
  width: 100%;
  max-width: 42.7%;
}
@media only screen and (max-width: 991px) {
  .ambassador-banner__wrap-right {
    max-width: 400px;
    margin-bottom: 22px;
  }
}
.ambassador-banner__wrap-right .sec-img {
  padding-top: 112.1%;
}

/* ambassador-banner css END here */
/* become-ambassador css start here */
.become-ambassador {
  background: linear-gradient(90deg, #E9FDBC 0%, #C5E8C9 100%);
  padding: 48px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .become-ambassador {
    padding: 3.333vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .become-ambassador {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 991px) {
  .become-ambassador .cus-container {
    padding: 0 26px;
  }
}
.become-ambassador__wrap {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap {
    flex-direction: column;
  }
}
.become-ambassador__wrap-left {
  width: 100%;
  max-width: 48.3%;
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-left {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.become-ambassador__wrap-left .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .become-ambassador__wrap-left .heading-xl {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-left .heading-xl {
    text-align: center;
    margin-bottom: 12px;
  }
}
.become-ambassador__wrap-left .heading-xl strong {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.become-ambassador__wrap-left .des-primary {
  width: 100%;
  max-width: 470px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .become-ambassador__wrap-left .des-primary {
    max-width: 32.639vw;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-left .des-primary {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.become-ambassador__wrap-left .cus-btn {
  max-width: 319px;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  margin: 0 0 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .become-ambassador__wrap-left .cus-btn {
    max-width: 22.153vw;
    margin: 0 0 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-left .cus-btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-left .review {
    display: none;
  }
}
.become-ambassador__wrap-right {
  width: 100%;
  max-width: 49.7%;
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-right {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-right figure {
    margin: 0 -26px 25px;
  }
}
.become-ambassador__wrap-right .cus-btn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-right .cus-btn {
    display: flex;
    max-width: 278px;
    margin-bottom: 24px;
  }
}
.become-ambassador__wrap-right .review {
  display: none;
}
@media only screen and (max-width: 991px) {
  .become-ambassador__wrap-right .review {
    display: flex;
    margin: 0 auto;
  }
}
.become-ambassador__wrap-right .review__img figure {
  margin: 0;
}

/* become-ambassador css END here */
/* bellySweep-ambassador css start here */
.bellySweep-ambassador {
  padding: 80px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .bellySweep-ambassador {
    padding: 5.556vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador {
    padding: 45px 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador .cus-container {
    padding: 0 26px;
  }
}
.bellySweep-ambassador .sec-heading {
  width: 100%;
  max-width: 710px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .bellySweep-ambassador .sec-heading {
    max-width: 49.306vw;
    margin: 0 auto 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador .sec-heading {
    margin: 0 auto 32px;
  }
}
.bellySweep-ambassador .sec-heading .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .bellySweep-ambassador .sec-heading .heading-xl {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador .sec-heading .heading-xl {
    margin-bottom: 12px;
  }
}
.bellySweep-ambassador__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -33px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .bellySweep-ambassador__wrap {
    margin: 0 -2.292vw;
  }
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador__wrap {
    margin: 0 -10px;
  }
}
.bellySweep-ambassador__wrap .box {
  width: 100%;
  max-width: 25%;
  padding: 0 33px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .bellySweep-ambassador__wrap .box {
    padding: 0 2.292vw;
  }
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador__wrap .box {
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 37px;
  }
}
.bellySweep-ambassador__wrap .box__img {
  width: 100%;
  max-width: 70px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .bellySweep-ambassador__wrap .box__img {
    max-width: 4.861vw;
    margin: 0 auto 2.431vw;
  }
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador__wrap .box__img {
    max-width: 45px;
    margin: 0 auto 12px;
  }
}
.bellySweep-ambassador__wrap .box__text h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .bellySweep-ambassador__wrap .box__text h3 {
    font-size: 1.667vw;
    margin-bottom: 1.042vw;
  }
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador__wrap .box__text h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.bellySweep-ambassador__wrap .box__text h3 span {
  display: block;
}
@media only screen and (max-width: 991px) {
  .bellySweep-ambassador__wrap .box__text .des-primary {
    font-size: 13px;
  }
}

/* bellySweep-ambassador css END here */
/* cms-banner css start here */
.cms-banner {
  padding: 66px 0 286px;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .cms-banner {
    padding: 4.583vw 0 19.861vw;
  }
}
@media only screen and (max-width: 991px) {
  .cms-banner {
    padding: 32px 0 250px;
  }
}
.cms-banner .rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .cms-banner .rating {
    margin-bottom: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .cms-banner .rating {
    margin-bottom: 10px;
  }
}
.cms-banner .sec-heading {
  width: 100%;
  max-width: 784px;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .cms-banner .sec-heading {
    max-width: 54.444vw;
    margin: 0 auto 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .cms-banner .sec-heading {
    margin: 0 auto 10px;
  }
}
.cms-banner .sec-heading .heading-xl {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .cms-banner .sec-heading .heading-xl {
    margin-bottom: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .cms-banner .sec-heading .heading-xl {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .cms-banner .sec-heading .des-primary {
    font-size: 14px;
  }
}
.cms-banner__time {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cms-banner__time svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .cms-banner__time svg {
    width: 1.389vw;
    height: 1.389vw;
    margin-right: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .cms-banner__time svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.cms-banner__time .des-primary {
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  .cms-banner__time .des-primary {
    font-size: 16px;
  }
}

/* cms-banner css END here */
/* cms-content css start here */
.cms-content {
  background: linear-gradient(180deg, #ECE9E6 0%, #F6F4F3 50%, #ECE9E6 100%);
  padding: 0 0 66px;
}
@media only screen and (max-width: 991px) {
  .cms-content .cus-container {
    padding: 0 18px;
  }
}
.cms-content .wrapper {
  width: 100%;
  max-width: 1047px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 32px;
  padding: 80px;
  margin-top: -225px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .cms-content .wrapper {
    padding: 40px 24px;
  }
}
.cms-content .wrapper.wysiwyg * {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .cms-content .wrapper.wysiwyg p, .cms-content .wrapper.wysiwyg a, .cms-content .wrapper.wysiwyg li {
    font-size: 14px;
  }
}
.cms-content .wrapper.wysiwyg h2 {
  font-family: "Fraunces", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .cms-content .wrapper.wysiwyg h2 {
    font-size: 20px;
  }
}
.cms-content .wrapper.wysiwyg h3 {
  font-family: "AvenirLTStd", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .cms-content .wrapper.wysiwyg h3 {
    font-size: 20px;
  }
}

/* cms-content css END here */
/* blogs css start here */
.blog-post {
  padding: 40px 0 94px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post {
    padding: 2.778vw 0 6.528vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post {
    padding: 32px 0;
    background: #F0EDEB;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .cus-container {
    padding: 0 24px;
  }
}
.blog-post .wrapper {
  width: 100%;
  max-width: 1186px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .wrapper {
    max-width: 82.361vw;
  }
}
.blog-post .rating {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .rating {
    margin-bottom: 1.111vw;
  }
}
.blog-post .sec-heading {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .sec-heading {
    margin-bottom: 3.819vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .sec-heading {
    margin-bottom: 58px;
  }
}
.blog-post .sec-heading .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .sec-heading .heading-xl {
    margin-bottom: 1.111vw;
  }
}
.blog-post .sec-heading .des-primary {
  width: 100%;
  max-width: 784px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .sec-heading .des-primary {
    max-width: 54.444vw;
  }
}
.blog-post .latest-blogs {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs {
    margin-bottom: 3.819vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs {
    margin-bottom: 64px;
  }
}
.blog-post .latest-blogs .blog-list__wrap {
  margin: 0;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs .blog-list__wrap {
    flex-direction: column;
  }
}
.blog-post .latest-blogs .blog-list__wrap .box {
  max-width: 100%;
  margin: 0;
}
.blog-post .latest-blogs .blog-list__wrap .box a {
  padding: 22px 22px 56px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs .blog-list__wrap .box a {
    padding: 1.528vw 1.528vw 3.889vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs .blog-list__wrap .box a {
    padding: 20px;
  }
}
.blog-post .latest-blogs .blog-list__wrap .box__img {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs .blog-list__wrap .box__img {
    margin-bottom: 2.431vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs .blog-list__wrap .box__img {
    margin-bottom: 28px;
  }
}
.blog-post .latest-blogs .blog-list__wrap .box__img .sec-img {
  padding-top: 59.2%;
}
@media only screen and (max-width: 767px) {
  .blog-post .latest-blogs .blog-list__wrap .box__img .sec-img {
    padding-top: 84.6%;
  }
}
.blog-post .latest-blogs .blog-list__wrap .box__text h3 {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs .blog-list__wrap .box__text h3 {
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs .blog-list__wrap .box__text h3 {
    margin-bottom: 12px;
  }
}
.blog-post .latest-blogs .blog-list__wrap .box__text .des-secondary {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs .blog-list__wrap .box__text .des-secondary {
    margin-bottom: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs .blog-list__wrap .box__text .des-secondary {
    margin-bottom: 11px;
  }
}
.blog-post .latest-blogs__left {
  width: 100%;
  max-width: 48.6%;
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs__left {
    max-width: 100%;
    margin-bottom: 35px;
  }
}
.blog-post .latest-blogs__right {
  width: 100%;
  max-width: 48.6%;
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs__right {
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
    margin: 0 -7px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .latest-blogs__right {
    margin: 0;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box {
    border-radius: 1.667vw;
    margin-bottom: 2.431vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs__right .latest-blogs-box {
    max-width: calc(49% - 7px);
    margin: 0 7px;
    border-radius: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .latest-blogs__right .latest-blogs-box {
    max-width: 100%;
    margin: 0 0 35px 0;
  }
  .blog-post .latest-blogs__right .latest-blogs-box:last-child {
    margin: 0;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box:last-child {
  margin-bottom: 0;
}
.blog-post .latest-blogs__right .latest-blogs-box a {
  padding: 20px 31px 20px 20px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box a {
    padding: 1.389vw 2.153vw 1.389vw 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs__right .latest-blogs-box a {
    flex-direction: column;
    padding: 20px;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box__img {
  width: 100%;
  max-width: 215px;
  min-width: 215px;
  margin-right: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box__img {
    max-width: 14.931vw;
    min-width: 14.931vw;
    margin-right: 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs__right .latest-blogs-box__img {
    max-width: 100%;
    margin: 0 0 28px 0;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box__img .sec-img {
  border-radius: 24px;
  overflow: hidden;
  padding-top: 107.5%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box__img .sec-img {
    border-radius: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs__right .latest-blogs-box__img .sec-img {
    border-radius: 16px;
    padding-top: 71.5%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .latest-blogs__right .latest-blogs-box__img .sec-img {
    padding-top: 84.6%;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box__text h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box__text h3 {
    font-size: 1.667vw;
    margin-bottom: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs__right .latest-blogs-box__text h3 {
    margin-bottom: 12px;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box__text .des-secondary {
  line-height: 1.3;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box__text .des-secondary {
    margin-bottom: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .latest-blogs__right .latest-blogs-box__text .des-secondary {
    margin-bottom: 11px;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box__text .author-name {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.blog-post .latest-blogs__right .latest-blogs-box__text .author-name span {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box__text .author-name span {
    font-size: 0.972vw;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box__text .author-name .date {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blog-post .latest-blogs__right .latest-blogs-box__text .author-name .date svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box__text .author-name .date svg {
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.625vw;
  }
}
.blog-post .latest-blogs__right .latest-blogs-box__text .author-name .date p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .latest-blogs__right .latest-blogs-box__text .author-name .date p {
    font-size: 0.972vw;
  }
}
.blog-post .blog-list h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list h3 {
    font-size: 1.667vw;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list h3 {
    margin-bottom: 30px;
  }
}
.blog-post .blog-list__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap {
    margin: 0 -1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-list__wrap {
    margin: 0 -8px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .blog-list__wrap {
    margin: 0;
  }
}
.blog-post .blog-list__wrap .box {
  background-color: #fff;
  border-radius: 28px;
  width: 100%;
  max-width: calc(33.3% - 32px);
  margin: 0 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box {
    border-radius: 1.944vw;
    max-width: calc(33.3% - 2.222vw);
    margin: 0 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-list__wrap .box {
    max-width: calc(49% - 7px);
    margin: 0 7px;
    border-radius: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .blog-list__wrap .box {
    max-width: 100%;
    margin: 0;
  }
}
.blog-post .blog-list__wrap .box:nth-child(n+4) {
  margin-top: 55px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box:nth-child(n+4) {
    margin-top: 3.819vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-list__wrap .box:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .blog-list__wrap .box:nth-child(n+2) {
    margin-top: 35px;
  }
}
.blog-post .blog-list__wrap .box a {
  display: block;
  padding: 22px 22px 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box a {
    padding: 1.528vw 1.528vw 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-list__wrap .box a {
    padding: 20px;
  }
}
.blog-post .blog-list__wrap .box__img {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box__img {
    margin-bottom: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-list__wrap .box__img {
    margin-bottom: 28px;
  }
}
.blog-post .blog-list__wrap .box__img .sec-img {
  border-radius: 24px;
  overflow: hidden;
  padding-top: 71.5%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box__img .sec-img {
    border-radius: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-list__wrap .box__img .sec-img {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post .blog-list__wrap .box__img .sec-img {
    padding-top: 84.6%;
  }
}
.blog-post .blog-list__wrap .box__text h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box__text h3 {
    font-size: 1.667vw;
    margin-bottom: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-list__wrap .box__text h3 {
    margin-bottom: 12px;
  }
}
.blog-post .blog-list__wrap .box__text .des-secondary {
  line-height: 1.3;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box__text .des-secondary {
    margin-bottom: 0.972vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post .blog-list__wrap .box__text .des-secondary {
    margin-bottom: 11px;
  }
}
.blog-post .blog-list__wrap .box__text .author-name {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.blog-post .blog-list__wrap .box__text .author-name span {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box__text .author-name span {
    font-size: 0.972vw;
  }
}
.blog-post .blog-list__wrap .box__text .author-name .date {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blog-post .blog-list__wrap .box__text .author-name .date svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box__text .author-name .date svg {
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.625vw;
  }
}
.blog-post .blog-list__wrap .box__text .author-name .date p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-post .blog-list__wrap .box__text .author-name .date p {
    font-size: 0.972vw;
  }
}

/* blogs css END here */
/* blog-detail css start here */
.blog-inner {
  background: linear-gradient(180deg, #ECE9E6 0%, #FFFFFF 100%);
  padding: 40px 0 85px;
}
@media only screen and (max-width: 991px) {
  .blog-inner {
    padding: 32px 0;
    background: #F0EDEB;
  }
}
.blog-inner .wrapper {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.blog-inner__detail {
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .blog-inner__detail {
    margin-bottom: 22px;
  }
}
.blog-inner__detail h2 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .blog-inner__detail h2 {
    font-size: 29px;
    text-transform: capitalize;
    margin-bottom: 16px;
  }
}
.blog-inner__detail .des-primary {
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .blog-inner__detail .des-primary {
    margin-bottom: 16px;
  }
}
.blog-inner__detail .author-name {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.blog-inner__detail .author-name span {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.blog-inner__detail .author-name .date {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blog-inner__detail .author-name .date svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.blog-inner__detail .author-name .date p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.blog-inner__content.wysiwyg * {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .blog-inner__content.wysiwyg p, .blog-inner__content.wysiwyg a, .blog-inner__content.wysiwyg li {
    font-size: 14px;
  }
}
.blog-inner__content img {
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .blog-inner__content img {
    border-radius: 8px;
  }
}
.blog-inner__content h2 {
  font-family: "Fraunces", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .blog-inner__content h2 {
    font-size: 20px;
    text-transform: capitalize;
  }
}
.blog-inner__content h3 {
  font-family: "AvenirLTStd", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .blog-inner__content h3 {
    font-size: 20px;
    text-transform: capitalize;
  }
}

/* blog-detail css END here */
/* blog-slider css start here */
.blog-slider {
  padding: 80px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider {
    padding: 5.556vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-slider {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-slider {
    display: none;
  }
}
.blog-slider .sec-heading {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider .sec-heading {
    margin-bottom: 3.333vw;
  }
}
.blog-slider .sec-heading .heading-xl {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider .sec-heading .heading-xl {
    margin-bottom: 1.111vw;
  }
}
.blog-slider__content {
  display: none;
  width: 100%;
  max-width: 1187px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content {
    max-width: 82.431vw;
  }
}
.blog-slider__content.slick-initialized {
  display: block;
}
.blog-slider__content .slick-list {
  margin: 0 -17px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .slick-list {
    margin: 0 -1.181vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-slider__content .slick-list {
    margin: 0 -8px;
  }
}
.blog-slider__content .box {
  background-color: #fff;
  border-radius: 28px;
  margin: 0 17px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box {
    border-radius: 1.944vw;
    margin: 0 1.181vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-slider__content .box {
    margin: 0 8px;
    border-radius: 22px;
  }
}
.blog-slider__content .box a {
  display: block;
  padding: 22px 22px 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box a {
    padding: 1.528vw 1.528vw 2.222vw;
  }
}
.blog-slider__content .box__img {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box__img {
    margin-bottom: 2.222vw;
  }
}
.blog-slider__content .box__img .sec-img {
  border-radius: 24px;
  overflow: hidden;
  padding-top: 71.5%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box__img .sec-img {
    border-radius: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-slider__content .box__img .sec-img {
    border-radius: 16px;
  }
}
.blog-slider__content .box__text h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box__text h3 {
    font-size: 1.667vw;
    margin-bottom: 0.694vw;
  }
}
.blog-slider__content .box__text .des-secondary {
  line-height: 1.3;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box__text .des-secondary {
    margin-bottom: 0.972vw;
  }
}
.blog-slider__content .box__text .author-name {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.blog-slider__content .box__text .author-name span {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box__text .author-name span {
    font-size: 0.972vw;
  }
}
.blog-slider__content .box__text .author-name .date {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blog-slider__content .box__text .author-name .date svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box__text .author-name .date svg {
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.625vw;
  }
}
.blog-slider__content .box__text .author-name .date p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider__content .box__text .author-name .date p {
    font-size: 0.972vw;
  }
}
.blog-slider .slick-dotted.slick-slider {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider .slick-dotted.slick-slider {
    margin-bottom: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .blog-slider .slick-dotted.slick-slider {
    margin-bottom: 35px;
  }
}
.blog-slider .slider-cta .custom-slick-arrow {
  width: 44px;
  height: 44px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider .slider-cta .custom-slick-arrow {
    width: 3.056vw;
    height: 3.056vw;
  }
}
.blog-slider .slider-cta .custom-slick-arrow svg {
  width: 16px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider .slider-cta .custom-slick-arrow svg {
    width: 1.111vw;
  }
}
.blog-slider .slider-cta .custom-slick-arrow svg path {
  fill: #fff;
}
.blog-slider .slider-cta .custom-slick-arrow-prev {
  background: linear-gradient(275deg, #0F5942 55.73%, #689640 98.29%);
}
.blog-slider .slider-cta .custom-slick-arrow-next {
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
}
.blog-slider .slider-cta .slick-dots li {
  width: 55px;
  margin: 0 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider .slider-cta .slick-dots li {
    width: 3.819vw;
    margin: 0 0.556vw;
  }
}
.blog-slider .slider-cta .slick-dots li.slick-active {
  width: 155px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .blog-slider .slider-cta .slick-dots li.slick-active {
    width: 10.764vw;
  }
}

/* blog-slider css END here */
/* product-comparison css start here */
.product-comparison {
  padding: 80px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 113.19%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison {
    padding: 5.556vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison {
    padding: 40px 0;
  }
}
.product-comparison .sec-heading {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison .sec-heading {
    margin-bottom: 5.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison .sec-heading {
    margin-bottom: 45px;
  }
}
.product-comparison .sec-heading h2 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 1.21;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison .sec-heading h2 {
    font-size: 3.194vw;
    margin-bottom: 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison .sec-heading h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.product-comparison .sec-heading h2 strong {
  color: #457326;
  display: block;
}
.product-comparison__wrap {
  display: flex;
  width: 100%;
  max-width: 1002px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap {
    max-width: 69.583vw;
  }
}
.product-comparison__wrap .content {
  width: 100%;
  max-width: 50%;
  border-radius: 16px;
  padding: 0 35px 60px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content {
    border-radius: 1.111vw;
    padding: 0 2.431vw 4.167vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content {
    padding: 0 12px 20px;
  }
}
.product-comparison__wrap .content__heading {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 0 28px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content__heading {
    margin: 0 0 1.944vw 0;
  }
}
.product-comparison__wrap .content__heading h3 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content__heading h3 {
    font-size: 2.222vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content__heading h3 {
    font-size: 16px;
  }
}
.product-comparison__wrap .content__heading figure {
  width: 100%;
  max-width: 73px;
  max-width: 86px;
  margin: 0 0 0 41px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content__heading figure {
    max-width: 5.069vw;
    max-width: 5.972vw;
    margin: 0 0 0 2.847vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content__heading figure {
    max-width: 48px;
    margin: 0 0 0 13px;
  }
}
.product-comparison__wrap .content__heading img {
  margin: -32px 0 0 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content__heading img {
    margin: -2.222vw 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content__heading img {
    margin: -10px 0 0 0;
  }
}
.product-comparison__wrap .content ul li {
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content ul li {
    margin-bottom: 2.083vw;
    padding-bottom: 0.694vw;
    border-bottom: 0.069vw solid #D9D9D9;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content ul li {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.product-comparison__wrap .content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-comparison__wrap .content ul li .icon {
  width: 100%;
  max-width: 28px;
  margin: 0 16px 0 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content ul li .icon {
    max-width: 1.944vw;
    margin: 0 1.111vw 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content ul li .icon {
    max-width: 22px;
    margin: 0 5px 0 0;
  }
}
.product-comparison__wrap .content ul li p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content ul li p {
    font-size: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content ul li p {
    font-size: 14px;
  }
}
.product-comparison__wrap .content.content-left {
  background-color: #fff;
}
.product-comparison__wrap .content.content-left .content__heading h3 {
  margin-top: -7px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content.content-left .content__heading h3 {
    margin-top: -0.486vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content.content-left .content__heading h3 {
    margin: 0;
  }
}
.product-comparison__wrap .content.content-right .content__heading {
  padding: 23px 0 29px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content.content-right .content__heading {
    padding: 1.597vw 0 2.014vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content.content-right .content__heading {
    padding: 11px 0 0px;
  }
}
.product-comparison__wrap .content.content-right ul li .icon {
  max-width: 26px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .product-comparison__wrap .content.content-right ul li .icon {
    max-width: 1.806vw;
  }
}
@media only screen and (max-width: 991px) {
  .product-comparison__wrap .content.content-right ul li .icon {
    max-width: 20px;
  }
}
.product-comparison__wrap .content.content-right ul li p {
  color: #646464;
}

/* product-comparison css END here */
/* 404 page css start here */
.error-404 {
  padding: 100px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 100%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .error-404 {
    padding: 6.944vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .error-404 {
    padding: 60px 0;
  }
}
.error-404 .page-header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .error-404 .page-header {
    margin-bottom: 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .error-404 .page-header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .error-404 .page-content .cus-btn {
    max-width: 240px;
    padding: 13px 11px;
  }
}

/* 404 page css END here */
/* quiz-header css start here */
.quiz-header {
  background-color: #FFFEFE;
  padding: 27px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-header {
    padding: 1.875vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-header {
    padding: 18.5px 0;
  }
}
.quiz-header__wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.quiz-header__wrap-left {
  width: 100%;
  max-width: 125px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-header__wrap-left {
    max-width: 8.681vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-header__wrap-left {
    max-width: 63px;
  }
}
.quiz-header__wrap-left a {
  display: block;
}
.quiz-header__wrap-right {
  width: 100%;
  max-width: calc(100% - 125px);
  padding-left: 50px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-header__wrap-right {
    max-width: calc(100% - 8.681vw);
    padding-left: 3.472vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-header__wrap-right {
    max-width: 157px;
    padding: 0;
  }
}
.quiz-header__wrap-right a {
  display: block;
  width: 100%;
  max-width: 148px;
  margin-right: 38px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-header__wrap-right a {
    max-width: 10.278vw;
    margin-right: 2.639vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-header__wrap-right a {
    max-width: 75px;
    margin-right: 19px;
  }
}
.quiz-header__wrap-right a:first-child {
  max-width: 122px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-header__wrap-right a:first-child {
    max-width: 8.472vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-header__wrap-right a:first-child {
    max-width: 62px;
  }
}
.quiz-header__wrap-right a:last-child {
  margin-right: 0;
}

/* quiz-header css END here */
/* quiz-banner css start here */
.quiz-banner {
  background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 113.19%);
  padding: 30px 0 67px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner {
    padding: 2.083vw 0 4.653vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner {
    padding: 18px 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner .cus-container {
    padding: 0 20px;
  }
}
.quiz-banner .rating {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .rating {
    margin-bottom: 0.347vw;
  }
}
.quiz-banner .sec-heading {
  width: 100%;
  max-width: 926px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .sec-heading {
    max-width: 64.306vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner .sec-heading {
    margin: 0 auto 16px;
  }
}
.quiz-banner .sec-heading h2 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .sec-heading h2 {
    font-size: 3.194vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner .sec-heading h2 {
    font-size: 22px;
  }
}
.quiz-banner .sec-heading h2 strong {
  color: #457326;
}
.quiz-banner .progress-bar {
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .progress-bar {
    max-width: 52.361vw;
  }
}
.quiz-banner .progress-bar .wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.quiz-banner .progress-bar__text p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .progress-bar__text p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner .progress-bar__text p {
    font-size: 12px;
  }
}
.quiz-banner .progress-bar .time {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.quiz-banner .progress-bar .time svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .progress-bar .time svg {
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner .progress-bar .time svg {
    width: 11px;
    height: 11px;
    margin-right: 6px;
  }
}
.quiz-banner .progress-bar .time p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .progress-bar .time p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner .progress-bar .time p {
    font-size: 12px;
  }
}
.quiz-banner .progress-bar__thumb {
  width: 100%;
  height: 12px;
  border-radius: 100px;
  background-color: #EBEBEB;
  position: relative;
  margin-top: 13px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .progress-bar__thumb {
    height: 0.833vw;
    border-radius: 6.944vw;
    margin-top: 0.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner .progress-bar__thumb {
    margin-top: 12px;
    height: 11px;
  }
}
.quiz-banner .progress-bar__thumb-line {
  position: absolute;
  width: 5.8%;
  height: 100%;
  background: linear-gradient(90deg, #395427 0%, #689640 100%);
  border-radius: 100px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner .progress-bar__thumb-line {
    border-radius: 6.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner .progress-bar__thumb-line {
    width: 7.8%;
  }
}
.quiz-banner__content {
  margin-top: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content {
    margin-top: 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content {
    margin-top: 20px;
  }
}
.quiz-banner__content h3 {
  font-family: "Fraunces", sans-serif;
  color: #162C28;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content h3 {
    font-size: 2.083vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content h3 {
    font-size: 20px;
  }
}
.quiz-banner__content-wrap {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 27px -7px 35px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content-wrap {
    margin: 1.875vw -0.486vw 2.431vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content-wrap {
    margin: 21px -6px 26px;
  }
}
.quiz-banner__content-wrap .box {
  width: 100%;
  max-width: 24.72%;
  background-color: #fff;
  border-radius: 14px;
  border: 2px solid #EBEBEB;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.0784313725);
  margin: 0 7px;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content-wrap .box {
    border-radius: 0.972vw;
    border: 0.139vw solid #EBEBEB;
    box-shadow: 0 0 1.667vw 0 rgba(0, 0, 0, 0.0784313725);
    margin: 0 0.486vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content-wrap .box {
    border-radius: 8px;
    margin: 0 6px;
    max-width: 150px;
  }
}
.quiz-banner__content-wrap .box:hover {
  box-shadow: none;
  background-color: #DFD0BD;
  border: 2px solid #DFD0BD;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content-wrap .box:hover {
    border: 0.139vw solid #DFD0BD;
  }
}
.quiz-banner__content-wrap .box a {
  padding: 30px 10px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content-wrap .box a {
    padding: 2.083vw 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content-wrap .box a {
    padding: 13px 10px;
  }
}
.quiz-banner__content-wrap .box a figure {
  width: 100%;
  max-width: 60px;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content-wrap .box a figure {
    max-width: 4.167vw;
    margin: 0 auto 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content-wrap .box a figure {
    max-width: 40px;
    margin: 0 auto 11px;
  }
}
.quiz-banner__content-wrap .box a p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content-wrap .box a p {
    font-size: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content-wrap .box a p {
    font-size: 16px;
  }
}
.quiz-banner__content .secure-text {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 0.7;
}
.quiz-banner__content .secure-text svg {
  width: 12px;
  height: 14px;
  margin-right: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content .secure-text svg {
    width: 0.833vw;
    height: 0.972vw;
    margin-right: 0.278vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content .secure-text svg {
    width: 9px;
    height: 12px;
  }
}
.quiz-banner__content .secure-text p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-banner__content .secure-text p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-banner__content .secure-text p {
    font-size: 12px;
  }
}

/* quiz-banner css END here */
/* quiz-steps css start here */
.quiz-steps {
  background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 113.19%);
  padding: 30px 0 60px;
}
@media only screen and (max-width: 991px) {
  .quiz-steps {
    padding: 15px 0 32px;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps .cus-container {
    padding: 0 20px;
  }
}
.quiz-steps form {
  width: 100%;
  display: block;
  position: relative;
}
.quiz-steps form .quiz-steps__detail {
  border: none;
  display: none;
}
.quiz-steps form .quiz-steps__detail.is-open {
  display: block;
}
.quiz-steps form .quiz-steps__detail .rating {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .rating {
    margin-bottom: 0.347vw;
  }
}
.quiz-steps form .quiz-steps__detail .sec-heading {
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .sec-heading {
    margin: 0 0 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail .sec-heading {
    margin: 0 0 16px;
  }
}
.quiz-steps form .quiz-steps__detail .sec-heading h2 {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .sec-heading h2 {
    font-size: 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail .sec-heading h2 {
    font-size: 22px;
  }
}
.quiz-steps form .quiz-steps__detail .sec-heading h2 strong {
  color: #457326;
}
.quiz-steps form .quiz-steps__detail .progress-bar {
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .progress-bar {
    max-width: 52.361vw;
  }
}
.quiz-steps form .quiz-steps__detail .progress-bar .wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.quiz-steps form .quiz-steps__detail .progress-bar__text p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .progress-bar__text p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail .progress-bar__text p {
    font-size: 12px;
  }
}
.quiz-steps form .quiz-steps__detail .progress-bar .time {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.quiz-steps form .quiz-steps__detail .progress-bar .time svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .progress-bar .time svg {
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail .progress-bar .time svg {
    width: 11px;
    height: 11px;
    margin-right: 6px;
  }
}
.quiz-steps form .quiz-steps__detail .progress-bar .time p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .progress-bar .time p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail .progress-bar .time p {
    font-size: 12px;
  }
}
.quiz-steps form .quiz-steps__detail .progress-bar__thumb {
  width: 100%;
  height: 12px;
  border-radius: 100px;
  background-color: #EBEBEB;
  position: relative;
  margin-top: 13px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .progress-bar__thumb {
    height: 0.833vw;
    border-radius: 6.944vw;
    margin-top: 0.903vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail .progress-bar__thumb {
    margin-top: 12px;
    height: 11px;
  }
}
.quiz-steps form .quiz-steps__detail .progress-bar__thumb-line {
  position: absolute;
  width: 5.8%;
  height: 100%;
  background: linear-gradient(90deg, #395427 0%, #689640 100%);
  border-radius: 100px;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail .progress-bar__thumb-line {
    border-radius: 6.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail .progress-bar__thumb-line {
    width: 7.8%;
  }
}
.quiz-steps form .quiz-steps__detail-content {
  margin-top: 28px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content {
    margin-top: 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content {
    margin-top: 20px;
  }
}
.quiz-steps form .quiz-steps__detail-content h3 {
  font-family: "Fraunces", sans-serif;
  color: #162C28;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content h3 {
    font-size: 1.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content h3 {
    font-size: 20px;
  }
}
.quiz-steps form .quiz-steps__detail-content .des-primary {
  opacity: 0.8;
  margin-top: 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content .des-primary {
    margin-top: 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content .des-primary {
    font-size: 14px;
    margin-top: 17px;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  margin: 27px -7px 29px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap {
    margin: 1.875vw -0.486vw 2.014vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap {
    margin: 21px auto 24px;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .box {
  position: relative;
  width: 100%;
  max-width: 226px;
  margin: 0 7px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box {
    max-width: 15.694vw;
    margin: 0 0.486vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box {
    max-width: 100%;
    margin: 0 0 8px 0;
  }
  .quiz-steps form .quiz-steps__detail-content-wrap .box:last-child {
    margin: 0;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .box input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.quiz-steps form .quiz-steps__detail-content-wrap .box input:checked + label {
  box-shadow: none;
  background-color: #DFD0BD;
  border: 2px solid #DFD0BD;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box input:checked + label {
    border: 0.139vw solid #DFD0BD;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .box label {
  display: block;
  background-color: #fff;
  border-radius: 14px;
  border: 2px solid #EBEBEB;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.0784313725);
  padding: 30px 10px;
  cursor: pointer;
  width: 100%;
  outline: none;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box label {
    border-radius: 0.972vw;
    border: 0.139vw solid #EBEBEB;
    box-shadow: 0 0 1.667vw 0 rgba(0, 0, 0, 0.0784313725);
    padding: 2.083vw 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box label {
    padding: 10px 18px;
    border-radius: 8px;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box label:hover {
    box-shadow: none;
    background-color: #DFD0BD;
    border: 2px solid #DFD0BD;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box label:hover {
    border: 0.139vw solid #DFD0BD;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .box label figure {
  width: 100%;
  max-width: 60px;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box label figure {
    max-width: 4.167vw;
    margin: 0 auto 0.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box label figure {
    max-width: 40px;
    margin: 0 10px 0 0;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .box label p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box label p {
    font-size: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .box label p {
    font-size: 16px;
    text-align: left;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .form-grp {
  width: 100%;
  max-width: 494px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .form-grp {
    max-width: 34.306vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .form-grp {
    margin: 0 auto;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .form-grp input {
  width: 100%;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  border: 1px solid #EDEDED;
  outline: none;
  border-radius: 8px;
  padding: 20.5px 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .form-grp input {
    font-size: 1.25vw;
    border: 0.069vw solid #EDEDED;
    border-radius: 0.556vw;
    padding: 1.424vw 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .form-grp input {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .form-grp .des-secondary {
  margin-top: 17px;
  line-height: 1.3;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .form-grp .des-secondary {
    margin-top: 1.181vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .form-grp .des-secondary {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 24px;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel {
  width: 100%;
  max-width: 494px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel {
    max-width: 34.306vw;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  max-width: 260px;
  padding: 4px;
  border-radius: 54px;
  border: 2px solid #DFD0BD;
  overflow: hidden;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn {
    max-width: 18.056vw;
    padding: 0.278vw;
    border-radius: 3.75vw;
    border: 0.139vw solid #DFD0BD;
    margin: 0 auto 1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn {
    padding: 3px;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn span {
  display: block;
  width: 100%;
  max-width: 50%;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.09;
  font-weight: 800;
  text-align: center;
  padding: 17.5px 10px;
  cursor: pointer;
  border-radius: 54px 0 0 54px;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn span {
    font-size: 1.528vw;
    padding: 1.215vw 0.694vw;
    border-radius: 3.75vw 0 0 3.75vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn span {
    font-size: 16px;
    padding: 9.5px 10px;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn span:last-child {
  border-radius: 0 54px 54px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn span:last-child {
    border-radius: 0 3.75vw 3.75vw 0;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__btn span.active {
  background-color: #DFD0BD;
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content {
  display: none;
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp {
  position: relative;
  width: 100%;
  border: 1px solid #EDEDED;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp {
    border: 0.069vw solid #EDEDED;
    margin-bottom: 0.694vw;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half {
  width: 49%;
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half {
    width: 100%;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half-left {
  border-right: none;
  position: relative;
  width: 50%;
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half-left::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 54px;
  background-color: #E3E3E3;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half-left::after {
    width: 0.069vw;
    height: 3.75vw;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half-left input {
  border-radius: 8px 0 0 8px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half-left input {
    border-radius: 0.556vw 0 0 0.556vw;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half-right {
  border-left: none;
  width: 50%;
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half-right input {
  border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp--half-right input {
    border-radius: 0 0.556vw 0.556vw 0;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp input {
  border: none;
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp input {
    padding: 22px 18px;
  }
}
.quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp label {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  text-transform: capitalize;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp label {
    right: 1.389vw;
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content-wrap .tab-pannel__content .form-grp label {
    font-size: 16px;
  }
}
.quiz-steps form .quiz-steps__detail-content .secure-text {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 0.7;
}
.quiz-steps form .quiz-steps__detail-content .secure-text svg {
  width: 12px;
  height: 14px;
  margin-right: 4px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content .secure-text svg {
    width: 0.833vw;
    height: 0.972vw;
    margin-right: 0.278vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content .secure-text svg {
    width: 9px;
    height: 12px;
  }
}
.quiz-steps form .quiz-steps__detail-content .secure-text p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-content .secure-text p {
    font-size: 1.111vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-content .secure-text p {
    font-size: 12px;
  }
}
.quiz-steps form .quiz-steps__detail-process {
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-process {
    max-width: 52.361vw;
  }
}
.quiz-steps form .quiz-steps__detail-process-wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-process-wrap {
    margin-bottom: 0.694vw;
  }
}
.quiz-steps form .quiz-steps__detail-process-wrap p {
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-process-wrap p {
    font-size: 1.111vw;
  }
}
.quiz-steps form .quiz-steps__detail-process-wrap span {
  display: block;
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-process-wrap span {
    font-size: 1.111vw;
  }
}
.quiz-steps form .quiz-steps__detail-process .process-bar {
  height: 12px;
  background-color: #EBEBEB;
  border-radius: 100px;
  position: relative;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-process .process-bar {
    height: 0.833vw;
    border-radius: 6.944vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-process .process-bar {
    height: 11px;
  }
}
.quiz-steps form .quiz-steps__detail-process .process-bar .process {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #395427 0%, #689640 100%);
  border-radius: 100px;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-process .process-bar .process {
    border-radius: 6.944vw;
  }
}
.quiz-steps form .quiz-steps__detail-btn {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 29px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-btn {
    margin-top: 2.014vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-btn {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .quiz-steps form .quiz-steps__detail-btn {
    flex-direction: column;
  }
}
.quiz-steps form .quiz-steps__detail-btn .step-back-btn {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-bottom: 1.5px solid #000;
  padding: 0 0 3px 0;
  opacity: 0.7;
  outline: none;
  transition: 0.4s all ease-in-out;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-btn .step-back-btn {
    font-size: 1.25vw;
    border-bottom: 0.104vw solid #000;
    padding: 0 0 0.208vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-btn .step-back-btn {
    font-size: 16px;
  }
}
.quiz-steps form .quiz-steps__detail-btn .step-back-btn:hover {
  opacity: 1;
}
.quiz-steps form .quiz-steps__detail-btn .step-back-btn svg {
  width: 16px;
  height: 13px;
  margin-right: 9px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-btn .step-back-btn svg {
    width: 1.111vw;
    height: 0.903vw;
    margin-right: 0.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-btn .step-back-btn svg {
    width: 14px;
    height: 11px;
  }
}
.quiz-steps form .quiz-steps__detail-btn .cus-btn {
  border: none;
  outline: none;
  background: linear-gradient(90.14deg, #0F5942 55.73%, #689640 98.29%);
  max-width: 284px;
  padding: 14.5px 10px;
  margin: 0 0 0 50px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .quiz-steps__detail-btn .cus-btn {
    max-width: 19.722vw;
    padding: 1.007vw 0.694vw;
    margin: 0 0 0 3.472vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .quiz-steps__detail-btn .cus-btn {
    max-width: 262px;
    padding: 16px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .quiz-steps form .quiz-steps__detail-btn .cus-btn {
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 992px) {
  .quiz-steps form .step-two .quiz-steps__detail-content-wrap .box:nth-child(n+6), .quiz-steps form .step-eight .quiz-steps__detail-content-wrap .box:nth-child(n+6), .quiz-steps form .step-eleven .quiz-steps__detail-content-wrap .box:nth-child(n+6) {
    margin: 14px 7px 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-two .quiz-steps__detail-content-wrap .box:nth-child(n+6), .quiz-steps form .step-eight .quiz-steps__detail-content-wrap .box:nth-child(n+6), .quiz-steps form .step-eleven .quiz-steps__detail-content-wrap .box:nth-child(n+6) {
    margin: 0.972vw 0.486vw 0;
  }
}
.quiz-steps form .step-three .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-four .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-seven .quiz-steps__detail-content-wrap .box {
  max-width: 270px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-three .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-four .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-seven .quiz-steps__detail-content-wrap .box {
    max-width: 18.75vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-three .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-four .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-seven .quiz-steps__detail-content-wrap .box {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .quiz-steps form .step-three .quiz-steps__detail-content-wrap .box:nth-child(n+5), .quiz-steps form .step-four .quiz-steps__detail-content-wrap .box:nth-child(n+5), .quiz-steps form .step-seven .quiz-steps__detail-content-wrap .box:nth-child(n+5) {
    margin: 14px 7px 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-three .quiz-steps__detail-content-wrap .box:nth-child(n+5), .quiz-steps form .step-four .quiz-steps__detail-content-wrap .box:nth-child(n+5), .quiz-steps form .step-seven .quiz-steps__detail-content-wrap .box:nth-child(n+5) {
    margin: 0.972vw 0.486vw 0;
  }
}
.quiz-steps form .step-four .sec-heading h2 strong {
  display: block;
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-four .sec-heading h2 strong {
    display: inline-block;
  }
}
.quiz-steps form .step-five .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-six .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-nine .quiz-steps__detail-content-wrap .box {
  max-width: 357px;
  min-height: 97px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-five .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-six .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-nine .quiz-steps__detail-content-wrap .box {
    max-width: 24.792vw;
    min-height: 6.736vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-five .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-six .quiz-steps__detail-content-wrap .box, .quiz-steps form .step-nine .quiz-steps__detail-content-wrap .box {
    max-width: 100%;
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .quiz-steps form .step-five .quiz-steps__detail-content-wrap .box:nth-child(n+4), .quiz-steps form .step-six .quiz-steps__detail-content-wrap .box:nth-child(n+4), .quiz-steps form .step-nine .quiz-steps__detail-content-wrap .box:nth-child(n+4) {
    margin: 14px 7px 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-five .quiz-steps__detail-content-wrap .box:nth-child(n+4), .quiz-steps form .step-six .quiz-steps__detail-content-wrap .box:nth-child(n+4), .quiz-steps form .step-nine .quiz-steps__detail-content-wrap .box:nth-child(n+4) {
    margin: 0.972vw 0.486vw 0;
  }
}
.quiz-steps form .step-five .quiz-steps__detail-content-wrap .box label, .quiz-steps form .step-six .quiz-steps__detail-content-wrap .box label, .quiz-steps form .step-nine .quiz-steps__detail-content-wrap .box label {
  padding: 10px;
  height: 100%;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-five .quiz-steps__detail-content-wrap .box label, .quiz-steps form .step-six .quiz-steps__detail-content-wrap .box label, .quiz-steps form .step-nine .quiz-steps__detail-content-wrap .box label {
    padding: 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-five .quiz-steps__detail-content-wrap .box label, .quiz-steps form .step-six .quiz-steps__detail-content-wrap .box label, .quiz-steps form .step-nine .quiz-steps__detail-content-wrap .box label {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding: 20.5px 18px;
  }
}
.quiz-steps form .step-five .sec-heading {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-five .sec-heading {
    max-width: 50vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-five .sec-heading {
    margin: 0 auto 16px;
  }
}
.quiz-steps form .step-six .sec-heading {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-six .sec-heading {
    max-width: 53.472vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-six .sec-heading {
    margin: 0 auto 16px;
  }
}
.quiz-steps form .step-seven .sec-heading {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-seven .sec-heading {
    max-width: 54.167vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-seven .sec-heading {
    margin: 0 auto 16px;
  }
}
.quiz-steps form .step-nine .sec-heading {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-nine .sec-heading {
    max-width: 62.5vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-nine .sec-heading {
    margin: 0 auto 16px;
  }
}
.quiz-steps form .step-ten .sec-heading {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-ten .sec-heading {
    max-width: 56.944vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-ten .sec-heading {
    margin: 0 auto 16px;
  }
}
.quiz-steps form .step-ten .quiz-steps__detail-content-wrap {
  margin: 27px -6px 29px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap {
    margin: 1.875vw -0.417vw 2.014vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap {
    margin: 21px -5px 24px;
    flex-direction: row;
    max-width: 100%;
  }
}
.quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box {
  max-width: 190px;
  margin: 0 6px;
  min-height: 97px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box {
    max-width: 13.194vw;
    margin: 0 0.417vw;
    min-height: 6.736vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box {
    max-width: 150px;
    margin: 0 5px 10px;
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box:nth-child(n+7) {
    margin: 6px 6px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box:nth-child(n+7) {
    margin: 0.417vw 0.417vw 0;
  }
}
.quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box label {
  padding: 10px 40px;
  height: 100%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box label {
    padding: 0.694vw 2.778vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box label {
    padding: 24.5px 5px;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-ten .quiz-steps__detail-content-wrap .box label p {
    text-align: center;
  }
}
.quiz-steps form .step-eleven .sec-heading {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-eleven .sec-heading {
    max-width: 54.167vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-eleven .sec-heading {
    margin: 0 auto 16px;
  }
}
.quiz-steps form .step-twelve .sec-heading {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-twelve .sec-heading {
    max-width: 53.472vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-twelve .sec-heading {
    margin: 0 auto 16px;
  }
}
.quiz-steps form .step-thirteen .sec-heading {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-thirteen .sec-heading {
    max-width: 53.472vw;
    margin: 0 auto 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-thirteen .sec-heading {
    margin: 0 auto 16px;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-thirteen .quiz-steps__detail-content-wrap {
    max-width: 100%;
  }
}
.quiz-steps form .step-thirteen .quiz-steps__detail-btn .cus-btn {
  max-width: 224px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-thirteen .quiz-steps__detail-btn .cus-btn {
    max-width: 15.556vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-thirteen .quiz-steps__detail-btn .cus-btn {
    max-width: 262px;
  }
}
.quiz-steps form .step-thirteen .quiz-steps__detail-btn .cus-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.quiz-steps form .step-thirteen .email-error {
  font-family: "AvenirLTStd", sans-serif;
  color: #E22336;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-thirteen .email-error {
    font-size: 0.972vw;
    margin-top: 0.694vw;
  }
}
.quiz-steps form .step-fourteen {
  height: 100%;
  min-height: 570px;
  padding: 192px 0 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #ECE9E6 113.19%);
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-fourteen {
    min-height: 39.583vw;
    padding: 13.333vw 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fourteen {
    min-height: auto;
    padding: 122px 0 130px;
  }
}
.quiz-steps form .step-fourteen .sec-heading {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-fourteen .sec-heading {
    margin: 0 0 2.083vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fourteen .sec-heading {
    margin: 0 0 22px;
  }
}
.quiz-steps form .step-fifteen {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.quiz-steps form .step-fifteen .best-bundle {
  background: none;
  padding: 0 0 56px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-fifteen .best-bundle {
    padding: 0 0 3.889vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fifteen .best-bundle {
    padding: 0 0 31px;
  }
}
.quiz-steps form .step-fifteen .best-bundle .sec-heading {
  width: 100%;
  max-width: 788px;
  margin: 0 auto 84px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-fifteen .best-bundle .sec-heading {
    max-width: 54.722vw;
    margin: 0 auto 5.833vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fifteen .best-bundle .sec-heading {
    margin: 0 auto 53px;
    padding: 0 20px;
  }
}
.quiz-steps form .step-fifteen .best-bundle .sec-heading h2 strong {
  color: #000;
  display: block;
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fifteen .best-bundle .sec-heading h2 strong {
    display: inline-block;
  }
}
@media only screen and (max-width: 575px) {
  .quiz-steps form .step-fifteen .best-bundle .wrapper {
    max-width: 340px;
  }
}
@media screen and (max-width: 375px) {
  .quiz-steps form .step-fifteen .best-bundle .wrapper {
    max-width: 320px;
  }
}
@media screen and (max-width: 350px) {
  .quiz-steps form .step-fifteen .best-bundle .wrapper {
    max-width: 280px;
  }
}
.quiz-steps form .step-fifteen .best-bundle__slider {
  margin: 0 0 30px;
}
.quiz-steps form .step-fifteen .best-bundle__slider .best-bundle-box {
  background: #EFECEA;
}
.quiz-steps form .step-fifteen .best-bundle__slider .slick-list {
  padding: 0 !important;
}
.quiz-steps form .step-fifteen .product-detail {
  padding: 58px 0 10px;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-fifteen .product-detail {
    padding: 4.028vw 0 0.694vw;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fifteen .product-detail {
    padding: 40px 0;
  }
}
.quiz-steps form .step-fifteen .product-detail__wrap-left .sec-heading .heading-xl {
  max-width: 100%;
  font-size: 46px;
  text-align: left;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .quiz-steps form .step-fifteen .product-detail__wrap-left .sec-heading .heading-xl {
    font-size: 3.194vw;
  }
}
.quiz-steps form .step-fifteen .product-detail__wrap-left .sec-heading .heading-xl strong {
  background: #457326;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quiz-steps form .step-fifteen .product-detail__wrap-right {
  max-width: 41%;
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fifteen .product-detail__wrap-right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fifteen .product-detail__wrap-right .sec-heading .heading-xl {
    font-size: 32px;
    padding: 0 30px;
  }
}
.quiz-steps form .step-fifteen .product-detail__wrap-right .sec-heading .heading-xl strong {
  background: #457326;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quiz-steps form .step-fifteen .product-detail__wrap-right figure img {
  width: 123.2%;
  max-width: unset;
}
@media only screen and (max-width: 991px) {
  .quiz-steps form .step-fifteen .product-detail__wrap-right figure img {
    width: 100%;
  }
}

body.step-show-product .marquee.bg-green-gradient {
  background: #fff;
}
body.step-show-product .quiz-steps {
  padding: 30px 0 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  body.step-show-product .quiz-steps {
    padding: 2.083vw 0 0;
  }
}
body.step-show-product .quiz-steps > .cus-container {
  max-width: 100%;
  padding: 0;
}

/* quiz-steps css END here */
.marquee {
  padding: 37px 0;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .marquee {
    padding: 2.569vw 0;
  }
}
@media only screen and (max-width: 991px) {
  .marquee {
    padding: 23.5px 0;
  }
}
.marquee__slider {
  display: none;
}
.marquee__slider.slick-initialized {
  display: block;
}
.marquee__slider .slick-track {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.marquee__slider p {
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .marquee__slider p {
    font-size: 1.389vw;
  }
}
@media only screen and (max-width: 991px) {
  .marquee__slider p {
    font-size: 16px;
  }
}
.marquee__slider span {
  display: block;
  width: 11px;
  height: 11px;
  background: linear-gradient(90deg, #395427 0%, #689640 100%);
  margin: 0 50px;
  border-radius: 100%;
}
@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .marquee__slider span {
    width: 0.764vw;
    height: 0.764vw;
    margin: 0 3.472vw;
  }
}
@media only screen and (max-width: 991px) {
  .marquee__slider span {
    width: 8px;
    height: 8px;
    margin: 0 22px;
  }
}
/* 28-05-2025 empty cart */
.side-cart__body .variation-product-main .variation-product-main__heading {
font-size: 12px;
}
.side-cart__body .variation-product-main__detail_side_cart img{
  flex: 1 1 56px;
  max-width: 56px;
  margin-right: 10px;
}

.side-cart__body .variation-product-main__detail_side_cart{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}
.side-cart__body .free_price{
background: linear-gradient(90deg, #105A43 50%, #689640 105.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 4px;
}
.side-cart__body-recommended .side-cart__body .product-box{
    border: 1px solid #000000;
    padding: 20px;
    border-radius: 12px;
}
.side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--best-value {
    position: absolute;
    border-radius: 40px;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    z-index: 1;
    padding: 8px 16px;
    top: -14px;
    line-height: 1;
    left: 20px;
    transform: unset;
    background-color: #C84EAA;
}
.side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--discovery {
   background-color:#B04EC8;
}
.side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--best-value  p{
    font-family: "AvenirLTStd", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--most-popular{
  position: absolute;
  border-radius: 40px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 6px 16.5px;
  z-index: 1;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  background-color: #EA3950;
  padding: 8px 16px !important;
  top: -14px;
  line-height: 1;
  left: 20px;
  transform: unset;
}
.side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--most-popular p{
  font-family: "AvenirLTStd", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.side-cart .side-cart__body-recommended  .product-box .add-cart {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 20px;
}
.side-cart__body-recommended .variation-product-main {
    width: 100%;
}

.side-cart__body-recommended .product-box__wrap .sec-img{
  flex: 1;
  padding-top: 100%;
  /* max-width: 115px; */
  width: 100%;
}
.side-cart__body-recommended .product-box__wrap .sec-img img, 
.side-cart__body-recommended .product-box__wrap .sec-img video{
  object-fit: contain;
}
.side-cart__body-recommended .product-box__wrap .product-box__text{
  flex: 1;
  margin-left: 20px;
  margin-right: 0;
}
.side-cart__body-recommended .product-box__wrap .product-box__text h3{
    display: block;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    border: 1px solid rgba(0, 0, 0, 0.5019607843);
    padding: 5.5px 12.5px;
    border-radius: 49px;
    font-family: "Fraunces", sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 auto 7px;
    text-transform: capitalize;
    margin-right: unset;
    margin-left: unset;
    padding: 6px 10px;
}
.side-cart__body-recommended .product-box__wrap .product-box__text .badge{
    background-color: #FFBE33;
    border-radius: 36px;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 7px;
    margin-right: unset;
    margin-left: unset;
    padding: 5px 10px !important;
    line-height: 1;
}
.side-cart__body-recommended .product-box__wrap .product-box__text .description {
  text-align: left !important;
    margin: unset !important;
}
.side-cart__body-recommended .product-box__wrap .product-box__text .description p{
    font-family: "Fraunces", sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.21;
    font-weight: 700;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper{
  flex: 1 1 108px;
  max-width: 108px;
  margin-left: 20px;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-total{
  margin-bottom: 6px !important;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-total p{
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price{
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 12px;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-left{
    margin-right: 4px;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-left h5{
    font-family: "Fraunces", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 700;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-right{
  line-height: 0;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-right p{
  font-family: "Fraunces", sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-right span{
  font-family: "AvenirLTStd", sans-serif;
  color: #000;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 500;
}
.side-cart__body-recommended .product-box .variation-product-main ul{
  flex-wrap: wrap;
}
.side-cart__body-recommended .product-box .variation-product-main ul li{
  width: 100%;
  margin-right: 0;
  display: flex;
  justify-content: flex-start;
}

.side-cart__body-recommended .product-box .variation-product-main ul li h6:not(:last-child){
    margin-right: 24px;
}
.side-cart__body-recommended .variation-product-main__detail_side_cart_wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.side-cart__body-recommended .variation-product-main__detail_side_cart_inner{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.side-cart__body-recommended .variation-product-main__detail_side_cart_inner img{
  flex: 1 1 56px;
  max-width: 56px;
  margin-right: 10px;
}
.side-cart__body-recommended .variation-product-main__detail_side_cart_inner p{
      flex: 1;
    font-family: "AvenirLTStd", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.01px;
    color: #333333;
    text-align: left;
    text-transform: capitalize;
}
.side-cart__body-recommended .mobile_radio_only{
  display: none;
}
.side-cart__body-recommended .item__price-wrapper.item__price-wrapper--mob{
  display: none;
}
.side-cart__body-recommended .product-box__wrap .product-img-price-wrap{
    max-width: 100px;
    width: 100%;
}


@media only screen and (max-width: 1440px) and (min-width: 992px) {
  .side-cart__body .variation-product-main .variation-product-main__heading {
    font-size: 0.83vw;
  }

  .side-cart__body .variation-product-main__detail_side_cart img {
    flex: 1 1 3.89vw;
    max-width: 3.89vw;
    margin-right: 0.69vw;
  }

  .side-cart__body .variation-product-main__detail_side_cart {
    margin-top: 1.39vw;
  }

  .side-cart__body .free_price {
    margin-right: 0.28vw;
  }

  .side-cart__body-recommended .side-cart__body .product-box {
    border: 0.07vw solid #000000;
    padding: 1.39vw;
    border-radius: 0.83vw;
  }

  .side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--best-value {
    border-radius: 2.78vw;
    padding: 0.56vw 1.11vw;
    top: -0.97vw;
    left: 1.39vw;
  }

  .side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--best-value p {
    font-size: 0.83vw;
  }

  .side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--most-popular{
    border-radius: 2.78vw;
    padding: 0.42vw 1.15vw;
    top: -1.25vw;
    padding: 0.56vw 1.11vw !important;
    top: -0.97vw;
    left: 1.39vw;
  }
  .side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--most-popular p{
    font-size: 0.83vw;
  }

  .side-cart .side-cart__body-recommended .product-box .add-cart {
    width: 2.08vw;
    height: 2.08vw;
    min-width: 2.08vw;
    margin-right: 1.39vw;
  }

  .side-cart__body-recommended .product-box__wrap .product-box__text {
    margin-left: 1.39vw;
  }

  .side-cart__body-recommended .product-box__wrap .product-box__text h3 {
    border: 0.07vw solid rgba(0, 0, 0, 0.5019607843);
    padding: 0.38vw 0.87vw;
    border-radius: 3.4vw;
    font-size: 0.83vw;
    margin: 0 auto 0.49vw;
    padding: 0.42vw 0.69vw;
  }

  .side-cart__body-recommended .product-box__wrap .product-box__text .badge {
    border-radius: 2.5vw;
    margin: 0 auto 0.49vw;
    padding: 0.35vw 0.69vw !important;
  }

  .side-cart__body-recommended .product-box__wrap .product-box__text .description p {
    font-size: 0.97vw;
  }

  .side-cart__body-recommended .product-box__wrap .item__price-wrapper {
    flex: 1 1 7.5vw;
    max-width: 7.5vw;
    margin-left: 1.39vw;
  }

  .side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-total {
    margin-bottom: 0.42vw !important;
  }

  .side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-total p {
    font-size: 1.67vw;
  }

  .side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price {
    margin-bottom: 0.83vw;
  }

  .side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-left {
    margin-right: 0.28vw;
  }

  .side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-left h5 {
    font-size: 1.11vw;
  }

  .side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-right p {
    font-size: 0.69vw;
    margin-bottom: 0.07vw;
  }

  .side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-right span {
    font-size: 0.56vw;
  }

  .side-cart__body-recommended .product-box .variation-product-main ul li h6:not(:last-child) {
    margin-right: 1.67vw;
  }

  .side-cart__body-recommended .variation-product-main__detail_side_cart_inner img {
    flex: 1 1 3.89vw;
    max-width: 3.89vw;
    margin-right: 0.69vw;
  }

  .side-cart__body-recommended .variation-product-main__detail_side_cart_inner p {
    font-size: 0.97vw;
  }
}
@media only screen and (max-width: 767px){
  .side-cart__body-recommended .product-box__wrap .item__price-wrapper{
    display: none;
  }
  .side-cart .product-box .add-cart{
    display: none;
  }
  .side-cart .side-cart__body-recommended .mobile_radio_only,
  .side-cart .side-cart__body-recommended .mobile_radio_only .add-cart{
    display: block;
  }
  .side-cart .side-cart__body-recommended .mobile_radio_only{
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .side-cart .side-cart__body-recommended .mobile_radio_only .add-cart{
    display: block;
    width: 22px;
    height: 22px;
    min-height: 22px;
    min-width: 22px;
    margin-left: 0;
  }
  .side-cart__body-recommended .item__price-wrapper.item__price-wrapper--mob{
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
 .side-cart__body-recommended .product-box__wrap .sec-img {
    padding-top: 86%;
  } 
  .side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-total p {
    font-size: 20px;
}
.side-cart__body-recommended .product-box__wrap .item__price-wrapper .item__text-price .item__text-price-left h5{
    font-size: 14px;
}
.side-cart__body-recommended .product-box__wrap .product-box__text {
    flex: 1;
    margin: 0 0 0 15px;
}
.side-cart__body-recommended .product-box .variation-product-main ul li{
  flex-wrap: wrap;
}
.side-cart__body-recommended .product-box .variation-product-main ul li h6:not(:last-child){
  margin-right: 0;
  margin-bottom: 8px;
}
.side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--best-value{
  display: none;
}
.side-cart__body-recommended .mobile_radio_only .your-bundle__box-bagde.your-bundle__box-bagde--best-value{
  display: block;
  position: unset;
}
.side-cart__body-recommended .your-bundle__box-bagde.your-bundle__box-bagde--most-popular{
  display: none;
}
.side-cart__body-recommended .mobile_radio_only .your-bundle__box-bagde.your-bundle__box-bagde--most-popular{
  display: block;
  position: unset;
}
.woocommerce-checkout .side-cart .product-box .add-cart svg {
    margin-left: 6px;
    margin-bottom: 2px;
}
}

/* 11-06-25 pipline added css start here */
.side-cart__body-recommended .product-box .variation-product-main ul li{
		flex-direction: column;
    row-gap: 10px;
}
.variation-product-main__heading b{
  word-break: break-all;
}
.variation-product-main .variation-product-main__heading{
  justify-content: flex-start;
}
.variation-product-main .variation-product-main__heading del {
    position: relative;
    padding-left: 5px;
    margin-left: 4px;
}
.variation-product-main .variation-product-main__heading del::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .variation-product-main .variation-product-main__heading span.variation-product-main__free {
        font-size: 11px;
        padding: 5px 8px;
    }
  .side-cart__body .variation-product-main .variation-product-main__heading {
      font-size: 12px;
  }
}
