@charset "UTF-8";
/*
 * Theme Name: Custom Theme
 * Author: <company_name>
 * Author URI: <website_url>
 * Version: 1.0.0
 * Text Domain: custom_theme
 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    min-width: 1000px;
  }
}
.bg-light {
  background-color: #e9e9e9 !important;
}

.bg-contrast-light {
  background-color: #fcf7f1;
}

.bg-light-gray {
  background-color: #e9e9e9;
}

.bg-dark {
  background-color: #9B968F;
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #21221B;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  line-height: 24px;
}
body a {
  color: #5B5348;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
body a:hover {
  color: #21221B;
}
body .section-tagline {
  font-weight: 500;
  font-size: 18px;
  color: #5B5348;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.054rem;
}
body p, body span {
  color: #21221B;
}
body img {
  max-width: 100%;
}
body label {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
body input[type=text], body input[type=email],
body input[type=password] {
  background: #e9e9e9;
  font-size: 16px;
  color: #5B5348;
  height: auto;
  padding: 10px 15px;
  border: 2px solid #6c6c6c;
}
body input[type=text]:focus, body input[type=email]:focus,
body input[type=password]:focus {
  background: #e9e9e9;
  border: 2px solid #6c6c6c;
  -webkit-box-shadow: 0 0 0 2px #6c6c6c;
          box-shadow: 0 0 0 2px #6c6c6c;
}
body input[type=radio], body input[type=checkbox] {
  background-color: #fff;
  background-clip: content-box;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  margin-right: 8px;
  border: 2px solid #6c6c6c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input[type=radio]:checked, body input[type=checkbox]:checked {
  background-color: #595f60;
}
body input[type=radio]:hover, body input[type=checkbox]:hover {
  -webkit-box-shadow: 0 0 0 2px #6c6c6c;
          box-shadow: 0 0 0 2px #6c6c6c;
}
body input[type=radio] {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
body input[type=submit], body input[type=button] {
  background: #5B5348;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
  vertical-align: top;
  padding: 10px 20px;
  margin-bottom: 0;
  border: 2px solid #5B5348;
  cursor: pointer;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
body input[type=submit]:hover, body input[type=submit]:focus, body input[type=button]:hover, body input[type=button]:focus {
  background: #595f60;
  text-decoration: none;
  color: #fff;
  border-color: #595f60;
}
body textarea {
  background: #fff;
  font-size: 16px;
  color: #5B5348;
  height: 150px;
  padding: 10px 15px;
  border: 2px solid #6c6c6c;
  width: 100%;
}
body textarea:hover, body textarea:focus {
  background: #fff;
  border: 2px solid #6c6c6c;
  -webkit-box-shadow: 0 0 0 2px #6c6c6c;
          box-shadow: 0 0 0 2px #6c6c6c;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "AllRoundGothic", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #595f60;
  margin: 0;
}
body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong {
  font-weight: 400;
  color: #595f60;
}
body h1, body .h1 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.2;
  color: #595f60;
}
body h2, body .h2 {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.4;
  color: #595f60;
}
body h3, body .h3 {
  font-size: clamp(22px, 3vw, 30px);
  line-height: normal;
  color: #595f60;
}
body h4, body .h4 {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: normal;
  color: #595f60;
}
body h5, body .h5 {
  font-size: clamp(16px, 2vw, 22px);
  line-height: normal;
  color: #595f60;
}
body h6, body .h6 {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: normal;
  color: #595f60;
}
body #wpadminbar span {
  color: #eee;
}
body .float_left {
  float: left;
}
body .float_right {
  float: right;
}
body .no_found {
  color: #dc3232;
  margin-top: 30px;
}

.btn, .button, .wpcf7-submit, .products .product .add_to_cart_button, .wp-block-button .wp-block-button__link,
.woocommerce-account .woocommerce-info .wc-forward,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.056rem;
  padding: 0.6rem 1.2rem;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  background-color: #5B5348;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.btn:hover, .btn:focus, .btn:active, .btn:not(.btn-check) + .btn:active, .button:hover, .button:focus, .button:active, .button:not(.btn-check) + .btn:active, .wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active, .wpcf7-submit:not(.btn-check) + .btn:active, .products .product .add_to_cart_button:hover, .products .product .add_to_cart_button:focus, .products .product .add_to_cart_button:active, .products .product .add_to_cart_button:not(.btn-check) + .btn:active, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:not(.btn-check) + .btn:active,
.woocommerce-account .woocommerce-info .wc-forward:hover,
.woocommerce-account .woocommerce-info .wc-forward:focus,
.woocommerce-account .woocommerce-info .wc-forward:active,
.woocommerce-account .woocommerce-info .wc-forward:not(.btn-check) + .btn:active,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button:active,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button:not(.btn-check) + .btn:active {
  background-color: #595f60 !important;
  color: #fff;
  border-color: #595f60 !important;
}
.btn:disabled, .btn[disabled], .button:disabled, .button[disabled], .wpcf7-submit:disabled, .wpcf7-submit[disabled], .products .product .add_to_cart_button:disabled, .products .product .add_to_cart_button[disabled], .wp-block-button .wp-block-button__link:disabled, .wp-block-button .wp-block-button__link[disabled],
.woocommerce-account .woocommerce-info .wc-forward:disabled,
.woocommerce-account .woocommerce-info .wc-forward[disabled],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button:disabled,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button[disabled] {
  background-color: #595f60;
  color: #fff;
  border-color: #595f60;
}
.btn.btn-outline, .button.btn-outline, .wpcf7-submit.btn-outline, .products .product .add_to_cart_button.btn-outline, .wp-block-button .wp-block-button__link.btn-outline,
.woocommerce-account .woocommerce-info .wc-forward.btn-outline,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button.btn-outline {
  color: #5B5348;
  border-color: #5B5348;
  background-color: transparent;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active, .button.btn-outline:hover, .button.btn-outline:focus, .button.btn-outline:active, .wpcf7-submit.btn-outline:hover, .wpcf7-submit.btn-outline:focus, .wpcf7-submit.btn-outline:active, .products .product .add_to_cart_button.btn-outline:hover, .products .product .add_to_cart_button.btn-outline:focus, .products .product .add_to_cart_button.btn-outline:active, .wp-block-button .wp-block-button__link.btn-outline:hover, .wp-block-button .wp-block-button__link.btn-outline:focus, .wp-block-button .wp-block-button__link.btn-outline:active,
.woocommerce-account .woocommerce-info .wc-forward.btn-outline:hover,
.woocommerce-account .woocommerce-info .wc-forward.btn-outline:focus,
.woocommerce-account .woocommerce-info .wc-forward.btn-outline:active,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button.btn-outline:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button.btn-outline:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button.btn-outline:active {
  background-color: #595f60;
  color: #fff;
}
.btn.btn-outline:disabled, .btn.btn-outline[disabled], .button.btn-outline:disabled, .button.btn-outline[disabled], .wpcf7-submit.btn-outline:disabled, .wpcf7-submit.btn-outline[disabled], .products .product .add_to_cart_button.btn-outline:disabled, .products .product .add_to_cart_button.btn-outline[disabled], .wp-block-button .wp-block-button__link.btn-outline:disabled, .wp-block-button .wp-block-button__link.btn-outline[disabled],
.woocommerce-account .woocommerce-info .wc-forward.btn-outline:disabled,
.woocommerce-account .woocommerce-info .wc-forward.btn-outline[disabled],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button.btn-outline:disabled,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button.btn-outline[disabled] {
  background-color: transparent;
  color: #595f60;
  border-color: #595f60;
}

.text-link {
  text-transform: uppercase;
  letter-spacing: 0.056rem;
  color: #5B5348;
  border-bottom: 1px solid;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.text-link span {
  color: inherit;
}
.text-link svg {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.text-link:hover {
  color: #595f60;
}
.text-link:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.container {
  max-width: 1600px;
  padding: 0 40px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.topbar {
  background-color: #5B5348;
}
.topbar p {
  color: #fff;
  margin-bottom: 0;
}
.topbar .address p br {
  display: none;
}

#site-header {
  padding: 15px 0;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1490196078);
  border-bottom: 1px solid #5B5348;
}
#site-header .custom-logo-link {
  display: block;
}
#site-header .custom-logo-link img {
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
#site-header #mega-menu-wrap-primary {
  position: static;
}
@media (max-width: 991px) {
  #site-header #mega-menu-wrap-primary {
    text-align: right;
  }
}
@media (max-width: 991px) {
  #site-header #mega-menu-wrap-primary .mega-menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#site-header #mega-menu-wrap-primary .mega-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
  position: static;
}
@media (max-width: 1300px) {
  #site-header #mega-menu-wrap-primary .mega-menu {
    gap: 24px;
  }
}
@media (max-width: 1300px) and (max-width: 991px) {
  #site-header #mega-menu-wrap-primary .mega-menu {
    position: fixed;
    gap: 12px;
    padding: 40px 0;
  }
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item > .mega-menu-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #5B5348;
  font-size: 16px;
}
@media (max-width: 991px) {
  #site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item > .mega-menu-link {
    width: 100%;
  }
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item > .mega-menu-link:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item > .mega-menu-link:hover {
  color: #5B5348;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item > .mega-menu-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (max-width: 991px) {
  #site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item.mega-toggle-on > .mega-menu-link {
    color: #fff;
  }
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu {
  top: 100%;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 35px;
  float: none;
}
@media (max-width: 1300px) {
  #site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  #site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item {
    padding: 10px 15px;
  }
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #6c6c6c;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link:hover {
  color: #5B5348;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item.mega-disable-link > .mega-menu-link {
  color: #6c6c6c;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item.mega-disable-link > .mega-menu-link:hover {
  color: #6c6c6c;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item.mega-disable-link > .mega-menu-link::before {
  content: none;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item.mega-menu-item-has-children > .mega-menu-link {
  border-bottom: 1px solid #6c6c6c;
  padding-bottom: 5px;
  letter-spacing: 0.048rem;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link {
  color: #21221B;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item .mega-sub-menu .mega-menu-item .mega-menu-link:hover {
  color: #5B5348;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column.mega-featured-items > .mega-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column.mega-featured-items > .mega-sub-menu > .mega-menu-item {
  width: calc(50% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 12px;
  padding-left: 0;
  padding-right: 0;
}
#site-header #mega-menu-wrap-primary .mega-menu > .mega-menu-item .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  color: #21221B;
  font-size: 16px;
  width: 100%;
  padding: 10px;
}
#site-header .header-cart {
  position: relative;
  text-decoration: none;
}
#site-header .header-cart .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #595f60;
  color: #fcf7f1;
  font-size: 10px;
  font-weight: 700;
  width: 14px;
  height: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#site-content {
  padding: 50px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  #site-content {
    padding: 2.5rem 0;
  }
}
#site-content .notfound_section {
  text-align: center;
}
#site-content .notfound_section h1 {
  font-size: 10rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #site-content .notfound_section h1 {
    font-size: 7rem;
  }
}
#site-content .notfound_section h2 {
  font-size: 2.3rem;
}

#site-footer {
  margin-top: auto;
  overflow: hidden;
}
#site-footer .footer-wrapper {
  background-color: #e9e9e9;
  border-radius: 1.2rem;
  padding: 2.4rem;
}
@media (max-width: 991px) {
  #site-footer .footer-wrapper {
    padding: 1.5rem;
  }
}
#site-footer .footer-wrapper .footer-logo img {
  max-height: 150px;
  width: auto;
}
#site-footer .footer-wrapper .footer-widget .footer-widget-title, #site-footer .footer-wrapper .footer-widget .social-widget-title, #site-footer .footer-wrapper .footer-widget .contact-widget-title, #site-footer .footer-wrapper .social-widget .footer-widget-title, #site-footer .footer-wrapper .social-widget .social-widget-title, #site-footer .footer-wrapper .social-widget .contact-widget-title, #site-footer .footer-wrapper .contact-widget .footer-widget-title, #site-footer .footer-wrapper .contact-widget .social-widget-title, #site-footer .footer-wrapper .contact-widget .contact-widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #site-footer .footer-wrapper .footer-widget .footer-widget-title, #site-footer .footer-wrapper .social-widget .footer-widget-title, #site-footer .footer-wrapper .contact-widget .footer-widget-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1.2rem 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #site-footer .footer-wrapper .footer-widget .footer-widget-title:first-child, #site-footer .footer-wrapper .social-widget .footer-widget-title:first-child, #site-footer .footer-wrapper .contact-widget .footer-widget-title:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #site-footer .footer-wrapper .footer-widget .footer-widget-title:after, #site-footer .footer-wrapper .social-widget .footer-widget-title:after, #site-footer .footer-wrapper .contact-widget .footer-widget-title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #site-footer .footer-wrapper .footer-widget .footer-widget-title.active:after, #site-footer .footer-wrapper .social-widget .footer-widget-title.active:after, #site-footer .footer-wrapper .contact-widget .footer-widget-title.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
#site-footer .footer-wrapper .footer-widget .menu, #site-footer .footer-wrapper .social-widget .menu, #site-footer .footer-wrapper .contact-widget .menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  list-style: none;
}
@media (max-width: 991px) {
  #site-footer .footer-wrapper .footer-widget .menu, #site-footer .footer-wrapper .social-widget .menu, #site-footer .footer-wrapper .contact-widget .menu {
    display: none;
    padding: 10px 0;
  }
}
#site-footer .footer-wrapper .footer-widget .menu .menu-item a, #site-footer .footer-wrapper .social-widget .menu .menu-item a, #site-footer .footer-wrapper .contact-widget .menu .menu-item a {
  color: #5B5348;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 991px) {
  #site-footer .footer-wrapper .footer-widget .menu .menu-item a, #site-footer .footer-wrapper .social-widget .menu .menu-item a, #site-footer .footer-wrapper .contact-widget .menu .menu-item a {
    padding: 5px 0;
  }
}
#site-footer .footer-wrapper .footer-widget .menu .menu-item a:hover, #site-footer .footer-wrapper .social-widget .menu .menu-item a:hover, #site-footer .footer-wrapper .contact-widget .menu .menu-item a:hover {
  color: #595f60;
  text-decoration: underline;
}
#site-footer .footer-wrapper .footer-widget .social-icons, #site-footer .footer-wrapper .social-widget .social-icons, #site-footer .footer-wrapper .contact-widget .social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-footer .footer-wrapper .footer-widget .social-icons li a, #site-footer .footer-wrapper .social-widget .social-icons li a, #site-footer .footer-wrapper .contact-widget .social-icons li a {
  color: #5B5348;
  font-size: 20px;
}
#site-footer .footer-wrapper .footer-widget .social-icons li a:hover, #site-footer .footer-wrapper .social-widget .social-icons li a:hover, #site-footer .footer-wrapper .contact-widget .social-icons li a:hover {
  color: #595f60;
}
#site-footer .footer-wrapper .contact-widget p {
  color: #5B5348;
}
#site-footer .footer-wrapper .contact-widget p a {
  color: #5B5348;
  text-decoration: none;
}
#site-footer .footer-wrapper .contact-widget p a:hover {
  color: #595f60;
  text-decoration: underline;
}

/**
* Hero Banner
*/
.hero-banner {
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  position: relative;
}
.hero-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  pointer-events: none;
}
.hero-banner .banner-text-wrap {
  position: relative;
  z-index: 1;
  max-width: 600px;
}
.hero-banner .banner-text-wrap h1 {
  color: #fff;
}
.hero-banner .banner-text-wrap .sub-heading {
  color: #fff;
}
.hero-banner .banner-text-wrap .banner-description {
  font-size: 18px;
  line-height: 28px;
}
.hero-banner .banner-text-wrap .banner-description > * {
  color: #fff;
}
.hero-banner .banner-text-wrap .banner-description > *:last-child {
  margin-bottom: 0;
}
.hero-banner .banner-text-wrap .button-group .btn.btn-outline {
  border-color: #fff;
  color: #fff;
}
.hero-banner .banner-text-wrap .button-group .btn.btn-outline:hover {
  background-color: #fff !important;
  color: #5B5348 !important;
  border-color: #fff !important;
}

/**
*	Featured Products
*/
.featured-products-section {
  padding: 40px 0;
  overflow: hidden;
}
.featured-products-section .featured-product-slider .slick-list {
  margin-right: -24px;
}
@media (max-width: 575px) {
  .featured-products-section .featured-product-slider .slick-list {
    margin-right: -16px;
  }
}
.featured-products-section .featured-product-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.featured-products-section .featured-product-slider .slick-list .slick-track .slick-slide {
  margin-right: 24px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .featured-products-section .featured-product-slider .slick-list .slick-track .slick-slide {
    margin-right: 16px;
  }
}
.featured-products-section .featured-product-slider .slick-list .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.featured-products-section .featured-product-slider .featured-product-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #e9e9e9;
  padding: 3rem 1.2rem 1.6rem;
  border-radius: 0.8rem;
  cursor: pointer;
}
.featured-products-section .featured-product-slider .featured-product-item .product-image {
  display: block;
  overflow: hidden;
  height: 300px;
}
.featured-products-section .featured-product-slider .featured-product-item .product-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail .product-rating .rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail .product-rating .rating-star {
  --percent: calc(var(--rating) / var(--rating-max) * 100%);
  display: inline-block;
  font-size: 14px;
  line-height: normal;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail .product-rating .rating-star:before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ffc107), to(#e4e5e9));
  background: linear-gradient(90deg, #ffc107 var(--percent), #e4e5e9 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  bottom: 2px;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail .product-rating .rating-text {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 0;
  color: #6c6c6c;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail .product-title {
  text-transform: capitalize;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail .product-category {
  font-size: 0.8rem;
  line-height: normal;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail .product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: auto;
}
.featured-products-section .featured-product-slider .featured-product-item .product-detail .product-price * {
  color: #595f60;
}
.featured-products-section .featured-product-slider .featured-product-item .product-actions {
  width: 100%;
}
.featured-products-section .featured-product-slider .featured-product-item .product-actions .added_to_cart {
  display: none;
}
.featured-products-section .featured-product-slider .featured-product-item:hover .product-image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.featured-products-section .featured-product-slider .featured-product-item.category-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
}
.featured-products-section .featured-product-slider .featured-product-item.category-slide .category-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-products-section .featured-product-slider .featured-product-item.category-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.featured-products-section .featured-product-slider .featured-product-item.category-slide h3 {
  color: #fff;
  font-family: "AllRoundGothic", sans-serif;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-style: italic;
}
.featured-products-section .featured-product-slider .featured-product-item.category-slide .btn {
  position: relative;
  z-index: 1;
}
.featured-products-section .featured-product-slider .featured-product-item:hover .category-bg-image {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/*
* Latest Blogs
*/
.latest-blogs-section {
  padding: 40px 0;
  overflow: hidden;
}
.latest-blogs-section .latest-blogs-wrap .latest-blog-slider .slick-list {
  margin-right: -24px;
}
@media (max-width: 575px) {
  .latest-blogs-section .latest-blogs-wrap .latest-blog-slider .slick-list {
    margin-right: -16px;
  }
}
.latest-blogs-section .latest-blogs-wrap .latest-blog-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-blogs-section .latest-blogs-wrap .latest-blog-slider .slick-list .slick-track .slick-slide {
  margin-right: 24px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .latest-blogs-section .latest-blogs-wrap .latest-blog-slider .slick-list .slick-track .slick-slide {
    margin-right: 16px;
  }
}
.latest-blogs-section .latest-blogs-wrap .latest-blog-slider .slick-list .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.latest-blogs-section .latest-blogs-wrap .latest-blog-slider .latest-blog-item .latest-blog-link {
  text-decoration: none;
}
.latest-blogs-section .latest-blogs-wrap .latest-blog-slider .latest-blog-item .latest-blog-link:hover .latest-blog-image-wrap .latest-blog-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.latest-blogs-section .latest-blogs-wrap .latest-blog-slider .latest-blog-item .latest-blog-image-wrap {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.latest-blogs-section .latest-blogs-wrap .latest-blog-slider .latest-blog-item .latest-blog-image-wrap .latest-blog-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}

/*
* Multi Column Section
*/
.multi-column-section {
  padding: 40px 0;
}
.multi-column-section .multi-column-items .item-title {
  font-family: "AllRoundGothic", sans-serif;
  font-style: italic;
}

.introduction-section {
  padding: 40px 0;
}
.introduction-section h2 {
  font-size: 48px;
  line-height: 1.2;
}

.cta-banner .cta-banner-wrap {
  padding: 80px 40px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0.8rem;
  overflow: hidden;
}
.cta-banner .cta-banner-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  pointer-events: none;
  border-radius: 0.8rem;
}
.cta-banner .cta-banner-wrap .banner-text-wrap {
  position: relative;
  z-index: 1;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cta-banner .cta-banner-wrap .banner-text-wrap h2 {
  color: #fff;
  margin-bottom: 0;
}
.cta-banner .cta-banner-wrap .banner-text-wrap .section-description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.cta-banner .cta-banner-wrap .banner-text-wrap .section-description > * {
  color: #fff;
}
.cta-banner .cta-banner-wrap .banner-text-wrap .section-description > *:last-child {
  margin-bottom: 0;
}

.column-text-and-image {
  padding: 40px 0;
}
.column-text-and-image .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 2rem;
  border-radius: 0.8rem;
}
.column-text-and-image .card-wrap .section-tagline {
  position: absolute;
  left: 2rem;
  top: 2rem;
}
.column-text-and-image .card-wrap .card-content h2 {
  font-family: "AllRoundGothic", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.column-text-and-image .image-wrap {
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.8rem;
}

.featured-videos {
  padding: 40px 0;
  overflow: hidden;
}
.featured-videos .featured-videos-wrap .featured-videos-slider .slick-list {
  margin-right: -24px;
}
@media (max-width: 575px) {
  .featured-videos .featured-videos-wrap .featured-videos-slider .slick-list {
    margin-right: -16px;
  }
}
.featured-videos .featured-videos-wrap .featured-videos-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-videos .featured-videos-wrap .featured-videos-slider .slick-list .slick-track .slick-slide {
  margin-right: 24px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .featured-videos .featured-videos-wrap .featured-videos-slider .slick-list .slick-track .slick-slide {
    margin-right: 16px;
  }
}
.featured-videos .featured-videos-wrap .featured-videos-slider .slick-list .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.featured-videos .featured-videos-wrap .featured-video-item img {
  border-radius: 0.8rem;
  height: 365px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-videos .featured-videos-wrap .featured-video-item h3 {
  font-family: "AllRoundGothic", sans-serif;
  font-style: italic;
}
.featured-videos .featured-videos-wrap .featured-video-item .position {
  font-size: 14px;
  line-height: normal;
}

.featured-videos-grid {
  padding: 60px 0;
}
.featured-videos-grid .featured-videos-grid-wrap .featured-video-item img {
  border-radius: 0.8rem;
  min-height: 649px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .featured-videos-grid .featured-videos-grid-wrap .featured-video-item img {
    min-height: 350px;
  }
}

.testimonial-section {
  padding: 60px 0;
}
.testimonial-section .testimonial-wrap .author-image-wrap {
  overflow: hidden;
  border-radius: 0.8rem;
  height: 379px;
}
.testimonial-section .testimonial-wrap .author-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-wrap .rating {
  font-size: 30px;
  line-height: normal;
}
.testimonial-section .testimonial-wrap .short-quote .short-quote-text {
  font-size: 14px;
}
.testimonial-section .testimonial-wrap .short-quote .author {
  font-style: italic;
}

.wpcf7-form .wpcf7-form-control-wrap input, .wpcf7-form .wpcf7-form-control-wrap select {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  min-height: 38px;
  height: auto;
  padding: 0.4rem 0.8rem;
  border-radius: 0.2rem;
  color: #21221B;
  font-size: 16px;
  line-height: normal;
  background-color: #e9e9e9;
}
.wpcf7-form .wpcf7-form-control-wrap input:focus, .wpcf7-form .wpcf7-form-control-wrap select:focus {
  background-color: #e9e9e9;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: auto;
  padding: 0.4rem 0.8rem;
  border-radius: 0.2rem;
  color: #21221B;
  font-size: 16px;
  line-height: normal;
  background-color: #e9e9e9;
}
.wpcf7-form p {
  font-size: 14px;
  line-height: normal;
}

/*
* Slick Slider Custom Styles
*/
.slick-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.slick-controls .slick-dots-wrap .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.slick-controls .slick-dots-wrap .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slick-controls .slick-dots-wrap .slick-dots li button {
  background-color: #e9e9e9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.slick-controls .slick-dots-wrap .slick-dots li button::before {
  content: none;
}
.slick-controls .slick-dots-wrap .slick-dots li.slick-active button {
  background-color: #5B5348;
}

.slick-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  min-width: 92px;
}
.slick-arrows .slick-arrow {
  position: static;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #5B5348;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.slick-arrows .slick-arrow:before {
  content: none;
}
.slick-arrows .slick-arrow:hover {
  background-color: #595f60;
}
.slick-arrows .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/*
* Nav Tabs
*/
.nav-tabs-wrapper {
  border-bottom: 1px solid #e9e9e9;
}
.nav-tabs-wrapper .nav-tabs {
  gap: 16px;
  border-bottom: 0;
}
.nav-tabs-wrapper .nav-tabs .nav-item .nav-link {
  border: 0;
  text-transform: uppercase;
  color: #21221B;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 0.054rem;
  font-size: 16px;
  padding: 0;
  padding-bottom: 1.2rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav-tabs-wrapper .nav-tabs .nav-item .nav-link.active {
  color: #5B5348;
}
.nav-tabs-wrapper .tab-slider {
  position: absolute !important;
  bottom: 0;
  left: 0;
  height: 0.2rem;
  width: 0;
  background-color: #5B5348; /* Active color */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
@media (max-width: 767px) {
  .nav-tabs-wrapper .tab-slider {
    position: static !important;
  }
}

/*
* # Inner Page Styles
*/
/*
* Page Banner
*/
.page-banner {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  position: relative;
  background-position: center;
}
.page-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  pointer-events: none;
}
.page-banner .banner-text-wrap {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.page-banner .banner-text-wrap h1 {
  color: #fff;
}
.page-banner .banner-text-wrap .banner-sub-title {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.page-banner .banner-text-wrap .banner-description * {
  color: #fff;
}

.page-column-text-and-image {
  padding: 60px 0;
}
.page-column-text-and-image .container .row {
  margin-bottom: 60px;
}
.page-column-text-and-image .container .row:last-child {
  margin-bottom: 0;
}
.page-column-text-and-image .image-wrap img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-column-text-and-image .text-wrap h2 {
  font-family: "AllRoundGothic", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.page-column-text-and-image .text-wrap .sub-title {
  font-weight: 700;
  text-transform: uppercase;
}

.page-intro {
  padding: 60px 0;
  background-color: #e9e9e9;
}
.page-intro h2 {
  text-transform: capitalize;
  color: #21221B;
  font-size: 22px;
  line-height: 1.3;
}

.page-multi-column-section {
  padding: 60px 0;
}
.page-multi-column-section .image-wrap {
  overflow: hidden;
}
.page-multi-column-section .image-wrap img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-multi-column-section .image-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-overview {
  padding: 60px 0;
  background-color: #5B5348;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap .image-wrap {
  overflow: hidden;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap .image-wrap img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap .card-body .card-title {
  color: #fff;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap .card-body .card-meta {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.13rem;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap .card-body .card-meta span {
  color: inherit;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap .card-body .card-excerpt {
  color: #fff;
}
.blog-overview .blog-grid .blog-grid-item .card-wrap:hover .image-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog-overview .blog-grid .blog-grid-item .card-wrap:hover .card-body .card-title {
  text-decoration: underline;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.breadcrumb a {
  color: #fcf7f1;
  font-size: 14px;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #595f60;
}
.breadcrumb span {
  color: #fff;
  font-size: 14px;
}
.breadcrumb.dark a {
  color: #6c6c6c;
}
.breadcrumb.dark a:hover {
  color: #595f60;
}
.breadcrumb.dark span {
  color: #21221B;
}

.main-holistic-wellness-articles .featured-image-and-text .image-wrap img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.main-holistic-wellness-articles .featured-insights .image-wrap img {
  aspect-ratio: 319/452;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-faqs .cta-details .detail-wrap svg {
  width: 40px;
}
.main-faqs .main-section .category-nav .category-item {
  border: 2px solid transparent;
  background-color: #e9e9e9;
  padding: 1rem 2rem 1rem 0.5rem;
  color: #21221B;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main-faqs .main-section .category-nav .category-item svg {
  width: 40px;
}
.main-faqs .main-section .category-nav .category-item.active {
  border-color: #5B5348;
}
.main-faqs .main-section .tab-content .info-cta .cta-icon {
  font-size: 25px;
  color: #5B5348;
}

.accordion .accordion-item .accordion-header .accordion-button {
  padding: 1rem 1.25rem;
  border: 1px solid #5B5348;
  border-radius: 8px;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: none;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjEyNTI5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Im0yIDUgNiA2IDYtNiIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjEyNTI5IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Im0yIDUgNiA2IDYtNiIvPjwvc3ZnPg==");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: #5B5348;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #5B5348 !important;
  color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-color: #fff;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 1rem 1.25rem;
}

.main-vip-membership .vip-benefits .vip-cards .card-line {
  background: -webkit-gradient(linear, left top, right top, from(#5B5348), to(#595f60));
  background: linear-gradient(90deg, #5B5348 0%, #595f60 100%);
  height: 3px;
  width: 160px;
}
.main-vip-membership .vip-featured-testimonial .vip-featured-testimonial-wrap {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 560px;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .main-vip-membership .vip-featured-testimonial .vip-featured-testimonial-wrap {
    padding: 2rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .main-vip-membership .vip-featured-testimonial .vip-featured-testimonial-wrap {
    padding: 1rem;
    min-height: 350px;
  }
}
.main-vip-membership .vip-featured-testimonial .vip-featured-testimonial-wrap .testimonial-card {
  max-width: 545px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-vip-membership .vip-featured-testimonial .vip-featured-testimonial-wrap .testimonial-card {
    max-width: 100%;
  }
}
.main-vip-membership .vip-featured-testimonial .slider-controls .btn {
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 20px;
  line-height: normal;
  background: transparent !important;
  color: #5B5348;
}

.shop-by-category .cat-card {
  text-decoration: none;
}
.shop-by-category .cat-card .cat-image {
  overflow: hidden;
  height: 237px;
  width: 100%;
}
.shop-by-category .cat-card .cat-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-by-category .cat-card:hover .cat-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.main-visit .contact-form .form-wrap .wpcf7-form .col-12 > p {
  position: relative;
}
.main-visit .contact-form .form-wrap .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.main-visit .contact-form .form-wrap .wpcf7-form .wpcf7-form-control-wrap input,
.main-visit .contact-form .form-wrap .wpcf7-form .wpcf7-form-control-wrap select,
.main-visit .contact-form .form-wrap .wpcf7-form .wpcf7-form-control-wrap textarea {
  background-color: transparent;
  height: 45px;
  color: #21221B;
  padding: 1rem 1.2rem;
  border-radius: 40px;
  border: 1px solid #6c6c6c;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.main-visit .contact-form .form-wrap .wpcf7-form .wpcf7-form-control-wrap textarea {
  border-radius: 40px;
  min-height: 120px;
  padding: 1rem;
  border: 1px solid #6c6c6c;
}
.main-visit .contact-form .form-wrap .wpcf7-form .wpcf7-form-control-wrap input:focus,
.main-visit .contact-form .form-wrap .wpcf7-form .wpcf7-form-control-wrap textarea:focus {
  padding-top: 1.7rem;
  outline: none;
  border-color: #21221B;
  padding-left: 1.5rem;
  -webkit-box-shadow: 0 0 0 2px #21221B;
          box-shadow: 0 0 0 2px #21221B;
}
.main-visit .contact-form .form-wrap .wpcf7-form label {
  position: absolute;
  left: 1.2rem;
  top: 14px;
  color: #6c6c6c;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: transparent;
  padding: 0 0.25rem;
  font-weight: 400;
  text-transform: none;
}
.main-visit .contact-form .form-wrap .wpcf7-form .wpcf7-form-control-wrap:focus-within + label {
  top: 0.6rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  font-size: 12px;
  color: #21221B;
}
.main-visit .contact-form .social-links .social-link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  background-color: #595f60;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
}
.main-visit .contact-form .social-links .social-link-item a span {
  color: inherit;
}
.main-visit .contact-form .social-links .social-link-item a:hover {
  background-color: #5B5348;
}
.main-visit .contact-details .contact-wrap {
  border-radius: 0 30px;
}
.main-visit .contact-details .contact-wrap p a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
}
.main-visit .contact-details .contact-wrap p a:hover {
  text-decoration-thickness: 0.2rem;
}

.category-header {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 438px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.category-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  pointer-events: none;
  border-radius: 10px;
}
.category-header .container {
  position: relative;
  z-index: 1;
}
.category-header .container .category-title {
  color: #fff;
}
.category-header .container .category-description > * {
  color: #fff;
}

.woocommerce .products-grid .featured-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #e9e9e9;
  padding: 3rem 1.2rem 1.6rem;
  border-radius: 0.8rem;
  cursor: pointer;
}
.woocommerce .products-grid .featured-product-item .product-image {
  display: block;
  overflow: hidden;
  height: 300px;
}
.woocommerce .products-grid .featured-product-item .product-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .products-grid .featured-product-item .product-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.woocommerce .products-grid .featured-product-item .product-detail .product-rating .rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.woocommerce .products-grid .featured-product-item .product-detail .product-rating .rating-star {
  --percent: calc(var(--rating) / var(--rating-max) * 100%);
  display: inline-block;
  font-size: 14px;
  line-height: normal;
}
.woocommerce .products-grid .featured-product-item .product-detail .product-rating .rating-star:before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ffc107), to(#e4e5e9));
  background: linear-gradient(90deg, #ffc107 var(--percent), #e4e5e9 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  bottom: 2px;
}
.woocommerce .products-grid .featured-product-item .product-detail .product-rating .rating-text {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 0;
  color: #6c6c6c;
}
.woocommerce .products-grid .featured-product-item .product-detail .product-title {
  text-transform: capitalize;
}
.woocommerce .products-grid .featured-product-item .product-detail .product-category {
  font-size: 0.8rem;
  line-height: normal;
}
.woocommerce .products-grid .featured-product-item .product-detail .product-price {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: auto;
}
.woocommerce .products-grid .featured-product-item .product-detail .product-price * {
  color: #595f60;
}
.woocommerce .products-grid .featured-product-item .product-actions {
  width: 100%;
}
.woocommerce .products-grid .featured-product-item .product-actions .added_to_cart {
  display: none;
}
.woocommerce .products-grid .featured-product-item:hover .product-image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.woocommerce .products-grid .featured-product-item.category-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
}
.woocommerce .products-grid .featured-product-item.category-slide .category-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .products-grid .featured-product-item.category-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.woocommerce .products-grid .featured-product-item.category-slide h3 {
  color: #fff;
  font-family: "AllRoundGothic", sans-serif;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-style: italic;
}
.woocommerce .products-grid .featured-product-item.category-slide .btn {
  position: relative;
  z-index: 1;
}
.woocommerce .products-grid .featured-product-item:hover .category-bg-image {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.tax-product_cat .shop-controls {
  border-bottom: 1px solid #6c6c6c;
  margin-bottom: 15px;
}
.tax-product_cat .shop-controls .category-filter-form input {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #6c6c6c;
  background-color: #e9e9e9;
  color: #6c6c6c;
  padding: 10px 30px 10px 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
}
.tax-product_cat .shop-controls .category-filter-form button {
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  width: auto;
}
.tax-product_cat .shop-controls .shop-ordering .sort-by {
  position: relative;
  margin: 5px 5px 5px auto;
}
.tax-product_cat .shop-controls .shop-ordering .sort-by .sort-by-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 10px;
  position: relative;
  width: 100%;
  border-radius: 2px;
}
.tax-product_cat .shop-controls .shop-ordering .sort-by .sort-by-toggle span {
  margin-left: 1rem;
}
.tax-product_cat .shop-controls .shop-ordering .sort-by .wc-filter-dropdown {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
          box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  display: none;
  margin-top: 5px;
  min-width: 220px;
  outline: 0.1rem solid transparent;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 3;
}
.tax-product_cat .shop-controls .shop-ordering .sort-by .wc-filter-dropdown span {
  cursor: pointer;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 5px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tax-product_cat .shop-controls .shop-ordering .sort-by .wc-filter-dropdown span:hover {
  background-color: #e9e9e9;
}
.tax-product_cat .shop-controls .shop-ordering .sort-by .wc-filter-dropdown.open {
  display: block;
}
.tax-product_cat .about-category-products .featured-product-items .featured-product-item .content-wrap {
  padding: 15px 25px;
}
.tax-product_cat .about-category-products .featured-product-items .featured-product-item img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.compare-section .compare-header .compare-header-inner {
  max-width: 700px;
}
.compare-section .compare-header .compare-top-image {
  max-width: 300px;
}
.compare-section .compare-table thead tr th {
  min-width: 170px;
}
.compare-section .compare-table thead tr th img {
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare-section .compare-table thead tr th .btn {
  font-size: 15px;
}
.compare-section .compare-table tbody tr {
  background-color: #e9e9e9;
}
.compare-section .compare-table tbody tr:nth-child(even) {
  background-color: #fcf7f1;
}
.compare-section .compare-table tbody tr th, .compare-section .compare-table tbody tr td {
  background-color: transparent;
  border: 0;
  color: #21221B;
  font-size: 15px;
  line-height: normal;
}
.compare-section .compare-table tbody tr th .icon-cross, .compare-section .compare-table tbody tr td .icon-cross {
  font-size: 30px;
  line-height: normal;
  color: #6c6c6c;
}
.compare-section .compare-table tbody tr th .icon-tick, .compare-section .compare-table tbody tr td .icon-tick {
  font-size: 30px;
  line-height: normal;
  color: #5B5348;
}

.product-main .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-main .woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px !important;
}
.product-main .woocommerce-product-gallery .flex-control-thumbs li {
  width: auto !important;
  clear: none !important;
  float: none !important;
}
.product-main .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 65px !important;
  height: 44px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-main .product-rating .rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.product-main .product-rating .rating-star {
  --percent: calc(var(--rating) / var(--rating-max) * 100%);
  display: inline-block;
  font-size: 14px;
  line-height: normal;
}
.product-main .product-rating .rating-star:before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#ffc107), to(#e4e5e9));
  background: linear-gradient(90deg, #ffc107 var(--percent), #e4e5e9 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  bottom: 2px;
}
.product-main .product-rating .rating-text {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 0;
  color: #6c6c6c;
}
.product-main .price .woocommerce-Price-amount {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #21221B;
}
.product-main .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-main .cart .custom-quantity {
  width: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Remove arrows in Chrome, Safari, Edge, Opera */
}
.product-main .cart .custom-quantity input[type=number]::-webkit-inner-spin-button,
.product-main .cart .custom-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-main .cart .custom-quantity {
  /* Remove arrows in Firefox */
}
.product-main .cart .custom-quantity input[type=number] {
  -moz-appearance: textfield;
}
.product-main .cart .custom-quantity .qty {
  width: 50px;
  border: 0;
  text-align: center;
  background-color: transparent;
  outline: 0;
  color: #21221B;
}
.product-main .cart .custom-quantity .qty:focus {
  background-color: #e9e9e9;
}
.product-main .cart .custom-quantity .qty-button {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #21221B;
}
.product-main .cart .custom-quantity .qty-button:hover {
  background-color: #5B5348;
  color: #fff;
}
.product-main .cart .single_add_to_cart_button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
}
.product-main .product-featured-benefits {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.product-main .product-featured-benefits ul li .benefit-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main .product-featured-benefits ul li .benefit-title {
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 500;
  line-height: normal;
}
.product-main #productAccordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
}
.product-main #productAccordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent !important;
  border-radius: 0;
  color: #21221B;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.product-main #productAccordion .accordion-item:first-child {
  border-top: 1px solid #e9e9e9;
}
.product-main #productAccordion .product-faqs-content #productFaqsAccordion .accordion-item:last-child {
  border-bottom: 0;
}
.product-main #productAccordion .product-faqs-content #productFaqsAccordion .accordion-item:first-child {
  border-top: 0;
}
.product-main .product-easy-to-use .easy-to-use-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 394px;
  display: block;
  margin: 0 auto;
}
.product-main .product-the-science .canva-wrapper .canvas-lines {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.product-main .product-the-science .canva-wrapper > .row {
  z-index: 5;
}
.product-main .product-reviews .review-summary {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
.product-main .product-reviews .average-rating .star-rating {
  float: none;
  width: auto;
  font-size: 14px;
  height: auto;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: inherit;
}
.product-main .product-reviews .average-rating .star-rating:before {
  position: static;
  float: none;
  color: #5B5348;
  font-family: WooCommerce;
}
.product-main .product-reviews .average-rating .star-rating span {
  float: none;
  position: static;
  padding: 0;
  width: auto !important;
}
.product-main .product-reviews .average-rating .star-rating span:before {
  color: #5B5348;
  font-family: WooCommerce;
}
.product-main .product-reviews .rating-distribution {
  padding: 0 52px;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.product-main .product-reviews .rating-distribution li {
  font-size: 14px;
  line-height: normal;
}
.product-main .product-reviews .rating-distribution li span i {
  color: #5B5348;
}
.product-main .product-reviews .rating-distribution li .progress {
  height: 22px;
  border-radius: 4px;
  background-color: #fff;
}
.product-main .product-reviews .rating-distribution li .progress .progress-bar {
  border-radius: 4px;
  background-color: #e9e9e9;
}
.product-main .product-reviews #review-form-wrapper {
  text-align: center;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 600px;
}
.product-main .product-reviews #review-form-wrapper #respond #reply-title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.product-main .product-reviews #review-form-wrapper #respond .comment-form .comment-form-rating label {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: normal;
}
.product-main .product-reviews #review-form-wrapper #respond .comment-form .comment-form-rating .stars span a {
  font-size: 16px;
  line-height: normal;
  color: #5B5348;
}
.product-main .product-reviews #review-form-wrapper #respond .comment-form .comment-form-rating .stars span a:hover {
  color: #595f60;
}
.product-main .product-reviews #review-form-wrapper #respond .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
.product-main .product-reviews #review-form-wrapper #respond .comment-form .form-submit #submit {
  background: #02c4ff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fcf7f1;
  line-height: 1.15;
  vertical-align: top;
  padding: 10px 20px;
  margin-bottom: 0;
  border: 2px solid #02c4ff;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.product-main .product-reviews #review-form-wrapper #respond .comment-form .form-submit #submit:hover {
  background: #255a72;
  color: #fcf7f1;
  border-color: #255a72;
}
.product-main .product-reviews .reviews-filter {
  padding: 25px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.product-main .product-reviews .reviews-filter #reviews-search {
  max-width: 600px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
}
.product-main .product-reviews #reviews-list .review-author-wrap {
  width: 36px;
  height: 36px;
}
.product-main .product-reviews #reviews-list .review-author-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-main .product-reviews #reviews-list .review-item {
  border-bottom: 1px solid #e9e9e9;
  padding: 16px 0;
}
.product-main .product-reviews #reviews-list .review-item .rating-wrap .rating i {
  color: #5B5348;
}
.product-main .product-reviews #reviews-list .review-item .rating-wrap .timestamp {
  font-size: 12.8px;
  line-height: normal;
}
.product-main .product_cat-supplements .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  max-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-main .product_cat-supplements .product-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.product-main .product_cat-supplements .product-status .status-text {
  background-color: #5B5348;
  color: #fff;
  border-radius: 100px;
  padding: 8px 20px 7px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  line-height: normal;
}
.product-main .product_cat-supplements .woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
}
.product-main .product_cat-supplements .woocommerce-product-details__short-description ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-main .product_cat-supplements .woocommerce-product-details__short-description ul li:before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTIuODUiIHN0cm9rZT0iIzIxNEE4OCIgc3Ryb2tlLXdpZHRoPSIyLjMiPjwvY2lyY2xlPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTk5OTQgMTMuNjEzOEM3Ljk5OTk0IDEzLjA2ODEgOC40NDIzNCAxMi42MjU3IDguOTg4MDggMTIuNjI1N0gxOS4wMTE4QzE5LjU1NzUgMTIuNjI1NyAxOS45OTk5IDEzLjA2ODEgMTkuOTk5OSAxMy42MTM4QzE5Ljk5OTkgMTQuMTU5NSAxOS41NTc1IDE0LjYwMiAxOS4wMTE4IDE0LjYwMkg4Ljk4ODA4QzguNDQyMzQgMTQuNjAyIDcuOTk5OTQgMTQuMTU5NSA3Ljk5OTk0IDEzLjYxMzhaIiBmaWxsPSIjMjE0QTg4Ij48L3BhdGg+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuOTk5OCA2Ljk5OTg4QzE0LjU0NTYgNi45OTk4OCAxNC45ODggNy40NDIyOCAxNC45ODggNy45ODgwMlYxOS4yMzlDMTQuOTg4IDE5Ljc4NDcgMTQuNTQ1NiAyMC4yMjcxIDEzLjk5OTggMjAuMjI3MUMxMy40NTQxIDIwLjIyNzEgMTMuMDExNyAxOS43ODQ3IDEzLjAxMTcgMTkuMjM5VjcuOTg4MDJDMTMuMDExNyA3LjQ0MjI4IDEzLjQ1NDEgNi45OTk4OCAxMy45OTk4IDYuOTk5ODhaIiBmaWxsPSIjMjE0QTg4Ij48L3BhdGg+Cjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTIuODUiIHN0cm9rZT0iIzIxNEE4OCIgc3Ryb2tlLXdpZHRoPSIyLjMiPjwvY2lyY2xlPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuOTk5OTQgMTMuNjEzOEM3Ljk5OTk0IDEzLjA2ODEgOC40NDIzNCAxMi42MjU3IDguOTg4MDggMTIuNjI1N0gxOS4wMTE4QzE5LjU1NzUgMTIuNjI1NyAxOS45OTk5IDEzLjA2ODEgMTkuOTk5OSAxMy42MTM4QzE5Ljk5OTkgMTQuMTU5NSAxOS41NTc1IDE0LjYwMiAxOS4wMTE4IDE0LjYwMkg4Ljk4ODA4QzguNDQyMzQgMTQuNjAyIDcuOTk5OTQgMTQuMTU5NSA3Ljk5OTk0IDEzLjYxMzhaIiBmaWxsPSIjMjE0QTg4Ij48L3BhdGg+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuOTk5OCA2Ljk5OTg4QzE0LjU0NTYgNi45OTk4OCAxNC45ODggNy40NDIyOCAxNC45ODggNy45ODgwMlYxOS4yMzlDMTQuOTg4IDE5Ljc4NDcgMTQuNTQ1NiAyMC4yMjcxIDEzLjk5OTggMjAuMjI3MUMxMy40NTQxIDIwLjIyNzEgMTMuMDExNyAxOS43ODQ3IDEzLjAxMTcgMTkuMjM5VjcuOTg4MDJDMTMuMDExNyA3LjQ0MjI4IDEzLjQ1NDEgNi45OTk4OCAxMy45OTk4IDYuOTk5ODhaIiBmaWxsPSIjMjE0QTg4Ij48L3BhdGg+Cjwvc3ZnPg==");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  height: 26px;
  min-width: 26px;
  margin-right: 10px;
  background-color: #5B5348;
}
.product-main .product_cat-supplements .woocommerce-product-details__short-description ul li:last-child {
  margin-bottom: 0;
}
.product-main .product_cat-supplements .cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-main .product_cat-supplements .cart .add-to-cart-wrap {
  margin-top: 30px;
}
.product-main .product_cat-supplements .cart .add-to-cart-wrap .guarantee-money-back-wrap .money-back-guarantee-img {
  height: 29px;
  width: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main .product_cat-supplements .cart .add-to-cart-wrap .guarantee-money-back-wrap .money-back-guarantee-text {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.product-main .product_cat-supplements .cart .add-to-cart-wrap .single_add_to_cart_button {
  margin-left: 0;
  width: 100%;
}
.product-main .product_cat-supplements #shipping-timer {
  background-color: #e9e9e9;
}
.product-main .product_cat-supplements #shipping-timer .order-text {
  font-weight: 700;
  line-height: normal;
  font-size: 28px;
}
.product-main .product_cat-supplements #shipping-timer .order-text .countdown-head {
  font-size: 22px;
}
@media (max-width: 767px) {
  .product-main .product_cat-supplements #shipping-timer .arrow-icon-svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 20px 0;
  }
}
.product-main .product_cat-supplements #shipping-timer .ship-text {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.product-main .product_cat-supplements #shipping-timer .ship-text .countdown-head {
  font-size: 22px;
}
.product-main .featured-product-details .product-detail-item img {
  height: 72px;
  width: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main .featured-product-details .product-detail-item .title {
  font-size: 18px;
}
.product-main .product-benefits .product-benefits-list .product-benefits-item .product-benefit-item-wrap {
  border-radius: 30px;
  overflow: hidden;
  background-color: #e9e9e9;
}
.product-main .product-benefits .product-benefits-list .product-benefits-item .product-benefits-header {
  background-color: #5B5348;
  padding: 12px 24px;
  border-radius: 30px;
  text-align: center;
}
.product-main .product-benefits .product-benefits-list .product-benefits-item .product-benefits-header .benefit-title {
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
}
.product-main .product-benefits .product-benefits-list .product-benefits-item .product-benefits-body {
  max-height: 500px;
  height: calc(100% - 56px);
  overflow: hidden;
  padding: 34px 28px;
  font-size: 18px;
  position: relative;
}
.product-main .product-benefits .product-benefits-list .product-benefits-item .product-benefits-body .backdrop-icon {
  width: 140px;
  height: 129px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.product-main .product-benefits .product-benefits-list .product-benefits-item .product-benefits-body .backdrop-icon img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.product-main .product-benefits .product-benefits-list .product-benefits-item .product-benefits-body p {
  position: relative;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap {
  position: relative;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-title-row .ingredient-title-wrap {
  width: 70%;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-title-row .ingredient-title-wrap .ingredient-name {
  font-size: 20px;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-title-row .ingredient-title-wrap .ingredient-quantity {
  font-size: 18px;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-title-row .ingredient-toggle-info {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #5B5348;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: normal;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-title-row .ingredient-toggle-info i {
  color: #fff;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-title-row .ingredient-toggle-info:hover {
  background-color: #21221B;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-image-wrap .ingredient-benefit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-image-wrap .ingredient-benefit-wrap img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-image-wrap .ingredient-benefit-wrap .benefit-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-image-wrap .ingredient-image {
  text-align: right;
  margin-top: 38px;
  position: relative;
  bottom: 0;
  right: -28px;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-image-wrap .ingredient-image img {
  height: 176px;
  display: block;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-description-wrap {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #e9e9e9;
  padding: 12px 16px;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-description-wrap .ingredient-toggle-hide {
  color: #21221B;
  width: 100%;
  text-align: right;
  font-size: 20px;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5B5348;
  color: #fff;
  border-radius: 50%;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-description-wrap .ingredient-toggle-hide:hover {
  background-color: #21221B;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-description-wrap p {
  color: #21221B;
}
.product-main .product-ingredients .product-ingredient-list .product-ingredient-item .product-ingredient-item-wrap .ingredient-description-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-main .product-why {
  margin-top: 120px;
  margin-bottom: 60px;
}
.product-main .product-why .row {
  overflow: hidden;
  padding-top: 60px;
  margin-top: -60px;
}
.product-main .product-why .product-why-content-wrap {
  position: relative;
}
.product-main .product-why .product-why-content-wrap .title {
  margin-bottom: 84px;
  margin-left: 15%;
}
.product-main .product-why .product-why-content-wrap .text-wrap {
  padding: 40px 60px;
  border-radius: 40px;
  font-size: 20px;
  position: relative;
  background-color: #5B5348;
  width: 64%;
  z-index: 1;
}
.product-main .product-why .product-why-content-wrap .text-wrap > * {
  color: #fff;
}
.product-main .product-why .product-why-content-wrap .text-wrap:after {
  content: "";
  top: 0;
  right: 0;
  left: auto;
  width: 133px;
  height: 69px;
  -webkit-transform: translateX(38px);
          transform: translateX(38px);
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22133%22%20height%3D%2269%22%20viewBox%3D%220%200%20133%2069%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200H133L123.347%208.09024C105.329%2023.1901%2094.9216%2045.4919%2094.9216%2069L0%200Z%22%20fill%3D%22%23255a72%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
}
.product-main .product-why .product-why-content-wrap .image-wrap {
  position: absolute;
  top: -95px;
  border: none;
  height: calc(100% + 95px);
  max-width: 35%;
  right: 8%;
  margin-top: 0;
  margin-left: 20px;
  border-radius: 20px;
  width: 50%;
}
.product-main .product-why .product-why-content-wrap .image-wrap .product-why-img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-main .product-why .product-why-content-wrap .author {
  position: absolute;
  bottom: 70px;
  background-color: #e9e9e9;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 28px;
  right: 24px;
}
.product-main .why-exactly .why-exactly-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-main .why-exactly .why-exactly-header-block {
  background-color: #e9e9e9;
  width: calc(33.33% - 20px);
  border-radius: 30px;
  padding: 56px 48px;
}
@media (max-width: 991px) {
  .product-main .why-exactly .why-exactly-header-block {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .product-main .why-exactly .why-exactly-header-block {
    padding: 40px 30px;
  }
}
.product-main .why-exactly .why-exactly-header-block .why-exactly-block-titles {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .product-main .why-exactly .why-exactly-header-block .why-exactly-block-titles {
    margin-top: 40px;
  }
}
.product-main .why-exactly .why-exactly-header-block .why-exactly-block-titles .why-exactly-block-title {
  font-size: 28px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
  color: #21221B;
}
.product-main .why-exactly .why-exactly-header-block .why-exactly-block-titles .why-exactly-block-title svg {
  display: block;
  max-height: 22px;
  max-width: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  visibility: hidden;
}
.product-main .why-exactly .why-exactly-header-block .why-exactly-block-titles .why-exactly-block-title .why-exactly-block-title-text {
  color: inherit;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.product-main .why-exactly .why-exactly-header-block .why-exactly-block-titles .slick-slide:not(:last-child) {
  margin-bottom: 48px;
}
.product-main .why-exactly .why-exactly-header-block .why-exactly-block-titles .slick-slide.slick-current .why-exactly-block-title {
  color: #5B5348;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.product-main .why-exactly .why-exactly-header-block .why-exactly-block-titles .slick-slide.slick-current .why-exactly-block-title svg {
  max-width: 43px;
  visibility: visible;
}
.product-main .why-exactly .why-exactly-block-contents {
  width: calc(66.66% - 20px);
  border-radius: 30px;
  background-color: #e9e9e9;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .product-main .why-exactly .why-exactly-block-contents {
    width: 100%;
  }
}
.product-main .why-exactly .why-exactly-block-contents .slick-list {
  height: 100%;
}
.product-main .why-exactly .why-exactly-block-contents .slick-list .slick-track {
  height: 100%;
}
.product-main .why-exactly .why-exactly-block-contents .slick-list .slick-track .slick-slide {
  height: 100%;
}
.product-main .why-exactly .why-exactly-block-contents .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.product-main .why-exactly .why-exactly-block-contents .why-exactly-block-content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .product-main .why-exactly .why-exactly-block-contents .why-exactly-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}
.product-main .why-exactly .why-exactly-block-contents .why-exactly-block-content img {
  display: block;
  max-width: 342px;
  border-radius: 17px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-main .why-exactly .why-exactly-block-contents .why-exactly-block-content .why-exactly-block-text {
  font-size: 20px;
}
.product-main .product-combining .image-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
}
.product-main .product-combining .image-wrap .combining-img {
  display: none;
  border-radius: 17px;
}
.product-main .product-combining .image-wrap .combining-badge-wrap {
  background-image: url("data:image/svg+xml;utf8,<svg width='141' height='141' viewBox='0 0 141 141' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M53.7363 2.54117C55.9701 -0.0462196 59.7153 -0.706613 62.6991 0.960788L69.1329 4.55594C71.158 5.68701 73.6035 5.77392 75.7029 4.78935L82.3584 1.66853C85.4492 0.219255 89.1324 1.13914 91.1787 3.87097L95.6321 9.81778C97.0185 11.6683 99.2086 12.7407 101.521 12.7004L108.903 12.5716C112.305 12.5123 115.284 14.8419 116.046 18.1574L117.722 25.4567C118.238 27.701 119.797 29.5632 121.915 30.4665L128.766 33.3876C131.886 34.7181 133.654 38.0456 133.01 41.3756L131.585 48.7489C131.148 51.0047 131.815 53.3329 133.379 55.0158L138.486 60.5089C140.793 62.9916 141.056 66.7471 139.117 69.5276L134.839 75.6611C133.524 77.5473 133.188 79.9478 133.937 82.122L136.381 89.2194C137.486 92.4303 136.197 95.977 133.287 97.7297L126.936 101.554C124.959 102.745 123.672 104.81 123.476 107.109L122.842 114.544C122.552 117.94 119.921 120.667 116.537 121.079L109.23 121.968C106.93 122.248 104.906 123.617 103.79 125.646L100.226 132.128C98.5796 135.123 95.0554 136.547 91.79 135.538L84.7643 133.367C82.5475 132.683 80.1366 133.108 78.2878 134.509L72.4279 138.952C69.7051 141.017 65.906 140.884 63.3349 138.633L57.7688 133.761C56.026 132.236 53.6555 131.642 51.399 132.166L44.2283 133.829C40.9081 134.6 37.5026 132.937 36.069 129.845L32.9297 123.075C31.959 120.982 30.0438 119.481 27.7789 119.038L20.5022 117.617C17.1686 116.965 14.744 114.073 14.6847 110.678L14.5535 103.173C14.5133 100.873 13.3772 98.7324 11.496 97.4099L5.37843 93.1093C2.60552 91.1596 1.56819 87.5407 2.8874 84.4185L5.80666 77.5103C6.70101 75.3939 6.53127 72.978 5.34992 71.0075L1.48825 64.5665C-0.255755 61.6575 0.2676 57.926 2.74456 55.6086L8.1832 50.5205C9.86499 48.9471 10.6925 46.6642 10.4093 44.3789L9.4886 36.9463C9.07039 33.5703 11.0728 30.3623 14.2898 29.2545L21.2713 26.8505C23.4577 26.0977 25.1494 24.3408 25.8188 22.1277L27.97 15.0164C28.9583 11.7495 32.1051 9.62525 35.5051 9.93004L42.8263 10.5864C45.1362 10.7935 47.4046 9.87538 48.92 8.12003L53.7363 2.54117Z' fill='%23255a72'/></svg>");
  z-index: 1;
  width: 140px;
  height: 140px;
  color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 28%;
  right: 13%;
}
.product-main .product-combining .image-wrap .combining-badge-wrap .combining-badge-title {
  margin-bottom: 5px;
}
.product-main .product-combining .image-wrap .combining-badge-wrap .combining-badge-price {
  font-size: 28px;
}
.product-main .product-combining .combining-content-wrap {
  background-color: #fafafb;
  border-radius: 17px;
  padding: 40px 34px;
}
.product-main .product-combining .combining-content-wrap svg {
  width: 100%;
}
.product-main .product-combining .combining-content-wrap .combining-content-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-main .product-combining .combining-content-wrap .combining-content-inner .combining-content-item-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-main .product-combining .combining-content-wrap .combining-content-inner .combining-content-item-row .combining-content-item-title {
  text-transform: uppercase;
  font-size: 20px;
}
.product-main .product-combining .combining-content-wrap .combining-content-inner .combining-content-item-row .combining-content-item-price {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}
.product-main .product-combining .combining-content-wrap .combining-content-bottom {
  font-size: 24px;
  font-weight: 600;
}
.product-main .product-combining .combining-content-wrap .combining-content-bottom span {
  margin-left: 4px;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  display: inline-block;
}
@media (max-width: 767px) {
  .product-main .product-combining .combining-content-wrap .combining-content-bottom span {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  color: #21221B;
  padding: 10px 20px;
  display: block;
  background-color: #e9e9e9;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #9B968F;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover a {
  background-color: #5B5348;
  color: #fff;
  border-color: #5B5348;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #5B5348;
  background-color: #e9e9e9;
  color: #21221B;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #5B5348;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  text-align: left;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
  float: none;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-MyAccount-content form .button {
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.056rem;
  padding: 0.6rem 1.2rem;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  background-color: #5B5348;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.woocommerce .woocommerce-MyAccount-content form .button:hover, .woocommerce .woocommerce-MyAccount-content form .button:focus, .woocommerce .woocommerce-MyAccount-content form .button:active, .woocommerce .woocommerce-MyAccount-content form .button:not(.btn-check) + .btn:active {
  background-color: #595f60 !important;
  color: #fff;
  border-color: #595f60 !important;
}
.woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity:before {
    float: none;
  }
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity .custom-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity .custom-quantity .qty {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  padding: 5px 10px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity .custom-quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity .custom-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity .custom-quantity .qty-button {
  background-color: #e9e9e9;
  height: 35px;
  width: 35px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #21221B;
  font-size: 20px;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .cart_item .product-quantity .custom-quantity .qty-button:hover {
  background-color: #5B5348;
  color: #fff;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents tbody .actions .coupon #coupon_code {
  border: 1px solid #e9e9e9;
  color: #21221B;
  padding: 6px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 200px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  font-size: 1rem;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: #5B5348;
  background-color: #e9e9e9;
  color: #21221B;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: #5B5348;
}
.woocommerce .checkout_coupon .coupon-wrap #coupon_code {
  border: 1px solid #e9e9e9;
  color: #21221B;
  padding: 6px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: 200px;
}
.woocommerce .checkout_coupon .coupon-wrap .coupon-error-notice {
  width: 100%;
}
.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods {
  border-bottom: 1px solid #5B5348;
  background-color: #e9e9e9;
}
.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods li .woocommerce-info {
  border-top-color: #5B5348;
  background-color: #fff;
  color: #21221B;
}
.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods li .woocommerce-info::before {
  color: #5B5348;
}
.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  background-color: #e9e9e9;
}
.woocommerce form .form-row .woocommerce-input-wrapper select, .woocommerce form .form-row .woocommerce-input-wrapper input {
  background: #e9e9e9;
  font-size: 16px;
  color: #5B5348;
  height: auto;
  padding: 10px 15px;
  border: 2px solid #6c6c6c;
}
.woocommerce form .form-row .woocommerce-input-wrapper select:focus, .woocommerce form .form-row .woocommerce-input-wrapper input:focus {
  background: #e9e9e9;
  border: 2px solid #6c6c6c;
  -webkit-box-shadow: 0 0 0 2px #6c6c6c;
          box-shadow: 0 0 0 2px #6c6c6c;
}
.woocommerce form .form-row .woocommerce-input-wrapper .select2-container .select2-selection {
  border: 0;
  background-color: transparent;
}
.woocommerce form .form-row .woocommerce-input-wrapper .select2-container .select2-selection .select2-selection__rendered {
  background: #e9e9e9;
  font-size: 16px;
  color: #5B5348;
  height: auto;
  padding: 10px 15px;
  border: 2px solid #6c6c6c;
  border-radius: 4px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .select2-container .select2-selection .select2-selection__rendered:focus {
  background: #e9e9e9;
  border: 2px solid #6c6c6c;
  -webkit-box-shadow: 0 0 0 2px #6c6c6c;
          box-shadow: 0 0 0 2px #6c6c6c;
}
.woocommerce form .form-row .woocommerce-input-wrapper textarea {
  background: #e9e9e9;
  font-size: 16px;
  color: #5B5348;
  padding: 10px 15px;
  border: 2px solid #6c6c6c;
  border-radius: 4px;
}
.woocommerce form .form-row .woocommerce-input-wrapper textarea:focus {
  background: #e9e9e9;
  border: 2px solid #6c6c6c;
  -webkit-box-shadow: 0 0 0 2px #6c6c6c;
          box-shadow: 0 0 0 2px #6c6c6c;
}

.bg-post-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .bg-post-image {
    min-height: 200px;
  }
}
.bg-post-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.bg-post-image .post-title {
  position: relative;
  z-index: 1;
}