/*
 * Custom code goes here.
 */
html,body {
  /*font-family: 'Karla', sans-serif;*/
  font-size: 12px;
  line-height: 1.25em;
}
.material-icons {
  vertical-align: text-bottom;
  font-size: 1rem;
}
.elementor-section.elementor-section-stretched {
  width: 100%;
  position: relative;
  margin-left: -50%;
  left: 50%;
}

.block-links ul > li {
  padding-bottom: 4px;
  padding-top: 4px;
}

.img-hide-alt {
  font-size: 0;
}
/*
.text-muted {
  color: #575757;
}
*/
.regular-price.text-muted {
  color:#545454 !important;
}
.product-flags .new {
  background: #595959;
}
.ps-emailsubscription-conditions.text-muted {
  color: #4e4e4e !important;
}

#iqitcookielaw {
  left: 15px;
}
#mobile-header .row-mobile-header {
  margin-left: 0;
  margin-right: 0;
}
#mobile-header .m-nav-btn {
  padding: .4rem 1.2rem .4rem 0;
}
#mobile-header .col-mobile-btn-account .m-nav-btn {
  padding: .4rem 0.6rem .4rem 1.2rem;
}
#mobile-header #mobile-cart-toogle {
  padding: .4rem 0 .4rem 0.6rem;
}
#mobile-header .mobile-main-bar {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.ps-shoppingcart.dropdown #blockcart-content {
  z-index: 1000;
}

.price-countdown .count-down-timer {
  width: 70px;
  text-align: left;
}

.my-account-page-content .table td, .table th {
  padding: 0.3rem;
}
.my-account-page-content .table.table-responsive {
  display: table;
}

.header-nav #user_info {
  display: none;
}

body .my-account-page-content-wrapper .my-account-side-links .link-item .ets_svg svg {
  display: inline-block;
  width: auto;
  height: auto;
}

@media (max-width: 991px) {
  .ybc-menu-toggle,
  .header-top,
  .changestatus .ybc-menu-toggle {
    display: none;
  }
  #desktop-header {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .ps-shoppingcart.dropdown #blockcart-content {
    min-width: 250px;
    max-width: 320px;
    right: 0;
    left: auto;
    margin: auto;
  }
}

/* Mycotrop add-to-cart conversion modal */
body.mycotrop-cart-modal-open {
  overflow: hidden;
}

.mycotrop-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  color: #18202a;
}

.mycotrop-cart-modal.is-visible {
  pointer-events: auto;
}

.mycotrop-cart-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.54);
  opacity: 0;
  transition: opacity 180ms ease;
}

.mycotrop-cart-modal.is-visible .mycotrop-cart-modal__shade {
  opacity: 1;
}

.mycotrop-cart-modal__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, calc(100vw - 24px));
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 28px;
  background: #fff;
  box-shadow: -22px 0 50px rgba(15, 23, 42, 0.24);
  transform: translateX(100%);
  transition: transform 220ms ease;
  outline: none;
  overflow-y: auto;
}

.mycotrop-cart-modal.is-visible .mycotrop-cart-modal__panel {
  transform: translateX(0);
}

.mycotrop-cart-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #d9dee5;
  border-radius: 8px;
  background: #fff;
  color: #18202a;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
}

.mycotrop-cart-modal__eyebrow {
  margin: 10px 44px 0 0;
  color: #177245;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mycotrop-cart-modal__title {
  margin: 0;
  max-width: 300px;
  color: #111827;
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.mycotrop-cart-modal__product {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e7ebef;
  border-radius: 8px;
  background: #f8faf8;
}

.mycotrop-cart-modal__image-wrap {
  width: 92px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #177245;
  font-size: 2rem;
  font-weight: 700;
}

.mycotrop-cart-modal__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mycotrop-cart-modal__details {
  min-width: 0;
}

.mycotrop-cart-modal__name,
.mycotrop-cart-modal__price {
  display: block;
}

.mycotrop-cart-modal__name {
  color: #111827;
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.mycotrop-cart-modal__price {
  margin-top: 6px;
  color: #51606f;
  font-size: 0.94rem;
}

.mycotrop-cart-modal__actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.mycotrop-cart-modal__checkout,
.mycotrop-cart-modal__cart,
.mycotrop-cart-modal__continue {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.mycotrop-cart-modal__checkout {
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
}

.mycotrop-cart-modal__checkout:hover {
  color: #fff;
  background: #177245;
  border-color: #177245;
}

.mycotrop-cart-modal__cart {
  border: 1px solid #177245;
  background: #177245;
  color: #fff;
}

.mycotrop-cart-modal__continue {
  min-height: 40px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  cursor: pointer;
}

@media (max-width: 575px) {
  .mycotrop-cart-modal__panel {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 26px);
    padding: 26px 18px 18px;
    transform: translateY(100%);
  }

  .mycotrop-cart-modal.is-visible .mycotrop-cart-modal__panel {
    transform: translateY(0);
  }

  .mycotrop-cart-modal__title {
    max-width: calc(100% - 44px);
    font-size: 1.65rem;
  }

  .mycotrop-cart-modal__product {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .mycotrop-cart-modal__image-wrap {
    width: 76px;
  }
}

/* Mycotrop bank transfer confirmation */
.mycotrop-bankwire-return {
  margin-top: 18px;
  color: #18202a;
  width: min(100%, calc(100vw - 18px));
  box-sizing: border-box;
  overflow: hidden;
}

.mycotrop-bankwire-return * {
  box-sizing: border-box;
  white-space: normal;
}

.mycotrop-bankwire-return__hero {
  padding: 24px 26px;
  border: 1px solid #e3e9ef;
  border-radius: 8px;
  background: #f8faf8;
}

.mycotrop-bankwire-return__eyebrow {
  margin: 0 0 8px;
  color: #177245;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mycotrop-bankwire-return__title {
  margin: 0;
  color: #111827;
  font-size: 2rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.mycotrop-bankwire-return__intro {
  margin: 12px 0 0;
  max-width: 620px;
  color: #51606f;
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.mycotrop-bankwire-return__reference {
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  background: #fff7ed;
  box-shadow: 0 12px 24px rgba(154, 52, 18, 0.08);
}

.mycotrop-bankwire-return__reference-label,
.mycotrop-bankwire-return__amount-card span {
  display: block;
  color: #9a3412;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mycotrop-bankwire-return__reference-value {
  display: inline-block;
  margin-top: 7px;
  padding: 9px 13px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.mycotrop-bankwire-return__reference p {
  margin: 10px 0 0;
  color: #7c2d12;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.mycotrop-bankwire-return__payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 14px;
  align-items: start;
  margin-top: 14px;
}

.mycotrop-bankwire-return__amount-card,
.mycotrop-bankwire-return__details {
  border: 1px solid #e7ebef;
  border-radius: 8px;
  background: #fff;
}

.mycotrop-bankwire-return__amount-card {
  padding: 18px 20px;
}

.mycotrop-bankwire-return__amount-card span {
  color: #177245;
}

.mycotrop-bankwire-return__amount-card strong {
  display: block;
  margin-top: 10px;
  color: #111827;
  font-size: 1.7rem;
  line-height: 1.1;
}

.mycotrop-bankwire-return__details {
  display: block;
  margin: 0;
  overflow: hidden;
}

.mycotrop-bankwire-return__details div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  gap: 16px;
  padding: 14px 16px;
  background: #fff;
}

.mycotrop-bankwire-return__details dt,
.mycotrop-bankwire-return__details dd {
  width: auto;
  float: none;
  padding: 0;
}

.mycotrop-bankwire-return__details div:nth-child(odd) {
  background: #f8faf8;
}

.mycotrop-bankwire-return__details dt {
  color: #51606f;
  font-weight: 800;
}

.mycotrop-bankwire-return__details dd {
  margin: 0;
  color: #18202a;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.mycotrop-bankwire-return__steps {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mycotrop-bankwire-return__steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid #e7ebef;
  border-radius: 8px;
  background: #fff;
  color: #18202a;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.mycotrop-bankwire-return__steps span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #177245;
  color: #fff;
  font-weight: 800;
}

.mycotrop-bankwire-return__footer {
  margin-top: 16px;
  color: #51606f;
  line-height: 1.45;
}

.mycotrop-bankwire-return__footer strong {
  color: #111827;
}

.mycotrop-bankwire-return__footer p {
  margin: 7px 0 0;
}

.mycotrop-bankwire-return__footer a {
  color: #177245;
  font-weight: 800;
}

@media (max-width: 767px) {
  .mycotrop-bankwire-return__hero {
    padding: 20px 18px;
  }

  .mycotrop-bankwire-return__title {
    font-size: 1.55rem;
  }

  .mycotrop-bankwire-return__reference {
    padding: 16px;
  }

  .mycotrop-bankwire-return__payment-grid,
  .mycotrop-bankwire-return__details div {
    grid-template-columns: 1fr;
  }

  .mycotrop-bankwire-return__details div {
    gap: 5px;
  }
}

/* Mycotrop polished editable cart drawer */
#_desktop_blockcart-content:not(.show),
#_mobile_blockcart-content:not(.show) {
  display: none !important;
}

.ps-shoppingcart.dropdown #_desktop_blockcart-content,
#mobile-cart-wrapper #_mobile_blockcart-content,
#mobile-cart-wrapper #_desktop_blockcart-content {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 2147482990 !important;
  width: min(430px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  height: 100vh !important;
  max-height: 100vh !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px 0 0 8px !important;
  background: #fff !important;
  box-shadow: -22px 0 50px rgba(15, 23, 42, 0.22) !important;
  color: #18202a !important;
  overflow: hidden !important;
  transform: none !important;
}

.ps-shoppingcart.dropdown #blockcart-content,
#mobile-cart-wrapper #blockcart-content {
  position: static !important;
  inset: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  width: 100% !important;
  height: 100vh !important;
  max-height: 100vh !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding: 22px 22px 18px !important;
  background: #fff !important;
  overflow-y: auto !important;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-title,
#mobile-cart-wrapper #blockcart-content .cart-title {
  position: sticky;
  top: -22px;
  z-index: 2;
  margin: -22px -22px 0;
  padding: 22px 22px 12px;
  background: #fff;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-title .modal-title,
#mobile-cart-wrapper #blockcart-content .cart-title .modal-title {
  color: #111827;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.ps-shoppingcart.dropdown #blockcart-content #js-cart-close,
#mobile-cart-wrapper #blockcart-content #js-cart-close {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #d9dee5;
  border-radius: 8px;
  background: #fff;
  color: #18202a;
  font-size: 22px;
  line-height: 30px;
  opacity: 1;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-title hr,
#mobile-cart-wrapper #blockcart-content .cart-title hr {
  margin: 14px 0 0;
  border-color: #e7ebef;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-products,
#mobile-cart-wrapper #blockcart-content .cart-products {
  display: grid !important;
  grid-auto-rows: max-content !important;
  align-items: start !important;
  flex: 0 0 auto !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-products > li,
#mobile-cart-wrapper #blockcart-content .cart-products > li {
  padding: 13px;
  border: 1px solid #e7ebef;
  border-radius: 8px;
  background: #f8faf8;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-products > li + li,
#mobile-cart-wrapper #blockcart-content .cart-products > li + li {
  border-top: 1px solid #e7ebef;
}

.ps-shoppingcart.dropdown #blockcart-content .product-image,
#mobile-cart-wrapper #blockcart-content .product-image {
  display: block;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.ps-shoppingcart.dropdown #blockcart-content .product-image img,
#mobile-cart-wrapper #blockcart-content .product-image img {
  aspect-ratio: 1;
  object-fit: contain;
}

.ps-shoppingcart.dropdown #blockcart-content .col-info a,
#mobile-cart-wrapper #blockcart-content .col-info a {
  color: #111827;
  font-size: 0.96rem;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.ps-shoppingcart.dropdown #blockcart-content .product-attributes,
#mobile-cart-wrapper #blockcart-content .product-attributes {
  color: #64748b !important;
  font-size: 0.78rem;
  line-height: 1.25;
}

.ps-shoppingcart.dropdown #blockcart-content .js-cart-line-product-quantity,
#mobile-cart-wrapper #blockcart-content .js-cart-line-product-quantity {
  min-height: 40px;
  border: 1px solid #d9dee5;
  border-radius: 8px 0 0 8px;
  background: #fff;
  color: #111827;
  font-weight: 700;
  text-align: center;
}

.ps-shoppingcart.dropdown #blockcart-content .bootstrap-touchspin .btn-touchspin,
#mobile-cart-wrapper #blockcart-content .bootstrap-touchspin .btn-touchspin {
  border-color: #d9dee5;
  background: #fff;
  color: #51606f;
}

.ps-shoppingcart.dropdown #blockcart-content .remove-from-cart,
#mobile-cart-wrapper #blockcart-content .remove-from-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 6px;
  border-radius: 8px;
  color: #64748b;
}

.ps-shoppingcart.dropdown #blockcart-content .remove-from-cart:hover,
#mobile-cart-wrapper #blockcart-content .remove-from-cart:hover {
  background: #fee2e2;
  color: #991b1b;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-subtotals,
.ps-shoppingcart.dropdown #blockcart-content .cart-totals,
#mobile-cart-wrapper #blockcart-content .cart-subtotals,
#mobile-cart-wrapper #blockcart-content .cart-totals {
  margin: 0;
  padding-top: 4px;
  border-top: 1px solid #e7ebef;
  color: #51606f;
  font-size: 0.94rem;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-summary-line,
#mobile-cart-wrapper #blockcart-content .cart-summary-line,
.ps-shoppingcart.dropdown #blockcart-content .cart-totals .clearfix,
#mobile-cart-wrapper #blockcart-content .cart-totals .clearfix {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-totals,
#mobile-cart-wrapper #blockcart-content .cart-totals {
  color: #111827;
  font-size: 1.2rem;
  font-weight: 800;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons,
#mobile-cart-wrapper #blockcart-content .cart-buttons {
  position: sticky !important;
  bottom: -18px !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 10px !important;
  margin: 0 -22px -18px !important;
  padding: 12px 22px 18px !important;
  background: #fff !important;
  box-shadow: 0 -12px 22px rgba(255, 255, 255, 0.92) !important;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons a,
#mobile-cart-wrapper #blockcart-content .cart-buttons a {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #cbd5df !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111827 !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons.mycotrop-cart-drawer-buttons-enhanced > a,
#mobile-cart-wrapper #blockcart-content .cart-buttons.mycotrop-cart-drawer-buttons-enhanced > a {
  display: none !important;
}

.ps-shoppingcart.dropdown #blockcart-content .mycotrop-cart-drawer-actions,
#mobile-cart-wrapper #blockcart-content .mycotrop-cart-drawer-actions {
  display: grid !important;
  gap: 10px !important;
}

.ps-shoppingcart.dropdown #blockcart-content .mycotrop-cart-drawer-action,
#mobile-cart-wrapper #blockcart-content .mycotrop-cart-drawer-action {
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons .mycotrop-cart-drawer-action--checkout,
#mobile-cart-wrapper #blockcart-content .cart-buttons .mycotrop-cart-drawer-action--checkout {
  border: 1px solid #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons .mycotrop-cart-drawer-action--cart,
#mobile-cart-wrapper #blockcart-content .cart-buttons .mycotrop-cart-drawer-action--cart {
  border: 1px solid #177245 !important;
  background: #177245 !important;
  color: #fff !important;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons .mycotrop-cart-drawer-action--continue,
#mobile-cart-wrapper #blockcart-content .cart-buttons .mycotrop-cart-drawer-action--continue {
  min-height: 40px !important;
  border: 1px solid #fed7aa !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
  cursor: pointer !important;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons .btn,
#mobile-cart-wrapper #blockcart-content .cart-buttons .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons .btn-primary,
#mobile-cart-wrapper #blockcart-content .cart-buttons .btn-primary {
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.ps-shoppingcart.dropdown #blockcart-content .cart-buttons .btn-secondary,
#mobile-cart-wrapper #blockcart-content .cart-buttons .btn-secondary {
  border-color: #cbd5df;
  background: #fff;
  color: #111827;
}

body.mycotrop-cart-drawer-open #back-to-top {
  display: none !important;
}

@media (max-width: 575px) {
  .ps-shoppingcart.dropdown #_desktop_blockcart-content,
  #mobile-cart-wrapper #_mobile_blockcart-content,
  #mobile-cart-wrapper #_desktop_blockcart-content {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: calc(100vh - 26px) !important;
    border-radius: 8px 8px 0 0 !important;
    box-shadow: 0 -22px 50px rgba(15, 23, 42, 0.22) !important;
  }

  .ps-shoppingcart.dropdown #blockcart-content,
  #mobile-cart-wrapper #blockcart-content {
    height: auto !important;
    max-height: calc(100vh - 26px) !important;
    padding: 20px 16px 16px !important;
  }

  .ps-shoppingcart.dropdown #blockcart-content .cart-title,
  #mobile-cart-wrapper #blockcart-content .cart-title {
    top: -20px;
    margin: -20px -16px 0;
    padding: 20px 16px 10px;
  }

  .ps-shoppingcart.dropdown #blockcart-content .cart-products > li,
  #mobile-cart-wrapper #blockcart-content .cart-products > li {
    padding: 12px;
  }

  .ps-shoppingcart.dropdown #blockcart-content .cart-buttons,
  #mobile-cart-wrapper #blockcart-content .cart-buttons {
    bottom: -16px;
    margin: 0 -16px -16px;
    padding: 12px 16px 16px;
  }
}
