.wd-swatches-filter .wd-swatch {
  flex: 0 0 auto;
}
.fs-20
{
  font-size: 20px!important;
  font-weight: 700!important;
}
.fs-15
{
  font-size: 15px!important;
  font-weight: 700!important;
}
.text-danger
{
  color: #790003!important;
}
.text-truncate-2
{
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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: "";
  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;
}
.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;
}
.widget_price_filter .price_slider {
  margin-bottom: 20px;
}
.login-see-prices .widget_price_filter,
.widget_price_filter :is(#min_price, #max_price) {
  display: none;
}
.widget_price_filter [class*="price_slider_amount"] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.widget_price_filter [class*="price_slider_amount"] .button {
  order: 2;
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
  border-radius: var(--btn-default-brd-radius);
  color: var(--btn-default-color);
  box-shadow: var(--btn-default-box-shadow);
  background-color: var(--btn-default-bgcolor);
  text-transform: var(--btn-default-transform, var(--btn-transform));
  font-weight: var(--btn-default-font-weight, var(--btn-font-weight));
  font-family: var(--btn-default-font-family, var(--btn-font-family));
  font-style: var(--btn-default-font-style, var(--btn-font-style));
}
.widget_price_filter [class*="price_slider_amount"] .button:hover {
  color: var(--btn-default-color-hover);
  box-shadow: var(--btn-default-box-shadow-hover);
  background-color: var(--btn-default-bgcolor-hover);
}
.widget_price_filter [class*="price_slider_amount"] .button:active {
  box-shadow: var(--btn-default-box-shadow-active);
  bottom: var(--btn-default-bottom-active);
}
.widget_price_filter [class*="price_slider_amount"] .price_label {
  order: 1;
  color: var(--color-gray-500);
}
.widget_price_filter [class*="price_slider_amount"] .price_label > span {
  color: var(--color-gray-900);
  font-weight: 600;
}
.widget_price_filter [class*="price_slider_amount"] .clear {
  display: none;
}
.widget_price_filter .ui-slider {
  position: relative;
}
.widget_price_filter .ui-slider-horizontal {
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1 !important;
}
.widget_price_filter .ui-slider-horizontal:before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline: 0;
  margin-top: -1px;
  height: 2px;
  background-color: var(--brdcolor-gray-300);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  margin-top: -1px;
  height: 2px;
  border: 0;
  border-radius: 0;
  background-image: none;
  background-color: var(--wd-primary-color);
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  background-color: transparent !important;
  cursor: ew-resize;
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 15px;
  background-color: var(--wd-primary-color);
}
.widget_price_filter .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-range-max {
  right: -1px;
}
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;
}
.position-relative {
  position: relative;
}
.z-index-10 {
  z-index: 10;
}
.z-index-h {
  z-index: 35;
}
.z-index-100 {
  z-index: 100;
}
.z-index-1000 {
  z-index: 1000;
}
.opacity-video-bg .vc_video-bg {
  opacity: 0.6;
}
.title-uppercase {
  text-transform: uppercase;
}
.add-border {
  border-bottom: 1px solid;
}
.border-width-1 {
  border-width: 1px;
}
.border-width-2 {
  border-width: 2px;
}
.border-width-3 {
  border-width: 3px;
}
.border-width-4 {
  border-width: 4px;
}
.border-color-primary {
  border-color: var(--wd-primary-color);
}
.border-color-alternative {
  border-color: var(--wd-alternative-color);
}
.box-shadow-style-1 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.box-shadow-style-2 {
  box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5);
}
.box-shadow-style-3 {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reset-margin-tablet > .vc_column-inner {
    margin-inline: 0 !important;
  }
}
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;
}
.shop_attributes {
  margin-bottom: 0;
  overflow: hidden;
  --wd-attr-v-gap: 30px;
  --wd-attr-h-gap: 30px;
  --wd-attr-col: 1;
  --wd-attr-brd-width: 1px;
  --wd-attr-brd-style: solid;
  --wd-attr-brd-color: var(--brdcolor-gray-300);
  --wd-attr-img-width: 24px;
}
.shop_attributes tbody {
  display: grid;
  grid-template-columns: repeat(var(--wd-attr-col), 1fr);
  margin-bottom: calc(-1 * (var(--wd-attr-v-gap) + var(--wd-attr-brd-width)));
  column-gap: var(--wd-attr-h-gap);
}
.shop_attributes tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(var(--wd-attr-v-gap) / 2);
  margin-bottom: calc(var(--wd-attr-v-gap) / 2);
  border-bottom: var(--wd-attr-brd-width) var(--wd-attr-brd-style)
    var(--wd-attr-brd-color);
}
.shop_attributes :is(th, td) {
  padding: 0;
  border: none;
}
.shop_attributes th {
  flex: 0 0 auto;
  font-family: var(--wd-text-font);
  margin-right: 20px;
}
.shop_attributes td {
  text-align: right;
}
.shop_attributes p {
  margin-bottom: 0;
}
.shop_attributes span {
  vertical-align: middle;
}
.shop_attributes .wd-attr-img {
  width: 100vw;
  max-width: var(--wd-attr-img-width);
}
.shop_attributes .wd-attr-name:not(:first-child) {
  margin-inline-start: 10px;
}
.shop_attributes .wd-hint {
  --wd-hint-bg: var(--bgcolor-gray-300);
  --wd-hint-color: var(--color-gray-800);
  --wd-hint-size: calc(var(--wd-text-font-size) - 3px);
  margin-inline-start: 2px;
}
.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 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  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.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: 40px;
  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 {
  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: "";
  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: "";
}
.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;
  }
}
.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) {
  color: #ffffff;
  font-size: 24px;
  transition: inherit;
}
.wd-tools-element.wd-design-7:hover > a > :is(.wd-tools-inner, .wd-tools-icon) {
  color: #5b775e;
}
.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);
}
.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 .social-twitter {
  --social-color: #000;
}
.social-instagram {
  --social-color: #774430;
}
.social-email {
  --social-color: #f89a1e;
}
.social-pinterest {
  --social-color: #cb2027;
}
.social-youtube {
  --social-color: #cb2027;
}
.social-tumblr {
  --social-color: #36465d;
}
.social-linkedin {
  --social-color: #0274b3;
}
.social-vimeo {
  --social-color: #1ab7ea;
}
.social-flickr {
  --social-color: #fe0072;
}
.social-github {
  --social-color: #171515;
}
.social-dribbble {
  --social-color: #ec5e95;
}
.social-behance {
  --social-color: #1f6ffc;
}
.social-soundcloud {
  --social-color: #f9490d;
}
.social-spotify {
  --social-color: #2ebd59;
}
.social-skype {
  --social-color: #00aff0;
}
.social-ok {
  --social-color: #ee8208;
}
.social-whatsapp {
  --social-color: #1ebea5;
}
.social-vk {
  --social-color: #4c75a3;
}
.social-snapchat {
  --social-color: #fffc00;
}
.social-snapchat .wd-icon:before {
  content: "\f178";
}
.social-tg {
  --social-color: #37aee2;
}
.social-viber {
  --social-color: #834995;
}
.social-tiktok {
  --social-color: #010101;
}
.social-discord {
  --social-color: #5562ea;
}
.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;
  }
}
.login > *:last-child {
  margin-bottom: 0;
}
.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 0.25s ease;
}
.show-password-input:hover {
  color: var(--color-gray-400);
}
.show-password-input:before {
  font-family: "woodmart-font";
  content: "\f11a";
}
.show-password-input.display-password:before {
  content: "\f11b";
}
.login-form-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.login-form-footer .lost_password {
  order: 2;
  color: var(--wd-primary-color);
}
.login-form-footer .lost_password:hover {
  color: var(--wd-primary-color);
  text-decoration: underline;
  opacity: 0.7;
}
.login-form-footer .theme-form-login__rememberme {
  order: 1;
  margin-bottom: 0;
}
:is(.register, .login) .button {
  width: 100%;
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
}
:is(.register, .login) .button:hover {
  color: var(--btn-accented-color-hover);
  box-shadow: var(--btn-accented-box-shadow-hover);
  background-color: var(--btn-accented-bgcolor-hover);
}
:is(.register, .login) .button:active {
  box-shadow: var(--btn-accented-box-shadow-active);
  bottom: var(--btn-accented-bottom-active, 0);
}
.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);
}
.wd-header-my-account .wd-tools-icon:before {
  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;
  }
}
.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 .theme-mini-cart .mini_cart_item {
  margin-bottom: 0;
  padding: 15px;
  transition: background-color 0.3s ease;
}
.cart-widget-side .theme-mini-cart .mini_cart_item:hover {
  background-color: var(--bgcolor-gray-100);
}
.cart-widget-side .theme-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 .theme-mini-cart__total {
  margin-top: 0;
}
.cart-widget-side .wd-empty-mini-cart {
  margin-top: 20px;
  padding-inline: 15px;
}
div.quantity {
  display: inline-flex;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}
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);
}
div.quantity :is(input[type="number"], input[type="text"]) {
  height: 42px;
}
div.quantity input[type="number"] {
  width: 30px;
  border-radius: 0;
  border-right: none;
  border-left: none;
}
div.quantity input[type="text"] {
  width: var(--quantity-space, 80px);
  text-align: center;
}
.browser-Firefox div.quantity input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
div.quantity input[type="button"] {
  padding: 0 5px;
  min-width: 25px;
  min-height: unset;
  height: 42px;
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  background: var(--wd-form-bg);
  box-shadow: none;
}
div.quantity input[type="button"]:hover {
  color: #fff;
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
}
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);
}
div.quantity.hidden {
  display: none !important;
}
.form-style-underlined div.quantity input[type="number"],
.form-style-underlined div.quantity input[type="text"] {
  border-top-style: solid;
}
.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 {
  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(.theme-cart, .theme-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);
}
.theme-mini-cart > li {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.theme-mini-cart > li a {
  margin-bottom: 0;
}
.theme-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;
}
.theme-mini-cart .remove:after {
  font-size: 10px;
  content: "";
  font-family: "woodmart-font";
}
.theme-mini-cart .remove:hover {
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.theme-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 .theme-mini-cart__total {
  margin-bottom: 0;
}
.theme-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);
}
.theme-mini-cart__total strong {
  color: var(--color-gray-900);
}
.theme-mini-cart__total .theme-Price-amount {
  flex-grow: 1;
  text-align: right;
}
.theme-mini-cart__total .tax_label {
  margin-inline-start: 5px;
}
.theme-mini-cart__buttons {
  display: block;
  text-align: center;
}
.theme-mini-cart__buttons > * {
  margin-bottom: 10px;
}
.theme-mini-cart__buttons > *:last-child {
  margin-bottom: 0;
}
.theme-mini-cart__buttons a {
  width: 100%;
}
.theme-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));
}
.theme-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);
}
.theme-mini-cart__buttons .btn-cart:active {
  box-shadow: var(--btn-default-box-shadow-active);
  bottom: var(--btn-default-bottom-active);
}
.theme-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));
}
.theme-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);
}
.theme-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);
}
.mobile-nav .wd-nav-opener.wd-active {
  background-color: var(--wd-primary-color);
  color: #fff;
}
.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 {
  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;
  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;
}
.wd-el-video {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wd-el-video :is(iframe, video) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: cover;
}
.wd-el-video:is(.wd-action-overlay, .wd-action-without) {
  border-radius: var(--wd-brd-radius);
}
.wd-el-video:is(.wd-action-overlay, .wd-action-without):not(
    .wd-with-aspect-ratio
  ) {
  height: 400px;
}
.wd-el-video.wd-with-aspect-ratio {
  aspect-ratio: var(--wd-aspect-ratio);
}
.wd-el-video-overlay {
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-el-video-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wd-el-video-overlay:after {
  position: absolute;
  inset: -1px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-el-video:hover .wd-el-video-overlay {
  transform: scale(1.09);
}
.wd-el-video:hover .wd-el-video-overlay:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.wd-el-video-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  z-index: 4;
}
.wd-el-video-link {
  z-index: 6;
}
.wd-el-video-play-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  color: var(--color-gray-800);
  font-size: 100px;
  transition: color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-el-video-play-btn:before {
  font-size: 0.32em;
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  content: "\f101";
  font-family: "woodmart-font";
}
.wd-el-video-play-btn:after {
  position: absolute;
  inset: 0;
  border: min(0.04em, 2px) solid currentColor;
  opacity: 0.4;
  border-radius: 50%;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.wd-el-video.wd-action-play .wd-el-video-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.wd-el-video-play-label {
  font-weight: 600;
  color: var(--color-gray-800);
}
.wd-el-video:is(.wd-action-play, .wd-action-button) {
  overflow: visible;
}
.wd-el-video.wd-playing
  :is(.wd-el-video-overlay, .wd-el-video-link, .wd-el-video-control) {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
}
.wd-popup.wd-video-popup {
  --wd-popup-padding: 0;
  max-width: 900px;
  background-color: #000;
}
.wd-popup.wd-video-popup :is(video, iframe) {
  width: 100%;
  border-radius: var(--wd-brd-radius);
}
.wd-popup.wd-video-popup iframe {
  aspect-ratio: 16 / 9;
}
.wd-el-video.wd-action-play .wd-el-video-btn:hover .wd-el-video-play-btn:before,
.wd-el-video.wd-action-overlay:hover .wd-el-video-play-btn:before {
  transform: scale(0.9);
}
.wd-el-video.wd-action-play .wd-el-video-btn:hover .wd-el-video-play-btn:after,
.wd-el-video.wd-action-overlay:hover .wd-el-video-play-btn:after {
  opacity: 0.6;
}
.promo-banner {
  --button-space: 15px;
  --button-size: 28px;
  --content-width: var(--wd-max-width);
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
}
.browser-Safari .promo-banner {
  transform: translate3d(0, 0, 0);
}
.promo-banner .banner-image :is(img, picture, video) {
  width: 100%;
  height: var(--wd-img-height);
  object-fit: cover;
  object-position: inherit;
}
.promo-banner .banner-image[style^="height"] :is(img, picture) {
  height: 100%;
}
.promo-banner .wrapper-content-banner {
  z-index: 2;
  display: flex;
  overflow: hidden;
  padding: 30px;
  border-radius: var(--wd-brd-radius);
}
.promo-banner .content-banner {
  position: relative;
  width: 100%;
  max-width: var(--content-width);
}
.promo-banner
  :is(.banner-subtitle, .banner-title, .banner-inner):not(:first-child) {
  margin-top: 7px;
}
.promo-banner .banner-title {
  display: block;
  margin-bottom: 0;
  line-height: 1.3;
}
.promo-banner .banner-inner p:first-child:empty {
  display: none;
}
.promo-banner .wd-countdown-timer {
  margin-top: 10px;
}
.promo-banner .banner-btn-wrapper {
  margin-top: var(--button-space);
}
.promo-banner.wd-with-link .wrapper-content-banner {
  pointer-events: none;
}
.promo-banner.wd-with-link:hover .btn {
  pointer-events: auto;
}
.wd-bg-position-top {
  background-position: center top;
  object-position: center top;
}
.wd-bg-position-bottom {
  background-position: center bottom;
  object-position: center bottom;
}
.wd-bg-position-left {
  background-position: left center;
  object-position: left center;
}
.wd-bg-position-right {
  background-position: right center;
  object-position: right center;
}
.wd-bg-position-center {
  background-position: center;
  object-position: center;
}
.banner-increased-padding .wrapper-content-banner {
  padding: 7%;
}

.banner-content-background .wrapper-content-banner {
  width: 100%;
  max-width: var(--content-width);
  background-color: rgba(0, 0, 0, 0.8);
  backface-visibility: hidden;
  perspective: 800px;
}
.banner-content-background .wrapper-content-banner.wd-items-top {
  bottom: auto;
}
.banner-content-background .wrapper-content-banner.wd-items-middle {
  top: 50%;
  bottom: auto;
  transform: translate3d(0, -50%, 0);
}
.banner-content-background .wrapper-content-banner.wd-justify-left {
  right: auto;
}
.banner-content-background .wrapper-content-banner.wd-justify-center {
  right: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.banner-content-background
  .wrapper-content-banner.wd-justify-center.wd-items-middle {
  transform: translate3d(-50%, -50%, 0);
}
.banner-content-background .wrapper-content-banner.wd-justify-right {
  left: auto;
}
.banner-content-background .content-banner {
  max-width: unset;
}
.banner-content-background.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.8);
}
[class*="banner-hover-zoom"] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
[class*="banner-hover-zoom"] .banner-image {
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
[class*="banner-hover-zoom"]:hover .banner-image {
  transform: scale(1.09);
}
.banner-hover-zoom-reverse .banner-image {
  transform: scale(1.09);
}
.banner-hover-zoom-reverse:hover .banner-image {
  transform: none;
}
[class*="wd-underline"] u {
  text-decoration: none;
}
[class*="wd-underline-colored"] u {
  color: var(--wd-primary-color);
}
.wd-underline-colored-alt u {
  font-family: var(--wd-alternative-font);
  font-style: var(--wd-alternative-font-style);
}
.wd-underline-bordered u {
  border-bottom: 3px solid var(--wd-primary-color);
}
.title-wrapper [class*="title"] {
  display: inline-block;
}
.title-wrapper .title {
  margin-bottom: 0;
}
.title-wrapper .img-wrapper {
  margin-top: 10px;
}
.subtitle-color-black.subtitle-style-default {
  color: #000;
}
.subtitle-color-black.subtitle-style-background {
  background-color: #333;
  color: #fff;
}
.subtitle-color-white.subtitle-style-default {
  color: rgba(255, 255, 255, 0.8);
}
.subtitle-color-white.subtitle-style-background {
  background-color: rgba(255, 255, 255, 0.8);
  color: #242424;
}
.subtitle-color-gradient.subtitle-style-default {
  color: var(--color-gray-400);
}
.subtitle-color-gradient.subtitle-style-background {
  background-color: #f1f1f1;
  color: #333;
}
.wd-title-color-default {
  --el-title-color: rgba(0, 0, 0, 0.105);
}
.wd-title-color-primary {
  --el-title-color: var(--wd-primary-color);
}
.wd-title-color-alt {
  --el-title-color: var(--wd-alternative-color);
}
.wd-title-color-black {
  --el-title-color: #000;
}
.wd-title-color-white {
  color: var(--wd-text-color);
  --wd-text-color: rgba(255, 255, 255, 0.8);
  --wd-title-color: #fff;
  --el-title-color: #fff;
}
.wd-title-color-gradient .title {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wd-title-style-shadow {
  padding: 25px;
  border-radius: var(--wd-brd-radius);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.wpb-js-composer .title-wrapper {
  --content-width: var(--wd-max-width);
}
.wpb-js-composer .title-wrapper [class*="title"] {
  max-width: var(--content-width);
}
.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer {
  margin-bottom: 0;
}
.wpb-js-composer .title-wrapper.wd-title-empty .liner-continer .title {
  display: none;
}
@media (max-width: 1024px) {
  .title-subtitle.wd-fontsize-m,
  .title-after_title.wd-fontsize-s {
    font-size: 14px;
  }
}

.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;
  height: 400px;
  overflow: hidden;
}
.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: 1.2rem;
  height: 50px;
  overflow: hidden;
  font-weight: 600;
}
.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);
  font-weight: 600;
  font-size: 0.9rem;
}
.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 .theme-review-link {
  line-height: 1;
  color: var(--color-gray-500);
}
.wd-product .theme-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;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.product-element-top img.attachment-theme_thumbnail
{
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  -o-object-fit: cover;
}
.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.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%;
  }
}
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;
}
@media (min-width: 1200px) {
  .banner-increased-padding .banner-subtitle.wd-fontsize-xs {
    font-size: 1vw;
  }
  .banner-increased-padding .banner-subtitle.wd-fontsize-s {
    font-size: 1.1vw;
  }
  .banner-increased-padding .banner-subtitle.wd-fontsize-m {
    font-size: 1.3vw;
  }
  .banner-increased-padding .banner-title.wd-fontsize-s {
    font-size: 1.2vw;
  }
  .banner-increased-padding .banner-title.wd-fontsize-l {
    font-size: 1.6vw;
  }
  .banner-increased-padding .banner-title.wd-fontsize-xl {
    font-size: 2vw;
  }
  .banner-increased-padding .banner-title.wd-fontsize-xxl {
    font-size: 2.3vw;
  }
}
@media (max-width: 1199.98px) {
  .banner-subtitle.wd-fontsize-xs {
    font-size: 1vw;
  }
  .banner-subtitle.wd-fontsize-s {
    font-size: 1.1vw;
  }
  .banner-subtitle.wd-fontsize-m {
    font-size: 1.3vw;
  }
  .banner-title.wd-fontsize-s {
    font-size: 1.2vw;
  }
  .banner-title.wd-fontsize-l {
    font-size: 1.6vw;
  }
  .banner-title.wd-fontsize-xl {
    font-size: 2vw;
  }
  .banner-title.wd-fontsize-xxl {
    font-size: 2.3vw;
  }
}
@media (max-width: 1024px) {
  .banner-inner.wd-fontsize-m {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .banner-btn-wrapper
  :is(.btn-size-default, .btn-size-large, .btn-size-extra-large) {
    padding: 5px 14px;
    min-height: 36px;
    font-size: 12px;
  }
  .banner-btn-wrapper .btn-style-link {
    padding: 0;
    min-height: unset;
  }
  [style*="col-sm:1"] .banner-subtitle {
    font-size: 3vw;
  }
  [style*="col-sm:1"] .banner-title {
    font-size: 5vw;
  }
  .banner-inner:is(.wd-fontsize-s, .wd-fontsize-m) {
    font-size: 14px;
  }
  .product-element-top img.attachment-theme_thumbnail {
    height: 200px !important;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .promo-banner .banner-subtitle {
    font-size: 3vw;
  }
  .promo-banner .banner-title {
    font-size: 5vw;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  :is(.vc_col-sm-6, [style*="col-md:2"]) .banner-subtitle.wd-fontsize-xs {
    font-size: 1vw;
  }
  :is(.vc_col-sm-6, [style*="col-md:2"]) .banner-subtitle.wd-fontsize-s {
    font-size: 1.3vw;
  }
  :is(.vc_col-sm-6, [style*="col-md:2"]) .banner-title.wd-fontsize-s {
    font-size: 1.6vw;
  }
  :is(.vc_col-sm-6, [style*="col-md:2"]) .banner-title.wd-fontsize-l {
    font-size: 2vw;
  }
  :is(.vc_col-sm-6, [style*="col-md:2"]) .banner-title.wd-fontsize-xl {
    font-size: 2.3vw;
  }
}
@media (min-width: 577px) and (max-width: 768.98px) {
  :is([style*="col-sm:2"], [style*="col-sm:3"]) .banner-subtitle {
    font-size: 2vw;
  }
  :is([style*="col-sm:2"], [style*="col-sm:3"]) .banner-title {
    font-size: 3vw;
  }
}
@media (max-width: 576px) {
  .title-wrapper .title-subtitle {
    font-size: 12px;
  }
  .title-wrapper .title {
    font-size: 20px;
  }
  .wd-product .product-image-link{
    height: 200px;
  }
}
.swiper-button-next{
  background: url(../images/rightarrow.webp);
  width: 50px !important;
  height: 50px !important;
}
.swiper-button-next::after{
  content: unset !important;
}
.swiper-button-prev{
  background: url(../images/leftarrow.webp);
  content: "";
  width: 50px !important;
  height: 50px !important;
}
.swiper-button-prev::after{
  content: unset !important;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.price{
  font-family: "Roboto", sans-serif !important;
}
.entry-summary .product_title{
  height: 60px;
}

.mobile-nav .wd-nav-opener::after {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/> </svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 19px;
  top: 17px;
}