/*!/wp-content/themes/herbal-clinic/dist/css/style.css*/@charset "UTF-8";
/**
* Reset styles.
*
* Minimal reset of style.
* Some good practice are already in the inline CSS of each Gutenberg blocks.
*
* More about reset files:
* https://piccalil.li/blog/a-modern-css-reset/
* https://www.joshwcomeau.com/css/custom-css-reset/
* https://github.com/twbs/bootstrap/blob/main/scss/_reboot.scss
*/
/**
* Use box-sizing for every element.
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
* Font smoothing.
*/
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
* Remove built-in form typography styles.
*/
input,
button,
textarea,
select {
  font: inherit;
}

/**
* Remove all animations, transitions for people that prefer not to see them.
* This is a global setting,
* but it would be better to use it on a per-element basis.
* https://web.dev/prefers-reduced-motion/#remove-motion-on-the-web
*
* These animations/@keyframes must be loaded from lazy.scss.
* Comment the lines below if an approach on per-element basis is used.
*/
@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol,
ul {
  padding-left: 28px;
}

button {
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

:root {
  --color--primary: #2E5F36;
  --color--primary-dark: #3E3C37;
  --color--secondary: #333333;
  --color--tertiary: #DEEDF5;
  --color--quaternary: #FFFFF4;
  --color--quinary: #A9A9A9;
  --color--senary: #f7f7f7;
  --color--eight: #d8d8d8;
  --color--form-border: #f7f7f7;
  --color--form-placeholder-color: #d2d2d2;
  --color--background: #EDEDED;
  --color--background2: #f9f9f9;
  --color--foreground: #292929;
  --color--opacity: rgba(0, 0, 0, 0.16);
  --color--semantic-interactive: #2550ec;
  --color--semantic-success: #099b32;
  --color--semantic-error: #FF0000;
  --color--text-primary: #292929;
  --font-family--primary: poppins, geneva, verdana, sans-serif;
 --font-family--secondary: poppins, geneva, verdana, sans-serif;
  --font-size--micro: 0.8125rem;
  --font-size--micro: 0.8125rem;
  --font-size--tiny: 0.875rem;
  --font-size--smaller: 0.9375rem;
  --font-size--small: 1rem;
  --font-size--normal: 1.125rem;
  --font-size--medium: 1.25rem;
  --font-size--large: 1.5625rem;
  --font-size--larger: 1.875rem;
  --font-size--largest: 2.75rem;
  --font-size--huge: 3.125rem;
  --font-size--gigantic: 3.75rem;
  --line-height--tiny: 1;
  --line-height--smaller: 1.17;
  --line-height--small: 1.25;
  --line-height--medium: 1.39;
  --line-height--large: 1.67;
  --line-height--larger: 1.97;
  --letter-spacing--none: 0%;
  --letter-spacing--small: 2%;
  --letter-spacing--medium: 4%;
  --font-weight--regular: 400;
  --font-weight--medium: 400;
  --font-weight--semibold: 700;
  --font-weight--bold: 700;
  --content-size: 1600px;
  --wide-size: 1800px;
  --block-gap: 1rem;
}

/* Remove Scrollbar */
/* Reset Lists */
/* Assets Path */
.link-btn-2, .link-btn {
  color: #fff;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: var(--font-weight--medium);
  font-size: 13px;
}

.link-btn {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.link-btn:hover, .link-btn:focus {
  color: #fff;
  background-color: var(--color--secondary);
}

.link-btn__square-sm, .link-btn__square-alt, .link-btn__square, .link-btn-2 {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.link-btn__square-sm:hover, .link-btn__square-alt:hover, .link-btn__square:hover, .link-btn-2:hover, .link-btn__square-sm:focus, .link-btn__square-alt:focus, .link-btn__square:focus, .link-btn-2:focus {
  color: #fff;
  background-color: var(--color--primary);
}

.link-btn {
  background-color: var(--color--primary);
  min-width: 170px;
  min-height: 45px;
}

.link-btn-2 {
  min-width: 292px;
  min-height: 61px;
}

.image-card__image-btn, .hentry .entry-content .wp-block-button .wp-block-button__link, .link-btn__square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  background-color: var(--color--primary);
  border: 1px solid var(--color--primary);
  color: #fff;
  border-radius: 7px;
  padding: 10px 15px;
  min-width: 232px;
  font-size: var(--font-size--normal);
  font-weight: var(--font-weight--medium);
  text-transform: uppercase;
}
.image-card__image-btn:hover, .hentry .entry-content .wp-block-button .wp-block-button__link:hover, .link-btn__square:hover, .image-card__image-btn:focus, .hentry .entry-content .wp-block-button .wp-block-button__link:focus, .link-btn__square:focus {
  border: 1px solid var(--color--primary-dark);
  background-color: var(--color--primary-dark);
}
@media (min-width: 768px) {
  .image-card__image-btn, .hentry .entry-content .wp-block-button .wp-block-button__link, .link-btn__square {
    min-height: 66px;
  }
}

.link-btn__square-sm, .link-btn__square-alt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  background-color: transparent;
  border: 2px solid var(--color--primary);
  color: var(--color--primary);
  border-radius: 7px;
  padding: 10px 15px;
  min-width: 232px;
  font-size: var(--font-size--normal);
  font-weight: var(--font-weight--medium);
  text-transform: uppercase;
}
.link-btn__square-sm:hover, .link-btn__square-alt:hover, .link-btn__square-sm:focus, .link-btn__square-alt:focus {
  border: 1px solid var(--color--primary);
}
@media (min-width: 768px) {
  .link-btn__square-sm, .link-btn__square-alt {
    min-height: 66px;
  }
}

.form-row .button, .prev-posts-link a,
.next-posts-link a, #address_form .h2-link, #ship-to-different-address-checkbox + span, .wc-proceed-to-checkout .button.checkout-button, .single_add_to_cart_button, [name=apply_coupon], input[type=reset], input[type=submit], button[type=submit], [name=update_cart], ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
  background-color: var(--color--primary-dark);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 7px;
  padding: 5px 15px;
  min-width: 200px;
  font-size: var(--font-size--tiny);
  font-weight: var(--font-weight--bold);
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.form-row .button:hover, .prev-posts-link a:hover,
.next-posts-link a:hover, #address_form .h2-link:hover, #ship-to-different-address-checkbox + span:hover, .wc-proceed-to-checkout .button.checkout-button:hover, .single_add_to_cart_button:hover, [name=apply_coupon]:hover, input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover, [name=update_cart]:hover, ul.products li.product .button:hover, ul.products .wc-block-grid__product .button:hover, .wc-block-grid__products li.product .button:hover, .wc-block-grid__products .wc-block-grid__product .button:hover, .form-row .button:focus, .prev-posts-link a:focus,
.next-posts-link a:focus, #address_form .h2-link:focus, #ship-to-different-address-checkbox + span:focus, .wc-proceed-to-checkout .button.checkout-button:focus, .single_add_to_cart_button:focus, [name=apply_coupon]:focus, input[type=reset]:focus, input[type=submit]:focus, button[type=submit]:focus, [name=update_cart]:focus, ul.products li.product .button:focus, ul.products .wc-block-grid__product .button:focus, .wc-block-grid__products li.product .button:focus, .wc-block-grid__products .wc-block-grid__product .button:focus {
  border: 1px solid var(--color--foreground);
  background-color: var(--color--foreground);
}
@media (min-width: 768px) {
  .form-row .button, .prev-posts-link a,
.next-posts-link a, #address_form .h2-link, #ship-to-different-address-checkbox + span, .wc-proceed-to-checkout .button.checkout-button, .single_add_to_cart_button, [name=apply_coupon], input[type=reset], input[type=submit], button[type=submit], [name=update_cart], ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
    min-height: 40px;
  }
}

.blue-bg {
  background-color: var(--color--tertiary);
}

.gray-bg {
  background-color: var(--color--background2);
}

.white-bg {
  background-color: #fff;
}

.responsive-header1 {
  font-size: var(--font-size--huge);
}
@media (min-width: 768px) {
  .responsive-header1 {
    font-size: var(--font-size--gigantic);
  }
}

.account-icon {
  background-image: url("/wp-content/themes/herbal-clinic/dist/css/../../assets/images/user.svg");
  width: 22px;
  height: 22px;
}

.shop-icon {
  background-image: url("/wp-content/themes/herbal-clinic/dist/css/../../assets/images/shop.svg");
  width: 25px;
  height: 22px;
}

.shop-link {
  position: relative;
}
.shop-link .count {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 2;
  font-size: 11px;
  border-radius: 50%;
  background: #d60b28;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  text-align: center;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body, button, input, textarea {
  color: #43454b;
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

select {
  color: initial;
  font-family: "Poppins", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 100%;
}

summary {
  display: list-item;
}

.alpha, .beta, .gamma, .delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
  margin-top: 2.2906835em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.41575em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 1.618em;
}

b, strong {
  font-weight: 600;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  padding: 0 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
}

address {
  margin: 0 0 1.41575em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  text-decoration: none;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

a {
  color: #3E3C37;
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--color--primary);
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: 2px solid #7f54b3;
}

.storefront-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

.site {
  overflow-x: hidden;
}

.site-content, .header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-branding .logo {
  margin: 0;
}

.site-content {
  outline: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: none;
}

.screen-reader-text.skip-link:focus {
  -webkit-clip-path: none;
  clip-path: none;
}

table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 1.41575em;
  border-collapse: separate;
}

table caption {
  padding: 1em 0;
  font-weight: 600;
}

table td, table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}

table td p:last-child, table th p:last-child {
  margin-bottom: 0;
}

table th {
  font-weight: 600;
}

table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}

table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}

table tbody h2 a {
  font-weight: 400;
}

.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}

.error404 .site-content .widget_product_search form {
  margin: 0;
}

.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
  width: 100%;
}

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  margin-bottom: 2.617924em;
}

.error404 .fourohfour-columns-2::before, .error404 .fourohfour-columns-2::after {
  content: "";
  display: table;
}

.error404 .fourohfour-columns-2::after {
  clear: both;
}

.error404 .fourohfour-columns-2 ul.products li.product, .error404 .fourohfour-columns-2 .widget {
  margin-bottom: 0;
}

.error404 .fourohfour-columns-2 .col-1 ul.products {
  margin-bottom: 2.2906835em;
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.0909090909%;
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
  margin-right: 0;
}

.error404 .fourohfour-columns-2 .col-2 {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}

#comments {
  padding-top: 2.617924em;
}

#comments .comments-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.5407911001em;
  margin-bottom: 1.618em;
}

#comments .comment-list {
  list-style: none;
  margin-left: 0;
}

#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
  content: "";
  display: table;
}

#comments .comment-list .comment-body::after {
  clear: both;
}

#comments .comment-list .comment-content {
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}

#comments .comment-list .comment-content .comment-text {
  padding: 1.618em;
  border-radius: 3px;
}

#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}

#comments .comment-list .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-list .comment-meta .avatar {
  margin-bottom: 1em;
  max-width: 64px;
  height: auto;
}

#comments .comment-list .comment-meta a.comment-date {
  font-size: 0.875em;
}

#comments .comment-list .comment-meta cite {
  font-style: normal;
  clear: both;
  display: block;
}

#comments .comment-list .reply {
  margin-bottom: 1.618em;
  padding-top: 0.6180469716em;
}

#comments .comment-list .reply::before, #comments .comment-list .reply::after {
  content: "";
  display: table;
}

#comments .comment-list .reply::after {
  clear: both;
}

#comments .comment-list .reply a {
  display: inline-block;
  margin-right: 1em;
}

#comments .comment-list .reply a:last-child {
  margin-right: 0;
}

#comments .comment-list .children {
  list-style: none;
}

.comment-content a {
  word-wrap: break-word;
}

#respond {
  clear: both;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.0125);
  position: relative;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
  width: 100%;
}

#respond .form-submit, #respond form {
  margin-bottom: 0;
}

#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.5407911001em;
  right: 0.5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  -webkit-transition: ease, 0.3s, -webkit-transform;
  transition: ease, 0.3s, -webkit-transform;
  -o-transition: transform, ease, 0.3s;
  transition: transform, ease, 0.3s;
  transition: transform, ease, 0.3s, -webkit-transform;
}

#respond #cancel-comment-reply-link:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.hentry {
  margin: 0 0 4.235801032em;
}

.hentry .wp-post-image {
  margin-bottom: 1.618em;
  margin-left: auto;
  margin-right: auto;
}

.hentry .entry-header {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hentry .entry-header .posted-on, .hentry .entry-header .post-author, .hentry .entry-header .post-comments, .hentry .entry-header .byline {
  font-size: 0.875em;
}

.hentry .entry-header .posted-on a, .hentry .entry-header .post-author a, .hentry .entry-header .post-comments a, .hentry .entry-header .byline a {
  font-weight: 600;
  text-decoration: underline;
}

.hentry .entry-header .posted-on a:hover, .hentry .entry-header .post-author a:hover, .hentry .entry-header .post-comments a:hover, .hentry .entry-header .byline a:hover {
  text-decoration: none;
}

.hentry .entry-content a:hover {
  text-decoration: none;
}

.hentry .entry-content a.button, .hentry .entry-content a.components-button:not(.is-link), .hentry .entry-content a.wp-block-button__link {
  text-decoration: none;
}

.hentry .entry-taxonomy {
  margin: 1.41575em 0 0;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.cat-links, .tags-links {
  font-size: 0.875em;
}

.cat-links a, .tags-links a {
  color: #727272;
  font-weight: 600;
  text-decoration: underline;
}

.byline, .updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 1em 0;
}

embed, iframe, object, video {
  max-width: 100%;
}

.handheld-navigation, .nav-menu, .main-navigation div.menu > ul:not(.nav-menu) {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all, ease, 0.8s;
  -o-transition: all, ease, 0.8s;
  transition: all, ease, 0.8s;
}

.handheld-navigation {
  clear: both;
}

.handheld-navigation ul {
  margin: 0;
}

.handheld-navigation ul.menu li {
  position: relative;
}

.handheld-navigation ul.menu li button::after {
  -webkit-transition: all, ease, 0.9s;
  -o-transition: all, ease, 0.9s;
  transition: all, ease, 0.9s;
}

.handheld-navigation ul.menu li button.toggled-on::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.handheld-navigation ul.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all, ease, 0.9s;
  -o-transition: all, ease, 0.9s;
  transition: all, ease, 0.9s;
}

.handheld-navigation ul.menu .sub-menu.toggled-on {
  visibility: visible;
  max-height: 9999px;
  opacity: 1;
}

.handheld-navigation .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu > ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

.main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.main-navigation ul ul {
  display: block;
  margin-left: 1.41575em;
}

.main-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}

.main-navigation ul li a:hover {
  color: #e6e6e6;
}

.site-main nav.navigation {
  clear: both;
  padding: 2.617924em 0;
}

.site-main nav.navigation::before, .site-main nav.navigation::after {
  content: "";
  display: table;
}

.site-main nav.navigation::after {
  clear: both;
}

.site-main nav.navigation .nav-previous a, .site-main nav.navigation .nav-next a {
  display: inline-block;
}

.site-main nav.navigation .nav-previous {
  float: left;
  width: 50%;
}

.site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.pagination, .woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  text-align: center;
  clear: both;
}

.pagination ul.page-numbers::before, .pagination ul.page-numbers::after, .woocommerce-pagination ul.page-numbers::before, .woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table;
}

.pagination ul.page-numbers::after, .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}

.pagination .page-numbers, .woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
  vertical-align: middle;
}

.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
  display: inline-block;
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  background-color: rgba(0, 0, 0, 0.025);
  color: #43454b;
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #2E5F36;
  border-color: #2E5F36;
  color: #ffffff;
}

.pagination .page-numbers li .page-numbers.dots, .woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: rgba(0, 0, 0, 0);
}

.pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next, .woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce-pagination .page-numbers li .page-numbers.next {
  padding-left: 1em;
  padding-right: 1em;
}

.pagination .page-numbers li a.page-numbers:hover, .woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.rtl .pagination a.next, .rtl .pagination a.prev, .rtl .woocommerce-pagination a.next, .rtl .woocommerce-pagination a.prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (min-width: 768px) {
  table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
    text-align: left;
  }
  .col-full {
    max-width: 66.4989378333em;
    margin-left: auto;
    margin-right: auto;
  }
  .site-content::before, .site-content::after {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }
  .comment-list::before, .comment-list::after {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list .comment-meta {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
    text-align: right;
  }
  .comment-list .comment-meta .avatar {
    float: right;
  }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em;
  }
  .comment-list .comment-content, .comment-list #respond {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .comment-list #respond {
    float: right;
  }
  .comment-list #respond .comment-form-author, .comment-list #respond .comment-form-email, .comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    -webkit-box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    margin-bottom: 2.617924em;
    margin-top: -1.618em;
  }
  .comment-list .reply {
    clear: both;
    text-align: right;
  }
  .comment-list ol.children {
    width: 88.2352941176%;
    float: right;
    margin-right: 0;
    list-style: none;
  }
  .comment-list ol.children .comment-meta {
    width: 20%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .comment-list ol.children .comment-content, .comment-list ol.children #respond {
    width: 73.3333333333%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children .comment-meta {
    width: 23.0769230769%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .comment-list ol.children ol.children .comment-content, .comment-list ol.children ol.children #respond {
    width: 69.2307692308%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children {
    width: 84.6153846154%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children .comment-meta {
    width: 27.2727272727%;
    float: left;
    margin-right: 9.0909090909%;
  }
  .comment-list ol.children ol.children ol.children .comment-content, .comment-list ol.children ol.children ol.children #respond {
    width: 63.6363636364%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children {
    width: 81.8181818182%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-meta {
    width: 33.3333333333%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-content, .comment-list ol.children ol.children ol.children ol.children #respond {
    width: 55.5555555556%;
    float: right;
    margin-right: 0;
  }
  #respond {
    padding: 2.617924em;
  }
  #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  #respond .comment-form-url {
    float: right;
    margin-right: 0;
  }
  #respond .comment-form-comment {
    clear: both;
  }
  .hentry .entry-header {
    margin-bottom: 2.617924em;
  }
}
@media (max-width: 66.4989378333em) {
  .col-full {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .col-full {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    padding: 0;
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.price ins {
  font-weight: 400;
}

.woocommerce-active .site-branding {
  float: left;
}

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}

.site-header-cart .cart-contents {
  display: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1.41575em;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-left: 1em;
}

.site-search {
  font-size: 0.875em;
  clear: both;
  display: none;
}

.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
  padding: 1em 1.41575em;
  line-height: 1;
}

.site-search .widget_product_search form::before {
  top: 1.15em;
  left: 1.15em;
}

.site-search .widget_product_search #searchsubmit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.storefront-handheld-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.storefront-handheld-footer-bar::before,
.storefront-handheld-footer-bar::after {
  content: "";
  display: table;
}

.storefront-handheld-footer-bar::after {
  clear: both;
}

.storefront-handheld-footer-bar ul {
  margin: 0;
}

.storefront-handheld-footer-bar ul li {
  display: inline-block;
  float: left;
  text-align: center;
}

.storefront-handheld-footer-bar ul li:last-child > a {
  border-right: 0;
}

.storefront-handheld-footer-bar ul li > a {
  height: 4.235801032em;
  display: block;
  position: relative;
  text-indent: -9999px;
  z-index: 999;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.storefront-handheld-footer-bar ul li > a:focus {
  z-index: 1000;
}

.storefront-handheld-footer-bar ul li.search .site-search {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  -webkit-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  padding: 1em;
  z-index: 1;
  display: block;
}

.storefront-handheld-footer-bar ul li.search.active .site-search {
  bottom: 100%;
}

.storefront-handheld-footer-bar ul li.search .site-search,
.storefront-handheld-footer-bar ul li.search .widget,
.storefront-handheld-footer-bar ul li.search form {
  margin-bottom: 0;
}

.storefront-handheld-footer-bar ul li.cart .count {
  text-indent: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 0.75em;
  position: absolute;
  top: 0.875em;
  left: 50%;
  border-radius: 100%;
  border: 1px solid;
}

.storefront-handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none;
}

.storefront-handheld-footer-bar ul.columns-2 li {
  width: 50%;
}

.storefront-handheld-footer-bar ul.columns-3 li {
  width: 33.33333%;
}

.storefront-handheld-footer-bar ul.columns-4 li {
  width: 25%;
}

.storefront-handheld-footer-bar ul.columns-5 li {
  width: 20%;
}

@media screen and (max-height: 320px) {
  .sf-input-focused .woocommerce-store-notice,
.sf-input-focused .storefront-handheld-footer-bar {
    display: none;
  }
}
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before,
table.shop_table_responsive tr td::after {
  content: "";
  display: table;
}

table.shop_table_responsive tr td::after {
  clear: both;
}

table.shop_table_responsive tr td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}

table.shop_table_responsive.my_account_orders .order-actions::before {
  display: none;
}

ul.products::before,
ul.products::after {
  content: "";
  display: table;
}

ul.products::after {
  clear: both;
}

ul.products,
.wc-block-grid__products {
  margin-left: 0;
  margin-bottom: 0;
  clear: both;
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  list-style: none;
  margin-left: 0;
  margin-bottom: 4.235801032em;
  text-align: center;
  position: relative;
}

ul.products li.product .star-rating,
ul.products .wc-block-grid__product .star-rating,
.wc-block-grid__products li.product .star-rating,
.wc-block-grid__products .wc-block-grid__product .star-rating {
  margin: 0 auto 0.5407911001em;
}

ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
  display: block;
}

ul.products li.product .price,
ul.products .wc-block-grid__product .price,
.wc-block-grid__products li.product .price,
.wc-block-grid__products .wc-block-grid__product .price {
  display: block;
  color: #43454b;
  font-weight: 400;
  margin-bottom: 1rem;
}

ul.products li.product .price ins,
ul.products .wc-block-grid__product .price ins,
.wc-block-grid__products li.product .price ins,
.wc-block-grid__products .wc-block-grid__product .price ins {
  margin-left: 0.6180469716em;
  background-color: rgba(0, 0, 0, 0);
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .wc-block-grid__product-title,
ul.products li.product .wc-block-grid__product-title > a,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .woocommerce-loop-category__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
ul.products .wc-block-grid__product .wc-block-grid__product-title > a,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .woocommerce-loop-category__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products li.product .wc-block-grid__product-title > a,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title > a {
  font-weight: 400;
  margin-bottom: 0.5407911001em;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .wc-block-grid__product-title,
ul.products li.product .wc-block-grid__product-title > a:not(.has-font-size),
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .woocommerce-loop-category__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
ul.products .wc-block-grid__product .wc-block-grid__product-title > a:not(.has-font-size),
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .woocommerce-loop-category__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products li.product .wc-block-grid__product-title > a:not(.has-font-size),
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title > a:not(.has-font-size) {
  font-size: var(--font-size--normal);
  line-height: var(--line-height--large);
}

ul.products li.product .star-rating,
ul.products .wc-block-grid__product .star-rating,
.wc-block-grid__products li.product .star-rating,
.wc-block-grid__products .wc-block-grid__product .star-rating {
  font-size: 0.875em;
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  display: block;
  margin: 0 auto 1.618em;
}

ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
  margin-bottom: 1.618em;
}

ul.products li.product .button,
ul.products .wc-block-grid__product .button,
.wc-block-grid__products li.product .button,
.wc-block-grid__products .wc-block-grid__product .button {
  margin-bottom: 0.236em;
}

.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content ul.products li.product > a {
  text-decoration: none;
}

.price del {
  opacity: 0.5;
  font-weight: 400;
}

.price del + ins {
  margin-left: 0.327em;
}

.single-product .pswp__button {
  background-color: rgba(0, 0, 0, 0);
}

.single-product div.product {
  position: relative;
  overflow: hidden;
}

.single-product div.product::before,
.single-product div.product::after {
  content: "";
  display: table;
}

.single-product div.product::after {
  clear: both;
}

.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 2.617924em;
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .zoomImg {
  background-color: #fff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
}

.single-product div.product .woocommerce-product-gallery img {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
  content: "";
  display: table;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 1.618em;
  cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  -webkit-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 42.8571428571%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 23.8095238%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 14.2857142857%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 8.5714285714%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block;
}

.single-product div.product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 1em;
}

.single-product div.product .images .thumbnails a.zoom.last {
  margin-right: 0;
}

.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
}

.single-product div.product form.cart {
  margin-bottom: 1.618em;
  padding: 1em 0;
}

.single-product div.product form.cart::before,
.single-product div.product form.cart::after {
  content: "";
  display: table;
}

.single-product div.product form.cart::after {
  clear: both;
}

.single-product div.product form.cart .quantity {
  float: left;
  margin-right: 0.875em;
}

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
  float: none;
  margin-right: 0;
}

.single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
  margin-right: 0;
}

.single-product div.product p.price {
  font-size: 1.41575em;
  margin: 1.41575em 0;
}

.single-product div.product table.variations {
  table-layout: fixed;
  margin: 0;
}

.single-product div.product table.variations th,
.single-product div.product table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
}

.single-product div.product table.variations .value {
  margin-bottom: 1em;
}

.single-product div.product table.variations select {
  max-width: 70%;
  vertical-align: middle;
}

.single-product div.product .single_variation .price {
  margin-bottom: 1em;
  display: block;
}

.single-product div.product .variations_button {
  padding-top: 1em;
}

.single-product div.product .variations_button::before,
.single-product div.product .variations_button::after {
  content: "";
  display: table;
}

.single-product div.product .variations_button::after {
  clear: both;
}

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
  margin-top: -0.875em;
}

.single-product div.product .woocommerce-product-rating::before,
.single-product div.product .woocommerce-product-rating::after {
  content: "";
  display: table;
}

.single-product div.product .woocommerce-product-rating::after {
  clear: both;
}

.single-product div.product .woocommerce-product-rating a {
  font-weight: 600;
  text-decoration: underline;
}

.single-product div.product .woocommerce-product-rating a:hover {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  margin-right: 0.6180469716em;
}

.single-product div.product .product_meta {
  font-size: 0.875em;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: block;
}

.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0;
}

.single-product div.product .product_meta a {
  font-weight: 600;
  text-decoration: underline;
}

.single-product div.product .product_meta a:hover {
  text-decoration: none;
}

.single-product div.product .edit-link {
  font-size: 0.875em;
  margin-top: 1em;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}

#reviews {
  outline: none;
}

#reviews #comments {
  padding-top: 0;
}

#reviews .comment-reply-title {
  display: none;
}

#reviews .commentlist {
  list-style: none;
  margin-left: 0;
}

#reviews .commentlist li {
  margin-bottom: 2.617924em;
  list-style: none;
  clear: both;
}

#reviews .commentlist li::before,
#reviews .commentlist li::after {
  content: "";
  display: table;
}

#reviews .commentlist li::after {
  clear: both;
}

#reviews .commentlist li .comment_container {
  border-radius: 3px;
}

#reviews .commentlist li .comment_container::before,
#reviews .commentlist li .comment_container::after {
  content: "";
  display: table;
}

#reviews .commentlist li .comment_container::after {
  clear: both;
}

#reviews .commentlist li .comment_container .comment-text {
  width: 81.8181818182%;
  float: right;
  margin-right: 0;
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
  float: right;
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
}

#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

#reviews .commentlist li time {
  opacity: 0.5;
  font-size: 0.875em;
}

#reviews .commentlist li .avatar {
  width: 9.0909090909%;
  float: left;
  margin-right: 9.0909090909%;
  height: auto;
}

#reviews .commentlist li p.meta {
  margin-bottom: 1em;
}

#reviews .commentlist li p.meta strong {
  line-height: 1;
}

#reviews .commentlist li p.meta time {
  display: block;
}

#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: 0.875em;
}

#reviews .commentlist li p.meta .woocommerce-review__dash {
  display: none;
}

#reviews .commentlist li ul.children {
  margin: 0;
  width: 81.8181818182%;
  float: right;
  margin-right: 0;
  padding-top: 1.618em;
}

#reviews .commentlist li ul.children .avatar {
  width: 11.1111111111%;
  float: left;
  margin-right: 11.1111111111%;
}

#reviews .commentlist li ul.children .comment-text {
  width: 77.7777777778%;
  float: right;
  margin-right: 0;
}

#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em;
}

#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0;
}

#reviews .comment-form-rating {
  clear: both;
}

#reviews .comment-form-rating label {
  display: block;
}

.storefront-breadcrumb {
  margin: 0 0 1.618em;
  padding: 1em 0;
}

.woocommerce-breadcrumb {
  font-size: 0.875em;
}

.woocommerce-breadcrumb a {
  text-decoration: underline;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: none;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-block;
  padding: 0 0.5407911001em;
}

.product_list_widget {
  list-style: none;
  margin-left: 0;
}

.product_list_widget li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.product_list_widget li::before,
.product_list_widget li::after {
  content: "";
  display: table;
}

.product_list_widget li::after {
  clear: both;
}

.product_list_widget li img {
  max-width: 2.617924em;
  float: right;
}

.product_list_widget li > a {
  display: block;
}

.product_list_widget a:hover {
  color: #2c2d33;
}

.widget ul.products li.product a {
  text-decoration: none;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}

.widget_shopping_cart .product_list_widget li {
  padding-left: 2em;
  position: relative;
}

.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 1em;
  left: 0;
  opacity: 1;
}

.widget_shopping_cart p.total,
.widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center;
}

.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180469716em;
}

.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}

.widget_shopping_cart .buttons a img {
  margin-left: auto;
  margin-right: auto;
}

.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li {
  padding-left: 1.41575em;
  padding-right: 1.41575em;
}

.widget_layered_nav li {
  margin-bottom: 0.6180469716em;
}

.widget.woocommerce li .count {
  font-size: 1em;
  float: right;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .widget_price_filter .price_slider_amount {
    text-align: left;
  }
  .widget_price_filter .price_slider_amount .button {
    display: block;
    float: none;
    width: 100%;
  }
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  cursor: ew-resize;
  background: #2c2d33;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.25em;
  margin-left: auto;
  opacity: 1;
  border: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #2c2d33;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

/*!rtl:end:ignore*/
table.cart {
  margin-bottom: 3.706325903em;
}

table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
  display: none;
}

table.cart .product-thumbnail img {
  margin: 0 auto;
  max-width: 3.706325903em;
  height: auto;
}

table.cart .product-thumbnail::before {
  display: none;
}

table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}

table.cart td.product-remove {
  padding: 0;
  border-top: 1.618em solid;
  position: relative;
}

table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -0.6180469716em;
  right: -0.6180469716em;
}

table.cart td.product-quantity .qty {
  padding: 0.326em;
  width: 3.706325903em;
}

table.cart td.product-name {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

table.cart td,
table.cart th {
  padding: 0.875em 0.875em 0;
}

table.cart td.product-subtotal {
  padding-bottom: 0.875em;
}

table.cart td.actions {
  border-top: 1em solid transparent;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

table.cart td.actions label {
  display: none;
}

table.cart td.actions .coupon {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.5407911001em 0;
}

.wc-proceed-to-checkout {
  margin-bottom: 1.618em;
}

.wc-proceed-to-checkout::before,
.wc-proceed-to-checkout::after {
  content: "";
  display: table;
}

.wc-proceed-to-checkout::after {
  clear: both;
}

.wc-proceed-to-checkout .button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}

.wc-proceed-to-checkout .button.checkout-button {
  font-size: 1.41575em;
}

.woocommerce-shipping-calculator {
  margin: 0;
}

.woocommerce-shipping-calculator > p:first-child {
  margin: 0;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em;
}

ul#shipping_method {
  list-style: none;
  margin-left: 0;
}

ul#shipping_method li {
  margin-bottom: 0.2360828548em;
}

ul#shipping_method li:last-child {
  margin-bottom: 0;
}

ul#shipping_method input {
  margin-right: 0.3342343017em;
}

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
}

.checkout_coupon {
  margin-bottom: 2.617924em;
}

form.checkout {
  position: static !important;
}

form.checkout::before,
form.checkout::after {
  content: "";
  display: table;
}

form.checkout::after {
  clear: both;
}

form.checkout > .blockUI {
  position: fixed !important;
}

#payment::before,
#payment::after {
  content: "";
  display: table;
}

#payment::after {
  clear: both;
}

#payment .create-account {
  clear: both;
}

#payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important;
}

#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
  display: block;
  padding: 1.41575em;
  cursor: pointer;
}

#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
}

#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618em;
}

#payment .payment_methods li:last-child:not(.woocommerce-notice) {
  padding-bottom: 0;
  border-bottom: 0;
}

#payment .payment_methods li p {
  margin: 0;
}

#payment .payment_methods li .payment_box {
  padding: 1.41575em;
}

#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
  font-size: 0.875em;
}

#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}

#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}

#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
  margin-right: 5px;
}

#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}

#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.6180469716em;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
  margin-right: 0.236em;
}

#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.41575em;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.6180469716em center;
  background-size: 31px 20px;
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/unknown.svg);
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/visa.svg);
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/mastercard.svg);
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/laser.svg);
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/diners.svg);
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/maestro.svg);
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/jcb.svg);
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/amex.svg);
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(/wp-content/themes/herbal-clinic/dist/css/../../../assets/images/credit-cards/discover.svg);
}

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em;
}

#payment .terms label {
  display: block;
  cursor: pointer;
}

#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}

#payment .place-order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
  margin-top: 2.617924em;
}

#payment .place-order .button {
  font-size: 1.41575em;
  width: 100%;
  white-space: pre-wrap;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 45%;
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}

.woocommerce-password-strength {
  font-weight: 600;
  padding: 0.5407911001em 0;
  text-align: right;
  font-size: 0.875em;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

label.inline {
  display: inline !important;
  margin-left: 1em;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: 0.875em 0;
  display: block;
}

ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.706325903em 0;
}

ul.order_details::before,
ul.order_details::after {
  content: "";
  display: table;
}

ul.order_details::after {
  clear: both;
}

ul.order_details::before,
ul.order_details::after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
}

ul.order_details::after {
  top: auto;
  bottom: -16px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

ul.order_details li {
  padding: 1em 1.618em;
  font-size: 0.8em;
  text-transform: uppercase;
}

ul.order_details li:first-child {
  padding-top: 1.618em;
}

ul.order_details li:last-child {
  border: 0;
  padding-bottom: 1.618em;
}

ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.6180469716em 0.875em;
  font-size: 0.875em;
  margin-right: 0.236em;
}

.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600;
}

.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important;
}

.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.3342343017em;
}

.form-row label {
  display: block;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}

.form-row input[type=checkbox],
.form-row input[type=radio] {
  width: auto;
}

.form-row .button {
  width: auto;
}

.form-row.create-account label {
  display: inline-block;
}

.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
          box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}

.form-row.woocommerce-invalid input.input-checkbox {
  outline: 2px solid #e2401c;
  outline-offset: 1px;
}

.form-row.woocommerce-invalid .select2-selection {
  border-color: #e2401c;
  border-width: 2px;
}

.form-row-last {
  margin-right: 0 !important;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.required {
  border-bottom: 0 !important;
  color: #e2401c;
}

.password-input {
  display: block;
  position: relative;
}

.show-password-input {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.618em;
  line-height: 1.618;
  cursor: pointer;
}

.show-password-input::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "\f06e";
}

.show-password-input.display-password::after {
  color: #e8e8e8;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9998;
}

.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.demo_store a:hover {
  text-decoration: none;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
  display: block;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.55em;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.star-rating::before,
.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating::before {
  opacity: 0.25;
  float: left;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #2c2d33;
}

p.stars {
  display: inline-block;
  margin: 0;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 0.95em;
  color: #43454b;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  color: #43454b;
  opacity: 0.25;
}

p.stars:hover a::before {
  color: #7f54b3;
  opacity: 1;
}

p.stars.selected a.active::before {
  color: #7f54b3;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  color: #43454b;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  color: #7f54b3;
  opacity: 1;
}

.wc-block-grid__product-onsale,
.onsale {
  border: 1px solid;
  border-color: #43454b;
  color: #43454b;
  padding: 0.202em 0.6180469716em;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
  position: relative;
}

.quantity .qty {
  width: 4.235801032em;
  text-align: center;
}

.storefront-sorting {
  font-size: 0.875em;
  margin-bottom: 2.617924em;
}

.woocommerce-tabs {
  overflow: hidden;
  padding: 1em 0;
}

.woocommerce-tabs::before,
.woocommerce-tabs::after {
  content: "";
  display: table;
}

.woocommerce-tabs::after {
  clear: both;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-left: 0;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.618em;
  margin-bottom: 1em;
}

.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin-bottom: 2.617924em;
  background-color: var(--color--primary);
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  padding: 1em 2em 1em 3.5em;
  position: relative;
  list-style: none outside;
}

.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
  content: "";
  display: table;
}

.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
  clear: both;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}

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

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  display: inline-block;
  position: absolute;
  top: 1.05em;
  left: 1.5em;
  color: #fff;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}

.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-message::before {
  content: "\f058";
}

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.617924em;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--color--primary);
}

.woocommerce-info.woocommerce-no-products-found {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: inherit;
  padding: 1em 0;
}

.woocommerce-info.woocommerce-no-products-found::before,
.woocommerce-info.woocommerce-no-products-found::after {
  content: none;
}

.woocommerce-error {
  background-color: #e2401c;
}

dl.variation {
  font-size: 0.875em;
}

dl.variation dd {
  margin: 0 0 1em;
}

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none;
}

.wc-item-meta li::before,
.wc-item-meta li::after {
  content: "";
  display: table;
}

.wc-item-meta li::after {
  clear: both;
}

.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
}

.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}

.storefront-product-section {
  margin-bottom: 1.618em;
}

.storefront-product-section .section-title {
  text-align: center;
  margin-bottom: 1em;
}

.storefront-product-section:last-child {
  margin-bottom: 0;
}

.storefront-product-pagination {
  display: none;
}

.storefront-sticky-add-to-cart {
  display: none;
}

@media (min-width: 768px) {
  .demo_store {
    bottom: 0;
  }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em;
  }
  .storefront-handheld-footer-bar {
    display: none;
  }
  .storefront-breadcrumb {
    padding: 1.41575em 0;
    margin: 0 0 3.706325903em;
  }
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
  .site-header-cart {
    position: relative;
  }
  .site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    width: auto;
    text-indent: 0;
  }
  .site-header-cart .cart-contents .amount {
    margin-right: 0.327em;
  }
  .site-header-cart .cart-contents .count {
    font-weight: 400;
    opacity: 0.5;
    font-size: 0.875em;
  }
  .site-header-cart .cart-contents span {
    display: inline;
  }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    font-size: 0.875em;
    left: -999em;
    display: block;
  }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget {
    height: 0;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: relative;
    float: left;
    top: auto;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    text-align: left;
  }
  .site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
  .site-header-cart:hover .widget_shopping_cart .product_list_widget,
.site-header-cart.focus .widget_shopping_cart .product_list_widget {
    height: auto;
  }
  .site-search {
    display: block;
  }
  .site-search form {
    margin: 0;
  }
  ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    clear: none;
    width: 100%;
    float: left;
    font-size: 0.875em;
  }
  ul.products li.product.first,
ul.products .wc-block-grid__product.first,
.wc-block-grid__products li.product.first,
.wc-block-grid__products .wc-block-grid__product.first {
    clear: both !important;
  }
  ul.products li.product.last,
ul.products .wc-block-grid__product.last,
.wc-block-grid__products li.product.last,
.wc-block-grid__products .wc-block-grid__product.last {
    margin-right: 0 !important;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-1 li.product,
.page-template-template-fullwidth-php .header-widget-region ul.products.columns-1 li.product,
.page-template-template-homepage-php .site-main ul.products.columns-1 li.product,
.page-template-template-homepage-php .header-widget-region ul.products.columns-1 li.product,
.storefront-full-width-content .site-main ul.products.columns-1 li.product,
.storefront-full-width-content .header-widget-region ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-2 li.product,
.page-template-template-fullwidth-php .header-widget-region ul.products.columns-2 li.product,
.page-template-template-homepage-php .site-main ul.products.columns-2 li.product,
.page-template-template-homepage-php .header-widget-region ul.products.columns-2 li.product,
.storefront-full-width-content .site-main ul.products.columns-2 li.product,
.storefront-full-width-content .header-widget-region ul.products.columns-2 li.product {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
.page-template-template-fullwidth-php .header-widget-region ul.products.columns-3 li.product,
.page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
.page-template-template-homepage-php .header-widget-region ul.products.columns-3 li.product,
.storefront-full-width-content .site-main ul.products.columns-3 li.product,
.storefront-full-width-content .header-widget-region ul.products.columns-3 li.product {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
.page-template-template-fullwidth-php .header-widget-region ul.products.columns-4 li.product,
.page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
.page-template-template-homepage-php .header-widget-region ul.products.columns-4 li.product,
.storefront-full-width-content .site-main ul.products.columns-4 li.product,
.storefront-full-width-content .header-widget-region ul.products.columns-4 li.product {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-5 li.product,
.page-template-template-fullwidth-php .header-widget-region ul.products.columns-5 li.product,
.page-template-template-homepage-php .site-main ul.products.columns-5 li.product,
.page-template-template-homepage-php .header-widget-region ul.products.columns-5 li.product,
.storefront-full-width-content .site-main ul.products.columns-5 li.product,
.storefront-full-width-content .header-widget-region ul.products.columns-5 li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .page-template-template-fullwidth-php .site-main ul.products.columns-6 li.product,
.page-template-template-fullwidth-php .header-widget-region ul.products.columns-6 li.product,
.page-template-template-homepage-php .site-main ul.products.columns-6 li.product,
.page-template-template-homepage-php .header-widget-region ul.products.columns-6 li.product,
.storefront-full-width-content .site-main ul.products.columns-6 li.product,
.storefront-full-width-content .header-widget-region ul.products.columns-6 li.product {
    width: 13.0434782609%;
    float: left;
    margin-right: 4.347826087%;
  }
  .site-main ul.products li.product {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .site-main ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .site-main ul.products.columns-2 li.product {
    width: 48%;
    margin-right: 3.8%;
  }
  .site-main ul.products.columns-3 li.product {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .site-main ul.products.columns-4 li.product {
    width: 22.05%;
    margin-right: 3.8%;
  }
  .site-main ul.products.columns-5 li.product {
    width: 16.9%;
    margin-right: 3.8%;
  }
  .site-main ul.products.columns-6 li.product {
    width: 11.7647058824%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .single-product div.product .images {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em;
  }
  .single-product div.product .images .thumbnails::before,
.single-product div.product .images .thumbnails::after {
    content: "";
    display: table;
  }
  .single-product div.product .images .thumbnails::after {
    clear: both;
  }
  .single-product div.product .images .thumbnails a.zoom {
    width: 14.2857142857%;
    float: left;
    margin-right: 14.2857142857%;
  }
  .single-product div.product .images .thumbnails a.zoom.last {
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
    margin-bottom: 3.706325903em;
  }
  .single-product div.product .summary {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-tabs {
    clear: both;
  }
  #reviews .comment-form-author,
#reviews .comment-form-email {
    width: 47%;
  }
  #reviews .comment-form-email {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .images {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom {
    width: 11.1111111111%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 25.9259259333%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 16.6666666667%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 11.1111111111%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
  }
  .storefront-full-width-content.single-product div.product .summary {
    width: 56.5217391304%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both;
  }
  .storefront-full-width-content.single-product #reviews .commentlist li .avatar {
    width: 6.6666666667%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .storefront-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children .avatar {
    width: 7.6923076923%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .storefront-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
    width: 84.6153846154%;
    float: right;
    margin-right: 0;
  }
  .storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0 5.9968353111em;
  }
  .storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
.storefront-full-width-content .woocommerce-products-header h1:last-child {
    margin-bottom: 0;
  }
  .storefront-full-width-content .up-sells > h2:first-child,
.storefront-full-width-content .related.products > h2:first-child {
    text-align: center;
  }
  .woocommerce .page-description {
    margin-bottom: 1.618em;
  }
  .storefront-sorting {
    margin-bottom: 2.617924em;
  }
  .storefront-sorting::before,
.storefront-sorting::after {
    content: "";
    display: table;
  }
  .storefront-sorting::after {
    clear: both;
  }
  .storefront-sorting select {
    width: auto;
  }
  .woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: 0.327em 0;
  }
  .woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0;
  }
  .woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell;
  }
  .page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0;
  }
  table.cart th,
table.cart td {
    padding: 1.618em;
  }
  table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em;
  }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em;
    border: 0;
  }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
  }
  table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
    display: inline-block;
  }
  table.cart .quantity .qty {
    padding: 0.6180469716em;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions label {
    display: none;
  }
  table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
  }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .cart-collaterals::before,
.cart-collaterals::after {
    content: "";
    display: table;
  }
  .cart-collaterals::after {
    clear: both;
  }
  .cart-collaterals h2 {
    font-size: 1.618em;
  }
  .cart-collaterals .cross-sells {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block;
  }
  .cart-collaterals .shipping_calculator {
    clear: right;
  }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
.page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  #ship-to-different-address {
    position: relative;
  }
  #ship-to-different-address label {
    font-weight: 300;
  }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 0;
  }
  .col2-set {
    width: 52.9411764706%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .col2-set .form-row-first {
    width: 44.4444444444%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .col2-set .form-row-last {
    width: 44.4444444444%;
    float: right;
    margin-right: 0;
  }
  .col2-set .col-1,
.col2-set .col-2 {
    margin-bottom: 1.618em;
  }
  .col2-set + #customer_details {
    display: none;
  }
  .col2-set .woocommerce-billing-fields::before,
.col2-set .woocommerce-billing-fields::after {
    content: "";
    display: table;
  }
  .col2-set .woocommerce-billing-fields::after {
    clear: both;
  }
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .col2-set.addresses .col-2 {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
  }
  #customer_details + #wc_checkout_add_ons {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
  }
  #wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: 0.5407911001em;
    clear: left;
    margin-top: 0.35em;
  }
  #order_review_heading,
#order_review {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    clear: right;
  }
  #order_review {
    -webkit-transition: -webkit-box-shadow ease 0.4s;
    transition: -webkit-box-shadow ease 0.4s;
    -o-transition: box-shadow ease 0.4s;
    transition: box-shadow ease 0.4s;
    transition: box-shadow ease 0.4s, -webkit-box-shadow ease 0.4s;
  }
  #order_review_heading {
    margin-bottom: 0;
    padding-bottom: 0.6180469716em;
  }
  .woocommerce-order-pay #order_review,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce-order-pay #order_review #payment h3,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  .woocommerce-order-pay #order_review #payment .form-row,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .payment_methods + .form-row,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .button#place_order,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em;
  }
  .page-template-template-fullwidth-php .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .col2-set .form-row-first {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%;
  }
  .page-template-template-fullwidth-php .col2-set .form-row-last {
    width: 45.4545454545%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php #order_review_heading,
.page-template-template-fullwidth-php #order_review {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  #order_review .shop_table {
    margin-bottom: 2.617924em;
  }
  table + .addresses {
    margin-top: 1.618em;
  }
  .col2-set#customer_login,
.col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set#customer_login .col-1,
.col2-set.addresses .col-1 {
    width: 41.1764705882%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .col2-set#customer_login .col-2,
.col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-MyAccount-content .form-row-first {
    width: 38.4615384615%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .woocommerce-MyAccount-content .form-row-last {
    width: 53.8461538462%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: right;
    margin-right: 0;
  }
  table.my_account_orders {
    font-size: 0.875em;
  }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-1,
.page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-2,
.page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
    width: 46.6666666667%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
    width: 46.6666666667%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
    width: 100%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
    width: 46.6666666667%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
    width: 46.6666666667%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
  .addresses header.title::before,
.addresses header.title::after {
    content: "";
    display: table;
  }
  .addresses header.title::after {
    clear: both;
  }
  .addresses header.title a {
    float: right;
    overflow: hidden;
  }
  .addresses header.title h3 {
    float: left;
  }
  .form-row-first {
    width: 47.0588235294%;
    float: left;
    margin-right: 5.8823529412%;
    clear: both;
  }
  .form-row-last {
    width: 47.0588235294%;
    float: right;
    margin-right: 0;
  }
  .page-template-template-fullwidth-php .form-row-first {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .page-template-template-fullwidth-php .form-row-last {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  .storefront-full-width-content .woocommerce-tabs ul.tabs {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-full-width-content .woocommerce-tabs .panel {
    width: 65.2173913043%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
  }
  .woocommerce-tabs {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em;
  }
  .woocommerce-tabs ul.tabs {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  .woocommerce-tabs ul.tabs li.active::after {
    right: 1em;
  }
  .woocommerce-tabs .panel {
    width: 64.7058823529%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
  .storefront-product-pagination {
    display: block;
  }
  .storefront-product-pagination a {
    position: fixed;
    top: 50%;
    width: 500px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1499;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .storefront-product-pagination a img {
    max-width: 90px;
    border-radius: 0;
  }
  .storefront-product-pagination a[rel=prev] {
    left: -455px;
    -webkit-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 1em;
  }
  .storefront-product-pagination a[rel=prev]:hover {
    left: 0;
  }
  .storefront-product-pagination a[rel=prev] img {
    margin-left: 1.41575em;
  }
  .storefront-product-pagination a[rel=prev] .storefront-product-pagination__title {
    margin-right: auto;
  }
  .storefront-product-pagination a[rel=next] {
    right: -455px;
    -webkit-transition: right 0.3s ease-in;
    -o-transition: right 0.3s ease-in;
    transition: right 0.3s ease-in;
    padding-right: 1em;
  }
  .storefront-product-pagination a[rel=next]:hover {
    right: 0;
  }
  .storefront-product-pagination a[rel=next] img {
    margin-right: 1.41575em;
  }
  .storefront-product-pagination a[rel=next] .storefront-product-pagination__title {
    margin-left: auto;
  }
  .storefront-sticky-add-to-cart {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    padding: 1em;
    overflow: hidden;
    zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .storefront-sticky-add-to-cart--slideInDown {
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
  }
  .storefront-sticky-add-to-cart--slideOutUp {
    -webkit-animation-name: slideOutUp;
            animation-name: slideOutUp;
  }
  .storefront-sticky-add-to-cart__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .storefront-sticky-add-to-cart__content-title {
    display: block;
  }
  .storefront-sticky-add-to-cart__content-price {
    margin-right: 0.875em;
    opacity: 0.5;
  }
  .storefront-sticky-add-to-cart__content-button {
    margin-left: auto;
  }
  .storefront-sticky-add-to-cart img {
    max-width: 3.706325903em;
    margin: 0 1.41575em 0 0;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .storefront-sticky-add-to-cart .star-rating {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
  }
  .admin-bar .storefront-sticky-add-to-cart--slideInDown {
    top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td,
body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em;
  }
}
.select2-container--default .select2-selection--single {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#shipping_method {
  padding-left: 0;
  margin-top: 0;
}

#address_form .update-shipping-addresses,
#address_form .set-shipping-addresses {
  float: none;
}

#address_form .set-shipping-addresses input.button {
  margin-top: 15px;
  margin-bottom: 15px;
}

#address_form .wc-shipping-multiple-addresses + .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#address_form .wc-shipping-multiple-addresses th {
  white-space: nowrap;
  padding-left: 0;
}

.delete-line-item {
  min-width: auto !important;
}

#address_form table td {
  vertical-align: middle;
  padding-left: 0;
}

@media (min-width: 768px) {
  #address_form .wc-shipping-multiple-addresses + .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #address_form .set-shipping-addresses input.button {
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: 10px;
  }
}
#address_form {
  background: transparent;
}

table.wc-shipping-multiple-addresses.shop_table.cart {
  margin-top: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--color--primary);
}

.woocommerce-order {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-bottom: 50px;
}

.woocommerce-MyAccount-content,
.woocommerce-account .col2-set#customer_login .col-2 .woocommerce-form-register {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}

.woocommerce-customer-details::after,
.woocommerce-columns.woocommerce-columns--2:after,
.woocommerce:after {
  content: "";
  display: block;
  clear: both;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/herbal-clinic/dist/css/./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/herbal-clinic/dist/css/./fonts/slick.eot");
  src: url("/wp-content/themes/herbal-clinic/dist/css/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/herbal-clinic/dist/css/./fonts/slick.woff") format("woff"), url("/wp-content/themes/herbal-clinic/dist/css/./fonts/slick.ttf") format("truetype"), url("/wp-content/themes/herbal-clinic/dist/css/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
 font-display:swap;}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1740px;
  width: 100%;
}

:not(.page-template-template-fullwidth) .content-area-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  :not(.page-template-template-fullwidth) .content-area-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.gutter {
  padding: 45px 20px;
}
.gutter .gutter {
  padding: 35px 0;
}
.gutter .side-gutter {
  padding: 0 0;
}

.vertical-gutter {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .vertical-gutter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.inner-gutter {
  padding: 45px 20px;
}

.side-gutter {
  padding: 0 20px;
}
.side-gutter .gutter {
  padding: 35px 0;
}
.side-gutter .side-gutter {
  padding: 0 0;
}

.flex-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-columns {
  padding-top: 35px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wp-block-columns {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.wp-block-columns .wp-block-columns {
  padding-top: 0;
  padding-bottom: 0;
}

.hentry .entry-content .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

ul.products, .wc-block-grid__products {
  padding-left: 0;
}
@media (min-width: 768px) {
  ul.products, .wc-block-grid__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-content {
  background-color: var(--color--background2);
}

.site-main ul.products.columns-3 li.product {
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-main ul.products.columns-3 li.product {
    margin-right: 3%;
    width: 31%;
  }
}
@media (min-width: 1360px) {
  .site-main ul.products.columns-3 li.product {
    width: 23%;
    margin: 0 15px 35px 0 !important;
  }
}

.archive-img-wrap {
  aspect-ratio: 181/120;
  position: relative;
  margin-bottom: 20px;
}

.archive-text-wrap {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .archive-text-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.archive-text-wrap a:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1200px) {
  .archive-text-wrap a:first-child {
    width: 65%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.archive-text-wrap .button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.archive-text-wrap .woocommerce-loop-product__title {
  text-align: left;
  font-size: var(--font-size--normal);
}

.archive-text-wrap .woocommerce-Price-amount {
  font-size: var(--font-size--normal);
}
.archive-text-wrap .woocommerce-Price-amount:hover, .archive-text-wrap .woocommerce-Price-amount:focus {
  color: var(--color--primary);
}

.archive-text-wrap .added_to_cart {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  text-align: left;
}

.in-stock-message {
  text-align: right;
  font-size: var(--font-size--normal);
  color: var(--color--primary);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1200px) {
  .in-stock-message {
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.in-stock-message.out-stock {
  color: var(--color--semantic-error);
}

ul.products li.product img, ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
  margin-bottom: 25px;
  text-align: left;
  min-width: 150px !important;
}
@media (min-width: 1200px) {
  ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
    min-width: 200px !important;
  }
}

ul.products li.product .price, ul.products .wc-block-grid__product .price, .wc-block-grid__products li.product .price, .wc-block-grid__products .wc-block-grid__product .price {
  text-align: left;
  color: var(--color--eight);
}

.single-product div.product .summary {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}

.single-product div.product .woocommerce-tabs {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-bottom: 50px;
  display: none;
}

.wp-block-group {
  padding: 50px 20px;
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
}

.wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1740px;
  width: 100%;
}

.menu-overlap {
  margin-top: -116px;
}

.woocommerce-order-received .site-content {
  background: white;
  padding-top: 35px;
}

.woocommerce-order-received ul.order_details,
.woocommerce-order-received .woocommerce-table--order-details {
  background: #F9F9F9;
  margin: 25px 0;
}

.woocommerce-ResetPassword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-container {
  max-width: 800px;
  padding-top: 50px;
  padding-bottom: 100px;
}

.single-post #secondary {
  display: none;
}

#comments,
.post-comments {
  display: none;
}
#comments #submit,
.post-comments #submit {
  pointer-events: none;
}

.single-post .entry-title {
  line-height: var(--line-height--small);
}

.content-area {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.page-template-template-fullwidth .storefront-breadcrumb {
  display: none;
}

.single-product .widget-area {
  display: none;
}

.widget-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 25px;
  max-width: 400px;
  display: block;
}
@media (min-width: 1200px) {
  .widget-area {
    margin-right: 30px;
  }
}

.woocommerce-checkout .widget-area,
.woocommerce-cart .widget-area {
  display: none;
}

.wc-block-components-price-slider__range-input-progress, .rtl .wc-block-components-price-slider__range-input-progress {
  --range-color: #62A83C;
}

.widget-area-inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .widget-area-inner {
    padding: 35px 25px;
  }
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

.woocommerce-account .widget-area {
  display: none;
}

.woocommerce-MyAccount-navigation {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-bottom: 50px;
}

#masthead {
  position: relative;
  z-index: 100;
}

#site-navigation {
  display: block;
}
@media (min-width: 1024px) {
  #site-navigation {
    display: none;
  }
}
#site-navigation span {
  color: transparent;
  width: 0;
}

.header-top {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  position: relative;
}

.header-top {
  background-color: var(--color--primary-dark);
  display: none;
}

.header-top__inner {
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 5px;
}
@media (min-width: 768px) {
  .header-top__inner {
    font-size: var(--font-size--micro);
  }
}

.header-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-size: cover;
  max-height: 116px;
}

.header-bottom-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  .header-bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-bottom-links .account-link {
  margin-right: 30px;
}

.header-bottom-links .shop-link {
  margin-right: 30px;
}

.header-bottom-links .link-btn {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .header-bottom-links .link-btn {
    margin-left: auto;
  }
}

.header-bottom__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom__menu {
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 1024px) {
  .header-bottom__menu {
    margin-bottom: 0;
    display: block;
  }
}
.header-bottom__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-bottom__menu li {
  margin-right: 55px;
}
.header-bottom__menu li a {
  font-weight: var(--font-weight--medium);
  font-size: var(--font-size--smaller);
}

div.storefront-breadcrumb {
  margin-bottom: 0;
  background-color: #F9F9F9;
  padding-right: 20px;
  padding-left: 20px;
}

.menu-placeholder {
  display: none;
}

.mobile-menu {
  opacity: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 10px;
  background-color: var(--color--quaternary);
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
  display: none;
}
.menu-toggled .mobile-menu {
  display: block;
  opacity: 1;
  height: initial;
}

.shop-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}
.shop-links a {
  margin-right: 10px;
}

.site-footer {
  background-color: var(--color--primary-dark);
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.site-footer__column {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.site-footer__column-1 {
  max-width: 360px;
}

.site-footer__column-2 {
  max-width: 225px;
}

.site-footer__column-3 {
  max-width: 295px;
}

.site-footer__column-4 {
  max-width: 410px;
}

.site-footer__title-text {
  font-size: var(--font-size--normal);
  color: #fff;
  font-weight: var(--font-weight--bold);
}

.site-footer__text,
.site-footer__content p {
  font-size: var(--font-size--tiny);
  color: #fff;
}

.site-footer-button {
  background: var(--color--secondary);
  color: #fff;
  font-weight: var(--font-weight--bold);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}

h1 {
  font-size: var(--font-size--largest);
}
@media (min-width: 768px) {
  h1 {
    font-size: var(--font-size--gigantic);
  }
}

h2 {
  font-size: var(--font-size--medium);
}

h3 {
  font-size: var(--font-size--normal);
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
}

button::after, input[type=button]::after, input[type=reset]::after, input[type=submit]::after, .button::after, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after, .added_to_cart::after {
  display: none;
}

button.loading, input[type=button].loading, input[type=reset].loading, input[type=submit].loading, .button.loading, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading, .added_to_cart.loading {
  opacity: 0.5;
}

button.small, input[type=button].small, input[type=reset].small, input[type=submit].small, .button.small, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small, .added_to_cart.small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}

button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled, .button.disabled, .button:disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled, .added_to_cart.disabled, .added_to_cart:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

button.disabled:hover, button:disabled:hover, input[type=button].disabled:hover, input[type=button]:disabled:hover, input[type=reset].disabled:hover, input[type=reset]:disabled:hover, input[type=submit].disabled:hover, input[type=submit]:disabled:hover, .button.disabled:hover, .button:disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover, .added_to_cart.disabled:hover, .added_to_cart:disabled:hover {
  opacity: 0.5 !important;
}

.button.woocommerce-MyAccount-downloads-file {
  overflow-wrap: anywhere;
  word-break: break-word;
  -ms-word-break: break-all;
}

.wc-block-components-button:not(.is-link).disabled, .wc-block-components-button:not(.is-link):disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wc-block-components-button:not(.is-link).disabled:hover, .wc-block-components-button:not(.is-link):disabled:hover {
  opacity: 0.5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.hentry .entry-content .wp-block-button .wp-block-button__link {
  border: 1px solid transparent !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding-left: 25px;
  padding-right: 25px;
}
.hentry .entry-content .wp-block-button .wp-block-button__link:hover {
  background: var(--color--primary);
}
@media (min-width: 768px) {
  .hentry .entry-content .wp-block-button .wp-block-button__link {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.hover-secondary a:hover {
  background-color: var(--color--secondary) !important;
}

.hover-primary a:hover {
  background-color: var(--color--secondary) !important;
}

[name=apply_coupon] {
  min-height: 55px;
}

.single_add_to_cart_button {
  min-height: 55px;
}

.update-shipping-addresses {
  float: none !important;
}

#address_form .h2-link {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .wc-proceed-to-checkout .button.checkout-button {
    font-size: var(--font-size--small);
  }
}

.prev-posts-link a,
.next-posts-link a {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .prev-next-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

form {
  margin-bottom: 1.618em;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=checkbox] + label, input[type=radio] + label {
  margin: 0 0 0 0.3819820591em;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search]::-webkit-input-placeholder {
  color: #616161;
}

input[type=search]::-moz-placeholder {
  color: #616161;
}

input[type=search]:-ms-input-placeholder {
  color: #616161;
}

input[type=search]::-ms-input-placeholder {
  color: #616161;
}

input[type=search]::placeholder {
  color: #616161;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
  background-color: #ededed;
}

textarea {
  overflow: auto;
  padding-left: 0.875em;
  vertical-align: top;
  width: 100%;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
}

fieldset legend {
  font-weight: 600;
  padding: 0.6180469716em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.storefront-handheld-footer-bar {
  background: white;
}

.storefront-handheld-footer-bar ul li > a {
  background: white;
}

.widget_product_search form:not(.wp-block-search) input[type=search] {
  width: 100%;
}

.storefront-handheld-footer-bar ul li.search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.storefront-handheld-footer-bar ul li.search.active .site-search {
  background: white;
}

div.site-search .widget_product_search form::before {
  top: 30px;
  left: 22px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  min-height: 55px;
  border: 1px solid var(--color--form-border);
  background-color: #fff;
  border-radius: 7px;
  padding-right: 10px;
}

.product-search input[type=text].product-search-field, .product-search input[type=text].product-filter-field {
  min-height: 55px;
  border: 1px solid var(--color--form-border);
  background-color: #fff;
  border-radius: 7px;
  padding-right: 10px;
  padding-left: 50px;
  background-image: url("/wp-content/themes/herbal-clinic/dist/css/../../assets/images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
}
.product-search input[type=text].product-search-field::-webkit-input-placeholder, .product-search input[type=text].product-filter-field::-webkit-input-placeholder {
  color: var(--color--form-placeholder-color);
}
.product-search input[type=text].product-search-field::-moz-placeholder, .product-search input[type=text].product-filter-field::-moz-placeholder {
  color: var(--color--form-placeholder-color);
}
.product-search input[type=text].product-search-field:-ms-input-placeholder, .product-search input[type=text].product-filter-field:-ms-input-placeholder {
  color: var(--color--form-placeholder-color);
}
.product-search input[type=text].product-search-field::-ms-input-placeholder, .product-search input[type=text].product-filter-field::-ms-input-placeholder {
  color: var(--color--form-placeholder-color);
}
.product-search input[type=text].product-search-field::placeholder, .product-search input[type=text].product-filter-field::placeholder {
  color: var(--color--form-placeholder-color);
}

.woocommerce-form-login {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  max-width: 500px;
}

.woocommerce-cart-form {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}

.checkout.woocommerce-checkout {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}

button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  background-image: none;
  font-size: 0.875em;
  max-width: 120px;
  padding: 0;
  background: transparent;
  border: none;
}

button.menu-toggle:hover {
  background-image: none;
}

button.menu-toggle span::before {
  -webkit-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}

button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  border-radius: 3px;
}

button.menu-toggle::before {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

button.menu-toggle::after {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggled button.menu-toggle::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
  background-color: #333333;
}

.toggled button.menu-toggle span::before {
  opacity: 0;
}

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.content-card,
.content-card-alt {
  background-color: var(--color--primary-dark);
  border-radius: 30px;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-card-alt {
  background-color: #fff;
}

.content-card__inner {
  max-width: 350px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.content-card-secondary {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
}

.hero-general-section {
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
}

.hero-general__image-box {
  position: relative;
  min-height: 500px;
  max-width: 100%;
  display: block;
}
.no-footer .hero-general__image-box {
  min-height: 700px;
}
@media (min-width: 1024px) {
  .no-footer .hero-general__image-box {
    aspect-ratio: 1920/800;
  }
}
.has-footer .hero-general__image-box {
  min-height: 1200px;
}
@media (min-width: 1024px) {
  .has-footer .hero-general__image-box {
    aspect-ratio: 1920/1250;
  }
}

.hero-general__image-box .hero-general__image-graphic {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-general__image-box--mobile-gradient {
  background-color: #eee6da;
  background-image: linear-gradient(115deg, #f5eee4 0%, #eee6da 58%, #e6dfd5 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-general__image-box--mobile-gradient {
    background-image: var(--hero-general-background-image);
  }
}

.hero-general-content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 75px 20px;
	
}

@media (min-width: 1024px) {
  .hero-general-content {
    /*padding-top: 150px;*/
  }
}
@media (max-width: 950px) {
.hero-general-content {
    padding: 75px 20px;
	}
}
.hero-general-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .hero-general-content__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.hero-general-column__content {
  -webkit-box-flex: 53;
      -ms-flex: 53;
          flex: 53;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .hero-general-column__content {
    padding-left: 68px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.hero-general-column__image-secondary {
  -webkit-box-flex: 62;
      -ms-flex: 62;
          flex: 62;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .hero-general-column__image-secondary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.hero-general__subtitle {
  font-size: var(--font-size--smaller);
  color: var(--color--primary);
}
@media (min-width: 768px) {
  .hero-general__subtitle {
    font-size: var(--font-size--medium);
  }
}

.hero-general__title {
  font-weight: var(--font-weight--medium);
  color: var(--color--primary-dark);
  font-size: var(--font-size--largest);
  margin-bottom: 15px;
  line-height: var(--line-height--small);
}
.hero-general__title span {
  color: var(--color--primary);
}
@media (min-width: 768px) {
  .hero-general__title {
    font-size: var(--font-size--gigantic);
  }
}

.hero-general__description {
  color: var(--color--primary-dark);
  font-size: var(--font-size--smaller);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hero-general__description {
    font-size: var(--font-size--normal);
  }
}

.hero-general__button-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  width: 100%;
}

.hero-general__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .hero-general__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero-general__footer-inner {
  max-width: 1430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .hero-general__footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.hero-general__footer-card {
  padding: 50px 20px;
}

.hero-general__footer-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}

.hero-general__footer-title {
  color: #fff;
  margin-bottom: 10px;
}

.hero-general__footer-description {
  font-size: var(--font-size--smaller);
  color: #fff;
  line-height: var(--line-height--medium);
}

.small-hero .hero-general__image-box {
  aspect-ratio: auto;
  min-height: 300px;
}

.small-hero .hero-general-content__inner {
  margin-bottom: 0;
}

.small-hero .hero-general-column__content {
  max-width: 820px;
}

.card-cta-section__inner {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .card-cta-section__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-cta-content {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1024px) {
  .card-cta-content {
    margin-right: 10%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.card-cta__image-box {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 30px;
  max-width: 583px;
}
@media (min-width: 1024px) {
  .card-cta__image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

.card-cta-content__inner {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .card-cta-content__inner {
    margin-bottom: 50px;
  }
}

.card-cta__title {
  font-size: var(--font-size--huge);
}
@media (min-width: 768px) {
  .card-cta__title {
    font-size: var(--font-size--gigantic);
  }
}

.card-cta__description p {
  font-size: var(--font-size--small);
}
@media (min-width: 768px) {
  .card-cta__description p {
    font-size: var(--font-size--normal);
  }
}

.card-cta__footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-cta__footer-card {
  padding: 26px 20px;
  max-width: 160px;
  min-height: 150px;
}

.card-cta__footer-title {
  font-size: var(--font-size--smaller);
  margin-bottom: 0;
  color: #fff;
  line-height: var(--line-height--large);
}

.card-cta-alt__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .card-cta-alt__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-cta-alt-section__inner {
  padding-top: 35px;
}

.card-cta-alt__image-box {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  max-width: 555px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1024px) {
  .card-cta-alt__image-box {
    margin-left: 10%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.card-cta-alt__image-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.card-cta-alt-content__inner {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  max-width: 100%;
  margin-bottom: 25px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media (min-width: 1024px) {
  .card-cta-alt-content__inner {
    text-align: left;
    margin-left: 10%;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.card-cta-alt__title {
  font-size: var(--font-size--huge);
}
@media (min-width: 768px) {
  .card-cta-alt__title {
    font-size: var(--font-size--gigantic);
  }
}

.card-cta-alt__description p {
  font-size: var(--font-size--small);
}
@media (min-width: 768px) {
  .card-cta-alt__description p {
    font-size: var(--font-size--normal);
  }
}

.card-cta-alt__button {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .card-cta-alt__button {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.card-cta-alt__footer {
  background-color: var(--color--primary-dark);
  border-radius: 30px;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .card-cta-alt__footer {
    margin: 0;
    max-width: 100%;
  }
}

.card-cta-alt__footer-inner {
  display: grid;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 234px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(1, 1fr);
  padding: 10px 50px;
}
@media (min-width: 1024px) {
  .card-cta-alt__footer-inner {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
}

.card-cta-alt__footer-card {
  padding: 26px 0;
}

.card-cta-alt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .card-cta-alt__inner {
    margin: 0;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-cta-alt__footer-icon-box {
  height: 96px;
  width: 96px;
  position: relative;
  margin-right: 28px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .card-cta-alt__footer-icon-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.card-cta-alt__footer-icon-box img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.card-cta-alt__footer-content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: center;
}
@media (min-width: 1200px) {
  .card-cta-alt__footer-content {
    text-align: left;
  }
}

.card-cta-alt__footer-title {
  font-size: var(--font-size--normal);
  margin-bottom: 10px;
  color: #fff;
  line-height: var(--line-height--large);
  font-weight: var(--font-weight--semibold);
}

.card-cta-alt__footer-text {
  color: #fff;
  font-size: var(--font-size--normal);
  line-height: var(--line-height--medium);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-cta-alt__footer-text {
    margin-bottom: 28px;
  }
}

.card-cta-alt__footer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: var(--font-weight--semibold);
  font-size: var(--font-size--smaller);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-cta-alt__footer-button::after {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  content: "";
  display: block;
  background-image: url("/wp-content/themes/herbal-clinic/dist/css/../../assets/images/white-arrow.svg");
  width: 45px;
  height: 16px;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-size: contain;
}
.card-cta-alt__footer-button:hover::after {
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .card-cta-alt__footer-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.card-cta-alt__footer-button:hover {
  color: #fff;
}

.quote-cards-block {
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
  background: #fff;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .quote-cards-block {
    padding: 90px 20px;
  }
}

.quote-cards_columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1375px) {
  .quote-cards_columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.quote-cards_header-column {
  -webkit-box-flex: 590;
      -ms-flex: 590;
          flex: 590;
  padding-right: 15px;
}

.quote-cards_quote-column {
  -webkit-box-flex: 1130;
      -ms-flex: 1130;
          flex: 1130;
  margin-top: 50px;
}
@media (min-width: 1375px) {
  .quote-cards_quote-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .quote-cards_quote-column {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.quote-cards_header-column-inner {
  max-width: 500px;
}

.quote-cards__title {
  font-size: var(--font-size--huge);
  font-weight: var(--font-weight--bold);
}
@media (min-width: 768px) {
  .quote-cards__title {
    font-size: var(--font-size--gigantic);
  }
}

.quote-cards__description {
  font-size: var(--font-size--normal);
}

.quote-cards__quotes-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .quote-cards__quotes-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.quote-cards__quote-card {
  position: relative;
  padding: 65px 20px 35px;
  max-width: 336px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .quote-cards__quote-card {
    padding: 85px 40px 50px;
  }
}
@media (min-width: 768px) {
  .quote-cards__quote-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}

.quote-cards__quote-card::before {
  content: "";
  display: block;
  width: 70px;
  height: 60px;
  position: absolute;
  top: -30px;
  background-image: url("/wp-content/themes/herbal-clinic/dist/css/../../assets/images/solid-quote-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .quote-cards__quote-card::before {
    top: -40px;
    width: 90px;
    height: 80px;
  }
}

.quote-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .quote-card__header {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.quote-card__image-box {
  -webkit-box-flex: 135;
      -ms-flex: 135;
          flex: 135;
  margin-right: 10px;
  margin-bottom: 16px;
  max-width: 86px;
}
@media (min-width: 768px) {
  .quote-card__image-box {
    margin-bottom: 0;
  }
}

.quote-card_header-text {
  -webkit-box-flex: 250;
      -ms-flex: 250;
          flex: 250;
  text-align: center;
}
@media (min-width: 1024px) {
  .quote-card_header-text {
    text-align: left;
  }
}

.quote-cards__quote-title {
  font-size: var(--font-size--normal);
  line-height: var(--line-height--medium);
  margin-bottom: 4px;
}

.quote-cards__quote-subtitle {
  font-size: var(--font-size--tiny);
  font-weight: var(--font-weight--regular);
  color: var(--color--quaternary);
}

.quote-cards__quote-description {
  line-height: var(--line-height--large);
  font-size: var(--font-size--smaller);
  margin-bottom: 24px;
}

.quote-card__footer-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-cards-block {
  background-color: var(--color--quaternary);
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: cover;
}
@media (min-width: 768px) {
  .image-cards-block {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}

.image-cards_header {
  text-align: center;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .image-cards_header {
    margin-bottom: 70px;
  }
}

.image-cards__title {
  font-size: var(--font-size--huge);
}
@media (min-width: 768px) {
  .image-cards__title {
    font-size: var(--font-size--gigantic);
  }
}

.image-cards_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: -20px;
}

.image-card__image-box {
  aspect-ratio: 508/355;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .image-card__image-box {
    margin-bottom: 30px;
  }
}

.tall-image .image-card__image-box {
  aspect-ratio: 0.587826087;
  max-height: 550px;
  width: 100%;
}

.image-card__image-box-graphic {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.image-cards__image-card {
  width: 100%;
  padding: 20px;
}
@media (min-width: 1300px) {
  .image-cards__image-card {
    width: 50%;
  }
}

.image-card__inner {
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.11);
  border-radius: 20px;
  padding: 20px;
  background: #fff;
}

.image-card__image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 0.587826087;
  max-height: 550px;
  width: 100%;
}

@media (min-width: 768px) {
  .image-card_header-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 38px;
  }
}

@media (min-width: 768px) {
  .image-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.image-card__image-title {
  font-size: var(--font-size--normal);
  font-weight: var(--font-weight--semibold);
  line-height: var(--line-height--medium);
}

.image-card__image-subtitle {
  font-size: var(--font-size--normal);
}

.image-card__image-btn {
  font-weight: var(--font-weight--semibold);
  color: #fff;
  font-size: var(--font-size--smaller);
}

.image-cards__image-subtitle {
  font-weight: var(--font-weight--medium);
  font-size: var(--font-size--micro);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .image-cards__image-subtitle {
    font-size: var(--font-size--medium);
  }
}

.image-cards__image-title {
  font-size: var(--font-size--larger);
  line-height: var(--line-height--medium);
  font-weight: var(--font-weight--medium);
}
.image-cards__image-title span {
  color: var(--color--primary);
}
@media (min-width: 1024px) {
  .image-cards__image-title {
    font-size: var(--font-size--huge);
  }
}
.image-cards__image-title::after {
  height: 6px;
  width: 166px;
  background-color: var(--color--primary);
  display: block;
  content: "";
  margin-top: 35px;
}

.image-cards__image-description {
  line-height: var(--line-height--larger);
  font-size: var(--font-size--normal);
}

.team-cards-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .team-cards-block {
    margin-top: 135px;
    margin-bottom: 135px;
  }
}

.team-cards_header-column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .team-cards_header-column-inner {
    margin-bottom: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.team-cards__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--font-size--huge);
}
@media (min-width: 768px) {
  .team-cards__title {
    font-size: var(--font-size--gigantic);
  }
}

.team-cards__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--font-size--normal);
  line-height: var(--line-height--large);
}

.team-cards_content {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .team-cards_content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .team-cards_content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.team-card__image-box {
  aspect-ratio: 1/1;
  border-radius: 30px;
  margin-bottom: 25px;
}

.team-card__image-box-graphic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-cards__image-title {
  font-size: var(--font-size--medium);
  line-height: var(--line-height--small);
  font-weight: var(--font-weight--semibold);
  margin-bottom: 8px;
}

.team-cards__image-subtitle {
  font-size: var(--font-size--normal);
  color: #c4c4c4;
}

[id^=image-slider-block] {
  overflow: hidden;
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
  padding-top: 50px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  [id^=image-slider-block] {
    padding-top: 135px;
    padding-bottom: 195px;
  }
}
[id^=image-slider-block] .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
[id^=image-slider-block] .slick-slide {
  margin-left: 18px;
  margin-right: 18px;
}
@media (max-width: 1300px) {
  [id^=image-slider-block] .slick-slide {
    margin-left: 9px;
    margin-right: 9px;
  }
}
[id^=image-slider-block] .slick-list {
  margin-left: -18px;
  margin-right: -18px;
}
@media (max-width: 1300px) {
  [id^=image-slider-block] .slick-list {
    margin-left: -9px;
    margin-right: -9px;
  }
}
[id^=image-slider-block] .slick-dots li button:before {
  color: #5AAEDF !important;
  font-size: 13px;
}
[id^=image-slider-block] .slick-prev,
[id^=image-slider-block] .slick-next {
  border: 1px solid #5aaedf;
  border-radius: 100%;
  height: 58px;
  width: 58px;
  top: 115%;
}
[id^=image-slider-block] .slick-prev:hover,
[id^=image-slider-block] .slick-next:hover {
  background-color: var(--color--primary);
}
[id^=image-slider-block] .slick-prev:hover::before, [id^=image-slider-block] .slick-prev:hover::after,
[id^=image-slider-block] .slick-next:hover::before,
[id^=image-slider-block] .slick-next:hover::after {
  color: #fff;
}
[id^=image-slider-block] .slick-prev {
  left: 22%;
}
@media (min-width: 768px) {
  [id^=image-slider-block] .slick-prev {
    left: 43%;
  }
}
[id^=image-slider-block] .slick-next {
  left: 50%;
}
@media (min-width: 768px) {
  [id^=image-slider-block] .slick-next {
    left: 53%;
  }
}
[id^=image-slider-block] .slick-next:before,
[id^=image-slider-block] .slick-prev:before {
  color: #5AAEDF;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  text-indent: -624.9375rem;
  position: relative;
}
[id^=image-slider-block] .slick-next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -3px;
}
[id^=image-slider-block] .slick-prev:before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 4px;
}

.accordion-block {
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
  background-color: var(--color--quaternary);
}

.accordion-block-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .accordion-block-inner {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

.accordion-block-header {
  max-width: 1144px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .accordion-block-header {
    margin-bottom: 40px;
  }
}

.accordion-block-header-title {
  font-size: var(--font-size--largest);
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .accordion-block-header-title {
    margin-bottom: 40px;
    font-size: var(--font-size--gigantic);
  }
}

.accordion-block-header-subtitle {
  font-size: var(--font-size--normal);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .accordion-block-header-subtitle {
    margin-bottom: 15px;
    font-size: var(--font-size--medium);
  }
}

.accordion-block-item {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: #fff;
  padding: 15px;
  -webkit-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-bottom: 12px;
}
.accordion-block-item:hover {
  background: #fff;
}
.accordion-block-item.is-open {
  background: #fff;
}
.accordion-block-item.is-open .accordion-block-title::after {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.accordion-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  font-weight: var(--font-weight--semibold);
  margin-bottom: 0;
  min-height: 30px;
  font-size: var(--font-size--small);
}
@media (min-width: 768px) {
  .accordion-block-title {
    font-size: var(--font-size--normal);
  }
}
.accordion-block-title::after {
  content: "";
  padding-left: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/herbal-clinic/dist/css/../../assets/images/green-triangle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion-block-header-subtitle {
  color: var(--color--primary);
}

.accordion-block-description {
  display: none;
  padding: 10px 0 10px;
}

.image-blocks-section {
  background: var(--color--quaternary);
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
}

.image-blocks_header {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.image-blocks__title {
  font-size: var(--font-size--largest);
  font-weight: var(--font-weight--regular);
}
@media (min-width: 768px) {
  .image-blocks__title {
    font-size: var(--font-size--huge);
  }
}

.image-blocks_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-block__card-inner {
  height: 100%;
}

.image-block__card {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .image-block__card {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .image-block__card {
    width: 25%;
  }
}

.image-block__image-box {
  position: relative;
  height: 100%;
  width: 100%;
  aspect-ratio: 480/258;
}

.image-block__image-box-graphic {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-card-type {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-card-type .image-block__card-inner {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-card-type .image-block__card-inner .image-blocks__image-title {
  font-size: var(--font-size--medium);
  font-weight: var(--font-weight--semibold);
}
.link-card-type .image-block__card-inner .image-blocks__image-title::after {
  height: 2px;
  width: 166px;
  background-color: var(--color--primary);
  display: block;
  content: "";
  margin-top: 10px;
}

.link-card-type .image-blocks__image-link-description {
  font-size: var(--font-size--micro);
}

.link-btn.image-block__image-btn {
  font-size: var(--font-size--small);
  font-weight: var(--font-weight--bold);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote-card-type {
  padding: 15px;
}

.quote-card-type .image-block__card-inner {
  border: 1px solid var(--color--eight);
  padding: 40px 10px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.quote-card-type .image-blocks__quote-box {
  max-width: 360px;
  padding-top: 50px;
}

.image-blocks__image-quote-description {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.quote-card-type .image-blocks__image-quote-description::before {
  content: "";
  display: block;
  width: 41px;
  height: 20px;
  top: 9px;
  left: 11px;
  position: absolute;
  background-image: url("/wp-content/themes/herbal-clinic/dist/css/../../assets/images/gray-quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .quote-card-type .image-blocks__image-quote-description::before {
    width: 47px;
    height: 41px;
    top: 30px;
    left: 40px;
  }
}

.image-blocks__image-attribution {
  color: #ACACAC;
  font-size: var(--font-size--tiny);
  text-align: center;
  max-width: 324px;
  line-height: var(--line-height--small);
}

.image-block_quote-box {
  margin-top: 40px;
}

.video-cards-section {
  margin-left: calc(50% - var(--vw, 49.96vw));
  margin-right: calc(50% - var(--vw, 49.96vw));
  padding-left: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .video-cards_header-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.video-cards_header-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .video-cards_header-content {
    padding-right: 25px;
    margin-bottom: 0;
  }
}

.video-cards__subtitle {
  color: var(--color--primary);
  font-size: var(--font-size--medium);
  font-weight: var(--font-weight--medium);
}

.video-cards__title {
  font-size: var(--font-size--largest);
  font-weight: var(--font-weight--medium);
  line-height: var(--line-height--small);
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .video-cards__title {
    font-size: var(--font-size--gigantic);
  }
}
.video-cards__title span {
  color: var(--color--primary);
}
.video-cards__title::after {
  height: 4px;
  width: 166px;
  background-color: var(--color--primary);
  display: block;
  content: "";
  margin-top: 15px;
}
@media (min-width: 768px) {
  .video-cards__title::after {
    height: 6px;
    margin-top: 35px;
  }
}

.video-cards__description {
  font-size: var(--font-size--normal);
  margin-bottom: 10px;
}

.video-cards__header-btn {
  max-width: 250px;
}

.video-cards__header-graphic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .video-cards__header-graphic {
    margin-bottom: 0;
  }
}

.video-cards__header-graphic-inner {
  aspect-ratio: 16/9;
  position: relative;
}

.video-cards__header-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px;
}

.video-cards_content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media (min-width: 1024px) {
  .video-cards_content {
    margin-top: 20px;
  }
}

.video-cards__video-card {
  padding: 10px;
  width: 50%;
}
@media (min-width: 1024px) {
  .video-cards__video-card {
    width: 25%;
  }
}

.video-card__image-box {
  margin-bottom: 20px;
}

.video-card__image-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: var(--font-weight--semibold);
}
.video-card__image-btn::after {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  content: "";
  display: block;
  background-image: url("/wp-content/themes/herbal-clinic/dist/css/../../assets/images/green-arrow.svg");
  width: 22px;
  height: 15px;
  background-repeat: no-repeat;
  margin-left: 12px;
  background-size: contain;
}
.video-card__image-btn:hover::after {
  margin-left: 20px;
}

.video-cards__image-title {
  font-size: var(--font-size--medium);
  font-weight: var(--font-weight--semibold);
}

.video-cards__image-description {
  font-size: var(--font-size--tiny);
}

.ph--calculator-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.12);
          box-shadow: 0px 4px 15px rgba(23, 143, 195, 0.12);
  border-radius: 20px;
  padding: 15px;
  max-width: 940px;
}
@media (min-width: 768px) {
  .ph--calculator-form {
    padding: 50px;
  }
}

.ph--calculator-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.ph--calculator-subtitle {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #B7B7B7;
  margin-bottom: 10px;
}

.ph--calculator-header-textbox {
  margin-bottom: 20px;
}

.ph--calculator-form .select2-selection--single {
  height: 48px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--color--primary-dark) transparent transparent transparent;
  border-width: 12px 8px 0 8px;
  left: 0%;
  top: 68%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--color--primary-dark) transparent;
  border-width: 0 8px 12px 8px;
}

.ph--calculator-button {
  background-color: var(--color--primary);
  color: #fff;
  display: inline-block;
  border: 0px;
  border-radius: 7px;
  padding: 8px 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
}

.ph--calculator-tincture-size-box {
  margin-top: 20px;
}

#ph--calculator-tincture-longevity {
  margin-top: 10px;
}

.ph--calculator-herb-selector-btn-wrapper,
.ph--calculator-herb-selector-wrapper {
  display: inline-block;
}

.ph--calculator-herb-picker {
  margin-bottom: 24px;
}

table.calculator.scaffold {
  border: 1px solid #b7b7b7;
  border-radius: 12px;
}

.ph--calculator-thead {
  background: var(--color--primary);
  color: #fff;
}
@media (max-width: 900px) {
  .ph--calculator-thead {
    display: none;
  }
}

.ph--calculator-thead th {
  text-align: center;
  font-size: var(--font-size--normal);
  font-weight: var(--font-weight--regular);
  padding: 10px;
}

.ph--calculator-wrapper {
  position: relative;
}

#ph--calculator-table tbody tr:nth-child(odd) .herb > div {
  text-align: center;
  padding: 5px;
}
@media (min-width: 901px) {
  #ph--calculator-table tbody tr:nth-child(odd) .herb > div {
    text-align: left;
  }
}

@media (min-width: 901px) {
  .herb-actions.herb-actions-top {
    text-align: left !important;
  }
}

#ph--calculator-table tbody tr:nth-child(even) .herb > div {
  text-align: center;
  padding: 5px;
}
@media (min-width: 901px) {
  #ph--calculator-table tbody tr:nth-child(even) .herb > div {
    text-align: left;
  }
}

#ph--calculator-table tbody tr:nth-child(even) {
  background-color: #F4F4F4;
}

.ph--calculator-table {
  min-width: 600px;
}

.ph--calculator-note {
  background: #A9A9A9;
  color: #fff;
}

.ph--calculator-subtotal {
  background: var(--color--primary);
  color: #fff;
}
@media (max-width: 900px) {
  .ph--calculator-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 10px 10px;
  }
}

.tincture-amount .ph--calculator-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  margin-left: 10px;
}

.ph--calculator-action-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ph--calculator-subtotal td:first-child {
  border-bottom-left-radius: 10px;
}

.ph--calculator-subtotal td:last-child {
  border-radius: 0 0 10px 10px;
}
@media (min-width: 901px) {
  .ph--calculator-subtotal td:last-child {
    border-radius: 0 0 10px 0;
    border-bottom-right-radius: 10px;
  }
}

thead tr th:first-child {
  border-top-left-radius: 10px;
}

thead tr th:last-child {
  border-top-right-radius: 10px;
}

.ph--calculator-herb-selector-wrapper {
  top: -4px;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .ph--calculator-herb-selector-wrapper {
    padding-right: 30px;
    margin-bottom: 0;
    width: 75%;
  }
}

.ph--calculator-action-col input[type=button] {
  background-color: var(--color--primary);
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  width: 100%;
  padding: 10px;
  font-weight: 700;
  border-radius: 6px;
  height: 55px;
  text-transform: uppercase;
  font-size: var(--font-size--normal);
  border-radius: 7px;
}
.ph--calculator-action-col input[type=button]:hover {
  background-color: var(--color--primary);
}

td.tincture-amount span {
  display: inline-block;
}

.ph--slider-wrapper span.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 16px;
  border: 0px;
  color: var(--color--primary);
  background-color: var(--color--primary);
  height: 24px;
  top: -10px;
  width: 24px;
}

.ph--slider-wrapper .ui-widget.ui-widget-content {
  border: 0px;
  background: #D9D9D9;
  height: 8px;
}

.calc-message {
  color: var(--color--primary);
  font-size: 85%;
  font-style: ita lic;
}

.ph--calculator-form .herb {
  width: 100%;
  font-size: var(--font-size--smaller);
  padding: 10px 10px 15px;
}
@media (min-width: 901px) {
  .ph--calculator-form .herb {
    border-right: 1px solid #B7B7B7;
    width: 30%;
  }
}

.ph--calculator-form .daily-amount {
  width: 100%;
  text-align: center;
}
@media (min-width: 901px) {
  .ph--calculator-form .daily-amount {
    padding-top: 25px;
    min-width: 300px;
    border-right: 1px solid #B7B7B7;
    width: 55%;
  }
}

@media (max-width: 767px) {
  .ph--calculator-form .daily-amount .ph-range-box {
    max-width: 210px;
  }
}

.ph--calculator-form .mobile-range-box {
  margin-top: 32px;
}
.ph--calculator-form .mobile-range-box .ph-range-box {
  width: 100px !important;
  margin: 0 10px;
}
.ph--calculator-form .mobile-range-box .plus,
.ph--calculator-form .mobile-range-box .minus {
  position: relative;
  top: 2px;
  font-size: 22px;
  border: 1px solid var(--color--primary-dark);
  border-radius: 100%;
  width: 37px;
  display: inline-block;
  font-weight: bold;
  background-color: #178FC3;
  color: white;
}

@media (max-width: 600px) {
  .ph--calculator-note td {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  td.ph--calculator-additional-value {
    padding-top: 0px;
  }
  .ph--calculator-note td:first-child {
    padding-bottom: 0px;
  }
}
.ph--calculator-form .tincture-amount {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 901px) {
  .ph--calculator-form .tincture-amount {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 15%;
  }
}

.tincture-amount__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 901px) {
  .tincture-amount__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .tincture-amount__content-inputs .ph--tincture-amount {
    max-width: 210px;
  }
}

.ph--slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.data-amount-start {
  width: 12%;
  margin-right: 15px;
  min-width: 40px;
  white-space: nowrap;
}

.data-amount-slider {
  width: 60%;
  margin-top: 10px;
}

.data-amount-end {
  width: 15%;
  margin-left: 15px;
  min-width: 30px;
  white-space: nowrap;
}

.ph--calculator-additional-value,
.ph--calculator-subtotal-value {
  font-size: var(--font-size--normal);
}
@media (min-width: 901px) {
  .ph--calculator-additional-value,
.ph--calculator-subtotal-value {
    border-left: 1px solid #B7B7B7;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 10px;
}

.ph--calculator-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0px;
}

.ph--calculator-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ph--calculator-tabs li a {
  border-bottom: 5px solid #EDEDED;
  font-size: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: block;
}

.ph--calculator-tabs li a.ph-calculator-active-tab, .ph--calculator-tabs li:hover a {
  border-color: var(--color--primary);
}

.ph--modal {
  position: absolute;
  z-index: 9999;
  width: 90%;
  background-color: #fff;
  border-radius: 11px;
  top: 80px;
  left: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
}
@media (min-width: 768px) {
  .ph--modal {
    width: 400px;
  }
}

.ph--modal-header {
  background: var(--color--primary);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
  color: #fff;
  padding: 10px 20px;
  border-radius: 11px 11px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ph--modal .ph--info-row {
  border-radius: 11px;
  padding: 12px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.ph--modal .ph--info-row ul {
  margin: 0;
  padding: 0;
  list-style: inside;
}

.ph--modal-body {
  padding: 12px 14px;
}

.ph--modal .ph--info-row:nth-child(even) {
  background-color: #EDEDED;
}

.ph--modal .ph--info-row:nth-child(odd) {
  background-color: rgba(23, 143, 195, 0.31);
}

.ph--info-title {
  font-weight: bold;
}

.ph--close-button {
  float: right;
}

.ph--close-button a {
  color: #fff;
}

.calc-mobile-title {
  display: block;
  font-weight: var(--font-weight--bold);
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 901px) {
  .calc-mobile-title {
    display: none;
  }
}

@media (max-width: 900px) {
  .ph--calculator-body tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ph--calculator-body tbody tr + tr {
  border-top: 3px solid var(--color--background);
}

.ph--calculator-form .select2-container .select2-selection--single .select2-selection__clear {
  left: 7px;
  top: 1px;
}

.tincture-amount__content {
  text-align: center;
}

.herb-actions-top svg path {
  fill: var(--color--primary);
}

.tincture-amount__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 901px) {
  .tincture-amount__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.tincture-amount__content-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.tincture-amount .ph--calculator-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  margin-left: 10px;
}

.ph--calculator-action-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ph--calculator-line-item {
  margin-right: 10px;
}

.ph--calculator-subtotal td:first-child {
  border-bottom-left-radius: 10px;
}

.ph--calculator-subtotal td:last-child {
  border-radius: 0 0 10px 10px;
}
@media (min-width: 901px) {
  .ph--calculator-subtotal td:last-child {
    border-radius: 0 0 10px 0;
    border-bottom-right-radius: 10px;
  }
}
/*# Current File Updated by Asset CleanUp - Original Source Map: style.css.map */