:root {
	--wd-text-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #414141;
	--wd-text-font-size: 15px;
	--wd-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(41,45,50);
	--wd-entities-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(41,45,50);
	--wd-entities-title-color-hover: rgb(65, 65, 65);
	--wd-alternative-font: "Fredoka", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(41,45,50);
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Rubik", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(103,174,61);
	--wd-alternative-color: rgb(255,165,56);
	--btn-default-transform: none;
	--btn-default-bgcolor: rgb(103,174,61);
	--btn-default-bgcolor-hover: rgb(107,173,69);
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(255,165,56);
	--btn-accented-bgcolor-hover: rgb(255,172,71);
	--btn-transform: none;
	--btn-font-size: 15px;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(38,46,57);
	--wd-link-color-hover: rgb(38,46,57);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(38,46,57);
	background-image: none;
}
html .wd-checkout-steps {
	font-weight: 500;
	font-size: 24px;
	text-transform: capitalize;
}
html .wd-nav-mobile > li > a {
	text-transform: none;
}
html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
	font-weight: 500;
	font-size: 16px;
}
html .wd-product .price {
	font-weight: 500;
	font-size: 19px;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .btn.wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(103,174,61);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 42px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: -21px;
	--wd-arrow-color: rgb(255,255,255);
	--wd-arrow-color-hover: rgba(255,255,255,0.9);
	--wd-arrow-color-dis: rgb(255,255,255);
	--wd-arrow-bg: rgb(103,174,61);
	--wd-arrow-bg-hover: rgb(103,174,61);
	--wd-arrow-bg-dis: rgba(103,174,61,0.5);
	--wd-arrow-radius: 24px;
}
.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
	--wd-arrow-gap: 10px;
	--wd-arrow-size: 42px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: -5px;
	--wd-arrow-offset-v: 5px;
	--wd-arrow-color: rgb(255,255,255);
	--wd-arrow-color-hover: rgba(255,255,255,0.8);
	--wd-arrow-color-dis: rgb(255,255,255);
	--wd-arrow-bg: rgb(103,174,61);
	--wd-arrow-bg-hover: rgb(103,174,61);
	--wd-arrow-bg-dis: rgba(103,174,61,0.5);
	--wd-arrow-radius: 24px;
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-bg: rgba(103,174,61,0.15);
	--wd-pagin-bg-hover: rgba(103,174,61,0.15);
	--wd-pagin-bg-act: rgb(103,174,61);
	--wd-pagin-radius: 100px;
	--wd-pagin-brd-width: 0px;
}
.wd-nav-scroll {
	--wd-nscroll-bg: rgba(250,186,91,0.15);
	--wd-nscroll-drag-bg: rgb(103,174,61);
	--wd-nscroll-drag-bg-hover: rgb(255,165,56);
}
.wd .product-label.onsale {
	background-color: rgb(255,165,56);
}
.wd .product-label.new {
	background-color: rgb(103,174,61);
}
.wd .product-label.featured {
	background-color: rgb(38,46,57);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 120px;
}

@media (max-width: 768.98px) {
	html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
		font-size: 14px;
	}
	html .wd-product .price {
		font-size: 17px;
	}
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 32px;
	--wd-arrow-icon-size: 14px;
	--wd-arrow-offset-h: 62px;
	}
	.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 32px;
	--wd-arrow-icon-size: 14px;
	}

}
:root{
--wd-container-w: 1420px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1420px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgba(255,255,255,0);
}

#mrkv_ua_shipping_nova-poshta-shipping-info {margin-top:20px;}

.woocommerce-Price-amount bdi{text-wrap-mode: nowrap !important;}

.woocommerce-additional-fields{margin-top:20px;}

bwchat#bwc-wrap {
  --bwc-widget-main-color: var(--e-global-color-primary);
  --bwc-widget-secondary-color: var(--wd-alternative-color);
  --bwc-widget-submit-buttons-color: var(--e-global-color-primary);
  --bwc-widget-editor-buttons-color: var(--e-global-color-primary);
  --bwc-working-days-text-color: var(--e-global-color-primary);
}

.whb-header .whb-general-header-inner:has(.hurt-phone-button) .whb-col-left.whb-visible-lg {
  flex: unset;
}
.whb-header .whb-general-header-inner:has(.hurt-phone-button) .whb-col-center.whb-empty-column {
  display: none;
}

.hurt-phone-button{font-size:16px !important;gap:12px !important;white-space: nowrap;}


bwchat#bwc-wrap #bwc-widget-action {
  background-image: unset;
	bottom: 44px !important;
}

bwchat#bwc-wrap div#bwc-chat,
bwchat#bwc-wrap div#bwc-widget-action {
  z-index: 499 !important;
}
bwchat#bwc-wrap div#bwc-chat-cloud-message,
bwchat#bwc-wrap div#bwc-chat-omnichannel {
  z-index: 498 !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background-color: #67AE3D !important;
}

.testimon-style-boxed .testimonial-inner {
  border:1px solid #E4F0DA !important;
  background-color: #FFFAF4 !important;
  box-shadow: none !important;
}

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
  border-color: #67AE3D !important;
}

.wd-post .wd-post-title {
    font-size: 20px !important;
}

.widget {
	margin-bottom: 15px !important;}

.blog-style-bg .wd-post-content {
    padding: 20px !important;
	  background: #F8F8F8;
	  border-radius: 0 0 16px 16px;
}

.blog-design-masonry.blog-style-bg .wd-post-content {
	background: #F8F8F8 !important;
}

.wpc-term-id-no__sale_price{display:none !important;}

.wd-header-cart .wd-cart-subtotal .amount {
    font-weight: 500 !important;
    font-size: 17px !important;
}
.btn.btn-accent {
	border-radius: 12px !important;}

.wd-attr-selected{display:none !important;}
.reset_variations{display:none !important;}

.menu-footer-info .wd-nav>li>a {
	min-height: 30px !important;}

/* Fix: home intro slider BEGIN */
.home-intro-slider .wd-carousel {
  --wd-col-lg: 2 !important;
  --wd-gap: 20px !important;
}
.home-intro-slider .wd-slide,
.home-intro-slider .wd-slide div {
  height: 100% !important;
}
.home-intro-slider .wd-slide-bg.wd-fill {
  top: 0;
  left: calc(var(--wd-gap) / 2);
  right: calc(var(--wd-gap) / 2);
  bottom: 0;
  border-radius: 16px;
  overflow: hidden;
}
.home-intro-slider .e-hosted-video {
  z-index: 10;
  border-radius: 16px;
  max-width: 100%;
  overflow: hidden;
}
.home-intro-slider .e-hosted-video video {
  transition: opacity .25s;
  opacity: 1;
}
.home-intro-slider .e-hosted-video video:not(.is-loaded.is-hovered) {
  opacity: 0;
}
.home-intro-slider .wd-slide-container {
  padding: 0 !important;
}
.home-intro-slider .wd-slide-inner {
  max-width: unset !important;
}
.home-intro-slider .wd-nav-pagin-wrap {
  bottom: unset;
  top: 100%;
}
@media (max-width: 768px) {
  .home-intro-slider .wd-carousel-container .wd-carousel:not(.wd-initialized) > .wd-carousel-wrap > .wd-carousel-item .e-hosted-video,
  .home-intro-slider .wd-carousel-container .wd-carousel:not(.wd-initialized) > .wd-carousel-wrap > .wd-carousel-item .e-hosted-video video {
    min-height: 300px !important;
  }
}
@media (min-width: 768px) {
  .home-intro-slider .wd-carousel-container .wd-carousel:not(.wd-initialized) > .wd-carousel-wrap > .wd-carousel-item .e-hosted-video,
  .home-intro-slider .wd-carousel-container .wd-carousel:not(.wd-initialized) > .wd-carousel-wrap > .wd-carousel-item .e-hosted-video video {
    min-height: 420px !important;
  }
}
@media (min-width: 1025px) {
  .home-intro-slider .wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  .home-intro-slider .e-hosted-video {
    display: none;
  }
}
/* Fix: home intro slider END */

/* Fix: footer navigation row gap BEGIN */
.wd-footer .widget_nav_mega_menu > .wd-nav > li > a {
  min-height: 32px;
}
/* Fix: footer navigation row gap END *
/
/* Fix: footer navigation mobile horizontal BEGIN */
@media (max-width: 1024px) {
  .wd-footer .widget_nav_mega_menu > .wd-nav {
    flex-direction: row;
  }
  .wd-footer .widget_nav_mega_menu > .wd-nav > li {
    width: unset;
    flex: unset;
    max-width: unset;
  }
}
/* Fix: footer navigation mobile horizontal END */


/* Fix: hide text in wd-header-my-account BEGIN */
.whb-main-header .wd-header-my-account .wd-tools-text {
  display: none;
}
/* Fix: hide text in wd-header-my-account END */

/* Fix: cart icon in toolbar BEGIN */
.wd-toolbar .wd-header-cart .wd-tools-icon:before {
  content: '' !important;
  display: block;
  width: var(--wd-tools-icon-base-width);
  height: var(--wd-tools-icon-base-width);
  min-width: var(--wd-tools-icon-base-width);
  background: url(/wp-content/uploads/2026/04/basket-black.svg);
  background-size: 100% 100%;
}
/* Fix: cart icon in toolbar END */

/* Fix: add to cart button icon BEGIN */
.wd-add-btn.wd-action-btn .wd-action-icon:before {
  content: '' !important;
  display: block;
  width: var(--wd-action-icon-size);
  height: var(--wd-action-icon-size);
  min-width: var(--wd-action-icon-size);
  background: url(/wp-content/uploads/2026/04/basket-add-white.svg);
  background-size: 100% 100%;
}
/* Fix: add to cart button icon END */

/* Fix: in stock status BEGIN */
.product-template-default.single .stock.in-stock {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 0;
  color: rgba(41, 45, 50, 1);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid rgba(103, 174, 61, 1);
  border-radius: 8px;
  padding: 9px 12px;
  background-color: white;
  white-space: nowrap;
}
.product-template-default.single .stock.in-stock::before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/uploads/2026/04/ico-green-check.svg);
  background-size: 100% 100%;
  min-width: 18px;
}
/* Fix: in stock status END */

/* Fix: header navigation BEGIN */
.whb-header-bottom .wd-nav-header .woodmart-nav-link {
  color: #292D32;
  background-color: rgba(248, 248, 248, 1);
  padding: 15px 18px;
  border-radius: 8px;
}
.whb-header-bottom .wd-nav-header .menu-item:hover .woodmart-nav-link {
  color: white;
  background-color: var(--wd-primary-color);
}

.wd-header-main-nav .wd-nav-img {
  width: 20px !important;
  height: 20px !important;
  margin-left: 0 !important;
  margin-right: 10px;
  min-width: 20px;
  max-height: 20px;
  color: var(--wd-primary-color);
  transition: all .25s ease;
}
.wd-header-main-nav .menu-item:hover .woodmart-nav-link .wd-nav-img {
  color: white;
}

.wd-header-main-nav .menu-item-has-children .woodmart-nav-link::after {
  transition: background-image .25s ease;
  content: '';
  width: 9px;
  height: 9px;
  background-image: url(/wp-content/uploads/2026/04/ico-arrow-down.svg);
  min-width: 9px;
  margin-left: 7px;
}
.wd-header-main-nav .menu-item-has-children:hover .woodmart-nav-link::after {
  background-image: url(/wp-content/uploads/2026/04/ico-arrow-down-white.svg);
}
/* Fix: header navigation END */

/* Fix: header phone navigation BEGIN */
.wd-header-phone-dropdown p:empty,
.wd-header-phone-dropdown br {
  display: none;
}
.wd-header-phone-dropdown > a .main-text,
.wd-header-phone-dropdown .wd-dropdown a:not(.button) {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--wd-link-color);
}
.wd-header-phone-dropdown > a .additional-text {
  color: rgba(106, 106, 106, 1);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: -3%;
  margin-top: 6px;
}
.wd-header-phone-dropdown .wd-dropdown {
  --wd-dropdown-width: 230px;
  --wd-dropdown-padding: 20px;
  background-color: rgba(248, 248, 248, 1);
  box-shadow: none;
  border-radius: 12px;
}
.wd-header-phone-dropdown .wd-dropdown .button {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  margin-top: 11px;
}
@media (min-width: 1025px) and (max-width: 1230px) {
  .wd-header-phone-dropdown > a .main-text,
  .wd-header-phone-dropdown .wd-dropdown a:not(.button)  {
    font-size: 16px;
  }
}
@media (max-width: 1025px) {
  html:has(.whb-main-header div > .wd-header-phone-dropdown.wd-opened) {
    overflow: hidden;
  }
  .whb-main-header:has(div > .wd-header-phone-dropdown.wd-opened) {
    z-index: 99999999;
  }
  .whb-main-header:has(div > .wd-header-phone-dropdown.wd-opened)::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99999;
  }
  .whb-main-header .wd-nav:has(> .wd-header-phone-dropdown) {
    position: unset;
  }
  .wd-header-phone-dropdown > a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 100px;
  }
  .wd-header-phone-dropdown .wd-dropdown {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: unset;
    width: unset;
    z-index: 999999;
  }
}
/* Fix: header phone navigation END */

/* Fix: header lang switcher BEGIN */
.whb-general-header .wd-header-secondary-nav > ul > li > a {
  display: none !important;
}
.whb-general-header .wd-header-secondary-nav > ul > li > .wd-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.whb-general-header .wd-header-secondary-nav > ul > li > .wd-dropdown,
.whb-general-header .wd-header-secondary-nav > ul > li > .container,
.whb-general-header .wd-header-secondary-nav > ul > li > .sub-menu,
.whb-general-header .wd-header-secondary-nav > ul > li > .menu-item {
  display: contents;
}

.whb-general-header .wd-header-secondary-nav .woodmart-nav-link {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 8px;
  padding: 9px 13px;
  color: rgba(65, 65, 65, 1);
  font-size: 14px;
}
.whb-general-header .wd-header-secondary-nav .woodmart-nav-link::before {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url(/wp-content/uploads/2026/04/ico-lang-switcher.svg);
  background-size: 100% 100%;
}
/* Fix: header lang switcher END */

/* Fix: header gaps on laptop BEGIN */
@media (min-width: 1025px) and (max-width: 1230px) {
  .whb-main-header  {
    --wd-search-form-width: 290px;
  }
  .whb-main-header .whb-space-element {
    width: 6px !important;
  }
  .whb-main-header .wd-logo img {
    max-width: 180px !important;
  }
  .whb-header-bottom .wd-nav-header {
    --nav-gap: 25px;
  }
  .whb-header-bottom .wd-nav-header .woodmart-nav-link  {
    padding-left: 12px;
    padding-right: 12px;
  }
  .wd-header-phone-dropdown .wd-dropdown {
    --wd-dropdown-width: 210px;
  }
}
/* Fix: header gaps on laptop END */

/* Fix: header mobile menu BEGIN */
.mobile-nav .wd-nav-mob-tab { display: none !important }

.mobile-nav {
  display: flex;
  flex-direction: column;
  border-bottom-right-radius: 30px;
}
.mobile-nav .wd-nav-mobile {
  display: block !important;
  overflow: unset !important;
  padding-top: 11px;
  padding-bottom: 11px;
}
.mobile-nav .wd-nav-mobile .wd-sub-menu {
  top: 11px !important;
}
.mobile-nav .wd-nav-mobile > li,
.mobile-nav .wd-nav-mobile .wd-sub-menu > li,
.mobile-nav .wd-nav-mobile .sub-sub-menu > li {
  align-items: center;
}
.mobile-nav .wd-nav-mobile > li > a,
.mobile-nav .wd-nav-mobile .wd-sub-menu > li > a,
.mobile-nav .wd-nav-mobile .sub-sub-menu > li > a {
  text-transform: unset !important;
  border-radius: unset;
  min-height: unset;
  border: none;
}

.mobile-nav .mobile-pages-menu {
  transition: transform .3s ease, opacity .3s ease;
  opacity: 1;
}
.mobile-nav:has(.mobile-pages-menu[style*="height"]) .mobile-pages-menu {
  transform: translate3d(-38px, 0, 0);
  opacity: 0;
}

.mobile-nav .wd-nav-mobile > li > .wd-sub-menu {
  box-shadow: none !important;
}

.mobile-nav .wd-nav-mobile .menu-item-has-block:has(.wd-sub-menu) .wd-nav-opener {
  display: inline-flex;
}
.mobile-nav .wd-nav-mobile .wd-nav-opener {
  width: 38px;
  height: 34px;
  border-radius: 4px;
  background-color: rgba(248, 248, 248, 1);
  border: none;
  margin-right: 20px;
}
.mobile-nav .wd-nav-mobile .wd-nav-opener::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -20px;
  right: -20px;
  bottom: -7px;
}
.mobile-nav .wd-nav-mobile .wd-nav-opener::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/uploads/2026/04/caret.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mobile-nav .wd-drilldown-back {
  align-items: center;
  padding-left: 20px;
}
.mobile-nav .wd-drilldown-back .wd-nav-opener {
  margin-right: 0;
}
.mobile-nav .wd-drilldown-back .wd-nav-opener::after {
  transform: rotate(180deg);
}
.mobile-nav .wd-drilldown-back a {
  padding-left: 16px;
  font-size: 16px;
}

.mobile-nav .mobile-pages-menu {
  --nav-color: var(--e-global-color-secondary);
  order: 3;
}
.mobile-nav .mobile-pages-menu > li > a,
.mobile-nav .mobile-pages-menu .wd-sub-menu > li > a,
.mobile-nav .mobile-pages-menu .sub-sub-menu > li > a {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  line-height: 19px !important;
}

.mobile-nav .mobile-categories-menu {
  --nav-color: var(--e-global-color-secondary);
  --sub-menu-color: var(--e-global-color-secondary);
  order: 2;
}
.mobile-nav .mobile-categories-menu > li,
.mobile-nav .mobile-categories-menu .wd-sub-menu > li,
.mobile-nav .mobile-categories-menu .sub-sub-menu > li  {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.mobile-nav .mobile-categories-menu > li > a,
.mobile-nav .mobile-categories-menu .wd-sub-menu > li > a,
.mobile-nav .mobile-categories-menu .sub-sub-menu > li > a {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 24px !important;
  padding: 16px 20px;
}
.mobile-nav .mobile-categories-menu a > img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 16px;
}
/* Fix: header mobile menu END */

/* Fix: header mobile menu search BEGIN */
div.mobile-nav .searchform {
  --wd-form-bg: rgba(248, 248, 248, 1);
  --wd-form-color: var(--e-global-color-secondary);
  --wd-form-placeholder-color: rgba(65, 65, 65, 1);
  box-shadow: none;
  margin-bottom: 16px;
}
div.mobile-nav .searchform input[type="text"] {
  height: 50px;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
/* Fix: header mobile menu search END */

/* Fix: mobile nav footer BEGIN */
.mobile-nav-footer {
  order: 4;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px 27px;
}
.mobile-nav-footer > a {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 8px;
  padding: 9px 13px;
  color: rgba(65, 65, 65, 1);
  font-size: 14px;
}
.mobile-nav-footer > a::before {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-size: 100% 100%;
}
.mobile-nav-footer > .account-link::before {
  background-image: url(/wp-content/uploads/2026/04/ico-account-link.svg);
}
.mobile-nav-footer > .lang-switcher-link::before {
  background-image: url(/wp-content/uploads/2026/04/ico-lang-switcher.svg);
}
.mobile-nav-footer .account-link ~ .account-link {
  display: none; /* Bug */
}
/* Fix: mobile nav footer END */

/* Fix: textarea height reduce BEGIN */
.wpcf7 textarea {
  min-height: 95px;
}
/* Fix: textarea height reduce END */

/* Fix: load more button BEGIN */
.wd-load-more {
  transition: color .25s, background-color .25s;
  padding: 10px 18px;
  border: 1px solid rgba(103, 174, 61, 1);
  border-radius: 8px;
  color: rgba(65, 65, 65, 1);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}
.wd-load-more:hover {
  color: white;
  background-color: rgba(103, 174, 61, 1);
}
/* Fix: load more button END */

/* Fix: posts found hider BEGIN */
.wpc-filters-widget-wrapper .wpc-posts-found {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -99999;
}
/* Fix: posts found hider END */

/* Fix: update padding for variations in inner product page BEGIN */
.wd-single-add-cart .variations .wd-swatch {
  --wd-swatch-size: 34px;
}
/* Fix: update padding for variations in inner product page END */

/* Fix: home animal table % aligment BEGIN */
.home-animal-table thead th p {
  white-space: nowrap;
}
.home-animal-table thead th p > span {
  white-space: normal;
}
/* Fix: home animal table % aligment END */
@media (max-width: 576px) {
	bwchat#bwc-wrap #bwc-widget-action {
    background-image: unset;
	bottom: 60px !important;}
}

