File "style.css"

Full Path: /home/ycoalition/public_html/blog/wp-content/themes/woodmart/languages/style.css
File size: 404 KB
MIME-type: text/plain
Charset: utf-8

/*
Theme Name: Woodmart
Theme URI: https://woodmart.xtemos.com/
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Version: 7.2.4
Text domain: woodmart
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
*/
:root {
  --wd-text-line-height:    1.6;
  --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==);
  --btn-height: 42px;
  --btn-transform: uppercase;
  --btn-font-weight: 600;
  --btn-font-family: inherit;
  --btn-font-style: unset;
  --wd-main-bgcolor: #FFF;
  --wd-scroll-w: .001px;
  --wd-admin-bar-h: .001px;
  --wd-tags-mb: 20px;
  --wd-block-spacing: 20px;
  --wd-header-banner-mt: .001px;
  --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: #777;
  --color-gray-600: #666;
  --color-gray-700: #555;
  --color-gray-800: #333;
  --color-gray-900: #242424;
  --bgcolor-white-rgb:    255, 255, 255;
  --bgcolor-white:		#FFF;
  --bgcolor-gray-100:		#f7f7f7;
  --bgcolor-gray-200:		#f7f7f7;
  --bgcolor-gray-300:		#f1f1f1;
  --bgcolor-gray-400:		rgba(187, 187, 187, 0.4);
  --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); }

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; }

caption, th, td {
  vertical-align: middle;
  text-align: left; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: 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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  overflow-x: hidden; }

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);
  --wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h));
  --wd-header-sticky-h: calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h)); }

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

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

a {
  color: var(--wd-link-color);
  text-decoration: none;
  transition: all .25s ease; }
  a:is(
  :hover,
  :focus,
  :active) {
    outline: none;
    text-decoration: none; }
  a:hover {
    color: var(--wd-link-color-hover); }
  a:focus {
    outline: none; }
  :is(h1, h2, h3, h4, h5, h6, .title) a {
    color: inherit; }
    :is(h1, h2, h3, h4, h5, h6, .title) a:hover {
      color: var(--wd-link-color-hover); }

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

em {
  font-style: italic; }

big {
  font-size: larger; }

abbr {
  border-bottom: 1px dotted;
  color: #D62432;
  text-decoration: none; }

acronym {
  border-bottom: 1px dotted;
  text-decoration: none; }

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

abbr[title] {
  border: none; }

dl {
  margin-bottom: 20px; }

strong,
b {
  font-weight: 600; }

mark {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f7f7f7;
  color: #242424;
  font-weight: 600;
  line-height: 1; }

code,
kbd {
  padding: 2px 5px; }

code, kbd, pre, samp {
  -webkit-hyphens: none;
  hyphens: none;
  font-family: monospace, serif; }

ins {
  text-decoration: none; }

pre {
  overflow: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #f7f7f7;
  text-align: left;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

dfn {
  font-style: italic; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 1; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

var {
  font-style: italic; }

small {
  font-size: 80%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 35px;
  border: none;
  border-bottom: 1px solid currentColor;
  opacity: .2; }

iframe,
embed {
  max-width: 100%; }

blockquote {
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid var(--wd-primary-color);
  text-align: left;
  font-size: 110%;
  --wd-tags-mb: 10px; }
  blockquote cite {
    display: block;
    margin-top: 10px;
    color: var(--wd-primary-color);
    font-weight: 600;
    font-size: 90%; }
    blockquote cite a {
      color: inherit; }

cite {
  font-style: italic; }

address {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 110%;
  line-height: 1.8; }

fieldset {
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 2px solid var(--brdcolor-gray-300);
  border-radius: var(--wd-brd-radius); }
  fieldset legend {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto; }

legend {
  text-transform: uppercase;
  font-size: 22px; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

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

.svg-icon {
  display: inline-block; }
  .svg-icon svg {
    width: inherit !important;
    height: inherit !important; }

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

:is(.wd-custom-icon,
picture.wd-custom-icon img) {
  min-width: 100%;
  max-width: 38px;
  width: auto;
  height: auto; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

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

.element-title {
  display: flex !important;
  align-items: center;
  text-transform: uppercase;
  font-size: 22px; }
  .element-title .title-icon {
    flex: 0 0 auto;
    margin-inline-end: 10px; }
  .products-bordered-grid .element-title {
    padding-left: 0 !important;
    padding-right: 0 !important; }

legend, h1, h2, h3, h4, h5, h6, .title, .woocommerce-Reviews .comment-reply-title {
  display: block;
  margin-bottom: var(--wd-tags-mb);
  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, .wp-block-post-title,
.wp-block-post-title > a, .wp-block-latest-comments__comment-link, .wp-block-latest-posts li > a, .wp-block-rss__item-title a, td.product-name a, .product-title, .group_table td.product-label a, .wc-block-review-list-item__product > a, .wc-block-grid__product .wc-block-grid__product-title {
  display: block;
  color: var(--wd-entities-title-color);
  word-wrap: break-word;
  font-weight: var(--wd-entities-title-font-weight);
  font-style: var(--wd-entities-title-font-style);
  font-family: var(--wd-entities-title-font);
  text-transform: var(--wd-entities-title-transform);
  line-height: 1.4; }

a.wd-entities-title:hover, .wd-entities-title a:hover, .widget_recent_comments ul li > a:hover, .widget_recent_entries ul li a:hover, .widget_rss ul li > a:hover, .wp-block-post-title > a:hover, .wp-block-latest-comments__comment-link:hover, .wp-block-latest-posts li > a:hover, .wp-block-rss__item-title a:hover, .wd-menu-price.cursor-pointer:hover .menu-price-title, td.product-name a:hover, .product-title a:hover, a.product-title:hover, .widget_recent_reviews .product-title:hover, li:hover .cart-info .wd-entities-title, .group_table td.product-label a:hover, .wc-block-review-list-item__product > a:hover, .wc-block-grid__product .wc-block-grid__product-link:hover .wc-block-grid__product-title {
  color: var(--wd-entities-title-color-hover); }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

dl {
  margin-bottom: 20px; }
  dl dt {
    color: var(--color-gray-800);
    font-weight: 600; }
  dl dd {
    margin-bottom: 20px; }

.unordered-list ul,
.unordered-list ol {
  margin-left: 20px; }

.unordered-list li:before {
  margin-right: 10px;
  font-size: 8px;
  content: "\f113";
  font-family: "woodmart-font"; }

.unordered-list, .wd-sub-menu, .textwidget .menu, .wd-search-requests ul, .wc-item-meta, .wd-wishlist-group-list, .unordered-list ul, .wd-sub-menu ul, .textwidget .menu ul, .wc-item-meta ul, .wd-wishlist-group-list ul,
.unordered-list ol,
.wd-sub-menu ol,
.textwidget .menu ol,
.wd-search-requests ul ol,
.wc-item-meta ol,
.wd-wishlist-group-list ol, .wd-nav, .comments-area .comment-list, .comments-area .children, .commentlist .children, nav[class*="-pagination"] ul, .entry-meta-list, .portfolio-entry .proj-cats-list, .wd-twitter-element ul, .wd-list, .flickity-page-dots, .wd-threed-view .threed-view-images, ul.variation, .wd-checkout-steps, #shipping_method, .commentlist, .wd-pf-results, .wd-pf-dropdown ul, .payment_methods, .woocommerce-MyAccount-navigation ul, :is(
.woocommerce-thankyou-order-details,
.wc-bacs-bank-details) {
  list-style: none;
  --li-pl: 0; }

.wd-sub-menu, .wd-search-requests ul, .wc-item-meta, .wd-wishlist-group-list, .wd-sub-menu ul, .wc-item-meta ul, .wd-wishlist-group-list ul,
.wd-sub-menu ol,
.wd-search-requests ul ol,
.wc-item-meta ol,
.wd-wishlist-group-list ol, .wd-nav, .comments-area .comment-list, .comments-area .children, .commentlist .children, nav[class*="-pagination"] ul, .entry-meta-list, .portfolio-entry .proj-cats-list, .wd-twitter-element ul, .flickity-page-dots, .wd-threed-view .threed-view-images, .commentlist, .wd-pf-results, .wd-pf-dropdown ul, .woocommerce-MyAccount-navigation ul {
  --list-mb: 0;
  --li-mb: 0; }

.wd-z-index {
  position: relative;
  z-index: 35; }

.text-center {
  --content-align: center;
  --text-align: center;
  text-align: center; }

.text-right {
  --text-align: right;
  text-align: right;
  --content-align: flex-end; }

.text-left {
  --text-align: left;
  text-align: left;
  --content-align: flex-start; }

.wd-fontsize-xs {
  font-size: 14px; }

.wd-fontsize-s {
  font-size: 16px; }

.wd-fontsize-m {
  font-size: 18px; }

.wd-fontsize-l {
  font-size: 22px; }

.wd-fontsize-xl {
  font-size: 26px; }

.wd-fontsize-xxl {
  font-size: 36px; }

.wd-fontsize-xxxl {
  font-size: 46px; }

.text-larger {
  font-size: 110%; }

.wd-items-top {
  align-items: flex-start; }

.wd-items-middle {
  align-items: center; }

.wd-items-bottom {
  align-items: flex-end; }

.wd-justify-left {
  justify-content: flex-start; }

.wd-justify-center {
  justify-content: center; }

.wd-justify-right {
  justify-content: flex-end; }

[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;
  --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); }

.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:                #777;
  --color-gray-600:                #666;
  --color-gray-700:                #555;
  --color-gray-800:                #333;
  --color-gray-900:                #242424;
  --bgcolor-white-rgb:             255, 255, 255;
  --bgcolor-white:                 #FFF;
  --bgcolor-gray-100:              #f7f7f7;
  --bgcolor-gray-200:              #f7f7f7;
  --bgcolor-gray-300:              #f1f1f1;
  --bgcolor-gray-400:              rgba(187, 187, 187, 0.4);
  --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:                 #777;
  --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:     #777;
  color: var(--wd-text-color); }

[class*="color-scheme-hover"] {
  transition: all .25s ease; }
  [class*="color-scheme-hover"] .title {
    transition: all .25s ease; }

.color-scheme-hover-dark:hover {
  --color-gray-400:      #a5a5a5;
  --color-gray-800:      #333;
  --bgcolor-gray-200:    #f7f7f7;
  --brdcolor-gray-500:   rgba(0, 0, 0, 0.2);
  --wd-text-color:       #777;
  --wd-title-color:      #242424;
  --wd-link-color:       #333;
  --wd-link-color-hover: #242424;
  color: var(--wd-text-color); }

.color-scheme-hover-light:hover {
  --color-gray-400:      rgba(255, 255, 255, 0.8);
  --color-gray-800:      #FFF;
  --brdcolor-gray-300:   rgba(255, 255, 255, 0.15);
  --brdcolor-gray-500:   rgba(255, 255, 255, 0.3);
  --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); }

.color-primary {
  color: var(--wd-primary-color); }

.color-alt {
  color: var(--wd-alternative-color); }

.color-title {
  color: var(--wd-title-color); }

.font-text {
  font-family: var(--wd-text-font); }

.font-primary {
  font-family: var(--wd-title-font); }

.font-alt {
  font-style: var(--wd-alternative-font-style);
  font-family: var(--wd-alternative-font); }

.clear {
  clear: both;
  width: 100%; }

.cursor-pointer {
  cursor: pointer; }

.wd-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.wd-display-none,
.wd-hide {
  display: none !important; }

.set-mb-s {
  --margin-bottom: 10px; }
  .set-mb-s > * {
    margin-bottom: var(--margin-bottom); }

.set-mb-m {
  --margin-bottom: 15px; }
  .set-mb-m > * {
    margin-bottom: var(--margin-bottom); }

.set-mb-l {
  --margin-bottom: 20px; }
  .set-mb-l > * {
    margin-bottom: var(--margin-bottom); }

.set-cont-mb-s {
  --wd-tags-mb: 10px; }

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

.is_stuck {
  z-index: 2; }

@keyframes wd-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes wd-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes wd-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes wd-fadeInBottomShort {
  from {
    transform: translate3d(0, 20px, 0); }
  to {
    transform: none; } }

@keyframes wd-ShakePrev {
  25% {
    transform: translate3d(0px, 0, 0); }
  50% {
    transform: translate3d(3px, 0, 0); }
  75% {
    transform: translate3d(-3px, 0, 0); } }

@keyframes wd-ShakeNext {
  25% {
    transform: translate3d(0px, 0, 0); }
  50% {
    transform: translate3d(-3px, 0, 0); }
  75% {
    transform: translate3d(3px, 0, 0); } }

@keyframes wd-FadeInLoader {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }

@keyframes wd-SlideFromTop {
  from {
    transform: translateY(-150px); }
  to {
    transform: none; } }

@keyframes wd-SlideFromBottom {
  from {
    transform: translateY(150px); }
  to {
    transform: none; } }

@keyframes wd-SlideFromLeft {
  from {
    transform: translateX(-150px); }
  to {
    transform: none; } }

@keyframes wd-SlideFromRight {
  from {
    transform: translateX(150px); }
  to {
    transform: none; } }

@keyframes wd-RightFlipY {
  from {
    transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6); }
  to {
    transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); } }

@keyframes wd-LeftFlipY {
  from {
    transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6); }
  to {
    transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); } }

@keyframes wd-TopFlipX {
  from {
    transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
  to {
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }

@keyframes wd-BottomFlipX {
  from {
    transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
  to {
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }

@keyframes wd-ZoomIn {
  from {
    transform: scale(0.7); }
  to {
    transform: none; } }

@keyframes wd-RotateZ {
  from {
    transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085); }
  to {
    transform: none; } }

table {
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4; }
  table th {
    padding: 15px 10px;
    border-bottom: 2px solid var(--brdcolor-gray-200);
    color: var(--wd-title-color);
    text-transform: uppercase;
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-size: 16px;
    font-family: var(--wd-title-font); }
  table td {
    padding: 15px 12px;
    border-bottom: 1px solid var(--brdcolor-gray-300); }
  table :is(
  tbody,
  tfoot) th {
    border-bottom: 1px solid var(--brdcolor-gray-300);
    text-transform: none;
    font-size: inherit; }

.responsive-table {
  overflow-x: auto;
  margin-bottom: 35px; }
  .responsive-table table {
    margin-bottom: 0; }
  .responsive-table .responsive-table {
    overflow-x: visible;
    margin-bottom: 0; }

input[type='email'],
input[type='search'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='text'],
input[type='password'],
textarea,
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'],
textarea,
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; }
  input[type='email']:focus,
  input[type='date']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: var(--wd-form-brd-color-focus);
    transition: border-color .4s ease; }

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

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

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; }

input[type="date"]::-webkit-inner-spin-button {
  display: none; }

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0; }

input[type="date"]::-webkit-clear-button {
  position: relative;
  right: 5px;
  width: 30px;
  opacity: .4;
  filter: grayscale(100%); }

[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button {
  opacity: .6;
  filter: grayscale(100%) invert(100%) saturate(800%); }

html:not(.browser-Firefox) input[type="date"] {
  background: no-repeat url("inc/admin/assets/images/calend-d.svg") right 15px top 50%;
  background-size: auto 14px; }

html:not(.browser-Firefox) [class*="color-scheme-light"] input[type='date'] {
  background-image: url("inc/admin/assets/images/calend-l.svg"); }

textarea {
  overflow: auto;
  padding: 10px 15px;
  min-height: 190px; }

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

input:-webkit-autofill {
  border-color: var(--wd-form-brd-color);
  -webkit-box-shadow: 0 0 0 1000px var(--wd-form-bg) inset;
  -webkit-text-fill-color: var(--wd-form-color); }

input:focus:-webkit-autofill {
  border-color: var(--wd-form-brd-color-focus); }

.form-style-underlined label {
  margin-bottom: -5px; }

.form-style-underlined :is(
input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
select,
textarea) {
  padding: 0 2px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none; }

.form-style-underlined select {
  background-position: right 0 top 50%; }

.form-style-underlined textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 80px; }

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

button[disabled],
input[disabled] {
  opacity: 0.6 !important;
  cursor: default; }

[class*="wd-grid"] {
  display: flex;
  flex-wrap: wrap; }

[class*="wd-grid-col-"] {
  --wd-col: 1; }
  [class*="wd-grid-col-"] > .wd-col {
    flex: 0 0 calc(100% / var(--wd-col));
    max-width: calc(100% / var(--wd-col)); }

.wd-grid-stretch > .wd-col {
  flex: 1 1 200px;
  width: 0px; }

.wd-grid-inline > .wd-col {
  flex: 0 0 auto; }

[class*="wd-spacing-"] {
  margin-right: calc((var(--wd-sp) / 2) * -1);
  margin-left: calc((var(--wd-sp) / 2) * -1);
  --wd-sp: .001px; }
  [class*="wd-spacing-"] > [class*="col"] {
    margin-bottom: var(--wd-sp);
    padding-right: calc(var(--wd-sp) / 2);
    padding-left: calc(var(--wd-sp) / 2); }

.wd-spacing-2 {
  --wd-sp: 2px; }

.wd-spacing-6 {
  --wd-sp: 6px; }

.wd-spacing-10 {
  --wd-sp: 10px; }

.wd-spacing-20 {
  --wd-sp: 20px; }

.wd-spacing-30 {
  --wd-sp: 30px; }

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

.wd-sticky-loader {
  position: relative;
  display: none;
  text-align: center; }
  .wd-sticky-loader .wd-loader {
    position: absolute;
    top: 55px;
    margin-left: -15px; }
  .wd-sticky-loader.wd-position-stick .wd-loader {
    position: fixed;
    top: 50%;
    margin-top: -15px; }
  .wd-sticky-loader.wd-position-bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .wd-sticky-loader.wd-position-bottom .wd-loader {
      top: auto;
      bottom: 85px; }
  .ajax-loading .wd-sticky-loader {
    display: block;
    animation: wd-fadeIn 1s ease; }
    .ajax-loading .wd-sticky-loader .wd-loader:after {
      animation: wd-rotate 450ms infinite linear; }

.wd-portfolio-holder[data-source="main_loop"], .products[data-source="main_loop"] {
  transition: all .25s ease; }

.ajax-loading .wd-portfolio-holder[data-source="main_loop"], .ajax-loading .products[data-source="main_loop"] {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none; }

.ajax-loaded .wd-portfolio-holder[data-source="main_loop"], .ajax-loaded .products[data-source="main_loop"] {
  animation: wd-fadeIn .3s ease; }

.wd-sidebar-opener:not(.wd-on-toolbar) {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 350;
  display: none;
  background-color: rgba(var(--bgcolor-white-rgb), 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px; }

.wd-sidebar-opener.wd-not-on-shop > a:before {
  content: "\f109";
  font-family: "woodmart-font"; }

.wd-scroll-content {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
  scrollbar-width: thin; }

.wd-dropdown {
  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(--bgcolor-white);
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: left;
  border-radius: var(--wd-brd-radius); }
  .wd-dropdown:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    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-nav-vertical .wd-dropdown-menu, .wd-nav-product-cat .wd-dropdown, [class*="wd-style-form"] .wd-pf-dropdown {
  margin: 0; }
  .wd-nav-vertical .wd-dropdown-menu:after, .wd-nav-product-cat .wd-dropdown:after, [class*="wd-style-form"] .wd-pf-dropdown:after {
    height: auto; }

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

.wpb-js-composer .wd-dropdown-menu > .container > p {
  display: none; }

.wd-dropdown-menu {
  min-height: min(var(--wd-dropdown-height), var(--wd-content-h, var(--wd-dropdown-height)));
  width: var(--wd-dropdown-width);
  background-image: var(--wd-dropdown-bg-img); }
  .wd-dropdown-menu .wd-dropdown-inner {
    overflow: inherit;
    height: min(var(--wd-dropdown-height), var(--wd-content-h)); }
  .wd-dropdown-menu.wd-scroll > .wd-scroll-content {
    max-height: none;
    border-radius: inherit; }

.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height) > .wd-dropdown-menu {
  min-height: 400px; }

.dropdowns-loaded .dropdown-load-ajax > .wd-dropdown-menu > .container {
  animation: wd-fadeIn .3s ease; }

.dropdown-html-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--bgcolor-white-rgb), 0.6);
  border-radius: var(--wd-brd-radius); }
  .dropdown-html-placeholder:after {
    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; }
  .dropdowns-loading .dropdown-html-placeholder:after {
    animation: wd-rotate 450ms infinite linear; }

.wd-dropdown-menu.wd-design-default {
  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: 12px 20px;
    width: var(--wd-dropdown-width);
    margin: 0 0 0 20px; }
    .wd-dropdown-menu.wd-design-default .wd-dropdown:after {
      top: 0;
      right: 100%;
      bottom: 0;
      left: auto;
      width: 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-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children > a:after {
    color: rgba(255, 255, 255, 0.6); }

.wd-dropdown-menu:is(
.wd-design-sized,
.wd-design-full-width,
.wd-design-full-height) .wd-sub-menu > li {
  margin-bottom: 25px;
  width: 200px; }

.wd-dropdown-menu:is(
.wd-design-sized,
.wd-design-full-width,
.wd-design-full-height) .vc_row .wd-sub-menu > li {
  width: auto; }

.wd-dropdown-menu.wd-design-full-width {
  --wd-dropdown-width: 100vw; }
  :is(
  .wd-nav-sticky,
  .wd-header-nav) .wd-dropdown-menu.wd-design-full-width {
    border-radius: 0; }

.wd-dropdown-menu.wd-design-sized:not(.wd-scroll), .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner, .wd-dropdown-menu.wd-design-full-height .wd-dropdown-inner, .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-nav-vertical .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
  padding: 30px 35px 0 35px; }

.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
  padding-top: 30px;
  padding-left: calc(var(--wd-scroll-w) + var(--wd-sticky-nav-w)); }

.wd-dropdown-menu.wd-design-sized:not(.wd-scroll) > .container, .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner > .container, .wd-dropdown-menu.wd-design-full-height .wd-dropdown-inner > .container, .wd-nav-vertical .wd-dropdown-menu:is(
.wd-design-full-width,
.wd-design-aside) > .container {
  padding: 0;
  width: auto; }

.wd-dropdown-menu.wd-design-aside {
  padding-left: calc(var(--wd-scroll-w) + var(--wd-sticky-nav-w));
  background: transparent;
  box-shadow: none;
  pointer-events: none !important;
  --wd-dropdown-width: 100vw; }
  .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp {
    position: relative;
    border-radius: var(--wd-brd-radius);
    background-color: var(--bgcolor-white);
    background-image: var(--wd-dropdown-bg-img);
    background-position: bottom right;
    background-clip: border-box;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    transition: background-image .25s ease, background-color .25s ease; }
    .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu {
      min-height: var(--wd-dropdown-height);
      max-width: 270px;
      transition: border-radius .25s ease;
      border-top-left-radius: var(--wd-brd-radius);
      border-bottom-left-radius: var(--wd-brd-radius); }
      .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li {
        position: static; }
        .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li:first-child > a {
          border-top-left-radius: var(--wd-brd-radius); }
        .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li:last-child > a {
          border-bottom-left-radius: var(--wd-brd-radius); }
        .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li.menu-item-has-children > a:after {
          margin-left: auto;
          color: inherit;
          font-weight: 600;
          font-size: 60%;
          font-family: "woodmart-font";
          content: "\f113"; }
    .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp.wd-empty-item {
      background-color: transparent;
      background-image: none;
      box-shadow: none; }
      .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp.wd-empty-item > .wd-sub-menu {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        border-top-right-radius: var(--wd-brd-radius);
        border-bottom-right-radius: var(--wd-brd-radius); }
        .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp.wd-empty-item > .wd-sub-menu > li:first-child > a {
          border-top-right-radius: var(--wd-brd-radius); }
        .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp.wd-empty-item > .wd-sub-menu > li:last-child > a {
          border-bottom-right-radius: var(--wd-brd-radius); }
  .whb-full-width .wd-dropdown-menu.wd-design-aside > .container {
    max-width: 95%; }

.menu-item:hover .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp, .menu-item:hover .wd-dropdown-menu.wd-design-aside:after, .menu-item.wd-opened .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp, .menu-item.wd-opened .wd-dropdown-menu.wd-design-aside:after {
  pointer-events: auto !important; }

.wd-dropdown-menu.wd-design-aside .wd-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 270px;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 30px 35px 0 35px;
  max-height: 100%;
  width: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: all .25s ease;
  transform: none;
  scrollbar-width: thin; }
  .wd-dropdown-menu.wd-design-aside .wd-dropdown > .container {
    padding: 0;
    max-width: none; }

.wd-dropdown-menu.wd-design-aside .wd-wp-menu {
  padding-right: 20px;
  padding-left: 20px; }
  .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu {
    display: flex;
    flex-wrap: wrap; }
    .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu > li {
      margin-bottom: 25px;
      padding-right: 15px;
      padding-left: 15px;
      width: 200px; }

.wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp > .wd-sub-menu {
  background-color: var(--bgcolor-white); }
  .wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp > .wd-sub-menu > li > a {
    padding: 12px 18px;
    color: var(--color-gray-800);
    text-transform: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px; }
  .wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp > .wd-sub-menu > li:hover > a, .wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp > .wd-sub-menu > li.wd-opened > a {
    background-color: var(--bgcolor-gray-200);
    color: var(--color-gray-700); }
  .wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp > .wd-sub-menu > li:not(:last-child) {
    border-bottom: 1px solid var(--brdcolor-gray-200); }
  .wd-dropdown-menu.wd-design-aside.wd-style-default .wd-sub-menu-wrapp > .wd-sub-menu > li.menu-item-has-children > a:after {
    color: rgba(82, 82, 82, 0.45); }

.wd-dropdown-menu.wd-design-aside.wd-style-default.color-scheme-light .wd-sub-menu-wrapp > .wd-sub-menu > li.menu-item-has-children > a:after {
  color: rgba(255, 255, 255, 0.6); }

.wd-dropdown-menu.wd-design-aside.wd-style-default .wd-dropdown {
  border-left: 1px solid var(--brdcolor-gray-200); }

.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu {
  background-color: var(--wd-primary-color); }
  .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li > a {
    padding: 18px 20px;
    color: #FFF;
    text-transform: unset;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
    .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li > a .wd-nav-img, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li > a .mega-menu-list img, .mega-menu-list .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li > a img {
      margin-right: 10px;
      max-height: 20px;
      filter: brightness(0) invert(1);
      transition: all .25s ease; }
  .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li:hover > a, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li.wd-opened > a {
    background-color: var(--bgcolor-white);
    color: var(--color-gray-800); }
    .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li:hover > a .wd-nav-img, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li:hover > a .mega-menu-list img, .mega-menu-list .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li:hover > a img, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li.wd-opened > a .wd-nav-img, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li.wd-opened > a .mega-menu-list img, .mega-menu-list .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp > .wd-sub-menu > li.wd-opened > a img {
      filter: brightness(1) invert(0); }

.wd-dropdown-menu.wd-design-aside.wd-style-with-bg.color-scheme-light {
  --nav-color: #FFF; }
  .wd-dropdown-menu.wd-design-aside.wd-style-with-bg.color-scheme-light .wd-sub-menu-wrapp > .wd-sub-menu > li > a .wd-nav-img, .wd-dropdown-menu.wd-design-aside.wd-style-with-bg.color-scheme-light .wd-sub-menu-wrapp > .wd-sub-menu > li > a .mega-menu-list img, .mega-menu-list .wd-dropdown-menu.wd-design-aside.wd-style-with-bg.color-scheme-light .wd-sub-menu-wrapp > .wd-sub-menu > li > a img {
    filter: brightness(0) invert(1); }

.wd-dropdown-menu.wd-design-full-height {
  --wd-dropdown-height: var(--wd-content-h); }
  .wd-dropdown-menu.wd-design-full-height .wd-dropdown-inner {
    height: var(--wd-dropdown-height); }

.wd-side-hidden {
  position: fixed;
  top: var(--wd-admin-bar-h);
  bottom: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 340px;
  background-color: var(--bgcolor-white);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

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

@media (max-width: 350px) {
  div.website-wrapper .wd-side-hidden {
    width: 270px !important; } }

.wd-sub-menu {
  --sub-menu-color:       #848484;
  --sub-menu-color-hover: var(--wd-primary-color); }
  .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; }
      .wd-sub-menu li > a .wd-nav-icon {
        margin-right: 7px;
        font-size: 115%; }
      .wd-sub-menu li > a .menu-label {
        position: relative;
        margin-top: -20px;
        align-self: flex-start; }
      .wd-sub-menu li > a:hover {
        color: var(--sub-menu-color-hover); }
  [class*="color-scheme-light"] .wd-sub-menu {
    --sub-menu-color:       rgba(255, 255, 255, 0.6);
    --sub-menu-color-hover: #FFF; }
  .widget .wd-sub-menu {
    --li-mb: 0; }
    .widget .wd-sub-menu ul {
      --li-mb: 0; }

.wd-dropdown-menu:is(
.wd-design-sized,
.wd-design-full-width,
.wd-design-full-height) .wd-sub-menu > li > a, .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu > li > a, .wd-dropdown-fs-menu:is(
.wd-design-sized,
.wd-design-full-width) .wd-sub-menu > li > a, .mega-menu-list > li > a {
  --sub-menu-color:       #333;
  --sub-menu-color-hover: var(--wd-primary-color);
  text-transform: uppercase;
  font-weight: 600; }

.wd-dropdown-menu:is(
.wd-design-sized,
.wd-design-full-width,
.wd-design-full-height).color-scheme-light .wd-sub-menu > li > a, .wd-dropdown-menu.wd-design-aside.color-scheme-light .wd-wp-menu > .sub-sub-menu > li > a, .wd-dropdown-fs-menu:is(
.wd-design-sized,
.wd-design-full-width) .wd-sub-menu > li > a, [class*="color-scheme-light"] .mega-menu-list > li > a {
  --sub-menu-color:       #FFF;
  --sub-menu-color-hover: rgba(255, 255, 255, 0.6); }

.wd-search-cat {
  display: flex;
  align-items: center;
  position: absolute;
  top: var(--wd-form-brd-width);
  right: var(--wd-search-btn-w);
  bottom: var(--wd-form-brd-width); }
  .wd-search-cat > a {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    width: var(--wd-search-cat-w);
    height: 100%;
    border-right: 1px solid var(--wd-form-brd-color);
    border-left: 1px solid var(--wd-form-brd-color);
    color: var(--wd-form-color);
    text-transform: uppercase;
    font-size: 13px; }
    .wd-search-cat > a > span {
      overflow: hidden;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .wd-search-cat > a:after {
      margin-left: 8px;
      font-weight: 600;
      font-size: 8px;
      content: "\f129";
      font-family: "woodmart-font"; }

.wd-dropdown-search-cat {
  margin: var(--wd-form-brd-width) 0 0 !important; }
  .wd-dropdown-search-cat:after {
    height: var(--wd-form-brd-width) !important; }
  .wd-dropdown-search-cat.wd-design-default {
    width: 190px; }
  .wd-dropdown-search-cat .current-item > a {
    --sub-menu-color: var(--color-gray-800);
    font-weight: 600; }
  .wd-dropdown-search-cat .children li a {
    padding-left: 20px; }

.wd-cat-style-default .wd-search-cat > a {
  border: none;
  padding: 0; }

.wd-cat-style-default[class*="wd-style-with-bg"] .wd-search-cat {
  margin-inline-end: 10px; }

.wd-cat-style-separated .wd-search-cat > a {
  height: auto; }

.wd-cat-style-separated.wd-style-with-bg .wd-search-cat {
  margin-inline-end: 10px; }

.form-style-underlined .searchform.wd-style-with-bg-2 .searchsubmit {
  right: 0; }

.searchform {
  position: relative;
  --wd-search-btn-w: var(--wd-form-height);
  --wd-form-height: 46px; }
  .searchform input[type="text"] {
    padding-right: var(--wd-search-btn-w); }
  .searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: var(--wd-search-btn-w);
    min-height: unset;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: var(--wd-form-color);
    font-weight: 400;
    font-size: 0; }
    .searchform .searchsubmit:hover {
      color: var(--wd-form-color); }
      .searchform .searchsubmit:hover:after,
      .searchform .searchsubmit:hover img {
        opacity: .7; }
    .searchform .searchsubmit:after {
      font-size: calc(var(--wd-form-height) / 2.3);
      transition: opacity .2s ease;
      content: "\f130";
      font-family: "woodmart-font"; }
    .searchform .searchsubmit img {
      min-width: unset;
      max-width: 24px;
      transition: opacity .2s ease; }
    .searchform .searchsubmit:before {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: calc((var(--wd-form-height) / 2.5) / -2);
      margin-left: calc((var(--wd-form-height) / 2.5) / -2);
      opacity: 0;
      transition: opacity .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; }
    .searchform .searchsubmit.wd-with-img:after {
      content: none; }
  .searchform.search-loading .searchsubmit:before {
    opacity: 1;
    transition-duration: .2s;
    animation: wd-rotate 450ms infinite linear; }
  .searchform.search-loading .searchsubmit:after,
  .searchform.search-loading .searchsubmit img {
    opacity: 0;
    transition-duration: .1s; }

.whb-color-light [class*="wd-header-search-form"] :is(
.wd-style-default,
.wd-style-with-bg-2), .wd-color-light .searchform {
  --wd-form-brd-color:				rgba(255, 255, 255, 0.2);
  --wd-form-brd-color-focus:			rgba(255, 255, 255, 0.3);
  --wd-form-color:					rgba(255, 255, 255, 0.8); }

.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:					#777;
  --wd-form-placeholder-color: 		var(--wd-form-color); }

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

.wd-dropdown-results {
  overflow: hidden;
  right: calc((var(--wd-form-brd-radius) / 1.5));
  left: calc((var(--wd-form-brd-radius) / 1.5)); }

.autocomplete-suggestions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: -1px;
  margin-right: -1px; }

.autocomplete-suggestion {
  display: flex;
  padding: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: var(--brdcolor-gray-300);
  cursor: pointer;
  line-height: 1;
  transition: all .25s ease; }
  .autocomplete-suggestion .suggestion-thumb {
    flex: 0 0 auto;
    margin-right: 15px;
    max-width: 65px; }
    .autocomplete-suggestion .suggestion-thumb img {
      border-radius: calc(var(--wd-brd-radius) / 1.5); }
  .autocomplete-suggestion .wd-entities-title {
    font-size: 14px; }
    .autocomplete-suggestion .wd-entities-title strong {
      text-decoration: underline; }
  .autocomplete-suggestion .suggestion-sku {
    font-size: 12px; }
  .autocomplete-suggestion.suggestion-divider {
    width: 100%;
    background-color: var(--bgcolor-gray-100);
    cursor: default; }
    .autocomplete-suggestion.suggestion-divider h5 {
      margin-bottom: 0;
      text-transform: uppercase; }
  .autocomplete-suggestion:hover, .autocomplete-suggestion.autocomplete-selected {
    background-color: var(--bgcolor-gray-100); }

.view-all-results,
.suggestion-divider,
.suggestion-no-found {
  grid-column: 1 / -1; }

.view-all-results {
  height: 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--brdcolor-gray-300);
  color: var(--color-gray-800);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
  cursor: pointer;
  transition: all .25s ease; }
  .view-all-results:hover {
    background-color: var(--bgcolor-gray-100); }

.create-nav-msg a {
  font-weight: 600; }

.wd-nav-img, .mega-menu-list img {
  display: inline-block;
  margin-right: 7px;
  max-height: 18px;
  width: auto !important; }
  .wd-nav-img img, .mega-menu-list img img {
    max-height: 18px; }

.wd-nav {
  --nav-gap: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: var(--text-align);
  text-align: left;
  gap: 1px var(--nav-gap); }
  .wd-nav > li {
    position: relative; }
    .wd-nav > li > a {
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: row;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      line-height: 1.2; }
      .wd-nav > li > a .wd-nav-icon {
        margin-right: 7px;
        font-size: 115%; }
      .wd-nav > li > a .menu-label {
        left: calc(100% - 30px);
        margin-left: 0; }
    .wd-nav > li:is(
    .wd-has-children,
    .menu-item-has-children) > a:after {
      margin-left: 4px;
      font-weight: normal;
      font-style: normal;
      font-size: clamp(6px, 50%, 18px);
      content: "\f129";
      font-family: "woodmart-font"; }
  .wd-nav li.color-primary {
    --nav-color: var(--wd-primary-color);
    --nav-color-hover: var(--wd-primary-color);
    --nav-color-active: var(--wd-primary-color); }

.wd-nav.wd-gap-m {
  --nav-gap: 30px; }

.wd-nav.wd-gap-l {
  --nav-gap: 40px; }

.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: color .25s ease, background-color .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-opener:hover {
    color: var(--color-gray-900); }
  .wd-nav-opener.wd-active {
    color: var(--color-gray-700); }
    .wd-nav-opener.wd-active:after {
      transform: rotate(90deg); }

.wd-nav[class*="wd-style-"] {
  --nav-color: #333;
  --nav-color-hover: rgba(51, 51, 51, 0.7);
  --nav-color-active: rgba(51, 51, 51, 0.7);
  --nav-chevron-color: rgba(82, 82, 82, .45); }
  .wd-nav[class*="wd-style-"] > li > a {
    color: var(--nav-color); }
  .wd-nav[class*="wd-style-"] > li:hover > a {
    color: var(--nav-color-hover); }
  .wd-nav[class*="wd-style-"] > li:is(
  .current-menu-item,
  .wd-active,
  .active) > a {
    color: var(--nav-color-active); }
  .wd-nav[class*="wd-style-"] > li:is(
  .wd-has-children,
  .menu-item-has-children) > a:after {
    color: var(--nav-chevron-color); }
  :is(
  .color-scheme-light,
  .whb-color-light) .wd-nav[class*="wd-style-"] {
    --nav-color: #FFF;
    --nav-color-hover: rgba(255, 255, 255, 0.8);
    --nav-color-active: rgba(255, 255, 255, 0.8);
    --nav-chevron-color: rgba(255, 255, 255, 0.6); }

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

.wd-nav:is(
.wd-style-bordered,
.wd-style-separated) > li {
  display: flex;
  flex-direction: row; }
  .wd-nav:is(
  .wd-style-bordered,
  .wd-style-separated) > li:not(:last-child):after {
    content: "";
    position: relative;
    inset-inline-end: calc((var(--nav-gap) / 2) * -1);
    border-right: 1px solid rgba(0, 0, 0, 0.105); }

:is(
.color-scheme-light,
.whb-color-light) .wd-nav:is(
.wd-style-bordered,
.wd-style-separated) > li:not(:last-child):after {
  border-color: rgba(255, 255, 255, 0.25); }

.wd-nav.wd-style-separated > li {
  align-items: center; }
  .wd-nav.wd-style-separated > li:not(:last-child):after {
    height: 18px; }

.wd-nav.wd-style-bordered > li {
  align-items: stretch; }

.wd-nav.wd-style-bg {
  --nav-color-hover: var(--wd-primary-color) !important;
  --nav-gap: 5px; }
  .wd-nav.wd-style-bg > li > a {
    padding-right: 12px;
    padding-left: 12px; }
    .wd-nav.wd-style-bg > li > a span, .wd-nav.wd-style-bg > li > a:after {
      z-index: 2; }
    .wd-nav.wd-style-bg > li > a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      visibility: hidden;
      opacity: 0;
      border-radius: 40px;
      background-color: var(--wd-primary-color);
      transition: all .25s ease; }
  .wd-nav.wd-style-bg > li:is(
  :hover,
  .current-menu-item,
  .wd-active,
  .active) > a {
    color: var(--nav-color-hover); }
    .wd-nav.wd-style-bg > li:is(
    :hover,
    .current-menu-item,
    .wd-active,
    .active) > a:before {
      visibility: visible;
      opacity: .25; }
  .wd-nav.wd-style-bg.wd-gap-m {
    --nav-gap: 15px; }
  .wd-nav.wd-style-bg.wd-gap-l {
    --nav-gap: 25px; }

.wd-nav[class*="wd-style-underline"] .nav-link-text, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.2; }

.wd-nav[class*="wd-style-underline"] .nav-link-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after, .wd-checkout-steps li span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--wd-primary-color);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.wd-nav[class*="wd-style-underline"] > li:is(
:hover,
.current-menu-item,
.wd-active,
.active) > a .nav-link-text:after, .wd-tabs:not(.wd-inited) .wd-nav-tabs[class*="wd-style-underline"] > li:first-child > a .nav-link-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a:hover .vc_tta-title-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text:after, .wd-checkout-steps .step-active span:after {
  width: 100%; }

.menu-label {
  position: absolute;
  bottom: 85%;
  z-index: 1;
  display: inline-block;
  margin-inline-start: -20px;
  padding: 2px 4px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  background-color: var(--wd-label-color);
  color: #FFF;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  font-size: 9px;
  font-family: var(--wd-text-font);
  line-height: 12px; }
  .menu-label:before {
    content: "";
    position: absolute;
    top: 100%;
    inset-inline-start: 10px;
    border: 4px solid var(--wd-label-color);
    border-bottom-color: transparent !important;
    border-inline-end-color: transparent !important;
    border-inline-end-width: 7px;
    border-inline-start-width: 0; }

.menu-label-black {
  --wd-label-color: #000; }

.menu-label-grey {
  color: #333;
  --wd-label-color: #f1f1f1; }

.menu-label-orange {
  --wd-label-color: #FBBC34; }

.menu-label-blue {
  --wd-label-color: #00A1BE; }

.menu-label-white {
  color: #333;
  --wd-label-color: #FFF; }

.menu-label-primary {
  --wd-label-color: var(--wd-primary-color); }

.menu-label-secondary {
  --wd-label-color: var(--wd-alternative-color); }

.menu-label-red {
  --wd-label-color: #D41212; }

.menu-label-green {
  --wd-label-color: #65B32E; }

.wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li > a .menu-label, .whb-top-bar .wd-nav > li > a .menu-label,
.whb-clone .wd-nav > li > a .menu-label, .wd-nav-vertical > li > a .menu-label, .wd-nav-fs > li > a .menu-label, .wd-nav-mobile li a .menu-label {
  position: static;
  margin-top: 0;
  margin-inline-start: 5px;
  opacity: 1;
  align-self: center; }
  .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li > a .menu-label:before, .whb-top-bar .wd-nav > li > a .menu-label:before,
  .whb-clone .wd-nav > li > a .menu-label:before, .wd-nav-vertical > li > a .menu-label:before, .wd-nav-fs > li > a .menu-label:before, .wd-nav-mobile li a .menu-label:before {
    content: none; }

.wd-nav-vertical {
  position: relative;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  border-radius: var(--wd-brd-radius);
  gap: 0;
  --nav-chevron-color: rgba(82, 82, 82, .45); }
  .wd-nav-vertical > li {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%; }
    .wd-nav-vertical > li > a {
      padding: 12px 18px;
      color: var(--color-gray-800);
      text-transform: unset;
      font-size: 14px;
      line-height: 20px; }
    .wd-nav-vertical > li:first-child > a {
      border-top-left-radius: var(--wd-brd-radius);
      border-top-right-radius: var(--wd-brd-radius); }
    .wd-nav-vertical > li:last-child > a {
      border-bottom-right-radius: var(--wd-brd-radius);
      border-bottom-left-radius: var(--wd-brd-radius); }
    .wd-nav-vertical > li.menu-mega-dropdown {
      position: static; }
    .wd-nav-vertical > li.menu-item-has-children > a:after {
      margin-left: auto;
      color: var(--nav-chevron-color);
      font-weight: 600;
      font-size: clamp(6px, 60%, 18px);
      content: "\f113"; }
  .wd-nav-vertical .wd-dropdown-menu {
    top: 0;
    left: 100%;
    transform: translateX(-15px) translateY(0) translateZ(0); }
    .wd-nav-vertical .wd-dropdown-menu:is(
    .wd-design-sized,
    .wd-design-full-width) {
      min-height: 100%; }
      .wd-nav-vertical .wd-dropdown-menu:is(
      .wd-design-sized,
      .wd-design-full-width) .wd-dropdown-inner {
        height: 100%; }
    .wd-nav-vertical .wd-dropdown-menu:is(
    .wd-design-full-width,
    .wd-design-aside) {
      --wd-dropdown-width: 800px; }
    .wd-nav-vertical .wd-dropdown-menu.wd-design-aside {
      padding-left: 0; }
  [class*="color-scheme-light"] .wd-nav-vertical {
    --nav-chevron-color: rgba(255, 255, 255, 0.6); }

.wd-nav-vertical.wd-design-default {
  border: 1px solid var(--brdcolor-gray-200); }
  .wd-nav-vertical.wd-design-default > li:is(
  .wd-opened,
  :hover) > a {
    background-color: var(--bgcolor-gray-200);
    color: var(--color-gray-700); }
  .wd-nav-vertical.wd-design-default > li:not(:last-child) {
    border-bottom: 1px solid var(--brdcolor-gray-200); }

.wd-nav-vertical.wd-design-with-bg {
  background-color: var(--wd-primary-color);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  --wd-icon-style-with-bg: brightness(0) invert(1);
  --wd-icon-style-with-bg-hover: brightness(1) invert(0); }
  .wd-nav-vertical.wd-design-with-bg > li > a {
    padding: 18px 20px;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
    .wd-nav-vertical.wd-design-with-bg > li > a .wd-nav-img, .wd-nav-vertical.wd-design-with-bg > li > a .mega-menu-list img, .mega-menu-list .wd-nav-vertical.wd-design-with-bg > li > a img {
      margin-right: 10px;
      max-height: 20px;
      filter: var(--wd-icon-style-with-bg);
      transition: all .25s ease; }
  .wd-nav-vertical.wd-design-with-bg > li:is(
  .wd-opened,
  :hover) > a {
    background-color: var(--bgcolor-white);
    color: var(--color-gray-800); }
    .wd-nav-vertical.wd-design-with-bg > li:is(
    .wd-opened,
    :hover) > a .wd-nav-img, .wd-nav-vertical.wd-design-with-bg > li:is(
    .wd-opened,
    :hover) > a .mega-menu-list img, .mega-menu-list .wd-nav-vertical.wd-design-with-bg > li:is(
    .wd-opened,
    :hover) > a img {
      filter: var(--wd-icon-style-with-bg-hover); }
  .wd-nav-vertical.wd-design-with-bg > li.menu-item-has-children > a:after {
    color: inherit; }
  [class*="color-scheme-light"] .wd-nav-vertical.wd-design-with-bg {
    --wd-icon-style-with-bg-hover: brightness(0) invert(1); }

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .comment-form > p,
  .comment-form .comment-form-images {
    flex: 1 1 max(400px, 50%);
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px; }
  .comment-form .comment-notes,
  .comment-form .comment-form-comment,
  .comment-form .form-submit,
  .comment-form .comment-form-cookies-consent,
  .comment-form .comment-form-images {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .comment-form .comment-form-cookies-consent label {
    display: inline; }
  .comment-form .comment-notes {
    margin-bottom: 20px; }
  .comment-form .form-submit {
    margin-top: 5px;
    margin-bottom: 0; }
  .comment-form .submit {
    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)); }
    .comment-form .submit:hover {
      color: var(--btn-accented-color-hover);
      box-shadow: var(--btn-accented-box-shadow-hover);
      background-color: var(--btn-accented-bgcolor-hover); }
    .comment-form .submit:active {
      box-shadow: var(--btn-accented-box-shadow-active);
      bottom: var(--btn-accented-bottom-active); }

.comment-form-comment {
  width: 100% !important; }

.form-style-underlined .comment-form-comment {
  margin-bottom: 30px; }

#comments .avatar {
  flex: 1 0 auto;
  margin-left: 0; }

.comments-area .comments-title,
.comments-area .comment-reply-title {
  text-transform: uppercase;
  font-size: 22px; }

.comments-area .comment-reply-title small {
  vertical-align: middle; }

.comments-area .comment-list {
  margin-bottom: 50px;
  line-height: 1.6; }

.comments-area .comment {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--brdcolor-gray-300); }

.comments-area .pingback {
  margin-bottom: 15px; }
  .comments-area .pingback .comment-body {
    padding-left: 0; }
  .comments-area .pingback a {
    font-weight: 600; }

.comments-area .children {
  margin-top: 30px; }

.comments-area #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 0; }
  .comments-area #cancel-comment-reply-link:after {
    font-size: 14px;
    content: "\f112";
    font-family: "woodmart-font"; }

.comments-area .comment-body {
  position: relative;
  padding-left: 95px; }

.comments-area .comment-awaiting-moderation {
  position: absolute;
  top: -24px;
  left: 95px; }
  .comments-area .comment-awaiting-moderation + br {
    display: none; }

.comments-area .comment-edit-link {
  display: inline-block;
  margin-left: 5px;
  font-size: 0; }
  .comments-area .comment-edit-link:after {
    vertical-align: middle;
    font-size: 12px;
    content: "\f116";
    font-family: "woodmart-font"; }

.comments-area .comment-author {
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px; }
  .comments-area .comment-author:first-letter {
    text-transform: uppercase; }
  .comments-area .comment-author .fn {
    color: var(--color-gray-900);
    vertical-align: top;
    font-weight: 600;
    font-style: normal; }
  .comments-area .comment-author .says {
    margin-left: 3px;
    vertical-align: top; }
  .comments-area .comment-author img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 74px;
    width: 100%;
    border-radius: 50%; }

.comments-area .comment-meta {
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
  line-height: 20px; }
  .comments-area .comment-meta a {
    color: var(--color-gray-300);
    vertical-align: middle; }

.comments-area .reply {
  margin-top: 15px; }
  .comments-area .reply a {
    color: var(--wd-primary-color);
    text-transform: uppercase;
    font-weight: 900; }
    .comments-area .reply a:hover {
      color: var(--wd-primary-color);
      opacity: .7; }

.comments-area .comment-respond {
  margin-top: 30px; }

.comments-area .logged-in-as {
  font-size: 0; }
  .comments-area .logged-in-as > a {
    color: var(--color-gray-600);
    font-weight: 600;
    font-size: 14px; }
    .comments-area .logged-in-as > a:not(:last-child) {
      margin-right: 12px;
      padding-right: 10px;
      border-right: 1px solid var(--brdcolor-gray-300); }
    .comments-area .logged-in-as > a:hover {
      color: var(--wd-primary-color); }
  .comments-area .logged-in-as .required-field-message {
    font-size: var(--wd-text-font-size); }

.comments-area .no-comments {
  color: #333;
  font-weight: 600; }

.comments-area .children, .commentlist .children {
  margin-left: 30px;
  border-top: 1px solid var(--brdcolor-gray-300); }
  .comments-area .children .comment:last-child, .commentlist .children .comment:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.wd-tltp .wd-tooltip-label, .tooltip {
  position: absolute;
  z-index: 1070;
  visibility: hidden;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  opacity: 0;
  pointer-events: none; }

.wd-tltp:hover .wd-tooltip-label, .tooltip.show {
  visibility: visible;
  opacity: 1;
  animation: wd-fadeInTooltip .3s ease; }

.wd-tltp .wd-tooltip-label {
  padding: 0 15px !important;
  max-width: 200px;
  height: 34px;
  border-radius: 0;
  background-color: #000;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  line-height: 34px;
  border-radius: calc(var(--wd-brd-radius) / 1.5); }

.wd-tltp .wd-tooltip-label:before, .tooltip .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent; }

.wd-tltp-top .wd-tooltip-label:before, .tooltip.bs-tooltip-top .arrow {
  left: 50%;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.wd-tltp-left .wd-tooltip-label, .wd-buttons[class*="wd-pos-r"] .wd-tooltip-label {
  top: 50%;
  right: 100%;
  margin-top: -17px;
  margin-right: 8px; }
  .wd-tltp-left .wd-tooltip-label:before, .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-tltp-right .wd-tooltip-label {
  top: 50%;
  left: 100%;
  margin-top: -17px;
  margin-left: 8px; }
  .wd-tltp-right .wd-tooltip-label:before {
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }

.wd-tltp-top .wd-tooltip-label {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px; }
  .wd-tltp-top .wd-tooltip-label:before {
    top: 100%;
    margin-left: -5px; }

.wd-tltp {
  position: relative; }
  .wd-tltp .wd-tooltip-label:before {
    content: ""; }

.tooltip .tooltip-inner {
  padding: 7px 15px;
  max-width: 200px;
  border-radius: 0;
  background-color: #000;
  color: #FFF;
  text-align: center;
  word-break: break-word;
  border-radius: calc(var(--wd-brd-radius) / 1.5); }

.tooltip.bs-tooltip-top {
  margin-top: -3px;
  padding: 5px 0; }
  .tooltip.bs-tooltip-top .arrow {
    bottom: 0; }

@keyframes wd-fadeInTooltip {
  from {
    opacity: 0; }
  to {
    opacity: .9; } }

.wd-notice, div.wpcf7-response-output, .mc4wp-alert, :is(
.woocommerce-error,
.woocommerce-message,
.woocommerce-info) {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 65px;
  min-height: 60px;
  text-align: start;
  border: none;
  border-radius: var(--wd-brd-radius); }
  .wd-notice:before, div.wpcf7-response-output:before, .mc4wp-alert:before, :is(
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info):before {
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -9px;
    font-size: 18px;
    line-height: 18px;
    font-family: "woodmart-font"; }
  .wd-notice a, div.wpcf7-response-output a, .mc4wp-alert a, :is(
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info) a {
    color: #FFF;
    text-decoration: underline; }
    .wd-notice a:hover, div.wpcf7-response-output a:hover, .mc4wp-alert a:hover, :is(
    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info) a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .wd-notice p:last-child, div.wpcf7-response-output p:last-child, .mc4wp-alert p:last-child, :is(
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info) p:last-child {
    margin-bottom: 0; }
  .wd-notice .amount, div.wpcf7-response-output .amount, .mc4wp-alert .amount, :is(
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info) .amount {
    color: #FFF; }
  .wd-notice :is(
  .button,
  .wc-backward), div.wpcf7-response-output :is(
  .button,
  .wc-backward), .mc4wp-alert :is(
  .button,
  .wc-backward), :is(
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info) :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; }
    .wd-notice :is(
    .button,
    .wc-backward):hover, div.wpcf7-response-output :is(
    .button,
    .wc-backward):hover, .mc4wp-alert :is(
    .button,
    .wc-backward):hover, :is(
    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info) :is(
    .button,
    .wc-backward):hover {
      background-color: transparent !important;
      box-shadow: none; }
    .wd-notice :is(
    .button,
    .wc-backward):hover, div.wpcf7-response-output :is(
    .button,
    .wc-backward):hover, .mc4wp-alert :is(
    .button,
    .wc-backward):hover, :is(
    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info) :is(
    .button,
    .wc-backward):hover {
      border-color: #FFF;
      color: #FFF; }

.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
  background-color: var(--notices-success-bg);
  color: var(--notices-success-color); }
  .wpcf7 form.sent .wpcf7-response-output:before, .mc4wp-success:before, .woocommerce-message:before {
    content: "\f107"; }

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

.wd-notice.wd-info {
  background-color: #4D93D1;
  color: #FFF; }
  .wd-notice.wd-info:before {
    content: "\f100"; }

@keyframes wd-fadeInUpBig {
  from {
    transform: translate3d(0, 100%, 0); }
  to {
    transform: none; } }

@keyframes wd-fadeOutDownBig {
  from {
    transform: none; }
  to {
    transform: translate3d(0, 100%, 0); } }

.wd-close-side {
  position: fixed;
  z-index: 400;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, 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; }
  .wd-close-side[class*="wd-location-header"] {
    z-index: 389;
    top: calc(var(--wd-admin-bar-h) + var(--wd-header-banner-h, .001px)); }
  .wd-close-side.wd-location-sticky-nav {
    z-index: 392; }
  .wd-close-side.wd-close-side-opened {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

.wd-btn-arrow {
  visibility: hidden;
  color: var(--color-gray-800);
  opacity: 0;
  pointer-events: none; }
  .wd-btn-arrow[class*="prev"] {
    transform: translateX(-30px); }
    .wd-btn-arrow[class*="prev"]:after {
      content: "\f114";
      font-family: "woodmart-font"; }
  .wd-btn-arrow[class*="next"] {
    transform: translateX(30px); }
    .wd-btn-arrow[class*="next"]:after {
      content: "\f113";
      font-family: "woodmart-font"; }
  .browser-Safari .wd-btn-arrow {
    visibility: visible; }

.wd-btn-arrow, .flickity-button {
  position: absolute;
  top: 50%;
  z-index: 250;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all .25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .wd-btn-arrow:after, .flickity-button:after {
    font-size: 24px;
    line-height: 1; }

.wd-owl:hover .owl-nav > div, .show-arrow .wrap-loading-arrow > div {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: visible; }

.wd-btn-arrow:hover {
  color: var(--color-gray-500); }

.woocommerce-product-gallery .owl-nav > div.disabled, .wrap-loading-arrow > div.disabled {
  color: var(--color-gray-400);
  cursor: default; }

.wd-page-nav {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--brdcolor-gray-300);
  border-top: 2px solid var(--brdcolor-gray-300); }
  .wd-page-nav:not(:last-child) {
    margin-bottom: 60px; }
  .wd-single-footer ~ .wd-page-nav {
    border-top: none; }

.back-to-archive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 0;
  --wd-link-color: var(--color-gray-300);
  --wd-link-color-hover: var(--color-gray-900); }
  .back-to-archive:after {
    font-size: 20px;
    content: "\f122";
    font-family: "woodmart-font"; }

.wd-page-nav-icon {
  position: absolute;
  top: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid var(--brdcolor-gray-300);
  border-radius: 50%;
  color: var(--color-gray-800); }
  .prev-btn .wd-page-nav-icon {
    inset-inline-start: 0; }
    .prev-btn .wd-page-nav-icon:after {
      content: "\f114";
      font-family: "woodmart-font"; }
      .rtl .prev-btn .wd-page-nav-icon:after {
        content: "\f113"; }
  .next-btn .wd-page-nav-icon {
    inset-inline-end: 0; }
    .next-btn .wd-page-nav-icon:after {
      content: "\f113";
      font-family: "woodmart-font"; }
      .rtl .next-btn .wd-page-nav-icon:after {
        content: "\f114"; }

.wd-page-nav-btn {
  flex: 0 1 50%;
  max-width: 50%; }
  .wd-page-nav-btn a {
    position: relative;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 90%; }
  .wd-page-nav-btn .wd-label {
    display: block;
    margin-bottom: 5px;
    color: var(--color-gray-300); }
  .wd-page-nav-btn .wd-entities-title {
    transition: all 0.25s ease; }
  .wd-page-nav-btn:hover .wd-entities-title {
    color: var(--wd-primary-color); }
  .wd-page-nav-btn.prev-btn a {
    padding-inline-start: 55px;
    padding-inline-end: 20px; }
  .wd-page-nav-btn.next-btn {
    text-align: end; }
    .wd-page-nav-btn.next-btn a {
      padding-inline-start: 20px;
      padding-inline-end: 55px; }

.wd-loop-footer {
  clear: both;
  text-align: center; }

.wpb-js-composer .products-footer {
  margin-top: 10px; }

nav[class*="-pagination"] ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px; }

nav[class*="-pagination"] li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-left: 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; }

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"; }

nav[class*="-pagination"] li .prev:before {
  content: "\f114";
  font-family: "woodmart-font"; }

nav[class*="-pagination"] a:hover {
  background-color: var(--bgcolor-gray-300); }

.wd-load-more {
  padding: 5px 25px;
  min-height: 44px;
  border-color: var(--brdcolor-gray-300);
  border-radius: var(--btn-default-brd-radius);
  color: var(--color-gray-800);
  border-width: 2px; }
  .wd-load-more:not(:hover) {
    background-color: transparent !important; }
  .wd-load-more:hover {
    box-shadow: none; }
  .wd-load-more:hover {
    border-color: var(--brdcolor-gray-500);
    background-color: transparent;
    color: var(--color-gray-800); }
  .wd-load-more.loading {
    display: none;
    animation: wd-fadeOut .3s ease both; }
    .wd-load-more.loading + .wd-load-more-loader {
      display: inline-flex;
      animation: wd-fadeIn .3s ease both; }
      .wd-load-more.loading + .wd-load-more-loader .load-more-loading:before {
        animation: wd-rotate 450ms infinite linear; }

.wd-load-more-loader {
  display: none; }
  .wd-load-more-loader .load-more-loading {
    display: flex;
    align-items: center;
    justify-content: center; }
    .wd-load-more-loader .load-more-loading:before {
      margin-right: 8px;
      margin-left: -8px;
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid transparent;
      border-left-color: var(--color-gray-900);
      border-radius: 50%;
      vertical-align: middle; }

.breadcrumbs {
  font-size: 0; }
  .breadcrumbs > :is(a, span):after {
    content: "/";
    display: inline-block;
    padding: 0 8px; }
  .breadcrumbs > span:last-child:after {
    content: none; }

:is(
.breadcrumbs,
.yoast-breadcrumb) {
  color: var(--color-gray-900);
  line-height: 16px; }
  :is(
  .breadcrumbs,
  .yoast-breadcrumb) > :is(a, span) {
    display: inline-block;
    color: var(--color-gray-900); }
  :is(
  .breadcrumbs,
  .yoast-breadcrumb) :is(a, span) {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px; }
  :is(
  .breadcrumbs,
  .yoast-breadcrumb) a:hover {
    color: var(--color-gray-500); }
  :is(
  .breadcrumbs,
  .yoast-breadcrumb) span {
    transition: all .25s ease; }

.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  --action-btn-color: var(--color-gray-800);
  --action-btn-hover-color: var(--color-gray-500); }
  .wd-action-btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--action-btn-color);
    cursor: pointer; }
    .wd-action-btn > a:hover {
      color: var(--action-btn-hover-color); }
    .wd-action-btn > a:before {
      transition: opacity .15s ease;
      font-family: "woodmart-font"; }
    .wd-action-btn > a:after {
      position: absolute;
      top: calc(50% - .5em);
      left: 0;
      opacity: 0;
      transition: opacity .2s ease;
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      border: 1px solid transparent;
      border-left-color: var(--color-gray-900);
      border-radius: 50%;
      vertical-align: middle; }
    .wd-action-btn > a.loading:before {
      opacity: 0; }
    .wd-action-btn > a.loading:after {
      opacity: 1;
      animation: wd-rotate 450ms infinite linear; }
    .wd-action-btn > a.added:before {
      content: "\f107"; }
  .wd-action-btn.wd-style-icon .button {
    min-height: unset;
    padding: 0;
    background-color: transparent; }
    .wd-action-btn.wd-style-icon .button:hover {
      background-color: transparent;
      box-shadow: none; }
  .wd-action-btn.wd-style-icon > a {
    position: relative;
    flex-direction: column;
    width: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 0 !important;
    line-height: 0; }
    .wd-action-btn.wd-style-icon > a:before {
      font-size: 20px; }
    .wd-action-btn.wd-style-icon > a:after {
      left: calc(50% - .5em);
      font-size: 18px; }
  .wd-action-btn.wd-style-text > a {
    position: relative;
    font-weight: 600;
    line-height: 1; }
    .wd-action-btn.wd-style-text > a:before {
      margin-inline-end: .3em;
      font-size: 110%;
      font-weight: 400; }
  .wd-action-btn:empty {
    display: none; }

.wd-compare-icon > a:before {
  content: "\f128"; }

.wd-wishlist-icon > a:before {
  content: "\f106"; }

.wd-quick-view-icon > a:before {
  content: "\f130"; }

.wd-add-cart-icon > a:before {
  content: "\f123"; }

.wd-cross-icon > a:before {
  content: "\f112"; }

.wd-burger-icon > a:before {
  content: "\f15a"; }

[class*="wd-animation"] {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  --anim-duration: 1s; }
  [class*="wd-animation"], [class*="wd-animation"].elementor-element[class*="elementor-element-"] {
    transition-property: opacity, transform;
    transition-timing-function: ease, cubic-bezier(0, 0.87, 0.58, 1); }
  [class*="wd-animation"].wd-animated {
    transition-duration: 0.25s, var(--anim-duration); }
  [class*="wd-animation"].wd-animation-slow {
    --anim-duration: 1.6s; }
  [class*="wd-animation"].wd-animation-fast {
    --anim-duration: .6s; }
  [class*="wd-animation"]:not(.wd-animated) {
    will-change: transform, opacity; }
  [class*="wd-animation"].wd-animation-ready.wd-animated {
    opacity: 1;
    transform: none; }

.wd-animation-slide-from-top.wd-animation-ready {
  transform: translateY(-150px); }

.wd-animation-slide-from-bottom.wd-animation-ready {
  transform: translateY(150px); }

.wd-animation-slide-from-left.wd-animation-ready {
  transform: translateX(-500px); }

.wd-animation-slide-from-right.wd-animation-ready {
  transform: translateX(500px); }

.wd-animation-slide-short-from-left.wd-animation-ready {
  transform: translateX(-150px); }

.wd-animation-slide-short-from-right.wd-animation-ready {
  transform: translateX(150px); }

.wd-animation-zoom-in.wd-animation-ready {
  transform: scale(0.6); }

.wd-animation-bottom-flip-x.wd-animation-ready {
  transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }

.wd-animation-top-flip-x.wd-animation-ready {
  transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }

:is(
.wd-animation-bottom-flip-x,
.wd-animation-top-flip-x).wd-animation-ready.wd-animated {
  transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); }

.wd-animation-left-flip-y.wd-animation-ready {
  transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6); }

.wd-animation-right-flip-y.wd-animation-ready {
  transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6); }

:is(
.wd-animation-left-flip-y,
.wd-animation-right-flip-y).wd-animation-ready.wd-animated {
  transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); }

[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); }

.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 400;
  color: #EABE12;
  font-family: "woodmart-font"; }
  .star-rating:before {
    content: "\f149" "\f149" "\f149" "\f149" "\f149";
    color: var(--color-gray-300); }
  .star-rating span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    text-indent: 99999px; }
    .star-rating span:before {
      content: "\f148" "\f148" "\f148" "\f148" "\f148";
      position: absolute;
      top: 0;
      left: 0;
      text-indent: 0; }

.wd-more-desc {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  max-height: calc(var(--wd-text-line-height) * var(--wd-more-desc-lines, 3em)); }
  .wd-more-desc .wd-more-desc-inner {
    line-height: var(--wd-text-line-height);
    --wd-tags-mb: 10px; }
  .wd-more-desc .wd-more-desc-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: calc(var(--wd-text-line-height) * 1em);
    background: linear-gradient(to bottom, transparent 0, var(--wd-prod-bg, var(--bgcolor-white)) 90%);
    color: var(--color-gray-900);
    text-align: center;
    text-decoration: none;
    line-height: var(--wd-text-line-height);
    transition: transform .25s ease;
    transform: translateY(calc(var(--wd-text-line-height) * 1em)); }
    .wd-more-desc .wd-more-desc-btn span:after {
      font-size: 20px;
      content: "\f109";
      font-family: "woodmart-font"; }
    .wd-more-desc .wd-more-desc-btn:hover {
      color: var(--color-gray-900); }
    .wd-more-desc .wd-more-desc-btn:not(.wd-shown) {
      display: none; }
  .wd-more-desc.wd-more-desc-full {
    max-height: 21em;
    overflow-y: auto; }
    .wd-more-desc.wd-more-desc-full .wd-more-desc-btn {
      display: none; }

.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 > a:hover {
      opacity: .7; }
  .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; }

.wd-filter-search {
  position: relative;
  margin-bottom: 10px; }
  .wd-filter-search input {
    padding-right: 40px; }
  .wd-filter-search:before {
    position: absolute;
    top: calc(50% - 10px);
    right: 12px;
    color: var(--wd-form-color);
    font-size: 20px;
    line-height: 1;
    content: "\f130";
    font-family: "woodmart-font"; }

.wd-filter-search-clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none; }
  .wd-filter-search-clear.wd-style-icon {
    --action-btn-color: var(--wd-form-color);
    --action-btn-hover-color: var(--wd-form-color); }
    .wd-filter-search-clear.wd-style-icon a {
      width: 42px;
      height: 100%; }
      .wd-filter-search-clear.wd-style-icon a:before {
        font-size: 14px; }

.wd-filter-search.wd-active .wd-filter-search-clear {
  display: block; }

.wd-filter-search.wd-active:before {
  display: none; }

: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); }
  :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; }

.widget_recent_comments ul li > a {
  display: inline; }

.widget_recent_comments ul li .url {
  color: var(--color-gray-900);
  font-weight: 600; }

.widget_recent_comments ul li:before {
  display: inline-block;
  margin-right: 7px;
  color: var(--color-gray-900);
  font-weight: 400;
  font-size: 80%;
  content: "\f103";
  font-family: "woodmart-font"; }

.widget_recent_entries .post-date {
  display: block;
  margin-top: 5px;
  color: var(--color-gray-300);
  font-size: 12px; }

.woodmart-recent-posts li {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300); }
  .woodmart-recent-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }

.woodmart-recent-posts .recent-posts-thumbnail {
  flex: 0 0 auto;
  max-width: 50%;
  overflow: hidden;
  margin-inline-end: 15px; }
  .woodmart-recent-posts .recent-posts-thumbnail img {
    min-width: 60px;
    border-radius: calc(var(--wd-brd-radius) / 1.5); }

.woodmart-recent-posts .recent-posts-info {
  flex: 1 1 auto; }

.woodmart-recent-posts .wd-entities-title {
  margin-bottom: 8px;
  font-size: inherit; }

.woodmart-recent-posts :is(
.recent-posts-time,
.recent-posts-comment) {
  color: var(--color-gray-300);
  font-size: 90%; }

.woodmart-recent-posts .recent-posts-time {
  margin-inline-end: 5px; }

.woodmart-author-information {
  line-height: inherit; }
  .woodmart-author-information .author-avatar img {
    border-radius: 50%; }

.widget_calendar #wp-calendar {
  margin-bottom: 0; }
  .widget_calendar #wp-calendar > caption {
    margin-bottom: 10px;
    color: var(--color-gray-900);
    text-align: center;
    font-weight: 600; }
  .widget_calendar #wp-calendar th {
    padding: 5px;
    border-bottom: none;
    text-align: center; }
  .widget_calendar #wp-calendar td {
    padding: 10px;
    border-bottom: none;
    text-align: center; }
  .widget_calendar #wp-calendar #today {
    color: #FFF;
    font-weight: 600;
    background-color: var(--wd-primary-color); }
    .widget_calendar #wp-calendar #today a {
      color: inherit; }
  .widget_calendar #wp-calendar thead th {
    border-bottom: 2px solid var(--brdcolor-gray-200); }
  .widget_calendar #wp-calendar tfoot td {
    border-top: 2px solid var(--brdcolor-gray-200); }

.widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between; }

.widget_nav_mega_menu > .widget-title {
  margin-bottom: 0;
  padding: 20px;
  background-color: var(--bgcolor-gray-300);
  text-transform: uppercase;
  border-top-left-radius: var(--wd-brd-radius);
  border-top-right-radius: var(--wd-brd-radius); }
  .widget_nav_mega_menu > .widget-title + .wd-nav-vertical {
    border-top: none; }
    .widget_nav_mega_menu > .widget-title + .wd-nav-vertical,
    .widget_nav_mega_menu > .widget-title + .wd-nav-vertical > li:first-child > a {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.widget_nav_mega_menu .wd-nav-horizontal > li > a {
  height: 40px; }

.widget_nav_mega_menu .wd-nav > li,
.widget_nav_mega_menu .wd-sub-menu li {
  margin-bottom: 0; }

.widget_rss .widget-title a {
  color: var(--color-gray-900);
  vertical-align: middle; }
  .widget_rss .widget-title a img {
    vertical-align: initial; }

.widget_rss ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  line-height: 1.5; }
  .widget_rss ul li > a {
    margin-bottom: 8px; }
  .widget_rss ul li cite {
    display: inline-block;
    margin-top: 5px; }
  .widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: none; }

.widget_rss .rss-date {
  display: block;
  margin-bottom: 8px;
  color: var(--color-gray-300); }

.widget[class*="_tag_cloud"] .tagcloud {
  margin: -1px;
  font-size: 0; }
  .widget[class*="_tag_cloud"] .tagcloud a {
    display: inline-block;
    margin: 1px;
    padding: 5px 12px;
    border: 1px solid var(--brdcolor-gray-300);
    text-transform: capitalize;
    font-size: 12px !important;
    border-radius: calc(var(--wd-brd-radius) / 1.5); }
    .widget[class*="_tag_cloud"] .tagcloud a:hover {
      color: #FFF;
      background-color: var(--wd-primary-color);
      border-color: var(--wd-primary-color); }

.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(
  .widget_categories,
  .widget_pages,
  .widget_archive,
  .widget_nav_menu) ul li.current_page_item > a {
    color: var(--color-gray-800);
    font-weight: 600; }

:is(
.widget_categories,
.widget_pages,
.widget_archive,
.widget_nav_menu) li ul {
  margin-top: 15px;
  padding-inline-start: 15px; }

.pswp {
  z-index: 1500;
  display: none;
  overflow: hidden;
  outline: none;
  -webkit-text-size-adjust: 100%;
  touch-action: none;
  -webkit-backface-visibility: hidden; }
  .pswp img {
    max-width: none; }

.pswp--animate_opacity {
  opacity: .001;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity; }

.pswp--open {
  display: block; }

.pswp__bg {
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  touch-action: none; }

.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transform-origin: left top; }

.pswp__bg {
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity; }

.pswp--animated-in :is(
.pswp__bg,
.pswp__zoom-wrap) {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: var(--wd-brd-radius); }
  .pswp--zoom-allowed .pswp__img {
    cursor: zoom-in; }
  .pswp--zoomed-in .pswp__img {
    cursor: grab; }
  .pswp--dragging .pswp__img {
    cursor: grabbing; }

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

.pswp__img--placeholder--blank {
  background: #242424; }

.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 100%;
  color: #bbb;
  text-align: center;
  font-size: 14px;
  line-height: 16px; }
  .pswp__error-msg a {
    color: #bbb;
    text-decoration: underline; }

.pswp__button {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  min-height: unset;
  background: none;
  opacity: .75;
  transition: opacity .2s;
  -webkit-appearance: none; }
  .pswp__button:hover {
    background-color: unset;
    opacity: 1; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.pswp__button,
[class*="pswp__button--arrow--"]:before {
  background: url(images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg [class*="pswp__button--arrow--"]:before {
    background-image: url(images/default-skin.svg); }
  .pswp--svg [class*="pswp__button--arrow--"] {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }
  .pswp__ui--over-close .pswp__button--close {
    opacity: 1; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }
  .pswp--supports-fs .pswp__button--fs {
    display: block; }
  .pswp--fs .pswp__button--fs {
    background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }
  .pswp--zoom-allowed .pswp__button--zoom {
    display: block; }
  .pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0; }

[class*="pswp__button--arrow--"] {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  background: none; }
  .pswp--touch [class*="pswp__button--arrow--"] {
    visibility: hidden; }
  [class*="pswp__button--arrow--"]:before {
    content: '';
    position: absolute;
    top: 35px;
    width: 32px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.3); }

.pswp__button--arrow--left {
  left: 0; }
  .pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px; }

.pswp__button--arrow--right {
  right: 0; }
  .pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px; }

.pswp__counter,
.pswp__share-modal {
  user-select: none; }

.pswp__share-modal {
  z-index: 1600;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }
  .pswp__share-modal.pswp__share-modal--hidden {
    display: none; }

.pswp__share-tooltip {
  position: absolute;
  top: calc(56px + var(--wd-admin-bar-h));
  right: 44px;
  z-index: 1620;
  background: #FFF;
  transition: transform .25s;
  transform: translateY(6px);
  border-radius: var(--wd-brd-radius);
  -webkit-backface-visibility: hidden; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:first-child {
      border-top-left-radius: var(--wd-brd-radius);
      border-top-right-radius: var(--wd-brd-radius); }
    .pswp__share-tooltip a:last-child {
      border-bottom-left-radius: var(--wd-brd-radius);
      border-bottom-right-radius: var(--wd-brd-radius); }
    .pswp__share-tooltip a:hover {
      color: #FFF; }
  .pswp__share-tooltip:before {
    content: '';
    position: absolute;
    top: -12px;
    right: 15px;
    display: block;
    border: 6px solid transparent;
    border-bottom-color: #FFF; }
  .pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: none; }

.pswp__share--facebook:hover {
  background: #365493; }

.pswp__share--twitter:hover {
  background: #55ACEE; }

.pswp__share--pinterest:hover {
  background: #CE272D; }

.pswp__share--download:hover {
  background: var(--wd-primary-color); }

.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 44px;
  color: #FFF;
  font-size: 13px;
  line-height: 44px;
  opacity: .75; }

.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 44px;
  width: 100%; }
  .pswp__caption small {
    color: #bbb;
    font-size: 11px; }

.pswp__caption__center {
  margin: 0 auto;
  padding: 10px;
  max-width: 420px;
  color: #bbb;
  text-align: left;
  font-size: 13px;
  line-height: 20px; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__preloader {
  position: relative;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  transition: opacity .25s ease-out; }

@media screen and (min-width: 1025px) {
  .pswp__preloader {
    position: absolute;
    top: 0;
    left: calc(50% - 22px); } }

.pswp__preloader__donut {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-left-color: #FFF;
  border-radius: 50%;
  vertical-align: middle; }
  .pswp__preloader--active .pswp__preloader__donut {
    animation: wd-rotate 450ms infinite linear; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__ui {
  z-index: 1550;
  visibility: visible;
  -webkit-font-smoothing: auto;
  opacity: 1; }

.pswp--fs {
  --wd-admin-bar-h: 0; }

.pswp__top-bar {
  position: absolute;
  top: var(--wd-admin-bar-h);
  left: 0;
  width: 100%;
  height: 44px; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse [class*="pswp__button--arrow--"] {
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp--has_mouse [class*="pswp__button--arrow--"] {
  visibility: visible; }

:is(
.pswp__top-bar,
.pswp__caption) {
  background-color: rgba(0, 0, 0, 0.5); }
  .pswp__ui--fit :is(
  .pswp__top-bar,
  .pswp__caption) {
    background-color: rgba(0, 0, 0, 0.3); }

.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle [class*="pswp__button--arrow--"] {
  opacity: 0; }

.pswp__ui--hidden :is(
.pswp__top-bar,
.pswp__caption,
[class*="pswp__button--arrow--"]) {
  opacity: .001; }

.pswp__ui--one-slide :is(
[class*="pswp__button--arrow--"],
.pswp__counter) {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp, .pswp__bg, .pswp__scroll-wrap, .pswp__share-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slider-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  font-size: 22px; }
  .slider-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--wd-primary-color); }

.wd-owl {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-tap-highlight-color: transparent; }
  .wd-owl .owl-stage {
    position: relative; }
    .wd-owl .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      height: 0;
      line-height: 0; }
  .wd-owl .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0px, 0, 0); }
  .wd-owl :is(
  .owl-wrapper,
  .owl-item) {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .wd-owl .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-touch-callout: none; }
  .wd-owl :is(
  .owl-nav.disabled,
  .owl-dots.disabled) {
    display: none; }
  .wd-owl :is(
  .owl-nav .owl-prev,
  .owl-nav .owl-next,
  .owl-dot) {
    cursor: pointer;
    user-select: none; }
  .wd-owl.owl-loaded {
    display: block; }
  .wd-owl.owl-loading {
    display: block;
    opacity: 0; }
  .wd-owl.owl-hidden {
    opacity: 0; }
  .wd-owl.owl-refresh .owl-item {
    visibility: hidden; }
  .wd-owl.owl-drag .owl-item {
    user-select: none; }
  .wd-owl.owl-grab {
    cursor: move;
    cursor: grab; }

.wd-owl .owl-item.animated {
  animation-duration: 600ms;
  animation-fill-mode: both; }

.wd-owl .owl-item.fadeOut {
  animation-name: wd-fadeOut; }

.wd-owl .owl-animated-in {
  z-index: 0; }

.wd-owl .owl-animated-out {
  z-index: 1; }

.owl-height {
  transition: height 500ms ease-in-out; }

.wd-owl:not(.owl-loaded) {
  display: flex;
  overflow: hidden; }

[data-hide_pagination_control="no"] .wd-owl:not(.owl-loaded) {
  padding-bottom: 41px !important; }

.owl-loaded:after, .owl-loaded:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px; }

.owl-loaded:before {
  right: -50px; }

.owl-loaded:after {
  left: -50px; }

.owl-dots {
  margin-top: 5px;
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    margin-top: 10px; }
    .owl-dots .owl-dot span {
      display: block;
      margin: 5px;
      width: 10px;
      height: 10px;
      border: 2px solid var(--color-gray-300);
      border-radius: 50%;
      transition: all .25s ease; }
    .owl-dots .owl-dot:not(.active):hover span {
      border-color: var(--color-gray-800); }
    .owl-dots .owl-dot.active span {
      border-color: var(--color-gray-800);
      background-color: var(--color-gray-800); }

.owl-nav > div[class*="prev"] {
  left: 0; }

.owl-nav > div[class*="next"] {
  right: 0; }

[class*="wd-carousel-spacing-"] {
  margin-right: calc((var(--wd-car-sp) / 2) * -1);
  margin-left: calc((var(--wd-car-sp) / 2) * -1);
  --wd-car-sp: .001px; }
  [class*="wd-carousel-spacing-"] .owl-item,
  [class*="wd-carousel-spacing-"] .wd-owl:not(.owl-loaded) > div {
    padding-right: calc(var(--wd-car-sp) / 2);
    padding-left: calc(var(--wd-car-sp) / 2); }
  [class*="wd-carousel-spacing-"] .owl-nav > div[class*="prev"] {
    left: calc(-50px + var(--wd-car-sp) / 2); }
  [class*="wd-carousel-spacing-"] .owl-nav > div[class*="next"] {
    right: calc(-50px + var(--wd-car-sp) / 2); }

.wd-carousel-spacing-2 {
  --wd-car-sp: 2px; }

.wd-carousel-spacing-6 {
  --wd-car-sp: 6px; }

.wd-carousel-spacing-10 {
  --wd-car-sp: 10px; }

.wd-carousel-spacing-20 {
  --wd-car-sp: 20px; }

.wd-carousel-spacing-30 {
  --wd-car-sp: 30px; }

.justified-gallery {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .justified-gallery > :is(
  a,
  div) {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0); }
    .justified-gallery > :is(
    a,
    div) > img,
    .justified-gallery > :is(
    a,
    div) > a > img {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0;
      padding: 0;
      border: none;
      opacity: 0;
      filter: "alpha(opacity=0)"; }
  .justified-gallery > .entry-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    animation: wd-fadeIn 500ms 0 ease; }
    .justified-gallery > .entry-visible > img,
    .justified-gallery > .entry-visible > a > img {
      opacity: 1;
      filter: "alpha(opacity=100)";
      transition: opacity 500ms ease-in; }

.wd-justified-gallery:not(.justified-gallery) {
  display: none; }

img.mfp-img {
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 100%;
  width: auto;
  height: auto;
  line-height: 0; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure small {
    display: block;
    color: #bbb;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    background: #555; }
  .mfp-figure.mfp-loading {
    display: none; }

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto; }

.mfp-title {
  padding-right: 36px;
  color: #f1f1f1;
  text-align: left;
  word-wrap: break-word;
  line-height: 18px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-zoom-out-cur {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  top: 50%;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  background-color: transparent;
  box-shadow: none;
  opacity: .65; }
  .mfp-arrow:hover {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-top: 35px;
    margin-left: 35px;
    width: 0;
    height: 0;
    border: medium inset transparent; }
  .mfp-arrow:after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    margin-left: 31px;
    border-right: 17px solid #FFF; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #555; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    margin-left: 39px;
    border-left: 17px solid #FFF; }
  .mfp-arrow-right:before {
    border-left: 27px solid #555; }

.mfp-bg {
  position: fixed;
  z-index: 1102;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7); }

.mfp-wrap {
  position: fixed;
  z-index: 1103;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  position: absolute;
  padding: 0 8px;
  text-align: center; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-content {
  position: relative;
  z-index: 1105;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left; }
  .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1104;
  margin-top: -.8em;
  width: auto;
  color: #bbb;
  text-align: center; }
  .mfp-preloader a {
    color: #bbb; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    max-width: 900px;
    width: 100%;
    line-height: 0; }

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    border-radius: var(--wd-brd-radius); }

.mfp-wrap ~ :is(
.wd-close-side,
.wd-side-hidden) {
  z-index: 900;
  pointer-events: none; }

.wd-close-btn-inset {
  position: relative; }
  .wd-close-btn-inset button.mfp-close {
    position: absolute;
    top: 0;
    color: var(--color-gray-900); }
    .wd-close-btn-inset button.mfp-close:hover {
      background-color: transparent;
      color: var(--color-gray-500); }

.wd-popup {
  display: none;
  margin: calc(var(--wd-admin-bar-h) + 25px) auto 25px auto;
  padding: 30px;
  width: 100%;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-white); }
  .mfp-wrap .wd-popup {
    display: block; }

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  transform: translateX(-100px); }
  .mfp-move-horizontal .mfp-with-anim .summary-inner {
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    transform: translateY(30px); }

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: opacity .25s ease, visibility 0s ease .25s; }

.mfp-move-horizontal.mfp-ready .mfp-with-anim,
.mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
  opacity: 1;
  transform: none; }

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 1;
  transition: opacity .25s ease, visibility 0s ease; }

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: translateX(100px); }

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-move-horizontal.mfp-removing .mfp-close {
  display: none; }

button.mfp-arrow {
  position: absolute; }

.mfp-bg, .mfp-wrap, .mfp-container, .mfp-iframe-scaler iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

button.mfp-close, #cboxClose {
  position: fixed;
  top: var(--wd-admin-bar-h);
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1104;
  padding: 0;
  width: 50px;
  height: 50px;
  min-height: unset;
  background: none;
  color: #FFF;
  font-weight: 400;
  font-size: 0;
  opacity: 1;
  cursor: pointer;
  transition: all .25s ease;
  touch-action: manipulation; }
  button.mfp-close:after, #cboxClose:after {
    font-size: 20px;
    content: "\f112";
    font-family: "woodmart-font"; }
  button.mfp-close:hover, #cboxClose:hover {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: none;
    color: #FFF;
    opacity: 1; }

button.mfp-close {
  opacity: 0;
  transition: all .25s ease, opacity 0s ease 0s; }

.mfp-ready button.mfp-close {
  opacity: 1;
  transition: all .25s ease, opacity .3s ease .35s; }

.alignleft {
  float: left;
  margin-top: 3px;
  margin-right: 25px;
  margin-bottom: 20px; }

.alignright {
  float: right;
  margin-top: 3px;
  margin-bottom: 20px;
  margin-left: 25px; }

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 20px; }

.wp-caption {
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
  border: none;
  background: transparent; }

.wp-caption.alignleft {
  margin-top: 3px;
  margin-right: 25px; }

.wp-caption.alignright {
  margin-top: 3px;
  margin-left: 25px; }

.wp-caption.aligncenter {
  margin: 0 auto;
  margin-top: 3px; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
  padding: 5px 10px 5px 0;
  font-style: italic;
  line-height: 1.6;
  opacity: .8; }

.gallery-caption,
.bypostauthor {
  content: initial; }

.gallery {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery .gallery-item {
    padding-left: 15px;
    padding-right: 15px; }
  .gallery .gallery-caption {
    margin-top: 10px;
    font-style: italic; }

body .wp-playlist {
  border: none;
  text-align: left; }

body .wp-playlist-item {
  border-color: var(--brdcolor-gray-300); }
  body .wp-playlist-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px; }

[class*="wp-block"] figcaption {
  text-align: center;
  font-style: italic;
  line-height: 1.6; }

[class*="wp-block"].alignfull figcaption {
  padding-right: 10px;
  padding-left: 10px; }

.site-content.col-lg-12 .alignfull {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  max-width: 100vw; }
  .site-content.col-lg-12 .alignfull.wp-block-cover {
    width: 100vw; }
  .platform-Windows .site-content.col-lg-12 .alignfull {
    margin-right: calc(-50vw + 50% + var(--wd-scroll-w) / 2);
    margin-left: calc(-50vw + 50% + var(--wd-scroll-w) / 2); }

.entry-content > [class*="wp-block"] {
  margin-bottom: var(--wd-block-spacing); }
  .entry-content > [class*="wp-block"]:last-child {
    margin-bottom: 0; }

.wp-block-gallery .blocks-gallery-grid {
  margin-bottom: -1em; }

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 1em; }

.blocks-gallery-caption {
  margin-top: 10px; }

.wp-block-image figcaption {
  margin-bottom: 0; }

.wp-block-image.alignleft,
.wp-block-image .alignleft {
  margin-right: 25px; }

.wp-block-image.alignright,
.wp-block-image .alignright {
  margin-left: 25px; }

.wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin-bottom: 0;
  text-align: center; }

.wp-block-pullquote:not(.is-style-solid-color) {
  border-width: 2px 0;
  border-style: solid;
  border-color: currentColor; }

.wp-block-pullquote cite {
  font-weight: 400; }

.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center; }

.wp-block-separator.is-style-dots {
  opacity: .6; }
  .wp-block-separator.is-style-dots:before {
    padding-left: 1em;
    vertical-align: middle;
    letter-spacing: 1em;
    font-size: 36px;
    line-height: 2px; }

.wp-block-separator.has-background {
  opacity: 1; }

.wp-block-separator:is(
.is-style-dots,
.is-style-wide) {
  max-width: 100%; }

.wp-block-quote.is-style-large {
  padding-left: 30px;
  padding-right: 0; }
  .wp-block-quote.is-style-large cite {
    text-align: right; }

.wp-block-columns[class*="wp-block"] {
  margin-bottom: 0; }

.wp-block-column {
  margin-bottom: var(--wd-block-spacing); }
  .wp-block-column [class*="wp-block"]:last-child {
    margin-bottom: 0; }

.wp-block-cover {
  color: #333; }

.wp-block-cover.has-background-dim,
.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: #FFF; }

.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%; }

.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%; }

.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%; }

.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%; }

.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%; }

.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%; }

.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%; }

.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%; }

.wp-block-table table {
  margin-bottom: 0; }

.wp-block-table figcaption {
  margin-top: 10px; }

.wp-block-table.is-style-stripes {
  border-bottom: none; }

.wp-block-code {
  padding: 0;
  background: transparent; }

.wp-block-preformatted.has-background {
  padding: 20px; }

p.has-drop-cap:first-letter {
  font-size: 500% !important;
  padding-top: .1em;
  padding-bottom: .1em; }

p.has-background {
  padding: 20px; }

.wp-block-buttons:not(.is-vertical),
.wp-block-buttons > .wp-block-button {
  margin-bottom: 10px; }

.wp-block-group.has-background {
  padding: 20px; }

.wp-block-group__inner-container > [class*="wp-block"]:not(:last-child) {
  margin-bottom: var(--wd-block-spacing); }

.wp-block-media-text p:last-child {
  margin-bottom: 0; }

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0; }
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 15px; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 15px;
    padding-left: 0; }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 15px; }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0; }
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 15px; } }

.wp-block-post-terms.has-background {
  padding: 20px; }

.wp-block-post-terms.has-text-color a {
  color: inherit; }
  .wp-block-post-terms.has-text-color a:hover {
    opacity: .8; }

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

.widget_block :is(h1, h2, h3, h4, h5, h6) {
  color: var(--wd-widget-title-color);
  font-weight: var(--wd-widget-title-font-weight);
  font-style: var(--wd-widget-title-font-style);
  font-family: var(--wd-widget-title-font); }
  .widget_block :is(h1, h2, h3, h4, h5, h6):not([class*="-font-size"]) {
    text-transform: var(--wd-widget-title-transform);
    font-size: var(--wd-widget-title-font-size); }

.wp-block-archives {
  list-style: none;
  --li-pl: 0; }

.wp-block-calendar a {
  text-decoration: none; }

.wp-block-calendar caption {
  margin-bottom: 10px;
  color: #242424;
  text-align: center;
  font-weight: 600; }

.wp-block-calendar #today {
  color: #FFF;
  font-weight: 600;
  background-color: var(--wd-primary-color); }
  .wp-block-calendar #today a {
    color: inherit; }

.wp-block-calendar .wp-calendar-table {
  margin-bottom: 0; }
  .wp-block-calendar .wp-calendar-table tbody {
    color: inherit; }
  .wp-block-calendar .wp-calendar-table :is(
  th,
  td) {
    border: none; }
  .wp-block-calendar .wp-calendar-table th {
    padding: 5px;
    border-bottom: 2px solid var(--brdcolor-gray-200);
    background-color: transparent;
    text-align: center;
    font-weight: var(--wd-title-font-weight); }
  .wp-block-calendar .wp-calendar-table td {
    padding: 10px;
    border-bottom: none;
    text-align: center; }

.wp-block-calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between; }

.wp-block-categories {
  list-style: none;
  --li-pl: 0; }

.wp-block-latest-comments {
  list-style: none;
  --li-pl: 0; }
  .wp-block-latest-comments a {
    display: inline !important; }
  .wp-block-latest-comments footer:before {
    display: inline-block;
    margin-right: 7px;
    color: var(--color-gray-900);
    font-weight: 400;
    font-size: 80%;
    content: "\f103";
    font-family: "woodmart-font"; }

.wp-block-latest-comments__comment-author {
  color: #242424;
  font-weight: 600; }

.wp-block-latest-posts li:after {
  content: "";
  display: block;
  clear: both; }

.wp-block-latest-posts.is-grid {
  margin-bottom: 0; }

.wp-block-latest-posts__featured-image {
  margin-bottom: 10px;
  max-width: 50%; }
  .wp-block-latest-posts__featured-image.alignleft {
    margin-right: 15px; }
  .wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 10px; }
  .wp-block-latest-posts__featured-image.alignright {
    margin-left: 15px; }

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-excerpt {
  margin-top: 5px;
  margin-bottom: 0;
  color: inherit; }

.wp-block-page-list,
.wp-block-page-list ul {
  list-style: none;
  --li-pl: 0; }

.wp-block-page-list li.has-child ul {
  padding-left: 20px; }

.wp-block-rss {
  list-style: none;
  --li-pl: 0; }

.wp-block-rss__item-excerpt,
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  color: inherit;
  margin-top: 5px; }

.wp-block-search .wp-block-search__input {
  padding: 0 15px !important; }
  .wp-block-search .wp-block-search__input:focus {
    border-color: var(--wd-form-brd-color-focus); }

.wp-block-search .wp-block-search__button {
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 0;
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
  fill: currentColor; }
  .wp-block-search .wp-block-search__button:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover); }
  .wp-block-search .wp-block-search__button:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active); }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
  border-radius: var(--wd-form-brd-radius);
  padding: 4px; }

.wp-block-tag-cloud .tag-link-count {
  color: var(--wd-text-color); }

.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-right: -10px;
  margin-left: -10px; }

.whb-flex-flex-middle .whb-col-center {
  flex: 1 1 0%; }

.whb-flex-equal-sides .whb-col-left,
.whb-flex-equal-sides .whb-col-right {
  flex: 1 1 0%; }

.whb-general-header .whb-mobile-left,
.whb-general-header .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: .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 .1s ease, visibility .1s ease, transform .3s ease;
  animation: wd-fadeOutUpBig .1s ease;
  pointer-events: none; }
  .whb-clone .whb-flex-row {
    border: none; }
  .whb-clone.whb-sticked {
    visibility: visible;
    opacity: 1;
    animation: wd-fadeInDownBig .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 .2s ease, max-height .2s ease; }

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

.whb-scroll-stick.whb-scroll-down .whb-main-header, .whb-scroll-stick.whb-scroll-up .whb-main-header {
  transition: transform .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 .4s ease; }

.whb-scroll-slide.whb-scroll-down .whb-main-header, .whb-scroll-slide.whb-scroll-up .whb-main-header {
  transition: transform .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 .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 .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-tools-element {
  position: relative;
  --wd-count-size: 15px;
  --wd-header-el-color: #333;
  --wd-header-el-color-hover: rgba(51,51,51,.6); }
  .wd-tools-element > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: var(--wd-header-el-color);
    line-height: 1; }
  .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 .25s ease; }

.wd-tools-custom-icon:hover .wd-custom-icon {
  opacity: .6; }

.wd-tools-element:is(
.wd-design-2,
.wd-design-5).wd-style-icon.wd-with-count {
  margin-inline-end: 5px; }

.wd-tools-element:is(
.wd-design-2,
.wd-design-5).wd-style-text.wd-with-count .wd-tools-text {
  margin-inline-start: 14px; }

.wd-tools-element:is(
.wd-design-2,
.wd-design-5) .wd-tools-count {
  position: absolute;
  top: -5px;
  inset-inline-end: -9px;
  background-color: var(--wd-primary-color);
  color: #FFF;
  font-size: 9px; }

.wd-tools-element.wd-design-1.wd-with-count .wd-tools-count {
  margin-inline-start: 8px; }

.wd-tools-element.wd-design-1 .wd-tools-count {
  width: auto;
  height: auto;
  text-transform: var(--wd-header-el-transform);
  font-weight: var(--wd-header-el-font-weight);
  font-style: var(--wd-header-el-font-style);
  font-size: var(--wd-header-el-font-size);
  font-family: var(--wd-header-el-font);
  line-height: inherit; }

.wd-tools-element.wd-design-1 .subtotal-divider {
  display: inline; }

.wd-tools-element.wd-design-4 {
  --wd-count-size: 19px; }
  .wd-tools-element.wd-design-4.wd-with-count .wd-tools-count {
    margin-inline-start: 6px; }
  .wd-tools-element.wd-design-4 .wd-tools-count {
    display: inline-block;
    padding: 0 2px;
    background-color: var(--wd-primary-color);
    color: #FFF;
    font-weight: 700;
    font-size: 10px; }
  .whb-top-bar .wd-tools-element.wd-design-4 {
    --wd-count-size: 16px; }

.wd-tools-element:is(
.wd-design-6,
.wd-design-7,
.wd-design-8) {
  --wd-count-size: 18px; }
  .wd-tools-element:is(
  .wd-design-6,
  .wd-design-7,
  .wd-design-8) .wd-tools-inner {
    position: relative; }
    .wd-tools-element:is(
    .wd-design-6,
    .wd-design-7,
    .wd-design-8) .wd-tools-inner .wd-tools-icon {
      position: static; }
  .wd-tools-element:is(
  .wd-design-6,
  .wd-design-7,
  .wd-design-8) .wd-custom-icon {
    min-width: auto;
    max-width: 20px; }
  .wd-tools-element:is(
  .wd-design-6,
  .wd-design-7,
  .wd-design-8) .wd-tools-count {
    position: absolute;
    top: -3px;
    inset-inline-end: -7px;
    background-color: #FFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
    color: var(--wd-primary-color);
    font-size: 11px; }
  .whb-top-bar .wd-tools-element:is(
  .wd-design-6,
  .wd-design-7,
  .wd-design-8) {
    --wd-count-size: 13px; }
    .whb-top-bar .wd-tools-element:is(
    .wd-design-6,
    .wd-design-7,
    .wd-design-8) .wd-custom-icon {
      max-width: 14px; }

.wd-tools-element:is(
.wd-design-6,
.wd-design-7) :is(
.wd-tools-inner,
.wd-tools-icon) {
  height: 42px;
  border-radius: 42px; }

.wd-tools-element:is(
.wd-design-6,
.wd-design-7) .wd-tools-inner {
  display: flex;
  align-items: center;
  padding: 0 13px; }

.wd-tools-element:is(
.wd-design-6,
.wd-design-7):not(.wd-with-wrap) .wd-tools-icon {
  width: 42px; }

.whb-top-bar .wd-tools-element:is(
.wd-design-6,
.wd-design-7) :is(
.wd-tools-inner,
.wd-tools-icon) {
  height: 28px; }

.whb-top-bar .wd-tools-element:is(
.wd-design-6,
.wd-design-7) .wd-tools-inner {
  padding: 0 9px; }

.whb-top-bar .wd-tools-element:is(
.wd-design-6,
.wd-design-7):not(.wd-with-wrap) .wd-tools-icon {
  width: 28px; }

.whb-top-bar .wd-tools-element:is(
.wd-design-6,
.wd-design-7) .wd-tools-count {
  font-size: 9px; }

.wd-tools-element.wd-design-6 > a > :is(
.wd-tools-inner,
.wd-tools-icon) {
  border: 1px solid rgba(0, 0, 0, 0.105); }

.whb-color-light .wd-tools-element.wd-design-6 > a > :is(
.wd-tools-inner,
.wd-tools-icon) {
  border-color: rgba(255, 255, 255, 0.25); }

.wd-tools-element.wd-design-7 > a > :is(
.wd-tools-inner,
.wd-tools-icon) {
  background-color: var(--wd-primary-color);
  color: #FFF;
  transition: inherit; }

.wd-tools-element.wd-design-7:hover > a > :is(
.wd-tools-inner,
.wd-tools-icon) {
  color: rgba(255, 255, 255, 0.8); }

.wd-tools-element.wd-design-8 .wd-tools-inner {
  display: flex;
  align-items: center;
  border-radius: 42px;
  height: 42px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: var(--wd-primary-color);
  transition: background-color .25s ease;
  color: #FFF; }

.wd-tools-element.wd-design-8 .wd-tools-text {
  margin-left: 10px;
  margin-right: 10px;
  transition: color .25s ease; }

.wd-tools-element.wd-design-8 .wd-tools-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFF;
  color: #333;
  transition: all .25s ease; }

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-inner {
  height: 28px; }

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-icon {
  height: 22px;
  width: 22px; }
  .whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-icon:before {
    font-size: 12px; }

.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-text {
  margin-left: 6px;
  margin-right: 6px; }

.wd-tools-element.wd-design-8:hover .wd-tools-inner {
  color: rgba(255, 255, 255, 0.8); }

.wd-tools-element.wd-design-8:hover .wd-tools-icon {
  color: #777; }

.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-right: 10px;
  padding-left: 10px; }

.wd-header-nav.wd-full-height, .wd-header-nav.wd-full-height .wd-nav, .wd-header-nav.wd-full-height .wd-nav > li, .wd-header-nav.wd-full-height .wd-nav > li > a, .wd-header-divider.wd-full-height, .wd-header-divider.wd-full-height:before, .whb-header-bottom .wd-header-cats,
.whb-top-bar .wd-header-cats, .whb-header-bottom .wd-header-cats.wd-style-1 .menu-opener,
.whb-top-bar .wd-header-cats.wd-style-1 .menu-opener {
  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) > li:not(.menu-simple-dropdown) {
  overflow: hidden; }

.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 {
  content: "\f15a";
  font-family: "woodmart-font"; }

.whb-top-bar .wd-nav-secondary > li > a {
  font-weight: 400;
  font-size: 12px; }

.wd-nav-secondary:not(.wd-offsets-calculated) > li:not(.menu-simple-dropdown) {
  overflow: hidden; }

.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 .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-fs-nav .wd-tools-icon:before {
  content: "\f15a";
  font-family: "woodmart-font"; }

.wd-fs-menu {
  position: fixed;
  z-index: 400;
  visibility: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: visibility .2s ease, opacity .2s ease; }
  .wd-fs-menu .wd-scroll-content {
    max-height: 100%;
    height: 100%; }
  .wd-fs-menu.wd-opened {
    visibility: visible;
    opacity: 1;
    transition: visibility .3s ease, opacity .3s ease; }

.wd-fs-inner {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .wd-fs-inner:after, .wd-fs-inner:before {
    content: "";
    flex: 1 1 auto; }

.wd-nav-fs {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-80px); }
  .wd-nav-fs > li {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%; }
    .wd-nav-fs > li > a {
      justify-content: center;
      margin: 0 auto;
      padding-top: 25px;
      padding-bottom: 25px;
      max-width: 700px;
      width: 100%;
      font-weight: var(--wd-header-el-font-weight);
      font-style: var(--wd-header-el-font-style);
      font-size: 22px;
      font-family: var(--wd-header-el-font); }
    .wd-nav-fs > li.menu-item-has-children > a:after {
      content: none; }
  .wd-opened .wd-nav-fs {
    transition: none;
    transform: none; }
    .wd-opened .wd-nav-fs > li {
      animation: wd-fs-items 0.8s cubic-bezier(0.19, 1, 0.22, 1) both 1s; }
      .wd-opened .wd-nav-fs > li:nth-child(1) {
        animation-delay: 0.1s; }
      .wd-opened .wd-nav-fs > li:nth-child(2) {
        animation-delay: 0.2s; }
      .wd-opened .wd-nav-fs > li:nth-child(3) {
        animation-delay: 0.3s; }
      .wd-opened .wd-nav-fs > li:nth-child(4) {
        animation-delay: 0.4s; }
      .wd-opened .wd-nav-fs > li:nth-child(5) {
        animation-delay: 0.5s; }
      .wd-opened .wd-nav-fs > li:nth-child(6) {
        animation-delay: 0.6s; }
      .wd-opened .wd-nav-fs > li:nth-child(7) {
        animation-delay: 0.7s; }
      .wd-opened .wd-nav-fs > li:nth-child(8) {
        animation-delay: 0.8s; }
      .wd-opened .wd-nav-fs > li:nth-child(9) {
        animation-delay: 0.9s; }

@keyframes wd-fs-items {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.wd-nav-fs .wd-nav-opener {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.wd-dropdown-fs-menu {
  margin: 0 auto;
  min-height: auto !important; }
  .sub-menu-open > .wd-dropdown-fs-menu {
    animation: wd-fadeIn .3s ease; }
  li:not(.sub-menu-open) > .wd-dropdown-fs-menu {
    display: none; }
  .wd-dropdown-fs-menu > .container {
    padding: 0; }
  .wd-dropdown-fs-menu .wd-sub-menu li a {
    font-size: 16px; }

.wd-dropdown-fs-menu.wd-design-default {
  width: 700px; }
  .wd-dropdown-fs-menu.wd-design-default .wd-sub-menu li a {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px; }

.wd-dropdown-fs-menu:is(
.wd-design-sized,
.wd-design-full-width) .wd-sub-menu {
  margin-bottom: -10px; }
  .wd-dropdown-fs-menu:is(
  .wd-design-sized,
  .wd-design-full-width) .wd-sub-menu > li {
    margin-bottom: 10px;
    min-width: 200px; }

.wd-dropdown-fs-menu.wd-design-aside {
  display: none; }

.wd-fs-widget-area {
  margin-top: 30px; }

.wd-fs-close {
  position: absolute;
  top: var(--wd-admin-bar-h);
  right: 0; }
  .wd-fs-close.wd-style-icon > a:before {
    font-size: 26px; }

.wd-header-search .wd-tools-icon img, .wd-header-search .wd-tools-icon:before {
  transition: opacity .3s ease; }

.wd-header-search .wd-tools-icon:before {
  content: "\f130";
  font-family: "woodmart-font"; }

.wd-header-search .wd-tools-icon:after {
  position: relative;
  margin-inline-start: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  content: "\f112";
  font-family: "woodmart-font"; }

.wd-search-opened .wd-header-search .wd-tools-icon:after {
  opacity: 1;
  transition: opacity .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; }

[class*="wd-header-search-form"] {
  flex: 1 1 auto; }
  [class*="wd-header-search-form"] input[type='text'] {
    min-width: 290px; }

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

[class*="wd-header-search-form"] .wd-style-with-bg {
  --wd-form-bg: #FFF; }
  .global-color-scheme-light [class*="wd-header-search-form"] .wd-style-with-bg {
    --wd-form-brd-color: rgba(0, 0, 0, 0.1);
    --wd-form-brd-color-focus: rgba(0, 0, 0, 0.15);
    --wd-form-color: #777;
    --wd-form-placeholder-color: var(--wd-form-color); }

[class*="wd-search-full-screen"] {
  position: fixed;
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  --wd-requests-height: .001px; }
  [class*="wd-search-full-screen"] .autocomplete-suggestions {
    animation: wd-fadeInBottomShort 0.6s cubic-bezier(0.19, 1, 0.22, 1) both; }
  [class*="wd-search-full-screen"] .autocomplete-suggestion {
    flex-direction: column;
    padding: 0;
    border: none; }
    [class*="wd-search-full-screen"] .autocomplete-suggestion .suggestion-thumb {
      margin-bottom: 10px;
      margin-right: 0;
      max-width: 100%; }
    [class*="wd-search-full-screen"] .autocomplete-suggestion:hover, [class*="wd-search-full-screen"] .autocomplete-suggestion.autocomplete-selected {
      background-color: transparent; }
  [class*="wd-search-full-screen"] .suggestion-divider {
    padding-top: 20px;
    border-top: 1px solid var(--brdcolor-gray-300);
    background-color: transparent !important;
    text-align: center; }
  [class*="wd-search-full-screen"] .no-found-msg {
    text-align: center;
    font-size: 16px; }

[class*="wd-search-full-screen"].wd-opened {
  visibility: visible;
  opacity: 1; }

.wd-search-opened {
  overflow: hidden; }

.wd-search-area {
  position: relative; }
  .wd-search-area .wd-scroll-content {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .6s ease; }

.wd-ajax-search-content:not(.wp-content-loaded) .wd-search-area:before {
  position: absolute;
  top: 15px;
  left: calc(50% - 15px);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear; }

.wd-ajax-search-content:not(.wp-content-loaded) .wd-search-area-inner.wd-scroll-content {
  padding: 0;
  max-height: 0; }

.wd-search-full-screen {
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0);
  --wd-form-height: 110px;
  --wd-info-height: 40px; }
  .wd-search-full-screen .autocomplete-suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    background-color: var(--bgcolor-white); }
  .wd-search-full-screen .autocomplete-suggestion {
    flex-grow: 0;
    flex-basis: 200px;
    padding: 10px; }
  .wd-search-full-screen .wd-dropdown-results,
  .wd-search-full-screen .wd-dropdown-results .wd-scroll-content {
    max-height: 100%;
    height: 100%; }
  .wd-search-full-screen.wd-searched .search-results-wrapper {
    margin-top: calc(var(--wd-info-height) * -1);
    height: calc(100% - var(--wd-form-height) - var(--wd-requests-height)); }
  .wd-search-full-screen .search-info-text {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    transition: all .6s ease; }
    .wd-search-full-screen .search-info-text > span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .wd-search-full-screen :is(
  .view-all-results,
  .suggestion-divider) {
    flex: 1 1 100%; }
  .wd-search-full-screen .view-all-results {
    margin: 10px -10px -10px -10px; }
  .wd-search-full-screen .suggestion-divider {
    margin-top: 20px;
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 20px; }
  .wd-search-full-screen .searchform {
    padding-right: 100px;
    padding-left: 100px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
    --wd-form-bg: transparent;
    --wd-form-color: var(--color-gray-800);
    --wd-form-placeholder-color: var(--color-gray-800);
    --wd-form-brd-width: 0;
    --wd-form-height: unset; }
    .wd-search-full-screen .searchform input[type="text"] {
      padding: 0;
      text-align: center;
      font-weight: 600;
      font-size: 48px; }
    .wd-search-full-screen .searchform .searchsubmit {
      display: none; }
  .form-style-underlined .wd-search-full-screen input[type="text"] {
    padding-right: 0; }
  .wd-search-full-screen .wd-close-search {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1; }
    .wd-search-full-screen .wd-close-search.wd-style-icon > a {
      width: 100px;
      height: 100px; }
      .wd-search-full-screen .wd-close-search.wd-style-icon > a:before {
        font-size: 38px; }
  .wd-search-full-screen .wd-search-loader {
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    background-color: rgba(var(--bgcolor-white-rgb), 0.8);
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
    .wd-search-full-screen .wd-search-loader:after {
      content: "";
      display: inline-block;
      width: 32px;
      height: 32px;
      border: 1px solid transparent;
      border-left-color: var(--color-gray-900);
      border-radius: 50%;
      vertical-align: middle; }
  .wd-search-full-screen .search-loading ~ .wd-search-loader {
    top: var(--wd-form-height);
    visibility: visible;
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    .wd-search-full-screen .search-loading ~ .wd-search-loader:after {
      animation: wd-rotate 450ms infinite linear; }

.wd-search-full-screen.wd-requests-enabled {
  --wd-requests-height: 70px; }

.wd-search-full-screen .wd-search-requests {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px; }
  .wd-search-full-screen .wd-search-requests ul {
    text-align: center; }

.wd-search-full-screen .wd-search-requests-text {
  display: none; }

.wd-search-full-screen.wd-opened {
  transition: opacity 0s, visibility 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none; }

.wd-search-full-screen .wd-search-area {
  padding-right: 15px;
  padding-left: 15px;
  height: 100%; }
  .wd-search-full-screen .wd-search-area .wd-scroll-content {
    max-height: calc(100% - var(--wd-info-height) - var(--wd-requests-height) - var(--wd-form-height)); }

.wd-search-full-screen-2 {
  top: var(--wd-admin-bar-h);
  display: flex;
  align-items: center;
  padding-top: 50px;
  background-color: rgba(var(--bgcolor-white-rgb), 0.97);
  transition: visibility .25s ease, opacity .25s ease;
  --wd-form-height: 50px;
  --wd-content-heigh: 80vh; }
  .wd-search-full-screen-2 .searchform {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transform: translateY(150px);
    --wd-form-height: unset; }
  .wd-search-full-screen-2 .wd-dropdown-results .wd-scroll-content {
    max-height: none;
    height: 0;
    transition: all .6s ease; }
  .wd-search-full-screen-2 .wd-dropdown-results.wd-opened .wd-scroll-content {
    height: calc(var(--wd-content-heigh) - 50px - var(--wd-form-height) - var(--wd-requests-height) - var(--wd-admin-bar-h)); }
  .wd-search-full-screen-2 .wd-dropdown-results.wd-no-results .wd-scroll-content {
    height: 20vh; }
  .wd-search-full-screen-2 .autocomplete-suggestions {
    padding-top: 20px;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .wd-search-full-screen-2 .wd-close-search {
    position: absolute;
    top: 0;
    right: 0; }
    .wd-search-full-screen-2 .wd-close-search.wd-style-icon > a:before {
      font-size: 26px; }

.wd-search-form.wd-display-full-screen-2 {
  cursor: pointer; }
  .wd-search-form.wd-display-full-screen-2 .searchform {
    pointer-events: none;
    user-select: none; }

.wd-search-full-screen-2.wd-requests-enabled .autocomplete-suggestions {
  padding-top: 10px; }

.wd-search-full-screen-2 .wd-search-requests {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transform: translateY(150px); }

.wd-search-full-screen-2.wd-opened {
  padding-right: var(--wd-scroll-w); }
  .wd-search-full-screen-2.wd-opened :is(
  .searchform,
  .wd-search-requests) {
    opacity: 1;
    transform: none; }

.wd-search-full-screen-2 .wd-search-area {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transform: translateY(150px); }
  .wd-search-full-screen-2 .wd-search-area .wd-scroll-content {
    max-height: calc(var(--wd-content-heigh) - 50px - var(--wd-form-height) - var(--wd-requests-height) - var(--wd-admin-bar-h)); }

.wd-search-full-screen-2 .wd-search-requests ~ .wd-search-area {
  transition-delay: .4s; }

.wd-search-full-screen-2.wd-opened .wd-search-area {
  visibility: visible;
  opacity: 1;
  transform: none; }

.wd-search-full-screen-2.wd-searched .wd-search-area .wd-scroll-content {
  visibility: hidden;
  padding: 0;
  max-height: 0;
  opacity: 0; }

.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-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-right: 0;
  margin-left: 0; }
  .whb-column > .wd-social-icons:not(.icons-design-default) .wd-social-icon:not(:last-child) {
    margin-right: 8px; }

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

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

.whb-color-light .wd-header-divider:before {
  border-color: rgba(255, 255, 255, 0.25); }

.whb-col-right .wd-header-divider:last-child,
.whb-mobile-right .wd-header-divider:last-child,
.whb-col-mobile .wd-header-divider:last-child {
  padding-right: 10px; }

.whb-col-left .wd-header-divider:first-child,
.whb-mobile-left .wd-header-divider:first-child,
.whb-col-mobile .wd-header-divider:first-child {
  padding-left: 10px; }

.whb-col-center .wd-header-divider:first-child {
  padding-left: 10px; }

.whb-col-center .wd-header-divider:last-child {
  padding-right: 10px; }

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

.mobile-nav .wd-heading {
  position: relative;
  z-index: 4;
  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: 2;
  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: static; }

.mobile-nav .autocomplete-suggestion {
  padding: 10px 20px; }

.mobile-nav .create-nav-msg {
  padding: 20px; }

.wd-nav-mobile {
  display: flex;
  display: none;
  margin-right: 0;
  margin-left: 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 {
    display: flex;
    flex-wrap: wrap; }
    .wd-nav-mobile li a {
      flex: 1 1 0%;
      padding: 5px 20px;
      min-height: 50px;
      border-bottom: 1px solid var(--brdcolor-gray-300); }
    .wd-nav-mobile li.menu-item-has-children > a:after {
      content: none; }
    .wd-nav-mobile li.menu-item-has-children:not(.menu-item-has-block) > a {
      margin-right: -50px;
      padding-right: 55px; }
    .wd-nav-mobile li:active > a, .wd-nav-mobile li.opener-page > a {
      background-color: var(--bgcolor-gray-100); }
    .wd-nav-mobile li.current-menu-item > a {
      color: var(--wd-primary-color); }
  .wd-nav-mobile .wd-with-icon > a:before {
    margin-right: 7px;
    font-weight: 400;
    font-family: "woodmart-font"; }
  .wd-nav-mobile .menu-item-account > a:before {
    content: "\f124"; }
  .wd-nav-mobile .menu-item-wishlist > a:before {
    content: "\f106"; }
  .wd-nav-mobile .menu-item-compare > a:before {
    content: "\f128"; }
  .wd-nav-mobile ul {
    display: none;
    flex: 1 1 100%;
    order: 3; }
  .wd-nav-mobile.wd-active {
    display: block; }

.wd-nav-mob-tab {
  --nav-gap: .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); }
  .mobile-nav .wd-nav-opener.wd-active {
    background-color: var(--wd-primary-color);
    color: #FFF; }

.mobile-nav .menu-item-has-block .wd-nav-opener {
  display: none; }

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

.wd-header-cats {
  position: relative;
  margin-right: 10px;
  margin-left: 10px; }
  .wd-header-cats.wd-event-click {
    cursor: pointer; }

.wd-header-cats .menu-opener {
  position: relative;
  z-index: 300;
  display: flex;
  align-items: center;
  max-width: 320px;
  color: #333;
  line-height: 1;
  transition: all .25s ease; }
  .wd-header-cats .menu-opener .menu-open-label {
    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); }
  .wd-header-cats .menu-opener.color-scheme-light {
    color: #FFF; }
  .wd-header-cats .menu-opener:not(.has-bg) {
    background-color: var(--wd-primary-color); }

.wd-header-cats .menu-opener-icon:not(.custom-icon):after {
  font-size: 18px;
  content: "\f15a";
  font-family: "woodmart-font"; }

.wd-header-cats .menu-opener-icon.custom-icon:empty {
  display: none; }

.wd-header-cats.wd-style-1 .menu-opener {
  padding: 10px 15px;
  min-width: 270px;
  height: 50px;
  border-top-left-radius: var(--wd-brd-radius);
  border-top-right-radius: var(--wd-brd-radius); }
  .wd-header-cats.wd-style-1 .menu-opener:after {
    font-size: 11px;
    margin-inline-start: auto;
    content: "\f129";
    font-family: "woodmart-font"; }

.wd-header-cats.wd-style-1 .menu-opener-icon {
  flex: 0 0 auto;
  margin-inline-end: 10px; }

.wd-dropdown-cats {
  right: 0;
  z-index: 299;
  min-width: 270px;
  box-shadow: none; }
  .wd-dropdown-cats,
  .wd-dropdown-cats .wd-nav-vertical,
  .wd-dropdown-cats .wd-nav-vertical > li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.wd-nav-vertical > li.wd-more-cat-btn > a {
  justify-content: center; }
  .wd-nav-vertical > li.wd-more-cat-btn > a:after {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    content: "\f129";
    font-family: "woodmart-font"; }

.wd-nav-vertical.wd-design-default > li.wd-more-cat-btn > a {
  padding: 10px;
  background-color: var(--bgcolor-gray-200); }

.wd-nav-vertical.wd-design-default > li.wd-more-cat-btn:hover > a {
  background-color: var(--bgcolor-gray-300); }

.wd-nav-vertical.wd-design-with-bg > li.wd-more-cat-btn {
  background-color: rgba(0, 0, 0, 0.04); }

.wd-header-cats.wd-show-cat .wd-nav-vertical > li.wd-more-cat-btn > a:after {
  transform: rotate(180deg); }

.wd-header-cart .wd-tools-icon:before {
  content: "\f105";
  font-family: "woodmart-font"; }

.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
  content: "\f126";
  font-family: "woodmart-font"; }

.wd-header-cart :is(
.wd-cart-subtotal,
.subtotal-divider,
.wd-tools-count) {
  vertical-align: middle; }

.wd-header-cart .wd-cart-number > span,
.wd-header-cart .subtotal-divider {
  display: none; }

.wd-header-cart .wd-cart-subtotal .amount {
  color: inherit;
  font-weight: inherit;
  font-size: inherit; }

.wd-header-cart:is(
.wd-design-5,
.wd-design-6,
.wd-design-7):not(.wd-style-text) .wd-tools-text {
  display: none; }

.wd-header-cart.wd-design-2.wd-style-icon {
  margin-inline-end: 5px; }

.wd-header-cart.wd-design-2 .wd-tools-text {
  margin-inline-start: 15px; }

.wd-header-cart.wd-design-4 .wd-cart-number {
  display: inline-block;
  padding: 0 2px;
  margin-inline-start: 6px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: var(--wd-primary-color);
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 19px; }

.wd-header-cart.wd-design-4:not(.wd-style-text) .wd-cart-subtotal {
  display: none; }

.whb-top-bar .wd-header-cart.wd-design-4 .wd-cart-number {
  width: 16px;
  height: 16px;
  line-height: 16px; }

.wd-header-cart.wd-design-5:not(.wd-style-text) {
  margin-inline-end: 5px; }

.wd-header-cart.wd-design-5 .wd-tools-text {
  margin-inline-start: 15px; }

.wd-dropdown-cart {
  padding: 20px;
  width: 330px; }

:is(
.woocommerce-cart,
.woocommerce-checkout) :is(
.cart-widget-side,
.wd-dropdown-cart) {
  display: none; }

.wd-header-cart.wd-design-3 > a {
  height: auto; }

.wd-header-cart.wd-design-3 .wd-tools-icon:before {
  color: rgba(0, 0, 0, 0.17);
  font-size: 32px; }

.wd-header-cart.wd-design-3 .wd-tools-text {
  display: flex;
  flex-direction: column-reverse;
  margin-inline-start: 12px;
  padding-inline-start: 12px;
  border-inline-start: 1px solid rgba(0, 0, 0, 0.1); }

.wd-header-cart.wd-design-3 .wd-cart-number {
  width: auto;
  height: auto;
  border-radius: 0;
  color: #777;
  text-align: inherit;
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px; }
  .wd-header-cart.wd-design-3 .wd-cart-number > span {
    display: inline-block; }

.wd-header-cart.wd-design-3 .wd-cart-subtotal {
  line-height: 20px; }
  .wd-header-cart.wd-design-3 .wd-cart-subtotal .amount {
    color: var(--wd-primary-color);
    font-weight: 900;
    font-size: 14px; }

.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-text {
  border-color: rgba(255, 255, 255, 0.3); }

.whb-color-light .wd-header-cart.wd-design-3 .wd-tools-icon:before {
  color: #FFF; }

.whb-color-light .wd-header-cart.wd-design-3 .wd-cart-number {
  color: rgba(255, 255, 255, 0.8); }

.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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%; }
  .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 .mini_cart_item:hover {
      background-color: var(--bgcolor-gray-100); }
  .cart-widget-side .woocommerce-mini-cart .remove {
    top: 13px;
    inset-inline-end: 10px; }
  .cart-widget-side .shopping-cart-widget-footer {
    flex: 0 0 auto;
    padding-bottom: 15px; }
    .cart-widget-side .shopping-cart-widget-footer > * {
      padding-right: 15px;
      padding-left: 15px; }
  .cart-widget-side .woocommerce-mini-cart__total {
    margin-top: 0; }
  .cart-widget-side .wd-empty-mini-cart {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px; }

.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-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-header-my-account .wd-tools-icon:before {
  content: "\f124";
  font-family: "woodmart-font"; }

.wd-account-style-text .wd-tools-icon {
  display: none !important; }

.wd-account-style-text .wd-tools-text {
  margin-left: 0; }

.wd-account-style-icon:not(.wd-with-username) .wd-tools-text {
  display: none; }

.login-form-side .woocommerce-notices-wrapper {
  padding: 20px 15px 0 15px; }
  .login-form-side .woocommerce-notices-wrapper > .woocommerce-error {
    margin-bottom: 0; }

.login-form-side .woocommerce-form-login {
  padding: 20px 15px 15px 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300); }

.login-form-side .login.hidden-form {
  display: none; }

.create-account-question {
  padding: 20px 15px;
  border-bottom: 1px solid var(--brdcolor-gray-300);
  text-align: center;
  --wd-tags-mb: 15px; }
  .create-account-question p {
    color: var(--color-gray-900);
    font-weight: 600; }
  .create-account-question:before {
    display: block;
    margin-bottom: 15px;
    color: var(--color-gray-200);
    font-size: 54px;
    line-height: 1;
    content: "\f124";
    font-family: "woodmart-font"; }

.wd-dropdown-register {
  padding: 25px;
  width: 350px; }
  .wd-dropdown-register .wd-heading {
    padding: 0 0 12px 0;
    margin-bottom: 15px; }
  .wd-dropdown-register .login {
    --wd-tags-mb: 15px; }
  .form-style-underlined .wd-dropdown-register :is(
  .form-row-username,
  .form-row-password) {
    margin-bottom: 25px; }

.whb-row .wd-dropdown-menu {
  --wd-content-h: calc(100vh - var(--wd-admin-bar-h) - var(--wd-header-banner-mt) - 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-general-header .wd-header-nav:not(.wd-full-height) .wd-dropdown-menu {
    --wd-dropdown-mt: calc(((var(--wd-header-general-h) - 40px) / 2) - 15px); }

.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-header-banner-mt: .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); }

.whb-clone .whb-general-header {
  --wd-header-banner-mt: .001px;
  --wd-header-h: var(--wd-header-clone-h); }
  .whb-clone .whb-general-header .wd-dropdown-menu {
    --wd-dropdown-mt: .001px !important; }

.wd-custom-dropdown {
  padding-right: 10px;
  padding-left: 10px; }

.page-title {
  position: relative;
  margin-top: -40px;
  margin-bottom: 40px;
  padding: 15px 0; }
  .page-title .container {
    position: relative;
    margin-bottom: -10px; }
    .page-title .container > * {
      margin-bottom: 10px; }
  .page-title .title {
    font-size: 36px;
    line-height: 1.2; }

.title-design-centered {
  text-align: center; }

.title-design-disable {
  display: none; }

.wd-page-title-el .page-title {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: inherit; }

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

.main-page-wrapper {
  margin-top: -40px;
  padding-top: 40px;
  min-height: 50vh;
  background-color: var(--wd-main-bgcolor); }

.site-content {
  margin-bottom: 40px; }

.sidebar-container {
  margin-bottom: 40px; }
  .sidebar-container .wd-heading {
    display: none; }

.footer-sidebar {
  padding-top: 40px;
  padding-bottom: 10px; }

.footer-column {
  margin-bottom: 30px; }

[class*="color-scheme-light"] .footer-widget {
  --wd-link-color: rgba(255, 255, 255, 0.6); }

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

.copyrights-wrapper {
  border-top: 1px solid var(--brdcolor-gray-300); }

.min-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .min-footer > div {
    flex: 1 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%;
    line-height: 1.2; }
  .min-footer .col-right {
    text-align: right; }
  .copyrights-centered .min-footer {
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center; }
    .copyrights-centered .min-footer .col-right {
      text-align: center; }
    .copyrights-centered .min-footer > div {
      flex-basis: 100%;
      margin-bottom: 15px;
      max-width: 100%; }
      .copyrights-centered .min-footer > div:last-child {
        margin-bottom: 0; }

.wd-entry-meta {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0; }
  .wd-entry-meta .meta-featured-post:before {
    font-size: 16px;
    content: "\f104";
    font-family: "woodmart-font"; }
  .wd-entry-meta .meta-author {
    font-size: 14px; }
    .wd-entry-meta .meta-author .avatar {
      display: inline-block;
      margin: 0 5px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      vertical-align: top; }
    .wd-entry-meta .meta-author a {
      text-transform: capitalize; }
  .wd-entry-meta .meta-date {
    vertical-align: top;
    font-size: 14px; }
  .wd-entry-meta .meta-reply {
    display: inline-block; }
    .wd-entry-meta .meta-reply a {
      position: relative;
      display: block;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px; }
      .wd-entry-meta .meta-reply a:after {
        display: inline-block;
        font-size: 16px;
        content: "\f103";
        font-family: "woodmart-font"; }
    .wd-entry-meta .meta-reply .replies-count {
      position: absolute;
      top: -4px;
      right: -4px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #bbb;
      color: #FFF;
      text-align: center;
      font-size: 9px;
      line-height: 14px; }
    .wd-entry-meta .meta-reply .replies-count-label {
      display: none; }
  :is(
  .blog-design-mask,
  [class*="color-scheme-light"]) .wd-entry-meta .meta-reply .replies-count {
    background-color: var(--wd-primary-color); }

.entry-meta-list li {
  display: inline-block;
  margin-right: 10px;
  color: var(--color-gray-300);
  vertical-align: middle;
  line-height: 1.4; }
  .entry-meta-list li a {
    color: inherit; }
    .entry-meta-list li a:hover {
      color: var(--color-gray-500); }
  .entry-meta-list li.modified-date, .entry-meta-list li:last-child {
    margin-right: 0; }

.wd-post-date.wd-style-with-bg {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-block;
  min-width: 53px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  color: var(--color-gray-800);
  text-align: center;
  line-height: 1; }
  .wd-post-date.wd-style-with-bg > span {
    display: block; }
  .wd-post-date.wd-style-with-bg .post-date-day {
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 24px; }
  .wd-post-date.wd-style-with-bg .post-date-month {
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px; }

.wd-post-cat.wd-style-with-bg {
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  background-color: var(--wd-primary-color);
  color: #FFF;
  line-height: 25px; }
  .wd-post-cat.wd-style-with-bg > a {
    display: inline-block;
    color: #FFF;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px; }
    .wd-post-cat.wd-style-with-bg > a:hover {
      color: rgba(255, 255, 255, 0.8); }

.wd-entry-content:after {
  content: "";
  display: block;
  clear: both; }

.wd-entry-content p:last-child {
  margin-bottom: 0; }

.page-links {
  margin-top: 10px; }

.post-page-numbers {
  padding: 0 5px; }

.post-gallery-slider {
  overflow: hidden; }
  .post-gallery-slider div.owl-nav > div {
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    .post-gallery-slider div.owl-nav > div:after {
      font-size: 18px;
      line-height: 18px; }

.site-content > .author-info {
  margin: 25px 15px 40px 15px; }

footer.entry-author .author-info {
  margin-top: 80px;
  margin-bottom: 25px; }

.author-info {
  position: relative;
  padding: 50px 25px 25px;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-gray-100);
  text-align: center; }
  .author-info .avatar {
    display: inline-block;
    overflow: hidden;
    max-width: 74px;
    border: 3px solid var(--wd-main-bgcolor);
    border-radius: 50%; }
  .author-info .author-avatar {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px; }
  .author-info .author-description {
    min-height: 74px; }
  .author-info .author-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px; }
  .author-info .author-bio {
    margin-bottom: 0; }
  .author-info .author-link {
    display: block;
    margin-top: 10px;
    font-weight: 600; }
    .author-info .author-link span {
      display: none; }

.wpb-js-composer .slide-post .blog-post-loop {
  margin-bottom: 0 !important; }

.wd-post-thumb {
  position: relative;
  margin-bottom: 15px;
  border-radius: var(--wd-brd-radius); }
  .wd-post-thumb.color-scheme-light {
    --color-gray-400: rgba(255, 255, 255, 0.9);
    --color-gray-500: #FFF; }

.wd-post-img {
  transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
  .wd-post-img img {
    width: 100%; }

.wd-featured-post {
  margin-right: 10px;
  font-size: 0; }
  .wd-featured-post:before {
    font-size: 16px;
    content: "\f104";
    font-family: "woodmart-font"; }

.wd-post-entry-meta {
  color: var(--color-gray-400); }

.wd-meta-author {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-weight: 600; }
  .wd-meta-author a {
    color: var(--color-gray-400); }
  .wd-meta-author img {
    margin-right: 5px;
    width: 22px;
    border-radius: 50%; }

.wd-post-actions {
  display: flex; }
  .wd-post-actions > div:not(:last-child) {
    margin-right: 15px; }

.wd-meta-reply a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  color: var(--color-gray-400);
  text-align: center;
  font-size: 0;
  line-height: 20px; }
  .wd-meta-reply a:after {
    font-size: 16px;
    content: "\f103";
    font-family: "woodmart-font"; }
  .wd-meta-reply a:hover {
    color: var(--color-gray-500); }

.wd-meta-reply .replies-count {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--wd-primary-color);
  color: #FFF;
  text-align: center;
  font-size: 9px;
  line-height: 14px; }

.wd-meta-reply .replies-count-label {
  display: none; }

.wd-post-share {
  position: relative;
  color: var(--color-gray-400);
  font-size: 0;
  transition: all .25s ease; }
  .wd-post-share .wd-tooltip-label {
    padding: 5px !important;
    height: auto;
    line-height: 1;
    pointer-events: auto; }
    .wd-post-share .wd-tooltip-label:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 10px;
      height: 100%; }
  .wd-post-share:after {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    content: "\f117";
    font-family: "woodmart-font"; }
  .wd-post-share:hover {
    color: var(--color-gray-500); }

.wd-post-cat.wd-style-default {
  font-size: 13px; }
  .wd-post-cat.wd-style-default a {
    color: var(--color-gray-400);
    white-space: nowrap; }
    .wd-post-cat.wd-style-default a:hover {
      color: var(--color-gray-600); }

.wd-meta-date {
  white-space: nowrap;
  font-size: 13px; }

.wd-modified-date {
  display: none; }

.wd-read-more {
  margin-top: 15px; }
  .wd-read-more a {
    color: var(--wd-primary-color);
    text-transform: var(--btn-transform);
    font-weight: 800;
    font-size: 13px;
    line-height: 1; }
    .wd-read-more a:hover {
      opacity: .8; }

.wpb-js-composer .blog-post-loop:not([class*="col-"]) {
  margin-bottom: 50px; }

.blog-post-loop .wd-entry-content > div[class*="wpb_"] {
  display: none; }

.blog-post-loop .wd-entry-content twitterwidget {
  margin: 10px auto; }

.blog-post-loop .wd-entry-content p {
  margin-bottom: 15px; }

.blog-post-loop .wd-entry-content .read-more-section {
  margin-bottom: 0;
  line-height: 1; }

.slider-type-post :is(
.owl-stage-outer,
.wd-owl:not(.owl-loaded)) {
  padding-top: 11px;
  padding-bottom: 11px; }

.blog-post-loop .entry-thumbnail img {
  width: 100%;
  border-radius: var(--wd-brd-radius); }

.blog-post-loop .entry-header {
  position: relative;
  text-align: center; }

.blog-post-loop .article-inner {
  border-radius: var(--wd-brd-radius); }

.blog-post-loop .article-body-container {
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-white);
  text-align: center; }

.blog-post-loop .post-title {
  margin-bottom: 10px; }

.blog-post-loop:hover .post-image-mask:after, .blog-post-loop:hover .post-image-mask:before,
.blog-post-loop:hover .post-image-mask span {
  opacity: 1;
  animation: wd-fadeInLeft .3s ease; }

.blog-post-loop:hover .post-image-mask:before {
  transition-delay: .2s;
  animation-delay: .2s; }

.blog-post-loop:hover .post-image-mask span {
  transition-delay: .1s;
  animation-delay: .1s; }

.blog-post-loop:hover .post-img-wrapp a {
  transform: scale(1.03); }
  .blog-post-loop:hover .post-img-wrapp a:after {
    opacity: 1; }

.wd-add-shadow .article-body-container {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow .6s ease; }

.wd-add-shadow:hover .article-body-container {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.post-img-wrapp {
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .browser-Safari .post-img-wrapp {
    transform: translate3d(0, 0, 0); }
  .post-img-wrapp a {
    display: block;
    margin: -2px;
    transition: transform .7s ease, opacity .7s ease;
    transform: scale(1); }
    .post-img-wrapp a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .7s ease; }

.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0; }
  .post-image-mask:after, .post-image-mask:before {
    content: ""; }
  .post-image-mask:after, .post-image-mask:before,
  .post-image-mask span {
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .2s ease;
    animation: wd-fadeOutRight .3s ease; }
  .post-image-mask:after {
    margin-right: 0; }
  .post-image-mask span {
    transition-delay: .1s;
    animation-delay: .1s; }
  .post-image-mask:before {
    transition-delay: .15s;
    animation-delay: .15s; }

@keyframes wd-fadeOutRight {
  from {
    transform: none; }
  to {
    transform: translate3d(50px, 0, 0); } }

.hovered-social-icons {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-gray-300);
  vertical-align: middle;
  font-size: 0;
  transition: all .25s ease; }
  .hovered-social-icons div.wd-tooltip-label {
    display: block !important;
    padding: 5px !important;
    height: auto;
    line-height: 1;
    pointer-events: auto; }
    .hovered-social-icons div.wd-tooltip-label:after {
      content: "";
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      height: 10px; }
  .hovered-social-icons:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    content: "\f117";
    font-family: "woodmart-font"; }
  .hovered-social-icons:hover {
    color: var(--color-gray-500); }

.meta-categories-wrapp {
  position: absolute;
  top: -13px;
  right: 15px;
  left: 15px;
  overflow: hidden;
  height: 25px;
  line-height: 25px; }

.wpb-js-composer :is(
.wd-spacing-0,
.wd-spacing-2,
.wd-spacing-6) + .blog-footer {
  margin-top: 15px; }

.format-quote :is(
.post-title,
.post-image-mask,
.meta-post-categories,
.post-date,
.entry-meta,
.entry-header,
.hovered-social-icons,
.share-with-lines) {
  display: none; }

.format-quote .entry-header {
  z-index: 2;
  margin-bottom: 0; }

.format-quote .post-img-wrapp {
  background: transparent; }
  .format-quote .post-img-wrapp a {
    margin: 0; }
    .format-quote .post-img-wrapp a:after {
      content: none; }
  .format-quote .post-img-wrapp img {
    display: inline-block;
    max-height: 75px;
    width: auto;
    border-radius: 50%; }

.format-quote blockquote {
  margin-bottom: 0;
  padding-left: 0;
  border-left: none;
  color: #777;
  text-align: center; }
  .format-quote blockquote cite,
  .format-quote blockquote cite a {
    font-size: 16px; }

.format-quote.has-post-thumbnail .entry-header {
  display: block; }

.format-quote:not(.post-single-page) .article-body-container:before {
  position: absolute;
  right: 30px;
  bottom: 15px;
  z-index: -1;
  display: inline-block;
  color: var(--color-gray-200);
  font-size: 96px;
  line-height: 90px;
  content: "\f131";
  font-family: "woodmart-font"; }

.format-quote:hover .post-img-wrapp a {
  opacity: 1;
  transform: none; }

.format-link .entry-content a {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--bgcolor-gray-100);
  font-size: 22px; }
  .format-link .entry-content a:hover {
    background-color: var(--bgcolor-gray-300); }

@keyframes wd-fadeInLeft {
  from {
    transform: translate3d(-50px, 0, 0); }
  to {
    transform: none; } }

.wpb-js-composer .post-slide {
  margin-bottom: 0 !important; }

.post-slide:not(.has-post-thumbnail) .post-date {
  display: none; }

.post-slide:not(.has-post-thumbnail) .meta-categories-wrapp {
  position: static;
  margin-bottom: 15px; }

.owl-items-lg-4 .post-slide .wd-entry-meta .meta-author {
  font-size: 0; }
  .owl-items-lg-4 .post-slide .wd-entry-meta .meta-author a {
    font-size: 14px; }

.read-more-section {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1; }
  .read-more-section a {
    position: relative;
    display: inline-block;
    border-bottom: none;
    color: var(--wd-primary-color);
    text-transform: var(--btn-transform);
    font-weight: 800;
    font-size: 13px; }
    .read-more-section a:after {
      position: absolute;
      bottom: 0;
      left: 100%;
      display: inline-block;
      margin-left: 5px;
      height: 5px;
      font-weight: 400;
      font-size: 14px;
      line-height: 5px;
      opacity: 0;
      transition: opacity .35s ease;
      content: "\f109";
      font-family: "woodmart-font"; }
    .read-more-section a:hover {
      color: var(--wd-primary-color); }
      .read-more-section a:hover:after {
        opacity: 1;
        animation: wd-ShakeNext 1s ease infinite; }

.blog-design-default .article-body-container {
  margin-right: 25px;
  margin-left: 25px; }

.blog-design-default .post-title {
  font-size: 32px;
  line-height: 1.2; }

.blog-design-default .wd-entry-content {
  font-size: 110%; }

.blog-design-default:not(.has-post-thumbnail) .wd-post-date {
  position: static;
  margin-bottom: 25px; }

.blog-design-default.has-post-thumbnail .article-body-container {
  margin-top: -25px; }

.blog-design-default.has-post-thumbnail.format-quote .article-body-container {
  margin-top: -37px;
  padding-top: 55px; }

.blog-design-default.format-quote .article-body-container {
  padding-top: 25px;
  padding-right: 105px;
  padding-left: 105px; }

.blog-design-default.format-gallery:not(.has-post-thumbnail) .wd-post-date {
  display: none; }

.blog-design-default.format-gallery:not(.has-post-thumbnail) .post-gallery-slider {
  margin-bottom: -25px; }

.blog-design-default-alt {
  text-align: center; }
  .blog-design-default-alt .post-title {
    font-size: 32px;
    line-height: 1.2; }
  .blog-design-default-alt .wd-entry-content {
    font-size: 110%; }
  .blog-design-default-alt .article-body-container {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 25px; }
  .blog-design-default-alt .wd-entry-meta {
    margin-bottom: 15px;
    margin-right: 0; }
  .blog-design-default-alt .meta-post-categories {
    margin-bottom: 15px; }
  .blog-design-default-alt .share-with-lines {
    margin-top: 20px; }
  .blog-design-default-alt .social-icons-wrapper {
    display: none; }
  .blog-design-default-alt:not(.has-post-thumbnail) .post-date {
    display: none; }
  .blog-design-default-alt.has-post-thumbnail .article-body-container {
    margin-top: -25px; }
  .blog-design-default-alt.has-post-thumbnail.format-quote .article-body-container {
    margin-top: -37px;
    padding-top: 55px; }
  .blog-design-default-alt.format-gallery:not(.has-post-thumbnail):not(.blog-style-flat) .post-gallery-slider {
    margin-bottom: -25px; }
  .blog-design-default-alt.format-gallery.blog-style-flat .post-gallery-slider {
    margin-bottom: 15px; }
  .blog-design-default-alt.blog-style-flat .article-body-container {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    background-color: transparent; }
  .blog-design-default-alt.blog-style-flat .entry-content {
    padding: 15px; }
  .blog-design-default-alt.blog-style-flat .share-with-lines {
    margin-top: 5px; }
  .blog-design-default-alt.blog-style-flat:not(.has-post-thumbnail) .entry-content {
    padding-top: 0; }

.share-with-lines {
  display: flex;
  align-items: center;
  justify-content: center; }
  .share-with-lines .wd-social-icons {
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
  .share-with-lines > span {
    flex: 1 1 auto;
    border-bottom: 1px solid var(--brdcolor-gray-300); }
  [class*="color-scheme-light"] .share-with-lines .wd-social-icons a {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #FFF !important; }

.blog-design-small-images:not(.blog-style-flat) .post-gallery-slider .owl-nav > div[class*="next"] {
  right: 15px; }

.blog-design-small-images .post-title {
  font-size: 32px;
  line-height: 1.2; }

.blog-design-small-images.has-post-thumbnail .article-inner {
  display: flex;
  align-items: center;
  justify-content: center; }

.blog-design-small-images.has-post-thumbnail :is(
.entry-header,
.article-body-container) {
  flex: 1 0 50%;
  max-width: 50%; }

.blog-design-small-images.has-post-thumbnail .post-title {
  font-size: 26px;
  line-height: 1.4; }

.blog-design-small-images.has-post-thumbnail.blog-style-bg .article-body-container {
  margin-left: -15px; }

.blog-design-small-images.has-post-thumbnail.blog-style-flat .article-body-container {
  background-color: transparent; }

.blog-design-small-images.has-post-thumbnail.blog-style-flat .meta-categories-wrapp {
  position: static;
  margin-bottom: 10px; }

.blog-design-small-images.has-post-thumbnail.format-quote :is(
.entry-header,
.article-body-container) {
  max-width: 100%; }

.blog-design-small-images.has-post-thumbnail.format-quote .article-body-container {
  margin-top: -37px;
  margin-left: 0;
  padding-top: 55px; }

.blog-design-small-images.post-slide .post-title {
  font-size: 22px; }

.blog-design-small-images.post-slide .wd-entry-meta .meta-author {
  font-size: 0; }
  .blog-design-small-images.post-slide .wd-entry-meta .meta-author a {
    font-size: 14px; }

.blog-design-small-images:not(.has-post-thumbnail) .post-date {
  position: static;
  margin-bottom: 25px; }

.blog-design-small-images.format-quote .article-inner {
  display: block; }

.blog-design-small-images.format-quote :is(
.entry-header,
.article-body-container) {
  width: auto; }

.blog-design-small-images.format-quote .article-body-container {
  padding-top: 25px;
  padding-right: 105px;
  padding-left: 105px; }

.blog-design-chess:nth-child(even):not(.blog-style-flat) .post-gallery-slider .owl-nav > div[class*="next"] {
  right: 0; }

.blog-design-chess:nth-child(even):not(.blog-style-flat) .post-gallery-slider .owl-nav > div[class*="prev"] {
  left: 15px; }

.blog-design-chess:nth-child(even).has-post-thumbnail .article-inner {
  flex-direction: row-reverse; }

.blog-design-chess:nth-child(even).has-post-thumbnail .post-date {
  right: 15px;
  left: auto; }

.blog-design-chess:nth-child(even).has-post-thumbnail.blog-style-bg .article-body-container {
  margin-left: 0;
  margin-right: -15px; }

.blog-design-chess:nth-child(even).has-post-thumbnail.format-quote .article-body-container {
  margin-right: 0; }

.blog-design-masonry .post-title {
  font-size: 24px;
  line-height: 1.4; }

.blog-design-masonry.has-post-thumbnail .post-date {
  top: 10px;
  left: 10px; }

.blog-design-masonry.blog-style-flat .article-body-container {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: transparent; }

.blog-design-masonry.blog-style-bg :is(
.post-img-wrapp,
.entry-thumbnail img) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.blog-design-masonry.blog-style-bg .article-body-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.blog-design-masonry.wd-add-shadow .article-body-container {
  box-shadow: none; }

.blog-design-masonry.wd-add-shadow .article-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow .35s ease; }

.blog-design-masonry.wd-add-shadow:hover .article-inner {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.blog-design-masonry.wd-add-shadow:hover .article-body-container {
  box-shadow: none; }

.blog-design-masonry:not(.has-post-thumbnail) .post-date {
  display: none; }

.blog-design-masonry.format-quote .article-inner {
  padding: 25px;
  background-color: var(--bgcolor-white); }

.blog-design-masonry.format-quote:not(.post-single-page) .article-body-container {
  padding: 0; }
  .blog-design-masonry.format-quote:not(.post-single-page) .article-body-container:before {
    right: 0;
    bottom: -20px; }

.blog-design-masonry.format-quote .entry-header {
  display: none;
  margin-bottom: 15px; }

.blog-design-masonry.format-quote.has-post-thumbnail .entry-header {
  display: block; }

.blog-design-masonry.col-lg-3 .post-title {
  font-size: 18px; }

.blog-design-masonry.col-lg-3.blog-style-flat .article-body-container {
  padding-top: 20px; }

.blog-design-mask {
  --color-gray-300: rgba(255, 255, 255, 0.5);
  --color-gray-500: rgba(255, 255, 255, 0.7); }
  .blog-design-mask .article-inner {
    position: relative;
    overflow: hidden; }
    .browser-Safari .blog-design-mask .article-inner {
      transform: translate3d(0, 0, 0); }
  .blog-design-mask .article-body-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 50px;
    padding-bottom: 15px;
    background-color: transparent;
    box-shadow: none; }
  .blog-design-mask .post-title {
    --wd-entities-title-color:       #FFF;
    --wd-entities-title-color-hover: rgba(255, 255, 255, 0.8); }
  .blog-design-mask .meta-categories-wrapp {
    position: static;
    margin-bottom: 10px; }
  .blog-design-mask .wd-entry-content {
    display: none;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8); }
  .blog-design-mask .post-image-mask {
    display: none; }
  .blog-design-mask .post-gallery-slider {
    z-index: unset; }
    .blog-design-mask .post-gallery-slider .owl-nav {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 2;
      background-color: var(--bgcolor-white); }
      .blog-design-mask .post-gallery-slider .owl-nav > div {
        position: static;
        visibility: visible;
        margin-top: 0;
        width: 35px;
        height: 40px;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        transform: none;
        pointer-events: visible; }
        .blog-design-mask .post-gallery-slider .owl-nav > div:after {
          font-weight: 700;
          font-size: 14px; }
  .blog-design-mask.format-quote .entry-header {
    z-index: unset;
    display: block; }
  .blog-design-mask.format-quote .post-img-wrapp img {
    max-height: none;
    width: 100%;
    border-radius: unset; }
  .blog-design-mask.format-quote:not(.post-single-page) .article-body-container:before {
    color: rgba(255, 255, 255, 0.16); }
  .blog-design-mask.format-quote .wd-entry-content {
    display: block; }
  .blog-design-mask.wd-add-shadow .article-inner {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    transition: box-shadow .6s ease; }
  .blog-design-mask.wd-add-shadow:hover .article-inner {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }
  .blog-design-mask.has-post-thumbnail .article-body-container {
    background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%); }
  .blog-design-mask:not(.has-post-thumbnail) .article-inner {
    min-height: 300px;
    background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%); }
  .blog-design-mask:hover .article-body-container {
    box-shadow: none; }

.blog-design-meta-image.has-post-thumbnail .wd-post-thumb {
  overflow: hidden; }
  .browser-Safari .blog-design-meta-image.has-post-thumbnail .wd-post-thumb {
    transform: translate3d(0, 0, 0); }

.blog-design-meta-image.has-post-thumbnail .wd-post-header {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  transition: all .25s ease;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%); }
  .blog-design-meta-image.has-post-thumbnail .wd-post-header > div {
    pointer-events: auto; }

.blog-design-meta-image .wd-entities-title {
  margin-bottom: 10px; }

.blog-design-meta-image .wd-meta-author {
  flex-grow: 1;
  margin-right: 15px;
  font-size: 14px; }

.blog-design-meta-image .wd-post-header {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.blog-design-meta-image .wd-post-entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.blog-design-meta-image .wd-post-cat:not(:last-child) {
  margin-right: 10px; }
  .blog-design-meta-image .wd-post-cat:not(:last-child):after {
    content: "/";
    margin-left: 8px; }

.blog-design-meta-image:hover .wd-post-img {
  transform: scale(1.1); }

.blog-design-meta-image.blog-style-bg .wd-post-inner {
  background-color: var(--bgcolor-white);
  border-radius: var(--wd-brd-radius); }

.blog-design-meta-image.blog-style-bg .wd-post-thumb {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.blog-design-meta-image.blog-style-bg .wd-post-content {
  padding: 25px; }

.blog-design-meta-image.wd-add-shadow .wd-post-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.blog-design-meta-image.wd-add-shadow:hover .wd-post-inner {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.blog-design-meta-image.format-quote :is(
.wd-post-header,
.wd-post-entry-meta) {
  display: none; }

.post-single-page {
  text-align: center; }
  .post-single-page .post-gallery-slider {
    margin-bottom: 30px; }
  .post-single-page .post-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.2; }
  .post-single-page .entry-header {
    position: relative; }
    .post-single-page .entry-header img {
      border-radius: var(--wd-brd-radius); }
  .post-single-page .meta-post-categories {
    margin-top: 0;
    margin-bottom: 15px; }
  .post-single-page .wd-entry-meta {
    margin-bottom: 20px;
    margin-right: 0; }
  .post-single-page .article-body-container {
    text-align: left; }
  .post-single-page .entry-content {
    margin-bottom: 60px; }
  .post-single-page.has-post-thumbnail .article-inner > .entry-header {
    margin-bottom: 30px; }
  .post-single-page:not(.has-post-thumbnail) .wd-post-date, .post-single-page.format-quote .wd-post-date {
    display: none; }

.related-posts-slider {
  margin-bottom: 50px; }

.post-password-form label {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  text-align: left;
  font-weight: 600; }

.post-password-form input[type="submit"] {
  margin-bottom: 10px;
  vertical-align: bottom;
  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)); }
  .post-password-form input[type="submit"]:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover); }
  .post-password-form input[type="submit"]:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active); }

.post-title-large-image > .container {
  position: relative;
  z-index: 2; }

.post-title-large-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.post-title-large-image .meta-post-categories > a:hover {
  color: rgba(255, 255, 255, 0.8); }

.post-title-large-image .wd-entry-meta {
  margin-right: 0; }

.post-title-large-image.color-scheme-light:after {
  background: linear-gradient(transparent 5%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%); }

.post-single-large-image:not(.format-gallery) .article-inner > .entry-header {
  display: none; }

.wd-single-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid var(--brdcolor-gray-300); }
  .wd-single-footer .single-post-social {
    flex: 1 0 auto;
    max-width: 100%; }
  .wd-single-footer .single-meta-tags {
    flex: 0 1 100%;
    max-width: 100%; }
  .wd-single-footer .tags-title {
    display: none; }
  .wd-single-footer .tags-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0; }
    .wd-single-footer .tags-list a {
      position: relative;
      display: inline-flex;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-right: 15px;
      padding-right: 15px;
      padding-left: 25px;
      min-width: 70px;
      border: 1px solid var(--brdcolor-gray-300);
      border-radius: calc(var(--wd-brd-radius) / 1.5);
      color: var(--color-gray-900);
      text-align: center;
      text-decoration: none;
      text-transform: capitalize;
      font-weight: 600;
      font-size: 14px;
      line-height: 28px; }
      .wd-single-footer .tags-list a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--brdcolor-gray-300);
        transition: background .25s ease; }
      .wd-single-footer .tags-list a:hover {
        border-color: var(--wd-primary-color);
        color: var(--color-gray-900); }
        .wd-single-footer .tags-list a:hover:after {
          background-color: var(--wd-primary-color); }
  .wd-single-footer:empty {
    padding: 0; }

.portfolio-filter {
  margin-bottom: 20px; }

.wd-nav-portfolio[class*="wd-style-underline"] {
  --nav-color: rgba(51, 51, 51, 0.7);
  --nav-color-hover: #333;
  --nav-color-active: #333; }

.wd-nav-portfolio > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: var(--wd-title-font-weight);
  font-style: var(--wd-title-font-style);
  font-size: 16px;
  font-family: var(--wd-title-font); }

.global-color-scheme-light .wd-nav-portfolio[class*="wd-style-underline"] {
  --nav-color: rgba(255, 255, 255, 0.7);
  --nav-color-hover: #FFF;
  --nav-color-active: #FFF; }

.portfolio-entry .entry-header {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius); }

.portfolio-entry .project-link {
  z-index: 1; }

.portfolio-entry .entry-thumbnail {
  overflow: hidden;
  border-radius: var(--wd-brd-radius);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .browser-Safari .portfolio-entry .entry-thumbnail {
    transform: translate3d(0, 0, 0); }
  .portfolio-entry .entry-thumbnail img {
    width: 100%; }

.portfolio-entry .portfolio-thumbnail {
  position: relative;
  display: block; }
  .portfolio-entry .portfolio-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0; }

.portfolio-entry .portfolio-info {
  padding: 20px; }

.portfolio-entry .wrap-meta {
  margin-bottom: 10px; }

.portfolio-entry .wd-entities-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4; }

.portfolio-entry .proj-cats-list li {
  display: inline-flex;
  margin-right: 2px;
  text-transform: uppercase;
  font-size: 12px; }
  .portfolio-entry .proj-cats-list li:after {
    content: ", "; }
  .portfolio-entry .proj-cats-list li:last-child {
    margin-right: 0; }
    .portfolio-entry .proj-cats-list li:last-child:after {
      content: none; }

.portfolio-entry .wd-portfolio-btns {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity .4s ease; }
  .portfolio-entry .wd-portfolio-btns > div > a {
    width: 30px;
    height: 30px; }

.portfolio-entry .wd-enlarge-icon a:before {
  font-size: 16px;
  content: "\f127";
  font-family: "woodmart-font"; }

.portfolio-entry .social-icons-wrapper .wd-tooltip-label {
  padding: 5px !important;
  height: auto;
  line-height: 1;
  pointer-events: auto; }
  .portfolio-entry .social-icons-wrapper .wd-tooltip-label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 10px; }

.portfolio-entry .wd-share-icon > a:before {
  font-size: 16px;
  content: "\f117"; }

.portfolio-entry .entry-summary {
  display: none; }

.portfolio-entry:hover .wd-portfolio-btns,
.portfolio-entry:hover .portfolio-thumbnail:after {
  opacity: 1; }

div.wd-portfolio-holder {
  transition: height .4s ease; }

.wpb-js-composer :is(
.wd-spacing-0,
.wd-spacing-2,
.wd-spacing-6,
.wd-spacing-10) + .portfolio-footer {
  margin-top: 25px; }

.portfolio-hover .portfolio-info, .portfolio-parallax .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  text-align: center; }

.portfolio-hover .portfolio-info {
  pointer-events: none; }

.portfolio-hover :is(
.wrap-title,
.wrap-meta) {
  overflow: hidden; }

.portfolio-hover .portfolio-thumbnail {
  transition: transform .5s ease, opacity .5s ease;
  transform: scale(1); }
  .portfolio-hover .portfolio-thumbnail:after {
    transition: visibility .5s ease, opacity .5s ease; }

.portfolio-hover :is(
.proj-cats-list,
.wd-entities-title) {
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.portfolio-hover .proj-cats-list {
  transform: translateY(15px); }

.portfolio-hover .wd-entities-title {
  transform: translateY(-15px); }

.portfolio-hover:hover :is(
.proj-cats-list,
.wd-entities-title) {
  opacity: 1;
  transform: translateY(0); }

.portfolio-hover:hover .portfolio-thumbnail {
  transform: scale(1.09); }

.portfolio-hover-inverse .entry-header {
  overflow: hidden;
  background-color: #000; }
  .browser-Safari .portfolio-hover-inverse .entry-header {
    transform: translate3d(0, 0, 0); }

.portfolio-hover-inverse .portfolio-thumbnail {
  transition: transform .4s; }
  .portfolio-hover-inverse .portfolio-thumbnail:after {
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity .4s ease; }

.portfolio-hover-inverse .portfolio-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: transform .4s;
  transform: translateY(100%); }

.portfolio-hover-inverse:hover .portfolio-thumbnail {
  transform: translateY(-40px); }

.portfolio-hover-inverse:hover .portfolio-info {
  transform: translateY(0%); }

.portfolio-text-shown .entry-header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow .35s ease-in-out; }

.portfolio-text-shown .entry-thumbnail {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.portfolio-text-shown .portfolio-thumbnail {
  transition: transform .7s ease-out;
  transform: scale(1); }
  .portfolio-text-shown .portfolio-thumbnail:after {
    background-color: rgba(0, 0, 0, 0.5);
    transition: visibility .7s ease-out, opacity .7s ease-out; }

.portfolio-text-shown .portfolio-info {
  background-color: var(--bgcolor-white);
  text-align: center; }

.portfolio-text-shown:hover .entry-header {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.portfolio-text-shown:hover .portfolio-thumbnail {
  transform: scale(1.05); }

.wd-owl .portfolio-text-shown {
  padding-top: 10px;
  padding-bottom: 10px; }

.portfolio-parallax .portfolio-info {
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none; }

.portfolio-parallax .portfolio-thumbnail:after {
  transition: opacity .4s ease; }

.portfolio-parallax:hover .portfolio-info {
  opacity: 1; }

.subtitle-style-background[class*="subtitle"] {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  border-radius: calc(var(--wd-brd-radius) / 1.5); }

.subtitle-color-default.subtitle-style-default {
  color: var(--color-gray-400); }

.subtitle-color-default.subtitle-style-background {
  background-color: #f1f1f1;
  color: #333; }

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

.subtitle-color-primary.subtitle-style-background {
  color: #FFF;
  background-color: var(--wd-primary-color); }

.subtitle-color-alt.subtitle-style-default {
  color: var(--wd-alternative-color); }

.subtitle-color-alt.subtitle-style-background {
  color: #FFF;
  background-color: var(--wd-alternative-color); }

.wd-text-block:not(.inline-element) {
  max-width: var(--content-width);
  --content-width: var(--wd-max-width); }
  .wd-text-block:not(.inline-element).text-left {
    margin-right: auto; }
  .wd-text-block:not(.inline-element).text-center {
    margin-right: auto;
    margin-left: auto; }
  .wd-text-block:not(.inline-element).text-right {
    margin-left: auto; }

.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); }

.wd-title-style-simple .liner-continer {
  position: relative;
  padding-bottom: 10px; }
  .wd-title-style-simple .liner-continer:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background-color: var(--el-title-color); }

.wd-title-style-simple.text-left .liner-continer:after {
  left: 0; }

.wd-title-style-simple.text-right .liner-continer:after {
  right: 0;
  left: auto; }

.wd-title-style-bordered .liner-continer {
  display: flex;
  align-items: center;
  border-color: rgba(0, 0, 0, 0.105);
  flex-direction: row; }
  .wd-title-style-bordered .liner-continer:before, .wd-title-style-bordered .liner-continer:after {
    content: "";
    display: block;
    flex: 1 1 auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit; }
  .wd-title-style-bordered .liner-continer:before {
    margin-right: 20px; }
  .wd-title-style-bordered .liner-continer:after {
    margin-left: 20px; }

.wd-title-style-bordered.text-left .liner-continer:before,
.wd-title-style-bordered.text-right .liner-continer:after {
  display: none; }

.wd-title-style-bordered.wd-title-color-white .liner-continer,
[class*="color-scheme-light"] .wd-title-style-bordered .liner-continer {
  border-color: rgba(255, 255, 255, 0.2); }

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

:is(
.wd-title-style-underlined,
.wd-title-style-overlined).wd-title-color-default {
  --el-title-color: #CCC; }

:is(
.wd-title-style-underlined,
.wd-title-style-overlined).wd-title-color-white .liner-continer {
  border-color: rgba(255, 255, 255, 0.5); }

.wd-title-style-underlined .liner-continer {
  border-bottom: 2px solid var(--brdcolor-gray-300); }

.wd-title-style-underlined .title {
  margin-bottom: -2px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--el-title-color); }

.wd-title-style-underlined-2 {
  --margin-bottom: 15px; }
  .wd-title-style-underlined-2 .title {
    border-bottom: 2px solid var(--el-title-color);
    line-height: .85; }
  .wd-title-style-underlined-2 .title.wd-fontsize-xxl {
    border-width: 3px; }
  .wd-title-style-underlined-2 .title.wd-fontsize-xxxl {
    border-width: 4px; }
  .wd-title-style-underlined-2:not(.wd-title-color-gradient) .title {
    text-shadow: 1px 1px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF; }
    .wd-title-style-underlined-2:not(.wd-title-color-gradient) .title.wd-fontsize-xxxl {
      text-shadow: 2px 2px #FFF, 2px -2px #FFF, -2px 2px #FFF, -2px -2px #FFF; }
  .wd-title-style-underlined-2.wd-title-color-white .title,
  [class*="color-scheme-light"] .wd-title-style-underlined-2 .title {
    text-shadow: none !important; }

.wd-title-style-overlined .liner-continer {
  border-top: 1px solid var(--brdcolor-gray-300); }

.wd-title-style-overlined .title {
  margin-top: -1px;
  padding-top: 20px;
  border-top: 3px solid var(--el-title-color); }

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

.wd-text-block-wrapper {
  --content-width: var(--wd-max-width); }
  .wd-text-block-wrapper [class*="title"] {
    display: inline-block;
    max-width: var(--content-width); }
  .wd-text-block-wrapper.color-scheme-dark {
    color: #333; }
  .wd-text-block-wrapper.color-scheme-light {
    color: #FFF; }

.woodmart-text-block p:empty:before {
  content: none; }

.woodmart-text-block p:first-child:empty {
  margin-bottom: 0; }

.woodmart-text-block p:first-child:empty ~ p:last-child {
  margin-bottom: calc( -1 * var(--wd-tags-mb)); }

.woodmart-text-block * {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

.woodmart-text-block .color-primary {
  color: var(--wd-primary-color); }

.btn.btn-scheme-light {
  color: #FFF; }

.btn.btn-scheme-dark {
  color: #333; }

.btn.btn-scheme-hover-light:hover {
  color: #FFF; }

.btn.btn-scheme-hover-dark:hover {
  color: #333; }

.btn.btn-color-default {
  background-color: #F3F3F3;
  color: #3E3E3E; }
  .btn.btn-color-default:hover {
    color: #3E3E3E;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

.btn.btn-color-black {
  background-color: #212121;
  color: #FFF; }
  .btn.btn-color-black:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

.btn.btn-color-white {
  background-color: #FFF;
  color: #333; }
  .btn.btn-color-white:hover {
    color: #333;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

.btn.btn-color-alt {
  color: #FFF;
  background-color: var(--wd-alternative-color); }
  .btn.btn-color-alt:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

.btn.btn-color-primary {
  color: #FFF;
  background-color: var(--wd-primary-color); }
  .btn.btn-color-primary:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

.btn-style-bordered.btn-color-default {
  border-color: #E9E9E9;
  color: #333; }
  .btn-style-bordered.btn-color-default:hover {
    background-color: #E9E9E9;
    color: #333; }

.btn-style-bordered.btn-color-primary {
  color: var(--wd-primary-color);
  border-color: var(--wd-primary-color); }
  .btn-style-bordered.btn-color-primary:hover {
    color: #FFF;
    background-color: var(--wd-primary-color); }

.btn-style-bordered.btn-color-alt {
  color: var(--wd-alternative-color);
  border-color: var(--wd-alternative-color); }
  .btn-style-bordered.btn-color-alt:hover {
    color: #FFF;
    background-color: var(--wd-alternative-color); }

.btn-style-bordered.btn-color-black {
  border-color: #212121;
  color: #333; }
  .btn-style-bordered.btn-color-black:hover {
    background-color: #212121;
    color: #FFF; }

.btn-style-bordered.btn-color-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFF; }
  .btn-style-bordered.btn-color-white:hover {
    border-color: #FFF;
    background-color: transparent;
    color: #FFF; }

.btn-style-link.btn-color-default {
  border-color: var(--brdcolor-gray-300);
  color: var(--color-gray-800); }
  .btn-style-link.btn-color-default:hover {
    border-color: var(--brdcolor-gray-500);
    color: var(--color-gray-800); }

.btn-style-link.btn-color-primary {
  color: var(--color-gray-800);
  border-color: var(--wd-primary-color); }
  .btn-style-link.btn-color-primary:hover {
    color: var(--color-gray-800);
    opacity: .6;
    border-color: var(--wd-primary-color); }

.btn-style-link.btn-color-alt {
  color: var(--color-gray-800);
  border-color: var(--wd-alternative-color); }
  .btn-style-link.btn-color-alt:hover {
    color: var(--color-gray-800);
    border-color: var(--wd-alternative-color);
    opacity: .6; }

.btn-style-link.btn-color-black {
  border-color: #333;
  color: var(--color-gray-800); }
  .btn-style-link.btn-color-black:hover {
    border-color: #333;
    color: var(--color-gray-800);
    opacity: .6; }

.btn-style-link.btn-color-white {
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFF; }
  .btn-style-link.btn-color-white:hover {
    border-color: #FFF;
    color: #FFF; }

.btn-color-custom.btn-style-3d:hover {
  opacity: 1 !important; }

.btn-size-extra-small {
  padding: 5px 10px;
  min-height: 28px;
  font-size: 11px; }

.btn-size-small {
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px; }

.btn-size-large {
  padding: 5px 28px;
  min-height: 48px;
  font-size: 14px; }

.btn-size-extra-large {
  padding: 5px 40px;
  min-height: 56px;
  font-size: 16px; }

.btn.btn-style-round {
  border-radius: 35px; }

.btn.btn-style-semi-round {
  border-radius: 5px; }

.btn.btn-style-3d {
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease; }
  .btn.btn-style-3d:hover {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15); }
  .btn.btn-style-3d:active {
    top: 1px;
    box-shadow: none; }
  .btn.btn-style-3d:hover {
    opacity: .8; }

.btn.btn-style-link {
  min-height: unset;
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important; }
  .btn.btn-style-link:hover {
    background-color: transparent !important;
    box-shadow: none; }

.btn.btn-style-bordered {
  border-width: 2px; }
  .btn.btn-style-bordered:not(:hover) {
    background-color: transparent !important; }
  .btn.btn-style-bordered:hover {
    box-shadow: none; }

.btn.btn-full-width {
  width: 100%; }

.btn i {
  margin-left: 3px; }

.wd-btn-icon {
  line-height: 1;
  margin-left: 5px; }

.btn-icon-pos-left {
  flex-direction: row-reverse; }
  .btn-icon-pos-left .wd-btn-icon {
    margin-right: 5px;
    margin-left: unset; }

.btn-icon-pos-right {
  flex-direction: row; }

.wpb-js-composer .wd-button-wrapper.inline-element {
  margin-bottom: 10px; }

.wd-social-icons {
  font-size: 0; }
  .wd-social-icons .wd-label {
    display: block;
    margin-bottom: 5px;
    color: var(--color-gray-800);
    font-weight: 600;
    font-size: var(--wd-text-font-size); }
  .wd-social-icons .wd-social-icon {
    display: inline-block;
    margin: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 0; }
  .wd-social-icons .wd-icon {
    display: inline-block;
    vertical-align: middle;
    font-family: "woodmart-font"; }
  .wd-social-icons p {
    display: inline-block;
    margin: 0; }

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

.social-twitter {
  --social-color: #3CF; }
  .social-twitter .wd-icon:before {
    content: "\f154"; }

.social-instagram {
  --social-color: #774430; }
  .social-instagram .wd-icon:before {
    content: "\f163"; }

.social-email {
  --social-color: #F89A1E; }
  .social-email .wd-icon:before {
    content: "\f157"; }

.social-pinterest {
  --social-color: #CB2027; }
  .social-pinterest .wd-icon:before {
    content: "\f156"; }

.social-youtube {
  --social-color: #CB2027; }
  .social-youtube .wd-icon:before {
    content: "\f162"; }

.social-tumblr {
  --social-color: #36465D; }
  .social-tumblr .wd-icon:before {
    content: "\f165"; }

.social-linkedin {
  --social-color: #0274B3; }
  .social-linkedin .wd-icon:before {
    content: "\f158"; }

.social-vimeo {
  --social-color: #1AB7EA; }
  .social-vimeo .wd-icon:before {
    content: "\f177"; }

.social-flickr {
  --social-color: #FE0072; }
  .social-flickr .wd-icon:before {
    content: "\f164"; }

.social-github {
  --social-color: #171515; }
  .social-github .wd-icon:before {
    content: "\f155"; }

.social-dribbble {
  --social-color: #EC5E95; }
  .social-dribbble .wd-icon:before {
    content: "\f166"; }

.social-behance {
  --social-color: #1F6FFC; }
  .social-behance .wd-icon:before {
    content: "\f170"; }

.social-soundcloud {
  --social-color: #F9490D; }
  .social-soundcloud .wd-icon:before {
    content: "\f172"; }

.social-spotify {
  --social-color: #2EBD59; }
  .social-spotify .wd-icon:before {
    content: "\f171"; }

.social-skype {
  --social-color: #00AFF0; }
  .social-skype .wd-icon:before {
    content: "\f167"; }

.social-ok {
  --social-color: #EE8208; }
  .social-ok .wd-icon:before {
    content: "\f176"; }

.social-whatsapp {
  --social-color: #1EBEA5; }
  .social-whatsapp .wd-icon:before {
    content: "\f175"; }

.social-vk {
  --social-color: #4C75A3; }
  .social-vk .wd-icon:before {
    content: "\f168"; }

.social-snapchat {
  --social-color: #FFFC00; }
  .social-snapchat .wd-icon:before {
    content: "\f178"; }

.social-tg {
  --social-color: #37AEE2; }
  .social-tg .wd-icon:before {
    content: "\f179"; }

.social-viber {
  --social-color: #834995; }
  .social-viber .wd-icon:before {
    content: "\f181"; }

.social-tiktok {
  --social-color: #010101; }
  .social-tiktok .wd-icon:before {
    content: "\f133"; }

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

: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%; }

.woodmart-counter {
  font-size: 36px; }
  .woodmart-counter .counter-value {
    color: var(--color-gray-800);
    line-height: 1;
    font-size: 1em; }
  .woodmart-counter .counter-label {
    margin-top: 10px;
    color: var(--color-gray-500);
    font-size: .47em;
    line-height: 1.4; }
  .woodmart-counter.counter-small {
    font-size: 28px; }
  .woodmart-counter.counter-large {
    font-size: 44px; }
  .woodmart-counter.counter-extra-large {
    font-size: 54px; }
  .woodmart-counter.color-scheme-custom :is(
  .counter-value,
  .counter-label) {
    color: inherit; }

.team-member .member-image {
  margin-bottom: 15px; }
  .team-member .member-image img {
    border-radius: var(--wd-brd-radius); }

.team-member .member-position {
  color: var(--color-gray-400); }

.team-member .wd-social-icons {
  margin-right: -4px;
  margin-left: -4px; }

.member-layout-hover {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius); }
  .browser-Safari .member-layout-hover {
    transform: translate3d(0, 0, 0); }
  .member-layout-hover .member-image {
    margin-bottom: 0;
    transition: transform .5s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .member-layout-hover .member-image img {
      width: 100%; }
  .member-layout-hover .member-details {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(transparent 0%, rgba(var(--bgcolor-white-rgb), 0.61) 100%); }
  .member-layout-hover.color-scheme-light .member-name {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .member-layout-hover:hover .member-image {
    transform: scale(1.09); }

.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) {
    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); }

.banners-carousel-wrapper .owl-dots {
  margin-top: 10px; }

.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%; }

[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; }

:is(
.banner-hover-background,
.banner-hover-border) {
  backface-visibility: hidden; }
  :is(
  .banner-hover-background,
  .banner-hover-border) .banner-image {
    transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18); }
  :is(
  .banner-hover-background,
  .banner-hover-border):hover .banner-image {
    transform: scale(1.09); }

:is(
.banner-hover-background:not(.banner-background),
.banner-hover-border:not(.banner-border)) .wrapper-content-banner {
  overflow: hidden;
  padding: 40px; }
  :is(
  .banner-hover-background:not(.banner-background),
  .banner-hover-border:not(.banner-border)) .wrapper-content-banner:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    border-radius: var(--wd-brd-radius);
    transition: transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
    transform: scale(0.5);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }

:is(
.banner-hover-background:not(.banner-background),
.banner-hover-border:not(.banner-border)) .content-banner {
  z-index: 4; }

:is(
.banner-hover-background:not(.banner-background),
.banner-hover-border:not(.banner-border)):hover .wrapper-content-banner:after {
  opacity: 1;
  transform: scale(1); }

:is(
.banner-hover-background.banner-border,
.banner-hover-border.banner-background) .wrapper-content-banner {
  padding: 30px; }
  :is(
  .banner-hover-background.banner-border,
  .banner-hover-border.banner-background) .wrapper-content-banner:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
  background-color: rgba(var(--bgcolor-white-rgb), 0.9); }

.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
  border: 5px solid var(--brdcolor-gray-400); }

.banner-mask .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.banner-mask.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.3); }

.banner-mask[class*="banner-hover-zoom"]:hover .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.6); }

.banner-mask[class*="banner-hover-zoom"].color-scheme-dark:hover .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.6); }

.banner-shadow {
  box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5); }

.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-items-bottom {
    top: auto; }
  .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); }

:is(
.banner-background,
.banner-border) .wrapper-content-banner {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  overflow: hidden; }

.banner-background .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.8); }

.banner-background.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.8); }

.banner-border .wrapper-content-banner {
  border: 5px solid var(--brdcolor-gray-400); }

[class*="wd-columns-"] {
  --wd-col: 1; }
  [class*="wd-columns-"] > div {
    flex: 0 0 calc(100% / var(--wd-col));
    max-width: calc(100% / var(--wd-col));
    width: calc(100% / var(--wd-col)); }

.testimonials-slider :is(
.owl-stage-outer,
.wd-owl:not(.owl-loaded)) {
  padding-top: 5px;
  padding-bottom: 5px; }

.wd-testimon-info {
  display: flex;
  align-items: center; }

.wd-testimon-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 20px;
  max-width: 100px;
  border-radius: 50%; }

.wd-testimon-bio {
  flex: 1 1 auto;
  text-align: left; }

.wd-testimon-name {
  margin-bottom: 10px; }

.wd-testimon .star-rating {
  display: none;
  margin-top: 10px; }

.testimon-with-rating .wd-testimon .star-rating {
  display: block; }

.wd-testimon-text {
  margin-top: 25px; }

.testimon-style-info-top .wd-testimon-thumb img {
  min-width: 80px;
  max-width: 80px; }

.testimon-style-info-top .wd-testimon-text {
  position: relative;
  padding: 25px;
  background-color: var(--bgcolor-gray-200);
  border-radius: var(--wd-brd-radius);
  transition: all .25s ease; }
  .testimon-style-info-top .wd-testimon-text:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    border-right: 10px solid transparent;
    border-bottom: 12px solid var(--bgcolor-gray-200);
    border-left: 10px solid transparent;
    transition: inherit; }

.testimonial-avatar {
  display: inline-block; }
  .testimonial-avatar img {
    min-width: 60px;
    max-width: 100px;
    border-radius: 50%; }

.testimonial-rating {
  display: none;
  margin-bottom: 10px; }

.testimonial-content footer {
  margin-top: 15px;
  color: var(--color-gray-900);
  font-weight: 600; }
  .testimonial-content footer > span {
    color: var(--color-gray-500);
    font-weight: 400; }
    .testimonial-content footer > span:before {
      content: " - "; }

.testimon-with-rating .testimonial-rating {
  display: block; }

.testimon-align-center .testimonial {
  text-align: center; }

.testimon-align-center .testimonial-avatar {
  margin-bottom: 15px; }

:is(
.testimon-align-left,
.testimon-align-right) .testimonial-inner {
  display: flex;
  align-items: flex-start; }

:is(
.testimon-align-left,
.testimon-align-right) .testimonial-avatar {
  flex: 0 0 auto; }

:is(
.testimon-align-left,
.testimon-align-right) .testimonial-content {
  flex: 1 1 auto; }

.testimon-align-left .testimonial {
  text-align: left; }

.testimon-align-left .testimonial-inner {
  flex-direction: row; }

.testimon-align-left .testimonial-avatar {
  margin-right: 20px; }

.testimon-align-right .testimonial {
  text-align: right; }

.testimon-align-right .testimonial-inner {
  flex-direction: row-reverse; }

.testimon-align-right .testimonial-avatar {
  margin-left: 20px; }

.testimon-style-boxed .testimonial-inner {
  padding: 30px;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow .5s ease; }

.testimon-style-boxed .testimonial:hover .testimonial-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.instagram-widget {
  position: relative; }
  .instagram-widget.instagram-with-error.loading {
    animation: wd-SemiFadeOut .4s infinite alternate linear; }
  .instagram-widget .instagram-content {
    display: flex;
    align-items: center;
    justify-content: center; }
  .instagram-widget .instagram-content-inner {
    z-index: 5;
    padding: 30px;
    max-width: 300px;
    width: 100%;
    border-radius: var(--wd-brd-radius);
    background: var(--bgcolor-white);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.22); }
  .instagram-widget .clear {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 0; }
    .instagram-widget .clear a {
      color: var(--color-gray-800);
      font-weight: 600;
      font-size: 14px; }
      .instagram-widget .clear a:hover {
        color: var(--wd-primary-color); }
      .instagram-widget .clear a:before {
        margin-inline-end: 5px;
        vertical-align: middle;
        font-weight: 400;
        content: "\f163";
        font-family: "woodmart-font"; }

.instagram-picture {
  padding-right: 0;
  padding-left: 0; }
  .instagram-picture img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover; }
  .instagram-picture .wrapp-picture {
    position: relative;
    overflow: hidden;
    border-radius: var(--wd-brd-radius);
    text-align: center; }
    .browser-Safari .instagram-picture .wrapp-picture {
      transform: translate3d(0, 0, 0); }
    .instagram-picture .wrapp-picture:after,
    .instagram-picture .wrapp-picture :is(a, img) {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .instagram-picture .wrapp-picture a {
      z-index: 4; }
    .instagram-picture .wrapp-picture:before {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .instagram-picture .wrapp-picture:after {
      content: "";
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: opacity .3s ease; }
  .instagram-picture .hover-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 15px;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    transform: translateY(100%); }
    .instagram-picture .hover-mask > span {
      flex: 0 0 50%;
      overflow: hidden;
      padding-right: 5px;
      padding-left: 5px;
      max-width: 50%;
      width: 50%;
      color: #FFF;
      vertical-align: middle;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 600;
      font-size: 18px;
      line-height: 1; }
      .instagram-picture .hover-mask > span span {
        vertical-align: middle; }
      .instagram-picture .hover-mask > span:before {
        display: inline-block;
        margin-inline-end: 5px;
        font-weight: 400;
        font-size: 20px;
        vertical-align: middle;
        font-family: "woodmart-font"; }
    .instagram-picture .hover-mask .instagram-likes {
      text-align: start; }
      .instagram-picture .hover-mask .instagram-likes:before {
        content: "\f106"; }
    .instagram-picture .hover-mask .instagram-comments {
      text-align: end; }
      .instagram-picture .hover-mask .instagram-comments:before {
        content: "\f103"; }
  .instagram-picture:hover .hover-mask {
    opacity: 1;
    transform: translateY(0); }
  .instagram-picture:hover .wrapp-picture:after {
    opacity: 1; }

.instagram-rounded .wrapp-picture {
  border-radius: 50%; }

.instagram-rounded .hover-mask {
  top: 0;
  justify-content: center;
  background: transparent;
  transform: translateY(20px); }
  .instagram-rounded .hover-mask > span {
    flex-basis: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: none;
    width: auto;
    text-align: center; }

.woodmart-instagram .hover-mask {
  display: none; }

@keyframes wd-SemiFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: .6; } }

.wd-info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--wd-brd-radius); }
  .wd-info-box .box-icon-wrapper {
    flex: 0 0 auto;
    line-height: 0; }
  .wd-info-box .info-box-icon {
    display: inline-block;
    transition: all .25s ease; }
  .wd-info-box .info-svg-wrapper {
    display: inline-block; }
    .wd-info-box .info-svg-wrapper svg {
      width: inherit !important;
      height: inherit !important; }
  .wd-info-box :is(
  .info-box-subtitle,
  .info-box-title) {
    margin-bottom: 10px;
    transition: all .25s ease; }
  .wd-info-box :is(
  .info-box-subtitle:not(.subtitle-style-background),
  .info-box-title) {
    line-height: 1.3; }
  .wd-info-box .info-box-content {
    position: relative;
    flex: 1 1 auto;
    border-radius: var(--wd-brd-radius); }
  .wd-info-box .info-box-inner p:first-child:empty,
  .wd-info-box .info-box-inner p:first-child:empty ~ p:last-child {
    display: none; }
  .wd-info-box .info-btn-wrapper {
    margin-top: 15px; }
  .wd-info-box.color-scheme-hover-light:hover .info-svg-wrapper svg {
    fill: #FFF !important; }
  .wd-info-box.color-scheme-hover-light:hover :is(
  .info-box-icon,
  .title) {
    color: #FFF !important; }

.box-icon-align-top .box-icon-wrapper {
  margin-bottom: 15px; }

.box-icon-align-left {
  flex-direction: row; }
  .box-icon-align-left .box-icon-wrapper {
    margin-right: 20px;
    max-width: 50%; }

.box-icon-align-right {
  flex-direction: row-reverse; }
  .box-icon-align-right .box-icon-wrapper {
    margin-left: 20px;
    max-width: 50%; }

.box-title-style-underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--brdcolor-gray-300); }

.box-with-icon .info-box-icon {
  overflow: hidden; }

.box-icon-wrapper.box-with-text {
  color: var(--wd-primary-color);
  font-weight: 700;
  line-height: 1; }

.box-with-text.text-size-small {
  font-size: 38px; }

.box-with-text:is(
.text-size-default,
.text-size-large) {
  font-size: 52px; }

[class*="box-icon-with-"].box-with-text {
  --text-bg-size: 85px; }
  [class*="box-icon-with-"].box-with-text .info-box-icon {
    padding: 0 10px;
    min-width: var(--text-bg-size);
    height: var(--text-bg-size);
    border-radius: 100px;
    line-height: var(--text-bg-size); }

[class*="box-icon-with-"]:is(
.text-size-default,
.text-size-large) {
  --text-bg-size: 100px; }

[class*="box-icon-with-"] .info-box-icon {
  border-radius: 50%;
  text-align: center; }

.box-icon-with-bg .info-box-icon {
  padding: 20px;
  background-color: #f1f1f1; }

.box-icon-with-border .info-box-icon {
  padding: 18px;
  border: 2px solid #f1f1f1; }

.wpb-js-composer .info-box-wrapper.inline-element {
  max-width: 100%; }

.wpb-js-composer .info-box-carousel .inline-element {
  display: block;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .wpb-js-composer .info-box-carousel .inline-element .wd-info-box {
    display: inline-flex; }

.box-style-shadow {
  padding: 30px;
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow .7s ease; }
  .box-style-shadow:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.box-style-bg-hover {
  padding: 30px;
  box-shadow: 2px 3px 14px transparent; }
  .box-style-bg-hover .info-svg-wrapper svg {
    transition: fill .25s ease; }
  .box-style-bg-hover :is(
  .box-icon-wrapper,
  .info-box-content) {
    z-index: 1; }
  .box-style-bg-hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity .25s ease; }
  .box-style-bg-hover:hover {
    box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.16); }
    .box-style-bg-hover:hover:after {
      opacity: 1; }

.box-style-border .info-box-content {
  padding: 30px;
  border: 3px solid var(--brdcolor-gray-300); }

.box-style-border .box-icon-wrapper {
  position: relative;
  z-index: 2; }

.box-style-border:is(
.box-icon-align-left,
.box-icon-align-right) {
  align-items: center; }

.box-style-border.box-icon-align-left .info-box-content {
  padding-left: 50px; }

.box-style-border.box-icon-align-left .info-box-icon {
  margin-right: -50px; }

.box-style-border.box-icon-align-right .info-box-content {
  padding-right: 50px; }

.box-style-border.box-icon-align-right .info-box-icon {
  margin-left: -50px; }

.box-style-border.box-icon-align-top .box-icon-wrapper {
  margin-bottom: -25px;
  padding-right: 30px;
  padding-left: 30px; }

.box-style-border.box-icon-align-top .info-box-content {
  padding-top: 35px; }

.box-style-border .info-btn-wrapper {
  margin-top: 0;
  margin-bottom: -30px;
  transform: translateY(50%); }

.with-animation .info-svg-wrapper path {
  stroke: var(--wd-primary-color); }

.wpb-js-composer .info-box-carousel-wrapper {
  margin-bottom: 30px; }
  .wpb-js-composer .info-box-carousel-wrapper .wd-info-box {
    margin-bottom: 0; }

.info-box-carousel-wrapper :is(
.owl-stage-outer,
.wd-owl:not(.owl-loaded)) {
  padding-top: 5px;
  padding-bottom: 5px; }

.wd-twitter-element .twitter-post {
  display: flex; }
  .wd-twitter-element .twitter-post:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--brdcolor-gray-300); }

.wd-twitter-element .twitter-image-wrapper {
  flex: 0 0 auto;
  margin-inline-end: 10px; }

.wd-twitter-element .twitter-content-wrapper {
  flex: 1 1 auto; }

.wd-twitter-element .stt-em {
  display: block;
  margin-top: 5px; }
  .wd-twitter-element .stt-em a {
    color: var(--color-gray-300); }
    .wd-twitter-element .stt-em a:hover {
      color: var(--color-gray-500); }

.wd-images-gallery.wd-justify-left {
  --justify: start; }

.wd-images-gallery.wd-justify-center {
  --justify: center; }

.wd-images-gallery.wd-justify-right {
  --justify: end; }

.wd-images-gallery div:not(.wd-btn-arrow) {
  align-items: inherit;
  justify-content: var(--justify); }

.wd-images-gallery .wd-owl:not(.owl-loaded) {
  justify-content: initial; }

.wd-images-gallery :is(
.owl-stage,
.wd-gallery-item) {
  display: flex; }

.wd-gallery-item {
  overflow: hidden; }
  .wd-gallery-item > a {
    display: block; }
  .wd-gallery-item img {
    border-radius: var(--wd-brd-radius); }

.wpb-js-composer .wd-images-gallery:is(
.view-carousel,
.view-justified) {
  margin-bottom: 30px; }

.wd-images-gallery.view-justified .caption,
.wd-images-gallery.view-justified .justified-gallery > .spiner {
  display: none !important; }

.wd-images-gallery.view-justified > .gallery-images:not(.justified-gallery) {
  display: none; }

.wd-timer {
  display: inline-flex;
  gap: 5px;
  flex-wrap: wrap; }
  .wd-timer > span {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    min-width: 2.7em;
    min-height: 2.7em;
    border-radius: var(--wd-brd-radius);
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: var(--color-gray-800);
    font-weight: 600;
    font-size: 20px;
    line-height: 1; }
    .wd-timer > span span {
      display: block;
      margin-top: 5px;
      color: var(--color-gray-500);
      text-transform: capitalize;
      font-weight: 400;
      font-size: 60%; }

.wd-single-countdown .element-title {
  margin-bottom: 10px;
  font-size: 18px; }

.timer-style-transparent .wd-timer > span {
  background-color: rgba(var(--bgcolor-white-rgb), 0.2);
  box-shadow: none; }

.timer-style-active .wd-timer > span {
  background-color: var(--wd-primary-color); }

.pricing-tables-wrapper .pricing-tables {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.wd-price-table {
  position: relative;
  flex: 1 1 230px;
  margin-right: 15px;
  margin-bottom: 35px;
  margin-left: 15px;
  text-align: center;
  transition: transform .3s ease;
  perspective: 800px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .wd-price-table .wd-plan-name {
    padding: 15px; }
  .wd-price-table .wd-plan-title {
    margin-bottom: 0;
    font-size: 20px; }
  .wd-price-table .wd-plan-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--brdcolor-gray-300);
    border-radius: var(--wd-brd-radius);
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow .3s ease; }
  .wd-price-table .price-label {
    position: absolute;
    top: -1px;
    right: -1px;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    width: 80px;
    height: 80px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px; }
    .wd-price-table .price-label > span {
      display: block;
      margin-top: 15px;
      margin-left: -15px;
      width: 115px;
      background: red;
      transform: rotate(45deg); }
  .wd-price-table .wd-plan-price {
    padding: 15px 20px;
    background-position: center center;
    background-size: cover;
    line-height: 1; }
  .wd-price-table .wd-price-currency {
    vertical-align: top;
    font-size: 28px; }
  .wd-price-table .wd-price-value {
    vertical-align: middle;
    font-weight: 600;
    font-size: 42px; }
  .wd-price-table .wd-price-suffix {
    display: block;
    margin-top: 5px;
    color: var(--color-gray-300);
    font-size: 16px; }
  .wd-price-table .wd-plan-features {
    padding: 25px;
    border-bottom: 1px solid var(--brdcolor-gray-300); }
  .wd-price-table .wd-plan-feature:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: inherit; }
  .wd-price-table .wd-plan-footer {
    padding: 20px 15px; }
    .wd-price-table .wd-plan-footer > a {
      border-radius: var(--btn-accented-brd-radius);
      color: var(--btn-accented-color);
      box-shadow: var(--btn-accented-box-shadow);
      background-color: var(--btn-accented-bgcolor);
      text-transform: var(--btn-accented-transform, var(--btn-transform));
      font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
      font-family: var(--btn-accented-font-family, var(--btn-font-family));
      font-style: var(--btn-accented-font-style, var(--btn-font-style)); }
      .wd-price-table .wd-plan-footer > a:hover {
        color: var(--btn-accented-color-hover);
        box-shadow: var(--btn-accented-box-shadow-hover);
        background-color: var(--btn-accented-bgcolor-hover); }
      .wd-price-table .wd-plan-footer > a:active {
        box-shadow: var(--btn-accented-box-shadow-active);
        bottom: var(--btn-accented-bottom-active); }
  .wd-price-table.label-color-red .price-label > span {
    background-color: #EF4836; }
  .wd-price-table.label-color-green .price-label > span {
    background-color: #0FA34C; }
  .wd-price-table.label-color-blue .price-label > span {
    background-color: #2A7CE4; }
  .wd-price-table.label-color-yellow .price-label > span {
    background-color: #F7CA18; }
  .wd-price-table.price-style-default .wd-plan-price {
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px;
    background-color: var(--wd-primary-color);
    color: #FFF; }
  .wd-price-table.price-style-default .wd-price-suffix {
    color: inherit; }
  .wd-price-table.price-style-alt .wd-plan-price {
    border-bottom: 1px solid var(--brdcolor-gray-300); }
  .wd-price-table.price-style-alt :is(
  .wd-price-currency,
  .wd-price-value) {
    color: var(--wd-primary-color); }
  .wd-price-table.price-highlighted {
    top: -10px; }
    .wd-price-table.price-highlighted .price-label {
      top: -2px;
      right: -2px; }
    .wd-price-table.price-highlighted .wd-plan-inner {
      border: 2px solid var(--wd-primary-color);
      box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }
    .wd-price-table.price-highlighted.price-style-default .wd-plan-price {
      margin-top: 0;
      margin-right: 0;
      margin-left: 0; }
  .wd-price-table:hover {
    transform: translate3d(0, -10px, 0); }
    .wd-price-table:hover .wd-plan-inner {
      box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }

.wd-plan-footer .add-to-cart-loop.added {
  display: none; }

.wd-plan-footer .added_to_cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: var(--btn-transform);
  text-shadow: none;
  font-weight: var(--btn-font-weight);
  font-family: var(--btn-font-family);
  font-style: var(--btn-font-style);
  line-height: 1.2;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
  padding: 5px 20px;
  min-height: 42px;
  font-size: 13px; }

.wd-menu-price {
  display: flex;
  align-items: center; }
  .wd-menu-price .menu-price-image {
    flex: 0 0 auto;
    overflow: hidden;
    margin-inline-end: 15px;
    max-width: 180px; }
    .wd-menu-price .menu-price-image img {
      border-radius: var(--wd-brd-radius); }
  .wd-menu-price .menu-price-desc-wrapp {
    flex: 1 1 auto; }
  .wd-menu-price .menu-price-heading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -10px;
    margin-left: -10px; }
  .wd-menu-price .menu-price-title {
    flex: 1 1 270px;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 16px;
    transition: all .25s ease; }
  .wd-menu-price .menu-price-price {
    flex: 0 0 auto;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2; }
  .wd-menu-price .menu-price-details {
    margin-top: 5px;
    padding: 7px 0;
    border-top: 1px dotted var(--brdcolor-gray-300);
    font-style: italic;
    font-size: 110%; }

.wd-row-divider {
  margin-right: -15px;
  margin-left: -15px; }
  .wd-row-divider svg {
    display: block;
    height: 50px; }

:is(
.dvr-style-waves-small,
.dvr-style-waves-wide,
.dvr-style-triangle) svg {
  height: 3vw; }

.dvr-style-clouds svg {
  height: 6vw; }

.dvr-overlap-enable {
  position: relative; }
  .dvr-overlap-enable svg {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100; }
  .dvr-overlap-enable.dvr-position-top svg {
    top: 0; }
  .dvr-overlap-enable.dvr-position-bottom svg {
    bottom: 0; }

:is(
.platform-iOS,
.browser-Firefox) .dvr-position-top svg {
  transform: translateY(-1px); }

:is(
.platform-iOS,
.browser-Firefox) .dvr-position-bottom svg {
  transform: translateY(1px); }

.wd-timeline-wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

.woodmart-timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  border-width: 2px; }
  .woodmart-timeline-line .line-dot {
    position: absolute;
    left: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1); }
  .woodmart-timeline-line .dot-start {
    top: -4px; }
  .woodmart-timeline-line .dot-end {
    bottom: -4px; }

.wd-line-default .woodmart-timeline-line {
  border-left-style: solid; }

.wd-line-dashed .woodmart-timeline-line {
  border-left-style: dashed; }

.wd-timeline-breakpoint {
  margin-bottom: 50px;
  text-align: center; }

.woodmart-timeline-breakpoint-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 8px 25px;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  border-radius: calc(var(--wd-brd-radius) / 1.5); }

.wd-timeline-item {
  position: relative;
  margin-bottom: 50px; }
  .wd-timeline-item .wd-timeline-image {
    display: inline-block; }
    .wd-timeline-item .wd-timeline-image img {
      border-radius: var(--wd-brd-radius); }
  .wd-timeline-item :is(
  .wd-timeline-title,
  .wd-timeline-content,
  .wd-timeline-image) {
    margin-bottom: 15px; }
    .wd-timeline-item :is(
    .wd-timeline-title,
    .wd-timeline-content,
    .wd-timeline-image):empty {
      display: none; }

.wd-timeline-content p:first-child:empty {
  display: none; }

:is(
.wd-item-position-left,
.wd-item-position-right) {
  display: flex;
  align-items: center; }
  :is(
  .wd-item-position-left,
  .wd-item-position-right) .timeline-col {
    position: relative;
    flex: 1 1 50%;
    padding: 30px 30px 15px;
    max-width: 50%;
    width: 50%;
    background-color: #FFF;
    border-radius: var(--wd-brd-radius); }
    :is(
    .wd-item-position-left,
    .wd-item-position-right) .timeline-col .timeline-arrow {
      position: absolute;
      top: calc(50% - 5px);
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      background-color: currentColor; }

.wd-item-position-left {
  flex-direction: row; }
  .wd-item-position-left .timeline-col-primary {
    margin-right: 30px;
    text-align: right; }
    .wd-item-position-left .timeline-col-primary .timeline-arrow {
      left: calc(100% - 5px); }
  .wd-item-position-left .timeline-col-secondary {
    margin-left: 30px;
    text-align: left; }
    .wd-item-position-left .timeline-col-secondary .timeline-arrow {
      right: calc(100% - 5px); }

.wd-item-position-right {
  flex-direction: row-reverse; }
  .wd-item-position-right .timeline-col-primary {
    margin-left: 30px;
    text-align: left; }
    .wd-item-position-right .timeline-col-primary .timeline-arrow {
      right: calc(100% - 5px); }
  .wd-item-position-right .timeline-col-secondary {
    margin-right: 30px;
    text-align: right; }
    .wd-item-position-right .timeline-col-secondary .timeline-arrow {
      left: calc(100% - 5px); }

.wd-item-position-full-width {
  position: relative;
  margin-top: 30px;
  padding: 30px 30px 15px;
  background-color: #FFF;
  text-align: center;
  border-radius: var(--wd-brd-radius); }
  .wd-item-position-full-width:not(:first-child) {
    margin-top: 80px; }
  .wd-item-position-full-width .timeline-col-primary .timeline-arrow {
    position: absolute;
    bottom: calc(100% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: currentColor;
    transform: rotate(45deg); }
  .wd-item-position-full-width .timeline-col {
    background-color: transparent !important; }
  .wd-item-position-full-width .woodmart-timeline-dot {
    top: -30px; }

.woodmart-timeline-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border: solid 2px #FFF;
  border-radius: 50%; }

:is(
.wd-timeline-item,
.wd-timeline-breakpoint):last-child {
  margin-bottom: 0; }

.wd-item-shadow .woodmart-timeline-breakpoint-title {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }

.wd-item-shadow :is(
.wd-item-position-left,
.wd-item-position-right) .timeline-col {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }

.wd-item-shadow .wd-item-position-left .timeline-col-primary .timeline-arrow {
  box-shadow: 2px -2px 3px -2px rgba(0, 0, 0, 0.2); }

.wd-item-shadow .wd-item-position-left .timeline-col-secondary .timeline-arrow {
  box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, 0.2); }

.wd-item-shadow .wd-item-position-right .timeline-col-primary .timeline-arrow {
  box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, 0.2); }

.wd-item-shadow .wd-item-position-right .timeline-col-secondary .timeline-arrow {
  box-shadow: 2px -2px 3px -2px rgba(0, 0, 0, 0.2); }

.wd-item-shadow .wd-item-position-full-width {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }
  .wd-item-shadow .wd-item-position-full-width .timeline-col-primary .timeline-arrow {
    box-shadow: -2px -2px 3px -2px rgba(0, 0, 0, 0.2); }

.wd-list {
  --list-mb: 0;
  --li-mb: 15px; }
  .wd-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: inherit;
    transition: all .25s ease; }

.list-icon,
.wd-list > li > img,
.wd-list picture {
  flex: 0 0 auto;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
  transition: inherit; }

.wd-list > li > img.wd-lazy-load,
.wd-list picture {
  width: auto; }

.wd-list-type-ordered {
  counter-reset: item; }
  .wd-list-type-ordered .list-icon {
    font-weight: 600; }
    .wd-list-type-ordered .list-icon:before {
      content: counter(item) ".";
      counter-increment: item; }

.wd-list-type-unordered .list-icon:before {
  content: "\f113";
  font-family: "woodmart-font"; }

.wd-list-type-unordered:not(.wd-list-shape-icon) .list-icon {
  font-size: 60%; }

.wd-list-shape-icon .list-icon {
  min-width: 1.85em;
  height: 1.85em;
  line-height: 1.85em; }

.wd-list-shape-icon.wd-list-type-unordered .list-icon:before {
  font-size: 65%; }

.wd-list-style-rounded .list-icon {
  border-radius: 100px; }

.wd-slider {
  position: relative;
  overflow: hidden; }
  .wd-slider:not(.flickity-enabled) {
    display: flex; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  position: relative;
  flex-basis: 100%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 100%; }
  .wd-enabled .flickity-viewport {
    transition: height .3s; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none; }
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: -webkit-grabbing;
      cursor: grabbing; }

.flickity-enabled.wd-dragging .wd-slide {
  pointer-events: none; }

.wd-slider-wrapper:not([class*="wd-section-stretch"]) .wd-slider {
  border-radius: var(--wd-brd-radius); }
  .browser-Safari .wd-slider-wrapper:not([class*="wd-section-stretch"]) .wd-slider {
    transform: translate3d(0, 0, 0); }

:is(
.vc_row-no-padding,
.wd-section-stretch-content-no-pd) .wd-slider-wrapper.wd-section-stretch-content {
  --wd-row-spacing: .001px; }

.wd-slider-wrapper.wd-full-width-content .wd-slide-container {
  max-width: none; }

.slider-in-container .wd-slide-container {
  padding-right: 5%;
  padding-left: 5%;
  width: 100%; }

.wd-slide {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  overflow: hidden;
  max-width: 100%;
  width: 100%; }

.wd-slide-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.wd-slide-container {
  z-index: 2;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px; }

.wd-slide-inner {
  position: relative;
  width: 100%; }

.wd-slide-container.slide-without-padding {
  padding: 0; }

.wd-slider-wrapper.anim-fade .wd-slide {
  z-index: 0;
  pointer-events: none; }
  .wd-slider-wrapper.anim-fade .wd-slide.is-selected {
    z-index: 1;
    pointer-events: auto; }

body:not(.elementor-editor-active) .wd-slide [class*="wd-animation"]:not(.wd-animated) {
  transition: all .35s ease; }

.wd-slider-wrapper.anim-distortion .flickity-slider {
  transform: none !important; }

.wd-slider-wrapper.anim-distortion .wd-slide {
  left: 0 !important; }

.wd-slider-wrapper.anim-distortion canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.wd-slider-wrapper.anim-distortion .wd-slide-container {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none; }

.wd-slider-wrapper.anim-distortion .is-selected .wd-slide-container {
  opacity: 1;
  pointer-events: visible;
  pointer-events: unset; }

.wd-slider-wrapper.anim-distortion:not(.wd-canvas-image-loaded) .wd-slide {
  z-index: 0; }
  .wd-slider-wrapper.anim-distortion:not(.wd-canvas-image-loaded) .wd-slide.is-selected {
    z-index: 1; }

.flickity-button {
  min-height: unset;
  padding: 0;
  background-color: transparent;
  color: var(--arrow-color);
  font-weight: 400;
  --arrow-color: #333;
  --arrow-color-hover: #777;
  --arrow-bgcolor: #FFF; }
  .flickity-button > svg {
    display: none; }
  .flickity-button.previous {
    left: 0;
    padding-right: 2px; }
    .flickity-button.previous:after {
      content: "\f114";
      font-family: "woodmart-font"; }
  .flickity-button.next {
    right: 0;
    padding-left: 2px; }
    .flickity-button.next:after {
      content: "\f113";
      font-family: "woodmart-font"; }
  .flickity-button:hover {
    background-color: unset;
    box-shadow: none;
    color: var(--arrow-color-hover); }
  .pagin-scheme-light .flickity-button {
    --arrow-color: #FFF;
    --arrow-color-hover: rgba(255, 255, 255, 0.8);
    --arrow-bgcolor: #333; }

:is(
.arrows-style-2,
.arrows-style-3) .flickity-button {
  background-color: var(--arrow-bgcolor);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  :is(
  .arrows-style-2,
  .arrows-style-3) .flickity-button:after {
    font-size: 18px; }

.arrows-style-3 .flickity-button {
  border-radius: 50%; }
  .arrows-style-3 .flickity-button.previous {
    left: 15px; }
  .arrows-style-3 .flickity-button.next {
    right: 15px; }

.flickity-page-dots {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  animation: wd-fadeIn .6s ease;
  --dot-color: #bbb;
  --dot-color-hover: #333;
  --dot-color-active: #333;
  --dot-color-bg:#FFF; }
  .flickity-page-dots li {
    cursor: pointer; }
  .pagin-scheme-light .flickity-page-dots {
    --dot-color: rgba(255, 255, 255, 0.5);
    --dot-color-hover: #FFF;
    --dot-color-active: #FFF;
    --dot-color-bg:#333; }

.wd-pagin-hr-center .flickity-page-dots {
  left: 50%;
  transform: translateX(-50%); }

.wd-pagin-hr-left .flickity-page-dots {
  left: 15px; }

.wd-pagin-hr-right .flickity-page-dots {
  right: 15px; }

.pagin-style-1 .flickity-page-dots {
  bottom: 10px; }
  .pagin-style-1 .flickity-page-dots li {
    margin: 5px;
    width: 10px;
    height: 10px;
    border: 2px solid var(--dot-color);
    border-radius: 50%;
    transition: all .25s ease; }
    .pagin-style-1 .flickity-page-dots li:not(.is-selected):hover {
      border-color: var(--dot-color-hover); }
    .pagin-style-1 .flickity-page-dots li.is-selected {
      border-color: var(--dot-color-active);
      background-color: var(--dot-color-active); }

.pagin-style-2 .flickity-page-dots {
  counter-reset: section;
  --dot-color: #333; }
  .pagin-style-2 .flickity-page-dots li {
    padding: 2px 15px;
    color: var(--dot-color);
    white-space: nowrap; }
    .pagin-style-2 .flickity-page-dots li:before, .pagin-style-2 .flickity-page-dots li:after {
      display: inline-block;
      color: inherit;
      vertical-align: middle; }
    .pagin-style-2 .flickity-page-dots li:before {
      content: "0" counter(section);
      margin-inline-end: 5px;
      counter-increment: section;
      font-weight: 600;
      font-size: 15px; }
    .pagin-style-2 .flickity-page-dots li:after {
      content: "";
      width: 15px;
      height: 2px;
      background-color: currentColor;
      transition: width .3s ease; }
    .pagin-style-2 .flickity-page-dots li:hover:after {
      width: 35px; }
    .pagin-style-2 .flickity-page-dots li.is-selected:after {
      width: 45px; }

.pagin-style-2.pagin-scheme-light .flickity-page-dots {
  --dot-color: #FFF; }

.pagin-style-2.wd-pagin-hr-left .flickity-page-dots {
  left: 5px; }

.pagin-style-2.wd-pagin-hr-right .flickity-page-dots {
  right: 5px; }

.pagin-style-3 .flickity-page-dots {
  padding: 4px 8px;
  border-radius: 15px;
  background-color: var(--dot-color-bg); }
  .pagin-style-3 .flickity-page-dots li {
    margin: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--dot-color);
    transition: all .25s ease; }
    .pagin-style-3 .flickity-page-dots li:not(.is-selected):hover {
      background-color: rgba(187, 187, 187, 0.5); }
    .pagin-style-3 .flickity-page-dots li.is-selected {
      background-color: var(--dot-color-active); }

.wd-image-hotspot-hotspots {
  position: relative; }

.wd-image-hotspot-img {
  width: 100%;
  border-radius: var(--wd-brd-radius) !important; }

.hotspot-content {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  padding: 15px;
  width: 250px;
  border-radius: var(--wd-brd-radius);
  background: var(--bgcolor-white);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  opacity: 0;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  transform: translateY(20px) translateZ(0); }
  .hotspot-content img {
    border-radius: var(--wd-brd-radius); }
  .hotspot-content > :is(
  div,
  h4) {
    margin-bottom: 10px; }
    .hotspot-content > :is(
    div,
    h4):last-child {
      margin-bottom: 0; }
  .hotspot-content .hotspot-content-text {
    margin-bottom: 15px;
    padding-left: 2px;
    padding-right: 2px; }
  .hotspot-content :is(
  .wd-entities-title,
  .hotspot-content-image) a {
    display: block; }
  .hotspot-content .wd-entities-title {
    font-size: 16px; }
  .hotspot-content:before {
    content: "";
    position: absolute; }
  .hotspot-opened .hotspot-content {
    visibility: visible;
    opacity: 1;
    transform: none; }
  .hotspot-content:hover .wd-more-desc-btn {
    transform: translateY(0) translateZ(0); }

.hotspot-content .price {
  font-size: 16px;
  line-height: 1.2; }

.hotspot-content :is(
.add_to_cart_button,
.product_type_variable,
.product_type_grouped) {
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
  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)); }
  .hotspot-content :is(
  .add_to_cart_button,
  .product_type_variable,
  .product_type_grouped):hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover); }
  .hotspot-content :is(
  .add_to_cart_button,
  .product_type_variable,
  .product_type_grouped):active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active); }

.hotspot-content .added_to_cart {
  display: none; }

:is(
.hotspot-dropdown-top,
.hotspot-dropdown-bottom) {
  left: -115px; }
  :is(
  .hotspot-dropdown-top,
  .hotspot-dropdown-bottom):before {
    left: 0;
    width: 100%;
    height: 30px; }
  :is(
  .hotspot-dropdown-top,
  .hotspot-dropdown-bottom).hotspot-overflow-left {
    right: 0;
    left: auto; }
  :is(
  .hotspot-dropdown-top,
  .hotspot-dropdown-bottom).hotspot-overflow-right {
    left: 0; }

.hotspot-dropdown-top {
  bottom: 40px; }
  .hotspot-dropdown-top:before {
    top: 100%; }

.hotspot-dropdown-bottom {
  top: 40px; }
  .hotspot-dropdown-bottom:before {
    bottom: 100%; }

:is(
.hotspot-dropdown-left,
.hotspot-dropdown-right) {
  top: -55px; }
  :is(
  .hotspot-dropdown-left,
  .hotspot-dropdown-right):before {
    top: 0;
    width: 30px;
    height: 100%; }

.hotspot-dropdown-left {
  right: 40px; }
  .hotspot-dropdown-left:before {
    left: 100%; }
  .hotspot-dropdown-left.hotspot-overflow-right {
    right: auto;
    left: 40px; }
    .hotspot-dropdown-left.hotspot-overflow-right:before {
      right: 100%;
      left: auto; }

.hotspot-dropdown-right {
  left: 40px; }
  .hotspot-dropdown-right:before {
    right: 100%; }
  .hotspot-dropdown-right.hotspot-overflow-left {
    right: 40px;
    left: auto; }
    .hotspot-dropdown-right.hotspot-overflow-left:before {
      right: auto;
      left: 100%; }

.wd-image-hotspot {
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity .8s ease; }
  .loaded .wd-image-hotspot {
    opacity: 1; }

.hotspot-btn,
.hotspot-sonar {
  border-radius: 50%;
  backface-visibility: hidden;
  perspective: 800px; }

.hotspot-btn {
  z-index: 1;
  letter-spacing: normal;
  transition: all .3s ease; }
  .hotspot-action-click .hotspot-btn {
    cursor: pointer; }
  .hotspot-btn:after {
    content: "";
    position: absolute;
    transition: all .3s ease; }

.hotspot-sonar {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  display: block;
  animation: wd-Sonar 2s ease infinite; }

.hotspot-icon-default .hotspot-btn {
  background-color: var(--wd-primary-color);
  box-shadow: inset 100px 100px transparent;
  animation: wd-Pulse 2s ease-in-out infinite; }
  .hotspot-icon-default .hotspot-btn:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFF; }

.hotspot-icon-default .wd-image-hotspot.hotspot-opened .hotspot-btn {
  box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1); }

.hotspot-icon-default .hotspot-sonar {
  background-color: rgba(255, 255, 255, 0.5); }

.hotspot-icon-alt .hotspot-btn {
  background-color: #FFF; }
  .hotspot-icon-alt .hotspot-btn:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: var(--wd-primary-color);
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    content: "\f143";
    font-family: "woodmart-font"; }

.hotspot-icon-alt .wd-image-hotspot.hotspot-opened .hotspot-btn:after {
  color: #FFF; }

.hotspot-icon-alt .wd-image-hotspot:is(
.hotspot-opened,
:hover) .hotspot-btn {
  background-color: var(--wd-primary-color); }

.hotspot-icon-alt .hotspot-sonar {
  background-color: #FFF; }

@keyframes wd-Sonar {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  50% {
    opacity: .8; }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes wd-Pulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }

.wd-threed-view {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  cursor: -webkit-grab; }
  .wd-threed-view:active {
    cursor: -webkit-grabbing; }
  .wd-threed-view .threed-title {
    position: relative;
    z-index: 40;
    padding-top: 20px;
    text-align: center; }
  .wd-threed-view .threed-view-images {
    display: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px; }
    .wd-threed-view .threed-view-images img {
      position: absolute;
      top: 0;
      left: 50%;
      height: auto;
      transform: translateX(-50%);
      border-radius: var(--wd-brd-radius); }
      .wd-threed-view .threed-view-images img.previous-image {
        visibility: hidden; }
      .wd-threed-view .threed-view-images img.current-image {
        visibility: visible; }
  .wd-threed-view .spinner {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    color: #000;
    text-align: center;
    font-weight: bolder;
    line-height: 60px; }
    .wd-threed-view .spinner span {
      line-height: 60px; }
  .wd-threed-view .nav_bar {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 11;
    margin-left: -42px;
    background-color: var(--bgcolor-white);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: calc(var(--wd-brd-radius) / 1.2); }
    .wd-threed-view .nav_bar a {
      display: inline-block;
      width: 42px;
      height: 45px;
      color: var(--color-gray-800);
      text-align: center;
      text-decoration: none;
      font-size: 0;
      line-height: 45px; }
      .wd-threed-view .nav_bar a:hover {
        color: var(--color-gray-700); }
      .wd-threed-view .nav_bar a:after {
        font-size: 16px; }
    .wd-threed-view .nav_bar :is(
    a.nav_bar_play,
    a.nav_bar_stop) {
      display: none; }
    .wd-threed-view .nav_bar a.nav_bar_previous:after {
      content: "\f114";
      font-family: "woodmart-font"; }
    .wd-threed-view .nav_bar a.nav_bar_next:after {
      content: "\f113";
      font-family: "woodmart-font"; }

.wd-tabs .tabs-name {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22px; }
  .wd-tabs .tabs-name > span {
    vertical-align: middle; }
  .wd-tabs .tabs-name .img-wrapper {
    display: inline-block;
    margin-right: 10px; }

.wd-nav-tabs {
  align-items: center;
  --nav-gap: .001px; }
  .wd-nav-tabs > li > a {
    padding: 10px 0;
    vertical-align: bottom;
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-size: 16px;
    font-family: var(--wd-title-font);
    line-height: 1; }
  .wd-nav-tabs > li:not(:last-child) {
    margin-inline-end: 30px; }

.wd-tabs-header,
.wd-tabs-desc,
.wd-nav-tabs-wrapper {
  margin-bottom: 10px; }

.wd-tabs.tabs-design-simple .wd-tabs-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--brdcolor-gray-300); }

.wd-tabs.tabs-design-simple .tabs-name {
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--wd-primary-color);
  vertical-align: middle; }
  .wd-tabs.tabs-design-simple .tabs-name > span {
    vertical-align: bottom; }
  .wd-tabs.tabs-design-simple .tabs-name .img-wrapper {
    margin-left: 4px; }

.wd-tabs.tabs-design-simple .wd-nav-tabs-wrapper {
  margin-bottom: 0; }

.wd-tabs.tabs-design-simple .wd-nav-tabs li a {
  min-height: 42px;
  font-size: 14px; }

.wd-tabs:not(.wd-inited) .wd-nav-tabs > li:first-child > a {
  color: var(--nav-color-active); }

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

.wd-nav-tabs[class*="wd-style-underline"] {
  --nav-color: rgba(51, 51, 51, 0.7);
  --nav-color-hover: #333;
  --nav-color-active: #333; }
  .color-scheme-light .wd-nav-tabs[class*="wd-style-underline"] {
    --nav-color: rgba(255, 255, 255, 0.7);
    --nav-color-hover: #FFF;
    --nav-color-active: #FFF; }

.wd-nav-tabs .img-wrapper {
  min-width: max-content; }

.wd-nav-tabs.wd-icon-pos-top {
  align-items: flex-end; }
  .wd-nav-tabs.wd-icon-pos-top a {
    flex-direction: column; }
  .wd-nav-tabs.wd-icon-pos-top .img-wrapper {
    margin-bottom: 10px; }

.wd-nav-tabs.wd-icon-pos-left a {
  flex-direction: row; }

.wd-nav-tabs.wd-icon-pos-left .img-wrapper {
  margin-right: 10px; }

.wd-nav-tabs.wd-icon-pos-right a {
  flex-direction: row-reverse; }

.wd-nav-tabs.wd-icon-pos-right .img-wrapper {
  margin-left: 10px; }

.wd-wpb.wd-tabs:not(.wd-products-tabs) .wd-nav-tabs > li > a {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit; }

.wd-tabs.wd-fontsize-custom .wd-nav-tabs > li > a {
  line-height: inherit; }

.wd-tabs:not(.wd-inited) .wd-tab-content:first-child {
  display: block;
  opacity: 1;
  transform: none; }

.wd-tabs .wd-tab-content {
  display: none;
  opacity: 0;
  transition: all .3s ease;
  transform: translateY(30px); }
  .wd-tabs .wd-tab-content.wd-active {
    display: block; }
  .wd-tabs .wd-tab-content.wd-in {
    opacity: 1;
    transform: none; }

.wd-accordion {
  --wd-accordion-spacing: 20px; }
  .wd-accordion .wd-scroll {
    height: auto; }
  .wd-accordion .wd-scroll-content {
    padding-inline-end: 10px; }

.wd-accordion.wd-style-default .wd-accordion-item {
  border-bottom: 1px solid var(--brdcolor-gray-300); }

.wd-accordion.wd-style-default:before {
  content: "";
  display: block;
  border-top: 2px solid var(--brdcolor-gray-300); }

.wd-accordion.wd-style-default.wd-border-off:before,
.wd-accordion.wd-style-default.wd-border-off .wd-accordion-item:last-child {
  border: none; }

.wd-accordion.wd-style-simple {
  --wd-accordion-spacing: 10px; }
  .wd-accordion.wd-style-simple > .wd-accordion-item:first-child {
    margin-top: calc(var(--wd-accordion-spacing) * -1); }
  .wd-accordion.wd-style-simple > .wd-accordion-item:last-child {
    margin-bottom: calc(var(--wd-accordion-spacing) * -1); }

.wd-accordion.wd-style-shadow > .wd-accordion-item {
  border-radius: var(--wd-brd-radius);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
  .wd-accordion.wd-style-shadow > .wd-accordion-item > :is(
  .wd-accordion-title,
  .wd-accordion-content) {
    padding-right: var(--wd-accordion-spacing);
    padding-left: var(--wd-accordion-spacing); }
  .wd-accordion.wd-style-shadow > .wd-accordion-item:not(:last-child) {
    margin-bottom: 12px; }

.global-color-scheme-light .wd-accordion.wd-style-shadow > .wd-accordion-item {
  background-color: var(--bgcolor-gray-200); }

.wd-accordion-title {
  display: flex;
  align-items: center;
  padding-top: var(--wd-accordion-spacing);
  padding-bottom: var(--wd-accordion-spacing);
  cursor: pointer;
  transition: all .25s ease;
  user-select: none; }
  .wd-accordion-title:is(
  .wd-active,
  :hover) .wd-accordion-title-text {
    color: var(--wd-primary-color); }

.wd-accordion-title-text {
  flex: 1;
  color: var(--wd-title-color);
  font-weight: var(--wd-title-font-weight);
  font-size: var(--wd-accordion-font-size, 16px);
  transition: inherit; }

.wd-accordion-opener {
  position: relative;
  color: var(--color-gray-300);
  text-align: center;
  font-size: 10px;
  line-height: 1;
  transition: inherit; }

.wd-accordion-opener.wd-opener-style-arrow:before {
  content: "\f129";
  font-family: "woodmart-font"; }

.wd-accordion-title.wd-active .wd-accordion-opener.wd-opener-style-arrow {
  transform: rotate(180deg); }

.wd-accordion-opener.wd-opener-style-plus:before {
  content: "\f143";
  font-family: "woodmart-font"; }

.wd-accordion-title.wd-active .wd-accordion-opener.wd-opener-style-plus {
  transform: rotate(45deg); }

.wd-accordion-title.wd-opener-pos-left {
  flex-direction: row-reverse; }
  .wd-accordion-title.wd-opener-pos-left .wd-accordion-opener {
    margin-right: 12px; }

.wd-accordion-title.wd-opener-pos-right {
  flex-direction: row; }
  .wd-accordion-title.wd-opener-pos-right .wd-accordion-opener {
    margin-left: 12px; }

.wd-accordion-title .img-wrapper {
  display: inline-block;
  margin-inline-end: 5px;
  vertical-align: middle; }

.wd-wpb.wd-accordion .wd-accordion-title-text {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit; }

.wd-accordion-content {
  display: none;
  padding-bottom: var(--wd-accordion-spacing);
  opacity: 0;
  transition: opacity .25s ease; }
  .wd-accordion-content.wd-active {
    display: block;
    opacity: 1; }

.wd-off-canvas-btn ~ .wd-sidebar-opener {
  display: block !important; }

.wd-action-custom-icon .wd-action-icon {
  margin-inline-end: .3em;
  transition: all .25s ease; }

.wd-action-custom-icon:hover .wd-action-icon {
  opacity: .6; }

.wd-sidebar-opener img {
  max-width: 20px; }

.searchform[class*="wd-style-with-bg"] .searchsubmit {
  color: #FFF;
  background-color: var(--wd-primary-color); }
  .searchform[class*="wd-style-with-bg"] .searchsubmit:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

.searchform.wd-style-with-bg .searchsubmit {
  border-top-right-radius: var(--wd-form-brd-radius);
  border-bottom-right-radius: var(--wd-form-brd-radius); }

.searchform.wd-style-with-bg-2 .searchsubmit {
  right: calc(var(--wd-form-brd-width) + 3px);
  width: calc(var(--wd-search-btn-w) - ((var(--wd-form-brd-width) + 3px) * 2));
  top: calc(var(--wd-form-brd-width) + 3px);
  bottom: calc(var(--wd-form-brd-width) + 3px);
  border-radius: var(--wd-form-brd-radius); }
  .searchform.wd-style-with-bg-2 .searchsubmit img {
    max-width: 22px; }
  .searchform.wd-style-with-bg-2 .searchsubmit:after {
    font-size: calc(var(--wd-form-height) / 2.5); }

.wd-image {
  border-radius: var(--wd-brd-radius); }
  .wd-image img {
    border-radius: var(--wd-brd-radius); }
  .wd-image .wd-lazy-load {
    width: auto; }

.wd-map-container {
  position: relative;
  border-radius: var(--wd-brd-radius); }
  .wd-map-container > div {
    border-radius: inherit; }
  :is(
  [class*=wd-section-stretch-content],
  [data-vc-stretch-content]) .wd-map-container {
    border-radius: 0; }

.wd-map-content-wrap {
  display: flex;
  margin: 0 auto;
  padding: 50px 15px;
  width: 90%;
  height: 100%; }

.wd-map-content {
  z-index: 2;
  margin-bottom: 0;
  padding: 30px;
  max-width: 300px;
  width: 100%;
  border-radius: var(--wd-brd-radius);
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22); }

[class*="map-mask-"] .wd-map-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .6;
  border-radius: inherit; }

.map-mask-dark .wd-map-wrapper:before {
  background-color: #000; }

.map-mask-light .wd-map-wrapper:before {
  background-color: #FFF; }

.wd-map-placeholder {
  z-index: 2;
  display: flex;
  overflow: hidden; }
  .wd-map-placeholder img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover; }

.wd-init-map-wrap {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center; }
  .wd-init-map-wrap .btn {
    border-radius: var(--btn-default-brd-radius); }

.wd-init-map {
  display: flex;
  align-items: center; }
  .wd-init-map:before {
    font-size: 22px;
    font-weight: 400;
    margin-inline-end: 10px;
    content: "\f183";
    font-family: "woodmart-font"; }

.map-lazy-loading:not(.wd-map-inited) .wd-map-content-wrap {
  display: none; }

.wd-map-inited :is(
.wd-map-placeholder,
.wd-init-map-wrap) {
  display: none; }

.google-map-container img {
  max-width: none; }

.google-map-container .gm-style-iw-d > div > h3:empty {
  display: none; }

.wd-google-map-wrapper {
  z-index: 1; }

.wd-google-map {
  position: absolute !important;
  border-radius: inherit; }
  .wd-google-map button:hover {
    box-shadow: none; }

.wd-osm-map-container :is(
.wd-init-map-wrap,
.wd-map-placeholder) {
  z-index: 52; }

.wd-osm-map-container .wd-osm-map-content {
  z-index: 77; }

.wd-osm-map-container .marker-title h5 {
  margin-bottom: 0px; }

.wd-osm-map-container :is(
.marker-content,
.marker-button):not(:first-child) {
  margin-top: 10px; }

.wd-osm-map-container .marker-content:empty {
  display: none; }

.wd-osm-map-wrapper {
  z-index: 76; }

.wd-osm-map-container[class*="map-mask-"] .wd-map-wrapper:before {
  z-index: 51; }

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  top: 0;
  left: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-tile ::selection {
  background: transparent; }

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }
  .leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }
  .leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important; }
  .leaflet-container :is(
  .leaflet-marker-pane img,
  .leaflet-shadow-pane img,
  .leaflet-tile-pane img),
  .leaflet-container img.leaflet-image-layer,
  .leaflet-container .leaflet-tile {
    padding: 0;
    max-width: none !important;
    max-height: none !important;
    width: auto; }
  .leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y; }
  .leaflet-container.leaflet-touch-drag {
    touch-action: none;
    touch-action: pinch-zoom; }
  .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none; }

.leaflet-tile {
  visibility: hidden;
  filter: inherit; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  z-index: 75;
  box-sizing: border-box;
  width: 0;
  height: 0; }

/* WORKAROUND FOR https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-pane,
.leaflet-overlay-pane {
  z-index: 50; }

.leaflet-tile-pane {
  z-index: 20; }

.leaflet-overlay-pane {
  z-index: 50; }

.leaflet-shadow-pane {
  z-index: 55; }

.leaflet-marker-pane {
  z-index: 60; }

.leaflet-tooltip-pane {
  z-index: 65; }

.leaflet-popup-pane {
  z-index: 70; }

.leaflet-map-pane canvas {
  z-index: 10; }

.leaflet-map-pane svg {
  z-index: 20; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  position: absolute;
  display: inline-block; }

.leaflet-control {
  position: relative;
  z-index: 75;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 78;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity .2s linear; }

.leaflet-zoom-animated {
  transform-origin: 0 0; }

svg.leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

:is(
.leaflet-zoom-anim,
.leaflet-pan-anim) .leaflet-tile {
  transition: none; }

.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging :is(
.leaflet-grab,
.leaflet-marker-draggable),
.leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: auto; }

.leaflet-container {
  outline-offset: 1px;
  background-color: #DDD; }
  .leaflet-container a {
    color: #0078A8; }

.leaflet-zoom-box {
  border: 2px dotted #38F;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-container {
  font-size: 12px;
  font-size: .75rem;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.5; }

.leaflet-bar {
  border-radius: calc(var(--wd-brd-radius) / 2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); }
  .leaflet-bar a {
    display: block;
    width: 26px;
    height: 26px;
    border-bottom: 1px solid #CCC;
    background-color: #FFF;
    color: black;
    text-align: center;
    text-decoration: none;
    line-height: 26px; }
    .leaflet-bar a.leaflet-disabled {
      background-color: #F4F4F4;
      color: #BBB;
      cursor: default; }
    .leaflet-bar a:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .leaflet-bar a:last-child {
      border-bottom: none;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
    :is(.leaflet-bar a:focus, .leaflet-bar a:hover) {
      background-color: #F4F4F4; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }
  .leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: calc(var(--wd-brd-radius) / 2.5);
    border-top-right-radius: calc(var(--wd-brd-radius) / 2.5); }
  .leaflet-touch .leaflet-bar a:last-child {
    border-bottom-right-radius: calc(var(--wd-brd-radius) / 2.5);
    border-bottom-left-radius: calc(var(--wd-brd-radius) / 2.5); }

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  text-indent: 1px;
  font: bold 18px 'Lucida Console', Monaco, monospace; }

.leaflet-touch :is(.leaflet-control-zoom-in,
.leaflet-control-zoom-out) {
  font-size: 22px; }

.leaflet-control-layers {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  background: #FFF;
  color: #333; }
  .leaflet-control-layers-expanded .leaflet-control-layers-list {
    position: relative;
    display: block; }

.leaflet-control-layers-scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  position: relative;
  top: 1px;
  margin-top: 2px; }

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em; }

.leaflet-control-layers-separator {
  margin: 5px -10px 5px -6px;
  height: 0;
  border-top: 1px solid #DDD; }

.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(../images/icons/marker-icon.png); }

.leaflet-container .leaflet-control-attribution {
  margin: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8); }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4; }

.leaflet-control-attribution a {
  text-decoration: none; }
  :is(.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus) {
    text-decoration: underline; }

.leaflet-control-attribution svg {
  display: inline !important; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  overflow: hidden;
  box-sizing: border-box;
  padding: 2px 5px 1px;
  border: 2px solid #777;
  border-top: none;
  background: #FFF;
  background: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  line-height: 1.1; }
  .leaflet-control-scale-line:not(:first-child) {
    margin-top: -2px;
    border-top: 2px solid #777;
    border-bottom: none; }
    .leaflet-control-scale-line:not(:first-child):not(:last-child) {
      border-bottom: 2px solid #777; }

.leaflet-touch :is(
.leaflet-control-attribution,
.leaflet-control-layers,
.leaflet-bar) {
  box-shadow: none; }

.leaflet-touch :is(
.leaflet-control-layers,
.leaflet-bar) {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.leaflet-popup {
  position: absolute;
  margin-bottom: 20px;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  border-radius: var(--wd-brd-radius);
  text-align: left; }

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  min-height: 1px;
  font-size: 13px;
  font-size: 1.08333em;
  line-height: 1.3; }
  .leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0; }

.leaflet-popup-tip-container {
  position: absolute;
  left: 50%;
  overflow: hidden;
  margin-top: -1px;
  margin-left: -20px;
  width: 40px;
  height: 20px;
  pointer-events: none; }

.leaflet-popup-tip {
  margin: -10px auto 0;
  padding: 1px;
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  pointer-events: auto; }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  color: #333; }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #757575;
  text-align: center;
  text-decoration: none;
  font: 16px/24px Tahoma, Verdana, sans-serif; }
  :is(.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus) {
    color: #585858; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

.leaflet-oldie .leaflet-popup-tip {
  margin: 0 auto;
  width: 24px;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie :is(
.leaflet-control-zoom,
.leaflet-control-layers,
.leaflet-popup-content-wrapper,
.leaflet-popup-tip) {
  border: 1px solid #999; }

.leaflet-div-icon {
  border: 1px solid #666;
  background: #FFF; }

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  border: 1px solid #FFF;
  border-radius: var(--wd-brd-radius);
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #222;
  white-space: nowrap;
  pointer-events: none;
  user-select: none; }
  .leaflet-tooltip .leaflet-interactive {
    cursor: pointer;
    pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  background: transparent;
  pointer-events: none; }

.leaflet-tooltip-bottom {
  margin-top: 6px; }
  .leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #FFF; }

.leaflet-tooltip-top {
  margin-top: -6px; }
  .leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #FFF; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-left {
  margin-left: -6px; }
  .leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #FFF; }

.leaflet-tooltip-right {
  margin-left: 6px; }
  .leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #FFF; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; } }

.wd-el-table-wrap {
  overflow-x: auto;
  border-radius: inherit; }

.wd-el-table {
  margin-bottom: 0; }
  .wd-el-table :is(
  td, th) {
    text-align: var(--text-align); }
    .wd-el-table :is(
    td, th) p:last-child {
      margin-bottom: 0; }

.wd-toolbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  height: 55px;
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }
  .wd-toolbar > a {
    display: flex;
    align-items: center;
    justify-content: center; }
  .wd-toolbar > a,
  .wd-toolbar > div {
    flex: 1 0 20%; }
  .wd-toolbar > a,
  .wd-toolbar > div a {
    height: 45px; }
  .wd-toolbar .wd-header-cart.wd-design-5 {
    margin-right: 0; }
  .wd-toolbar.wd-toolbar-label-show > a,
  .wd-toolbar.wd-toolbar-label-show > div a {
    position: relative;
    padding-bottom: 15px; }
  .wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
    display: block; }
  .global-color-scheme-light .wd-toolbar a {
    color: #FFF; }
    .global-color-scheme-light .wd-toolbar a:hover {
      color: rgba(255, 255, 255, 0.8); }

.wd-toolbar-label {
  position: absolute;
  right: 10px;
  bottom: 3px;
  left: 10px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  padding: 1px 0; }

.wd-toolbar-shop .wd-tools-icon:before {
  content: "\f146";
  font-family: "woodmart-font"; }

.wd-toolbar-blog .wd-tools-icon:before {
  content: "\f145";
  font-family: "woodmart-font"; }

.wd-toolbar-home .wd-tools-icon:before {
  content: "\f144";
  font-family: "woodmart-font"; }

.wd-toolbar-link .wd-tools-icon:before {
  content: "\f140";
  font-family: "woodmart-font"; }

.wd-toolbar-link .wd-custom-icon {
  min-width: auto; }
  .wd-toolbar-link .wd-custom-icon img {
    width: auto;
    height: 20px; }

.wd-cookies-popup {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 15px 30px;
  background-color: var(--bgcolor-white);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.14);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0); }
  .wd-cookies-popup.popup-display {
    transform: none; }
  .wd-cookies-popup.popup-hide {
    transform: translate3d(0, 100%, 0); }

.wd-cookies-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .wd-cookies-inner .cookies-buttons {
    flex: 0 0 auto; }
  .wd-cookies-inner .cookies-info-text {
    flex: 1 1 auto;
    padding-inline-end: 30px; }

.cookies-buttons > a {
  margin-inline-end: 20px; }
  .cookies-buttons > a:last-child {
    margin-inline-end: 0; }

.cookies-buttons .cookies-accept-btn {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style)); }
  .cookies-buttons .cookies-accept-btn:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover); }
  .cookies-buttons .cookies-accept-btn:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active); }

.cookies-buttons .cookies-more-btn {
  border-bottom: 2px solid var(--brdcolor-gray-300);
  color: var(--color-gray-800);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px; }
  .cookies-buttons .cookies-more-btn:hover {
    opacity: .7; }

.wd-popup.wd-promo-popup {
  max-width: 800px; }

.wd-sticky-social {
  position: fixed;
  top: 50%;
  z-index: 390;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1s; }
  .wd-sticky-social .wd-social-icon {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0;
    min-width: 40px;
    width: auto;
    height: 40px; }
    .wd-sticky-social .wd-social-icon:hover {
      box-shadow: none; }
      .wd-sticky-social .wd-social-icon:hover .wd-icon-name {
        max-width: 220px; }
  .wd-sticky-social .wd-icon {
    width: 40px;
    font-size: 14px;
    line-height: 40px; }
  .wd-sticky-social .wd-icon-name {
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }
  .wd-sticky-social.buttons-loaded {
    transform: translate3d(0, -50%, 0); }

.wd-sticky-social-right {
  right: 0;
  transform: translate3d(100%, -50%, 0);
  align-items: flex-end; }
  .wd-sticky-social-right .wd-social-icon {
    flex-direction: row-reverse; }
    .wd-sticky-social-right .wd-social-icon:hover .wd-icon-name {
      padding-left: 15px; }

.wd-sticky-social-left {
  left: 0;
  transform: translate3d(-100%, -50%, 0);
  align-items: flex-start; }
  .wd-sticky-social-left .wd-social-icon {
    flex-direction: row; }
    .wd-sticky-social-left .wd-social-icon:hover .wd-icon-name {
      padding-right: 15px; }

.wd-popup.wd-age-verify {
  padding: 60px; }

.wd-age-verify h4 {
  font-size: 42px; }

[class*="wd-age-verify-text"] > *:last-child {
  margin-bottom: 0; }

.wd-age-verify-text-error {
  animation: wd-fadeIn .6s ease;
  display: none; }

.wd-age-verify-buttons {
  margin-top: 25px;
  text-align: center;
  margin-bottom: -10px; }
  .wd-age-verify-buttons .btn {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px; }

.wd-age-verify-allowed {
  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-age-verify-allowed:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover); }
  .wd-age-verify-allowed:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active); }

.wd-age-verify-forbidden {
  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)); }
  .wd-age-verify-forbidden:hover {
    color: var(--btn-default-color-hover);
    box-shadow: var(--btn-default-box-shadow-hover);
    background-color: var(--btn-default-bgcolor-hover); }
  .wd-age-verify-forbidden:active {
    box-shadow: var(--btn-default-box-shadow-active);
    bottom: var(--btn-default-bottom-active); }

.wd-age-verify.wd-forbidden :is(
.wd-age-verify-text,
.wd-age-verify-buttons) {
  display: none; }

.wd-age-verify.wd-forbidden .wd-age-verify-text-error {
  display: block; }

.wd-lazy-load {
  width: 100%;
  transition: all .3s ease;
  transform: translateZ(0); }
  .wd-owl .wd-lazy-load {
    transform: none; }

.wd-lazy-blur {
  filter: blur(2vw); }
  .wd-lazy-blur.wd-loaded {
    filter: blur(0); }

.wd-lazy-fade {
  opacity: 0; }
  .wd-lazy-fade.wd-loaded {
    opacity: 1; }

.header-banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: var(--wd-header-banner-h);
  opacity: 0;
  transition: opacity 0s ease .6s; }

.close-header-banner {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 1; }
  .close-header-banner.wd-style-icon > a {
    width: 50px;
    height: 100%; }
    .close-header-banner.wd-style-icon > a:before {
      font-size: 16px; }
  .close-header-banner + .header-banner-link {
    inset-inline-end: 60px; }

.header-banner-enabled .website-wrapper {
  margin-top: var(--wd-header-banner-mt);
  transition: margin-top .6s ease; }

.header-banner-display {
  --wd-header-banner-mt: var(--wd-header-banner-h); }
  .header-banner-display .header-banner {
    opacity: 1;
    transition: opacity 0s ease; }
  .header-banner-display .website-wrapper {
    transition: margin-top .6s ease .25s; }

@media (min-width: 782px) {
  .admin-bar .header-banner {
    top: 32px; } }

@media (max-width: 782px) {
  .admin-bar .header-banner {
    top: 46px; } }

.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--bgcolor-white-rgb), 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  color: var(--color-gray-800);
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateX(100%); }
  .scrollToTop.button-show {
    opacity: 1;
    transform: none;
    pointer-events: visible; }
  .scrollToTop:after {
    content: "\f115";
    font-family: "woodmart-font"; }
  .scrollToTop:hover {
    color: var(--color-gray-500); }
  .wd-search-opened .scrollToTop {
    display: none; }

.sidebar-container.wd-inited {
  display: flex;
  flex-basis: unset;
  flex-direction: column;
  margin: 0;
  padding: 0;
  max-width: none; }
  .sidebar-container.wd-inited .wd-heading {
    display: flex;
    flex: 0 0 auto; }
  .sidebar-container.wd-inited .widget-area {
    flex: 1 1 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 100%; }
  .sidebar-container.wd-inited .sidebar-widget {
    padding-right: 30px;
    padding-left: 30px; }

.wd-sidebar-opener.wd-on-shop > a:before {
  font-size: 20px;
  content: "\f118";
  font-family: "woodmart-font"; }

.wd-sidebar-opener.wd-on-shop:not(.wd-on-toolbar) {
  opacity: 0;
  transition: transform .25s ease;
  backface-visibility: hidden;
  transform: translateX(-100%); }
  .wd-sidebar-opener.wd-on-shop:not(.wd-on-toolbar).wd-shown {
    opacity: 1;
    transform: none; }

.wd-collapsible-content > .vc_column-inner {
  position: relative;
  overflow: hidden; }

.wd-collapsible-content.wd-opened > .vc_column-inner {
  max-height: 100% !important; }

.wd-collapsible-content:not(.wd-opened) .wd-collapsible-button {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 11; }

.wd-collapsible-content:not(.wd-opened) > .vc_column-inner > .wpb_wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 90px;
  background: linear-gradient(to bottom, transparent 0px, currentColor 40px);
  color: #FFF; }

.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.wd-opened .widget-title:after {
  background-color: #f1f1f1;
  transform: rotate(180deg); }
  .rtl .wd-widget-collapse.wd-opened .widget-title:after {
    transform: rotate(-180deg); }

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

[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after {
  background-color: #FFF;
  color: #333; }

.wd-requests-enabled {
  --wd-requests-height: 91px; }

.wd-search-requests {
  margin-top: 20px; }
  .wd-search-requests ::-webkit-scrollbar {
    height: 8px; }
  .wd-search-requests ::-webkit-scrollbar-track,
  .wd-search-requests ::-webkit-scrollbar-thumb {
    background-color: transparent !important; }
  .wd-search-requests ::-webkit-scrollbar-track {
    border-bottom: 4px solid var(--scrollbar-track-bg); }
  .wd-search-requests ::-webkit-scrollbar-thumb {
    border-bottom: 4px solid var(--scrollbar-thumb-bg); }
  .wd-search-requests ul {
    overflow: hidden;
    overflow-x: auto;
    margin-top: 10px;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    scrollbar-width: thin; }
    .wd-search-requests ul li {
      display: inline-block; }
      .wd-search-requests ul li:not(:last-child) {
        margin-inline-end: 5px; }
    .wd-search-requests ul a {
      display: inline-block;
      padding: 8px 14px;
      border: 2px solid var(--wd-primary-color);
      border-radius: calc(var(--wd-brd-radius) / 1.5);
      color: var(--wd-primary-color);
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      line-height: 1; }
      .wd-search-requests ul a:hover {
        background-color: var(--wd-primary-color);
        color: #FFF; }
  .wd-search-requests .wd-search-requests-text {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1; }

.wd-sticky-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 393;
  display: flex;
  flex-direction: column;
  width: var(--wd-sticky-nav-w);
  border-right: 1px solid rgba(119, 119, 119, 0.12);
  background-color: var(--bgcolor-white);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .wd-sticky-nav:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    visibility: visible;
    transition: visibility .0s ease .4s; }
  .wd-sticky-nav:is(
  :hover,
  .wd-opened) {
    width: 275px; }
    .wd-sticky-nav:is(
    :hover,
    .wd-opened):after {
      visibility: hidden; }
  .wd-sticky-nav:not(:hover) .wd-dropdown {
    opacity: 0;
    visibility: hidden; }

.wd-sticky-nav-title {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 8px;
  padding: 0 12px;
  height: 44px;
  border-radius: calc(var(--wd-brd-radius) * 100);
  background: var(--wd-primary-color);
  color: #FFF;
  cursor: default; }
  .wd-sticky-nav-title:before {
    flex: 0 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    content: "\f15a";
    font-family: "woodmart-font"; }
  .wd-sticky-nav-title span {
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600; }

.wd-nav-sticky {
  flex: 0 0 auto;
  pointer-events: none; }
  .wd-nav-sticky > li {
    position: relative !important; }
    .wd-nav-sticky > li > a {
      padding: 4px 20px;
      min-width: 1px;
      min-height: 45px; }
      .wd-nav-sticky > li > a .wd-nav-img, .wd-nav-sticky > li > a .mega-menu-list img, .mega-menu-list .wd-nav-sticky > li > a img {
        flex: 0 0 auto;
        margin-right: 0;
        max-width: none;
        max-height: none;
        width: 20px !important;
        height: 20px;
        object-fit: contain;
        object-position: 50% 50%; }
      .wd-nav-sticky > li > a .nav-link-text {
        display: inline-flex;
        align-items: center;
        height: 36px; }
    .wd-nav-sticky > li:is(
    .wd-opened,
    :hover) > a {
      color: var(--wd-primary-color); }
  .wd-nav-sticky .wd-dropdown-menu {
    border-end-start-radius: 0;
    border-start-start-radius: 0; }
    .wd-nav-sticky .wd-dropdown-menu:is(
    .wd-design-sized,
    .wd-design-full-width) {
      min-height: var(--wd-dropdown-height); }
      .wd-nav-sticky .wd-dropdown-menu:is(
      .wd-design-sized,
      .wd-design-full-width) .wd-dropdown-inner {
        height: var(--wd-dropdown-height); }
    .wd-nav-sticky .wd-dropdown-menu.wd-design-full-width {
      --wd-dropdown-width: calc(100vw - var(--wd-scroll-w) - 275px); }
    .wd-nav-sticky .wd-dropdown-menu.wd-design-full-height {
      max-width: calc(100vw - var(--wd-scroll-w) - 275px);
      --wd-dropdown-height: calc(100vh - var(--wd-admin-bar-h)); }
    .wd-nav-sticky .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp,
    .wd-nav-sticky .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .wd-nav-sticky .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > li:first-child > a,
      .wd-nav-sticky .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li:first-child > a {
        border-top-left-radius: 0; }
      .wd-nav-sticky .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > li:last-child > a,
      .wd-nav-sticky .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp > .wd-sub-menu > li:last-child > a {
        border-bottom-left-radius: 0; }

.wd-sticky-nav:is(
:hover,
.wd-opened) .wd-nav-sticky {
  pointer-events: unset; }
  .wd-sticky-nav:is(
  :hover,
  .wd-opened) .wd-nav-sticky > li > a .nav-link-text:not(:first-child) {
    margin-left: 10px; }

.wd-sticky-nav-content {
  margin-top: auto;
  padding: 8px;
  min-width: 275px;
  opacity: 0;
  transition: opacity .15s;
  pointer-events: none; }

.wd-sticky-nav:is(
:hover,
.wd-opened) .wd-sticky-nav-content {
  opacity: 1;
  transition: opacity .25s ease .12s;
  pointer-events: auto; }

.wd-sticky-nav-title span, .wd-nav-sticky > li > a:after,
.wd-nav-sticky > li > a .nav-link-text {
  max-width: 0;
  width: 0;
  opacity: 0; }

.wd-sticky-nav:is(
:hover,
.wd-opened) .wd-sticky-nav-title span, .wd-sticky-nav:is(
:hover,
.wd-opened) .wd-nav-sticky > li > a:after,
.wd-sticky-nav:is(
:hover,
.wd-opened) .wd-nav-sticky > li > a .nav-link-text {
  max-width: none;
  width: auto;
  opacity: 1;
  transition: opacity .25s ease .12s; }

.error404 .page-header {
  position: relative;
  margin-bottom: 20px;
  font-size: clamp(32px, 4.2vw, 82px); }
  .error404 .page-header:before {
    content: "404";
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-gray-200);
    font-weight: 700;
    font-size: 5em;
    line-height: 1;
    transform: translate(-50%, -50%); }
  .error404 .page-header h3 {
    position: relative;
    padding: 1.5em 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    color: var(--wd-primary-color); }

.error404 .page-content {
  text-align: center; }
  .error404 .page-content p {
    font-size: 110%; }
  .error404 .page-content > .wd-search-form {
    margin: 0 auto;
    max-width: 400px; }

.not-found .entry-header {
  text-align: center; }
  .not-found .entry-header:before {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--wd-primary-color);
    font-size: 100px;
    line-height: 1;
    content: "\f130";
    font-family: "woodmart-font"; }
  .not-found .entry-header .entry-title {
    margin-bottom: 15px;
    font-size: 48px; }

.not-found .entry-content {
  text-align: center; }
  .not-found .entry-content > p {
    margin-bottom: 30px;
    font-size: 110%; }

.not-found .searchform {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 350px;
  width: 100%; }

.wd-blog-search-results {
  margin-top: 30px; }

.wd-search-show-all {
  text-align: center; }
  .wd-search-show-all .button {
    border-color: var(--brdcolor-gray-300);
    color: var(--color-gray-800);
    border-width: 2px; }
    .wd-search-show-all .button:not(:hover) {
      background-color: transparent !important; }
    .wd-search-show-all .button:hover {
      box-shadow: none; }
    .wd-search-show-all .button:hover {
      border-color: var(--brdcolor-gray-500);
      color: var(--color-gray-800);
      background-color: transparent; }

.search-no-results .page-title :is(
.breadcrumbs,
.yoast-breadcrumb) {
  display: none; }

.wd-row-gradient-enable {
  position: relative; }

.woodmart-row-gradient {
  border-radius: inherit; }

.wd-parallax {
  background-attachment: fixed !important;
  background-size: cover !important; }

.attachment_fixed-yes {
  background-attachment: fixed; }

:is(
.vc_row,
.vc_section).wd-disable-overflow {
  overflow: visible !important; }

.inline-element {
  display: inline-block;
  width: auto;
  vertical-align: middle; }
  .inline-element:not(:last-child) {
    margin-right: 15px; }
  .text-left .inline-element {
    margin-left: 0; }
    .text-left .inline-element:not(:last-child) {
      margin-right: 15px; }
  .text-right .inline-element {
    margin-right: 0; }
    .text-right .inline-element:not(:first-child) {
      margin-left: 15px; }
  .text-center .inline-element {
    margin-right: 7px;
    margin-left: 7px; }

.wd-enabled-width {
  display: inline-block;
  max-width: 100%;
  width: 100%; }

.wd-enabled-flex > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap; }
  .wd-enabled-flex > .vc_column-inner > .wpb_wrapper > *:not(.wd-enabled-width):not(.inline-element) {
    width: 100%; }

.vc_row-full-width {
  float: left;
  width: 100%; }

.compose-mode .vc_column-inner .vc_controls > .vc_controls-out-tl {
  right: -1px;
  left: auto;
  z-index: 2000; }

:is(
[data-vc-full-width],
[class*="wd-section-stretch"]).vc_row {
  transition: none !important; }

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  z-index: auto; }

[class*="wd-section-stretch"] {
  transition: opacity .5s ease;
  overflow: hidden; }
  [class*="wd-section-stretch"].vc_hidden {
    opacity: 0; }

.vc_row[class*="wd-section-stretch"] .vc_grid.vc_row {
  overflow: hidden; }

.vc_row.wd-section-stretch-content-no-pd .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.vc_row.wd-section-stretch-content-no-pd .vc_inner {
  margin-left: 0;
  margin-right: 0; }

.vc_section[class*="wd-section-stretch"] {
  padding-left: 0;
  padding-right: 0; }
  .vc_section[class*="wd-section-stretch"] > .vc_row {
    margin-left: 0;
    margin-right: 0; }

:is(
.vc_row-no-padding,
.wd-section-stretch-content-no-pd) .vc_row-fluid {
  margin-right: 0;
  margin-left: 0; }

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

.widgetarea-head .wpb_widgetised_column {
  margin-bottom: 0; }

body .wd-bg-left-top {
  background-position: left top !important; }

body .wd-bg-left-center {
  background-position: left center !important; }

body .wd-bg-left-bottom {
  background-position: left bottom !important; }

body .wd-bg-right-top {
  background-position: right top !important; }

body .wd-bg-right-center {
  background-position: right center !important; }

body .wd-bg-right-bottom {
  background-position: right bottom !important; }

body .wd-bg-center-top {
  background-position: center top !important; }

body .wd-bg-center-center {
  background-position: center center !important; }

body .wd-bg-center-bottom {
  background-position: center bottom !important; }

body [class*="wd-bg-"] > .vc_column-inner {
  background-position: inherit !important; }

.parallax-bg {
  background-attachment: fixed !important; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.wd-font-weight-100 {
  font-weight: 100 !important; }

.wd-font-weight-200 {
  font-weight: 200 !important; }

.wd-font-weight-300 {
  font-weight: 300 !important; }

.wd-font-weight-400 {
  font-weight: 400 !important; }

.wd-font-weight-500 {
  font-weight: 500 !important; }

.wd-font-weight-600 {
  font-weight: 600 !important; }

.wd-font-weight-700 {
  font-weight: 700 !important; }

.wd-font-weight-800 {
  font-weight: 800 !important; }

.wd-font-weight-900 {
  font-weight: 900 !important; }

.wd-wpb {
  margin-bottom: 30px; }
  .wd-wpb:empty {
    display: none; }

.wpb_animate_when_almost_visible[class*="color-scheme-hover"] {
  transition: all .25s ease; }

:is(
.wd-slide-from-bottom,
.wd-slide-from-top,
.wd-slide-from-left,
.wd-slide-from-right,
.wd-left-flip-y,
.wd-right-flip-y,
.wd-top-flip-x,
.wd-bottom-flip-x,
.wd-zoom-in,
.wd-rotate-z) {
  transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  animation-fill-mode: none !important; }
  :is(
  .wd-slide-from-bottom,
  .wd-slide-from-top,
  .wd-slide-from-left,
  .wd-slide-from-right,
  .wd-left-flip-y,
  .wd-right-flip-y,
  .wd-top-flip-x,
  .wd-bottom-flip-x,
  .wd-zoom-in,
  .wd-rotate-z).animated {
    animation-duration: .7s;
    animation-timing-function: cubic-bezier(0, 0.87, 0.58, 1); }

.wd-slide-from-top {
  animation-name: wd-SlideFromTop; }

.wd-slide-from-bottom {
  animation-name: wd-SlideFromBottom; }

.wd-slide-from-left {
  animation-name: wd-SlideFromLeft; }

.wd-slide-from-right {
  animation-name: wd-SlideFromRight; }

.wd-right-flip-y {
  animation-name: wd-RightFlipY; }

.wd-left-flip-y {
  animation-name: wd-LeftFlipY; }

.wd-top-flip-x {
  animation-name: wd-TopFlipX; }

.wd-bottom-flip-x {
  animation-name: wd-BottomFlipX; }

.wd-zoom-in {
  animation-name: wd-ZoomIn; }

.wd-rotate-z {
  animation-name: wd-RotateZ;
  will-change: animation; }

.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(2) {
  transition-delay: .1s;
  animation-delay: .1s; }

.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(3) {
  transition-delay: .2s;
  animation-delay: .2s; }

.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(4) {
  transition-delay: .3s;
  animation-delay: .3s; }

.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(5) {
  transition-delay: .4s;
  animation-delay: .4s; }

.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(6) {
  transition-delay: .5s;
  animation-delay: .5s; }

.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(7) {
  transition-delay: .6s;
  animation-delay: .6s; }

.vc_progress_bar .vc_single_bar {
  border-radius: 0;
  box-shadow: none; }
  .vc_progress_bar .vc_single_bar .vc_label {
    padding: .6em 1.2em;
    text-transform: uppercase;
    text-shadow: none !important;
    font-weight: 600;
    font-size: 12px; }
  .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0;
    transition: width .8s ease; }

.wpb_single_image .vc_single_image-wrapper img {
  border-radius: var(--wd-brd-radius); }

.wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"],
.wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"] img {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title {
  font-family: var(--wd-text-font); }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title > a {
    padding-top: 18px;
    padding-bottom: 18px; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panels {
  border-top: 2px solid rgba(0, 0, 0, 0.105); }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
  border-bottom: 1px solid var(--brdcolor-gray-300); }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #777; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-heading:hover {
  background-color: transparent; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title > a {
  padding-right: 0;
  padding-left: 0; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 5px; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
  padding-right: 25px;
  padding-left: 5px; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 5px; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
  padding-right: 5px;
  padding-left: 25px; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title:hover > a {
  color: #777; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-body {
  padding-top: 0;
  padding-right: 5px;
  padding-left: 5px;
  border: none; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
  position: relative; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
  color: var(--color-gray-800); }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a {
    padding: 10px 15px;
    border: none;
    background-color: transparent;
    color: inherit;
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-size: 16px;
    font-family: var(--wd-title-font);
    line-height: 1.4;
    opacity: .7;
    transition: all .25s ease; }
    .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a:hover {
      border: none;
      background-color: transparent;
      opacity: 1; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
    position: relative; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active > a {
    border: none;
    background-color: transparent;
    opacity: 1; }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
  overflow: hidden;
  margin: 0; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
    position: relative;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    transition: transform .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s;
    transform: translateY(0); }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block !important;
  visibility: hidden;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: auto !important;
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  transform: translateY(20px); }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic:is(
.vc_tta-tabs-position-left,
.vc_tta-tabs-position-right,
.vc_tta-tabs-position-bottom) .vc_tta-panel .vc_tta-panel-body {
  transform: translateY(10px); }

.wpb_video_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius); }
  .browser-Safari .wpb_video_wrapper {
    transform: translate3d(0, 0, 0); }
  .wpb_video_wrapper .wd-video-poster-wrapper:after,
  .wpb_video_wrapper :is(.wd-video-poster-wrapper, .wd-video-poster) {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px; }
  .wpb_video_wrapper .wd-video-poster-wrapper {
    position: absolute !important;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18), visibility 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .wpb_video_wrapper .wd-video-poster-wrapper:after {
      content: "";
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.15);
      transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
    .wpb_video_wrapper .wd-video-poster-wrapper.hidden-poster {
      visibility: hidden;
      opacity: 0; }
  .wpb_video_wrapper .wd-video-poster {
    margin: -1px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
  .wpb_video_wrapper .button-play {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - .5em);
    left: calc(50% - .5em);
    z-index: 3;
    width: 1em;
    height: 1em;
    border: min(.04em, 2px) solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 1;
    transition: border-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    font-size: 100px; }
    .wpb_video_wrapper .button-play:after {
      font-size: .32em;
      transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
      content: "\f101";
      font-family: "woodmart-font"; }
  .wpb_video_wrapper:hover .wd-video-poster-wrapper:after {
    background-color: rgba(0, 0, 0, 0.3); }
  .wpb_video_wrapper:hover .button-play {
    border-color: rgba(255, 255, 255, 0.6); }
    .wpb_video_wrapper:hover .button-play:after {
      transform: scale(0.8); }
  .wpb_video_wrapper:hover .wd-video-poster {
    transform: scale(1.09); }

.wpb_column.wd-side-hidden {
  position: fixed !important;
  display: flex;
  float: none;
  flex-direction: column;
  overflow: hidden;
  width: 340px !important; }
  .wpb_column.wd-side-hidden .vc_column-inner {
    flex: 1 1 auto;
    overflow-y: auto;
    max-height: 100%; }

@media (min-width: 1200px) {
  .wd-col-offcanvas-lg:not(.wd-side-hidden) {
    display: none; }
  .wd-col-content-lg.wpb_column {
    width: 100% !important; } }

@media (max-width: 1199.98px) {
  .wpb_column.wd-side-hidden {
    width: 300px !important; } }

@media (min-width: 769px) and (max-width: 1199.98px) {
  .wd-col-offcanvas-md-sm:not(.wd-side-hidden) {
    display: none; }
  .wd-col-content-md-sm.wpb_column {
    width: 100% !important; } }

@media (max-width: 768px) {
  .wd-col-offcanvas-sm:not(.wd-side-hidden) {
    display: none; }
  .wd-col-content-sm.wpb_column {
    width: 100% !important; } }

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: 5px;
  color: var(--wd-primary-color);
  content: "\f107";
  font-family: "woodmart-font"; }

p.stock:is(
.wd-style-bordered,
.wd-style-with-bg) span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: calc(var(--wd-brd-radius) / 1.5); }

p.stock.wd-style-bordered span {
  border: 1px solid #85B951;
  color: var(--color-gray-800); }
  p.stock.wd-style-bordered span:before {
    content: "";
    display: inline-block;
    margin-inline-end: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #85B951;
    vertical-align: baseline; }

p.stock.wd-style-bordered.out-of-stock span {
  border-color: #E22D2D; }
  p.stock.wd-style-bordered.out-of-stock span:before {
    background-color: #E22D2D; }

p.stock.wd-style-with-bg:is(
.available-on-backorder,
.in-stock) span {
  background-color: #F1F7EB;
  color: #85B951; }

p.stock.wd-style-with-bg.in-stock span:before {
  margin-inline-end: 5px;
  content: "\f107";
  font-family: "woodmart-font"; }

p.stock.wd-style-with-bg.out-of-stock span {
  background-color: #F8E7E7; }

.shop_table tr :is(
td, th):last-child {
  text-align: right; }

tr.cart_item .product-total .amount {
  color: var(--color-gray-500);
  font-weight: 400; }

tr.order-total th {
  font-size: 18px; }

tr.order-total strong .amount {
  font-size: 22px; }

tr.order-total td strong {
  display: block; }

th:is(
.product-remove,
.product-thumbnail) {
  font-size: 0; }

th.product-name {
  text-align: left; }

th.product-thumbnail {
  width: 10px; }

th.product-remove {
  width: 40px; }

td.product-name {
  text-align: left; }
  td.product-name a {
    display: inline-block;
    font-size: 14px; }
  td.product-name p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 90%; }
  td.product-name ul.variation {
    margin-top: 5px;
    width: 100%; }

td.product-sku {
  word-break: break-all; }

td.product-price > .amount {
  color: var(--color-gray-500);
  font-weight: 400; }

td.product-price :is(
.amount,
.wd-price-unit) {
  font-size: 14px; }

td.product-quantity input[type="text"] {
  max-width: 80px;
  text-align: center; }

td.product-subtotal span {
  font-size: 16px; }

td.product-thumbnail > a {
  display: block;
  overflow: hidden; }

td.product-thumbnail img {
  min-width: 80px;
  max-width: 80px;
  border-radius: calc(var(--wd-brd-radius) / 1.5); }

td.woocommerce-orders-table__cell-order-actions a {
  margin-right: 5px;
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
  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)); }
  td.woocommerce-orders-table__cell-order-actions a:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover); }
  td.woocommerce-orders-table__cell-order-actions a:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active); }
  td.woocommerce-orders-table__cell-order-actions a:last-child {
    margin-right: 0; }

td.product-remove {
  padding: 0;
  text-align: center; }

.woocommerce-remove-coupon {
  margin-inline-end: -10px; }

td.product-remove a, .woocommerce-remove-coupon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--color-gray-800);
  font-size: 0; }
  td.product-remove a:before, .woocommerce-remove-coupon:before {
    font-size: 12px;
    content: "\f112";
    font-family: "woodmart-font"; }
  td.product-remove a:hover, .woocommerce-remove-coupon:hover {
    color: var(--color-gray-500); }

.product-labels {
  position: absolute;
  top: 7px;
  inset-inline-start: 7px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 50%;
  transition: opacity .3s ease; }
  .product-labels .label-with-img {
    padding: 0;
    max-width: 50px; }

.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:not(:last-child) {
    margin-bottom: 10px; }
  .product-label.onsale {
    background-color: var(--wd-primary-color);
    direction: ltr; }
  .product-label.featured {
    background-color: #E22D2D; }
  .product-label.new {
    background-color: #438E44; }
  .product-label.out-of-stock {
    background-color: var(--bgcolor-white);
    color: var(--color-gray-900); }
  .product-label.attribute-label:not(.label-with-img) {
    background-color: var(--bgcolor-white);
    color: var(--color-gray-900); }

.product-labels.labels-rectangular {
  top: 15px;
  inset-inline-start: 0; }

.product-labels.labels-rounded .product-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  min-height: 50px;
  border-radius: 35px;
  font-size: 14px; }

.product-labels.labels-rounded .label-with-img {
  padding: 0;
  min-height: auto;
  max-width: 55px; }

.product-labels.labels-rounded .out-of-stock {
  max-width: 50px;
  font-size: 12px; }

.labels-rounded-sm .product-label {
  border-radius: 12px; }

.wd-breadcrumbs {
  vertical-align: middle; }

.woocommerce-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-gray-800); }
  .woocommerce-breadcrumb a {
    margin-right: 6px; }
    .woocommerce-breadcrumb a:after {
      content: "/";
      margin-left: 5px; }

.woocommerce-breadcrumb a, .yoast-breadcrumb a {
  color: var(--color-gray-500); }
  .woocommerce-breadcrumb a:hover, .yoast-breadcrumb a:hover {
    color: var(--color-gray-700); }

.woocommerce-breadcrumb .breadcrumb-last, .yoast-breadcrumb .breadcrumb_last {
  margin-right: 8px;
  font-weight: 600; }
  .woocommerce-breadcrumb .breadcrumb-last:last-child, .yoast-breadcrumb .breadcrumb_last:last-child {
    margin-right: 0; }

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; }

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

del .amount {
  color: var(--color-gray-300);
  font-weight: 400; }

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

.woocommerce-price-suffix {
  color: var(--color-gray-500); }

.wd-price-unit {
  display: inline-block;
  margin-left: 4px;
  color: var(--color-gray-300); }
  .wd-price-unit:not(:last-child) {
    margin-right: 2px; }
  .wd-price-unit:before {
    content: "/";
    margin-right: 4px; }

a.login-to-prices-msg {
  color: var(--wd-primary-color);
  font-weight: 600; }
  a.login-to-prices-msg:hover {
    color: var(--wd-primary-color);
    opacity: .6; }

.wd-swatch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--wd-swatch-w);
  height: var(--wd-swatch-h);
  color: var(--color-gray-900);
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: var(--wd-swatch-size);
  line-height: 1;
  cursor: pointer;
  transition: all .25s ease; }
  .wd-swatch :is(
  img,
  picture) {
    display: block;
    max-height: 100%;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    object-fit: cover; }
  .wd-swatch.wd-bg .wd-swatch-text {
    display: none; }
  .wd-swatch.wd-text {
    min-width: 1em;
    min-height: 1em;
    width: auto;
    height: auto; }
    .wd-swatch.wd-text .wd-swatch-text {
      padding: 0 calc(var(--wd-swatch-size) / 5);
      font-size: var(--wd-swatch-text-size); }
  .wd-swatch.wd-linked {
    cursor: pointer !important; }

.wd-swatch-bg {
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  width: 100%;
  height: 100%;
  border-radius: inherit; }

:is(
body:not(.global-color-scheme-light),
.color-scheme-dark) .wd-swatch.wd-bg .wd-swatch-bg:is(
:not([style^="background-color"]),
[style*="#ffffff"],
[style*="#FFFFFF"],
[style*="255,255,255"]):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--wd-swatch-brd-color);
  border-radius: inherit; }

[class*="wd-swatches"] {
  --wd-swatch-size: 25px;
  --wd-swatch-w: 1em;
  --wd-swatch-h: 1em;
  --wd-swatch-text-size: 16px;
  --wd-swatch-h-sp: 15px;
  --wd-swatch-v-sp: 10px;
  --wd-swatch-inn-sp: .001px;
  --wd-swatch-brd-color: var(--brdcolor-gray-200); }

.wd-swatches-product {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: var(--text-align);
  vertical-align: middle;
  gap: var(--wd-swatch-v-sp) var(--wd-swatch-h-sp); }
  .wd-swatches-product + select {
    display: none; }

[class*="wd-swatches"].wd-size-xs {
  --wd-swatch-size: 20px;
  --wd-swatch-text-size: 14px; }

[class*="wd-swatches"].wd-size-m {
  --wd-swatch-size: 35px; }

[class*="wd-swatches"].wd-size-large {
  --wd-swatch-size: 45px;
  --wd-swatch-text-size: 18px; }

[class*="wd-swatches"].wd-size-xlarge {
  --wd-swatch-size: 70px;
  --wd-swatch-text-size: 24px; }

[class*="wd-swatches"].wd-size-xxl {
  --wd-swatch-size: 90px;
  --wd-swatch-text-size: 32px; }

.wd-swatches-grid {
  --wd-swatch-v-sp: 5px;
  --wd-swatch-h-sp: 8px; }
  .wd-swatches-grid:is(
  .wd-size-xs,
  .wd-size-default) {
    --wd-swatch-size: 15px;
    --wd-swatch-text-size: 14px; }
  .wd-swatches-grid.wd-size-m {
    --wd-swatch-size: 20px; }
  .wd-swatches-grid.wd-size-large {
    --wd-swatch-size: 25px;
    --wd-swatch-text-size: 16px; }
  .wd-swatches-grid:is(
  .wd-size-xlarge,
  .wd-size-xxl) {
    --wd-swatch-size: 35px;
    --wd-swatch-text-size: 18px; }

.wd-swatches-filter {
  --wd-swatch-h-sp: 10px; }
  .wd-swatches-filter.wd-size-small {
    --wd-swatch-size: 15px;
    --wd-swatch-text-size: 14px; }
  .wd-swatches-filter.wd-size-large {
    --wd-swatch-size: 35px; }

[class*="wd-swatches"].wd-shape-round .wd-swatch {
  border-radius: 1em; }

[class*="wd-swatches"].wd-shape-rounded .wd-swatch {
  border-radius: 5px; }

[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after {
  bottom: -5px; }

[class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text {
  min-width: max(var(--wd-swatch-text-min-width, 25px), var(--wd-swatch-text-size));
  min-height: 20px; }
  [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
    bottom: -3px; }
  [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text .wd-swatch-text {
    padding: 0; }

[class*="wd-swatches"].wd-text-style-1.wd-swatches-grid {
  --wd-swatch-text-min-width: 15px; }
  [class*="wd-swatches"].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-text:after {
    bottom: -1px; }
  [class*="wd-swatches"].wd-text-style-1.wd-swatches-grid .wd-swatch.wd-bg:after {
    bottom: -4px; }

.wd-swatches-grid.wd-bg-style-1 .wd-swatch:hover:not(.wd-active):after {
  opacity: 0 !important; }

[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after, [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  border-bottom: 2px solid var(--color-gray-900);
  opacity: 0;
  transition: inherit; }

[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:is(
.wd-active,
:hover:not(.wd-disabled)):after, [class*="wd-swatches"].wd-bg-style-1 :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg:after, [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:is(
.wd-active,
:hover:not(.wd-disabled)):after, [class*="wd-swatches"].wd-text-style-1 :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-text:after {
  opacity: 1; }

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg {
  padding: var(--wd-swatch-inn-sp); }

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch-bg:before {
  border: none !important; }

[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text .wd-swatch-text {
  font-size: calc(var(--wd-swatch-text-size) - 2px); }

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text {
  box-shadow: 0 0 0 var(--brd-width, 1px) var(--wd-swatch-brd-color) inset;
  --wd-swatch-inn-sp: 4px; }

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg:is(
.wd-active,
:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-bg-style-2 :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text:is(
.wd-active,
:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-text-style-2 :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
  --wd-swatch-brd-color: var(--color-gray-900); }

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg.wd-active, [class*="wd-swatches"].wd-bg-style-2 .wd-swatch-wrap.wd-active .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text.wd-active, [class*="wd-swatches"].wd-text-style-2 .wd-swatch-wrap.wd-active .wd-swatch.wd-text {
  --wd-swatch-brd-color: var(--color-gray-900);
  --brd-width: 2px; }

[class*="wd-swatches"].wd-bg-style-3 .wd-swatch.wd-bg {
  padding: var(--wd-swatch-inn-sp); }

[class*="wd-swatches"].wd-bg-style-3 .wd-swatch-bg:before {
  border: none !important; }

[class*="wd-swatches"].wd-text-style-3 .wd-swatch.wd-text .wd-swatch-text {
  font-size: calc(var(--wd-swatch-text-size) - 2px); }

[class*="wd-swatches"].wd-bg-style-3 .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-3 .wd-swatch.wd-text {
  border: 1px solid var(--wd-swatch-brd-color);
  --wd-swatch-inn-sp: 2px; }

[class*="wd-swatches"].wd-bg-style-3 .wd-swatch.wd-bg:is(
.wd-active,
:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-bg-style-3 :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-3 .wd-swatch.wd-text:is(
.wd-active,
:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-text-style-3 :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
  --wd-swatch-brd-color: var(--color-gray-500); }

[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg {
  overflow: hidden; }
  [class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-weight: 400;
    font-size: calc(var(--wd-swatch-text-size) - 4px);
    opacity: 0;
    transition: inherit;
    border-radius: inherit;
    content: "\f107";
    font-family: "woodmart-font"; }

[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg:is(
.wd-active,
:hover:not(.wd-disabled)):after, [class*="wd-swatches"].wd-bg-style-4 :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg:after {
  opacity: 1; }

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text {
  border: 1px solid var(--wd-swatch-brd-color); }
  [class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text .wd-swatch-text {
    font-size: calc(var(--wd-swatch-text-size) - 2px); }

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text:is(
.wd-active,
:hover:not(.wd-disabled)), [class*="wd-swatches"].wd-text-style-4 :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-text {
  border-color: var(--color-gray-900);
  background-color: var(--color-gray-900);
  color: var(--color-white); }

[class*="wd-swatches"].wd-dis-style-1 .wd-swatch.wd-disabled {
  opacity: .4;
  cursor: default; }

[class*="wd-swatches"].wd-dis-style-2 .wd-swatch:before {
  content: "";
  position: absolute;
  top: var(--wd-swatch-inn-sp);
  right: var(--wd-swatch-inn-sp);
  bottom: var(--wd-swatch-inn-sp);
  left: var(--wd-swatch-inn-sp);
  border-radius: inherit;
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #CF000F 50%, transparent calc(50% + 1px)), linear-gradient(to top left, transparent calc(50% - 1px), #CF000F 50%, transparent calc(50% + 1px));
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2; }

[class*="wd-swatches"].wd-dis-style-2 .wd-swatch.wd-disabled {
  opacity: .7;
  cursor: default; }
  [class*="wd-swatches"].wd-dis-style-2 .wd-swatch.wd-disabled:before {
    opacity: 1; }

[class*="wd-swatches"].wd-dis-style-3 .wd-swatch:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background-image: linear-gradient(to top left, transparent calc(50% - 1px), var(--wd-swatch-brd-color) 50%, transparent calc(50% + 1px));
  opacity: 0;
  transition: opacity .2s ease;
  z-index: 2; }

[class*="wd-swatches"].wd-dis-style-3 .wd-swatch.wd-disabled {
  opacity: .4;
  cursor: default;
  --wd-swatch-brd-color: var(--brdcolor-gray-500); }
  [class*="wd-swatches"].wd-dis-style-3 .wd-swatch.wd-disabled:before {
    opacity: 1; }

.wd-swatches-filter .wd-swatch {
  flex: 0 0 auto; }
  .wd-swatches-filter .wd-swatch.wd-bg:before {
    position: absolute;
    top: var(--wd-swatch-inn-sp);
    right: var(--wd-swatch-inn-sp);
    bottom: var(--wd-swatch-inn-sp);
    left: var(--wd-swatch-inn-sp);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-weight: 400;
    font-size: calc(var(--wd-swatch-text-size) - 4px);
    opacity: 0;
    transition: inherit;
    content: "\f112";
    font-family: "woodmart-font"; }

.wd-swatches-filter .wd-swatch-wrap.wd-active a:hover .wd-swatch.wd-bg:before {
  opacity: 1; }

.wd-swatches-filter:not(.wd-bg-style-1) .wd-swatch-wrap.wd-active a:hover .wd-swatch.wd-bg:after {
  opacity: 0; }

.wd-swatches-filter .wd-swatch.wd-text + span {
  display: none; }

.wd-swatches-brands .wd-swatch :is(
img,
picture) {
  object-fit: contain; }

.wd-swatches-brands .wd-swatch.wd-bg {
  flex: 1 0 auto;
  max-width: var(--wd-swatch-w);
  width: auto;
  height: var(--wd-swatch-h);
  border-radius: 0; }
  .wd-swatches-brands .wd-swatch.wd-bg:before {
    display: none; }

.wd-swatches-brands .wd-swatch-bg:before {
  border: none !important; }

.wd-swatches-brands :is(
.wd-swatch-wrap a:hover,
.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg {
  opacity: .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: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); }

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

ul:is(
.woocommerce-error,
.woocommerce-message,
.woocommerce-info) {
  list-style: none;
  --li-pl: 0;
  align-items: stretch;
  flex-direction: column;
  justify-content: center; }
  ul:is(
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info) li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 7px; }

.wd-wc-notices {
  margin-bottom: 0 !important; }

.wd-progress-bar {
  --wd-progress-height: 7px; }
  .wd-progress-bar p:last-child {
    --wd-tags-mb: 0; }
  .wd-progress-bar .stock-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
    color: var(--color-gray-500); }
    .wd-progress-bar .stock-info span {
      margin-inline-start: 3px;
      color: var(--color-gray-800);
      font-weight: 600; }
  .wd-progress-bar :is(
  .progress-area,
  .progress-bar) {
    height: var(--wd-progress-height);
    border-radius: var(--wd-brd-radius); }
  .wd-progress-bar .progress-area {
    width: 100%;
    background-color: var(--color-gray-100);
    transition: background-color .25s ease; }
  .wd-progress-bar .progress-bar {
    background-color: var(--wd-primary-color); }

ul.variation {
  font-size: 90%;
  --li-mb: 5px;
  --list-mb: 0;
  --wd-tags-mb: 0; }
  ul.variation p {
    display: inline; }
  ul.variation .item-variation-name {
    color: var(--color-gray-800);
    font-weight: 600; }

.wc-item-meta {
  margin-top: 10px;
  font-size: 90%; }
  .wc-item-meta li > * {
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 5px;
    vertical-align: middle; }
  .wc-item-meta strong {
    color: var(--color-gray-800); }

:is(.blockOverlay, .wd-loader-overlay):after {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear; }

.wd-loader-overlay {
  z-index: 340;
  border-radius: inherit;
  animation: wd-fadeIn .6s ease both;
  background-color: rgba(var(--bgcolor-white-rgb), 0.6); }
  .wd-loader-overlay:not(.wd-loading) {
    display: none; }

.blockOverlay {
  z-index: 340 !important;
  background-image: none !important;
  animation: wd-FadeInLoader .6s ease forwards; }
  .blockOverlay:before {
    content: none !important; }
  .global-color-scheme-light .blockOverlay {
    background-color: rgba(0, 0, 0, 0.5) !important; }

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

.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .col2-set :is(
  .col-1,
  .col-2) {
    flex: 1 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%; }

.single_add_to_cart_button {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style)); }
  .single_add_to_cart_button:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover); }
  .single_add_to_cart_button:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active); }
  .single_add_to_cart_button + .added_to_cart {
    display: none; }

.wd-buy-now-btn {
  border-radius: var(--btn-accented-brd-radius);
  color: var(--btn-accented-color);
  box-shadow: var(--btn-accented-box-shadow);
  background-color: var(--btn-accented-bgcolor);
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style)); }
  .wd-buy-now-btn:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover); }
  .wd-buy-now-btn:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active); }

form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: var(--content-align); }
  form.cart > * {
    flex: 1 1 100%; }
  form.cart :where(.single_add_to_cart_button, .wd-buy-now-btn, .quantity) {
    flex: 0 0 auto; }

.woocommerce-product-details__short-description {
  margin-bottom: 20px; }
  .woocommerce-product-details__short-description > *:last-child {
    margin-bottom: 0; }

.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-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; }
  .shop_attributes .wd-attr-img {
    margin-right: 10px;
    width: 100vw;
    max-width: var(--wd-attr-img-width); }

form.variations_form {
  gap: 0;
  --wd-var-table-mb: 20px; }
  form.variations_form p.stock {
    margin-bottom: 0; }

.variations_form-linked {
  margin-bottom: 20px; }
  .wd-builder-on .variations_form-linked {
    margin-bottom: 0; }

table.variations {
  margin-bottom: var(--wd-var-table-mb);
  position: relative;
  transition: margin-bottom .3s ease; }
  table.variations tr:last-child .cell {
    padding-bottom: 0; }
  table.variations .cell {
    text-align: var(--text-align);
    padding: 0 0 20px 0;
    border: none;
    vertical-align: middle; }
  table.variations .label {
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding-right: 20px; }
    table.variations .label > * {
      display: inline-block;
      vertical-align: middle;
      line-height: var(--wd-text-line-height); }
    table.variations .label span {
      margin-left: 5px; }
      table.variations .label span:empty {
        display: none; }
  table.variations label {
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 600; }
    table.variations label:after {
      content: ":";
      margin-left: 2px; }
  table.variations .value {
    width: 100%; }
  table.variations select {
    max-width: 260px; }

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: var(--content-align); }
  .woocommerce-variation-add-to-cart > * {
    flex: 1 1 100%; }

.wd-reset-var {
  --wd-reset-btn-space: 10px;
  display: inline-block;
  vertical-align: middle; }

.reset_variations {
  display: inline-flex !important;
  align-items: center;
  color: var(--color-gray-500);
  vertical-align: middle;
  font-size: 12px;
  opacity: 0 !important;
  visibility: hidden !important; }
  .reset_variations:before {
    margin-right: 3px;
    content: "\f112";
    font-family: "woodmart-font"; }
  .reset_variations:hover {
    color: var(--color-gray-900); }
  .variation-swatch-selected .reset_variations {
    visibility: visible !important;
    opacity: 1 !important; }

.woocommerce-variation {
  animation: wd-fadeInBottomShort .3s ease; }
  .woocommerce-variation > div {
    margin-bottom: 20px; }
    .woocommerce-variation > div:empty {
      display: none; }

.woocommerce-variation-price,
.woocommerce-variation-availability {
  display: inline-block;
  vertical-align: middle; }

.woocommerce-variation-price .price {
  font-size: 110%; }

.woocommerce-variation-price:not(:empty) + .woocommerce-variation-availability {
  margin-left: 15px; }

.text-center table.variations tbody,
.text-center table.variations tr,
.text-right table.variations tbody,
.text-right table.variations tr {
  display: block; }

.wd-price-outside .woocommerce-variation-price {
  display: none; }

.wd-price-outside .woocommerce-variation .woocommerce-variation-availability {
  margin-left: 0; }

.wd-checkout-steps {
  margin-bottom: 0; }
  .wd-checkout-steps li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--wd-title-color);
    text-transform: uppercase;
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-size: 22px;
    font-family: var(--wd-title-font);
    line-height: 1.2; }
    .wd-checkout-steps li a {
      display: inline-block;
      color: inherit;
      opacity: .7; }
      .wd-checkout-steps li a:hover {
        color: inherit;
        opacity: 1; }
    .wd-checkout-steps li > span {
      opacity: .7; }
    .wd-checkout-steps li span {
      position: relative;
      display: block; }
    .wd-checkout-steps li:after {
      margin: 0 15px;
      font-weight: 400;
      font-size: 85%;
      opacity: .7;
      content: "\f120";
      font-family: "woodmart-font"; }
    .wd-checkout-steps li:last-child:after {
      content: none; }
  .wd-checkout-steps .step-active a,
  .wd-checkout-steps .step-active > span {
    opacity: 1; }

.woocommerce-order-details__title,
.woocommerce-column__title {
  text-transform: uppercase;
  font-size: 22px; }

.woocommerce-table--order-details :is(
th,
td) {
  max-width: 50%;
  width: 50%; }

.woocommerce-table--order-details tfoot tr:last-child th {
  text-transform: uppercase;
  font-size: 20px; }

.woocommerce-table--order-details tfoot tr:last-child td > .amount {
  display: block;
  font-size: 20px; }

.woocommerce-order-details {
  margin-top: 40px; }
  .woocommerce-order-details .responsive-table {
    margin-bottom: 50px; }
  .woocommerce-order-details :is(
  address,
  .woocommerce-column__title) {
    text-align: start; }

[class*="woocommerce-customer-details--"] {
  margin-bottom: 0; }

#shipping_method {
  margin-bottom: 0; }
  #shipping_method input.shipping_method {
    position: relative;
    top: 4px;
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 7px; }
  #shipping_method label {
    margin-bottom: 0; }

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

.wd-shop-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%; }
  .wd-shop-tools > * {
    margin-bottom: 10px;
    margin-right: 30px;
    vertical-align: middle; }
    .wd-shop-tools > *:last-child {
      margin-inline-end: 0; }

.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 .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: .7; }
  .login-form-footer .woocommerce-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); }

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

.wd-quantity-overlap {
  --quantity-space: 80px; }
  .wd-quantity-overlap div.quantity {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    filter: brightness(0.95);
    transform: translate3d(0, 0, 0); }
    .wd-quantity-overlap div.quantity input[type] {
      height: 100%;
      border: none;
      background-color: var(--btn-accented-bgcolor);
      box-shadow: var(--btn-accented-box-shadow);
      color: var(--btn-accented-color);
      transition: all .25s ease; }
      .wd-quantity-overlap div.quantity input[type]:hover {
        filter: brightness(0.95); }
    .wd-quantity-overlap div.quantity input[type="button"] {
      min-width: 25px;
      border-radius: 0; }
  .wd-quantity-overlap div.quantity:not(.hidden) + .button,
  .wd-quantity-overlap div.quantity:not(.hidden) + link + .button,
  .wd-quantity-overlap div.quantity:not(.hidden) + link + link + .button {
    padding-left: var(--quantity-space); }
    .wd-quantity-overlap div.quantity:not(.hidden) + .button:before,
    .wd-quantity-overlap div.quantity:not(.hidden) + link + .button:before,
    .wd-quantity-overlap div.quantity:not(.hidden) + link + link + .button:before {
      left: var(--quantity-space); }
    .wd-quantity-overlap div.quantity:not(.hidden) + .button:after,
    .wd-quantity-overlap div.quantity:not(.hidden) + link + .button:after,
    .wd-quantity-overlap div.quantity:not(.hidden) + link + link + .button:after {
      left: calc(50% + var(--quantity-space) / 2); }
  .wd-quantity-overlap div.quantity:not(.hidden) + .single_add_to_cart_button {
    padding-left: calc(20px + var(--quantity-space)); }
  .wd-quantity-overlap :is(
  div,
  .cart):hover > div.quantity input[type],
  .wd-quantity-overlap :is(
  div,
  .cart):hover > div.quantity + .button {
    background-color: var(--btn-accented-bgcolor-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    color: var(--btn-accented-color-hover); }
  .wd-quantity-overlap :is(
  div,
  .cart):active > div.quantity {
    bottom: var(--btn-accented-bottom-active); }
    .wd-quantity-overlap :is(
    div,
    .cart):active > div.quantity input[type],
    .wd-quantity-overlap :is(
    div,
    .cart):active > div.quantity + .button {
      box-shadow: var(--btn-accented-box-shadow-active); }
  .wd-quantity-overlap div.quantity:active {
    bottom: 0 !important; }
    .wd-quantity-overlap div.quantity:active input[type],
    .wd-quantity-overlap div.quantity:active + .button {
      box-shadow: var(--btn-accented-box-shadow) !important; }

.wd-hint {
  --wd-hint-bg: var(--wd-primary-color);
  --wd-hint-color: #FFF;
  --wd-hint-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  cursor: help; }
  .wd-hint:before {
    content: "?";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45em;
    height: 1.45em;
    border-radius: 50%;
    background-color: var(--wd-hint-bg);
    color: var(--wd-hint-color);
    font-weight: 600;
    font-size: var(--wd-hint-size); }

.wd-plan-footer .add-to-cart-loop:before, .hotspot-content .add_to_cart_button:before, .single_add_to_cart_button:before, .popup-quick-view .wd-scroll-content > a:before, .wd-compare-table .add_to_cart_button:before, .wd-wishlist-rename-save:before, .wd-wishlist-save-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: inherit;
  box-shadow: inherit;
  transition: opacity 0s ease; }

.wd-plan-footer .add-to-cart-loop:after, .hotspot-content .add_to_cart_button:after, .single_add_to_cart_button:after, .popup-quick-view .wd-scroll-content > a:after, .wd-compare-table .add_to_cart_button:after, .wd-wishlist-rename-save:after, .wd-wishlist-save-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid transparent;
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle; }

.wd-plan-footer .loading.add-to-cart-loop:before, .hotspot-content .loading.add_to_cart_button:before, .loading.single_add_to_cart_button:before, .popup-quick-view .wd-scroll-content > a.loading:before, .wd-compare-table .loading.add_to_cart_button:before, .loading.wd-wishlist-rename-save:before, .loading.wd-wishlist-save-btn:before {
  opacity: 1;
  transition: opacity .25s ease; }

.wd-plan-footer .loading.add-to-cart-loop:after, .hotspot-content .loading.add_to_cart_button:after, .loading.single_add_to_cart_button:after, .popup-quick-view .wd-scroll-content > a.loading:after, .wd-compare-table .loading.add_to_cart_button:after, .loading.wd-wishlist-rename-save:after, .loading.wd-wishlist-save-btn:after {
  opacity: 1;
  transition: opacity .25s ease;
  animation: wd-rotate 450ms infinite linear; }

.wd-filter-list .count, .widget_product_categories .count {
  padding-right: 5px;
  padding-left: 5px;
  min-width: 30px;
  height: 20px;
  border: 1px solid var(--brdcolor-gray-300);
  border-radius: 35px;
  color: var(--color-gray-500);
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease; }

.wd-filter-list .wc-layered-nav-term a:hover + .count, .wd-filter-list .wc-layered-nav-term.wd-active .count, .widget_product_categories .product-categories li a:hover + .count, .widget_product_categories .product-categories li.current-cat > .count {
  color: #FFF;
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color); }

.widget_layered_nav ul li a:before, .wd-widget-stock-status a:before {
  content: "";
  display: inline-block;
  margin-top: -.2em;
  margin-inline-end: 8px;
  width: 1em;
  height: 1em;
  border: 2px solid var(--brdcolor-gray-300);
  vertical-align: middle;
  transition: all .2s ease; }

.widget_layered_nav ul li a:after, .wd-widget-stock-status a:after {
  position: absolute;
  top: .4em;
  inset-inline-start: .2em;
  color: #FFF;
  font-weight: 400;
  font-size: .7em;
  opacity: 0;
  content: "\f107";
  font-family: "woodmart-font"; }

.widget_layered_nav ul li a:hover:before, .wd-widget-stock-status a:hover:before {
  border-color: var(--wd-primary-color); }

.widget_layered_nav ul .chosen a:before {
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color); }

.widget_layered_nav ul .chosen 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_layered_nav_filters a {
  display: inline-flex;
  align-items: center;
  color: var(--color-gray-800);
  font-weight: 600; }
  .widget_layered_nav_filters a .amount {
    margin-inline-start: 3px; }
  .widget_layered_nav_filters a:before {
    margin-inline-end: .3em;
    font-weight: 400;
    content: "\f112";
    font-family: "woodmart-font"; }
  .widget_layered_nav_filters a:hover {
    color: var(--color-gray-500); }

.widget_layered_nav ul li {
  display: flex;
  align-items: center; }
  .widget_layered_nav ul li a {
    position: relative;
    flex: 1 1 auto;
    padding-inline-end: 10px; }

.widget_layered_nav ul .chosen a {
  color: var(--color-gray-800);
  font-weight: 600; }

.widget_layered_nav ul .count {
  color: var(--color-gray-300); }

.wd-filter-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px; }

.wd-filter-list a {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px; }

.wd-filter-list .count {
  margin-inline-start: 5px; }

.wd-filter-list .wc-layered-nav-term.wd-active a {
  color: var(--color-gray-800);
  font-weight: 600; }

.wd-filter-list.wd-scroll-content {
  padding-inline-end: 5px; }

:is(
.wd-widget-layered-nav-dropdown-form,
.woocommerce-widget-layered-nav-dropdown) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  :is(
  .wd-widget-layered-nav-dropdown-form,
  .woocommerce-widget-layered-nav-dropdown) select[multiple="multiple"] {
    overflow: hidden;
    background-image: none; }
    :is(
    .wd-widget-layered-nav-dropdown-form,
    .woocommerce-widget-layered-nav-dropdown) select[multiple="multiple"] option {
      margin-top: 9px;
      padding: 0;
      background-color: transparent; }
      :is(
      .wd-widget-layered-nav-dropdown-form,
      .woocommerce-widget-layered-nav-dropdown) select[multiple="multiple"] option:not(:first-child) {
        display: none; }

:is(
.wd-widget-layered-nav-dropdown__submit,
.woocommerce-widget-layered-nav-dropdown__submit) {
  margin-top: 20px;
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px; }

.woodmart-price-filter .amount {
  color: inherit;
  font-weight: inherit; }

.woodmart-price-filter .current-state {
  color: var(--color-gray-800);
  font-weight: 600; }
  .woodmart-price-filter .current-state .amount {
    font-weight: 600; }

.login-see-prices .woodmart-price-filter {
  display: none; }

.widget_product_categories .widget-title {
  margin-bottom: 10px; }

.widget_product_categories .product-categories {
  margin-bottom: -5px; }
  .widget_product_categories .product-categories li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .widget_product_categories .product-categories li a {
      display: block;
      flex: 1 1 calc(100% - 40px);
      padding-top: 8px;
      padding-bottom: 8px;
      padding-inline-end: 5px;
      width: calc(100% - 40px);
      text-decoration: none; }
    .widget_product_categories .product-categories li.current-cat > a {
      color: var(--color-gray-800);
      font-weight: 600; }

.widget_product_categories .children {
  flex: 1 1 auto;
  margin-top: 0;
  padding-inline-start: 15px;
  width: 100%; }

.widget_product_categories .count {
  flex: 0 0 auto; }

.widget_product_categories .wd-cats-toggle {
  position: absolute;
  top: 7px;
  inset-inline-end: -25px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #bbb;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  transition: all .25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .widget_product_categories .wd-cats-toggle:after {
    content: "\f129";
    font-family: "woodmart-font"; }
  .widget_product_categories .wd-cats-toggle.toggle-active {
    transform: rotate(180deg); }
    .rtl .widget_product_categories .wd-cats-toggle.toggle-active {
      transform: rotate(-180deg); }
  .widget_product_categories .wd-cats-toggle:hover, .widget_product_categories .wd-cats-toggle.toggle-active {
    background-color: var(--bgcolor-gray-300);
    color: var(--bgcolor-gray-500); }

.categories-accordion-on .widget_product_categories .product-categories {
  padding-inline-end: 25px; }
  .categories-accordion-on .widget_product_categories .product-categories li {
    align-items: flex-start; }

.categories-accordion-on .widget_product_categories .count {
  margin-top: 8px; }

.categories-accordion-on .widget_product_categories .children {
  display: none; }

.categories-accordion-on .widget_product_categories :is(
.current-cat-parent,
.current-cat) > .children {
  display: block; }

.widget_rating_filter .wc-layered-nav-rating a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-gray-300); }

.widget_recent_reviews .product-title {
  transition: all .25s ease; }

.woocommerce-mini-cart > li {
  position: relative;
  display: flex;
  align-items: flex-start; }
  .woocommerce-mini-cart > li a {
    margin-bottom: 0; }

.woocommerce-mini-cart .remove {
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--color-gray-800);
  text-align: center;
  font-size: 0;
  line-height: 20px; }
  .woocommerce-mini-cart .remove:after {
    font-size: 10px;
    content: "\f112";
    font-family: "woodmart-font"; }
  .woocommerce-mini-cart .remove:hover {
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.woocommerce-mini-cart .blockOverlay {
  display: none !important; }

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

.cart-item-image {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 15px; }
  .cart-item-image img {
    float: none !important;
    margin-right: 0 !important;
    transition: opacity .6s ease; }
  .cart-item-image:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -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; }
  .removing-process .cart-item-image:after,
  .wd-loading .cart-item-image:after {
    opacity: 1;
    animation: wd-rotate 450ms infinite linear; }
  .removing-process .cart-item-image img,
  .wd-loading .cart-item-image img {
    opacity: .2; }

.cart-info {
  flex: 1 1 auto;
  padding-right: 20px; }
  .cart-info .wd-entities-title {
    transition: all .25s ease; }
    .cart-info .wd-entities-title p {
      margin-top: 5px;
      margin-bottom: 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 .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: .6;
    cursor: none;
    pointer-events: none; }
  .cart-info .wd-product-sku {
    margin-bottom: 5px;
    font-size: 90%;
    word-break: break-all; }
    .cart-info .wd-product-sku .wd-label {
      color: var(--color-gray-800);
      font-weight: 600; }

.shopping-cart-widget-footer > * {
  margin-bottom: 10px; }
  .shopping-cart-widget-footer > *:last-child {
    margin-bottom: 0; }

.shopping-cart-widget-footer .woocommerce-mini-cart__total {
  margin-bottom: 0; }

.woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 130%;
  border-top: 1px solid var(--brdcolor-gray-300); }
  .woocommerce-mini-cart__total strong {
    color: var(--color-gray-900); }
  .woocommerce-mini-cart__total .woocommerce-Price-amount {
    flex-grow: 1;
    text-align: right; }
  .woocommerce-mini-cart__total .tax_label {
    margin-inline-start: 5px; }

.woocommerce-mini-cart__buttons {
  display: block;
  text-align: center; }
  .woocommerce-mini-cart__buttons > * {
    margin-bottom: 10px; }
    .woocommerce-mini-cart__buttons > *:last-child {
      margin-bottom: 0; }
  .woocommerce-mini-cart__buttons a {
    width: 100%; }
  .woocommerce-mini-cart__buttons .btn-cart {
    border-radius: var(--btn-default-brd-radius);
    color: var(--btn-default-color);
    box-shadow: var(--btn-default-box-shadow);
    background-color: var(--btn-default-bgcolor);
    text-transform: var(--btn-default-transform, var(--btn-transform));
    font-weight: var(--btn-default-font-weight, var(--btn-font-weight));
    font-family: var(--btn-default-font-family, var(--btn-font-family));
    font-style: var(--btn-default-font-style, var(--btn-font-style)); }
    .woocommerce-mini-cart__buttons .btn-cart:hover {
      color: var(--btn-default-color-hover);
      box-shadow: var(--btn-default-box-shadow-hover);
      background-color: var(--btn-default-bgcolor-hover); }
    .woocommerce-mini-cart__buttons .btn-cart:active {
      box-shadow: var(--btn-default-box-shadow-active);
      bottom: var(--btn-default-bottom-active); }
  .woocommerce-mini-cart__buttons .checkout {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style)); }
    .woocommerce-mini-cart__buttons .checkout:hover {
      color: var(--btn-accented-color-hover);
      box-shadow: var(--btn-accented-box-shadow-hover);
      background-color: var(--btn-accented-bgcolor-hover); }
    .woocommerce-mini-cart__buttons .checkout:active {
      box-shadow: var(--btn-accented-box-shadow-active);
      bottom: var(--btn-accented-bottom-active); }

.wd-empty-mini-cart {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  .wd-empty-mini-cart:before {
    display: block;
    margin-bottom: 20px;
    color: var(--color-gray-200);
    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); }

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

.login-see-prices .widget_price_filter,
.widget_price_filter #min_price,
.widget_price_filter #max_price {
  display: none; }

.widget_price_filter [class*="price_slider_amount"] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px; }
  .widget_price_filter [class*="price_slider_amount"] .button {
    order: 2;
    margin-bottom: 10px;
    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;
    margin-bottom: 10px;
    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; }
  .widget_price_filter .ui-slider-horizontal:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 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; }

.woocommerce-ordering-list .selected-order {
  color: var(--color-gray-800);
  font-weight: 600; }

.wd-widget-stock-status a {
  display: block;
  position: relative; }

.wd-widget-stock-status a.wd-active {
  color: var(--color-gray-800);
  font-weight: 600; }
  .wd-widget-stock-status a.wd-active:before {
    background-color: var(--wd-primary-color);
    border-color: var(--wd-primary-color); }
  .wd-widget-stock-status a.wd-active:after {
    opacity: 1; }

.upsells-widget .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .upsells-widget .product_list_widget > li {
    flex: 0 1 50%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    max-width: 50%;
    border: none; }
    .upsells-widget .product_list_widget > li img {
      float: none;
      margin-inline-end: 0;
      max-width: 100%; }

.upsells-widget .product-small-inner {
  position: relative;
  text-align: center; }

.upsells-widget .small-product-info {
  padding: 10px; }

.woodmart-user-panel .woodmart-user-panel {
  display: flex;
  font-size: 110%; }

.woodmart-user-panel > a {
  margin-inline-start: 5px;
  font-weight: 600; }

.woodmart-user-panel .user-avatar {
  flex: 0 0 auto;
  margin-inline-end: 15px; }
  .woodmart-user-panel .user-avatar img {
    max-width: 60px;
    border-radius: 50%; }

.woodmart-user-panel .user-info {
  flex: 1 1 auto; }
  .woodmart-user-panel .user-info > span {
    display: block;
    margin-bottom: 10px; }
  .woodmart-user-panel .user-info strong {
    color: var(--color-gray-800); }

body .select2-container--default {
  min-height: 42px; }
  body .select2-container--default .select2-selection {
    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);
    transition: border-color .4s ease; }
    body .select2-container--default .select2-selection:focus {
      outline: none; }
  body .select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px;
    text-align: left;
    font-size: 14px;
    line-height: 38px; }
    body .select2-container--default .select2-selection--single .select2-selection__rendered {
      display: inline;
      padding-right: 0 !important;
      padding-left: 0 !important;
      color: var(--wd-form-color);
      line-height: 1.4; }
    body .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: inherit; }
    body .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 8px;
      right: 10px !important;
      background-image: var(--wd-form-chevron);
      background-position: right 1px top 50%;
      background-size: auto 18px;
      background-repeat: no-repeat; }
      body .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
    body .select2-container--default .select2-selection--single .select2-selection__clear {
      position: absolute;
      top: calc(50% - 6px);
      right: 35px;
      font-size: 0;
      line-height: 1; }
      body .select2-container--default .select2-selection--single .select2-selection__clear:before {
        color: #bbb;
        font-weight: 400;
        font-size: 12px;
        content: "\f112";
        font-family: "woodmart-font"; }
  body .select2-container--default .select2-selection--multiple {
    min-height: 42px; }
    body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      display: block;
      margin-bottom: 9px;
      padding: 0 15px; }
      body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        margin-top: 9px;
        margin-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 8px;
        padding-left: 6px;
        border: none;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.05);
        color: var(--wd-form-color);
        font-weight: 600;
        font-size: 12px; }
      body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
        margin-top: -4px;
        margin-right: 4px;
        color: inherit;
        vertical-align: middle;
        font-weight: 400;
        font-size: 16px;
        line-height: 12px; }
      body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
        display: inline-block;
        margin: 0;
        margin-top: 9px;
        line-height: 1; }
        body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
          max-width: 50%;
          height: auto; }
  body .select2-container--default .select2-search--dropdown {
    position: relative;
    padding: 18px;
    border-bottom: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    background-color: var(--wd-form-bg); }
    body .select2-container--default .select2-search--dropdown .select2-search__field {
      position: relative;
      z-index: 2;
      padding: 0 15px;
      height: 42px;
      border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
      background-color: var(--bgcolor-white);
      background-image: none;
      color: #777; }
    body .select2-container--default .select2-search--dropdown:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.05); }
    body .select2-container--default .select2-search--dropdown:after {
      position: absolute;
      top: calc(50% - 9px);
      z-index: 3;
      right: 30px;
      color: var(--color-gray-300);
      font-size: 18px;
      line-height: 1;
      content: "\f130";
      font-family: "woodmart-font"; }
  body .select2-container--default .select2-results {
    background-color: var(--wd-form-bg); }
  body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg); }
  body .select2-container--default .select2-dropdown {
    z-index: 100000;
    border-width: var(--wd-form-brd-width);
    border-color: var(--wd-form-brd-color);
    border-radius: 0;
    background-color: var(--bgcolor-white); }
  body .select2-container--default .select2-results__option {
    color: var(--wd-form-color);
    padding: 10px 18px;
    transition: all .1s ease; }
    body .select2-container--default .select2-results__option:focus {
      outline: none; }
  body .select2-container--default .select2-results__option[data-selected=true] {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--wd-form-color);
    font-weight: 600; }
  body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--wd-primary-color);
    color: #FFF; }
  body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: var(--wd-form-brd-width);
    border-color: var(--wd-form-brd-color); }

body .select2-results__options {
  --li-mb: 0; }

.form-style-underlined .select2-container--default .select2-selection {
  padding-right: 0;
  padding-left: 0;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none; }
  .form-style-underlined .select2-container--default .select2-selection .select2-selection__arrow {
    right: 0 !important; }

.form-style-underlined .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0; }

.form-style-underlined .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-top: none;
  border-right: none;
  border-left: none; }

.form-style-underlined .select2-container--open .select2-dropdown--above {
  border-bottom-style: solid; }

body #colorbox,
body #cboxWrapper {
  overflow: visible;
  transform: none; }

#colorbox {
  margin-top: 15px;
  pointer-events: none; }

#cboxWrapper {
  display: flex;
  align-items: center;
  justify-content: center; }

#cboxContent {
  pointer-events: auto;
  background-color: transparent; }

#cboxLoadedContent {
  margin: 0; }

.cboxIframe {
  background-color: var(--bgcolor-white); }

#cboxLoadingGraphic {
  z-index: 340 !important;
  background: none;
  animation: wd-FadeInLoader .6s ease forwards; }
  #cboxLoadingGraphic:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    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; }

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none; }

#cboxClose {
  text-indent: 0; }

.wd-cat-inner {
  position: relative;
  overflow: hidden;
  border-radius: var(--wd-brd-radius); }
  .browser-Safari .wd-cat-inner {
    transform: translate3d(0, 0, 0); }

.wd-cat-thumb {
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
  .wd-cat-thumb img {
    width: 100%; }

.wd-cat:hover .wd-cat-thumb {
  transform: scale3d(1.1, 1.1, 1); }

.wd-cat .wd-entities-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px; }

.categories-style-masonry-first:not([style]) {
  display: block; }
  .categories-style-masonry-first:not([style]):after {
    content: "";
    display: block;
    clear: both; }
  .categories-style-masonry-first:not([style]) .product-category {
    float: left; }

.categories-style-carousel :is(
.owl-stage-outer,
.wd-owl:not(.owl-loaded)) {
  padding-top: 2px;
  padding-bottom: 2px; }

.cat-design-mask-subcat .wd-cat-content {
  display: inline-flex;
  flex-direction: column;
  padding: 30px;
  max-height: 100%; }

.cat-design-mask-subcat .wd-cat-header {
  display: flex;
  align-items: flex-start; }

.cat-design-mask-subcat .wd-entities-title {
  margin-inline-end: 8px; }

.cat-design-mask-subcat .wd-cat-count {
  margin-top: -5px;
  padding: 3px 8px;
  min-width: 25px;
  border-radius: 15px;
  background-color: #FFF;
  color: #333;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  flex-shrink: 0; }

.cat-design-mask-subcat .wd-cat-footer {
  flex: 1 1 auto;
  margin-top: 10px;
  max-height: none;
  padding-inline-end: 5px; }

.cat-design-mask-subcat.color-scheme-light .wd-cat-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); }

.category-grid-item {
  text-align: center; }
  .category-grid-item img {
    width: 100%; }
  .category-grid-item .hover-mask {
    padding: 10px; }
  .category-grid-item .category-image-wrapp {
    position: relative;
    overflow: hidden;
    border-radius: var(--wd-brd-radius); }
    .browser-Safari .category-grid-item .category-image-wrapp {
      transform: translate3d(0, 0, 0); }
  .category-grid-item .category-image {
    display: block;
    margin: -1px;
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
  .category-grid-item:hover .category-image {
    transform: scale3d(1.1, 1.1, 1); }
  .category-grid-item .wd-entities-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px; }
  .category-grid-item .count {
    display: none;
    padding: 0;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.25); }
  .category-grid-item .more-products > a {
    color: inherit; }
  .category-grid-item .wrapp-category {
    position: relative;
    border-radius: var(--wd-brd-radius); }
  .category-grid-item .category-link {
    z-index: 5; }

.wd-img-width .cat-design-alt .category-image-wrapp {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wd-cat-img-width); }

.products:not(.wd-img-width) .cat-design-alt img {
  width: auto; }

.cat-design-alt.categories-with-shadow .category-image-wrapp {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12); }

.wd-nav-product-cat {
  flex: 1 1 100%; }
  .wd-nav-product-cat > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px; }
  .wd-nav-product-cat .nav-link-count {
    display: block;
    margin-top: 5px;
    color: var(--color-gray-400);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px; }
  .wd-nav-product-cat .wd-sub-menu {
    --sub-menu-color: var(--nav-color);
    --sub-menu-color-hover: var(--nav-color-hover); }
    .wd-nav-product-cat .wd-sub-menu li a {
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: 600; }
  .wd-nav-product-cat.has-product-count .wd-nav-img, .wd-nav-product-cat.has-product-count .mega-menu-list img, .mega-menu-list .wd-nav-product-cat.has-product-count img {
    max-height: 40px;
    margin-inline-end: 10px; }
  .wd-nav-product-cat.has-product-count picture.wd-nav-img img {
    max-height: 40px; }
  .wd-nav-product-cat .shop-all-link {
    display: none !important; }
    .wd-nav-product-cat .shop-all-link a:before {
      font-weight: 400;
      font-size: 40px;
      line-height: 1;
      margin-inline-end: 10px;
      content: "\f122";
      font-family: "woodmart-font"; }
  .title-design-centered .wd-nav-product-cat {
    justify-content: center; }

.hasno-product-count .shop-all-link a:before {
  font-size: 16px; }

.hasno-product-count .shop-all-link .nav-link-count {
  display: none; }

.wd-btn-show-cat {
  display: none;
  font-size: 110%; }
  .wd-btn-show-cat > a {
    flex-direction: row-reverse; }
    .wd-btn-show-cat > a:before {
      content: "\f129"; }
  .wd-btn-show-cat.wd-style-text > a:before {
    font-size: 85%;
    margin-inline-start: 0.3em;
    margin-inline-end: 0 !important; }

.wd-add-btn-replace .add-to-cart-loop {
  overflow: hidden;
  padding: 0; }
  .wd-add-btn-replace .add-to-cart-loop .wd-tooltip-label {
    display: none; }
  .wd-add-btn-replace .add-to-cart-loop span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    transition: transform .25s ease, opacity .15s ease; }
  .wd-add-btn-replace .add-to-cart-loop:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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%);
    content: "\f123";
    font-family: "woodmart-font"; }
  .wd-add-btn-replace .add-to-cart-loop:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -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; }
  .wd-add-btn-replace .add-to-cart-loop:hover:before {
    transform: translateY(0) translateZ(0); }
  .wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: translateY(-100%) translateZ(0); }
  .wd-add-btn-replace .add-to-cart-loop.loading:before,
  .wd-add-btn-replace .add-to-cart-loop.loading span {
    opacity: 0; }
  .wd-add-btn-replace .add-to-cart-loop.loading:after {
    opacity: 1;
    animation: wd-rotate 450ms infinite linear; }
  .product-type-simple.outofstock .wd-add-btn-replace .add-to-cart-loop:before, .wd-add-btn-replace .add-to-cart-loop.product_type_grouped:before {
    content: "\f11a";
    font-family: "woodmart-font"; }
  .wd-add-btn-replace .add-to-cart-loop.product_type_external:before {
    content: "\f11c";
    font-family: "woodmart-font"; }

.wd-hover-with-fade .product-wrapper {
  position: relative;
  transition: transform .3s ease; }

.wd-hover-with-fade .content-product-imagin {
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: 0;
  left: -15px;
  visibility: hidden;
  border: inherit;
  border-radius: var(--wd-brd-radius);
  background-color: var(--wd-prod-bg, var(--bgcolor-white));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: scale(0.98); }

.wd-hover-with-fade .fade-in-block {
  position: absolute;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0; }

.wd-hover-with-fade .product-element-bottom {
  position: relative;
  backface-visibility: hidden; }

.wd-hover-with-fade div.quick-shop-close {
  top: -5px; }

.wd-hover-with-fade.quick-shop-shown .add-to-cart-loop {
  opacity: .3;
  pointer-events: none; }

.wd-hover-with-fade.wd-fade-off :is(
.content-product-imagin,
[class*="hover-content"]) {
  display: none; }

.wd-hover-with-fade.wd-fade-off .quick-shop-close {
  top: 5px;
  right: 10px; }

.wd-hover-with-fade.wd-fade-off .product-element-bottom {
  position: static; }

.wd-hover-with-fade.wd-fade-off .fade-in-block {
  position: static;
  visibility: visible;
  padding: 5px 0 0 0 !important;
  border: none;
  opacity: 1; }
  .browser-Safari .wd-hover-with-fade.wd-fade-off .fade-in-block {
    pointer-events: visible;
    pointer-events: unset; }
  .platform-iOS .wd-hover-with-fade.wd-fade-off .fade-in-block {
    clip: rect(auto auto auto auto); }

.wd-hover-with-fade.state