.widget_recent_comments ul li > a,
.widget_recent_entries ul li a {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4;
}
.widget_recent_comments ul li > a:hover,
.widget_recent_entries ul li a:hover {
  color: var(--wd-entities-title-color-hover);
}
.widget_recent_comments ul li > a {
  display: inline;
}
.widget_recent_comments ul li .url {
  color: var(--color-gray-900);
  font-weight: 600;
}
.widget_recent_comments ul li:before {
  display: inline-block;
  margin-right: 7px;
  color: var(--color-gray-900);
  font-weight: 400;
  font-size: 80%;
  font-family: "woodmart-font";
}
.widget_recent_entries .post-date {
  display: block;
  margin-top: 5px;
  color: var(--color-gray-300);
  font-size: 12px;
}
.woodmart-recent-posts li {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.woodmart-recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.woodmart-recent-posts .recent-posts-thumbnail {
  flex: 0 0 auto;
  max-width: 50%;
  overflow: hidden;
  margin-inline-end: 15px;
}
.woodmart-recent-posts .recent-posts-thumbnail img {
  min-width: 60px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
}
.woodmart-recent-posts .recent-posts-info {
  flex: 1 1 auto;
}
.woodmart-recent-posts .wd-entities-title {
  margin-bottom: 8px;
  font-size: inherit;
}
.woodmart-recent-posts :is(.recent-posts-time, .recent-posts-comment) {
  color: var(--color-gray-300);
  font-size: 90%;
}
.woodmart-recent-posts .recent-posts-time {
  margin-inline-end: 5px;
}
:is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu)
  ul
  li {
  display: block;
  color: var(--color-gray-300);
}
:is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu)
  ul
  li
  a {
  display: inline-block;
  padding-inline-end: 2px;
}
:is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu)
  ul
  li.current_page_item
  > a {
  color: var(--color-gray-800);
  font-weight: 600;
}
:is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu)
  li
  ul {
  margin-top: 15px;
  padding-inline-start: 15px;
}
.wd-filter-list .count {
  padding-inline: 5px;
  min-width: 30px;
  height: 20px;
  border: 1px solid var(--brdcolor-gray-300);
  border-radius: 35px;
  color: var(--color-gray-500);
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  margin-inline-start: 5px;
}
.wd-filter-list .wc-layered-nav-term a:hover + .count,
.wd-filter-list .wc-layered-nav-term.wd-active .count {
  color: #fff;
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}
.wd-filter-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.wd-filter-list a {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-block: 5px;
}
.wd-filter-list .wc-layered-nav-term.wd-active a {
  color: var(--color-gray-800);
  font-weight: 600;
}
.wd-filter-list.wd-scroll-content {
  padding-inline-end: 5px;
}
:is(
    .wd-widget-layered-nav-dropdown-form,
    .theme-widget-layered-nav-dropdown
  ) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
:is(
    .wd-widget-layered-nav-dropdown-form,
    .theme-widget-layered-nav-dropdown
  )
  select[multiple="multiple"] {
  overflow: hidden;
  background-image: none;
}
:is(
    .wd-widget-layered-nav-dropdown-form,
    .theme-widget-layered-nav-dropdown
  )
  select[multiple="multiple"]
  option {
  margin-top: 9px;
  padding: 0;
  background-color: transparent;
}
:is(
    .wd-widget-layered-nav-dropdown-form,
    .theme-widget-layered-nav-dropdown
  )
  select[multiple="multiple"]
  option:not(:first-child) {
  display: none;
}
:is(
    .wd-widget-layered-nav-dropdown__submit,
    .theme-widget-layered-nav-dropdown__submit
  ) {
  margin-top: 20px;
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .wd-filter-list.wd-scroll-content {
    padding-inline-end: 10px;
  }
}
.wd-product.wd-hover-info-alt .product-element {
  position: relative;
}
.wd-product.wd-hover-info-alt :is(.product-element, .top-information) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--wd-prod-gap);
}
@media (min-width: 1025px) {
  .wd-product.wd-hover-button .wd-add-btn > a,
  .wd-product.wd-hover-info-alt .wd-add-btn > a {
    border-color: #fff;
    color: #fff;
    min-height: unset;
    border-width: 2px;
  }
  .wd-product.wd-hover-button .wd-add-btn > a:not(:hover),
  .wd-product.wd-hover-info-alt .wd-add-btn > a:not(:hover) {
    background-color: transparent !important;
  }
  .wd-product.wd-hover-button .wd-add-btn > a:hover,
  .wd-product.wd-hover-info-alt .wd-add-btn > a:hover {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
  }
  .wd-product.wd-hover-button .wd-add-btn > a span,
  .wd-product.wd-hover-info-alt .wd-add-btn > a span {
    padding: 8px 14px;
  }
  .wd-product.wd-hover-button .product-element-top:before,
  .wd-product.wd-hover-info-alt .product-element-top:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .wd-product.wd-hover-button:not(
      :is(.product-swatched, .quick-shop-shown, [class*="wd-loading"])
    ):hover
    .product-element-top:before,
  .wd-product.wd-hover-info-alt:hover:not(
      :is(.quick-shop-shown, [class*="wd-loading"])
    )
    .product-element-top:before {
    opacity: 1;
  }
  .wd-product.wd-hover-button {
    --wd-btn-inset: 0;
  }
  .wd-product.wd-hover-button .wd-add-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, 0);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .wd-product.wd-hover-button :is(.wd-product-grid-slider-nav, .wd-buttons) {
    --color-gray-500: rgba(255, 255, 255, 0.7);
    --color-gray-800: #fff;
    --color-gray-900: #fff;
  }
  .wd-product.wd-hover-button .wd-buttons {
    background: none;
    box-shadow: none;
  }
  .wd-product.wd-hover-button:not(
      :is(.product-swatched, .quick-shop-shown, [class*="wd-loading"])
    ):hover
    .wd-add-btn {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .wd-product.wd-hover-button.product-swatched
    .product-element-top:hover
    .wd-buttons {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .wd-product.wd-hover-info-alt {
    --wd-btn-inset: 0;
  }
  .wd-product.wd-hover-info-alt
    :is(.top-information, .wd-product-grid-slider-nav, .wd-buttons) {
    --color-gray-300: rgba(255, 255, 255, 0.5);
    --color-gray-400: rgba(255, 255, 255, 0.6);
    --color-gray-500: rgba(255, 255, 255, 0.7);
    --color-gray-700: rgba(255, 255, 255, 0.9);
    --color-gray-800: #fff;
    --color-gray-900: #fff;
    --color-white: #000;
    --wd-form-brd-color: #fff;
    --wd-form-color: #fff;
    --wd-form-brd-color-focus: rgba(255, 255, 255, 0.5);
    --wd-link-color: rgba(255, 255, 255, 0.7);
    --wd-link-color-hover: #fff;
    --wd-entities-title-color: #fff;
    --wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
  }
  .wd-product.wd-hover-info-alt .top-information {
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 10px 38px;
    pointer-events: none;
  }
  .wd-product.wd-hover-info-alt .top-information > * {
    pointer-events: auto;
  }
  .wd-product.wd-hover-info-alt:hover:not(
      :is(.quick-shop-shown, [class*="wd-loading"])
    )
    .top-information {
    opacity: 1;
    visibility: visible;
  }
  .wd-product.wd-hover-info-alt
    .top-information
    :is(.amount, .price, .price ins) {
    color: #fff;
  }
  .wd-product.wd-hover-info-alt .top-information del .amount {
    color: rgba(255, 255, 255, 0.6);
  }
  .wd-product.wd-hover-info-alt .wd-buttons {
    background: none;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .wd-product.wd-hover-button .wd-add-btn > a {
    border-radius: 0 !important;
    width: 100%;
    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);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
  }
  .wd-product.wd-hover-button .wd-add-btn > a:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover);
  }
  .wd-product.wd-hover-button .wd-add-btn > a:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active, 0);
  }
  .wd-product.wd-hover-info-alt .top-information {
    position: static;
  }
  .wd-product.wd-hover-info-alt .wd-add-btn > a {
    min-height: unset;
    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);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
  }
  .wd-product.wd-hover-info-alt .wd-add-btn > a:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover);
  }
  .wd-product.wd-hover-info-alt .wd-add-btn > a:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active, 0);
  }
  .wd-product.wd-hover-info-alt .wd-add-btn > a span {
    padding: 5px 14px;
    min-height: 36px;
    font-size: 12px;
  }
}
.wd-add-btn-replace .add-to-cart-loop {
  overflow: hidden;
  padding: 0;
}
.wd-add-btn-replace .add-to-cart-loop .wd-tooltip-label {
  display: none;
}
.wd-add-btn-replace .add-to-cart-loop span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  transition: transform 0.25s ease, opacity 0.15s ease;
}
.wd-add-btn-replace .add-to-cart-loop:before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity 0.15s ease, transform 0.25s ease;
  transform: translateY(100%);
  font-family: "woodmart-font";
}
.wd-add-btn-replace .add-to-cart-loop:after {
  position: absolute;
  top: calc(50% - 9px);
  inset-inline-start: calc(50% - 9px);
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}
.wd-add-btn-replace .add-to-cart-loop:hover:before {
  transform: translateY(0) translateZ(0);
}
.wd-add-btn-replace .add-to-cart-loop:hover span {
  transform: translateY(-100%) translateZ(0);
}
.wd-add-btn-replace .add-to-cart-loop.loading:before,
.wd-add-btn-replace .add-to-cart-loop.loading span {
  opacity: 0;
}
.wd-add-btn-replace .add-to-cart-loop.loading:after {
  opacity: 1;
  --wd-anim-state: running;
}
.wd-product.product-type-simple.outofstock
  .wd-add-btn-replace
  .add-to-cart-loop:before,
.wd-add-btn-replace .add-to-cart-loop.product_type_grouped:before {
  content: "\f11a";
  font-family: "woodmart-font";
}
.wd-add-btn-replace .add-to-cart-loop.product_type_external:before {
  content: "\f11c";
  font-family: "woodmart-font";
}
.popup-added_to_cart {
  max-width: 450px;
  text-align: center;
}
.popup-added_to_cart h3 {
  font-size: 24px;
}
.popup-added_to_cart .btn {
  margin: 5px 10px;
}
.popup-added_to_cart .view-cart {
  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);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
.popup-added_to_cart .view-cart:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.popup-added_to_cart .view-cart:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
[class*="color-scheme-light"] .popup-added_to_cart .close-popup {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
[class*="color-scheme-light"] .popup-added_to_cart .close-popup:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.mfp-bg {
  position: fixed;
  z-index: 1102;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.mfp-wrap {
  position: fixed;
  z-index: 1103;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  position: absolute;
  padding: 0 8px;
  text-align: center;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  z-index: 1105;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  position: absolute;
  top: 50%;
  inset-inline: 8px;
  z-index: 1104;
  margin-top: -0.8em;
  width: auto;
  color: #bbb;
  text-align: center;
}
.mfp-preloader a {
  color: #bbb;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  max-width: 900px;
  width: 100%;
  line-height: 0;
}
.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  border-radius: var(--wd-brd-radius);
}
.mfp-wrap ~ :is(.wd-close-side, .wd-side-hidden) {
  z-index: 900;
  pointer-events: none;
}
.wd-close-btn-inset {
  position: relative;
}
.wd-close-btn-inset button.mfp-close {
  position: absolute;
  top: 0;
  color: var(--color-gray-900);
}
.wd-close-btn-inset button.mfp-close:hover {
  background-color: transparent;
  color: var(--color-gray-500);
}
.wd-popup {
  display: none;
  margin: calc(var(--wd-admin-bar-h) + 25px) auto 25px auto;
  padding: var(--wd-popup-padding, 30px);
  width: 100%;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-white);
}
.mfp-wrap .wd-popup {
  display: block;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateX(-100px);
}
.mfp-move-horizontal .mfp-with-anim .summary-inner {
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(30px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim,
.mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
  opacity: 1;
  transform: none;
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 1;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: translateX(100px);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing .mfp-close {
  display: none;
}
button.mfp-arrow {
  position: absolute;
}
.mfp-bg,
.mfp-wrap,
.mfp-container,
.mfp-iframe-scaler iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
button.mfp-close {
  position: fixed;
  inset-block: var(--wd-admin-bar-h) auto;
  right: 0;
  left: auto;
  z-index: 1104;
  padding: 0;
  width: 50px;
  height: 50px;
  min-height: unset;
  background: none;
  color: #fff;
  font-weight: 400;
  font-size: 0;
  opacity: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  touch-action: manipulation;
  opacity: 0;
  transition: all 0.25s ease, opacity 0s ease 0s;
}
button.mfp-close:after {
  font-size: 20px;
  font-family: "woodmart-font";
}
button.mfp-close:hover {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  color: #fff;
  opacity: 1;
}
.mfp-ready button.mfp-close {
  opacity: 1;
  transition: all 0.25s ease, opacity 0.3s ease 0.35s;
}
.wd-product-grid-slider {
  display: flex;
  z-index: 1;
}
.wd-product-grid-slide {
  flex-grow: 1;
}
.wd-product-grid-slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 4;
  --arrow-color: var(--color-gray-800);
  --arrow-color-hover: var(--color-gray-500);
  pointer-events: none;
}
.wd-product-grid-slider-nav > div {
  display: flex;
  align-items: center;
  transition: inherit;
  width: 30px;
  height: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  color: var(--arrow-color);
  pointer-events: auto;
}
.wd-product-grid-slider-nav > div:before {
  font-family: "woodmart-font";
  vertical-align: middle;
}
.wd-product-grid-slider-nav > div:hover {
  color: var(--arrow-color-hover);
}
.wd-product-grid-slider-nav .wd-prev {
  transform: translateX(-25px);
  text-align: start;
  padding-inline-start: 8px;
  justify-content: flex-start;
}
.wd-product-grid-slider-nav .wd-prev:before {
  content: "\f114";
}
.wd-product-grid-slider-nav .wd-next {
  transform: translateX(25px);
  text-align: end;
  padding-inline-end: 8px;
  justify-content: flex-end;
}
.wd-product-grid-slider-pagin {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.3s ease;
  filter: invert(90%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.wd-product-grid-slider-dot {
  flex-grow: 1;
  height: 4px;
  background-color: #242424;
  transition: all 0.25s ease;
  opacity: 0.2;
}
.wd-product-grid-slider-dot.wd-active {
  opacity: 0.6;
}
.wd-product:not(
    :is(
        .product-swatched,
        .quick-shop-shown,
        .wd-variation-active,
        [class*="wd-loading"]
      )
  ):hover
  :is(.wd-product-grid-slider-nav > div, .wd-product-grid-slider-pagin) {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.wd-hover-quick .wd-add-btn .wd-product-grid-slider-pagin {
  bottom: 100%;
}
.wd-hover-base .wd-product-grid-slider-pagin {
  bottom: 100%;
}
@media (min-width: 1025px) {
  .wd-product-grid-slider-nav.wd-hover-enabled {
    display: none;
  }
}
@media (max-width: 1024px) {
  .wd-product:not(
      :is(
          .product-swatched,
          .quick-shop-shown,
          .wd-variation-active,
          [class*="wd-loading"]
        )
    )
    .wd-product-grid-slider-nav
    > div {
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 40px;
    height: 50px;
  }
  :is(.wd-product-grid-slider, .wd-product-grid-slider-pagin) {
    display: none;
  }
}
.wd-product.wd-hover-standard .wd-add-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--text-align);
  gap: var(--wd-prod-gap);
}
.wd-product.wd-hover-standard .wd-add-btn > a {
  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);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
  min-height: unset;
}
.wd-product.wd-hover-standard .wd-add-btn > a:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.wd-product.wd-hover-standard .wd-add-btn > a:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
}
.wd-product.wd-hover-standard
  .wd-add-btn
  div.quantity
  :is(input[type="button"], input[type="number"], input[type="text"]) {
  height: 36px;
}
.wd-products-with-shadow,
.wd-products-with-shadow .wd-product {
  --wd-prod-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}
.wd-products-with-shadow:not(.products-bordered-grid) .product-wrapper {
  box-shadow: var(--wd-prod-shadow);
}
.wd-products[class*="wd-stretch-cont"] {
  align-items: stretch;
}
.wd-products[class*="wd-stretch-cont"] .wd-carousel-item {
  height: auto;
}
.wd-products[class*="wd-stretch-cont"] .wd-product {
  height: 100%;
  padding-bottom: 10px;
}
.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
  flex: 1 1 auto;
}
.wd-products[class*="wd-stretch-cont"]
  .wd-product
  :is(.price, .wrap-price, .product-rating-price) {
  margin-top: auto;
}
.wd-products[class*="wd-stretch-cont"].wd-grid-f-col .wd-product {
  height: auto;
}
@media (min-width: 1025px) {
  .wd-products.wd-stretch-cont-lg .wd-carousel-wrap {
    align-items: stretch;
  }
  .wd-products.wd-stretch-cont-lg .product-wrapper {
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  .wd-products.wd-stretch-cont-sm .wd-carousel-wrap {
    align-items: stretch;
  }
  .wd-products.wd-stretch-cont-sm .product-wrapper {
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wd-products.wd-stretch-cont-md .wd-carousel-wrap {
    align-items: stretch;
  }
  .wd-products.wd-stretch-cont-md .product-wrapper {
    height: 100%;
  }
}
.wd-carousel-container {
  position: relative;
}
.wd-carousel-inner {
  position: relative;
  margin: -15px 0;
}
.wd-carousel {
  position: relative;
  overflow: var(--wd-carousel-overflow, hidden);
  padding: 15px 0;
  margin-inline: calc(var(--wd-gap) / -2);
  touch-action: pan-y;
}
@supports (overflow: clip) {
  .wd-carousel {
    overflow: var(--wd-carousel-overflow, clip);
  }
}
.wd-carousel-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}
.wd-carousel-item {
  position: relative;
  height: 100%;
  flex: 0 0 calc(100% / var(--wd-col));
  max-width: calc(100% / var(--wd-col));
  padding: 0 calc(var(--wd-gap) / 2);
  transition-property: transform;
  transform: translate3d(0px, 0, 0);
}
.wd-backface-hidden .wd-carousel-item {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) {
  transform: translate3d(calc(50% - (100% / var(--wd-col)) / 2), 0, 0);
}
.wd-autoheight,
.wd-autoheight .wd-carousel-item {
  height: auto;
}
.wd-autoheight .wd-carousel-wrap {
  align-items: flex-start;
  transition-property: transform, height;
}
@media (min-width: 1025px) {
  .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: none;
  }
}
@media (max-width: 768.98px) {
  .wd-carousel-container:not(.wd-off-sm)
    [style*="col-sm:1;"]:not(.wd-initialized)
    > .wd-carousel-wrap
    > .wd-carousel-item:nth-child(n + 2) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wd-carousel-container:not(.wd-off-md)
    [style*="col-md:1;"]:not(.wd-initialized)
    > .wd-carousel-wrap
    > .wd-carousel-item:nth-child(n + 2) {
    display: none;
  }
}
.wd-btn-arrow {
  transition: all 0.25s ease;
}
.wd-btn-arrow.wd-lock,
.wd-carousel:not(.wd-initialized) + .wd-nav-arrows .wd-btn-arrow {
  opacity: 0 !important;
  pointer-events: none !important;
}
.wd-arrow-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--wd-arrow-width, var(--wd-arrow-size, 50px));
  height: var(--wd-arrow-height, var(--wd-arrow-size, 50px));
  line-height: 1;
  color: var(--wd-arrow-color, var(--color-gray-800));
  background: var(--wd-arrow-bg, unset);
  box-shadow: var(--wd-arrow-shadow, unset);
  border: var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);
  border-radius: var(--wd-arrow-radius, unset);
  cursor: pointer;
  transition: all 0.25s ease;
}
.wd-arrow-inner:after {
  font-size: var(--wd-arrow-icon-size, 24px);
  font-family: "woodmart-font";
}
.wd-arrow-inner:hover {
  color: var(--wd-arrow-color-hover, var(--color-gray-500));
  background: var(--wd-arrow-bg-hover, var(--wd-arrow-bg));
  border-color: var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color));
}
.wd-disabled .wd-arrow-inner {
  color: var(--wd-arrow-color-dis, var(--color-gray-400));
  background: var(--wd-arrow-bg-dis, var(--wd-arrow-bg));
  border-color: var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));
  cursor: unset;
}
.wd-prev .wd-arrow-inner:after {
  content: "\f114";
}
.wd-icon-2 .wd-prev .wd-arrow-inner:after {
  content: "\f121";
}
.wd-icon-2 .wd-next .wd-arrow-inner:after {
  content: "\f120";
}
.wd-nav-arrows.wd-pos-sep:after {
  content: "";
  position: absolute;
  inset: 0px
    calc(
      (
          var(--wd-arrow-width, var(--wd-arrow-size, 50px)) +
            var(--wd-arrow-offset-h, 0px)
        ) * -1
    );
}
.wd-nav-arrows.wd-pos-sep .wd-btn-arrow {
  position: absolute;
  top: calc(
    50% - var(--wd-arrow-offset-v, 0px) +
      var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2
  );
  z-index: 250;
}
.wd-nav-arrows.wd-pos-sep .wd-prev {
  inset-inline-end: calc(100% + var(--wd-arrow-offset-h, 0px));
}
.wd-nav-arrows.wd-pos-sep .wd-next {
  inset-inline-start: calc(100% + var(--wd-arrow-offset-h, 0px));
}
.wd-nav-arrows:where(.wd-pos-together) {
  --wd-arrow-size: 30px;
  --wd-arrow-icon-size: 16px;
  --wd-arrow-offset-h: 10px;
}
.wd-nav-arrows.wd-pos-together {
  position: absolute;
  top: calc(
    0% - var(--wd-arrow-offset-v, 0px) -
      var(--wd-arrow-height, var(--wd-arrow-size, 50px))
  );
  inset-inline-end: calc(var(--wd-arrow-offset-h, 0px) / -1);
  display: flex;
  gap: var(--wd-arrow-gap, 0.001px);
  z-index: 250;
}
@media (min-width: 1025px) {
  .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
    opacity: 0;
    pointer-events: none;
  }
  :is(
      .wd-carousel-container:hover .wd-nav-arrows,
      .wd-nav-arrows.wd-shown
    )[class*="wd-hover"].wd-pos-sep
    .wd-btn-arrow {
    opacity: 1;
    transform: translateY(0);
    pointer-events: unset;
  }
  .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
    transform: translateX(-30px);
  }
  .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
    transform: translateX(30px);
  }
}
@media (max-width: 1024px) {
  .wd-nav-arrows {
    --wd-arrow-icon-size: 16px;
    --wd-arrow-size: 40px;
  }
  .wd-nav-arrows:where(.wd-pos-sep) {
    --wd-arrow-offset-h: -12px;
  }
  .wd-nav-arrows:where(.wd-pos-together) {
    --wd-arrow-size: 30px;
  }
}
.wd-nav-pagin-wrap {
  min-height: var(--wd-pagin-size, 10px);
  margin-top: 20px;
  text-align: var(--text-align);
  font-size: 0;
}
.wd-nav-pagin-wrap:has(.wd-lock) {
  display: none;
}
.wd-nav-pagin {
  --list-mb: 0;
  --li-mb: 0;
  --li-pl: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: var(--wd-pagin-gap, 10px);
  transition: all 0.25s ease;
}
.wd-nav-pagin li {
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}
.wd-nav-pagin:not([class*="wd-type-"]),
.wd-nav-pagin.wd-lock {
  opacity: 0;
}
.wd-dynamic > .wd-nav-pagin {
  gap: 0;
  margin: 0 auto;
  overflow: hidden;
}
.wd-dynamic > .wd-nav-pagin li {
  margin-inline: calc(var(--wd-pagin-gap, 10px) / 2);
}
.wd-nav-pagin-wrap[class*="wd-style-shape"] span {
  display: inline-flex;
  width: var(--wd-pagin-size, 10px);
  height: var(--wd-pagin-size, 10px);
  background-color: var(--wd-pagin-bg, unset);
  border: var(--wd-pagin-brd, 2px solid)
    var(--wd-pagin-brd-color, var(--color-gray-300));
  border-radius: var(--wd-pagin-radius, var(--wd-pagin-size, 10px));
  transition: all 0.25s ease;
}
.wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span {
  border-color: var(--wd-pagin-brd-color-hover, var(--color-gray-800));
  background-color: var(--wd-pagin-bg-hover, unset);
}
.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
  border-color: var(--wd-pagin-brd-color-act, var(--color-gray-800));
  background-color: var(--wd-pagin-bg-act, var(--color-gray-800));
}
.entry-meta-list {
  list-style: none;
  --li-pl: 0;
  --list-mb: 0;
  --li-mb: 0;
}
.wd-entry-meta {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0;
}
.wd-entry-meta .meta-featured-post:before {
  font-size: 16px;
  content: "\f104";
  font-family: "woodmart-font";
}
.wd-entry-meta .meta-author {
  font-size: 14px;
}
.wd-entry-meta .meta-author .avatar {
  display: inline-block;
  margin: 0 5px;
  width: 18px;
  height: 18px;
  border-radius: 50% !important;
  vertical-align: top;
}
.wd-entry-meta .meta-author .avatar img {
  border-radius: 50%;
}
.wd-entry-meta .meta-author a {
  text-transform: capitalize;
}
.wd-entry-meta .meta-date {
  vertical-align: top;
  font-size: 14px;
}
.wd-entry-meta .meta-reply {
  display: inline-block;
}
.wd-entry-meta .meta-reply a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.wd-entry-meta .meta-reply a:after {
  display: inline-block;
  font-size: 16px;
  font-family: "woodmart-font";
}
.wd-entry-meta .meta-reply .replies-count {
  position: absolute;
  top: -4px;
  right: 24px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #bbb;
  color: #fff;
  text-align: center;
  font-size: 9px;
  line-height: 14px;
}
.wd-entry-meta .meta-reply .replies-count-label {
  display: none;
}
:is(.blog-design-mask, [class*="color-scheme-light"])
  .wd-entry-meta
  .meta-reply
  .replies-count {
  background-color: var(--wd-primary-color);
}
.entry-meta-list li {
  display: inline-block;
  margin-right: 10px;
  color: var(--color-gray-300);
  vertical-align: middle;
  line-height: 1.4;
}
.entry-meta-list li a {
  color: inherit;
}
.entry-meta-list li a:hover {
  color: var(--color-gray-500);
}
.entry-meta-list li.modified-date,
.entry-meta-list li:last-child {
  margin-right: 0;
}
.wd-post-date.wd-style-with-bg {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-block;
  min-width: 53px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  color: var(--color-gray-800);
  text-align: center;
  line-height: 1;
}
.wd-post-date.wd-style-with-bg > span {
  display: block;
}
.wd-post-date.wd-style-with-bg .post-date-day {
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 24px;
}
.wd-post-date.wd-style-with-bg .post-date-month {
  padding-top: 2px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.wd-carousel .wd-post-date.wd-style-with-bg {
  transform: translate3d(0px, 0, 0);
}
.wd-post-cat.wd-style-with-bg {
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  background-color: var(--wd-primary-color);
  color: #fff;
  line-height: 25px;
}
.wd-post-cat.wd-style-with-bg > a {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.wd-post-cat.wd-style-with-bg > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wd-carousel .wd-post-cat.wd-style-with-bg {
  transform: translate3d(0px, 0, 0);
}
.wd-entry-content:after {
  content: "";
  display: block;
  clear: both;
}
.wd-entry-content p:last-child {
  margin-bottom: 0;
}
.page-links {
  margin-top: 10px;
}
.post-page-numbers {
  padding: 0 5px;
}
.wd-post-gallery {
  max-width: 0;
  min-width: 100%;
}
.wd-post-gallery .wd-carousel-inner {
  margin: 0;
}
.wd-post-gallery .wd-carousel {
  --wd-col: 1;
  --wd-gap: 0.0001px;
  padding: 0;
}
.wd-carousel-item .wd-post-gallery .wd-carousel {
  pointer-events: none;
}
.wd-post-arrows.wd-pos-sep {
  --wd-arrow-offset-h: calc(
    var(--wd-arrow-width, var(--wd-arrow-size, 50px)) / -1
  );
}
.site-content > .author-info {
  margin: 25px 15px 40px 15px;
}
footer.entry-author .author-info {
  margin-top: 80px;
  margin-bottom: 25px;
}
.author-info {
  position: relative;
  padding: 50px 25px 25px;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-gray-100);
  text-align: center;
}
.author-info .avatar {
  display: inline-block;
  overflow: hidden;
  max-width: 74px;
  border: 3px solid var(--wd-main-bgcolor);
  border-radius: 50%;
}
.author-info .author-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
}
.author-info .author-description {
  min-height: 74px;
}
.author-info .author-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
.author-info .author-bio {
  margin-bottom: 0;
}
.author-info .author-link {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
.author-info .author-link span {
  display: none;
}
@media (max-width: 576px) {
  .wd-entry-meta .meta-author {
    font-size: 0;
  }
  .wd-entry-meta .meta-author a {
    font-size: 14px;
  }
  .wd-post-date {
    top: 10px;
    left: 10px;
  }
}
.wd-posts:not([style*="wd-gap"]) {
  --wd-gap-lg: 50px;
  --wd-gap-md: 40px;
}
.wd-post .wd-entry-content > div[class*="wpb_"] {
  display: none;
}
.wd-post .wd-entry-content twitterwidget {
  margin: 10px auto;
}
.wd-post .wd-entry-content p:not(:last-child) {
  margin-bottom: 15px;
}
.wd-post .entry-thumbnail img {
  width: 100%;
  border-radius: var(--wd-brd-radius);
}
.wd-post .entry-header {
  position: relative;
  text-align: center;
}
.wd-post .article-inner {
  border-radius: var(--wd-brd-radius);
}
.wd-post .article-body-container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.wd-post .post-title {
  margin-bottom: 10px;
}
.wd-post .post-title:last-child {
  margin-bottom: 0;
}
.wd-post:hover .post-image-mask:after,
.wd-post:hover .post-image-mask:before,
.wd-post:hover .post-image-mask span {
  opacity: 1;
  animation: wd-fadeInLeft 0.3s ease;
}
.wd-post:hover .post-image-mask:before {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
.wd-post:hover .post-image-mask span {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
.wd-post:hover .post-img-wrapp a {
  transform: scale(1.03);
}
.wd-post:hover .post-img-wrapp a:after {
  opacity: 1;
}
.wd-post.blog-style-bg .article-body-container {
  padding: 25px;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-white);
}
.wd-add-shadow .article-body-container {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.6s ease;
}
.wd-add-shadow:hover .article-body-container {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.post-img-wrapp {
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.browser-Safari .post-img-wrapp {
  transform: translate3d(0, 0, 0);
}
.post-img-wrapp a {
  display: block;
  margin: -2px;
  transition: transform 0.7s ease, opacity 0.7s ease;
  transform: scale(1);
}
.post-img-wrapp a:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.7s ease;
}
.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
}
.post-image-mask:after,
.post-image-mask:before {
  content: "";
}
.post-image-mask:after,
.post-image-mask:before,
.post-image-mask span {
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.2s ease;
  animation: wd-fadeOutRight 0.3s ease;
}
.post-image-mask:after {
  margin-right: 0;
}
.post-image-mask span {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
.post-image-mask:before {
  transition-delay: 0.15s;
  animation-delay: 0.15s;
}
@keyframes wd-fadeOutRight {
  from {
    transform: none;
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}
.hovered-social-icons {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-gray-300);
  vertical-align: middle;
  font-size: 0;
  transition: all 0.25s ease;
}
.hovered-social-icons div.wd-tooltip-label {
  display: block !important;
  padding: 5px !important;
  height: auto;
  line-height: 1;
  pointer-events: auto;
  max-width: fit-content;
}
.hovered-social-icons div.wd-tooltip-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  inset: auto 0 -8px 0;
}
.hovered-social-icons + .read-more-section {
  margin-top: 5px;
}
.hovered-social-icons:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-family: "woodmart-font";
}
.hovered-social-icons:hover {
  color: var(--color-gray-500);
}
.meta-categories-wrapp {
  position: absolute;
  top: -13px;
  inset-inline: 15px;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
}
.format-link .entry-content a {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--bgcolor-gray-100);
  font-size: 22px;
}
.format-link .entry-content a:hover {
  background-color: var(--bgcolor-gray-300);
}
@keyframes wd-fadeInLeft {
  from {
    transform: translate3d(-50px, 0, 0);
  }
  to {
    transform: none;
  }
}
.wd-carousel-item .wd-post:not(.has-post-thumbnail) .post-date {
  display: none;
}
.wd-carousel-item .wd-post:not(.has-post-thumbnail) .meta-categories-wrapp {
  position: static;
  margin-bottom: 15px;
}
[style*="col-lg:4"] .wd-carousel-item .wd-entry-meta .meta-author {
  font-size: 0;
}
[style*="col-lg:4"] .wd-carousel-item .wd-entry-meta .meta-author a {
  font-size: 14px;
}
.read-more-section {
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1;
}
.read-more-section a {
  position: relative;
  display: inline-block;
  border-bottom: none;
  color: var(--wd-primary-color);
  text-transform: var(--btn-transform);
  font-weight: 800;
  font-size: 13px;
}
.read-more-section a:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  display: inline-block;
  margin-left: 5px;
  height: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 5px;
  opacity: 0;
  transition: opacity 0.35s ease;
  content: "\f109";
  font-family: "woodmart-font";
}
.read-more-section a:hover {
  color: var(--wd-primary-color);
}
.read-more-section a:hover:after {
  opacity: 1;
  animation: wd-ShakeNext 1s ease infinite;
}
.read-more-section:first-child {
  margin-top: 0;
}
@media (min-width: 1025px) {
  [style*="col-lg:4"] .wd-carousel-item .post-title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .wd-post .meta-author > span {
    display: none;
  }
  .wd-post:hover .post-img-wrapp a {
    transform: none;
  }
  .post-img-wrapp a:after,
  .post-image-mask {
    display: none;
  }
  .wd-blog-holder
    :is(
      [class*="blog-design-default"],
      .blog-design-small-images:not(.has-post-thumbnail)
    )
    .post-title {
    font-size: 28px;
  }
}
@media (max-width: 768.98px) {
  .wd-blog-holder [class*="blog-design-default"] .wd-entry-content {
    font-size: inherit;
  }
  .wd-blog-holder
    :is(
      [class*="blog-design-default"],
      .blog-design-small-images:not(.has-post-thumbnail)
    )
    .post-title {
    font-size: 24px;
    line-height: 1.4;
  }
  .wd-blog-holder
    :is(.blog-design-default, .blog-design-small-images).format-quote
    .article-body-container {
    padding-inline: 35px;
  }
}
@media (max-width: 576px) {
  .wd-post.blog-style-bg .article-body-container {
    padding-inline: 15px;
  }
  .hovered-social-icons {
    display: none;
  }
  .wd-blog-holder
    :is(
      [class*="blog-design-default"],
      .blog-design-small-images:not(.has-post-thumbnail)
    )
    .post-title {
    font-size: 20px;
  }
}
.blog-design-masonry .post-title {
  font-size: 24px;
}
.blog-design-masonry.has-post-thumbnail .post-date {
  top: 10px;
  left: 10px;
}
.blog-design-masonry:not(.has-post-thumbnail) .post-date {
  display: none;
}
.blog-design-masonry.blog-style-flat .article-body-container {
  padding: 25px 10px 10px 10px;
}
.blog-design-masonry.blog-style-bg :is(.post-img-wrapp, .entry-thumbnail img) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.blog-design-masonry.blog-style-bg.has-post-thumbnail .article-body-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.blog-design-masonry.wd-add-shadow .article-body-container {
  box-shadow: none;
}
.blog-design-masonry.wd-add-shadow .article-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.35s ease;
}
.blog-design-masonry.wd-add-shadow:hover .article-inner {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.blog-design-masonry.wd-add-shadow:hover .article-body-container {
  box-shadow: none;
}
@media (max-width: 1024px) {
  .blog-design-masonry .post-title {
    font-size: 20px;
  }
}
.wd-insta {
  position: relative;
}
.wd-insta-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 15px;
}
.wd-insta-cont-inner {
  z-index: 5;
  padding: 30px;
  max-width: 300px;
  width: 100%;
  border-radius: var(--wd-brd-radius);
  background: var(--bgcolor-white);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
}
.wd-insta-link {
  --wd-link-color: var(--color-gray-800);
  --wd-link-color-hover: var(--wd-primary-color);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  font-weight: 600;
}
.wd-insta-link:before {
  font-weight: 400;
  content: "\f163";
  font-family: "woodmart-font";
}
@supports not (aspect-ratio: 1) {
  .wd-insta-item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .wd-insta-item img {
    position: absolute;
    inset: 0;
  }
}
.wd-insta-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
}
.wd-insta-item a {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease;
}
.wd-insta-item img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
  aspect-ratio: 1;
}
.browser-Safari .wd-insta-item {
  transform: translate3d(0, 0, 0);
}
.wd-insta-meta {
  --wd-col: 2;
  --wd-gap: 10px;
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 15px;
  line-height: 1;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
  transition: all 0.3s ease;
}
.wd-insta-meta > span {
  overflow: hidden;
  color: #fff;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 120%;
}
.wd-insta-meta > span span {
  font-weight: 600;
  vertical-align: middle;
}
.wd-insta-meta > span:before {
  display: inline-block;
  margin-inline-end: 5px;
  font-size: 120%;
  vertical-align: middle;
  font-family: "woodmart-font";
}
.wd-insta-meta .wd-insta-likes {
  text-align: start;
}
.wd-insta-meta .wd-insta-meta .wd-insta-comm {
  text-align: end;
}
.instagram-rounded .wd-insta-item {
  --wd-brd-radius: 50%;
}
.instagram-rounded .wd-insta-meta {
  top: 0;
  align-items: center;
  background: transparent;
}
.instagram-rounded .wd-insta-meta > span {
  text-align: center;
}
.wd-widget .wd-insta-meta {
  display: none;
}
.wd-insta.wd-error.loading {
  animation: wd-SemiFadeOut 0.4s infinite alternate linear;
}
@keyframes wd-SemiFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
.wd-product-instagram {
  margin-bottom: 35px;
  padding-top: 40px;
  border-top: 1px solid var(--brdcolor-gray-300);
}
.wd-product-instagram .product-instagram-intro {
  font-size: 16px;
}
.wd-product-instagram .product-instagram-intro span {
  color: var(--color-gray-800);
  font-weight: 600;
}
@media (min-width: 1025px) {
  .wd-insta-item:hover a {
    opacity: 1;
  }
  .wd-insta-item:hover .wd-insta-meta {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768.98px) {
  .wd-product-instagram {
    padding-top: 25px;
  }
}
.footer-sidebar {
  padding-block: 40px 10px;
}
.footer-column {
  margin-bottom: 30px;
}
[class*="color-scheme-light"] .footer-widget {
  --wd-link-color: rgba(255, 255, 255, 0.6);
}
.wd-prefooter {
  background-color: var(--wd-main-bgcolor);
}
.copyrights-wrapper {
  border-top: 1px solid var(--brdcolor-gray-300);
}
.min-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: -15px;
  padding-block: 20px;
}
.min-footer > div {
  flex: 1 0 50%;
  padding-inline: 15px;
  max-width: 50%;
  line-height: 1.2;
}
.min-footer .col-right {
  text-align: right;
}
.copyrights-centered .min-footer {
  align-items: stretch;
  flex-wrap: wrap;
  text-align: center;
}
.copyrights-centered .min-footer .col-right {
  text-align: center;
}
.copyrights-centered .min-footer > div {
  flex-basis: 100%;
  margin-bottom: 15px;
  max-width: 100%;
}
.copyrights-centered .min-footer > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .min-footer {
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
  }
  .min-footer .col-right {
    text-align: center;
  }
  .min-footer > div {
    flex-basis: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .min-footer > div:last-child {
    margin-bottom: 0;
  }
}
.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--bgcolor-white-rgb), 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  color: var(--color-gray-800);
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateX(100%);
}
.scrollToTop.button-show {
  opacity: 1;
  transform: none;
  pointer-events: visible;
}
.scrollToTop:after {
  font-family: "woodmart-font";
}
.scrollToTop:hover {
  color: var(--color-gray-500);
}
.wd-search-opened .scrollToTop {
  display: none;
}
@media (max-width: 1024px) {
  .scrollToTop {
    right: 32px;
    bottom: 42px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    z-index: 999;
  }
}
.wd-dropdown-results {
  margin-top: 0 !important;
  overflow: hidden;
  right: calc((var(--wd-form-brd-radius) / 1.5));
  left: calc((var(--wd-form-brd-radius) / 1.5));
}
.wd-dropdown-results:after {
  width: auto !important;
  height: auto !important;
}
.search-results-wrapper {
  position: relative;
}
.wd-dropdown-results .wd-scroll-content {
  overscroll-behavior: none;
}
.autocomplete-suggestions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: -1px;
  margin-right: -1px;
}
.autocomplete-suggestion {
  display: flex;
  padding: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: var(--brdcolor-gray-300);
  cursor: pointer;
  line-height: 1;
  transition: all 0.25s ease;
}
.autocomplete-suggestion .suggestion-thumb {
  flex: 0 0 auto;
  margin-right: 15px;
  max-width: 65px;
}
.autocomplete-suggestion .suggestion-thumb img {
  border-radius: calc(var(--wd-brd-radius) / 1.5);
}
.autocomplete-suggestion .wd-entities-title {
  font-size: 14px;
}
.autocomplete-suggestion .wd-entities-title strong {
  text-decoration: underline;
}
.autocomplete-suggestion .suggestion-sku {
  font-size: 12px;
}
.autocomplete-suggestion.suggestion-divider {
  width: 100%;
  background-color: var(--bgcolor-gray-100);
  cursor: default;
}
.autocomplete-suggestion.suggestion-divider h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.autocomplete-suggestion:hover,
.autocomplete-suggestion.autocomplete-selected {
  background-color: var(--bgcolor-gray-100);
}
.view-all-results,
.suggestion-divider,
.suggestion-no-found {
  grid-column: 1 / -1;
}
.view-all-results {
  height: 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--brdcolor-gray-300);
  color: var(--color-gray-800);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.view-all-results:hover {
  background-color: var(--bgcolor-gray-100);
}
@media (max-width: 1024px) {
  .autocomplete-suggestions {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .autocomplete-suggestion {
    padding: 10px;
  }
  .autocomplete-suggestion .suggestion-thumb {
    max-width: 45px;
  }
  .autocomplete-suggestion :is(.wd-entities-title, .price) {
    font-size: 12px;
  }
}
.searchform {
  position: relative;
  --wd-search-btn-w: var(--wd-form-height);
  --wd-form-height: 46px;
}
.searchform input[type="text"] {
  padding-right: var(--wd-search-btn-w);
}
.searchform .searchsubmit {
  position: absolute;
  inset-block: 0;
  right: 0;
  padding: 0;
  width: var(--wd-search-btn-w);
  min-height: unset;
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: var(--wd-form-color);
  font-weight: 400;
  font-size: 0;
}
.searchform .searchsubmit:hover {
  color: var(--wd-form-color);
}
.searchform .searchsubmit:hover:after,
.searchform .searchsubmit:hover img {
  opacity: 0.7;
}
.searchform .searchsubmit:after {
  font-size: calc(var(--wd-form-height) / 2.3);
  transition: opacity 0.2s ease;
  font-family: "woodmart-font";
}
.searchform .searchsubmit img {
  min-width: unset;
  max-width: 24px;
  transition: opacity 0.2s ease;
}
.searchform .searchsubmit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc((var(--wd-form-height) / 2.5) / -2);
  margin-left: calc((var(--wd-form-height) / 2.5) / -2);
  opacity: 0;
  transition: opacity 0.1s ease;
  content: "";
  display: inline-block;
  width: calc(var(--wd-form-height) / 2.5);
  height: calc(var(--wd-form-height) / 2.5);
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}
.searchform .searchsubmit.wd-with-img:after {
  content: none;
}
.searchform.search-loading .searchsubmit:before {
  opacity: 1;
  transition-duration: 0.2s;
  --wd-anim-state: running;
}
.searchform.search-loading .searchsubmit:after,
.searchform.search-loading .searchsubmit img {
  opacity: 0;
  transition-duration: 0.1s;
}
.login-form-side .theme-notices-wrapper {
  padding: 20px 15px 0 15px;
}
.login-form-side .theme-notices-wrapper > .theme-error {
  margin-bottom: 0;
}
.login-form-side .theme-form-login {
  padding: 20px 15px 15px 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.login-form-side .login.hidden-form {
  display: none;
}
.create-account-question {
  padding: 20px 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  text-align: center;
  --wd-tags-mb: 15px;
}
.create-account-question p {
  color: var(--color-gray-900);
  font-weight: 600;
}
.create-account-question:before {
  display: block;
  margin-bottom: 15px;
  color: var(--color-gray-200);
  font-size: 54px;
  line-height: 1;
  font-family: "woodmart-font";
}
.wd-cookies-popup {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 999;
  padding: 15px 30px;
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0);
}
.wd-cookies-popup.popup-display {
  transform: none;
}
.wd-cookies-popup.popup-hide {
  transform: translate3d(0, 100%, 0);
}
.wd-cookies-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-cookies-inner .cookies-buttons {
  flex: 0 0 auto;
}
.wd-cookies-inner .cookies-info-text {
  flex: 1 1 auto;
  padding-inline-end: 30px;
}
.cookies-buttons > a {
  margin-inline-end: 20px;
}
.cookies-buttons > a:last-child {
  margin-inline-end: 0;
}
.cookies-buttons .cookies-accept-btn {
  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);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
.cookies-buttons .cookies-accept-btn:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.cookies-buttons .cookies-accept-btn:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
.cookies-buttons .cookies-more-btn {
  border-bottom: 2px solid var(--brdcolor-gray-300);
  color: var(--color-gray-800);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.cookies-buttons .cookies-more-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768.98px) {
  .wd-cookies-inner {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
  .wd-cookies-inner .cookies-buttons {
    margin-top: 15px;
  }
  .wd-cookies-inner .cookies-info-text {
    padding-inline-end: 0;
  }
}
[class*="wd-search-full-screen"] {
  position: fixed;
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  --wd-requests-height: 0.001px;
}
[class*="wd-search-full-screen"] .autocomplete-suggestions {
  animation: wd-fadeInBottomShort 0.6s cubic-bezier(0.19, 1, 0.22, 1) both;
}
[class*="wd-search-full-screen"] .autocomplete-suggestion {
  flex-direction: column;
  padding: 0;
  border: none;
}
[class*="wd-search-full-screen"] .autocomplete-suggestion .suggestion-thumb {
  margin-bottom: 10px;
  margin-right: 0;
  max-width: 100%;
}
[class*="wd-search-full-screen"] .autocomplete-suggestion:hover,
[class*="wd-search-full-screen"]
  .autocomplete-suggestion.autocomplete-selected {
  background-color: transparent;
}
[class*="wd-search-full-screen"] .suggestion-divider {
  padding-top: 20px;
  border-top: 1px solid var(--brdcolor-gray-300);
  background-color: transparent !important;
  text-align: center;
}
[class*="wd-search-full-screen"] .no-found-msg {
  text-align: center;
  font-size: 16px;
}
[class*="wd-search-full-screen"].wd-opened {
  visibility: visible;
  opacity: 1;
}
.wd-search-opened {
  overflow: hidden;
}
.wd-search-area {
  position: relative;
}
.wd-search-area .wd-scroll-content {
  padding-block: 20px;
  transition: all 0.6s ease;
}
.wd-ajax-search-content:not(.wp-content-loaded) .wd-search-area:before {
  position: absolute;
  top: 15px;
  left: calc(50% - 15px);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
  --wd-anim-state: running;
}
.wd-ajax-search-content:not(.wp-content-loaded)
  .wd-search-area-inner.wd-scroll-content {
  padding: 0;
  max-height: 0;
}
@media (min-width: 1025px) {
  .wd-search-opened body {
    margin-right: var(--wd-scroll-w);
  }
  .wd-search-opened .website-wrapper {
    margin-right: calc(var(--wd-scroll-w) * -1);
  }
  .wd-search-opened :is(.header-banner, .whb-row, .main-page-wrapper) {
    padding-right: var(--wd-scroll-w);
  }
}
@media (max-width: 1024px) {
  [class*="wd-search-full-screen"] .no-found-msg {
    font-size: 14px;
  }
  [class*="wd-search-full-screen"] .suggestion-divider {
    padding-top: 10px;
  }
}
.wd-search-full-screen {
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
    visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0);
  --wd-form-height: 110px;
  --wd-info-height: 40px;
}
.wd-search-full-screen .autocomplete-suggestions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  background-color: var(--bgcolor-white);
}
.wd-search-full-screen .autocomplete-suggestion {
  flex-grow: 0;
  flex-basis: 200px;
  padding: 10px;
}
.wd-search-full-screen .wd-dropdown-results,
.wd-search-full-screen .wd-dropdown-results .wd-scroll-content {
  max-height: 100%;
  height: 100%;
}
.wd-search-full-screen.wd-searched .search-results-wrapper {
  margin-top: calc(var(--wd-info-height) * -1);
  height: calc(100% - var(--wd-form-height) - var(--wd-requests-height));
}
.wd-search-full-screen .search-info-text {
  overflow: hidden;
  margin-top: 10px;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.6s ease;
}
.wd-search-full-screen .search-info-text > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wd-search-full-screen :is(.view-all-results, .suggestion-divider) {
  flex: 1 1 100%;
}
.wd-search-full-screen .view-all-results {
  margin: 10px -10px -10px -10px;
}
.wd-search-full-screen .suggestion-divider {
  margin-top: 20px;
  margin-inline: -20px;
  padding-top: 20px;
}
.wd-search-full-screen .searchform {
  padding-inline: 100px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  --wd-form-bg: transparent;
  --wd-form-color: var(--color-gray-800);
  --wd-form-placeholder-color: var(--color-gray-800);
  --wd-form-brd-width: 0;
  --wd-form-height: unset;
}
.wd-search-full-screen .searchform input[type="text"] {
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
}

.form-style-underlined .wd-search-full-screen input[type="text"] {
  padding-right: 0;
}
.wd-search-full-screen .wd-close-search {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.wd-search-full-screen .wd-close-search.wd-style-icon > a {
  width: 100px;
  height: 100px;
}
.wd-search-full-screen .wd-close-search.wd-style-icon > a:before {
  font-size: 38px;
}
.wd-search-full-screen .wd-search-loader {
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  background-color: rgba(var(--bgcolor-white-rgb), 0.8);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-search-full-screen .wd-search-loader:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}
.wd-search-full-screen .search-loading ~ .wd-search-loader {
  top: var(--wd-form-height);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-search-full-screen .search-loading ~ .wd-search-loader:after {
  --wd-anim-state: running;
}
.wd-search-full-screen.wd-requests-enabled {
  --wd-requests-height: 70px;
}
.wd-search-full-screen .wd-search-requests {
  margin-top: 30px;
  padding-inline: 20px;
}
.wd-search-full-screen .wd-search-requests ul {
  text-align: center;
}
.wd-search-full-screen .wd-search-requests-text {
  display: none;
}
.wd-search-full-screen.wd-opened {
  transition: opacity 0s, visibility 0s,
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
}
.wd-search-full-screen .wd-search-area {
  padding-inline: 15px;
  height: 100%;
}
.wd-search-full-screen .wd-search-area .wd-scroll-content {
  max-height: calc(
    100% - var(--wd-info-height) - var(--wd-requests-height) -
      var(--wd-form-height)
  );
}
@media (max-width: 1024px) {
  .wd-search-full-screen {
    --wd-form-height: 70px;
    --wd-info-height: 30px;
  }
  .wd-search-full-screen .search-info-text {
    font-size: 14px;
    line-height: 20px;
  }
  .wd-search-full-screen .searchform {
    padding-inline: 15px;
  }
  .wd-search-full-screen .searchform input[type="text"] {
    font-size: 20px;
  }
  .wd-search-full-screen .autocomplete-suggestion {
    padding: 10px;
  }
  .wd-search-full-screen .wd-close-search {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .wd-search-full-screen .autocomplete-suggestion {
    flex-basis: 33.333333%;
  }
}
@media (max-width: 576px) {
  .wd-search-full-screen .autocomplete-suggestion {
    flex-basis: 50%;
  }
}
.wd-toolbar {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  height: 55px;
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
}
.wd-toolbar > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-toolbar > a,
.wd-toolbar > div {
  flex: 1 0 20%;
}
.wd-toolbar > a,
.wd-toolbar > div a {
  height: 45px;
}
.wd-toolbar .wd-header-cart.wd-design-5 {
  margin-right: 0;
}
.wd-toolbar.wd-toolbar-label-show > a,
.wd-toolbar.wd-toolbar-label-show > div a {
  position: relative;
  padding-bottom: 15px;
}
.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
  display: block;
}
.global-color-scheme-light .wd-toolbar a {
  color: #fff;
}
.global-color-scheme-light .wd-toolbar a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wd-toolbar-label {
  position: absolute;
  inset-inline: 10px;
  bottom: 3px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  padding: 1px 0;
}
.wd-toolbar-shop .wd-tools-icon:before {
  font-family: "woodmart-font";
}
.wd-toolbar-blog .wd-tools-icon:before {
  content: "\f145";
  font-family: "woodmart-font";
}
.wd-toolbar-home .wd-tools-icon:before {
  content: "\f144";
  font-family: "woodmart-font";
}
.wd-toolbar-link .wd-tools-icon:before {
  content: "\f140";
  font-family: "woodmart-font";
}
.wd-toolbar-link .wd-custom-icon {
  min-width: auto;
}
.wd-toolbar-link .wd-custom-icon img {
  width: auto;
  height: 20px;
}
@media (min-width: 1025px) {
  .wd-toolbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sticky-toolbar-on {
    padding-bottom: 55px;
  }
  .sticky-toolbar-on .wd-sticky-btn {
    bottom: 55px;
  }
  .sticky-toolbar-on .scrollToTop {
    bottom: 44px;
  }
  .sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop {
    bottom: calc(12px + 55px + var(--wd-sticky-btn-height));
  }
}
@media (max-width: 768.98px) {
  .sticky-toolbar-on.wd-sticky-btn-on-mb {
    padding-bottom: calc(55px + var(--wd-sticky-btn-height));
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .sticky-toolbar-on.wd-sticky-btn-on {
    padding-bottom: calc(55px + var(--wd-sticky-btn-height));
  }
}
:root {
  --wd-top-bar-h: 40px;
  --wd-top-bar-sm-h: 38px;
  --wd-top-bar-sticky-h: 0.001px;

  --wd-header-general-h: 106px;
  --wd-header-general-sm-h: 85px;
  --wd-header-general-sticky-h: 0.001px;

  --wd-header-bottom-h: 60px;
  --wd-header-bottom-sm-h: 0.001px;
  --wd-header-bottom-sticky-h: 0.001px;

  --wd-header-clone-h: 106px;
}

.whb-top-bar .wd-dropdown {
  margin-top: 0px;
}

.whb-top-bar .wd-dropdown:after {
  height: 10px;
}

.whb-header-bottom .wd-dropdown {
  margin-top: 10px;
}

.whb-header-bottom .wd-dropdown:after {
  height: 20px;
}

.whb-header .whb-header-bottom .wd-header-cats {
  margin-top: -1px;
  margin-bottom: -1px;
  height: calc(100% + 2px);
}

.whb-clone.whb-sticked .wd-dropdown:not(.sub-sub-menu) {
  margin-top: 33px;
}

.whb-clone.whb-sticked .wd-dropdown:not(.sub-sub-menu):after {
  height: 43px;
}

@media (min-width: 1025px) {
  .whb-top-bar-inner {
    height: 40px;
    max-height: 40px;
  }

  .whb-general-header-inner {
    height: 78px;
    max-height: 78px;
  }

  .whb-header-bottom-inner {
    height: 60px;
    max-height: 60px;
  }

  .whb-clone .whb-general-header-inner {
    height: 106px;
    max-height: 106px;
  }
}

@media (max-width: 1024px) {
  .whb-top-bar-inner {
    height: 38px;
    max-height: 38px;
  }

  .whb-general-header-inner {
    height: 85px;
    max-height: 85px;
  }

  .whb-clone .whb-general-header-inner {
    height: 85px;
    max-height: 85px;
  }
}

.whb-top-bar {
  background-color: #f8f9fa!important;
  color: #21252b !important;
}
.whb-top-bar a {
  color: #5b775e !important;
}

.whb-row .whb-vssfpylqqax9pvkfnxoz.wd-tools-element .wd-tools-inner,
.whb-row .whb-vssfpylqqax9pvkfnxoz.wd-tools-element > a > .wd-tools-icon {
 
}
.whb-row .whb-g1k0m1tib7raxrwkm1t3.wd-tools-element .wd-tools-inner,
.whb-row .whb-g1k0m1tib7raxrwkm1t3.wd-tools-element > a > .wd-tools-icon {
  background-color: rgba(14, 63, 40, 1);
}
.whb-general-header {
  border-color: rgba(232, 232, 232, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.whb-9x1ytaxq7aphtb3npidp .searchform {
  --wd-form-height: 46px;
}
.whb-header-bottom-inner {
  border-color: rgba(232, 232, 232, 1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "woodmart-font";
  src: url("//mugeflowers.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3")
    format("woff2");
}

:root {
  --wd-header-banner-h: 40px;
  --wd-text-font: "Raleway", Arial, Helvetica, sans-serif;
  --wd-text-font-weight: 300;
  --wd-text-color: #0e3f28;
  --wd-text-font-size: 14px;
  --wd-title-font: "Raleway", Arial, Helvetica, sans-serif;
  --wd-title-font-weight: 500;
  --wd-title-color: #0e3f28;
  --wd-entities-title-font: "Raleway", Arial, Helvetica, sans-serif;
  --wd-entities-title-font-weight: 400;
  --wd-entities-title-color: #0e3f28;
  --wd-entities-title-color-hover: rgb(51 51 51 / 65%);
  --wd-alternative-font: "Raleway", Arial, Helvetica, sans-serif;
  --wd-widget-title-font: "Raleway", Arial, Helvetica, sans-serif;
  --wd-widget-title-font-weight: 400;
  --wd-widget-title-transform: uppercase;
  --wd-widget-title-color: #0e3f28;
  --wd-widget-title-font-size: 16px;
  --wd-header-el-font: "Raleway", Arial, Helvetica, sans-serif;
  --wd-header-el-font-weight: 500;
  --wd-header-el-transform: uppercase;
  --wd-header-el-font-size: 14px;
  --wd-primary-color: #0e3f28;
  --wd-alternative-color: #0e3f28;
  --wd-link-color: #333333;
  --wd-link-color-hover: #242424;
  --btn-default-bgcolor: #0e3f28;
  --btn-default-bgcolor-hover: #efefef;
  --btn-accented-bgcolor: #0e3f28;
  --btn-accented-bgcolor-hover: rgb(216, 32, 76);
  --wd-form-brd-width: 1px;
  --notices-success-bg: #0e3f28;
  --notices-success-color: #fff;
  --notices-warning-bg: #0e3f28;
  --notices-warning-color: #fff;
  --wd-sticky-btn-height: 95px;
}
.woodmart-theme-layered-nav .wd-scroll-content {
  max-height: 135px;
}
div.wd-popup.wd-age-verify {
  max-width: 500px;
}
.wd-popup.wd-promo-popup {
  background-color: rgb(255, 255, 255);
  background-image: url(https://mugeflowers.com/wp-content/uploads/2021/08/flowers-popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
div.wd-popup.wd-promo-popup {
  max-width: 800px;
}
.page-title-default {
  background-color: #0e3f28;
  background-image: none;
  background-size: cover;
  background-position: center center;
}
.footer-container {
  background-color: rgb(14, 63, 40);
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
html .wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a,
body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a,
body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu > li > a,
body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu > li > a {
  font-weight: 600;
  color: #0e3f28;
}
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-color: #0e3f28;
}
.product-labels .product-label.onsale {
  background-color: rgb(255, 255, 255);
  color: rgb(158, 47, 34);
}
.product-labels .product-label.new {
  color: #0e3f28;
}
.product-labels .product-label.featured {
  color: #0e3f28;
}
.product-labels .product-label.out-of-stock {
  color: #0e3f28;
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
  color: #0e3f28;
}
div.wd-popup.popup-quick-view {
  max-width: 920px;
}
.theme-product-gallery {
  --wd-gallery-gap: 3px;
}
.theme-product-gallery.thumbs-position-left {
  --wd-thumbs-width: 140px;
}
.wd-builder-off .wd-fbt.wd-design-side {
  --wd-form-width: 325px;
}

@media (max-width: 1024px) {
  :root {
    --wd-header-banner-h: 10px;
    --wd-sticky-btn-height: 95px;
  }
}

@media (max-width: 768.98px) {
  :root {
    --wd-sticky-btn-height: 42px;
  }
}
:root {
  --wd-container-w: 1222px;
  --wd-form-brd-radius: 35px;
  --btn-default-color: #fff;
  --btn-default-color-hover: #333;
  --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: 5px;
  --wd-cat-brd-radius: 0px;
}

@media (min-width: 1222px) {
  [data-vc-full-width]:not([data-vc-stretch-content]),
  :is(.vc_section, .vc_row).wd-section-stretch {
    padding-left: calc(
      (100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2
    );
    padding-right: calc(
      (100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2
    );
  }
}

body .woodmart-entry-meta .meta-author {
  display: none;
}
.add-cart-box {
  position: absolute;
  top: calc(50% - 9px);
  inset-inline-start: calc(50% - 9px);
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop:hover
  .add-cart-box {
  opacity: 1;
  transform: translateY(0) translateZ(0);
}
.wd-entry-meta .meta-author a svg{
  padding-top: 3px;
}
.widget_price_filter .price_slider{margin-bottom:20px}.login-see-prices .widget_price_filter,.widget_price_filter :is(#min_price,#max_price){display:none}.widget_price_filter [class*="price_slider_amount"]{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:10px}.widget_price_filter [class*="price_slider_amount"] .button{order:2;padding:5px 14px;min-height:36px;font-size:12px;border-radius:var(--btn-default-brd-radius);color:var(--btn-default-color);box-shadow:var(--btn-default-box-shadow);background-color:var(--btn-default-bgcolor);text-transform:var(--btn-default-transform, var(--btn-transform));font-weight:var(--btn-default-font-weight, var(--btn-font-weight));font-family:var(--btn-default-font-family, var(--btn-font-family));font-style:var(--btn-default-font-style, var(--btn-font-style))}.widget_price_filter [class*="price_slider_amount"] .button:hover{color:var(--btn-default-color-hover);box-shadow:var(--btn-default-box-shadow-hover);background-color:var(--btn-default-bgcolor-hover)}.widget_price_filter [class*="price_slider_amount"] .button:active{box-shadow:var(--btn-default-box-shadow-active);bottom:var(--btn-default-bottom-active)}.widget_price_filter [class*="price_slider_amount"] .price_label{order:1;color:var(--color-gray-500)}.widget_price_filter [class*="price_slider_amount"] .price_label>span{color:var(--color-gray-900);font-weight:600}.widget_price_filter [class*="price_slider_amount"] .clear{display:none}.widget_price_filter .ui-slider{position:relative}.widget_price_filter .ui-slider-horizontal{height:20px;border:none;background:none;cursor:pointer;z-index:1 !important}.widget_price_filter .ui-slider-horizontal:before{content:"";position:absolute;top:50%;inset-inline:0;margin-top:-1px;height:2px;background-color:var(--brdcolor-gray-300)}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;top:50%;z-index:1;display:block;margin-top:-1px;height:2px;border:0;border-radius:0;background-image:none;background-color:var(--wd-primary-color)}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;top:50%;z-index:2;display:flex;align-items:center;flex-direction:column;justify-content:center;margin-top:-15px;margin-left:-15px;width:30px;height:30px;outline:none;border:none;border-radius:0;background:none;background-color:transparent !important;cursor:ew-resize}.widget_price_filter .ui-slider .ui-slider-handle:after{content:"";display:inline-block;width:4px;height:15px;background-color:var(--wd-primary-color)}.widget_price_filter .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-range-max{right:-1px}
.them-product-gallery{display:flex;flex-wrap:wrap;gap:var(--wd-gallery-gap, 10px)}.them-product-gallery>*{flex:1 1 100%;max-width:100%}.them-product-gallery img{width:100%;border-radius:var(--wd-brd-radius)}.them-product-gallery .wd-carousel-inner{margin:0}.them-product-gallery .wd-carousel{--wd-gap: var(--wd-gallery-gap, 10px);padding:0;border-radius:var(--wd-brd-radius)}.them-product-gallery .wd-nav-arrows.wd-pos-sep{--wd-arrow-offset-h: calc(var(--wd-arrow-width, var(--wd-arrow-size, 50px)) / -1)}.them-product-gallery .wd-nav-pagin-wrap{position:absolute;inset-inline:15px;bottom:15px;z-index:2}.them-product-gallery .them-product-gallery__image{position:relative;overflow:hidden;border-radius:var(--wd-brd-radius)}.them-product-gallery.image-action-none .wd-carousel-item figure a{cursor:default;pointer-events:none}.them-product-gallery .zoomImg[src$=".png"]{background-color:var(--wd-main-bgcolor);backface-visibility:hidden;-webkit-backface-visibility:hidden}.them-product-gallery .wd-carousel-wrap[style*="grabbing"] .zoomImg{opacity:0 !important;transition:opacity .25s ease}.wd-gallery-thumb .wd-carousel-item{cursor:pointer;transition:opacity .25s ease}.wd-gallery-thumb :is(.wd-carousel-item:hover,.wd-thumb-active,.wd-carousel:not(.wd-initialized) .wd-carousel-item:first-child){opacity:.5}.them-product-gallery:not(.wd-has-thumb) .wd-gallery-thumb{display:none}.them-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(50% - (100% / var(--wd-col)) * 1.5), 0, 0)}.rtl .them-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(-50% + (100% / var(--wd-col)) * 1.5), 0, 0)}.them-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) .wd-carousel-item:first-child:last-child{margin-inline-start:auto}.product-additional-galleries{position:absolute;bottom:0;inset-inline-start:0;z-index:3;display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:15px;transition:all .3s ease}.wd-action-btn.wd-style-icon-bg-text{--icon-bg-size: 50px;--action-btn-color: var(--color-gray-600);--action-btn-hover-color: var(--color-gray-800)}.wd-action-btn.wd-style-icon-bg-text>a{flex-wrap:nowrap;overflow:hidden;min-width:var(--icon-bg-size);height:var(--icon-bg-size);border-radius:30px;background-color:var(--bgcolor-white);box-shadow:0 0 5px rgba(0,0,0,0.08)}.wd-action-btn.wd-style-icon-bg-text>a:before{display:inline-flex;align-items:center;justify-content:center;width:var(--icon-bg-size);height:var(--icon-bg-size);font-size:calc(var(--icon-bg-size) / 2.7)}.wd-action-btn.wd-style-icon-bg-text>a>span{overflow:hidden;max-width:0;white-space:nowrap;font-size:90%;font-weight:600;transition:padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15)}.wd-action-btn.wd-style-icon-bg-text>a:hover>span{padding-inline-end:calc(var(--icon-bg-size) / 2);max-width:280px}.product-360-button>a:before{content:"\f102"}.wd-show-product-gallery-wrap>a:before{content:"\f127"}.wd-play-icon>a:before{content:"\f101"}.them-product-gallery .product-labels{inset-inline-start:auto;z-index:10;align-items:flex-end;max-width:30%}.them-product-gallery .product-labels.labels-rectangular{inset-inline:auto 0}.them-product-gallery .product-labels[class*="labels-rounded"]{top:15px;inset-inline-end:15px}.them-product-gallery .product-labels.labels-rounded .product-label{min-width:55px;min-height:55px}.them-product-gallery .product-labels.labels-rounded .label-with-img{min-height:auto}@media (min-width: 1025px){[style*="col-lg:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-lg)!important}}@media (max-width: 1024px){.wd-action-btn.wd-style-icon-bg-text{--icon-bg-size: 40px}}@media (max-width: 768.98px){[style*="col-sm:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-sm)!important}}@media (max-width: 576px){.them-product-gallery .product-labels[class*="labels-rounded"]{top:10px;inset-inline-end:10px}.them-product-gallery .product-labels.labels-rounded .product-label{min-width:40px;min-height:40px}.them-product-gallery .product-labels.labels-rounded .label-with-img{min-height:auto}}@media (min-width: 769px) and (max-width: 1024px){[style*="col-md:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-md)!important}}
@media (min-width: 1025px){.thumbs-position-left{flex-wrap:nowrap}.thumbs-position-left.wd-has-thumb .wd-gallery-images{flex:0 0 100%;max-width:calc(100% - var(--wd-thumbs-width, 132px));align-self:flex-start}.thumbs-position-left .wd-gallery-thumb{flex:1 1 auto;order:-1;height:var(--wd-thumbs-height, auto)}.thumbs-position-left .wd-gallery-thumb .wd-carousel-inner{position:absolute;inset:0}.thumbs-position-left .wd-gallery-thumb .wd-carousel{margin-inline:0;touch-action:pan-x;height:calc(var(--wd-thumbs-height, 100%) - 30px)}.thumbs-position-left .wd-gallery-thumb .wd-carousel-wrap{flex-direction:column}.thumbs-position-left .wd-gallery-thumb .wd-carousel-item{flex:0 0 auto;max-width:none;height:calc(100% / var(--wd-col));padding-inline:0;width:100%}.thumbs-position-left .wd-gallery-thumb .wd-carousel-item img{height:calc(100% - var(--wd-gap));margin-bottom:var(--wd-gap);object-fit:cover}.thumbs-position-left .wd-thumb-nav{--wd-arrow-width: 100%;--wd-arrow-height: 30px;--wd-arrow-icon-size: 14px;--wd-arrow-bg: var(--bgcolor-gray-200);--wd-arrow-bg-hover: var(--bgcolor-gray-300);--wd-arrow-bg-dis: var(--bgcolor-gray-200);--wd-arrow-radius: calc(var(--wd-brd-radius) / 1.5);display:flex;gap:5px}.thumbs-position-left .wd-thumb-nav .wd-btn-arrow{flex:1 1 auto}.thumbs-position-left .wd-thumb-nav .wd-arrow-inner:after{rotate:90deg}.thumbs-position-left .wd-thumb-nav.wd-pos-sep .wd-btn-arrow{position:static}.thumbs-position-left [style*="col-lg:auto"] .wd-carousel-item{height:auto}.thumbs-position-left [style*="col-lg:auto"] .wd-carousel-item img{height:auto}}
.wd-carousel-container{position:relative}.wd-carousel-inner{position:relative;margin:-15px 0}.wd-carousel{position:relative;overflow:var(--wd-carousel-overflow, hidden);padding:15px 0;margin-inline:calc(var(--wd-gap) / -2);touch-action:pan-y}@supports (overflow: clip){.wd-carousel{overflow:var(--wd-carousel-overflow, clip)}}.wd-carousel-wrap{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:initial;box-sizing:content-box;transform:translate3d(0px, 0, 0)}.wd-carousel-item{position:relative;height:100%;flex:0 0 calc(100% / var(--wd-col));max-width:calc(100% / var(--wd-col));padding:0 calc(var(--wd-gap) / 2);transition-property:transform;transform:translate3d(0px, 0, 0)}.wd-backface-hidden .wd-carousel-item{transform:translateZ(0);backface-visibility:hidden}.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(50% - (100% / var(--wd-col)) / 2), 0, 0)}.wd-autoheight,.wd-autoheight .wd-carousel-item{height:auto}.wd-autoheight .wd-carousel-wrap{align-items:flex-start;transition-property:transform, height}@media (min-width: 1025px){.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:none}}@media (max-width: 768.98px){.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}@media (min-width: 769px) and (max-width: 1024px){.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}
.wd-btn-arrow{transition:all .25s ease}.wd-btn-arrow.wd-lock,.wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow{opacity:0 !important;pointer-events:none !important}.wd-arrow-inner{display:inline-flex;align-items:center;justify-content:center;width:var(--wd-arrow-width, var(--wd-arrow-size, 50px));height:var(--wd-arrow-height, var(--wd-arrow-size, 50px));line-height:1;color:var(--wd-arrow-color, var(--color-gray-800));background:var(--wd-arrow-bg, unset);box-shadow:var(--wd-arrow-shadow, unset);border:var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);border-radius:var(--wd-arrow-radius, unset);cursor:pointer;transition:all .25s ease}.wd-arrow-inner:after{font-size:var(--wd-arrow-icon-size, 24px);font-family:"woodmart-font"}.wd-arrow-inner:hover{color:var(--wd-arrow-color-hover, var(--color-gray-500));background:var(--wd-arrow-bg-hover, var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color))}.wd-disabled .wd-arrow-inner{color:var(--wd-arrow-color-dis, var(--color-gray-400));background:var(--wd-arrow-bg-dis, var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));cursor:unset}.wd-prev .wd-arrow-inner:after{content:"\f114"}.wd-icon-2 .wd-prev .wd-arrow-inner:after{content:"\f121"}.wd-next .wd-arrow-inner:after{content:"\f113"}.wd-icon-2 .wd-next .wd-arrow-inner:after{content:"\f120"}.wd-nav-arrows.wd-pos-sep:after{content:"";position:absolute;inset:0px calc((var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px)) * -1)}.wd-nav-arrows.wd-pos-sep .wd-btn-arrow{position:absolute;top:calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);z-index:250}.wd-nav-arrows.wd-pos-sep .wd-prev{inset-inline-end:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows.wd-pos-sep .wd-next{inset-inline-start:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows:where(.wd-pos-together){--wd-arrow-size: 30px;--wd-arrow-icon-size: 16px;--wd-arrow-offset-h: 10px}.wd-nav-arrows.wd-pos-together{position:absolute;top:calc(0% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));inset-inline-end:calc(var(--wd-arrow-offset-h, 0px) / -1);display:flex;gap:var(--wd-arrow-gap, 0.001px);z-index:250}@media (min-width: 1025px){.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow{opacity:0;pointer-events:none}:is(.wd-carousel-container:hover .wd-nav-arrows,.wd-nav-arrows.wd-shown)[class*="wd-hover"].wd-pos-sep .wd-btn-arrow{opacity:1;transform:translateY(0);pointer-events:unset}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev{transform:translateX(-30px)}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next{transform:translateX(30px)}}@media (max-width: 1024px){.wd-nav-arrows{--wd-arrow-icon-size: 16px;--wd-arrow-size: 40px}.wd-nav-arrows:where(.wd-pos-sep){--wd-arrow-offset-h: -12px}.wd-nav-arrows:where(.wd-pos-together){--wd-arrow-size: 30px}}
.pswp{z-index:1500;display:none;overflow:hidden;outline:none;-webkit-text-size-adjust:100%;touch-action:none;-webkit-backface-visibility:hidden}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);will-change:opacity}.pswp--open{display:block}.pswp__bg{background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);will-change:opacity}.pswp__scroll-wrap{overflow:hidden}:is(.pswp__container,.pswp__zoom-wrap){position:absolute;inset:0;touch-action:none;-webkit-backface-visibility:hidden;will-change:transform}:is(.pswp__container,.pswp__img){-webkit-tap-highlight-color:transparent;user-select:none;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1);transform-origin:left top}.pswp--animated-in :is(.pswp__bg,.pswp__zoom-wrap){transition:none}.pswp__item{position:absolute;inset:0;overflow:hidden}.pswp__img{position:absolute;top:0;left:0;width:auto;height:auto;border-radius:var(--wd-brd-radius)}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#242424}.pswp__error-msg{position:absolute;top:50%;left:0;margin-top:-8px;width:100%;color:#bbb;text-align:center;font-size:14px;line-height:16px}.pswp__error-msg a{color:#bbb;text-decoration:underline}.pswp__button{position:relative;float:right;margin:0;padding:0;width:44px;height:44px;min-height:unset;background:none;opacity:.75;transition:opacity .2s;-webkit-appearance:none}.pswp__button:hover{background-color:unset;opacity:1}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__button,[class*="pswp__button--arrow--"]:before{background:url(../../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px}@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx){.pswp--svg .pswp__button,.pswp--svg [class*="pswp__button--arrow--"]:before{background-image:url(../../images/default-skin.svg)}.pswp--svg [class*="pswp__button--arrow--"]{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}[class*="pswp__button--arrow--"]{position:absolute;top:50%;margin-top:-50px;width:70px;height:100px;background:none}.pswp--touch [class*="pswp__button--arrow--"]{visibility:hidden}[class*="pswp__button--arrow--"]:before{content:'';position:absolute;top:35px;width:32px;height:30px;background-color:rgba(0,0,0,0.3)}.pswp__button--arrow--left{left:0}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right{right:0}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{user-select:none}.pswp__share-modal{z-index:1600;padding:10px;background:rgba(0,0,0,0.5);opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{position:absolute;top:calc(56px + var(--wd-admin-bar-h));right:44px;z-index:1620;background:#fff;transition:transform .25s;transform:translateY(6px);border-radius:var(--wd-brd-radius);-webkit-backface-visibility:hidden}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:first-child{border-top-left-radius:var(--wd-brd-radius);border-top-right-radius:var(--wd-brd-radius)}.pswp__share-tooltip a:last-child{border-bottom-left-radius:var(--wd-brd-radius);border-bottom-right-radius:var(--wd-brd-radius)}.pswp__share-tooltip a:hover{color:#fff}.pswp__share-tooltip:before{content:'';position:absolute;top:-12px;right:15px;display:block;border:6px solid transparent;border-bottom-color:#fff}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:none}.pswp__share--facebook:hover{background:#365493}.pswp__share--twitter:hover{background:#000}.pswp__share--pinterest:hover{background:#CE272D}.pswp__share--download:hover{background:var(--wd-primary-color)}.pswp__counter{position:absolute;top:0;left:0;padding:0 10px;height:44px;color:#fff;font-size:13px;line-height:44px;opacity:.75}.pswp__caption{position:absolute;bottom:0;left:0;min-height:44px;width:100%}.pswp__caption small{color:#bbb;font-size:11px}.pswp__caption__center{margin:0 auto;padding:10px;max-width:420px;color:#bbb;text-align:left;font-size:13px;line-height:20px}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{position:relative;display:flex;float:right;align-items:center;justify-content:center;width:44px;height:44px;font-size:0;line-height:1;opacity:0;transition:opacity .25s ease-out}@media screen and (min-width: 1025px){.pswp__preloader{position:absolute;top:0;left:calc(50% - 22px)}}.pswp__preloader__donut{content:"";display:inline-block;width:14px;height:14px;border:2px solid rgba(0,0,0,0);border-left-color:#fff;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.pswp__preloader--active .pswp__preloader__donut{--wd-anim-state: running}.pswp__preloader--active{opacity:1}.pswp__ui{z-index:1550;visibility:visible;-webkit-font-smoothing:auto;opacity:1}.pswp--fs{--wd-admin-bar-h: 0}.pswp__top-bar{position:absolute;top:var(--wd-admin-bar-h);left:0;width:100%;height:44px}.pswp__caption,.pswp__top-bar,.pswp--has_mouse [class*="pswp__button--arrow--"]{transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);-webkit-backface-visibility:hidden;will-change:opacity}.pswp--has_mouse [class*="pswp__button--arrow--"]{visibility:visible}:is(.pswp__top-bar,.pswp__caption){background-color:rgba(0,0,0,0.5)}.pswp__ui--fit :is(.pswp__top-bar,.pswp__caption){background-color:rgba(0,0,0,0.3)}.pswp__ui--idle .pswp__top-bar,.pswp__ui--idle [class*="pswp__button--arrow--"]{opacity:0}.pswp__ui--hidden :is(.pswp__top-bar,.pswp__caption,[class*="pswp__button--arrow--"]){opacity:.001}.pswp__ui--one-slide :is([class*="pswp__button--arrow--"],.pswp__counter){display:none}.pswp__element--disabled{display:none !important}.pswp,.pswp__bg,.pswp__scroll-wrap,.pswp__share-modal{position:absolute;inset:0}
.wd-nav-pagin-wrap{min-height:var(--wd-pagin-size, 10px);margin-top:20px;text-align:var(--text-align);font-size:0}.wd-nav-pagin-wrap:has(.wd-lock){display:none}.wd-nav-pagin{--list-mb: 0;--li-mb: 0;--li-pl: 0;list-style:none;display:inline-flex;align-items:center;gap:var(--wd-pagin-gap, 10px);transition:all .25s ease}.wd-nav-pagin li{position:relative;cursor:pointer;transition:all .25s ease}.wd-nav-pagin:not([class*="wd-type-"]),.wd-nav-pagin.wd-lock{opacity:0}.wd-dynamic>.wd-nav-pagin{gap:0;margin:0 auto;overflow:hidden}.wd-dynamic>.wd-nav-pagin li{margin-inline:calc(var(--wd-pagin-gap, 10px) / 2)}.wd-nav-pagin-wrap[class*="wd-style-shape"] span{display:inline-flex;width:var(--wd-pagin-size, 10px);height:var(--wd-pagin-size, 10px);background-color:var(--wd-pagin-bg, unset);border:var(--wd-pagin-brd, 2px solid) var(--wd-pagin-brd-color, var(--color-gray-300));border-radius:var(--wd-pagin-radius, var(--wd-pagin-size, 10px));transition:all .25s ease}.wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span{border-color:var(--wd-pagin-brd-color-hover, var(--color-gray-800));background-color:var(--wd-pagin-bg-hover, unset)}.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span{border-color:var(--wd-pagin-brd-color-act, var(--color-gray-800));background-color:var(--wd-pagin-bg-act, var(--color-gray-800))}