/* Variables */
:root {
  --primary-color: #ce6a53;
  --secondary-color: #415d48;
  --text-color: #000;
  --light-bg: #fff;
  --border-radius: 25px;
  --transition: all 0.2s ease-in-out;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("../assets/font/GothamRoundedBook_21018.woff2") format("woff2"),
    url("../assets/font/GothamRoundedBook_21018.ttf") format("truetype"),
    url("../assets/font/GothamRoundedLight_21020.woff2") format("woff2"),
    url("../assets/font/GothamRoundedLight_21020.ttf") format("truetype"),
    url("../assets/font/GothamRoundedMedium_21022.woff2") format("woff2"),
    url("../assets/font/GothamRoundedMedium_21022.ttf") format("truetype"),
    url("../assets/font/GothamRoundedBold_21016.woff2") format("woff2"),
    url("../assets/font/GothamRoundedBold_21016.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fashion Fetish";
  src: url("../assets/font/Fashion-Fetish-Light.woff2") format("woff2"),
    url("../assets/font/Fashion-Fetish-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fashion Fetish";
  src: url("../assets/font/Fashion-Fetish-Regular.woff2") format("woff2"),
    url("../assets/font/Fashion-Fetish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fashion Fetish";
  src: url("../assets/font/Fashion-Fetish-Bold.woff2") format("woff2"),
    url("../assets/font/Fashion-Fetish-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fashion Fetish";
  src: url("../assets/font/Fashion-Fetish-Heavy.woff2") format("woff2"),
    url("../assets/font/Fashion-Fetish-Heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


[class*=" eicon-"],
[class^=eicon] {
  font-size: 30px;
}

/* Header and Navigation */
.header-menu ul>li>a {
  padding-top: 37px !important;
}

.header-my-account h3,
.header-my-account-login {
  margin-bottom: 0 !important;
}

.header-my-account {
  margin-bottom: 2px;
}

.col-full-nav {
  background-color: transparent !important;
}

.elementor-45 .menu-item a.hfe-menu-item {
  color: unset !important;
}

.header-my-account .elementor-icon-box-icon {
  float: left;
  margin-right: 15px;
}

.header-my-account .elementor-icon-box-content h3 a,
.header-my-account .elementor-icon-box-icon a {
  color: var(--text-color);
}

.header-my-account .elementor-icon-box-content h3 a:hover,
.header-my-account .elementor-icon-box-content h3 a:active,
.header-my-account .elementor-icon-box-icon a:hover,
.header-my-account .elementor-icon-box-icon a:active {
  color: #d09f1d;
}

/* Content Icons */
.content-icon-left figure.elementor-image-box-img {
  margin-left: -40px !important;
}

.content-icon-left .elementor-image-box-content {
  padding: 25px 0;
}

.content-icon-left .elementor-widget-container {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.content-icon-right figure.elementor-image-box-img {
  margin-right: -65px !important;
}

.content-icon-right .elementor-image-box-content {
  padding: 25px 15px;
}

.content-icon-right .elementor-widget-container {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

/* Testimonials and Reviews */
.swiper-slide .elementor-testimonial__image {
  position: relative;
  left: -10px;
}

.swiper-slide cite.elementor-testimonial__cite {
  margin-top: 5px;
}

i.fa.fa-star-o:before {
  content: "\f005" !important;
  color: #d5904c69;
}

p.stars-reviews {
  margin-bottom: 5px;
  text-align: left;
  font-size: 14px;
}

.swiper-slide .elementor-testimonial .elementor-testimonial__content {
  background: var(--light-bg);
  padding: 48px 35px 48px 104px;
  margin-left: -90px;
  border-radius: 5px;
}

.swiper-slide .elementor-testimonial__content {
  font-size: 14px;
  font-family: "Roboto", Sans-serif !important;
}

.swiper-slide .elementor-testimonial__image img {
  width: 150px !important;
  height: 150px !important;
  border: 0px solid #45614c;
}

.customer-reviews .elementor-swiper-button,
.mm-customer-review .elementor-swiper-button {
  display: none !important;
}

/* Test Button */
.test-btn {
  display: flex;
  justify-content: center;
}

.test-btn>div {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: var(--secondary-color);
  border-radius: 25px;
  margin: 0 5px;
  justify-content: center;
  align-items: center;
  line-height: 36px;
  font-size: 20px;
  border: 1px solid var(--light-bg);
  cursor: pointer;
}

.test-btn>div:hover {
  background: var(--light-bg);
}

p.stars-reviews i {
  color: #dd904a;
}

/* Blog and Post Styles */
span.mm-p-tags {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: none;
}

span.mm-p-tags:first-child {
  display: block;
}

.customer-reviews .swiper-wrapper {
  align-items: center !important;
}

.customer-reviews .elementor-testimonial {
  align-items: center !important;
  justify-items: center;
}

.customer-reviews cite.elementor-testimonial__cite {
  margin-top: 7px !important;
}

span.bos4w-or-subscribe {
  display: none;
}

/* Product Styles */
.front-products li.product img {
  position: relative !important;
  top: 25px !important;
}

.pa-out-of-stock {
  left: -40px !important;
  top: 40px !important;
  font-family: "Roboto";
  font-size: 13px !important;
  background-color: #ff0002 !important;
  transform: rotate(-45deg);
}

.pa-out-of-stock:before,
.pa-out-of-stock:after {
  content: "";
  width: 22px;
  border: 10px solid #ff0002;
  background: #ff0002;
  position: relative;
}

.pa-out-of-stock:before {
  left: -27px;
  top: 0px;
}

.pa-out-of-stock:after {
  right: -28px;
  top: 0px;
}

body ul.products li.product.outofstock:hover .button,
body ul.products li.product.outofstock .button {
  opacity: 0;
}

.front-products a.carousel-arrow.carousel-next {
  left: auto;
}

.front-products a.carousel-arrow.carousel-prev {
  right: auto;
}

/* Custom Author */
.custom-author li:first-child {
  border-right: 1px solid #bfbfbf;
  padding-right: 15px;
}

/* Front Post Slider */
#front-post-slider .premium-blog-post-container {
  padding: 35px;
  background: transparent;
}

#front-post-slider h2.premium-blog-entry-title {
  order: 1;
  margin-bottom: 20px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

#front-post-slider .premium-blog-content-wrapper {
  position: relative;
  right: -25px;
  z-index: 3;
  border-radius: 20px;
  box-shadow: 7px 7px 15px #c9c8c8;
  padding-right: 100px;
}

#front-post-slider a.carousel-arrow {
  z-index: 99999999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: var(--light-bg);
}

#front-post-slider a.carousel-arrow.carousel-next {
  right: 50px;
  top: 440px;
  background: var(--primary-color);
}

#front-post-slider a.carousel-arrow.carousel-prev {
  right: 50px;
  top: 505px;
  background: #d09f1d;
}

#front-post-slider .premium-blog-entry-meta {
  color: #333;
}

#front-post-slider .premium-blog-thumb-effect-wrapper {
  border-radius: 25px;
  max-height: 364px;
}

/* Custom Blog Side Front */
#custom-blog-side-front .premium-blog-post-container {
  background-color: transparent !important;
}

#custom-blog-side-front .premium-blog-thumb-effect-wrapper {
  border-radius: 25px;
}

#custom-blog-side-front h2.premium-blog-entry-title {
  order: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#custom-blog-side-front .premium-blog-content-wrapper {
  padding: 10px 10px 10px 15px;
  background: transparent !important;
  max-width: 290px;
}

/* Blog Meta Styles */
span.premium-blog-meta-separator:before {
  content: "|";
  color: var(--text-color);
  font-size: 12px;
  padding-left: 5px;
}

span.premium-blog-meta-separator {
  font-size: 0 !important;
  content: "\f017";
}

.premium-blog-post-time i {
  color: #ca9f1f !important;
}

.premium-blog-entry-meta {
  margin-bottom: 0;
}

.premium-blog-post-author.premium-blog-meta-data>i {
  font-size: 0;
}

.premium-blog-post-author.premium-blog-meta-data:before {
  content: "By";
  font-size: 12px;
  margin-right: -6px;
  color: var(--text-color);
}

/* Klaviyo Styles */
.mm-klaviyo button.klaviyo_submit_button {
  background: var(--primary-color);
  margin-top: 10px;
  text-transform: none;
  border: 1px solid var(--primary-color);
}

.mm-klaviyo button.klaviyo_submit_button:hover {
  background: transparent;
  border: 1px solid var(--light-bg);
}

.mm-klaviyo button.klaviyo_submit_button:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 15px;
}

.mm-klaviyo input#kla_email_klaviyo_emailsignup_widget-REPLACE_TO_ID {
  height: 50px;
  border-radius: 45px !important;
  margin-bottom: 10px;
  background: var(--light-bg);
  padding-left: 47px;
  display: block;
}

.mm-klaviyo label {
  display: block !important;
}

.mm-klaviyo label:before {
  content: "\f2b6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 15px;
  position: absolute;
  top: 10px;
  left: 23px;
  font-style: italic;
  color: #0e5545;
}

.mm-klaviyo input#kla_email_klaviyo_emailsignup_widget-REPLACE_TO_ID::placeholder {
  color: #0e5545;
  opacity: 1;
  font-style: italic;
}

.klaviyo_messages .error_message {
  color: red;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  text-align: center;
  background: #f9e0e0;
  border: 1px solid red;
  margin-top: 10px;
  border-radius: 45px;
}

.klaviyo_messages .success_message {
  text-align: center;
  background: transparent;
  margin-top: 10px;
  color: var(--light-bg);
}

/* Misc Styles */
.premium-blog-entry-meta {
  margin-bottom: 0 !important;
}

div#dosing-slide ul.slick-dots li {
  margin: 0 !important;
}

a.premium-menu-link.premium-menu-link-parent {
  outline: none;
}

.elementor-kit-10 button:hover,
.elementor-kit-10 button:focus,
.elementor-kit-10 input[type="button"]:hover,
.elementor-kit-10 input[type="button"]:focus,
.elementor-kit-10 input[type="submit"]:hover,
.elementor-kit-10 input[type="submit"]:focus,
.elementor-kit-10 .elementor-button:hover,
.elementor-kit-10 .elementor-button:focus {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}

/* Media Queries */
@media (min-width: 1025px) {
  .content-icon-left .elementor-image-box-content {
    padding: 15px 0;
  }
}

@media (min-width: 1280px) {
  .content-icon-left .elementor-image-box-content {
    padding: 25px 0;
  }
}

@media (max-width: 1024px) {

  .front-products a.carousel-arrow.carousel-next,
  .front-products a.carousel-arrow.carousel-prev {
    left: auto;
    right: auto;
  }

  #front-post-slider .premium-blog-post-container {
    padding: 0 !important;
  }

  #front-post-slider .premium-blog-content-wrapper {
    right: 0;
    z-index: 3;
    box-shadow: 9px 10px 21px #aaa;
  }

  #custom-blog-side-front .premium-blog-post-container {
    display: flex;
    flex-direction: row;
  }

  #custom-blog-side-front .premium-blog-thumb-effect-wrapper {
    flex: 1;
  }

  #custom-blog-side-front .premium-blog-content-wrapper {
    flex: 3;
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .faqs-accordion .elementor-accordion-item .elementor-tab-title,
  .faqs-accordion .elementor-accordion-item .elementor-tab-content {
    padding-left: 30px;
  }

  .faqs-accordion .elementor-accordion:before {
    height: 100%;
    left: 10px !important;
  }

  .faqs-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:before {
    left: 9px;
  }

  .faqs-accordion .elementor-accordion-item .elementor-tab-title:after {
    left: 5px;
  }
}

@media (max-width: 767px) {
  /* Add mobile-specific styles here */
}

.faqs-accordion .elementor-accordion .elementor-tab-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.faqs-accordion .elementor-accordion-item {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ddd;
}

.faqs-accordion .elementor-accordion-item>.elementor-tab-title.elementor-active {
  background: #529b64 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.faqs-accordion .elementor-accordion-item .elementor-tab-title,
.faqs-accordion .elementor-accordion-item .elementor-tab-content {
  padding-left: 50px;
  position: relative;
}

.faqs-accordion .elementor-accordion:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fec1098c;
  z-index: 99;
  position: absolute;
  left: 20px;
  border-bottom: 20px solid #fff;
}

.faqs-accordion .elementor-accordion-item>.elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
  text-align: center !important;
  border: 1px solid #cf6a53;
  font-size: 14px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;

  color: #cf6a53;
}

.faqs-accordion .elementor-accordion-item>.elementor-tab-title.elementor-active span.elementor-accordion-icon.elementor-accordion-icon-right {
  border-color: #fff;
  color: #fff;
}

.elementor-kit-10 .elementor-button:hover {
  border: 0px !important;
  color: #333 !important;
}

.faqs-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:before {
  content: "";
  width: 2px;
  height: 100%;
  z-index: 99;
  background: #fff;
  position: absolute;
  margin-top: -1px;
  left: 19px;
}

.faqs-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:after {
  background: #fec109;
  border-color: #fff;
}

.faqs-accordion .elementor-accordion-item .elementor-tab-title:after {
  z-index: 100;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #fec109;
  position: absolute;
  left: 15px;
  border-radius: 50%;
  background: #fff;
}

.search-faqs {
  display: flex;
}

.search-faqs i {
  position: absolute;
  left: 15px;
  top: 12px;
}

.search-faqs #search-faqs {
  padding: 8px 35px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.blog-conent-small h4 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-conent-small .blog-small-read-more {
  width: 50px;
  height: 50px;
  background: transparent;
  text-align: center;
  right: 0px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 100px;
  margin-right: -11px;
  margin-top: -10px;
}

.blog-conent-small:hover .blog-small-read-more {
  width: 50px;
  height: 50px;
  background: #d09f1d;
  color: #fff;
  text-align: center;
  right: 0px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 100px;
}

.blog-conent-small:hover .blog-small-read-more a {
  color: #fff !important;
}

.blog-conent-small .blog-small-read-more a {
  border-top-left-radius: 100px;
  position: relative;
  bottom: 0;
  border-bottom-right-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 38px;
  right: -4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.blog-conent-small .blog-small-read-more {
  line-height: 55px;
  bottom: -11px;
  bottom: -11px;
}

.blog-loop nav.elementor-pagination .page-numbers {
  border: 1px solid #b8b8b8;
  padding: 2px;
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 6px;
}

.blog-loop nav.elementor-pagination .page-numbers.current {
  background: #d5861a;
  color: #fff;
  border-color: #d5861a;
}

.blog-loop nav.elementor-pagination a.page-numbers:hover {
  background: #d5861a;
  color: #fff;
  border-color: #d5861a;
}

.bos4w-display-wrap-mm {
  margin-top: -55px;
}

/* Why Subscribe */

.why {
  padding-bottom: 20px;
}

.why .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.why .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.why .tab input:checked~.tab__content {
  max-height: 30rem;
}

/* Visual styles */
.why .accordion {
  color: #faf0ed;
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}

.why .tab__label,
.why .tab__close {
  display: flex;
  background: #faf0ed;
  text-transform: uppercase;
  color: #0f834d;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-weight: 700;
}

.why .tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.why .tab input:checked+.tab__label::after {
  transform: rotate(270deg);
}

.why .tab__content p,
.why .tab__content ul {
  margin: 0;
  color: fieldtext;
  padding: 1rem;
  font-size: 14px;
  list-style-type: none;
}

/* Arrow animation */
.why .tab input:not(:checked)+.why .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: translate(0.25rem);
  }

  75% {
    transform: translate(-0.25rem);
  }
}

/* Why Subscribe */

.quantity {
  display: flex;
  flex-direction: row;
  width: 120px;
  flex-wrap: nowrap;
}

.quantity-nav {
  position: relative;
}

.quantity-nav.down {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 32px !important;
  border-bottom-left-radius: 4px !important;
  width: 40px !important;
  margin-right: -1px;
  background: transparent;
  border: 1px solid transparent;
}

.quantity input.input-text.qty.text {
  border-radius: 0 !important;
}

.quantity-nav {
  position: relative !important;
  top: 0;
  right: 0 !important;
  bottom: 0;
  width: auto !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.quantity-nav.down a {
  border: 1px solid #333;
  border-right: 0px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  height: 40px !important;
  background: #e1e9e0 !important;
}

.quantity-nav.up {
  position: relative;
  top: -22px;
  border: 1px solid transparent;
  margin-left: -1px;
}

.quantity-nav.up {
  position: relative;
  top: -2px !important;
  border: 1px solid transparent;
  margin-left: -1px;
  width: 40px !important;
}

.quantity-nav.up a.quantity-button.quantity-up.plus {
  border-color: #ccc;
  color: #666;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  height: 40px !important;
  background: #e1e9e0 !important;
  border: 1px solid #ccc;
  border-left: 0px solid;
}

.quantity input.input-text.qty.text {
  border-radius: 0 !important;
  height: 40px !important;
  width: 50px !important;
}

button.single_add_to_cart_button.button.alt {
  border-radius: 25px !important;
  text-transform: uppercase !important;
  margin-left: 10px !important;
}

/*Responsive*/

@media (min-width: 1025px) {
  .content-icon-left .elementor-image-box-content {
    padding: 15px 0;
  }
}

@media (min-width: 1280px) {
  .content-icon-left .elementor-image-box-content {
    padding: 25px 0;
  }
}

@media (max-width: 1024px) {
  .front-products a.carousel-arrow.carousel-next {
    left: auto;
  }

  .front-products a.carousel-arrow.carousel-prev {
    right: auto;
  }

  div#front-post-slider .premium-blog-post-container {
    padding: 0 !important;
  }

  div#front-post-slider .premium-blog-content-wrapper {
    right: 0;
    z-index: 3;
    box-shadow: 9px 10px 21px #aaa;
  }

  #custom-blog-side-front .premium-blog-post-container {
    display: flex;
    flex-direction: row;
  }

  #custom-blog-side-front .premium-blog-thumb-effect-wrapper {
    flex: 1;
  }

  #custom-blog-side-front .premium-blog-content-wrapper {
    flex: 3;
    max-width: 100%;
  }
}

@media (max-width: 768px) {

  .faqs-accordion .elementor-accordion-item .elementor-tab-title,
  .faqs-accordion .elementor-accordion-item .elementor-tab-content {
    padding-left: 30px;
  }

  .faqs-accordion .elementor-accordion:before {
    height: 100%;
    left: 10px !important;
  }

  .faqs-accordion .elementor-accordion-item .elementor-tab-title.elementor-active:before {
    left: 9px;
  }

  .faqs-accordion .elementor-accordion-item .elementor-tab-title:after {
    left: 5px;
  }
}

@media (max-width: 767px) {
  .front-products a.carousel-arrow.carousel-next {
    left: auto;
  }

  div#front-post-slider .premium-blog-thumb-effect-wrapper {
    border-radius: 10px;
    max-height: 364px;
  }

  .front-products a.carousel-arrow.carousel-prev {
    right: auto;
  }

  ul.slick-initialized.slick-slider li {
    clear: none !important;
  }

  div#front-post-slider .premium-blog-content-wrapper {
    padding: 10px 45px 10px 10px;
    min-height: 150px;
    height: auto !important;
  }

  div#front-post-slider .premium-blog-entry-meta {
    font-size: 9px;
  }

  div#front-post-slider h2.premium-blog-entry-title {
    width: 100%;
    font-size: 17px;
  }

  div#front-post-slider a.carousel-arrow.carousel-next {
    right: 15px;
    top: 180px;
    width: 40px;
    height: 40px;
  }

  div#front-post-slider a.carousel-arrow.carousel-prev {
    right: 15px;
    top: 225px;
    width: 40px;
    height: 40px;
  }

  div#front-post-slider .premium-blog-post-container .premium-blog-post-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #custom-blog-side-front .premium-blog-post-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #custom-blog-side-front .premium-blog-thumb-effect-wrapper {
    width: 25%;
    flex: 1;
  }

  #custom-blog-side-front .premium-blog-content-wrapper {
    flex: 2;
  }

  p.stars-reviews {
    text-align: center;
  }

  .swiper-slide .elementor-testimonial__image img {
    width: 100px !important;
    height: 100px !important;
  }

  #custom-blog-side-front .premium-blog-thumb-effect-wrapper {
    border-radius: 15px;
  }

  #custom-blog-side-front .premium-blog-entry-meta {
    display: none;
  }

  div#front-post-slider h2.premium-blog-entry-title {
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px !important;
  }

  .faqs-accordion .elementor-accordion-item .elementor-tab-title a {
    display: inline-block;
    width: 80%;
  }

  .blog-loop nav.elementor-pagination .page-numbers {
    padding: 10px 10px;
    border-radius: 6px;
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .mm-klaviyo button.klaviyo_submit_button {
    width: 100%;
  }

  #custom-blog-side-front .premium-blog-content-wrapper p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .premium-blog-post-author.premium-blog-meta-data:before {
    content: "By";
    font-size: 10px;
    margin-right: -6px;
    color: #000;
  }
}

@media (max-width: 360px) {
  div#front-post-slider a.carousel-arrow.carousel-next {
    top: 170px;
    width: 35px;
    height: 35px;
  }

  div#front-post-slider a.carousel-arrow.carousel-prev {
    top: 210px;
    width: 35px;
    height: 35px;
  }
}

/*End Desktop Header-Menu*/

.benifits-of-p .elementor-accordion-item {
  border-radius: 25px !important;
}

.b-header-title {
  margin-top: 0px;
}

.benifits-of-p .elementor-tab-title {
  border-radius: 10px;
}

.benifits-of-p .elementor-tab-title.elementor-active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.benifits-of-p .elementor-tab-content.elementor-active {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.b-header-title h2 {
  font-size: 20px;
  justify-content: space-between;
  display: inline-flex;
  width: 100%;
}

.b-content {
  display: none !important;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
}

.b-content.active {
  display: block !important;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -ms-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear;
  margin-top: -25px;
}

.b-header-title span>i:before {
  content: "\f067";
}

.b-header-title.active span>i:before {
  content: "\f068";
}

.b-content {
  padding: 10px;
  margin-top: -20px;
}

.single-product .flex-viewport {
  background: rgb(255, 255, 255);
  border: 5px solid #fbfbfb !important;
}

.single-product .attachment-shop_thumbnail.woocommerce-product-gallery__image {
  background: #dfe7de;
}

.single-product .attachment-shop_thumbnail.woocommerce-product-gallery__image:nth-of-type(2n) {
  background: #ffe6c9;
}

.single-product .attachment-shop_thumbnail.woocommerce-product-gallery__image:nth-of-type(3n) {
  background: #d0d7dd;
}

.single-product .attachment-shop_thumbnail.woocommerce-product-gallery__image:nth-of-type(4n) {
  background: #cff0d7;
}

.single-product .attachment-shop_thumbnail.woocommerce-product-gallery__image:nth-of-type(5n) {
  background: #f1ddfe;
}

.single-product ol.flex-control-nav.flex-control-thumbs li {
  padding: 5px 10px !important;
  border-radius: 10px !important;
  background: #dfe7de;
}

.single-product ol.flex-control-nav.flex-control-thumbs li:nth-of-type(2n) {
  background: #ffe6c9;
}

.single-product ol.flex-control-nav.flex-control-thumbs li:nth-of-type(3n) {
  background: #d0d7dd;
}

.single-product ol.flex-control-nav.flex-control-thumbs li:nth-of-type(4n) {
  background: #cff0d7;
}

.single-product ol.flex-control-nav.flex-control-thumbs li:nth-of-type(5n) {
  background: #f1ddfe;
}

.single-product .flex-viewport .attachment-shop_thumbnail.woocommerce-product-gallery__image {
  position: relative;
  margin-left: 0;
}

.single-product .attachment-shop_thumbnail.woocommerce-product-gallery__image.flex-active-slide {
  position: relative;
}

.single-product .flex-viewport .attachment-shop_thumbnail.woocommerce-product-gallery__image img,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images figure div a img {
  height: 100%;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 62.8%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  border-radius: 15px;
  border: 5px solid #fdfdfd;
}

.quantity-button.quantity-down::before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
  mask-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.quantity-button.quantity-up::before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
  mask-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
}

@media (max-width: 1024px) {

  .single-product .flex-viewport .attachment-shop_thumbnail.woocommerce-product-gallery__image img,
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images figure div a img {
    max-width: 46%;
  }
}

@media (max-width: 768px) {

  .single-product .flex-viewport .attachment-shop_thumbnail.woocommerce-product-gallery__image img,
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images figure div a img {
    max-width: 55%;
  }
}

@media (max-width: 767px) {
  .single-product .flex-viewport {
    border-radius: 10px !important;
  }

  .single-product .flex-viewport .attachment-shop_thumbnail.woocommerce-product-gallery__image img,
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images figure div a img {
    max-width: 70%;
  }

  .b-header-title h2 {
    font-size: 17px;
  }

  .mm-customer-review .swiper-slide .elementor-testimonial .elementor-testimonial__content {
    background: #fff;
    padding: 48px 35px 35px;
    border-radius: 5px;
    margin-left: 0;
  }

  .mm-customer-review .elementor-testimonial__image {
    margin-bottom: -24 !important;
    left: 0 !important;
  }

  .mm-customer-review .elementor-testimonial__footer {
    margin-bottom: -34px !important;
  }
}

@media (max-width: 480px) {
  .b-header-title h2 {
    padding-top: 0;
    font-size: 14px !important;
  }

  .woocommerce-tabs .tabs li.active a:after {
    transform: scale(1, 1);
    transform-origin: left center;
  }

  body #page .woocommerce-tabs ul.tabs li.active a:after {
    content: "";
    display: block !important;
    border-bottom: 3px solid #455d48 !important;
    transform: scale(1, 1) !important;
    transform-origin: left center !important;
  }
}

@media (max-width: 393px) {
  .b-header-title h2 {
    padding-top: 0px;
  }
}

.site .wc-tabs-wrapper {
  border-top: 0px solid #f5f5f5 !important;
}

#page .woocommerce-tabs ul.tabs {
  border-top: 0px solid #f8f8f8 !important;
  text-align: left !important;
}

#reviews .commentlist li .avatar {
  display: none !important;
}

#reviews .commentlist li .comment_container .comment-text {
  float: left !important;
  width: 100% !important;
}

#page .woocommerce-tabs ul.tabs li a {
  padding: 2.2em 0 0.5em !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.woocommerce-tabs .tabs li a::after,
.commercekit-atc-tab-links li a:after {
  border-color: #455d48 !important;
}

#page .woocommerce-tabs ul.tabs li a span {
  width: auto !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  right: 0 !important;
  border-radius: 0 !important;
  padding-left: 5px !important;
}

#page .woocommerce-tabs ul.tabs li a span:before {
  content: "(";
}

#page .woocommerce-tabs ul.tabs li a span:after {
  content: ")";
}

.faqs-accordion .elementor-accordion .elementor-tab-title {
  padding: 0px 10px 0px 35px !important;
}

.faqs-accordion a.elementor-accordion-title {
  padding: 15px 0;
}

.faqs-accordion a.elementor-accordion-title {
  padding: 15px 0;
}

.faqs-accordion .elementor-accordion-item>.elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
  height: 25px;
  width: 25px;
}

.faqs-accordion.for-single-product .elementor-tab-title.elementor-active {
  background: #ce6a53 !important;
}

.faqs-accordion.for-single-product div.elementor-tab-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.faqs-accordion.for-single-product a.elementor-accordion-title {
  padding: 15px 0;
}

.for-single-product .elementor-tab-title.elementor-active {
  background: #ddd !important;
}

.faqs-accordion .elementor-accordion-item>.elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
  width: 25px;
  margin-top: -5px;
  height: 25px;
}

.faqs-accordion.for-single-product .elementor-accordion-item>.elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
  margin-top: 0px;
}

.faqs-accordion.for-single-product .elementor-accordion-item>.elementor-tab-title span.elementor-accordion-icon.elementor-accordion-icon-right {
  height: 100%;
  background: #000;
  padding: 15px 0;
  border: 0px;
  width: 50px;
  right: 0px !important;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff !important;
}

.faqs-accordion.for-single-product span.elementor-accordion-icon-closed,
.faqs-accordion.for-single-product span.elementor-accordion-icon-opened {
  color: #fff !important;
  border: 2px solid #fff;
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  line-height: 22px;
}

.faqs-accordion .elementor-tab-title .elementor-accordion-icon-closed i:before {
  color: #cf6a53 !important;
}

.faqs-accordion.for-single-product span.elementor-accordion-icon-closed i:before,
.faqs-accordion.for-single-product span.elementor-accordion-icon-opened i:before {
  color: #fff !important;
}

.faqs-accordion.for-single-product .elementor-tab-title.elementor-active span.elementor-accordion-icon.elementor-accordion-icon-right {
  background: transparent;
}

.faqs-accordion.for-single-product .elementor-accordion:before {
  background: #020202;
}

.faqs-accordion.for-single-product .elementor-accordion-item .elementor-tab-title:after {
  border-color: #000;
  width: 15px;
  height: 15px;
  left: 12.5px;
}

.faqs-accordion.for-single-product .elementor-accordion-item .elementor-tab-title.elementor-active:after {
  background: #fff;
  border-color: #d61e1e;
  content: "";
  font-size: 15px;
  line-height: 12px;
  font-weight: 700;
  padding-right: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.faqs-accordion.for-single-product .elementor-accordion .elementor-tab-title {
  padding: 0px 0px 0px 35px !important;
}

@media (max-width: 768px) {
  .faqs-accordion.for-single-product .elementor-accordion:before {
    height: 100% !important;
  }

  .faqs-accordion.for-single-product .elementor-accordion-item .elementor-tab-title:after {
    left: 2.5px;
  }
}

@media (max-width: 768px) {
  .faqs-accordion .elementor-accordion .elementor-tab-title {
    padding: 0px 10px 0px 25px !important;
  }
}

@media (max-width: 767px) {
  .faqs-accordion .elementor-accordion-title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.product-review-histogram {
  min-width: 400px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
}

.histogram-row {
  display: block;
  width: 100%;
  margin: 6px 0;
}

.histogram-col-1 {
  text-align: right;
}

.histogram-col-1,
.histogram-col-2,
.histogram-col-3 {
  float: left;
  width: 20%;
  text-align: left;
  font-size: 19px;
  line-height: 26px;
  color: #282f4b;
}

.histogram-col-1 {
  text-align: right;
}

.histogram-row:after {
  content: "";
  display: table;
  clear: both;
}

.histogram-meter-bar {
  height: 20px;
  width: 100%;
  background: #ccc;
}

.histogram-bar-temperature {
  height: 100%;
  background: #dc9814;
}

.histogram-col-2 {
  width: 70%;
  padding: 3px 5%;
}

.histogram-col-3 {
  width: 10%;
}

body #page .woocommerce-tabs ul.tabs li.active a {
  font-weight: 700 !important;
}

#reviews h2 {
  font-size: 20px !important;
  font-weight: 600;
}

@media (max-width: 767px) {
  #reviews h2 {
    font-size: 16px !important;
    font-weight: 600;
  }

  .histogram-col-1 {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }

  .histogram-col-2 {
    width: 80%;
  }

  .histogram-col-3 {
    width: 20%;
    font-size: 14px;
  }

  #page .woocommerce-tabs ul.tabs li a {
    padding: 0.2em 0 0.5em !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .mm-bos4w-checkbox label,
  label.mm-bos4w-one-time {
    font-size: 16px !important;
  }

  .bos4w-display-dropdown {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    align-content: center !important;
  }
}

@media (max-width: 767px) {

  .mm-bos4w-checkbox label,
  label.mm-bos4w-one-time {
    font-size: 16px !important;
  }
}

.mm-ingredients h2 {
  font-size: 18px;
  line-height: 35px;
}

.woocommerce-cart span.quantity-button.quantity-down.minus,
span.quantity-button.quantity-up.plus {
  display: none !important;
}

.woocommerce-cart input.input-text.qty.text {
  left: 28px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.copy-xoo-icon i {
  font-size: 22px;
}

.copy-xoo-icon span {
  top: -6px;
  left: 15px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 17px;
}

@media (min-width: 1367px) {
  .mushrooms-bg {
    top: 10px;
  }
}

@media (min-width: 1695px) {
  .mushrooms-bg {
    top: 10px;
  }
}

.woocommerce-cart .site-content {
  background-color: transparent;
  background-image: linear-gradient(180deg, #e6e6e6 0%, #ffffff 2%);
}

table.cart td.actions button {
  background: #ce6a53 !important;
  color: #fff !important;
  border-radius: 25px !important;
  font-family: "Gotham Rounded", Sans-serif, Roboto !important;
  text-transform: uppercase !important;
}

table.cart td.actions input {
  border-radius: 25px !important;
}

a.checkout-button.button.alt.wc-forward.wp-element-button {
  background: #ce6a53 !important;
  color: #fff !important;
  border-radius: 25px !important;
  font-family: "Gotham Rounded", Sans-serif, Roboto !important;
  text-transform: uppercase !important;
}

table.cart td.actions button {
  border: 0px solid !important;
}

table.cart td.actions button:hover {
  background: #444 !important;
}

a.checkout-button.button.alt.wc-forward.wp-element-button:hover {
  background: #444 !important;
}

.page-template:not(.woocommerce-page) .woocommerce-message {
  display: none;
}

.age-gate {
  background: transparent !important;
}

.age-gate {
  background: transparent !important;
}

h2.age-gate-headline {
  color: #fff !important;
  font-size: 32px;
  font-family: "Fashion Fetish", "VARELA ROUND", sans-serif;
}

p.age-gate-challenge {
  display: none !important;
}

.age-gate-remember-wrapper {
  display: none !important;
}

button.age-gate-submit.age-gate-submit-yes {
  background: #d79f1a !important;
}

button.age-gate-submit.age-gate-submit-yes:hover {
  background: #444 !important;
}

button.age-gate-submit.age-gate-submit-no {
  background: #d79f1a !important;
}

button.age-gate-submit.age-gate-submit-no:hover {
  background: #444 !important;
}

button.age-gate-submit.age-gate-submit-yes,
button.age-gate-submit.age-gate-submit-no {
  border: 1px solid transparent !important;
}

@media (max-screen: 767px) {
  h2.age-gate-headline {
    color: #fff !important;
    font-size: 27px;
    font-family: "Fashion Fetish", "VARELA ROUND", sans-serif;
  }
}

@media (max-screen: 600px) {
  h2.age-gate-headline {
    color: #fff !important;
    font-size: 24px;
    font-family: "Fashion Fetish", "VARELA ROUND", sans-serif;
  }
}

@media (max-screen: 414px) {
  button.single_add_to_cart_button.button.alt.wp-element-button.added {
    font-size: 18px !important;
  }
}

@media (max-screen: 375px) {
  button.single_add_to_cart_button.button.alt.wp-element-button.added {
    font-size: 16px !important;
  }
}

div#customer_login:before {
  content: "My Account";
  text-align: center;
  clear: both;
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
  font-size: 45px;
  font-family: "Fashion Fetish", Sans-serif, "Roboto";
  font-weight: 600;
  color: #444;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  border: 1px solid transparent;
  background: #ce6a53;
  border-radius: 25px;
  font-size: 18px;
  padding: 8px 82px;
}

form.woocommerce-form.woocommerce-form-login.login input[type="text"],
form.woocommerce-form.woocommerce-form-login.login input[type="password"] {
  height: 50px;
  border-radius: 50px;
}

form.woocommerce-form.woocommerce-form-register.register .form-row input[type="email"],
form.woocommerce-form.woocommerce-form-register.register .form-row input[type="text"],
form.woocommerce-form.woocommerce-form-register.register .form-row input[type="password"],
form.woocommerce-form.woocommerce-form-register.register .form-row select {
  height: 50px;
  border-radius: 50px;
}

div#customer_login .form-row-wide label {
  display: inline-block;
  position: absolute;
  margin-top: -10px;
  margin-left: 30px;
  background: #fff;
  padding: 0 5px;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

select#billing_state:after {
  background: url('data:image/svg+xml;utf8,<svg height="512px" id="Layer_1" style="fill:brown;enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon points="160,115.4 180.7,96 352,256 180.7,416 160,396.7 310.5,256"/></svg>') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 20px;
  pointer-events: none;
  position: absolute;
  top: 22px;
  width: 20px;
  z-index: 1000;
  background-color: #e6c1b9 !important;
  border-radius: 50%;
}

input#tos {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: inset 0 0 0 0 #000;
  cursor: pointer;
  height: 18px !important;
  min-width: 18px !important;
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: -4px;
  width: 18px !important;
  box-shadow: inset -2px 2px 5px 0px #c9c9c9;
}

input#tos:checked {
  box-shadow: inset 0 0 0 0 #000;
  border: none;
  box-shadow: inset 0 0 0 15px #c56a55;
}

input#tos:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjguOSAwLjMgMTAuMyA4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNiA4LjEgOC45IDQuM2wxLTEuMSAyLjcgMi43TDE4LjEuNWwxIDF6Ii8+PC9zdmc+),
    none;
  content: "";
  display: block;
  height: 28px;
  margin-top: 1px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale(0.2);
  transition: all 0.2s ease-in-out 0.1s;
  width: 100%;
  color: #8b1515dd;
  background-repeat: no-repeat;
  left: 6px;
}

p.wpmem-checkbox a {
  color: #ce6a53;
}

input#tos:checked:after {
  opacity: 1;
  transform: scale(1.5);
}

p.wpmem-checkbox a {
  color: #ce6a53;
}

p.woocommerce-form-row.form-row button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
  border-radius: 25px;
  border: 1px solid transparent;
  background: #ce6a53;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-weight: 600;
}

.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
  color: #ce6a53;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(rgb(255, 255, 255),
      rgba(255, 255, 255, 1)) !important;
  color: fieldtext !important;
}

form.woocommerce-ResetPassword.lost_reset_password p input {
  border-radius: 25px !important;
  height: 50px;
}

form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button.wp-element-button {
  border-radius: 25px;
  background: #ce6a53;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 600;
  border: 1px solid transparent;
}

.sm-labels {
  display: grid;
  grid-template-columns: repeat(3, 76px);
  grid-column-gap: 10px;
  padding: 2px 10px;
  text-align: center;
}

div#piechart {
  text-align: center;
}

div#piechart div[dir="ltr"] {
  margin-left: auto;
  margin-right: auto;
}

div#piechart-txt span.purchase {
  color: #ec9700;
}

div#piechart-txt span.reviews {
  color: #ce6a53;
}

div#piechart-txt span.others {
  color: #415d48;
}

.my-account-4:nth-of-type(3) h4 {
  margin-top: 10px;
}

h2.my-account-dashboard {
  font-size: 18px !important;
  margin-bottom: 30px !important;
}

a.woocommerce-button.wp-element-button.button {
  display: none;
}

a.woocommerce-button.wp-element-button.button._ticket {
  display: none;
}

.woocommerce-account .my_account_orders ._ticket {
  display: none;
}

a.woocommerce-button.wp-element-button.button.pay {
  display: inline-block;
  background: #c56a55;
  border-radius: 25px !important;
  padding: 5px 32px;
  text-transform: uppercase;
}

a.woocommerce-button.wp-element-button.button.view {
  display: inline-block;
  background: #d79f1a;
  border-radius: 25px !important;
  padding: 5px 32px;
  text-transform: uppercase;
}

a.woocommerce-button.wp-element-button.button.cancel {
  display: inline-block;
  background: #c56a55b5;
  border-radius: 25px !important;
  padding: 5px 10px;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50x;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.select2-container .select2-selection--single {
  height: 50px;
  border-radius: 25px;
}

.my-account-content .form-row select,
.my-account-content .form-row input[type="password"],
.my-account-content .form-row input[type="email"],
.my-account-content .form-row input[type="text"],
.my-account-content .form-row input[type="tel"] {
  border-radius: 25px;
  height: 50px;
  margin-bottom: 4px;
}

.my-account-content .form-row label {
  position: absolute;
  display: inline-block;
  background: #fff;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-size: 14px;
  margin-left: 25px;
  margin-top: -10px;
  padding: 0 3px;
  z-index: 2;
}

.my-account-content .form-row select,
.my-account-content .form-row input[type="password"],
.my-account-content .form-row input[type="email"],
.my-account-content .form-row input[type="text"],
.my-account-content .form-row input[type="tel"] {
  border-radius: 25px;
  height: 50px;
  margin-bottom: 4px;
}

.my-account-content .form-row label {
  position: absolute;
  display: inline-block;
  background: #fff;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-size: 14px;
  margin-left: 25px;
  margin-top: -10px;
  padding: 0 3px;
  z-index: 2;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: inset 0 0 0 0 #000;
  cursor: pointer;
  height: 18px !important;
  min-width: 18px !important;
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: -4px;
  width: 18px !important;
  box-shadow: inset -2px 2px 5px 0px #c9c9c9;
}

input[type="checkbox"]:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjguOSAwLjMgMTAuMyA4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNiA4LjEgOC45IDQuM2wxLTEuMSAyLjcgMi43TDE4LjEuNWwxIDF6Ii8+PC9zdmc+),
    none;
  content: "";
  display: block;
  height: 28px;
  margin-top: 1px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: scale(0.2);
  transition: all 0.2s ease-in-out 0.1s;
  width: 100%;
  background-repeat: no-repeat;
  left: 6px;
}

input[type="checkbox"]:checked {
  box-shadow: inset 0 0 0 0 #000;
  border: none;
  box-shadow: inset 0 0 0 15px #c56a55;
}

input[type="checkbox"]:checked:after {
  opacity: 1;
  transform: scale(1.5);
}

.my-account-content label.checkbox {
  margin-left: 0 !important;
}

.my-account-content .woocommerce-address-fields button.button.wp-element-button {
  border: 1px solid transparent;
  background: #ce6a53;
  border-radius: 25px;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-weight: 600;
}

.my-account-content p#shipping_country_field {
  display: none;
}

button.woocommerce-Button.button.wp-element-button {
  border: 1px solid transparent;
  border-radius: 25px;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-weight: 600;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button.wp-element-button {
  background: #ce6a53;
}

form#whpoints_refer_form input[type="text"],
form#whpoints_refer_form input[type="email"] {
  height: 50px;
  border-radius: 25px;
}

form#whpoints_refer_form h5 {
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  position: relative;
  left: 24px;
  background: #fff;
  top: 15px;
  padding: 0 3px;
}

form#whpoints_refer_form input[type="text"],
form#whpoints_refer_form input[type="email"] {
  height: 50px;
  border-radius: 25px;
}

form#whpoints_refer_form h5 {
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  position: relative;
  left: 24px;
  background: #fff;
  top: 15px;
  padding: 0 3px;
}

.wh-more-points a.button {
  margin-right: -16px !important;
}

.wh-more-points #whpoints_refer_form .button {
  margin-right: 0;
  border-radius: 25px;
}

.wh-more-points input#clipInput {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 48px !important;
  top: -2px !important;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

div#ref01 {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 16px;
}

.woocommerce-error,
.woocommerce-info {
  clear: both;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 1em 1.618em;
  border: 1px solid transparent;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  color: #444;
  font-size: 15px;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.woocommerce-error {
  background-color: #f7f1f2;
  border-color: #bf4c56;
  border-left: 0.6180469716em solid #bf4c56;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
  background-color: #f5faff !important;
  border-color: #6fd7e7 !important;
  color: #444 !important;
  list-style: none;
}


.wh-more-points .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -25px;
  border-radius: 25px !important;
  border: 1px solid transparent !important;
}

.wh-more-points a.button {
  font-weight: 700;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #c56a55 !important;
  border: 1px solid #c56a55 !important;
  color: #ffffff !important;
}

.my-account-content .modale {
  display: none;
  transition: all ease 1s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000052;
  z-index: 9999999;
}

.my-account-content .modale.opened {
  display: block;
}

.my-account-content .modal-dialog {
  background: #fff;
  border-radius: 11px;
}

.my-account-content .modal-dialog h2 {
  font-size: 16px;
}

.my-account-content a.btn-close.closemodale {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 4px 15px;
  font-size: 22px;
}

.my-account-content .modal-header {
  border-bottom: 1px solid #ddd;
  padding: 15px 15px 0px;
}

.my-account-content .modal-body {
  padding: 15px;
}

.my-account-content div#review_form input[type="text"],
.my-account-content div#review_form select,
.my-account-content div#review_form text-area {
  border-radius: 25px;
  min-height: 50px;
  margin-bottom: 20px;
}

.my-account-content div#review_form textarea {
  border-radius: 25px;
}

.my-account-content div#review_form label {
  display: inline-block;
  position: absolute;
  margin-top: -12px;
  background: #fff;
  padding: 0 3px;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  margin-left: 24px;
  color: #444;
  font-size: 15px;
}

div#review_form select input#submit {
  padding: 10px 15px !important;
  font-size: 16px !important;
  font-family: "Gotham Rounded", "Roboto", sans-serif !important;
}

.woocommerce-MyAccount-content div#review_form input#submit {
  padding: 4px 15px;
  font-size: 15px;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-weight: 600;
  width: 150px !important;
  background: #ce6a53;
  border: 1px solid transparent !important;
}

.woocommerce-MyAccount-content div#review_form input#submit:hover {
  background: #444;
  padding: 4px 15px !important;
}

nav.woocommerce-MyAccount-navigation a.hamburger-toggle.mobile-menu-icon {
  display: none;
}

table#review_tables a.openmodale {
  background: #c56a55;
  padding: 7px;
  border-radius: 15px;
  color: #fff;
}

table#review_tables a.openmodale:hover {
  background: #444;
}

table.shop_table.subscription_details td.action-button a,
.shop_table td.order-actions.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  font-size: 16px;
  border-radius: 25px;
  background: #c56a55;
}

div#updatePayment button {
  border-radius: 25px;
  border: 1px solid transparent;
  background: #c56a55;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

div#updatePayment button:hover {
  background: #444 !important;
}

button.klaviyo_submit_button {
  color: #fff !important;
}

.woocommerce-message {
  margin-bottom: 1em !important;
  background-color: #dff3e1 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  font-size: 15px !important;
  color: #000 !important;
  border-color: #1d621b !important;
  border: 1px solid #1d621c !important;
  border-left: 0.6180469716em solid #1d621c !important;
  font-family: "Gotham Rounded", "Roboto", sans-serif !important;
}

.klaviyo_field_group label {
  margin-bottom: -3px !important;
}

.switcher .selected {
  background: transparent !important;
}

.switcher .selected a {
  border: 2px solid #fff !important;
  padding: 3px 4px !important;
  border-radius: 25px !important;
  margin-right: 5px;
  color: #fff !important;
  font-size: 14px;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
}

.switcher .selected a:hover {
  background: #fff;
  color: #444 !important;
}

.woocommerce-error {
  background-color: #efe4e2 !important;
  border: 1px solid #e2401c !important;
  border-left: 0.6180469716em solid #e2401c !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  color: #444 !important;
}



@media (max-width: 992px) {

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  nav.woocommerce-MyAccount-navigation a.hamburger-toggle.mobile-menu-icon svg {
    color: #c56a55 !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: #f7ece9 !important;
  }

  nav.woocommerce-MyAccount-navigation a.hamburger-toggle.mobile-menu-icon {
    display: block;
  }

  nav.woocommerce-MyAccount-navigation a.hamburger-toggle.mobile-menu-icon span.toggle-text-close {
    display: none;
  }

  nav.woocommerce-MyAccount-navigation a.hamburger-toggle.mobile-menu-icon span.toggle-text.hide {
    display: none;
  }

  nav.woocommerce-MyAccount-navigation a.hamburger-toggle.mobile-menu-icon span.toggle-text-close.show {
    display: block;
  }

  nav.woocommerce-MyAccount-navigation ul {
    display: none;
  }

  nav.woocommerce-MyAccount-navigation ul.show {
    display: block;
  }

  nav.woocommerce-MyAccount-navigation a.hamburger-toggle.mobile-menu-icon {
    display: flex;
    line-height: 15px;
  }

  nav.woocommerce-MyAccount-navigation>a>span:last-of-type {
    margin-left: 8px;
    display: inline-block;
    line-height: 32px;
  }
}

@media (max-width: 770px) {
  .woocommerce-MyAccount-content table td::before {
    content: attr(data-title) !important;
    font-weight: 600 !important;
    margin-right: 10px;
  }

  .woocommerce-MyAccount-content table td::before {
    content: attr(data-title) !important;
    float: left;
    font-weight: 600 !important;
    margin-right: 10px;
  }

  .woocommerce-MyAccount-content table td {
    display: block;
    font-size: 13px !important;
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-account tr.woocommerce-orders-table__row>td::before {
    content: attr(data-title);
    display: block !important;
    margin-right: 15px;
    color: #444 !important;
    font-weight: 600 !important;
    font-family: "Gotham Rounded";
  }

  .woocommerce-account tr.woocommerce-orders-table__row>td:last-of-type::before {
    content: "";
  }

  .woocommerce-MyAccount-content table td::before {
    content: attr(data-title) !important;
    font-weight: 60 !important;
    margin-right: 10px;
  }

  .woocommerce-MyAccount-content table td::before {
    content: attr(data-title) !important;
    float: left;
    font-weight: 600 !important;
    margin-right: 10px;
  }

  .woocommerce-MyAccount-content table td {
    display: block;
    font-size: 13px;
    text-align: right !important;
  }

  .shop_table.subscription_details {
    padding: 20px 25px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
  }
}



/*Update Css*/
a.show-more:hover {
  background: #415d48;
  color: #fff;
}

a.show-more {
  color: #fff !important;
}

.elementor-kit-10 .elementor-button:hover {
  color: #fff !important;
}

.cutom-single-pagi ul.page-numbers li .page-numbers.current {
  background: #415d48;
  color: #fff;
  border: 1px solid #415d48;
}

.cutom-single-pagi ul.page-numbers li .page-numbers:hover {
  background: #415d48;
  color: #fff;
}

.mm-klaviyo button.klaviyo_submit_button:hover {
  background: #415d48;
  border: 1px solid #415d48;
}

div#front-post-slider a.carousel-arrow.carousel-next:hover,
div#front-post-slider a.carousel-arrow.carousel-prev:hover {
  background: #415d48;
}

.blog-loop nav.elementor-pagination .page-numbers:hover {
  background: #415d48;
  border-color: #415d48;
}

.blog-loop nav.elementor-pagination a.page-numbers:hover {
  background: #415d48;
  border-color: #415d48;
}

a.woocommerce-button.wp-element-button.button.view:hover {
  background: #415d48;
}

a.woocommerce-button.button.view:hover,
td.action-button a:hover {
  background: #415d48 !important;
}

div#updatePayment button:hover {
  background: #415d48 !important;
}

button.woocommerce-Button:hover {
  background: #415d48 !important;
}

.my-account-content .woocommerce-address-fields button.button.wp-element-button:hover {
  background: #415d48 !important;
}

.wh-more-points .button:hover {
  background: #415d48 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #415d48 !important;
  border: 1px solid #415d48 !important;
}

a.wh-points-btn {
  background: #415d48;
  border: 2px solid #415d48;
}

.wh-balance {
  background: #415d48;
}

table#review_tables a.openmodale:hover {
  background: #415d48;
}

table#review_tables i.fas.fa-check-circle {
  color: #415d48 !important;
}

button.woocommerce-button.button:hover {
  background-color: #415d48 !important;
}

.mm-subscription {
  color: #c56a55 !important;
  font-weight: 400;
}

.mm-subscription {
  color: #ce6a53;
}

.xoo-wsc-pname .mm-subscription {
  color: #c56a55 !important;
  font-size: 16px;
  font-weight: 400;
}

.xoo-wsc-sum-col {
  padding-right: 5px;
}

.xoo-wsc-ft-btn.button.btn,
a.button.wp-element-button {
  border-radius: 100px !important;
  color: #fff !important;
}

.xoo-wsc-ft-btn.button.btn:hover,
a.button.wp-element-button:hover {
  background-color: #415d48 !important;
}

.side-cart-star>div,
.side-cart-star>span {
  font-size: 12px;
}

.side-cart-star {
  display: flex;
}

.side-cart-star>span {
  font-size: 11px;
  margin-top: -1px;
  margin-left: 4px;
}

tr.recurring-totals,
tr.recurring-total {
  display: none !important;
}

.subscription-item-name a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: center;
}

.subscription-item-name img {
  width: 38px;
}

div#customer_login .form-row-wide label {
  z-index: 1;
}

div#order_review>p {
  display: none !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #333 !important;
  transition: 0.2s all;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  opacity: 0.7;
  color: #415d48 !important;
}

.xoo-wsc-sp-rc-bottom {
  display: block !important;
}

.xoo-wsc-sp-rc-top span.xoo-wsc-sp-title {
  font-size: 14px !important;
  font-weight: 600;
  line-height: 17px !important;
}

.side-cart-star-footer>div {
  font-size: 12px;
  margin-bottom: -4px;
}

.xoo-wsc-sp-rc-top span.mm-p-tags {
  display: block;
  font-size: 12px;
  margin-bottom: -8px;
  margin-top: -3px;
}

.side-cart-star-footer {
  display: flex;
  margin-bottom: -7px;
  margin-top: -3px;
}

.side-cart-star-footer>div {
  font-size: 12px;
}

.side-cart-star-footer>span {
  font-size: 11px;
  margin-top: -2px;
}

span.more-info-btn>a {
  top: 5px;
  position: relative;
}

div#cfw-ship-insurance .no-gutters>a {
  padding: 8px 10px;
  background: #415d48;
  border-radius: 25px;
  color: #fff !important;
  margin-bottom: 20px;
}

div#cfw-ship-insurance .no-gutters>a:hover {
  background: #415d48;
}

div#cfw-ship-insurance .col-lg-12.no-gutters.cfw-small.infos {
  margin-top: 15px !important;
}

.contact-class input,
.contact-class textarea {
  border-radius: 25px !important;
  padding: 5px 15px !important;
}

.contact-class input {
  height: 45px;
}

.mm-klaviyo button.klaviyo_submit_button {
  background: #415d48;
  margin-top: 10px;
  text-transform: none;
  border: 1px solid #415d48;
}

a.woocommerce-button.wp-element-button.button.view {
  background: #415d48;
}

table.shop_table.subscription_details td.action-button a,
.shop_table td.order-actions.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  background: #415d48;
}

.xoo-wsc-ft-btn.button.btn,
a.button.wp-element-button {
  background-color: #415d48 !important;
}

a.button.wp-element-button.product_type_variable.add_to_cart_button {
  background-color: #415d48;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button.wp-element-button,
.my-account-content .woocommerce-address-fields button.button.wp-element-button,
button.woocommerce-Button.button.wp-element-button,
.wh-more-points .button,
table#review_tables a.openmodale {
  background: #415d48;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #415d48;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button,
p.woocommerce-form-row.form-row button.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit,
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button.wp-element-button,
button.woocommerce-Button.button.wp-element-button {
  background: #415d48;
}

#gform_1 input#gform_submit_button_1 {
  border: 1px solid;
  background: #415d48;
}

#gform_1 input#gform_submit_button_1:hover {
  background: #415d48;
}

@media (max-width: 767px) {
  #gform_1 .gform_footer {
    display: flex;
    justify-content: center;
  }

  div#field_1_5 {
    display: block;
  }

  div#field_1_5 iframe {
    transform: scale(0.9);
  }
}

.single-product .flex-viewport .attachment-shop_thumbnail.woocommerce-product-gallery__image img,
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images figure div a img {
  height: auto;
}

@media (max-width: 767px) {

  .single-product .flex-viewport .attachment-shop_thumbnail.woocommerce-product-gallery__image img,
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images figure div a img {
    height: auto;
  }
}

p.woocommerce-LostPassword.lost_password a {
  text-decoration: underline;
  color: #ce6a53;
}

.woocommerce-MyAccount-content div#review_form input#submit {
  background: #415d48;
}

.woocommerce-MyAccount-content div#review_form input#submit:hover {
  background: #415d48;
}

#whpoints_refer_form label.error {
  color: red;
  display: inline-block;
  clear: both;
  width: 100%;
}

div#ref01 span.success {
  display: inline-block;
  border: 1px solid green;
  border-left: 2px solid green;
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 15px;
  background: #0080000f;
}

.xoo-wsc-close-side {
  right: 350px;
  position: relative;
  border-radius: 50px;
  margin: 10px;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  transition: 0.5s;
  top: 45%;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 1px 4px 0;
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 52px;
}

.xoo-wsc-close-side span.xoo-wsch-close.xoo-wsc-icon-cross:before {
  display: none;
}

.xoo-wsc-close-side span.xoo-wsch-close.xoo-wsc-icon-cross {
  font-size: 23px;
  padding: 15px;
  position: relative;
  right: 0px;
}

@media (max-width: 480px) {
  .xoo-wsc-close-side {
    right: 320px;
    width: 45px;
    height: 45px;
  }
}

div#ui-datepicker-div {
  z-index: 99999999999;
}

@media (max-width: 767px) {
  .review-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: -100px;
  }

  .review-containt {
    width: 100%;
    padding: 75px 15px 15px 15px;
    text-align: center;
  }
}

div#customer_login .form-row-wide label {
  z-index: 1;
}

@media (max-width: 767px) {
  .rating-slide {
    margin-bottom: 5px !important;
  }

  .shrooms-ingredients .e-n-tabs-heading {
    display: block !important;
    overflow-x: auto;
    white-space: nowrap;
    padding: 15px 0;
  }

  .shrooms-ingredients .e-n-tabs-heading>div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
  }

  .shrooms-ingredients .e-n-tabs-content .e-n-tab-title {
    display: none !important;
  }

  .shrooms-ingredients .e-n-tabs-heading>div span.e-n-tab-title-text {
    font-size: 14px;
  }

  .product-d-container .elementor-loop-container>div>.best-prod-slider>div>.best-seller-img-b .best-tag h4,
  .product-d-container .elementor-loop-container>div>.best-prod-slider>div>.best-seller-img-b .best-tag p>span {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .review-img {
    width: 100%;
    margin: 0;
    margin-bottom: -100px;
  }

  .review-containt {
    padding: 50px 25px 25px;
    text-align: center;
  }

  .dosing.e-con {
    padding: 15px;
    display: flex;
    flex-direction: column-reverse;
  }

  .dosing-guide-containt {
    width: 100%;
    padding: 15px;
  }

  .dosing-guide-image {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .review-img {
    width: 100% !important;
  }
}

.woocommerce-product-rating .star-rating>span:before {
  background-color: #d79f1a !important;
}

#comments ul.paginationList {
  margin: 0 0 1.41575em 0px;
}

#comments .paginationList li {
  display: inline-block;
  margin: 0 2px;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  border: 0px solid #ccc;
  border-radius: 2px;
  padding: 5px;
  cursor: pointer;
}

#comments .paginationList li.active {
  background-color: transparent;
  color: #ce6a53;
  border-color: transparent;
}



button:not(.components-button),
.button,
.button:hover,
input[type="submit"],
ul.products li.product .button,
ul.products li.product .added_to_cart,
.site .widget_shopping_cart a.button.checkout,
.woocommerce #respond input#submit.alt,
.main-navigation ul.menu ul li a.button,
.main-navigation ul.menu ul li a.button:hover,
body .main-navigation ul.menu li.menu-item-has-children.full-width>.sub-menu-wrapper li a.button:hover,
.main-navigation ul.menu li.menu-item-has-children.full-width>.sub-menu-wrapper li:hover a.added_to_cart,
.site div.wpforms-container-full .wpforms-form button[type="submit"],
.product .cart .single_add_to_cart_button,
.woocommerce-cart p.return-to-shop a,
.elementor-row .feature p a,
.image-feature figcaption span {
  color: #fff !important;
}

.mm-klaviyo input#kla_email_klaviyo_emailsignup_widget-REPLACE_TO_ID::placeholder {
  color: #415d48 !important;
}

span.mm-p-tags {
  font-family: "Gotham Rounded", "Roboto", sans-serif;
}

@media (max-width: 480px) {
  em.woocommerce-review__verified.verified {
    display: block;
    margin-bottom: -20px;
  }
}

.quantity-nav.down {
  top: 1px;
}

@media (max-width: 767px) {
  .quantity-nav.down {
    top: 1px;
  }
}

input[type="submit"] {
  font-family: "Varela Round", "Roboto", sans-serif !important;
  text-transform: uppercase !important;
  padding: 10px 32px;
  font-weight: 600 !important;
}

body,
input,
select,
option,
textarea {
  font-family: "Roboto", sans-serif !important;
}

.elementor-kit-10 .elementor-button:hover {
  color: #fff !important;
}

.premium-woo-products-details-wrap span.mm-p-tags:first-child {
  display: block !important;
}

.premium-woo-products-details-wrap span.mm-p-tags {
  display: none !important;
}

.woocommerce-product-rating .star-rating>span:before {
  background-color: #d79f1a !important;
}

.star-rating>span:before {
  background-color: #dc9814 !important;
}

img[data-dominant-color]:not(.has-transparency) {
  background-color: transparent !important;
}

#product-slider-mm {
  overflow: visible;
}

#product-slider-mm .lSSlideWrapper {
  height: auto !important;
}

#product-slider-mm .lSSlide {
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 10px;
}

#product-slider-mm .lSAction {
  display: none;
}

#product-slider-mm .lSAction {
  position: absolute;
  top: 0;
  right: 0;
}

.prod-post__card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 35px 18px;
  background: #fff;
  border-radius: 10px;
}

.prod-product-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.prod-product-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.prod-post__card h3 {
  font-size: 16px;
  font-weight: 600;
}

.prod-product-price {
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
  font-weight: 600;
}

#product-slider-mm>.prod-post>.prod-post__card {
  background: #fff;
  background-image: url(../assets/images/bg-product.png);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 88%;
  cursor: pointer;
  height: auto;
  flex-grow: 1;
  justify-content: flex-start;
}

#product-slider-mm>.prod-post:nth-child(2n)>.prod-post__card {
  background: #fff;
  background-image: url(../assets/images/bg-product-1.png);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 88%;
}

#product-slider-mm>.prod-post:nth-child(3n)>.prod-post__card {
  background-image: url(../assets/images/bg-product-2.png);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 88%;
}

#product-slider-mm>.prod-post:nth-child(4n)>.prod-post__card {
  background-image: url(../assets/images/bg-product-3.png);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 88%;
}

#product-slider-mm>.prod-post:hover>.prod-post__card {
  background: #564164;
  background-image: url(../assets/images/best-seller-bg-image-white-min.png);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 88%;
}

#product-slider-mm>.prod-post:hover .prod-post__card span.mm-p-tags,
#product-slider-mm>.prod-post:hover .prod-post__card h3,
#product-slider-mm>.prod-post:hover .prod-post__card .prod-product-price,
#product-slider-mm>.prod-post:hover .prod-post__card .prod-product-price span.woocommerce-Price-amount.amount {
  color: #fff;
}

button#goToPrevSlide {
  display: inline-block;
  position: absolute;
  top: 45%;
  left: -20px;
  padding: 0px;
  width: 35px;
  height: 35px;
}

button#goToNextSlide {
  display: inline-block;
  position: absolute;
  top: 45%;
  right: -10px;
  padding: 0px;
  width: 35px;
  height: 35px;
}

button#goToPrevSlide,
button#goToNextSlide {
  background: transparent !important;
  border: 0px solid !important;
}

button#goToPrevSlide:hover,
button#goToNextSlide:hover {
  border: 0px solid;
}

.prod-product-price {
  font-size: 20px !important;
}

.prod-product-price span.woocommerce-Price-amount.amount {
  font-size: 20px !important;
}

.prod-product-rating>.star-rating>span:before {
  background-color: #d69f1b !important;
}

.prod-product-price span.woocommerce-Price-amount.amount:first-child:before {
  content: "";
}

.prod-post__card {
  height: 100%;
}

.prod-post__card img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1368px) {
  .prod-post__card {
    padding: 35px 35px;
  }
}

@media (max-width: 1024px) {
  .prod-post__card {
    padding: 35px 18px;
  }

  .prod-product-price {
    font-size: 24px;
  }

  .prod-post__card h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .prod-product-price span.woocommerce-Price-amount.amount {
    font-size: 22px;
  }

  .prod-post__card h3 {
    font-size: 20px;
  }

  button#goToPrevSlide {
    left: 0px;
  }

  button#goToNextSlide {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .prod-post__card h3 {
    font-size: 18px;
  }

  button#goToPrevSlide {
    left: -15px;
    padding: 0px;
    width: 54px;
    height: 54px;
    background: #415d48 !important;
  }

  button#goToNextSlide {
    right: -15px;
    padding: 0px;
    width: 54px;
    height: 54px;
    background: #415d48 !important;
  }
}

@media (max-width: 600px) {
  #product-slider-mm>.prod-post img {
    width: 350px;
  }
}

@media (max-width: 414px) {
  #product-slider-mm>.prod-post img {
    width: auto;
  }
}

@media (max-width: 300px) {
  .prod-post__card h3 {
    font-size: 15px;
    line-height: 21px;
  }

  .prod-product-price {
    font-size: 15px;
  }
}

.front-slide .checkout-review {
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-slide .rev-img {
  margin-right: -57px;
  z-index: 1;
}

.front-slide .rev-text {
  background: #fff;
  width: 100%;
  padding: 35px 25px 35px 85px;
  text-align: left !important;
  border-radius: 5px;
}

.front-slide .rev-img img.attachment-full.size-full.wp-post-image {
  width: 160px;
}

.front-slide .rev-btn-con {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.front-slide .rev-text h5 {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0;
}

.front-slide button#goToPrevSliderev,
.front-slide button#goToNextSliderev {
  width: 35px !important;
  height: 35px !important;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #415d48;
  border-radius: 25px;
  margin-left: 5px;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0px !important;
}

@media (max-width: 767px) {
  .front-slide .checkout-review {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .front-slide .rev-img {
    margin-bottom: -57px;
    margin-right: 0px;
    z-index: 1;
  }

  .front-slide .rev-text {
    background: #fff;
    width: 100%;
    padding: 75px 25px 25px 25px;
    text-align: center !important;
    border-radius: 5px;
  }
}

.latest-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.latest-post {
  position: relative;
  width: calc(100% / 3 - 30px);
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px -3px rgb(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px;
}

.latest-post-thumbnail {
  max-width: 100%;
  max-height: 175px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 8px;
}

h3.latest-post-title {
  color: #000000;
  font-family: "Fashion Fetish", Sans-serif, Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.latest-post-thumbnail img {
  width: 100%;
}

.latest-post-title {
  margin-bottom: 5px;
}

.latest-post-meta {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}

.latest-post-excerpt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.latest-post-excerpt a {
  color: #0073aa;
}

.latest-post-read-more {
  position: absolute;
  bottom: 25px;
  left: 15px;
}

.latest-post-read-more a {
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  fill: #ffffff;
  background-color: #415d48;
  color: #fff !important;
  border-radius: 25px 25px 25px 25px !important;
  padding: 10px 25px 10px 25px !important;
}

span.latest-post-date i {
  color: #d79f1a;
}

/* Responsive styles */

@media (max-width: 1024px) {
  .latest-post {
    width: calc(100% / 3 - 10px);
  }
}

@media (max-width: 767px) {
  .latest-post {
    width: 100%;
  }

  .latest-post-thumbnail {
    max-height: 230px;
  }
}

@media (max-width: 576px) {
  .latest-post-thumbnail {
    max-width: 100%;
    height: auto;
  }
}

.mm-product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.mm-class-left {
  justify-content: flex-start;
}

.mm-class-center {
  justify-content: center;
}

.mm-class-right {
  justify-content: flex-end;
}

.mm-product {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  margin: 10px;
  padding: 15px;
  width: calc(25% - 20px);
  position: relative;
  overflow: hidden;
}

.mm-product-image {
  text-align: center;
  margin-left: -25px;
}

.mm-product-title {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}

.mm-product-tag {
  text-align: center;
  font-size: 13px;
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
  font-weight: 400;
}

h3.mm-product-title {
  margin-bottom: 0;
}

.mm-product-grid .mm-product:hover .mm-product-details .mm-product-tag,
.mm-product-grid .mm-product:hover .mm-product-details .mm-product-title,
.mm-product-grid .mm-product:hover .mm-product-details .mm-product-price,
.mm-product-grid .mm-product:hover .mm-product-details .mm-product-price>span {
  color: #fff;
}

.mm-product-price {
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
  font-weight: 600;
}

.mm-product-tag span {
  font-size: 16px !important;
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
  font-weight: 400;
}

.mm-product-rating {
  text-align: center;
}

.mm-product-rating {
  display: flex;
  justify-content: center;
}

.mm-product-price {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.mm-product-grid .mm-product .mm-product-details .mm-product-price {
  font-size: 20px !important;
}

.mm-product-grid .mm-product .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount {
  font-size: 20px !important;
}

.mm-product-grid .mm-product .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount:first-child:before {
  content: "";
}

.mm-product-grid .mm-product .mm-product-details .mm-product-rating>.star-rating>span:before {
  background-color: #d69f1b !important;
}

.mm-product-grid .mm-product .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount:first-child:before {
  content: "";
}

.mm-product-grid .mm-product {
  background: #fff;
  background-image: url(../assets/images/bg-product.png);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 88%;
  cursor: pointer;
}

.mm-product-grid .mm-product:nth-child(2n) {
  background: #fff;
  background-image: url(../assets/images/bg-product-1.png);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 88%;
}

.mm-product-grid .mm-product:nth-child(3n) {
  background-image: url(../assets/images/bg-product-2.png);
  background-position: center 5%;
  background-repeat: no-repeat;
}

.mm-product-grid .mm-product:nth-child(4n) {
  background-image: url(../assets/images/bg-product-3.png);
  background-position: center 5%;
  background-repeat: no-repeat;
}

.mm-product-grid .mm-product:hover {
  background: #564164;
  background-image: url(../assets/images/best-seller-bg-image-white-min.png);
  background-position: center 5%;
  background-repeat: no-repeat;
  background-size: 88%;
}

.mm-product-stock-status {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  z-index: 9;
  display: block;
  text-align: center;
  color: #fff;
  min-width: 20em;
  min-height: 2em;
  line-height: 2em;
  padding: 0.3em 0.6em;
  left: -74px !important;
  top: 40px !important;
  font-family: "Roboto";
  font-size: 13px;
  background-color: #ff0002 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mm-product-image {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .mm-product {
    width: calc(33.333% - 40px);
  }
}

@media screen and (max-width: 767px) {
  .mm-product {
    width: calc(50% - 30px);
  }

  .mm-product-grid .mm-product:hover .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
  }

  .mm-product-grid .mm-product:hover .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount:last-child:before {
    font-size: 20px !important;
  }

  .mm-product-title {
    font-size: 20px;
    text-align: center;
  }

  .mm-product {
    padding: 20px;
  }
}

@media screen and (max-width: 567px) {
  .mm-product {
    width: calc(70% - 10px);
  }

  .mm-product-grid .mm-product:hover .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
  }

  .mm-product-grid .mm-product:hover .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount:last-child:before {
    font-size: 20px !important;
  }

  .mm-class-center,
  .mm-class-left,
  .mm-class-right {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .mm-product {
    width: calc(70% - 10px);
  }

  .mm-product-grid .mm-product:hover .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount {
    font-size: 24px !important;
  }

  .mm-product-grid .mm-product:hover .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount:last-child:before {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 440px) {
  .mm-product {
    width: calc(80% - 10px);
  }

  .mm-product-grid .mm-product {
    background-size: 80%;
  }

  .mm-product-grid .mm-product:nth-child(3n) {
    background-size: 80%;
  }

  .mm-product-grid .mm-product:nth-child(4n) {
    background-size: 80%;
  }

  .mm-product-grid .mm-product:hover {
    background-size: 80%;
  }
}

@media screen and (max-width: 400px) {
  .mm-product {
    width: 100%;
  }
}

.dosing-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.micro-container {
  width: calc(65% - 30px);
}

.micro {
  width: 28%;
  margin-right: 20px;
  padding: 15px;
}

.b-box {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eeeeee;
  box-shadow: 0px 0px 24px 3px rgb(226 226 226 / 83%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.b-box .b-title {
  width: 100%;
  background: #415d48;
  color: #fff;
  padding: 10px 0px;
  font-size: 24px;
}

.b-box .b-image {
  display: flex;
  justify-content: center;
}

.b-box .b-image img {
  max-width: 160px;
}

.b-box p {
  font-weight: 600;
  font-size: 18px;
}

.micro-container .title {
  font-size: 34px;
  font-family: "Fashion Fetish", "Roboto", Sans-serif;
  font-weight: 400;
  position: relative;
}

.micro-container h2.title:before {
  content: "";
  border-bottom: 0px solid #ce6a53;
  height: 1px;
  width: 100px;
  position: absolute;
  top: 47px;
  left: -26px;
  background: #ce6a53;
}

.micro-container {
  padding-left: 25px;
}

.dosing-guide .lSSlideOuter .lSPager.lSpg>li:hover a,
.dosing-guide .lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #ce6a53 !important;
  height: 14px;
  width: 14px;
}

.dosing-guide .lSSlideOuter .lSPager.lSpg>li a {
  background-color: #ce6a53a6 !important;
  height: 14px;
  width: 14px;
}

button#goToPrevSlidedose,
button#goToNextSlidedose {
  background: transparent;
  color: #ce6a53;
  position: absolute;
  border: 0px solid transparent !important;
}

button#goToPrevSlidedose {
  top: 40%;
  left: -30px;
}

button#goToNextSlidedose {
  top: 40%;
  right: -30px;
}

@media (max-width: 1024px) {
  .micro {
    width: 40%;
    margin-right: 0px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .dosing-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .micro-container {
    width: 100%;
    margin-top: 20px;
  }

  .micro {
    width: 45%;
    margin-right: 0px;
    padding: 15px;
  }

  button#goToPrevSlidedose {
    top: 40%;
    left: 0px;
  }

  button#goToNextSlidedose {
    top: 40%;
    right: 0px;
  }
}

@media (max-width: 567px) {
  .micro {
    width: 100%;
    margin-right: 0px;
    padding: 15px;
  }

  .micro-container .title {
    font-size: 25px;
  }

  .micro-container h2.title:before {
    top: 37px;
  }
}

div#cfw-totals-list tr.recurring-totals,
div#cfw-totals-list tr.recurring-total {
  display: none !important;
}

div#cfw-totals-list .bos4w-recurring-totals,
div#cfw-totals-list .order-total:nth-of-type(4)~tr {
  display: none;
}

.single-product div#review_form {
  display: none;
}

.comment-text .description h5 {
  font-size: 16px !important;
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
}

button#submit-button {
  background: #415d48 !important;
  border: 0px solid #fff !important;
  padding: 5px 32px !important;
}

@media (max-width: 767px) {
  .comment-boxs {
    width: 100%;
  }
}

.mm-product-rating {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.mm-product-rating>span {
  font-size: 14px;
  display: inline-block;
  position: relative;
  left: 5px;
}

#product-slider-mm>.prod-post:hover>.prod-post__card .mm-product-rating>span,
.mm-product-grid .mm-product:hover .mm-product-rating>span {
  color: #fff;
}

.loading-animation {
  position: absolute;
  background: #ffffff4d;
  height: 98%;
  width: 100%;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  display: grid;
  align-items: center;
}

.loading-animation i {
  font-size: 40px;
  color: #ce6a53d4;
}

button#goToPrevSlide i,
button#goToNextSlide i {
  color: #fff;
}

body #page .woocommerce-tabs ul.tabs li a {
  padding: 1.5em 1em !important;
  font-weight: 300 !important;
  text-align: center;
  margin-right: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

body #page .woocommerce-tabs ul.tabs li {
  display: flex;
  border-bottom: 2px solid #f1efef !important;
}

body #page .woocommerce-tabs ul.tabs li.active {
  background: #415d48 !important;
  border-bottom: 0px solid #415d48 !important;
}

.woocommerce-tabs .tabs li a::after {
  border-bottom: 0px solid #415d48 !important;
}

body #page .woocommerce-tabs ul.tabs li.active a,
body #page .woocommerce-tabs ul.tabs li.active a span {
  color: #fff !important;
}

body #page .woocommerce-tabs ul.tabs li.active a,
body #page .woocommerce-tabs ul.tabs li.active a span {
  color: #fff;
}

#page .woocommerce-tabs ul.tabs {
  display: flex;
}

@media (max-width: 1024px) {
  #page .woocommerce-tabs ul.tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 15px 0 !important;
  }
}

@media (max-width: 767px) {
  #page .woocommerce-tabs ul.tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 15px 0 !important;
  }

  #page .woocommerce-tabs ul.tabs li {
    padding: 0px 0 0 !important;
    border-bottom: 0px solid #eee !important;
  }

  .product-review-histogram {
    min-width: 100% !important;
  }

  body #page .woocommerce-tabs ul.tabs li.active a:after {
    border-bottom: 0px solid #455d48 !important;
  }
}

@media (max-width: 700px) {
  .woocommerce-Tabs-panel .alignright {
    width: 100%;
    float: none;
    margin: 0;
  }
}

@media (max-width: 600px) {
  #page .woocommerce-tabs ul.tabs li {
    padding: 0px 0 0;
    border-bottom: 0px solid #eee;
  }

  .product-review-histogram {
    min-width: 100%;
  }

  .woocommerce-Tabs-panel .alignright {
    width: 100%;
    float: none;
    margin: 0;
  }
}

@media (max-width: 480px) {
  body #page .woocommerce-tabs ul.tabs li.active a:after {
    border-bottom: 0px solid #455d48 !important;
  }
}

nav.woocommerce-pagination ul.page-numbers a {
  font-size: 17px;
}

.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
  color: #333 !important;
}

.woocommerce-pagination .page-numbers li>span {
  font-size: 17px;
}

.woocommerce-tabs table.woocommerce-product-attributes {
  margin: 0 !important;
  max-width: fit-content !important;
  font-size: 17px !important;
}

table.woocommerce-product-attributes.shop_attributes th.woocommerce-product-attributes-item__label {
  width: auto !important;
}

.woocommerce-tabs table.woocommerce-product-attributes th,
.woocommerce-tabs table.woocommerce-product-attributes td {
  border-bottom: 1px solid #eee;
  padding: 10px 5px;
}

.woocommerce-tabs table.woocommerce-product-attributes td {
  text-align: left !important;
}

strong.woocommerce-review__author {
  font-weight: 600 !important;
}

.comment-text p.meta.mm-author i {
  color: #ce6a53;
}

.woocommerce-Tabs-panel--ingredients .toggle-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-Tabs-panel--ingredients .toggle-header.active .toggle-icon {
  transform: rotate(0.5turn);
}

.woocommerce-Tabs-panel--ingredients .toggle-content {
  display: none;
}

.woocommerce-Tabs-panel--ingredients .toggle-content.active {
  display: block;
}

.woocommerce-Tabs-panel--ingredients .toggle-icon {
  font-size: 1.2em;
  transition: transform 0.3s ease-in-out;
}

div#tab-ingredients {
  display: flex;
  flex-direction: column;
}

.woocommerce-tabs table.woocommerce-product-attributes th,
.woocommerce-tabs table.woocommerce-product-attributes td {
  border-bottom: 1px solid #eee;
  padding: 10px 10px !important;
}

.mm-ingredients strong {
  font-weight: 600;
  color: #ce6a53;
}

.mm-ingredients ul li {
  list-style: none;
}

.mm-ingredients ul {
  margin-left: 0px !important;
}

.woocommerce-verification-required {
  margin-top: 10px;
}

.comment-boxs .comment-date {
  font-family: "Gotham Rounded", "Roboto", sans-serif !important;
}

.comment-boxs .comment-text {
  font-family: "Gotham Rounded", "Roboto", sans-serif !important;
}

.rows {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.comment-boxs {
  width: 31%;
  margin-right: 2px;
  background: #fff;
  margin-right: 1%;
  margin-left: 1%;
  border: 1px solid #eee;
  border-radius: 25px;
  padding: 45px 15px 15px;
  margin-bottom: 20px;
  background: url("../assets/images/review-bg-min.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 110px;
  position: relative;
  margin-bottom: 60px;
  box-shadow: 0px 0px 10px #dddddd73;
}

.comment-boxs:before {
  content: "";
  width: 70px;
  height: 70px;
  background: url("../assets/images/quot.png");
  position: absolute;
  top: -40px;
  background-repeat: no-repeat;
  background-size: contain;
}

.comment-date {
  font-size: 14px;
  font-family: Roboto;
  color: #7b7b7b;
  font-weight: 600;
  float: right;
}

.comment-boxs .reting {
  float: left;
}

.comment-boxs .comment-text {
  max-height: 185px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  color: #5a5959 !important;
  font-family: Roboto;
  font-size: 14px !important;
  clear: both;
}

@media (max-width: 767px) {
  .comment-boxs .comment-text {
    max-height: 100%;
  }

  .comment-boxs a.show-more {
    display: none;
  }
}

.comment-boxs p.comment-text.show {
  max-height: 100%;
  transition: max-height 0.25s ease-in;
}

.comment-name {
  font-family: "Gotham Rounded";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.comment-name span {
  color: #ce6a53;
  font-size: 12px;
  margin-top: -4px !important;
  display: inherit;
  font-weight: 400;
}

a.show-more {
  color: #fff;
  font-weight: 600;
  background: #ce6a53;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 14px;
}

.comment-name i {
  color: #e69e1b;
}

.comment-boxs .reting {
  float: left;
}

.cutom-single-pagi {
  position: relative;
}

.cutom-single-pagi ul.page-numbers {
  position: relative;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: row;
  justify-content: center;
}

.cutom-single-pagi ul.page-numbers li .page-numbers {
  width: 40px !important;
  height: 40px !important;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  margin: 0 5px;
}

.cutom-single-pagi ul.page-numbers a:after {
  display: none;
}

.cutom-single-pagi ul.page-numbers li .page-numbers.current {
  background: #c56a55;
  color: #fff;
  border: 1px solid #c56a55;
}

.cutom-single-pagi ul.page-numbers li .page-numbers.next,
.cutom-single-pagi ul.page-numbers li a.prev.page-numbers {
  width: auto !important;
  height: auto !important;
  display: block !important;
  padding: 5px 32px;
}

@media (max-width: 767px) {
  .comment-boxs {
    width: 100%;
  }
}

.mm-product-rating {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.mm-product-rating>span {
  font-size: 14px;
  display: inline-block;
  position: relative;
  left: 5px;
}

#product-slider-mm>.prod-post:hover>.prod-post__card .mm-product-rating>span,
.mm-product-grid .mm-product:hover .mm-product-rating>span {
  color: #fff;
}

.loading-animation {
  position: absolute;
  background: #ffffff4d;
  height: 98%;
  width: 100%;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  display: grid;
  align-items: center;
}

.loading-animation i {
  font-size: 40px;
  color: #ce6a53d4;
}

button#goToPrevSlide i,
button#goToNextSlide i {
  color: #fff;
}

.checkbox>span {
  color: black;
}

.checkout-wc .product-item-thumbnail {
  display: none;
}

button#goToPrevSlidedose,
button#goToNextSlidedose {
  background: transparent !important;
  color: #ce6a53 !important;
  position: absolute !important;
  border: 0 solid transparent !important;
  padding: 0 !important;
  font-size: 20px !important;
}

.comment-text>.description p strong {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
}

.mm-product-rating>span.mm-product-avarage {
  font-size: 13px;
  left: -3px;
  position: relative;
  display: block;
  font-family: "Gotham Rounded", Sans-serif, "Roboto";
  font-weight: 600;
}

.xoo-wsc-footer .lSAction {
  display: none !important;
}

option {
  font-size: 15px;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
}

.bos4w-display-dropdown .selection select {
  width: 100% !important;
  color: #ce6a53;
  font-family: "Gotham Rounded", "Roboto", sans-serif;
}

.single-product div.product form.cart .button.added::before {
  background-color: #fff !important;
}

/* -- Modal Styling - active on the single product page if the theme option is active -- */

/* Call Back Feature */

.lightbox {
  display: none;
}

.call-back-feature {
  position: fixed;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  transition: all 0.2s linear;
}

.call-back-feature:hover {
  transform: scale(1.03);
}

body.woocommerce-demo-store .call-back-feature {
  bottom: 90px;
}

.call-back-feature a {
  padding: 0.8em 1.3em;
  border-radius: 5px;
  color: #fff;
  background-color: #dc9814;
  font-size: 14px;
  font-weight: 600;
}

.modal.show-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Modal */

[role="button"],
button.close {
  cursor: pointer;
}

.modal,
.modal-open,
body.drawer-open {
  overflow: hidden;
}

.modal input[type="email"],
.modal input[type="tel"],
.modal input[type="text"],
.modal textarea {
  width: 100%;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.search-main-modal.show-modal {
  align-items: flex-start;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  padding: 30px 30px 10px;
  border-radius: 10px;
  outline: 0;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.search-main-modal .modal-content {
  overflow-y: auto;
}

.modal-header .close-button {
  margin-top: -2px;
}

.callback-close-button svg,
.search-close-button svg {
  width: 22px;
  height: 22px;
}

.modal-body {
  position: relative;
  padding: 15px 0;
}

.modal-body .widget {
  margin-bottom: 0;
}

.modal-scrollbar-measure {
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
}

.search-main-modal ul.products li.product:not(.product-category)::before {
  padding-bottom: 0px !important;
}

.modal-header {
  position: relative;
  z-index: 3;
}

.modal button.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0.3;
  color: #000;
  background: 0 0;
  cursor: pointer;
}

.search-main-modal button.close-button {
  top: -15px;
  right: 0px;
}

.modal button.close-button:hover {
  opacity: 0.4;
  background: none;
}

button.close-button {
  padding: 0;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
}

.callback-product_wrapper {
  display: flex;
  margin: -30px -30px 10px -30px;
  padding: 30px;
  border-bottom: 1px solid #e2e2e2;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(240, 240, 240, 0.5) 100%);
}

.callback-modal div.wpforms-container-full {
  margin-top: 0;
}

.callback-product_wrapper img {
  max-width: 70px;
  margin-right: 20px;
}

.callback-product_title {
  font-size: 15px;
  font-weight: bold;
}

.callback-product_rating {
  font-size: 14px;
}

.callback-product_price {
  margin-top: 2px;
  font-size: 13px;
}

.callback-product_price del {
  opacity: 0.5;
  font-size: 0.9em;
  margin-right: 3px;
}

h4.search-modal-heading {
  font-size: 22px;
  margin-bottom: 15px;
}

.site div.wpforms-container-full .wpforms-form .wpforms-title {
  font-size: 22px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 40px auto;
  }

  .search-main-modal .modal-dialog {
    width: 770px;
  }
}

@media (max-width: 600px) {
  .call-back-feature a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .call-back-feature {
    display: none;
  }

  .modal.search-main-modal {
    display: none;
  }

  .modal-content {
    max-height: calc(100vh - 20px);
  }
}

.modal {
  visibility: hidden;
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transform: scale(1.1);
}

.show-modal {
  visibility: visible;
  z-index: 1050;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transform: scale(1);
}

#yith-wfbt-modal.modal,
.wc-quick-view-modal.modal {
  visibility: visible;
  opacity: 1;
  overflow: visible;
  transform: none;
  height: initial;
}

form#commentform button#submit-button {
  padding: 5px 32px;
}

.elementor-kit-10 button,
.elementor-kit-10 input[type="button"],
.elementor-kit-10 input[type="submit"],
.elementor-kit-10 .elementor-button {
  font-family: "Varela Round", "Roboto", "HelveticaNeue-Light",
    "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  line-height: 31px;
}

button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
  border: 1px solid transparent !important;
  border-radius: 25px !important;
  font-size: 18px !important;
  padding: 5px 32px !important;
}

input#tos:after {
  left: 8px;
}

.quantity-nav.down {
  top: 1px;
}

.faqs-accordion .elementor-accordion-item:last-of-type {
  margin-bottom: 0 !important;
}

.faqs-accordion .elementor-accordion:before {
  border-bottom: 0px solid !important;
}

@media (max-width: 767px) {
  .faqs-accordion .elementor-accordion-item .elementor-tab-title a {
    display: inline-block;
    width: 100%;
  }

  .faqs-accordion .elementor-accordion .elementor-tab-title {
    padding: 0px 6px 0 20px !important;
  }

  .quantity-nav.down {
    top: 1px;
  }
}

button#goToPrevSlide,
button#goToNextSlide {
  background: transparent !important;
  border: 0 solid !important;
  padding: 0 !important;
}

body.woocommerce-cart .quantity-nav.down {
  top: 1px;
}

@media (max-width: 768px) {
  body.woocommerce-cart .quantity-nav.down {
    width: 60px !important;
  }

  body.woocommerce-cart .quantity-nav.up {
    width: 60px !important;
  }

  body.woocommerce-cart input.input-text.qty.text {
    left: 0 !important;
    margin: 0 !important;
  }

  body.woocommerce-cart table.cart td.actions button {
    line-height: 30px !important;
  }
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: 50px !important;
  height: 50px !important;
  line-height: 6px !important;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  top: 10px !important;
}

button.pswp__button {
  padding: 0 !important;
}

.single-product .site-content nav.woocommerce-breadcrumb,
.single-product .woocommerce-variation-availability,
.single-product a.reset_variations {
  display: none;
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
  background-color: #415d48 !important;
}

.single-product a.woocommerce-review-link {
  font-size: 0;
}

.single-product a.woocommerce-review-link span {
  font-size: 16px;
  position: relative;
  left: -10px;
}

.single-product a.woocommerce-review-link span:before {
  content: "(";
}

.single-product a.woocommerce-review-link span:after {
  content: ")";
}

.single-product .woocommerce-product-rating {
  cursor: pointer;
}

.single-product .woocommerce-product-rating>a {
  font-size: 0 !important;
  margin-bottom: -12px;
}

.single-product .woocommerce .price {
  font-size: 0px !important;
}

.single-product .woocommerce .price span.woocommerce-Price-amount.amount {
  font-size: 29px;
}

.single-product .woocommerce .price span.woocommerce-Price-amount.amount:nth-last-of-type(2) {
  content: "-";
  padding: 0 3px;
}

#singPirce,
.single-product .elementor-widget-woocommerce-product-price {
  display: block !important;
}

#singPirce .price>span.woocommerce-Price-amount.amount:nth-child(2):before {
  content: "- ";
  font-size: 20px;
  padding-left: 5px;
}

.single-product .lineage-com span {
  font-weight: 400 !important;
  padding-right: 5px;
}

.single-product .bundle .elementor-element-populated {
  overflow: hidden;
}

@media (max-width: 767px) {
  .single-product section#newproduct-rating {
    margin-top: 20px;
  }
}

.b-toggle-tab {
  border-radius: 15px;
  background-color: #858586;
  padding: 15px;
  cursor: pointer;
}

.toggle-tab-title {
  display: flex;
  align-items: center;
  color: #fff !important;
}



.toggle-tab-title img {
  margin-right: 10px;
}



.toggle-tab-title i {
  margin-left: 10px;
}

.toggle-tab-content {
  display: none;
  padding: 5px 15px 5px 25px;
  color: #fff;
}



@media (max-width: 567px) {


  .toggle-tab-title img {
    max-width: 46px;
  }

  .toggle-tab-content {
    display: none;
    padding: 5px 15px 5px 15px;
    color: #fff;
  }
}

.mm-left,
.mm-right {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  grid-gap: 5px;
  align-items: center;
}

.contian {
  background: #8b8b8b;
}

.mm-left .contian {
  color: #fff;
  padding: 25px 160px 25px 40px;
  margin-left: -35px;
  border-radius: 15px;
}

.mm-left:nth-child(2) .contian,
.mm-right:nth-child(2) .contian {
  background: #e9a08a;
}

.mm-left:nth-child(3) .contian,
.mm-right:nth-child(3) .contian {
  background: #96869d;
}

.mm-left:nth-child(4) .contian,
.mm-right:nth-child(4) .contian {
  background: #6792a2;
}

.mm-left .mm-title {
  font-family: "Fashion Fetish", Sans-serif, Roboto;
  font-size: 16px;
  font-weight: 600;
}

.mm-left .mm-content {
  font-family: "Fashion Fetish", Sans-serif, Roboto;
  font-size: 12px;
}

.mm-left .icon {
  z-index: 2;
}

.mm-right .contian {
  color: #fff;
  padding: 25px 40px 25px 160px;
  margin-right: -35px;
  border-radius: 15px;

  text-align: right;
}

.mm-right .mm-title {
  font-family: "Fashion Fetish", Sans-serif, Roboto;
  font-size: 16px;
  font-weight: 600;
}

.mm-right .mm-content {
  font-family: "Fashion Fetish", Sans-serif, Roboto;
  font-size: 12px;
}

.mm-right .icon {
  z-index: 2;
}

@media (max-width: 1192px) {
  .mm-right .contian {
    padding: 20px 40px 20px 180px;
  }

  .mm-left .contian {
    padding: 20px 180px 20px 40px;
  }

  .mm-left .mm-title,
  .mm-right .mm-title {
    font-size: 14px;
  }
}

.checkout-wrap {
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
}

form.woocommerce-cart-form {
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
}

body.woocommerce-cart .woocommerce {
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
}

form.woocommerce-cart-form,
.cart-collaterals .cart_totals .shop_table {
  font-family: "Gotham Rounded", "Roboto", Sans-serif;
}

.wc-proceed-to-checkout a {
  font-family: "Gotham Rounded", "Roboto", Sans-serif !important;
  text-transform: uppercase !important;
  border-radius: 30px !important;
  font-weight: 100;
}

.single-post .archive-header,
.page-template-default .archive-header {
  padding-bottom: 0em;
}

dialog#cancel-dialog input {
  margin-right: 5px !important;
  margin-bottom: 20px !important;
}

dialog#cancel-dialog {
  padding: 30px !important;
  border: 0px;
  border-radius: 7px !important;
}

dialog#cancel-dialog a {
  font-size: 27px !important;
}

dialog#cancel-dialog input[type="text"] {
  height: 50px;
  border-radius: 50px;
}

dialog#cancel-dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

dialog#cancel-dialog p#dialog-message {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #d12626;
  border-left: 3px solid #d12626;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #f7f0f0;
}

.mm-to-select:after {
  display: none !important;
}

.mm-to-select {
  font-size: 14px !important;
}

.xoo-wsc-sp-product {
  display: block;
  padding: 0px;
  align-self: stretch;
}

.xoo-wsc-sp-container {
  background-color: transparent;
}

.xoo-wsc-sp-container {
  margin: 10px 10px;
}

.xoo-wsc-custom-container {
  display: flex;
  align-items: center;
  padding: 15px 35px;
  background: #eeeeee47;
  margin-left: 35px;
  align-self: stretch;
  margin-right: 35px;
  border-radius: 7px;
}

.xoo-suggested-prod .upsell-title {
  text-align: center;
  margin: 20px 0px 20px;
  font-size: 20px;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.xoo-wsc-ship-bar-cont span.woocommerce-Price-amount.amount {
  color: #d2a742 !important;
  font-weight: 600;
  font-family: "Gotham Rounded";
}

.xoo-suggested-prod span.xoo-wsc-sp-atc a {
  background: #d2a742 !important;
}

.xoo-wsc-ft-btn.button.btn,
a.button.wp-element-button {
  background-color: #285a71 !important;
  border-radius: 100px;
}

.xoo-wsc-close-side {
  right: 490px;
}

.xoo-wsc-sp-container .lSAction>.lSPrev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.xoo-wsc-sp-container .lSAction>.lSNext:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.xoo-wsc-sp-container .lSAction>.lSPrev,
.xoo-wsc-sp-container .lSAction>.lSNext {
  color: #fff;
  text-align: center;
  background: #d2a742;
  border-radius: 100px;
  width: 32px;
  max-width: 35px;
  opacity: 1;
  line-height: 30px;
}

.xoo-wsc-ft-buttons-cont>a {
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.xoo-wsc-ft-textb {
  text-align: center;
  font-size: 17px;
  color: #5d5d5d;
}

.xoo-wsc-ft-buttons-cont>a>i {
  padding-left: 5px;
}

.xoo-wsc-pname .mm-subscription {
  color: #c56a55 !important;
  font-size: 14px;
  font-weight: 400;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-total.xoo-total {
  border: 0px solid;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-total.xoo-total,
.xoo-wsc-ft-amt.xoo-subtotal {
  font-size: 20px;
  text-transform: uppercase;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-total.xoo-total span.xoo-wsc-ft-amt-label,
.xoo-wsc-ft-amt.xoo-subtotal span.xoo-wsc-ft-amt-label {
  flex-grow: unset;
}

.xoo-wsc-sp-right-col {
  align-items: center;
}

.xoo-wsc-sp-container .lSAction>.lSPrev {
  left: 15px;
}

.xoo-wsc-sp-container .lSAction>.lSNext {
  right: 15px;
}

span.xoo-wsc-pname,
span.xoo-wsc-pname a {
  font-weight: 600;
  font-family: "Gotham Rounded", sans-serif;
}

span.xoo-wsc-sb-txt {
  font-size: 18px;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 600;
}

.xoo-wsc-ft-amt.xoo-subtotal .xoo-wsc-ft-amt-value,
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-total.xoo-total .xoo-wsc-ft-amt-value {
  font-weight: 600;
}

.xoo-wsc-ft-amt.xoo-subtotal span.xoo-wsc-ft-amt-label,
.xoo-wsc-ft-amt.xoo-subtotal .xoo-wsc-ft-amt-value {
  color: #dc9814;
}

.xoo-wsc-ft-amt.xoo-subtotal,
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-total.xoo-total {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.xoo-wsc-footer,
.xoo-wsc-footer a,
.xoo-wsc-footer .amount {
  font-size: 20px;
}

.xoo-wsc-sb-bar>span {
  background-color: #e4a11a;
  border-radius: 7px;
}

.xoo-wsc-ft-amt {
  padding: 0 3px;
}

.xoo-wsc-ft-totals {
  padding: 10px 0 0;
}

.xoo-suggested-prod {
  background: #f9f9f900;
  margin-top: 0px;
  padding: 20px 20px;
}

.xoo-wsc-ship-bar-cont span.woocommerce-Price-amount.amount {
  color: #d2a742 !important;
}

@media (max-width: 480px) {
  .xoo-wsc-custom-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xoo-wsc-custom-container {
    padding: 15px 15px;
  }

  .xoo-wsc-sp-container .lSAction>.lSPrev {
    left: 0px;
  }

  .xoo-wsc-sp-container .lSAction>.lSNext {
    right: 0px;
  }

  .xoo-wsc-close-side {
    right: 320px;
  }

  .xoo-wsc-cart-active .xoo-wsc-basket {
    right: 300px;
  }

  .xoo-wsc-ft-amt.xoo-wsc-ft-amt-total.xoo-total,
  .xoo-wsc-ft-amt.xoo-subtotal {
    font-size: 17px;
  }

  .xoo-wsc-footer,
  .xoo-wsc-footer a,
  .xoo-wsc-footer .amount {
    font-size: 17px;
  }

  .xoo-wsc-ft-amt.xoo-subtotal,
  .xoo-wsc-ft-amt.xoo-wsc-ft-amt-total.xoo-total {
    justify-content: center;
  }
}

ul#cfw-breadcrumb li.cart {
  display: none !important;
}

ul#cfw-breadcrumb:before {
  position: absolute;
  left: 0;
  width: 17%;
  height: 2px;
  border-radius: 6px;
  background-color: transparent;
  background-size: 35px 35px;
  content: " ";
}

ul#cfw-breadcrumb li.tab:before {
  position: absolute;
  z-index: 3;
  top: -41px;
  left: 50%;
  margin-left: -19px;
  width: 40px;
  height: 40px;
  border: 2px solid #eab51e;
  border-radius: 50%;
  color: #eab51e;
  background: #fff;
  box-sizing: content-box;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

ul#cfw-breadcrumb li {
  display: inline-block;
  position: relative;
  width: 33.333%;
  margin: 22px 0 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
}

ul#cfw-breadcrumb li.cart {
  display: none !important;
}

ul#cfw-breadcrumb li.tab:after {
  position: absolute;
  z-index: 0;
  top: -26px;
  left: 50%;
  width: 100%;
  height: 15px;
  background-color: #fff;
  background-size: 35px 35px;
  content: "";
  -webkit-mask-image: none !important;
  mask-image: none !important;
  border-left: 1px solid;
  border-right: 1px solid;
  border: 2px solid #eab51e;
}

ul#cfw-breadcrumb li:before {
  position: absolute;
  z-index: 3;
  top: -40px;
  left: 50%;
  margin-left: -19px;
  width: 26px;
  height: 26px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #ddd;
  box-sizing: content-box;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

ul#cfw-breadcrumb li.tab.cfw-customer-info:before {
  content: "1";
}

li.tab.cfw-shipping-method {
  opacity: 1 !important;
}

ul#cfw-breadcrumb li.tab.cfw-shipping-method:before {
  content: "2";
}

ul#cfw-breadcrumb li.tab.cfw-payment-method:before {
  content: "3";
}

ul#cfw-breadcrumb li.tab.cfw-order-review:after,
ul#cfw-breadcrumb li.tab.cfw-payment-method:after {
  display: none;
}

ul#cfw-breadcrumb li.active~li:not(:last-child):after {
  background: transparent !important;
}

#cfw-breadcrumb li.active:not(:last-child):after {
  background: transparent !important;
}

ul#cfw-breadcrumb li.tab.cfw-customer-info.cfw-default-tab.active:after {
  background: #fff !important;
}

ul#cfw-breadcrumb li.tab.cfw-customer-info.cfw-default-tab:after {
  background: #eab51e !important;
}

ul#cfw-breadcrumb li.tab.cfw-customer-info.cfw-default-tab:before {
  color: #fff !important;
  background: #eab51e !important;
}

ul#cfw-breadcrumb .orange:before {
  color: #fff !important;
  background: #eab51e !important;
}

ul#cfw-breadcrumb .orange:after {
  background: #eab51e !important;
}

ul#cfw-breadcrumb li.tab.cfw-customer-info.cfw-default-tab.active:before {
  color: #eab51e !important;
  background: #fff !important;
  box-shadow: 0px 0px 4px 0px #333;
}

ul#cfw-breadcrumb li.tab.cfw-payment-method.active~li.tab:before {
  color: #fff !important;
  background: #eab51e !important;
}

ul#cfw-breadcrumb li.tab.cfw-customer-info.cfw-default-tab a {
  color: #eab51e !important;
}

ul#cfw-breadcrumb li.tab.cfw-customer-info.cfw-default-tab.active a {
  color: #333 !important;
}

ul#cfw-breadcrumb li.tab.cfw-customer-info.cfw-default-tab.active:after {
  background: #fff !important;
  color: #eab51e;
}

#cfw-breadcrumb li>a {
  font-size: 17px;
  display: inline-block;
  margin-top: 10px;
  font-family: "Gotham Rounded", sans-serif;
  display: none;
}

div#cfw-payment-method.active .cfw-review-pane li .cfw-review-pane-label {
  color: #333;
  font-size: 17px;
  font-family: "Gotham Rounded", sans-serif;
}

div#cfw-payment-method.active .cfw-review-pane-content.cfw-review-pane-contact-value,
div#cfw-payment-method.active .cfw-review-pane-content.cfw-review-pane-shipping-address-value,
div#cfw-payment-method.active .cfw-review-pane-content.cfw-review-pane-shipping-method-value {
  font-family: "Gotham Rounded", sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

.cfw-panel.active {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

a.cfw-primary-btn.cfw-next-tab.cfw-continue-to-order-review-btn {
  color: #fff;
}

a.cfw-next-tab {
  color: #fff !important;
}

div#cfw-countdown-container p {
  text-align: center;
  margin-bottom: 30px !important;
  padding: 15px;
  background: #d2a742;
  border-radius: 100px;
  color: #fff;
  font-family: "Gotham Rounded", sans-serif !important;
  font-weight: 600;
  line-height: 1.4;
}

div#cfw-countdown-container {
  margin-bottom: 20px !important;
  clear: both;
  position: relative;
}

div#cfw-countdown-container p {
  text-align: center;
  margin-bottom: 30px !important;
  padding: 15px;
  background: #d2a742;
  border-radius: 100px;
  color: #fff;
  font-family: "Gotham Rounded", sans-serif !important;
  font-weight: 600;
}

div#cfw-countdown-container {
  margin-bottom: 20px !important;
  clear: both;
  position: relative;
}

input.shipping_method:before {
  width: 22px;
  height: 22px;
  content: "";
  background: #fff;
  position: absolute;
  border-radius: 50%;
  left: -1px;
  top: -1px;
  z-index: 1;
  box-shadow: inset 0 0 6px #919191;
}

.cfw-shipping-method-inner label {
  top: 4px;
  line-height: 16px;
  position: relative;
}

.upsell-grid-container {
  text-align: center;
  margin: 20px 0;
  clear: both;
  position: relative;
}

.upsell-grid-container .upsell-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.upsell-product-container {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  justify-content: center;
  background-color: #e9e9e8;
  margin: 20px 0 40px;
}

.upsell-grid-item.upsell-grid-item-image {
  padding: 15px;
}

.upsell-grid-item.upsell-grid-item-info {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.upsell-grid-title h2 {
  font-size: 18px;
  font-weight: 600 !important;
  font-family: "Gotham Rounded", sans-serif !important;
}

.upsell-grid-content p {
  margin-bottom: 0 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}

.upsell-grid-content .button {
  font-size: 17px !important;
  font-weight: 400 !important;
  width: 180px !important;
}

div#cfw-payment-method {
  padding-right: 0px !important;
}

.upsell-grid-content .button {
  background: #d2a742 !important;
  border: 1px solid #d2a742 !important;
}

input[type="radio"]:checked:after {
  background-color: #d2a742;
}

#cfw-breadcrumb-text {
  display: flex;
  list-style-type: none;
  margin: 0 0 2.5em;
  padding: 0;
  justify-content: center;
}

#cfw-breadcrumb-text li.cart {
  display: none !important;
}

#cfw-breadcrumb-text li {
  align-items: center;
  display: flex;
  flex-direction: row;
}

#cfw-breadcrumb-text li>a {
  color: var(--cfw-breadcrumb-completed-text-color);
  font-size: 1em;
  font-family: "Gotham Rounded", sans-serif;
}

#cfw-breadcrumb-text li.active~li>a {
  color: var(--cfw-breadcrumb-next-text-color);
}

#cfw-breadcrumb-text li.active>a {
  color: var(--cfw-breadcrumb-current-text-color);
  font-weight: 500;
  text-decoration: none;
}

#cfw-breadcrumb-text li:not(:last-child):after {
  background: var(--cfw-breadcrumb-completed-accent-color);
  content: " ";
  height: 12px;
  -webkit-mask-image: url(images/arrow-right.svg);
  mask-image: url(images/arrow-right.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 12px;
  mask-size: 12px;
  width: 12px;
}

[dir="ltr"] #cfw-breadcrumb-text li:not(:last-child):after {
  padding-left: 25px;
}

[dir="rtl"] #cfw-breadcrumb-text li:not(:last-child):after {
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  [dir="ltr"] #cfw-breadcrumb-text li:not(:last-child):after {
    padding-left: 15px;
  }

  [dir="rtl"] #cfw-breadcrumb-text li:not(:last-child):after {
    padding-right: 15px;
  }
}

#cfw-breadcrumb-text li.active~li:not(:last-child):after {
  background: var(--cfw-breadcrumb-next-accent-color);
}

#cfw-breadcrumb-text li.active:not(:last-child):after {
  background: var(--cfw-breadcrumb-current-accent-color);
}

@media (max-width: 991.98px) {
  #cfw-breadcrumb-text {
    justify-content: center;
  }
}

.real-people-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.real-people-container {
  z-index: 2;
  display: block;
  position: relative;
}

ul#cfw-breadcrumb li.tab.active:before {
  box-shadow: 0px 0px 6px #3333333d;
}

.real-people-container {
  padding: 15px;
  background: #fff;
  max-height: 175px;
}

#autoWidth.cs-hidden {
  display: none;
}

#autoWidth.cs-hidden.lightSlider {
  display: block;
}

@media screen and (max-width: 480px) {
  .real-people-container {
    max-height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .real-people-container {
    display: none;
  }
}

.mm-copy-refferal .button {
  position: relative;
  top: -2px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  margin-right: -10px;
}

div.wh-more-points span.errors.hide {
  display: none;
}

div.wh-more-points span.errors {
  background: #e12e2e05;
  padding: 15px;
  border: 1px solid #e12e2e;
  border-left: 3px solid #e12e2e;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 100%;
  display: inline-block;
}

.checkoutwc .form-row.cfw-label-is-floated input[type="email"],
.checkoutwc .form-row.cfw-label-is-floated input[type="number"],
.checkoutwc .form-row.cfw-label-is-floated input[type="password"],
.checkoutwc .form-row.cfw-label-is-floated input[type="tel"],
.checkoutwc .form-row.cfw-label-is-floated input[type="text"].input-text,
.checkoutwc .form-row.cfw-label-is-floated select,
.checkoutwc .form-row.cfw-label-is-floated textarea {
  padding: 1.35em 0.8em 0.28em;
  border-radius: 100px !important;
  font-size: 17px;
  font-family: "Gotham Rounded", "Roboto", sans-serif !important;
}

#cfw-coupons .form-row #order_review .woocommerce-form-login button[type="submit"][name="login"],
#cfw-coupons .form-row .cfw-secondary-btn,
#cfw-coupons .form-row input[type="email"],
#cfw-coupons .form-row input[type="password"],
#cfw-coupons .form-row input[type="tel"],
#cfw-coupons .form-row input[type="text"],
#order_review .woocommerce-form-login #cfw-coupons .form-row button[type="submit"][name="login"] {
  font-size: 17px !important;
  font-family: "Gotham Rounded", "Roboto", sans-serif !important;
  font-weight: 600;
  border-radius: 100px !important;
}

.checkoutwc .form-row input[type="email"],
.checkoutwc .form-row input[type="number"],
.checkoutwc .form-row input[type="password"],
.checkoutwc .form-row input[type="tel"],
.checkoutwc .form-row input[type="text"].input-text,
.checkoutwc .form-row select,
.checkoutwc .form-row textarea {
  -webkit-appearance: none !important;
  border-radius: 100px !important;
}

.row.cfw-promo-row.cfw-input-wrap-row label.cfw-input-label.cfw-floatable-label {
  background: #fafafa !important;
}

div#cfw-cart-summary {
  position: relative;
  top: -100px;
}

#cfw-coupons .form-row input[type="text"] {
  background: #fafafa;
}

#ui-datepicker-div {
  background: #fff !important;
  display: none;
  padding: 10px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#cfw-coupons .form-row input[type="text"] {
  background: #fafafa;
}

div#cfw-cart-summary {
  position: relative;
  top: -100px;
}

table.ui-datepicker-calendar {
  width: 100%;
}

table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
  padding: 5px;
  text-align: center;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a {
  font-size: 17px !important;
  align-items: center;
}

a.ui-datepicker-prev.ui-corner-all {
  float: left;
}

a.ui-datepicker-next.ui-corner-all.ui-state-disabled {
  float: right;
}

.ui-datepicker-title {
  clear: both;
  display: flex;
  justify-content: space-between;
}

.ui-datepicker-title select {
  width: 50%;
}

div#cfw-billing-fields-container {
  background: transparent;
}

.row.cfw-promo-row.cfw-input-wrap-row p#cfw-promo-code_field {
  width: 66% !important;
  top: 4px;
  position: relative;
}

.checkoutwc .form-row input[type="email"],
.checkoutwc .form-row input[type="number"],
.checkoutwc .form-row input[type="password"],
.checkoutwc .form-row input[type="tel"],
.checkoutwc .form-row input[type="text"].input-text,
.checkoutwc .form-row select,
.checkoutwc .form-row textarea {
  -webkit-appearance: none !important;
  border-radius: 100px !important;
}

[dir="ltr"] input[type="checkbox"]:after,
[dir="ltr"] main.checkoutwc input[type="checkbox"]:after {
  margin-left: -5px;
}

textarea#order_comments {
  border-radius: 100px !important;
}

.checkoutwc .form-row input[type="email"],
.checkoutwc .form-row input[type="number"],
.checkoutwc .form-row input[type="password"],
.checkoutwc .form-row input[type="tel"],
.checkoutwc .form-row input[type="text"].input-text,
.checkoutwc .form-row select,
.checkoutwc .form-row textarea {
  border-radius: 100px !important;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  color: #ddd;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  color: #ddd;
}

table.ui-datepicker-calendar>td>a {
  background: #ddd !important;
}

table.ui-datepicker-calendar td>a,
table.ui-datepicker-calendar td>span {
  padding: 2px;
}

table.ui-datepicker-calendar td:hover,
table.ui-datepicker-calendar td:hover>a {
  background: #3d6c7c;
  color: #fff;
}

.checkoutwc .checkout-review {
  font-size: 17px;
  line-height: 1.4;
}

a.ui-datepicker-next.ui-corner-all {
  float: right;
}

a.ui-datepicker-next.ui-corner-all.ui-state-disabled {
  float: right;
  display: none;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
  cursor: pointer;
}

#cfw.context-thank-you ul.status-steps i {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

button.gm-control-active {
  background: transparent !important;
}

button.gm-ui-hover-effect {
  background: transparent !important;
}

#cfw-footer {
  border-top: 2px solid transparent !important;
}

.checkoutwc .woocommerce-terms-and-conditions-wrapper p {
  line-height: 1.4;
}

p#kl_newsletter_checkbox_field {
  display: none;
}

.xoo-wsc-ship-bar-cont {
  margin-top: 0;
}

.xoo-wsc-header {
  border-bottom: 1px solid #eee;
}

.xoo-wsc-product {
  padding: 10px 15px;
}

.xoo-wsc-custom-container {
  margin-left: 50px;
  margin-right: 50px;
}

.xoo-suggested-prod {
  padding: 15px;
}

.xoo-suggested-prod .upsell-title {
  margin: 5px;
}

.xoo-wsc-footer,
.xoo-wsc-footer a,
.xoo-wsc-footer .amount {
  border-top: 1px solid #eee;
}

.xoo-wsc-ft-totals {
  padding: 0;
}

.xoo-wsc-ft-amt-total {
  margin-top: 0;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-total.xoo-total {
  padding-bottom: 10px;
}

.xoo-wsc-ft-textb {
  font-size: 12px;
  margin-top: 5px;
}

body.checkout-wc,
html,
main.checkoutwc {
  height: auto !important;
}

p#my-account_country_field {
  display: none;
}

.content-woo-loading {
  display: flex;
  height: 100%;
  align-items: center;
}

.woocommerce-MyAccount-content.loading {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.woocommerce .content-item {
  display: none;
}

.woocommerce .content-item.is-active {
  display: block;
}

.woocommerce .content-item-subscription {
  display: none;
}

.woocommerce .content-item-subscription.is-active {
  display: block;
}

#view_subscription {
  display: none;
}

#view_subscription.is-active {
  display: block;
}

.wh-inbar-text {
  color: inherit;
  position: relative;
  top: -1.98rem;
  font-weight: 700;
}

div#dialog-wrapper label {
  margin-left: 10px !important;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 991.98px) {
  div#cfw-cart-summary {
    position: relative;
    top: 0;
  }

  #cfw {
    margin-top: 0em;
    padding-top: 0.5em;
  }

  #cfw-coupons-mobile {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  div#cfw-billing-methods {
    margin: 0px 0;
  }

  .row.cfw-promo-row.cfw-input-wrap-row label.cfw-input-label.cfw-floatable-label {
    background: #fff !important;
  }

  h3.cfw-billing-address-heading {
    margin-top: 30px !important;
  }
}

input#pause-date {
  width: 100% !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
  box-shadow: 0 0 0 0px rgba(110, 120, 129, 0) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 0px rgba(112, 102, 224, 0.5) !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  font-size: 17px !important;
  padding: 10px 32px 10px 32px !important;
}

.shop_table.subscription_details td.action-button a,
.shop_table.subscription_details td.action-button button {
  padding: 5px 10px !important;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  border: 1px solid transparent;
  background-color: #415d48 !important;
  color: #fff !important;
  border-radius: 25px !important;
  transition: all 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {

  .shop_table.subscription_details td.action-button a:hover,
  .shop_table.subscription_details td.action-button button:hover {
    background-color: #fff !important;
    color: #415d48 !important;
    border-color: #415d48 !important;
  }
}

.shop_table.subscription_details td.action-button button {
  text-transform: capitalize !important;
  font-family: "Gotham Rounded", "Roboto", sans-serif !important;
}

.shop_table.order_details,
table.shop_table.shop_table_responsive.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-orders.woocommerce-orders-table--orders {
  margin-top: 10px;
  padding: 20px 25px;
  border: 1px solid #e2e2e2;
}

.woocommerce-account .order_details thead tr:first-child th {
  padding-top: 1.41575em;
}

.woocommerce-account .woocommerce-orders-table tr td:first-child {
  padding-left: 1.41575em;
}

.woocommerce-account .woocommerce-orders-table th {
  padding: 1.41575em;
}

.woocommerce-account .woocommerce-orders-table tr td:first-child,
.woocommerce-account .woocommerce-orders-table tr th:first-child {
  padding-left: 1.41575em;
}

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

  .woocommerce-account .woocommerce-orders-table td,
  .woocommerce-account .woocommerce-orders-table th {
    padding: 5px 15px 5px 15px;
  }
}

section.woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  border: 1px solid #eee;
  padding: 15px;
}

select#pause-days {
  border-radius: 30px;
  padding: 5px 15px;
  width: 220px;
}

@media screen and (max-width: 600px) {
  select#pause-days {
    width: auto;
  }
}

.shop_table.subscription_details td {
  padding-top: 1em;
  padding-bottom: 1em;
}

.woocommerce-account tr.woocommerce-orders-table__row td {
  vertical-align: middle;
}

.cfw-alert.cfw-alert-success a.wc-forward,
.cfw-alert.cfw-alert-success .button.checkout,
.cfw-alert.cfw-alert-success .button.cart {
  display: none !important;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-discount.less.xoo-discount {
  display: none;
}

@media (max-width: 991.98px) {
  .cfw-logo {
    padding: 0;
    width: 350px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  div#cfw-payment-action .cfw-place-order-wrap {
    margin-bottom: 0;
  }

  div#cfw-customer-info-action .previous-button a.cfw-prev-tab {
    width: 100% !important;
    display: block !important;
  }

  .cfw-bottom-controls {
    gap: 20px;
  }

  div#cfw-place-order {
    margin-bottom: 0 !important;
  }

  .row.cfw-promo-row.cfw-input-wrap-row label.cfw-input-label.cfw-floatable-label {
    background: #fafafa !important;
  }

  #cfw-coupons .form-row input[type="text"] {
    background: #fafafa !important;
  }
}

@media (max-width: 600px) {
  .cfw-logo {
    padding: 0;
    width: 250px;
    margin: 0 auto;
  }
}

#cfw-cart-summary-content .upsell-grid-content .button .spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

#cfw-cart-summary-content .upsell-grid-content .button.mm-to-cart {
  font-size: 0 !important;
  opacity: 0.7 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*TODO 
Review all those rules*/

.no-breadcrumbs.single-post:not(.post-l2) .archive-header {
  padding-top: 0;
}

.no-breadcrumbs.single-product .site-content .col-full {
  padding-top: 0;
}

.no-breadcrumbs.woocommerce-account .archive-header {
  padding-top: 0 !important;
}

.col-full,
.single-product .site-content .shoptimizer-sticky-add-to-cart .col-full,
body .woocommerce-message,
.single-product .site-content .commercekit-sticky-add-to-cart .col-full {
  max-width: 100% !important;
}

.col-full,
.main-navigation ul li.menu-item-has-children.full-width .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mm-product-rating {
  margin-top: 0px;
  padding-bottom: 5px;
}

.mm-product-price {
  font-weight: normal;
}

body:not(.pdp-full) #page .woocommerce-tabs .panel {
  max-width: 100%;
}

body.drawer-open:before {
  display: none !important;
}



.woocommerce-cart .checkout-wrap {
  z-index: 1;
  position: relative;
}

ul.checkout-bar:before,
.woocommerce-checkout .checkout-bar li.active:after,
ul.checkout-bar li.visited:after {
  background-color: #c56a55 !important;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
  min-width: 60%;
  border-radius: 50px !important;
}

.quantity input.input-text.qty.text {
  height: 50px !important;
}

.quantity-nav.down a,
.quantity-nav.up a.quantity-button.quantity-up.plus {
  height: 50px !important;
}

.quantity-button.quantity-down:before,
.quantity-button.quantity-up:before {
  top: 53%;
}

.xoo-wsc-footer .lSAction {
  display: block !important;
}

.woocommerce-cart section.shipping-calculator-form p {
  margin-bottom: 20px;
}

section.shipping-calculator-form input {
  border-radius: 50px !important;
  height: 50px !important;
}

section.shipping-calculator-form button {
  height: 50px !important;
}

span.xoo-wsc-sp-price {
  font-weight: 600;
}

.xoo-wsc-ftx-row.xoo-wsc-ftx-coupon span.xoo-wsc-toggle-slider {
  font-size: 0;
}

.xoo-wsc-ftx-row.xoo-wsc-ftx-coupon span.xoo-wsc-toggle-slider:after {
  content: "Apply Discount Code";
  font-size: 14px;
}

.dosing-container p {
  font-family: "Gotham Rounded", "Roboto", sans-serif;
}

.checkout-review p {
  font-family: "Gotham Rounded", "Roboto", sans-serif;
}

.comment-boxs .comment-text {
  max-height: 190px;
  font-size: 17px !important;
}

.comment-boxs .comment-text>strong {
  display: block;
  margin-bottom: 1px;
}

.comment-boxs .comment-text>br {
  display: none;
}

.comment-boxs .comment-text>span.verified {
  display: block;
  margin-top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.xoo-wsc-slider button[name="calc_shipping"] {
  width: 100%;
}

.xoo-wsc-shipping-destination span:nth-child(1) {
  color: #111;
}

.comment-text>.description p>br {
  display: none;
}

.comment-text>.description p>br {
  display: none;
}

.comment-text>.description p>span.verified {
  display: block;
  margin-top: 10px;
}

span.xoo-wsc-sp-atc {
  margin-left: 10px;
}

.mm-product-rating .star-rating {
  width: 6.5em;
}

.mm-product-rating .star-rating:before,
.star-rating>span {
  width: 6.5em;
}

.mm-product-rating .star-rating:before {
  -webkit-mask-size: 1.3em;
  height: 1.3em;
}

.mm-product-rating .star-rating>span:before {
  -webkit-mask-size: 1.3em;
  height: 1.3em;
}

.mm-product-rating>span {
  font-size: 17px !important;
}

.mm-product-rating>span {
  top: 2px !important;
}

.xoo-wsc-ft-totals {
  display: flex;
  flex-direction: column;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-tax.add {
  order: 3;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-total {
  order: 5;
}

.xoo-wsc-ft-amt.xoo-wsc-ft-amt-shipping.add {
  order: 2;
}

form.xoo-wsc-sl-apply-coupon>input[type="text"] {
  border-radius: 30px;
  margin-bottom: 10px;
  height: 50px;
}

form.xoo-wsc-sl-apply-coupon>button[type="submit"] {
  width: 100%;
  font-weight: 400 !important;
}

.blog-conent-small,
.featured-blog {
  cursor: pointer;
}

div#beacon-container button.CloseButtoncss__ButtonUI-sc-1phd8sn-0.fYkqFE.c-BeaconCloseButton.is-mobile.is-rendered {
  border-radius: 0 !important;
}

#kl_newsletter_checkbox_field span.optional {
  display: none;
}

.woocommerce-terms-and-conditions p {
  line-height: 1.6em;
  font-size: 17px;
}

.checkoutwc p:not(.cfw-footer-inner p),
.checkoutwc label {
  line-height: 1.6em;
  font-size: 17px !important;
}

@media (max-width: 768px) {
  .product .e-con-inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  [class*=" eicon-"],
  [class^=eicon] {
    font-size: 30px;
  }

}

label.cfw-floatable-label {
  top: -17px !important;
  left: 25px;
  padding: 2px 5px !important;
  font-size: 16px !important;
}

.cfw-input-wrap:not(.cfw-check-input).cfw-floating-label input[type="email"] {
  padding: 1.35em 0.8em 0.28em;
}

.payment_box.payment_method_cc.cfw-radio-reveal-content p {
  line-height: 1.6;
}

#cfw-ship-insurance p {
  font-size: 15px !important;
}

.checkoutwc .form-row.cfw-label-is-floated #cfw-promo-code {
  padding: 1em 0.8em 0.5em;
}

.mm-product a {
  color: #000 !important;
}

.prod-post__card a {
  color: #000 !important;
}

p.gform_required_legend {
  display: none;
}

.single-product .flex-viewport {
  background: rgb(255, 255, 255);
  border: 5px solid transparent !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff !important;
  display: inline-block !important;
  font-weight: 400 !important;
  padding: 6px 10px !important;
}



.toggle-tab-title .img {
  margin-right: 10px;
}



.mm-left .mm-content,
.mm-right .mm-content {
  font-size: 15px !important;
}

.mm-left .mm-title,
.mm-right .mm-title {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.mm-left .contian,
.mm-right .contian {
  padding-top: 15px;
  padding-bottom: 15px;
}

body input[type="email"],
body input[type="password"],
body input[type="tel"],
body input[type="text"],
body input[type="url"],
body textarea {
  font-size: 17px;
}

.checkout-review p {
  font-size: 18px !important;
}

.checkout-review p.locas,
.checkout-review h5 {
  font-size: 17px !important;
}

.latest-post-excerpt {
  font-size: 18px;
}

.latest-post-read-more a {
  font-size: 17px;
}

.prod-post__card>a>div:first-child {
  margin-left: -25px;
  margin-right: -25px;
}

.mm-product-image {
  margin: 0 -25px;
}

.mm-product {
  margin: 10px;
  padding: 15px;
  width: calc(25% - 20px);
}

ul.flex-direction-nav {
  display: none !important;
}

.faqs-accordion .elementor-accordion {
  position: relative;
}

.faqs-accordion .elementor-accordion-item:last-of-type {
  margin-bottom: 20px !important;
}

.front-slide .rev-btn-con {
  justify-content: space-between;
}

.checkout-review p {
  font-size: 18px !important;
}

.checkout-review p.locas,
.checkout-review h5 {
  font-size: 16px !important;
}

.front-slide button#goToPrevSliderev {
  margin-left: -100px;
}

.front-slide button#goToNextSliderev {
  margin-right: -100px;
}

.front-slide button#goToPrevSliderev,
.front-slide button#goToNextSliderev {
  margin-top: -192px;
  width: 45px !important;
  height: 45px !important;
  font-size: 28px !important;
}

.front-slide .rev-text h5 {
  font-size: 17px !important;
}

.toggle-tab-content p {
  font-size: 18px !important;
}

.xoo-wsc-pname .mm-subscription {
  color: #c56a55 !important;
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff !important;
}

.woocommerce-notices-wrapper .woocommerce-info .button {
  float: unset !important;
}

@media (max-width: 600px) {
  .woocommerce-account .my_account_orders .button {
    display: inline-block !important;
  }
}

@media (max-width: 1440px) {
  .b-desktop.right .toggle-tab-title div {
    margin-right: -35px;
  }

  .b-desktop .toggle-tab-title div {
    margin-left: -35px;
  }

  #image_6 {
    width: 76px;
  }

  #image_5 {
    width: 74px;
  }
}

@media (max-width: 991px) {
  .front-slide .rev-btn-con {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .front-slide button#goToPrevSliderev {
    margin-left: 0px;
  }

  .front-slide button#goToNextSliderev {
    margin-right: 0px;
  }

  .front-slide button#goToPrevSliderev,
  .front-slide button#goToNextSliderev {
    margin-top: 0px;
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 770px) {
  table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead {
    display: none;
  }

  .woocommerce-MyAccount-content table td::before {
    content: attr(data-title) !important;
    float: left;
    font-weight: 600 !important;
    margin-right: 10px;
  }

  .woocommerce-account tr.woocommerce-orders-table__row>td::before {
    content: attr(data-title);
    display: block !important;
    margin-right: 15px;
    color: #444 !important;
    font-weight: 600 !important;
    font-family: "Gotham Rounded";
  }
}

@media (max-width: 767px) {
  .front-slide .rev-btn-con {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .front-slide button#goToPrevSliderev {
    margin-left: 0px;
  }

  .front-slide button#goToNextSliderev {
    margin-right: 0px;
  }

  .front-slide button#goToPrevSliderev,
  .front-slide button#goToNextSliderev {
    margin-top: 0px;
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
    line-height: 40px !important;
  }

  .checkout-review p {
    font-size: 17px !important;
  }

  .checkout-review p.locas,
  .checkout-review h5 {
    font-size: 16px !important;
  }

  .latest-post-excerpt {
    font-size: 17px;
  }

  .latest-post-read-more a {
    font-size: 17px;
  }

  .b-box .b-image img {
    height: 100%;
  }

  .elementor-image-box-wrapper picture img {
    margin-left: auto;
    margin-right: auto;
  }

  .mm-product img {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  button.single_add_to_cart_button.button.alt.wp-element-button {
    min-width: auto;
    border-radius: 50px !important;
  }

  .quantity input.input-text.qty.text {
    height: 40px !important;
  }

  .quantity-nav.down a,
  .quantity-nav.up a.quantity-button.quantity-up.plus {
    height: 40px !important;
  }

  .quantity-button.quantity-down:before,
  .quantity-button.quantity-up:before {
    top: 50%;
  }

  .xoo-wsc-body,
  .xoo-wsc-body a,
  .xoo-wsc-body span.amount {
    font-size: 17px;
  }

  .xoo-wsc-footer,
  .xoo-wsc-footer .amount,
  .xoo-wsc-footer a {
    font-size: 17px;
  }

  button,
  input,
  select,
  option,
  textarea {
    font-size: 17px !important;
  }

  .mm-product {
    width: calc(45% - 10px);
    margin: 5px;
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .mm-product-title {
    font-size: 17px;
    text-align: center;
  }

  .mm-product-grid .mm-product .mm-product-details .mm-product-price {
    font-size: 17px !important;
  }

  .mm-product-grid .mm-product:hover .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount {
    font-size: 17px !important;
  }

  .mm-product-grid .mm-product .mm-product-details .mm-product-price span.woocommerce-Price-amount.amount {
    font-size: 17px !important;
  }
}

@media (max-width: 480px) {
  .bg-increase_social_connection_150x150_min {
    width: 60px;
  }

  .bg-manage_addictions_150x150_min {
    width: 60px;
  }
}

@media (max-width: 395px) {
  .bg-increase_social_connection_150x150_min {
    width: 74px;
  }

  .bg-manage_addictions_150x150_min {
    width: 70px;
  }
}

/*
* Css Update for Header
*/

@media (min-width: 1025px) {
  [data-id="4f6579b5"] {
    display: none;
  }
}

@media (max-width: 1465px) {
  .b-tab-desktop {
    overflow: hidden;
  }

  #image_5 {
    width: 67px;
    height: 66px;
  }

  #image_6 {
    width: 68px;
  }
}

button.needsclick.klaviyo-close-form.kl-private-reset-css-Xuajs1 {
  background: transparent !important;
  padding: 0 !important;
}

button#downshift-0-toggle-button {
  background: transparent !important;
  padding: 0 !important;
}

button.needsclick.go3582494590.kl-private-reset-css-Xuajs1 {
  background: transparent !important;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  [data-id="43f4f74d"] {
    display: none;
  }

  [data-id="4f6579b5"] .elementor-column.elementor-col-33 {
    width: 33.333%;
  }

  [data-id="4f6579b5"] img {
    width: 100%;
    max-width: 145px;
  }

  .front-slide .rev-btn-con {
    display: flex !important;
    justify-content: center !important;
    margin-top: 40px !important;
  }

  .front-slide button#goToPrevSliderev,
  .front-slide button#goToNextSliderev {
    margin-top: 0px !important;
  }

  button#goToNextSlideC,
  button#goToPrevSlideC {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 5px;
  }
}

@media (max-width: 768px) {
  .xoo-wsc-custom-container {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xoo-wsc-footer,
  .xoo-wsc-footer a,
  .xoo-wsc-footer .amount {
    border-top: 0px solid #eee;
  }
}

@media (max-width: 480px) {
  d .xoo-wsc-sp-right-col {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  #cfw-coupons .form-row input[type="text"] {
    background: #fafafa !important;
  }

  .row.cfw-promo-row.cfw-input-wrap-row label.cfw-input-label.cfw-floatable-label {
    background: #fafafa !important;
  }
}

@media (max-width: 767.99px) {
  .row.cfw-promo-row.cfw-input-wrap-row label.cfw-input-label.cfw-floatable-label {
    background: #fafafa !important;
  }
}

.mm-bos4w-checkbox.subscribe-to .discounted-price-mm {
  font-size: 16px !important;
}

.mm-bos4w-checkbox .discounted {
  font-weight: 600;
}

.mm-bos4w-row .subscribe-to {
  font-size: 16px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bos4w-display-dropdown .case {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.bos4w-display-dropdown .case .delivers {
  margin-right: 10px;
}

.mm-klaviyo button.klaviyo_submit_button:hover {
  background: #3c4e3f !important;
  border-color: #3c4e3f !important;
}

.latest-post-read-more a:hover {
  background: #3c4e3f;
}

.button:hover,
input[type="submit"]:hover,
ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.product .cart .single_add_to_cart_button:hover,
.widget_shopping_cart a.button.checkout:hover,
.main-navigation ul.menu li.menu-item-has-children.full-width>.sub-menu-wrapper li a.added_to_cart:hover,
.site div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
ul.products li.product .added_to_cart:hover,
.woocommerce-cart p.return-to-shop a:hover,
.elementor-row .feature a:hover,
.image-feature figcaption span:hover {
  background: #3c4e3f !important;
}

.xoo-suggested-prod span.xoo-wsc-sp-atc a:hover {
  background: #c39b3d !important;
}

.xoo-wsc-sp-container .lSAction>.lSPrev:hover,
.xoo-wsc-sp-container .lSAction>.lSNext:hover {
  background: #c39b3d !important;
}

input#cfw-promo-code-btn:hover {
  background-color: #365f6d !important;
  border: 1px solid #365f6d !important;
}

.upsell-grid-content .button:hover {
  background: #ba6953 !important;
  border: 1px solid #ba6953 !important;
}

input#cfw-promo-code-btn,
div#cfw-ship-insurance a.add-product-btn {
  background: #365f6d !important;
}

main.checkoutwc .cfw-bottom-controls .cfw-primary-btn,
main.checkoutwc .place-order .cfw-primary-btn:hover {
  background: #365f6d !important;
}

.previous-button a.cfw-prev-tab:hover {
  background: #365f6d !important;
  border-color: #365f6d !important;
  color: #fff !important;
}

search.e-filter button:hover {
  background: transparent !important;
}

button.e-filter-item:hover {
  background: transparent !important;
}

.search-topics-con {
  cursor: pointer !important;
}

.search-topics-con:hover {
  background: #564164 !important;
}

.search-topics-con:hover * {
  color: #fff !important;
}

.studies_loop .e-loop-item {
  display: flex;
  height: 100%;
}



/* FROM PHP FILES */

main.checkoutwc .cfw-module {
  margin-bottom: 0em;
}

tr.total {
  display: none !important;
}

.fa-star:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f005";
  color: #d8833a;
  font-style: normal;
}

table.shop_table>tfoot>tr:first-child>th,
table.shop_table>tfoot>tr:first-child>td {
  border-top: 1px solid #eee;
}

.cc-payment {
  padding: 40px 35px 40px 15px;
  background: #f4f4f4;
  margin: 20px 0 !important;
}

.cc-payment input {
  height: 45px;
}

ul.my-account.payment_methods.methods {
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1;
  list-style: none;
  margin: 20px 0 0;
  overflow: visible;
  padding: 0;
}

ul.my-account .payment_method_title_wrap.cfw-radio-reveal-title-wrap {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: flex;
  font-size: 1em;
  justify-content: space-between;
  list-style-type: none !important;
  margin: 0;
  padding: 0 1em;
  text-indent: 0;
}

ul.my-account .cfw-radio-reveal-label {
  align-items: center;
  clear: both;
  cursor: pointer;
  display: flex !important;
  flex-grow: 1;
  padding: 1em;
}

.cc-payment .row {
  margin: 0 15px 15px !important;
}

.cc-payment input:focus,
.cc-payment input:hover {
  background: #fff !important;
}

ul.my-account .cfw-radio-reveal-label>div {
  align-items: center;
  box-sizing: border-box;
  display: flex !important;
  flex-grow: 1;
  font-size: 18px;
}

ul.my-account .payment_method_title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-weight: 400;
  font-size: 17px;
}

ul.my-account .payment_method_icons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  max-height: 18px;
}

ul.my-account .cfw-radio-reveal-content {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  margin: 0 !important;
  padding: 20px 10px;
}

.shows,
ul.my-account .wc_payment_method input.input-radio[name="payment_method"] {
  display: block;
}

ul.my-account .cfw-radio-reveal-title-wrap>input[type="radio"] {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}

input#cc-number {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

ul.my-account .wc_payment_method {
  border-top: 1px solid #ddd;
  padding: 0 !important;
}

ul.my-account .payment_method_icons img {
  margin-right: 0.25em !important;
  max-height: 32px;
  min-width: 40px;
}

ul.my-account.payment_methods.methods .payment_method_title_wrap>input {
  width: 20px;
  height: 20px;
  margin-top: 10px !important;
}

.cc-payment label.error {
  color: red;
  font-weight: 300;
  margin-top: 10px;
}

.cc-payment .error {
  border-color: red;
}

.hidden {
  visibility: hidden;
}

.add_payments {
  display: none;
}

.blockUI.blockOverlay {
  display: none;
}

.input-radio,
.place_order {
  display: block !important;
}

.place_order {
  display: inline-block !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  div#updatePayment button {
    margin-bottom: 20px;
  }

  table.shop_table.order_details tbody td,
  table.shop_table.order_details tfoot td {
    border-bottom: 3 solid #ddd !important;
  }

  table.shop_table.order_details tbody tr td {
    border-bottom: 3px solid #ddd;
  }

  table.shop_table.order_details tbody tr>td.product-quantity {
    border: 0px solid !important;
  }

  table.shop_table.order_details tfoot td:before {
    content: attr(data-title) " " !important;
  }

  table.shop_table.order_details tfoot th {
    display: none;
  }

  table.shop_table.order_details tfoot tr:first-child td,
  table.shop_table.order_details tfoot tr:first-child th {
    border-top: 0px solid #eee;
  }

  .product-subtotals {
    display: none !important;
  }

  table.shop_table.order_details tfoot tr td {
    border: 0px solid;
  }

  table.shop_table.order_details tfoot tr:last-child {
    border-bottom: 0px solid;
  }
}

@media (max-width: 480px) {
  table.shop_table.order_details tbody tr td {
    border-bottom: 0px solid #ddd;
  }

  table.shop_table.order_details tbody td,
  table.shop_table.order_details tfoot td {
    border-bottom: 0 solid #ddd !important;
  }

  table.shop_table.order_details tfoot th {
    display: none;
  }
}

#cfw-ship-insurance p {
  font-size: 15px;
  line-height: 1.25;
  font-style: italic;
  margin-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  div#cfw-coupons {
    display: none;
  }

  div#cfw-ship-insurance>div>div,
  div#cfw-coupons>div>div {
    padding: 0;
  }

  #cfw-ship-insurance {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #cfw-ship-insurance>div.row {
    margin-top: 10px;
  }

  .infos {
    padding-top: 5px !important;
  }

  #cfw-ship-insurance {
    display: none;
  }
}

div#piechartpoints-txt span.purchase {
  color: #ec9700;
}

div#piechartpoints {
  text-align: center;
}

div#piechartpoints div[dir="ltr"] {
  margin-left: auto;
  margin-right: auto;
}

div#insurance-mobile {
  display: none;
}

div#insurance-mobile p {
  font-size: 15px;
  line-height: 1.25;
  font-style: italic;
}

div#cfw-customer-info #insurance-mobile {
  display: block !important;
}

div#insurance-mobile {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  div#insurance-mobile {
    display: block;
  }

  div#cfw-customer-info #insurance-mobile {
    display: none !important;
  }

  div#insurance-mobile {
    margin-bottom: -20px;
  }

  div#insurance-mobile>div>div,
  div#cfw-coupons-mobile>div>div {
    padding: 0;
  }

  div#insurance-mobile>div,
  div#cfw-coupons-mobile>div {
    margin-top: 0;
  }

  div#cfw-coupons {
    display: none;
  }
}

div#ref01 span.success.hide {
  display: none;
}

div#ref01 span.success {
  display: inline-block;
  border: 1px solid green;
  border-left: 2px solid green;
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 15px;
  background: #0080000f;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #415d48 !important;
  border: 1px solid #415d48 !important;
  color: #ffffff !important;
}

table.dataTable tbody tr.odd {
  background-color: #bd6a570f;
}

@media (max-width: 767px) {
  table#table_history>td:before {
    content: "";
  }

  table#table_history td {
    text-align: right;
  }

  table#table_history td:first-of-type::before {
    content: "Date" !important;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
  }

  table#table_history td:nth-of-type(2)::before {
    content: "Transaction Entry" !important;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
  }

  table#table_history td:nth-of-type(3)::before {
    content: "Points" !important;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #415d48 !important;
  border: 1px solid #415d48 !important;
  color: #ffffff !important;
}

table.dataTable tbody tr.odd {
  background-color: #bd6a570f;
}

@media (max-width: 767px) {
  table#review_tablese {
    width: 100%;
  }

  table#review_tables>td:before {
    content: "";
  }

  table#review_tables td {
    text-align: right !important;
  }

  table#review_tables td:first-of-type::before {
    content: "Product Name" !important;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
  }

  table#review_tables td:nth-of-type(2)::before {
    content: "Reviewed?" !important;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
  }

  table#review_tables td:nth-of-type(3)::before {
    content: "Points Awarded" !important;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
  }
}

.single-product .elementor-widget-woocommerce-product-price {
  display: none !important;
}

.woocommerce .content-item {
  display: none;
}

.woocommerce .content-item.is-active {
  display: block;
}

.woocommerce .content-item-subscription {
  display: none;
}

.woocommerce .content-item-subscription.is-active {
  display: block;
}

#view_subscription {
  display: none;
}

#view_subscription.is-active {
  display: block;
}

.wh-inbar-text {
  color: inherit;
  position: relative;
  top: -1.98rem;
  font-weight: 700;
}

p#billing_country_field {
  display: none;
}

table#review_tables td {
  padding: 10px !important;
}

.woocommerce-address-fields {
  padding: 15px 0;
}

div:where(.swal2-container) .swal2-html-container {
  font-size: 17px !important;
  font-family: "Gotham Rounded", sans-serif !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  font-size: 17px !important;
  background-color: #415d48 !important;
  border: 2px solid #415d48 !important;
}

#jquery-pagination-controls a {
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: inline-block;
  color: #333;
}

#jquery-pagination-controls a:hover {
  background-color: #f5f5f5;
}

#jquery-pagination-controls a:hover {
  color: #fff;
  background: #415d48;
}

#jquery-pagination-controls a.active {
  background: #415d48;
  color: #fff;
}

#jquery-pagination-controls-orders a {
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  display: inline-block;
  color: #333;
}

#jquery-pagination-controls-orders a:hover {
  background-color: #f5f5f5;
}

#jquery-pagination-controls-orders a:hover {
  color: #fff;
  background: #415d48;
}

#jquery-pagination-controls-orders a.active {
  background: #415d48;
  color: #fff;
}

@media (max-width: 767px) {
  table.shop_table.subscription_details tr th {
    display: none;
  }

  table.shop_table.subscription_details tr td {
    border-bottom: 0px dotted;
  }

  .shop_table.subscription_details tr:last-child td.action-title {
    display: none;
  }

  .shop_table.subscription_details tr:last-child td.action-button:before {
    display: none !important;
  }

  .shop_table.subscription_details tr:last-child {
    border-bottom: 0px dotted;
  }

  td.action-button a {
    text-align: center !important;
  }

  .shop_table.subscription_details .button {
    margin-bottom: 10px;
    padding: 5px;
  }

  table.shop_table.subscription_details tr td.action-button {
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  table.shop_table.subscription_details tr td.action-button {
    text-align: center !important;
  }
}

.blockUI.blockOverlay {
  display: none;
}

.checkout-wc .blockUI.blockOverlay {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

#cfw form.checkout>.blockUI.blockOverlay:after {
  content: "Almost there… take this moment to check in with yourself ✨ 🧘";
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(calc(-50% + 2em));
  font-size: 18px;
  width: 100%;
  text-align: center;
  animation: none;
  text-indent: 0;
  font-weight: 600;
}

.blockUI.blockOverlay:before {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-top: -20px;
  content: "";
  -webkit-mask-image: url(data:image/gif;base64,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);
  mask-image: url(data:image/gif;base64,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);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: #555;
  animation-name: spin;
  animation-duration: 6500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {

  table.shop_table.order_details tbody td,
  table.shop_table.order_details tfoot td {
    border-bottom: 0 solid !important;
  }

  table.shop_table.order_details tfoot td:before {
    content: attr(data-title) " " !important;
  }

  table.shop_table.order_details tfoot th {
    display: none;
  }

  table.shop_table.order_details tfoot tr:first-child td,
  table.shop_table.order_details tfoot tr:first-child th {
    border-top: 0px solid #eee;
  }
}

@media (max-width: 480px) {
  table.shop_table.order_details tfoot th {
    display: none;
  }
}

/* Pop-up Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Pop-up Content */
.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Close Button */
#close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.mm-product-rating {
  margin-top: 0px;
}

.mm-product-details .mm-product-tag {
  margin-bottom: 0px !important;
}

.archive-header {
  display: none;
}

.header-to-top {
  display: none;
}

@media (max-width: 575px) {
  .mm-product-rating>span {
    font-size: 13px !important;
  }

  .mm-product {
    width: calc(48% - 10px) !important;
    padding: 5px !important;
  }
}

.prod-post__card.featured-product,
.mm-product.featured-product {
  position: relative;
}

.prod-post__card.featured-product::before,
.mm-product.featured-product::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 60px;
  height: 60px;
  z-index: 10;
  background-image: url(images/staff-pick.webp);
  background-size: cover;
  background-position: center;
  background-color: white;
  border-radius: 50%;
}

.prod-post.featured-product {
  position: relative;
}

.prod-post.featured-product::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 60px;
  height: 60px;
  z-index: 10;
  background-image: url(images/staff-pick.webp);
  background-size: cover;
  background-position: center;
  background-color: white;
  border-radius: 50%;
}

.prod-post {
  display: flex;
  position: relative;
  min-height: 510px !important;
}

.prod-post.featured-product {
  position: relative;
  min-height: 510px;
}

.prod-post.featured-product .prod-post__card {
  height: auto;
  flex-grow: 1;
  justify-content: flex-start;
}


/* Elementor Code */

.premium-woo-products-details-wrap .mm-product-rating {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.premium-woo-products-details-wrap .mm-product-rating .star-rating {
  margin: 0 !important;
}

.premium-woo-products-details-wrap .mm-product-rating>span {
  position: relative;
  padding-left: 5px;
  font-size: 14px;
  left: 0px;
  display: inline-block;
  top: 1px;
  font-family: "Roboto", sans-serif;
}

.premium-woo-products-details-wrap .mm-product-rating>span.mm-product-avarage {
  font-size: 13px;
  left: -3px;
  position: relative;
  color: #373e5a;
  font-weight: 600;
}

.mm-product-rating {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}


.mm-product-rating .star-rating {
  margin: 0 !important;
}

.mm-product-rating>span {
  position: relative;
  padding-left: 5px;
  font-size: 14px;
  left: 0px;
  display: inline-block;
  top: 1px;
  font-family: "Roboto", sans-serif;
}

.mm-product-rating>span.mm-product-avarage {
  font-size: 13px;
  left: -3px;
  position: relative;
  color: #373e5a;
  font-weight: 600;
}

.mm-product-rating {
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .xoo-wsc-qty {
    pointer-events: none;
    touch-action: none;
    background-color: #f9f9f9;
  }
}

.side-cart-star>span {
  margin-top: -4px !important;
}

.side-cart-star>div,
.side-cart-star>span {
  font-size: 20px !important;
}