/* Generated from Woodmart 8.5.5 browser coverage: mobile + desktop storefront flows. */
@charset "UTF-8";
:root {
  --wd-text-line-height: 1.6;
  --wd-link-decor: underline var(--wd-link-decor-style, none) var(--wd-link-decor-color, currentColor);
  --wd-link-decor-hover: underline var(--wd-link-decor-style-hover, none) var(--wd-link-decor-color-hover, var(--wd-link-decor-color, currentColor));
  --wd-brd-radius: .001px;
  --wd-form-height: 42px;
  --wd-form-color: inherit;
  --wd-form-placeholder-color: inherit;
  --wd-form-bg: transparent;
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  --wd-navigation-color: 51, 51, 51;
  --wd-main-bgcolor: #FFF;
  --wd-scroll-w: .001px;
  --wd-admin-bar-h: .001px;
  --wd-block-spacing: 20px;
  --wd-sticky-nav-w: .001px;
  --color-white: #FFF;
  --color-gray-100: #f7f7f7;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #bbb;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #767676;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --color-white-rgb: 255, 255, 255;
  --color-black-rgb: 0, 0, 0;
  --bgcolor-white: #FFF;
  --bgcolor-gray-100: #f7f7f7;
  --bgcolor-gray-200: #f7f7f7;
  --bgcolor-gray-300: #f1f1f1;
  --bgcolor-black-rgb: 0, 0, 0;
  --bgcolor-white-rgb: 255, 255, 255;
  --brdcolor-gray-200: rgba(0, 0, 0, 0.075);
  --brdcolor-gray-300: rgba(0, 0, 0, 0.105);
  --brdcolor-gray-400: rgba(0, 0, 0, 0.12);
  --brdcolor-gray-500: rgba(0, 0, 0, 0.2);
  --wd-start: start;
  --wd-end: end;
  --wd-center: center;
  --wd-stretch: stretch; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

a img {
  border: none; }

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

a, button, input {
  touch-action: manipulation; }

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

button {
  overflow: visible; }

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: var(--wd-text-font-size);
  scrollbar-gutter: stable; }

body {
  margin: 0;
  background-color: #FFF;
  color: var(--wd-text-color);
  text-rendering: optimizeLegibility;
  font-weight: var(--wd-text-font-weight);
  font-style: var(--wd-text-font-style);
  font-size: var(--wd-text-font-size);
  font-family: var(--wd-text-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--wd-text-line-height); }

@supports (overflow: clip) {
  body {
    overflow-x: clip; } }

:is(body) {
  height: auto; }

p {
  margin-bottom: var(--wd-tags-mb, 20px); }

a {
  color: var(--wd-link-color);
  transition: all .25s ease;
  text-decoration: var(--wd-link-decor);
  -webkit-text-decoration: var(--wd-link-decor); }
  a:is(
  :hover,
  :focus,
  :active) {
    outline: none;
    text-decoration: var(--wd-link-decor-hover);
    -webkit-text-decoration: var(--wd-link-decor-hover); }
  a:hover {
    color: var(--wd-link-color-hover); }
  a:focus {
    outline: none; }

:is(h1, h2, h3, h4, h5, h6, .title) a {
  color: inherit;
  text-decoration: none; }

label {
  display: block;
  margin-bottom: 5px;
  color: var(--wd-title-color);
  vertical-align: middle;
  font-weight: 400; }

.required {
  border: none;
  color: #E01020;
  font-size: 16px;
  line-height: 1; }

strong,
b {
  font-weight: 600; }

ins {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h5 {
  font-size: 16px; }

.wd-entities-title a {
  color: inherit; }

.wd-label {
  color: var(--color-gray-800);
  font-weight: 600; }

legend, h1, h2, h3, h4, h5, h6, .title {
  display: block;
  margin-bottom: var(--wd-tags-mb, 20px);
  color: var(--wd-title-color);
  text-transform: var(--wd-title-transform);
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-family: var(--wd-title-font);
  line-height: 1.4; }

.wd-entities-title, .widget_recent_comments ul li > a, .widget_recent_entries ul li a, .widget_rss ul li > a, td.product-name a:not(:where(.button)), .product-title {
  --wd-link-decor: none;
  --wd-link-decor-hover: none;
  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; }

:is(ul, ol) {
  margin-bottom: var(--list-mb);
  padding-left: var(--li-pl);
  --list-mb: 20px;
  --li-mb: 10px;
  --li-pl: 17px; }
  :is(ul, ol) li {
    margin-bottom: var(--li-mb); }
    :is(ul, ol) li:last-child {
      margin-bottom: 0; }

li > :is(ul, ol) {
  margin-top: var(--li-mb);
  margin-bottom: 0; }

ul {
  list-style: disc; }

.wd-sub-menu ul, .textwidget .menu, .comments-area .children, .commentlist .children, .wd-twitter-element ul, ul.variation, .wd-pf-dropdown ul, .payment_methods {
  --li-pl: 0;
  list-style: none; }

.wd-sub-menu ul, .comments-area .children, .commentlist .children, .wd-twitter-element ul, .wd-pf-dropdown ul {
  --list-mb: 0;
  --li-mb: 0; }

.text-center {
  --content-align: center;
  --wd-align: center;
  --text-align: center;
  text-align: var(--text-align); }

[class*="color-scheme-light"] {
  --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;
  --color-white-rgb: 0, 0, 0;
  --color-black-rgb: 255, 255, 255;
  --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;
  --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;
  --wd-navigation-color: 255, 255, 255;
  color: var(--wd-text-color); }

.color-scheme-dark {
  --color-white: #FFF;
  --color-gray-100: #f7f7f7;
  --color-gray-200: #f1f1f1;
  --color-gray-300: #bbb;
  --color-gray-400: #a5a5a5;
  --color-gray-500: #767676;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --color-white-rgb: 255, 255, 255;
  --color-black-rgb: 0, 0, 0;
  --bgcolor-white: #FFF;
  --bgcolor-gray-100: #f7f7f7;
  --bgcolor-gray-200: #f7f7f7;
  --bgcolor-gray-300: #f1f1f1;
  --bgcolor-black-rgb: 0, 0, 0;
  --bgcolor-white-rgb: 255, 255, 255;
  --brdcolor-gray-200: rgba(0, 0, 0, 0.075);
  --brdcolor-gray-300: rgba(0, 0, 0, 0.105);
  --brdcolor-gray-400: rgba(0, 0, 0, 0.12);
  --brdcolor-gray-500: rgba(0, 0, 0, 0.2);
  --wd-text-color: #767676;
  --wd-title-color: #242424;
  --wd-entities-title-color: #333;
  --wd-entities-title-color-hover: rgba(51, 51, 51, 0.65);
  --wd-link-color: #333;
  --wd-link-color-hover: #242424;
  --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: #767676;
  --wd-navigation-color: 51, 51, 51;
  color: var(--wd-text-color); }

.wd-fill {
  position: absolute;
  inset: 0; }

.reset-last-child > *:last-child {
  margin-bottom: 0; }

input[type='email'],
input[type='search'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='text'],
input[type='password'],
:root textarea,
:root select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
:root textarea,
:root select {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: var(--wd-form-height);
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
  background-color: var(--wd-form-bg);
  box-shadow: none;
  color: var(--wd-form-color);
  vertical-align: middle;
  font-size: 14px;
  transition: border-color .5s ease; }

::-webkit-input-placeholder {
  color: var(--wd-form-placeholder-color); }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  margin-top: 0;
  padding: 0;
  vertical-align: middle;
  margin-inline-end: 5px;
  cursor: pointer; }

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="number"] {
  padding: 0;
  text-align: center; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

:root select {
  padding-right: 30px;
  background-image: var(--wd-form-chevron);
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat; }
  :root select option {
    background-color: var(--bgcolor-white); }

:is(.btn, .button, button, [type=submit], [type=button]) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  outline: none;
  border-radius: var(--btn-brd-radius, 0px);
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  line-height: 1.2;
  cursor: pointer;
  transition: all .25s ease;
  color: var(--btn-color, #3E3E3E);
  border: var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, #E9E9E9);
  background-color: var(--btn-bgcolor, #F3F3F3);
  box-shadow: var(--btn-box-shadow, unset);
  text-transform: var(--btn-transform, uppercase);
  font-weight: var(--btn-font-weight, 600);
  font-family: var(--btn-font-family, inherit);
  font-style: var(--btn-font-style, unset);
  padding: var(--btn-padding, 5px 20px);
  min-height: var(--btn-height, 42px);
  font-size: var(--btn-font-size, 13px); }

.btn.btn-default {
  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, uppercase));
  font-weight: var(--btn-default-font-weight, var(--btn-font-weight, 600));
  font-family: var(--btn-default-font-family, var(--btn-font-family, inherit));
  font-style: var(--btn-default-font-style, var(--btn-font-style, unset)); }

.btn.btn-accent {
  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, uppercase));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
  font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
  font-style: var(--btn-accented-font-style, var(--btn-font-style, unset)); }

.color-scheme-dark,
.whb-color-dark {
  --wd-otl-color-scheme: #000; }

[class*="color-scheme-light"],
.whb-color-light {
  --wd-otl-color-scheme: #FFF; }

.wd-skip-links {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 10px;
  inset-inline-start: -1000em;
  z-index: 999999; }

[class*="wd-grid"] {
  --wd-col: var(--wd-col-lg);
  --wd-gap: var(--wd-gap-lg);
  --wd-col-lg: 1;
  --wd-gap-lg: 20px; }

.wd-grid-g {
  display: grid;
  grid-template-columns: repeat(var(--wd-col), minmax(0, 1fr));
  gap: var(--wd-gap); }

.wd-grid-col {
  grid-column: auto/span var(--wd-col); }

.wd-loader:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  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-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-scroll-content {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: var(--wd-scroll-h, 50dvh); }

.wd-dropdown {
  --wd-dropdown-bg-color: var(--bgcolor-white);
  --wd-dropdown-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  --wd-align: var(--wd-start);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  margin-top: 15px;
  margin-right: 0;
  margin-left: calc(var(--nav-gap, .001px) / 2 * -1);
  background-color: var(--wd-dropdown-bg-color);
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: var(--wd-dropdown-shadow);
  text-align: var(--wd-align);
  border-radius: var(--wd-brd-radius); }
  .wd-dropdown:after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 100%;
    height: 15px; }

.whb-col-right .wd-dropdown-menu.wd-design-default, .wd-dropdown-search-cat, .whb-col-right .wd-search-dropdown, .whb-col-right .wd-dropdown-cart, .whb-col-right .wd-dropdown-register, .wd-products-nav .wd-dropdown {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: calc(var(--nav-gap, .001px) / 2 * -1); }

.wd-dropdown-results, .wd-header-nav.wd-full-height .wd-nav > li > .wd-dropdown-menu, .wd-dropdown-cats, .wd-dropdown-cats .wd-dropdown-menu {
  margin-top: 0 !important; }
  .wd-dropdown-results:after, .wd-header-nav.wd-full-height .wd-nav > li > .wd-dropdown-menu:after, .wd-dropdown-cats:after, .wd-dropdown-cats .wd-dropdown-menu:after {
    width: auto !important;
    height: auto !important; }

.wd-dropdown, .whb-sticky-real.whb-sticked .wd-header-cats:not(:hover) .wd-dropdown-cats.wd-opened {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none; }

.wd-event-hover:hover > .wd-dropdown,
.wd-event-click.wd-opened > .wd-dropdown, .wd-dropdown.wd-opened, .wd-dropdown-register[class*="wd-active"] {
  visibility: visible;
  opacity: 1;
  transform: none !important;
  pointer-events: visible;
  pointer-events: unset; }

.wd-dropdown-menu {
  min-height: min(var(--wd-dropdown-height, unset), var(--wd-content-h, var(--wd-dropdown-height, unset)));
  width: var(--wd-dropdown-width);
  background-image: var(--wd-dropdown-bg-img); }

.wd-dropdown-menu.wd-design-default {
  padding: var(--wd-dropdown-padding, 12px 20px);
  --wd-dropdown-width: 220px; }
  .wd-dropdown-menu.wd-design-default > .container {
    padding: 0;
    width: auto; }
  .wd-dropdown-menu.wd-design-default .wd-dropdown {
    top: 0;
    left: 100%;
    padding: var(--wd-dropdown-padding, 12px 20px);
    width: var(--wd-dropdown-width);
    margin: 0 0 0 var(--wd-dropdown-padding, 20px); }
    .wd-dropdown-menu.wd-design-default .wd-dropdown:after {
      top: 0;
      right: 100%;
      bottom: 0;
      left: auto;
      width: var(--wd-dropdown-padding, 20px);
      height: auto; }
  .wd-dropdown-menu.wd-design-default .menu-item-has-children > a:after {
    margin-left: auto;
    color: rgba(82, 82, 82, 0.45);
    font-weight: 600;
    font-size: 55%;
    line-height: 1;
    font-family: "woodmart-font";
    content: "\f113"; }

.wd-side-hidden {
  --wd-side-hidden-w: 340px;
  position: fixed;
  inset-block: var(--wd-admin-bar-h) 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: min(var(--wd-side-hidden-w), 100vw);
  background-color: var(--bgcolor-white);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none !important; }
  .wd-side-hidden.wd-left {
    right: auto;
    left: 0;
    transform: translate3d(-100%, 0, 0); }
  .wd-side-hidden.wd-right {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0); }
  .wd-side-hidden.wd-opened {
    transform: none; }

.wd-sub-menu {
  --sub-menu-color: #838383;
  --sub-menu-color-hover: var(--wd-primary-color);
  --li-pl: 0;
  --list-mb: 0;
  --li-mb: 0;
  list-style: none; }
  .wd-sub-menu li {
    position: relative; }
    .wd-sub-menu li > a {
      position: relative;
      display: flex;
      align-items: center;
      padding-top: 8px;
      padding-bottom: 8px;
      color: var(--sub-menu-color);
      font-size: 14px;
      line-height: 1.3;
      text-decoration: none; }

.wd-dropdown-results {
  --wd-search-font-size: .92em;
  --wd-search-sp: 15px;
  overflow: hidden;
  right: calc((var(--wd-form-brd-radius) / 1.5));
  left: calc((var(--wd-form-brd-radius) / 1.5)); }
  .wd-dropdown-results .wd-scroll-content {
    overscroll-behavior: none; }

.searchform {
  position: relative;
  --wd-search-btn-w: var(--wd-form-height);
  --wd-form-height: 46px;
  --wd-search-clear-sp: .001px; }
  .searchform input[type="text"] {
    padding-inline-end: calc(var(--wd-search-btn-w) + 30px); }
  .searchform .searchsubmit {
    --btn-color: var(--wd-form-color, currentColor);
    --btn-bgcolor: transparent;
    position: absolute;
    gap: 0;
    inset-block: 0;
    inset-inline-end: 0;
    padding: 0;
    width: var(--wd-search-btn-w);
    min-height: unset;
    border: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 0;
    font-style: unset; }
    .searchform .searchsubmit:after {
      font-size: calc(var(--wd-form-height) / 2.3);
      transition: opacity .2s ease;
      content: "\f130";
      font-family: "woodmart-font"; }
    .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 .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 transparent;
      border-left-color: currentColor;
      border-radius: 50%;
      vertical-align: middle;
      animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused); }
  .searchform .wd-clear-search {
    position: absolute;
    top: calc(50% - 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
    inset-inline-end: calc(var(--wd-search-cat-w, .001px) + var(--wd-search-btn-w) + var(--wd-search-clear-sp));
    color: var(--wd-form-color, currentColor);
    cursor: pointer; }
    .searchform .wd-clear-search:before {
      font-size: calc(var(--wd-form-height) / 3);
      line-height: 1;
      transition: opacity .2s ease;
      content: "\f112";
      font-family: "woodmart-font"; }

.whb-color-dark [class*="wd-header-search-form"] :is(
.wd-style-default,
.wd-style-with-bg-2), .wd-color-dark .searchform {
  --wd-form-brd-color: rgba(0, 0, 0, 0.1);
  --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
  --wd-form-color: #767676;
  --wd-form-placeholder-color: var(--wd-form-color); }

.wd-search-results-wrapper {
  position: relative; }

.wd-nav {
  --list-mb: 0;
  --li-mb: 0;
  --li-pl: 0;
  --nav-gap: 20px;
  --nav-gap-v: 5px;
  --nav-pd: 5px 0;
  --nav-color: rgba(var(--wd-navigation-color), 1);
  --nav-color-hover: rgba(var(--wd-navigation-color), .7);
  --nav-color-active: var(--nav-color-hover);
  --nav-bg: none;
  --nav-bg-hover: var(--nav-bg);
  --nav-bg-active: var(--nav-bg-hover);
  --nav-shadow: none;
  --nav-shadow-hover: var(--nav-shadow);
  --nav-shadow-active: var(--nav-shadow-hover);
  --nav-border: none;
  --nav-border-hover: var(--nav-border);
  --nav-border-active: var(--nav-border-hover);
  --nav-radius: var(--wd-brd-radius);
  --nav-chevron-color: rgba(var(--wd-navigation-color), .5);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: var(--text-align, var(--wd-align));
  text-align: start;
  gap: var(--nav-gap-v) var(--nav-gap);
  list-style: none; }
  .wd-nav > li {
    position: relative; }
    .wd-nav > li > a {
      position: relative;
      display: flex;
      align-items: center;
      min-height: 42px;
      padding: var(--nav-pd);
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      line-height: 1.4;
      text-decoration: none;
      color: var(--nav-color);
      background-color: var(--nav-bg);
      box-shadow: var(--nav-shadow);
      border: var(--nav-border);
      border-radius: var(--nav-radius); }
    .wd-nav > li:is(
    .wd-has-children,
    .menu-item-has-children) > a:after {
      order: 3;
      margin-inline-start: 4px;
      font-weight: normal;
      font-style: normal;
      font-size: clamp(6px, 50%, 18px);
      color: var(--nav-chevron-color);
      content: "\f129";
      font-family: "woodmart-font"; }

.wd-nav-opener {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: var(--color-gray-900);
  cursor: pointer;
  transition: all .25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .wd-nav-opener:after {
    font-weight: 400;
    font-size: 12px;
    transition: transform .25s ease;
    content: "\f113";
    font-family: "woodmart-font"; }

.wd-nav.wd-style-default {
  --nav-color-hover: var(--wd-primary-color); }

.wd-notice, div.wpcf7-response-output, .mc4wp-alert, div.wc-block-components-notice-banner, :is(
.woocommerce-error,
.woocommerce-message,
.woocommerce-info) {
  --wd-link-decor: underline;
  --wd-link-decor-hover: underline;
  --wd-link-color: currentColor;
  --wd-link-color-hover: color-mix(in srgb, currentColor 80%, transparent);
  position: relative;
  margin-bottom: 20px;
  padding-block: 18px;
  padding-inline: 65px 30px !important;
  text-align: start;
  border: none;
  border-radius: var(--wd-brd-radius);
  outline: none !important; }
  .wd-notice:before, div.wpcf7-response-output:before, .mc4wp-alert:before, div.wc-block-components-notice-banner:before, :is(
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info):before {
    position: absolute;
    top: calc(50% - 9px);
    left: 24px;
    font-size: 18px;
    line-height: 18px;
    font-family: "woodmart-font"; }

.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error,
.mc4wp-notice, div.wc-block-components-notice-banner:is(
.is-info,
.is-error), :is(
.woocommerce-error,
.woocommerce-info) {
  background-color: var(--notices-warning-bg);
  color: var(--notices-warning-color); }
  .wd-notice.wd-warning:before, .wpcf7 form:not(.sent) .wpcf7-response-output:before, .mc4wp-error:before,
  .mc4wp-notice:before, div.wc-block-components-notice-banner:is(
  .is-info,
  .is-error):before, :is(
  .woocommerce-error,
  .woocommerce-info):before {
    content: "\f100"; }

.wd-close-side {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, top 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  z-index: 400; }
  .wd-close-side.wd-close-side-opened {
    opacity: 1;
    pointer-events: unset;
    transition-delay: 0s; }

.wd-loop-footer {
  text-align: center;
  margin-top: 30px; }

nav[class*="-pagination"] ul {
  --list-mb: 0;
  --li-mb: 0;
  --li-pl: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px; }

nav[class*="-pagination"] li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 5px;
  min-width: 34px;
  height: 34px;
  color: var(--color-gray-900);
  font-weight: 600;
  font-size: 14px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  transition: all .2s ease;
  text-decoration: none; }

nav[class*="-pagination"] li .current {
  color: #FFF;
  background-color: var(--wd-primary-color); }

nav[class*="-pagination"] li :is(
.next,
.prev) {
  font-size: 0; }
  nav[class*="-pagination"] li :is(
  .next,
  .prev):before {
    font-size: 12px;
    content: "\f113";
    font-family: "woodmart-font"; }

[class*="screen-reader"] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  transform: scale(0); }

.wd-breadcrumbs {
  --wd-link-color: var(--color-gray-500);
  --wd-link-color-hover: var(--color-gray-700);
  --wd-bcrumb-color-active: var(--color-gray-900);
  --wd-link-decor: none;
  --wd-link-decor-hover: none; }
  .wd-breadcrumbs .wd-last {
    font-weight: 600;
    color: var(--wd-bcrumb-color-active); }
  .wd-breadcrumbs .wd-delimiter {
    margin-inline: 8px;
    color: var(--wd-bcrumb-delim-color); }
    .wd-breadcrumbs .wd-delimiter:after {
      content: "/"; }

.wd-action-btn {
  --wd-action-icon-size: 1.1em;
  --wd-action-color: var(--color-gray-800);
  --wd-action-color-hover: var(--color-gray-500);
  --wd-action-icon-color: var(--wd-action-color);
  --wd-action-icon-color-hover: var(--wd-action-color-hover);
  --wd-action-text-color: var(--wd-action-color);
  --wd-action-text-color-hover: var(--wd-action-color-hover);
  --wd-link-decor: none;
  --wd-link-decor-hover: none;
  display: inline-flex;
  vertical-align: middle; }
  .wd-action-btn > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    transition: none; }
  .wd-action-btn .wd-action-icon:before {
    content: var(--wd-btn-icon, unset);
    font-size: var(--wd-action-icon-size);
    color: var(--wd-action-icon-color);
    transition: color .25s ease, opacity .15s ease;
    font-family: "woodmart-font"; }
  .wd-action-btn .wd-action-icon:after {
    position: absolute;
    top: calc(50% - .5em);
    inset-inline-start: calc(50% - .5em);
    opacity: 0;
    transition: opacity .2s ease;
    font-size: var(--wd-action-icon-size);
    color: var(--wd-action-icon-color);
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid transparent;
    border-left-color: currentColor;
    border-radius: 50%;
    vertical-align: middle;
    animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused); }

.wd-action-icon {
  position: relative; }

.wd-action-btn.wd-style-text > a {
  font-weight: 600; }

.wd-action-btn.wd-style-text .wd-action-icon {
  margin-inline-end: .3em;
  font-weight: 400; }

.wd-action-btn.wd-style-text .wd-action-text {
  color: var(--wd-action-text-color);
  transition: color .25s ease; }

.wd-cross-icon {
  --wd-btn-icon: "\f112"; }

.wd-burger-icon {
  --wd-btn-icon: "\f15a"; }

.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  color: var(--wd-star-color, #EABE12);
  width: fit-content;
  font-family: "woodmart-font"; }
  .star-rating:before {
    content: "\f149" "\f149" "\f149" "\f149" "\f149";
    color: var(--wd-empty-star-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; }

.wd-heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300); }
  .wd-heading > a {
    --wd-link-color: var(--wd-primary-color);
    --wd-link-color-hover: var(--wd-primary-color); }
  .wd-heading .title {
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 130%; }
  .wd-heading .wd-action-btn {
    flex: 0 0 auto; }
    .wd-heading .wd-action-btn.wd-style-text > a {
      height: 25px; }

:is(
.widget,
.wd-widget,
div[class^="vc_wp"]) {
  line-height: 1.4;
  --wd-link-color: var(--color-gray-500);
  --wd-link-color-hover: var(--color-gray-800);
  --wd-link-decor: none;
  --wd-link-decor-hover: none; }
  :is(
  .widget,
  .wd-widget,
  div[class^="vc_wp"]) > :is(ul, ol) {
    margin-top: 0; }
  :is(
  .widget,
  .wd-widget,
  div[class^="vc_wp"]) :is(ul, ol) {
    list-style: none;
    --list-mb: 0;
    --li-mb: 15px;
    --li-pl: 0; }

.widgettitle,
.widget-title {
  margin-bottom: 20px;
  color: var(--wd-widget-title-color);
  text-transform: var(--wd-widget-title-transform);
  font-weight: var(--wd-widget-title-font-weight);
  font-style: var(--wd-widget-title-font-style);
  font-size: var(--wd-widget-title-font-size);
  font-family: var(--wd-widget-title-font); }

.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--brdcolor-gray-300); }
  .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.textwidget > *:last-child {
  margin-bottom: 0; }

: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(
.wd-entry-content,
.entry-content,
.is-layout-flow,
.is-layout-constrained,
.is-layout-constrained > .wp-block-group__inner-container) > * {
  margin-block: 0 var(--wd-block-spacing); }

:is(
.wd-entry-content,
.entry-content,
.is-layout-flow,
.is-layout-constrained,
.is-layout-constrained > .wp-block-group__inner-container) > :where(*:last-child) {
  margin-bottom: 0; }

.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-general-header :is(
.whb-mobile-left,
.whb-mobile-right) {
  flex: 1 1 0%; }

.whb-main-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 390;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.whb-sticky-prepared {
  padding-top: var(--wd-header-h); }
  .whb-sticky-prepared .whb-main-header {
    position: absolute; }

.whb-scroll-stick .whb-flex-row {
  transition: height .2s ease, max-height .2s ease; }

.whb-scroll-stick.whb-sticked .whb-flex-row {
  transition-duration: .3s; }

.whb-sticked .whb-main-header {
  position: fixed; }

.whb-sticked .whb-row {
  transition: background-color .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-row {
  transition: background-color .2s ease; }

.whb-color-dark:not(.whb-with-bg) {
  background-color: #FFF; }

.wd-tools-element {
  position: relative;
  --wd-header-el-color: #333;
  --wd-header-el-color-hover: rgba(51,51,51,.6);
  --wd-tools-icon-base-width: 20px; }
  .wd-tools-element > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 40px;
    color: var(--wd-header-el-color);
    line-height: 1;
    text-decoration: none !important; }
  .wd-tools-element .wd-tools-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 0; }
    .wd-tools-element .wd-tools-icon:before {
      font-size: var(--wd-tools-icon-base-width); }
  .wd-tools-element [class*="wd-tools-text"] {
    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, 15px);
    height: var(--wd-count-size, 15px);
    border-radius: 50%;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    line-height: var(--wd-count-size, 15px); }
  .wd-tools-element:hover > a {
    color: var(--wd-header-el-color-hover); }

.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 > a, .wd-header-nav, .site-logo, [class*="wd-header-search-form"], .whb-column > .info-box-wrapper, .wd-header-text, .whb-column > .wd-button-wrapper, .whb-column > .wd-social-icons, .wd-header-html {
  padding-inline: 10px; }

.wd-header-nav {
  flex: 1 1 auto; }

.wd-nav-header > li > a {
  font-size: var(--wd-header-el-font-size);
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-family: var(--wd-header-el-font);
  text-transform: var(--wd-header-el-transform); }

.whb-color-dark .wd-nav-header {
  --wd-navigation-color: 51, 51, 51; }

.site-logo {
  max-height: inherit; }

.wd-logo {
  max-height: inherit;
  transition: none; }
  .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[width]:not([src$=".svg"]) {
      width: auto;
      object-fit: contain; }

[class*="wd-header-search-form"] {
  flex: 1 1 auto;
  max-width: var(--wd-search-form-width); }
  [class*="wd-header-search-form"] input[type='text'] {
    min-width: calc(var(--wd-search-form-width, 310px) - 20px); }

.wd-header-search-form-mobile .searchform {
  --wd-form-height: 42px; }
  .wd-header-search-form-mobile .searchform input[type="text"] {
    min-width: 100%; }

.wd-header-text {
  --wd-tags-mb: 10px;
  flex: 1 1 auto; }
  .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 {
    --wd-text-color: rgba(255, 255, 255, 0.8);
    --wd-title-color: #FFF;
    --wd-link-color: rgba(255, 255, 255, 0.9);
    --wd-link-color-hover: #FFF;
    color: var(--wd-text-color); }

.wd-header-divider:before {
  content: "";
  display: block;
  height: 18px;
  border-right: 1px solid; }

.whb-color-dark .wd-header-divider:before {
  border-color: var(--wd-divider-color, rgba(0, 0, 0, 0.105)); }

.wd-header-mobile-nav .wd-tools-icon:before {
  content: "\f15a";
  font-family: "woodmart-font"; }

.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: 70px;
    padding-left: 20px;
    height: 70px;
    font-weight: 600; }

.mobile-nav .wd-search-results {
  position: relative;
  z-index: 4;
  border-radius: 0;
  inset-inline: auto; }
  .mobile-nav .wd-search-results:not(.wd-opened) {
    display: none; }

.wd-nav-mobile {
  --nav-radius: 0;
  --nav-color-hover: var(--wd-primary-color);
  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.menu-item-has-children > a:after {
      content: none; }
  .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.wd-active {
    display: block; }

.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: none;
    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; }

.mobile-nav .wd-nav-opener {
  border-left: 1px solid var(--brdcolor-gray-300);
  border-bottom: 1px solid var(--brdcolor-gray-300); }

.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-2,
.wd-design-5) .wd-tools-icon {
  margin-inline-end: 6px; }

.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 .3s ease; }
  .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; }

.wd-dropdown-register {
  padding: 25px;
  width: 350px; }
  .wd-dropdown-register .wd-heading {
    padding: 0 0 12px 0;
    margin-bottom: 15px; }
  .wd-dropdown-register .woocommerce-form-login {
    --wd-tags-mb: 15px; }

.whb-row .wd-dropdown-menu {
  --wd-content-h: calc(100vh - var(--wd-admin-bar-h) - var(--wd-hb-h, .001px) - var(--wd-header-h) + var(--wd-dropdown-mt, .001px)); }

.whb-top-bar {
  --wd-header-h: var(--wd-top-bar-h); }

.whb-general-header {
  --wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h)); }

.whb-header-bottom {
  --wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h)); }

.whb-sticky-real.whb-sticked .whb-row {
  --wd-hb-h: .001px;
  --wd-top-bar-h: var(--wd-top-bar-sticky-h);
  --wd-header-general-h: var(--wd-header-general-sticky-h);
  --wd-header-bottom-h: var(--wd-header-bottom-sticky-h); }

.wd-page-title {
  --wd-align: start;
  --wd-title-sp: 15px;
  --wd-title-font-s: 36px;
  position: relative;
  padding-block: var(--wd-title-sp); }
  .wd-page-title .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: var(--wd-align);
    text-align: var(--wd-align);
    gap: 10px; }
  .wd-page-title .title {
    font-size: var(--wd-title-font-s);
    line-height: 1.2;
    margin-bottom: 0; }

.wd-page-wrapper {
  position: relative;
  background-color: var(--wd-main-bgcolor); }

body:not([class*="wrapper-boxed"]) {
  background-color: var(--wd-main-bgcolor); }

.wd-page-content {
  min-height: 50vh;
  background-color: var(--wd-main-bgcolor); }

.container,
.container-fluid {
  width: 100%;
  max-width: var(--wd-container-w);
  padding-inline: 15px;
  margin-inline: auto; }

.wd-content-layout {
  padding-block: 40px; }

:where(.wd-content-layout > div) {
  grid-column: auto/span var(--wd-col); }

.wd-sidebar .wd-heading {
  display: none; }

.footer-sidebar {
  padding-block: 40px; }

.footer-column > *:not(.widget) {
  margin-block: 0 var(--wd-block-spacing); }

.wd-prefooter {
  padding-bottom: 40px;
  background-color: var(--wd-main-bgcolor); }

.wd-copyrights {
  --wd-tags-mb: 10px;
  padding-block: 20px;
  border-top: 1px solid var(--brdcolor-gray-300); }

.wd-copyrights.wd-layout-two-columns > .wd-grid-g {
  --wd-col-lg: 2;
  --wd-col-md: 1; }

.wd-social-icons {
  --wd-link-decor: none;
  --wd-link-decor-hover: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 4));
  justify-content: var(--wd-align); }
  .wd-social-icons > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--wd-social-size, 40px);
    height: var(--wd-social-size, 40px);
    font-size: var(--wd-social-icon-size, calc(var(--wd-social-size, 40px) / 2.5));
    color: var(--wd-social-color);
    background-color: var(--wd-social-bg, unset);
    box-shadow: var(--wd-social-shadow);
    border: var(--wd-social-brd) var(--wd-social-brd-color);
    border-radius: var(--wd-social-radius);
    line-height: 1; }
  .wd-social-icons .wd-icon:before {
    content: var(--wd-social-icon, unset);
    font-family: "woodmart-font"; }

.social-facebook {
  --wd-social-brand-color: #365493;
  --wd-social-icon: "\f180"; }

.wd-social-icons.wd-style-default {
  gap: 0;
  --wd-social-color: rgba(0, 0, 0, 0.6);
  --wd-social-color-hover: rgba(0, 0, 0, 0.8); }
  .wd-social-icons.wd-style-default > a {
    width: auto;
    height: auto;
    padding: var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 6));
    min-width: 24px; }
  .wd-social-icons.wd-style-default.color-scheme-light,
  [class*="color-scheme-light"] .wd-social-icons.wd-style-default {
    --wd-social-color: #FFF;
    --wd-social-color-hover: rgba(255, 255, 255, 0.6); }

.wd-social-icons.wd-size-small {
  --wd-social-size: 30px;
  --wd-social-gap: 6px;
  --wd-social-icon-size: 14px; }

.wd-social-icons.wd-shape-circle {
  --wd-social-radius: 50%; }

@media print { }

.wd-sidebar.wd-side-hidden {
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .wd-sidebar.wd-side-hidden .wd-heading {
    display: flex; }
  .wd-sidebar.wd-side-hidden .widget-area {
    flex: 1 1 auto;
    padding-block: 30px;
    max-height: 100%; }
  .wd-sidebar.wd-side-hidden .wd-widget {
    padding-inline: 30px; }

.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 .25s ease;
    content: "\f129";
    font-family: "woodmart-font"; }

.wd-widget-collapse:not(.wd-opened-initially) > .widget-title ~ * {
  display: none; }

p.stock {
  font-weight: 600;
  line-height: 1.2; }
  p.stock.out-of-stock {
    color: #B50808; }

p.stock.wd-style-default:is(
.available-on-backorder,
.in-stock) {
  color: var(--color-gray-800); }

p.stock.wd-style-default.in-stock:before {
  margin-inline-end: .3em;
  color: var(--wd-primary-color);
  content: "\f107";
  font-family: "woodmart-font"; }

.product-labels {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  transition: all .3s ease; }

:where(
.wd-loop-builder-off,
.woocommerce-product-gallery) .product-labels {
  position: absolute;
  top: 7px;
  inset-inline-start: 7px;
  max-width: 50%;
  z-index: 1;
  transform: translateZ(0); }

.product-label {
  padding: 5px 10px;
  min-width: 50px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2; }
  .product-label.onsale {
    background-color: var(--wd-primary-color);
    direction: ltr; }
  .product-label.label-with-img {
    padding: 0;
    max-width: 50px; }
  .product-label.attribute-label:not(.label-with-img) {
    background-color: var(--bgcolor-white);
    color: var(--color-gray-900); }

.product-label.wd-shape-round {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  min-height: 50px;
  border-radius: 35px;
  font-size: 14px; }
  .product-label.wd-shape-round.label-with-img {
    padding: 0;
    min-height: auto;
    max-width: 55px; }

.woocommerce-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap; }

div.quantity {
  --wd-form-height: 42px;
  display: inline-flex;
  vertical-align: top;
  white-space: nowrap; }
  div.quantity input[type=number]::-webkit-inner-spin-button,
  div.quantity input[type=number]::-webkit-outer-spin-button,
  div.quantity input[type="number"] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  div.quantity :is(
  input[type="number"],
  input[type="text"],
  input[type="button"]) {
    display: inline-block;
    color: var(--wd-form-color);
    min-height: var(--wd-form-height);
    height: unset; }
  div.quantity input[type="number"] {
    width: 30px;
    border-radius: 0;
    border-right: none;
    border-left: none; }
  div.quantity .minus {
    border-start-start-radius: var(--wd-form-brd-radius);
    border-end-start-radius: var(--wd-form-brd-radius); }
  div.quantity .plus {
    border-start-end-radius: var(--wd-form-brd-radius);
    border-end-end-radius: var(--wd-form-brd-radius); }

.amount {
  color: var(--wd-primary-color);
  font-weight: 600; }

.price {
  color: var(--wd-primary-color);
  font-weight: 600; }
  .price .amount {
    color: inherit;
    font-size: inherit;
    font-weight: inherit; }
  .price del {
    color: var(--color-gray-300);
    font-size: 90%;
    font-weight: 400; }
  .price ins {
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    opacity: 1; }

.woocommerce-notices-wrapper:empty {
  display: none; }

.shop-loop-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%; }

.wd-shop-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  max-width: 100%; }

.woocommerce-form-login > *:last-child {
  margin-bottom: 0; }

.woocommerce-form-login:not(.hidden-form) {
  display: block !important; }

.password-input {
  position: relative;
  display: block; }
  .password-input input {
    padding-inline-end: var(--wd-form-height) !important; }

.show-password-input {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: var(--wd-form-height);
  height: var(--wd-form-height);
  cursor: pointer;
  font-size: 16px;
  color: var(--color-gray-600);
  transition: all .25s ease;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  min-height: unset !important; }
  .show-password-input:before {
    font-family: "woodmart-font";
    content: "\f11a"; }

.login-form-footer {
  --wd-link-color: var(--wd-primary-color);
  --wd-link-color-hover: var(--wd-primary-color);
  --wd-link-decor: none;
  --wd-link-decor-hover: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px; }
  .login-form-footer .lost_password {
    order: 2; }
  .login-form-footer .woocommerce-form-login__rememberme {
    order: 1;
    margin-bottom: 0; }

:is(
.register,
.woocommerce-form-login) .button {
  width: 100%; }

.wd-login-divider {
  display: flex;
  align-items: center;
  text-transform: uppercase; }
  .wd-login-divider span {
    margin-inline: 20px; }
  .wd-login-divider:after, .wd-login-divider:before {
    content: "";
    flex: 1 0 0;
    border-bottom: 1px solid var(--brdcolor-gray-300); }

.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: inline-start;
    margin-inline-end: 15px;
    min-width: 65px;
    max-width: 65px;
    border-radius: calc(var(--wd-brd-radius) / 1.5); }
  .product_list_widget > li .wd-entities-title {
    margin-bottom: 8px;
    font-size: inherit; }
  .product_list_widget > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.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;
  inset-inline-end: 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"; }

.cart-item-link {
  z-index: 1;
  font-size: 0; }

.cart-item-image {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  margin-inline-end: 15px; }
  .cart-item-image img {
    float: none !important;
    margin-inline-end: 0 !important;
    transition: opacity .6s ease; }
  .cart-item-image:after {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    opacity: 0;
    transition: opacity .6s ease;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-left-color: var(--color-gray-900);
    border-radius: 50%;
    vertical-align: middle;
    animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused); }

.cart-info {
  flex: 1 1 auto;
  padding-inline-end: 20px; }
  .cart-info .wd-entities-title {
    transition: all .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 span.quantity {
    display: block;
    color: var(--color-gray-300);
    font-size: 90%; }
  .cart-info div.quantity {
    --wd-form-height: 32px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-bottom: 8px;
    transition: opacity .6s ease; }

.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: end; }

.woocommerce-mini-cart__buttons {
  display: block;
  text-align: center; }
  .woocommerce-mini-cart__buttons > * {
    margin-bottom: 10px;
    width: 100%; }
    .woocommerce-mini-cart__buttons > *:last-child {
      margin-bottom: 0; }
  .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, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset)); }

.widget_price_filter .price_slider {
  margin-bottom: 20px; }

.widget_price_filter [class*="price_slider_amount"] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px; }
  .widget_price_filter [class*="price_slider_amount"] .price_label {
    order: 1;
    color: var(--color-gray-500); }

.wd-product {
  position: relative;
  text-align: var(--text-align);
  line-height: 1.4; }

.wd-product-wrapper {
  border-radius: var(--wd-brd-radius); }

.wd-loop-builder-off :where(.wd-product) {
  --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) * -.5em) + .5em); }

.wd-loop-builder-off :where(
.wd-product-wrapper,
.product-element-bottom) {
  display: flex;
  flex-direction: column;
  gap: var(--wd-prod-gap); }

.wd-loop-builder-off .wd-product-wrapper {
  padding: var(--wd-prod-bg-sp); }

.wd-loop-builder-off :is(
.wd-entities-title,
.wd-product-cats,
.wd-product-brands-links,
.wd-product-sku,
.wd-product-stock,
.price) {
  line-height: inherit;
  margin-block: -.2em; }

.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 .3s ease; }
  .wd-buttons[class*="wd-pos-r"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(20px, 0, 0); }
  .wd-buttons.wd-pos-r-t {
    top: var(--wd-btn-inset);
    inset-inline-end: var(--wd-btn-inset); }

.wd-loop-builder-off :is(
.wd-product-wrapper,
.product-element-bottom,
.product-list-content,
[class*="-information"]) > *:not(:is(.product-element-bottom, .wd-entities-title, [class*="wd-product-"], .price)) {
  margin-block: 0; }

.wd-product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }

.wd-product-img-link {
  --wd-otl-offset: calc(var(--wd-otl-width) * -1);
  position: relative;
  display: block;
  width: 100%; }

@supports (overflow: clip) {
  .wd-product-thumb {
    overflow: clip; } }

.wd-product-thumb: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 transparent;
  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:not(.wd-hover-small) :is(
.wd-product-img-link,
.wd-product-img-hover) :is(
picture,
img) {
  width: 100%; }

.wd-add-btn {
  --wd-btn-icon: "\f123"; }

.wd-product.product-type-simple.outofstock .product_type_simple:before,
.wd-product .product_type_grouped:before {
  --wd-btn-icon: "\f11a"; }

.wd-product .price {
  display: block; }

.wd-loop-builder-off .star-rating {
  align-self: var(--text-align);
  line-height: 1; }

.wd-loop-builder-off .wd-product .wd-entities-title {
  font-size: inherit; }

.wd-product.wd-hover-quick .wd-add-btn {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  opacity: .8;
  visibility: hidden;
  transition: transform .3s ease, opacity .3s ease;
  transform: translateY(103%) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
  --btn-height: 38px; }
  .wd-product.wd-hover-quick .wd-add-btn > a {
    display: block;
    border-radius: 0 !important;
    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, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset)); }

.wd-add-btn-replace > a {
  --btn-padding: 0;
  overflow: hidden; }
  .wd-add-btn-replace > a span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    transition: transform .25s ease, opacity .15s ease; }
  .wd-add-btn-replace > a:before {
    content: var(--wd-btn-icon, unset);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    transition: opacity .15s ease, transform .25s ease;
    transform: translateY(100%);
    font-family: "woodmart-font"; }
  .wd-add-btn-replace > a:after {
    position: absolute;
    top: calc(50% - 9px);
    inset-inline-start: calc(50% - 9px);
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    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 .wd-action-icon {
  display: none; }

.products-bordered-grid {
  --wd-prods-brd: 1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300)); }
  .products-bordered-grid.elements-grid {
    gap: 0;
    align-items: stretch;
    border-inline-start: var(--wd-prods-brd); }
    .products-bordered-grid.elements-grid > .wd-col {
      border-top: var(--wd-prods-brd-top);
      border-bottom: var(--wd-prods-brd);
      border-inline-end: var(--wd-prods-brd); }

.products-bordered-grid:where(.wd-loop-builder-off).elements-grid > .wd-col {
  padding: calc(var(--wd-gap) / 2); }

[class*="title-line-"] .wd-product .wd-entities-title {
  overflow: hidden;
  max-height: calc(var(--wd-line-count, 1) * var(--wd-line-height, 1.4em));
  line-height: var(--wd-line-height, 1.4em); }

.title-line-two {
  --wd-line-count: 2; }

.wd-products[class*="wd-stretch-cont"] {
  align-items: stretch; }
  .wd-products[class*="wd-stretch-cont"] .wd-product {
    height: 100%; }

.wd-loop-builder-off[class*="wd-stretch-cont"] .wd-product .product-element-bottom {
  flex: 1 1 auto; }

.wd-loop-builder-off[class*="wd-stretch-cont"] .wd-product :is(
.price,
.wrap-price,
.product-rating-price) {
  margin-top: auto; }

.wd-side-hidden .wd-scroll-content {
  max-height: 100%;
  flex: 1 1 auto; }

.wd-products-element {
  position: relative; }

.wd-products {
  position: relative;
  align-items: flex-start;
  transition: all .25s ease; }

.wd-social-login {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .wd-social-login .btn {
    flex: 1 1 200px;
    border-radius: var(--btn-accented-brd-radius);
    --btn-color: #FFF;
    --btn-bgcolor: var(--wd-social-btn-bg);
    --btn-box-shadow-hover: inset 0 0 0 1000px rgba(0, 0, 0, 0.1); }
    .wd-social-login .btn:before {
      position: absolute;
      top: 50%;
      font-weight: 400;
      transform: translateY(-50%);
      font-family: "woodmart-font"; }
  .wd-social-login .login-fb-link {
    --wd-social-btn-bg: #3B5998; }
    .wd-social-login .login-fb-link:before {
      inset-inline-start: calc(9px + (var(--btn-accented-brd-radius) / 4));
      font-size: 28px;
      content: "\f174"; }
  .wd-social-login .login-goo-link {
    --wd-social-btn-bg: #4285F4; }
    .wd-social-login .login-goo-link:before {
      content: '';
      inset-inline-start: calc(8px + (var(--btn-accented-brd-radius) / 4));
      width: 26px;
      height: 26px;
      border-radius: 2px;
      background: no-repeat center/16px url("images/google-btn-icon.svg") #FFF; }

.wd-title-wrapp {
  display: flex;
  align-items: center; }

.wd-content-area > .woocommerce-notices-wrapper {
  margin-bottom: 30px; }

.wd-show-sidebar-btn {
  --wd-action-icon-size: 1.2em;
  display: none; }

.filters-area {
  display: none;
  margin-bottom: 30px;
  padding-block: 30px;
  border-block: solid 1px var(--brdcolor-gray-300); }

.filter-widget {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.wd-filter-buttons {
  --wd-action-icon-size: 1.2em;
  --wd-btn-icon: "\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; }

.wd-shop-tools .woocommerce-ordering.wd-style-underline select {
  max-width: 200px; }

.wd-products-per-page {
  --wd-link-color: var(--color-gray-500);
  --wd-link-color-hover: var(--color-gray-800);
  --wd-link-decor: none;
  --wd-link-decor-hover: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-gray-500); }
  .wd-products-per-page a {
    padding: 0 7px; }
    .wd-products-per-page a.current-variation {
      color: var(--wd-link-color-hover);
      font-weight: 600; }

.per-page-title:after {
  content: ':'; }

.per-page-border:after {
  content: "/"; }

.per-page-border:last-child {
  display: none; }

.wd-products-shop-view {
  --wd-link-color: var(--color-gray-300);
  --wd-link-color-hover: var(--color-gray-600);
  --wd-link-decor: none;
  --wd-link-decor-hover: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px .9em;
  line-height: 1; }
  .wd-products-shop-view a.current-variation {
    color: var(--color-gray-800);
    cursor: default; }
  .wd-products-shop-view a:before {
    font-size: 180%;
    font-weight: 400;
    content: "\f12a";
    font-family: "woodmart-font"; }
  .wd-products-shop-view a.per-row-2:before {
    content: "\f12b"; }
  .wd-products-shop-view a.per-row-3:before {
    content: "\f12c"; }
  .wd-products-shop-view a.per-row-4:before {
    content: "\f12d"; }

.wd-builder-off .woocommerce-result-count {
  display: none;
  margin-bottom: 0; }

@media (min-width: 769px) {
  .searchform.wd-style-default:not(.wd-with-cat) .wd-clear-search {
    padding-inline-end: 10px;
    border-inline-end: 1px solid var(--wd-form-brd-color); } }

@media (min-width: 1025px) {
  .wd-scroll, .wd-dropdown-menu.wd-design-aside {
    --scrollbar-track-bg: rgba(0, 0, 0, 0.05);
    --scrollbar-thumb-bg: rgba(0, 0, 0, 0.12); }
  .whb-top-bar-inner {
    height: var(--wd-top-bar-h);
    max-height: var(--wd-top-bar-h); }
  .whb-general-header-inner {
    height: var(--wd-header-general-h);
    max-height: var(--wd-header-general-h); }
    .whb-sticked:not(.whb-clone) .whb-general-header-inner {
      height: var(--wd-header-general-sticky-h);
      max-height: var(--wd-header-general-sticky-h); }
  .whb-header-bottom-inner {
    height: var(--wd-header-bottom-h);
    max-height: var(--wd-header-bottom-h); }
    .whb-sticked .whb-header-bottom-inner {
      height: var(--wd-header-bottom-sticky-h);
      max-height: var(--wd-header-bottom-sticky-h); }
  .whb-hidden-lg,
  .whb-hidden-desktop {
    display: none; }
  .whb-clone,
  .whb-sticked .whb-main-header {
    top: var(--wd-admin-bar-h); }
  .title-size-small {
    --wd-title-sp: 20px;
    --wd-title-font-s: 44px; }
  .wd-copyrights.wd-layout-two-columns .wd-col-end {
    text-align: end; }
  p.form-row-wide {
    clear: both; }
  :is([style*="col-lg:1"], [style*="col-lg: 1"]) > :first-child,
  :is([style*="col-lg:2"], [style*="col-lg: 2"]) > :nth-child(-n+2),
  :is([style*="col-lg:3"], [style*="col-lg: 3"]) > :nth-child(-n+3),
  :is([style*="col-lg:4"], [style*="col-lg: 4"]) > :nth-child(-n+4),
  :is([style*="col-lg:5"], [style*="col-lg: 5"]) > :nth-child(-n+5),
  :is([style*="col-lg:6"], [style*="col-lg: 6"]) > :nth-child(-n+6) {
    --wd-prods-brd-top: var(--wd-prods-brd); }
  .wd-products.wd-stretch-cont-lg .wd-product-wrapper {
    height: 100%; } }

@media (max-width: 1024px) {
  [class*="wd-grid"] {
    --wd-col: var(--wd-col-md);
    --wd-gap: var(--wd-gap-md);
    --wd-col-md: var(--wd-col-lg);
    --wd-gap-md: var(--wd-gap-lg); }
  .wd-side-hidden {
    --wd-side-hidden-w: min(300px, 80vw); }
  html:has(.wd-side-hidden.wd-opened) {
    overflow: hidden; }
  .wd-dropdown-results {
    --wd-search-sp: 10px; }
  .wd-close-side {
    top: -150px; }
  .whb-top-bar-inner {
    height: var(--wd-top-bar-sm-h);
    max-height: var(--wd-top-bar-sm-h); }
  .whb-general-header-inner {
    height: var(--wd-header-general-sm-h);
    max-height: var(--wd-header-general-sm-h); }
  .whb-header-bottom-inner {
    height: var(--wd-header-bottom-sm-h);
    max-height: var(--wd-header-bottom-sm-h); }
  .whb-visible-lg,
  .whb-hidden-mobile {
    display: none; }
  .whb-sticky-prepared {
    padding-top: var(--wd-header-sm-h); }
  .wd-copyrights.wd-layout-two-columns {
    text-align: center; }
  .shop-loop-head {
    margin-bottom: 20px; }
  .woocommerce-breadcrumb .wd-last-link ~ span {
    display: none; }
  .wd-product .wd-buttons {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  .wd-buttons {
    border-radius: 35px; }
  .wd-product.wd-hover-quick .wd-add-btn {
    transform: none;
    visibility: visible; }
    .wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop {
      width: 40px;
      height: 40px; }
      .wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop span {
        display: none; }
      .wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop:before {
        transform: none; }
  .woodmart-archive-shop .wd-builder-off {
    padding-block: 20px; }
  .wd-builder-off .wd-products-per-page {
    display: none; }
  .wd-builder-off .wd-products-shop-view {
    display: none; } }

@media (max-width: 768.98px) {
  [class*="wd-grid"] {
    --wd-col: var(--wd-col-sm);
    --wd-gap: var(--wd-gap-sm);
    --wd-col-sm: var(--wd-col-md);
    --wd-gap-sm: var(--wd-gap-md); }
  .sidebar-left {
    order: 10; }
  .searchform.wd-style-default .wd-clear-search {
    padding-inline-end: 10px;
    border-inline-end: 1px solid var(--wd-form-brd-color); }
  .wd-sidebar-hidden-sm .wd-sidebar:not(.wd-side-hidden) {
    display: none; }
  .wd-sidebar-hidden-sm .shop-loop-head {
    align-items: stretch;
    flex-direction: column;
    gap: 15px; }
  .wd-sidebar-hidden-sm .wd-shop-tools {
    justify-content: space-between; }
    .wd-sidebar-hidden-sm .wd-shop-tools:not(:last-child) {
      padding-bottom: 15px;
      border-bottom: 1px solid var(--brdcolor-gray-300); }
  .wd-sidebar-hidden-sm .wd-show-sidebar-btn {
    display: inline-flex;
    margin-inline-end: auto; }
  .wd-sidebar-hidden-sm.wd-builder-off .woocommerce-result-count {
    display: block; }
  .wd-shop-tools {
    gap: 10px; }
  :is([style*="col-sm:1"], [style*="col-sm: 1"]) > :first-child,
  :is([style*="col-sm:2"], [style*="col-sm: 2"]) > :nth-child(-n+2) {
    --wd-prods-brd-top: var(--wd-prods-brd); }
  .wd-products.wd-stretch-cont-sm .wd-product-wrapper {
    height: 100%; }
  .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"; } }

@media (max-width: 576px) {
  [class*="wd-grid"] {
    --wd-col: var(--wd-col-xs);
    --wd-gap: var(--wd-gap-xs);
    --wd-col-xs: var(--wd-col-sm);
    --wd-gap-xs: var(--wd-gap-sm); }
  .product-labels {
    gap: 5px; }
  .product-label {
    padding-inline: 5px;
    min-width: 40px;
    font-size: 10px; }
    .product-label.label-with-img {
      padding-inline: 0; }
  .product-label.wd-shape-round {
    min-height: 40px;
    font-size: 10px; }
    .product-label.wd-shape-round.label-with-img {
      min-height: auto; }
  .wd-loop-builder-off:is([style*="col-sm:2"], [style*="col-sm: 2"]) :where(.wd-product) {
    --title-line-height: 1.2em;
    --wd-prod-gap: 10px;
    font-size: 90%; } }
