: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,
    .woocommerce-widget-layered-nav-dropdown
  ) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
:is(
    .wd-widget-layered-nav-dropdown-form,
    .woocommerce-widget-layered-nav-dropdown
  )
  select[multiple="multiple"] {
  overflow: hidden;
  background-image: none;
}
:is(
    .wd-widget-layered-nav-dropdown-form,
    .woocommerce-widget-layered-nav-dropdown
  )
  select[multiple="multiple"]
  option {
  margin-top: 9px;
  padding: 0;
  background-color: transparent;
}
:is(
    .wd-widget-layered-nav-dropdown-form,
    .woocommerce-widget-layered-nav-dropdown
  )
  select[multiple="multiple"]
  option:not(:first-child) {
  display: none;
}
:is(
    .wd-widget-layered-nav-dropdown__submit,
    .woocommerce-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-swatch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--wd-swatch-w);
  height: var(--wd-swatch-h);
  color: var(--color-gray-900);
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: var(--wd-swatch-size);
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}
.wd-swatch :is(img, picture) {
  display: block;
  max-height: 100%;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  object-fit: cover;
}
.wd-swatch.wd-bg .wd-swatch-text {
  display: none;
}
.wd-swatch.wd-text {
  min-width: 1em;
  min-height: 1em;
  width: auto;
  height: auto;
}
.wd-swatch.wd-text .wd-swatch-text {
  padding: 0 calc(var(--wd-swatch-size) / 5);
  font-size: var(--wd-swatch-text-size);
}
.wd-swatch.wd-linked {
  cursor: pointer !important;
}
.wd-swatch-bg {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
:is(body:not(.global-color-scheme-light), .color-scheme-dark)
  .wd-swatch.wd-bg
  .wd-swatch-bg:is(
    :not([style^="background-color"]),
    [style*="#ffffff"],
    [style*="#FFFFFF"],
    [style*="255,255,255"]
  ):before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--wd-swatch-brd-color);
  border-radius: inherit;
}
[class*="wd-swatches"] {
  --wd-swatch-size: 25px;
  --wd-swatch-w: 1em;
  --wd-swatch-h: 1em;
  --wd-swatch-text-size: 16px;
  --wd-swatch-h-sp: 15px;
  --wd-swatch-v-sp: 10px;
  --wd-swatch-inn-sp: 0.001px;
  --wd-swatch-brd-color: var(--brdcolor-gray-200);
}
.wd-swatches-product {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: var(--text-align);
  vertical-align: middle;
  gap: var(--wd-swatch-v-sp) var(--wd-swatch-h-sp);
}
.wd-swatches-product + select {
  display: none;
}
[class*="wd-swatches"].wd-size-xs {
  --wd-swatch-size: 20px;
  --wd-swatch-text-size: 14px;
}
[class*="wd-swatches"].wd-size-m {
  --wd-swatch-size: 35px;
}
[class*="wd-swatches"].wd-size-large {
  --wd-swatch-size: 45px;
  --wd-swatch-text-size: 18px;
}
[class*="wd-swatches"].wd-size-xlarge {
  --wd-swatch-size: 70px;
  --wd-swatch-text-size: 24px;
}
[class*="wd-swatches"].wd-size-xxl {
  --wd-swatch-size: 90px;
  --wd-swatch-text-size: 32px;
}
.wd-swatches-grid {
  --wd-swatch-v-sp: 5px;
  --wd-swatch-h-sp: 8px;
}
.wd-swatches-grid:is(.wd-size-xs, .wd-size-default) {
  --wd-swatch-size: 15px;
  --wd-swatch-text-size: 14px;
}
.wd-swatches-grid.wd-size-m {
  --wd-swatch-size: 20px;
}
.wd-swatches-grid.wd-size-large {
  --wd-swatch-size: 25px;
  --wd-swatch-text-size: 16px;
}
.wd-swatches-grid:is(.wd-size-xlarge, .wd-size-xxl) {
  --wd-swatch-size: 35px;
  --wd-swatch-text-size: 18px;
}
.wd-swatches-filter {
  --wd-swatch-h-sp: 10px;
}
.wd-swatches-filter.wd-size-small {
  --wd-swatch-size: 15px;
  --wd-swatch-text-size: 14px;
}
.wd-swatches-filter.wd-size-large {
  --wd-swatch-size: 35px;
}
[class*="wd-swatches"].wd-shape-round .wd-swatch {
  border-radius: 1em;
}
[class*="wd-swatches"].wd-shape-rounded .wd-swatch {
  border-radius: 5px;
}
.wd-swatches-filter .wd-swatch {
  flex: 0 0 auto;
}
.wd-swatches-filter .wd-swatch.wd-bg:before {
  position: absolute;
  inset: var(--wd-swatch-inn-sp);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 400;
  font-size: calc(var(--wd-swatch-text-size) - 4px);
  opacity: 0;
  transition: inherit;
  content: "\f112";
  font-family: "woodmart-font";
}
.wd-swatches-filter .wd-swatch-wrap.wd-active a:hover .wd-swatch.wd-bg:before {
  opacity: 1;
}
.wd-swatches-filter:not(.wd-bg-style-1)
  .wd-swatch-wrap.wd-active
  a:hover
  .wd-swatch.wd-bg:after {
  opacity: 0;
}
.wd-swatches-filter .wd-swatch.wd-text + span {
  display: none;
}
.wd-swatches-brands .wd-swatch :is(img, picture) {
  object-fit: contain;
}
.wd-swatches-brands .wd-swatch.wd-bg {
  flex: 1 0 auto;
  max-width: var(--wd-swatch-w);
  width: auto;
  height: var(--wd-swatch-h);
  border-radius: 0;
}
.wd-swatches-brands .wd-swatch.wd-bg:before {
  display: none;
}
.wd-swatches-brands .wd-swatch-bg:before {
  border: none !important;
}
.wd-swatches-brands
  :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active)
  .wd-swatch.wd-bg {
  opacity: 0.5;
}
.wd-swatches-filter.wd-swatches-brands {
  --wd-swatch-h: 30px;
  --wd-swatch-w: 60px;
}
.wd-swatches-filter.wd-swatches-brands.wd-size-small {
  --wd-swatch-w: 45px;
}
.wd-swatches-filter.wd-swatches-brands.wd-size-large {
  --wd-swatch-h: 40px;
  --wd-swatch-w: 90px;
}
.wd-swatch + .wd-filter-lable {
  margin-inline-start: 10px;
}
.wd-swatches-filter.wd-labels-off :is(.wd-swatch + span, .count) {
  display: none;
}
.wd-swatches-filter.wd-checkboxes-on li > a {
  position: relative;
}
.wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wd-swatch-v-sp) var(--wd-swatch-h-sp);
}
.wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) li {
  margin-bottom: 0;
}
.wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) a {
  padding: 0;
  background: transparent !important;
}
.wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline):is(
    .wd-bg-style-1,
    .wd-text-style-1
  ) {
  padding-bottom: 5px;
}
.wd-product-filters
  .wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) {
  padding: 10px;
}
.wd-swatches-filter.wd-layout-double li {
  flex: 0 1 calc(50% - var(--wd-swatch-h-sp) / 2);
}
.wd-swatches-filter.wd-checkboxes-on li > a:before {
  content: "";
  display: inline-block;
  margin-inline-end: 8px;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  border: 2px solid var(--brdcolor-gray-300);
  vertical-align: middle;
  transition: all 0.2s ease;
}
.wd-swatches-filter.wd-checkboxes-on li > a:after {
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  inset-inline-start: 0.2em;
  color: #fff;
  font-weight: 400;
  font-size: 0.7em;
  opacity: 0;
  content: "\f107";
  font-family: "woodmart-font";
}
.wd-swatches-filter.wd-checkboxes-on li > a:hover:before {
  border-color: var(--wd-primary-color);
}
.wd-swatches-filter.wd-checkboxes-on li.wd-active > a:before {
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}
.wd-swatches-filter.wd-checkboxes-on li.wd-active > a:after {
  opacity: 1;
}
.wp-block-post-title,
.wp-block-post-title > a,
.wp-block-latest-comments__comment-link,
.wp-block-latest-posts li > a,
.wp-block-rss__item-title 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;
}
.wp-block-post-title > a:hover,
.wp-block-latest-comments__comment-link:hover,
.wp-block-latest-posts li > a:hover,
.wp-block-rss__item-title a:hover {
  color: var(--wd-entities-title-color-hover);
}
[class*="wp-block"] figcaption {
  text-align: center;
  font-style: italic;
  line-height: 1.6;
}
[class*="wp-block"].alignfull figcaption {
  padding-right: 10px;
  padding-left: 10px;
}
.site-content.col-lg-12 .alignfull {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  max-width: 100vw;
}
.site-content.col-lg-12 .alignfull.wp-block-cover {
  width: 100vw;
}
.platform-Windows .site-content.col-lg-12 .alignfull {
  margin-right: calc(-50vw + 50% + var(--wd-scroll-w) / 2);
  margin-left: calc(-50vw + 50% + var(--wd-scroll-w) / 2);
}
.entry-content > [class*="wp-block"] {
  margin-bottom: var(--wd-block-spacing);
}
.entry-content > [class*="wp-block"]:last-child {
  margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-grid {
  margin-bottom: -1em;
}
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1em;
}
.blocks-gallery-caption {
  margin-top: 10px;
}
.wp-block-image figcaption {
  margin-bottom: 0;
}
.wp-block-image.alignleft,
.wp-block-image .alignleft {
  margin-right: 25px;
}
.wp-block-image.alignright,
.wp-block-image .alignright {
  margin-left: 25px;
}
.wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  border-width: 2px 0;
  border-style: solid;
  border-color: currentColor;
}
.wp-block-pullquote cite {
  font-weight: 400;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center;
}
.wp-block-separator.is-style-dots {
  opacity: 0.6;
}
.wp-block-separator.is-style-dots:before {
  padding-left: 1em;
  vertical-align: middle;
  letter-spacing: 1em;
  font-size: 36px;
  line-height: 2px;
}
.wp-block-separator.has-background {
  opacity: 1;
}
.wp-block-separator:is(.is-style-dots, .is-style-wide) {
  max-width: 100%;
}
.wp-block-quote.is-style-large {
  padding-left: 30px;
  padding-right: 0;
}
.wp-block-quote.is-style-large cite {
  text-align: right;
}
.wp-block-columns[class*="wp-block"] {
  margin-bottom: 0;
}
.wp-block-column {
  margin-bottom: var(--wd-block-spacing);
}
.wp-block-column [class*="wp-block"]:last-child {
  margin-bottom: 0;
}
.wp-block-cover {
  color: #333;
}
.wp-block-cover.has-background-dim,
.wp-block-cover:not([class*="background-color"])
  .wp-block-cover__inner-container,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*="background-color"])
  .wp-block-cover-image-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {
  color: #fff;
}
.wp-has-aspect-ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table figcaption {
  margin-top: 10px;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-code {
  padding: 0;
  background: transparent;
}
.wp-block-preformatted.has-background {
  padding: 20px;
}
p.has-drop-cap:first-letter {
  font-size: 500% !important;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
p.has-background {
  padding: 20px;
}
.wp-block-buttons:not(.is-vertical),
.wp-block-buttons > .wp-block-button {
  margin-bottom: 10px;
}
.wp-block-group.has-background {
  padding: 20px;
}
.wp-block-group__inner-container > [class*="wp-block"]:not(:last-child) {
  margin-bottom: var(--wd-block-spacing);
}
.wp-block-media-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    padding-left: 15px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 15px;
    padding-left: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 15px;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 15px;
  }
}
.wp-block-post-terms.has-background {
  padding: 20px;
}
.wp-block-post-terms.has-text-color a {
  color: inherit;
}
.wp-block-post-terms.has-text-color a:hover {
  opacity: 0.8;
}
.widget_block > *:last-child {
  margin-bottom: 0;
}
.widget_block :is(h1, h2, h3, h4, h5, h6) {
  color: var(--wd-widget-title-color);
  font-weight: var(--wd-widget-title-font-weight);
  font-style: var(--wd-widget-title-font-style);
  font-family: var(--wd-widget-title-font);
}
.widget_block :is(h1, h2, h3, h4, h5, h6):not([class*="-font-size"]) {
  text-transform: var(--wd-widget-title-transform);
  font-size: var(--wd-widget-title-font-size);
}
.wp-block-archives {
  list-style: none;
  --li-pl: 0;
}
.wp-block-calendar a {
  text-decoration: none;
}
.wp-block-calendar caption {
  margin-bottom: 10px;
  color: #242424;
  text-align: center;
  font-weight: 600;
}
.wp-block-calendar #today {
  color: #fff;
  font-weight: 600;
  background-color: var(--wd-primary-color);
}
.wp-block-calendar #today a {
  color: inherit;
}
.wp-block-calendar .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-table tbody {
  color: inherit;
}
.wp-block-calendar .wp-calendar-table :is(th, td) {
  border: none;
}
.wp-block-calendar .wp-calendar-table th {
  padding: 5px;
  border-bottom: 2px solid var(--brdcolor-gray-200);
  background-color: transparent;
  text-align: center;
  font-weight: var(--wd-title-font-weight);
}
.wp-block-calendar .wp-calendar-table td {
  padding: 10px;
  border-bottom: none;
  text-align: center;
}
.wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}
.wp-block-categories {
  list-style: none;
  --li-pl: 0;
}
.wp-block-latest-comments {
  list-style: none;
  --li-pl: 0;
}
.wp-block-latest-comments a {
  display: inline !important;
}
.wp-block-latest-comments footer:before {
  display: inline-block;
  margin-right: 7px;
  color: var(--color-gray-900);
  font-weight: 400;
  font-size: 80%;
  content: "\f103";
  font-family: "woodmart-font";
}
.wp-block-latest-comments__comment-author {
  color: #242424;
  font-weight: 600;
}
.wp-block-latest-posts li:after {
  content: "";
  display: block;
  clear: both;
}
.wp-block-latest-posts.is-grid {
  margin-bottom: 0;
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
  max-width: 50%;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 15px;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 10px;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 15px;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-excerpt {
  margin-top: 5px;
  margin-bottom: 0;
  color: inherit;
}
.wp-block-page-list,
.wp-block-page-list ul {
  list-style: none;
  --li-pl: 0;
}
.wp-block-page-list li.has-child ul {
  padding-left: 20px;
}
.wp-block-rss {
  list-style: none;
  --li-pl: 0;
}
.wp-block-rss__item-excerpt,
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  color: inherit;
  margin-top: 5px;
}
.wp-block-search .wp-block-search__input {
  padding: 0 15px !important;
}
.wp-block-search .wp-block-search__input:focus {
  border-color: var(--wd-form-brd-color-focus);
}
.wp-block-search .wp-block-search__button {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 0;
  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));
  fill: currentColor;
}
.wp-block-search .wp-block-search__button:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.wp-block-search .wp-block-search__button:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
.wp-block-search.wp-block-search__button-inside
  .wp-block-search__inside-wrapper {
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
  padding: 4px;
}
.wp-block-tag-cloud .tag-link-count {
  color: var(--wd-text-color);
}
@media (min-width: 1200px) {
  .site-content.col-lg-12 .alignwide {
    margin-right: -10vw;
    margin-left: -10vw;
    width: calc(100% + 20vw);
  }
}
div.wpcf7 .wpcf7-spinner {
  position: relative;
  visibility: hidden;
  margin-left: -5px;
}
div.wpcf7 .wpcf7-spinner:before {
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: 2px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  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);
}
div.wpcf7 .ajax-error {
  display: none;
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
div.wpcf7 form.submitting .wpcf7-spinner:before {
  --wd-anim-state: running;
}
.wpcf7-list-item {
  display: inline-block;
  margin-inline-end: 10px;
}
.wpcf7-radio input {
  margin-inline-start: 5px;
}
.wpcf7-not-valid-tip {
  display: block;
  color: #f00;
}
div.wpcf7-response-output {
  display: none;
  margin: 0 0 20px;
}
form:is(.sent, .invalid, .unaccepted, .spam, .failed, .aborted)
  div.wpcf7-response-output {
  display: flex;
}
.wpcf7-form.wd-style-with-bg {
  --wd-form-bg: #fff;
  --wd-form-color: #777;
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-placeholder-color: #777;
}
.wpb-js-composer .wpb_revslider_element {
  margin-bottom: 0;
}
.wpb-js-composer
  :is([data-vc-full-width], [class*="wd-section-stretch"])
  rs-fullwidth-wrap
  > rs-module-wrap {
  left: -15px !important;
}
.wpb-js-composer
  :is(.vc_row-no-padding, .wd-section-stretch-content-no-pd)
  rs-fullwidth-wrap
  > rs-module-wrap {
  left: 0 !important;
}
.hermes .tp-arr-imgholder {
  background-size: cover;
}
@media (min-width: 1025px) {
  .wd-sticky-nav-enabled rs-fullwidth-wrap > rs-module-wrap {
    padding-left: var(--wd-sticky-nav-w) !important;
  }
  .wd-sticky-nav-enabled.wpb-js-composer
    [class*="wd-section-stretch"]
    rs-fullwidth-wrap
    > rs-module-wrap {
    margin-left: calc(var(--wd-sticky-nav-w) * -1) !important;
  }
}
.elementor-column-gap-no {
  --wd-el-column-gap: 0.001px;
}
.elementor-column-gap-narrow {
  --wd-el-column-gap: 10px;
}
.elementor-column-gap-default {
  --wd-el-column-gap: 20px;
}
.elementor-column-gap-extended {
  --wd-el-column-gap: 30px;
}
.elementor-column-gap-wide {
  --wd-el-column-gap: 40px;
}
.elementor-column-gap-wider {
  --wd-el-column-gap: 60px;
}
.elementor-section.wd-negative-gap > .elementor-container {
  margin-left: calc(var(--wd-el-column-gap) / 2 * -1);
  margin-right: calc(var(--wd-el-column-gap) / 2 * -1);
}
.elementor-section-boxed.wd-negative-gap .elementor-container {
  max-width: none;
}
.e-con-boxed.wd-negative-gap {
  --container-max-width: none;
}
[class*="wd-section-stretch"] {
  position: relative;
  min-width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
  width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
  left: calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2);
}
[class*="wd-section-stretch"].wd-negative-gap {
  --padding-inline-start: 15px;
  --padding-inline-end: 15px;
}
[class*="wd-section-stretch"].wd-negative-gap:where(.elementor-section) {
  padding-inline: 15px;
}
.elementor-section.wd-section-stretch > .elementor-container {
  max-width: calc(
    var(--wd-container-w) - 30px + var(--wd-el-column-gap, 0.0001px)
  );
}
.e-con-boxed.wd-section-stretch {
  --container-max-width: min(calc(var(--wd-container-w) - 30px));
}
.e-con-boxed.wd-section-stretch-content {
  --container-max-width: none;
}
.elementor-template-full-width .row > [data-elementor-type] {
  flex: 1 1 100%;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  width: 100%;
}
.wd-elementor-sticky-column {
  align-items: flex-start;
}
.wd-elementor-sticky-column > .elementor-column-wrap {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.wd-divider .elementor-shape-fill {
  -webkit-transform: none;
  transform: none;
}
.elementor-widget-text-editor {
  display: flex;
}
.elementor-widget-text-editor .elementor-widget-container {
  width: 100%;
  columns: inherit;
  column-gap: inherit;
}
.elementor-widget-text-editor.text-left {
  justify-content: flex-start;
}
.elementor-widget-text-editor.text-center {
  justify-content: center;
}
.elementor-widget-text-editor.text-right {
  justify-content: flex-end;
}
.elementor-widget-text-editor .elementor-widget-container > *:last-child,
.elementor-text-editor > *:last-child {
  margin-bottom: 0;
}
.elementor-page .elementor-widget-woodmart_menu_anchor {
  margin-bottom: 0;
}
.elementor-widget-image .wd-lazy-load {
  width: auto;
}
.wd-accordion-theme-style .elementor-accordion-item {
  border-top-width: 2px;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
}
.elementor-tab-content > *:last-child {
  margin-bottom: 0;
}
.elementor-element svg.wd-icon,
.img-wrapper .e-font-icon-svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.wd-carousel-item.e-con {
  --padding-top: 0px;
  --padding-bottom: 0px;
}
.wd-carousel-item.e-con.e-flex {
  flex: 0 0 calc(100% / var(--wd-col));
}
:where(.e-con) .wd-width-100 {
  width: 100%;
}
.wd-video-theme-style .elementor-custom-embed-image-overlay {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-video-theme-style .elementor-custom-embed-image-overlay:after,
.wd-video-theme-style .elementor-custom-embed-image-overlay:before,
.wd-video-theme-style
  .elementor-custom-embed-image-overlay
  .elementor-custom-embed-play
  i:before {
  content: "";
  position: absolute;
  inset: 0;
}
.wd-video-theme-style .elementor-custom-embed-image-overlay:before {
  background: inherit;
  transition: inherit;
}
.wd-video-theme-style .elementor-custom-embed-image-overlay:after {
  background-color: #000;
  transition: inherit;
  opacity: 0.15;
}
.wd-video-theme-style .elementor-custom-embed-play {
  z-index: 1;
  transition: inherit;
}
.wd-video-theme-style .elementor-custom-embed-play i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-family: unset;
  opacity: 1;
  transition: inherit;
}
.wd-video-theme-style .elementor-custom-embed-play i:before {
  border: 0.04em solid currentColor;
  border-radius: 50%;
  opacity: 0.4;
  transition: inherit;
}
.wd-video-theme-style .elementor-custom-embed-play i:after {
  margin-left: 5px;
  font-size: 0.3em;
  transition: inherit;
  content: "\f101";
  font-family: "woodmart-font";
}
.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:before {
  transform: scale(1.09);
}
.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:after {
  opacity: 0.3;
}
.wd-video-theme-style:hover .elementor-custom-embed-play i:before {
  opacity: 0.6;
}
.wd-video-theme-style:hover .elementor-custom-embed-play i:after {
  transform: scale(0.8);
}
.product-title {
  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;
}
.product-title a:hover,
a.product-title:hover {
  color: var(--wd-entities-title-color-hover);
}
.wc-item-meta,
.wc-item-meta ul,
.wc-item-meta ol,
ul.variation {
  list-style: none;
  --li-pl: 0;
}
.wc-item-meta,
.wc-item-meta ul,
.wc-item-meta ol {
  --list-mb: 0;
  --li-mb: 0;
}
.wd-breadcrumbs {
  vertical-align: middle;
}
.woocommerce-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-gray-800);
}
.woocommerce-breadcrumb a {
  margin-inline-end: 6px;
}
.woocommerce-breadcrumb a:after {
  content: "/";
  margin-inline-start: 5px;
}
.woocommerce-breadcrumb a,
.yoast-breadcrumb a {
  color: var(--color-gray-500);
}
.woocommerce-breadcrumb a:hover,
.yoast-breadcrumb a:hover {
  color: var(--color-gray-700);
}
.woocommerce-breadcrumb .breadcrumb-last,
.yoast-breadcrumb .breadcrumb_last {
  margin-inline-end: 8px;
  font-weight: 600;
}
.woocommerce-breadcrumb .breadcrumb-last:last-child,
.yoast-breadcrumb .breadcrumb_last:last-child {
  margin-inline-end: 0;
}
.amount {
  color: var(--wd-primary-color);
  font-weight: 600;
}
del .amount {
  color: var(--color-gray-300);
  font-weight: 400;
}
.price {
  color: var(--wd-primary-color);
}
.price .amount {
  font-size: inherit;
}
.price del {
  color: var(--color-gray-300);
  font-size: 90%;
}
.price ins {
  padding: 0;
  background-color: transparent;
  color: var(--wd-primary-color);
  text-decoration: none;
  opacity: 1;
}
.woocommerce-price-suffix {
  color: var(--color-gray-500);
}
.wd-price-unit {
  display: inline-block;
  margin-inline-start: 4px;
  color: var(--color-gray-300);
}
.wd-price-unit:not(:last-child) {
  margin-inline-end: 2px;
}
.wd-price-unit:before {
  content: "/";
  margin-inline-end: 4px;
}
a.login-to-prices-msg {
  color: var(--wd-primary-color);
  font-weight: 600;
}
a.login-to-prices-msg:hover {
  color: var(--wd-primary-color);
  opacity: 0.6;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
ul:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
  list-style: none;
  --li-pl: 0;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
ul:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin-bottom: 0;
}
.wd-wc-notices {
  margin-bottom: 0 !important;
}
.e-con .wd-wc-notices:has(.woocommerce-notices-wrapper:empty) {
  display: none;
}
ul.variation {
  font-size: 90%;
  --li-mb: 5px;
  --list-mb: 0;
  --wd-tags-mb: 0;
}
ul.variation p {
  display: inline;
}
ul.variation .item-variation-name {
  color: var(--color-gray-800);
  font-weight: 600;
}
.wc-item-meta {
  margin-top: 10px;
  font-size: 90%;
}
.wc-item-meta li > * {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 5px;
  vertical-align: middle;
}
.wc-item-meta strong {
  color: var(--color-gray-800);
}
:is(.blockOverlay, .wd-loader-overlay):after {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  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-loader-overlay {
  z-index: 340;
  border-radius: inherit;
  animation: wd-fadeIn 0.6s ease both;
  background-color: rgba(var(--bgcolor-white-rgb), 0.6);
  border-radius: var(--wd-brd-radius);
}
.wd-loader-overlay:not(.wd-loading) {
  display: none;
}
.blockOverlay {
  z-index: 340 !important;
  background-image: none !important;
  animation: wd-FadeInLoader 0.6s ease forwards;
}
.blockOverlay:before {
  content: none !important;
}
.global-color-scheme-light .blockOverlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
[class*="screen-reader"] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.single_add_to_cart_button {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  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));
}
.single_add_to_cart_button:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.single_add_to_cart_button:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
.single_add_to_cart_button + .added_to_cart {
  display: none;
}
.wd-buy-now-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));
}
.wd-buy-now-btn:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.wd-buy-now-btn:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: var(--content-align);
}
form.cart > * {
  flex: 1 1 100%;
}
form.cart :where(.single_add_to_cart_button, .wd-buy-now-btn, .quantity) {
  flex: 0 0 auto;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description > *:last-child {
  margin-bottom: 0;
}
.wd-hint {
  --wd-hint-bg: var(--wd-primary-color);
  --wd-hint-color: #fff;
  --wd-hint-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  cursor: help;
}
.wd-hint:before {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45em;
  height: 1.45em;
  border-radius: 50%;
  background-color: var(--wd-hint-bg);
  color: var(--wd-hint-color);
  font-weight: 600;
  font-size: var(--wd-hint-size);
}
.single_add_to_cart_button:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: inherit;
  box-shadow: inherit;
  transition: opacity 0s ease;
}
.single_add_to_cart_button:after {
  position: absolute;
  top: calc(50% - 9px);
  inset-inline-start: calc(50% - 9px);
  opacity: 0;
  z-index: 2;
  transition: opacity 0s 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);
}
.loading.single_add_to_cart_button:before {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.loading.single_add_to_cart_button:after {
  opacity: 1;
  transition: opacity 0.25s ease;
  --wd-anim-state: running;
}
.wd-products-element {
  position: relative;
}
.wd-products {
  position: relative;
  align-items: flex-start;
  transition: all 0.25s ease;
}
.wd-products.wd-loading,
.site-content.wd-loading .wd-products[data-source="main_loop"] {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  pointer-events: none;
}
.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  color: #eabe12;
  width: fit-content;
  font-family: "woodmart-font";
}
.star-rating:before {
  content: "\f149""\f149""\f149""\f149""\f149";
  color: var(--color-gray-300);
}
.star-rating span {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  overflow: hidden;
  width: 100%;
  text-indent: 99999px;
}
.star-rating span:before {
  content: "\f148""\f148""\f148""\f148""\f148";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  text-indent: 0;
}
.track_order {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-inline: -5px;
}
.track_order p {
  padding-inline: 5px;
}
.track_order p:first-child {
  flex: 1 1 100%;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 110%;
}
.track_order .button {
  min-width: 130px;
}
.track_order .form-row {
  float: none;
  width: auto;
}
.track_order :is(.form-row-first, .form-row-last) {
  flex: 1 1 auto;
}
.track_order .clear {
  display: none;
}
button[name="track"] {
  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));
}
button[name="track"]:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
button[name="track"]:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
div.wc-block-components-notice-banner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin-bottom: 20px;
  padding-block: 10px;
  padding-inline: 65px 30px !important;
  min-height: 60px;
  text-align: start;
  border: none;
  border-radius: var(--wd-brd-radius);
  font-size: inherit;
  align-content: center;
  margin-top: 0;
}
div.wc-block-components-notice-banner:before {
  position: absolute;
  top: calc(50% - 9px);
  left: 24px;
  font-size: 18px;
  line-height: 18px;
  font-family: "woodmart-font";
}
div.wc-block-components-notice-banner a {
  color: #fff;
  text-decoration: underline;
}
div.wc-block-components-notice-banner a:hover {
  color: rgba(255, 255, 255, 0.8);
}
div.wc-block-components-notice-banner p:last-child {
  margin-bottom: 0;
}
div.wc-block-components-notice-banner .amount {
  color: #fff;
}
div.wc-block-components-notice-banner :is(.button, .wc-backward) {
  text-decoration: none;
  min-height: unset;
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
div.wc-block-components-notice-banner :is(.button, .wc-backward):hover {
  background-color: transparent !important;
  box-shadow: none;
  border-color: #fff;
  color: #fff;
}
div.wc-block-components-notice-banner.is-success {
  background-color: var(--notices-success-bg);
  color: var(--notices-success-color);
}
div.wc-block-components-notice-banner.is-success:before {
  content: "\f107";
}
div.wc-block-components-notice-banner:is(.is-info, .is-error) {
  background-color: var(--notices-warning-bg);
  color: var(--notices-warning-color);
}
div.wc-block-components-notice-banner:is(.is-info, .is-error):before {
  content: "\f100";
}
div.wc-block-components-notice-banner > svg {
  display: none;
}
div.wc-block-components-notice-banner ul {
  display: flex;
  gap: 5px 7px;
  width: 100%;
  margin: 0 !important;
  list-style: none;
  --li-pl: 0;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
div.wc-block-components-notice-banner ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin-bottom: 0;
}
div.wc-block-components-notice-banner > div {
  display: flex;
  align-items: inherit;
  flex-wrap: wrap;
  gap: inherit;
}
div.wc-block-components-notice-banner > div .button.wc-forward {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  text-decoration: none;
  opacity: 1;
}
div.wc-block-components-notice-banner > div .button.wc-forward:hover {
  border-color: #fff;
}
.wc-block-review-list-item__product > a,
.wc-block-grid__product .wc-block-grid__product-title {
  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;
}
.wc-block-review-list-item__product > a:hover,
.wc-block-grid__product
  .wc-block-grid__product-link:hover
  .wc-block-grid__product-title {
  color: var(--wd-entities-title-color-hover);
}
.wc-blocks-filter-wrapper
  :is(
    .wc-block-filter-submit-button,
    .wc-block-components-filter-reset-button
  ) {
  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));
}
.wc-blocks-filter-wrapper
  :is(
    .wc-block-filter-submit-button,
    .wc-block-components-filter-reset-button
  ):hover {
  color: var(--btn-default-color-hover);
  box-shadow: var(--btn-default-box-shadow-hover);
  background-color: var(--btn-default-bgcolor-hover);
}
.wc-blocks-filter-wrapper
  :is(
    .wc-block-filter-submit-button,
    .wc-block-components-filter-reset-button
  ):active {
  box-shadow: var(--btn-default-box-shadow-active);
  bottom: var(--btn-default-bottom-active);
}
.wc-blocks-filter-wrapper
  :is(
    .components-form-token-field__remove-token,
    .wc-block-components-chip__remove,
    .wc-block-active-filters__list-item-remove
  ) {
  min-height: auto;
}
.wc-blocks-filter-wrapper
  button[type="submit"].wc-block-filter-submit-button.wc-block-components-filter-submit-button {
  font-size: 13px;
  padding: 5px 20px;
}
.wc-block-product-categories .wc-block-product-categories__button,
.wc-block-product-search .wc-block-product-search__button {
  margin-left: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 0;
  border-radius: var(--btn-accented-brd-radius);
  background-color: var(--btn-accented-bgcolor);
  box-shadow: var(--btn-accented-box-shadow);
  color: var(--btn-accented-color) !important;
}
.wc-block-product-categories .wc-block-product-categories__button:hover,
.wc-block-product-search .wc-block-product-search__button:hover {
  background-color: var(--btn-accented-bgcolor-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  color: var(--btn-accented-color-hover) !important;
}
.wc-block-review-list .wc-block-review-list-item__rating__stars,
.wc-block-grid .wc-block-grid__product-rating > div,
.wc-block-components-product-rating .wc-block-components-product-rating__stars {
  vertical-align: middle;
  font-family: "woodmart-font";
}
.wc-block-review-list .wc-block-review-list-item__rating__stars:before,
.wc-block-grid .wc-block-grid__product-rating > div:before,
.wc-block-components-product-rating
  .wc-block-components-product-rating__stars:before {
  content: "\f149""\f149""\f149""\f149""\f149";
  color: #c9c9c9;
}
.wc-block-review-list .wc-block-review-list-item__rating__stars span:before,
.wc-block-grid .wc-block-grid__product-rating > div span:before,
.wc-block-components-product-rating
  .wc-block-components-product-rating__stars
  span:before {
  content: "\f148""\f148""\f148""\f148""\f148";
  color: #eabe12;
}
.entry-content .wc-block-load-more {
  margin-top: 15px;
}
.wc-block-review-list {
  margin-top: 0;
  list-style: none;
  --li-pl: 0;
}
.wc-block-review-list > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}
.wc-block-review-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.wc-block-review-list-item__image img {
  border-radius: 50%;
}
.wc-block-components-review-list-item__info {
  margin-bottom: 15px;
}
.wc-block-review-list-item__author {
  color: #242424 !important;
  font-weight: 600 !important;
}
.wc-block-review-list-item__published-date {
  color: var(--wd-text-color);
  font-style: italic;
}
.wc-block-grid .wc-block-grid__products {
  margin-bottom: -16px;
}
:is(.wc-block-grid__products, .wp-block-query) .wc-block-grid__product-image,
:is(.wc-block-grid__products, .wp-block-query)
  .wc-block-components-product-image {
  border-radius: var(--wd-brd-radius);
}
:is(.wc-block-grid__products, .wp-block-query)
  .wc-block-grid__product-image
  img,
:is(.wc-block-grid__products, .wp-block-query)
  .wc-block-components-product-image
  img {
  border-radius: inherit;
}
.wc-block-grid__product .wc-block-grid__product-title {
  font-size: inherit;
  transition: all 0.25s ease;
}
.wc-block-grid .wc-block-grid__product-rating > div {
  text-align: center;
  letter-spacing: 2px;
}
:is(.wc-block-grid__products, .wp-block-query)
  li
  .wp-block-button
  .wp-block-button__link {
  align-items: center;
  padding: 5px 20px;
  min-height: 42px;
  font-size: 13px;
  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));
}
:is(.wc-block-grid__products, .wp-block-query)
  li
  .wp-block-button
  .wp-block-button__link:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
:is(.wc-block-grid__products, .wp-block-query)
  li
  .wp-block-button
  .wp-block-button__link:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
:is(.wc-block-grid__products, .wp-block-query)
  li
  .wp-block-button.wc-block-grid__product-add-to-cart
  a {
  margin: 0 5px 5px 5px !important;
}
:is(.wc-block-grid__products, .wp-block-query) .added_to_cart {
  display: none;
}
:is(.wc-block-grid__products, .wp-block-query)
  li
  .wp-block-button
  .wp-block-button__link.added:after {
  content: "\f107";
  font-family: "woodmart-font";
}
:is(.wc-block-grid__products, .wp-block-query)
  li
  .wp-block-button
  .wp-block-button__link.loading:after {
  content: "";
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px 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);
  --wd-anim-state: running;
}
.wc-block-featured-category .wc-block-featured-category__title {
  color: #fff;
  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);
}
.wc-block-featured-category .wc-block-featured-category__link {
  padding-bottom: 0;
}
.wc-block-featured-category .wc-block-featured-category__link .wp-block-button {
  margin-bottom: 0;
}
.wc-block-featured-product
  :is(
    .wc-block-featured-product__title,
    .wc-block-featured-product__variation
  ) {
  color: #fff;
  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);
}
.wc-block-featured-product .wc-block-featured-product__link {
  padding-bottom: 0;
}
.wc-block-featured-product .wc-block-featured-product__link .wp-block-button {
  margin-bottom: 0;
}
.wc-block-featured-product__description:empty {
  display: none;
}
.wc-block-featured-product__price :is(span, small) {
  color: #fff;
}
.wc-block-product-categories > ul {
  margin-top: 0;
  --li-pl: 0;
}
.wc-block-product-categories ul {
  list-style: none;
  margin-left: 0;
}
.wc-block-product-categories
  .wc-block-product-categories-list--has-images
  :is(li, .wc-block-product-categories-list-item__image) {
  margin-left: 0;
}
.wc-block-product-search .wc-block-product-search__field {
  padding: 0 15px;
}
.wc-block-price-slider .wc-block-price-filter__controls input[type="text"] {
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color) !important;
  border-radius: var(--wd-form-brd-radius) !important;
}
.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--wd-primary-color);
}
.wc-block-attribute-filter input[type="checkbox"] {
  margin-right: 8px;
}
.wc-block-attribute-filter label {
  transition: all 0.25s ease;
}
.wc-block-attribute-filter label:hover {
  color: var(--wd-link-color-hover);
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li {
  text-decoration: none;
}
.wc-block-attribute-filter .wc-block-attribute-filter__button {
  margin-top: 15px;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list-count {
  color: #bbb;
}
.wc-block-components-checkbox-list li {
  margin-bottom: var(--li-mb);
}
.wc-block-components-product-rating .wc-block-components-product-rating__stars {
  letter-spacing: 2px;
}
.wc-block-components-product-rating .wc-block-components-product-rating-count {
  margin-inline-start: 5px;
}
.wc-block-components-checkbox label {
  color: inherit;
}
.wd-free-progress-bar {
  --wd-progress-height: 10px;
}
.wd-free-progress-bar .progress-bar {
  margin-top: 10px;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-size: 15px 15px;
}
.wd-free-progress-bar.wd-progress-hide .progress-area {
  display: none;
}
.wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar {
  padding: 20px;
  border: 2px dashed var(--brdcolor-gray-300);
  border-radius: var(--wd-brd-radius);
}
.widget_shopping_cart .wd-free-progress-bar {
  margin-bottom: 0;
  padding-block: 15px;
  border-top: 1px solid var(--brdcolor-gray-300);
}
.wd-builder-off .wd-shipping-progress-bar {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .woocommerce-checkout > .customer-details .wd-shipping-progress-bar {
    margin-bottom: 0;
  }
}
.wd-progress-bar {
  --wd-progress-height: 7px;
}
.wd-progress-bar p:last-child {
  --wd-tags-mb: 0;
}
.wd-progress-bar .stock-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--color-gray-500);
  line-height: 1;
}
.wd-progress-bar .stock-info span {
  margin-inline-start: 3px;
  color: var(--color-gray-800);
  font-weight: 600;
}
.wd-progress-bar :is(.progress-area, .progress-bar) {
  height: var(--wd-progress-height);
  border-radius: var(--wd-brd-radius);
}
.wd-progress-bar .progress-area {
  width: 100%;
  background-color: rgba(var(--bgcolor-black-rgb), 0.06);
  transition: background-color 0.25s ease;
}
.wd-progress-bar .progress-bar {
  background-color: var(--wd-primary-color);
}
@media (max-width: 576px) {
  .wd-product .wd-progress-bar .stock-info {
    justify-content: center;
  }
  .wd-product .wd-progress-bar .total-sold {
    display: none;
  }
}
.widget_layered_nav_filters a {
  display: inline-flex;
  align-items: center;
  color: var(--color-gray-800);
  font-weight: 600;
  line-height: 2;
}
.widget_layered_nav_filters a .amount {
  margin-inline-start: 3px;
}
.widget_layered_nav_filters a:before {
  margin-inline-end: 0.3em;
  font-weight: 400;
  content: "\f112";
  font-family: "woodmart-font";
}
.widget_layered_nav_filters a:hover {
  color: var(--color-gray-500);
}
.wd-woo-page-title .title {
  margin-bottom: 0;
}
.wd-shop-active-filters .wd-active-filters {
  margin-top: 0;
  margin-bottom: 0;
}
.wd-shop-filters-area {
  margin-bottom: 0 !important;
}
.wd-shop-filters-area .filters-area {
  margin-bottom: 20px;
}
.e-con .wd-shop-filters-area .filters-area {
  margin-bottom: 0;
}
.wd-shop-view {
  line-height: 1;
}
.wd-shop-result-count .woocommerce-result-count {
  margin-bottom: 0;
}
.wd-shop-desc :is(.term-description, .page-description) {
  margin-bottom: 0;
}
.wd-shop-desc :is(.term-description, .page-description) > p:last-child {
  margin-bottom: 0;
}
.wd-header-nav.wd-full-height .wd-nav > li > .wd-dropdown-menu {
  margin-top: 0 !important;
}
.wd-header-nav.wd-full-height .wd-nav > li > .wd-dropdown-menu:after {
  width: auto !important;
  height: auto !important;
}
.wd-nav-mobile > li > a > .menu-label,
.wd-nav-mobile > li > ul li > a > .menu-label {
  position: static;
  margin-top: 0;
  margin-inline-start: 5px;
  opacity: 1;
  align-self: center;
}
.wd-nav-mobile > li > a > .menu-label:before,
.wd-nav-mobile > li > ul li > a > .menu-label:before {
  content: none;
}
.whb-header {
  margin-bottom: 40px;
}
.whb-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.whb-column {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-height: inherit;
}
.whb-col-left,
.whb-mobile-left {
  justify-content: flex-start;
  margin-left: -10px;
}
.whb-col-right,
.whb-mobile-right {
  justify-content: flex-end;
  margin-right: -10px;
}
.whb-col-mobile {
  flex: 1 1 auto;
  justify-content: center;
  margin-inline: -10px;
}
.whb-flex-flex-middle .whb-col-center {
  flex: 1 1 0%;
}
.whb-flex-equal-sides :is(.whb-col-left, .whb-col-right) {
  flex: 1 1 0%;
}
.whb-col-1 :is(.whb-flex-row, .whb-column) {
  max-width: calc(100% + 20px);
  justify-content: center;
}
.whb-col-1 :is(.whb-col-left, .whb-mobile-left) {
  flex: 1 1 auto;
  margin-inline: -10px;
}
.whb-col-1
  :is(.whb-col-center, .whb-col-right, .whb-mobile-center, .whb-mobile-right) {
  display: none;
}
.whb-col-1 .wd-header-html {
  max-width: 100%;
}
.whb-general-header :is(.whb-mobile-left, .whb-mobile-right) {
  flex: 1 1 0%;
}
.whb-empty-column + .whb-mobile-right {
  flex: 1 1 auto;
}
.wd-header-overlap .page-title {
  margin-top: 0;
}
.whb-overcontent {
  min-height: 0.2px;
}
.whb-overcontent .whb-main-header {
  position: absolute;
}
body:not(.single-product) .whb-overcontent,
.whb-overcontent.whb-custom-header {
  margin-bottom: 0;
  padding-top: 0 !important;
}
.whb-overcontent ~ .main-page-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.whb-with-shadow {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.whb-main-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 390;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.whb-clone {
  position: fixed;
  z-index: 391;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.3s ease;
  animation: wd-fadeOutUpBig 0.1s ease;
  pointer-events: none;
}
.whb-clone .whb-flex-row {
  border: none;
}
.whb-clone.whb-sticked {
  visibility: visible;
  opacity: 1;
  animation: wd-fadeInDownBig 0.3s ease;
  pointer-events: visible;
  pointer-events: unset;
}
.whb-clone.whb-sticked .whb-not-sticky-row {
  display: block;
}
.whb-clone .wd-header-main-nav {
  text-align: center;
}
.whb-clone.whb-hide-on-scroll {
  transform: translateY(-100%);
  animation: none;
}
.whb-clone.whb-scroll-up {
  transform: none;
}
.whb-sticky-prepared .whb-main-header {
  position: absolute;
}
.whb-scroll-stick .whb-flex-row {
  transition: height 0.2s ease, max-height 0.2s ease;
}
.whb-scroll-stick.whb-sticked .whb-flex-row {
  transition-duration: 0.3s;
}
.whb-scroll-stick.whb-scroll-down .whb-main-header,
.whb-scroll-stick.whb-scroll-up .whb-main-header {
  transition: transform 0.3s ease;
}
.whb-scroll-stick.whb-scroll-down .whb-main-header {
  transform: translateY(-100%);
}
.whb-scroll-stick.whb-scroll-up .whb-main-header {
  transform: none;
}
.whb-scroll-slide.whb-sticked .whb-main-header {
  animation: wd-fadeInDownBig 0.4s ease;
}
.whb-scroll-slide.whb-scroll-down .whb-main-header,
.whb-scroll-slide.whb-scroll-up .whb-main-header {
  transition: transform 0.3s ease;
}
.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header {
  transform: translateY(-100%);
  animation: none;
}
.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header {
  transform: none;
}
.whb-sticked .whb-main-header {
  position: fixed;
  transform: translateZ(0);
}
.whb-sticked .whb-row {
  transition: background-color 0.3s ease;
}
.whb-sticked .whb-not-sticky-row {
  display: none;
}
.whb-sticky-shadow.whb-sticked .whb-main-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.whb-sticky-shadow.whb-sticked .whb-row:last-child {
  border-bottom: none;
}
.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row {
  border-bottom: none;
}
.whb-sticky-shadow + .whb-clone {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.whb-sticky-shadow + .whb-clone .whb-row {
  border-bottom: none;
}
.whb-row {
  transition: background-color 0.2s ease;
}
.whb-color-dark:not(.whb-with-bg) {
  background-color: #fff;
}
.whb-color-light:not(.whb-with-bg) {
  background-color: #212121;
}
body:not(.single-product)
  .whb-overcontent:not(.whb-sticked)
  .whb-row:not(.whb-with-bg) {
  background-color: transparent;
}
@keyframes wd-fadeInDownBig {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes wd-fadeOutUpBig {
  from {
    transform: none;
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
.wd-header-nav,
.site-logo {
  padding-inline: 10px;
}
.wd-header-nav.wd-full-height,
.wd-header-nav.wd-full-height :is(.wd-nav, .wd-nav > li, .wd-nav > li > a),
.wd-header-divider.wd-full-height,
.wd-header-divider.wd-full-height:before {
  height: 100%;
}
.wd-header-nav {
  flex: 1 1 auto;
}
.wd-header-nav.wd-inline {
  flex: 0 0 auto;
  max-width: 100%;
}
.whb-color-light .wd-header-nav > span {
  color: rgba(255, 255, 255, 0.8);
}
.wd-nav-main:not(.wd-offsets-calculated) .wd-dropdown:not(.wd-design-default) {
  opacity: 0;
  pointer-events: none;
}
.platform-iOS
  .wd-nav-main:not(.wd-offsets-calculated)
  .wd-dropdown:not(.wd-design-default) {
  transform: translateY(15px) translateZ(0);
}
.wd-nav-main > li > a,
.wd-nav-secondary > li > a {
  height: 26px;
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
  text-transform: var(--wd-header-el-transform);
}
.wd-header-sticky-nav .wd-tools-icon:before {
  content: "\f15a";
  font-family: "woodmart-font";
}
.whb-top-bar .wd-nav-secondary > li > a {
  font-weight: 400;
  font-size: 12px;
}
.wd-nav-secondary:not(.wd-offsets-calculated)
  .wd-dropdown:not(.wd-design-default) {
  opacity: 0;
  pointer-events: none;
}
.platform-iOS
  .wd-nav-secondary:not(.wd-offsets-calculated)
  .wd-dropdown:not(.wd-design-default) {
  transform: translateY(15px) translateZ(0);
}
.site-logo {
  max-height: inherit;
}
.wd-logo {
  max-height: inherit;
  transition: none;
}
.wd-logo picture {
  max-height: inherit;
}
.wd-logo picture img {
  max-width: inherit;
}
.wd-logo img {
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: inherit;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
}
.wd-logo img[src$=".svg"] {
  height: 100%;
}
.wd-logo img[width]:not([src$=".svg"]) {
  width: auto;
  object-fit: contain;
}
.wd-switch-logo .wd-sticky-logo {
  display: none;
  animation: wd-fadeIn 0.5s ease;
}
:is(.whb-sticked, .whb-clone) .wd-switch-logo .wd-main-logo {
  display: none;
}
:is(.whb-sticked, .whb-clone) .wd-switch-logo .wd-sticky-logo {
  display: block;
}
.wd-header-divider:before {
  content: "";
  display: block;
  height: 18px;
  border-right: 1px solid;
}
.whb-color-dark .wd-header-divider:before {
  border-color: rgba(0, 0, 0, 0.105);
}
.whb-color-light .wd-header-divider:before {
  border-color: rgba(255, 255, 255, 0.25);
}
.whb-col-right .wd-header-divider:last-child,
.whb-mobile-right .wd-header-divider:last-child,
.whb-col-mobile .wd-header-divider:last-child {
  padding-right: 10px;
}
.whb-col-left .wd-header-divider:first-child,
.whb-mobile-left .wd-header-divider:first-child,
.whb-col-mobile .wd-header-divider:first-child {
  padding-left: 10px;
}
.whb-col-center .wd-header-divider:first-child {
  padding-left: 10px;
}
.whb-col-center .wd-header-divider:last-child {
  padding-right: 10px;
}
.wd-header-mobile-nav .wd-tools-icon:before {
  content: "\f15a";
  font-family: "woodmart-font";
}
.mobile-nav .wd-heading {
  position: relative;
  z-index: 6;
  background-color: inherit;
}
.mobile-nav .searchform {
  --wd-form-brd-width: 0;
  --wd-form-bg: transparent;
  --wd-form-color: var(--color-gray-500);
  --wd-form-placeholder-color: var(--color-gray-500);
  z-index: 4;
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
}
.mobile-nav .searchform input[type="text"] {
  padding-right: 50px;
  padding-left: 20px;
  height: 70px;
  font-weight: 600;
}
.mobile-nav .wd-dropdown-results {
  position: relative;
  z-index: 4;
  border-radius: 0;
  inset-inline: auto;
}
.mobile-nav .autocomplete-suggestion {
  padding: 10px 20px;
}
.mobile-nav .create-nav-msg {
  padding: 20px;
}
.wd-nav-mobile {
  display: none;
  margin-inline: 0;
  animation: wd-fadeIn 1s ease;
}
.wd-nav-mobile > li {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
.wd-nav-mobile > li > a {
  color: var(--color-gray-800);
}
.wd-nav-mobile li.menu-item-has-children > a:after {
  content: none;
}
.wd-nav-mobile li:active > a,
.wd-nav-mobile li.opener-page > a {
  background-color: var(--bgcolor-gray-100);
}
.wd-nav-mobile li.current-menu-item > a {
  color: var(--wd-primary-color);
}
.wd-nav-mobile .wd-with-icon > a:before {
  margin-right: 7px;
  font-weight: 400;
  font-family: "woodmart-font";
}
.wd-nav-mobile .menu-item-account > a:before {
  content: "\f124";
}
.wd-nav-mobile .menu-item-wishlist > a:before {
  content: "\f106";
}
.wd-nav-mobile .menu-item-compare > a:before {
  content: "\f128";
}
.wd-nav-mobile.wd-active {
  display: block;
}
.wd-nav-mobile:not(.wd-html-block-on) .menu-item-has-block .wd-nav-opener {
  display: none;
}
.wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block {
  overflow: hidden;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  max-width: 340px;
}
.wd-nav-mobile.wd-html-block-on
  .menu-item-has-block
  .wd-negative-gap
  > .elementor-container {
  --wd-el-column-gap: 0.001px;
}
.wd-nav-mobile > li,
.wd-nav-mobile > li > ul li {
  display: flex;
  flex-wrap: wrap;
}
.wd-nav-mobile > li > a,
.wd-nav-mobile > li > ul li > a {
  flex: 1 1 0%;
  padding: 5px 20px;
  min-height: 50px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.wd-nav-mobile > li > :is(.wd-sub-menu, .sub-sub-menu),
.wd-nav-mobile > li > ul li > :is(.wd-sub-menu, .sub-sub-menu) {
  display: none;
  flex: 1 1 100%;
  order: 3;
}
.wd-nav-mob-tab {
  --nav-gap: 0.001px;
  display: flex;
  margin: 0;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  background-color: rgba(0, 0, 0, 0.04);
}
.wd-nav-mob-tab > li {
  flex: 1 0 50%;
  max-width: 50%;
}
.wd-nav-mob-tab > li > a {
  padding: 0;
  height: 100%;
  font-weight: 900;
}
.wd-nav-mob-tab > li.wd-active > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.wd-nav-mob-tab[class*="wd-style-underline"] {
  --nav-color: #909090;
  --nav-color-hover: #333;
  --nav-color-active: #333;
}
.wd-nav-mob-tab[class*="wd-style-underline"] .nav-link-text {
  position: static;
  flex: 1 1 auto;
  padding: 18px 15px;
  text-align: center;
}
.wd-nav-mob-tab[class*="wd-style-underline"] .nav-link-text:after {
  top: auto;
  bottom: -1px;
}
.wd-nav-mob-tab[class*="wd-style-underline"]:after {
  top: auto;
  bottom: -1px;
}
.wd-nav-mob-tab.wd-swap {
  flex-direction: row-reverse;
}
.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after,
.wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after {
  right: 0;
  left: auto;
}
.mobile-nav .wd-nav-opener {
  border-left: 1px solid var(--brdcolor-gray-300);
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.widgetarea-mobile {
  padding: 20px;
}
.mobile-menu-widget {
  margin: 0 -20px 20px -20px;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.mobile-menu-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1025px) {
  .whb-hidden-lg,
  .whb-hidden-desktop {
    display: none;
  }
  .whb-clone,
  .whb-sticked .whb-main-header {
    top: var(--wd-admin-bar-h);
  }
  .whb-full-width .whb-row > .container,
  .whb-full-width + .whb-clone .whb-row > .container {
    max-width: 100%;
    width: clamp(var(--wd-container-w), 95%, 100%);
  }
  .wd-nav-mobile > li > a:hover {
    color: var(--wd-primary-color);
  }
}
@media (max-width: 1024px) {
  .whb-visible-lg,
  .whb-hidden-mobile {
    display: none;
  }
  .wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block {
    max-width: 300px;
  }
}

.single_add_to_cart_button {
  background-color: #b73535;
}

.wd-title-style-overline .wd-all-open-title span {
  border-top: 3px solid #b73535;
}

:is(.wd-title-style-underlined, .wd-title-style-overlined) .title {
  border-color: #b73535;
}

.wd-title-style-overlined .title {
  margin-top: -1px;
  padding-top: 20px;
  border-top: 3px solid #b73535;
}
.wd-tools-element {
  position: relative;
  --wd-count-size: 15px;
  --wd-header-el-color: #333;
  --wd-header-el-color-hover: rgba(51, 51, 51, 0.6);
}
.wd-tools-element > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: var(--wd-header-el-color);
  line-height: 1;
  padding-inline: 10px;
}
.wd-tools-element .wd-tools-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.wd-tools-element .wd-tools-icon:before {
  font-size: 20px;
}
.wd-tools-element .wd-tools-text {
  margin-inline-start: 8px;
  text-transform: var(--wd-header-el-transform);
  white-space: nowrap;
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
}
.wd-tools-element .wd-tools-count {
  z-index: 1;
  width: var(--wd-count-size);
  height: var(--wd-count-size);
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  line-height: var(--wd-count-size);
}
.wd-tools-element:hover > a {
  color: var(--wd-header-el-color-hover);
}
.wd-tools-element.wd-style-icon .wd-tools-text {
  display: none !important;
}
.whb-top-bar .wd-tools-element {
  --wd-count-size: 13px;
}
.whb-top-bar .wd-tools-element .wd-tools-icon:before {
  font-size: 14px;
}
.whb-top-bar .wd-tools-element .wd-tools-text {
  font-weight: 400;
  font-size: 12px;
}
.whb-color-light .wd-tools-element {
  --wd-header-el-color: #fff;
  --wd-header-el-color-hover: rgba(255, 255, 255, 0.8);
}
.wd-tools-custom-icon .wd-tools-icon:before,
.wd-tools-custom-icon .wd-tools-icon:after {
  display: none;
}
.wd-tools-custom-icon .wd-custom-icon {
  transition: all 0.25s ease;
}
.wd-tools-custom-icon:hover .wd-custom-icon {
  opacity: 0.6;
}
.wd-tools-element:is(.wd-design-2, .wd-design-5).wd-style-icon.wd-with-count {
  margin-inline-end: 5px;
}
.wd-tools-element:is(.wd-design-2, .wd-design-5).wd-style-text.wd-with-count
  .wd-tools-text {
  margin-inline-start: 14px;
}
.wd-tools-element:is(.wd-design-2, .wd-design-5) .wd-tools-count {
  position: absolute;
  top: -5px;
  inset-inline-end: -9px;
  background-color: var(--wd-primary-color);
  color: #fff;
  font-size: 9px;
}
.wd-tools-element.wd-design-1.wd-with-count .wd-tools-count {
  margin-inline-start: 8px;
}
.wd-tools-element.wd-design-1 .wd-tools-count {
  width: auto;
  height: auto;
  text-transform: var(--wd-header-el-transform);
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
  line-height: inherit;
}
.wd-tools-element.wd-design-1 .subtotal-divider {
  display: inline;
}
.wd-tools-element.wd-design-4 {
  --wd-count-size: 19px;
}
.wd-tools-element.wd-design-4.wd-with-count .wd-tools-count {
  margin-inline-start: 6px;
}
.wd-tools-element.wd-design-4 .wd-tools-count {
  display: inline-block;
  padding: 0 2px;
  background-color: var(--wd-primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 10px;
}
.whb-top-bar .wd-tools-element.wd-design-4 {
  --wd-count-size: 16px;
}
.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) {
  --wd-count-size: 18px;
}
.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) .wd-tools-inner {
  position: relative;
}
.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8)
  .wd-tools-inner
  .wd-tools-icon {
  position: static;
}
.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) .wd-custom-icon {
  min-width: auto;
  max-width: 20px;
}
.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) .wd-tools-count {
  position: absolute;
  top: -3px;
  inset-inline-end: -7px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  color: var(--wd-primary-color);
  font-size: 11px;
}
.whb-top-bar .wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) {
  --wd-count-size: 13px;
}
.whb-top-bar
  .wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8)
  .wd-custom-icon {
  max-width: 14px;
}
.wd-tools-element:is(.wd-design-6, .wd-design-7)
  :is(.wd-tools-inner, .wd-tools-icon) {
  height: 42px;
  border-radius: 42px;
}
.wd-tools-element:is(.wd-design-6, .wd-design-7) .wd-tools-inner {
  display: flex;
  align-items: center;
  padding: 0 13px;
}
.wd-tools-element:is(.wd-design-6, .wd-design-7):not(.wd-with-wrap)
  .wd-tools-icon {
  width: 42px;
}
.whb-top-bar
  .wd-tools-element:is(.wd-design-6, .wd-design-7)
  :is(.wd-tools-inner, .wd-tools-icon) {
  height: 28px;
}
.whb-top-bar .wd-tools-element:is(.wd-design-6, .wd-design-7) .wd-tools-inner {
  padding: 0 9px;
}
.whb-top-bar
  .wd-tools-element:is(.wd-design-6, .wd-design-7):not(.wd-with-wrap)
  .wd-tools-icon {
  width: 28px;
}
.whb-top-bar .wd-tools-element:is(.wd-design-6, .wd-design-7) .wd-tools-count {
  font-size: 9px;
}
.wd-tools-element.wd-design-6 > a > :is(.wd-tools-inner, .wd-tools-icon) {
  border: 1px solid rgba(0, 0, 0, 0.105);
}
.whb-color-light
  .wd-tools-element.wd-design-6
  > a
  > :is(.wd-tools-inner, .wd-tools-icon) {
  border-color: rgba(255, 255, 255, 0.25);
}
.wd-tools-element.wd-design-7 > a > :is(.wd-tools-inner, .wd-tools-icon) {
  background-color: var(--wd-primary-color);
  color: #fff;
  transition: inherit;
}
.wd-tools-element.wd-design-7:hover > a > :is(.wd-tools-inner, .wd-tools-icon) {
  color: rgba(255, 255, 255, 0.8);
}
.wd-header-my-account .wd-tools-icon:before {
  content: "\f124";
  font-family: "woodmart-font";
}
.wd-account-style-text .wd-tools-icon {
  display: none !important;
}
.wd-account-style-text .wd-tools-text {
  margin-left: 0;
}
.wd-account-style-icon:not(.wd-with-username) .wd-tools-text {
  display: none;
}
@media (max-width: 1024px) {
  .wd-header-my-account .wd-dropdown {
    display: none;
  }
}
.whb-col-right .wd-search-dropdown {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: calc(var(--nav-gap, 0.001px) / 2 * -1);
}
.wd-header-search .wd-tools-icon img,
.wd-header-search .wd-tools-icon:before {
  transition: opacity 0.3s ease;
}
.wd-header-search .wd-tools-icon:before {
  content: "\f130";
  font-family: "woodmart-font";
}
.wd-header-search .wd-tools-icon:after {
  position: relative;
  margin-inline-start: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  content: "\f112";
  font-family: "woodmart-font";
}
.wd-search-opened .wd-header-search .wd-tools-icon:after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.wd-search-opened .wd-header-search .wd-tools-icon img,
.wd-search-opened .wd-header-search .wd-tools-icon:before {
  opacity: 0;
  transition: none;
}
.whb-top-bar .wd-header-search .wd-tools-icon:after {
  font-size: 14px;
}
.wd-search-dropdown {
  width: 300px;
}
.wd-search-dropdown input[type="text"] {
  height: 70px !important;
  border: none;
}
.form-style-underlined .wd-search-dropdown input[type="text"] {
  padding-left: 15px;
}
.whb-column > .info-box-wrapper,
.wd-header-text,
.whb-column > .wd-button-wrapper,
.whb-column > .wd-social-icons,
.wd-header-html {
  padding-inline: 10px;
}
.whb-column > .info-box-wrapper .wd-info-box {
  --ib-icon-sp: 10px;
}
.wd-header-text {
  flex: 1 1 auto;
}
.wd-header-text p:first-child:empty {
  display: none;
}
.wd-header-text.wd-inline {
  flex: 0 0 auto;
}
.whb-top-bar .wd-header-text {
  font-size: 12px;
  line-height: 1.2;
}
.whb-color-light .wd-header-text {
  --color-white: #000;
  --color-gray-100: rgba(255, 255, 255, 0.1);
  --color-gray-200: rgba(255, 255, 255, 0.2);
  --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-600: rgba(255, 255, 255, 0.8);
  --color-gray-700: rgba(255, 255, 255, 0.9);
  --color-gray-800: #fff;
  --color-gray-900: #fff;
  --bgcolor-black-rgb: 255, 255, 255;
  --bgcolor-white-rgb: 0, 0, 0;
  --bgcolor-white: #0f0f0f;
  --bgcolor-gray-100: #0a0a0a;
  --bgcolor-gray-200: #121212;
  --bgcolor-gray-300: #141414;
  --bgcolor-gray-400: #171717;
  --brdcolor-gray-200: rgba(255, 255, 255, 0.1);
  --brdcolor-gray-300: rgba(255, 255, 255, 0.15);
  --brdcolor-gray-400: rgba(255, 255, 255, 0.25);
  --brdcolor-gray-500: rgba(255, 255, 255, 0.3);
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  --wd-widget-title-color: var(--wd-title-color);
  --wd-entities-title-color: #fff;
  --wd-entities-title-color-hover: rgba(255, 255, 255, 0.8);
  --wd-link-color: rgba(255, 255, 255, 0.9);
  --wd-link-color-hover: #fff;
  --wd-form-brd-color: rgba(255, 255, 255, 0.2);
  --wd-form-brd-color-focus: rgba(255, 255, 255, 0.3);
  --wd-form-placeholder-color: rgba(255, 255, 255, 0.6);
  --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);
  --wd-main-bgcolor: #1a1a1a;
  color: var(--wd-text-color);
}
.whb-column > .wd-social-icons:not(.icons-design-default) .wd-social-icon {
  margin-inline: 0;
}
.whb-column
  > .wd-social-icons:not(.icons-design-default)
  .wd-social-icon:not(:last-child) {
  margin-right: 8px;
}
.wd-header-wishlist .wd-tools-icon:before {
  content: "\f106";
  font-family: "woodmart-font";
}
.wd-header-compare .wd-tools-icon:before {
  content: "\f128";
  font-family: "woodmart-font";
}
.wd-dropdown-compare a {
  justify-content: space-between;
}
.wd-dropdown-compare .count {
  margin-inline-start: 10px;
  color: var(--color-gray-300);
}
.cart-widget-side {
  display: flex;
  flex-direction: column;
}
.cart-widget-side .widget_shopping_cart {
  position: relative;
  flex: 1 1 100%;
}
.cart-widget-side .widget_shopping_cart_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}
.cart-widget-side .shopping-cart-widget-body {
  position: relative;
  flex: 1 1 auto;
}
.cart-widget-side .wd-scroll-content {
  position: absolute;
  inset: 0;
  max-height: 100%;
  overscroll-behavior: none;
}
.cart-widget-side .woocommerce-mini-cart .mini_cart_item {
  margin-bottom: 0;
  padding: 15px;
  transition: background-color 0.3s ease;
}
.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
  background-color: var(--bgcolor-gray-100);
}
.cart-widget-side .woocommerce-mini-cart .remove {
  top: 13px;
  inset-inline-end: 10px;
}
.cart-widget-side .shopping-cart-widget-footer {
  flex: 0 0 auto;
  padding-bottom: 15px;
}
.cart-widget-side .shopping-cart-widget-footer > * {
  padding-inline: 15px;
}
.cart-widget-side .woocommerce-mini-cart__total {
  margin-top: 0;
}
.cart-widget-side .wd-empty-mini-cart {
  margin-top: 20px;
  padding-inline: 15px;
}
.whb-col-right .wd-dropdown-cart {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: calc(var(--nav-gap, 0.001px) / 2 * -1);
}
.wd-header-cart .wd-tools-icon:before {
  content: "\f105";
  font-family: "woodmart-font";
}
.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
  content: "\f126";
  font-family: "woodmart-font";
}
.wd-header-cart :is(.wd-cart-subtotal, .subtotal-divider, .wd-tools-count) {
  vertical-align: middle;
}
.wd-header-cart .wd-cart-number > span,
.wd-header-cart .subtotal-divider {
  display: none;
}
.wd-header-cart .wd-cart-subtotal .amount {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.wd-header-cart:is(.wd-design-5, .wd-design-6, .wd-design-7):not(.wd-style-text)
  .wd-tools-text {
  display: none;
}
.wd-header-cart.wd-design-2.wd-style-icon {
  margin-inline-end: 5px;
}
.wd-header-cart.wd-design-2 .wd-tools-text {
  margin-inline-start: 15px;
}
.wd-header-cart.wd-design-4 .wd-cart-number {
  display: inline-block;
  padding: 0 2px;
  margin-inline-start: 6px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--wd-primary-color);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 19px;
}
.wd-header-cart.wd-design-4:not(.wd-style-text) .wd-tools-text {
  display: none;
}
.whb-top-bar .wd-header-cart.wd-design-4 .wd-cart-number {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.wd-header-cart.wd-design-5:not(.wd-style-text) {
  margin-inline-end: 5px;
}
.wd-header-cart.wd-design-5 .wd-tools-text {
  margin-inline-start: 15px;
}
.wd-dropdown-cart {
  padding: 20px;
  width: 330px;
}
:is(.woocommerce-cart, .woocommerce-checkout)
  :is(.cart-widget-side, .wd-dropdown-cart) {
  display: none;
}
.wd-header-cart.wd-design-2 .wd-cart-number,
.wd-header-cart.wd-design-5 .wd-cart-number {
  position: absolute;
  top: -5px;
  inset-inline-end: -9px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--wd-primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 9px;
  line-height: 15px;
}
.whb-top-bar .wd-header-cart.wd-design-2 .wd-cart-number,
.whb-top-bar .wd-header-cart.wd-design-5 .wd-cart-number {
  width: 13px;
  height: 13px;
  line-height: 13px;
}
.wd-custom-dropdown {
  padding-inline: 10px;
}
@media (max-width: 1024px) {
  .wd-dropdown-cart {
    display: none;
  }
}
li:hover .cart-info .wd-entities-title {
  color: var(--wd-entities-title-color-hover);
}
.woocommerce-mini-cart > li {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.woocommerce-mini-cart > li a {
  margin-bottom: 0;
}
.woocommerce-mini-cart .remove {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--color-gray-800);
  text-align: center;
  font-size: 0;
  line-height: 20px;
}
.woocommerce-mini-cart .remove:after {
  font-size: 10px;
  content: "\f112";
  font-family: "woodmart-font";
}
.woocommerce-mini-cart .remove:hover {
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.woocommerce-mini-cart .blockOverlay {
  display: none !important;
}
.cart-item-link {
  z-index: 1;
  font-size: 0;
}
.cart-item-image {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 15px;
}
.cart-item-image img {
  float: none !important;
  margin-right: 0 !important;
  transition: opacity 0.6s ease;
}
.cart-item-image:after {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  opacity: 0;
  transition: opacity 0.6s ease;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  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);
}
.removing-process .cart-item-image:after,
.wd-loading .cart-item-image:after {
  opacity: 1;
  --wd-anim-state: running;
}
.removing-process .cart-item-image img,
.wd-loading .cart-item-image img {
  opacity: 0.2;
}
.cart-info {
  flex: 1 1 auto;
  padding-right: 20px;
}
.cart-info .wd-entities-title {
  transition: all 0.25s ease;
}
.cart-info .wd-entities-title p {
  margin-block: 5px;
  color: var(--wd-text-color);
  font-weight: var(--wd-text-font-weight);
  font-style: var(--wd-text-font-style);
  font-size: 90%;
  font-family: var(--wd-text-font);
}
.cart-info ul.variation {
  margin-bottom: 6px;
  --li-mb: 5px;
  --list-mb: 0;
}
.cart-info span.quantity {
  display: block;
  color: var(--color-gray-300);
  font-size: 90%;
}
.cart-info div.quantity {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 8px;
  transition: opacity 0.6s ease;
}
.cart-info
  div.quantity
  :is(input[type="button"], input[type="number"], input[type="text"]) {
  height: 32px;
}
.cart-info li.wd-loading > a {
  pointer-events: none;
}
.cart-info li.wd-loading div.quantity {
  opacity: 0.6;
  cursor: none;
  pointer-events: none;
}
.cart-info .wd-product-sku {
  margin-bottom: 5px;
  font-size: 90%;
  word-break: break-all;
}
.cart-info .wd-product-sku .wd-label {
  color: var(--color-gray-800);
  font-weight: 600;
}
.shopping-cart-widget-footer > * {
  margin-bottom: 10px;
}
.shopping-cart-widget-footer > *:last-child {
  margin-bottom: 0;
}
.shopping-cart-widget-footer .woocommerce-mini-cart__total {
  margin-bottom: 0;
}
.woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-block: 15px;
  font-size: 130%;
  border-top: 1px solid var(--brdcolor-gray-300);
}
.woocommerce-mini-cart__total strong {
  color: var(--color-gray-900);
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
  flex-grow: 1;
  text-align: right;
}
.woocommerce-mini-cart__total .tax_label {
  margin-inline-start: 5px;
}
.woocommerce-mini-cart__buttons {
  display: block;
  text-align: center;
}
.woocommerce-mini-cart__buttons > * {
  margin-bottom: 10px;
}
.woocommerce-mini-cart__buttons > *:last-child {
  margin-bottom: 0;
}
.woocommerce-mini-cart__buttons a {
  width: 100%;
}
.woocommerce-mini-cart__buttons .btn-cart {
  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));
}
.woocommerce-mini-cart__buttons .btn-cart:hover {
  color: var(--btn-default-color-hover);
  box-shadow: var(--btn-default-box-shadow-hover);
  background-color: var(--btn-default-bgcolor-hover);
}
.woocommerce-mini-cart__buttons .btn-cart:active {
  box-shadow: var(--btn-default-box-shadow-active);
  bottom: var(--btn-default-bottom-active);
}
.woocommerce-mini-cart__buttons .checkout {
  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));
}
.woocommerce-mini-cart__buttons .checkout:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.woocommerce-mini-cart__buttons .checkout:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
.wd-empty-mini-cart {
  padding-block: 10px;
  text-align: center;
}
.wd-empty-mini-cart:before {
  display: block;
  margin-bottom: 20px;
  color: rgba(var(--bgcolor-black-rgb), 0.07);
  font-size: 86px;
  line-height: 1;
  content: "\f147";
  font-family: "woodmart-font";
}
.wd-empty-mini-cart .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));
}
.wd-empty-mini-cart .btn:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
.wd-empty-mini-cart .btn:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
.product_list_widget > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.product_list_widget > li:after {
  content: "";
  display: block;
  clear: both;
}
.product_list_widget > li > a {
  display: block;
  margin-bottom: 8px;
}
.product_list_widget > li img {
  float: left;
  margin-right: 15px;
  min-width: 65px;
  max-width: 65px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
}
.product_list_widget > li .widget-product-wrap {
  display: flex;
}
.product_list_widget > li .widget-product-img {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 15px;
}
.product_list_widget > li .widget-product-img img {
  float: none;
  margin-right: 0;
}
.product_list_widget > li .widget-product-info {
  flex: 1 1 auto;
}
.product_list_widget > li .wd-entities-title {
  margin-bottom: 8px;
  font-size: inherit;
}
.product_list_widget > li .star-rating {
  margin-bottom: 4px;
  margin-right: 5px;
}
.product_list_widget > li .price {
  display: block;
}
.product_list_widget > li .reviewer {
  display: block;
  color: var(--color-gray-300);
}
.product_list_widget > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.mobile-nav .wd-nav-opener.wd-active {
  background-color: var(--wd-primary-color);
  color: #fff;
}
.wd-products-per-page {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-gray-500);
}
.wd-products-per-page .per-page-title {
  display: inline-block;
  color: var(--color-gray-900);
  vertical-align: middle;
  font-weight: 600;
}
.wd-products-per-page .per-page-title:after {
  content: " :";
}
.wd-products-per-page .per-page-variation {
  display: inline-block;
  padding: 0 7px;
  color: var(--color-gray-500);
  vertical-align: middle;
}
.wd-products-per-page .per-page-variation:hover {
  color: var(--color-gray-900);
}
.wd-products-per-page .per-page-variation.current-variation {
  color: var(--color-gray-900);
  font-weight: 600;
}
.wd-products-per-page .per-page-border {
  display: inline-block;
  vertical-align: middle;
}
.wd-products-per-page .per-page-border:after {
  content: "/";
}
.wd-products-per-page .per-page-border:last-child {
  display: none;
}
.wd-products-shop-view {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0.9em;
  line-height: 1;
}
.wd-products-shop-view a {
  --wd-link-color: var(--color-gray-300);
  --wd-link-color-hover: var(--color-gray-600);
}
.wd-products-shop-view a.current-variation {
  color: var(--color-gray-800);
  cursor: default;
}
.wd-products-shop-view a:before {
  font-size: 180%;
  content: "\e900";
  font-family: "woodmart-font";
}
.wd-products-shop-view a.per-row-2:before {
  content: "\e901";
}
.wd-products-shop-view a.per-row-3:before {
  content: "\e902";
}
.wd-products-shop-view a.per-row-4:before {
  content: "\e903";
}
.wd-products-shop-view a.per-row-5:before {
  content: "\e904";
}
.wd-products-shop-view a.per-row-6:before {
  content: "\e905";
}
.filters-area {
  display: none;
  margin-bottom: 30px;
  padding-block: 30px;
  border-block: solid 1px var(--brdcolor-gray-300);
}
.body-filters-opened .filters-area,
.filters-area.always-open {
  display: block;
}
.filters-inner-area > p {
  margin-bottom: 0;
}
.filter-widget {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.wd-filter-buttons.wd-style-text > a:before {
  font-size: 120%;
  content: "\f15c";
}
.woocommerce-ordering select {
  cursor: pointer;
}
.woocommerce-ordering.wd-style-underline select {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-radius: 0;
  background-color: unset;
  background-position: right 0 top 50%;
  color: var(--color-gray-900);
  font-weight: 600;
  font-size: inherit;
  line-height: 1.2;
  padding-inline-start: 2px;
  padding-inline-end: 20px;
}
.woocommerce-ordering.wd-style-underline select:focus {
  border-color: var(--wd-primary-color);
}
@media (max-width: 768.98px) {
  .woocommerce-ordering.wd-ordering-mb-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .woocommerce-ordering.wd-ordering-mb-icon select {
    position: absolute;
    inset: 0;
    padding: 0;
    height: inherit;
    border: none;
    background: none;
    color: transparent !important;
    font-weight: 400;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .woocommerce-ordering.wd-ordering-mb-icon select option {
    font-size: 14px;
  }
  .woocommerce-ordering.wd-ordering-mb-icon:after {
    position: relative;
    color: var(--color-gray-900);
    font-size: 120%;
    z-index: 2;
    pointer-events: none;
    content: "\f119";
    font-family: "woodmart-font";
  }
}
[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after {
  bottom: -5px;
}
[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text {
  min-width: max(
    var(--wd-swatch-text-min-width, 25px),
    var(--wd-swatch-text-size)
  );
  min-height: 20px;
}
[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
  bottom: -3px;
}
[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text .wd-swatch-text {
  padding: 0;
}
[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid {
  --wd-swatch-text-min-width: 15px;
}
[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid
  .wd-swatch.wd-text:after {
  bottom: -1px;
}
[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-bg:after {
  bottom: -4px;
}
.wd-swatches-grid.wd-bg-style-1 .wd-swatch:hover:not(.wd-active):after {
  opacity: 0 !important;
}
[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after,
[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  border-bottom: 2px solid var(--color-gray-900);
  opacity: 0;
  transition: inherit;
}
[class*="wd-swatches"].wd-bg-style-1
  .wd-swatch.wd-bg:is(.wd-active, :hover:not(.wd-disabled)):after,
[class*="wd-swatches"].wd-bg-style-1
  :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active)
  .wd-swatch.wd-bg:after,
[class*="wd-swatches"].wd-text-style-1
  .wd-swatch.wd-text:is(.wd-active, :hover:not(.wd-disabled)):after,
[class*="wd-swatches"].wd-text-style-1
  :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active)
  .wd-swatch.wd-text:after {
  opacity: 1;
}
[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg {
  overflow: hidden;
}
[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg:after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 400;
  font-size: calc(var(--wd-swatch-text-size) - 4px);
  opacity: 0;
  transition: inherit;
  border-radius: inherit;
  content: "\f107";
  font-family: "woodmart-font";
}
[class*="wd-swatches"].wd-bg-style-4
  .wd-swatch.wd-bg:is(.wd-active, :hover:not(.wd-disabled)):after,
[class*="wd-swatches"].wd-bg-style-4
  :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active)
  .wd-swatch.wd-bg:after {
  opacity: 1;
}
[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text {
  border: 1px solid var(--wd-swatch-brd-color);
}
[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text .wd-swatch-text {
  font-size: calc(var(--wd-swatch-text-size) - 2px);
}
[class*="wd-swatches"].wd-text-style-4
  .wd-swatch.wd-text:is(.wd-active, :hover:not(.wd-disabled)),
[class*="wd-swatches"].wd-text-style-4
  :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active)
  .wd-swatch.wd-text {
  border-color: var(--color-gray-900);
  background-color: var(--color-gray-900);
  color: var(--color-white);
}
.wd-sticky-loader {
  position: absolute;
  inset: 70px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.wd-sticky-loader .wd-loader {
  position: sticky;
  top: calc(50% - 15px);
}
.wd-sticky-loader.wd-loading,
.site-content.wd-loading .wd-sticky-loader.wd-content-loader {
  opacity: 1;
  transition: all 0.25s ease;
  --wd-anim-state: running;
}
.wd-buttons[class*="wd-pos-r"] .wd-tooltip-label {
  top: 50%;
  right: 100%;
  margin-top: -17px;
  margin-right: 8px;
}
.wd-buttons[class*="wd-pos-r"] .wd-tooltip-label:before {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.wd-product {
  text-align: var(--text-align);
  line-height: 1.4;
  --text-align: center;
  --wd-btn-inset: 10px;
  --wd-prod-gap: 12px;
  --wd-prod-bg-sp: 0;
  --wd-prod-bg-cont-sp: 0;
  --wd-prod-trim: calc((var(--wd-text-line-height) * -0.5em) + 0.5em);
}
.wd-product .product-wrapper {
  border-radius: var(--wd-brd-radius);
  padding: var(--wd-prod-bg-sp);
}
.wd-product :where(.product-wrapper, .product-element-bottom) {
  display: flex;
  flex-direction: column;
  gap: var(--wd-prod-gap);
}
.wd-product :is(.product-image-link, .hover-img) img {
  width: 100%;
}
.wd-product .product-image-link {
  position: relative;
  display: block;
}
.wd-product .hover-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bgcolor-white);
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-product .hover-img > a {
  display: block;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
.wd-product
  :is(
    .wd-entities-title,
    .wd-product-cats,
    .wd-product-brands-links,
    .wd-product-sku,
    .wd-product-stock,
    .price
  ) {
  line-height: inherit;
  margin-block: -0.2em;
}
.wd-product .wd-entities-title {
  font-size: inherit;
}
.wd-product :is(.wd-product-cats, .wd-product-brands-links) {
  font-size: 95%;
  --wd-link-color: var(--color-gray-400);
  --wd-link-color-hover: var(--color-gray-700);
}
.wd-product :is(.wd-product-cats, .wd-product-brands-links) a {
  display: inline-block;
}
.wd-product .wd-product-sku {
  color: var(--color-gray-400);
  word-break: break-all;
  font-size: 95%;
}
.wd-product .wd-product-sku .wd-label {
  color: var(--color-gray-800);
  font-weight: 600;
}
.wd-product .wd-star-rating {
  display: inline-flex;
  align-items: center;
  align-self: var(--text-align);
  gap: 5px;
}
.wd-product .star-rating {
  align-self: var(--text-align);
  line-height: 1;
}
.wd-product .woocommerce-review-link {
  line-height: 1;
  color: var(--color-gray-500);
}
.wd-product .woocommerce-review-link:hover {
  color: var(--color-gray-900);
}
.wd-product .wd-swatches-grid:empty {
  display: none;
}
.wd-product :is(.wd-product-countdown, .wd-swatches-grid) {
  justify-content: var(--text-align);
}
.wd-product .price {
  display: block;
}
.wd-product .added_to_cart {
  display: none !important;
}
.wd-product .shop_attributes {
  font-size: 90%;
  --wd-attr-v-gap: 10px;
  --wd-attr-brd-style: dashed;
  --wd-attr-img-width: 18px;
}
.wd-product:is(.wd-variation-active, .product-swatched, .wd-loading-image)
  .hover-img {
  display: none;
}
.wd-product:is(.quick-shop-shown, .wd-loading-quick-shop)
  .product-element-top
  .hover-img {
  opacity: 0;
  transition: opacity 0.25s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-element-top {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.browser-Safari .product-element-top {
  transform: translate3d(0, 0, 0);
}
.product-element-top:hover .hover-img {
  opacity: 1;
  transform: scale(1.09);
}
.product-element-top:after {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  visibility: hidden;
  opacity: 0;
  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-product[class*="wd-loading"] .product-image-link {
  opacity: 0.4;
}
.wd-product[class*="wd-loading"] .product-element-top:after {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  --wd-anim-state: running;
}
:is(.catalog-mode-on, .login-see-prices) .wd-product.product .wd-add-btn {
  display: none;
}
.wd-buttons {
  z-index: 4;
  display: flex;
  flex-direction: column;
  border-radius: calc(var(--wd-brd-radius) / 1.2);
  background: var(--bgcolor-white);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.wd-buttons .wd-action-btn > a {
  height: 45px;
}
.wd-buttons[class*="wd-pos-r"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px) translateZ(0);
}
.wd-buttons.wd-pos-r-t {
  top: var(--wd-btn-inset);
  inset-inline-end: var(--wd-btn-inset);
}
.wd-buttons.wd-pos-r-b {
  inset-inline-end: var(--wd-btn-inset);
  bottom: var(--wd-btn-inset);
}
.wd-product:hover:not(
    :is(.product-swatched, .quick-shop-shown, [class*="wd-loading"])
  )
  .wd-buttons[class*="wd-pos-r"] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.wd-product.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"])
  .product-element-top:hover
  .wd-buttons[class*="wd-pos-r"] {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.wd-product.product-type-simple.outofstock .product_type_simple:before,
.wd-product .product_type_grouped:before {
  content: "\f11a";
}
.wd-product .product_type_external:before {
  content: "\f11c";
}
:is(
    .products-bordered-grid-ins,
    .wd-products-with-bg:not(.products-bordered-grid),
    .wd-products-with-shadow:not(.products-bordered-grid)
  )
  .wd-product {
  --wd-prod-bg-sp: 15px;
}
.products-bordered-grid-ins .product-wrapper {
  border: 1px solid var(--brdcolor-gray-300);
}
.wd-product
  :is(
    .product-wrapper,
    .product-element-bottom,
    .product-list-content,
    [class*="-information"]
  )
  > *:not(:is(.wd-entities-title, [class*="wd-product-"], .price)) {
  margin-block: 0;
}
:is(.quick-shop-shown, .wd-loading-quick-shop)
  :is(.wd-buttons, .product-labels) {
  opacity: 0;
}
@media (max-width: 1024px) {
  .wd-product .hover-img {
    display: none;
  }
  .wd-product .wd-buttons {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .wd-buttons {
    border-radius: 35px;
  }
  .wd-buttons .wd-action-btn > a {
    width: 35px;
    height: 35px;
  }
  .wd-buttons .wd-action-btn > a:before,
  .wd-buttons .wd-action-btn > a:after {
    font-size: 14px;
  }
  .wd-buttons :is(.wd-quick-view-icon, .wd-compare-btn) {
    display: none;
  }
}
@media (max-width: 768.98px) {
  :is(
      .products-bordered-grid-ins,
      .wd-products-with-bg:not(.products-bordered-grid),
      .wd-products-with-shadow:not(.products-bordered-grid)
    )
    .wd-product {
    --wd-prod-bg-sp: 10px;
  }
}
@media (max-width: 576px) {
  :is([style*="col-sm:2"], [style*="col-sm: 2"]) .wd-product {
    --title-line-height: 1.2em;
    --wd-prod-gap: 10px;
    font-size: 90%;
  }
}
.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 button {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  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 button: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 button: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-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%);
  content: "\f123";
  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";
}
@media (min-width: 769px) {
  .cat-design-default .wrapp-category {
    overflow: hidden;
  }
  .cat-design-default .hover-mask {
    position: absolute;
    inset-inline: 20px;
    bottom: 15px;
    padding: 0 !important;
    text-align: start;
    transition: transform 0.3s ease;
    transform: translateY(100%) translateZ(0);
  }
  .cat-design-default .wd-entities-title {
    position: absolute;
    bottom: 100%;
    inset-inline-start: 0;
  }
  .cat-design-default .more-products {
    margin-top: 5px;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(15px) translateZ(0);
  }
  .cat-design-default.categories-with-shadow .wrapp-category {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  }
  .cat-design-default:hover .hover-mask {
    transform: translateY(0) translateZ(0);
  }
  .cat-design-default:hover .more-products {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}
.category-grid-item {
  text-align: center;
}
.category-grid-item img {
  width: 100%;
}
.category-grid-item .hover-mask {
  padding: 10px;
}
.category-grid-item .category-image-wrapp {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-cat-brd-radius, var(--wd-brd-radius));
}
.browser-Safari .category-grid-item .category-image-wrapp {
  transform: translate3d(0, 0, 0);
}
.category-grid-item .category-image {
  display: block;
  margin: -1px;
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.category-grid-item:hover .category-image {
  transform: scale3d(1.1, 1.1, 1);
}
.category-grid-item .wd-entities-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
}
.category-grid-item .count {
  display: none;
  padding: 0;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.25);
}
.category-grid-item .more-products > a {
  color: inherit;
}
.category-grid-item .wrapp-category {
  position: relative;
  border-radius: var(--wd-cat-brd-radius, var(--wd-brd-radius));
}
.category-grid-item .category-link {
  z-index: 5;
}
.wd-img-width .cat-design-alt .category-image-wrapp {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wd-cat-img-width);
}
.products:not(.wd-img-width) .cat-design-alt img {
  width: auto;
}
.cat-design-alt.categories-with-shadow .category-image-wrapp {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768.98px) {
  .category-grid-item .wd-entities-title {
    font-size: 16px;
  }
  .category-grid-item:hover .category-image {
    transform: none;
  }
}
.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;
  content: "\f112";
  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;
}
[class*="wd-swatches"].wd-dis-style-1 .wd-swatch.wd-disabled {
  opacity: 0.4;
  cursor: default;
}
.wd-widget-collapse .widget-title {
  position: relative;
  margin-bottom: 0;
  padding-inline-end: 22px;
  cursor: pointer;
  user-select: none;
}
.wd-widget-collapse .widget-title ~ * {
  margin-top: 20px;
}
.wd-widget-collapse .widget-title:after {
  position: absolute;
  top: calc(50% - 12px);
  inset-inline-end: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--color-gray-800);
  font-weight: 400;
  font-size: 10px;
  transition: all 0.25s ease;
  content: "\f129";
  font-family: "woodmart-font";
}
.wd-widget-collapse.wd-opened .widget-title:after {
  background-color: #f1f1f1;
  transform: rotate(180deg);
}
.rtl .wd-widget-collapse.wd-opened .widget-title:after {
  transform: rotate(-180deg);
}
.wd-widget-collapse:not(.wd-opened-initially) > .widget-title ~ * {
  display: none;
}
[class*="color-scheme-light"]
  .wd-widget-collapse.wd-opened
  .widget-title:after {
  background-color: #fff;
  color: #333;
}
.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 {
  padding-bottom: 40px;
  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;
  }
}
.wd-text-block:not(.inline-element) {
  max-width: var(--content-width);
  --content-width: var(--wd-max-width);
}
.wd-text-block:not(.inline-element).text-left {
  margin-right: auto;
}
.wd-text-block:not(.inline-element).text-center {
  margin-inline: auto;
}
.wd-text-block:not(.inline-element).text-right {
  margin-left: auto;
}
.wd-social-icons {
  font-size: 0;
}
.wd-social-icons .wd-label {
  display: block;
  margin-bottom: 5px;
  color: var(--color-gray-800);
  font-weight: 600;
  font-size: var(--wd-text-font-size);
}
.wd-social-icons .wd-social-icon {
  display: inline-block;
  margin: 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
.wd-social-icons .wd-icon {
  display: inline-block;
  vertical-align: middle;
  font-family: "woodmart-font";
}
.wd-social-icons p {
  display: inline-block;
  margin: 0;
}
.social-facebook {
  --social-color: #365493;
}
.social-facebook .wd-icon:before {
  content: "\f180";
}
.social-twitter {
  --social-color: #000;
}
.social-twitter .wd-icon:before {
  content: "\f154";
}
.social-instagram {
  --social-color: #774430;
}
.social-instagram .wd-icon:before {
  content: "\f163";
}
.social-email {
  --social-color: #f89a1e;
}
.social-email .wd-icon:before {
  content: "\f157";
}
.social-pinterest {
  --social-color: #cb2027;
}
.social-pinterest .wd-icon:before {
  content: "\f156";
}
.social-youtube {
  --social-color: #cb2027;
}
.social-youtube .wd-icon:before {
  content: "\f162";
}
.social-tumblr {
  --social-color: #36465d;
}
.social-tumblr .wd-icon:before {
  content: "\f165";
}
.social-linkedin {
  --social-color: #0274b3;
}
.social-linkedin .wd-icon:before {
  content: "\f158";
}
.social-vimeo {
  --social-color: #1ab7ea;
}
.social-vimeo .wd-icon:before {
  content: "\f177";
}
.social-flickr {
  --social-color: #fe0072;
}
.social-flickr .wd-icon:before {
  content: "\f164";
}
.social-github {
  --social-color: #171515;
}
.social-github .wd-icon:before {
  content: "\f155";
}
.social-dribbble {
  --social-color: #ec5e95;
}
.social-dribbble .wd-icon:before {
  content: "\f166";
}
.social-behance {
  --social-color: #1f6ffc;
}
.social-behance .wd-icon:before {
  content: "\f170";
}
.social-soundcloud {
  --social-color: #f9490d;
}
.social-soundcloud .wd-icon:before {
  content: "\f172";
}
.social-spotify {
  --social-color: #2ebd59;
}
.social-spotify .wd-icon:before {
  content: "\f171";
}
.social-skype {
  --social-color: #00aff0;
}
.social-skype .wd-icon:before {
  content: "\f167";
}
.social-ok {
  --social-color: #ee8208;
}
.social-ok .wd-icon:before {
  content: "\f176";
}
.social-whatsapp {
  --social-color: #1ebea5;
}
.social-whatsapp .wd-icon:before {
  content: "\f175";
}
.social-vk {
  --social-color: #4c75a3;
}
.social-vk .wd-icon:before {
  content: "\f168";
}
.social-snapchat {
  --social-color: #fffc00;
}
.social-snapchat .wd-icon:before {
  content: "\f178";
}
.social-tg {
  --social-color: #37aee2;
}
.social-tg .wd-icon:before {
  content: "\f179";
}
.social-viber {
  --social-color: #834995;
}
.social-viber .wd-icon:before {
  content: "\f181";
}
.social-tiktok {
  --social-color: #010101;
}
.social-tiktok .wd-icon:before {
  content: "\f133";
}
.social-discord {
  --social-color: #5562ea;
}
.social-discord .wd-icon:before {
  content: "\f184";
}
.wd-social-icons.wd-layout-justify {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wd-social-icons.wd-layout-justify .wd-label {
  flex: 1 1 auto;
  margin-bottom: 0;
  text-align: start;
}
.wd-social-icons.wd-layout-inline .wd-label {
  display: inline-block;
  margin-inline-end: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.icons-design-default .wd-social-icon {
  margin: 0 !important;
  padding: 6px;
  width: auto !important;
  height: auto !important;
  color: rgba(0, 0, 0, 0.6) !important;
}
.icons-design-default .wd-social-icon .wd-icon {
  line-height: 1 !important;
}
.icons-design-default .wd-social-icon:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
.icons-design-default.color-scheme-light .wd-social-icon,
[class*="color-scheme-light"] .icons-design-default .wd-social-icon {
  color: #fff !important;
}
.icons-design-default.color-scheme-light .wd-social-icon:hover,
[class*="color-scheme-light"] .icons-design-default .wd-social-icon:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.icons-design-simple .wd-social-icon {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.4) !important;
}
.icons-design-simple .wd-social-icon:hover {
  background-color: var(--wd-primary-color);
  color: #fff !important;
}
.icons-design-simple.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-simple .wd-social-icon {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.icons-design-colored-alt .wd-social-icon {
  background-color: #efefef;
  color: rgba(0, 0, 0, 0.4) !important;
}
.icons-design-colored-alt.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-colored-alt .wd-social-icon {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.icons-design-bordered .wd-social-icon {
  border: 2px solid #ccc;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4) !important;
}
.icons-design-bordered .wd-social-icon .wd-icon {
  margin-top: -2px;
}
.icons-design-bordered.color-scheme-light .wd-social-icon,
.color-scheme-light .icons-design-bordered .wd-social-icon {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff !important;
}
.icons-design-colored .wd-social-icon {
  background-color: var(--social-color);
  color: #fff !important;
}
.icons-design-colored .wd-social-icon:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.15);
  color: #fff !important;
}
:is(.icons-design-colored-alt, .icons-design-bordered) .wd-social-icon:hover {
  border-color: var(--social-color);
  background-color: var(--social-color);
  color: #fff !important;
}
.icons-design-primary .wd-social-icon {
  border: 2px solid var(--wd-primary-color);
  color: var(--wd-primary-color);
}
.icons-design-primary .wd-social-icon .wd-icon {
  margin-top: -2px;
}
.icons-design-primary .wd-social-icon:hover {
  background-color: var(--wd-primary-color);
  color: #fff;
}
:is(.icons-size-small, .icons-size-) .wd-social-icon {
  width: 30px;
  height: 30px;
}
.wd-social-icons:is(.icons-size-small, .icons-size-) .wd-icon {
  font-size: 14px;
  line-height: 30px;
}
.icons-size-default .wd-social-icon {
  width: 40px;
  height: 40px;
}
.wd-social-icons.icons-size-default .wd-icon {
  font-size: 18px;
  line-height: 40px;
}
.icons-size-large .wd-social-icon {
  width: 60px;
  height: 60px;
}
.wd-social-icons.icons-size-large .wd-icon {
  font-size: 22px;
  line-height: 60px;
}
.social-form-circle .wd-social-icon {
  border-radius: 50%;
}
.social-form-rounded .wd-social-icon {
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .wd-social-icons .whatsapp-mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .wd-social-icons .whatsapp-desktop {
    display: none !important;
  }
}
.wd-list {
  list-style: none;
  --li-pl: 0;
  --list-mb: 0;
  --li-mb: 15px;
}
.wd-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: inherit;
  gap: 10px;
  transition: all 0.25s ease;
}
.wd-list .wd-icon,
.wd-list > li > img,
.wd-list picture {
  max-width: 150px;
  flex: 0 0 auto;
  vertical-align: middle;
  text-align: center;
  transition: inherit;
}
.wd-list > li > img.wd-lazy-load,
.wd-list picture {
  width: auto;
}
.wd-list-type-ordered {
  counter-reset: item;
}
.wd-list-type-ordered .wd-icon {
  font-weight: 600;
}
.wd-list-type-ordered .wd-icon:before {
  content: counter(item) ".";
  counter-increment: item;
}
.wd-list-type-unordered .wd-icon:before {
  content: "\f113";
  font-family: "woodmart-font";
}
.wd-list-type-unordered:not(.wd-list-shape-icon) .wd-icon {
  font-size: 60%;
}
.wd-list-shape-icon .wd-icon {
  line-height: 1;
  padding: 0.42em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-list-shape-icon.wd-list-type-unordered .wd-icon:before {
  font-size: 65%;
}
.wd-list-style-rounded .wd-icon {
  clip-path: circle(50%);
}
@media (max-width: 1024px) {
  .wd-list:is(.wd-fontsize-m, .wd-fontsize-l) {
    font-size: 16px;
  }
}
.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 {
  content: "\f115";
  font-family: "woodmart-font";
}
.scrollToTop:hover {
  color: var(--color-gray-500);
}
.wd-search-opened .scrollToTop {
  display: none;
}
@media (max-width: 1024px) {
  .scrollToTop {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.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;
  content: "\f130";
  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;
}
.header-banner {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: var(--wd-header-banner-h);
  opacity: 0;
  transition: opacity 0s ease 0.6s;
}
.close-header-banner {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 1;
}
.close-header-banner.wd-style-icon > a {
  width: 50px;
  height: 100%;
}
.close-header-banner.wd-style-icon > a:before {
  font-size: 16px;
}
.close-header-banner + .header-banner-link {
  inset-inline-end: 60px;
}
.header-banner-link {
  z-index: 10;
}
.header-banner-enabled .website-wrapper {
  margin-top: var(--wd-header-banner-mt);
  transition: margin-top 0.6s ease;
}
.header-banner-display {
  --wd-header-banner-mt: var(--wd-header-banner-h);
}
.header-banner-display .header-banner {
  opacity: 1;
  transition: opacity 0s ease;
}
.header-banner-display .website-wrapper {
  transition: margin-top 0.6s ease 0.25s;
}
@media (min-width: 782px) {
  .admin-bar .header-banner {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar .header-banner {
    top: 46px;
  }
}
@media (min-width: 1200px) {
  body[class*="wrapper-boxed"] .header-banner {
    margin: 0 auto;
    max-width: var(--wd-boxed-w);
  }
  .wd-search-opened body[class*="wrapper-boxed"] .header-banner {
    right: var(--wd-scroll-w);
  }
}
@media (max-width: 768.98px) {
  .header-banner-container {
    padding-inline: 40px;
  }
  .header-banner-container .wd-section-stretch-content-no-pd {
    margin-inline: -40px;
  }
}
[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;
}
.wd-search-full-screen .searchform .searchsubmit {
  display: none;
}
.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 {
  content: "\f146";
  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: 67px;
  }
  .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: 28px;
  --wd-top-bar-sm-h: 0.001px;
  --wd-top-bar-sticky-h: 0.001px;

  --wd-header-general-h: 90px;
  --wd-header-general-sm-h: 60px;
  --wd-header-general-sticky-h: 60px;

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

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

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

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

.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
  margin-top: 10px;
}

.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu):after {
  height: 20px;
}

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

  .whb-sticked .whb-top-bar-inner {
    height: 40px;
    max-height: 40px;
  }

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

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

@media (max-width: 1024px) {
  .whb-general-header-inner {
    height: 60px;
    max-height: 60px;
  }
}

.whb-top-bar {
  background-image: url(../../../uploads/2024/10/header.webp);
  background-size: contain;
  background-attachment: inherit;
  background-position: center center;
  background-repeat: repeat-x;
}

.whb-9mp5r16t1azf0j9tx2s3 .searchform {
  --wd-form-height: 46px;
}
.whb-general-header-inner {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "woodmart-font";
  src: url(../../../themes/scmedya/fonts/woodmart-font-3-400.woff2)
    format("woff2");
}

:root {
  --wd-header-banner-h: 40px;
  --wd-text-font: "SatoshiVariable", Arial, Helvetica, sans-serif;
  --wd-text-font-weight: 500;
  --wd-text-color: #777777;
  --wd-text-font-size: 16px;
  --wd-title-font: "ClashDisplay", Arial, Helvetica, sans-serif;
  --wd-title-font-weight: 500;
  --wd-title-color: #242424;
  --wd-entities-title-font: "ClashDisplay", Arial, Helvetica, sans-serif;
  --wd-entities-title-font-weight: 500;
  --wd-entities-title-color: #333333;
  --wd-entities-title-color-hover: rgb(51 51 51 / 65%);
  --wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
  --wd-widget-title-font: "ClashDisplay", Arial, Helvetica, sans-serif;
  --wd-widget-title-font-weight: 500;
  --wd-widget-title-transform: none;
  --wd-widget-title-color: #333;
  --wd-widget-title-font-size: 16px;
  --wd-header-el-font: "SatoshiVariable", Arial, Helvetica, sans-serif;
  --wd-header-el-font-weight: 500;
  --wd-header-el-transform: none;
  --wd-header-el-font-size: 16px;
  --wd-primary-color: rgb(71, 118, 40);
  --wd-alternative-color: #fbbc34;
  --wd-link-color: rgb(71, 118, 40);
  --wd-link-color-hover: rgb(85, 94, 30);
  --btn-default-bgcolor: rgb(36, 36, 36);
  --btn-default-bgcolor-hover: rgb(0, 0, 0);
  --btn-accented-bgcolor: rgb(94, 104, 33);
  --btn-accented-bgcolor-hover: rgb(85, 94, 30);
  --btn-font-family: "SatoshiVariable", Arial, Helvetica, sans-serif;
  --btn-font-weight: 500;
  --btn-transform: none;
  --wd-form-brd-width: 0px;
  --notices-success-bg: #459647;
  --notices-success-color: #fff;
  --notices-warning-bg: #e0b252;
  --notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
  max-height: 223px;
}
div.wd-popup.wd-age-verify {
  max-width: 500px;
}
.wd-popup.wd-promo-popup {
  background-color: #111111;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
div.wd-popup.wd-promo-popup {
  max-width: 800px;
}
.header-banner {
  background-color: rgb(71, 118, 40);
  background-image: none;
}
.page-title-default {
  background-color: rgb(246, 243, 237);
  background-image: none;
  background-size: cover;
  background-position: center center;
}
.footer-container {
  background-color: rgb(246, 243, 237);
  background-image: none;
}
html .page-title > .container > .title {
  font-weight: 500;
  font-size: 28px;
  color: rgb(94, 104, 33);
}
html .wd-nav-mobile > li > a {
  text-transform: none;
}
html .post.wd-post .post-title {
  font-size: 38px;
}
.page .main-page-wrapper {
  background-color: rgb(246, 243, 237);
  background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
  background-color: rgb(246, 243, 237);
  background-image: none;
}
.single-product .main-page-wrapper {
  background-color: rgb(246, 243, 237);
  background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
  background-color: rgb(246, 243, 237);
  background-image: none;
}
.single-post .main-page-wrapper {
  background-color: rgb(246, 243, 237);
  background-image: none;
}
.woodmart-archive-portfolio .main-page-wrapper {
  background-color: rgb(246, 243, 237);
  background-image: none;
}
.single-portfolio .main-page-wrapper {
  background-color: rgb(246, 243, 237);
  background-image: none;
}
body,
[class*="color-scheme-light"],
[class*="color-scheme-dark"],
.wd-search-form[class*="wd-header-search-form"] form.searchform,
.wd-el-search .searchform {
  --wd-form-bg: rgba(94, 104, 33, 0.09);
}
.product-labels .product-label.onsale {
  background-color: rgb(255, 255, 255);
  color: rgb(36, 36, 36);
}
.product-labels .product-label.new {
  background-color: rgb(255, 255, 255);
  color: rgb(36, 36, 36);
}
div.wd-popup.popup-quick-view {
  max-width: 920px;
}

@media (max-width: 1024px) {
  :root {
    --wd-header-banner-h: 60px;
  }
  html .page-title > .container > .title {
    font-size: 22px;
  }
  html .post.wd-post .post-title {
    font-size: 26px;
  }
}

@media (max-width: 768.98px) {
  html .page-title > .container > .title {
    font-size: 20px;
  }
  html .post.wd-post .post-title {
    font-size: 22px;
  }
}
:root {
  --wd-container-w: 1420px;
  --wd-form-brd-radius: 0px;
  --btn-default-color: #fff;
  --btn-default-color-hover: #fff;
  --btn-accented-color: #fff;
  --btn-accented-color-hover: #fff;
  --btn-default-brd-radius: 0px;
  --btn-default-box-shadow: none;
  --btn-default-box-shadow-hover: none;
  --btn-default-box-shadow-active: none;
  --btn-default-bottom: 0px;
  --btn-accented-brd-radius: 0px;
  --btn-accented-box-shadow: none;
  --btn-accented-box-shadow-hover: none;
  --btn-accented-box-shadow-active: none;
  --btn-accented-bottom: 0px;
  --wd-brd-radius: 0px;
}

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

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

@font-face {
  font-family: "ClashDisplay";
  src: url(../../../uploads/2023/06/ClashDisplay-Medium.woff2) format("woff2"),
    url(../../../uploads/2023/06/ClashDisplay-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "ClashDisplay";
  src: url(../../../uploads/2023/06/ClashDisplay-Bold.woff2) format("woff2"),
    url(../../../uploads/2023/06/ClashDisplay-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SatoshiVariable";
  src: url(../../../uploads/2023/06/Satoshi-Medium.woff2) format("woff2"),
    url(../../../uploads/2023/06/Satoshi-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SatoshiVariable";
  src: url(../../../uploads/2023/06/Satoshi-Bold.woff2) format("woff2"),
    url(../../../uploads/2023/06/Satoshi-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
