.header-main {
  z-index: 1;
}
.mega--menu {
  z-index: 0;
}
.header-nav__menu .menu-item.menu-item-has-children svg {
  margin-top: 0;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.header.has-bg.header-fixed .header-main,
.header:not(.has-bg).header-fixed .header-main {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.header:not(.has-bg).header-fixed .header-main .header-logo img,
.header-logo img {
  width: 210px;
}

header.header.header-fixed .header-logo .d-block-scroll {
  width: 210px !important;
}

.header .header-logo {
  width: 210px !important;
  height: auto;
}

.header .cart {
  margin-right: 16px;
}

.mobile-nav__menu .menu li a {
  position: relative;
}

.mobile-nav__menu .menu li a .icon{
  position: absolute;
  top: 17px;
  right: 0;
}

a.external-link {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}

a.external-link:hover {
  /*  text-decoration: none;*/
  text-decoration-color: #d8d8d8 !important;
}

a.external-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("/source/6c78b7dce29e56a12740711c3a9d5fa0.png") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}

.img-wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s ease;
}

.img-wrap a:hover:before {
  opacity: 1;
}

.wp-block-heading {
  font-weight: 600;
}

.section--post-single .post-meta {
  font-size: 16px;
}

.section--post-single .post-meta .wc-product-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.section--post-single__508 {
  height: auto;
}

.section--post-single__body h4,
.section--post-single__body p {
  margin-bottom: 15px;
}

.section--post-single__body p + .wp-block-heading {
  margin-top: 30px;
}

.section--post-single__body p strong {
  font-weight: 600;
}

.div--content__style ul {
  margin: 0 0 30px;
}

.div--content__style ul li {
  padding: 0;
}

.div--content__style ul li::marker {
  content: unset;
  color: #323d3e;
  background: #323d3e;
}

.form-block .gfield label {
  left: 13px;
}

.form-block .gfield input.form-field,
.form-block .gfield input[type="number"],
.form-block .gfield input[type="search"],
.form-block .gfield input[type="tel"],
.form-block .gfield input[type="time"],
.form-block .gfield input[type="url"],
.form-block .gfield input[type="color"],
.form-block .gfield input[type="email"],
.form-block .gfield input[type="week"],
.form-block .gfield input[type="month"],
.form-block .gfield input[type="datetime-local"],
.form-block .gfield input[type="datetime"],
.form-block .gfield input[type="date"],
.form-block .gfield input[type="password"],
.form-block .gfield input[type="file"],
.form-block .gfield input[type="text"],
.form-block .gfield textarea {
  border-radius: 6px;
  padding: 37px 11px 13px !important;
  box-shadow: none;
}

.form-block .gfield input.form-field,
.form-block .gfield input[type="number"]::placeholder,
.form-block .gfield input[type="search"]::placeholder,
.form-block .gfield input[type="tel"]::placeholder,
.form-block .gfield input[type="time"]::placeholder,
.form-block .gfield input[type="url"]::placeholder,
.form-block .gfield input[type="color"]::placeholder,
.form-block .gfield input[type="email"]::placeholder,
.form-block .gfield input[type="week"]::placeholder,
.form-block .gfield input[type="month"]::placeholder,
.form-block .gfield input[type="datetime-local"]::placeholder,
.form-block .gfield input[type="datetime"]::placeholder,
.form-block .gfield input[type="date"]::placeholder,
.form-block .gfield input[type="password"]::placeholder,
.form-block .gfield input[type="file"]::placeholder,
.form-block .gfield input[type="text"]::placeholder,
.form-block .gfield textarea::placeholder {
  color: #abacaa;
/*  font-style: italic;*/
}

.select2-container--default .select2-selection--single {
  border-radius: 6px;
  border-color: rgb(50, 61, 62);
  padding: 37px 11px 13px !important;
  box-shadow: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 20px;
  top: 0;
  height: 20px;
  margin-top: -4px;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(45deg);
  margin-top: 4px;
}

div.gform-theme.gform-theme--framework.gform_wrapper .gform_footer .button {
  font: 20px/1 "MetropolisBold" !important;
  letter-spacing: -0.02em !important;
  padding: 16px 26px !important;
  display: inline-block;
  border-radius: 5px !important;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #00616a !important;
  color: #fff !important;
}

div.gform-theme.gform-theme--framework.gform_wrapper
  .gform_footer
  .button:hover {
  background-color: #00909d !important;
}

.section--contact__head p:empty {
  display: none;
}

div.footer-top .footer-logo {
  width: 100%;
  max-width: 250px;
}

div.footer-top .footer-logo img {
  width: 100%;
  height: auto;
}

.form-block p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.2;
}

.form-block p a {
  text-decoration: underline;
}

.form-block p a:hover {
  text-decoration: none;
}

.footer-sharing-block {
  align-items: center;
}
.footer-subscription .footer-sharing-block h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-subscription .footer-sharing-block .sharing-link svg {
  width: 32px;
  height: 32px;
  transform: none;
}

.block--header-slider .text-image .section--heading__media > img {
  float: left;
}

.section--post-single__header {
  height: auto;
  min-height: 500px;
}

.error404 .sec-bg {
  /*  display: none;*/
}

.shm-popup {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0px;
  overflow: hidden;
  overflow-y: auto;
  font-size: 15px;
}

.shm-popup__wrapper {
  max-width: 100%;
  position: relative;
  background: #fff;
}

.shm-popup__closer {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTE2NDEgMTMuMzQ5M0w3LjIzMjgzIDcuMjMyOTFNMTMuMzQ5MiAxLjExNjVMNy4yMzI4MyA3LjIzMjkxTTcuMjMyODMgNy4yMzI5MUwxLjExNjQxIDEuMTE2NU03LjIzMjgzIDcuMjMyOTFMMTMuMzQ5MiAxMy4zNDkzIiBzdHJva2U9IiMwMDYxNkEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=")
    no-repeat center;
}

.shm-popup__content {
  padding: 30px 20px 30px;
  color: #00616a;
}

.shm-popup__img img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.shm-popup__text {
  margin-bottom: -24px;
}

.shm-btn__group {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.shm-popup__btn {
  padding: 0 5px 10px;
}

.shm-btn {
  background: #00616a;
  border-radius: 7px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition-property: background, color, border;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.shm-btn:hover {
  background: #004046;
}

.shm-btn--outline {
  background: transparent;
  color: #00616a;
  border: 2px solid #00616a;
  padding: 8px 18px;
}

.shm-btn--outline:hover {
  background-color: #00616a;
  color: #fff;
}
#spu-36095 .spu-close {
  color: #00616a !important;
}
.shm-popup__text p {
  margin-bottom: 10px;
}

.generic-content .container .container {
  padding: 0;
}

.section--brands-single .section--brands__head:only-child {
  margin-bottom: 0 !important;
}

  .theme-sfihealth-main .wrapper,
  .theme-sfihealth-main .main {
    overflow: visible;
  }

.mega--menu__links .btns-list .btn-outline img {
  margin-right: 12px;
  max-height: 24px;
  width: auto;
  height: auto;
  max-width: 24px;
}
.mega--menu__links .btns-list .btn-outline:hover img {
  filter: brightness(0) invert(1);
}

.section-b-story {
  margin-top: 0;
  min-height: 380px;
}
.section-b-story:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.section-b-story .container {
  position: relative;
  z-index: 2;
}

.section--blog-top.text-center .section--blog-top__row {
  /*margin: 0 auto;
  justify-content: center;*/
  text-align: left;
}

.section--blog-top__slider .sl {
  min-height: 500px;
  padding-top: 80px;
  align-items: center;
}

.section--with-aside
  .section__row
  .section__row-content
  .content-item__info
  .cat,
.article .article__categories .cat {
  font-size: 14px;
}

.section--with-aside
  .section__row
  .section__row-content
  .content-item__info
  .article__categories
  a:hover
  .cat,
a .cat:hover,
.article .article__categories .cat:hover,
.article__categories a:hover .cat {
  color: #141f20;
}

.article .article__categories,
.article__short-info h4 {
  margin-bottom: 15px;
}

.article__short-info p:last-of-type {
  margin-bottom: 20px !important;
}

.article__short-info a.link {
  font-size: 16px;
}

.block--news-index-aside .find--widget {
  display: none;
}

.block--contact-form .section--contact__head,
.block--contact-form .section--contact__body {
  max-width: 860px;
}

.contact-form-widget .form-block .gfield.gfield--type-email,
.contact-form-widget .form-block .gfield.gfield--type-select {
  grid-column: span 12;
}

.articles__slider .wc-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cat,
.section--with-aside .section__row .section__row-aside-item ul .cat {
  /*background: #00616a;
  color: #fff;*/

  background: #dbf7f4;
  color: #323d3e;
}

.back-link-wrapper {
  position: relative;
  top: -27px;
}

.back-link {
  margin-bottom: 10px;
}

.back-to-shop {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.back-to-shop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-color: #323d3e #323d3e transparent transparent;
  border-style: solid;
  transform: rotate(-136deg);
  margin-top: -6px;
}

.back-to-shop:hover {
  text-decoration: underline;
}

.section--post-single .section__inner {
  margin-bottom: 20px;
  max-width: 730px;
}

.section--post-single .section__inner h1 {
  color: #00616a;
}

.section--post-single .section__inner .cat {
  /*  background: #00616a;
  color: #fff;*/

  background: #dbf7f4;
  color: #323d3e;
  margin-bottom: 10px;
  font-size: 14px;
}

.breadcrumbs .crumb-arrow {
  display: none !important;
}

.block--index-header-slider.text-center {
  padding: 0;
}

.sfi-block--product-brands-slider,
.form-with-bg,
.product-listing-block,
.patient-journey-block,
.ingredient-listing-block,
.sfi-block--full-width-image-text,
.sfi-block-advanced-editor,
.icon-with-title-content-block,
.content-image-box-block,
.icon-with-lists-block,
.half-content-half-image-block {
  padding: 50px 0;
}

/**
 *  Half Content Half Image
*/
.half-content-half-image-block .row {
  display: flex;
  row-gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 -16px;
}
.half-content-half-image-block .row .col {
  padding: 0 16px;
  width: 100%;
}

.half-content-half-image-block .row .col .img-wrap img {
  border-radius: 6px;
}

.half-content-half-image-block .row .col .col-wrap > h2:first-child {
  color: #00616a;
}

.half-content-half-image-block .row .col .col-wrap > h3:first-child {
  color: #00616a;
  font-weight: 600;
}

.half-content-half-image-block.has-content-bg .col-content .col-wrap {
  padding: 20px;
}

.half-content-half-image-block.has-content-bg .row {
  margin: 0;
}

.half-content-half-image-block.has-content-bg .row .col {
  padding: 0;
}

.half-content-half-image-block.has-content-bg .row .col .img-wrap img {
  border-radius: 0;
}

.section-heading {
  margin-bottom: 40px;
  /*  color: #00616a;*/
}

.section-heading.text-center {
  padding: 0;
}

/**
 *  Icon with Content Lists
*/
.icon-with-lists-block {
}

/*.icon-with-lists-block .section-heading {
  margin-bottom: 40px;
  color: #00616a;
}

.icon-with-lists-block .section-heading.text-center {
  padding: 0;
}*/

.icon-with-lists-block .row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  row-gap: 30px;
}

.icon-with-lists-block .col {
  width: 100%;
  padding: 0 15px;
}

.icon-with-lists-block .col .col-wrap.has-column-bg {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.icon-with-lists-block .col .icon-wrap {
  margin-bottom: 15px;
  /*  max-height: 100px;*/
  max-height: 70px;
}

.icon-with-lists-block .col .icon-wrap img {
  /*  max-height: 100px;*/
  max-height: 70px;
  width: auto;
}

.icon-with-lists-block.col-four .row {
  margin: 0 -10px;
}

.icon-with-lists-block.col-four .col {
  padding: 0 10px;
}

.icon-with-lists-block.col-four .col .icon-wrap img,
.icon-with-lists-block.col-four .col .icon-wrap {
  max-height: 70px;
}

/**
 *  Content Image Box Block
*/
.content-image-box-block {
  /*  padding: 40px 0;*/
  /*  min-height: 570px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.content-image-box-block .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -15px;
}
.content-image-box-block .col {
  padding: 0 15px;
}
.content-image-box-block .col-content {
}
.content-image-box-block .col-content .col-wrap h2:first-child {
  /*  color: #00616a;*/
}
.content-image-box-block .col-content .col-wrap {
  padding: 30px 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 68px 0;
}

.content-image-box-block .col-content .toggle-content {
  display: none;
  padding-top: 20px;
  font-size: 16px;
}

.content-image-box-block .col-content .open-toggle {
  position: relative;
  padding-left: 20px;
  color: #00616a;
  transition: 0.3s ease;
}

.content-image-box-block .col-content .open-toggle:hover {
  color: #32bfaf;
}

.content-image-box-block .col-content .open-toggle:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #32bfaf;
}

.content-image-box-block .col-content .open .open-toggle:before {
  content: "-";
}

.content-image-box-block .col-content .toggle-content p {
  margin-bottom: 15px;
}

.content-image-box-block .col-content .toggle-content p:last-child {
  margin-bottom: 0;
}

/**
 *  Icon with title content block
*/
.icon-with-title-content-block {
  /*  padding: 40px 0;*/
  /*  background: #006269;*/
}

.icon-with-title-content-block .row {
  display: flex;
  flex-wrap: wrap;
  flex-directin: column;
  row-gap: 20px;
  margin: 0 -15px;
}

.icon-with-title-content-block .col {
  width: 100%;
  padding: 0 15px;
  /*  color: #fff;*/
}

.icon-with-title-content-block .col-title h2 {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}

.icon-with-title-content-block .col-title h2:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 5px 5px 0 0;
  /*  border-color: #fff #fff transparent transparent;*/
  border-color: #323d3e #323d3e transparent transparent;
  transform: rotate(45deg);
  border-radius: 0 4px 0 0;
}

.icon-with-title-content-block .col-title a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.icon-with-title-content-block .col-title a:hover {
  text-decoration: none;
}

.icon-with-title-content-block .col-icon {
  width: 120px;
}

.icon-with-title-content-block .col-content p:last-child {
  margin-bottom: 0;
}

/**
 *  Brand Slider
*/
.sfi-block--product-brands-slider {
}
.sfi-block--product-brands-slider .slick-list,
.sfi-block--product-brands-slider .slick-track {
  display: flex;
}

.sfi-block--product-brands-slider .slick-list {
  padding-bottom: 15px;
}

.sfi-block--product-brands-slider .brand-slide {
  padding: 0;
  display: block;
  border-radius: 15px 0;
  text-align: left;
  overflow: hidden;
  margin: 0 8px;
  background: #fff;
}

.sfi-block--product-brands-slider .brand-slide .top-section {
  background: #00616a;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 15px 0;
}
.sfi-block--product-brands-slider .brand-slide .card-body {
  padding: 20px;
}

.sfi-block--product-brands-slider .brand-slide .card-body .big-text-section {
  color: #323d3e;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1rem;
}

.sfi-block--product-brands-slider
  .brand-slide
  .card-body
  .big-text-section
  strong {
  font-size: 1.8rem;
  font-weight: 600;
}

.sfi-block--product-brands-slider .brand-slide .card-body .text-in-box-section {
  /*  border: 3px solid #ED1B2F;*/
  font-size: 1.2rem;
  line-height: 1;
  background-color: #fff;
  color: #00616a;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 8px 4px;
  border-radius: 4px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.sfi-block--product-brands-slider .brand-slide .card-body .content-section {
}
.sfi-block--product-brands-slider .brand-slide .card-body .content-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.sfi-block--product-brands-slider
  .brand-slide
  .card-body
  .content-section
  ul
  li {
  padding-left: 25px;
  background-image: url(/source/d59219fb74a2c216780cabdc5c98d2ec.svg);
  background-position: 0px -2px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  line-height: 1.1em;
  margin-bottom: 0.5rem;
}
.sfi-block--product-brands-slider .brand-slide .card-body .content-section p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3em;
}
.sfi-block--product-brands-slider
  .brand-slide
  .card-body
  .content-section
  p:last-child {
  margin-bottom: 0;
}

.sfi-block--product-brands-slider
  .brand-slide
  .card-body
  .content-section
  small {
  font-size: 0.9rem;
  line-height: 1.5em;
}

/*
* Advanced Editor
*/
/*.sfi-block-advanced-editor {
  padding: 40px 0;
}*/

/*
* Related Posts
*/
.sfi-block--related-posts {
  padding-bottom: 60px;
}
.sfi-block--related-posts .section--learn__head {
  margin-bottom: 40px;
}
.sfi-block--related-posts .product-item__photo:before {
  display: none;
}
.sfi-block--related-posts .product-item__photo div:after {
  height: 70%;
}

.sfi-block--related-posts .product-item__photo > div {
  position: static;
  width: 100%;
  top: 0;
  bottom: auto;
  height: 100%;
  transform: none;
  left: 0;
}

.sfi-block--related-posts .product-item__photo div img {
  position: relative;
  height: 100%;
  width: 100%;
  /*  width: auto;*/
  /*    margin: -40px auto 0;*/
}

.sfi-block--related-posts .product-item {
  height: 100%;
}

.sfi-block--related-posts .product-item .wc-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.sfi-block--related-posts .product-item .post-meta {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.related-post-slider .product-col {
  padding: 0 15px;
}

.related-post-slider .slick-track {
  margin: 0;
}

.related-post-slider .slick-track,
.related-post-slider .slick-list {
  display: flex;
}

.related-post-slider .slick-list {
  margin: 0 -23px;
  padding: 0 12%;
}

/*
* Product Banner
*/
.product-banner {
  position: relative;
  min-height: 375px;
  display: flex;
  align-items: center;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.product-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.product-banner .banner-text {
  max-width: 800px;
  color: #fff;
}

.product-banner .banner-text .subtitle {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  border-radius: 30px 0;
  padding: 15px 20px;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
/*  font-weight: 700;*/
font-family: 'MetropolisBold', sans-serif;
}

/*
* Full width image text
*/
.sfi-block--full-width-image-text {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-color: #00616a;
  /*  padding: 40px 0;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  color: #fff;
}

.sfi-block--full-width-image-text.has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/*
* Ingredient Listing
*/
.card-ingredient .col-wrap {
  position: relative;
  overflow: hidden;
  /*  padding: 34px 25px;*/
  display: flex;
  align-items: flex-end;
  /*  min-height: 460px;*/
  min-height: 388px;
  border-radius: 15px 0;
  background: #ececec;
  flex-direction: column;
}

.card-ingredient .col-wrap .img-wrap {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
  width: 100%;
  position: relative;
  height: 300px;
}

.card-ingredient .col-wrap .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-ingredient .col-wrap .content-wrap {
  /*  text-align: center;*/
  /*  padding: 40px 30px;*/
  padding: 30px 20px;
  background: #eafaf7;
  border-radius: 15px 0;
  position: relative;
  z-index: 2;
  /*  min-height: 320px;*/
  min-height: 310px;
  display: flex;
  flex-direction: column;
  /*  align-items: center;*/
}

.card-ingredient .col-wrap .content-wrap > a.name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
}

.card-ingredient .col-wrap .content-wrap h2 {
  /*  font-weight: 600;*/
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 24px;
}

.card-ingredient .col-wrap .content-wrap h2 a:hover {
  color: #00616a;
  /*text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;*/
}

.card-ingredient .col-wrap .content-wrap p {
  margin-bottom: 15px;
  font-size: 18px;
}

.card-ingredient .col-wrap .content-wrap p:empty {
  display: none;
}

.card-ingredient .col-wrap .content-wrap .learn-more {
  margin-top: auto;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.card-ingredient .col-wrap .content-wrap .learn-more:hover {
  /*text-decoration: underline;
  text-underline-offset: 3px;*/
  text-decoration-color: #d8d8d8;
}

.filter-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.filter-block .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.filter-block .filter .filter-list {
  position: relative;
  display: flex;
  align-items: center;
}

/*.filter-block .filter .filter-list:hover .dropdown{
  display: block;
}*/

.filter-block .filter .filter-list .title {
  /*  border: 2px solid #323D3E;*/
  border: 2px solid #e9e6ed;
  border-radius: 6px;
  padding: 8px 40px 8px 10px;
  cursor: pointer;
  font-size: 16px;
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s ease;
}

.filter-block .filter .filter-list .title.open,
.filter-block .filter .filter-list .title:hover {
  border-color: #323d3e;
}

.filter-block .filter .filter-list .title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  border-style: solid;
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-color: #323d3e #323d3e transparent transparent;
  transform: translateY(-50%) rotate(136deg);
  margin-top: -2px;
}

.filter-block .filter .filter-list .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #fff;
  border-radius: 6px;
  z-index: 10;
  min-width: 220px;
  width: 100%;
  margin-top: 2px;
  overflow: hidden;
}

.filter-block .filter .filter-list .dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-block .filter .filter-list .dropdown ul li {
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
}

.filter-block .filter .filter-list .dropdown ul li.active,
.filter-block .filter .filter-list .dropdown ul li:hover {
  background: #abacaa;
}

/*.ingredient-listing-block {
  padding: 40px 0;
}
*/
.ingredient-listing-block .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -15px;
}
.ingredient-listing-block .row .col {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.div--content__style a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.div--content__style a:hover {
  text-decoration-color: #d8d8d8;
}

.div--content__style ol {
  list-style-type: auto;
}

.div--content__style ol li::marker {
  color: #323d3e;
}

.div--content__style ol > li {
/*  padding: 0 0 0 26px;*/
  padding: 0 0 0 10px;
  margin: 0 0 10px 20px;
  position: relative;
}

.block--form-column-content ol ol,
.block--form-column-content ol ul,
.block--form-column-content ul ol,
.block--form-column-content ul ul {
  padding-left: 15px !important;
}

.div--content__style ol li:before {
  content: none;
  color: #323d3e;
/*  font-weight: 700;*/
font-family: 'MetropolisBold', sans-serif;
   margin: 0;
   display: none;
}

.div--content__style ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  display: none;
}


.section--internal-page__content h4,
.section--internal-page__content p,
.section--internal-page__content ol,
.section--internal-page__content ul {
  margin: 0 0 15px;
}

/*.contact-us .block-block-3-column-content,*/
.contact-us .block-block-3-column-content .container,
.contact-us .block-block-3-column-content .container .content-box,
.contact-us .section--contact,
.contact-us .section--contact .container {
  padding: 0;
}

.contact-us .block-block-3-column-content {
  padding: 40px 0 0;
}

.btn.btn-outline,
input.btn-outline[type="submit"] {
  border-radius: 5px;
}

.section--search-results form.search-form label input[type="search"] {
  border-radius: 6px;
}

.section--search-results .section__row .section__row-content {
  max-width: 1024px;
}

.section--with-aside
  .buttons__row
  .pagination
  .btn:not(.btn-prev):not(.btn-next) {
  min-width: 60px;
  margin-left: 6px;
  margin-right: 6px;
}
.pagination .btn:hover,
.pagination .btn.current {
  background-color: #00616a;
  color: #fff;
}
.pagination .btn.next,
.pagination .btn.prev {
  display: none !important;
}

.pagination .btn.btn-prev {
  margin-right: auto;
}
.pagination .btn.btn-next {
  margin-left: auto;
}

.number-count {
  /*  color: #00616a;*/
  font-weight: 600;
}

.related-post-slider .product__col {
  /*display: block !important;
  flex: none !important;
  max-width: 100%;*/
}

.section--internal-page .contact-form-widget {
  border-radius: 15px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #fff;
  color: #323d3e;
}

.select2-container--default .select2-results__option--selected:hover,
.select2-container--default .select2-results__option--selected {
  background-color: #00616a !important;
  color: #fff !important;
}

.select2-results__option:hover,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  padding: 6px !important;
}

.select2-results__option {
}

/*
* Patient Journey
*/
.patient-journey-block {
}
.patient-journey-block .container {
  position: relative;
  z-index: 1;
}
.patient-journey-block.has-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.patient-journey-block.has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.patient-journey-block.has-bg * {
  color: #fff;
}

.patient-journey-slider {
}
.patient-journey-slider .slide {
  display: none;
}
.patient-journey-slider.slick-initialized .slide,
.patient-journey-slider .slide:first-child {
  display: block;
}

.patient-journey-slider .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  row-gap: 30px;
}
.patient-journey-slider .col {
  padding: 0 25px;
  width: 100%;
}

.patient-journey-slider .col-content .heading {
  display: flex;
  /*  flex-wrap: wrap;*/
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.patient-journey-slider .col-content .count {
  width: 60px;
  min-width: 60px;
  height: 60px;
  padding: 8px 0;
  border: 3px solid #fff;
  border-radius: 0 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.7rem;
/*  font-weight: 700;*/
  text-align: center;
}
.patient-journey-slider .col-content .content p {
  margin-bottom: 20px;
}
.patient-journey-slider .col-content .button-wrap {
  margin-bottom: 20px;
}

.patient-journey-slider .col-image .img-wrap {
  width: 100%;
  max-width: 350px;
  height: auto;
  border: 3px solid #fff;
  border-radius: 0 150px;
  overflow: hidden;
}
.patient-journey-slider .col-image .img-wrap img {
  width: 100%;
  height: 100%;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.patient-journey-slider .slick-dots {
  margin-top: 20px;
  justify-content: flex-start;
}

.patient-journey-slider .slick-dots li button {
  background: #bcbcbc;
  opacity: 1;
}

.patient-journey-slider .slick-dots li.slick-active button {
  background: #fff;
}

.patient-journey-slider .btn-next {
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  min-width: 130px;
  padding: 10px 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

.patient-journey-slider .btn-next:hover {
  /*  background-color: rgba(0, 0, 0, 0.8);*/
  background-color: #fff;
  color: #00616a;
}

.patient-journey-slider .btn-next:hover .arrow {
  border-color: #00616a #00616a transparent transparent;
}

.patient-journey-slider .btn-next .arrow {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: 1fr;
  /*  gap: 16px;*/
  /*  row-gap: 30px;*/
  row-gap: 40px;
  margin: 0;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.woocommerce ul.products:before {
  display: none !important;
}

.products .product .wc-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.wc-product-tags .woo-tag {
  padding: 4px 8px;
  border-radius: 4px;
  background: #dbf7f4;
  font-size: 14px;
  color: #141f20;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wc-product-tags .woo-tag .product-tag-image {
  width: 16px;
  height: 16px;
}

.wc-product-tags .woo-tag .product-tag-image img {
  margin: 0 !important;
  vertical-align: top;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 16px;
  /*  font-weight: 700;*/
  padding: 0;
  margin: 0 0 5px;
  color: #141f20;
  transition: 0.3s ease;
  text-align: left;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  color: #00616a;
}

.products .product .wc-short-description {
/*  font-size: 14px;*/
  font-size: 16px;
  color: #323d3e;
  margin-bottom: 7px;
}
.products .product .wc-key-ingredient {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  line-height: 1.42857;
  margin-bottom: 7px;
  margin-top: auto;
}

.products .product .wc-key-ingredient strong {
  font-family: "MetropolisBold";
}

.products .product .wc-key-ingredient label {
  font-size: 14px;
  line-height: 1.42857;
/*  font-weight: 700;*/
font-family: "MetropolisBold", sans-serif;
  color: #323d3e;
}

.products .product .wc-key-ingredient span {
  color: #545454;
}

.woocommerce ul.products li.product .price {
  font-size: 14px;
  line-height: 1.42857;
  color: #323d3e;
}

.woocommerce.single-product
  div.product
  .price
  .woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
  margin-right: 4px;
}

.woocommerce ul.products li.product .button {
  background: #00616a;
  font-size: 14px;
  color: #fff;
}

.woocommerce ul.products li.product .button:hover {
  background: #00909d;
}

/*.woocommerce ul.products li.product a img {
  margin: 0 -8px 8px;
}*/

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  padding: 0 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link + .button {
  margin-left: 8px;
}

/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid #000;
  padding: 30px 15px;
  margin-bottom: 30px;
}*/

.archive-product-section-wrapper {
  padding: 60px 0;
}
.archive-product-section-wrapper .container {
}

.variations_form .select2-container--default .select2-selection--single,
.archive-product-section-wrapper
  .select2-container--default
  .select2-selection--single {
  padding: 8px 40px 10px 15px !important;
  height: 48px;
}

.variations_form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.archive-product-section-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 10px;
  height: 10px;
  right: 15px;
}

.variations_form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.archive-product-section-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 10px;
  height: 10px;
  border-top: 1px solid #323d3e;
  border-left: 1px solid #323d3e;
}

.variations_form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.archive-product-section-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 16px;
  line-height: 1.9;
  padding: 0;
}

.wcapf-filter
  .wcapf-list-wrapper.list-type-native
  .wcapf-filter-item
  input[type="checkbox"],
.wcapf-filter
  .wcapf-list-wrapper.list-type-native
  .wcapf-filter-item
  input[type="radio"] {
  visibility: visible;
  margin: 2px 10px 0 0;
}

.archive-product-section-wrapper .select2-container {
  min-width: 192px;
}

.archive-product-section-wrapper .woocommerce-result-count {
  font-size: 16px;
  color: #141f20;
}

.wcapf-filter .wcapf-list-wrapper.list-type-native .wcapf-filter-item label {
  align-items: flex-start;
}
.wcapf-filter
  .wcapf-list-wrapper.list-type-native
  .wcapf-filter-item
  .wcapf-filter-item-label {
  font-size: 16px;
  font-family: "MetropolisRegular", sans-serif;
  color: #211f20;
}

.wcapf-active-filter-items-wrapper .wcapf-active-filter-item {
  font-family: "MetropolisRegular", sans-serif;
  color: #211f20;
}

div.wcapf-active-filters .wcapf-reset-filters-btn {
  color: #00616a;
}

div.wcapf-active-filters .wcapf-reset-filters-btn:hover {
  text-decoration: underline;
}

.woocommerce .quantity .qty {
  height: 46px;
}

.button-wrap.text-center {
  padding: 0;
}

.product-listing-block .button-wrap,
.product-listing .button-wrap {
  margin-top: 30px;
}

.archive-product-section-wrapper #shop-sidebar p:empty {
  display: none;
}

.archive-product-section-wrapper #shop-sidebar .wcapf-filter-title {
  font-size: 20px;
  /*  font-weight: 500;*/
  font-family: "MetropolisMedium", sans-serif;
  color: #141f20;
}

.archive-product-section-wrapper #shop-sidebar .wcapf-form {
  border: 1px solid #aab5b6;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  padding: 24px 30px;
  border-radius: 60px 0;
}

.archive-product-section-wrapper #shop-sidebar .wcapf-form .wcapf-filter {
  margin: 0;
}

.archive-product-section-wrapper .product-grid-section {
  margin-bottom: 30px;
}

.archive-product-section-wrapper
  .product-grid-section
  .woocommerce-products-header {
  display: none;
}

.wcapf-list-wrapper:not(.count-badge) .wcapf-nav-item-count {
  opacity: 1;
}

div.stylish-checkbox-radio input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

div.stylish-checkbox-radio input[type="checkbox"]:checked {
  background-color: #00616a;
}

.wcapf-filter .wcapf-list-wrapper ul.wcapf-filter-options {
  display: flex;
  flex-direction: column;
  /*  gap: 32px;*/
  gap: 16px;
}
.wcapf-filter
  .wcapf-list-wrapper.layout-list
  ul.wcapf-filter-options
  li.wcapf-filter-option {
  margin: 0;
}

.tax-product_cat .wcapf-filter
  .wcapf-list-wrapper.layout-list
  ul.wcapf-filter-options
  li.wcapf-filter-option {
  margin: 0;
  pointer-events: none;
}

.woocommerce nav.woocommerce-pagination {
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0 4px;
}
.woocommerce nav.woocommerce-pagination ul li span.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
  width: 30px;
  padding: 7px 5px;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.prev {
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers.next {
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  color: #141f20;
  background: #dbf7f4;
  border-radius: 5px 0;
}

.section-b-story .section-b-story__body h1 {
  visibility: visible !important;
  transform: none !important;
  opacity: 1 !important;
}

.tax-product_cat .wcapf-filter .wcapf-list-wrapper.list-type-native .wcapf-filter-item input[type="checkbox"] {
  pointer-events: none;
}

/*
* Inner Banner
*/
.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 372px;
  z-index: 0;
  display: flex;
  align-items: center;
}

.inner-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*  background: rgba(0, 0, 0, 0.5);*/
  background: rgba(0,0,0,0.2);
  z-index: -1;
}

.inner-banner .banner-text {
  max-width: 500px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.inner-banner .banner-text h1, .product-banner h1 {
  margin-bottom: 10px;
}

/*
* Product Detail
*/
.product-section-wrapper {
  overflow: hidden;
}
.woocommerce-message:focus-visible {
  outline: none;
  border:none;
}

.woocommerce.single-product div.product .flex-viewport {
  margin-bottom: 20px;
  border-radius: 4px;
}

.woocommerce.single-product div.product .wc-product-tags {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.woocommerce.single-product div.product .product_title {
  color: #141f20;
  margin-bottom: 8px;
  font: 500 24px/1.3334 "MetropolisMedium", sans-serif;
}

.woocommerce.single-product div.product .price {
  color: #141f20;
  margin-bottom: 16px;
  font: 500 24px/1.3334 "MetropolisMedium", sans-serif;
}

.woocommerce.single-product div.product .price .suffix {
  font: 16px/1.5 "MetropolisRegular", sans-serif;
  color: #323d3e;
}

.woocommerce.single-product div.product .wc-instruction-description {
  background: #f6f6f6;
  padding: 8px 16px;
  font: 14px/1.42857 "MetropolisRegular", sans-serif;
  color: #323d3e;
  margin-bottom: 16px;
  border-radius: 4px;
}
.woocommerce.single-product
  div.product
  .woocommerce-product-details__short-description {
  font: 16px/1.5 "MetropolisRegular", sans-serif;
  margin-bottom: 16px;
  color: #323d3e;
}
.woocommerce.single-product div.product .wc-key-ingredient {
  font: 16px/1.5 "MetropolisRegular", sans-serif;
  color: #323d3e;
}

.woocommerce.single-product div.product .wc-key-ingredient p {
  margin-bottom: 24px;
}

.woocommerce.single-product div.product .wc-key-ingredient strong {
  font-family: "MetropolisBold", sans-serif;
}

.woocommerce.single-product div.product .variations {
  max-width: 192px;
}

.woocommerce div.product form.cart .reset_variations {
  position: absolute;
  margin: 6px 0 0 10px;
}

.woocommerce.single-product
  div.product
  .woocommerce-variation.single_variation {
  margin-bottom: 20px;
}

.woocommerce.single-product div.product .woocommerce-variation.single_variation {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.woocommerce.single-product div.product .woocommerce-variation.single_variation .woocommerce-variation-price {
  order: -1;
}

.woocommerce.single-product div.product .woocommerce-variation.single_variation .woocommerce-variation-description p {
  margin: 0;
  font-size: 16px;
}

.woocommerce.single-product div.product .woocommerce-variation.single_variation .woocommerce-variation-availability{
  width: 100%;
}

.woocommerce.single-product div.product .variations tr {
  display: block;
}

.woocommerce.single-product div.product .variations .label {
  display: block;
  text-align: left;
  line-height: 1;
}

.woocommerce.single-product div.product .variations .label label {
  font: 14px/1.42857 "MetropolisBold", sans-serif;
  color: #323d3e;
}
.woocommerce.single-product div.product .variations .value {
}
.woocommerce.single-product div.product .woocommerce-variation-add-to-cart,
.woocommerce.single-product div.product.product-type-simple form {
  display: flex;
  gap: 16px;
  padding-top: 20px;
  position: relative;
}

.woocommerce.single-product div.product .qty-label {
  position: absolute;
  top: 0;
  font-size: 14px;
  font-family: "MetropolisBold", sans-serif;
}

.woocommerce.single-product .woocommerce-message .button,
.woocommerce.single-product div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce.single-product div.product.product-type-simple .single_add_to_cart_button {
  background: #00616a;
  font: 16px/1.5 "MetropolisBold", sans-serif;
  color: #fff;
  width: 296px;
  transition: 0.3s ease;
  text-align: center;
}

.woocommerce.single-product .woocommerce-message .button {
  width: auto;
}

.woocommerce.single-product .woocommerce-message .button:hover,
.woocommerce.single-product
  div.product
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button:hover {
  background: #00909d;
}

.woocommerce.single-product div.product .woocommerce-variation-add-to-cart div.quantity,
.woocommerce.single-product div.product.product-type-simple form div.quantity {
  margin-right: 0;
  border: 1px solid #c1c2c3;
  border-radius: 4px;
  width: 192px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.woocommerce.single-product
  div.product
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #c1c2c3;
  border-radius: 4px;
/*  min-width: 160px;*/
  min-width: 192px;
}

.woocommerce.single-product
  div.product
  .woocommerce-variation-add-to-cart
  div.quantity
  .qty,
.woocommerce.single-product div.product.product-type-simple form div.quantity .qty {
  border: none;
  box-shadow: none;
}

.woocommerce.single-product
  div.product
  .woocommerce-variation-add-to-cart
  div.quantity
  .qty::-webkit-outer-spin-button,
.woocommerce.single-product
  div.product
  .woocommerce-variation-add-to-cart
  div.quantity
  .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce.single-product
  div.product
  .woocommerce-variation-add-to-cart
  div.quantity
  .qty,
.woocommerce.single-product div.product.product-type-simple form div.quantity .qty {
  -moz-appearance: textfield;
}

.woocommerce.single-product
  div.product
  .woocommerce-variation-add-to-cart
  div.quantity
  .qty-btn {
  font-size: 22px;
  color: #323d3e;
}
.woocommerce div.product.product-type-simple form.cart::after, .woocommerce div.product.product-type-simple form.cart::before {
  content: none;
}

.woocommerce.single-product div.product .product_meta {
  display: none;
}

.woocommerce.single-product div.product .three-col-section-wrap {
  /*  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;*/
}

.woocommerce.single-product div.product .three-col-section-wrap .column-wrap {
  background: rgba(255, 130, 0, 0.1);
  padding: 12px 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 8px;
}

.woocommerce.single-product
  div.product
  .three-col-section-wrap
  .column-wrap
  .image {
  min-height: 54px;
  margin: 0 auto 16px;
  max-height: 62px;
}
.woocommerce.single-product
  div.product
  .three-col-section-wrap
  .column-wrap
  .image
  img {
  min-height: 54px;
  max-height: 62px;
  width: auto;
}
.woocommerce.single-product
  div.product
  .three-col-section-wrap
  .column-wrap
  .col-heading {
  font: 14px/1.42857 "MetropolisBold", sans-serif;
  color: #323d3e;
  margin-bottom: 8px;
}
.woocommerce.single-product
  div.product
  .three-col-section-wrap
  .column-wrap
  .description {
  font: 14px/1.42857 "MetropolisRegular", sans-serif;
  color: #323d3e;
}
.woocommerce.single-product
  div.product
  .three-col-section-wrap
  .column-wrap
  .description
  p:last-child {
  margin-bottom: 0;
}

.woocommerce.single-product div.product .woocommerce-tabs {
  padding: 30px 0px;
  margin: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs:before,
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs:after,
.woocommerce.single-product div.product .woocommerce-tabs:before,
.woocommerce.single-product div.product .woocommerce-tabs:after {
  display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs {
  display: flex;
  flex-direction: column;
  /*  gap: 24px;*/
  /*  gap: 16px;*/
  gap: 6px;
  margin: 0;
  padding: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border: none;
  background: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li:before,
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li:after {
  display: none;
}

.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li a {
  font: 500 20px/1.4 "MetropolisMedium", sans-serif;
  padding: 16px;
  color: #6e797a;
  border-radius: 4px;
  transition: 0.3s ease;
  display: block;
}

.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li a:hover,
.woocommerce.single-product div.product .woocommerce-tabs .wc-tabs li.active a {
  background: #dbf7f4;
  color: #211f20;
}

.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel {
  border: 1px solid #aab5b6;
  border-radius: 4px;
  padding: 24px;
  color: #323d3e;
  font: 400 16px/1.5 "MetropolisRegular", sans-serif;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  h2 {
  font: 500 24px/1.3334 "MetropolisMedium", sans-serif;
  color: #141f20;
  margin-bottom: 16px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  h3,
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  strong {
  font: 16px/1.5 "MetropolisBold", sans-serif;
  color: #323d3e;
}

.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  h3 {
  margin-bottom: 8px;
}

.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  p {
  margin-bottom: 20px;
}

.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  ul {
  margin: 0 0 20px;
  padding-left: 16px;
}

.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .inner-description-wrapper {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr;
  gap: 16px;
}

.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .inner-description-wrapper
  p
  a
  strong {
  color: inherit;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .inner-description-wrapper
  p
  a:hover {
  color: #00616a;
}

.woocommerce.single-product div.product .woocommerce-tabs .inner-list-wrapper {
  background: #f6f6f6;
  padding: 24px;
  border-radius: 4px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .inner-list-wrapper
  .heading {
  font: 500 20px/1.4 "MetropolisMedium", sans-serif;
  margin-bottom: 24px;
}
.woocommerce.single-product div.product .woocommerce-tabs .list-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .list-wrapper:last-of-type {
  margin-bottom: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .list-wrapper .image {
  width: 24px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .list-wrapper
  .image
  img {
  /*  max-width: 100%;*/
  width: 100%;
  max-width: 24px;
}
.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .list-wrapper
  .col-heading {
  font: 14px/1.42857 "MetropolisRegular", sans-serif;
  color: #323d3e;
  margin: 0;
}

.woocommerce.single-product
  div.product
  .woocommerce-tabs
  .inner-description-left
  p:last-child {
  margin-bottom: 0;
}

.related.products {
  padding: 50px 0;
}

.related.products h2 {
  position: relative;
  text-align: center;
  font-family: "MetropolisMedium", sans-serif;
  font-weight: 500;
  font-size: 28px;
  text-transform: capitalize;
}

.woocommerce .related.products .products {
  display: block;
}

.sfi-video-image-wrapper {
  padding: 60px 0px;
}

.bottom-content-with-video-wrap {
  background: #00616a;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0px;
}
.bottom-content-with-video-wrap .content-with-video {
  padding: 24px;
  color: #fff;
  font: 16px/1.5 "MetropolisRegular", sans-serif;
}
.bottom-content-with-video-wrap .content-with-video strong {
}
.bottom-content-with-video-wrap .content-with-video h3 {
  font: 500 28px/1.25 "MetropolisMedium", sans-serif;
  margin-bottom: 16px;
}
.bottom-content-with-video-wrap .content-with-video h3 strong {
}
.bottom-content-with-video-wrap .content-with-video p {
  margin-bottom: 16px;
}
.bottom-content-with-video-wrap .content-with-video p:last-child {
  margin-bottom: 0;
}
.bottom-content-with-video-wrap .content-with-video p strong {
  font-family: "MetropolisBold", sans-serif;
}
.bottom-content-with-video-wrap .video-section {
  position: relative;
  min-height: 182px;
}
.bottom-content-with-video-wrap .video-section img,
.bottom-content-with-video-wrap .video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-content-with-video-wrap .video-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.bottom-content-with-video-wrap .video-section > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bottom-content-with-video-wrap .video-section > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.bottom-content-with-video-wrap .video-section > a:before {
  display: none;
}

.woocommerce.single-product div.product .related-wrap {
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.woocommerce.single-product div.product .related-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  background: #f6f6f6;
}
.woocommerce.single-product div.product .related-wrap h5 {
  position: relative;
  text-align: center;
  color: #211f20;
  font: 500 28px/1.25 "MetropolisMedium", sans-serif;
  margin-bottom: 26px;
}
.woocommerce.single-product div.product .related-wrap .row {
  /*  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;*/
}
/*.block--news-index .articles__slider .slick-list,
.block--news-index .articles__slider .slick-track,*/

.sfi-block--product-brands-slider div.product-brands-slider .slick-list,
.sfi-block--product-brands-slider div.product-brands-slider .slick-track,
.woocommerce.single-product div.product .three-col-section-wrap .slick-list,
.woocommerce.single-product div.product .three-col-section-wrap .slick-track,
.related.products .products .slick-list,
.related.products .products .slick-track,
.woocommerce.single-product div.product .related-wrap .row .slick-list,
.woocommerce.single-product div.product .related-wrap .row .slick-track {
  display: flex;
}

.block--news-index .articles__slider .slick-list,
.sfi-block--product-brands-slider div.product-brands-slider .slick-list,
.woocommerce.single-product div.product .three-col-section-wrap .slick-list,
.related.products .products .slick-list,
.woocommerce.single-product div.product .related-wrap .row .slick-list {
  margin: 0 -23px;
  padding: 0 12%;
}

.block--news-index .articles__slider .slick-list,
.woocommerce.single-product div.product .three-col-section-wrap .slick-list {
  padding: 0 15%;
}

.woocommerce.single-product div.product .related-wrap .product-col {
  padding: 0 8px;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item {
  background: #fff;
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__photo {
  min-height: 160px;
  position: relative;
  border-radius: 0;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__photo:before,
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__photo:after {
  display: none;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__photo
  > div {
  position: static;
  transform: none;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__photo
  > div:before {
  display: none;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__photo
  img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__content {
  font: 14px/1.42857 "MetropolisRegular", sans-serif;
  color: #323d3e;
  padding: 8px;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__content
  h4 {
  font: 16px/1.5 "MetropolisBold", sans-serif;
  color: #141f20;
  margin-bottom: 8px;
  min-height: 0;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__content
  h4:hover {
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__content
  .post-meta {
  display: block;
  opacity: 1 !important;
  margin-bottom: 8px;
  color: #919090;
  transform: none !important;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__content
  p {
  margin-bottom: 10px;
}
.woocommerce.single-product
  div.product
  .related-wrap
  .product-col
  .product-item__content
  .link {
}

.related-post-slider .slick-arrow,
.block--news-index .articles__slider .slick-arrow,
.product-brands-slider .slick-arrow,
.woocommerce.single-product div.product .slick-arrow {
  position: absolute;
  bottom: 0;
  font-size: 0;
  width: 32px;
  height: 32px;
}

.related-post-slider .slick-arrow:before,
.block--news-index .articles__slider .slick-arrow:before,
.product-brands-slider .slick-arrow:before,
.woocommerce.single-product div.product .slick-arrow:before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #323d3e #323d3e transparent transparent;
  width: 14px;
  height: 14px;
}

.related-post-slider .slick-arrow.slick-prev,
.block--news-index .articles__slider .slick-arrow.slick-prev,
.product-brands-slider .slick-arrow.slick-prev,
.woocommerce.single-product div.product .slick-arrow.slick-prev {
  left: 0;
}

.related-post-slider .slick-arrow.slick-next,
.block--news-index .articles__slider .slick-arrow.slick-next,
.product-brands-slider .slick-arrow.slick-next,
.woocommerce.single-product div.product .slick-arrow.slick-next {
  right: 0;
}

.related-post-slider .slick-arrow.slick-prev:before,
.block--news-index .articles__slider .slick-arrow.slick-prev:before,
.product-brands-slider .slick-arrow.slick-prev:before,
.woocommerce.single-product div.product .slick-arrow.slick-prev:before {
  transform: rotate(-136deg);
  margin: -7px 0 0 -3px;
}

.related-post-slider .slick-arrow.slick-next:before,
.block--news-index .articles__slider .slick-arrow.slick-next:before,
.product-brands-slider .slick-arrow.slick-next:before,
.woocommerce.single-product div.product .slick-arrow.slick-next:before {
  transform: rotate(45deg);
  margin: -7px 0 0 -9px;
}

.related-post-slider .slick-dots,
.block--news-index .articles__slider .slick-dots,
.product-brands-slider .slick-dots,
.woocommerce.single-product div.product .slick-dots {
  margin: 16px 0 0;
  min-height: 32px;
  align-items: center;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce li.product > a .product-listing-image {
  margin: 0 0 8px;
  overflow: hidden;
}

.woocommerce li.product > a .product-listing-image img {
  transition: 0.3s ease;
  /*  transform: scale(1.2);*/
  margin: 0;
}

.woocommerce li.product > a:hover .product-listing-image img {
  transform: scale(1.1);
}

/*
* Form with background
*/
.form-with-bg {
}
.form-with-bg .form-with-bg-box {
  position: relative;
  padding: 30px 20px;
  color: #fff;
}
.form-with-bg .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-with-bg .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-with-bg .form-text-wrap {
  position: relative;
  max-width: 814px;
}

.form-with-bg .form-text-wrap .form-text {
  max-width: 563px;
}

.form-with-bg .form-text-wrap .form-text h2 {
  margin-bottom: 8px;
}

.form-with-bg .form-text-wrap .form-text p {
  margin-bottom: 16px;
}

.form-with-bg .form-text-wrap .form-block .gfield {
  margin-bottom: 0;
}

.wp-admin .section--product__header {
  visibility: visible !important;
}

.form-with-bg .form-text-wrap .form-block .gform_validation_errors {
  display: none;
}
.form-with-bg .form-text-wrap .form-block .gfield_validation_message {
  color: red;
}
.form-with-bg .form-text-wrap .form-block .gform_button {
  box-shadow: none !important;
  outline: none !important;
}

.wcapf-active-filters.clear-all-btn-layout-inline .wcapf-reset-filters-btn,
.wcapf-active-filter-items-wrapper button.wcapf-active-filter-item {
  font-size: 14px;
}

.product-listing-block .products.columns-4 {
  margin-bottom: 30px;
}

.section-dot {
  padding: 0 0 60px;
}

.section-dot .wp-block-columns {
  width: 100%;
  max-width: 1437px;
  padding: 0 15px;
}

.section-dot .wp-block-column{
  position: relative;
  padding: 30px 20px;
  color: #fff;
  background: url('/source/6e54ea0c6b2c3adacff663822d57250f.jpg') no-repeat;
  background-size: cover;
  width: 100%;
}

.section-dot .wp-block-column .dotdigital-for-wordpress-widget-title{
  margin-bottom: 8px;
}
.section-dot .wp-block-column .dotdigital-for-wordpress-widget-description{
  margin-bottom: 16px;
}
.section-dot .wp-block-column .ddg-form-group{
  position: relative;
}
.section-dot .wp-block-column .ddg-form-group label{
  position: absolute;
  font-size: 14px;
  top: 13px;
  left: 13px;
  color: #112337;
}
.section-dot .wp-block-column .ddg-form-group #email {
  border-radius: 6px;
  padding: 37px 11px 13px !important;
  box-shadow: none;
  height: 61px;
  background: #fff;
}
.section-dot .wp-block-column .dotdigital-form-submit {
  margin-top: 20px;
}
.section-dot .wp-block-column .dotdigital-form-submit button{
      font: 20px / 1 "MetropolisBold";
    letter-spacing: -0.02em;
    padding: 16px 26px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #00616a ;
    color: #fff;
    width: 100%;
}

/*
* Footer
*/
#footer {
  background: #00616a;
  padding: 64px 0;
}

#footer > * {
  color: #fff;
}
#footer a {
  transition: all 0.3s ease;
}

#footer .footer-nav {
  display: flex;
  flex-direction: column;
  border: none;
  gap: 32px;
  margin-bottom: 32px;
}

#footer .footer-nav .menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-nav .menu li {
}
#footer .footer-nav .menu li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  font-size: 18px;
  line-height: 1.3334;
}
#footer .footer-nav .menu li a:hover {
  border-color: #aecfd2;
}

#footer .footer-nav .country {
  position: relative;
}
#footer .footer-nav .country .label {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #fff;
}
#footer .footer-nav .country .title {
  display: flex;
  gap: 8px;
  padding: 0 40px 0 0;
  position: relative;
  cursor: pointer;
  font: 16px/1.5 "MetropolisBold", sans-serif;
}
#footer .footer-nav .country .title:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff #fff transparent transparent;
  transform: rotate(136deg);
}
#footer .footer-nav .country.active .title:before {
  top: 11px;
  transform: rotate(-45deg);
}
#footer .footer-nav .country.active .dropdown {
  display: block;
}
#footer .footer-nav .country .title img {
  width: 40px;
  border-radius: 4px;
}
#footer .footer-nav .country .dropdown {
  background: #fff;
  border-radius: 4px;
  /*  width: 200px;*/
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
}
#footer .footer-nav .country .dropdown ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#footer .footer-nav .country .dropdown ul li {
}
#footer .footer-nav .country .dropdown ul a {
/*  padding: 8px 10px;*/
  padding: 4px 10px;
  display: flex;
  align-items: center;
  color: #141f20;
  font-size: 16px;
  gap: 8px;
}
#footer .footer-nav .country .dropdown ul a:hover {
  background: #dbf7f4;
}
#footer .footer-nav .country .dropdown ul li img {
  max-width: 40px;
}


#footer .footer-content {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 14px;
  gap: 16px;
}
#footer .footer-content .footer-copyright {
  font-size: 14px;
  line-height: 1.42857;
  order: 1;
}
#footer .footer-content .footer-copyright span {
  color: #FFFFFF;
}
#footer .footer-content .social-networks-menu {
}
#footer .footer-content .social-networks-menu .menu {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#footer .footer-content .social-networks-menu .menu li {
}
#footer .footer-content .social-networks-menu .menu li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  line-height: 1.42857;
}
#footer .footer-content .social-networks-menu .menu li a:hover {
  border-color: #aecfd2;
}
#footer .footer-content .social-networks-menu .social-networks {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-content .social-networks-menu .social-networks li {
}
#footer .footer-content .social-networks-menu .social-networks li a {
  width: 32px;
  height: 32px;
}
#footer .footer-content .social-networks-menu .social-networks li a:hover {
  opacity: 0.7;
}

.contactus-page .sec-bg {
  height: 100%;
}

.cart_totals h2,
.woo-page-wrapper h1 {
  color: #00616a;
}

.woocommerce ul#shipping_method li label {
  font-size: 20px;
}

.woocommerce .checkout_coupon .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: #00616a;
  font-size: 16px;
/*  font-weight: 700;*/
  font-family: "MetropolisBold";
  color: #ffffff;
  height: 48px;
  border-radius: 4px;
  transition: 0.3s ease;
  margin-top: 15px;
}

.woocommerce .checkout_coupon .button {
  margin-top: 0;
  height: 42px;
}

.woocommerce .checkout_coupon .form-row {
  padding: 0;
}

.showcoupon.internal-link {
  text-decoration: underline;
}

body.woocommerce-cart .select2-container--default .select2-selection--single,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 4px;
/*  height: 57px;*/
  height: 42px;
  padding: 10px 60px 9px 9px !important;
}


body.woocommerce-cart  .select2-container--default .select2-selection--single .select2-selection__arrow,
body.woocommerce-checkout  .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 17px;
}
body.woocommerce-cart  .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.woocommerce-checkout  .select2-container--default .select2-selection--single .select2-selection__arrow b{
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -7px;
}

body.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
}

body.woocommerce-cart .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  margin-top: 6px;
}
body.woocommerce-cart .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-top: 2px solid #444;
  border-left: 2px solid #444;
}

.bottom-content-with-novideo .content-with-video {
  width: 100%;
}
.woocommerce.single-product div.product .woocommerce-tabs .inner-description-wrapper.inner-description-wrapper-full {
  width: 100%;
  grid-template-columns:1fr;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  max-width: 100px;
}
.pt-0 {
  padding-top: 0px!important;
}
.pb-0 {
  padding-bottom: 0px!important;
}


.search-results .section--with-aside .section__row .section__row-content .content-item {
  row-gap: 32px;
}

.search-results .section--with-aside .section__row .section__row-content .content-item .content-item__info h3{
  flex: none;
}

body.woocommerce-cart .woo-page-wrapper {
  padding: 60px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.section--with-aside .section__row .section__row-content .content-item__info .article__categories .wc-product-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.align-top table td {
  vertical-align: top;
}

/*body.woocommerce-cart .select2-container {
  width: 100%;
}
*/
@media (min-width: 768px) {
  .woocommerce .checkout_coupon .form-row {
    width: 49%;
  }
  .woocommerce .checkout_coupon .form-row .input-text {
    height: 42px;
  }

  .shm-popup__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .shm-popup__content {
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .shm-popup__img {
    width: 45%;
  }

  .shm-popup__content {
    width: 55%;
  }

  .icon-with-lists-block,
  .half-content-half-image-block {
    padding: 60px 0;
  }

  .half-content-half-image-block .row {
    flex-direction: row;
  }

  .half-content-half-image-block .row .col {
    width: 50%;
  }

  .half-content-half-image-block.img-left .col-image {
    order: -1;
  }

  .half-content-half-image-block.has-content-bg.img-left .row .col .col-wrap {
    padding-left: 40px !important;
  }

  .half-content-half-image-block.has-content-bg.img-right .row .col .col-wrap {
    padding-right: 40px !important;
  }

  .half-content-half-image-block.has-content-bg .row .col .img-wrap {
    height: 100%;
  }

  .half-content-half-image-block.has-content-bg .row .col .img-wrap img {
    height: 100%;
    object-fit: cover;
  }

  .icon-with-lists-block .col .col-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .icon-with-lists-block .col .col-wrap .button-wrap {
    margin-top: auto;
  }

  .icon-with-lists-block.col-four .col {
    width: 50%;
  }

  .icon-with-lists-block.col-three .col {
    width: 33.33%;
  }

  .content-image-box-block .row {
    align-items: center;
  }

  .content-image-box-block.img-left .row {
    flex-direction: row-reverse;
  }

  .content-image-box-block .col {
    width: 50%;
  }

  .content-image-box-block .col-image {
    text-align: center;
  }

  .ingredient-listing-block .row .col {
    width: 50%;
  }

  .filter-block {
    flex-direction: row;
  }

  .archive-product-section-wrapper .container {
    display: grid;
    grid-template-columns: 296px auto;
    gap: 16px;
    align-items: flex-start;
  }

  .archive-product-section-wrapper #shop-sidebar {
    order: -1;
    position: sticky;
    top: 135px;
    left: 0;
  }

  /*  .single-product.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
  }
  .single-product.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
  }

  .single-product.woocommerce-page ul.products[class*=columns-] li.product {
    margin-right: 30px;
    width: calc(50% - 15px);
  }

  .single-product.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    margin-right: 0;
  }*/

  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .woocommerce .archive-product-section-wrapper ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -8px;
  }

  .woocommerce ul.products li.product .button {
    margin-top: auto;
  }

  .woocommerce-page.single-product ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-brands-slider .slick-list,
  .sfi-block--product-brands-slider div.product-brands-slider .slick-list,
  .woocommerce.single-product div.product .three-col-section-wrap .slick-list,
  .related.products .products .slick-list,
  .woocommerce.single-product div.product .related-wrap .row .slick-list {
    margin: 0 -30px;
    padding: 0 30%;
  }

  .sfi-block--product-brands-slider div.product-brands-slider .slick-list {
    padding: 0 22%;
  }

  .block--news-index .articles__slider .slick-list {
    margin: 0 -8px;
    padding: 0;
  }

  #footer .footer-content .social-networks-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  #footer .footer-content .social-networks-menu .menu {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin: 0;
  }

  #footer .footer-content .footer-copyright,
  #footer .footer-content .social-networks-menu .menu li a {
    font-size: 16px;
    line-height: 1.5;
  }

  .product-listing-block .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-product-section-wrapper .product-grid-section {
    margin-bottom: 0;
  }

  .woocommerce nav.woocommerce-pagination {
    margin-top: 30px;
  }
  .woocommerce.single-product div.product .woocommerce-tabs {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-dot .wp-block-columns {
    padding: 0 30px;
  }

  .section-dot .wp-block-column .ddg-form-group #email {
    height: 79px;
  }

  .section-dot .wp-block-column .dotdigital-form-submit button {
    width: auto;
  }


  .search-results .post--item{}
  .search-results .section--with-aside .section__row .section__row-content .content-item__photo {
    max-width: 45%;
    height: 100%;
  }
  .search-results .section--with-aside .section__row .section__row-content .content-item__photo:before {
    display: none;
  }
  .search-results .section--with-aside .section__row .section__row-content .content-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    position: static;
  }
  .search-results .section--with-aside .section__row .section__row-content .content-item__info {
    max-width: 55%;
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .header .cart,
  .home .header .cart {
    margin: 0 0 0 8px;
  }

  body.menu-open.theme-sfihealth-main .wrapper {
    overflow: hidden;
  }

/*  .theme-sfihealth-main .wrapper,
  .theme-sfihealth-main .main {
    overflow: visible;
  }*/

  .section__row-aside .category-item h4 {
    pointer-events: none;
  }

  .section__row-aside .category-item nav {
    display: block !important;
  }

  .section--with-aside .section__row {
    align-items: flex-start;
  }

  .admin-bar .section--with-aside .section__row .section__row-aside {
    top: 130px;
  }

  .section--with-aside .section__row .section__row-aside {
    position: sticky;
    top: 95px;
    padding-bottom: 170px;
    background: #fff;
    z-index: 9;
  }

  .icon-with-lists-block.col-four .col {
    width: 25%;
  }

  .half-content-half-image-block.has-content-bg .row .col .col-wrap {
    padding: 30px;
  }

  .content-image-box-block .col-content .col-wrap {
    padding: 50px;
  }

  .icon-with-title-content-block .row {
    flex-direction: row;
  }

  .icon-with-title-content-block .col-title {
    width: 30%;
  }

  .icon-with-title-content-block .col-content {
    width: calc(70% - 150px);
  }

  .icon-with-title-content-block .col-icon {
    width: 150px;
  }

  .ingredient-listing-block .row .col {
    width: 33.33%;
  }

  .patient-journey-slider .col-content {
    width: 70%;
  }

  .patient-journey-slider .col-image {
    text-align: right;
    width: 30%;
  }

  .patient-journey-slider .col-image .img-wrap {
    margin-left: auto;
  }

  .woocommerce-page.single-product ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 45%;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 55%;
    padding-left: 16px;
    margin-bottom: 0px;
  }

  .woocommerce.single-product div.product .wc-instruction-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs {
    display: grid;
    grid-template-columns: 296px auto;
    align-items: start;
    column-gap: 16px;
  }

  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    .inner-description-wrapper {
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs  #tab-faqs .inner-description-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bottom-content-with-video-wrap .content-with-video {
    padding: 80px 56px;
  }

  .bottom-content-with-video-wrap .content-with-video h3 {
    font-size: 32px;
  }

  .bottom-content-with-video-wrap {
    display: flex;
    flex-wrap: wrap;
    min-height: 328px;
  }
  .bottom-content-with-video-wrap.bottom-content-with-novideo {
    min-height: 100px;
  }

  .bottom-content-with-video-wrap > div {
    width: 50%;
  }

  .related-post-slider .slick-list,
  .block--news-index .articles__slider .slick-list,
  .sfi-block--product-brands-slider div.product-brands-slider .slick-list,
  .woocommerce.single-product div.product .three-col-section-wrap .slick-list,
  .related.products .products .slick-list,
  .woocommerce.single-product div.product .related-wrap .row .slick-list {
    margin: 0 -8px;
    padding: 0;
  }

  .archive-product-section-wrapper .woocommerce-result-count {
    margin: 54px 0 0;
  }

  .form-with-bg .form-with-bg-box {
    padding: 40px 42px;
  }

  #footer .footer-nav {
    gap: 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #footer .footer-nav .footer-menu {
    width: 100%;
  }

  #footer .footer-nav .menu {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }

  #footer .footer-nav .menu li a {
    font: 500 18px/1.3334 "MetropolisMedium", sans-serif;
  }

  #footer .footer-nav .country {
    min-width: 210px;
  }
  #footer .footer-nav .country .dropdown {
    width: 210px;
  }

  #footer .footer-content {
    flex-direction: row;
    border-top: 0;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding-top: 32px;
  }

  #footer .footer-content .footer-copyright {
    order: 0;
  }

  .product-listing-block .products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .woocommerce .woocommerce-ordering {
    margin-top: -5px;
  }

  .woocommerce .checkout_coupon .button:hover,
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background: #00909d !important;
    color: #fff !important;
  }

  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    .wooslide-heading {
    display: none;
  }
  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    min-height: 100%;
  }
  .related.products {
    padding: 88px 0px;
  }
  .related.products h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .related-wrap .slick-dots , .related.products .slick-dots {
    display: none;
  }

  .section-dot .wp-block-columns {
    padding: 0 48px;
  }

  .section-dot .wp-block-column {
    padding: 40px 42px;
  }

  .section-dot .wp-block-column .ddg-form-group {
/*    width: 50%;*/
  max-width: 665px;
  }
}

@media (min-width: 1200px) {
  #footer,
  .sfi-block--product-brands-slider,
  .form-with-bg,
  .woocommerce.single-product div.product .related-wrap,
  .ingredient-listing-block,
  .product-listing-block,
  .patient-journey-block,
  .sfi-block--full-width-image-text,
  .product-banner,
  .sfi-block-advanced-editor,
  .content-image-box-block,
  .icon-with-lists-block,
  .half-content-half-image-block {
    padding: 88px 0;
  }

  #footer {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .icon-with-title-content-block .col-title {
    width: 26%;
  }

  .icon-with-title-content-block .col-content {
    width: calc(74% - 150px);
  }

  .section--heading__text {
    padding-bottom: 260px;
  }

  .woocommerce .archive-product-section-wrapper ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sfi-video-image-wrapper {
    padding: 80px 0px;
  }

  #footer .footer-nav .menu li a {
    font: 500 24px / 1.3334 "MetropolisMedium", sans-serif;
  }

  .home .header .cart {
    margin-left: 16px;
  }

  .section-dot .wp-block-columns {
    padding: 0 65px;
  }

  .section-dot {
    padding-bottom: 88px;
  }

  .search-results .section--with-aside .section__row .section__row-content .content-item__photo {
    max-width: 30%;
  }
  .search-results .section--with-aside .section__row .section__row-content .content-item__info {
    max-width: 70%;
  }
}

@media (max-width: 1195px) {
  .section--with-aside
    .buttons__row
    .pagination
    .btn:not(.btn-prev):not(.btn-next) {
    min-width: 40px;
  }

  .section--with-aside .buttons__row-inner.pagination {
    flex-wrap: inherit;
    row-gap: 10px;
  }

  .pagination .btn.btn-prev {
    margin-right: 6px;
  }

  .pagination .btn.btn-next {
    margin-left: 6px !important;
  }
}

@media (max-width: 1023px) {
  .header.has-bg .header-logo > img,
  .header .header-logo {
    width: 210px !important;
    height: auto !important;
  }

  #close rect,
  .mobile-nav__header .menu-close,
  .header .menu-toggle {
    color: #323d3e;
  }
  #close rect {
    fill: #323d3e;
  }
  .mobile-nav__header .logo img {
    width: 150px;
    height: auto;
  }
  .block--single-news .section--post-single__header {
    border-radius: 0;
  }
  .section--post-single .section__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .section--learn__head h2 {
    font-family: MetropolisBold, sans-serif;
  }

  .section--with-aside .section__row {
    flex-direction: column-reverse;
  }

  .section--with-aside .section__row .section__row-aside-item h4 {
    position: relative;
    padding-right: 24px;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #c1c2c3;
    border-radius: 4px;
    padding: 10px 30px 10px 10px;
  }

  .section__row-aside .category-item h4:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #323d3e #323d3e transparent transparent;
    transform: rotate(136deg);
  }

  .section__row-aside .category-item h4.active:before {
    top: 14px;
    transform: rotate(-45deg);
  }

  .section__row-aside .category-item nav {
    display: none;
  }

  .section--breadcrumbs.alt .breadcrumbs {
    padding-left: 0;
  }

  .woocommerce.single-product div.product .woocommerce-tabs .wc-tabs {
    margin-bottom: 30px;
    display: none !important;
  }

  .product-section-wrapper .woocommerce-Tabs-panel {
    display: block !important;
  }

  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
  }

  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    .wooslide-heading
    h2 {
    position: relative;
    padding-right: 30px;
    font-size: 22px;
  }

  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    .wooslide-heading
    h2:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    border-style: solid;
    border-color: #323d3e #323d3e transparent transparent;
    border-width: 1px 1px 0 0;
    width: 14px;
    height: 14px;
    transform: rotate(133deg);
    margin-top: -11px;
    transition: 0.3s ease;
  }

  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel.active
    .wooslide-heading
    h2:before {
    transform: rotate(-45deg);
    margin-top: -3px;
  }

  .woocommerce.single-product
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel
    .wooslide-content {
    display: none;
  }

  #footer .footer-nav {
    /*margin: 0;
    padding: 0;*/
  }

  .block--news-index-aside .section__row-aside{
    position: sticky !important;
/*    top: 99px;*/
top: 70px;
    left: 0;
    z-index: 999 !important;
    background: #fff;
    padding-top: 15px;
  }

  .woocommerce.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .wooslide-content .tab-inner-title {
    display: none;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    /*    font-size: 25px;*/
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  .page-title {
    font-size: 36px !important;
  }

  .header.has-bg .header-logo > img,
  .header .header-logo {
    /*    width: 180px !important;*/
    width: 150px !important;
    height: auto !important;
  }

  .section--brands-single {
    padding: 50px 0;
  }

  .sfi-block--product-brands-slider.section--brands-single
    .section--categories-slider
    .slick-dots {
    display: flex !important;
    margin-top: 30px;
  }

  .icon-with-title-content-block .col-title h2:before {
    top: 50%;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translateY(-50%);
  }

  .footer-logo {
    display: block;
  }
  div.footer-top .footer-logo {
    margin: 0 auto;
  }

  .footer-sharing-block {
    margin-top: 0;
  }

  .footer-sharing-block:before {
    display: none;
  }

  .sfi-block--full-width-image-text .btn {
    width: 100%;
  }

  .product-banner .banner-text .subtitle {
    font-size: 20px;
  }

  div.gform-theme.gform-theme--framework.gform_wrapper .gform_footer .button {
    width: 100% !important;
  }

  .gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
  }

  .card-ingredient .col-wrap,
  .card-ingredient .col-wrap .content-wrap {
    min-height: 0;
  }

  .section--post-single__header,
  .product-banner {
    min-height: 360px;
  }

  .card-ingredient .col-wrap {
    padding: 0;
    border-radius: 15px 0;
    overflow: hidden;
    flex-direction: column;
  }

  .card-ingredient .col-wrap .img-wrap {
    position: relative;
    height: 200px;
  }

  .page-id-1300 .wrapper,
  .page-id-1300 .main {
    overflow: visible;
  }

  .filter-block {
    position: sticky;
    z-index: 99;
    /*    top: 99px;*/
    top: 67px;
    background: #fff;
    padding: 20px 0;
  }

  .section--breadcrumbs .breadcrumbs ul {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .section--breadcrumbs .breadcrumbs ul li {
    display: inline;
  }

  .section--internal-page__aside {
    padding-bottom: 40px;
  }

  .content-image-box-block .col-content .col-wrap {
    border-radius: 40px 20px;
  }

  .related-post-slider .slick-dots,
  .block--news-index .articles__slider .slick-dots,
  .product-brands-slider .slick-dots,
  .woocommerce.single-product div.product .slick-dots {
    width: 100%;
  }

  .related-post-slider .slick-dots li,
  .block--news-index .articles__slider .slick-dots li,
  .product-brands-slider .slick-dots li,
  .woocommerce.single-product div.product .slick-dots li {
    display: block;
    margin: 0 5px;
  }

  .related-post-slider .slick-dots li button,
  .block--news-index .articles__slider .slick-dots li button,
  .product-brands-slider .slick-dots li button,
  .woocommerce.single-product div.product .slick-dots li button {
    width: 52px;
  }
  /*
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin-bottom: 30px;
  }*/

  .woocommerce.single-product div.product .variations {
    max-width: 100%;
  }

  .woocommerce.single-product div.product .variations .value {
    display: block;
  }

  .woocommerce.single-product div.product .woocommerce-variation-add-to-cart {
    flex-direction: column;
  }

  .woocommerce.single-product
    div.product
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button {
    width: 100%;
  }

  .sticky-filter .filter-block .sort-by {
    display: none;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none;
    text-align: center;
    /*    margin: 0 auto 10px;*/
    margin: 0 auto;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 0 auto 20px;
  }

  .post-type-archive .wrapper,
  .post-type-archive .main {
    overflow: initial;
  }

  .post-type-archive.woocommerce .woocommerce-ordering {
    position: sticky;
    top: 67px;
    left: 0;
    background: #fff;
    z-index: 99;
    padding: 10px 0;
  }

  .admin-bar .post-type-archive.woocommerce .woocommerce-ordering {
    top: 99px;
  }

  .block--news-index-aside .section__row-aside{
    top: 67px;
  }

  .admin-bar .block--news-index-aside .section__row-aside {
    top: 99px;
  }

  .woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .woocommerce table.cart td.actions .coupon .button {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media (max-width: 640px) {
  .filter-block {
    align-items: flex-end;
  }
}

@media screen and (min-width: 2200px) {
  .block--header-slider .text-image .section--heading__media > img {
    margin-left: 120px !important;
  }
}

/**woocommerce --dev2**/
.woocommerce .checkout.woocommerce-checkout .col2-set .col-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.woocommerce-checkout .checkout.woocommerce-checkout .col1-set {
  padding-bottom: 30px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce .quantity .qty {
  width: auto;
  height: 48px;
  border: 1px solid #c1c2c3;
  font-size: 16px;
  color: #323d3e;
  border-radius: 4px;
}
.woocommerce .quantity .qty {
  width: 80px;
  padding: 2px 5px;
}
.woocommerce-cart:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce-cart:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce-cart:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce-cart:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce-cart
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce-cart
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce-cart
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce-cart
  input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background: #00616a;
  font-size: 16px;
/*  font-weight: 700;*/
  font-family: "MetropolisBold", sans-serif;
  color: #ffffff;
  height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
}

.woocommerce-checkout.checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #00616a;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 20px;
  height: auto;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background: #00909d !important;
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:disabled[disabled] {
  color: #ffffff;
}
@media (min-width: 768px) {
  .woocommerce-checkout .checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .checkout.woocommerce-checkout .col2-set {
    width: 50%;
    padding-right: 20px;
  }
  .woocommerce-checkout .checkout.woocommerce-checkout .col1-set {
    width: 50%;
    padding-top: 0;
    padding-left: 20px;
  }

  .woocommerce .checkout.woocommerce-checkout .col2-set .col-1 {
    padding-right: 0;
    width: 100%;
  }

  .woocommerce .checkout.woocommerce-checkout .col2-set .col-2 {
    padding-left: 0;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .woocommerce-checkout .checkout.woocommerce-checkout .col1-set {
    width: 50%;
    padding-top: 0;
    padding-left: 40px;
  }
}
.related-insight-tag {
  position: absolute;
  top: 13px;
  left: 0;
}

.related-insight-tag .woo-tag {
  background: #00616a;
  border-radius: 0 4px 4px 0;
  color: #fff;
}
.header .cart {
  position: relative;
}
.c-num {
  position: absolute;
/*  background: #ccccccf0;*/
  background: #00616a;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  top: -5px;
  right: -6px;
  padding: 2px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body.single-product main{
  padding-bottom: 0px;
}
#ship-to-different-address label{
  display: flex;
}
#ship-to-different-address input[type=checkbox] {
  display: block;
  visibility: visible;
  width: 25px;
  margin-right: 10px;
  -webkit-appearance: auto;
}

/** Custom Collapse section **/
.custom-collapse-wrapper .collapse-title{
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}


.custom-collapse-wrapper .collapse-content{
  display: none;
}

.custom-collapse-wrapper .collapse-title .icon {
  transition: 0.3s ease;
}
.custom-collapse-wrapper .custom-collapse .collapse-title h3 {
  margin: 0 !important;
}

.custom-collapse-wrapper .custom-collapse.open .collapse-title .icon {
  transform: rotate(180deg);
  margin-top: 3px;
}

.header-nav__menu .menu-item.menu-item-has-children>a {
  padding-right: 24px;
}


@media (max-width: 1365px) {
  .header-nav__menu .menu-item.menu-item-has-children svg {
    right: 7px;
  }
}

@media (min-width:1024px) and (max-width: 1199px) {
  body.home .header.has-bg .header-logo:before {
    right: 0;
  }

  .home .header.has-bg .header-nav__menu .menu-item {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width:1025px) and (max-width: 1364px) {
    .header-nav__menu .menu-item {
         padding-left: 15px;
         padding-right: 15px;
    }
}
@media (min-width:1024px) {
      .home .mega--menu__info {
        padding-left: 33%;
        flex: 1 1 55%;
        max-width: 55%;
    }

      .home .mega--menu__links {
        flex: 1 1 45%;
        max-width: 45%;
    }
}

@media (min-width:1300px) {
      .home .mega--menu__info {
        padding-left: 27%;
        flex: 1 1 50%;
        max-width: 50%;
    }

      .home .mega--menu__links {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

