@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i");
* {
  margin: 0;
  padding: 0; }

html body {
  line-height: 1.4; }

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #777;
  line-height: 1.6;
  font-size: 14px; }

body .woodmart-font-weight-100 {
  font-weight: 100; }

body .woodmart-font-weight-200 {
  font-weight: 200; }

body .woodmart-font-weight-300 {
  font-weight: 300; }

body .woodmart-font-weight-400 {
  font-weight: 400; }

body .woodmart-font-weight-500 {
  font-weight: 500; }

body .woodmart-font-weight-600 {
  font-weight: 600; }

body .woodmart-font-weight-700 {
  font-weight: 700; }

body .woodmart-font-weight-800 {
  font-weight: 800; }

body .woodmart-font-weight-900 {
  font-weight: 900; }

.clearfix {
  margin: 0 !important; }

.website-wrapper {
  overflow: hidden;
  background-color: #fff;
  position: relative; }

.woodmart-dark .website-wrapper {
  background-color: #1a1a1a; }

.main-page-wrapper {
  padding-top: 40px;
  margin-top: -40px;
  background-color: #fff; }

.woodmart-dark .main-page-wrapper {
  background-color: #1a1a1a; }

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

p {
  margin-bottom: 20px;
  line-height: 1.6; }

a {
  color: #3f3f3f;
  -webkit-transition: all .25s ease;
  transition: all 0.25s ease; }

a:focus, a:hover {
  text-decoration: none; }

a:focus {
  outline: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit; }

.woodmart-dark h1 a, .woodmart-dark h2 a, .woodmart-dark h3 a, .woodmart-dark h4 a, .woodmart-dark h5 a, .woodmart-dark h6 a {
  color: inherit; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

label {
  display: block;
  font-size: 14px;
  color: #464646;
  font-weight: 400;
  margin-bottom: 5px;
  vertical-align: middle; }

em {
  font-style: italic; }

big {
  font-size: larger; }

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

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

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

.cursor-pointer {
  cursor: pointer; }

abbr[title] {
  border: none; }

dl {
  margin-bottom: 20px; }

strong {
  font-weight: 600; }

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

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

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

ins {
  text-decoration: none; }

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

sub, sup {
  font-size: 12px;
  line-height: 1; }

var {
  font-style: italic; }

small {
  font-size: 80%; }

hr {
  width: 35px;
  border-top: 1px solid rgba(27, 27, 27, 0.6);
  margin-top: 0;
  margin-bottom: 20px; }

.color-scheme-light hr {
  border-color: rgba(255, 255, 255, 0.45); }

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

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

.without-stars .product-grid-item .star-rating {
  display: none; }

blockquote {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid;
  color: #3a3a3a; }

blockquote p {
  margin-bottom: 10px;
  font-size: 110%; }

blockquote cite {
  display: block;
  margin-top: 10px; }

blockquote cite, blockquote cite a {
  font-weight: 600;
  font-size: 14px; }

.color-scheme-light blockquote {
  border-color: rgba(255, 255, 255, 0.7); }

.color-scheme-light blockquote footer:before {
  border-color: rgba(255, 255, 255, 0.7); }

.color-scheme-light blockquote cite, .color-scheme-light blockquote cite a {
  color: #fff; }

.color-scheme-light ::-webkit-input-placeholder, .woodmart-dark ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light ::-moz-placeholder, .woodmart-dark ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light :-moz-placeholder, .woodmart-dark :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light :-ms-input-placeholder, .woodmart-dark :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.add-border {
  border-bottom: 1px solid; }

.border-width-1 {
  border-width: 1px; }

.border-width-2 {
  border-width: 2px; }

.border-width-3 {
  border-width: 3px; }

.border-width-4 {
  border-width: 4px; }

cite {
  font-style: italic; }

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

fieldset {
  border: 2px solid #E6E6E6;
  padding: 20px 40px;
  margin-bottom: 20px; }

fieldset legend {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0; }

.woodmart-dark fieldset {
  border-color: rgba(255, 255, 255, 0.25); }

ol, ul {
  line-height: 1.4; }

.img-wrapper {
  display: inline-block; }

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

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

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.35;
  margin: 0 0 5px; }

.border-radius .image-link:before {
  border-radius: 8px; }

a:hover, a:active {
  text-decoration: none; }

a:focus {
  text-decoration: none;
  outline: medium none; }

a {
  color: #3f3f3f;
  -webkit-transition: all .25s ease;
  transition: all 0.25s ease; }

:focus {
  outline: 0;
  text-decoration: none; }

.page ul, .page ol {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

ul {
  padding: 0;
  margin: 0; }

ul li {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  line-height: 1.6;
  font-size: 100%; }

.f-right, .right {
  float: right !important; }

.f-left, .left {
  float: left !important; }

.form-list .input-box {
  position: relative;
  clear: both;
  display: block;
  line-height: 30px; }

.move-below-header {
  display: none; }

.form-list select {
  width: 100%; }

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

input[type=email], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=text], input[type=password], input[type=date], select, textarea {
  width: 100%;
  max-width: 100%;
  border: 2px solid rgba(129, 129, 129, 0.2);
  background-color: transparent;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  padding: 0 15px;
  height: 42px;
  transition: border-color .5s ease;
  -webkit-transition: border-color .5s ease; }

input[type=email]:focus, input[type=search]:focus, input[type=number]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, select:focus, textarea:focus {
  outline: 0;
  border-color: rgba(129, 129, 129, 0.3);
  transition: border-color .4s ease;
  -webkit-transition: border-color .4s ease; }

input[type=radio], input[type=checkbox] {
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle; }

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

input[type=number] {
  padding: 0;
  text-align: center; }

input[type=button]:focus {
  outline: 0; }

select {
  padding-right: 30px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-size: 5px 5px,5px 5px;
  background-repeat: no-repeat; }

select::-ms-expand {
  display: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  border-color: #e6e6e6;
  -webkit-text-fill-color: #777; }

input:focus:-webkit-autofill {
  border-color: #d9d9d9; }

.color-scheme-light input[type=email], .color-scheme-light input[type=search], .color-scheme-light input[type=number], .color-scheme-light input[type=url], .color-scheme-light input[type=tel], .color-scheme-light input[type=text], .color-scheme-light input[type=password], .color-scheme-light input[type=date], .color-scheme-light select, .color-scheme-light textarea {
  border-color: rgba(255, 255, 255, 0.25); }

.color-scheme-light input[type=email]:focus, .color-scheme-light input[type=search]:focus, .color-scheme-light input[type=number]:focus, .color-scheme-light input[type=url]:focus, .color-scheme-light input[type=tel]:focus, .color-scheme-light input[type=text]:focus, .color-scheme-light input[type=password]:focus, .color-scheme-light input[type=date]:focus, .color-scheme-light select:focus, .color-scheme-light textarea:focus {
  border-color: rgba(255, 255, 255, 0.5); }

.woodmart-dark input[type=email], .woodmart-dark input[type=search], .woodmart-dark input[type=number], .woodmart-dark input[type=url], .woodmart-dark input[type=tel], .woodmart-dark input[type=text], .woodmart-dark input[type=password], .woodmart-dark input[type=date], .woodmart-dark select, .woodmart-dark textarea {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-dark input[type=email]:focus, .woodmart-dark input[type=search]:focus, .woodmart-dark input[type=number]:focus, .woodmart-dark input[type=url]:focus, .woodmart-dark input[type=tel]:focus, .woodmart-dark input[type=text]:focus, .woodmart-dark input[type=password]:focus, .woodmart-dark input[type=date]:focus, .woodmart-dark select:focus, .woodmart-dark textarea:focus {
  border-color: rgba(255, 255, 255, 0.4); }

.form-style-rounded input[type=email], .form-style-rounded input[type=search], .form-style-rounded input[type=number], .form-style-rounded input[type=url], .form-style-rounded input[type=tel], .form-style-rounded input[type=text], .form-style-rounded input[type=password], .form-style-rounded input[type=date], .form-style-rounded select {
  border-radius: 30px; }

.form-style-rounded textarea {
  border-radius: 20px; }

.form-style-rounded .quantity input[type=number] {
  border-radius: 0; }

.form-style-rounded .quantity .minus {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }

.form-style-rounded .quantity .plus {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.form-style-rounded .select2-container--default .select2-selection--single {
  border-radius: 20px; }

.form-style-rounded .search-results-wrapper .woodmart-scroll {
  left: 20px;
  right: 20px; }

.form-style-rounded .woodmart-search-dropdown .woodmart-scroll {
  left: 0;
  right: 0; }

.form-style-rounded .shopify-ordering select {
  border-radius: 0; }

.form-style-rounded div.open-table-widget .selectric, .form-style-rounded div.open-table-widget input[type=text], .form-style-rounded div.open-table-widget select {
  border-radius: 30px; }

.form-style-rounded .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel, .form-style-rounded .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
  border-radius: 20px; }

.form-style-rounded .wcml-dropdown .wcml-cs-submenu, .form-style-rounded .widget_icl_lang_sel_widget #lang_sel ul ul, .form-style-rounded .widget_icl_lang_sel_widget #lang_sel_click ul ul {
  left: 20px;
  right: 20px; }

.form-style-rounded .wcml-dropdown .wcml-cs-active-currency, .form-style-rounded .wcml-dropdown .wcml-cs-active-currency > a {
  border-radius: 20px; }

.form-style-rounded form.shopify-currency-switcher-form .dd-options, .form-style-rounded form.shopify-currency-switcher-form .dd-select {
  border-radius: 20px; }

.form-style-rounded .dokan-seller-search {
  border-radius: 30px !important; }

.loader-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: none; }

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important;
  color: inherit !important; }

.spr-icon {
  opacity: 1; }

.spr-icon:before {
  font-size: 100% !important; }

.animation-spin {
  -moz-animation: spin 20s infinite linear;
  -o-animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear; }

.float-none {
  float: none; }

.visible-tablet, .visible-phone {
  display: none; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.added_to_cart, .btn-button, .btn, .button, [type=submit], [type=button], button {
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px;
  background-color: #f3f3f3;
  color: #3E3E3E;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease; }

.added_to_cart:focus, .added_to_cart:hover, .btn-button:focus, .btn-button:hover, .btn:focus, .btn:hover, .button:focus, .button:hover, [type=submit]:focus, [type=submit]:hover, [type=button]:focus, [type=button]:hover, button:focus, button:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #3E3E3E; }

.added_to_cart:hover, .btn-button:hover, .btn:hover, .button:hover, [type=submit]:hover, [type=button]:hover, button:hover {
  text-decoration: none; }

.added_to_cart:focus, .btn-button:focus, .btn:focus, .button:focus, [type=submit]:focus, [type=button]:focus, button:focus {
  outline: 0; }

.added_to_cart i, .btn-button i, .btn i, .button i, [type=submit] i, [type=button] i, button i {
  margin-left: 3px; }

.added_to_cart[disabled], .btn-button[disabled], .btn[disabled], .button[disabled], [type=submit][disabled], [type=button][disabled], button[disabled] {
  opacity: 0.6 !important; }

.added_to_cart.btn-color-default, .btn-button.btn-color-default, .btn.btn-color-default, .button.btn-color-default, [type=submit].btn-color-default, [type=button].btn-color-default, button.btn-color-default {
  background-color: #f3f3f3;
  color: #3E3E3E; }

.added_to_cart.btn-color-default:focus, .added_to_cart.btn-color-default:hover, .btn-button.btn-color-default:focus, .btn-button.btn-color-default:hover, .btn.btn-color-default:focus, .btn.btn-color-default:hover, .button.btn-color-default:focus, .button.btn-color-default:hover, [type=submit].btn-color-default:focus, [type=submit].btn-color-default:hover, [type=button].btn-color-default:focus, [type=button].btn-color-default:hover, button.btn-color-default:focus, button.btn-color-default:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #3E3E3E; }

.added_to_cart.btn-color-black, .btn-button.btn-color-black, .btn.btn-color-black, .button.btn-color-black, [type=submit].btn-color-black, [type=button].btn-color-black, button.btn-color-black {
  background-color: #212121;
  color: #fff; }

.added_to_cart.btn-color-black:focus, .added_to_cart.btn-color-black:hover, .btn-button.btn-color-black:focus, .btn-button.btn-color-black:hover, .btn.btn-color-black:focus, .btn.btn-color-black:hover, .button.btn-color-black:focus, .button.btn-color-black:hover, [type=submit].btn-color-black:focus, [type=submit].btn-color-black:hover, [type=button].btn-color-black:focus, [type=button].btn-color-black:hover, button.btn-color-black:focus, button.btn-color-black:hover {
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.added_to_cart.btn-color-white, .btn-button.btn-color-white, .btn.btn-color-white, .button.btn-color-white, [type=submit].btn-color-white, [type=button].btn-color-white, button.btn-color-white {
  background-color: #fff;
  color: #333; }

.added_to_cart.btn-color-white:focus, .added_to_cart.btn-color-white:hover, .btn-button.btn-color-white:focus, .btn-button.btn-color-white:hover, .btn.btn-color-white:focus, .btn.btn-color-white:hover, .button.btn-color-white:focus, .button.btn-color-white:hover, [type=submit].btn-color-white:focus, [type=submit].btn-color-white:hover, [type=button].btn-color-white:focus, [type=button].btn-color-white:hover, button.btn-color-white:focus, button.btn-color-white:hover {
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .9; }

.added_to_cart.btn-color-alt, .btn-button.btn-color-alt, .btn.btn-color-alt, .button.btn-color-alt, [type=submit].btn-color-alt, [type=button].btn-color-alt, button.btn-color-alt {
  color: #fff; }

.added_to_cart.btn-color-alt:focus, .added_to_cart.btn-color-alt:hover, .btn-button.btn-color-alt:focus, .btn-button.btn-color-alt:hover, .btn.btn-color-alt:focus, .btn.btn-color-alt:hover, .button.btn-color-alt:focus, .button.btn-color-alt:hover, [type=submit].btn-color-alt:focus, [type=submit].btn-color-alt:hover, [type=button].btn-color-alt:focus, [type=button].btn-color-alt:hover, button.btn-color-alt:focus, button.btn-color-alt:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

.added_to_cart.btn-color-primary, .btn-button.btn-color-primary, .btn.btn-color-primary, .button.btn-color-primary, [type=submit].btn-color-primary, [type=button].btn-color-primary, button.btn-color-primary {
  color: #fff; }

.added_to_cart.btn-color-primary:focus, .added_to_cart.btn-color-primary:hover, .btn-button.btn-color-primary:focus, .btn-button.btn-color-primary:hover, .btn.btn-color-primary:focus, .btn.btn-color-primary:hover, .button.btn-color-primary:focus, .button.btn-color-primary:hover, [type=submit].btn-color-primary:focus, [type=submit].btn-color-primary:hover, [type=button].btn-color-primary:focus, [type=button].btn-color-primary:hover, button.btn-color-primary:focus, button.btn-color-primary:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.added_to_cart.btn-style-bordered, .btn-button.btn-style-bordered, .btn.btn-style-bordered, .button.btn-style-bordered, [type=submit].btn-style-bordered, [type=button].btn-style-bordered, button.btn-style-bordered {
  background-color: transparent;
  border-width: 2px; }

.added_to_cart.btn-style-bordered:focus, .added_to_cart.btn-style-bordered:hover, .btn-button.btn-style-bordered:focus, .btn-button.btn-style-bordered:hover, .btn.btn-style-bordered:focus, .btn.btn-style-bordered:hover, .button.btn-style-bordered:focus, .button.btn-style-bordered:hover, [type=submit].btn-style-bordered:focus, [type=submit].btn-style-bordered:hover, [type=button].btn-style-bordered:focus, [type=button].btn-style-bordered:hover, button.btn-style-bordered:focus, button.btn-style-bordered:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.added_to_cart.btn-style-link, .btn-button.btn-style-link, .btn.btn-style-link, .button.btn-style-link, [type=submit].btn-style-link, [type=button].btn-style-link, button.btn-style-link {
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent; }

.added_to_cart.btn-style-link:focus, .added_to_cart.btn-style-link:hover, .btn-button.btn-style-link:focus, .btn-button.btn-style-link:hover, .btn.btn-style-link:focus, .btn.btn-style-link:hover, .button.btn-style-link:focus, .button.btn-style-link:hover, [type=submit].btn-style-link:focus, [type=submit].btn-style-link:hover, [type=button].btn-style-link:focus, [type=button].btn-style-link:hover, button.btn-style-link:focus, button.btn-style-link:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.added_to_cart.btn-style-round, .btn-button.btn-style-round, .btn.btn-style-round, .button.btn-style-round, [type=submit].btn-style-round, [type=button].btn-style-round, button.btn-style-round {
  border-radius: 35px; }

.added_to_cart.btn-style-3d, .btn-button.btn-style-3d, .btn.btn-style-3d, .button.btn-style-3d, [type=submit].btn-style-3d, [type=button].btn-style-3d, button.btn-style-3d {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow 0s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow 0s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease,-webkit-box-shadow 0s ease; }

.added_to_cart.btn-style-3d:focus, .added_to_cart.btn-style-3d:hover, .btn-button.btn-style-3d:focus, .btn-button.btn-style-3d:hover, .btn.btn-style-3d:focus, .btn.btn-style-3d:hover, .button.btn-style-3d:focus, .button.btn-style-3d:hover, [type=submit].btn-style-3d:focus, [type=submit].btn-style-3d:hover, [type=button].btn-style-3d:focus, [type=button].btn-style-3d:hover, button.btn-style-3d:focus, button.btn-style-3d:hover {
  opacity: .8;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15); }

.added_to_cart.btn-style-3d:active, .btn-button.btn-style-3d:active, .btn.btn-style-3d:active, .button.btn-style-3d:active, [type=submit].btn-style-3d:active, [type=button].btn-style-3d:active, button.btn-style-3d:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px; }

.added_to_cart.btn-full-width, .btn-button.btn-full-width, .btn.btn-full-width, .button.btn-full-width, [type=submit].btn-full-width, [type=button].btn-full-width, button.btn-full-width {
  width: 100%; }

.btn-size-extra-small {
  font-size: 11px;
  line-height: 16px;
  padding: 6px 10px; }

.btn-size-small {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px; }

.btn-size-default {
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px; }

.btn-size-large {
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px; }

.btn-size-extra-large {
  font-size: 16px;
  line-height: 22px;
  padding: 17px 40px; }

.btn-style-bordered.btn-size-extra-small {
  font-size: 11px;
  line-height: 16px;
  padding: 4px 10px; }

.btn-style-bordered.btn-size-small {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 14px; }

.btn-style-bordered.btn-size-default {
  font-size: 13px;
  line-height: 18px;
  padding: 10px 20px; }

.btn-style-bordered.btn-size-large {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 28px; }

.btn-style-bordered.btn-size-extra-large {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 40px; }

.btn-style-bordered.btn-color-default {
  color: #333;
  border-color: #e9e9e9; }

.btn-style-bordered.btn-color-default:focus, .btn-style-bordered.btn-color-default:hover {
  color: #333;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-style-bordered.btn-color-primary:focus, .btn-style-bordered.btn-color-primary:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-style-bordered.btn-color-alt:focus, .btn-style-bordered.btn-color-alt:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-style-bordered.btn-color-black {
  border-color: #333;
  color: #333; }

.btn-style-bordered.btn-color-black:focus, .btn-style-bordered.btn-color-black:hover {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-style-bordered.btn-color-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff; }

.btn-style-bordered.btn-color-white:focus, .btn-style-bordered.btn-color-white:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  opacity: 1; }

.btn-style-link.btn-color-default {
  color: #333;
  border-color: #dfdfdf; }

.btn-style-link.btn-color-default:focus, .btn-style-link.btn-color-default:hover {
  color: #333;
  opacity: 1;
  border-color: #c5c5c5; }

.btn-style-link.btn-color-primary {
  color: #333; }

.btn-style-link.btn-color-primary:focus, .btn-style-link.btn-color-primary:hover {
  opacity: .6;
  color: #333; }

.btn-style-link.btn-color-alt {
  color: #333; }

.btn-style-link.btn-color-alt:focus, .btn-style-link.btn-color-alt:hover {
  opacity: .6;
  color: #333; }

.btn-style-link.btn-color-black {
  color: #333;
  border-color: #333; }

.btn-style-link.btn-color-black:focus, .btn-style-link.btn-color-black:hover {
  color: #333;
  border-color: #333;
  opacity: 0.6; }

.btn-style-link.btn-color-white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3); }

.btn-style-link.btn-color-white:focus, .btn-style-link.btn-color-white:hover {
  color: #fff;
  border-color: #fff;
  opacity: 1; }

.btn-style-3d.btn-color-black {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.6); }

.btn-style-3d.btn-color-black:focus, .btn-style-3d.btn-color-black:hover {
  opacity: 1; }

.btn-style-3d.btn-color-black:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px; }

.clearer::after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0px;
  overflow: hidden; }

.owl-dots {
  text-align: center; }

.owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
  zoom: 1; }

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #a0a09f;
  margin: 5px 7px;
  border-radius: 20px;
  display: block; }

.owl-dots .owl-dot.active span {
  opacity: 1;
  background: #08c; }

.icon-wishlist::before {
  content: '\e88a'; }

.template-404 .page-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 20px;
  position: relative; }

.template-404 .page-header:before {
  content: "404";
  position: absolute;
  top: -20px;
  left: 50%;
  color: #f4f4f4;
  font-size: 400px;
  line-height: 320px;
  font-weight: 700;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.template-404 .page-title {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 115px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 82px;
  line-height: 82px;
  font-weight: 900; }

.template-404 .page-content {
  text-align: center; }

.template-404 .page-content h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px; }

.template-404 .page-content p {
  font-size: 110%; }

.template-404 .page-content > .searchform {
  max-width: 400px;
  margin: 0 auto; }

.template-404.woodmart-dark .page-header:before {
  color: rgba(255, 255, 255, 0.1); }

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

.woodmart-row-gradient-enable {
  position: relative; }

.woodmart-row-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box > p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
  margin-bottom: 0; }

.snptwdgt__ftr, .fauximg-bin .snptico, .public-modal .modal-left-column .snptico-shopping-bag {
  display: none  !important; }

.snptwdgt-container-liner .fauximg-bin, .snptwdgt-container .snptwdgt__item .snpt__fauxim img {
  backface-visibility: hidden  !important; }

.snptwdgt-container .snptwdgt__item .snpt__fauximg {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s  !important;
  transition: opacity 0.3s, transform 0.3s  !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  backface-visibility: hidden  !important; }

.snptwdgt-container .snptwdgt__item:hover .snpt__fauximg {
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important; }

.widget-hotspot:hover {
  background: #f4a51c !important;
  text-decoration: none !important; }

.hotspot.hotspot--highlighted, .hotspot:hover {
  background: #f4a51c !important;
  text-decoration: none !important; }

.hotspot {
  backface-visibility: hidden !important;
  -moz-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  -webkit-transition: all 0.3s linear !important;
  text-decoration: none !important; }

.widget-hotspot {
  background: #f4a51c !important;
  color: #FFF !important;
  border-width: 3px  !important; }

.product-images-slide a.hotspot {
  border-radius: 100% !important; }

.loadr-arc-rotate-move .loader:before {
  border-color: rgba(31, 192, 160, 0.155) !important;
  opacity: 0.3 !important; }

.public-modal .image-holder__buy-button:hover .icon-shapping-bag, .public-modal .image-holder__buy-button:hover .snptico-shopping-bag {
  color: #f4a51c !important; }

.loadr-arc-rotate-move .loader:after {
  border-bottom-color: #f4a51c !important; }

.hotspot-modal {
  font-family: 'Open Sans' !important; }

.container {
  width: 95%; }

.main-page-wrapper {
  padding-top: 40px;
  margin-top: -40px;
  background-color: #fff; }

.website-wrapper {
  background-color: #fff;
  overflow: hidden;
  position: relative; }

.page-links, .woodmart-pagination {
  font-size: 0;
  clear: both; }

.page-links > a, .page-links > span:not(.page-links-title), .woodmart-pagination > a, .woodmart-pagination > span:not(.page-links-title) {
  display: inline-block;
  color: #2d2a2a;
  font-size: 14px;
  font-weight: 600;
  min-width: 32px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.page-links > a:last-child, .page-links > span:not(.page-links-title):last-child, .woodmart-pagination > a:last-child, .woodmart-pagination > span:not(.page-links-title):last-child {
  margin-right: 0; }

.page-links > span:not(.page-links-title), .woodmart-pagination > span:not(.page-links-title) {
  color: #fff;
  font-weight: 600; }

.page-links > a:focus, .page-links > a:hover, .woodmart-pagination > a:focus, .woodmart-pagination > a:hover {
  color: #2d2a2a;
  background-color: #eee; }

.woodmart-dark .page-links > a, .woodmart-dark .page-links > span:not(.page-links-title), .woodmart-dark .woodmart-pagination > a, .woodmart-dark .woodmart-pagination > span:not(.page-links-title) {
  color: #fff; }

.woodmart-dark .page-links > a:focus, .woodmart-dark .page-links > a:hover, .woodmart-dark .woodmart-pagination > a:focus, .woodmart-dark .woodmart-pagination > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.woodmart-pagination {
  text-align: center; }

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

.page-links .page-links-title {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  color: #333;
  margin-right: 15px; }

.woodmart-dark .page-links .page-links-title {
  color: #fff; }

.google-map-container {
  position: relative; }

.google-map-container .woodmart-google-map-wrapper {
  z-index: 4; }

.google-map-container .woodmart-google-map, .google-map-container .woodmart-google-map-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.google-map-container img {
  max-width: none; }

.map-container-with-content.content-vertical-top .woodmart-google-map-content-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.map-container-with-content.content-vertical-middle .woodmart-google-map-content-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.map-container-with-content.content-vertical-bottom .woodmart-google-map-content-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.map-container-with-content.content-horizontal-left .woodmart-google-map-content-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.map-container-with-content.content-horizontal-center .woodmart-google-map-content-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.map-container-with-content.content-horizontal-right .woodmart-google-map-content-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.woodmart-google-map-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 90%;
  padding: 50px 15px;
  margin: 0 auto; }

.woodmart-google-map-content-wrap > .woodmart-google-map-content {
  padding: 30px;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  max-width: 300px;
  width: 100%;
  z-index: 6; }

.woodmart-dark .woodmart-google-map-content-wrap > .woodmart-google-map-content {
  background-color: #101010; }

.map-mask-dark {
  background-color: #000; }

.map-mask-dark .woodmart-google-map-wrapper {
  opacity: 0.6; }

.map-mask-light {
  background-color: #fff; }

.map-mask-light .woodmart-google-map-wrapper {
  opacity: 0.7; }

.table-bordered-style td, .table-bordered-style th {
  border: 1px solid #efefef; }

.color-scheme-light .table-bordered-style td, .color-scheme-light .table-bordered-style th {
  border-color: rgba(255, 255, 255, 0.4); }

table {
  width: 100%;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 1.4; }

table th {
  padding: 15px 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: #2d2a2a;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #EFEFEF; }

.color-scheme-light table th, .woodmart-dark table th {
  color: #fff; }

.color-scheme-light table th {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-dark table th {
  border-color: rgba(255, 255, 255, 0.05); }

table td {
  padding: 15px 12px;
  border: none;
  font-weight: inherit;
  text-align: left;
  border-bottom: 1px solid #E6E6E6; }

.color-scheme-light table td {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-dark table td {
  border-color: rgba(255, 255, 255, 0.05); }

table tbody th, table tfoot th {
  border-bottom: 1px solid #E6E6E6;
  text-transform: none;
  font-size: 14px; }

.color-scheme-light table tbody th, .color-scheme-light table tbody th, .color-scheme-light table tfoot th, .color-scheme-light table tfoot th {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-dark table tbody th, .woodmart-dark table tbody th, .woodmart-dark table tfoot th, .woodmart-dark table tfoot th {
  border-color: rgba(255, 255, 255, 0.05); }

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

.responsive-table table {
  margin-bottom: 0; }

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

.shop_table tr td:last-child, .shop_table tr th:last-child {
  text-align: right; }

.shop_table .variation {
  margin-top: 10px; }

tr.order-total strong .amount, tr.order-total th {
  font-size: 24px; }

tr.order-total td strong {
  display: block; }

th.product-remove, th.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 {
  font-weight: 500;
  font-size: 14px; }

td.product-name p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #777; }

td.product-price .amount {
  font-size: 14px;
  font-weight: 400;
  color: #777; }

td.product-price del {
  color: #bdbdbd; }

td.product-price del .amount {
  color: #BDBDBD;
  font-size: 90%; }

td.product-price ins {
  text-decoration: none;
  padding: 0;
  opacity: 1;
  background-color: transparent; }

td.product-subtotal span {
  font-size: 16px; }

td.product-thumbnail img {
  max-width: 80px; }

td.shopify-orders-table__cell-order-number a {
  font-weight: 600; }

td.shopify-orders-table__cell-order-actions a {
  margin-right: 5px;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px;
  color: #fff; }

td.shopify-orders-table__cell-order-actions a:focus, td.shopify-orders-table__cell-order-actions a:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

td.shopify-orders-table__cell-order-actions a:last-child {
  margin-right: 0; }

td.product-remove {
  padding: 0;
  text-align: center; }

td.product-total .amount {
  color: #777;
  font-weight: 400; }

.color-scheme-light td.product-total .amount, .woodmart-dark td.product-total .amount {
  color: #fff; }

.woodmart-dark td.product-name p {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-dark td.product-price .amount {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-dark td.product-price del {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-dark td.product-price del .amount {
  color: rgba(255, 255, 255, 0.6); }

.cart-empty {
  position: relative;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #2d2a2a;
  margin-top: 5vw;
  margin-bottom: 15px; }

.woodmart-dark .cart-empty {
  color: #fff; }

.cart-empty:before {
  content: "\f101";
  font-family: woodmart-font;
  display: block;
  color: rgba(135, 135, 135, 0.15);
  font-size: 180px;
  line-height: 180px;
  font-weight: 400;
  margin-bottom: 20px; }

.woodmart-dark .cart-empty:before {
  color: rgba(255, 255, 255, 0.6); }

.cart-empty:after {
  content: "\f10f";
  font-family: woodmart-font;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 27px;
  color: #858585;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700; }

.woodmart-dark .cart-empty:after {
  color: #fff; }

.woodmart-empty-cart-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 110%;
  line-height: 1.8; }

.woodmart-empty-cart-text + .return-to-shop {
  margin-top: 25px;
  margin-bottom: 5vw; }

.woodmart-empty-cart-text + .return-to-shop .button {
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px; }

.return-to-shop {
  text-align: center; }

.return-to-shop .button {
  color: #fff; }

.return-to-shop .button:focus, .return-to-shop .button:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.cart-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px; }

.cart-content-wrapper .cart-data-form, .cart-content-wrapper .cart-totals-section {
  padding-left: 15px;
  padding-right: 15px; }

.cart-content-wrapper .cart-data-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 100%;
  padding-top: 20px; }

.cart-content-wrapper .cart-totals-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 400px; }

.cart-totals-inner {
  border: 3px solid #EFEFEF;
  padding: 25px; }

.woodmart-dark .cart-totals-inner {
  border-color: rgba(255, 255, 255, 0.15); }

.cart-totals-inner h2 {
  margin-bottom: 5px;
  padding-left: 6px; }

.cart-totals-inner table {
  margin-bottom: 10px; }

.cart-totals-inner table tr:last-child td, .cart-totals-inner table tr:last-child th {
  border-bottom: none; }

.cart-totals-inner table .cart-subtotal .amount {
  color: #777;
  font-weight: 400; }

.woodmart-dark .cart-totals-inner table .cart-subtotal .amount {
  color: rgba(255, 255, 255, 0.8); }

.cart-totals-inner .shopify-shipping-calculator {
  margin-top: 0; }

.cart-totals-inner .shopify-shipping-calculator > p {
  margin-bottom: 0; }

.cart-totals-inner .shopify-shipping-calculator label {
  font-weight: 400; }

.cart-totals-inner .shopify-shipping-calculator .buttons-set {
  margin-top: 10px; }

.cart-totals-inner .shopify-shipping-calculator .shipping-calculator-form {
  margin-top: 20px; }

.cart-totals-inner .shopify-shipping-calculator .shipping-calculator-form .button {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px; }

.cart-totals-inner .shipping-calculator-button {
  font-weight: 600; }

.cart-totals-inner .checkout-button {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  width: 100%; }

.cart-totals-inner .checkout-button:focus, .cart-totals-inner .checkout-button:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.cart-actions {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.cart-actions:after, .cart-actions:before {
  content: none; }

.cart-actions > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto; }

.cart-actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.cart-actions .coupon label {
  display: none; }

.cart-actions .coupon .input-text {
  max-width: 230px;
  margin-right: 10px; }

.cart-actions .button[name=apply_coupon] {
  color: #fff; }

.cart-actions .button[name=apply_coupon]:focus, .cart-actions .button[name=apply_coupon]:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.shopify-remove-coupon, td.product-remove a {
  position: relative;
  font-size: 0;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 19px;
  padding-right: 0; }

.shopify-remove-coupon:after, .shopify-remove-coupon:before, td.product-remove a:after, td.product-remove a:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 13px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out; }

.woodmart-dark .shopify-remove-coupon:after, .woodmart-dark .shopify-remove-coupon:before, .woodmart-dark td.product-remove a:after, .woodmart-dark td.product-remove a:before {
  background-color: #fff; }

.shopify-remove-coupon:after, td.product-remove a:after {
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg); }

.shopify-remove-coupon:before, td.product-remove a:before {
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg); }

.shopify-remove-coupon:hover:after, td.product-remove a:hover:after {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.shopify-remove-coupon:hover:before, td.product-remove a:hover:before {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.shopify-remove-coupon:after, .shopify-remove-coupon:before, td.product-remove a:after, td.product-remove a:before {
  right: 8px; }

.cart-totals-inner h2, .slider-title, .shopify-MyAccount-content header > h2, .shopify-MyAccount-content > h2, .shopify-additional-fields > h3, .shopify-column__title, .woodmart-checkout-steps ul, .woodmart-products-tabs .tabs-name, header.title > h3, legend {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }

.woodmart-checkout-steps ul {
  color: #2d2a2a; }

.color-scheme-light .woodmart-checkout-steps ul {
  color: #fff; }

.woodmart-checkout-steps ul li {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2; }

.woodmart-checkout-steps ul li a {
  display: inline-block;
  color: inherit;
  opacity: .7; }

.woodmart-checkout-steps ul li a:focus, .woodmart-checkout-steps ul li a:hover {
  color: inherit;
  opacity: 1; }

.woodmart-checkout-steps ul li > span {
  opacity: 0.7; }

.woodmart-checkout-steps ul li span {
  position: relative;
  display: block; }

.woodmart-checkout-steps ul li:after {
  content: "\f118";
  font-family: woodmart-font;
  opacity: .7;
  font-weight: 700;
  font-size: 85%;
  margin: 0 15px; }

.woodmart-checkout-steps ul li:last-child:after {
  content: none; }

.woodmart-checkout-steps ul .step-active a, .woodmart-checkout-steps ul .step-active > span {
  opacity: 1; }

.col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px; }

.col2-set .col-1, .col2-set .col-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-left: 15px;
  padding-right: 15px; }

.woodmart-registration-page {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.woodmart-registration-page h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }

.woodmart-registration-page.woodmart-no-registration {
  max-width: 450px; }

#form_customer_login {
  margin-left: -40px;
  margin-right: -40px; }

#form_customer_login .col-login, #form_customer_login .col-register, #form_customer_login .col-register-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px; }

.col-register, .col-register-text {
  border-left: 1px solid; }

.col-register-text {
  text-align: center; }

.login-info, .registration-info {
  margin-bottom: 20px; }

.woodmart-register-tabs .col-register {
  border-left: none; }

.woodmart-register-tabs .col-login, .woodmart-register-tabs .col-register {
  animation: fadeIn .7s ease;
  -webkit-animation: fadeIn 0.7s ease; }

.woodmart-register-tabs .col-register {
  display: none; }

.active-register .col-register {
  display: block; }

.active-register .col-login {
  display: none; }

.with-login-reg-info .login-info, .with-login-reg-info .registration-info {
  animation: fadeIn .7s ease;
  -webkit-animation: fadeIn 0.7s ease; }

.with-login-reg-info .registration-info {
  display: none; }

.with-login-reg-info.active-register .registration-info {
  display: block; }

.with-login-reg-info.active-register .login-info {
  display: none; }

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

.login .close-login-form {
  display: none; }

.login-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.login-form-footer .lost_password, .login-form-footer .remember-me-label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400; }

.login-form-footer .remember-me-label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.login-form-footer .lost_password {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.login-form-footer .lost_password:focus, .login-form-footer .lost_password:hover {
  text-decoration: underline;
  opacity: .7; }

.woodmart-dark .login-form-footer .lost_password:focus, .woodmart-dark .login-form-footer .lost_password:hover {
  opacity: 1;
  color: #fff; }

.woodmart-dark .login-form-footer .lost_password {
  color: rgba(255, 255, 255, 0.8); }

.login .button, .lost_reset_password .button, .register .button {
  width: 100%;
  color: #fff; }

.login .button:focus, .login .button:hover, .lost_reset_password .button:focus, .lost_reset_password .button:hover, .register .button:focus, .register .button:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.main-container .products-crosssell {
  position: relative; }

.main-container .products-crosssell .category-products .products-grid .owl-item .item {
  padding: 10px 0;
  width: 100%; }

.main-container .products-crosssell .category-products .products-grid .owl-nav {
  position: absolute;
  top: -33px;
  right: -5px; }

.main-container .products-crosssell .category-products .products-grid .owl-nav div {
  text-align: center;
  font-size: 18px;
  display: inline-block; }

.main-container .account-dashboard h5 {
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 13px; }

.main-container .account-dashboard h5 span {
  text-transform: none;
  font-weight: 400;
  float: right;
  font-size: 12px; }

.main-container .account-dashboard .my-account .content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
  min-height: 135px; }

.main-container .account-dashboard .my-order {
  overflow: hidden;
  margin-top: 40px; }

.main-container .account-dashboard .my-order .table-wrap table thead {
  text-align: center;
  padding: 15px 20px 15px;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #fbfbfb; }

.main-container .account-dashboard .my-order .billing-address, .main-container .account-dashboard .my-order .shipping-address {
  overflow: hidden;
  margin-top: 40px; }

.main-container .account-dashboard .my-order .billing-address h4, .main-container .account-dashboard .my-order .shipping-address h4 {
  text-align: left;
  background-color: #fbfbfb;
  font: 13px;
  display: block;
  padding: 15px 20px 15px;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 0;
  border: 1px solid #ddd; }

.main-container .account-dashboard .my-order p {
  padding: 10px 20px;
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 10px 10px; }

.main-container .account-dashboard.address-form {
  margin-top: 30px; }

.main-container .account-dashboard.address-form .page-title {
  overflow: hidden;
  padding: 20px 0; }

.main-container .account-dashboard.address-form .page-title h2 {
  display: inline-block;
  float: left;
  margin: 12px 0 0; }

.main-container .account-dashboard.address-form .page-title p {
  display: inline-block;
  margin: 0;
  float: right; }

.main-container .account-dashboard.address-form .form-list li {
  padding: 5px 0; }

.main-container .account-dashboard.address-form .form-list li label {
  margin-bottom: 10px; }

.main-container .account-dashboard .my-address {
  border: solid 1px #f2f2f2;
  overflow: hidden;
  margin-bottom: 40px; }

.main-container .account-dashboard .my-address h3, .main-container .account-dashboard .my-address h4 {
  text-align: left;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f2f2f2;
  font: 17px;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px 15px;
  width: 100%;
  margin: 0; }

.main-container .account-dashboard .my-address h3 span, .main-container .account-dashboard .my-address h4 span {
  text-transform: initial;
  float: right;
  font-size: 12px; }

.main-container .account-dashboard .my-address .content {
  padding: 20px; }

.main-container .account-dashboard .my-address .form-edit {
  padding: 20px; }

.main-container .order-dashboard {
  margin-top: 30px; }

.main-container .order-dashboard .billing-address, .main-container .order-dashboard .shipping-address {
  border: solid 1px #f2f2f2;
  overflow: hidden;
  margin-top: 40px;
  width: 48%;
  float: left; }

.main-container .order-dashboard .billing-address h4, .main-container .order-dashboard .shipping-address h4 {
  text-align: left;
  background-color: #fcfcfc;
  border-bottom: 1px solid #f2f2f2;
  font: 17px;
  display: block;
  padding: 15px 20px 15px;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 0; }

.main-container .order-dashboard .billing-address .content, .main-container .order-dashboard .shipping-address .content {
  padding: 20px; }

.main-container .order-dashboard .shipping-address {
  width: -webkit-calc(52% - 30px);
  width: calc(52% - 30px);
  margin-left: 30px; }

.main-container .account-login h1 {
  font-size: 20px;
  margin: 0 0 15px;
  color: #3b3b3b; }

.main-container .login_content {
  display: inline-block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #3b3b3b;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  width: 100%; }

.main-container .login_content h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase; }

.main-container .login_content p {
  margin: 0 0 15px;
  line-height: 1.5; }

.main-container .login_content .login-button .btn-button {
  float: right; }

.main-container .login_content .login-button a {
  float: left; }

.main-container .login_content .login-button button.btn-button {
  margin: 1.4em 0 0; }

.main-container .login_content .login-button .buttons-set {
  clear: both;
  margin: 1em 0 0;
  padding: 8px 0 0;
  text-align: right; }

.main-container .login_content .login-button .buttons-set a {
  line-height: 35px; }

.main-container .login_content .login-button .buttons-set a:hover {
  text-decoration: underline; }

.main-container .login_content #RecoverPasswordForm .buttons-set {
  clear: both;
  margin: 1em 0 0;
  padding: 8px 0 0;
  text-align: right; }

.main-container .login_content #RecoverPasswordForm .buttons-set input {
  float: right; }

.main-container .login_content #RecoverPasswordForm .buttons-set a {
  float: left;
  line-height: 35px; }

.main-container .login_content #RecoverPasswordForm .buttons-set a:hover {
  text-decoration: underline; }

.main-container .account-create h1 {
  font-size: 20px;
  margin: 0 0 15px;
  color: #3b3b3b; }

.main-container .account-create .content {
  width: 100%;
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #3b3b3b;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); }

.main-container .account-create .content h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px; }

.main-container .account-create .content p.required {
  margin: 0 0 10px;
  font-size: 11px;
  text-align: right;
  color: #EB340A; }

.main-container .account-create .content .buttons-set {
  float: right; }

.main-container .account-create .content .buttons-set input {
  float: right; }

.template-index .modal-backdrop.in {
  opacity: 0.5 !important;
  z-index: 1000 !important; }

#wishlistModal .modal-content, #compareBox .modal-content {
  padding: 20px;
  border-radius: 0; }

#wishlistModal .modal-content .modal-header, #compareBox .modal-content .modal-header {
  position: relative;
  border: none;
  padding: 0; }

#wishlistModal .modal-content .modal-header .close, #compareBox .modal-content .modal-header .close {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  margin-top: -15px;
  margin-right: -15px;
  width: 30px;
  height: 30px; }

#wishlistModal .modal-content .modal-header .modal-title, #compareBox .modal-content .modal-header .modal-title {
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px; }

#wishlistModal .cart-table, #compareBox .cart-table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #f1f1f1; }

@media (min-width: 768px) and (max-width: 992px) {
  #wishlistModal .modal-dialog, #compareBox .modal-dialog {
    width: auto; } }
@media (min-width: 992px) {
  #wishlistModal .modal-lg, #compareBox .modal-lg {
    width: 900px; } }
#wishlistTableList .data-table tr {
  border-bottom: 1px solid #f1f1f1 !important; }

@media (max-width: 767px) {
  #wishlistTableList .data-table tr {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding-bottom: 0; } }
#wishlistTableList .data-table tr:last-child {
  border-bottom: 0; }

@media (max-width: 767px) {
  #wishlistTableList .data-table tr .last {
    position: absolute;
    top: 0;
    right: -5px;
    border-width: 0;
    min-width: 90px !important; } }
@media (max-width: 767px) {
  #wishlistTableList .data-table tr .shoppingcart-image {
    width: 30%;
    float: left;
    padding: 0;
    border: none; } }
@media (max-width: 767px) {
  #wishlistTableList .data-table tr .shoppingcart-image img {
    width: 100%; } }
@media (max-width: 767px) {
  #wishlistTableList .data-table tr .shoppingcart-name, #wishlistTableList .data-table tr .product-unittax, #wishlistTableList .data-table tr .shoppingcart-qty, #wishlistTableList .data-table tr .product-options {
    float: right;
    width: 70%;
    text-align: left;
    border: none;
    padding-right: 65px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  #wishlistTableList .data-table tr .shoppingcart-name, #wishlistTableList .data-table tr .product-unittax, #wishlistTableList .data-table tr .shoppingcart-qty {
    padding-top: 6px;
    padding-bottom: 6px; } }
@media (max-width: 767px) {
  #wishlistTableList .data-table thead {
    display: none; } }
#wishlistTableList .data-table thead tr {
  border-bottom: 1px solid #f1f1f1 !important; }

#wishlistTableList .data-table thead th {
  border-right: 1px solid #f1f1f1;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 10px 15px;
  line-height: 24px; }

#wishlistTableList .data-table tbody td {
  padding: 10px 15px;
  border-right: 1px solid #f1f1f1; }

@media (min-width: 768px) {
  #wishlistTableList .data-table tbody td {
    min-width: 120px; } }
#wishlistTableList .data-table tbody td:last-child {
  min-width: 110px; }

#wishlistTableList .data-table tbody .product-image img {
  max-width: 100%; }

#wishlistTableList .data-table tbody .product-name {
  margin: 0; }

#wishlistTableList .data-table tbody .product-name a {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  display: block; }

#wishlistTableList .data-table tbody .price .special-price {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #666;
  line-height: 1;
  display: block; }

#wishlistTableList .data-table tbody .price .compare-price {
  margin: 10px 0 0 0;
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  vertical-align: middle;
  display: none;
  width: 100%;
  float: left; }

#wishlistTableList .data-table tbody .product-options-bottom {
  border: none;
  text-align: center;
  margin: 0;
  padding: 0; }

@media (max-width: 767px) {
  #wishlistTableList .data-table tbody .product-options-bottom {
    text-align: left; } }
#wishlistTableList .data-table tbody .selector-wrapper {
  padding: 5px 0; }

#wishlistTableList .data-table tbody .selector-wrapper label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px; }

#wishlistTableList .data-table tbody .selector-wrapper select {
  width: 100%; }

#wishlistTableList .data-table tbody .btn-remove {
  font-size: 18px;
  border: #777 solid 1px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #777;
  line-height: 28px;
  transition: all 0.3s; }

#wishlistTableList .data-table tbody .btn-remove:hover {
  background-color: #333;
  color: #fff;
  border-color: #333; }

#wishlistTableList .data-table tbody .add-cart-wishlist {
  font-size: 18px;
  border: #777 solid 1px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #777;
  line-height: 28px;
  transition: all 0.3s; }

#wishlistTableList .data-table tbody .add-cart-wishlist:hover {
  background-color: #333;
  color: #fff;
  border-color: #333; }

#wishlistTableList .data-table tbody .add-cart-wishlist i.icon-cart {
  display: block;
  line-height: 28px; }

#compareTableList {
  overflow-x: auto; }

#wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box, #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box {
  width: 95px;
  float: none !important;
  margin: 0;
  position: relative;
  text-align: left;
  margin-bottom: 10px; }

#wishlistTableList .data-table .product-options-bottom .add-to-cart-box .input-box input, #compareBox .data-table .product-options-bottom .add-to-cart-box .input-box input {
  height: 42px;
  min-width: 25px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  text-align: center;
  margin: 0;
  float: none;
  padding: 0; }

#compareBox .data-table th, #compareBox .data-table td {
  text-align: left;
  border: 1px solid #e8e9eb;
  padding: 10px 14px; }

#compareBox .data-table tr td {
  border-top: 1px solid #f1f1f1; }

#compareBox .data-table tbody td {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  border-right: 1px solid #f1f1f1;
  min-width: 150px; }

#compareBox .data-table tbody td p {
  margin: 0; }

#compareBox .data-table tbody td:first-child {
  font-size: 14px;
  text-transform: uppercase;
  color: #222; }

#compareBox .data-table tbody td .product-image {
  position: relative; }

#compareBox .data-table tbody td .product-image a {
  position: absolute;
  top: 0;
  right: 0; }

#compareBox .data-table tbody td .product-title {
  font-size: 14px;
  padding: 15px 0 5px;
  display: inline-block;
  zoom: 1;
  color: #333; }

#compareBox .data-table tbody td .availability {
  margin: 0;
  color: #333; }

#compareBox .data-table tbody td .price .special-price {
  margin: 5px 0;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 1;
  display: inline-block; }

#compareBox .data-table tbody td .price .compare-price {
  margin: 0;
  color: #777;
  text-decoration: line-through;
  font-size: 13px; }

#compareBox .data-table tbody td .selector-wrapper {
  padding: 5px 0; }

#compareBox .data-table tbody td .selector-wrapper label {
  display: block;
  font-size: 13px;
  margin-bottom: 10px; }

#compareBox .data-table tbody td .selector-wrapper select {
  width: 100%; }

#compareBox .data-table tbody td .product-options-bottom {
  border: none;
  text-align: left; }

.slideshow-section {
  position: relative; }

@media (max-width: 767px) {
  .slideshow-section .bg-transparent {
    height: 245px; } }
.slideshow-section .content_slideshow {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px; }

.slideshow-section .content_slideshow h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .slideshow-section .content_slideshow h5 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px; } }
@media (max-width: 767px) {
  .slideshow-section .content_slideshow h5 {
    font-size: 12px; } }
@media (max-width: 320px) {
  .slideshow-section .content_slideshow h5 {
    font-size: 11px; } }
.slideshow-section .content_slideshow h4 {
  font-size: 56px;
  line-height: 63px;
  font-weight: 600;
  margin-bottom: 8px; }

@media (max-width: 991px) {
  .slideshow-section .content_slideshow h4 {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 0px; } }
@media (max-width: 767px) {
  .slideshow-section .content_slideshow h4 {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 0px; } }
@media (max-width: 320px) {
  .slideshow-section .content_slideshow h4 {
    font-size: 20px;
    line-height: 23px; } }
.slideshow-section .content_slideshow p.content1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: Lato;
  margin-bottom: 17px; }

@media (max-width: 991px) {
  .slideshow-section .content_slideshow p.content1 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .slideshow-section .content_slideshow p.content1 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px; }

  .slideshow-section .content_slideshow p.content1 img {
    max-width: 60%; } }
.slideshow-section .content_slideshow p.content2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  font-family: Lato; }

@media (max-width: 991px) {
  .slideshow-section .content_slideshow p.content2 {
    font-size: 25px;
    line-height: 25px; } }
@media (max-width: 767px) {
  .slideshow-section .content_slideshow p.content2 {
    font-size: 17px;
    line-height: 20px; } }
@media (max-width: 767px) {
  .slideshow-section .content_slideshow .btn {
    font-size: 11px; } }
.slideshow-section .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px; }

@media (max-width: 767px) {
  .slideshow-section .owl-dots {
    display: none; } }
.slideshow-section .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  font-size: 0; }

.slideshow-section .owl-dots .owl-dot.active span {
  border-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8); }

.slideshow-section .owl-dots .owl-dot:not(.active):hover span {
  border-color: rgba(0, 0, 0, 0.8); }

.slideshow-section .owl-dots .owl-dot span {
  border-color: #fff; }

.slideshow-section .owl-dots .owl-dot.active span {
  border-color: #fff;
  background-color: #fff; }

.slideshow-section .owl-dots .owl-dot:not(.active):hover span {
  border-color: #fff; }

@media (max-width: 767px) {
  .slideshow-section .owl-nav {
    display: none; } }
.slideshow-section .owl-nav > div {
  background: #fff;
  padding: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 45px;
  height: 45px;
  box-sizing: border-box; }

.slideshow-section .owl-nav > div:after {
  font-size: 15px;
  line-height: 40px;
  margin-top: 2px; }

@media (max-width: 991px) {
  .slideshow-section .owl-nav > div:after {
    width: 33px; } }
.slideshow-section .owl-nav > div:hover {
  color: #000; }

.slideshow-section .owl-nav > div:hover:after {
  transform: scale(1.5); }

.slideshow-section .owl-nav > div[class*="prev"] {
  left: 20px; }

.slideshow-section .owl-nav > div[class*="next"] {
  right: 20px; }

.product-landing-widget.landing-color-dark {
  color: #333; }

.product-landing-widget.landing-color-light {
  color: #fff; }

.product-landing-widget .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px; }

@media (max-width: 767px) {
  .product-landing-widget .owl-dots {
    display: none; } }
.product-landing-widget .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8); }

.product-landing-widget .owl-dots .owl-dot.active span {
  border-color: rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8); }

.product-landing-widget .owl-dots .owl-dot:not(.active):hover span {
  border-color: rgba(0, 0, 0, 0.8); }

.product-landing-widget.landing-color-light .owl-dots .owl-dot span {
  border-color: #fff; }

.product-landing-widget.landing-color-light .owl-dots .owl-dot.active span {
  border-color: #fff;
  background-color: #fff; }

.product-landing-widget.landing-color-light .owl-dots .owl-dot:not(.active):hover span {
  border-color: #fff; }

.product-landing-widget .landing-price {
  font-size: 32px; }

@media (max-width: 991px) {
  .product-landing-widget .landing-price {
    font-size: 19px; }

  .product-landing-widget .btn-size-large {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 15px; } }
.testimonial {
  padding-left: 15px;
  padding-right: 15px; }

.testimonial .testimonial-avatar img {
  max-width: 250px;
  display: inline-block;
  border-radius: 50%; }

.color-scheme-light .testimonial .testimonial-content, .woodmart-dark .testimonial .testimonial-content {
  color: #fff; }

.testimonial .testimonial-content footer {
  margin-top: 15px;
  font-weight: 600;
  color: #2d2a2a; }

.color-scheme-light .testimonial .testimonial-content footer, .woodmart-dark .testimonial .testimonial-content footer {
  color: rgba(255, 255, 255, 0.9); }

.testimonial .testimonial-content footer span {
  color: #777;
  font-weight: 400; }

.color-scheme-light .testimonial .testimonial-content footer span, .woodmart-dark .testimonial .testimonial-content footer span {
  color: rgba(255, 255, 255, 0.8); }

.testimonial .testimonial-content footer span:before {
  content: " - "; }

.testimonials.testimon-align-center {
  text-align: center; }

.testimonials.testimon-align-center .testimonial-avatar {
  margin-bottom: 15px; }

.testimonials.testimon-align-left .testimonial-inner, .testimonials.testimon-align-right .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.testimonials.testimon-align-left .testimonial-avatar, .testimonials.testimon-align-right .testimonial-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.testimonials.testimon-align-left .testimonial-content, .testimonials.testimon-align-right .testimonial-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.testimonials.testimon-align-left {
  text-align: left; }

.testimonials.testimon-align-left .testimonial-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.testimonials.testimon-align-left .testimonial-avatar {
  margin-right: 20px; }

.testimonials.testimon-align-right {
  text-align: right; }

.testimonials.testimon-align-right .testimonial-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse; }

.testimonials.testimon-align-right .testimonial-avatar {
  margin-left: 20px; }

.testimonials.testimonials-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.testimonials.testimonials-grid .testimonial {
  margin-bottom: 30px; }

.testimonials.testimonials-grid.testimon-columns-1 .testimonial {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }

.testimonials.testimonials-grid.testimon-columns-2 .testimonial {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%; }

.testimonials.testimonials-grid.testimon-columns-3 .testimonial {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333%; }

.testimonials.testimonials-grid.testimon-columns-4 .testimonial {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%; }

.testimonials.testimonials-grid.testimon-columns-5 .testimonial {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%; }

.testimonials.testimonials-grid.testimon-columns-6 .testimonial {
  -ms-flex-preferred-size: 16.66666666%;
  flex-basis: 16.66666666%;
  max-width: 16.66666666%;
  width: 16.66667%; }

.testimonials.testimonials-slider .testimonial {
  padding-top: 15px;
  padding-bottom: 15px; }

.testimonials.testimon-style-boxed .testimonial:hover .testimonial-inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.testimonials.testimon-style-boxed .testimonial-inner {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow .5s ease;
  transition: -webkit-box-shadow .5s ease;
  transition: box-shadow .5s ease;
  transition: box-shadow .5s ease,-webkit-box-shadow .5s ease;
  -webkit-transition: box-shadow .5s ease; }

.color-scheme-light .testimonials.testimon-style-boxed .testimonial-inner, .woodmart-dark .testimonials.testimon-style-boxed .testimonial-inner {
  background-color: rgba(0, 0, 0, 0.7); }

.banners-spacing-0, .info-box-spacing-0 {
  margin-left: 0;
  margin-right: 0; }

.banners-spacing-0 .owl-carousel:not(.owl-loaded) > div, .banners-spacing-0 .owl-item, .info-box-spacing-0 .owl-carousel:not(.owl-loaded) > div, .info-box-spacing-0 .owl-item {
  padding-left: 0;
  padding-right: 0; }

.banners-spacing-2, .info-box-spacing-2 {
  margin-left: -1px;
  margin-right: -1px; }

.banners-spacing-2 .owl-carousel:not(.owl-loaded) > div, .banners-spacing-2 .owl-item, .info-box-spacing-2 .owl-carousel:not(.owl-loaded) > div, .info-box-spacing-2 .owl-item {
  padding-left: 1px;
  padding-right: 1px; }

.banners-spacing-6, .info-box-spacing-6 {
  margin-left: -3px;
  margin-right: -3px; }

.banners-spacing-6 .owl-carousel:not(.owl-loaded) > div, .banners-spacing-6 .owl-item, .info-box-spacing-6 .owl-carousel:not(.owl-loaded) > div, .info-box-spacing-6 .owl-item {
  padding-left: 3px;
  padding-right: 3px; }

.banners-spacing-10, .info-box-spacing-10 {
  margin-left: -5px;
  margin-right: -5px; }

.banners-spacing-10 .owl-carousel:not(.owl-loaded) > div, .banners-spacing-10 .owl-item, .info-box-spacing-10 .owl-carousel:not(.owl-loaded) > div, .info-box-spacing-10 .owl-item {
  padding-left: 5px;
  padding-right: 5px; }

.banners-spacing-20, .info-box-spacing-20 {
  margin-left: -10px;
  margin-right: -10px; }

.banners-spacing-20 .owl-carousel:not(.owl-loaded) > div, .banners-spacing-20 .owl-item, .info-box-spacing-20 .owl-carousel:not(.owl-loaded) > div, .info-box-spacing-20 .owl-item {
  padding-left: 10px;
  padding-right: 10px; }

.banners-spacing-30, .info-box-spacing-30 {
  margin-left: -15px;
  margin-right: -15px; }

.banners-spacing-30 .owl-carousel:not(.owl-loaded) > div, .banners-spacing-30 .owl-item, .info-box-spacing-30 .owl-carousel:not(.owl-loaded) > div, .info-box-spacing-30 .owl-item {
  padding-left: 15px;
  padding-right: 15px; }

.banners-carousel-wrapper {
  margin-bottom: 0; }

.banners-carousel-wrapper .promo-banner {
  margin-bottom: 0; }

.banners-carousel-wrapper .content-banner {
  animation: fadeOut 0s ease both;
  -webkit-animation: fadeOut 0s ease both; }

.banners-carousel-wrapper .owl-loaded .content-banner {
  animation: fadeOut .5s ease both;
  -webkit-animation: fadeOut 0.5s ease both; }

.banners-carousel-wrapper .owl-loaded .active .content-banner {
  animation: fadeIn .5s ease both .4s;
  -webkit-animation: fadeIn 0.5s ease both 0.4s; }

.banners-carousel-wrapper .owl-dots {
  margin-top: 10px; }

.info-box-carousel-wrapper {
  margin-bottom: 30px; }

.info-box-carousel-wrapper .woodmart-info-box {
  margin-bottom: 0; }

.wpb_video_wrapper {
  position: relative; }

.wpb_video_wrapper .woodmart-video-poster, .wpb_video_wrapper .woodmart-video-poster-wrapper, .wpb_video_wrapper .woodmart-video-poster-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.wpb_video_wrapper .woodmart-video-poster-wrapper {
  position: absolute !important;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18), visibility 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18), visibility 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.wpb_video_wrapper .woodmart-video-poster-wrapper:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
  -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.wpb_video_wrapper .woodmart-video-poster-wrapper.hidden-poster {
  opacity: 0;
  visibility: hidden; }

.wpb_video_wrapper .woodmart-video-poster {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: -1px;
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.wpb_video_wrapper .button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  line-height: 95px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  padding-left: 5px;
  text-align: center;
  color: #fff;
  border: 4px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: border-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: border-color 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.wpb_video_wrapper .button-play:after {
  content: "\f100";
  font-family: woodmart-font;
  display: inline-block;
  font-size: 32px;
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.wpb_video_wrapper:hover .woodmart-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);
  -webkit-transform: scale(0.8); }

.wpb_video_wrapper:hover .woodmart-video-poster {
  transform: scale(1.09);
  -webkit-transform: scale(1.09); }

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
  width: 10%; }

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
  width: 20%; }

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
  width: 30%; }

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
  width: 40%; }

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
  width: 50%; }

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
  width: 60%; }

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
  width: 70%; }

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
  width: 80%; }

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
  width: 90%; }

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
  width: 100%; }

.wpb_video_widget .wpb_video_wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }

.wpb_video_widget .wpb_video_wrapper > div {
  padding-top: 0 !important;
  position: static; }

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  padding-top: 56.25%; }

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
  padding-top: 75%; }

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
  padding-top: 42.55319%; }

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
  float: left; }

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
  margin: 0 auto; }

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
  float: right; }

.wpb_video_widget .wpb_wrapper {
  position: relative; }

.wpb_video_widget .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wpb_video_widget .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static; }

.selectize-input {
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: normal;
  border-radius: 3px; }

.selectize-input.focus {
  border-color: inherit;
  box-shadow: none;
  border: 1px solid #ccc; }

div.sort-by .bootstrap-select .selectize-input {
  min-width: 120px;
  width: auto !important; }

div.sort-by .bootstrap-select .selectize-dropdown {
  min-width: 150px; }

div.limited_wrap .bootstrap-select {
  min-width: 55px;
  width: auto !important; }

.wrapper {
  position: relative;
  left: 0;
  transition: left 0.3s; }

.mobile-nav-shown {
  overflow: hidden; }

.mobile-nav-shown .wrapper {
  left: 250px; }

.page-header {
  margin: 0;
  padding: 0;
  min-height: 175px;
  background-size: cover;
  border: 0; }

.woodmart-scroll {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.woodmart-scroll .woodmart-scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.woodmart-scroll .woodmart-scroll-content:focus {
  outline: 0; }

.woodmart-scroll .woodmart-scroll-content::-webkit-scrollbar {
  display: none; }

.woodmart-scroll-pane {
  width: 3px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .2s;
  transition: .2s;
  visibility: hidden\9;
  opacity: 0; }

.woodmart-scroll-pane > .woodmart-scroll-slider {
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 0; }

.woodmart-scroll-pane > .woodmart-scroll-slider {
  background: rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 0; }

.woodmart-dark .woodmart-scroll-pane {
  background: rgba(255, 255, 255, 0.15); }

.woodmart-dark .woodmart-scroll-pane > .woodmart-scroll-slider {
  background: rgba(255, 255, 255, 0.35); }

.has-scrollbar > .woodmart-scroll-content::-webkit-scrollbar {
  display: block; }

.platform-Mac .woodmart-scroll .woodmart-scroll-content::-webkit-scrollbar {
  display: none; }

.woodmart-scroll-pane.active, .woodmart-scroll-pane.flashed, .woodmart-scroll:hover > .woodmart-scroll-pane, .woodmart-sidebar-scroll:hover > .woodmart-scroll-pane {
  visibility: visible\9;
  opacity: .99; }

.brands-widget .brand-item {
  text-align: center; }

.brands-widget .brand-item a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px; }

.brands-widget .brand-item img {
  max-height: 60px;
  display: inline-block; }

.brands-list .brand-item {
  text-align: left;
  margin-bottom: 15px; }

.brands-list .brand-item a {
  padding: 0; }

.brands-list .brand-item:last-child {
  margin-bottom: 0; }

.brands-grid .brands-items-wrapper, .brands-list .brands-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.brands-grid.brands-columns-1 .brand-item, .brands-list.brands-columns-1 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.brands-grid.brands-columns-2 .brand-item, .brands-list.brands-columns-2 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.brands-grid.brands-columns-3 .brand-item, .brands-list.brands-columns-3 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333%; }

.brands-grid.brands-columns-4 .brand-item, .brands-list.brands-columns-4 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.brands-grid.brands-columns-5 .brand-item, .brands-list.brands-columns-5 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.brands-grid.brands-columns-6 .brand-item, .brands-list.brands-columns-6 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666666%;
  flex: 0 0 16.66666666%;
  max-width: 16.66667%; }

.brands-style-bordered .brand-item {
  border-width: 1px; }

.brands-style-bordered.brands-grid {
  overflow: hidden; }

.brands-style-bordered.brands-grid .brands-items-wrapper {
  margin-right: -2px;
  margin-bottom: -2px; }

.brands-style-bordered.brands-grid .brand-item {
  border-right-style: solid;
  border-bottom-style: solid; }

.brands-style-bordered.brands-carousel .owl-stage-outer {
  border-width: 1px;
  border-style: solid; }

.brands-style-bordered.brands-carousel .brand-item {
  border-right-style: solid; }

.brands-style-bordered.brands-list .brands-items-wrapper {
  margin-left: -10px;
  margin-right: -10px; }

.brands-style-bordered.brands-list .brand-item {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.brands-style-bordered.brands-list .brand-item > a {
  border-bottom: 1px solid; }

.color-scheme-light .brands-style-bordered {
  border-color: rgba(255, 255, 255, 0.15); }

.brands-hover-simple .brand-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease,-webkit-filter .3s ease;
  -webkit-transition: -webkit-filter .3s ease; }

.brands-hover-simple .brand-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.brands-hover-alt .brand-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: opacity .3s ease,-webkit-filter .3s ease;
  transition: opacity .3s ease,-webkit-filter .3s ease;
  transition: filter .3s ease,opacity .3s ease;
  transition: filter .3s ease,opacity .3s ease,-webkit-filter .3s ease;
  -webkit-transition: -webkit-filter .3s ease,opacity .3s ease; }

.brands-hover-alt .brand-item:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.brands-carousel .brand-item a {
  padding-left: 10px;
  padding-right: 10px; }

.brands-carousel .owl-nav > div[class*=prev] {
  left: -50px; }

.brands-carousel .owl-nav > div[class*=next] {
  right: -50px; }

.woodmart-images-gallery.view-grid .gallery-images, .woodmart-images-gallery.view-masonry .gallery-images {
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.woodmart-images-gallery.view-grid.columns-1 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-1 .woodmart-gallery-item {
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }

.woodmart-images-gallery.view-grid.columns-2 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-2 .woodmart-gallery-item {
  -ms-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%; }

.woodmart-images-gallery.view-grid.columns-3 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-3 .woodmart-gallery-item {
  -ms-flex-basis: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333%; }

.woodmart-images-gallery.view-grid.columns-4 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-4 .woodmart-gallery-item {
  -ms-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%; }

.woodmart-images-gallery.view-grid.columns-6 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-6 .woodmart-gallery-item {
  -ms-flex-basis: 16.66666666%;
  -ms-flex-preferred-size: 16.66666666%;
  flex-basis: 16.66666666%;
  max-width: 16.66666666%;
  width: 16.66667%; }

.woodmart-images-gallery.view-carousel, .woodmart-images-gallery.view-justified {
  margin-bottom: 30px; }

.woodmart-images-gallery.view-carousel .gallery-images {
  text-align: center; }

.woodmart-images-gallery.view-carousel .gallery-images .woodmart-gallery-item {
  margin-bottom: 0; }

.woodmart-images-gallery.view-justified .caption {
  display: none !important; }

.woodmart-images-gallery.gallery-spacing-0 {
  margin-left: 0;
  margin-right: 0; }

.woodmart-images-gallery.gallery-spacing-0 .woodmart-gallery-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }

.woodmart-images-gallery.gallery-spacing-2 {
  margin-left: -1px;
  margin-right: -1px; }

.woodmart-images-gallery.gallery-spacing-2 .woodmart-gallery-item {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px; }

.woodmart-images-gallery.gallery-spacing-6 {
  margin-left: -3px;
  margin-right: -3px; }

.woodmart-images-gallery.gallery-spacing-6 .woodmart-gallery-item {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px; }

.woodmart-images-gallery.gallery-spacing-10 {
  margin-left: -5px;
  margin-right: -5px; }

.woodmart-images-gallery.gallery-spacing-10 .woodmart-gallery-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }

.woodmart-images-gallery.gallery-spacing-20 {
  margin-left: -10px;
  margin-right: -10px; }

.woodmart-images-gallery.gallery-spacing-20 .woodmart-gallery-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }

.woodmart-images-gallery.gallery-spacing-30 {
  margin-left: -15px;
  margin-right: -15px; }

.woodmart-images-gallery.gallery-spacing-30 .woodmart-gallery-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }

body .added_to_cart.btn-style-link, body .btn.btn-style-link, body .button.btn-style-link, body [type=submit].btn-style-link, body [type=button].btn-style-link, body button.btn-style-link {
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent; }

.instagram-widget .instagram-picture:hover .hover-mask {
  transform: translateY(0);
  -webkit-transform: translateY(0); }

.instagram-widget .instagram-picture:hover .wrapp-picture:after {
  opacity: 1; }

.instagram-widget .instagram-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }

.instagram-widget .instagram-content-inner {
  z-index: 5;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  max-width: 300px;
  width: 100%;
  padding: 30px; }

.woodmart-dark .instagram-widget .instagram-content-inner {
  background-color: #101010; }

.instagram-widget .wrapp-picture {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
  backface-visibility: hidden;
  perspective: 800px; }

.instagram-widget .wrapp-picture a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4; }

.instagram-widget .wrapp-picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity .3s ease;
  -webkit-transition: opacity 0.3s ease; }

.instagram-widget .hover-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(transparent 0, rgba(0, 0, 0, 0.65) 100%);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  -webkit-transition: transform 0.3s ease,opacity 0.3s ease; }

.instagram-widget .instagram-comments, .instagram-widget .instagram-likes {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.instagram-widget .instagram-comments span, .instagram-widget .instagram-comments:before, .instagram-widget .instagram-likes span, .instagram-widget .instagram-likes:before {
  vertical-align: middle; }

.instagram-widget .instagram-comments:before, .instagram-widget .instagram-likes:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 20px; }

.instagram-widget .instagram-likes {
  text-align: left; }

.instagram-widget .instagram-likes:before {
  content: "\f108";
  font-family: woodmart-font; }

.instagram-widget .instagram-comments {
  text-align: right; }

.instagram-widget .instagram-comments:before {
  content: "\f104";
  font-family: woodmart-font;
  font-size: 18px; }

.instagram-widget .clear {
  margin-bottom: 0;
  margin-top: 10px; }

.instagram-widget .clear a {
  font-weight: 600;
  font-size: 14px;
  color: #333; }

.woodmart-dark .instagram-widget .clear a {
  color: #fff; }

.instagram-widget .clear a:before {
  content: "\f16d";
  vertical-align: middle;
  margin-right: 5px;
  font-family: FontAwesome; }

.instagram-grid .instagram-pics, .woodmart-instagram .instagram-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.instagram-per-row-1.instagram-grid .instagram-picture {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.instagram-per-row-2.instagram-grid .instagram-picture {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.instagram-per-row-3.instagram-grid .instagram-picture {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.instagram-per-row-4.instagram-grid .instagram-picture {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.instagram-per-row-5.instagram-grid .instagram-picture {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.instagram-per-row-6.instagram-grid .instagram-picture {
  width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.instagram-per-row-7.instagram-grid .instagram-picture {
  width: 14.28571%;
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  max-width: 14.28571%; }

.instagram-per-row-8.instagram-grid .instagram-picture {
  width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%; }

.instagram-per-row-9.instagram-grid .instagram-picture {
  width: 11.11111%;
  -ms-flex-preferred-size: 11.11111%;
  flex-basis: 11.11111%;
  max-width: 11.11111%; }

.instagram-per-row-10.instagram-grid .instagram-picture {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%; }

.instagram-per-row-11.instagram-grid .instagram-picture {
  width: 9.09091%;
  -ms-flex-preferred-size: 9.09091%;
  flex-basis: 9.09091%;
  max-width: 9.09091%; }

.instagram-per-row-12.instagram-grid .instagram-picture {
  width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.instagram-with-spaces.instagram-grid .instagram-pics {
  margin: -5px; }

.instagram-with-spaces.instagram-grid .instagram-picture {
  padding: 5px; }

.instagram-with-spaces.instagram-slider {
  margin-left: -5px;
  margin-right: -5px; }

.instagram-with-spaces.instagram-slider .owl-item {
  padding-left: 5px;
  padding-right: 5px; }

.instagram-rounded .instagram-picture:hover .hover-mask {
  opacity: 1; }

.instagram-rounded .wrapp-picture {
  border-radius: 50%; }

.instagram-rounded .hover-mask {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  opacity: 0;
  background: 0 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px); }

.instagram-rounded .instagram-comments, .instagram-rounded .instagram-likes {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 50%;
  width: auto;
  padding-left: 15px;
  padding-right: 15px; }

.woodmart-instagram .instagram-pics {
  margin: -3px; }

.woodmart-instagram .instagram-picture {
  margin-bottom: 0;
  padding: 3px;
  width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.woodmart-instagram .hover-mask {
  display: none; }

.woodmart-vc-ajax-search {
  margin-bottom: 35px; }

.searchform {
  position: relative; }

.searchform .screen-reader-text {
  display: none; }

.searchform input[type=text] {
  font-size: 15px;
  padding-right: 50px;
  height: 46px; }

.searchform input[type=text]::-ms-clear {
  display: none; }

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 50px;
  font-size: 0;
  font-weight: 400;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #777; }

.searchform .searchsubmit:after {
  content: "\f125";
  font-family: woodmart-font;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  transition: opacity .2s ease;
  -webkit-transition: opacity 0.2s ease; }

.searchform .searchsubmit:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s ease,visibility .1s ease;
  -webkit-transition: opacity 0.1s ease,visibility 0.1s ease; }

.searchform .searchsubmit:focus, .searchform .searchsubmit:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.searchform.search-loading .searchsubmit:before {
  opacity: 1;
  visibility: visible;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear;
  transition: opacity .2s ease,visibility .2s ease;
  -webkit-transition: opacity 0.2s ease,visibility 0.2s ease; }

.searchform.search-loading .searchsubmit:after {
  opacity: 0;
  transition: opacity .1s ease;
  -webkit-transition: opacity 0.1s ease; }

.search-by-category {
  position: absolute;
  top: 2px;
  right: 52px; }

.search-by-category .input-dropdown-inner {
  border-left: 1px solid rgba(129, 129, 129, 0.2);
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  height: 42px;
  line-height: 42px; }

.search-by-category .input-dropdown-inner > a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #777; }

.search-by-category .input-dropdown-inner > a:hover {
  text-decoration: none; }

.search-by-category .input-dropdown-inner > a:after {
  content: "\f107";
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: FontAwesome; }

.search-by-category .list-wrapper {
  position: absolute;
  right: 1px;
  top: 100%;
  margin-top: 2px;
  width: 170px;
  height: auto;
  display: none;
  z-index: 300;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

.search-by-category .list-wrapper .woodmart-scroll-content {
  max-height: 250px;
  position: relative;
  overflow: scroll;
  overflow-x: hidden; }

.search-by-category ul li {
  margin-bottom: 0; }

.search-by-category ul li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  color: #777;
  font-size: 14px;
  line-height: 20px; }

.search-by-category ul li a:focus, .search-by-category ul li a:hover {
  background-color: #f9f9f9;
  color: #777; }

.woodmart-dark .search-by-category ul li a:focus, .woodmart-dark .search-by-category ul li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8); }

.woodmart-dark .search-by-category ul li a {
  background-color: #101010; }

.search-by-category ul li.current-item > a {
  background-color: #f4f4f4;
  color: #777; }

.woodmart-dark .search-by-category ul li.current-item > a {
  background-color: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.8); }

.search-by-category ul .children > li > a {
  padding-left: 30px; }

.woodmart-dark .search-by-category .list-wrapper {
  background-color: #101010; }

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

.search-results-wrapper .woodmart-scroll {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1000;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.search-results-wrapper .woodmart-scroll .woodmart-search-results {
  position: relative;
  max-height: 50vh; }

.search-results-wrapper .woodmart-scroll .woodmart-scroll-pane {
  z-index: 1002; }

.woodmart-dark .search-results-wrapper .woodmart-scroll {
  background-color: #101010; }

.autocomplete-suggestions {
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 1001 !important;
  margin-bottom: -1px;
  margin-right: -1px;
  margin-top: 0;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  animation: fadeInBottomShort .2s ease both;
  -webkit-animation: fadeInBottomShort .2s ease both; }

.autocomplete-suggestion {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 285px;
  flex: 1 1 285px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
  transition: background-color .25s ease;
  -webkit-transition: background-color .25s ease; }

.autocomplete-suggestion .suggestion-title strong {
  text-decoration: underline; }

.autocomplete-suggestion .suggestion-thumb {
  max-width: 65px;
  float: left;
  margin-right: 15px; }

.autocomplete-suggestion .suggestion-price {
  margin-top: 7px; }

.autocomplete-suggestion.autocomplete-selected, .autocomplete-suggestion:hover {
  background-color: #f9f9f9; }

.woodmart-dark .autocomplete-suggestion.autocomplete-selected, .woodmart-dark .autocomplete-suggestion:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.view-all-products {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: .2px;
  text-align: center;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  margin-top: -1px;
  border-top: 1px solid;
  background-color: #fff;
  transition: background-color .25s ease;
  -webkit-transition: background-color .25s ease;
  animation: fadeIn .3s ease both;
  -webkit-animation: fadeIn .3s ease both; }

.view-all-products:hover {
  background-color: #f9f9f9; }

.woodmart-dark .view-all-products:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.woodmart-dark .view-all-products {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff; }

.woodmart-search-dropdown .woodmart-search-wrapper {
  position: absolute;
  top: 100%;
  right: -25px;
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 340;
  background-color: #fff;
  width: 300px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease;
  animation: menu-to-bottom .25s ease both;
  -webkit-animation: menu-to-bottom .25s ease both; }

.woodmart-search-dropdown .woodmart-search-wrapper:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 15px; }

.dropdowns-color-light .woodmart-search-dropdown .woodmart-search-wrapper, .woodmart-dark .woodmart-search-dropdown .woodmart-search-wrapper {
  background-color: #101010; }

.woodmart-search-dropdown input[type=text] {
  border-style: none;
  padding-left: 25px;
  padding-right: 55px;
  height: 70px; }

.woodmart-search-dropdown .searchsubmit {
  width: 60px;
  color: #333; }

.woodmart-search-dropdown:hover > .woodmart-search-wrapper {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  top: 100%;
  -webkit-transition: opacity .25s ease,visibility 0 ease;
  transition: opacity .25s ease,visibility 0 ease;
  animation: menu-in-top .25s ease both;
  -webkit-animation: menu-in-top .25s ease both; }

.dropdowns-color-light .mobile-nav .searchsubmit, .dropdowns-color-light .woodmart-search-dropdown .searchsubmit {
  color: #fff; }

.dropdowns-color-light .mobile-nav .searchsubmit:before, .dropdowns-color-light .woodmart-search-dropdown .searchsubmit:before {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.dropdowns-color-light .mobile-nav .searchsubmit input[type=text], .dropdowns-color-light .woodmart-search-dropdown .searchsubmit input[type=text] {
  color: #fff; }

.dropdowns-color-light .mobile-nav::-webkit-input-placeholder, .dropdowns-color-light .woodmart-search-dropdown::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.dropdowns-color-light .mobile-nav::-moz-placeholder, .dropdowns-color-light .woodmart-search-dropdown::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.dropdowns-color-light .mobile-nav:-moz-placeholder, .dropdowns-color-light .woodmart-search-dropdown:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.dropdowns-color-light .mobile-nav:-ms-input-placeholder, .dropdowns-color-light .woodmart-search-dropdown:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.dropdowns-color-light .mobile-nav .autocomplete-suggestion, .dropdowns-color-light .woodmart-search-dropdown .autocomplete-suggestion {
  border-color: rgba(255, 255, 255, 0.15); }

.dropdowns-color-light .mobile-nav .autocomplete-suggestion.autocomplete-selected, .dropdowns-color-light .mobile-nav .autocomplete-suggestion:hover, .dropdowns-color-light .woodmart-search-dropdown .autocomplete-suggestion.autocomplete-selected, .dropdowns-color-light .woodmart-search-dropdown .autocomplete-suggestion:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.woodmart-search-full-screen .woodmart-search-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 370;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  transform: translateY(100%) translateZ(0);
  -webkit-transform: translateY(100%) translateZ(0);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease; }

.dropdowns-color-light .woodmart-search-full-screen .woodmart-search-wrapper, .woodmart-dark .woodmart-search-full-screen .woodmart-search-wrapper {
  background-color: #101010; }

.woodmart-search-full-screen .woodmart-search-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.woodmart-search-full-screen .searchform {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  border-bottom: 1px solid;
  -webkit-transition: opacity .35s ease .2s;
  transition: opacity .35s ease .2s; }

.woodmart-search-full-screen .searchform::-webkit-input-placeholder {
  color: #333; }

.dropdowns-color-light .woodmart-search-full-screen .searchform::-webkit-input-placeholder, .woodmart-dark .woodmart-search-full-screen .searchform::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-search-full-screen .searchform::-moz-placeholder {
  color: #333; }

.dropdowns-color-light .woodmart-search-full-screen .searchform::-moz-placeholder, .woodmart-dark .woodmart-search-full-screen .searchform::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-search-full-screen .searchform:-moz-placeholder {
  color: #333; }

.dropdowns-color-light .woodmart-search-full-screen .searchform:-moz-placeholder, .woodmart-dark .woodmart-search-full-screen .searchform:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-search-full-screen .searchform:-ms-input-placeholder {
  color: #333; }

.dropdowns-color-light .woodmart-search-full-screen .searchform:-ms-input-placeholder, .woodmart-dark .woodmart-search-full-screen .searchform:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-search-full-screen .searchform input[type=text] {
  position: relative;
  border: none;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  height: 110px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dropdowns-color-light .woodmart-search-full-screen .searchform input[type=text], .woodmart-dark .woodmart-search-full-screen .searchform input[type=text] {
  color: #fff; }

.woodmart-search-full-screen .searchform button {
  display: none; }

.dropdowns-color-light .woodmart-search-full-screen .searchform {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-search-full-screen .search-info-text {
  display: block; }

.woodmart-search-full-screen .woodmart-close-search {
  display: block; }

.woodmart-search-full-screen .woodmart-search-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.woodmart-search-full-screen .view-all-products {
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px; }

.woodmart-search-full-screen .search-results-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: -40px; }

.woodmart-search-full-screen .search-results-wrapper .woodmart-scroll {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none; }

.woodmart-search-full-screen .search-results-wrapper .woodmart-scroll .woodmart-search-results {
  max-height: none;
  position: absolute; }

.woodmart-search-full-screen .autocomplete-suggestions {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff; }

.dropdowns-color-light .woodmart-search-full-screen .autocomplete-suggestions, .woodmart-dark .woodmart-search-full-screen .autocomplete-suggestions {
  background-color: #101010; }

.woodmart-search-full-screen .autocomplete-suggestion {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: none;
  border-bottom: none; }

.woodmart-search-full-screen .autocomplete-suggestion .suggestion-thumb {
  max-width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 10px; }

.woodmart-search-full-screen .autocomplete-suggestion.autocomplete-selected, .woodmart-search-full-screen .autocomplete-suggestion:hover {
  background-color: transparent; }

.woodmart-search-full-screen .no-found-msg {
  text-align: center; }

.woodmart-search-full-screen .search-loading + .search-info-text + .search-results-wrapper .woodmart-search-loader {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease,visibility .3s ease;
  -webkit-transition: opacity .3s ease,visibility .3s ease; }

.woodmart-search-full-screen .search-loading + .search-info-text + .search-results-wrapper .woodmart-search-loader:after {
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.woodmart-search-full-screen .search-overlap {
  transform: none;
  -webkit-transform: none; }

.woodmart-search-full-screen .search-overlap .searchform {
  opacity: 1; }

.woodmart-search-full-screen .search-overlap .search-info-text > span {
  transform: none;
  -webkit-transform: none; }

.woodmart-close-search {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0;
  height: 100px;
  width: 100px;
  z-index: 200;
  cursor: pointer; }

.woodmart-close-search:after, .woodmart-close-search:before {
  content: " ";
  width: 40px;
  height: 3px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -2px;
  margin-right: -20px;
  display: inline-block;
  background-color: #2d2a2a;
  -webkit-transition: background-color .25s ease,transform .25s ease;
  -webkit-transition: background-color .25s ease,-webkit-transform .25s ease;
  transition: background-color .25s ease,-webkit-transform .25s ease;
  transition: background-color .25s ease,transform .25s ease;
  transition: background-color .25s ease,transform .25s ease,-webkit-transform .25s ease; }

.dropdowns-color-light .woodmart-close-search:after, .woodmart-dark .woodmart-close-search:after, .dropdowns-color-light .woodmart-close-search:before, .woodmart-dark .woodmart-close-search:before {
  background-color: #fff; }

.woodmart-close-search:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg); }

.woodmart-close-search:before {
  -webkit-transform: rotate(45deg);
  -sand-transform: rotate(45deg);
  transform: rotate(45deg); }

.woodmart-close-search:hover:after, .woodmart-close-search:hover:before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -sand-transform: rotate(0); }

.woodmart-search-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s ease,visibility .1s ease;
  -webkit-transition: opacity .1s ease,visibility .1s ease; }

.dropdowns-color-light .woodmart-search-loader, .woodmart-dark .woodmart-search-loader {
  background-color: rgba(0, 0, 0, 0.9); }

.woodmart-search-loader:after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%; }

.dropdowns-color-light .woodmart-search-loader:after, .woodmart-dark .woodmart-search-loader:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.search-info-text {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  letter-spacing: .3px; }

.search-info-text > span {
  display: block;
  transform: translateY(-50px) translateZ(0);
  -webkit-transform: translateY(-50px) translateZ(0);
  -webkit-transition: all .35s ease .15s;
  transition: all .35s ease .15s; }

.dropdowns-color-light .search-info-text {
  color: rgba(255, 255, 255, 0.8); }

.no-found-msg {
  font-size: 110%;
  font-weight: 600;
  color: #333; }

.woodmart-dark .no-found-msg {
  color: #fff; }

.global-search-full-screen.woodmart-search-opened {
  overflow: hidden; }

.global-search-full-screen.woodmart-search-opened .scrollToTop {
  display: none; }

.global-search-full-screen.woodmart-search-opened .search-button > a:after {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.global-search-full-screen.woodmart-search-opened .search-button > a:before {
  opacity: 0;
  -webkit-transition: none;
  transition: none; }

.dropdowns-color-light .mobile-nav .suggestion-title, .dropdowns-color-light .mobile-nav .suggestion-price, .dropdowns-color-light .mobile-nav .suggestion-price .amount, .dropdowns-color-light .woodmart-search-dropdown .suggestion-title, .dropdowns-color-light .woodmart-search-dropdown .suggestion-price, .dropdowns-color-light .woodmart-search-dropdown .suggestion-price .amount, .dropdowns-color-light .woodmart-search-full-screen .suggestion-title, .dropdowns-color-light .woodmart-search-full-screen .suggestion-price, .dropdowns-color-light .woodmart-search-full-screen .suggestion-price .amount {
  color: #fff; }

.dropdowns-color-light .mobile-nav .suggestion-price del, .dropdowns-color-light .mobile-nav .suggestion-price del .amount, .dropdowns-color-light .woodmart-search-dropdown .suggestion-price del, .dropdowns-color-light .woodmart-search-dropdown .suggestion-price del .amount, .dropdowns-color-light .woodmart-search-full-screen .suggestion-price del, .dropdowns-color-light .woodmart-search-full-screen .suggestion-price del .amount {
  color: rgba(255, 255, 255, 0.6); }

.dropdowns-color-light .mobile-nav .search-results-wrapper .woodmart-scroll, .dropdowns-color-light .woodmart-search-dropdown .search-results-wrapper .woodmart-scroll, .dropdowns-color-light .woodmart-search-full-screen .search-results-wrapper .woodmart-scroll {
  background-color: #101010; }

.dropdowns-color-light .mobile-nav .view-all-products, .dropdowns-color-light .woodmart-search-dropdown .view-all-products, .dropdowns-color-light .woodmart-search-full-screen .view-all-products {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15); }

.dropdowns-color-light .mobile-nav .view-all-products:hover, .dropdowns-color-light .woodmart-search-dropdown .view-all-products:hover, .dropdowns-color-light .woodmart-search-full-screen .view-all-products:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.dropdowns-color-light .mobile-nav .no-found-msg, .dropdowns-color-light .woodmart-search-dropdown .no-found-msg, .dropdowns-color-light .woodmart-search-full-screen .no-found-msg {
  color: #fff; }

.dropdowns-color-light .mobile-nav .woodmart-scroll-pane, .dropdowns-color-light .woodmart-search-dropdown .woodmart-scroll-pane, .dropdowns-color-light .woodmart-search-full-screen .woodmart-scroll-pane {
  background: rgba(255, 255, 255, 0.15); }

.dropdowns-color-light .mobile-nav .woodmart-scroll-pane > .woodmart-scroll-slider, .dropdowns-color-light .woodmart-search-dropdown .woodmart-scroll-pane > .woodmart-scroll-slider, .dropdowns-color-light .woodmart-search-full-screen .woodmart-scroll-pane > .woodmart-scroll-slider {
  background: rgba(255, 255, 255, 0.35); }

.search-style-with-bg.searchform input[type=text] {
  background-color: #fff;
  color: #777 !important;
  border: 2px solid rgba(129, 129, 129, 0.3) !important; }

.search-style-with-bg.searchform input[type=text]::-webkit-input-placeholder {
  color: #777 !important; }

.search-style-with-bg.searchform input[type=text]::-moz-placeholder {
  color: #777 !important; }

.search-style-with-bg.searchform input[type=text]:-ms-input-placeholder {
  color: #777 !important; }

.search-style-with-bg.searchform input[type=text]:-moz-placeholder {
  color: #777 !important; }

.search-style-with-bg.searchform .searchsubmit {
  right: 0;
  width: 52px;
  color: #fff; }

.search-style-with-bg.searchform .searchsubmit:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.search-style-with-bg.searchform .searchsubmit:before {
  border-color: rgba(255, 255, 255, 0.4);
  border-left-color: #fff; }

.search-style-with-bg .search-by-category .input-dropdown-inner {
  border-left: 1px solid rgba(129, 129, 129, 0.2) !important;
  border-right: none;
  height: 42px;
  line-height: 42px; }

.search-style-with-bg .search-by-category .input-dropdown-inner > a {
  color: #777 !important; }

.form-style-rounded .search-style-with-bg .searchsubmit {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.form-style-semi-rounded .search-style-with-bg .searchsubmit {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.woodmart-dark .search-style-with-bg input[type=text] {
  background-color: rgba(0, 0, 0, 0.3); }

.main-header {
  position: relative;
  z-index: 379;
  width: 100%;
  margin-bottom: 40px; }

.main-header .site-logo img {
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
  transition: max-height .3s ease;
  -webkit-transition: max-height .3s ease; }

.main-header .site-logo img[src$=".svg"] {
  height: 100%; }

.main-header .right-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.main-header .sidebar-widget {
  margin-bottom: 0; }

.main-header .main-nav, .main-header .widgetarea-head {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.main-header.header-advanced, .main-header.header-base, .main-header.header-categories, .main-header.header-logo-center {
  border-bottom: none; }

.main-header.act-scroll {
  -webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.5);
  box-shadow: 0 1px 5px rgba(190, 190, 190, 0.5); }

.main-header.act-scroll .wrapp-header {
  transition: min-height .3s ease,height .3s ease;
  -webkit-transition: min-height .3s ease,height .3s ease; }

.main-header.header-menu-top .site-logo img {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

.header-has-no-bg.act-scroll {
  border: none;
  background-color: #fff; }

.header-has-no-bg.act-scroll.header-color-light {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.9); }

.header-has-bg .act-scroll {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.switch-logo-enable .woodmart-sticky-logo {
  animation: fadeIn .5s ease;
  -webkit-animation: fadeIn .5s ease;
  display: none; }

.wrapp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-transition: min-height .2s ease,height .2s ease;
  transition: min-height .2s ease,height .2s ease; }

.wrapp-header > .header-left-side, .wrapp-header > .main-nav, .wrapp-header > .right-column, .wrapp-header > .search-extended, .wrapp-header > .site-logo, .wrapp-header > .widgetarea-head {
  padding-left: 15px;
  padding-right: 15px; }

.vertical-navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.vertical-navigation .categories-menu-dropdown {
  position: absolute;
  top: 125%;
  left: 0;
  right: 0;
  z-index: 299;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease,visibility 0s ease .2s,top .2s ease;
  transition: opacity .2s ease,visibility 0s ease .2s,top .2s ease; }

.vertical-navigation .categories-menu-dropdown .menu {
  border-top: none; }

.vertical-navigation:not(.opened-menu):hover > .categories-menu-dropdown {
  visibility: visible;
  opacity: 1;
  top: 100%;
  pointer-events: visible;
  -webkit-transition: opacity .2s ease,visibility 0s ease,top .2s ease;
  transition: opacity .2s ease,visibility 0s ease,top .2s ease; }

.vertical-navigation:not(.opened-menu):hover .arrow-opener {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg); }

.vertical-navigation:not(.show-on-hover) .categories-menu-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  top: 100%; }

.vertical-navigation:not(.show-on-hover) .menu-opener {
  cursor: default; }

.menu-opener {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 600;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.menu-opener .menu-open-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.menu-opener .burger-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 10px; }

.menu-opener .burger-icon::after, .menu-opener .burger-icon::before {
  position: absolute;
  content: "";
  left: 0; }

.menu-opener .burger-icon::before {
  top: -6px; }

.menu-opener .burger-icon::after {
  top: 6px; }

.header-color-light .menu-opener .burger-icon {
  color: #fff; }

.menu-opener .burger-icon, .menu-opener .burger-icon::after, .menu-opener .burger-icon::before {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all .25s ease;
  transition: all 0.25s ease; }

.menu-opener .arrow-opener {
  margin-left: 10px;
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.menu-opener .arrow-opener:after {
  content: "\f107";
  font-size: 16px;
  line-height: 16px;
  font-family: FontAwesome; }

.header-color-light .menu-opener {
  background-color: #fff; }

.header-color-light .menu-opener:after, .header-color-light .menu-opener:before {
  background-color: #fff; }

.menu-opener.color-scheme-light {
  color: #fff; }

.menu-opener.color-scheme-light .burger-icon, .menu-opener.color-scheme-light .burger-icon:after, .menu-opener.color-scheme-light .burger-icon:before {
  background-color: #fff; }

.menu-opener.color-scheme-dark {
  color: #333;
  background-color: #fff !important; }

.menu-opener.color-scheme-dark .burger-icon, .menu-opener.color-scheme-dark .burger-icon:after, .menu-opener.color-scheme-dark .burger-icon:before {
  background-color: #333; }

.secondary-header .secondary-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative; }

.secondary-header .woodmart-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.secondary-header .woodmart-navbar .main-nav, .secondary-header .woodmart-navbar .right-column {
  padding-right: 20px;
  padding-left: 20px; }

.secondary-header .vertical-navigation {
  width: 295px; }

.secondary-header .menu-opener {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px; }

.secondary-header .menu-opener.has-bg {
  border: none; }

.secondary-header .burger-icon {
  display: none; }

.navigations-inner > .header-left-side, .navigations-inner > .main-nav, .navigations-inner > .menu-text-widget, .navigations-inner > .right-column, .navigations-inner > .vertical-navigation, .navigations-inner > .widgetarea-head {
  padding-left: 10px;
  padding-right: 10px; }

.navigation-wrap {
  border-top: 1px solid rgba(129, 129, 129, 0.2);
  border-bottom: 1px solid rgba(129, 129, 129, 0.2); }

.navigation-wrap > .container:after, .navigation-wrap > .container:before {
  content: none; }

.navigation-wrap .navigations-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px; }

.navigation-wrap .vertical-navigation {
  min-height: 50px;
  width: 290px; }

.navigation-wrap .vertical-navigation .categories-menu-dropdown {
  left: 10px;
  right: 10px; }

.navigation-wrap .vertical-navigation .menu {
  border: 1px solid rgba(129, 129, 129, 0.2); }

.navigation-wrap .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
  max-width: calc(95vw - 270px - 30px); }

.platform-Windows .navigation-wrap .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
  max-width: calc(95vw - 270px - 47px); }

.navigation-wrap .menu-opener {
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  border-left: 1px solid rgba(129, 129, 129, 0.2); }

.navigation-wrap .menu-opener.has-bg {
  border: none; }

.header-color-light .navigation-wrap .menu-opener {
  border-color: rgba(255, 255, 255, 0.15); }

.navigation-wrap .menu-text-widget {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.navigation-wrap .create-nav-msg {
  padding-top: 11px;
  padding-left: 10px;
  padding-right: 10px; }

.navigation-wrap .main-nav {
  min-height: 50px; }

.navigation-wrap .main-nav .item-level-0 > a {
  height: 50px;
  line-height: 50px; }

.navigation-wrap .main-nav .sub-menu-dropdown {
  margin-top: 1px; }

.navigation-wrap .main-nav .sub-menu-dropdown:after {
  height: 1px; }

.navigation-wrap .main-nav .menu-item-design-full-width .sub-menu-dropdown {
  margin-top: 1px; }

.navigation-wrap .main-nav .menu-item-design-full-width .sub-menu-dropdown:after {
  height: 1px; }

.header-color-light .navigation-wrap {
  border-color: rgba(255, 255, 255, 0.15); }

.navigation-wrap.navigation-color-scheme-light .menu-opener {
  border-color: rgba(255, 255, 255, 0.15); }

.navigation-wrap.navigation-color-scheme-dark .menu-opener {
  border-color: rgba(168, 168, 168, 0.25); }

.navigation-wrap.has-bg {
  border: none; }

.navigation-wrap.has-bg .main-nav .sub-menu-dropdown {
  margin-top: 0; }

.navigation-wrap.has-bg .main-nav .sub-menu-dropdown:after {
  height: 0; }

.navigation-wrap.has-bg .main-nav .menu-item-design-full-width .sub-menu-dropdown {
  margin-top: 0; }

.navigation-wrap.has-bg .main-nav .menu-item-design-full-width .sub-menu-dropdown:after {
  height: 0; }

.navigation-wrap:not(.has-bg) .menu-opener.has-bg {
  margin-top: -1px;
  margin-bottom: -1px; }

body:not(.document-ready) .navigation-wrap .main-nav, body:not(.document-ready) .navigation-wrap .vertical-navigation {
  height: 50px; }

.header-shop .main-nav, .header-shop .right-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

.header-split .wrapp-header {
  position: relative; }

.header-split .site-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-split .site-logo .woodmart-logo-wrap {
  position: relative;
  z-index: 1; }

.header-split .main-nav {
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.header-split .main-nav .menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 100px; }

.header-split .main-nav.menu-center .menu, .header-split .main-nav.menu-right .menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header-split .right-column {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3; }

.header-split .left-side {
  left: 0;
  right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header-split.menu-calculated .main-nav {
  opacity: 1; }

.woodmart-header-split .woodmart-search-dropdown .woodmart-search-wrapper {
  left: -5px;
  right: auto; }

.header-logo-center .right-column, .header-logo-center .widgetarea-head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

.header-logo-center.full-screen-menu .navigation-wrap {
  display: none; }

.header-advanced .wrapp-header .right-column {
  display: none; }

.header-advanced .wrapp-header > .search-extended {
  width: 340px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.header-advanced .wrapp-header > .search-extended .search-by-category {
  display: none; }

.header-advanced .secondary-inner {
  background-color: #fff;
  border: 2px solid #E8E8E8; }

.header-advanced .woodmart-navbar .right-column {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.header-advanced .woodmart-navbar .right-column > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-advanced .woodmart-shopping-cart .dropdown-cart {
  right: -22px;
  margin-top: 2px; }

.header-advanced .woodmart-shopping-cart .dropdown-cart:after {
  height: 2px; }

.header-advanced .full-screen-burger-icon {
  height: auto; }

.header-advanced .vertical-navigation {
  margin-left: -2px;
  margin-bottom: -2px;
  margin-top: -2px; }

.header-advanced .menu-opener {
  border-right: 2px solid #E8E8E8; }

.header-advanced .create-nav-msg {
  padding-top: 13px; }

.header-advanced .main-nav .item-level-0 > a {
  height: 56px;
  line-height: 56px; }

.header-advanced .main-nav .item-level-0 > a .menu-label {
  margin-bottom: -5px; }

.header-advanced .main-nav .sub-menu-dropdown {
  margin-top: 2px; }

.header-advanced .main-nav .sub-menu-dropdown:after {
  height: 2px; }

.header-advanced .main-nav .menu-item-design-full-width.menu-item-has-children {
  position: static; }

.header-advanced .main-nav .menu-item-design-full-width .sub-menu-dropdown {
  margin-top: 2px;
  width: auto;
  left: -2px !important;
  right: -2px;
  padding-right: 20px;
  padding-left: 20px; }

.header-advanced .main-nav .menu-item-design-full-width .sub-menu-dropdown:after {
  height: 2px; }

.header-advanced.header-has-bg .secondary-inner {
  background-color: inherit; }

.header-advanced.header-color-light .secondary-inner {
  border-color: transparent; }

.header-advanced.header-color-light .menu-opener {
  border: none; }

.header-categories {
  padding-bottom: 20px; }

.header-categories .secondary-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-categories .menu-opener {
  border: 2px solid #E8E8E8; }

.header-categories .search-extended {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.header-categories .vertical-navigation {
  margin-right: 20px; }

.header-categories.header-color-light .menu-opener {
  border-color: rgba(255, 255, 255, 0.25); }

.header-menu-top .navigation-wrap {
  border: none; }

.header-menu-top .navigation-wrap .main-nav {
  min-height: 0; }

.header-menu-top .navigation-wrap .main-nav .item-level-0 > a {
  height: 40px;
  line-height: 40px; }

.header-menu-top .navigation-wrap .main-nav .item-level-0 > a .menu-label {
  margin-top: -4px; }

.header-menu-top .navigations-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-menu-top .site-logo {
  text-align: center; }

.header-menu-top .site-logo a img {
  max-height: none; }

.header-menu-top.act-scroll {
  -webkit-box-shadow: none;
  box-shadow: none; }

.header-menu-top.header-has-no-bg .navigation-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.header-menu-top.header-has-bg .navigation-wrap {
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none; }

body:not(.document-ready) .header-menu-top .main-nav, body:not(.document-ready) .header-menu-top .vertical-navigation {
  height: auto; }

.header-overlap, .header-sticky-real {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.woodmart-header-overlap:not(.template-product) .main-page-wrapper {
  margin-top: 0;
  padding-top: 0; }

.woodmart-header-overlap:not(.template-product) .header-spacing {
  display: none; }

.header-overlap {
  transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease; }

.header-overlap.act-scroll {
  transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease; }

.header-sticky-real.act-scroll {
  position: fixed; }

.woodmart-top-bar-on .header-sticky-real.act-scroll {
  top: 0; }

.sticky-header-real .act-scroll .switch-logo-enable .woodmart-main-logo {
  display: none; }

.sticky-header-real .act-scroll .switch-logo-enable .woodmart-sticky-logo {
  display: block; }

.sticky-header-clone .sticky-header .switch-logo-enable .woodmart-main-logo {
  display: none; }

.sticky-header-clone .sticky-header .switch-logo-enable .woodmart-sticky-logo {
  display: block; }

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 390;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: show-element-long-to-top .25s ease;
  -webkit-animation: show-element-long-to-top .25s ease;
  -webkit-transition: opacity .1s ease,visibility .1s ease;
  transition: opacity .1s ease,visibility .1s ease; }

.sticky-header .site-logo img {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0; }

.sticky-header .right-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.sticky-header .main-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.sticky-header .main-nav .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sticky-header .main-nav .item-level-0 > a .menu-label {
  bottom: 75%; }

.sticky-header .woodmart-search-full-screen .woodmart-search-wrapper {
  opacity: 0;
  -webkit-transition: opacity .3s ease,transform .3s ease;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease; }

.woodmart-search-opened .sticky-header .woodmart-search-full-screen .woodmart-search-wrapper {
  opacity: 1; }

.sticky-header .woodmart-search-full-screen .woodmart-search-wrapper:not(.search-overlap) {
  pointer-events: none; }

.sticky-header .woodmart-search-full-screen.search-overlap {
  opacity: 1;
  -webkit-transition: opacity 0s ease,transform .3s ease;
  -webkit-transition: opacity 0s ease,-webkit-transform .3s ease;
  transition: opacity 0s ease,-webkit-transform .3s ease;
  transition: opacity 0s ease,transform .3s ease;
  transition: opacity 0s ease,transform .3s ease,-webkit-transform .3s ease; }

.browser-Safari .sticky-header {
  visibility: visible; }

.sticky-header.act-scroll {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  animation: show-element-from-top .25s ease;
  -webkit-animation: show-element-from-top .25s ease; }

.sticky-header.color-scheme-light, .woodmart-dark .sticky-header {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: none;
  box-shadow: none; }

.act-scroll .wrapp-header, .sticky-header .wrapp-header {
  min-height: 60px !important; }

.act-scroll .main-nav .menu-item .sub-menu-dropdown, .act-scroll .woodmart-search-dropdown > .woodmart-search-wrapper, .act-scroll .woodmart-shopping-cart .dropdown-cart, .act-scroll .woodmart-header-links .sub-menu-dropdown, .act-scroll.header-menu-top .navigation-wrap .main-nav .sub-menu-dropdown, .act-scroll.header-menu-top .woodmart-search-dropdown > .woodmart-search-wrapper {
  margin-top: 10px; }

.sticky-navigation-only .header-menu-top {
  position: static; }

.sticky-navigation-only.sticky-header-prepared .navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 350; }

.sticky-navigation-only.sticky-header-prepared .act-scroll .navigation-wrap {
  position: fixed; }

.header-left-side, .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.right-column > div > a {
  color: #333; }

.right-column > div > a:focus, .right-column > div > a:hover {
  color: #949494; }

.right-column .woodmart-wishlist-info-widget {
  margin-right: 5px; }

.header-color-light .right-column .woodmart-cart-design-3 > a:before {
  border-color: rgba(255, 255, 255, 0.3); }

.header-left-side {
  display: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.search-button {
  position: relative; }

.search-button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  color: #333; }

.search-button > a:focus, .search-button > a:hover {
  color: rgba(51, 51, 51, 0.6); }

.search-button .search-button-icon {
  position: relative;
  font-size: 0;
  line-height: 1;
  font-weight: 400; }

.search-button .search-button-icon:before {
  content: "\f125";
  font-family: woodmart-font;
  font-size: 19px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.whb-top-bar .search-button .search-button-icon:before {
  font-size: 13px; }

.woodmart-search-opened .search-button .search-button-icon:before {
  opacity: 0;
  -webkit-transition: none;
  transition: none; }

.icons-design-fontawesome .search-button .search-button-icon:before {
  content: "\f002";
  font-size: 20px;
  font-family: FontAwesome; }

.search-button .search-button-icon:after {
  content: "\f10f";
  font-family: woodmart-font;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -7.5px;
  font-size: 15px;
  font-weight: 400;
  height: 15px;
  width: 15px;
  line-height: 15px;
  opacity: 0;
  -webkit-transition: none;
  transition: none; }

.whb-top-bar .search-button .search-button-icon:after {
  font-size: 10px; }

.woodmart-search-opened .search-button .search-button-icon:after {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity 0.3s ease; }

.woodmart-search-custom-icon .search-button-icon {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.woodmart-search-custom-icon .search-button-icon:after, .woodmart-search-custom-icon .search-button-icon:before {
  content: none; }

.woodmart-search-custom-icon > a:hover .search-button-icon {
  opacity: .6; }

.woodmart-wishlist-info-widget > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-weight: 400;
  color: #333; }

.woodmart-wishlist-info-widget > a:focus, .woodmart-wishlist-info-widget > a:hover {
  color: rgba(51, 51, 51, 0.6); }

.woodmart-wishlist-info-widget .wishlist-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 0; }

.icons-design-fontawesome .woodmart-wishlist-info-widget .wishlist-info-wrap:before {
  content: "\f004";
  font-family: FontAwesome; }

.woodmart-wishlist-info-widget .wishlist-icon {
  position: relative;
  font-weight: 400;
  font-size: 0; }

.woodmart-wishlist-info-widget .wishlist-icon:before {
  content: "\f108";
  font-family: woodmart-font;
  font-size: 20px; }

.whb-top-bar .woodmart-wishlist-info-widget .wishlist-icon:before {
  font-size: 14px; }

.icons-design-fontawesome .woodmart-wishlist-info-widget .wishlist-icon:before {
  content: "\f004";
  font-family: FontAwesome; }

.woodmart-wishlist-info-widget:not(.whb-wishlist-text):not(.without-product-count) {
  margin-right: 5px; }

.woodmart-wishlist-info-widget:not(.whb-wishlist-text) .wishlist-label {
  display: none; }

.woodmart-wishlist-info-widget .wishlist-label {
  text-transform: uppercase;
  margin-left: 14px;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle; }

.whb-top-bar .woodmart-wishlist-info-widget .wishlist-label {
  font-size: 12px;
  font-weight: 400; }

.woodmart-wishlist-info-widget .count {
  position: absolute;
  top: -5px;
  right: -9px;
  z-index: 1;
  width: 15px;
  height: 15px;
  line-height: 15px;
  letter-spacing: 0 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #fff;
  text-align: center;
  border-radius: 50%; }

.whb-top-bar .woodmart-wishlist-info-widget .count {
  width: 13px;
  height: 13px;
  line-height: 13px; }

.woodmart-wishlist-custom-icon .wishlist-icon:before {
  content: none; }

.woodmart-wishlist-custom-icon .woodmart-custom-icon {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.woodmart-wishlist-custom-icon > a:hover .woodmart-custom-icon {
  opacity: 0.6; }

.woodmart-burger-icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.woodmart-burger-icon .woodmart-burger {
  vertical-align: middle;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px; }

.woodmart-burger-icon .woodmart-burger::after, .woodmart-burger-icon .woodmart-burger::before {
  position: absolute;
  content: "";
  left: 0; }

.woodmart-burger-icon .woodmart-burger::before {
  top: -6px; }

.woodmart-burger-icon .woodmart-burger::after {
  top: 6px; }

.woodmart-burger-icon .woodmart-burger, .woodmart-burger-icon .woodmart-burger::after, .woodmart-burger-icon .woodmart-burger::before {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.woodmart-burger-icon .woodmart-burger-label {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  color: #2d2a2a;
  margin-left: 8px; }

.header-color-light .woodmart-burger-icon .woodmart-burger-label {
  color: #fff; }

.header-color-light .woodmart-burger-icon .woodmart-burger, .header-color-light .woodmart-burger-icon .woodmart-burger:after, .header-color-light .woodmart-burger-icon .woodmart-burger:before {
  background-color: #fff; }

.mobile-nav-icon {
  display: none; }

.mobile-nav-icon .woodmart-burger-label {
  font-weight: 900; }

.header-mobile-right .mobile-nav-icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.header-mobile-right .mobile-nav-icon .woodmart-burger-label {
  margin-left: 0;
  margin-right: 8px; }

.full-screen-burger-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px; }

.full-screen-burger-icon:hover .woodmart-burger:before {
  width: 12px; }

.full-screen-burger-icon:hover .woodmart-burger:after {
  width: 10px; }

.right-column:not(.left-side) .full-screen-burger-icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: 15px;
  margin-right: 0; }

.right-column:not(.left-side) .full-screen-burger-icon .woodmart-burger, .right-column:not(.left-side) .full-screen-burger-icon .woodmart-burger:after, .right-column:not(.left-side) .full-screen-burger-icon .woodmart-burger:before {
  left: auto;
  right: 0; }

.right-column:not(.left-side) .full-screen-burger-icon .woodmart-burger-label {
  margin-left: 0;
  margin-right: 8px; }

.amount {
  font-size: 14px;
  font-weight: 600; }

.price .amount {
  font-size: inherit; }

.inline-list {
  margin-left: -15px;
  margin-right: -15px; }

.inline-list li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px; }

.inline-list li:not(:last-child) {
  border-right: 1px solid rgba(129, 129, 129, 0.2); }

.color-scheme-light .inline-list-with-border li:not(:last-child), .header-color-light .inline-list-with-border li:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15); }

.main-nav-style, .main-nav .item-level-0 > a, body:not(.global-full-screen-menu) .woodmart-header-links > ul > li > a, .full-screen-nav .item-level-0 > a {
  font-weight: 700;
  font-size: 13px; }

.woodmart-shopping-cart {
  position: relative; }

.woodmart-shopping-cart > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  color: #333; }

.woodmart-shopping-cart > a:focus, .woodmart-shopping-cart > a:hover {
  color: rgba(51, 51, 51, 0.6); }

.woodmart-shopping-cart .woodmart-cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 0;
  line-height: 1; }

.woodmart-shopping-cart .woodmart-cart-icon {
  font-weight: 400; }

.woodmart-shopping-cart .woodmart-cart-icon:before {
  content: "\f107";
  font-family: woodmart-font;
  font-size: 20px; }

.whb-top-bar .woodmart-shopping-cart .woodmart-cart-icon:before {
  font-size: 14px; }

.icons-design-fontawesome .woodmart-shopping-cart .woodmart-cart-icon:before {
  content: "\f123";
  font-family: woodmart-font; }

.woodmart-shopping-cart .woodmart-cart-subtotal .amount {
  color: #333;
  font-size: inherit;
  font-weight: inherit; }

.woodmart-shopping-cart .woodmart-cart-totals {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap; }

.whb-top-bar .woodmart-shopping-cart .woodmart-cart-totals {
  font-size: 12px;
  font-weight: 400; }

.woodmart-shopping-cart .woodmart-cart-number > span {
  display: none; }

.woodmart-shopping-cart.woodmart-cart-alt .woodmart-cart-icon:before {
  content: "\f120";
  font-family: woodmart-font; }

.icons-design-fontawesome .woodmart-shopping-cart.woodmart-cart-alt .woodmart-cart-icon:before {
  content: "\f291";
  font-family: FontAwesome; }

.woodmart-cart-design-1 .woodmart-cart-icon {
  margin-right: 10px; }

.woodmart-cart-design-2 .woodmart-cart-number, .woodmart-cart-design-5 .woodmart-cart-number {
  position: absolute;
  top: -5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  color: #fff; }

.whb-top-bar .woodmart-cart-design-2 .woodmart-cart-number, .whb-top-bar .woodmart-cart-design-5 .woodmart-cart-number {
  width: 13px;
  height: 13px;
  line-height: 13px; }

.woodmart-cart-design-2 .woodmart-cart-icon {
  margin-right: 15px; }

.whb-top-bar .woodmart-cart-design-2 .woodmart-cart-icon {
  margin-right: 10px; }

.woodmart-cart-design-2 .woodmart-cart-number {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.whb-top-bar .woodmart-cart-design-2 .woodmart-cart-number {
  right: calc(100% + 2px); }

.woodmart-cart-design-2 .woodmart-cart-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.woodmart-cart-design-2 .woodmart-cart-number {
  right: calc(100% + 6px); }

.woodmart-cart-design-2 .subtotal-divider {
  display: none; }

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

.woodmart-cart-design-3 .woodmart-cart-icon {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #E8E8E8; }

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

.whb-top-bar .woodmart-cart-design-3 .woodmart-cart-icon {
  margin-right: 8px;
  padding-right: 8px; }

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

.whb-top-bar .woodmart-cart-design-3 .woodmart-cart-icon:before {
  font-size: 20px; }

.woodmart-cart-design-3 .woodmart-cart-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.woodmart-cart-design-3 .woodmart-cart-number {
  color: #777;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px; }

.woodmart-cart-design-3 .woodmart-cart-number > span {
  display: inline-block; }

.whb-top-bar .woodmart-cart-design-3 .woodmart-cart-number {
  line-height: 14px;
  font-size: inherit; }

.woodmart-cart-design-3 .woodmart-cart-subtotal {
  line-height: 20px; }

.whb-top-bar .woodmart-cart-design-3 .woodmart-cart-subtotal {
  line-height: 14px; }

.woodmart-cart-design-3 .woodmart-cart-subtotal .amount {
  font-weight: 900;
  font-size: 14px; }

.whb-top-bar .woodmart-cart-design-3 .woodmart-cart-subtotal .amount {
  font-weight: 600;
  font-size: 12px; }

.woodmart-cart-design-3 .subtotal-divider {
  display: none; }

.woodmart-cart-design-4 .woodmart-cart-icon {
  margin-right: 6px; }

.woodmart-cart-design-4 .woodmart-cart-number {
  position: relative;
  display: inline-block;
  padding: 0 2px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 50%; }

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

.woodmart-cart-design-4 .subtotal-divider, .woodmart-cart-design-4 .woodmart-cart-subtotal {
  display: none; }

.woodmart-cart-design-5 {
  margin-right: 5px; }

.woodmart-cart-design-5 .woodmart-cart-number {
  right: -8px; }

.woodmart-cart-design-5 .subtotal-divider, .woodmart-cart-design-5 .woodmart-cart-subtotal {
  display: none; }

.woodmart-cart-custom-icon .woodmart-cart-icon {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.woodmart-cart-custom-icon .woodmart-cart-icon:before {
  content: none; }

.woodmart-cart-custom-icon > a:hover .woodmart-cart-icon {
  opacity: .6; }

.dropdown-cart {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 350;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  margin-top: 15px;
  padding: 20px;
  width: 330px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease;
  animation: menu-to-bottom .25s ease;
  -webkit-animation: menu-to-bottom .25s ease; }

.dropdown-cart:after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 15px; }

.dropdown-cart .return-to-shop {
  display: none; }

.dropdown-cart .widget_shopping_cart .empty {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0; }

.dropdowns-color-light .dropdown-cart, .woodmart-dark .dropdown-cart {
  background-color: #101010; }

.woodmart-shopping-cart.display-widget > .dropdown-cart, .woodmart-shopping-cart:hover > .dropdown-cart {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
  -webkit-transition: opacity .25s ease,visibility 0 ease;
  transition: opacity .25s ease,visibility 0 ease;
  animation: menu-in-top .25s ease;
  -webkit-animation: menu-in-top 0.25s ease; }

.shopify-cart .woodmart-shopping-cart > a {
  pointer-events: none;
  cursor: default; }

.shopify-cart .cart-widget-side, .shopify-cart .dropdown-cart {
  display: none; }

.cart-widget-side {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 500;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
  transform: translate3d(340px, 0, 0);
  -webkit-transform: translate3d(340px, 0, 0); }

.cart-widget-side .widget-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.cart-widget-side .widget-close {
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  color: #2d2a2a;
  cursor: pointer;
  padding-right: 21px; }

.cart-widget-side .widget-close:after, .cart-widget-side .widget-close:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: #2d2a2a;
  -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out; }

.dropdowns-color-light .cart-widget-side .widget-close:after, .woodmart-dark .cart-widget-side .widget-close:after, .dropdowns-color-light .cart-widget-side .widget-close:before, .woodmart-dark .cart-widget-side .widget-close:before {
  background-color: #fff; }

.cart-widget-side .widget-close:after {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.cart-widget-side .widget-close:before {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.cart-widget-side .widget-close:hover:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.cart-widget-side .widget-close:hover:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.dropdowns-color-light .cart-widget-side .widget-close, .woodmart-dark .cart-widget-side .widget-close {
  color: #fff; }

.cart-widget-side .widget-title {
  margin-bottom: 0;
  font-size: 20px; }

.cart-widget-side .widget_shopping_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  opacity: 0;
  transition: opacity .1s ease .25s;
  -webkit-transition: opacity .1s ease .25s; }

.cart-widget-side .widget_shopping_cart .mini_cart_item {
  padding: 15px;
  margin-bottom: 0;
  transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease; }

.cart-widget-side .widget_shopping_cart .mini_cart_item:hover {
  background-color: #f9f9f9; }

.dropdowns-color-light .cart-widget-side .widget_shopping_cart .mini_cart_item:hover, .woodmart-dark .cart-widget-side .widget_shopping_cart .mini_cart_item:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.cart-widget-side .widget_shopping_cart .woodmart-scroll-content {
  position: absolute;
  max-height: none;
  padding-right: 0; }

.cart-widget-side .widget_shopping_cart .remove {
  top: 13px;
  right: 10px; }

.cart-widget-side .widget_shopping_cart .empty {
  margin-top: 20px;
  margin-bottom: 5px; }

.cart-widget-side .widget_shopping_cart .empty:before {
  content: "\f101";
  font-family: woodmart-font;
  display: block;
  color: rgba(135, 135, 135, 0.15);
  font-size: 86px;
  line-height: 86px;
  font-weight: 400;
  margin-bottom: 20px; }

.cart-widget-side .widget_shopping_cart .empty:after {
  content: "\f10f";
  font-family: woodmart-font;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 22px;
  color: #858585;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700; }

.cart-widget-side .widget_shopping_cart .total {
  margin-top: 0; }

.cart-widget-side .widget_shopping_cart .shopping-cart-widget-footer {
  margin-top: 0; }

.cart-widget-side .widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cart-widget-side .shopping-cart-widget-footer {
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.cart-widget-side .shopping-cart-widget-footer > p {
  padding-left: 15px;
  padding-right: 15px; }

.dropdowns-color-light .cart-widget-side, .woodmart-dark .cart-widget-side {
  background-color: #101010; }

.dropdowns-color-light .cart-widget-side .empty:before, .woodmart-dark .cart-widget-side .empty:before {
  color: rgba(255, 255, 255, 0.6); }

.dropdowns-color-light .cart-widget-side .empty:after, .woodmart-dark .cart-widget-side .empty:after {
  color: #fff; }

.widget_shopping_cart .has-scrollbar .woodmart-scroll-content {
  overflow: scroll;
  overflow-x: hidden; }

.widget_shopping_cart .woodmart-scroll-content {
  position: relative;
  max-height: 250px;
  padding-right: 5px; }

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
  text-align: left; }

.widget_shopping_cart .mini_cart_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.widget_shopping_cart .mini_cart_item a {
  margin-bottom: 0; }

.widget_shopping_cart .cart-item-image {
  position: relative;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.widget_shopping_cart .cart-item-image:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  transition: opacity .6s ease;
  -webkit-transition: opacity .6s ease;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%; }

.widget_shopping_cart .cart-item-image img {
  float: none;
  margin-right: 0;
  transition: opacity .6s ease;
  -webkit-transition: opacity .6s ease; }

.widget_shopping_cart .blockOverlay {
  display: none !important; }

.widget_shopping_cart .removing-process .cart-item-image:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.widget_shopping_cart .removing-process .cart-item-image img {
  opacity: .2; }

.widget_shopping_cart .cart-item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  z-index: 1; }

.widget_shopping_cart .cart-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px; }

.widget_shopping_cart .product-title {
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.widget_shopping_cart .variation {
  margin-bottom: 6px; }

.widget_shopping_cart .quantity {
  color: #bbb;
  font-size: 13px;
  display: block; }

.widget_shopping_cart .remove {
  position: absolute;
  top: 1px;
  right: 0;
  padding-right: 0;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  font-size: 0;
  margin-bottom: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.8);
  z-index: 2; }

.widget_shopping_cart .remove:after {
  content: "\f10f";
  font-family: woodmart-font;
  font-size: 8px;
  font-weight: 700; }

.widget_shopping_cart .remove:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.widget_shopping_cart .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid;
  margin-top: 15px; }

.widget_shopping_cart .total strong {
  font-size: 18px;
  color: #2d2a2a;
  font-weight: 600;
  text-transform: uppercase; }

.widget_shopping_cart .total .amount {
  font-weight: 600;
  font-size: 20px; }

.widget_shopping_cart .buttons {
  display: block;
  margin-bottom: 0;
  text-align: center; }

.widget_shopping_cart .buttons a {
  width: 100%;
  margin-bottom: 10px; }

.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0; }

.widget_shopping_cart .buttons a .checkout {
  color: #fff; }

.widget_shopping_cart .buttons a .checkout:focus, .widget_shopping_cart .buttons a .checkout:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.widget_shopping_cart .return-to-shop {
  margin-bottom: 0;
  text-align: center; }

.widget_shopping_cart .return-to-shop a {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px; }

.widget_shopping_cart .empty {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2d2a2a; }

.dropdowns-color-light .cart-widget-side ul.variation, .dropdowns-color-light .dropdown-cart ul.variation {
  color: rgba(255, 255, 255, 0.8); }

.dropdowns-color-light .cart-widget-side .product-title, .dropdowns-color-light .dropdown-cart .product-title {
  color: #fff; }

.dropdowns-color-light .cart-widget-side .widget-heading {
  border-color: rgba(255, 255, 255, 0.15); }

.dropdowns-color-light .cart-widget-side .widget-title {
  color: #fff; }

.dropdowns-color-light .cart-widget-side .woodmart-scroll-pane {
  background: rgba(255, 255, 255, 0.15); }

.dropdowns-color-light .cart-widget-side .woodmart-scroll-pane > .woodmart-scroll-slider {
  background: rgba(255, 255, 255, 0.35); }

.woodmart-cart-opened .cart-widget-side {
  transform: none;
  -webkit-transform: none; }

.woodmart-cart-opened .widget_shopping_cart {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.header-banner-enabled .website-wrapper {
  margin-top: 0;
  transition: margin-top .6s ease;
  -webkit-transition: margin-top 0.6s ease; }

.header-banner-display .header-banner {
  opacity: 1;
  transition: opacity 0s ease;
  -webkit-transition: opacity 0s ease; }

.header-banner-display .website-wrapper {
  transition: margin-top .6s ease .25s;
  -webkit-transition: margin-top 0.6s ease 0.25s; }

.header-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0s ease .6s;
  -webkit-transition: opacity 0s ease .6s; }

.header-banner p {
  margin: 0; }

.header-banner-container > h1, .header-banner-container > h2, .header-banner-container > h3, .header-banner-container > h4, .header-banner-container > h5, .header-banner-container > h6, .header-banner-container > ol, .header-banner-container > p, .header-banner-container ul {
  margin-bottom: 10px; }

.header-banner-container > h1:last-child, .header-banner-container > h2:last-child, .header-banner-container > h3:last-child, .header-banner-container > h4:last-child, .header-banner-container > h5:last-child, .header-banner-container > h6:last-child, .header-banner-container > ol:last-child, .header-banner-container > p:last-child, .header-banner-container ul:last-child {
  margin-bottom: 0; }

.header-banner-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.close-header-banner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  color: #333;
  z-index: 3; }

.close-header-banner:after {
  content: "\f10f";
  font-family: woodmart-font;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .25s ease;
  -webkit-transition: background-color .25s ease; }

.close-header-banner:focus, .close-header-banner:hover {
  color: #333;
  opacity: .6; }

.color-scheme-dark .close-header-banner:focus, .color-scheme-dark .close-header-banner:hover {
  color: #333; }

.close-header-banner + .header-banner-link {
  right: 60px; }

.color-scheme-dark .close-header-banner {
  color: #333; }

.topbar-wrapp {
  position: relative;
  height: 42px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  z-index: 400; }

.topbar-wrapp.header-color-light {
  border-color: transparent; }

.topbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.topbar-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px; }

.topbar-text > h1, .topbar-text > h2, .topbar-text > h3 {
  font-size: 14px; }

.topbar-text > h4, .topbar-text > h5, .topbar-text > h6 {
  font-size: 12px; }

.topbar-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: -10px;
  margin-right: -10px; }

.topbar-menu, .topbar-text {
  padding-left: 10px;
  padding-right: 10px; }

.topbar-right-text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.top-bar-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.top-bar-right .topbar-menu .sub-menu-dropdown, .top-bar-right .topbar-menu .submenu-languages {
  left: auto;
  right: 0; }

.top-bar-right .menu-item-design-default .sub-sub-menu {
  left: auto;
  right: 100%; }

.woodmart-navigation .menu li a i {
  margin-right: 8px;
  font-size: 115%; }

.woodmart-navigation .category-icon {
  max-height: 19px;
  display: inline-block;
  margin-right: 7px; }

.woodmart-navigation .item-level-0 > a {
  display: block;
  letter-spacing: .2px; }

.woodmart-navigation .item-level-0.menu-item-has-children {
  position: relative; }

.woodmart-navigation .item-level-0.menu-item-has-children > a {
  position: relative; }

.woodmart-navigation .item-level-0.menu-item-has-children > a:after {
  content: "\f107";
  margin-left: 4px;
  font-size: 100%;
  color: #bbb;
  font-weight: 400;
  font-family: FontAwesome; }

.woodmart-navigation .item-event-hover:hover > .sub-menu-dropdown, .woodmart-navigation .item-menu-opened > .sub-menu-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: visible; }

.sub-menu-dropdown {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-color: #fff;
  pointer-events: none;
  z-index: 380;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

.sub-menu-dropdown:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%; }

.sub-menu-dropdown.color-scheme-light, .woodmart-dark .sub-menu-dropdown {
  background-color: #101010; }

.browser-Safari .sub-menu-dropdown {
  visibility: visible; }

.menu-item-design-default .sub-menu-dropdown, .menu-item-design-default .sub-sub-menu {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px; }

.menu-item-design-default .sub-menu-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

.menu-item-design-default .sub-menu-dropdown > .container {
  width: auto;
  padding: 0; }

.menu-item-design-default .sub-menu-dropdown.color-scheme-light .sub-sub-menu {
  background-color: #101010; }

.menu-item-design-default ul li {
  display: block;
  position: relative;
  margin-bottom: 0; }

.menu-item-design-default ul li a {
  display: block;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px; }

.menu-item-design-default ul li a .menu-label {
  margin-bottom: -2px; }

.menu-item-design-default ul li a .category-icon {
  margin-top: -1px; }

.menu-item-design-default ul li:last-child > a {
  border-bottom: none; }

.menu-item-design-default ul li ul {
  animation: menu-to-top .25s ease;
  -webkit-animation: menu-to-top .25s ease; }

.menu-item-design-default ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  animation: menu-in-bottom .25s ease;
  -webkit-animation: menu-in-bottom .25s ease; }

.menu-item-design-default .menu-item-has-children > a {
  padding-right: 30px; }

.menu-item-design-default .menu-item-has-children > a:after {
  content: "\f105";
  position: absolute;
  color: #bbb;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-family: FontAwesome; }

.menu-item-design-sized .sub-menu-dropdown {
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px; }

.menu-item-design-sized .sub-menu-dropdown > .container {
  width: auto;
  padding: 0; }

.menu-item-design-full-width .sub-menu-dropdown {
  padding-top: 30px; }

.platform-Windows .menu-item-design-full-width .sub-menu-dropdown {
  padding-left: 17px; }

.menu-mega-dropdown .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.menu-mega-dropdown .sub-menu .category-icon {
  max-height: 18px; }

.menu-mega-dropdown .sub-menu > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px; }

.menu-mega-dropdown .vc_row .sub-menu > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.woodmart-widget .menu-mega-dropdown .sub-menu > li {
  margin-bottom: 25px; }

.woodmart-widget .menu-mega-dropdown .sub-sub-menu li {
  margin-bottom: 0; }

.mega-menu-list > li > a {
  color: #2d2a2a; }

.color-scheme-light .mega-menu-list > li > a {
  color: #fff; }

.color-scheme-light .mega-menu-list > li > a:focus, .color-scheme-light .mega-menu-list > li > a:hover {
  color: rgba(255, 255, 255, 0.8); }

.mega-menu-list .sub-sub-menu li a {
  color: #777; }

.color-scheme-light .mega-menu-list .sub-sub-menu li a {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .mega-menu-list .sub-sub-menu li a:focus, .color-scheme-light .mega-menu-list .sub-sub-menu li a:hover {
  color: #fff; }

.color-scheme-light .mega-menu-list > li > a, .mega-menu-list > li > a, .menu-mega-dropdown .sub-menu > li > a {
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative; }

.color-scheme-light .mega-menu-list > li > a i, .mega-menu-list > li > a i, .menu-mega-dropdown .sub-menu > li > a i {
  font-size: 15px; }

.mega-menu-list > li > a .category-icon, .menu-mega-dropdown .sub-menu > li > a .category-icon {
  margin-top: -2px; }

.mega-menu-list > li > a .menu-label, .menu-mega-dropdown .sub-menu > li > a .menu-label {
  margin-bottom: 7px; }

.color-scheme-light .mega-menu-list .sub-sub-menu li a, .mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 0; }

.mega-menu-list .sub-sub-menu li a .menu-label, .menu-mega-dropdown .sub-sub-menu li a .menu-label {
  margin-bottom: -2px; }

.item-with-label > a {
  position: relative; }

span.menu-label {
  color: #fff;
  line-height: 12px;
  letter-spacing: .3px;
  font-size: 9px;
  font-weight: 600; }

.menu-label {
  position: absolute;
  bottom: 85%;
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  display: inline-block;
  margin-left: -20px;
  padding: 2px 4px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: opacity .3s ease,color .25s ease,background-color .25s ease;
  transition: opacity .3s ease,color .25s ease,background-color .25s ease; }

.menu-label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 0 0;
  border-top-color: transparent;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important; }

.document-ready .menu-label {
  opacity: 1; }

.main-nav {
  margin-left: -10px;
  margin-right: -10px; }

.main-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.main-nav .item-level-0 > a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px; }

.main-nav .item-level-0 > a .category-icon {
  margin-top: -4px; }

.main-nav .item-level-0 > a i {
  margin-right: 4px; }

.main-nav .item-level-0.callto-btn {
  margin-left: 10px;
  margin-right: 10px; }

.main-nav .item-level-0.callto-btn > a {
  height: auto;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease; }

.main-nav .item-level-0.callto-btn > a:focus, .main-nav .item-level-0.callto-btn > a:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.main-nav .item-level-0.callto-btn > a:hover {
  text-decoration: none; }

.main-nav .item-level-0.callto-btn > a:focus {
  outline: 0; }

.main-nav .item-level-0.callto-btn > a:after {
  content: none; }

.main-nav .item-level-0.callto-btn:hover > a {
  color: #fff; }

.main-nav .sub-menu-dropdown {
  left: 0;
  top: 100%;
  margin-top: 15px;
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease;
  animation: menu-to-bottom .25s ease;
  -webkit-animation: menu-to-bottom .25s ease; }

.main-nav .sub-menu-dropdown:after {
  height: 15px; }

.main-nav .menu-item-design-full-width .sub-menu-dropdown {
  width: 100vw; }

.main-nav .item-event-hover:hover > .sub-menu-dropdown, .main-nav .item-menu-opened > .sub-menu-dropdown {
  animation: menu-in-top .25s ease;
  -webkit-animation: menu-in-top .25s ease; }

.main-nav.menu-center .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main-nav.menu-right .menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.main-nav.menu-left .menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.topbar-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.topbar-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: rgba(129, 129, 129, 0.2); }

.header-color-light .topbar-menu .menu {
  border-color: rgba(255, 255, 255, 0.25); }

.woodmart-dark .topbar-menu .menu {
  border-color: rgba(255, 255, 255, 0.15); }

.topbar-menu .item-level-0 {
  border-right: 1px solid;
  border-color: rgba(129, 129, 129, 0.2); }

.topbar-menu .item-level-0 > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  height: 42px;
  padding-left: 11px;
  padding-right: 11px;
  color: #474747; }

.topbar-menu .item-level-0 > a .menu-label {
  margin-top: -2px; }

.topbar-menu .item-level-0:hover > a {
  color: #959595; }

.topbar-menu .item-level-0:last-child {
  border-right: none; }

.topbar-menu .item-level-0.menu-item-type-language > a {
  display: none; }

.topbar-menu .item-level-0.menu-item-type-language > a.active {
  display: block; }

.header-color-light .topbar-menu .item-level-0 {
  border-color: rgba(255, 255, 255, 0.25); }

.woodmart-dark .topbar-menu .item-level-0 {
  border-color: rgba(255, 255, 255, 0.15); }

.topbar-menu .sub-menu-dropdown {
  top: 100%;
  left: 0;
  animation: menu-to-bottom .25s ease;
  -webkit-animation: menu-to-bottom .25s ease;
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease; }

.topbar-menu .menu-item-design-default .sub-menu-dropdown, .topbar-menu .menu-item-design-default .sub-sub-menu {
  width: 165px; }

.topbar-menu .menu-item-design-default ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px; }

.topbar-menu .menu-item-design-default ul li.menu-item-has-children > a {
  padding-right: 20px; }

.topbar-menu .menu-item-design-default ul li.menu-item-has-children:after {
  right: 15px; }

.topbar-menu .menu-item-my-account ul li.menu-item-has-children:after {
  content: none; }

.topbar-menu .menu-item-my-account .sub-menu li:last-child > a {
  border-bottom: none; }

.topbar-menu .menu-item-design-full-width.menu-item-has-children {
  position: static; }

.topbar-menu .menu-item-design-full-width .sub-menu-dropdown {
  width: 100vw; }

.topbar-menu .item-event-hover:hover > .sub-menu-dropdown, .topbar-menu .item-menu-opened > .sub-menu-dropdown {
  animation: menu-in-bottom .25s ease;
  -webkit-animation: menu-in-bottom .25s ease; }

.topbar-menu .menu-item-my-account.opened > .sub-menu-dropdown, .topbar-menu .menu-item-my-account:hover > .sub-menu-dropdown, .topbar-menu .menu-item-register.opened > .sub-menu-dropdown, .topbar-menu .menu-item-register:hover > .sub-menu-dropdown {
  animation: menu-in-bottom .25s ease;
  -webkit-animation: menu-in-bottom .25s ease; }

.topbar-menu .menu-item-wishlist .woodmart-wishlist-info-widget {
  margin-right: 0; }

.topbar-menu .menu-item-wishlist .woodmart-wishlist-info-widget > a {
  height: 42px; }

.topbar-menu .menu-item-wishlist .wishlist-info-wrap .wishlist-icon:before {
  font-size: 14px; }

.topbar-menu .menu-item-wishlist .wishlist-info-wrap .wishlist-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400; }

.topbar-menu .menu-item-wishlist .wishlist-info-wrap .count {
  width: 13px;
  height: 13px;
  line-height: 13px; }

.topbar-menu.woodmart-navigation .item-level-0 > a {
  font-size: 12px;
  font-weight: 400; }

.menu-item-logout > a:before, .menu-item-my-account > a:before, .menu-item-register > a:before {
  margin-right: 8px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.menu-item-register > a:before {
  content: "\f10b";
  font-family: woodmart-font; }

.menu-item-logout > a:before {
  content: "\f10a";
  font-family: woodmart-font; }

.menu-item-my-account > a:before {
  content: "\f11e";
  font-family: woodmart-font; }

ul:not(.site-mobile-menu) .my-account-with-text > a:before {
  content: none; }

.menu-item-register .login-dropdown-inner {
  padding: 25px;
  width: 350px; }

.menu-item-my-account .sub-menu-dropdown {
  width: 165px;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

.menu-item-my-account .sub-menu li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  line-height: 20px; }

.menu-item-my-account.opened > .sub-menu-dropdown, .menu-item-my-account:hover > .sub-menu-dropdown, .menu-item-register.opened > .sub-menu-dropdown, .menu-item-register:hover > .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }

.woodmart-header-links {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.woodmart-header-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 40px;
  line-height: 40px; }

.woodmart-header-links > ul > li {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #333; }

.woodmart-header-links > ul > li > a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: .2px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #333; }

.woodmart-header-links > ul > li > a.link {
  display: inline-block;
  padding-left: 0;
  padding-right: 0; }

.woodmart-header-links > ul > li.opened > .sub-menu-dropdown, .woodmart-header-links > ul > li:hover > .sub-menu-dropdown {
  animation: menu-in-top .25s ease;
  -webkit-animation: menu-in-top .25s ease;
  visibility: visible;
  opacity: 1; }

.woodmart-header-links .my-account-with-icon.menu-item-register > a, .woodmart-header-links .my-account-with-icon:not(.my-account-with-username) > a {
  letter-spacing: 0;
  line-height: 0;
  padding-right: 0;
  padding-left: 0; }

.woodmart-header-links .my-account-with-icon.menu-item-register > a > span, .woodmart-header-links .my-account-with-icon:not(.my-account-with-username) > a > span {
  display: none !important; }

.woodmart-header-links .my-account-with-icon.menu-item-register.item-level-0.opened > a, .woodmart-header-links .my-account-with-icon.menu-item-register:hover > a, .woodmart-header-links .my-account-with-icon:not(.my-account-with-username).item-level-0.opened > a, .woodmart-header-links .my-account-with-icon:not(.my-account-with-username):hover > a {
  color: #949494; }

.woodmart-header-links .my-account-with-icon > a > span {
  vertical-align: middle; }

.woodmart-header-links .my-account-with-icon > a:before {
  content: "\f11e";
  font-family: woodmart-font;
  top: 0;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 0; }

.woodmart-header-links .sub-menu-dropdown {
  top: 100%;
  right: 0;
  margin-top: 15px;
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease;
  animation: menu-to-bottom .25s ease;
  -webkit-animation: menu-to-bottom .25s ease; }

.woodmart-header-links .sub-menu-dropdown:after {
  height: 15px; }

.full-screen-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  -webkit-transition: visibility .2s ease,opacity .2s ease;
  transition: visibility .2s ease,opacity .2s ease; }

.full-screen-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle; }

.full-screen-wrapper .full-screen-nav {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  text-align: left; }

.full-screen-wrapper .create-nav-msg {
  text-align: center;
  color: rgba(255, 255, 255, 0.8); }

.full-screen-wrapper .create-nav-msg a {
  color: rgba(255, 255, 255, 0.9); }

.full-screen-wrapper .create-nav-msg a:focus, .full-screen-wrapper .create-nav-msg a:hover {
  color: #fff; }

.full-screen-menu-open .full-screen-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility .3s ease,opacity .3s ease;
  transition: visibility 0.3s ease,opacity 0.3s ease; }

.platform-Windows .full-screen-wrapper {
  margin-right: -18px; }

.platform-Windows.browser-Edge .full-screen-wrapper {
  margin-right: -13px; }

.full-screen-menu-open {
  overflow: hidden; }

.icon-sub-fs {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 10;
  height: 55px;
  line-height: 55px;
  width: 55px;
  color: #fff;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color .3s ease,background-color .3s ease;
  transition: color .3s ease,background-color .3s ease; }

.icon-sub-fs:after {
  content: "\f107";
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  font-family: FontAwesome;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.icon-sub-fs.up-icon, .icon-sub-fs:hover {
  background-color: rgba(255, 255, 255, 0.04); }

.icon-sub-fs.up-icon:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.full-screen-nav .item-level-0 > a {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  overflow: hidden; }

.full-screen-nav .item-level-0 > a .category-icon, .full-screen-nav .item-level-0 > a i, .full-screen-nav .item-level-0 > a > span {
  display: inline-block;
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s; }

.full-screen-menu-open .full-screen-nav .item-level-0 > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0 > a i, .full-screen-menu-open .full-screen-nav .item-level-0 > a > span {
  -webkit-transform: none;
  transform: none; }

.full-screen-nav .item-level-0 > a .category-icon {
  margin-top: -4px; }

.full-screen-nav .item-level-0 > a i {
  margin-right: 4px; }

.menu-style-bordered .full-screen-nav .item-level-0 > a > span:not(.menu-label) {
  line-height: 1.2; }

.menu-style-bordered .full-screen-nav .item-level-0 > a > span:not(.menu-label):after {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.full-screen-nav .item-level-0.menu-item-has-children > a:after {
  content: none; }

.full-screen-nav .item-level-0 > .icon-sub-fs:after {
  opacity: 0; }

.full-screen-menu-open .full-screen-nav .item-level-0 > .icon-sub-fs:after {
  opacity: 1; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(1) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(1) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(1) > a > span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(1) > .icon-sub-fs:after {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(2) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(2) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(2) > a > span {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(2) > .icon-sub-fs:after {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(3) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(3) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(3) > a > span {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(3) > .icon-sub-fs:after {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(4) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(4) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(4) > a > span {
  -webkit-transition-delay: .5s;
  transition-delay: 0.5s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(4) > .icon-sub-fs:after {
  -webkit-transition-delay: .6s;
  transition-delay: 0.6s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(5) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(5) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(5) > a > span {
  -webkit-transition-delay: .6s;
  transition-delay: 0.6s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(5) > .icon-sub-fs:after {
  -webkit-transition-delay: .7s;
  transition-delay: 0.7s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(6) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(6) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(6) > a > span {
  -webkit-transition-delay: .7s;
  transition-delay: 0.7s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(6) > .icon-sub-fs:after {
  -webkit-transition-delay: .8s;
  transition-delay: 0.8s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(7) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(7) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(7) > a > span {
  -webkit-transition-delay: .8s;
  transition-delay: 0.8s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(7) > .icon-sub-fs:after {
  -webkit-transition-delay: .9s;
  transition-delay: 0.9s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(8) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(8) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(8) > a > span {
  -webkit-transition-delay: .9s;
  transition-delay: 0.9s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(8) > .icon-sub-fs:after {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(9) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(9) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(9) > a > span {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(9) > .icon-sub-fs:after {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(10) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(10) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(10) > a > span {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(10) > .icon-sub-fs:after {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(11) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(11) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(11) > a > span {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(11) > .icon-sub-fs:after {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) > a > span, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) + li > a .category-icon, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) + li > a i, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) + li > a > span {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) > .icon-sub-fs:after, .full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) + li > .icon-sub-fs:after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.full-screen-nav .menu-label {
  bottom: 70%; }

.full-screen-nav .sub-menu-dropdown {
  position: static;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none; }

.full-screen-nav .sub-menu-open > .sub-menu-dropdown {
  display: block;
  -webkit-animation: fadeIn .6s ease;
  animation: fadeIn .6s ease; }

.full-screen-nav .menu-item-design-default .sub-menu-dropdown {
  text-align: center; }

.full-screen-nav .menu-item-design-default .sub-menu-dropdown .icon-sub-fs {
  top: 0;
  height: 40px;
  line-height: 40px; }

.full-screen-nav .menu-item-design-default .sub-menu-dropdown, .full-screen-nav .menu-item-design-default .sub-sub-menu {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto; }

.full-screen-nav .menu-item-design-default .sub-sub-menu {
  position: static;
  background-color: transparent !important;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: none;
  animation: none; }

.full-screen-nav .menu-item-design-default .sub-menu-open > .sub-sub-menu {
  display: block;
  -webkit-animation: fadeIn .6s ease;
  animation: fadeIn .6s ease; }

.full-screen-nav .menu-item-design-default .menu-item-has-children > a {
  padding-right: 22px; }

.full-screen-nav .menu-item-design-default .menu-item-has-children > a:after {
  content: none; }

.full-screen-nav .menu-item-design-full-width .sub-menu-dropdown {
  padding-top: 10px;
  padding-left: 0; }

.full-screen-nav .menu-item-design-sized .sub-menu-dropdown {
  width: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto; }

.menu-style-default .full-screen-nav .menu-simple-dropdown .color-scheme-light ul li a:focus, .menu-style-default .full-screen-nav .menu-simple-dropdown .color-scheme-light ul li a :hover {
  background-color: transparent; }

.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a {
  color: #fff; }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a {
  color: #fff; }

.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a:after {
  color: rgba(255, 255, 255, 0.6); }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a:after {
  color: rgba(255, 255, 255, 0.6); }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a span:not(.menu-label):after {
  background-color: rgba(255, 255, 255, 0.5); }

.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0.current-menu-item > a {
  color: #fff; }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0.current-menu-item > a {
  color: #fff; }

.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0:focus > a, .menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0:hover > a {
  color: rgba(255, 255, 255, 0.8); }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0:focus > a, .menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0:hover > a {
  color: rgba(255, 255, 255, 0.8); }

.menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a {
  color: #333; }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a {
  color: #333; }

.menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a:after {
  color: #bbb; }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a:after {
  color: #bbb; }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0:focus > a, .menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0:hover > a {
  color: #333; }

.menu-style-bordered .main-nav .item-level-0 > a > span:not(.menu-label), .menu-style-bordered .woodmart-header-links .item-level-0 > a > span:not(.menu-label) {
  line-height: 1.2; }

.menu-style-bordered .menu-item-my-account .sub-menu li a > span:not(.menu-label), .menu-style-bordered .menu-item-my-account .sub-sub-menu li a > span:not(.menu-label), .menu-style-bordered .sub-menu-dropdown .sub-menu li a > span:not(.menu-label), .menu-style-bordered .sub-menu-dropdown .sub-sub-menu li a > span:not(.menu-label) {
  line-height: 1.2; }

.vertical-navigation {
  position: relative;
  text-align: left; }

.vertical-navigation .menu {
  border: 2px solid #E8E8E8;
  background-color: #fff; }

.woodmart-dark .vertical-navigation .menu {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #101010; }

.vertical-navigation .item-level-0 {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #EEE; }

.woodmart-dark .vertical-navigation .item-level-0 {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-dark .vertical-navigation .item-level-0 a {
  color: #fff; }

.vertical-navigation .item-level-0 > a {
  padding: 12px 18px;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600; }

.vertical-navigation .item-level-0 > a .category-icon {
  margin-right: 7px;
  margin-top: -2px;
  vertical-align: middle; }

.vertical-navigation .item-level-0 > a .category-icon i {
  font-size: 19px; }

.vertical-navigation .item-level-0 > a svg {
  width: inherit !important;
  height: inherit !important; }

.vertical-navigation .item-level-0.menu-item-has-children:not(.menu-item-design-default) {
  position: static; }

.vertical-navigation .item-level-0.menu-item-has-children > a {
  padding-right: 25px; }

.vertical-navigation .item-level-0.menu-item-has-children > a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-left: 0;
  right: 20px;
  font-size: 14px;
  line-height: 14px; }

.woodmart-dark .vertical-navigation .item-level-0.menu-item-has-children > a:after {
  color: rgba(255, 255, 255, 0.6); }

.vertical-navigation .item-level-0:last-child {
  border-bottom: none; }

.vertical-navigation .item-level-0:hover > a {
  background-color: #f9f9f9;
  color: #494949; }

.woodmart-dark .vertical-navigation .item-level-0:hover > a {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

.vertical-navigation .sub-menu-dropdown {
  left: 100%;
  top: 0;
  margin-left: 0;
  animation: menu-to-right .25s ease;
  -webkit-animation: menu-to-right .25s ease;
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease; }

.vertical-navigation .sub-menu-dropdown:after {
  width: 2px;
  height: 100%;
  bottom: 0;
  right: 100%;
  left: auto; }

.platform-Windows .vertical-navigation .sub-menu-dropdown {
  max-width: calc(95vw - 295px - 47px); }

.vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  width: 100vw;
  max-width: calc(95vw - 295px - 30px); }

.vertical-navigation .menu-item-design-full-width .sub-menu-dropdown > .container {
  width: auto;
  padding: 0; }

.vertical-navigation .item-event-hover:hover .sub-menu-dropdown, .vertical-navigation .item-menu-opened .sub-menu-dropdown {
  animation: menu-in-left .25s ease;
  -webkit-animation: menu-in-left .25s ease; }

.mobile-nav-from-right .mobile-nav {
  left: auto;
  right: 0;
  transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0); }

.mobile-nav {
  width: 300px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
  transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0); }

.mobile-nav .searchform {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17); }

.mobile-nav .searchform .screen-reader-text {
  display: none; }

.mobile-nav .searchform input[type=text] {
  padding: 0 50px 0 18px;
  height: 70px;
  font-weight: 600;
  border: none; }

.mobile-nav .search-results-wrapper .woodmart-scroll {
  position: static;
  max-height: 60vh;
  overflow-y: auto; }

.mobile-nav .search-results-wrapper .woodmart-scroll-content {
  max-height: none;
  overflow: hidden; }

.mobile-nav .autocomplete-suggestion {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px; }

.mobile-nav .create-nav-msg {
  padding: 20px;
  border-bottom: 1px solid; }

.dropdowns-color-light .mobile-nav .create-nav-msg {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.15); }

.dropdowns-color-light .mobile-nav, .woodmart-dark .mobile-nav {
  background-color: #101010; }

.site-mobile-menu .item-level-0 > a .menu-label {
  margin-top: -4px; }

.site-mobile-menu li {
  display: block;
  position: relative; }

.site-mobile-menu li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #2d2a2a;
  border-bottom: 1px solid; }

.dropdowns-color-light .site-mobile-menu li a, .woodmart-dark .site-mobile-menu li a {
  color: #fff; }

.site-mobile-menu li a:hover {
  color: #2d2a2a; }

.dropdowns-color-light .site-mobile-menu li a:hover, .woodmart-dark .site-mobile-menu li a:hover {
  color: #fff; }

.site-mobile-menu li a:active, .site-mobile-menu li a:focus {
  background-color: #f6f6f6; }

.dropdowns-color-light .site-mobile-menu li a:active, .woodmart-dark .site-mobile-menu li a:active, .dropdowns-color-light .site-mobile-menu li a:focus, .woodmart-dark .site-mobile-menu li a:focus {
  background-color: rgba(0, 0, 0, 0.9); }

.site-mobile-menu li a .category-icon {
  max-height: 19px;
  margin-right: 7px;
  margin-top: -4px; }

.site-mobile-menu li a i {
  min-width: 22px;
  margin-right: 2px; }

.menu-style-bordered .site-mobile-menu li a span:after {
  content: none !important; }

.site-mobile-menu li.menu-item-has-children > a {
  padding-right: 50px; }

.site-mobile-menu .sub-menu-dropdown, .site-mobile-menu .sub-sub-menu {
  position: static;
  width: auto;
  padding: 0;
  visibility: visible;
  opacity: 1;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: auto; }

.site-mobile-menu .sub-menu-dropdown .container, .site-mobile-menu .sub-sub-menu .container {
  width: auto;
  padding-left: 0;
  padding-right: 0; }

.site-mobile-menu .sub-menu, .site-mobile-menu .sub-sub-menu {
  display: none; }

.site-mobile-menu .sub-menu li a {
  font-size: 14px;
  color: #777;
  text-transform: none; }

.dropdowns-color-light .site-mobile-menu .sub-menu li a, .woodmart-dark .site-mobile-menu .sub-menu li a {
  color: rgba(255, 255, 255, 0.8); }

.site-mobile-menu .sub-menu li a:hover {
  color: #777; }

.dropdowns-color-light .site-mobile-menu .sub-menu li a:hover, .woodmart-dark .site-mobile-menu .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.8); }

.site-mobile-menu .sub-menu li a:active, .site-mobile-menu .sub-menu li a:focus {
  color: #2d2a2a; }

.dropdowns-color-light .site-mobile-menu .sub-menu li a:active, .woodmart-dark .site-mobile-menu .sub-menu li a:active, .dropdowns-color-light .site-mobile-menu .sub-menu li a:focus, .woodmart-dark .site-mobile-menu .sub-menu li a:focus {
  color: #fff; }

.site-mobile-menu .menu-item-has-children:after {
  content: none; }

.site-mobile-menu .menu-item-register > a {
  padding-right: 20px !important; }

.site-mobile-menu .menu-item-register > .icon-sub-menu {
  display: none; }

.site-mobile-menu .menu-item-my-account li a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 20px;
  font-weight: 600; }

.menu-style-bordered .site-mobile-menu .menu-item-my-account li a, .menu-style-default .site-mobile-menu .menu-item-my-account li a {
  color: #777; }

.dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-my-account li a, .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-my-account li a, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li a, .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li a {
  color: rgba(255, 255, 255, 0.8); }

.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:hover, .menu-style-default .site-mobile-menu .menu-item-my-account li a:hover {
  color: #777;
  background-color: transparent; }

.dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:hover, .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-my-account li a:hover, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:hover, .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li a:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent; }

.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:active, .menu-style-default .site-mobile-menu .menu-item-my-account li a:active, .menu-style-bordered .site-mobile-menu .menu-item-my-account li a:focus, .menu-style-default .site-mobile-menu .menu-item-my-account li a:focus {
  color: #2d2a2a;
  background-color: #f6f6f6; }

.dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:active, .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-my-account li a:active, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:active, .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li a:active, .dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:focus, .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-my-account li a:focus, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:focus, .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9); }

.site-mobile-menu .woodmart-wishlist-info-widget {
  display: block;
  margin-right: 0; }

.site-mobile-menu .woodmart-wishlist-info-widget > a {
  text-align: left; }

.site-mobile-menu .wishlist-info-wrap:before {
  height: auto;
  width: auto;
  font-size: 12px;
  line-height: 12px;
  font-weight: inherit;
  margin-top: -3px;
  margin-right: 8px; }

.site-mobile-menu .wishlist-info-wrap .wishlist-label {
  display: inline-block; }

.site-mobile-menu .wishlist-info-wrap .count {
  display: none; }

.site-mobile-menu .menu-item-wishlist .woodmart-wishlist-info-widget {
  display: block;
  margin-right: 0 !important; }

.site-mobile-menu .menu-item-wishlist .woodmart-wishlist-info-widget > a {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

.site-mobile-menu .menu-item-wishlist .woodmart-wishlist-info-widget > a:focus, .site-mobile-menu .menu-item-wishlist .woodmart-wishlist-info-widget > a:hover {
  color: #2d2a2a; }

.site-mobile-menu .menu-item-wishlist .wishlist-info-wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: inherit; }

.site-mobile-menu .menu-item-wishlist .wishlist-info-wrap .wishlist-icon {
  margin-right: 7px;
  font-weight: inherit; }

.site-mobile-menu .menu-item-wishlist .wishlist-info-wrap .wishlist-icon:before {
  font-size: 12px; }

.site-mobile-menu .menu-item-wishlist .wishlist-info-wrap .wishlist-label {
  display: inline-block;
  margin-left: 0;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-family: inherit;
  letter-spacing: inherit; }

.site-mobile-menu .menu-item-wishlist .wishlist-info-wrap .count {
  display: none; }

.site-mobile-menu .menu-item-wishlist:hover a {
  color: #2d2a2a; }

.site-mobile-menu .menu-item-wishlist:active, .site-mobile-menu .menu-item-wishlist:focus a {
  color: #2d2a2a;
  background-color: rgba(0, 0, 0, 0.04); }

.mobile-nav-tabs {
  background-color: #f9f9f9; }

.mobile-nav-tabs:after {
  content: "";
  clear: both;
  display: block; }

.mobile-nav-tabs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.mobile-nav-tabs .mobile-tab-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 18px 15px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: .3px;
  color: #909090;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .25s ease,color .25s ease;
  -webkit-transition: background-color .25s ease,color .25s ease; }

.dropdowns-color-light .mobile-nav-tabs .mobile-tab-title, .woodmart-dark .mobile-nav-tabs .mobile-tab-title {
  color: rgba(255, 255, 255, 0.6); }

.mobile-nav-tabs .mobile-tab-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -2px;
  width: 0;
  height: 2px;
  transition: width .25s ease;
  -webkit-transition: width .25s ease; }

.mobile-nav-tabs .mobile-pages-title:after {
  left: auto;
  right: 0; }

.mobile-nav-tabs .active {
  background-color: #efefef;
  color: #333; }

.dropdowns-color-light .mobile-nav-tabs .active, .woodmart-dark .mobile-nav-tabs .active {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff; }

.mobile-nav-tabs .active:after {
  width: 100%; }

.dropdowns-color-light .mobile-nav-tabs, .woodmart-dark .mobile-nav-tabs {
  background-color: rgba(0, 0, 0, 0.9); }

.mobile-menu-tab {
  display: none;
  animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease; }

.mobile-menu-tab.active {
  display: block; }

.act-mobile-menu .mobile-nav {
  transform: none;
  -webkit-transform: none; }

.icon-sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #2d2a2a;
  border-left: 1px solid;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color .25s ease,color .25s ease;
  transition: background-color .25s ease,color .25s ease; }

.dropdowns-color-light .icon-sub-menu, .woodmart-dark .icon-sub-menu {
  color: #fff; }

.icon-sub-menu:after {
  content: "\f110";
  font-family: woodmart-font;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease; }

.icon-sub-menu.up-icon {
  color: #fff; }

.icon-sub-menu.up-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.comment-form .comment-form-rating, .comment-form > p {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px; }

.comment-form .comment-form-comment, .comment-form .comment-form-rating, .comment-form .comment-notes, .comment-form .form-submit {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.comment-form .comment-form-rating label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px; }

.comment-form .comment-form-rating label:after {
  content: ":";
  margin-left: 2px; }

.comment-form .comment-form-rating, .comment-form .comment-notes {
  margin-bottom: 20px; }

.comment-form .form-submit {
  margin-top: 15px; }

.comment-form .submit {
  color: #fff; }

.comment-form .submit:focus, .comment-form .submit:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

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

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

.comments-area .comment {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid; }

.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-left: 30px;
  margin-top: 30px;
  margin-bottom: 0;
  border-top: 1px solid; }

.comments-area .children .comment:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.comments-area #cancel-comment-reply-link {
  display: inline-block;
  font-size: 0;
  margin-left: 10px;
  vertical-align: middle; }

.comments-area #cancel-comment-reply-link :after {
  content: "\f10f";
  font-family: woodmart-font;
  font-size: 12px; }

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

.comments-area .comment-edit-link {
  font-size: 0;
  margin-left: 5px;
  display: inline-block; }

.comments-area .comment-edit-link:after {
  content: "\f113";
  font-family: woodmart-font;
  font-size: 12px;
  vertical-align: middle; }

.comments-area .comment-author {
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  float: left; }

.comments-area .comment-author:first-letter {
  text-transform: uppercase; }

.comments-area .comment-author .fn {
  color: #2d2a2a;
  font-weight: 600;
  font-style: normal;
  vertical-align: top; }

.comments-area .comment-author .says {
  margin-left: 3px;
  vertical-align: top; }

.comments-area .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%; }

.comments-area .comment-meta {
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: right; }

.comments-area .comment-meta a {
  color: #bbb;
  vertical-align: middle; }

.comments-area .reply {
  margin-top: 15px; }

.comments-area .reply a {
  font-weight: 900;
  text-transform: uppercase; }

.comments-area .reply a:hover {
  opacity: .7; }

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

.comments-area .logged-in-as {
  font-size: 0;
  margin-bottom: 20px; }

.comments-area .logged-in-as > a {
  font-size: 14px; }

.comments-area .logged-in-as > a:not(:last-child) {
  padding-right: 10px;
  margin-right: 12px;
  border-right: 1px solid; }

.comments-area .logged-in-as > a:last-child {
  font-weight: 600; }

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

.woodmart-dark .comments-area .comment-author .fn {
  color: #fff; }

.woodmart-dark .comments-area .comment-meta a {
  color: rgba(255, 255, 255, 0.6); }

.mc4wp-form {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center; }

.mc4wp-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 17px;
  margin-right: 17px; }

.text-right .mc4wp-form > div {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.text-left .mc4wp-form > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mc4wp-form > div p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  max-width: 290px;
  width: 100%; }

.mc4wp-form > div > p {
  margin-left: -17px;
  margin-right: -17px; }

.mc4wp-form label {
  display: none; }

.mc4wp-form input[type=submit] {
  color: #fff;
  padding-left: 35px;
  padding-right: 35px; }

.mc4wp-form input[type=submit]:focus, .mc4wp-form input[type=submit]:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.widget_nav_mega_menu .widget-title {
  color: #000;
  background-color: #F1F1F1;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 19px; }

.widget_nav_mega_menu .widget-title:before {
  content: none; }

.widget_nav_mega_menu .widget-title.color-scheme-light {
  color: #fff; }

.widget_nav_mega_menu .widget-title + .vertical-navigation .menu {
  border-top: none; }

.widget_nav_mega_menu .vertical-navigation {
  display: block; }

.sidebar-right .widget_nav_mega_menu .sub-menu-dropdown {
  display: none; }

.sidebar-right .widget_nav_mega_menu li.menu-item-has-children a:after {
  display: none; }

.vc_separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vc_separator h4 {
  line-height: 1em;
  font-size: 100%;
  margin: 0;
  word-wrap: break-word;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.vc_separator h4 .normal {
  font-size: 12px;
  font-weight: 400; }

.vc_separator .vc_sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%; }

.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 1px solid #EBEBEB;
  display: block;
  position: relative;
  top: 1px;
  width: 100%; }

.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
  display: none; }

.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
  display: none; }

.vc_separator.vc_separator_align_center h4 {
  padding: 0 0.8em; }

.vc_separator.vc_separator_align_left h4 {
  padding: 0 0.8em 0 0; }

.vc_separator.vc_separator_align_right h4 {
  padding: 0 0 0 .8em;
  margin: 0 !important; }

.vc_separator.vc_sep_double {
  height: 3px; }

.vc_separator.vc_sep_double .vc_sep_line {
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
  height: 3px; }

.vc_separator.vc_sep_dashed .vc_sep_line {
  border-top-style: dashed; }

.vc_separator.vc_sep_dotted .vc_sep_line {
  border-top-style: dotted; }

.vc_separator.vc_sep_shadow .vc_sep_line {
  border: none;
  position: relative;
  height: 20px;
  top: 0;
  overflow: hidden; }

.vc_separator.vc_sep_shadow .vc_sep_line::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  height: 10px;
  border-radius: 100%; }

.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  right: -100%;
  box-shadow: 10px 10px 10px 1px; }

.vc_separator.vc_sep_holder_r .vc_sep_line::after {
  left: -100%;
  box-shadow: -10px 10px 10px 1px; }

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
  width: 100%; }

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
  display: none; }

.vc_separator .vc_icon_element {
  margin-bottom: 0; }

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4 {
  padding-left: 0; }

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl {
  margin-left: .8em;
  margin-right: .8em; }

.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style, .vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
  margin-left: .8em; }

.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style + h4 {
  padding-left: .8em; }

.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
  border-top-width: 1px; }

.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 1px;
  top: 0; }

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line {
  top: 0; }

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 1px; }

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 1px; }

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
  border-top-width: 2px; }

.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 2px;
  top: -1px; }

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line {
  top: -1px; }

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 2px; }

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 2px; }

.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
  border-top-width: 3px; }

.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 3px;
  top: -1px; }

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line {
  top: -1px; }

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 3px; }

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 3px; }

.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
  border-top-width: 4px; }

.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 4px;
  top: -2px; }

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line {
  top: -2px; }

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 4px; }

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 4px; }

.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
  border-top-width: 5px; }

.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 5px;
  top: -2px; }

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line {
  top: -2px; }

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 5px; }

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 5px; }

.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
  border-top-width: 6px; }

.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 6px;
  top: -3px; }

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line {
  top: -3px; }

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 6px; }

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 6px; }

.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
  border-top-width: 7px; }

.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 7px;
  top: -3px; }

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line {
  top: -3px; }

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 7px; }

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 7px; }

.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
  border-top-width: 8px; }

.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 8px;
  top: -4px; }

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line {
  top: -4px; }

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 8px; }

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 8px; }

.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
  border-top-width: 9px; }

.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 9px;
  top: -4px; }

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line {
  top: -4px; }

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 9px; }

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 9px; }

.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
  border-top-width: 10px; }

.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
  border-bottom-width: 6px;
  top: -5px; }

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line {
  top: -5px; }

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
  box-shadow: 10px 10px 10px 10px; }

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
  box-shadow: -10px 10px 10px 10px; }

.vc_separator.vc_sep_color_blue .vc_sep_line {
  border-color: #5472D2; }

.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
  color: #5472D2; }

.vc_separator.vc_sep_color_turquoise .vc_sep_line {
  border-color: #00C1CF; }

.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder {
  color: #00C1CF; }

.vc_separator.vc_sep_color_pink .vc_sep_line {
  border-color: #FE6C61; }

.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
  color: #FE6C61; }

.vc_separator.vc_sep_color_violet .vc_sep_line {
  border-color: #8D6DC4; }

.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
  color: #8D6DC4; }

.vc_separator.vc_sep_color_peacoc .vc_sep_line {
  border-color: #4CADC9; }

.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
  color: #4CADC9; }

.vc_separator.vc_sep_color_chino .vc_sep_line {
  border-color: #CEC2AB; }

.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
  color: #CEC2AB; }

.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
  border-color: #50485B; }

.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
  color: #50485B; }

.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
  border-color: #75D69C; }

.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
  color: #75D69C; }

.vc_separator.vc_sep_color_black .vc_sep_line {
  border-color: #2A2A2A; }

.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
  color: #2A2A2A; }

.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #EBEBEB; }

.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
  color: #EBEBEB; }

.vc_separator.vc_sep_color_orange .vc_sep_line {
  border-color: #F7BE68; }

.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
  color: #F7BE68; }

.vc_separator.vc_sep_color_sky .vc_sep_line {
  border-color: #5AA1E3; }

.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
  color: #5AA1E3; }

.vc_separator.vc_sep_color_green .vc_sep_line {
  border-color: #6DAB3C; }

.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
  color: #6DAB3C; }

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
  border-color: #F4524D; }

.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
  color: #F4524D; }

.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
  border-color: #F79468; }

.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
  color: #F79468; }

.vc_separator.vc_sep_color_purple .vc_sep_line {
  border-color: #B97EBB; }

.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
  color: #B97EBB; }

.vc_separator.vc_sep_color_white .vc_sep_line {
  border-color: #FFF; }

.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
  color: #FFF; }

.vc_text_separator, .wpb_separator {
  border-bottom: 1px solid #EBEBEB;
  clear: both;
  height: 1px; }

.vc_sep_width_10 {
  width: 10%; }

.vc_sep_width_20 {
  width: 20%; }

.vc_sep_width_30 {
  width: 30%; }

.vc_sep_width_40 {
  width: 40%; }

.vc_sep_width_50 {
  width: 50%; }

.vc_sep_width_60 {
  width: 60%; }

.vc_sep_width_70 {
  width: 70%; }

.vc_sep_width_80 {
  width: 80%; }

.vc_sep_width_90 {
  width: 90%; }

.vc_sep_width_100, .wpb_single_image img.vc_img-placeholder {
  width: 100%; }

.vc_sep_pos_align_center {
  margin-left: auto;
  margin-right: auto; }

.vc_sep_pos_align_left {
  margin-left: 0;
  margin-right: auto; }

.vc_sep_pos_align_right {
  margin-left: auto;
  margin-right: 0; }

.vc_text_separator div {
  display: inline-block;
  background-color: #FFF;
  padding: 1px 1em;
  position: relative;
  top: -9px; }

.separator_align_left {
  text-align: left; }

.separator_align_right {
  text-align: right; }

.title-wrapper {
  margin-bottom: 30px; }

.title-wrapper .title {
  display: block;
  margin-bottom: 0; }

.title-wrapper .title-subtitle {
  margin-bottom: 10px; }

.title-wrapper .title-subtitle.style-background {
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 10px;
  display: inline-block; }

.title-wrapper .title-after_title p {
  margin-bottom: 0; }

.title-wrapper .title-separator {
  display: none; }

.title-wrapper .liner-continer {
  display: block;
  position: relative;
  margin-bottom: 10px; }

.title-wrapper .left-line, .title-wrapper .right-line {
  display: none; }

.title-wrapper > div:last-child {
  margin-bottom: 0; }

.title-wrapper.text-center .title, .title-wrapper.text-center .title-after_title, .title-wrapper.text-center .title-subtitle {
  margin-left: auto;
  margin-right: auto; }

.title-wrapper.text-right .title, .title-wrapper.text-right .title-after_title, .title-wrapper.text-right .title-subtitle {
  margin-left: auto; }

.title-wrapper .font-default {
  letter-spacing: 0.3px; }

.woodmart-title-size-small .title-subtitle {
  font-size: 12px; }

.woodmart-title-size-small .woodmart-title-container {
  font-size: 18px; }

.woodmart-title-size-small .title-after_title {
  font-size: 14px; }

.woodmart-title-size-default .title-subtitle {
  font-size: 14px; }

.woodmart-title-size-default .woodmart-title-container {
  font-size: 22px; }

.woodmart-title-size-default .title-after_title {
  font-size: 14px; }

.woodmart-title-size-default .woodmart-title-container {
  font-size: 22px; }

.woodmart-title-size-default .title-after_title {
  font-size: 14px; }

.woodmart-title-size-medium .title-subtitle {
  font-size: 14px; }

.woodmart-title-size-medium .woodmart-title-container {
  font-size: 26px; }

.woodmart-title-size-medium .title-after_title {
  font-size: 110%; }

.woodmart-title-size-large .title-subtitle {
  font-size: 14px; }

.woodmart-title-size-large .woodmart-title-container {
  font-size: 36px;
  line-height: 1.3; }

.woodmart-title-size-large .title-after_title {
  font-size: 110%; }

.woodmart-title-size-extra-large .title-subtitle {
  font-size: 18px; }

.woodmart-title-size-extra-large .title-subtitle.style-background {
  font-size: 14px; }

.woodmart-title-size-extra-large .woodmart-title-container {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700; }

.woodmart-title-size-extra-large .title-after_title {
  font-size: 110%; }

.woodmart-title-size-extra-large2 .title-subtitle {
  font-size: 16px; }

.woodmart-title-size-extra-large2 .title-subtitle.style-background {
  font-size: 16px; }

.woodmart-title-size-extra-large2 .woodmart-title-container {
  font-size: 54px;
  line-height: 66px;
  font-weight: 600; }

.woodmart-title-size-extra-large2 .title-after_title {
  font-size: 110%; }

.woodmart-title-color-default .title-subtitle {
  color: #989898; }

.woodmart-title-color-default .title-subtitle.style-background {
  color: #333;
  background-color: #f4f4f4; }

.woodmart-title-color-primary .title-subtitle.style-background {
  color: #fff; }

.woodmart-title-color-alt .title-subtitle.style-background {
  color: #fff; }

.woodmart-title-color-black .title-subtitle {
  color: #000; }

.woodmart-title-color-black .title-subtitle.style-background {
  color: #fff;
  background-color: #333; }

.woodmart-title-color-white .title-subtitle {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-title-color-white .title-subtitle.style-background {
  color: #212121;
  background-color: rgba(255, 255, 255, 0.8); }

.woodmart-title-color-white .title {
  color: #fff; }

.woodmart-title-color-white .title-after_title {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-title-color-gradient .title {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.woodmart-title-style-simple .liner-continer {
  padding-bottom: 10px; }

.woodmart-title-style-simple .liner-continer:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px; }

.woodmart-title-style-simple.text-left .liner-continer:after {
  left: 0;
  margin-left: 0; }

.woodmart-title-style-simple.text-right .liner-continer:after {
  left: auto;
  right: 0;
  margin-left: 0; }

.woodmart-title-style-simple.woodmart-title-color-default .liner-continer:after {
  background-color: rgba(119, 119, 119, 0.17); }

.woodmart-title-style-simple.woodmart-title-color-black .liner-continer:after {
  background-color: #000; }

.woodmart-title-style-simple.woodmart-title-color-white .liner-continer:after {
  background-color: #fff; }

.woodmart-title-style-bordered .liner-continer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woodmart-title-style-bordered .title {
  padding-left: 20px;
  padding-right: 20px; }

.woodmart-title-style-bordered .left-line, .woodmart-title-style-bordered .right-line {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  border-bottom: 1px solid; }

.woodmart-title-style-bordered.text-left .title {
  padding-left: 0; }

.woodmart-title-style-bordered.text-left .left-line {
  display: none; }

.woodmart-title-style-bordered.text-right .right-line {
  display: none; }

.woodmart-title-style-bordered.text-right .title {
  padding-right: 0; }

.woodmart-title-style-bordered.woodmart-title-color-white .left-line, .woodmart-title-style-bordered.woodmart-title-color-white .right-line {
  border-color: rgba(255, 255, 255, 0.3); }

.woodmart-title-style-underlined .liner-continer {
  border-bottom: 2px solid rgba(119, 119, 119, 0.17); }

.woodmart-title-style-underlined .title {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent; }

.woodmart-title-style-underlined.woodmart-title-color-default .title {
  border-color: #ccc; }

.woodmart-title-style-underlined.woodmart-title-color-black .title {
  border-color: #000; }

.woodmart-title-style-underlined.woodmart-title-color-white .liner-continer {
  border-color: rgba(255, 255, 255, 0.5); }

.woodmart-title-style-underlined.woodmart-title-color-white .title {
  border-color: #fff; }

.woodmart-title-style-underlined-2 .title-subtitle {
  margin-bottom: 15px; }

.woodmart-title-style-underlined-2 .liner-continer {
  margin-bottom: 15px; }

.woodmart-title-style-underlined-2 .title {
  border-bottom: 2px solid;
  display: inline-block;
  line-height: .85; }

.woodmart-title-style-underlined-2.woodmart-title-size-large .title {
  border-width: 3px; }

.woodmart-title-style-underlined-2.woodmart-title-size-extra-large .title {
  border-width: 4px; }

.woodmart-title-style-underlined-2:not(.woodmart-title-color-gradient) .title {
  text-shadow: 1px 1px #fff,1px -1px #fff,-1px 1px #fff,-1px -1px #fff; }

.woodmart-title-style-underlined-2:not(.woodmart-title-color-gradient).woodmart-title-size-extra-large .title {
  text-shadow: 2px 2px #fff,2px -2px #fff,-2px 2px #fff,-2px -2px #fff; }

.woodmart-title-style-underlined-2.woodmart-title-color-default .title {
  border-color: #ccc; }

.woodmart-title-style-underlined-2.woodmart-title-color-black .title {
  border-color: #000; }

.woodmart-title-style-underlined-2.woodmart-title-color-white .title {
  border-color: #fff; }

.woodmart-title-style-underlined-2.woodmart-title-color-white:not(.woodmart-title-color-gradient) .title, .woodmart-title-style-underlined-2.woodmart-title-color-white:not(.woodmart-title-color-gradient).woodmart-title-size-extra-large .title {
  text-shadow: none; }

.woodmart-title-style-shadow {
  padding: 25px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); }

.color-scheme-light .title-wrapper:not(.woodmart-title-color-gradient) .title, .woodmart-dark .title-wrapper:not(.woodmart-title-color-gradient) .title {
  color: #fff; }

.color-scheme-light .title-wrapper .title-after_title, .woodmart-dark .title-wrapper .title-after_title {
  color: rgba(255, 255, 255, 0.8); }

.color-scheme-light .woodmart-title-style-bordered .left-line, .color-scheme-light .woodmart-title-style-bordered .right-line, .woodmart-dark .woodmart-title-style-bordered .left-line, .woodmart-dark .woodmart-title-style-bordered .right-line {
  border-color: rgba(255, 255, 255, 0.3); }

.color-scheme-light .woodmart-title-style-underlined .liner-continer, .woodmart-dark .woodmart-title-style-underlined .liner-continer {
  border-color: rgba(255, 255, 255, 0.5); }

.color-scheme-light .woodmart-title-color-default .title-subtitle:not(.style-background), .color-scheme-light .woodmart-title-color-gradient .title-subtitle:not(.style-background), .woodmart-dark .woodmart-title-color-default .title-subtitle:not(.style-background), .woodmart-dark .woodmart-title-color-gradient .title-subtitle:not(.style-background) {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-title-width-10 .title-after_title, .woodmart-title-width-10 .title-subtitle, .woodmart-title-width-10 .woodmart-title-container {
  max-width: 10%; }

.woodmart-title-width-20 .title-after_title, .woodmart-title-width-20 .title-subtitle, .woodmart-title-width-20 .woodmart-title-container {
  max-width: 20%; }

.woodmart-title-width-30 .title-after_title, .woodmart-title-width-30 .title-subtitle, .woodmart-title-width-30 .woodmart-title-container {
  max-width: 30%; }

.woodmart-title-width-40 .title-after_title, .woodmart-title-width-40 .title-subtitle, .woodmart-title-width-40 .woodmart-title-container {
  max-width: 40%; }

.woodmart-title-width-50 .title-after_title, .woodmart-title-width-50 .title-subtitle, .woodmart-title-width-50 .woodmart-title-container {
  max-width: 50%; }

.woodmart-title-width-60 .title-after_title, .woodmart-title-width-60 .title-subtitle, .woodmart-title-width-60 .woodmart-title-container {
  max-width: 60%; }

.woodmart-title-width-70 .title-after_title, .woodmart-title-width-70 .title-subtitle, .woodmart-title-width-70 .woodmart-title-container {
  max-width: 70%; }

.woodmart-title-width-80 .title-after_title, .woodmart-title-width-80 .title-subtitle, .woodmart-title-width-80 .woodmart-title-container {
  max-width: 80%; }

.woodmart-title-width-90 .title-after_title, .woodmart-title-width-90 .title-subtitle, .woodmart-title-width-90 .woodmart-title-container {
  max-width: 90%; }

.woodmart-text-block-wrapper {
  margin-bottom: 35px; }

.woodmart-text-block-wrapper .woodmart-text-block p:first-child:empty, .woodmart-text-block-wrapper .woodmart-text-block p:first-child:empty ~ p:last-child {
  display: none; }

.woodmart-text-block-wrapper .woodmart-text-block a, .woodmart-text-block-wrapper .woodmart-text-block h1, .woodmart-text-block-wrapper .woodmart-text-block h2, .woodmart-text-block-wrapper .woodmart-text-block h3, .woodmart-text-block-wrapper .woodmart-text-block h4, .woodmart-text-block-wrapper .woodmart-text-block h5, .woodmart-text-block-wrapper .woodmart-text-block h6, .woodmart-text-block-wrapper .woodmart-text-block p {
  font-size: inherit;
  color: inherit;
  line-height: inherit; }

.woodmart-text-block-wrapper.text-center .woodmart-title-container {
  margin-left: auto;
  margin-right: auto; }

.woodmart-text-block-wrapper.text-left .woodmart-title-container {
  margin-right: auto; }

.woodmart-text-block-wrapper.text-right .woodmart-title-container {
  margin-left: auto; }

.woodmart-text-block-wrapper.color-scheme-dark .woodmart-title-container {
  color: #2d2a2a; }

.woodmart-text-block-wrapper.color-scheme-light .woodmart-title-container {
  color: #fff; }

.woodmart-text-block-wrapper .woodmart-font-weight-100 {
  font-weight: 100; }

.woodmart-text-block-wrapper .woodmart-font-weight-200 {
  font-weight: 200; }

.woodmart-text-block-wrapper .woodmart-font-weight-300 {
  font-weight: 300; }

.woodmart-text-block-wrapper .woodmart-font-weight-400 {
  font-weight: 400; }

.woodmart-text-block-wrapper .woodmart-font-weight-500 {
  font-weight: 500; }

.woodmart-text-block-wrapper .woodmart-font-weight-600 {
  font-weight: 600; }

.woodmart-text-block-wrapper .woodmart-font-weight-700 {
  font-weight: 700; }

.woodmart-text-block-wrapper .woodmart-font-weight-800 {
  font-weight: 800; }

.woodmart-text-block-wrapper .woodmart-font-weight-900 {
  font-weight: 900; }

.woodmart-social-icons {
  font-size: 0;
  vertical-align: middle; }

.woodmart-social-icons .woodmart-social-icon {
  display: inline-block; }

.woodmart-social-icons .woodmart-social-icon a {
  display: inline-block;
  font-size: 0;
  text-align: center; }

.woodmart-social-icons .woodmart-social-icon i {
  vertical-align: middle;
  font-size: 14px; }

.woodmart-social-icons:not(.icons-design-default) .woodmart-social-icon {
  margin: 4px; }

.woodmart-social-icons:not(.icons-design-default) .woodmart-social-icon a {
  width: 30px;
  height: 30px; }

.woodmart-social-icons:not(.icons-design-default) .woodmart-social-icon i {
  line-height: 30px; }

.woodmart-social-icons.icons-design-default .woodmart-social-icon a {
  padding: 6px;
  color: rgba(0, 0, 0, 0.6); }

.woodmart-social-icons.icons-design-default .woodmart-social-icon a:hover {
  color: rgba(0, 0, 0, 0.8); }

.woodmart-social-icons.icons-design-simple .woodmart-social-icon {
  margin: 4px; }

.woodmart-social-icons.icons-design-simple .woodmart-social-icon a {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.4); }

.woodmart-social-icons.icons-design-simple .woodmart-social-icon a :hover {
  color: #fff; }

.woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon {
  margin: 4px; }

.woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon a {
  color: rgba(0, 0, 0, 0.4);
  background-color: #efefef; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon {
  margin: 4px; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
  border: 2px solid #ccc; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon i {
  margin-top: -2px; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon a {
  color: #fff; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon a:hover {
  opacity: .8; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-facebook a {
  background-color: #365493; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-twitter a {
  background-color: #3CF; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-google a, .woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-google-plus a {
  background-color: #d44132; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-instagram a {
  background-color: #774430; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-email a {
  background-color: #F89A1E; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-pinterest a {
  background-color: #CB2027; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-youtube a {
  background-color: #CB2027; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-tumblr a {
  background-color: #36465d; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-linkedin a {
  background-color: #0274b3; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-vimeo a {
  background-color: #1ab7ea; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-flickr a {
  background-color: #fe0072; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-github a {
  background-color: #171515; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-dribbble a {
  background-color: #ec5e95; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-behance a {
  background-color: #1f6ffc; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-soundcloud a {
  background-color: #f9490d; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-spotify a {
  background-color: #2ebd59; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-skype a {
  background-color: #00aff0; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-ok a {
  background-color: #EE8208; }

.woodmart-social-icons.icons-design-colored .woodmart-social-icon.social-whatsapp a {
  background-color: #1EBEA5; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon a:hover {
  color: #fff; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-facebook a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-facebook a:hover {
  background-color: #365493;
  border-color: #365493; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-twitter a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-twitter a:hover {
  background-color: #3CF;
  border-color: #3CF; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-instagram a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-instagram a:hover {
  background-color: #774430;
  border-color: #774430; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-google a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-google-plus a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-google a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-google-plus a:hover {
  background-color: #d44132;
  border-color: #d44132; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-email a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-email a:hover {
  background-color: #F89A1E;
  border-color: #F89A1E; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-youtube a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-youtube a:hover {
  background-color: #CB2027;
  border-color: #CB2027; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-pinterest a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-pinterest a:hover {
  background-color: #CB2027;
  border-color: #CB2027; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-tumblr a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-tumblr a:hover {
  background-color: #36465d;
  border-color: #36465d; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-linkedin a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-linkedin a:hover {
  background-color: #0274b3;
  border-color: #0274b3; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-vimeo a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-vimeo a:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon .social-flickr a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon .social-flickr a:hover {
  background-color: #fe0072;
  border-color: #fe0072; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-github a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-github a:hover {
  background-color: #171515;
  border-color: #171515; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-dribbble a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-dribbble a:hover {
  background-color: #ec5e95;
  border-color: #ec5e95; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-behance a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-behance a:hover {
  background-color: #1f6ffc;
  border-color: #1f6ffc; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-soundcloud a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-soundcloud a:hover {
  background-color: #f9490d;
  border-color: #f9490d; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-spotify a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-spotify a:hover {
  background-color: #2ebd59;
  border-color: #2ebd59; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-skype a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-skype a:hover {
  background-color: #00aff0;
  border-color: #00aff0; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-ok a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-ok a:hover {
  background-color: #EE8208;
  border-color: #EE8208; }

.woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-whatsapp a:hover, .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-whatsapp a:hover {
  background-color: #1EBEA5;
  border-color: #1EBEA5; }

.woodmart-social-icons.icons-size-default .woodmart-social-icon i {
  font-size: 18px; }

.woodmart-social-icons.icons-size-default:not(.icons-design-default) .woodmart-social-icon a {
  width: 40px;
  height: 40px; }

.woodmart-social-icons.icons-size-default:not(.icons-design-default) .woodmart-social-icon i {
  line-height: 40px; }

.woodmart-social-icons.icons-size-large .woodmart-social-icon i {
  font-size: 22px; }

.woodmart-social-icons.icons-size-large:not(.icons-design-default) .woodmart-social-icon a {
  width: 60px;
  height: 60px; }

.woodmart-social-icons.icons-size-large:not(.icons-design-default) .woodmart-social-icon i {
  line-height: 60px; }

.woodmart-social-icons.social-form-circle a {
  border-radius: 50%; }

.color-scheme-light .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon a, .color-scheme-light .woodmart-social-icons.icons-design-simple .woodmart-social-icon a, .header-color-light .menu-text-widget > .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon a, .header-color-light .menu-text-widget > .woodmart-social-icons.icons-design-simple .woodmart-social-icon a, .header-color-light .topbar-text > .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon a, .header-color-light .topbar-text > .woodmart-social-icons.icons-design-simple .woodmart-social-icon a, .header-color-light .widgetarea-head > .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon a, .header-color-light .widgetarea-head > .woodmart-social-icons.icons-design-simple .woodmart-social-icon a, .woodmart-social-icons.color-scheme-light.icons-design-colored-alt .woodmart-social-icon a, .woodmart-social-icons.color-scheme-light.icons-design-simple .woodmart-social-icon a {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff; }

.color-scheme-light .woodmart-social-icons.icons-design-default .woodmart-social-icon a, .header-color-light .menu-text-widget > .woodmart-social-icons.icons-design-default .woodmart-social-icon a, .header-color-light .topbar-text > .woodmart-social-icons.icons-design-default .woodmart-social-icon a, .header-color-light .widgetarea-head > .woodmart-social-icons.icons-design-default .woodmart-social-icon a, .woodmart-social-icons.color-scheme-light.icons-design-default .woodmart-social-icon a {
  color: #fff; }

.color-scheme-light .woodmart-social-icons.icons-design-default .woodmart-social-icon a:hover, .header-color-light .menu-text-widget > .woodmart-social-icons.icons-design-default .woodmart-social-icon a:hover, .header-color-light .topbar-text > .woodmart-social-icons.icons-design-default .woodmart-social-icon a:hover, .header-color-light .widgetarea-head > .woodmart-social-icons.icons-design-default .woodmart-social-icon a:hover, .woodmart-social-icons.color-scheme-light.icons-design-default .woodmart-social-icon a:hover {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .woodmart-social-icons.icons-design-bordered .woodmart-social-icon a, .header-color-light .menu-text-widget > .woodmart-social-icons.icons-design-bordered .woodmart-social-icon a, .header-color-light .topbar-text > .woodmart-social-icons.icons-design-bordered .woodmart-social-icon a, .header-color-light .widgetarea-head > .woodmart-social-icons.icons-design-bordered .woodmart-social-icon a, .woodmart-social-icons.color-scheme-light.icons-design-bordered .woodmart-social-icon a {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4); }

.header-color-light .menu-text-widget, .header-color-light .topbar-text, .header-color-light .widgetarea-head, .navigation-wrap.navigation-color-scheme-light .menu-text-widget {
  color: #fff; }

.header-color-light .menu-text-widget > h1, .header-color-light .menu-text-widget > h2, .header-color-light .menu-text-widget > h3, .header-color-light .menu-text-widget > h4, .header-color-light .menu-text-widget > h5, .header-color-light .menu-text-widget > h6, .header-color-light .menu-text-widget > p, .header-color-light .topbar-text > h1, .header-color-light .topbar-text > h2, .header-color-light .topbar-text > h3, .header-color-light .topbar-text > h4, .header-color-light .topbar-text > h5, .header-color-light .topbar-text > h6, .header-color-light .topbar-text > p, .header-color-light .widgetarea-head > h1, .header-color-light .widgetarea-head > h2, .header-color-light .widgetarea-head > h3, .header-color-light .widgetarea-head > h4, .header-color-light .widgetarea-head > h5, .header-color-light .widgetarea-head > h6, .header-color-light .widgetarea-head > p, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h1, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h2, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h3, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h4, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h5, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h6, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > p {
  color: #fff; }

.header-color-light .menu-text-widget > a, .header-color-light .topbar-text > a, .header-color-light .widgetarea-head > a, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > a {
  color: rgba(255, 255, 255, 0.1); }

.header-color-light .menu-text-widget > a:hover, .header-color-light .topbar-text > a:hover, .header-color-light .widgetarea-head > a:hover, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > a:hover {
  color: rgba(255, 255, 255, 0.8); }

.header-color-light .menu-text-widget > ol li, .header-color-light .menu-text-widget > ul li, .header-color-light .topbar-text > ol li, .header-color-light .topbar-text > ul li, .header-color-light .widgetarea-head > ol li, .header-color-light .widgetarea-head > ul li, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ol li, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ul li {
  color: #fff; }

.header-color-light .menu-text-widget > ol li a, .header-color-light .menu-text-widget > ul li a, .header-color-light .topbar-text > ol li a, .header-color-light .topbar-text > ul li a, .header-color-light .widgetarea-head > ol li a, .header-color-light .widgetarea-head > ul li a, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ol li a, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ul li a {
  color: #fff; }

.header-color-light .menu-text-widget > ol li a:focus, .header-color-light .menu-text-widget > ol li a:hover, .header-color-light .menu-text-widget > ul li a:focus, .header-color-light .menu-text-widget > ul li a:hover, .header-color-light .topbar-text > ol li a:focus, .header-color-light .topbar-text > ol li a:hover, .header-color-light .topbar-text > ul li a:focus, .header-color-light .topbar-text > ul li a:hover, .header-color-light .widgetarea-head > ol li a:focus, .header-color-light .widgetarea-head > ol li a:hover, .header-color-light .widgetarea-head > ul li a:focus, .header-color-light .widgetarea-head > ul li a:hover, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ol li a:focus, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ol li a:hover, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ul li a:focus, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ul li a:hover {
  color: rgba(255, 255, 255, 0.8); }

.header-color-light .menu-text-widget .inline-list-with-border li, .header-color-light .topbar-text .inline-list-with-border li, .header-color-light .widgetarea-head .inline-list-with-border li, .navigation-wrap.navigation-color-scheme-light .menu-text-widget .inline-list-with-border li {
  border-color: rgba(255, 255, 255, 0.15); }

.header-color-light .right-column .woodmart-cart-design-3 > a:before, .header-color-light .right-column .woodmart-shopping-cart .woodmart-cart-subtotal .amount, .header-color-light .right-column > div > a, .menu-style-bordered .menu-mega-dropdown .color-scheme-light .sub-menu > li > a, .menu-style-bordered.woodmart-dark .menu-mega-dropdown .sub-menu > li > a, .menu-style-default .menu-mega-dropdown .color-scheme-light .sub-menu > li > a, .menu-style-default.woodmart-dark .menu-mega-dropdown .sub-menu-dropdown .sub-menu > li > a {
  color: #fff; }

.header-color-light .right-column .woodmart-cart-design-3 .woodmart-cart-number, .header-color-light .right-column .woodmart-cart-design-3 > a:hover:before, .header-color-light .right-column > div > a:hover, .menu-style-bordered .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:focus, .menu-style-bordered .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:hover, .menu-style-bordered.woodmart-dark .menu-mega-dropdown .sub-menu > li > a:focus, .menu-style-bordered.woodmart-dark .menu-mega-dropdown .sub-menu > li > a:hover, .menu-style-default .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:focus, .menu-style-default .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:hover, .menu-style-default.woodmart-dark .menu-mega-dropdown .sub-menu-dropdown .sub-menu > li > a:focus, .menu-style-default.woodmart-dark .menu-mega-dropdown .sub-menu-dropdown .sub-menu > li > a:hover {
  color: rgba(255, 255, 255, 0.8); }

.full-screen-nav .item-level-0 > a, .header-color-light .topbar-menu .item-level-0 > a, .menu-style-bordered .header-color-light .main-nav .item-level-0 > a, .menu-style-bordered .header-color-light .woodmart-header-links .item-level-0 > a, .menu-style-default .header-color-light .main-nav .item-level-0 > a, .menu-style-default .header-color-light .woodmart-header-links .item-level-0 > a {
  color: #fff; }

.full-screen-nav .item-level-0 > a:after, .header-color-light .topbar-menu .item-level-0 > a:after, .menu-style-bordered .header-color-light .main-nav .item-level-0 > a:after, .menu-style-bordered .header-color-light .woodmart-header-links .item-level-0 > a:after, .menu-style-default .header-color-light .main-nav .item-level-0 > a:after, .menu-style-default .header-color-light .woodmart-header-links .item-level-0 > a:after {
  color: rgba(255, 255, 255, 0.6); }

.full-screen-nav .item-level-0.current-menu-item > a, .header-color-light .topbar-menu .item-level-0.current-menu-item > a, .menu-style-bordered .header-color-light .main-nav .item-level-0.current-menu-item > a, .menu-style-bordered .header-color-light .woodmart-header-links .item-level-0.current-menu-item > a, .menu-style-default .header-color-light .main-nav .item-level-0.current-menu-item > a, .menu-style-default .header-color-light .woodmart-header-links .item-level-0.current-menu-item > a {
  color: #fff; }

.full-screen-nav .item-level-0:focus > a, .full-screen-nav .item-level-0:hover > a, .header-color-light .topbar-menu .item-level-0:focus > a, .header-color-light .topbar-menu .item-level-0:hover > a, .menu-style-bordered .header-color-light .main-nav .item-level-0:focus > a, .menu-style-bordered .header-color-light .main-nav .item-level-0:hover > a, .menu-style-bordered .header-color-light .woodmart-header-links .item-level-0:focus > a, .menu-style-bordered .header-color-light .woodmart-header-links .item-level-0:hover > a, .menu-style-default .header-color-light .main-nav .item-level-0:focus > a, .menu-style-default .header-color-light .main-nav .item-level-0:hover > a, .menu-style-default .header-color-light .woodmart-header-links .item-level-0:focus > a, .menu-style-default .header-color-light .woodmart-header-links .item-level-0:hover > a {
  color: rgba(255, 255, 255, 0.8); }

.menu-style-bordered .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a, .menu-style-bordered.woodmart-dark .menu-mega-dropdown .sub-sub-menu li a, .menu-style-default .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a, .menu-style-default.woodmart-dark .menu-mega-dropdown .sub-menu-dropdown .sub-sub-menu li a {
  color: rgba(255, 255, 255, 0.6); }

.menu-style-bordered .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:focus, .menu-style-bordered .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover, .menu-style-bordered.woodmart-dark .menu-mega-dropdown .sub-sub-menu li a:focus, .menu-style-bordered.woodmart-dark .menu-mega-dropdown .sub-sub-menu li a:hover, .menu-style-default .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:focus, .menu-style-default .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover, .menu-style-default.woodmart-dark .menu-mega-dropdown .sub-menu-dropdown .sub-sub-menu li a:focus, .menu-style-default.woodmart-dark .menu-mega-dropdown .sub-menu-dropdown .sub-sub-menu li a:hover {
  color: #fff; }

.menu-style-default .main-nav .item-level-0 > a, .menu-style-default .woodmart-header-links .item-level-0 > a {
  color: #333; }

.menu-style-default .main-nav .item-level-0 > a:after, .menu-style-default .woodmart-header-links .item-level-0 > a:after {
  color: #bbb; }

.menu-style-default .menu-mega-dropdown .sub-menu > li > a {
  color: #2d2a2a; }

.menu-style-default .menu-mega-dropdown .sub-sub-menu li a {
  color: #777; }

.menu-style-default .menu-item-my-account ul li a, .menu-style-default .menu-simple-dropdown .color-scheme-dark ul li a, .menu-style-default .menu-simple-dropdown ul li a {
  color: #777; }

.menu-style-default .menu-item-my-account ul li a:focus, .menu-style-default .menu-item-my-account ul li a:hover, .menu-style-default .menu-simple-dropdown ul li a:focus, .menu-style-default .menu-simple-dropdown ul li a:hover {
  background-color: #f9f9f9;
  color: #777; }

.menu-style-default .menu-item-my-account .color-scheme-light ul li a, .menu-style-default .menu-simple-dropdown .color-scheme-light ul li a, .menu-style-default.woodmart-dark .menu-item-my-account ul li a, .menu-style-default.woodmart-dark .menu-simple-dropdown .sub-menu-dropdown ul li a {
  color: rgba(255, 255, 255, 0.8); }

.menu-style-default .menu-item-my-account .color-scheme-light ul li a:focus, .menu-style-default .menu-item-my-account .color-scheme-light ul li a:hover, .menu-style-default .menu-simple-dropdown .color-scheme-light ul li a:focus, .menu-style-default .menu-simple-dropdown .color-scheme-light ul li a:hover, .menu-style-default.woodmart-dark .menu-item-my-account ul li a:focus, .menu-style-default.woodmart-dark .menu-item-my-account ul li a:hover, .menu-style-default.woodmart-dark .menu-simple-dropdown .sub-menu-dropdown ul li a:focus, .menu-style-default.woodmart-dark .menu-simple-dropdown .sub-menu-dropdown ul li a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff; }

.menu-style-bordered .header-color-light .main-nav .item-level-0 > a span:not(.menu-label):after, .menu-style-bordered .header-color-light .woodmart-header-links .item-level-0 > a span:not(.menu-label):after {
  background-color: rgba(255, 255, 255, 0.5); }

.menu-style-bordered .main-nav .item-level-0 > a, .menu-style-bordered .woodmart-header-links .item-level-0 > a {
  color: #333; }

.menu-style-bordered .main-nav .item-level-0 > a:after, .menu-style-bordered .woodmart-header-links .item-level-0 > a:after {
  color: #bbb; }

.menu-style-bordered .main-nav .item-level-0:focus > a, .menu-style-bordered .main-nav .item-level-0:hover > a, .menu-style-bordered .woodmart-header-links .item-level-0:focus > a, .menu-style-bordered .woodmart-header-links .item-level-0:hover > a {
  color: #333; }

.menu-style-bordered .menu-mega-dropdown .sub-menu > li > a {
  color: #2d2a2a; }

.menu-style-bordered .menu-mega-dropdown .sub-menu > li > a:focus, .menu-style-bordered .menu-mega-dropdown .sub-menu > li > a:hover {
  color: #2d2a2a; }

.menu-style-bordered .menu-mega-dropdown .sub-sub-menu li a {
  color: #777; }

.menu-style-bordered .menu-mega-dropdown .sub-sub-menu li a:focus, .menu-style-bordered .menu-mega-dropdown .sub-sub-menu li a:hover {
  color: #333; }

.menu-style-bordered .menu-mega-dropdown .color-scheme-light ul li a span:not(.menu-label):after, .menu-style-bordered.woodmart-dark .menu-mega-dropdown ul li a span:not(.menu-label):after {
  background-color: rgba(255, 255, 255, 0.5); }

.menu-style-bordered .menu-item-my-account ul li a, .menu-style-bordered .menu-simple-dropdown .color-scheme-dark ul li a, .menu-style-bordered .menu-simple-dropdown ul li a {
  color: #777; }

.menu-style-bordered .menu-item-my-account ul li a:focus, .menu-style-bordered .menu-item-my-account ul li a:hover, .menu-style-bordered .menu-simple-dropdown ul li a:focus, .menu-style-bordered .menu-simple-dropdown ul li a:hover {
  color: #333; }

.menu-style-bordered .menu-item-my-account .color-scheme-light ul li a, .menu-style-bordered .menu-simple-dropdown .color-scheme-light ul li a, .menu-style-bordered.woodmart-dark .menu-item-my-account ul li a, .menu-style-bordered.woodmart-dark .menu-simple-dropdown ul li a {
  color: rgba(255, 255, 255, 0.8); }

.menu-style-bordered .menu-item-my-account .color-scheme-light ul li a span:not(.menu-label):after, .menu-style-bordered .menu-simple-dropdown .color-scheme-light ul li a span:not(.menu-label):after, .menu-style-bordered.woodmart-dark .menu-item-my-account ul li a span:not(.menu-label):after, .menu-style-bordered.woodmart-dark .menu-simple-dropdown ul li a span:not(.menu-label):after {
  background-color: rgba(255, 255, 255, 0.5); }

.menu-style-bordered .menu-item-my-account .color-scheme-light ul li a:focus, .menu-style-bordered .menu-item-my-account .color-scheme-light ul li a:hover, .menu-style-bordered .menu-simple-dropdown .color-scheme-light ul li a:focus, .menu-style-bordered .menu-simple-dropdown .color-scheme-light ul li a:hover, .menu-style-bordered.woodmart-dark .menu-item-my-account ul li a:focus, .menu-style-bordered.woodmart-dark .menu-item-my-account ul li a:hover, .menu-style-bordered.woodmart-dark .menu-simple-dropdown ul li a:focus, .menu-style-bordered.woodmart-dark .menu-simple-dropdown ul li a:hover {
  color: #fff; }

.color-scheme-light .searchform input[type=text], .header-advanced.header-color-light .wrapp-header > .search-extended .searchform input[type=text], .header-categories.header-color-light .secondary-inner > .search-extended .searchform input[type=text], .header-color-light .menu-text-widget .searchform input[type=text], .header-color-light .navigations-inner .searchform input[type=text], .header-color-light .widgetarea-head .searchform input[type=text], .woodmart-dark .searchform input[type=text], .woodmart-vc-ajax-search.color-light .searchform input[type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff; }

.color-scheme-light .searchform input[type=text]:focus, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform input[type=text]:focus, .header-categories.header-color-light .secondary-inner > .search-extended .searchform input[type=text]:focus, .header-color-light .menu-text-widget .searchform input[type=text]:focus, .header-color-light .navigations-inner .searchform input[type=text]:focus, .header-color-light .widgetarea-head .searchform input[type=text]:focus, .woodmart-dark .searchform input[type=text]:focus, .woodmart-vc-ajax-search.color-light .searchform input[type=text]:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.color-scheme-light .searchform ::-webkit-input-placeholder, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform ::-webkit-input-placeholder, .header-categories.header-color-light .secondary-inner > .search-extended .searchform ::-webkit-input-placeholder, .header-color-light .menu-text-widget .searchform ::-webkit-input-placeholder, .header-color-light .navigations-inner .searchform ::-webkit-input-placeholder, .header-color-light .widgetarea-head .searchform ::-webkit-input-placeholder, .woodmart-dark .searchform ::-webkit-input-placeholder, .woodmart-vc-ajax-search.color-light .searchform ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .searchform ::-moz-placeholder, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform ::-moz-placeholder, .header-categories.header-color-light .secondary-inner > .search-extended .searchform ::-moz-placeholder, .header-color-light .menu-text-widget .searchform ::-moz-placeholder, .header-color-light .navigations-inner .searchform ::-moz-placeholder, .header-color-light .widgetarea-head .searchform ::-moz-placeholder, .woodmart-dark .searchform ::-moz-placeholder, .woodmart-vc-ajax-search.color-light .searchform ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .searchform :-moz-placeholder, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform :-moz-placeholder, .header-categories.header-color-light .secondary-inner > .search-extended .searchform :-moz-placeholder, .header-color-light .menu-text-widget .searchform :-moz-placeholder, .header-color-light .navigations-inner .searchform :-moz-placeholder, .header-color-light .widgetarea-head .searchform :-moz-placeholder, .woodmart-dark .searchform :-moz-placeholder, .woodmart-vc-ajax-search.color-light .searchform :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .searchform :-ms-input-placeholder, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform :-ms-input-placeholder, .header-categories.header-color-light .secondary-inner > .search-extended .searchform :-ms-input-placeholder, .header-color-light .menu-text-widget .searchform :-ms-input-placeholder, .header-color-light .navigations-inner .searchform :-ms-input-placeholder, .header-color-light .widgetarea-head .searchform :-ms-input-placeholder, .woodmart-dark .searchform :-ms-input-placeholder, .woodmart-vc-ajax-search.color-light .searchform :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .searchform .searchsubmit, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform .searchsubmit, .header-categories.header-color-light .secondary-inner > .search-extended .searchform .searchsubmit, .header-color-light .menu-text-widget .searchform .searchsubmit, .header-color-light .navigations-inner .searchform .searchsubmit, .header-color-light .widgetarea-head .searchform .searchsubmit, .woodmart-dark .searchform .searchsubmit, .woodmart-vc-ajax-search.color-light .searchform .searchsubmit {
  color: #fff; }

.color-scheme-light .searchform .searchsubmit:before, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform .searchsubmit:before, .header-categories.header-color-light .secondary-inner > .search-extended .searchform .searchsubmit:before, .header-color-light .menu-text-widget .searchform .searchsubmit:before, .header-color-light .navigations-inner .searchform .searchsubmit:before, .header-color-light .widgetarea-head .searchform .searchsubmit:before, .woodmart-dark .searchform .searchsubmit:before, .woodmart-vc-ajax-search.color-light .searchform .searchsubmit:before {
  border-color: rgba(255, 255, 255, 0.4);
  border-left-color: #fff; }

.color-scheme-light .search-by-category .input-dropdown-inner, .header-advanced.header-color-light .wrapp-header > .search-extended .search-by-category .input-dropdown-inner, .header-categories.header-color-light .secondary-inner > .search-extended .search-by-category .input-dropdown-inner, .header-color-light .menu-text-widget .search-by-category .input-dropdown-inner, .header-color-light .navigations-inner .search-by-category .input-dropdown-inner, .header-color-light .widgetarea-head .search-by-category .input-dropdown-inner, .woodmart-dark .search-by-category .input-dropdown-inner, .woodmart-vc-ajax-search.color-light .search-by-category .input-dropdown-inner {
  border-color: rgba(255, 255, 255, 0.5); }

.color-scheme-light .search-by-category .input-dropdown-inner > a, .header-advanced.header-color-light .wrapp-header > .search-extended .search-by-category .input-dropdown-inner > a, .header-categories.header-color-light .secondary-inner > .search-extended .search-by-category .input-dropdown-inner > a, .header-color-light .menu-text-widget .search-by-category .input-dropdown-inner > a, .header-color-light .navigations-inner .search-by-category .input-dropdown-inner > a, .header-color-light .widgetarea-head .search-by-category .input-dropdown-inner > a, .woodmart-dark .search-by-category .input-dropdown-inner > a, .woodmart-vc-ajax-search.color-light .search-by-category .input-dropdown-inner > a {
  color: #fff; }

.popup-added_to_cart {
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.31); }

.woodmart-dark .popup-added_to_cart {
  background-color: #101010; }

.popup-added_to_cart .added-to-cart {
  padding: 30px 30px 25px; }

.popup-added_to_cart h4 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px; }

.popup-added_to_cart .close-popup, .popup-added_to_cart .view-cart {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }

.popup-added_to_cart .view-cart {
  min-width: 150px; }

.woodmart-dark .popup-added_to_cart .close-popup {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff; }

.woodmart-dark .popup-added_to_cart .close-popup:focus, .woodmart-dark .popup-added_to_cart .close-popup:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  opacity: 1; }

.shopify-breadcrumb {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: middle; }

.shopify-breadcrumb a {
  color: #8e8e8e;
  margin-right: 6px;
  font-style: normal;
  font-weight: 400; }

.shopify-breadcrumb a:after {
  content: "/";
  margin-left: 5px; }

.shopify-breadcrumb a:focus, .shopify-breadcrumb a:hover {
  color: #585858; }

.shopify-breadcrumb .breadcrumb-last {
  color: #333;
  font-weight: 600;
  margin-right: 8px; }

.shopify-breadcrumb .breadcrumb-last:last-child {
  margin-right: 0; }

.woodmart-dark .shopify-breadcrumb a {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-dark .shopify-breadcrumb a:hover {
  color: #fff; }

.woodmart-dark .shopify-breadcrumb .breadcrumb-last {
  color: #fff; }

.woodmart-tltp {
  position: relative; }

.woodmart-tltp .woodmart-tooltip-label {
  position: absolute;
  padding: 0 15px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .3px;
  border-radius: 0;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  z-index: 2;
  pointer-events: none;
  visibility: hidden;
  opacity: 0; }

.woodmart-tltp .woodmart-tooltip-label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.woodmart-tltp:hover .woodmart-tooltip-label {
  animation: fadeInTooltip .3s ease;
  -webkit-animation: fadeInTooltip .3s ease;
  opacity: 1;
  visibility: visible; }

.woodmart-tltp .woodmart-tooltip-label {
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px; }

.woodmart-tltp .woodmart-tooltip-label:before {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: -5px;
  margin-right: 0;
  margin-bottom: 0;
  border-width: 5px 5px 0;
  border-color: transparent;
  border-top-color: #000; }

.single-breadcrumbs-wrapper {
  margin-bottom: 15px;
  margin-top: -15px; }

.single-breadcrumbs-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-breadcrumbs-wrapper .container:after, .single-breadcrumbs-wrapper .container:before {
  content: none; }

.single-breadcrumbs-wrapper .single-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-breadcrumbs-wrapper .shopify-breadcrumb {
  margin-bottom: 10px;
  font-size: 13px; }

.sticky-footer-on .main-page-wrapper, .sticky-footer-on .woodmart-prefooter {
  position: relative; }

.sticky-footer-on .main-page-wrapper {
  z-index: 2; }

.sticky-footer-on .woodmart-prefooter {
  z-index: 1; }

.sticky-footer-on .footer-container {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px; }

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

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

.woodmart-prefooter {
  background-color: #fff;
  padding-bottom: 40px; }

.woodmart-dark .woodmart-prefooter {
  background-color: #1a1a1a; }

.copyrights-wrapper {
  border-top: 1px solid; }

.widget-title, .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2d2a2a;
  margin-bottom: 20px; }

.widget_recent_entries ul li a {
  display: block; }

.widget_recent_entries .post-date {
  position: static;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  min-width: 0;
  text-align: left;
  line-height: inherit;
  color: #bbb;
  margin-top: 5px;
  font-size: 12px; }

.color-scheme-light .widget_recent_entries .post-date, .woodmart-dark .widget_recent_entries .post-date {
  color: rgba(255, 255, 255, 0.8); }

.widget_recent_comments ul li .url {
  color: #2d2a2a;
  font-weight: 600; }

.widget_recent_comments ul li:before {
  content: "\f104";
  font-family: woodmart-font;
  font-size: 12px;
  color: #2d2a2a;
  display: inline-block;
  font-weight: 400;
  margin-right: 7px; }

.color-scheme-light .widget_recent_comments ul li:before, .woodmart-dark .widget_recent_comments ul li:before {
  color: #fff; }

.woodmart-recent-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid; }

.woodmart-recent-posts li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.woodmart-recent-posts .recent-posts-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px; }

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

.woodmart-recent-posts .attachment-thumbnail {
  max-width: 60px; }

.woodmart-recent-posts .entry-title {
  font-size: 14px;
  margin-bottom: 8px; }

.woodmart-recent-posts .recent-posts-comment, .woodmart-recent-posts .recent-posts-time {
  font-size: 12px;
  color: #bbb; }

.color-scheme-light .woodmart-recent-posts .recent-posts-comment, .woodmart-dark .woodmart-recent-posts .recent-posts-comment, .color-scheme-light .woodmart-recent-posts .recent-posts-time, .woodmart-dark .woodmart-recent-posts .recent-posts-time {
  color: rgba(255, 255, 255, 0.8); }

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

.woodmart-widget, div[class^=vc_sp] {
  line-height: 1.4; }

.woodmart-widget a, div[class^=vc_sp] a {
  color: #727272; }

.color-scheme-light .woodmart-widget a, .woodmart-dark .woodmart-widget a, .color-scheme-light div[class^=vc_sp] a, .woodmart-dark div[class^=vc_sp] a {
  color: rgba(255, 255, 255, 0.8); }

.color-scheme-dark .woodmart-widget a, .color-scheme-dark div[class^=vc_sp] a {
  color: #727272; }

.woodmart-widget a:focus, .woodmart-widget a:hover, div[class^=vc_sp] a:focus, div[class^=vc_sp] a:hover {
  color: #333; }

.color-scheme-light .woodmart-widget a:focus, .woodmart-dark .woodmart-widget a:focus, .color-scheme-light .woodmart-widget a:hover, .woodmart-dark .woodmart-widget a:hover, .color-scheme-light div[class^=vc_sp] a:focus, .woodmart-dark div[class^=vc_sp] a:focus, .color-scheme-light div[class^=vc_sp] a:hover, .woodmart-dark div[class^=vc_sp] a:hover {
  color: #fff; }

.color-scheme-dark .woodmart-widget a:focus, .color-scheme-dark .woodmart-widget a:hover, .color-scheme-dark div[class^=vc_sp] a:focus, .color-scheme-dark div[class^=vc_sp] a:hover {
  color: #333; }

.woodmart-widget li, div[class^=vc_sp] li {
  margin-bottom: 15px; }

.woodmart-widget li:last-child, div[class^=vc_sp] li:last-child {
  margin-bottom: 0; }

.color-scheme-light .footer-widget a {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .footer-widget a:focus, .color-scheme-light .footer-widget a:hover {
  color: #fff !important; }

.footer-container.color-scheme-light svg path, .footer-container.color-scheme-light svg rect, .footer-container.color-scheme-light svg polyline {
  fill: #fff; }

.footer-container.color-scheme-light svg circle {
  stroke: #fff; }

.sidebar-container {
  margin-bottom: 40px; }

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid; }

.sidebar-widget:last-child, .sidebar-widget.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.min-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px; }

.min-footer > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding-left: 15px;
  padding-right: 15px; }

.copyrights-centered .min-footer > div {
  margin-bottom: 10px; }

.copyrights-centered .min-footer > div:last-child {
  margin-bottom: 0; }

.min-footer .col-right {
  text-align: right; }

.copyrights-centered .min-footer .col-right {
  text-align: center; }

.copyrights-centered .min-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.nav-accordion {
  width: 100%;
  line-height: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-accordion li {
  background: none;
  position: relative;
  border-bottom: #f4f4f4 solid 1px;
  padding-left: 15px; }

.nav-accordion li.active:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 7px;
  color: #181818;
  position: absolute;
  top: 10px; }

.nav-accordion li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none; }

.nav-accordion li span.expand, .nav-accordion li span.collapse {
  cursor: pointer;
  display: block;
  font-size: 0; }

.nav-accordion ul {
  display: none;
  margin: 0; }

.nav-accordion ul li {
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom-width: 0; }

.nav-accordion ul li.active {
  font-weight: bold; }

.nav-accordion ul li a {
  outline: none;
  padding-left: 15px; }

.nav-accordion ul ul li a {
  padding-left: 25px; }

.nav-accordion ul ul ul li a {
  padding-left: 30px; }

body.woodmart-show-hidden-sidebar .area-sidebar-shop {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.woodmart-close-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity 0.25s ease,visibility 0s ease 0.25s; }

.woodmart-dark .woodmart-close-side {
  background-color: rgba(0, 0, 0, 0.8); }

.act-mobile-menu .woodmart-close-side, .woodmart-cart-opened .woodmart-close-side, .woodmart-show-hidden-sidebar .woodmart-close-side {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s ease,visibility 0s ease;
  transition: opacity 0.25s ease,visibility 0s ease; }

.products-spacing-0 {
  margin-left: 0;
  margin-right: 0; }

.products-spacing-0 .product {
  padding-left: 0;
  padding-right: 0; }

.products-spacing-0 .product-category, .products-spacing-0 .woodmart-hover-info, .products-spacing-0 .woodmart-hover-info-alt {
  margin-bottom: 0; }

.products-spacing-0 .content-product-imagin {
  margin-left: -15px;
  margin-right: -15px; }

.products-spacing-2 {
  margin-left: -1px;
  margin-right: -1px; }

.products-spacing-2 .product {
  padding-left: 1px;
  padding-right: 1px; }

.products-spacing-2 .product-category, .products-spacing-2 .woodmart-hover-info, .products-spacing-2 .woodmart-hover-info-alt {
  margin-bottom: 2px; }

.products-spacing-2 .content-product-imagin {
  margin-left: -14px;
  margin-right: -14px; }

.products-spacing-6 {
  margin-left: -3px;
  margin-right: -3px; }

.products-spacing-6 .product {
  padding-left: 3px;
  padding-right: 3px; }

.products-spacing-6 .product-category, .products-spacing-6 .woodmart-hover-info, .products-spacing-6 .woodmart-hover-info-alt {
  margin-bottom: 6px; }

.products-spacing-6 .content-product-imagin {
  margin-left: -12px;
  margin-right: -12px; }

.products-spacing-10 {
  margin-left: -5px;
  margin-right: -5px; }

.products-spacing-10 .product {
  padding-left: 5px;
  padding-right: 5px; }

.products-spacing-10 .product-category, .products-spacing-10 .woodmart-hover-info, .products-spacing-10 .woodmart-hover-info-alt {
  margin-bottom: 10px; }

.products-spacing-10 .content-product-imagin {
  margin-left: -10px;
  margin-right: -10px; }

.products-spacing-20 {
  margin-left: -10px;
  margin-right: -10px; }

.products-spacing-20 .product {
  padding-left: 10px;
  padding-right: 10px; }

.products-spacing-20 .product-category, .products-spacing-20 .woodmart-hover-info, .products-spacing-20 .woodmart-hover-info-alt {
  margin-bottom: 20px; }

.products-spacing-20 .content-product-imagin {
  margin-left: -5px;
  margin-right: -5px; }

.products-spacing-30 {
  margin-left: -15px;
  margin-right: -15px; }

.products-spacing-30 .product {
  padding-left: 15px;
  padding-right: 15px; }

.products-spacing-30 .product-category, .products-spacing-30 .woodmart-hover-info, .products-spacing-30 .woodmart-hover-info-alt {
  margin-bottom: 30px; }

.products-spacing-30 .content-product-imagin {
  margin-left: 0;
  margin-right: 0; }

.page-title {
  position: relative;
  margin-top: -40px;
  margin-bottom: 40px; }

.page-title h1 {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600; }

.page-title .breadcrumbs {
  margin-top: 10px; }

.page-title.color-scheme-light h1 {
  color: #fff; }

.page-title.with-back-btn .shop-title-wrapper {
  animation: fadeIn .3s ease;
  -webkit-animation: fadeIn 0.3s ease; }

.page-title.with-back-btn .woodmart-back-btn {
  animation: prev-animate 1s ease;
  -webkit-animation: prev-animate 1s ease; }

.title-size-small {
  padding-top: 20px;
  padding-bottom: 20px; }

.title-size-small .entry-title, .title-size-small h1 {
  font-size: 44px; }

.title-size-small .category-icon {
  max-height: 30px; }

.title-size-small .category-icon i {
  font-size: 30px; }

.title-size-small .woodmart-product-categories {
  margin-top: 10px; }

.title-size-small .woodmart-product-categories .children .category-icon {
  max-height: 30px; }

.title-size-small .hasno-product-count .children .category-icon {
  max-height: 20px; }

.title-size-small .hasno-product-count .children .category-icon i {
  font-size: 20px; }

.title-size-default {
  padding-top: 60px;
  padding-bottom: 60px; }

.title-size-default .entry-title, .title-size-default h1 {
  font-size: 68px; }

.title-size-large {
  padding-top: 100px;
  padding-bottom: 100px; }

.title-size-large .entry-title, .title-size-large h1 {
  font-size: 78px; }

.title-size-large .category-nav-link .category-name {
  font-size: 15px; }

.title-size-large .woodmart-product-categories .children .category-name {
  font-size: 14px; }

.title-design-centered:not(.without-title) .woodmart-back-btn {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -17px; }

.without-title .nav-shop {
  position: relative; }

.without-title .woodmart-product-categories {
  margin-top: 0;
  display: inline-block; }

.without-title .shop-title-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px; }

.without-title .woodmart-show-categories {
  margin-top: 0;
  margin-bottom: 0; }

.without-title .category-nav-link a {
  padding-top: 17px;
  padding-bottom: 17px; }

.without-title.with-back-btn .nav-shop {
  padding-left: 50px;
  padding-right: 50px; }

.without-title.title-size-small {
  padding-top: 0;
  padding-bottom: 0; }

.without-title.title-size-small .woodmart-product-categories .children {
  margin-top: 0; }

.without-title.title-size-small .woodmart-product-categories:after {
  content: none; }

.without-title.title-size-default {
  padding-top: 35px;
  padding-bottom: 35px; }

.without-title.title-size-large {
  padding-top: 60px;
  padding-bottom: 60px; }

.woodmart-header-overlap .page-title {
  margin-top: 0; }

.woodmart-header-overlap .title-size-small {
  padding: 120px 0 70px 0; }

.woodmart-header-overlap .title-size-default {
  padding: 150px 0 110px 0; }

.woodmart-header-overlap .title-size-large {
  padding: 180px 0 140px 0; }

.woodmart-header-advanced .page-title {
  margin-top: -71px; }

.woodmart-header-advanced .title-size-small {
  padding-top: 45px; }

.woodmart-header-advanced .title-size-default {
  padding-top: 80px; }

.woodmart-header-advanced .title-size-large {
  padding-top: 125px; }

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

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

.breadcrumbs {
  font-size: 0;
  line-height: 16px; }

.breadcrumbs > a, .breadcrumbs > span {
  display: inline-block; }

.breadcrumbs > a:after, .breadcrumbs > span:after {
  content: "/";
  display: inline-block;
  padding: 0 8px; }

.breadcrumbs a, .breadcrumbs span {
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-weight: 600; }

.breadcrumbs > span:last-child:after {
  content: none; }

.color-scheme-light .breadcrumbs {
  color: #fff; }

.color-scheme-light .breadcrumbs a, .color-scheme-light .breadcrumbs span {
  color: #fff; }

.color-scheme-light .breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.7); }

.shop-title-wrapper {
  display: inline-block;
  position: relative; }

.shop-title-wrapper h1 {
  display: inline-block;
  vertical-align: middle; }

.shop-title-wrapper .woodmart-back-btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.shop-title-wrapper .woodmart-back-btn span {
  display: none; }

.shop-title-wrapper .woodmart-back-btn:after {
  content: "\f119";
  font-family: woodmart-font;
  font-size: 26px;
  display: inline-block; }

.shop-title-wrapper .woodmart-back-btn:hover:after {
  animation: prev-animate 1s ease infinite;
  -webkit-animation: prev-animate 1s ease infinite; }

.woodmart-show-categories {
  display: none;
  margin-top: 5px;
  margin-bottom: -10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.woodmart-show-categories a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .3px;
  padding-top: 15px;
  padding-bottom: 15px; }

.woodmart-show-categories a:after {
  content: "\f124";
  font-family: woodmart-font;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 7px;
  display: inline-block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease; }

.woodmart-show-categories.button-open a:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg); }

.woodmart-product-categories {
  margin-top: 15px;
  vertical-align: middle;
  margin-left: -15px;
  margin-right: -15px; }

.woodmart-product-categories > li {
  display: inline-block;
  vertical-align: middle; }

.woodmart-product-categories li {
  position: relative; }

.woodmart-product-categories li:hover > .children {
  opacity: 1;
  visibility: visible;
  -webkit-animation: menu-in-top .25s ease;
  animation: menu-in-top .25s ease; }

.woodmart-product-categories .category-nav-link {
  position: relative; }

.woodmart-product-categories .category-nav-link > a {
  color: #4E4E4E; }

.woodmart-product-categories .category-nav-link > a:focus, .woodmart-product-categories .category-nav-link > a:hover {
  color: #2d2a2a; }

.woodmart-product-categories .children {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  width: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease;
  -webkit-animation: menu-to-bottom .25s ease;
  animation: menu-to-bottom .25s ease; }

.woodmart-product-categories .children .category-nav-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px; }

.woodmart-product-categories .children .category-name {
  text-transform: none; }

.woodmart-product-categories .children .category-icon {
  max-height: 35px; }

.woodmart-product-categories .children:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px; }

.woodmart-product-categories .children .children {
  top: 0;
  left: 100%; }

.woodmart-product-categories .shop-all-link {
  display: none; }

.woodmart-product-categories .shop-all-link a:before {
  content: "\f11a";
  font-family: woodmart-font;
  font-size: 40px;
  line-height: 1;
  margin-right: 10px;
  font-weight: 400; }

.category-nav-link {
  position: relative; }

.category-nav-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px; }

.category-nav-link .category-summary {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.category-nav-link .category-icon {
  max-height: 40px;
  display: inline-block;
  margin-right: 10px; }

.category-nav-link .category-icon i {
  font-size: 40px; }

.category-nav-link .category-icon svg {
  width: inherit !important;
  height: inherit !important; }

.category-nav-link .category-name {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .2px;
  line-height: 1.3; }

.category-nav-link .category-products-count {
  display: block;
  text-transform: capitalize;
  color: #9A9A9A;
  font-size: 12px;
  margin-top: 5px; }

.hasno-product-count.woodmart-product-categories {
  margin-right: -12px;
  margin-left: -12px; }

.hasno-product-count .category-nav-link a {
  padding-left: 12px;
  padding-right: 12px; }

.hasno-product-count .category-nav-link .category-icon {
  max-height: 18px;
  margin-right: 7px; }

.hasno-product-count .category-nav-link .category-icon i {
  font-size: 18px; }

.hasno-product-count .shop-all-link a:before {
  font-size: 16px; }

.hasno-product-count .shop-all-link .category-products-count {
  display: none; }

.color-scheme-light .shop-title-wrapper .woodmart-back-btn:after {
  color: #fff; }

.color-scheme-light .woodmart-show-categories a {
  color: #fff; }

.color-scheme-light .woodmart-product-categories .children {
  background-color: #101010;
  -webkit-box-shadow: none;
  box-shadow: none; }

.color-scheme-light .category-nav-link > a {
  color: #fff; }

.color-scheme-light .category-nav-link > a:focus, .color-scheme-light .category-nav-link > a:hover {
  color: rgba(255, 255, 255, 0.9); }

.color-scheme-light .category-nav-link .category-products-count {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .woodmart-products-loader:after, .color-scheme-light .woodmart-shop-loader:after, .color-scheme-light .woodmart-tabs-loader:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.term-description {
  margin-bottom: 25px;
  overflow: hidden; }

.products {
  -webkit-transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
  -webkit-transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
  transition: opacity 0.25s ease,visibility 0.25s ease,transform 0.25s ease,-webkit-transform 0.25s ease; }

.woodmart-products-loader:after, .woodmart-shop-loader:after, .woodmart-tabs-loader:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%; }

.woodmart-shop-loader {
  display: none; }

.woodmart-shop-loader:not(.hidden-loader) {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -15px; }

.woodmart-shop-loader.hidden-from-top {
  position: relative; }

.woodmart-shop-loader.hidden-from-top:after {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 30px; }

.woodmart-shop-loader.hidden-from-top.hidden-loader {
  margin-left: 0 !important; }

.woodmart-shop-loader.hidden-from-bottom {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 115px; }

.woodmart-shop-loader.hidden-from-bottom.hidden-loader {
  margin-left: -15px !important; }

.woodmart-loading .woodmart-shop-loader {
  display: block;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease; }

.woodmart-loading .woodmart-shop-loader.hidden-loader {
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease; }

.woodmart-loading .woodmart-shop-loader:after {
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.woodmart-loading .products {
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
  -webkit-transform: translateY(30px); }

.shop-loop-head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.woodmart-shop-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.woodmart-shop-breadcrumbs .shopify-breadcrumb {
  margin-bottom: 15px; }

.woodmart-products-per-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  margin-right: 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  color: #8e8e8e; }

.woodmart-products-per-page .per-page-title {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
  color: #2d2a2a;
  font-weight: 600;
  vertical-align: middle; }

.woodmart-products-per-page .per-page-title:after {
  content: " :"; }

.woodmart-products-per-page .per-page-variation {
  display: inline-block;
  vertical-align: middle;
  color: #8e8e8e;
  padding: 0 7px; }

.woodmart-products-per-page .per-page-variation:focus, .woodmart-products-per-page .per-page-variation:hover {
  color: #2d2a2a; }

.woodmart-products-per-page .per-page-variation.current-variation {
  color: #2d2a2a;
  font-weight: 600; }

.woodmart-products-per-page .per-page-border {
  vertical-align: middle;
  display: inline-block; }

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

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

.woodmart-products-shop-view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 15px; }

.woodmart-products-shop-view .shop-view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 12px;
  opacity: .3; }

.woodmart-products-shop-view .shop-view svg {
  width: 19px !important;
  height: 19px !important; }

.woodmart-products-shop-view .shop-view:hover {
  opacity: .7; }

.woodmart-products-shop-view .shop-view:focus {
  opacity: .9; }

.woodmart-products-shop-view .shop-view.current-variation {
  opacity: .9;
  cursor: default; }

.woodmart-products-shop-view .shop-view:last-child {
  margin-right: 0; }

.woodmart-products-shop-view .per-row-6 svg {
  width: 23px !important; }

.woodmart-products-shop-view .per-row-list svg {
  width: 18px !important;
  height: 18px !important; }

.woodmart-show-sidebar-btn {
  display: none;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  font-weight: 800;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-right: 30px;
  color: #2d2a2a;
  cursor: pointer; }

.woodmart-show-sidebar-btn span:not(.woodmart-side-bar-icon) {
  vertical-align: middle; }

.woodmart-show-sidebar-btn .woodmart-side-bar-icon {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
  margin-right: 7px; }

.woodmart-show-sidebar-btn .woodmart-side-bar-icon {
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.woodmart-show-sidebar-btn .woodmart-side-bar-icon:after, .woodmart-show-sidebar-btn .woodmart-side-bar-icon:before {
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease;
  transition: all 0.25s ease; }

.woodmart-show-sidebar-btn .woodmart-side-bar-icon:after, .woodmart-show-sidebar-btn .woodmart-side-bar-icon:before {
  position: absolute;
  content: "";
  left: 0; }

.woodmart-show-sidebar-btn .woodmart-side-bar-icon:before {
  top: -6px; }

.woodmart-show-sidebar-btn .woodmart-side-bar-icon:after {
  top: 6px; }

.woodmart-show-sidebar-btn:hover .woodmart-side-bar-icon {
  background-color: #000; }

.woodmart-show-sidebar-btn:hover .woodmart-side-bar-icon:after, .woodmart-show-sidebar-btn:hover .woodmart-side-bar-icon:before {
  background-color: #000; }

.woodmart-show-sidebar-btn:hover .woodmart-side-bar-icon:before {
  width: 12px; }

.woodmart-show-sidebar-btn:hover .woodmart-side-bar-icon:after {
  width: 10px; }

.woodmart-show-sidebar-btn.btn-clicked .woodmart-side-bar-icon {
  background-color: transparent; }

.woodmart-show-sidebar-btn.btn-clicked .woodmart-side-bar-icon:after, .woodmart-show-sidebar-btn.btn-clicked .woodmart-side-bar-icon:before {
  background-color: #000;
  width: 15px; }

.woodmart-show-sidebar-btn.btn-clicked .woodmart-side-bar-icon:before {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
  transform: translate3d(0, 6px, 0) rotate(45deg); }

.woodmart-show-sidebar-btn.btn-clicked .woodmart-side-bar-icon:after {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
  transform: translate3d(0, -6px, 0) rotate(-45deg); }

.woodmart-filter-buttons {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 15px; }

.woodmart-filter-buttons .open-filters {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #2d2a2a;
  position: relative;
  padding-right: 18px;
  letter-spacing: .6px;
  text-decoration: none; }

.woodmart-filter-buttons .open-filters:after, .woodmart-filter-buttons .open-filters:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  background-color: #1B1919;
  -webkit-transition: all .25s ease;
  transition: all 0.25s ease; }

.woodmart-filter-buttons .open-filters:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.woodmart-filter-buttons .open-filters:hover:after {
  transform: translateX(-6px) rotate(50deg);
  -webkit-transform: translateX(-6px) rotate(50deg); }

.woodmart-filter-buttons .open-filters:hover:before {
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg); }

.woodmart-filter-buttons .open-filters.btn-opened:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.woodmart-filter-buttons .open-filters.btn-opened:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.shopify-ordering {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 10px; }

.shopify-ordering select {
  max-width: 200px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  background: 0 0;
  padding-left: 2px;
  padding-right: 20px;
  padding-bottom: 5px;
  height: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #2d2a2a;
  cursor: pointer; }

.woodmart-dark .shopify-ordering select {
  color: #fff; }

.shopify-ordering:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 4px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -9px;
  color: #bbb;
  font-family: FontAwesome; }

.woodmart-dark .shopify-ordering:after {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-shop-tools div:last-child, .woodmart-shop-tools form:last-child {
  margin-right: 0; }

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

.sidebar-container .block .block-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 600;
  color: #2d2a2a;
  margin-bottom: 20px; }

.sidebar-container .block .block-content ul:not(.product_list_widget) li span.expand {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background-color: #f9f9f9;
  color: #333; }

.sidebar-container .block .block-content ul:not(.product_list_widget) li > span {
  position: absolute;
  top: 6px;
  right: 0;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  color: #bbb;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .25s ease,color .25s ease,-webkit-transform .25s ease;
  transition: background-color .25s ease,color .25s ease,-webkit-transform .25s ease;
  transition: background-color .25s ease,color .25s ease,transform .25s ease;
  transition: background-color .25s ease,color .25s ease,transform .25s ease,-webkit-transform .25s ease;
  -webkit-transition: background-color .25s ease,color .25s ease,transform .25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px; }

.sidebar-container .block .block-content ul:not(.product_list_widget) li > span:after {
  content: "\f107";
  font-size: 16px;
  font-family: FontAwesome; }

.sidebar-container .block .block-content ul:not(.product_list_widget) li > span:hover {
  background-color: #f9f9f9;
  color: #333; }

.sidebar-container .block .block-content > ul:not(.product_list_widget) li {
  padding: 0;
  line-height: 1.42857143;
  border: 0; }

.sidebar-container .block .block-content > ul:not(.product_list_widget) li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 25px;
  line-height: 1.4;
  text-decoration: none;
  font-size: 14px;
  color: #727272; }

.sidebar-container .block .block-content > ul:not(.product_list_widget).no-bullets li {
  float: left;
  margin: 0 7px 15px 0; }

.sidebar-container .block .block-content > ul:not(.product_list_widget).no-bullets li a {
  font-family: inherit;
  font-weight: 400;
  display: block;
  padding: 10px 14px;
  background-color: #e1e1e1;
  color: #7e7d79;
  font-size: 13px;
  line-height: 11px; }

.sidebar-container .block .block-content > ul:not(.product_list_widget).no-bullets li a:hover {
  background-color: #3b3b3b;
  text-decoration: none;
  color: #fff; }

.sidebar-container .block .block-content > ul:not(.product_list_widget).blog-tags {
  margin-top: 15px; }

.sidebar-container .block .block-content .category-products .products-list {
  margin-top: 30px; }

.sidebar-container .block.block-layered-nav .block-content {
  margin: 0;
  padding: 0;
  border: none; }

.sidebar-container .block:last-child .block-content {
  border: none; }

.sidebar-container .banner-slide {
  margin: 0 -15px; }

.sidebar-container .banner-slide .owl-carousel .item {
  position: relative;
  padding: 0 15px; }

.sidebar-container .banner-slide .owl-carousel .item img {
  width: 100%; }

.main-page-wrapper .narrow-by-list .narrow-item, .main-page-wrapper .narrow-by-list-bar .narrow-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2); }

.main-page-wrapper .narrow-by-list dt, .main-page-wrapper .narrow-by-list-bar dt {
  text-transform: uppercase;
  color: #2d2a2a;
  margin-bottom: 20px; }

.main-page-wrapper .narrow-by-list dt .clear, .main-page-wrapper .narrow-by-list dt .clearall, .main-page-wrapper .narrow-by-list-bar dt .clear, .main-page-wrapper .narrow-by-list-bar dt .clearall {
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
  line-height: 5px;
  display: none; }

.main-page-wrapper .narrow-by-list dd.woodmart-scroll, .main-page-wrapper .narrow-by-list-bar dd.woodmart-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.main-page-wrapper .narrow-by-list dd.woodmart-scroll:hover .woodmart-scroll-content:not(.show-labels-off) + .woodmart-scroll-pane, .main-page-wrapper .narrow-by-list-bar dd.woodmart-scroll:hover .woodmart-scroll-content:not(.show-labels-off) + .woodmart-scroll-pane {
  margin-left: 10px; }

.main-page-wrapper .narrow-by-list dd.woodmart-scroll .woodmart-scroll-pane, .main-page-wrapper .narrow-by-list-bar dd.woodmart-scroll .woodmart-scroll-pane {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.main-page-wrapper .narrow-by-list dd ol, .main-page-wrapper .narrow-by-list-bar dd ol {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-x: hidden;
  max-height: 233px; }

.main-page-wrapper .narrow-by-list dd ol li a, .main-page-wrapper .narrow-by-list-bar dd ol li a {
  font-weight: 400; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item a, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  padding: 5px 0; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item a:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item a:after {
  content: "\f00d";
  display: none;
  margin-left: 5px;
  line-height: 1;
  font-weight: 400;
  font-size: 12px;
  font-family: FontAwesome; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item span.name, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item span.name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #333;
  text-align: center;
  min-width: 20px;
  display: inline-block;
  position: relative; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item span.name:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item span.name:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: 1px;
  opacity: 0;
  background-color: #000;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.swatch-checkbox .input-container, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.swatch-checkbox .input-container {
  display: none; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.active a:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.active a:after {
  display: block;
  color: #333; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.active span.name, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.active span.name {
  color: #333; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.active span.name:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.active span.name:after {
  opacity: 1; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.active .has-image i.color_box:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.active .has-image i.color_box:after {
  opacity: 1; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.active.has-image span.name, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.active.has-image span.name {
  font-weight: 600;
  color: #333; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.active.has-image span.name:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.active.has-image span.name:after {
  opacity: 0; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.active + .count, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.active + .count {
  border-color: #83b735;
  background-color: #83b735;
  color: #fff; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.disable, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.disable {
  cursor: default;
  display: none !important;
  cursor: not-allowed; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.disable .has-image:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.disable .has-image:after {
  content: " ";
  position: absolute;
  top: 10px;
  right: -4px;
  width: 30px;
  height: 2px;
  display: block;
  background-color: #E0E0E0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.disable:hover .has-image, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.disable:hover .has-image {
  border: #e0e0e0 solid 1px; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.disable .input-skin:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.disable .input-skin:after {
  background-color: #efefef;
  display: block;
  height: 2px;
  position: absolute;
  right: 5px;
  top: 8.4px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 11px;
  content: " "; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.has-image, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.has-image {
  padding: 5px 0 5px; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item.has-image span.name, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item.has-image span.name {
  line-height: 1.2;
  font-size: 14px;
  color: #727272;
  font-weight: 400; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item .has-image, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item .has-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item .has-image i.color_box, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item .has-image i.color_box {
  float: left;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-size: cover;
  position: relative;
  line-height: 0;
  padding: 0;
  background-color: transparent !important;
  border-radius: 100%; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item .has-image i.color_box:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item .has-image i.color_box:after {
  content: "\f109";
  font-family: woodmart-font;
  position: absolute;
  font-size: 12px;
  top: 0;
  bottom: -2px;
  right: 0;
  left: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item:hover span.name, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item:hover span.name {
  color: #777; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item:hover.has-image span.name, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item:hover.has-image span.name {
  color: #333; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item:hover .has-image i.color_box:after, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item:hover .has-image i.color_box:after {
  opacity: 1; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .item:hover + .count, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .item:hover + .count {
  border-color: #83b735;
  background-color: #83b735;
  color: #fff; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li.disable, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li.disable {
  display: none !important; }

.main-page-wrapper .narrow-by-list dd ol.swatch-list li .count, .main-page-wrapper .narrow-by-list-bar dd ol.swatch-list li .count {
  color: #777;
  text-align: center;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 35px;
  border: 1px solid rgba(129, 129, 129, 0.2);
  transition: color .25s ease,background-color .25s ease,border-color .25s ease;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease; }

.main-page-wrapper .narrow-by-list dd.color-swatch.color ol li, .main-page-wrapper .narrow-by-list-bar dd.color-swatch.color ol li {
  display: block;
  width: auto;
  margin: 0 0 5px 0;
  width: auto; }

.main-page-wrapper .narrow-by-list-bar .narrow-item {
  float: left;
  padding: 0 15px;
  border: none; }

.main-page-wrapper .narrow-by-list-bar .narrow-item .sort-by {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-x: hidden;
  max-height: 233px; }

.main-page-wrapper .narrow-by-list-bar .narrow-item .sort-by a {
  color: #727272;
  font-size: 14px;
  margin-bottom: 15px;
  display: block; }

.main-page-wrapper .narrow-by-list-bar .narrow-item .sort-by a:hover {
  color: #333; }

.main-page-wrapper .narrow-by-list-bar .narrow-item .sort-by a.selected-order {
  color: #333;
  font-weight: 600; }

.main-page-wrapper .filters-area {
  position: relative;
  top: -10px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  display: none; }

.main-page-wrapper .filters-area + .woodmart-active-filters {
  margin-top: -20px; }

.main-page-wrapper .filters-area .filters-inner-area {
  opacity: 0;
  transition: opacity .1s ease .3s;
  -webkit-transition: opacity .1s ease .3s; }

.main-page-wrapper .filters-area.filters-opened .filters-inner-area {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.main-page-wrapper .filters-area > div:nth-child(4n+1) {
  clear: both; }

.woodmart-close-sidebar-btn {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid;
  text-align: right; }

.woodmart-close-sidebar-btn span {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 30px;
  position: relative;
  color: #2d2a2a;
  cursor: pointer;
  padding-right: 21px; }

.woodmart-close-sidebar-btn span:after, .woodmart-close-sidebar-btn span:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: #2d2a2a;
  -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out; }

.woodmart-close-sidebar-btn span:after {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.woodmart-close-sidebar-btn span:before {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.woodmart-close-sidebar-btn span:hover:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.woodmart-close-sidebar-btn span:hover:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.product_list_widget > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  position: relative; }

.product_list_widget > li a {
  margin-bottom: 8px;
  display: block; }

.product_list_widget > li .product-title {
  font-size: 14px; }

.product_list_widget > li img {
  float: left;
  margin-right: 15px;
  max-width: 65px; }

.product_list_widget > li .star-rating {
  margin-left: 80px;
  margin-top: -3px;
  margin-bottom: 4px;
  height: 18px;
  line-height: 18px;
  font-size: 12px; }

.product_list_widget > li .star-rating .spr-badge-caption {
  display: none; }

.product_list_widget > li .price {
  font-size: 14px; }

.product_list_widget > li:after {
  content: "";
  clear: both;
  display: block; }

.product_list_widget > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.woodmart-loading .products {
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
  -webkit-transform: translateY(30px); }

.woodmart-loading .woodmart-shop-loader {
  display: block;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease; }

.woodmart-loading .woodmart-shop-loader:after {
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.color-scheme-light .product_list_widget > li {
  border-color: rgba(255, 255, 255, 0.2); }

.color-scheme-light .product_list_widget > li .reviewer {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-dark .product_list_widget > li {
  border-color: rgba(255, 255, 255, 0.2); }

.woodmart-dark .product_list_widget > li .reviewer {
  color: rgba(255, 255, 255, 0.8); }

.widget_layered_nav_filters ul li {
  margin-bottom: 15px; }

.widget_layered_nav_filters ul li a {
  display: block;
  position: relative;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  padding-left: 16px; }

.color-scheme-light .widget_layered_nav_filters ul li a, .woodmart-dark .widget_layered_nav_filters ul li a {
  color: #fff; }

.widget_layered_nav_filters ul li a:after, .widget_layered_nav_filters ul li a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: #333;
  -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out; }

.color-scheme-light .widget_layered_nav_filters ul li a:after, .woodmart-dark .widget_layered_nav_filters ul li a:after, .color-scheme-light .widget_layered_nav_filters ul li a:before, .woodmart-dark .widget_layered_nav_filters ul li a:before {
  ground-color: #fff; }

.widget_layered_nav_filters ul li a:after {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.widget_layered_nav_filters ul li a:before {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.widget_layered_nav_filters ul li a:hover :after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.widget_layered_nav_filters ul li a:hover:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.woodmart-active-filters {
  margin-top: -15px;
  margin-bottom: 15px;
  min-height: 1px; }

.woodmart-active-filters .widget_layered_nav_filters ul li {
  margin-bottom: 5px;
  margin-right: 15px;
  display: inline-block; }

.woodmart-active-filters .widget_layered_nav_filters ul li a {
  color: #1B1919;
  text-decoration: none; }

.woodmart-active-filters .widget_layered_nav_filters ul li a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.woodmart-active-filters .widget_layered_nav_filters ul li a:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.woodmart-active-filters .widget_layered_nav_filters ul li a:hover:after {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.woodmart-active-filters .widget_layered_nav_filters ul li a:hover:before {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.woodmart-active-filters .widget_layered_nav_filters ul li a:after, .woodmart-active-filters .widget_layered_nav_filters ul li a:before {
  background-color: #1B1919; }

.blog-footer, .portfolio-footer, .products-footer {
  text-align: center;
  clear: both; }

.shopify-pagination .page-numbers {
  display: inline-block;
  font-size: 0; }

.shopify-pagination .page-numbers li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 2px; }

.shopify-pagination .page-numbers li:last-child {
  margin-right: 0; }

.shopify-pagination .page-numbers a {
  text-decoration: none; }

.shopify-pagination .page-numbers a:focus, .shopify-pagination .page-numbers a:hover {
  background-color: #eee; }

.shopify-pagination .page-numbers .page-numbers {
  display: inline-block;
  color: #2d2a2a;
  font-size: 14px;
  font-weight: 600;
  min-width: 32px;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.shopify-pagination .page-numbers .current {
  color: #fff;
  font-weight: 600;
  background-color: #83b735; }

.shopify-pagination .page-numbers .next, .shopify-pagination .page-numbers .prev {
  font-size: 0; }

.shopify-pagination .page-numbers .next:before, .shopify-pagination .page-numbers .prev:before {
  content: "\f110";
  font-family: woodmart-font;
  font-size: 12px; }

.shopify-pagination .page-numbers .prev:before {
  content: "\f111";
  font-family: woodmart-font; }

.woodmart-dark .shopify-pagination a:focus, .woodmart-dark .shopify-pagination a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.woodmart-dark .shopify-pagination .page-numbers {
  color: #fff; }

.woodmart-dark .woodmart-close-sidebar-btn span {
  color: #fff; }

.woodmart-dark .woodmart-close-sidebar-btn span:after, .woodmart-dark .woodmart-close-sidebar-btn span:before {
  background-color: #fff; }

.woodmart-load-more {
  background-color: transparent;
  border-width: 2px;
  border-color: #e9e9e9;
  color: #333;
  font-weight: 900;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px; }

.woodmart-load-more:focus, .woodmart-load-more:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #333;
  border-color: #dcdcdc; }

.woodmart-load-more .load-more-label, .woodmart-load-more .load-more-loading {
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.woodmart-load-more .load-more-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woodmart-load-more .load-more-loading:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: -8px; }

.woodmart-load-more.loading .load-more-loading {
  opacity: 1; }

.woodmart-load-more.loading .load-more-loading:before {
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.woodmart-load-more.loading .load-more-label {
  opacity: 0; }

.color-scheme-light .woodmart-load-more, .woodmart-dark .woodmart-load-more {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff; }

.color-scheme-light .woodmart-load-more:before, .woodmart-dark .woodmart-load-more:before {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.color-scheme-light .woodmart-load-more:focus, .color-scheme-light .woodmart-load-more:hover, .woodmart-dark .woodmart-load-more:focus, .woodmart-dark .woodmart-load-more:hover {
  border-color: #fff;
  color: #fff; }

.category-grid-item {
  margin-bottom: 30px; }

.category-grid-item .category-image {
  display: block;
  margin: -1px;
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.category-grid-item img {
  width: 100%; }

.category-grid-item .category-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5; }

.category-grid-item .category-title {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0; }

.woodmart-dark .category-grid-item .category-title {
  color: #fff; }

.category-grid-item .count {
  display: none;
  padding: 0;
  background-color: transparent;
  color: rgba(88, 88, 88, 0.35); }

.category-grid-item .more-products {
  color: #8E8E8E;
  font-size: 110%; }

.woodmart-dark .category-grid-item .more-products {
  color: rgba(255, 255, 255, 0.9); }

.category-grid-item .more-products > a {
  color: inherit; }

.category-grid-item:hover .category-image {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1); }

.cat-design-default .wrapp-category {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden; }

.cat-design-default .hover-mask {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  transform: translateY(100%) translateZ(0);
  -webkit-transform: translateY(100%) translateZ(0);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease,-webkit-transform 0.3s ease; }

.cat-design-default .category-title {
  position: absolute;
  left: 0;
  bottom: 100%; }

.cat-design-default .more-products {
  margin-top: 5px;
  opacity: 0;
  transform: translateY(15px) translateZ(0);
  -webkit-transform: translateY(15px) translateZ(0);
  -webkit-transition: transform .3s ease,opacity .3s ease;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform 0.3s ease,opacity 0.3s ease,-webkit-transform 0.3s ease; }

.cat-design-default:hover .hover-mask {
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0); }

.cat-design-default:hover .more-products {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0); }

.cat-design-alt {
  margin-bottom: 20px; }

.cat-design-alt .category-image-wrapp {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden; }

.cat-design-alt .category-link {
  display: none; }

.cat-design-alt .hover-mask {
  text-align: center;
  padding: 10px; }

.cat-design-center .wrapp-category, .cat-design-replace-title .wrapp-category {
  position: relative;
  overflow: hidden; }

.cat-design-center .wrapp-category:before, .cat-design-replace-title .wrapp-category:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: .1;
  z-index: 2; }

.cat-design-center .wrapp-category:hover:before, .cat-design-replace-title .wrapp-category:hover:before {
  opacity: 0.4; }

.cat-design-center {
  text-align: center; }

.cat-design-center .wrapp-category:before {
  transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.cat-design-center .hover-mask {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 3;
  transform: translateY(calc(-50% + 20px)) translateZ(0);
  -webkit-transform: translateY(-webkit-calc(-50% + 20px)) translateZ(0);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease,-webkit-transform 0.3s ease; }

.cat-design-center .category-title {
  color: #fff !important; }

.cat-design-center .more-products {
  line-height: 20px;
  margin-top: 5px;
  opacity: 0;
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(15px) translateZ(0);
  -webkit-transform: translateY(15px) translateZ(0);
  -webkit-transition: transform .3s ease,opacity .3s ease;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease; }

.cat-design-center .more-products a {
  color: inherit; }

.cat-design-center:hover .hover-mask {
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0); }

.cat-design-center:hover .more-products {
  opacity: 1;
  transform: none;
  -webkit-transform: none; }

.cat-design-replace-title {
  text-align: center; }

.cat-design-replace-title .wrapp-category:before {
  transition: opacity 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.44, 1.18); }

.cat-design-replace-title .hover-mask, .cat-design-replace-title .more-products {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  z-index: 3; }

.cat-design-replace-title .category-title {
  color: #fff !important;
  padding: 12px 25px;
  line-height: 1.4;
  font-size: 18px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity .25s ease .25s;
  transition: opacity 0.25s ease 0.25s; }

.cat-design-replace-title .more-products {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity 0.25s ease; }

.cat-design-replace-title:hover .category-title {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity 0.25s ease; }

.cat-design-replace-title:hover .more-products {
  opacity: 1;
  -webkit-transition: opacity .25s ease .25s;
  transition: opacity 0.25s ease 0.25s; }

.categories-style-masonry-first .category-grid-item:first-child .category-title {
  font-size: 28px; }

.categories-style-carousel .owl-stage-outer {
  padding-top: 2px;
  padding-bottom: 2px; }

.product-grid-item {
  margin-bottom: 30px;
  text-align: center; }

.product-grid-item .product-element-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  perspective: 800px;
  -webkit-perspective: 800px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.product-grid-item .product-element-top:after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .1s ease,visibility .1s ease;
  transition: opacity .1s ease,visibility .1s ease; }

.product-grid-item .product-element-top .hover-img a {
  display: block;
  width: 100%; }

.product-grid-item .product-element-top:hover .hover-img {
  opacity: 1;
  transform: scale(1.09);
  -webkit-transform: scale(1.09); }

.product-grid-item .swatches-on-grid {
  margin-bottom: 5px; }

.product-grid-item .hover-img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18); }

.product-grid-item .hover-img img {
  width: 100%; }

.product-grid-item .product-image-link {
  display: block; }

.product-grid-item .product-image-link img {
  width: 100%; }

.product-grid-item .product-title {
  margin-bottom: 5px;
  font-size: 14px; }

.product-grid-item .product-title a {
  display: block; }

.product-grid-item .woodmart-product-brands-links, .product-grid-item .woodmart-product-cats {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 14px;
  color: #9E9E9E; }

.product-grid-item .woodmart-product-brands-links a, .product-grid-item .woodmart-product-cats a {
  display: inline-block;
  color: #9E9E9E; }

.product-grid-item .woodmart-product-brands-links a:focus, .product-grid-item .woodmart-product-brands-links a:hover, .product-grid-item .woodmart-product-cats a:focus, .product-grid-item .woodmart-product-cats a:hover {
  color: #5c5c5c; }

.product-grid-item .woodmart-product-countdown {
  margin-top: 10px; }

.product-grid-item .star-rating {
  margin-bottom: 5px; }

.product-grid-item .star-rating .spr-badge-caption {
  display: none; }

.product-grid-item .price {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0; }

.product-grid-item .more-details-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  color: #000;
  font-size: 0;
  line-height: 20px;
  height: 20px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.8)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0, white 100%);
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease; }

.product-grid-item .more-details-btn span:after {
  content: "\f10c";
  font-family: woodmart-font;
  font-size: 20px;
  font-weight: 700; }

.product-grid-item .added_to_cart {
  display: none !important; }

.product-grid-item:hover .woodmart-buttons {
  opacity: 1; }

.product-grid-item.product-swatched .hover-img {
  display: none; }

.product-grid-item.loading-image .hover-img {
  display: none; }

.product-grid-item.loading-image .product-image-link {
  opacity: .4; }

.product-grid-item.loading-image .product-element-top:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.product-grid-item.loading-quick-shop .product-element-top .hover-img, .product-grid-item.quick-shop-shown .product-element-top .hover-img {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.25s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.25s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.25s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18); }

.product-grid-item.loading-quick-shop .woodmart-buttons, .product-grid-item.quick-shop-shown .woodmart-buttons {
  opacity: 0; }

.product-grid-item.loading-quick-shop .product-labels, .product-grid-item.quick-shop-shown .product-labels {
  opacity: 0; }

.product-grid-item.loading-quick-shop .product-element-top:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s ease,visibility .25s ease;
  transition: opacity .25s ease,visibility .25s ease;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.product-grid-item.loading-quick-shop .product-image-link {
  opacity: .2; }

.product-grid-item.quick-shop-shown .quick-shop-wrapper {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transition: transform .4s ease;
  overflow: hidden;
  overflow-y: scroll;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.product-grid-item.quick-shop-shown .quick-shop-close {
  opacity: 1;
  transition: all .25s ease .35s;
  -webkit-transition: all 0.25s ease 0.35s; }

.product-grid-item .quick-shop-wrapper .single_add_to_cart_button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.product-list-item {
  text-align: left; }

.product-list-item .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.product-list-item:not(:last-child) .product-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2); }

.product-list-item .product-element-top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-right: 15px;
  margin-bottom: 0; }

.product-list-item .product-list-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.product-list-item .product-title {
  font-size: 18px;
  margin-bottom: 10px; }

.product-list-item .price, .product-list-item .shopify-product-rating, .product-list-item .woodmart-product-brands-links, .product-list-item .woodmart-product-cats {
  margin-bottom: 10px; }

.product-list-item .price {
  font-size: 20px; }

.product-list-item .woodmart-product-countdown {
  margin-bottom: 15px; }

.product-list-item .shopify-review-link {
  display: none; }

.product-list-item .shopify-product-details__short-description {
  margin-bottom: 20px; }

.product-list-item .shopify-product-details__short-description h1, .product-list-item .shopify-product-details__short-description h2, .product-list-item .shopify-product-details__short-description h3, .product-list-item .shopify-product-details__short-description h4, .product-list-item .shopify-product-details__short-description h5, .product-list-item .shopify-product-details__short-description h6, .product-list-item .shopify-product-details__short-description p {
  margin-bottom: 10px; }

.product-list-item .swatch-on-grid:not(.swatch-size-large):not(.swatch-size-xlarge):not(.text-only) {
  width: 20px;
  height: 20px; }

.product-list-item .woodmart-add-btn > a {
  color: #fff; }

.product-list-item .woodmart-add-btn > a:focus, .product-list-item .woodmart-add-btn > a:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.product-list-item .woodmart-add-btn > a span:not(.woodmart-tooltip-label) {
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px; }

.product-list-item .woodmart-add-btn .added_to_cart {
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px; }

.product-list-item .woodmart-add-btn .added_to_cart:before {
  content: none; }

.color-scheme-light .product-list-item:not(:last-child) .product-wrapper, .woodmart-dark .product-list-item:not(:last-child) .product-wrapper {
  border-color: rgba(255, 255, 255, 0.15); }

.color-scheme-light .product-grid-item .product-element-top:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.color-scheme-light .product-grid-item .woodmart-product-brands-links, .color-scheme-light .product-grid-item .woodmart-product-cats {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .product-grid-item .woodmart-product-brands-links a, .color-scheme-light .product-grid-item .woodmart-product-cats a {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .product-grid-item .woodmart-product-brands-links a:focus, .color-scheme-light .product-grid-item .woodmart-product-brands-links a:hover, .color-scheme-light .product-grid-item .woodmart-product-cats a:focus, .color-scheme-light .product-grid-item .woodmart-product-cats a:hover {
  color: #fff; }

.color-scheme-light .product-grid-item .more-details-btn {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(16, 16, 16, 0.8)), to(#101010));
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0.8) 0, #101010 100%); }

.woodmart-dark .product-grid-item .product-element-top:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.woodmart-dark .product-grid-item .woodmart-product-brands-links, .woodmart-dark .product-grid-item .woodmart-product-cats {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-dark .product-grid-item .woodmart-product-brands-links a, .woodmart-dark .product-grid-item .woodmart-product-cats a {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-dark .product-grid-item .woodmart-product-brands-links a:focus, .woodmart-dark .product-grid-item .woodmart-product-brands-links a:hover, .woodmart-dark .product-grid-item .woodmart-product-cats a:focus, .woodmart-dark .product-grid-item .woodmart-product-cats a:hover {
  color: #fff; }

.woodmart-dark .product-grid-item .more-details-btn {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(16, 16, 16, 0.8)), to(#101010));
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0.8) 0, #101010 100%); }

.quick-shop-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transition: transform .3s ease; }

.quick-shop-wrapper .quick-shop-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  height: 100%;
  width: 100%;
  padding-top: 45px;
  padding-left: 10px;
  padding-right: 10px; }

.quick-shop-wrapper .quick-shop-form > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.quick-shop-wrapper .quick-shop-form > div:before {
  content: ""; }

.quick-shop-wrapper .variations_form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.quick-shop-wrapper .variations_form:before {
  content: ""; }

.quick-shop-wrapper .product-options .selector-wrapper {
  margin-right: 15px;
  padding: 5px 0;
  margin-bottom: 10px; }

.quick-shop-wrapper .product-options .selector-wrapper label {
  margin-right: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  min-width: 40px;
  margin-bottom: 0;
  vertical-align: middle; }

.quick-shop-wrapper .product-options .selector-wrapper label:after {
  content: ' :'; }

.quick-shop-wrapper .product-options .selector-wrapper select {
  min-width: 120px;
  vertical-align: middle; }

.quick-shop-wrapper .product-options .swatch {
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: center; }

.quick-shop-wrapper .product-options .swatch .header {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 1.3;
  min-width: 40px;
  padding-bottom: 7px; }

.quick-shop-wrapper .product-options .swatch .swatch-content {
  display: block; }

.quick-shop-wrapper .product-options .swatch label {
  float: none;
  font-weight: 600;
  font-size: 16px;
  min-width: 25px;
  width: auto;
  padding: 0;
  line-height: 28px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  color: #333; }

.quick-shop-wrapper .product-options .swatch label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px solid transparent; }

.quick-shop-wrapper .product-options .swatch label:hover:after {
  border-color: #000; }

.quick-shop-wrapper .product-options .swatch input {
  display: none; }

.quick-shop-wrapper .product-options .swatch input:checked + .img {
  border-color: #666;
  position: relative; }

.quick-shop-wrapper .product-options .swatch input:checked + .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.quick-shop-wrapper .product-options .swatch input:checked + label {
  cursor: default;
  position: relative; }

.quick-shop-wrapper .product-options .swatch input:checked + label:after {
  border-color: #000; }

.quick-shop-wrapper .product-options .swatch .swatch-element {
  float: none;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  display: inline-block; }

.quick-shop-wrapper .product-options .swatch .swatch-element.color label {
  cursor: pointer; }

.quick-shop-wrapper .product-options .swatch .swatch-element .crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none; }

.quick-shop-wrapper .product-options .swatch .swatch-element.soldout {
  display: none; }

.quick-shop-wrapper .product-options .swatch .swatch-element.soldout .crossed-out {
  display: block; }

.quick-shop-wrapper .product-options .swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.quick-shop-wrapper .product-options .swatch .swatch-element.color label {
  background-color: inherit !important; }

.quick-shop-wrapper .product-options .swatch .swatch-element.color.circle img {
  border-radius: 100%;
  overflow: hidden; }

.quick-shop-wrapper .product-options .swatch .swatch-element.color.circle label.variant-image {
  border-radius: 0; }

.quick-shop-wrapper .product-options .swatch .swatch-element.color.circle label {
  border-radius: 100%; }

.quick-shop-wrapper .product-options .swatch .swatch-element.color.size-small label {
  width: 25px;
  height: 25px; }

.quick-shop-wrapper .product-options .swatch .swatch-element.color.size-medium label {
  width: 33px;
  height: 33px; }

.quick-shop-wrapper .product-options .swatch .swatch-element.color.size-large label {
  width: 40px;
  height: 40px; }

.quick-shop-wrapper .product-options .swatch .tooltip {
  text-align: center;
  color: #ffffff;
  background-color: #202020;
  font-size: 10px;
  padding: 6px;
  bottom: 100%;
  display: block;
  position: absolute;
  margin-bottom: 10px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.quick-shop-wrapper .product-options .swatch .tooltip:before {
  bottom: -10px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

.quick-shop-wrapper .product-options .swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #202020 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.quick-shop-wrapper .product-options .swatch .img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 5px;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  box-shadow: inset 0 0 1px #E0E0E0;
  cursor: pointer; }

.quick-shop-wrapper .product-options .swatch .img i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-size: cover;
  margin: 0;
  cursor: pointer; }

.quick-shop-wrapper .product-options .swatch.size label {
  display: inline-block;
  padding: 0;
  height: 34px;
  line-height: 32px;
  min-width: 34px;
  text-align: center;
  border: 1px solid #E0E0E0;
  box-shadow: inset 0 0 1px #E0E0E0;
  border-radius: 0;
  text-decoration: none;
  margin: 0; }

.quick-shop-wrapper .quantity {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: none; }

.quick-shop-wrapper .shopify-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: -10px;
  margin-right: -10px; }

.quick-shop-wrapper .single_add_to_cart_button:before {
  content: "\f11d";
  font-family: woodmart-font;
  font-size: 19px;
  font-weight: 400;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 10px;
  margin-left: -9px; }

.quick-shop-wrapper .quick-shop-close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .6px;
  z-index: 5;
  transition: opacity .2s ease 0s;
  -webkit-transition: opacity .2s ease 0s;
  cursor: pointer;
  padding-right: 18px; }

.quick-shop-wrapper .quick-shop-close:after, .quick-shop-wrapper .quick-shop-close:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out; }

.quick-shop-wrapper .quick-shop-close:after {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.quick-shop-wrapper .quick-shop-close:before {
  transform: rotate(0);
  -webkit-transform: rotate(0); }

.quick-shop-wrapper .quick-shop-close:hover:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.quick-shop-wrapper .quick-shop-close:hover:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.btns-shop-3d .quick-shop-wrapper .single_add_to_cart_button {
  top: -1px; }

.btns-shop-3d .quick-shop-wrapper .single_add_to_cart_button:active {
  top: 0; }

.color-scheme-light .quick-shop-wrapper {
  background-color: rgba(0, 0, 0, 0.9); }

.color-scheme-light .quick-shop-wrapper .quick-shop-close {
  color: #fff; }

.color-scheme-light .quick-shop-wrapper .quick-shop-close:after, .color-scheme-light .quick-shop-wrapper .quick-shop-close:before {
  background-color: #fff; }

.woodmart-dark .quick-shop-wrapper {
  background-color: rgba(0, 0, 0, 0.9); }

.woodmart-dark .quick-shop-wrapper .quick-shop-close {
  color: #fff; }

.woodmart-dark .quick-shop-wrapper .quick-shop-close:after, .woodmart-dark .quick-shop-wrapper .quick-shop-close:before {
  background-color: #fff; }

.swatches-on-grid .swatch-on-grid {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  font-weight: 700;
  color: #2d2a2a;
  margin-right: 8px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-size: cover; }

.swatches-on-grid .swatch-on-grid:last-child {
  margin-right: 0; }

.swatches-on-grid .swatch-on-grid[style$="#ffffff;"] {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.swatches-on-grid .current-swatch {
  position: relative; }

.swatches-on-grid .current-swatch:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000; }

.swatches-on-grid .swatch-has-image {
  cursor: pointer; }

.swatches-on-grid .swatch-size-large {
  width: 25px;
  height: 25px; }

.swatches-on-grid .swatch-size-large.text-only {
  font-size: 16px;
  height: 17px;
  line-height: 17px; }

.swatches-on-grid .swatch-size-xlarge {
  width: 35px;
  height: 35px; }

.swatches-on-grid .swatch-size-xlarge.text-only {
  font-size: 18px;
  height: 19px;
  line-height: 19px; }

.swatches-on-grid .text-only {
  font-size: 14px;
  background-color: transparent !important;
  background-image: none !important;
  width: auto; }

.color-scheme-light .swatches-on-grid .swatch-on-grid {
  color: #fff; }

.color-scheme-light .swatches-on-grid .current-swatch:after {
  background-color: #fff; }

.woodmart-dark .swatches-on-grid .swatch-on-grid {
  color: #fff; }

.woodmart-dark .swatches-on-grid .current-swatch:after {
  background-color: #fff; }

.woodmart-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.woodmart-buttons > div {
  margin-bottom: 0; }

.woodmart-buttons > div > p {
  display: none; }

.woodmart-buttons > div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 0;
  letter-spacing: 0;
  width: 50px;
  height: 45px;
  line-height: 0;
  color: #333; }

.woodmart-buttons > div a .woodmart-tooltip-label {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 100%;
  margin-top: -17px;
  margin-left: 0;
  margin-right: 8px;
  margin-bottom: 0; }

.woodmart-buttons > div a .woodmart-tooltip-label:before {
  top: 50%;
  bottom: auto;
  left: 100%;
  right: auto;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-width: 5px 0 5px 5px;
  border-color: transparent;
  border-left-color: #000; }

.woodmart-buttons > div a:focus, .woodmart-buttons > div a:hover {
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.woodmart-buttons > div a:before {
  font-size: 20px;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease; }

.woodmart-buttons > div a:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -9px;
  margin-top: -9px;
  -webkit-transition: opacity .2s ease;
  transition: opacity 0.2s ease; }

.woodmart-buttons > div a.loading:before {
  opacity: 0; }

.woodmart-buttons > div a.loading:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.woodmart-buttons .quick-view > a:before {
  content: "\f125";
  font-family: woodmart-font; }

.woodmart-buttons .product-compare-button > a:before {
  content: "\f122";
  font-family: woodmart-font; }

.woodmart-buttons .product-compare-button > a .blockOverlay {
  display: none !important; }

.woodmart-buttons .wrap-wishlist-button a i {
  display: none; }

.woodmart-buttons .wrap-wishlist-button a:before {
  content: "\f108";
  font-family: woodmart-font; }

.woodmart-buttons .wrap-wishlist-button .feid-in a:before {
  opacity: 0; }

.woodmart-buttons .wrap-wishlist-button .feid-in a:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.woodmart-buttons .wrap-wishlist-button .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\f109";
  font-family: woodmart-font;
  font-size: 18px; }

.woodmart-buttons .woodmart-add-btn > a {
  overflow: visible; }

.woodmart-buttons .woodmart-add-btn > a:before {
  content: "\f11d";
  font-family: woodmart-font;
  font-size: 21px; }

.woodmart-buttons .woodmart-add-btn > a span:not(.woodmart-tooltip-label) {
  display: none; }

.woodmart-buttons .woodmart-add-btn .button:not(.add_to_cart_button):before {
  font-size: 20px; }

.woodmart-buttons .woodmart-add-btn .added_to_cart:before {
  content: "\f11c";
  font-family: woodmart-font; }

.woodmart-buttons .clear {
  display: none; }

.color-scheme-light .woodmart-buttons, .woodmart-dark .woodmart-buttons {
  background-color: #101010; }

.product-list-item .woodmart-buttons, .woodmart-hover-alt .woodmart-buttons, .woodmart-hover-base.product-in-carousel .woodmart-buttons, .woodmart-hover-quick .woodmart-buttons, .woodmart-hover-standard .woodmart-buttons, .woodmart-hover-tiled .woodmart-buttons {
  position: absolute;
  top: 10px;
  right: 10px; }

.product-list-item .woodmart-buttons, .woodmart-hover-alt .woodmart-buttons, .woodmart-hover-base.product-in-carousel .woodmart-buttons, .woodmart-hover-button .woodmart-buttons, .woodmart-hover-info .woodmart-buttons, .woodmart-hover-info-alt .woodmart-buttons, .woodmart-hover-quick .woodmart-buttons, .woodmart-hover-standard .woodmart-buttons, .woodmart-hover-tiled .woodmart-buttons {
  opacity: 0;
  transform: translateX(20px) translateZ(0);
  -webkit-transform: translateX(20px) translateZ(0); }

.product-list-item:hover .woodmart-buttons, .woodmart-hover-alt:hover .woodmart-buttons, .woodmart-hover-base.product-in-carousel:hover .woodmart-buttons, .woodmart-hover-button:hover .woodmart-buttons, .woodmart-hover-info-alt:hover .woodmart-buttons, .woodmart-hover-info:hover .woodmart-buttons, .woodmart-hover-quick:hover .woodmart-buttons, .woodmart-hover-standard:hover .woodmart-buttons, .woodmart-hover-tiled:hover .woodmart-buttons {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  letter-spacing: .3px;
  font-size: 12px;
  pointer-events: none;
  animation: fadeInTooltip .3s ease;
  -webkit-animation: fadeInTooltip .3s ease;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

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

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 0 15px !important;
  line-height: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  white-space: nowrap; }

.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.product-labels {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 1;
  max-width: 50%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.product-labels .product-label {
  min-width: 50px;
  color: #fff;
  font-weight: 600;
  word-break: break-all;
  letter-spacing: .4px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase; }

.product-labels .product-label:not(:last-child) {
  margin-bottom: 10px; }

.product-labels .product-label.featured {
  background-color: #e22d2d; }

.product-labels .product-label.new {
  background-color: #438e44; }

.product-labels .product-label.out-of-stock {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2d2a2a;
  font-weight: 900; }

.product-labels .product-label.onsale {
  background-color: #83b735; }

.product-labels.labels-rounded {
  top: 7px;
  left: 7px; }

.product-labels.labels-rounded .product-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding: 5px 7px;
  font-size: 14px;
  border-radius: 35px; }

.product-labels.labels-rounded .out-of-stock {
  max-width: 50px;
  font-size: 12px; }

.product-list-item .woodmart-add-btn > a, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .woodmart-hover-button .hover-mask > a, .woodmart-hover-info-alt .product-actions > a, .woodmart-hover-quick .woodmart-add-btn > a, .woodmart-hover-standard .btn-add > a, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease,-webkit-box-shadow .25s ease;
  padding: 0;
  overflow: hidden; }

.product-list-item .woodmart-add-btn > a:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .woodmart-hover-button .hover-mask > a:hover, .woodmart-hover-info-alt .product-actions > a:hover, .woodmart-hover-quick .woodmart-add-btn > a:hover, .woodmart-hover-standard .btn-add > a:hover, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:hover {
  text-decoration: none; }

.product-list-item .woodmart-add-btn > a:focus, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus, .woodmart-hover-button .hover-mask > a:focus, .woodmart-hover-info-alt .product-actions > a:focus, .woodmart-hover-quick .woodmart-add-btn > a:focus, .woodmart-hover-standard .btn-add > a:focus, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:focus {
  outline: 0; }

.product-list-item .woodmart-add-btn > a .woodmart-tooltip-label, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a .woodmart-tooltip-label, .woodmart-hover-button .hover-mask > a .woodmart-tooltip-label, .woodmart-hover-info-alt .product-actions > a .woodmart-tooltip-label, .woodmart-hover-quick .woodmart-add-btn > a .woodmart-tooltip-label, .woodmart-hover-standard .btn-add > a .woodmart-tooltip-label, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop .woodmart-tooltip-label {
  display: none; }

.product-list-item .woodmart-add-btn > a span:not(.woodmart-tooltip-label), .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a span:not(.woodmart-tooltip-label), .woodmart-hover-button .hover-mask > a span:not(.woodmart-tooltip-label), .woodmart-hover-info-alt .product-actions > a span:not(.woodmart-tooltip-label), .woodmart-hover-quick .woodmart-add-btn > a span:not(.woodmart-tooltip-label), .woodmart-hover-standard .btn-add > a span:not(.woodmart-tooltip-label), .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop span:not(.woodmart-tooltip-label) {
  display: block;
  -webkit-transition: transform .25s ease,opacity .15s ease;
  -webkit-transition: opacity .15s ease,-webkit-transform .25s ease;
  transition: opacity .15s ease,-webkit-transform .25s ease;
  transition: transform .25s ease,opacity .15s ease;
  transition: transform .25s ease,opacity .15s ease,-webkit-transform .25s ease; }

.product-list-item .woodmart-add-btn > a:before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:before, .woodmart-hover-button .hover-mask > a:before, .woodmart-hover-info-alt .product-actions > a:before, .woodmart-hover-quick .woodmart-add-btn > a:before, .woodmart-hover-standard .btn-add > a:before, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:before {
  content: "\f11d";
  font-family: woodmart-font;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  -webkit-transition: opacity .15s ease,transform .25s ease;
  -webkit-transition: opacity .15s ease,-webkit-transform .25s ease;
  transition: opacity .15s ease,-webkit-transform .25s ease;
  transition: opacity .15s ease,transform .25s ease;
  transition: opacity .15s ease,transform .25s ease,-webkit-transform .25s ease;
  transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.product-list-item .woodmart-add-btn > a:after, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:after, .woodmart-hover-button .hover-mask > a:after, .woodmart-hover-info-alt .product-actions > a:after, .woodmart-hover-quick .woodmart-add-btn > a:after, .woodmart-hover-standard .btn-add > a:after, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -9px;
  margin-top: -9px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.product-list-item .woodmart-add-btn > a:focus:before, .product-list-item .woodmart-add-btn > a:hover:before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus:before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover:before, .woodmart-hover-button .hover-mask > a:focus:before, .woodmart-hover-button .hover-mask > a:hover:before, .woodmart-hover-info-alt .product-actions > a:focus:before, .woodmart-hover-info-alt .product-actions > a:hover:before, .woodmart-hover-quick .woodmart-add-btn > a:focus:before, .woodmart-hover-quick .woodmart-add-btn > a:hover:before, .woodmart-hover-standard .btn-add > a:focus:before, .woodmart-hover-standard .btn-add > a:hover:before, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:focus:before, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:hover:before {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.product-list-item .woodmart-add-btn > a:focus span:not(.woodmart-tooltip-label), .product-list-item .woodmart-add-btn > a:hover span:not(.woodmart-tooltip-label), .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus span:not(.woodmart-tooltip-label), .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover span:not(.woodmart-tooltip-label), .woodmart-hover-button .hover-mask > a:focus span:not(.woodmart-tooltip-label), .woodmart-hover-button .hover-mask > a:hover span:not(.woodmart-tooltip-label), .woodmart-hover-info-alt .product-actions > a:focus span:not(.woodmart-tooltip-label), .woodmart-hover-info-alt .product-actions > a:hover span:not(.woodmart-tooltip-label), .woodmart-hover-quick .woodmart-add-btn > a:focus span:not(.woodmart-tooltip-label), .woodmart-hover-quick .woodmart-add-btn > a:hover span:not(.woodmart-tooltip-label), .woodmart-hover-standard .btn-add > a:focus span:not(.woodmart-tooltip-label), .woodmart-hover-standard .btn-add > a:hover span:not(.woodmart-tooltip-label), .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:focus span:not(.woodmart-tooltip-label), .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop:hover span:not(.woodmart-tooltip-label) {
  -webkit-transform: translateY(-100%) translateZ(0);
  transform: translateY(-100%) translateZ(0); }

.product-list-item .woodmart-add-btn > a.loading:before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a.loading:before, .woodmart-hover-button .hover-mask > a.loading:before, .woodmart-hover-info-alt .product-actions > a.loading:before, .woodmart-hover-quick .woodmart-add-btn > a.loading:before, .woodmart-hover-standard .btn-add > a.loading:before, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop.loading:before {
  opacity: 0; }

.product-list-item .woodmart-add-btn > a.loading:after, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a.loading:after, .woodmart-hover-button .hover-mask > a.loading:after, .woodmart-hover-info-alt .product-actions > a.loading:after, .woodmart-hover-quick .woodmart-add-btn > a.loading:after, .woodmart-hover-standard .btn-add > a.loading:after, .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop.loading:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.product-list-item .woodmart-add-btn > a.loading span:not(.woodmart-tooltip-label), .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a.loading span:not(.woodmart-tooltip-label), .woodmart-hover-button .hover-mask > a.loading span:not(.woodmart-tooltip-label), .woodmart-hover-info-alt .product-actions > a.loading span:not(.woodmart-tooltip-label), .woodmart-hover-quick .woodmart-add-btn > a.loading span:not(.woodmart-tooltip-label), .woodmart-hover-standard .btn-add > a.loading span:not(.woodmart-tooltip-label), .woodmart-price-table .woodmart-plan-footer .add-to-cart-loop.loading span:not(.woodmart-tooltip-label) {
  opacity: 0; }

.color-scheme-light .woodmart-buttons > div a, .woodmart-dark .woodmart-buttons > div a, .woodmart-hover-button .woodmart-buttons > div a, .woodmart-hover-info-alt .woodmart-buttons > div a {
  color: #fff; }

.woodmart-hover-base {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease; }

.woodmart-hover-base .content-product-imagin {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.woodmart-hover-base .product-element-top {
  margin-bottom: 0; }

.woodmart-hover-base .product-information {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.woodmart-hover-base .product-information:hover .more-details-btn {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons {
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1; }

.woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons .woodmart-tooltip-label {
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px; }

.woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons .woodmart-tooltip-label:before {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: -5px;
  margin-right: 0;
  margin-bottom: 0;
  border-width: 5px 5px 0;
  border-color: transparent;
  border-top-color: #000; }

.woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons > div a {
  width: 40px;
  height: 40px; }

.woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons > div:not(.woodmart-add-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0; }

.woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons .wrap-wishlist-button {
  text-align: left; }

.woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons .wrap-quickview-button {
  text-align: right; }

.woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons > a {
  color: #fff;
  display: block;
  width: auto;
  height: auto; }

.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a {
  color: #fff;
  display: block;
  width: auto;
  height: auto; }

.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a span:not(.woodmart-tooltip-label) {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px; }

.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn .added_to_cart {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px; }

.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn .added_to_cart:before {
  content: none; }

.woodmart-hover-base .woodmart-product-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 5px;
  border-top: 1px solid rgba(129, 129, 129, 0.2); }

.woodmart-hover-base .woodmart-product-countdown > span {
  min-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.woodmart-hover-base:not(.hover-width-small) .woodmart-product-countdown > span {
  border-right: 1px solid rgba(129, 129, 129, 0.2); }

.woodmart-hover-base:not(.hover-width-small) .woodmart-product-countdown > span:last-child {
  border: none; }

.woodmart-hover-base .wrapp-swatches {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(102%) translateZ(0);
  transform: translateY(102%) translateZ(0);
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease; }

.woodmart-hover-base .wrapp-swatches:empty {
  display: none; }

.woodmart-hover-base .swatches-on-grid {
  margin-bottom: 0; }

.woodmart-hover-base .product-compare-button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right; }

.woodmart-hover-base .product-compare-button a {
  display: inline-block;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 0;
  letter-spacing: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9); }

.woodmart-hover-base .product-compare-button a:before {
  content: "\f122";
  font-family: woodmart-font;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: opacity .15s ease;
  transition: opacity 0.15s ease; }

.woodmart-hover-base .product-compare-button a:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -9px;
  margin-top: -9px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.woodmart-hover-base .product-compare-button a .blockOverlay {
  display: none !important; }

.woodmart-hover-base .product-compare-button a:focus, .woodmart-hover-base .product-compare-button a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woodmart-hover-base .product-compare-button a.loading:before {
  opacity: 0; }

.woodmart-hover-base .product-compare-button a.loading:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.woodmart-hover-base .hover-content {
  margin-bottom: 12px;
  max-height: 88px;
  overflow: hidden;
  position: relative; }

.woodmart-hover-base .hover-content-inner {
  line-height: 22px; }

.woodmart-hover-base .hover-content-inner p {
  margin-bottom: 0;
  line-height: 22px; }

.woodmart-hover-base .show-full-description {
  max-height: none; }

.woodmart-hover-base .show-full-description .more-details-btn {
  display: none; }

.woodmart-hover-base .wrapp-product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease,-webkit-transform 0.3s ease; }

.woodmart-hover-base .fade-in-block {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

.woodmart-hover-base.state-hover .wrapp-swatches {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-base.state-hover .more-details-btn {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-base.has-stars.product-type-external .fade-in-block, .woodmart-hover-base.has-stars.purchasable .fade-in-block {
  padding-bottom: 5px; }

.woodmart-hover-base.has-stars.product-type-external .product-rating-price, .woodmart-hover-base.has-stars.purchasable .product-rating-price {
  height: 30px;
  line-height: 30px;
  overflow: hidden; }

.woodmart-hover-base.has-stars.product-type-external .wrapp-product-price, .woodmart-hover-base.has-stars.purchasable .wrapp-product-price {
  height: 60px;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0); }

.woodmart-hover-base.has-stars.product-type-external .star-rating, .woodmart-hover-base.has-stars.product-type-external .wrapp-product-price .price, .woodmart-hover-base.has-stars.purchasable .star-rating, .woodmart-hover-base.has-stars.purchasable .wrapp-product-price .price {
  line-height: 30px;
  height: 30px;
  margin-bottom: 0;
  overflow: hidden; }

.woodmart-hover-base.has-stars.product-type-external .woodmart-product-brands-links, .woodmart-hover-base.has-stars.product-type-external .woodmart-product-cats, .woodmart-hover-base.has-stars.purchasable .woodmart-product-brands-links, .woodmart-hover-base.has-stars.purchasable .woodmart-product-cats {
  margin-bottom: 0; }

.woodmart-hover-base.has-stars.product-type-external .woodmart-product-cats + .woodmart-product-brands-links, .woodmart-hover-base.has-stars.purchasable .woodmart-product-cats + .woodmart-product-brands-links {
  margin-top: 5px; }

.woodmart-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price, .woodmart-hover-base.has-stars.product-type-external:hover .wrapp-product-price, .woodmart-hover-base.has-stars.purchasable.state-hover .wrapp-product-price, .woodmart-hover-base.has-stars.purchasable:hover .wrapp-product-price {
  transform: translateY(-30px) translateZ(0);
  -webkit-transform: translateY(-30px) translateZ(0); }

.woodmart-hover-base.hover-ready.state-hover, .woodmart-hover-base.hover-ready:hover {
  z-index: 20;
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0); }

.woodmart-hover-base.hover-ready.state-hover .content-product-imagin, .woodmart-hover-base.hover-ready:hover .content-product-imagin {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
  -webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
  transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease; }

.woodmart-hover-base.hover-ready.state-hover .swatches-on-grid, .woodmart-hover-base.hover-ready:hover .swatches-on-grid {
  bottom: 10px;
  opacity: 1;
  visibility: visible; }

.woodmart-hover-base.hover-ready.state-hover .fade-in-block, .woodmart-hover-base.hover-ready:hover .fade-in-block {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
  -webkit-transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
  -webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
  transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease; }

.woodmart-hover-base.hover-ready.has-stars.purchasable .fade-in-block {
  -webkit-transform: translateY(-10px) translateZ(0);
  transform: translateY(-10px) translateZ(0); }

.woodmart-hover-base .quick-shop-close {
  top: -5px; }

.woodmart-hover-base.loading-quick-shop .wrapp-swatches {
  -webkit-transform: translateY(100%) translateZ(0);
  transform: translateY(100%) translateZ(0); }

.woodmart-hover-base.quick-shop-shown .wrapp-swatches {
  opacity: 0; }

.woodmart-hover-base.loading-quick-shop .woodmart-buttons, .woodmart-hover-base.quick-shop-shown .woodmart-buttons {
  opacity: 1; }

.woodmart-hover-base.product-in-carousel {
  margin-bottom: 10px;
  overflow: hidden; }

.woodmart-hover-base.product-in-carousel .product-information {
  position: static; }

.woodmart-hover-base.product-in-carousel .fade-in-block {
  position: static;
  padding: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }

.woodmart-hover-base.product-in-carousel .hover-content {
  display: none; }

.woodmart-hover-base.product-in-carousel.loading-quick-shop .woodmart-buttons, .woodmart-hover-base.product-in-carousel.quick-shop-shown .woodmart-buttons {
  opacity: 0;
  visibility: hidden; }

.woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-buttons {
  overflow: hidden; }

.woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-buttons > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: -1px;
  margin-right: -1px;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-buttons > div:last-child {
  border-right: none; }

.woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-buttons > div:empty {
  display: none; }

.woodmart-hover-base:hover .wrapp-swatches {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-base .spr-badge-caption {
  display: none; }

.catalog-mode-on .woodmart-hover-base .woodmart-buttons .woodmart-add-btn {
  display: none; }

.catalog-mode-on .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons {
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(129, 129, 129, 0.2); }

.catalog-mode-on .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons > div {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.catalog-mode-on .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons > div a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: auto;
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize; }

.catalog-mode-on .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons > div a:before {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 14px; }

.catalog-mode-on .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons > div a:after {
  left: 0;
  width: 14px;
  height: 14px;
  margin-left: 0;
  margin-top: -8px; }

.catalog-mode-on .color-scheme-light .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons {
  border-color: rgba(255, 255, 255, 0.15); }

.catalog-mode-on.woodmart-dark .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons {
  border-color: rgba(255, 255, 255, 0.15); }

.color-scheme-light .woodmart-hover-base:not(.hover-width-small) .woodmart-product-countdown > span {
  border-color: rgba(255, 255, 255, 0.15); }

.color-scheme-light .woodmart-hover-base .content-product-imagin {
  background-color: #101010; }

.color-scheme-light .woodmart-hover-base .wrapp-swatches {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.15); }

.color-scheme-light .woodmart-hover-base .product-compare-button a {
  color: #fff; }

.color-scheme-light .woodmart-hover-base .product-compare-button a:after {
  der-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.color-scheme-light .woodmart-hover-base .product-compare-button a:focus, .color-scheme-light .woodmart-hover-base .product-compare-button a:hover {
  color: rgba(255, 255, 255, 0.8); }

.color-scheme-light .woodmart-hover-base .woodmart-product-countdown {
  border-color: rgba(255, 255, 255, 0.15); }

.color-scheme-light .woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-buttons > div {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-dark .woodmart-hover-base:not(.hover-width-small) .woodmart-product-countdown > span {
  border-color: rgba(255, 255, 255, 0.15); }

.browser-Safari .woodmart-hover-base .fade-in-block {
  visibility: visible;
  pointer-events: none; }

.browser-Safari .woodmart-hover-base.hover-ready.state-hover .fade-in-block, .browser-Safari .woodmart-hover-base.hover-ready:hover .fade-in-block {
  pointer-events: visible; }

.woodmart-dark .woodmart-hover-base .content-product-imagin {
  background-color: #101010; }

.woodmart-dark .woodmart-hover-base .wrapp-swatches {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-dark .woodmart-hover-base .product-compare-button a {
  color: #fff; }

.woodmart-dark .woodmart-hover-base .product-compare-button a:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.woodmart-dark .woodmart-hover-base .product-compare-button a:focus, .woodmart-dark .woodmart-hover-base .product-compare-button a:hover {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-dark .woodmart-hover-base .woodmart-product-countdown {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-dark .woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-buttons > div {
  border-color: rgba(255, 255, 255, 0.15); }

.product-list-item:hover .woodmart-buttons, .woodmart-hover-alt:hover .woodmart-buttons, .woodmart-hover-base.product-in-carousel:hover .woodmart-buttons, .woodmart-hover-quick:hover .woodmart-buttons, .woodmart-hover-standard:hover .woodmart-buttons, .woodmart-hover-tiled:hover .woodmart-buttons {
  transform: translateX(0);
  -webkit-transform: translateX(0); }

.woodmart-hover-alt {
  text-align: left; }

.woodmart-hover-alt .wrap-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.woodmart-hover-alt .swap-wrapp {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-right: 5px; }

.woodmart-hover-alt .swap-elements {
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease; }

.woodmart-hover-alt .swap-elements .btn-add-swap, .woodmart-hover-alt .swap-elements .price {
  height: 30px;
  line-height: 30px;
  overflow: hidden; }

.woodmart-hover-alt .woodmart-product-countdown {
  margin-top: 5px; }

.woodmart-hover-alt .swatches-on-grid {
  margin-bottom: 0; }

.woodmart-hover-alt .woodmart-product-brands-links, .woodmart-hover-alt .woodmart-product-cats {
  margin-bottom: 0; }

.woodmart-hover-alt .woodmart-product-cats + .woodmart-product-brands-links {
  margin-top: 5px; }

.woodmart-hover-alt .star-rating {
  display: none; }

.woodmart-hover-alt .btn-add-swap > a {
  background-color: transparent;
  border: none;
  padding: 0;
  white-space: nowrap;
  font-weight: 600;
  color: #2d2a2a;
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.woodmart-hover-alt .btn-add-swap > a .woodmart-tooltip-label {
  display: none; }

.woodmart-hover-alt .btn-add-swap > a span:not(.woodmart-tooltip-label) {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-bottom: 1px solid rgba(101, 101, 101, 0.15); }

.woodmart-hover-alt .btn-add-swap > a span:not(.woodmart-tooltip-label):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.woodmart-hover-alt .btn-add-swap > a:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.woodmart-hover-alt .btn-add-swap > a:focus, .woodmart-hover-alt .btn-add-swap > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woodmart-hover-alt .btn-add-swap > a:focus span:not(.woodmart-tooltip-label):before, .woodmart-hover-alt .btn-add-swap > a:hover span:not(.woodmart-tooltip-label):before {
  width: 100%; }

.woodmart-hover-alt .btn-add-swap > a.loading {
  padding-left: 20px; }

.woodmart-hover-alt .btn-add-swap > a.loading:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.woodmart-hover-alt.product-type-grouped:hover .swap-elements, .woodmart-hover-alt.purchasable:hover .swap-elements {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px); }

.woodmart-hover-alt.product-swatched .woodmart-buttons {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0; }

.woodmart-hover-alt.product-swatched .product-element-top:hover .woodmart-buttons {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1; }

.catalog-mode-on .woodmart-hover-alt:hover .swap-elements {
  transform: none;
  -webkit-transform: none; }

.color-scheme-light .woodmart-hover-alt .btn-add-swap > a {
  color: #fff; }

.color-scheme-light .woodmart-hover-alt .btn-add-swap > a span:not(.woodmart-tooltip-label) {
  border-color: rgba(255, 255, 255, 0.25); }

.color-scheme-light .woodmart-hover-alt .btn-add-swap > a:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.woodmart-dark .woodmart-hover-alt .btn-add-swap > a {
  color: #fff; }

.woodmart-dark .woodmart-hover-alt .btn-add-swap > a span:not(.woodmart-tooltip-label) {
  border-color: rgba(255, 255, 255, 0.25); }

.woodmart-dark .woodmart-hover-alt .btn-add-swap > a:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.woodmart-hover-info {
  text-align: left; }

.woodmart-hover-info .product-element-top {
  margin-bottom: 0; }

.woodmart-hover-info .woodmart-buttons {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.woodmart-hover-info .top-information {
  position: absolute;
  top: 20px;
  left: 25px;
  right: 25px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.woodmart-hover-info .bottom-information {
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  transform: translateY(100%) translateZ(0);
  -webkit-transform: translateY(100%) translateZ(0);
  -webkit-transition: transform .3s ease,opacity .3s ease;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease; }

.woodmart-hover-info .bottom-information .price {
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 16px; }

.woodmart-hover-info .bottom-information .price del, .woodmart-hover-info .bottom-information .price ins {
  display: block; }

.woodmart-hover-info .bottom-information .price ins {
  margin-top: 5px; }

.woodmart-hover-info .product-labels {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  left: auto;
  max-width: 60px; }

.woodmart-hover-info .labels-rectangular {
  right: 0; }

.woodmart-hover-info .labels-rounded {
  right: 7px; }

.woodmart-hover-info .swatches-on-grid {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.woodmart-hover-info .star-rating {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 10px;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity 0.3s ease; }

.woodmart-hover-info .amount, .woodmart-hover-info .price, .woodmart-hover-info .price ins {
  color: #333; }

.woodmart-hover-info .price del {
  color: #BDBDBD; }

.woodmart-hover-info del .amount {
  color: #BDBDBD; }

.woodmart-hover-info.outofstock .top-information, .woodmart-hover-info.sale .top-information {
  right: 60px; }

.woodmart-hover-info:hover .woodmart-buttons {
  transform: translateX(0);
  -webkit-transform: translateX(0); }

.woodmart-hover-info:hover .bottom-information {
  transform: none;
  -webkit-transform: none; }

.woodmart-hover-info:hover .star-rating, .woodmart-hover-info:hover .swatches-on-grid {
  opacity: 1; }

.woodmart-hover-info.loading-quick-shop .bottom-information, .woodmart-hover-info.loading-quick-shop .top-information {
  opacity: 0; }

.woodmart-hover-info.quick-shop-shown .bottom-information, .woodmart-hover-info.quick-shop-shown .top-information {
  opacity: 0; }

.woodmart-dark .woodmart-hover-info .amount, .woodmart-dark .woodmart-hover-info .price, .woodmart-dark .woodmart-hover-info .price ins {
  color: #fff; }

.woodmart-dark .woodmart-hover-info .price del {
  color: rgba(255, 255, 255, 0.3); }

.woodmart-dark .woodmart-hover-info del .amount {
  color: rgba(255, 255, 255, 0.3); }

.woodmart-hover-info-alt {
  margin-bottom: 30px; }

.woodmart-hover-info-alt .product-element-top {
  margin-bottom: 0; }

.woodmart-hover-info-alt .product-element-top:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 2;
  transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease; }

.woodmart-hover-info-alt .top-information {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
  padding: 10px 38px;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease; }

.woodmart-hover-info-alt .top-information .amount, .woodmart-hover-info-alt .top-information .price, .woodmart-hover-info-alt .top-information .price ins {
  color: #fff; }

.woodmart-hover-info-alt .top-information del .amount {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-hover-info-alt .shopify-price-suffix {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-hover-info-alt h3.product-title {
  margin-bottom: 7px; }

.woodmart-hover-info-alt .swatches-on-grid {
  margin-top: -2px;
  margin-bottom: 4px; }

.woodmart-hover-info-alt .swatches-on-grid .swatch-on-grid {
  color: #fff; }

.woodmart-hover-info-alt .swatches-on-grid .current-swatch:after {
  background-color: #fff; }

.woodmart-hover-info-alt .woodmart-product-brands-links, .woodmart-hover-info-alt .woodmart-product-cats {
  margin-bottom: 7px; }

.woodmart-hover-info-alt .woodmart-product-brands-links a, .woodmart-hover-info-alt .woodmart-product-cats a {
  color: rgba(255, 255, 255, 0.7); }

.woodmart-hover-info-alt .woodmart-product-brands-links a:focus, .woodmart-hover-info-alt .woodmart-product-brands-links a:hover, .woodmart-hover-info-alt .woodmart-product-cats a:focus, .woodmart-hover-info-alt .woodmart-product-cats a:hover {
  color: #fff; }

.woodmart-hover-info-alt .star-rating {
  margin-bottom: 7px; }

.woodmart-hover-info-alt .star-rating:before {
  color: rgba(255, 255, 255, 0.7); }

.woodmart-hover-info-alt .product-actions {
  margin-top: 10px; }

.woodmart-hover-info-alt .product-actions .woodmart-tooltip-label {
  display: none; }

.woodmart-hover-info-alt:hover .top-information {
  opacity: 1; }

.woodmart-hover-info-alt:hover .product-element-top:before {
  opacity: 1; }

.woodmart-hover-info-alt.loading-quick-shop .top-information, .woodmart-hover-info-alt.quick-shop-shown .top-information {
  opacity: 0; }

.woodmart-hover-info-alt.loading-quick-shop .product-element-top:before, .woodmart-hover-info-alt.quick-shop-shown .product-element-top:before {
  opacity: 0; }

.color-scheme-light .woodmart-hover-info-alt .woodmart-buttons {
  background-color: transparent; }

.woodmart-dark .woodmart-hover-info-alt .woodmart-buttons {
  background-color: transparent; }

.woodmart-hover-button .woodmart-buttons, .woodmart-hover-info-alt .woodmart-buttons {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  visibility: hidden;
  z-index: 3; }

.woodmart-hover-button .woodmart-buttons > div a, .woodmart-hover-info-alt .woodmart-buttons > div a {
  height: 40px; }

.woodmart-hover-button .woodmart-buttons > div a:before, .woodmart-hover-info-alt .woodmart-buttons > div a:before {
  font-size: 18px; }

.woodmart-hover-button:hover .woodmart-buttons, .woodmart-hover-info-alt:hover .woodmart-buttons {
  transform: none;
  -webkit-transform: none;
  visibility: visible; }

.woodmart-hover-button .woodmart-buttons, .woodmart-hover-info-alt .woodmart-buttons {
  position: absolute;
  top: 0;
  right: 0; }

.woodmart-hover-button .hover-mask > a {
  background-color: transparent;
  border-width: 2px;
  border-color: #fff;
  color: #fff; }

.woodmart-hover-button .hover-mask > a:focus, .woodmart-hover-button .hover-mask > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.6); }

.woodmart-hover-button .hover-mask > a span:not(.woodmart-tooltip-label) {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 14px; }

.woodmart-hover-button .hover-mask .added_to_cart {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 14px;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff; }

.woodmart-hover-button .hover-mask .added_to_cart:focus, .woodmart-hover-button .hover-mask .added_to_cart:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  opacity: 1; }

.woodmart-hover-button .hover-mask .added_to_cart:before {
  content: none; }

.woodmart-hover-info-alt .product-actions > a {
  background-color: transparent;
  border-width: 2px;
  border-color: #fff;
  color: #fff; }

.woodmart-hover-info-alt .product-actions > a:focus, .woodmart-hover-info-alt .product-actions > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.6); }

.woodmart-hover-info-alt .product-actions > a span:not(.woodmart-tooltip-label) {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 14px; }

.woodmart-hover-info-alt .product-actions .added_to_cart {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 14px;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff; }

.woodmart-hover-info-alt .product-actions .added_to_cart:focus, .woodmart-hover-info-alt .product-actions .added_to_cart:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  opacity: 1; }

.woodmart-hover-info-alt .product-actions .added_to_cart:before {
  content: none; }

.woodmart-hover-button .product-element-top:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 2;
  -webkit-transition: visibility .3s ease,opacity .3s ease;
  transition: visibility .3s ease,opacity .3s ease; }

.woodmart-hover-button .product-image-link {
  position: relative; }

.woodmart-hover-button .hover-mask {
  position: absolute;
  left: 0;
  top: 57%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 3;
  -webkit-transition: transform .3s ease,top .3s ease,opacity .3s ease;
  -webkit-transition: top .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  transition: top .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,top .3s ease,opacity .3s ease;
  transition: transform .3s ease,top .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.woodmart-hover-button:hover .product-element-top:before {
  opacity: 1; }

.woodmart-hover-button:hover .hover-mask {
  top: 50%;
  opacity: 1; }

.woodmart-hover-button.product-swatched:not(.loading-quick-shop):not(.quick-shop-shown) .hover-mask {
  top: 55%;
  opacity: 0; }

.woodmart-hover-button.product-swatched:not(.loading-quick-shop):not(.quick-shop-shown) .product-image-link {
  opacity: 1; }

.woodmart-hover-button.product-swatched:not(.loading-quick-shop):not(.quick-shop-shown) .woodmart-buttons {
  right: -10px;
  opacity: 0; }

.woodmart-hover-button.product-swatched:not(.loading-quick-shop):not(.quick-shop-shown) .product-element-top:before {
  opacity: 0; }

.woodmart-hover-button.product-swatched:not(.loading-quick-shop):not(.quick-shop-shown) .product-element-top:hover:before {
  opacity: 1; }

.woodmart-hover-button.product-swatched:not(.loading-quick-shop):not(.quick-shop-shown) .product-element-top:hover .hover-mask {
  top: 50%;
  opacity: 1; }

.woodmart-hover-button.product-swatched:not(.loading-quick-shop):not(.quick-shop-shown) .product-element-top:hover .woodmart-buttons {
  right: 0;
  opacity: 1; }

.woodmart-hover-button.loading-image .hover-mask {
  opacity: 0; }

.woodmart-hover-button.loading-quick-shop .product-element-top:before, .woodmart-hover-button.quick-shop-shown .product-element-top:before {
  opacity: 0; }

.woodmart-hover-button.loading-quick-shop .hover-mask, .woodmart-hover-button.quick-shop-shown .hover-mask {
  opacity: 0; }

.woodmart-hover-button.loading-quick-shop .woodmart-buttons, .woodmart-hover-button.quick-shop-shown .woodmart-buttons {
  opacity: 0; }

.color-scheme-light .woodmart-hover-button .woodmart-buttons, .woodmart-dark .woodmart-hover-button .woodmart-buttons {
  background-color: transparent; }

.woodmart-hover-icons .wrapp-buttons {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0; }

.woodmart-hover-icons .wrapp-buttons {
  opacity: 0;
  transform: translateY(25px) translateZ(0);
  -webkit-transform: translateY(25px) translateZ(0); }

.woodmart-hover-icons:hover .wrapp-buttons {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-icons .wrapp-buttons {
  text-align: center;
  visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
  -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,visibility .3s ease,transform .3s ease;
  transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease; }

.woodmart-hover-icons .wrapp-buttons .woodmart-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 7px; }

.woodmart-hover-icons .wrapp-buttons .woodmart-buttons > div a {
  height: 50px;
  width: 43px; }

.woodmart-hover-icons .wrapp-buttons .woodmart-buttons > div a .woodmart-tooltip-label {
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px; }

.woodmart-hover-icons .wrapp-buttons .woodmart-buttons > div a .woodmart-tooltip-label:before {
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  margin-top: 0;
  margin-left: -5px;
  margin-right: 0;
  margin-bottom: 0;
  border-width: 5px 5px 0;
  border-color: transparent;
  border-top-color: #000; }

.woodmart-hover-icons:hover .wrapp-buttons {
  visibility: visible; }

.woodmart-hover-icons.loading-quick-shop .wrapp-buttons, .woodmart-hover-icons.product-swatched .wrapp-buttons, .woodmart-hover-icons.quick-shop-shown .wrapp-buttons {
  visibility: hidden;
  opacity: 0;
  transform: translateY(25px) translateZ(0);
  -webkit-transform: translateY(25px) translateZ(0); }

.woodmart-hover-icons.product-swatched:not(.quick-shop-shown):not(.loading-quick-shop) .product-element-top:hover .wrapp-buttons {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-icons.hover-width-small:not(.product-in-carousel) .wrapp-buttons {
  bottom: 5px; }

.woodmart-hover-icons.hover-width-small:not(.product-in-carousel) .woodmart-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  margin-right: 5px; }

.woodmart-hover-icons.hover-width-small:not(.product-in-carousel) .woodmart-buttons > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }

.product-list-item .woodmart-buttons, .woodmart-hover-alt .woodmart-buttons, .woodmart-hover-base.product-in-carousel .woodmart-buttons, .woodmart-hover-quick .woodmart-buttons, .woodmart-hover-standard .woodmart-buttons, .woodmart-hover-tiled .woodmart-buttons {
  top: 10px;
  right: 10px;
  transform: translateX(20px);
  -webkit-transform: translateX(20px); }

.color-scheme-light .woodmart-buttons > div a, .woodmart-dark .woodmart-buttons > div a, .woodmart-hover-button .woodmart-buttons > div a, .woodmart-hover-info-alt .woodmart-buttons > div a {
  color: #fff; }

.color-scheme-light .woodmart-buttons > div a:after, .woodmart-dark .woodmart-buttons > div a:after, .woodmart-hover-button .woodmart-buttons > div a:after, .woodmart-hover-info-alt .woodmart-buttons > div a:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.color-scheme-light .woodmart-buttons > div a:focus, .color-scheme-light .woodmart-buttons > div a:hover, .woodmart-dark .woodmart-buttons > div a:focus, .woodmart-dark .woodmart-buttons > div a:hover, .woodmart-hover-button .woodmart-buttons > div a:focus, .woodmart-hover-button .woodmart-buttons > div a:hover, .woodmart-hover-info-alt .woodmart-buttons > div a:focus, .woodmart-hover-info-alt .woodmart-buttons > div a:hover {
  color: rgba(255, 255, 255, 0.8); }

.color-scheme-light .woodmart-buttons .woodmart-add-btn .added_to_cart, .woodmart-dark .woodmart-buttons .woodmart-add-btn .added_to_cart, .woodmart-hover-button .woodmart-buttons .woodmart-add-btn .added_to_cart, .woodmart-hover-info-alt .woodmart-buttons .woodmart-add-btn .added_to_cart {
  color: #fff; }

.color-scheme-light .woodmart-buttons .product-compare-button a.added, .woodmart-dark .woodmart-buttons .product-compare-button a.added, .woodmart-hover-button .woodmart-buttons .product-compare-button a.added, .woodmart-hover-info-alt .woodmart-buttons .product-compare-button a.added {
  color: #fff; }

.woodmart-hover-standard .btn-add {
  margin-top: 10px; }

.woodmart-hover-standard .btn-add > p {
  display: none; }

.woodmart-hover-standard .btn-add > a {
  color: #fff; }

.woodmart-hover-standard .btn-add > a:focus, .woodmart-hover-standard .btn-add > a:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.woodmart-hover-standard .btn-add > a span:not(.woodmart-tooltip-label) {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px; }

.woodmart-hover-standard .btn-add .added_to_cart {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px; }

.woodmart-hover-standard .btn-add .added_to_cart:before {
  content: none; }

.woodmart-hover-quick .single_add_to_cart_button {
  border-radius: 0; }

.woodmart-hover-quick .woodmart-add-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(103%) translateZ(0);
  transform: translateY(103%) translateZ(0);
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease,opacity .3s ease; }

.woodmart-hover-quick .woodmart-add-btn > p {
  display: none; }

.woodmart-hover-quick .woodmart-add-btn > a {
  color: #fff;
  font-size: 13px;
  color: #fff;
  display: block;
  opacity: .8; }

.woodmart-hover-quick .woodmart-add-btn > a:focus, .woodmart-hover-quick .woodmart-add-btn > a:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none; }

.woodmart-hover-quick .woodmart-add-btn > a span {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.woodmart-hover-quick .woodmart-add-btn .added_to_cart {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.woodmart-hover-quick .woodmart-add-btn .added_to_cart:before {
  content: none; }

.woodmart-hover-quick:hover .woodmart-add-btn {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-quick.loading-quick-shop .woodmart-add-btn {
  -webkit-transform: translateY(103%) translateZ(0);
  transform: translateY(103%) translateZ(0); }

.woodmart-hover-quick.product-swatched .woodmart-buttons {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0; }

.woodmart-hover-quick.product-swatched .woodmart-add-btn {
  -webkit-transform: translateY(103%) translateZ(0);
  transform: translateY(103%) translateZ(0); }

.woodmart-hover-quick.product-swatched .product-element-top:hover .woodmart-buttons {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1; }

.woodmart-hover-quick.product-swatched .product-element-top:hover .woodmart-add-btn {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-quick.quick-shop-shown .woodmart-add-btn {
  opacity: 0; }

.woodmart-hover-tiled {
  text-align: left; }

.woodmart-hover-tiled .product-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12); }

.woodmart-hover-tiled .product-element-top {
  margin-bottom: 0; }

.woodmart-hover-tiled .product-element-bottom {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  background-color: #fff; }

.woodmart-hover-tiled .woodmart-product-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 5px;
  border-top: 1px solid rgba(129, 129, 129, 0.2); }

.woodmart-hover-tiled .woodmart-product-countdown > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }

.woodmart-hover-tiled.loading-quick-sho .woodmart-buttons, .woodmart-hover-tiled.product-swatched .woodmart-buttons, .woodmart-hover-tiled.quick-shop-shown .woodmart-buttons {
  opacity: 0;
  -webkit-transform: translateX(20px) translateZ(0);
  transform: translateX(20px) translateZ(0); }

.woodmart-hover-tiled.product-swatched:not(.quick-shop-shown):not(.loading-quick-shop) .product-element-top:hover .woodmart-buttons {
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0); }

.woodmart-hover-tiled:not(.hover-width-small) .woodmart-product-countdown > span:not(:last-child) {
  border-right: 1px solid rgba(129, 129, 129, 0.2); }

.color-scheme-light .woodmart-hover-tiled .product-element-bottom, .woodmart-dark .woodmart-hover-tiled .product-element-bottom {
  background-color: #101010; }

.btns-shop-3d #place_order, .btns-shop-3d .cart-totals-inner .checkout-button, .btns-shop-3d .login .button, .btns-shop-3d .lost_reset_password .button, .btns-shop-3d .popup-added_to_cart .view-cart, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a, .btns-shop-3d .product-list-item .woodmart-add-btn > a, .btns-shop-3d .register .button, .btns-shop-3d .return-to-shop .button, .btns-shop-3d .single_add_to_cart_button, .btns-shop-3d .social-login-btn > a, .btns-shop-3d .widget_shopping_cart .buttons .checkout, .btns-shop-3d .shopify table.wishlist_table td.product-add-to-cart .add_to_cart, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .btns-shop-3d .woodmart-hover-standard .btn-add > a, .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .btns-shop-3d table.compare-list tr.add-to-cart td a, .cart-totals-inner .btns-shop-3d .checkout-button, .login .btns-shop-3d .button, .lost_reset_password .btns-shop-3d .button, .popup-added_to_cart .btns-shop-3d .view-cart, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a, .product-list-item .btns-shop-3d .woodmart-add-btn > a, .register .btns-shop-3d .button, .return-to-shop .btns-shop-3d .button, .widget_shopping_cart .buttons .btns-shop-3d .checkout, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a, .woodmart-hover-standard .btns-shop-3d .btn-add > a, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button, table.compare-list tr.add-to-cart td .btns-shop-3d a {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow 0s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow 0s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease,-webkit-box-shadow 0s ease; }

.btns-shop-3d #place_order:focus, .btns-shop-3d #place_order:hover, .btns-shop-3d .cart-totals-inner .checkout-button:focus, .btns-shop-3d .cart-totals-inner .checkout-button:hover, .btns-shop-3d .login .button:focus, .btns-shop-3d .login .button:hover, .btns-shop-3d .lost_reset_password .button:focus, .btns-shop-3d .lost_reset_password .button:hover, .btns-shop-3d .popup-added_to_cart .view-cart:focus, .btns-shop-3d .popup-added_to_cart .view-cart:hover, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:focus, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:hover, .btns-shop-3d .product-list-item .woodmart-add-btn > a:focus, .btns-shop-3d .product-list-item .woodmart-add-btn > a:hover, .btns-shop-3d .register .button:focus, .btns-shop-3d .register .button:hover, .btns-shop-3d .return-to-shop .button:focus, .btns-shop-3d .return-to-shop .button:hover, .btns-shop-3d .single_add_to_cart_button:focus, .btns-shop-3d .single_add_to_cart_button:hover, .btns-shop-3d .social-login-btn > a:focus, .btns-shop-3d .social-login-btn > a:hover, .btns-shop-3d .widget_shopping_cart .buttons .checkout:focus, .btns-shop-3d .widget_shopping_cart .buttons .checkout:hover, .btns-shop-3d .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .btns-shop-3d .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .btns-shop-3d .woodmart-hover-standard .btn-add > a:focus, .btns-shop-3d .woodmart-hover-standard .btn-add > a:hover, .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:focus, .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:hover, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .btns-shop-3d table.compare-list tr.add-to-cart td a:focus, .btns-shop-3d table.compare-list tr.add-to-cart td a:hover, .cart-totals-inner .btns-shop-3d .checkout-button:focus, .cart-totals-inner .btns-shop-3d .checkout-button:hover, .login .btns-shop-3d .button:focus, .login .btns-shop-3d .button:hover, .lost_reset_password .btns-shop-3d .button:focus, .lost_reset_password .btns-shop-3d .button:hover, .popup-added_to_cart .btns-shop-3d .view-cart:focus, .popup-added_to_cart .btns-shop-3d .view-cart:hover, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:hover, .product-list-item .btns-shop-3d .woodmart-add-btn > a:focus, .product-list-item .btns-shop-3d .woodmart-add-btn > a:hover, .register .btns-shop-3d .button:focus, .register .btns-shop-3d .button:hover, .return-to-shop .btns-shop-3d .button:focus, .return-to-shop .btns-shop-3d .button:hover, .widget_shopping_cart .buttons .btns-shop-3d .checkout:focus, .widget_shopping_cart .buttons .btns-shop-3d .checkout:hover, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:focus, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a:focus, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a:hover, .woodmart-hover-standard .btns-shop-3d .btn-add > a:focus, .woodmart-hover-standard .btns-shop-3d .btn-add > a:hover, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:hover, table.compare-list tr.add-to-cart td .btns-shop-3d a:focus, table.compare-list tr.add-to-cart td .btns-shop-3d a:hover {
  opacity: .8;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15); }

.btns-shop-3d #place_order:active, .btns-shop-3d .cart-totals-inner .checkout-button:active, .btns-shop-3d .login .button:active, .btns-shop-3d .lost_reset_password .button:active, .btns-shop-3d .popup-added_to_cart .view-cart:active, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:active, .btns-shop-3d .product-list-item .woodmart-add-btn > a:active, .btns-shop-3d .register .button:active, .btns-shop-3d .return-to-shop .button:active, .btns-shop-3d .single_add_to_cart_button:active, .btns-shop-3d .social-login-btn > a:active, .btns-shop-3d .widget_shopping_cart .buttons .checkout:active, .btns-shop-3d .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:active, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:active, .btns-shop-3d .woodmart-hover-standard .btn-add > a:active, .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:active, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:active, .btns-shop-3d table.compare-list tr.add-to-cart td a:active, .cart-totals-inner .btns-shop-3d .checkout-button:active, .login .btns-shop-3d .button:active, .lost_reset_password .btns-shop-3d .button:active, .popup-added_to_cart .btns-shop-3d .view-cart:active, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:active, .product-list-item .btns-shop-3d .woodmart-add-btn > a:active, .register .btns-shop-3d .button:active, .return-to-shop .btns-shop-3d .button:active, .widget_shopping_cart .buttons .btns-shop-3d .checkout:active, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:active, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a:active, .woodmart-hover-standard .btns-shop-3d .btn-add > a:active, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:active, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:active, table.compare-list tr.add-to-cart td .btns-shop-3d a:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px; }

.btns-shop-3d #place_order:focus, .btns-shop-3d #place_order:hover, .btns-shop-3d .cart-totals-inner .checkout-button:focus, .btns-shop-3d .cart-totals-inner .checkout-button:hover, .btns-shop-3d .login .button:focus, .btns-shop-3d .login .button:hover, .btns-shop-3d .lost_reset_password .button:focus, .btns-shop-3d .lost_reset_password .button:hover, .btns-shop-3d .popup-added_to_cart .view-cart:focus, .btns-shop-3d .popup-added_to_cart .view-cart:hover, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:focus, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:hover, .btns-shop-3d .product-list-item .woodmart-add-btn > a:focus, .btns-shop-3d .product-list-item .woodmart-add-btn > a:hover, .btns-shop-3d .register .button:focus, .btns-shop-3d .register .button:hover, .btns-shop-3d .return-to-shop .button:focus, .btns-shop-3d .return-to-shop .button:hover, .btns-shop-3d .single_add_to_cart_button:focus, .btns-shop-3d .single_add_to_cart_button:hover, .btns-shop-3d .social-login-btn > a:focus, .btns-shop-3d .social-login-btn > a:hover, .btns-shop-3d .widget_shopping_cart .buttons .checkout:focus, .btns-shop-3d .widget_shopping_cart .buttons .checkout:hover, .btns-shop-3d .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .btns-shop-3d .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .btns-shop-3d .woodmart-hover-standard .btn-add > a:focus, .btns-shop-3d .woodmart-hover-standard .btn-add > a:hover, .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:focus, .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:hover, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .btns-shop-3d table.compare-list tr.add-to-cart td a:focus, .btns-shop-3d table.compare-list tr.add-to-cart td a:hover, .cart-totals-inner .btns-shop-3d .checkout-button:focus, .cart-totals-inner .btns-shop-3d .checkout-button:hover, .login .btns-shop-3d .button:focus, .login .btns-shop-3d .button:hover, .lost_reset_password .btns-shop-3d .button:focus, .lost_reset_password .btns-shop-3d .button:hover, .popup-added_to_cart .btns-shop-3d .view-cart:focus, .popup-added_to_cart .btns-shop-3d .view-cart:hover, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:hover, .product-list-item .btns-shop-3d .woodmart-add-btn > a:focus, .product-list-item .btns-shop-3d .woodmart-add-btn > a:hover, .register .btns-shop-3d .button:focus, .register .btns-shop-3d .button:hover, .return-to-shop .btns-shop-3d .button:focus, .return-to-shop .btns-shop-3d .button:hover, .widget_shopping_cart .buttons .btns-shop-3d .checkout:focus, .widget_shopping_cart .buttons .btns-shop-3d .checkout:hover, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:focus, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a:focus, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a:hover, .woodmart-hover-standard .btns-shop-3d .btn-add > a:focus, .woodmart-hover-standard .btns-shop-3d .btn-add > a:hover, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:hover, table.compare-list tr.add-to-cart td .btns-shop-3d a:focus, table.compare-list tr.add-to-cart td .btns-shop-3d a:hover {
  opacity: 1; }

.btns-shop-rounded #place_order, .btns-shop-rounded .account-payment-methods-table .button, .btns-shop-rounded .cart-actions .button[name=apply_coupon], .btns-shop-rounded .cart-totals-inner .checkout-button, .btns-shop-rounded .checkout_coupon .button, .btns-shop-rounded .hotspot-content .add_to_cart_button, .btns-shop-rounded .login .button, .btns-shop-rounded .lost_reset_password .button, .btns-shop-rounded .order-again .button, .btns-shop-rounded .popup-added_to_cart .view-cart, .btns-shop-rounded .popup-quick-view .woodmart-scroll-content > a, .btns-shop-rounded .product-list-item .woodmart-add-btn > a, .btns-shop-rounded .register .button, .btns-shop-rounded .return-to-shop .button, .btns-shop-rounded .single_add_to_cart_button, .btns-shop-rounded .social-login-btn > a, .btns-shop-rounded .widget_shopping_cart .buttons .checkout, .btns-shop-rounded .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart, .btns-shop-rounded .woocommerce-Button--next, .btns-shop-rounded .woocommerce-Button--previous, .btns-shop-rounded .woocommerce-MyAccount-content .dokan-btn, .btns-shop-rounded .woocommerce-MyAccount-content > .button, .btns-shop-rounded .woocommerce-MyAccount-downloads-file, .btns-shop-rounded .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .woodmart-add-btn > a, .btns-shop-rounded .woodmart-hover-standard .btn-add > a, .btns-shop-rounded .woodmart-pf-btn button, .btns-shop-rounded .woodmart-sticky-btn .woodmart-sticky-add-to-cart, .btns-shop-rounded .yith-woocompare-premium .compare-list .add-to-cart .button, .btns-shop-rounded .yith-woocompare-premium .compare-list .added_to_cart, .btns-shop-rounded .yith-woocompare-premium .compare-list .product_info .button, .btns-shop-rounded .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .btns-shop-rounded table.compare-list tr.add-to-cart td a, .btns-shop-rounded td.shopify-orders-table__cell-order-actions a, .btns-shop-rounded utton[name=save_account_details], .btns-shop-rounded utton[name=save_address], .btns-shop-rounded utton[name=track] {
  border-radius: 35px; }

.btns-shop-light #place_order, .btns-shop-light .cart-totals-inner .checkout-button, .btns-shop-light .login .button, .btns-shop-light .lost_reset_password .button, .btns-shop-light .popup-added_to_cart .view-cart, .btns-shop-light .popup-quick-view .woodmart-scroll-content > a, .btns-shop-light .product-list-item .woodmart-add-btn > a, .btns-shop-light .register .button, .btns-shop-light .return-to-shop .button, .btns-shop-light .single_add_to_cart_button, .btns-shop-light .social-login-btn > a, .btns-shop-light .widget_shopping_cart .buttons .checkout, .btns-shop-light .shopify table.wishlist_table td.product-add-to-cart .add_to_cart, .btns-shop-light .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .btns-shop-light .woodmart-hover-standard .btn-add > a, .btns-shop-light .woodmart-price-table .woodmart-plan-footer > a, .btns-shop-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .btns-shop-light table.compare-list tr.add-to-cart td a, .cart-totals-inner .btns-shop-light .checkout-button, .login .btns-shop-light .button, .lost_reset_password .btns-shop-light .button, .popup-added_to_cart .btns-shop-light .view-cart, .popup-quick-view .btns-shop-light .woodmart-scroll-content > a, .product-list-item .btns-shop-light .woodmart-add-btn > a, .register .btns-shop-light .button, .return-to-shop .btns-shop-light .button, .widget_shopping_cart .buttons .btns-shop-light .checkout, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-light .add_to_cart, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-light .woodmart-add-btn > a, .woodmart-hover-standard .btns-shop-light .btn-add > a, .woodmart-price-table .btns-shop-light .woodmart-plan-footer > a, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-light .button.add-request-quote-button, table.compare-list tr.add-to-cart td .btns-shop-light a {
  color: #fff; }

.btns-shop-hover-light #place_order:focus, .btns-shop-hover-light #place_order:hover, .btns-shop-hover-light .cart-totals-inner .checkout-button:focus, .btns-shop-hover-light .cart-totals-inner .checkout-button:hover, .btns-shop-hover-light .login .button:focus, .btns-shop-hover-light .login .button:hover, .btns-shop-hover-light .lost_reset_password .button:focus, .btns-shop-hover-light .lost_reset_password .button:hover, .btns-shop-hover-light .popup-added_to_cart .view-cart:focus, .btns-shop-hover-light .popup-added_to_cart .view-cart:hover, .btns-shop-hover-light .popup-quick-view .woodmart-scroll-content > a:focus, .btns-shop-hover-light .popup-quick-view .woodmart-scroll-content > a:hover, .btns-shop-hover-light .product-list-item .woodmart-add-btn > a:focus, .btns-shop-hover-light .product-list-item .woodmart-add-btn > a:hover, .btns-shop-hover-light .register .button:focus, .btns-shop-hover-light .register .button:hover, .btns-shop-hover-light .return-to-shop .button:focus, .btns-shop-hover-light .return-to-shop .button:hover, .btns-shop-hover-light .single_add_to_cart_button:focus, .btns-shop-hover-light .single_add_to_cart_button:hover, .btns-shop-hover-light .social-login-btn > a:focus, .btns-shop-hover-light .social-login-btn > a:hover, .btns-shop-hover-light .widget_shopping_cart .buttons .checkout:focus, .btns-shop-hover-light .widget_shopping_cart .buttons .checkout:hover, .btns-shop-hover-light .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .btns-shop-hover-light .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .btns-shop-hover-light .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus, .btns-shop-hover-light .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .btns-shop-hover-light .woodmart-hover-standard .btn-add > a:focus, .btns-shop-hover-light .woodmart-hover-standard .btn-add > a:hover, .btns-shop-hover-light .woodmart-price-table .woodmart-plan-footer > a:focus, .btns-shop-hover-light .woodmart-price-table .woodmart-plan-footer > a:hover, .btns-shop-hover-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .btns-shop-hover-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .btns-shop-hover-light table.compare-list tr.add-to-cart td a:focus, .btns-shop-hover-light table.compare-list tr.add-to-cart td a:hover, .cart-totals-inner .btns-shop-hover-light .checkout-button:focus, .cart-totals-inner .btns-shop-hover-light .checkout-button:hover, .login .btns-shop-hover-light .button:focus, .login .btns-shop-hover-light .button:hover, .lost_reset_password .btns-shop-hover-light .button:focus, .lost_reset_password .btns-shop-hover-light .button:hover, .popup-added_to_cart .btns-shop-hover-light .view-cart:focus, .popup-added_to_cart .btns-shop-hover-light .view-cart:hover, .popup-quick-view .btns-shop-hover-light .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-hover-light .woodmart-scroll-content > a:hover, .product-list-item .btns-shop-hover-light .woodmart-add-btn > a:focus, .product-list-item .btns-shop-hover-light .woodmart-add-btn > a:hover, .register .btns-shop-hover-light .button:focus, .register .btns-shop-hover-light .button:hover, .return-to-shop .btns-shop-hover-light .button:focus, .return-to-shop .btns-shop-hover-light .button:hover, .widget_shopping_cart .buttons .btns-shop-hover-light .checkout:focus, .widget_shopping_cart .buttons .btns-shop-hover-light .checkout:hover, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-hover-light .add_to_cart:focus, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-hover-light .add_to_cart:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-hover-light .woodmart-add-btn > a:focus, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-hover-light .woodmart-add-btn > a:hover, .woodmart-hover-standard .btns-shop-hover-light .btn-add > a:focus, .woodmart-hover-standard .btns-shop-hover-light .btn-add > a:hover, .woodmart-price-table .btns-shop-hover-light .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-hover-light .woodmart-plan-footer > a:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-hover-light .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-hover-light .button.add-request-quote-button:hover, table.compare-list tr.add-to-cart td .btns-shop-hover-light a:focus, table.compare-list tr.add-to-cart td .btns-shop-hover-light a:hover {
  color: #fff; }

.btns-shop-dark #place_order, .btns-shop-dark .cart-totals-inner .checkout-button, .btns-shop-dark .login .button, .btns-shop-dark .lost_reset_password .button, .btns-shop-dark .popup-added_to_cart .view-cart, .btns-shop-dark .popup-quick-view .woodmart-scroll-content > a, .btns-shop-dark .product-list-item .woodmart-add-btn > a, .btns-shop-dark .register .button, .btns-shop-dark .return-to-shop .button, .btns-shop-dark .single_add_to_cart_button, .btns-shop-dark .social-login-btn > a, .btns-shop-dark .widget_shopping_cart .buttons .checkout, .btns-shop-dark .shopify table.wishlist_table td.product-add-to-cart .add_to_cart, .btns-shop-dark .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .btns-shop-dark .woodmart-hover-standard .btn-add > a, .btns-shop-dark .woodmart-price-table .woodmart-plan-footer > a, .btns-shop-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .btns-shop-dark table.compare-list tr.add-to-cart td a, .cart-totals-inner .btns-shop-dark .checkout-button, .login .btns-shop-dark .button, .lost_reset_password .btns-shop-dark .button, .popup-added_to_cart .btns-shop-dark .view-cart, .popup-quick-view .btns-shop-dark .woodmart-scroll-content > a, .product-list-item .btns-shop-dark .woodmart-add-btn > a, .register .btns-shop-dark .button, .return-to-shop .btns-shop-dark .button, .widget_shopping_cart .buttons .btns-shop-dark .checkout, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-dark .add_to_cart, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-dark .woodmart-add-btn > a, .woodmart-hover-standard .btns-shop-dark .btn-add > a, .woodmart-price-table .btns-shop-dark .woodmart-plan-footer > a, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-dark .button.add-request-quote-button, table.compare-list tr.add-to-cart td .btns-shop-dark a {
  color: #333; }

.btns-shop-hover-dark #place_order:focus, .btns-shop-hover-dark #place_order:hover, .btns-shop-hover-dark .cart-totals-inner .checkout-button:focus, .btns-shop-hover-dark .cart-totals-inner .checkout-button:hover, .btns-shop-hover-dark .login .button:focus, .btns-shop-hover-dark .login .button:hover, .btns-shop-hover-dark .lost_reset_password .button:focus, .btns-shop-hover-dark .lost_reset_password .button:hover, .btns-shop-hover-dark .popup-added_to_cart .view-cart:focus, .btns-shop-hover-dark .popup-added_to_cart .view-cart:hover, .btns-shop-hover-dark .popup-quick-view .woodmart-scroll-content > a:focus, .btns-shop-hover-dark .popup-quick-view .woodmart-scroll-content > a:hover, .btns-shop-hover-dark .product-list-item .woodmart-add-btn > a:focus, .btns-shop-hover-dark .product-list-item .woodmart-add-btn > a:hover, .btns-shop-hover-dark .register .button:focus, .btns-shop-hover-dark .register .button:hover, .btns-shop-hover-dark .return-to-shop .button:focus, .btns-shop-hover-dark .return-to-shop .button:hover, .btns-shop-hover-dark .single_add_to_cart_button:focus, .btns-shop-hover-dark .single_add_to_cart_button:hover, .btns-shop-hover-dark .social-login-btn > a:focus, .btns-shop-hover-dark .social-login-btn > a:hover, .btns-shop-hover-dark .widget_shopping_cart .buttons .checkout:focus, .btns-shop-hover-dark .widget_shopping_cart .buttons .checkout:hover, .btns-shop-hover-dark .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .btns-shop-hover-dark .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .btns-shop-hover-dark .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus, .btns-shop-hover-dark .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .btns-shop-hover-dark .woodmart-hover-standard .btn-add > a:focus, .btns-shop-hover-dark .woodmart-hover-standard .btn-add > a:hover, .btns-shop-hover-dark .woodmart-price-table .woodmart-plan-footer > a:focus, .btns-shop-hover-dark .woodmart-price-table .woodmart-plan-footer > a:hover, .btns-shop-hover-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .btns-shop-hover-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .btns-shop-hover-dark table.compare-list tr.add-to-cart td a:focus, .btns-shop-hover-dark table.compare-list tr.add-to-cart td a:hover, .cart-totals-inner .btns-shop-hover-dark .checkout-button:focus, .cart-totals-inner .btns-shop-hover-dark .checkout-button:hover, .login .btns-shop-hover-dark .button:focus, .login .btns-shop-hover-dark .button:hover, .lost_reset_password .btns-shop-hover-dark .button:focus, .lost_reset_password .btns-shop-hover-dark .button:hover, .popup-added_to_cart .btns-shop-hover-dark .view-cart:focus, .popup-added_to_cart .btns-shop-hover-dark .view-cart:hover, .popup-quick-view .btns-shop-hover-dark .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-hover-dark .woodmart-scroll-content > a:hover, .product-list-item .btns-shop-hover-dark .woodmart-add-btn > a:focus, .product-list-item .btns-shop-hover-dark .woodmart-add-btn > a:hover, .register .btns-shop-hover-dark .button:focus, .register .btns-shop-hover-dark .button:hover, .return-to-shop .btns-shop-hover-dark .button:focus, .return-to-shop .btns-shop-hover-dark .button:hover, .widget_shopping_cart .buttons .btns-shop-hover-dark .checkout:focus, .widget_shopping_cart .buttons .btns-shop-hover-dark .checkout:hover, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-hover-dark .add_to_cart:focus, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-hover-dark .add_to_cart:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-hover-dark .woodmart-add-btn > a:focus, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-hover-dark .woodmart-add-btn > a:hover, .woodmart-hover-standard .btns-shop-hover-dark .btn-add > a:focus, .woodmart-hover-standard .btns-shop-hover-dark .btn-add > a:hover, .woodmart-price-table .btns-shop-hover-dark .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-hover-dark .woodmart-plan-footer > a:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-hover-dark .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-hover-dark .button.add-request-quote-button:hover, table.compare-list tr.add-to-cart td .btns-shop-hover-dark a:focus, table.compare-list tr.add-to-cart td .btns-shop-hover-dark a:hover {
  color: #333; }

#dokan-seller-listing-wrap .btns-accent-flat .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-flat .dokan-btn:hover, #dokan-seller-listing-wrap .btns-accent-rounded .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-rounded .dokan-btn:hover, .account-payment-methods-table .btns-accent-flat .button:focus, .account-payment-methods-table .btns-accent-flat .button:hover, .account-payment-methods-table .btns-accent-rounded .button:focus, .account-payment-methods-table .btns-accent-rounded .button:hover, .btns-accent-flat #dokan-seller-listing-wrap .dokan-btn:focus, .btns-accent-flat #dokan-seller-listing-wrap .dokan-btn:hover, .btns-accent-flat #yith-wpv-abuse:focus, .btns-accent-flat #yith-wpv-abuse:hover, .btns-accent-flat .account-payment-methods-table .button:focus, .btns-accent-flat .account-payment-methods-table .button:hover, .btns-accent-flat .cart-actions .button[name=apply_coupon]:focus, .btns-accent-flat .cart-actions .button[name=apply_coupon]:hover, .btns-accent-flat .checkout_coupon .button:focus, .btns-accent-flat .checkout_coupon .button:hover, .btns-accent-flat .comment-form .submit:focus, .btns-accent-flat .comment-form .submit:hover, .btns-accent-flat .cookies-buttons .cookies-accept-btn:focus, .btns-accent-flat .cookies-buttons .cookies-accept-btn:hover, .btns-accent-flat .main-nav .item-level-0.callto-btn > a:focus, .btns-accent-flat .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-flat .mc4wp-form button[type=submit]:focus, .btns-accent-flat .mc4wp-form button[type=submit]:hover, .btns-accent-flat .post-password-form input[type=submit]:focus, .btns-accent-flat .post-password-form input[type=submit]:hover, .btns-accent-flat .shopify input[name=save_account_details]:focus, .btns-accent-flat .shopify input[name=save_account_details]:hover, .btns-accent-flat .shopify input[name=save_address]:focus, .btns-accent-flat .shopify input[name=save_address]:hover, .btns-accent-flat .shopify input[name=track]:focus, .btns-accent-flat .shopify input[name=track]:hover, .btns-accent-flat .shopify-Button--next:focus, .btns-accent-flat .shopify-Button--next:hover, .btns-accent-flat .shopify-Button--previous:focus, .btns-accent-flat .shopify-Button--previous:hover, .btns-accent-flat .shopify-MyAccount-content > .button:focus, .btns-accent-flat .shopify-MyAccount-content > .button:hover, .btns-accent-flat div.open-table-widget .otw-button-wrap .otw-submit-btn:focus, .btns-accent-flat div.open-table-widget .otw-button-wrap .otw-submit-btn:hover, .btns-accent-flat div.open-table-widget .otw-button-wrap .otw-submit:focus, .btns-accent-flat div.open-table-widget .otw-button-wrap .otw-submit:hover, .btns-accent-flat td.shopify-orders-table__cell-order-actions a:focus, .btns-accent-flat td.shopify-orders-table__cell-order-actions a:hover, .btns-accent-rounded #dokan-seller-listing-wrap .dokan-btn:focus, .btns-accent-rounded #dokan-seller-listing-wrap .dokan-btn:hover, .btns-accent-rounded #yith-wpv-abuse:focus, .btns-accent-rounded #yith-wpv-abuse:hover, .btns-accent-rounded .account-payment-methods-table .button:focus, .btns-accent-rounded .account-payment-methods-table .button:hover, .btns-accent-rounded .cart-actions .button[name=apply_coupon]:focus, .btns-accent-rounded .cart-actions .button[name=apply_coupon]:hover, .btns-accent-rounded .checkout_coupon .button:focus, .btns-accent-rounded .checkout_coupon .button:hover, .btns-accent-rounded .comment-form .submit:focus, .btns-accent-rounded .comment-form .submit:hover, .btns-accent-rounded .cookies-buttons .cookies-accept-btn:focus, .btns-accent-rounded .cookies-buttons .cookies-accept-btn:hover, .btns-accent-rounded .main-nav .item-level-0.callto-btn > a:focus, .btns-accent-rounded .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-rounded .mc4wp-form button[type=submit]:focus, .btns-accent-rounded .mc4wp-form button[type=submit]:hover, .btns-accent-rounded .post-password-form input[type=submit]:focus, .btns-accent-rounded .post-password-form input[type=submit]:hover, .btns-accent-rounded .shopify input[name=save_account_details]:focus, .btns-accent-rounded .shopify input[name=save_account_details]:hover, .btns-accent-rounded .shopify input[name=save_address]:focus, .btns-accent-rounded .shopify input[name=save_address]:hover, .btns-accent-rounded .shopify input[name=track]:focus, .btns-accent-rounded .shopify input[name=track]:hover, .btns-accent-rounded .shopify-Button--next:focus, .btns-accent-rounded .shopify-Button--next:hover, .btns-accent-rounded .shopify-Button--previous:focus, .btns-accent-rounded .shopify-Button--previous:hover, .btns-accent-rounded .shopify-MyAccount-content > .button:focus, .btns-accent-rounded .shopify-MyAccount-content > .button:hover, .btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit-btn:focus, .btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit-btn:hover, .btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit:focus, .btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit:hover, .btns-accent-rounded td.shopify-orders-table__cell-order-actions a:focus, .btns-accent-rounded td.shopify-orders-table__cell-order-actions a:hover, .cart-actions .btns-accent-flat .button[name=apply_coupon]:focus, .cart-actions .btns-accent-flat .button[name=apply_coupon]:hover, .cart-actions .btns-accent-rounded .button[name=apply_coupon]:focus, .cart-actions .btns-accent-rounded .button[name=apply_coupon]:hover, .checkout_coupon .btns-accent-flat .button:focus, .checkout_coupon .btns-accent-flat .button:hover, .checkout_coupon .btns-accent-rounded .button:focus, .checkout_coupon .btns-accent-rounded .button:hover, .comment-form .btns-accent-flat .submit:focus, .comment-form .btns-accent-flat .submit:hover, .comment-form .btns-accent-rounded .submit:focus, .comment-form .btns-accent-rounded .submit:hover, .cookies-buttons .btns-accent-flat .cookies-accept-btn:focus, .cookies-buttons .btns-accent-flat .cookies-accept-btn:hover, .cookies-buttons .btns-accent-rounded .cookies-accept-btn:focus, .cookies-buttons .btns-accent-rounded .cookies-accept-btn:hover, .main-nav .btns-accent-flat .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-flat .item-level-0.callto-btn > a:hover, .main-nav .btns-accent-rounded .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-rounded .item-level-0.callto-btn > a:hover, .mc4wp-form .btns-accent-flat input[type=submit]:focus, .mc4wp-form .btns-accent-flat input[type=submit]:hover, .mc4wp-form .btns-accent-rounded input[type=submit]:focus, .mc4wp-form .btns-accent-rounded input[type=submit]:hover, .post-password-form .btns-accent-flat input[type=submit]:focus, .post-password-form .btns-accent-flat input[type=submit]:hover, .post-password-form .btns-accent-rounded input[type=submit]:focus, .post-password-form .btns-accent-rounded input[type=submit]:hover, .shopify .btns-accent-flat input[name=save_account_details]:focus, .shopify .btns-accent-flat input[name=save_account_details]:hover, .shopify .btns-accent-flat input[name=save_address]:focus, .shopify .btns-accent-flat input[name=save_address]:hover, .shopify .btns-accent-flat input[name=track]:focus, .shopify .btns-accent-flat input[name=track]:hover, .shopify .btns-accent-rounded input[name=save_account_details]:focus, .shopify .btns-accent-rounded input[name=save_account_details]:hover, .shopify .btns-accent-rounded input[name=save_address]:focus, .shopify .btns-accent-rounded input[name=save_address]:hover, .shopify .btns-accent-rounded input[name=track]:focus, .shopify .btns-accent-rounded input[name=track]:hover, div.open-table-widget .otw-button-wrap .btns-accent-flat .otw-submit-btn:focus, div.open-table-widget .otw-button-wrap .btns-accent-flat .otw-submit-btn:hover, div.open-table-widget .otw-button-wrap .btns-accent-flat .otw-submit:focus, div.open-table-widget .otw-button-wrap .btns-accent-flat .otw-submit:hover, div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit-btn:focus, div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit-btn:hover, div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit:focus, div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit:hover, td.shopify-orders-table__cell-order-actions .btns-accent-flat a:focus, td.shopify-orders-table__cell-order-actions .btns-accent-flat a:hover, td.shopify-orders-table__cell-order-actions .btns-accent-rounded a:focus, td.shopify-orders-table__cell-order-actions .btns-accent-rounded a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

#dokan-seller-listing-wrap .btns-accent-3d .dokan-btn, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn, .btns-accent-3d .cookies-buttons .cookies-accept-btn, .btns-accent-3d .main-nav .item-level-0.callto-btn > a, .btns-accent-3d .mc4wp-form button[type=submit], .btns-accent-3d .shopify-Button--next, .btns-accent-3d .shopify-Button--previous {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow 0s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,opacity .25s ease,-webkit-box-shadow 0s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
  transition: color 0.25s ease,background-color 0.25s ease,border-color 0.25s ease,box-shadow 0s ease,opacity 0.25s ease,-webkit-box-shadow 0s ease; }

#dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:hover, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:focus, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:hover, .btns-accent-3d .cookies-buttons .cookies-accept-btn:focus, .btns-accent-3d .cookies-buttons .cookies-accept-btn:hover, .btns-accent-3d .main-nav .item-level-0.callto-btn > a:focus, .btns-accent-3d .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-3d .mc4wp-form button[type=submit]:focus, .btns-accent-3d .mc4wp-form button[type=submit]:hover, .btns-accent-3d .shopify-Button--next:focus, .btns-accent-3d .shopify-Button--next:hover, .btns-accent-3d .shopify-Button--previous:focus, .btns-accent-3d .shopify-Button--previous:hover, .cookies-buttons .btns-accent-3d .cookies-accept-btn:focus, .cookies-buttons .btns-accent-3d .cookies-accept-btn:hover, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:hover, .mc4wp-form .btns-accent-3d input[type=submit]:focus, .mc4wp-form .btns-accent-3d input[type=submit]:hover {
  opacity: .8;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15); }

#dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:active, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:active, .btns-accent-3d .cookies-buttons .cookies-accept-btn:active, .btns-accent-3d .main-nav .item-level-0.callto-btn > a:active, .btns-accent-3d .mc4wp-form button[type=submit]:active, .btns-accent-3d .shopify-Button--next:active, .btns-accent-3d .shopify-Button--previous:active, .cookies-buttons .btns-accent-3d .cookies-accept-btn:active, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:active, .mc4wp-form .btns-accent-3d input[type=submit]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px; }

#dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:hover, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:focus, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:hover, .btns-accent-3d .cookies-buttons .cookies-accept-btn:focus, .btns-accent-3d .cookies-buttons .cookies-accept-btn:hover, .btns-accent-3d .main-nav .item-level-0.callto-btn > a:focus, .btns-accent-3d .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-3d .mc4wp-form button[type=submit]:focus, .btns-accent-3d .mc4wp-form button[type=submit]:hover, .cookies-buttons .btns-accent-3d .cookies-accept-btn:focus, .cookies-buttons .btns-accent-3d .cookies-accept-btn:hover, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:hover, .mc4wp-form .btns-accent-3d input[type=submit]:focus, .mc4wp-form .btns-accent-3d input[type=submit]:hover {
  opacity: 1; }

#dokan-seller-listing-wrap .btns-accent-rounded .dokan-btn, .btns-accent-rounded #dokan-seller-listing-wrap .dokan-btn, .btns-accent-rounded .cookies-buttons .cookies-accept-btn, .btns-accent-rounded .main-nav .item-level-0.callto-btn > a, .btns-accent-rounded .mc4wp-form button[type=submit], .cookies-buttons .btns-accent-rounded .cookies-accept-btn, .main-nav .btns-accent-rounded .item-level-0.callto-btn > a, .btns-accent-rounded .mc4wp-form input[type=submit] {
  border-radius: 35px; }

#dokan-seller-listing-wrap .btns-accent-light .dokan-btn, .btns-accent-light #dokan-seller-listing-wrap .dokan-btn, .btns-accent-light .cookies-buttons .cookies-accept-btn, .btns-accent-light .main-nav .item-level-0.callto-btn > a, .btns-accent-light .mc4wp-form button[type=submit], .cookies-buttons .btns-accent-light .cookies-accept-btn, .main-nav .btns-accent-light .item-level-0.callto-btn > a, .mc4wp-form .btns-accent-light input[type=submit] {
  color: #fff; }

#dokan-seller-listing-wrap .btns-accent-hover-light .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-hover-light .dokan-btn:hover, .btns-accent-hover-light #dokan-seller-listing-wrap .dokan-btn:focus, .btns-accent-hover-light #dokan-seller-listing-wrap .dokan-btn:hover, .btns-accent-hover-light .cookies-buttons .cookies-accept-btn:focus, .btns-accent-hover-light .cookies-buttons .cookies-accept-btn:hover, .btns-accent-hover-light .main-nav .item-level-0.callto-btn > a:focus, .btns-accent-hover-light .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-hover-light .mc4wp-form button[type=submit]:focus, .btns-accent-hover-light .mc4wp-form button[type=submit]:hover, .btns-accent-hover-light .shopify-Button--next:focus, .btns-accent-hover-light .shopify-Button--next:hover, .btns-accent-hover-light .shopify-Button--previous:focus, .btns-accent-hover-light .shopify-Button--previous:hover, .cookies-buttons .btns-accent-hover-light .cookies-accept-btn:focus, .cookies-buttons .btns-accent-hover-light .cookies-accept-btn:hover, .main-nav .btns-accent-hover-light .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-hover-light .item-level-0.callto-btn > a:hover, .mc4wp-form .btns-accent-hover-light input[type=submit]:focus, .mc4wp-form .btns-accent-hover-light input[type=submit]:hover {
  color: #fff; }

#dokan-seller-listing-wrap .btns-accent-dark .dokan-btn, .account-payment-methods-table .btns-accent-dark .button, .btns-accent-dark #dokan-seller-listing-wrap .dokan-btn, .btns-accent-dark .cookies-buttons .cookies-accept-btn, .btns-accent-dark .main-nav .item-level-0.callto-btn > a, .btns-accent-dark .mc4wp-form button[type=submit], .btns-accent-dark .shopify-Button--next, .btns-accent-dark .shopify-Button--previous, .btns-accent-dark .shopify-MyAccount-content > .button, .cookies-buttons .btns-accent-dark .cookies-accept-btn, .main-nav .btns-accent-dark .item-level-0.callto-btn > a, .mc4wp-form .btns-accent-dark input[type=submit] {
  color: #333; }

#dokan-seller-listing-wrap .btns-accent-hover-dark .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-hover-dark .dokan-btn:hover, .btns-accent-hover-dark #dokan-seller-listing-wrap .dokan-btn:focus, .btns-accent-hover-dark #dokan-seller-listing-wrap .dokan-btn:hover, .btns-accent-hover-dark .cookies-buttons .cookies-accept-btn:focus, .btns-accent-hover-dark .cookies-buttons .cookies-accept-btn:hover, .btns-accent-hover-dark .main-nav .item-level-0.callto-btn > a:focus, .btns-accent-hover-dark .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-hover-dark .mc4wp-form button[type=submit]:focus, .btns-accent-hover-dark .mc4wp-form button[type=submit]:hover, .btns-accent-hover-dark .shopify-Button--next:focus, .btns-accent-hover-dark .shopify-Button--next:hover, .btns-accent-hover-dark .shopify-Button--previous:focus, .btns-accent-hover-dark .shopify-Button--previous:hover, .cookies-buttons .btns-accent-hover-dark .cookies-accept-btn:focus, .cookies-buttons .btns-accent-hover-dark .cookies-accept-btn:hover, .main-nav .btns-accent-hover-dark .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-hover-dark .item-level-0.callto-btn > a:hover, .mc4wp-form .btns-accent-hover-dark input[type=submit]:focus, .mc4wp-form .btns-accent-hover-dark input[type=submit]:hover {
  color: #333; }

.woodmart-button-wrapper.btn-inline {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px; }

.text-center .woodmart-button-wrapper.btn-inline {
  margin-left: 5px;
  margin-right: 5px; }

.text-right .woodmart-button-wrapper.btn-inline {
  margin-left: 10px;
  margin-right: 0; }

.hotspot-content .add_to_cart_button:after, .popup-quick-view .woodmart-scroll-content > a:after, .single_add_to_cart_button:after, .shopify table.wishlist_table td.product-add-to-cart .ajax_add_to_cart:after, table.compare-list tr.add-to-cart td a:after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-left: -9px;
  margin-top: -9px;
  transition: opacity 0s ease;
  -webkit-transition: opacity 0s ease; }

.hotspot-content .loading.add_to_cart_button, .loading.single_add_to_cart_button, .popup-quick-view .woodmart-scroll-content > a.loading, .shopify table.wishlist_table td.product-add-to-cart .loading.ajax_add_to_cart, table.compare-list tr.add-to-cart td a.loading {
  color: transparent !important; }

.hotspot-content .loading.add_to_cart_button:after, .loading.single_add_to_cart_button:after, .popup-quick-view .woodmart-scroll-content > a.loading:after, .shopify table.wishlist_table td.product-add-to-cart .loading.ajax_add_to_cart:after, table.compare-list tr.add-to-cart td a.loading:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear;
  transition: opacity .25s ease;
  -webkit-transition: opacity 0.25s ease; }

.mfp-move-from-top .mfp-content {
  vertical-align: middle; }

.mfp-move-from-top .quick-view, .mfp-move-from-top .block-subscribe {
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(-100px); }

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.4s; }

.mfp-move-from-top.mfp-ready .quick-view, .mfp-move-from-top.mfp-ready .block-subscribe {
  opacity: 1;
  transform: translateY(0); }

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.4; }

.mfp-move-from-top.mfp-removing .quick-view, .mfp-move-from-top.mfp-removing .block-subscribe {
  transform: translateY(-50px);
  opacity: 0; }

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

#popup_newsletter {
  padding: 40px 40px 25px;
  border-top: 4px solid #3b3b3b;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

#popup_newsletter .block-content {
  max-width: 312px;
  text-align: center;
  padding: 6px; }

#popup_newsletter .block-content .block-title {
  font-weight: 700;
  color: #313131;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 12px; }

#popup_newsletter .block-content .content {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 15px; }

#popup_newsletter .block-content .input-box {
  display: table;
  width: 100%; }

#popup_newsletter .block-content .input-box input.input-text {
  float: left;
  padding: 2px 13px;
  line-height: 30px;
  width: 100%;
  height: 34px;
  color: #777;
  font-size: 13px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 13px; }

#popup_newsletter .block-content .input-box input.btn-button {
  float: left;
  margin-left: -55px;
  position: relative;
  z-index: 1;
  width: 55px;
  border-left: 1px solid #ccc;
  background: transparent !important;
  border-radius: 0;
  height: 34px !important;
  color: #484747; }

#popup_newsletter .subcriper_label {
  margin-bottom: 0; }

#popup_newsletter .subcriper_label input {
  margin-top: 1px;
  vertical-align: middle; }

#popup_newsletter .subcriper_label span {
  font-size: 11px;
  font-weight: 400; }

.items-with-space, .teaser_grid_container, .vc_carousel_container {
  margin-left: -10px;
  margin-right: -10px; }

.items-with-space .isotope-inner, .items-with-space .owl-carousel-item-inner, .teaser_grid_container .isotope-inner, .teaser_grid_container .owl-carousel-item-inner, .vc_carousel_container .isotope-inner, .vc_carousel_container .owl-carousel-item-inner {
  padding-right: 10px;
  padding-left: 10px; }

.single-product-page > div {
  margin-bottom: 40px; }

.single-product-page > div:last-child {
  margin-bottom: 0; }

.template-product .site-content {
  margin-top: -40px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0; }

.upsells-widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid; }

.upsells-widget .product_list_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.upsells-widget .small-product-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border: none; }

.upsells-widget .small-product-content a {
  margin-bottom: 0; }

.upsells-widget .small-product-content .attachment-shop_thumbnail {
  float: none;
  margin-right: 0;
  max-width: 100%; }

.upsells-widget .small-product-content:hover .small-product-info {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
  -webkit-transition: opacity 0.3s ease,transform 0.3s ease; }

.upsells-widget .product-small-inner {
  position: relative;
  text-align: center; }

.upsells-widget .small-product-info {
  position: absolute;
  bottom: 100%;
  left: -5px;
  right: -5px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 10px;
  line-height: 1;
  z-index: 400;
  pointer-events: none;
  -webkit-transition: visibility .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  transition: visibility .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  transition: visibility .3s ease,opacity .3s ease,transform .3s ease;
  transition: visibility .3s ease,opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
  -webkit-transition: visibility .3s ease,opacity .3s ease,transform .3s ease;
  transform: translateY(0);
  -webkit-transform: translateY(0); }

.woodmart-dark .upsells-widget .small-product-info {
  background-color: #101010; }

.upsells-widget .small-product-info .price, .upsells-widget .small-product-info .product-title {
  display: block;
  font-size: 12px; }

.upsells-widget .small-product-info .product-title {
  margin-bottom: 5px; }

.upsells-widget .small-product-info:after {
  content: "\f0d7";
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 20px;
  height: 9px;
  width: 10px;
  margin-top: -2px;
  margin-left: -5px;
  line-height: 10px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: FontAwesome; }

.woodmart-dark .upsells-widget .small-product-info:after {
  color: #101010; }

.upsells-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.area-sidebar-product-single {
  margin-bottom: 0; }

.area-sidebar-product-single.sidebar-right {
  border-left: 1px solid; }

.area-sidebar-product-single.sidebar-left {
  border-right: 1px solid; }

.area-sidebar-product-single .woodmart-product-brands {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid; }

.area-sidebar-product-single .woodmart-product-brands img {
  max-height: 70px; }

.area-sidebar-product-single .woodmart-product-brands:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.single-breadcrumbs-wrapper {
  margin-bottom: 15px;
  margin-top: -15px; }

.single-breadcrumbs-wrapper .container:after, .single-breadcrumbs-wrapper .container:before {
  content: none; }

.single-breadcrumbs-wrapper .container, .single-breadcrumbs-wrapper .single-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.single-breadcrumbs-wrapper .shopify-breadcrumb {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 10px;
  font-size: 13px; }

.single-breadcrumbs-wrapper .woodmart-products-nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.product-image-summary-inner, .product-image-summary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.product-image-summary-inner:after, .product-image-summary-inner:before, .product-image-summary-wrap:after, .product-image-summary-wrap:before {
  content: none; }

.product-image-summary-inner > .col-sm-10, .product-image-summary-wrap > .col-sm-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 83.33333333%;
  flex: 0 1 83.33333333%;
  max-width: 83.33333333%;
  width: 83.33333333%; }

.product-image-summary-inner > .col-sm-9, .product-image-summary-wrap > .col-sm-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
  width: 75%; }

.product-image-summary-inner > .col-sm-8, .product-image-summary-wrap > .col-sm-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.66666667%;
  flex: 0 1 66.66666667%;
  max-width: 66.66666667%;
  width: 66.66666667%; }

.product-image-summary-inner > .col-sm-6, .product-image-summary-wrap > .col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%; }

.product-image-summary-inner > .col-sm-4, .product-image-summary-wrap > .col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333333%;
  flex: 0 1 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333333%; }

.product-image-summary-inner > .col-sm-3, .product-image-summary-wrap > .col-sm-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
  width: 25%; }

.product-image-summary-inner > .col-sm-2, .product-image-summary-wrap > .col-sm-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.66666667%;
  flex: 0 1 16.66666667%;
  max-width: 16.66666667%;
  width: 16.66666667%; }

.labels-rectangular {
  top: 15px;
  left: 0; }

.labels-rectangular .product-label {
  font-size: 12px;
  padding: 5px 10px; }

.product-image-summary .entry-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2; }

.product-image-summary .summary-inner > .price-box, .product-image-summary .woodmart-scroll-content > .price-box {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px; }

.product-image-summary .summary-inner > .price-box:empty, .product-image-summary .woodmart-scroll-content > .price-box:empty {
  display: none; }

.product-image-summary .shopify-product-details__short-description {
  margin-bottom: 25px; }

.product-image-summary .product-images .product-labels {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  left: auto;
  z-index: 10;
  max-width: 30%; }

.product-image-summary .product-images .labels-rectangular {
  top: 15px;
  left: auto;
  right: 0; }

.product-image-summary .product-images .labels-rounded {
  top: 15px;
  right: 15px; }

.product-image-summary .product-images .labels-rounded .product-label {
  min-width: 55px;
  min-height: 55px; }

.product-image-summary .entry-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2; }

.product-image-summary .summary-inner > .price, .product-image-summary .woodmart-scroll-content > .price {
  font-size: 22px;
  line-height: 1.2; }

.product-image-summary .summary-inner > .price:empty, .product-image-summary .woodmart-scroll-content > .price:empty {
  display: none; }

.product-image-summary .shopify-product-details__short-description {
  margin-bottom: 25px; }

.product-image-summary .woodmart-after-add-to-cart, .product-image-summary .woodmart-before-add-to-cart {
  margin-bottom: 25px; }

.product-image-summary .woodmart-product-countdown {
  margin-bottom: 10px; }

.product-image-summary .quantity {
  margin-right: 10px;
  margin-bottom: 10px; }

.product-image-summary .single_add_to_cart_button {
  margin-bottom: 10px; }

.product-image-summary .cart {
  margin-bottom: 15px; }

.product-image-summary .variations {
  margin-bottom: 25px; }

.product-summary-shadow .summary-inner {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 30px 35px 15px 35px; }

.woodmart-dark .product-summary-shadow .summary-inner {
  background-color: rgba(0, 0, 0, 0.3); }

.product-summary-shadow .area-sidebar-product-single {
  border: none; }

.product-with-attachments .thumbs-position-left {
  margin-left: -31px; }

.shopify-product-details__short-description {
  line-height: 1.8; }

.shopify-product-details__short-description p {
  line-height: 1.8;
  margin: 0; }

.shopify-product-details__short-description table, .woodmart-hover-base .hover-content table {
  margin-bottom: 0; }

.shopify-product-details__short-description table th, .woodmart-hover-base .hover-content table th {
  font-weight: 600; }

.shopify-product-details__short-description table td, .shopify-product-details__short-description table th, .woodmart-hover-base .hover-content table td, .woodmart-hover-base .hover-content table th {
  padding: 5px 5px;
  border-bottom-style: dashed; }

.shopify-product-details__short-description table tr td:last-child, .woodmart-hover-base .hover-content table tr td:last-child {
  text-align: right; }

.shopify-product-details__short-description table tr:last-child td, .shopify-product-details__short-description table tr:last-child th, .woodmart-hover-base .hover-content table tr:last-child td, .woodmart-hover-base .hover-content table tr:last-child th {
  border-bottom: none; }

.compare-btn-wrapper, .sizeguide-btn-wrapp, .summary-inner > .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 0;
  margin-right: 20px;
  margin-bottom: 20px; }

.compare-btn-wrapper a, .sizeguide-btn-wrapp a, .summary-inner > .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  position: relative; }

.woodmart-dark .compare-btn-wrapper a, .woodmart-dark .sizeguide-btn-wrapp a, .woodmart-dark .summary-inner > .yith-wcwl-add-to-wishlist a {
  color: #fff; }

.compare-btn-wrapper a:before, .sizeguide-btn-wrapp a:before, .summary-inner > .yith-wcwl-add-to-wishlist a:before {
  margin-right: 5px;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block; }

.compare-btn-wrapper a, .summary-inner > .yith-wcwl-add-to-wishlist a {
  letter-spacing: 0;
  padding: 0;
  background-color: transparent;
  text-transform: none; }

.compare-btn-wrapper a:before, .summary-inner > .yith-wcwl-add-to-wishlist a:before {
  transition: opacity .1s ease;
  -webkit-transition: opacity 0.1s ease; }

.compare-btn-wrapper a:after, .summary-inner > .yith-wcwl-add-to-wishlist a:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  opacity: 0;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease; }

.woodmart-dark .compare-btn-wrapper a:after, .woodmart-dark .summary-inner > .yith-wcwl-add-to-wishlist a:after {
  border-color: rgba(255, 255, 255, 0.15);
  border-left-color: #fff; }

.compare-btn-wrapper a:focus, .compare-btn-wrapper a:hover, .summary-inner > .yith-wcwl-add-to-wishlist a:focus, .summary-inner > .yith-wcwl-add-to-wishlist a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.sizeguide-btn-wrapp a:before {
  content: "\f438";
  font-family: woodmart-font; }

.compare-btn-wrapper a:before {
  content: "\f122";
  font-family: woodmart-font; }

.compare-btn-wrapper a .blockOverlay {
  display: none !important; }

.compare-btn-wrapper a.loading:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.compare-btn-wrapper a.loading:before {
  opacity: 0; }

.summary-inner > .yith-wcwl-add-to-wishlist a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.summary-inner > .yith-wcwl-add-to-wishlist a:before {
  content: "\f108";
  font-family: woodmart-font; }

.summary-inner > .yith-wcwl-add-to-wishlist a.loading:after {
  opacity: 1;
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.summary-inner > .yith-wcwl-add-to-wishlist a.loading:before {
  opacity: 0; }

.summary-inner > .yith-wcwl-add-to-wishlist .woodmart-tooltip-label {
  display: none; }

.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  font-size: 0; }

.quantity input[type=number], .quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.quantity input[type=button], .quantity input[type=number] {
  display: inline-block;
  color: #777; }

.quantity input[type=number] {
  border-left: none;
  border-right: none;
  width: 30px;
  height: 42px; }

.quantity input[type=button] {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  padding: 0 5px;
  min-width: 25px;
  height: 42px;
  border: 2px solid rgba(129, 129, 129, 0.2); }

.quantity input[type=button]:hover {
  color: #fff; }

.product-inventory {
  margin-bottom: 10px; }

.browser-Firefox .quantity input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.woodmart-dark .quantity input[type=button], .woodmart-dark .quantity input[type=number] {
  color: #fff; }

.woodmart-dark .quantity input[type=button] {
  border-color: rgba(255, 255, 255, 0.15); }

.single-product-content .single-breadcrumbs-wrapper {
  margin-top: 0;
  margin-bottom: 10px; }

.single-product-content .single-breadcrumbs-wrapper .single-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-product-content .single-breadcrumbs-wrapper .single-breadcrumbs .shopify-breadcrumb {
  margin-bottom: 10px;
  font-size: 13px; }

.single-product-content .single-breadcrumbs-wrapper .single-breadcrumbs .shopify-breadcrumb a {
  color: #8e8e8e;
  margin-right: 6px;
  font-style: normal;
  font-weight: 400; }

.single-product-content .single-breadcrumbs-wrapper .single-breadcrumbs .shopify-breadcrumb a:after {
  content: "/";
  margin-left: 5px; }

.single-product-content .shopify-product-rating {
  margin-bottom: 20px; }

.single-product-content .product-options {
  margin-bottom: 25px; }

.single-product-content .product-options .selector-wrapper {
  margin-right: 15px;
  padding: 5px 0;
  margin-bottom: 10px; }

.single-product-content .product-options .selector-wrapper label {
  margin-right: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  min-width: 40px;
  margin-bottom: 0;
  vertical-align: middle; }

.single-product-content .product-options .selector-wrapper select {
  min-width: 120px;
  vertical-align: middle; }

.single-product-content .product-options .swatch {
  padding: 5px 0;
  margin-bottom: 10px; }

.single-product-content .product-options .swatch .header {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  min-width: 40px;
  margin-right: 20px; }

.single-product-content .product-options .swatch .swatch-content {
  display: inline-block;
  vertical-align: middle; }

.single-product-content .product-options .swatch label {
  float: left;
  font-weight: 600;
  font-size: 16px;
  min-width: 25px;
  width: auto;
  padding: 0;
  margin-right: 10px;
  line-height: 28px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  color: #333; }

.single-product-content .product-options .swatch label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px solid transparent; }

.single-product-content .product-options .swatch label:hover:after {
  border-color: #000; }

.single-product-content .product-options .swatch input {
  display: none; }

.single-product-content .product-options .swatch input:checked + .img {
  border-color: #666;
  position: relative; }

.single-product-content .product-options .swatch input:checked + .img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.single-product-content .product-options .swatch input:checked + label {
  cursor: default;
  position: relative; }

.single-product-content .product-options .swatch input:checked + label:after {
  border-color: #000; }

.single-product-content .product-options .swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 15px 0 0;
  position: relative;
  cursor: pointer; }

.single-product-content .product-options .swatch .swatch-element.color label {
  cursor: pointer; }

.single-product-content .product-options .swatch .swatch-element .crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none; }

.single-product-content .product-options .swatch .swatch-element.soldout {
  display: none; }

.single-product-content .product-options .swatch .swatch-element.soldout .crossed-out {
  display: block; }

.single-product-content .product-options .swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.single-product-content .product-options .swatch .swatch-element.color label {
  background-color: inherit !important; }

.single-product-content .product-options .swatch .swatch-element.color.circle img {
  border-radius: 100%;
  overflow: hidden; }

.single-product-content .product-options .swatch .swatch-element.color.circle label.variant-image {
  border-radius: 0; }

.single-product-content .product-options .swatch .swatch-element.color.circle label {
  border-radius: 100%; }

.single-product-content .product-options .swatch .swatch-element.color.size-small label {
  width: 25px;
  height: 25px; }

.single-product-content .product-options .swatch .swatch-element.color.size-medium label {
  width: 33px;
  height: 33px; }

.single-product-content .product-options .swatch .swatch-element.color.size-large label {
  width: 40px;
  height: 40px; }

.single-product-content .product-options .swatch .tooltip {
  text-align: center;
  color: #ffffff;
  background-color: #202020;
  font-size: 10px;
  padding: 6px;
  bottom: 100%;
  display: block;
  position: absolute;
  margin-bottom: 10px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.single-product-content .product-options .swatch .tooltip:before {
  bottom: -10px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

.single-product-content .product-options .swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #202020 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.single-product-content .product-options .swatch .img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 5px;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
  border: 1px solid #E0E0E0;
  box-shadow: inset 0 0 1px #E0E0E0;
  cursor: pointer; }

.single-product-content .product-options .swatch .img i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-size: cover;
  margin: 0;
  cursor: pointer; }

.single-product-content .product-options .swatch.size label {
  display: inline-block;
  padding: 0;
  height: 34px;
  line-height: 32px;
  min-width: 34px;
  text-align: center;
  border: 1px solid #E0E0E0;
  box-shadow: inset 0 0 1px #E0E0E0;
  border-radius: 0;
  text-decoration: none;
  margin: 0; }

.single-product-content .product_meta {
  display: block;
  line-height: 1.2; }

.single-product-content .product_meta > span {
  color: #333;
  font-weight: 600;
  font-size: 14px; }

.single-product-content .product_meta > span a, .single-product-content .product_meta > span span {
  color: #777;
  display: inline-block;
  font-weight: 400;
  margin: 0 1px; }

.single-product-content .product_meta > span a:hover {
  color: #747474; }

.single-product-content .product_meta label {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: inherit; }

.single-product-content .product-form {
  margin-bottom: 15px; }

.single-product-content .product-share {
  margin-bottom: 10px;
  line-height: 1.2; }

.single-product-content .product-share .share-title {
  vertical-align: middle;
  font-weight: 600;
  color: #1B1919;
  margin-right: 5px; }

.single-product-content .product-share .woodmart-social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.single-product-content .woodmart-social-icons {
  font-size: 0;
  vertical-align: middle; }

.single-product-content .woodmart-social-icons .woodmart-social-icon {
  display: inline-block; }

.single-product-content .woodmart-social-icons .woodmart-social-icon a {
  display: inline-block;
  font-size: 0;
  text-align: center; }

.single-product-content .woodmart-social-icons .woodmart-social-icon i {
  vertical-align: middle;
  font-size: 14px; }

.single-product-content .woodmart-social-icons:not(.icons-design-default) .woodmart-social-icon a {
  width: 30px;
  height: 30px; }

.single-product-content .woodmart-social-icons:not(.icons-design-default) .woodmart-social-icon i {
  line-height: 30px; }

.single-product-content .woodmart-social-icons.icons-design-default .woodmart-social-icon a {
  padding: 6px;
  color: rgba(0, 0, 0, 0.6); }

.single-product-content .woodmart-social-icons.icons-design-default .woodmart-social-icon a:hover {
  color: rgba(0, 0, 0, 0.8); }

.single-product-content .spr-form-contact {
  margin: 0 -15px; }

.single-product-content .spr-form-contact .spr-form-contact-name {
  width: 100%;
  padding: 0 15px; }

.single-product-content .spr-form-contact .spr-form-contact-email {
  width: 100%;
  padding: 0 15px; }

.single-product-content .spr-form-actions input.spr-button {
  padding: 9px 15px;
  font-weight: 400;
  font-size: 14px;
  color: #fff; }

.single-product-content .spr-form-actions input.spr-button:hover {
  opacity: 0.9; }

.single-product-content .spr-form-review-rating label.spr-form-label {
  margin-right: 5px; }

.single-product-content .spr-form-review-rating .spr-form-input .spr-icon {
  font-size: 100%; }

.single-product-content .spr-form-contact-name {
  margin-bottom: 20px; }

.single-product-content input.spr-form-input {
  width: 100%;
  height: 38px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background-color: #fff;
  font-size: 13px;
  color: #777;
  background: #fff;
  border: 1px solid #ccc; }

.single-product-content .spr-form-label {
  float: left;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  vertical-align: middle;
  color: #777; }

.single-product-content .spr-form-label:after {
  content: '*';
  color: red; }

.single-product-content .spr-reviews .spr-review {
  position: relative;
  padding-left: 80px; }

.single-product-content .spr-reviews .spr-review:before {
  content: '';
  width: 65px;
  height: 65px;
  background: url(avatar.jpg) no-repeat center center;
  position: absolute;
  left: 0;
  top: 30px; }

.single-product-content .spr-reviews .spr-review .spr-starratings {
  font-size: 11px; }

.single-product-content .spr-reviews .spr-review .spr-review-header-title {
  color: #777777;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 700; }

.single-product-content .spr-reviews .spr-review .spr-review-header-byline {
  font-size: 12px;
  margin: 0; }

.single-product-content .spr-reviews .spr-review .spr-review-header-byline strong {
  font-weight: 400; }

.single-product-content .spr-reviews .spr-review .spr-review-content-body {
  font-size: 13px; }

.single-product-content .spr-form-input-textarea {
  max-height: 150px;
  height: 10em; }

.single-product-content .spr-form-actions {
  margin: 1em 0 0;
  padding: 8px 0 0; }

.meta-location-add_to_cart .product_meta, .popup-quick-view .entry-summary .product_meta {
  padding-top: 20px;
  border-top: 1px solid; }

.meta-location-add_to_cart .product_meta > span, .popup-quick-view .entry-summary .product_meta > span {
  display: block;
  margin-bottom: 15px; }

.product-images-inner {
  position: relative;
  z-index: 1; }

.shopify-product-gallery {
  opacity: 1 !important; }

.shopify-product-gallery .owl-carousel {
  overflow: hidden; }

.shopify-product-gallery .owl-carousel:after, .shopify-product-gallery .owl-carousel:before {
  content: none; }

.shopify-product-gallery .owl-nav > div[class*=prev] {
  left: 5px; }

.shopify-product-gallery .owl-nav > div[class*=next] {
  right: 5px; }

.shopify-product-gallery .product-image-thumbnail img, .shopify-product-gallery .shopify-product-gallery__image img, .shopify-product-gallery .shopify-product-gallery__image--placeholder img {
  width: 100%; }

.shopify-product-gallery .product-image-thumbnail {
  cursor: pointer;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.shopify-product-gallery .product-image-thumbnail.active-thumb {
  opacity: 0.5; }

.shopify-product-gallery .product-image-thumbnail:hover {
  opacity: 0.5; }

.shopify-product-gallery .thumbnails {
  opacity: 0; }

.shopify-product-gallery .thumbnails.thumbnails-ready {
  opacity: 1;
  -webkit-transition: opacity .6s ease 1s;
  transition: opacity .6s ease 1s; }

.shopify-product-gallery .thumbnails.owl-carousel .owl-item {
  padding-left: 2px;
  padding-right: 2px; }

.shopify-product-gallery .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -30px;
  padding-left: 15px;
  padding-right: 15px; }

.shopify-product-gallery .slick-slider .slick-list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%; }

.shopify-product-gallery .slick-slider .slick-next, .shopify-product-gallery .slick-slider .slick-prev {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.shopify-product-gallery.image-action-none .product-image-wrap a {
  cursor: default; }

.shopify-product-gallery.image-action-none .owl-carousel .product-image-wrap {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab; }

.shopify-product-gallery.image-action-none .owl-carousel .product-image-wrap a {
  cursor: move; }

.shopify-product-gallery.image-action-zoom .owl-carousel .product-image-wrap {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab; }

.shopify-product-gallery.image-action-zoom .owl-grab .zoomImg {
  opacity: 0 !important;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.shopify-product-gallery.thumbs-position-bottom .shopify-product-gallery__wrapper {
  margin-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px; }

.shopify-product-gallery.thumbs-position-bottom_column .product-image-wrap, .shopify-product-gallery.thumbs-position-bottom_combined .product-image-wrap, .shopify-product-gallery.thumbs-position-bottom_grid .product-image-wrap {
  margin-bottom: 4px; }

.shopify-product-gallery.thumbs-position-bottom_column .product-image-wrap:first-child, .shopify-product-gallery.thumbs-position-bottom_combined .product-image-wrap:first-child, .shopify-product-gallery.thumbs-position-bottom_grid .product-image-wrap:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%; }

.shopify-product-gallery.thumbs-position-bottom_combined .shopify-product-gallery__wrapper, .shopify-product-gallery.thumbs-position-bottom_grid .shopify-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px; }

.shopify-product-gallery.thumbs-position-bottom_combined .product-image-wrap, .shopify-product-gallery.thumbs-position-bottom_grid .product-image-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding-left: 2px;
  padding-right: 2px; }

.shopify-product-gallery.thumbs-position-bottom_combined .product-image-wrap:nth-child(3n+4) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%; }

.shopify-product-gallery .product-additional-galleries {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  opacity: 0;
  -webkit-transition: opacity .4s ease 1s;
  transition: opacity .4s ease 1s; }

.shopify-product-gallery .product-additional-galleries > div {
  margin-bottom: 10px; }

.shopify-product-gallery .product-additional-galleries > div:last-child {
  margin-bottom: 0; }

.shopify-product-gallery .product-360-button, .shopify-product-gallery .product-video-button, .shopify-product-gallery .woodmart-show-product-gallery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.shopify-product-gallery .product-360-button > a, .shopify-product-gallery .product-video-button > a, .shopify-product-gallery .woodmart-show-product-gallery-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  border-radius: 30px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.7); }

.shopify-product-gallery .product-360-button > a:before, .shopify-product-gallery .product-video-button > a:before, .shopify-product-gallery .woodmart-show-product-gallery-wrap > a:before {
  content: "\f125";
  font-family: woodmart-font;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center; }

.shopify-product-gallery .product-360-button > a > span, .shopify-product-gallery .product-video-button > a > span, .shopify-product-gallery .woodmart-show-product-gallery-wrap > a > span {
  white-space: nowrap;
  max-width: 0;
  padding: 0;
  overflow: hidden;
  font-weight: 600;
  -webkit-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);
  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); }

.shopify-product-gallery .product-360-button > a:focus, .shopify-product-gallery .product-360-button > a:hover, .shopify-product-gallery .product-video-button > a:focus, .shopify-product-gallery .product-video-button > a:hover, .shopify-product-gallery .woodmart-show-product-gallery-wrap > a:focus, .shopify-product-gallery .woodmart-show-product-gallery-wrap > a:hover {
  color: #333; }

.shopify-product-gallery .product-360-button > a:hover > span, .shopify-product-gallery .product-video-button > a:hover > span, .shopify-product-gallery .woodmart-show-product-gallery-wrap > a:hover > span {
  padding-right: 25px;
  max-width: 280px; }

.shopify-product-gallery .product-360-button > a:before {
  font-size: 26px;
  content: "\f102";
  font-family: woodmart-font; }

.shopify-product-gallery .woodmart-show-product-gallery-wrap > a:before {
  content: "\f121";
  font-family: woodmart-font; }

.shopify-product-gallery .product-video-button > a:before {
  content: "\f100";
  font-family: woodmart-font; }

.document-ready .product-additional-galleries {
  opacity: 1; }

.woodmart-dark .shopify-product-gallery .product-360-button > a, .woodmart-dark .shopify-product-gallery .product-video-button > a, .woodmart-dark .shopify-product-gallery .woodmart-show-product-gallery-wrap > a {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.9); }

.woodmart-dark .shopify-product-gallery .product-360-button > a:focus, .woodmart-dark .shopify-product-gallery .product-360-button > a:hover, .woodmart-dark .shopify-product-gallery .product-video-button > a:focus, .woodmart-dark .shopify-product-gallery .product-video-button > a:hover, .woodmart-dark .shopify-product-gallery .woodmart-show-product-gallery-wrap > a:focus, .woodmart-dark .shopify-product-gallery .woodmart-show-product-gallery-wrap > a:hover {
  color: #fff; }

.woodmart-dark .product_meta > span {
  color: #fff; }

.woodmart-dark .product_meta > span a, .woodmart-dark .product_meta > span span {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-dark .product_meta > span a:hover {
  color: #fff; }

.woodmart-dark .product-share .share-title {
  color: #fff; }

.woodmart-dark .product-share .woodmart-social-icon a {
  color: #fff; }

.woodmart-dark .product-share .woodmart-social-icon a:hover {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-before-product-tabs {
  margin-top: -41px;
  margin-right: -15px;
  margin-left: -15px;
  background-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }

.woodmart-before-product-tabs .product_meta {
  display: inline-block;
  vertical-align: middle; }

.woodmart-before-product-tabs .product_meta > div:not(.product-share), .woodmart-before-product-tabs .product_meta span {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px; }

.woodmart-before-product-tabs .product-share {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 10px; }

.woodmart-dark .woodmart-before-product-tabs {
  background-color: rgba(0, 0, 0, 0.3); }

.woodmart-dark .product-tabs-wrapper {
  background-color: rgba(0, 0, 0, 0.3); }

.woodmart-dark .tabs-layout-tabs li, .woodmart-dark .woodmart-accordion-title, .woodmart-dark .woodmart-accordion-title:focus:not(.active):not(:hover) {
  color: #fff; }

.woodmart-dark .woodmart-accordion-title:after {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-dark .tabs-layout-accordion {
  border-color: rgba(255, 255, 255, 0.25); }

.woodmart-dark .tabs-layout-accordion .woodmart-tab-wrapper {
  border-color: rgba(255, 255, 255, 0.25); }

.product-tabs-wrapper {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.poduct-tabs-inner > div {
  margin-bottom: 40px; }

.poduct-tabs-inner > div:last-child {
  margin-bottom: 0; }

.poduct-tabs-inner .title-wrapper {
  margin-bottom: 20px; }

.poduct-tabs-inner .wpb_content_element {
  margin-bottom: 18px; }

.tabs-layout-tabs .woodmart-accordion-title {
  display: none; }

.tabs-layout-tabs .tabs {
  margin-top: -40px;
  margin-bottom: 30px;
  text-align: center; }

.tabs-layout-tabs .tabs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
  color: #2d2a2a;
  font-weight: 600; }

.tabs-layout-tabs .tabs li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: inherit;
  color: inherit;
  opacity: .7;
  padding-top: 30px;
  padding-bottom: 10px; }

.tabs-layout-tabs .tabs li a:after {
  content: '';
  position: absolute;
  bottom: 100%;
  margin-bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tabs-layout-tabs .tabs li a:focus, .tabs-layout-tabs .tabs li a:hover {
  color: inherit;
  opacity: 1; }

.tabs-layout-tabs .tabs li.active a {
  opacity: 1; }

.tabs-layout-tabs .tabs li.active a:after {
  width: 100%; }

.tabs-layout-tabs .tabs li:last-child {
  margin-right: 0; }

.tabs-layout-tabs #tab-additional_information .wc-tab-inner > div > h2:first-child {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }

.tabs-layout-tabs #tab-additional_information .shop_attributes {
  max-width: 650px;
  margin: 0 auto; }

.woodmart-accordion-title {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #333; }

.woodmart-accordion-title:focus:not(.active):not(:hover) {
  color: #333; }

.woodmart-accordion-title:after {
  content: "\f124";
  font-family: woodmart-font;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  color: #bbb;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transition: transform .4s ease;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px; }

.woodmart-accordion-title.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.tabs-layout-accordion {
  border-top: 2px solid rgba(119, 119, 119, 0.17); }

.tabs-layout-accordion .tabs {
  display: none; }

.tabs-layout-accordion .woodmart-tab-wrapper {
  border-bottom: 1px solid rgba(119, 119, 119, 0.17); }

.tabs-layout-accordion .woodmart-tab-wrapper .wc-tab {
  padding-bottom: 20px; }

.tabs-layout-accordion .woodmart-tab-wrapper .wc-tab > h2:first-child {
  display: none; }

.tabs-layout-accordion .woodmart-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden; }

.tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  max-height: 250px;
  padding-right: 20px;
  overflow: scroll;
  overflow-x: hidden; }

.tabs-layout-accordion .woodmart-scroll .woodmart-scroll-pane {
  right: 2px; }

.tabs-layout-accordion #tab-reviews {
  margin-top: 10px; }

.tabs-layout-accordion #tab-reviews .wc-tab-inner .woodmart-scroll-content {
  max-height: 400px; }

.tabs-location-standard .reviews-location-separate.tabs-type-tabs .shopify-tabs {
  padding-bottom: 30px;
  border-bottom: 1px solid; }

.tabs-location-standard.tabs-type-accordion > div:not(:last-child) {
  margin-bottom: 25px; }

.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: none; }

.tabs-location-standard.tabs-type-accordion.meta-location-after_tabs .product-tabs-wrapper {
  border-bottom: none; }

.tabs-location-standard.tabs-type-accordion:not(.reviews-location-separate) .product-tabs-wrapper {
  border-bottom: none; }

.tabs-location-standard.tabs-type-accordion .woodmart-before-product-tabs {
  margin-top: -26px; }

.tabs-location-summary .product-image-summary .tabs-layout-accordion {
  margin-bottom: 25px;
  margin-top: 10px; }

.tabs-location-summary .product-image-summary .tabs-layout-accordion .woodmart-accordion-title {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px; }

.tabs-location-summary:not(.reviews-location-separate) .product-tabs-wrapper {
  height: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  padding: 0;
  border: none;
  margin: 0; }

.tabs-location-summary:not(.reviews-location-separate) .woodmart-before-product-tabs {
  margin-top: 0; }

.tabs-location-summary:not(.reviews-location-separate):not(.product-has-bg):not(.meta-location-after_tabs) .product-tabs-wrapper {
  margin-top: -40px; }

.tabs-location-summary.meta-location-add_to_cart .product_meta {
  border-top: none;
  padding-top: 0; }

.shopify-Tabs-panel {
  display: none;
  line-height: 1.6;
  animation: fadeIn .4s ease;
  -webkit-animation: fadeIn .4s ease; }

.shopify-Tabs-panel .wc-tab-inner > div > h2:first-child {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

#tab-additional_information .shop_attributes td, #tab-additional_information .shop_attributes th {
  padding-left: 0;
  padding-right: 0; }

#tab-additional_information .shop_attributes td p, #tab-additional_information .shop_attributes th p {
  margin-bottom: 0; }

#tab-additional_information .shop_attributes th {
  text-align: left;
  font-size: 14px; }

#tab-additional_information .shop_attributes td {
  text-align: right; }

#tab-additional_information .shop_attributes tr:last-child td, #tab-additional_information .shop_attributes tr:last-child th {
  border: none; }

#tab-seller ul li {
  margin-bottom: 15px; }

#tab-seller ul li > span {
  font-weight: 600;
  color: #333; }

#tab-seller ul li > span.details {
  font-weight: 400;
  color: #777; }

.woodmart-dark #tab-seller ul li > span {
  color: #fff; }

.woodmart-dark #tab-seller ul li > span.details {
  color: rgba(255, 255, 255, 0.8); }

#tab-brand_tab, #tab-description, #tab-woodmart_additional_tab {
  line-height: 1.8; }

#tab-brand_tab p, #tab-description p, #tab-woodmart_additional_tab p {
  line-height: 1.8; }

.quick-view-wrapper .mfp-content {
  max-width: 920px;
  margin: 25px auto; }

.popup-quick-view {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.popup-quick-view .product-images {
  overflow: hidden; }

.popup-quick-view .product-images:hover .view-details-btn {
  transform: none;
  -webkit-transform: none; }

.popup-quick-view .product-image-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 450px; }

.popup-quick-view .product-image-summary:after, .popup-quick-view .product-image-summary:before {
  content: none; }

.popup-quick-view .product-image-summary > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  width: 50%; }

.popup-quick-view .woodmart-scroll .woodmart-scroll-content {
  overflow: scroll;
  overflow-x: hidden; }

.popup-quick-view .summary-inner {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  width: auto; }

.popup-quick-view .woodmart-scroll-content {
  padding-right: 45px;
  padding-top: 30px;
  padding-bottom: 30px; }

.popup-quick-view .entry-summary .entry-title {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.4; }

.popup-quick-view .entry-summary div[itemprop=offers] {
  clear: both; }

.popup-quick-view .entry-summary div[itemprop=offers] .price {
  margin-bottom: 15px; }

.popup-quick-view .entry-summary .product-rating {
  margin-bottom: 15px;
  vertical-align: middle;
  display: inline-block; }

.popup-quick-view .entry-summary .product_meta {
  padding-top: 20px;
  border-top: 1px solid; }

.popup-quick-view .entry-summary .product_meta > span {
  display: block;
  margin-bottom: 15px; }

.popup-quick-view .entry-summary .product-share {
  margin-bottom: 0; }

.popup-quick-view .entry-summary:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 18px;
  height: 50px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%); }

.popup-quick-view .woodmart-scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.popup-quick-view .woodmart-scroll-content > a {
  margin-bottom: 20px;
  color: #fff; }

.popup-quick-view .woodmart-scroll-content > a:focus, .popup-quick-view .woodmart-scroll-content > a:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.popup-quick-view .woodmart-scroll-content > a.added {
  display: none; }

.popup-quick-view .view-details-btn {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 15;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.popup-quick-view .view-details-btn:hover, .popup-quick-view .view-details-btn:focus {
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.popup-quick-view .view-details-btn:focus {
  outline: 0; }

.popup-quick-view button.mfp-close {
  position: absolute;
  top: 0;
  opacity: 1;
  background-color: transparent;
  color: #000;
  transition: all .25s ease;
  -webkit-transition: all .25s ease; }

.popup-quick-view button.mfp-close:focus, .popup-quick-view button.mfp-close:hover {
  background-color: transparent;
  color: #777; }

.woodmart-products-nav {
  position: relative;
  margin-bottom: 10px;
  font-size: 0; }

.woodmart-products-nav .product-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.woodmart-products-nav .product-btn > a {
  display: block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  color: #333; }

.woodmart-products-nav .product-btn > a:focus, .woodmart-products-nav .product-btn > a:hover {
  color: #878787; }

.woodmart-products-nav .product-btn > a span {
  font-size: 12px; }

.woodmart-products-nav .product-btn > a span:before {
  content: "\f111";
  font-family: woodmart-font;
  display: inline-block; }

.woodmart-products-nav .product-btn:hover > .wrapper-short {
  visibility: visible;
  opacity: 1;
  animation: fadeInLeftShort .3s ease both;
  -webkit-animation: fadeInLeftShort .3s ease both;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }

.woodmart-products-nav .product-next > a span:before {
  content: "\f110";
  font-family: woodmart-font; }

.woodmart-products-nav .woodmart-back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  vertical-align: middle;
  color: #333; }

.woodmart-products-nav .woodmart-back-btn span:not(.woodmart-tooltip-label) {
  display: none; }

.woodmart-products-nav .woodmart-back-btn:after {
  content: "\f11a";
  font-family: 'woodmart-font';
  font-size: 14px; }

.woodmart-products-nav .woodmart-back-btn:focus, .woodmart-products-nav .woodmart-back-btn:hover {
  color: #878787; }

.woodmart-products-nav .woodmart-back-btn .woodmart-tooltip-label {
  z-index: 380; }

.woodmart-products-nav .wrapper-short {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  z-index: 350;
  animation: fadeOutLeftShort .1s ease .1s both;
  -webkit-animation: fadeOutLeftShort .1s ease .1s both;
  -webkit-transition: opacity .1s ease .1s, visibility .1s ease .1s;
  transition: opacity .1s ease .1s, visibility .1s ease .1s; }

.woodmart-products-nav .product-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

.woodmart-products-nav .product-short-image img {
  max-width: 90px;
  height: auto; }

.woodmart-products-nav .product-short-description {
  padding: 10px 15px; }

.woodmart-products-nav .product-short-description .product-title {
  display: block;
  margin-bottom: 7px;
  font-size: 14px; }

.woodmart-products-nav .product-short-description .price {
  display: block;
  font-size: 14px;
  line-height: 1.2; }

.active div.effect-pageLeft {
  -webkit-animation: pageLeft 600ms ease both;
  -moz-animation: pageLeft 600ms ease both;
  -o-animation: pageLeft 600ms ease both;
  animation: pageLeft 600ms ease both;
  -webkit-animation-delay: 300ms; }

.product-design-alt .product-image-summary div[itemprop=description] {
  margin-bottom: 20px; }

.product-design-alt .product-image-summary .product_meta {
  margin-bottom: 15px; }

.product-design-alt .product-image-summary .product_meta > span {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle; }

.product-design-alt .entry-summary {
  text-align: center; }

.product-design-alt .shopify-product-details__short-description > ol, .product-design-alt .shopify-product-details__short-description > ul {
  text-align: center;
  padding-left: 0; }

.product-design-alt .shopify-product-details__short-description > ol li, .product-design-alt .shopify-product-details__short-description > ul li {
  list-style: none; }

.product-design-alt .shopify-product-details__short-description > ol li:before, .product-design-alt .shopify-product-details__short-description > ul li:before {
  content: none; }

.product-design-alt .shopify-product-details__short-description > ol ol, .product-design-alt .product-design-alt .shopify-product-details__short-description > ol ul, .product-design-alt .product-design-alt .shopify-product-details__short-description > ul ul {
  padding-left: 0; }

.product-design-alt .shopify-variation {
  margin-top: 0; }

.product-design-alt .shopify-variation-price .price {
  margin-left: 7px;
  margin-right: 7px; }

.product-design-alt .shopify-variation-availability .stock {
  margin-left: 7px;
  margin-right: 7px; }

.product-design-alt table.variations .reset_variations {
  bottom: -30px; }

.product-design-alt .compare-btn-wrapper, .product-design-alt .sizeguide-btn-wrapp, .product-design-alt .summary-inner > .yith-wcwl-add-to-wishlist {
  margin-left: 10px;
  margin-right: 10px; }

.product-design-alt .variation-swatch-selected .variations {
  margin-bottom: 50px; }

.product-design-alt.tabs-location-summary .woodmart-accordion-title:after {
  content: none; }

.product-design-alt.tabs-location-summary .shopify-Tabs-panel {
  text-align: left; }

.woodmart-products-tabs .tabs-navigation-wrapper {
  position: relative; }

.woodmart-products-tabs .woodmart-tabs-header {
  position: relative; }

.woodmart-products-tabs .open-title-menu {
  display: none; }

.woodmart-products-tabs .tabs-name {
  line-height: 1.4;
  color: #2d2a2a; }

.color-scheme-light .woodmart-products-tabs .tabs-name, .woodmart-dark .woodmart-products-tabs .tabs-name {
  color: #fff; }

.woodmart-products-tabs .tabs-name > span {
  vertical-align: middle; }

.woodmart-products-tabs .tabs-name .img-wrapper {
  margin-right: 10px; }

.woodmart-products-tabs .products-tabs-title {
  margin-left: -15px;
  margin-right: -15px;
  color: #333;
  font-weight: 600; }

.woodmart-products-tabs .products-tabs-title li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: bottom;
  text-transform: uppercase;
  font-weight: inherit;
  opacity: .7;
  color: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  transition: opacity .25s ease,color .25s ease;
  -webkit-transition: opacity .25s ease,color .25s ease; }

.color-scheme-light .woodmart-products-tabs .products-tabs-title li, .woodmart-dark .woodmart-products-tabs .products-tabs-title li {
  color: #fff; }

.woodmart-products-tabs .products-tabs-title li.active-tab-title, .woodmart-products-tabs .products-tabs-title li:hover {
  opacity: 1; }

.woodmart-products-tabs .products-tabs-title .tab-label {
  position: relative; }

.woodmart-products-tabs .woodmart-tab-content {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s ease,visibility 0s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility 0s ease,-webkit-transform .25s ease;
  transition: transform .25s ease,opacity .25s ease,visibility 0s ease;
  transition: transform .25s ease,opacity .25s ease,visibility 0s ease,-webkit-transform .25s ease;
  -webkit-transition: transform .25s ease,opacity .25s ease,visibility 0s ease; }

.woodmart-products-tabs .woodmart-tab-content.loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .25s ease,visibility 0s ease .3s,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility 0s ease .3s,-webkit-transform .25s ease;
  transition: transform .25s ease,opacity .25s ease,visibility 0s ease .3s;
  transition: transform .25s ease,opacity .25s ease,visibility 0s ease .3s,-webkit-transform .25s ease;
  -webkit-transition: transform 0.25s ease,opacity 0.25s ease,visibility 0s ease 0.3s; }

.woodmart-products-tabs.tabs-design-default .woodmart-tabs-header {
  margin-bottom: 15px;
  text-align: center; }

.woodmart-products-tabs.tabs-design-default .tabs-name {
  margin-bottom: 10px; }

.woodmart-products-tabs.tabs-design-default .products-tabs-title .img-wrapper {
  margin-bottom: 10px; }

.woodmart-products-tabs.tabs-design-default .woodmart-tab-content.loading .wrap-loading-arrow {
  display: none; }

.woodmart-products-tabs.tabs-design-simple .woodmart-tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  border-bottom: 2px solid #eaeaea; }

.color-scheme-light .woodmart-products-tabs.tabs-design-simple .woodmart-tabs-header, .woodmart-dark .woodmart-products-tabs.tabs-design-simple .woodmart-tabs-header {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-products-tabs.tabs-design-simple .tabs-name {
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 2px solid;
  vertical-align: middle;
  margin-right: 25px; }

.woodmart-products-tabs.tabs-design-simple .tabs-name > span {
  vertical-align: bottom; }

.woodmart-products-tabs.tabs-design-simple .tabs-name .img-wrapper {
  margin-left: 4px; }

.woodmart-products-tabs.tabs-design-simple .products-tabs-title li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px; }

.woodmart-products-tabs.tabs-design-simple .products-tabs-title .img-wrapper {
  margin-right: 10px; }

.woodmart-products-tabs.tabs-design-simple .owl-nav, .woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow {
  position: absolute;
  top: -62px;
  right: 0;
  animation: fadeIn .5s ease both .3s;
  -webkit-animation: fadeIn .5s ease both .3s; }

.woodmart-products-tabs.tabs-design-simple .owl-nav > div, .woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow > div {
  position: static;
  width: 30px;
  height: 40px;
  margin-top: 0;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }

.woodmart-products-tabs.tabs-design-simple .owl-nav > div:after, .woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow > div:after {
  font-size: 14px;
  font-weight: 700; }

.woodmart-products-tabs.tabs-design-simple .owl-nav > div[class*=prev], .woodmart-products-tabs.tabs-design-simple .owl-nav > div[class*=next], .woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow > div[class*=prev], .woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow > div[class*=next] {
  padding: 0;
  margin: 0; }

.woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow {
  right: -10px; }

.woodmart-products-tabs.tabs-design-simple .owl-carousel:after, .woodmart-products-tabs.tabs-design-simple .owl-carousel:before {
  content: none; }

.woodmart-products-tabs.tabs-design-simple .woodmart-products-loader {
  position: absolute;
  top: 0;
  left: 0 !important;
  right: 0;
  margin-top: 30px; }

.woodmart-products-tabs.tabs-design-simple .woodmart-tab-content.loading .owl-nav, .woodmart-products-tabs.tabs-design-simple .woodmart-tab-content.loading .wrap-loading-arrow {
  display: none; }

.woodmart-products-tabs.tabs-design-alt .woodmart-tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.woodmart-products-tabs.tabs-design-alt .tabs-name, .woodmart-products-tabs.tabs-design-alt .tabs-navigation-wrapper {
  margin-bottom: 10px; }

.woodmart-products-tabs.tabs-design-alt .products-tabs-title li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle; }

.woodmart-products-tabs.tabs-design-alt .products-tabs-title .img-wrapper {
  margin-right: 10px; }

.woodmart-products-tabs.element-loading .woodmart-tab-content .woodmart-products-loader {
  display: none !important; }

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

.pagination-arrows {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -webkit-transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,transform .25s ease,-webkit-transform .25s ease;
  -webkit-transition: opacity 0.25s ease,visibility 0.25s ease,transform 0.25s ease; }

.pagination-arrows.loading {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0); }

.browser-Safari .pagination-arrows.loading {
  visibility: visible; }

.woodmart-animated-products .product-grid-item {
  opacity: 0;
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  -webkit-transition: transform .3s ease,opacity .3s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.woodmart-animated-products .product-grid-item.woodmart-animated {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.woodmart-tabs-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 50px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center; }

.woodmart-products-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center; }

.browser-Safari .woodmart-products-loader, .browser-Safari .woodmart-tabs-loader {
  visibility: visible; }

.element-loading .woodmart-products-loader:after, .element-loading .woodmart-tabs-loader:after {
  animation: load-spin 450ms infinite linear;
  -webkit-animation: load-spin 450ms infinite linear; }

.element-loading .woodmart-tabs-loader {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity 0.3s ease,visibility 0.3s ease; }

.element-loading .woodmart-products-loader {
  -webkit-transition: opacity .15s ease,visibility .15s ease;
  transition: opacity .15s ease,visibility .15s ease; }

.element-loading .woodmart-products-loader:not(.hidden-loader) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity 0.3s ease,visibility 0.3s ease; }

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

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

.blog-post-loop .article-body-container {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  background-color: #fff;
  z-index: 1;
  position: relative; }

.color-scheme-light .blog-post-loop .article-body-container, .woodmart-dark .blog-post-loop .article-body-container {
  background-color: #101010; }

.blog-post-loop .entry-title {
  margin-bottom: 10px;
  font-weight: 600;
  word-wrap: break-word; }

.color-scheme-light .blog-post-loop .entry-title a:hover, .woodmart-dark .blog-post-loop .entry-title a:hover {
  color: rgba(255, 255, 255, 0.8); }

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

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

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

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

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

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

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

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

.blog-post-loop:hover .post-img-wrapp a:after {
  opacity: 1; }

.woodmart-entry-content {
  line-height: 1.7; }

.woodmart-entry-content p {
  line-height: 1.7; }

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

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

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

.post-img-wrapp {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px; }

.post-img-wrapp a {
  display: block;
  margin: -2px;
  -webkit-transition: transform .7s ease,opacity .7s ease;
  -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
  transition: opacity .7s ease,-webkit-transform .7s ease;
  transition: transform .7s ease,opacity .7s ease;
  transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
  transform: scale(1);
  -webkit-transform: scale(1); }

.post-img-wrapp a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .7s ease;
  transition: opacity 0.7s ease; }

.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0; }

.post-image-mask:after, .post-image-mask :before {
  content: ""; }

.post-image-mask span, .post-image-mask:after, .post-image-mask:before {
  height: 10px;
  width: 10px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px;
  opacity: 0;
  transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  animation: fadeOutRight .3s ease;
  -webkit-animation: fadeOutRight 0.3s ease; }

.post-image-mask:after {
  margin-right: 0; }

.post-image-mask span {
  transition-delay: .1s;
  animation-delay: .1s;
  -webkit-transition-delay: .1s;
  -webkit-animation-delay: 0.1s; }

.post-image-mask:before {
  transition-delay: .15s;
  animation-delay: .15s;
  -webkit-transition-delay: .15s;
  -webkit-animation-delay: 0.15s; }

.read-more-section {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 20px; }

.read-more-section a {
  position: relative;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .3px;
  border-bottom: none; }

.read-more-section a:after {
  content: "\f10c";
  font-family: woodmart-font;
  position: absolute;
  left: 100%;
  bottom: 0;
  opacity: 0;
  font-size: 14px;
  font-weight: 600;
  height: 5px;
  line-height: 5px;
  margin-left: 5px;
  display: inline-block;
  transition: opacity .35s ease;
  -webkit-transition: opacity 0.35s ease; }

.read-more-section a:hover:after {
  opacity: 1;
  animation: next-animate 1s infinite;
  -webkit-animation: next-animate 1s infinite; }

.woodmart-entry-meta {
  display: inline-block;
  font-size: 0;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px; }

.woodmart-entry-meta .meta-featured-post:before {
  content: "\f105";
  font-family: woodmart-font;
  font-size: 14px; }

.woodmart-entry-meta .meta-author {
  font-size: 14px;
  vertical-align: top; }

.woodmart-entry-meta .meta-author .avatar {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px; }

.woodmart-entry-meta a {
  text-transform: capitalize;
  vertical-align: top; }

.woodmart-entry-meta .meta-reply {
  display: block; }

.woodmart-entry-meta .meta-reply a {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  position: relative; }

.woodmart-entry-meta .meta-reply a:after {
  content: "\f104";
  font-family: woodmart-font;
  font-size: 16px;
  display: inline-block; }

.woodmart-entry-meta .meta-reply .comments-count {
  font-size: 9px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: #A4A4A4;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -4px; }

.woodmart-entry-meta .meta-reply .comments-count-label {
  display: none; }

.entry-meta-list li {
  color: #A4A4A4;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px; }

.color-scheme-light .entry-meta-list li, .woodmart-dark .entry-meta-list li {
  color: rgba(255, 255, 255, 0.6); }

.entry-meta-list li a {
  color: #A4A4A4; }

.color-scheme-light .entry-meta-list li a, .woodmart-dark .entry-meta-list li a {
  color: rgba(255, 255, 255, 0.6); }

.entry-meta-list li a:focus, .entry-meta-list li a:hover {
  color: #777; }

.color-scheme-light .entry-meta-list li a:focus, .woodmart-dark .entry-meta-list li a:focus, .color-scheme-light .entry-meta-list li a:hover, .woodmart-dark .entry-meta-list li a:hover {
  color: rgba(255, 255, 255, 0.8); }

.entry-meta-list li:last-child {
  margin-right: 0; }

.hovered-social-icons {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #A4A4A4;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.hovered-social-icons .woodmart-social-icons {
  position: absolute;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.9);
  padding: 5px 7px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transform: translateX(-49%);
  -webkit-transform: translateX(-49%);
  transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: opacity 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.hovered-social-icons .woodmart-social-icons:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px; }

.hovered-social-icons .woodmart-social-icons:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  margin-left: -5px;
  border-width: 5px 5px 0; }

.hovered-social-icons:after {
  content: "\f114";
  font-family: woodmart-font;
  font-size: 16px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  width: 20px;
  display: inline-block; }

.hovered-social-icons:hover {
  color: #777; }

.color-scheme-light .hovered-social-icons:hover, .woodmart-dark .hovered-social-icons:hover {
  color: rgba(255, 255, 255, 0.8); }

.hovered-social-icons:hover .woodmart-social-icons {
  opacity: 1;
  visibility: visible; }

.color-scheme-light .hovered-social-icons, .woodmart-dark .hovered-social-icons {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-post-date {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  z-index: 2;
  color: #333;
  min-width: 53px;
  line-height: 1;
  text-align: center; }

.woodmart-post-date > span {
  display: block; }

.woodmart-post-date .post-date-day {
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 24px; }

.woodmart-post-date .post-date-month {
  padding-bottom: 8px;
  padding-top: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px; }

.color-scheme-light .woodmart-post-date, .woodmart-dark .woodmart-post-date {
  background-color: #101010;
  color: #fff; }

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

.meta-post-categories {
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  line-height: 25px;
  overflow: hidden; }

.meta-post-categories > a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px; }

.meta-post-categories > a:focus, .meta-post-categories > a:hover {
  color: rgba(255, 255, 255, 0.8); }

.post-gallery-slider {
  overflow: hidden; }

.post-gallery-slider .owl-nav > div {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }

.color-scheme-light .post-gallery-slider .owl-nav > div, .woodmart-dark .post-gallery-slider .owl-nav > div {
  background-color: #101010; }

.post-gallery-slider .owl-nav > div:after {
  font-size: 18px;
  line-height: 18px; }

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

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

.format-quote .article-body-container:before {
  content: "\f10e";
  position: absolute;
  bottom: 15px;
  right: 30px;
  display: inline-block;
  font-size: 96px;
  line-height: 90px;
  color: rgba(0, 0, 0, 0.06);
  font-family: FontAwesome; }

.color-scheme-light .format-quote .article-body-container:before, .woodmart-dark .format-quote .format-quote .article-body-container:before {
  color: rgba(255, 255, 255, 0.1); }

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

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

.format-quote .post-img-wrapp {
  background: 0 0; }

.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 {
  text-align: center;
  padding-left: 0;
  border-left: none;
  color: #777;
  margin-bottom: 0; }

.format-quote blockquote cite, .format-quote blockquote cite a {
  font-size: 16px; }

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

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

.format-link .entry-content a {
  padding: 10px 20px;
  font-size: 22px;
  background-color: #F7F7F7;
  display: inline-block; }

.color-scheme-light .format-link .entry-content a, .woodmart-dark .format-link .entry-content a {
  background-color: rgba(0, 0, 0, 0.3); }

.format-link .entry-content a:hover {
  background-color: #f1f1f1; }

.color-scheme-light .format-link .entry-content a:hover, .woodmart-dark .format-link .entry-content a:hover {
  background-color: rgba(0, 0, 0, 0.9); }

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

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

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

.blog-design-default:not(.has-post-thumbnail) .woodmart-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-left: 105px;
  padding-right: 105px; }

.blog-design-default.format-gallery:not(.has-post-thumbnail) .woodmart-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 .entry-title {
  font-size: 32px;
  line-height: 1.2; }

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

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

.blog-design-default-alt .woodmart-entry-meta {
  margin-right: 0;
  margin-bottom: 15px; }

.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.has-post-thumbnail.format-quote .post-date {
  display: none; }

.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-left: 0;
  margin-right: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.share-with-lines .woodmart-social-icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.color-scheme-light .share-with-lines .woodmart-social-icons a, .woodmart-dark .share-with-lines .woodmart-social-icons a {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4); }

.share-with-lines > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px solid; }

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

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

.blog-design-small-images.has-post-thumbnail .article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

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

.blog-design-small-images.has-post-thumbnail.blog-style-shadow .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 .article-body-container, .blog-design-small-images.has-post-thumbnail.format-quote .entry-header {
  max-width: 100%; }

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

.blog-design-small-images.has-post-thumbnail.format-quote .post-date {
  display: none; }

.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 .article-body-container, .blog-design-small-images.format-quote .entry-header {
  width: auto; }

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

.blog-design-small-images.format-quote .post-date {
  display: none; }

.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

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

.blog-design-chess:nth-child(even).has-post-thumbnail.blog-style-shadow .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; }

.woodmart-blog-holder.masonry-container {
  margin-left: -15px;
  margin-right: -15px; }

.blog-design-masonry {
  margin-bottom: 30px; }

.blog-design-masonry .entry-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 {
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

.blog-design-masonry.blog-style-shadow .article-body-container {
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

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

.blog-design-masonry.format-quote .article-inner {
  padding: 25px; }

.blog-design-masonry.format-quote .article-body-container {
  padding: 0; }

.blog-design-masonry.format-quote .article-body-container:before {
  right: 0;
  bottom: -20px; }

.blog-design-masonry.format-quote .post-date {
  display: none; }

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

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

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

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

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

.post-slide .article-body-container, .post-slide .meta-post-categories, .post-slide .post-date {
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px; }

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

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

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

.owl-items-xl-2 .post-slide.blog-design-small-images .woodmart-entry-meta .meta-author, .owl-items-xl-3 .post-slide.blog-design-small-images .woodmart-entry-meta .meta-author, .owl-items-xl-4 .post-slide .woodmart-entry-meta .meta-author {
  font-size: 0; }

.owl-items-xl-2 .post-slide.blog-design-small-images .woodmart-entry-meta .meta-author a, .owl-items-xl-3 .post-slide.blog-design-small-images .woodmart-entry-meta .meta-author a, .owl-items-xl-4 .post-slide .woodmart-entry-meta .meta-author a {
  font-size: 14px; }

.post-single-page {
  text-align: center; }

.post-single-page .post-gallery-slider {
  margin-bottom: 30px; }

.post-single-page .entry-title {
  line-height: 1.2;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px; }

.post-single-page .entry-header {
  position: relative; }

.post-single-page .meta-post-categories {
  margin-top: 0;
  margin-bottom: 15px; }

.post-single-page .woodmart-entry-meta {
  margin-right: 0;
  margin-bottom: 20px; }

.post-single-page .article-body-container {
  text-align: left; }

.post-single-page .entry-content {
  font-size: 110%;
  margin-bottom: 60px; }

.post-single-page:not(.has-post-thumbnail) .woodmart-post-date {
  display: none; }

.post-single-page.has-post-thumbnail .entry-header {
  margin-bottom: 30px; }

.post-single-page.format-quote .post-date {
  display: none; }

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

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

.author-info {
  position: relative;
  text-align: center;
  background-color: #f9f9f9;
  padding: 50px 25px 25px 25px; }

.woodmart-dark .author-info {
  background-color: #101010; }

.author-info .avatar {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #fff;
  max-width: 74px; }

.woodmart-dark .author-info .avatar {
  border-color: #101010; }

.author-info .author-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -37px;
  margin-top: -37px; }

.author-info .author-description {
  min-height: 74px; }

.author-info .author-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px; }

.author-info .author-bio {
  margin-bottom: 0; }

.author-info .author-link {
  font-weight: 600;
  display: block;
  margin-top: 10px; }

.author-info .author-link span {
  display: none; }

.woodmart-single-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid rgba(113, 113, 113, 0.15); }

.woodmart-dark .woodmart-single-footer {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-single-footer .single-meta-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%; }

.woodmart-single-footer .single-post-social {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%; }

.woodmart-single-footer .tags-title {
  display: none; }

.woodmart-single-footer .tags-list {
  font-size: 0; }

.woodmart-single-footer .tags-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #f1f1f1;
  line-height: 28px;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 25px;
  text-align: center;
  min-width: 70px;
  font-weight: 600;
  color: #212121;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px; }

.woodmart-dark .woodmart-single-footer .tags-list a {
  border-color: rgba(255, 255, 255, 0.15);
  color: white; }

.woodmart-single-footer .tags-list a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #f1f1f1;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease; }

.woodmart-dark .woodmart-single-footer .tags-list a:after {
  background-color: white; }

.woodmart-single-footer .tags-list a:after:hover, .woodmart-single-footer .tags-list a:after:focus {
  color: #212121; }

.tags-list {
  font-size: 0; }

.tags-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #f1f1f1;
  line-height: 28px;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 25px;
  text-align: center;
  min-width: 70px;
  font-weight: 600;
  color: #212121;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px; }

.woodmart-dark .tags-list a {
  border-color: rgba(255, 255, 255, 0.15);
  color: white; }

.tags-list a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #f1f1f1;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease; }

.woodmart-dark .tags-list a:after {
  background-color: white; }

.tags-list a:after:hover, .tags-list a:after:focus {
  color: #212121; }

.single-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 60px;
  border-bottom: 2px solid rgba(113, 113, 113, 0.15); }

.woodmart-dark .single-post-navigation {
  border-color: rgba(255, 255, 255, 0.15); }

.single-post-navigation .blog-posts-nav-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%; }

.single-post-navigation .blog-posts-nav-btn a {
  display: block;
  position: relative; }

.single-post-navigation .blog-posts-nav-btn a:after {
  position: absolute;
  top: 50%;
  font-size: 34px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  margin-top: -20px;
  text-align: center; }

.single-post-navigation .back-to-archive a {
  display: block;
  color: #bbb; }

.woodmart-dark .single-post-navigation .back-to-archive a {
  color: rgba(255, 255, 255, 0.6); }

.single-post-navigation .back-to-archive a:hover {
  color: #212121; }

.woodmart-dark .single-post-navigation .back-to-archive a:hover {
  color: white; }

.single-post-navigation .back-to-archive .woodmart-tooltip {
  display: block;
  font-size: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.single-post-navigation .back-to-archive .woodmart-tooltip:after {
  content: "\f11a";
  font-family: "woodmart-font";
  display: inline-block;
  font-size: 24px; }

.single-post-navigation .btn-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #bbb; }

.single-post-navigation .post-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3; }

.single-post-navigation .prev-btn a {
  padding-left: 50px;
  padding-right: 20px; }

.single-post-navigation .prev-btn a:after {
  content: "\f10d";
  font-family: "woodmart-font";
  left: 0; }

.single-post-navigation .prev-btn a:hover:after {
  -webkit-animation: prev-animate 1s ease infinite;
  animation: prev-animate 1s ease infinite; }

.single-post-navigation .next-btn {
  text-align: right; }

.single-post-navigation .next-btn a {
  padding-right: 50px;
  padding-left: 20px; }

.single-post-navigation .next-btn a:after {
  content: "\f10e";
  font-family: "woodmart-font";
  right: 0; }

.single-post-navigation .next-btn a:hover:after {
  -webkit-animation: next-animate 1s ease infinite;
  animation: next-animate 1s ease infinite; }

.related-posts-slider {
  margin-bottom: 50px; }

.slider-title {
  position: relative;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.slider-title:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 2px; }

.woodmart-sizeguide {
  max-width: 800px; }

.woodmart-content-popup, .woodmart-promo-popup {
  margin: 30px auto;
  width: 100%;
  background-color: #fff;
  padding: 30px; }

.woodmart-dark .woodmart-content-popup, .woodmart-dark .woodmart-promo-popup {
  background-color: #101010; }

.mfp-wrap .woodmart-promo-popup {
  display: block; }

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

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

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: opacity .3s ease;
  -webkit-transition: opacity 0.3s ease; }

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

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

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8; }

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

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

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

#cboxClose, .full-screen-close-icon, .popup-added_to_cart .mfp-close, button.mfp-close {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-indent: 0;
  font-size: 0;
  text-align: center;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  background: 0 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

#cboxClose:after, .full-screen-close-icon:after, .popup-added_to_cart .mfp-close:after, button.mfp-close:after {
  content: "\f10f";
  font-family: woodmart-font;
  display: inline-block;
  font-size: 16px;
  line-height: 50px; }

#cboxClose:focus, #cboxClose:hover, .full-screen-close-icon:focus, .full-screen-close-icon:hover, .popup-added_to_cart .mfp-close:focus, .popup-added_to_cart .mfp-close:hover, button.mfp-close:focus, button.mfp-close:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #333;
  text-align: center;
  z-index: 350;
  font-size: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.woodmart-dark .scrollToTop {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9); }

.scrollToTop.button-show {
  pointer-events: visible;
  opacity: 1;
  transform: none;
  -webkit-transform: none; }

.scrollToTop .woodmart-tooltip-label {
  display: none; }

.scrollToTop:after {
  content: "\f112";
  font-family: woodmart-font;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  line-height: 50px; }

.scrollToTop:focus, .scrollToTop:hover {
  color: #777; }

.woodmart-dark .scrollToTop:focus, .woodmart-dark .scrollToTop:hover {
  color: rgba(255, 255, 255, 0.6); }

.woodmart-timer {
  display: block;
  font-size: 0;
  line-height: 1; }

.woodmart-timer > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  margin: 0 2px 5px 2px;
  min-width: 55px;
  min-height: 55px;
  font-size: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.timer-size-medium .woodmart-timer > span {
  min-width: 65px;
  min-height: 65px;
  font-size: 24px;
  line-height: 24px; }

.timer-size-large .woodmart-timer > span {
  min-width: 80px;
  min-height: 80px;
  font-size: 28px;
  line-height: 28px; }

.timer-size-xlarge .woodmart-timer > span {
  min-width: 100px;
  min-height: 100px;
  font-size: 42px;
  line-height: 42px; }

.timer-style-transparent .woodmart-timer > span {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none; }

.woodmart-timer > span span {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
  color: #777; }

.timer-size-medium .woodmart-timer > span span {
  font-size: 12px;
  line-height: 12px; }

.timer-size-large .woodmart-timer > span span {
  font-size: 14px;
  line-height: 14px; }

.timer-size-xlarge .woodmart-timer > span span {
  font-size: 16px;
  line-height: 16px; }

.color-scheme-light.woodmart-countdown-timer .woodmart-timer > span {
  color: #fff; }

.color-scheme-light.woodmart-countdown-timer .woodmart-timer > span span {
  color: rgba(255, 255, 255, 0.8); }

.color-scheme-light.timer-style-standard .woodmart-timer > span {
  background-color: #101010; }

.color-scheme-light.timer-style-transparent .woodmart-timer > span {
  background-color: rgba(0, 0, 0, 0.2); }

.color-scheme-light .woodmart-product-countdown > span, .woodmart-dark .woodmart-product-countdown > span {
  color: #fff;
  background-color: #101010; }

.color-scheme-light .woodmart-product-countdown > span span, .woodmart-dark .woodmart-product-countdown > span span {
  color: rgba(255, 255, 255, 0.8); }

.wpb_single_image a {
  border: none;
  outline: 0; }

.wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }

.wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.wpb_single_image .vc_single_image-wrapper.vc_box_outline, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #EBEBEB; }

.wpb_single_image .vc_single_image-wrapper.vc_box_outline img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb; }

.wpb_single_image .vc_single_image-wrapper.vc_box_border, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none; }

.wpb_single_image .vc_single_image-wrapper.vc_box_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
  padding: 6px; }

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px; }

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden; }

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.wpb_single_image.vc_align_center {
  text-align: center; }

.wpb_single_image.vc_align_right {
  text-align: right; }

.wpb_single_image.vc_align_left {
  text-align: left; }

.wpb_single_image .vc_box_shadow_3d {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%; }

.wpb_single_image .vc_box_shadow_3d:after, .wpb_single_image .vc_box_shadow_3d:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg); }

.wpb_single_image .vc_box_shadow_3d:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%; }

.wpb_single_image .vc_figure-caption {
  margin-top: .2em;
  font-size: 0.8em; }

.wpb_single_image .vc_box_outline.vc_box_border_blue, .wpb_single_image .vc_box_outline.vc_box_border_blue {
  border-color: #5472d2; }

.wpb_single_image .vc_box_border.vc_box_border_blue, .wpb_single_image .vc_box_border_circle.vc_box_border_blue {
  background-color: #5472d2; }

.wpb_single_image .vc_box_outline.vc_box_border_turquoise, .wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
  border-color: #00c1cf; }

.wpb_single_image .vc_box_border.vc_box_border_turquoise, .wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
  background-color: #00c1cf; }

.wpb_single_image .vc_box_outline.vc_box_border_pink, .wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
  border-color: #fe6c61; }

.wpb_single_image .vc_box_border.vc_box_border_pink, .wpb_single_image .vc_box_border_circle.vc_box_border_pink {
  background-color: #fe6c61; }

.wpb_single_image .vc_box_outline.vc_box_border_violet, .wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
  border-color: #8d6dc4; }

.wpb_single_image .vc_box_border.vc_box_border_violet, .wpb_single_image .vc_box_border_circle.vc_box_border_violet {
  background-color: #8d6dc4; }

.wpb_single_image .vc_box_outline.vc_box_border_peacoc, .wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
  border-color: #4cadc9; }

.wpb_single_image .vc_box_border.vc_box_border_peacoc, .wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
  background-color: #4cadc9; }

.wpb_single_image .vc_box_outline.vc_box_border_chino, .wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
  border-color: #cec2ab; }

.wpb_single_image .vc_box_border.vc_box_border_chino, .wpb_single_image .vc_box_border_circle.vc_box_border_chino {
  background-color: #cec2ab; }

.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine, .wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
  border-color: #50485b; }

.wpb_single_image .vc_box_border.vc_box_border_mulled_wine, .wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
  background-color: #50485b; }

.wpb_single_image .vc_box_outline.vc_box_border_vista_blue, .wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
  border-color: #75d69c; }

.wpb_single_image .vc_box_border.vc_box_border_vista_blue, .wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
  background-color: #75d69c; }

.wpb_single_image .vc_box_outline.vc_box_border_black, .wpb_single_image .vc_box_outline_circle.vc_box_border_black {
  border-color: #2a2a2a; }

.wpb_single_image .vc_box_border.vc_box_border_black, .wpb_single_image .vc_box_border_circle.vc_box_border_black {
  background-color: #2a2a2a; }

.wpb_single_image .vc_box_outline.vc_box_border_grey, .wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
  border-color: #ebebeb; }

.wpb_single_image .vc_box_border.vc_box_border_grey, .wpb_single_image .vc_box_border_circle.vc_box_border_grey {
  background-color: #ebebeb; }

.wpb_single_image .vc_box_outline.vc_box_border_orange, .wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
  border-color: #f7be68; }

.wpb_single_image .vc_box_border.vc_box_border_orange, .wpb_single_image .vc_box_border_circle.vc_box_border_orange {
  background-color: #f7be68; }

.wpb_single_image .vc_box_outline.vc_box_border_sky, .wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
  border-color: #5aa1e3; }

.wpb_single_image .vc_box_border.vc_box_border_sky, .wpb_single_image .vc_box_border_circle.vc_box_border_sky {
  background-color: #5aa1e3; }

.wpb_single_image .vc_box_outline.vc_box_border_green, .wpb_single_image .vc_box_outline_circle.vc_box_border_green {
  border-color: #6dab3c; }

.wpb_single_image .vc_box_border.vc_box_border_green, .wpb_single_image .vc_box_border_circle.vc_box_border_green {
  background-color: #6dab3c; }

.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink, .wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
  border-color: #f4524d; }

.wpb_single_image .vc_box_border.vc_box_border_juicy_pink, .wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
  background-color: #f4524d; }

.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown, .wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
  border-color: #f79468; }

.wpb_single_image .vc_box_border.vc_box_border_sandy_brown, .wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
  background-color: #f79468; }

.wpb_single_image .vc_box_outline.vc_box_border_purple, .wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
  border-color: #b97ebb; }

.wpb_single_image .vc_box_border.vc_box_border_purple, .wpb_single_image .vc_box_border_circle.vc_box_border_purple {
  background-color: #b97ebb; }

.wpb_single_image .vc_box_outline.vc_box_border_white, .wpb_single_image .vc_box_outline_circle.vc_box_border_white {
  border-color: #fff; }

.wpb_single_image .vc_box_border.vc_box_border_white, .wpb_single_image .vc_box_border_circle.vc_box_border_white {
  background-color: #fff; }

.masonry-filter li a, .menu-style-bordered .full-screen-nav .item-level-0 > a > span:not(.menu-label), .menu-style-bordered .main-nav .item-level-0 > a > span:not(.menu-label), .menu-style-bordered .menu-item-my-account .sub-menu li a > span:not(.menu-label), .menu-style-bordered .menu-item-my-account .sub-sub-menu li a > span:not(.menu-label), .menu-style-bordered .sub-menu-dropdown .sub-menu li a > span:not(.menu-label), .menu-style-bordered .sub-menu-dropdown .sub-sub-menu li a > span:not(.menu-label), .menu-style-bordered .woodmart-header-links .item-level-0 > a > span:not(.menu-label), .woodmart-products-tabs.tabs-design-default .products-tabs-title .tab-label, .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; }

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

.page-portfolio {
  padding-top: 0; }

.portfolio-filter {
  position: relative;
  margin-bottom: 20px; }

.portfolio-filter li {
  display: inline-block;
  padding: 10px;
  color: #333;
  font-weight: 600; }

.portfolio-filter li a {
  font-weight: inherit;
  text-transform: uppercase;
  font-size: 16px;
  color: inherit;
  opacity: 0.7; }

.portfolio-filter li a.filter-active, .portfolio-filter li a:focus, .portfolio-filter li a:hover {
  color: inherit;
  opacity: 1; }

.color-scheme-light .masonry-filter li, .woodmart-dark .masonry-filter li {
  color: #fff; }

.portfolio-entry {
  margin-bottom: 30px; }

.portfolio-entry .entry-header {
  position: relative; }

.portfolio-entry .project-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1; }

.portfolio-entry .entry-thumbnail {
  overflow: hidden;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px; }

.portfolio-entry .entry-thumbnail img {
  width: 100%; }

.portfolio-entry .portfolio-thumbnail {
  display: block;
  position: relative; }

.portfolio-entry .portfolio-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 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 .entry-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff; }

.portfolio-entry .entry-title a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }

.portfolio-entry .proj-cats-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  margin-right: 2px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7); }

.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 .social-icons-wrapper {
  position: absolute;
  top: 35px;
  right: 1px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.portfolio-entry .social-icons-wrapper:after {
  content: "\f114";
  font-family: woodmart-font;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 30px;
  display: block;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color 0.3s ease; }

.portfolio-entry .social-icons-wrapper .woodmart-social-icons {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -18px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity .3s ease,visibility .3s ease;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.9);
  padding: 5px 5px; }

.portfolio-entry .social-icons-wrapper .woodmart-social-icons a {
  color: #fff; }

.portfolio-entry .social-icons-wrapper .woodmart-social-icons a:hover {
  color: rgba(255, 255, 255, 0.8); }

.portfolio-entry .social-icons-wrapper .woodmart-social-icons:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.9);
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }

.portfolio-entry .social-icons-wrapper:hover .woodmart-social-icons {
  opacity: 1;
  visibility: visible; }

.portfolio-entry .social-icons-wrapper:hover:after {
  color: rgba(255, 255, 255, 0.8); }

.portfolio-entry .portfolio-enlarge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  color: #fff;
  text-align: center;
  outline: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity .4s ease,color .4s ease;
  transition: opacity .4s ease,color .4s ease; }

.portfolio-entry .portfolio-enlarge:after {
  content: "\f121";
  font-family: woodmart-font;
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 400; }

.portfolio-entry .portfolio-enlarge:hover {
  color: rgba(255, 255, 255, 0.8); }

.portfolio-entry .entry-summary {
  display: none; }

.portfolio-entry:hover .portfolio-enlarge, .portfolio-entry:hover .social-icons-wrapper {
  opacity: 1; }

.portfolio-entry:hover .portfolio-thumbnail:after {
  opacity: 1; }

.col-md-2.portfolio-entry .entry-title {
  font-size: 16px; }

.col-md-3.portfolio-entry .entry-title {
  font-size: 18px; }

.portfolio-hover .wrap-meta, .portfolio-hover .wrap-title {
  overflow: hidden; }

.portfolio-hover .portfolio-thumbnail {
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease,opacity .5s ease;
  -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: transform .5s ease,opacity .5s ease;
  transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease; }

.portfolio-hover .portfolio-thumbnail:after {
  -webkit-transition: visibility .5s ease,opacity .5s ease;
  transition: visibility 0.5s ease,opacity 0.5s ease; }

.portfolio-hover .entry-title, .portfolio-hover .proj-cats-list {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  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);
  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), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.portfolio-hover .proj-cats-list {
  -webkit-transform: translateY(15px);
  transform: translateY(15px); }

.portfolio-hover .entry-title {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px); }

.portfolio-hover:hover .entry-title, .portfolio-hover:hover .proj-cats-list {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.portfolio-hover:hover .portfolio-thumbnail {
  transform: scale(1.09);
  -webkit-transform: scale(1.09); }

.portfolio-parallax .portfolio-thumbnail:after {
  transition: opacity .4s ease;
  -webkit-transition: opacity 0.4s ease; }

.portfolio-parallax .portfolio-info {
  opacity: 0;
  transition: opacity .4s ease;
  -webkit-transition: opacity 0.4s ease; }

.portfolio-parallax:hover .portfolio-info {
  opacity: 1; }

.portfolio-hover .portfolio-info, .portfolio-parallax .portfolio-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px; }

.portfolio-hover-inverse .entry-header {
  overflow: hidden;
  background-color: #000; }

.portfolio-hover-inverse .portfolio-thumbnail {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform 0.4s,-webkit-transform 0.4s; }

.portfolio-hover-inverse .portfolio-thumbnail:after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .4s ease;
  transition: opacity 0.4s ease; }

.portfolio-hover-inverse .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform 0.4s,-webkit-transform 0.4s; }

.portfolio-hover-inverse:hover .portfolio-thumbnail {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px); }

.portfolio-hover-inverse:hover .portfolio-info {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.portfolio-text-shown .entry-header {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow .35s ease-in-out;
  transition: -webkit-box-shadow .35s ease-in-out;
  transition: box-shadow .35s ease-in-out;
  transition: box-shadow .35s ease-in-out,-webkit-box-shadow .35s ease-in-out;
  -webkit-transition: box-shadow 0.35s ease-in-out; }

.portfolio-text-shown .portfolio-thumbnail {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform .7s ease-out;
  -webkit-transition: -webkit-transform .7s ease-out;
  transition: -webkit-transform .7s ease-out;
  transition: transform .7s ease-out;
  transition: transform 0.7s ease-out,-webkit-transform 0.7s ease-out; }

.portfolio-text-shown .portfolio-thumbnail:after {
  -webkit-transition: visibility .7s ease-out,opacity .7s ease-out;
  transition: visibility .7s ease-out,opacity .7s ease-out;
  background-color: rgba(0, 0, 0, 0.5); }

.portfolio-text-shown .portfolio-info {
  text-align: center;
  background-color: #fff; }

.portfolio-text-shown .proj-cats-list li {
  color: #a2a2a2; }

.portfolio-text-shown .entry-title a {
  color: #2d2a2a; }

.portfolio-text-shown .entry-title a:hover {
  color: #2d2a2a;
  opacity: 0.7; }

.portfolio-text-shown:hover .entry-header {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.portfolio-text-shown:hover .portfolio-thumbnail {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05); }

.color-scheme-light .portfolio-text-shown .portfolio-info, .woodmart-dark .portfolio-text-shown .portfolio-info {
  background-color: #101010; }

.color-scheme-light .portfolio-text-shown .proj-cats-list li, .woodmart-dark .portfolio-text-shown .proj-cats-list li {
  color: rgba(255, 255, 255, 0.6); }

.color-scheme-light .portfolio-text-shown .entry-title a, .woodmart-dark .portfolio-text-shown .entry-title a {
  color: #fff; }

.color-scheme-light .portfolio-text-shown .entry-title a:hover, .woodmart-dark .portfolio-text-shown .entry-title a:hover {
  color: #fff; }

.single-portfolio .single-post-navigation {
  border-top: 2px solid rgba(199, 199, 199, 0.25);
  margin-bottom: 0; }

.single-portfolio .single-post-navigation + .vc_carousel_container {
  margin-top: 40px; }

.portfolio-spacing-0 .portfolio-entry {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }

.portfolio-spacing-0 + .vc_row-full-width + .portfolio-footer {
  margin-top: 40px; }

.portfolio-spacing-2 .portfolio-entry {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px; }

.portfolio-spacing-2 + .vc_row-full-width + .portfolio-footer {
  margin-top: 38px; }

.portfolio-spacing-6 .portfolio-entry {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px; }

.portfolio-spacing-6 + .vc_row-full-width + .portfolio-footer {
  margin-top: 34px; }

.portfolio-spacing-10 .portfolio-entry {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }

.portfolio-spacing-10 + .vc_row-full-width + .portfolio-footer {
  margin-top: 30px; }

.portfolio-spacing-20 .portfolio-entry {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }

.portfolio-spacing-20 + .vc_row-full-width + .portfolio-footer {
  margin-top: 20px; }

.portfolio-spacing-30 .portfolio-entry {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }

.portfolio-spacing-30 + .vc_row-full-width + .portfolio-footer {
  margin-top: 10px; }

.slider-type-portfolio .portfolio-entry .entry-thumbnail {
  perspective: none;
  -webkit-perspective: none; }

.header-advanced .wrapp-header > .woodmart-search-form, .header-categories .woodmart-search-form, .header-categories-nav, .menu-text-widget, .search-button > a, .site-logo, .whb-column .woodmart-search-form, .whb-column > .woodmart-button-wrapper, .whb-column > .woodmart-social-icons, .whb-html-block-element, .whb-infobox, .whb-text-element, .widgetarea-head, .woodmart-burger-icon, .woodmart-shopping-cart > a, .woodmart-wishlist-info-widget > a {
  padding-left: 10px;
  padding-right: 10px; }

.woodmart-counter {
  margin-bottom: 15px; }

.woodmart-counter > span {
  display: block; }

.woodmart-counter .counter-value {
  font-size: 36px;
  line-height: 1;
  color: #333; }

.color-scheme-light .woodmart-counter .counter-value {
  color: #fff; }

.woodmart-counter .counter-label {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #777; }

.color-scheme-light .woodmart-counter .counter-label {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-counter.counter-small .counter-value {
  font-size: 28px; }

.woodmart-counter.counter-small .counter-label {
  font-size: 14px; }

.woodmart-counter.counter-large .counter-value {
  font-size: 44px; }

.woodmart-counter.counter-large .counter-label {
  font-size: 18px; }

.woodmart-counter.counter-extra-large .counter-value {
  font-size: 54px; }

.woodmart-counter.counter-extra-large .counter-label {
  font-size: 20px; }

.woodmart-counter.color-scheme-light .counter-value {
  color: #fff; }

.woodmart-counter.color-scheme-light .counter-label {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-counter.color-scheme-dark .counter-value {
  color: #333; }

.woodmart-counter.color-scheme-dark .counter-label {
  color: #777; }

.woodmart-counter.color-scheme-custom .counter-label, .woodmart-counter.color-scheme-custom .counter-value {
  color: inherit; }

.color-scheme-light, .woodmart-dark {
  color: rgba(255, 255, 255, 0.8); }

.color-scheme-light a, .woodmart-dark a {
  color: rgba(255, 255, 255, 0.9); }

.color-scheme-light a:focus, .color-scheme-light a:hover, .woodmart-dark a:focus, .woodmart-dark a:hover {
  color: #fff; }

.color-scheme-light p, .woodmart-dark p {
  color: rgba(255, 255, 255, 0.8); }

.color-scheme-light .widget-title, .color-scheme-light .widgettitle, .color-scheme-light h1, .color-scheme-light h2, .color-scheme-light h3, .color-scheme-light h4, .color-scheme-light h5, .color-scheme-light h6, .color-scheme-light label, .woodmart-dark .widget-title, .woodmart-dark .widgettitle, .woodmart-dark h1, .woodmart-dark h2, .woodmart-dark h3, .woodmart-dark h4, .woodmart-dark h5, .woodmart-dark h6, .woodmart-dark label {
  color: #fff; }

.color-scheme-dark {
  color: #777; }

.color-scheme-dark a {
  color: #3f3f3f; }

.color-scheme-dark p {
  color: #777; }

.color-scheme-dark .title, .color-scheme-dark .widget-title, .color-scheme-dark .widgettitle, .color-scheme-dark h1, .color-scheme-dark h2, .color-scheme-dark h3, .color-scheme-dark h4, .color-scheme-dark h5, .color-scheme-dark h6, .color-scheme-dark label {
  color: #2d2a2a; }

.vc_row.vc_row-flex, .vc_row.vc_row-flex > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; }

.vc_row:after, .vc_row:before {
  content: " ";
  display: table; }

.vc_clearfix:after, .vc_column-inner::after, .vc_el-clearfix, .vc_row:after {
  clear: both; }

.vc_row.vc_row-flex {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vc_row.vc_row-flex > .vc_column_container {
  display: flex; }

.vc_ie-flexbox-fixer, .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
    min-height: 1em; } }
.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
  display: none; }

.vc_row.vc_row-o-columns-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.vc_row.vc_row-o-columns-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.vc_row.vc_row-o-columns-bottom {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.vc_row.vc_row-o-columns-middle {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after, .vc_row.vc_row-o-columns-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block; }

.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.vc_row.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vc_column-inner::after, .vc_column-inner::before {
  content: " ";
  display: table; }

.vc_ie-flexbox-fixer {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.vc_ie-flexbox-fixer > .vc_row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.vc_row.vc_column-gap-1 {
  margin-left: -15.5px;
  margin-right: -15.5px; }

.vc_row.vc_column-gap-1 > .vc_column_container {
  padding: 0.5px; }

.vc_row.vc_column-gap-2 {
  margin-left: -16px;
  margin-right: -16px; }

.vc_row.vc_column-gap-2 > .vc_column_container {
  padding: 1px; }

.vc_row.vc_column-gap-3 {
  margin-left: -16.5px;
  margin-right: -16.5px; }

.vc_row.vc_column-gap-3 > .vc_column_container {
  padding: 1.5px; }

.vc_row.vc_column-gap-4 {
  margin-left: -17px;
  margin-right: -17px; }

.vc_row.vc_column-gap-4 > .vc_column_container {
  padding: 2px; }

.vc_row.vc_column-gap-5 {
  margin-left: -17.5px;
  margin-right: -17.5px; }

.vc_row.vc_column-gap-5 > .vc_column_container {
  padding: 2.5px; }

.vc_row.vc_column-gap-10 {
  margin-left: -20px;
  margin-right: -20px; }

.vc_row.vc_column-gap-10 > .vc_column_container {
  padding: 5px; }

.vc_row.vc_column-gap-15 {
  margin-left: -22.5px;
  margin-right: -22.5px; }

.vc_row.vc_column-gap-15 > .vc_column_container {
  padding: 7.5px; }

.vc_row.vc_column-gap-20 {
  margin-left: -25px;
  margin-right: -25px; }

.vc_row.vc_column-gap-20 > .vc_column_container {
  padding: 10px; }

.vc_row.vc_column-gap-25 {
  margin-left: -27.5px;
  margin-right: -27.5px; }

.vc_row.vc_column-gap-25 > .vc_column_container {
  padding: 12.5px; }

.vc_row.vc_column-gap-30 {
  margin-left: -30px;
  margin-right: -30px; }

.vc_row.vc_column-gap-30 > .vc_column_container {
  padding: 15px; }

.vc_row.vc_column-gap-35 {
  margin-left: -32.5px;
  margin-right: -32.5px; }

.vc_row.vc_column-gap-35 > .vc_column_container {
  padding: 17.5px; }

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 35px; }

.vc_col-xs-12, .vc_column_container {
  width: 100%; }

.vc_column_container {
  padding-left: 0;
  padding-right: 0; }

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.vc_section {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px; }

.vc_section[data-vc-full-width] {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden; }

.vc_section[data-vc-full-width].vc_hidden {
  opacity: 0; }

.vc_section[data-vc-full-width] > .vc_row {
  margin-left: 0;
  margin-right: 0; }

.vc_section[data-vc-stretch-content] {
  padding-left: 0;
  padding-right: 0; }

.vc_section.vc_row-o-full-height {
  min-height: 100vh; }

.vc_section.vc_section-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.vc_section.vc_section-flex .vc_vc_row {
  width: 100%; }

.vc_section.vc_section-flex::after, .vc_section.vc_section-flex::before {
  display: none; }

.vc_section.vc_section-o-content-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.vc_section.vc_section-o-content-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.vc_section.vc_section-o-content-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vc_section.vc_section-o-content-bottom::after, .vc_section.vc_section-o-content-middle::after, .vc_section.vc_section-o-content-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block; }

.vc_row.vc_column-gap-1 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-1 > .vc_vc_column_inner > .vc_column_container {
  padding-left: .5px;
  padding-right: 0.5px; }

.vc_row.vc_column-gap-2 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-2 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 1px;
  padding-right: 1px; }

.vc_row.vc_column-gap-3 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-3 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px; }

.vc_row.vc_column-gap-4 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-4 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 2px;
  padding-right: 2px; }

.vc_row.vc_column-gap-5 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-5 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px; }

.vc_row.vc_column-gap-10 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-10 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 5px;
  padding-right: 5px; }

.vc_row.vc_column-gap-15 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-15 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.vc_row.vc_column-gap-20 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-20 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 10px;
  padding-right: 10px; }

.vc_row.vc_column-gap-25 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-25 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px; }

.vc_row.vc_column-gap-30 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-30 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px; }

.vc_row.vc_column-gap-35 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-35 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px; }

.vc_vc_column, .vc_vc_column_inner {
  padding-left: 0;
  padding-right: 0; }

.vc_row.vc_row-flex > .vc_vc_column, .vc_row.vc_row-flex > .vc_vc_column_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.vc_row.vc_row-o-equal-height > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vc_row {
  margin-left: -15px;
  margin-right: -15px; }

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-15, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
  float: left; }

.vc_col-xs-11 {
  width: 91.66667%; }

.vc_col-xs-10 {
  width: 83.33333%; }

.vc_col-xs-9 {
  width: 75%; }

.vc_col-xs-8 {
  width: 66.66667%; }

.vc_col-xs-7 {
  width: 58.33333%; }

.vc_col-xs-6 {
  width: 50%; }

.vc_col-xs-5 {
  width: 41.66667%; }

.vc_col-xs-4 {
  width: 33.33333%; }

.vc_col-xs-3 {
  width: 25%; }

.vc_col-xs-2 {
  width: 16.66667%; }

.vc_col-xs-1 {
  width: 8.33333%; }

.vc_col-xs-pull-12 {
  right: 100%; }

.vc_col-xs-pull-11 {
  right: 91.66667%; }

.vc_col-xs-pull-10 {
  right: 83.33333%; }

.vc_col-xs-pull-9 {
  right: 75%; }

.vc_col-xs-pull-8 {
  right: 66.66667%; }

.vc_col-xs-pull-7 {
  right: 58.33333%; }

.vc_col-xs-pull-6 {
  right: 50%; }

.vc_col-xs-pull-5 {
  right: 41.66667%; }

.vc_col-xs-pull-4 {
  right: 33.33333%; }

.vc_col-xs-pull-3 {
  right: 25%; }

.vc_col-xs-pull-2 {
  right: 16.66667%; }

.vc_col-xs-pull-1 {
  right: 8.33333%; }

.vc_col-xs-pull-0 {
  right: auto; }

.vc_col-xs-push-12 {
  left: 100%; }

.vc_col-xs-push-11 {
  left: 91.66667%; }

.vc_col-xs-push-10 {
  left: 83.33333%; }

.vc_col-xs-push-9 {
  left: 75%; }

.vc_col-xs-push-8 {
  left: 66.66667%; }

.vc_col-xs-push-7 {
  left: 58.33333%; }

.vc_col-xs-push-6 {
  left: 50%; }

.vc_col-xs-push-5 {
  left: 41.66667%; }

.vc_col-xs-push-4 {
  left: 33.33333%; }

.vc_col-xs-push-3 {
  left: 25%; }

.vc_col-xs-push-2 {
  left: 16.66667%; }

.vc_col-xs-push-1 {
  left: 8.33333%; }

.vc_col-xs-push-0 {
  left: auto; }

.vc_col-xs-offset-12 {
  margin-left: 100%; }

.vc_col-xs-offset-11 {
  margin-left: 91.66667%; }

.vc_col-xs-offset-10 {
  margin-left: 83.33333%; }

.vc_col-xs-offset-9 {
  margin-left: 75%; }

.vc_col-xs-offset-8 {
  margin-left: 66.66667%; }

.vc_col-xs-offset-7 {
  margin-left: 58.33333%; }

.vc_col-xs-offset-6 {
  margin-left: 50%; }

.vc_col-xs-offset-5 {
  margin-left: 41.66667%; }

.vc_col-xs-offset-4 {
  margin-left: 33.33333%; }

.vc_col-xs-offset-3 {
  margin-left: 25%; }

.vc_col-xs-offset-2 {
  margin-left: 16.66667%; }

.vc_col-xs-offset-1 {
  margin-left: 8.33333%; }

.vc_col-xs-offset-0 {
  margin-left: 0; }

.wpb_single_image a {
  border: none;
  outline: 0; }

.vc_row-no-padding .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.vc_row-no-padding .vc_row-fluid {
  margin-right: 0;
  margin-left: 0; }

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.vc_column_container {
  padding-left: 0;
  padding-right: 0; }

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

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

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

.owl-carousel .product {
  margin-bottom: 0; }

.owl-nav, .wrap-loading-arrow {
  font-size: 0; }

.owl-nav > div, .wrap-loading-arrow > div {
  position: absolute;
  top: 50%;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-top: -25px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 250;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.owl-nav > div:after, .wrap-loading-arrow > div:after {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease; }

.owl-nav > div[class*="prev"], .wrap-loading-arrow > div[class*="prev"] {
  padding-right: 2px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px); }

.owl-nav > div[class*="prev"]:after, .wrap-loading-arrow > div[class*="prev"]:after {
  content: "\f111";
  font-family: "woodmart-font"; }

.owl-nav > div[class*="next"], .wrap-loading-arrow > div[class*="next"] {
  padding-left: 2px;
  -webkit-transform: translateX(30px);
  transform: translateX(30px); }

.owl-nav > div[class*="next"]:after, .wrap-loading-arrow > div[class*="next"]:after {
  content: "\f110";
  font-family: "woodmart-font"; }

.browser-Safari .owl-nav > div, .browser-Safari .wrap-loading-arrow > div {
  visibility: visible; }

.color-scheme-light .owl-nav > div, .woodmart-dark .owl-nav > div, .color-scheme-light .wrap-loading-arrow > div, .woodmart-dark .wrap-loading-arrow > div {
  color: white; }

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

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

.owl-nav > div:hover {
  color: rgba(0, 0, 0, 0.5); }

.color-scheme-light .owl-nav > div:hover {
  color: rgba(255, 255, 255, 0.8); }

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

.owl-dots {
  text-align: center;
  margin-top: 5px; }

.owl-dots .owl-dot {
  display: inline-block;
  margin-top: 10px; }

.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.color-scheme-light .owl-dots .owl-dot span, .woodmart-dark .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.4); }

.owl-dots .owl-dot:not(.active):hover span {
  border-color: #3e3e3e; }

.color-scheme-light .owl-dots .owl-dot:not(.active):hover span, .woodmart-dark .owl-dots .owl-dot:not(.active):hover span {
  border-color: rgba(255, 255, 255, 0.8); }

.owl-dots .owl-dot.active span {
  border-color: #3e3e3e;
  background-color: #3e3e3e; }

.color-scheme-light .owl-dots .owl-dot.active span, .woodmart-dark .owl-dots .owl-dot.active span {
  border-color: #fff;
  background-color: #fff; }

.categories-style-carousel, .slider-type-post, .slider-type-product {
  margin-bottom: 35px; }

.slider-type-post .owl-stage-outer {
  padding-top: 11px;
  padding-bottom: 11px; }

.slider-type-product .owl-stage-outer {
  padding-top: 3px;
  padding-bottom: 3px; }

.owl-carousel:not(.owl-loaded):after {
  content: "";
  clear: both;
  display: block; }

.owl-carousel:not(.owl-loaded):after {
  position: static; }

.owl-carousel:not(.owl-loaded) > div {
  float: left; }

.wrap-loading-arrow > div {
  position: fixed; }

.shopify-product-gallery .owl-nav > div:not(.disabled):hover, .wrap-loading-arrow > div:not(.disabled):hover {
  color: rgba(0, 0, 0, 0.5); }

.shopify-product-gallery .owl-nav > div.disabled, .wrap-loading-arrow > div.disabled {
  color: rgba(0, 0, 0, 0.4);
  cursor: default; }

.color-scheme-light .wrap-loading-arrow > div:not(.disabled):hover, .woodmart-dark .shopify-product-gallery .owl-nav > div:not(.disabled):hover, .woodmart-dark .wrap-loading-arrow > div:not(.disabled):hover {
  color: rgba(255, 255, 255, 0.8); }

.color-scheme-light .wrap-loading-arrow > div.disabled, .woodmart-dark .shopify-product-gallery .owl-nav > div.disabled, .woodmart-dark .wrap-loading-arrow > div.disabled {
  color: rgba(255, 255, 255, 0.6); }

.comments-area .comment-body ol > li, .entry-content > ol ol > li, .entry-content > ol > li, .entry-content > ul ol > li, .header-banner-container > ol ol > li, .header-banner-container > ol > li, .header-banner-container > ul ol > li, .hover-content-inner > ol ol > li, .hover-content-inner > ol > li, .hover-content-inner > ul ol > li, .order-list ol > li, .order-list > li, .portfolio-single-content > ol ol > li, .portfolio-single-content > ol > li, .portfolio-single-content > ul ol > li, .textwidget > ol:not(.menu) ol > li, .textwidget > ol:not(.menu) > li, .textwidget > ul:not(.menu) ol > li, .unordered-list ol > li, .wc-tab-inner > div > ol ol > li, .wc-tab-inner > div > ol > li, .wc-tab-inner > div > ul ol > li, .woocommerce-product-details__short-description > ol ol > li, .woocommerce-product-details__short-description > ol > li, .woocommerce-product-details__short-description > ul ol > li, .woocommerce-terms-and-conditions > ol ol > li, .woocommerce-terms-and-conditions > ol > li, .woocommerce-terms-and-conditions > ul ol > li, .woodmart-entry-content > ol ol > li, .woodmart-entry-content > ol > li, .woodmart-entry-content > ul ol > li, .woodmart-text-block > ol ol > li, .woodmart-text-block > ol > li, .woodmart-text-block > ul ol > li, .wpb_text_column .wpb_wrapper > ol ol > li, .wpb_text_column .wpb_wrapper > ol > li, .wpb_text_column .wpb_wrapper > ul ol > li {
  list-style: decimal; }

.comments-area .comment-body ol > li:before, .entry-content > ol ol > li:before, .entry-content > ol > li:before, .entry-content > ul ol > li:before, .header-banner-container > ol ol > li:before, .header-banner-container > ol > li:before, .header-banner-container > ul ol > li:before, .hover-content-inner > ol ol > li:before, .hover-content-inner > ol > li:before, .hover-content-inner > ul ol > li:before, .order-list ol > li:before, .order-list > li:before, .portfolio-single-content > ol ol > li:before, .portfolio-single-content > ol > li:before, .portfolio-single-content > ul ol > li:before, .textwidget > ol:not(.menu) ol > li:before, .textwidget > ol:not(.menu) > li:before, .textwidget > ul:not(.menu) ol > li:before, .unordered-list ol > li:before, .wc-tab-inner > div > ol ol > li:before, .wc-tab-inner > div > ol > li:before, .wc-tab-inner > div > ul ol > li:before, .woocommerce-product-details__short-description > ol ol > li:before, .woocommerce-product-details__short-description > ol > li:before, .woocommerce-product-details__short-description > ul ol > li:before, .woocommerce-terms-and-conditions > ol ol > li:before, .woocommerce-terms-and-conditions > ol > li:before, .woocommerce-terms-and-conditions > ul ol > li:before, .woodmart-entry-content > ol ol > li:before, .woodmart-entry-content > ol > li:before, .woodmart-entry-content > ul ol > li:before, .woodmart-text-block > ol ol > li:before, .woodmart-text-block > ol > li:before, .woodmart-text-block > ul ol > li:before, .wpb_text_column .wpb_wrapper > ol ol > li:before, .wpb_text_column .wpb_wrapper > ol > li:before, .wpb_text_column .wpb_wrapper > ul ol > li:before {
  content: none; }

.comments-area .comment-body ul > li, .entry-content > ol ul > li, .entry-content > ul ul > li, .entry-content > ul > li, .header-banner-container > ol ul > li, .header-banner-container > ul ul > li, .header-banner-container > ul > li, .hover-content-inner > ol ul > li, .hover-content-inner > ul ul > li, .hover-content-inner > ul > li, .order-list ul > li, .portfolio-single-content > ol ul > li, .portfolio-single-content > ul ul > li, .portfolio-single-content > ul > li, .textwidget > ol:not(.menu) ul > li, .textwidget > ul:not(.menu) ul > li, .textwidget > ul:not(.menu) > li, .unordered-list ul > li, .unordered-list > li, .wc-tab-inner > div > ol ul > li, .wc-tab-inner > div > ul ul > li, .wc-tab-inner > div > ul > li, .woocommerce-product-details__short-description > ol ul > li, .woocommerce-product-details__short-description > ul ul > li, .woocommerce-product-details__short-description > ul > li, .woocommerce-terms-and-conditions > ol ul > li, .woocommerce-terms-and-conditions > ul ul > li, .woocommerce-terms-and-conditions > ul > li, .woodmart-entry-content > ol ul > li, .woodmart-entry-content > ul ul > li, .woodmart-entry-content > ul > li, .woodmart-text-block > ol ul > li, .woodmart-text-block > ul ul > li, .woodmart-text-block > ul > li, .wpb_text_column .wpb_wrapper > ol ul > li, .wpb_text_column .wpb_wrapper > ul ul > li, .wpb_text_column .wpb_wrapper > ul > li {
  list-style: none;
  position: relative; }

.comments-area .comment-body ul > li:before, .entry-content > ol ul > li:before, .entry-content > ul ul > li:before, .entry-content > ul > li:before, .header-banner-container > ol ul > li:before, .header-banner-container > ul ul > li:before, .header-banner-container > ul > li:before, .hover-content-inner > ol ul > li:before, .hover-content-inner > ul ul > li:before, .hover-content-inner > ul > li:before, .order-list ul > li:before, .portfolio-single-content > ol ul > li:before, .portfolio-single-content > ul ul > li:before, .portfolio-single-content > ul > li:before, .textwidget > ol:not(.menu) ul > li:before, .textwidget > ul:not(.menu) ul > li:before, .textwidget > ul:not(.menu) > li:before, .unordered-list ul > li:before, .unordered-list > li:before, .wc-tab-inner > div > ol ul > li:before, .wc-tab-inner > div > ul ul > li:before, .wc-tab-inner > div > ul > li:before, .woocommerce-product-details__short-description > ol ul > li:before, .woocommerce-product-details__short-description > ul ul > li:before, .woocommerce-product-details__short-description > ul > li:before, .woocommerce-terms-and-conditions > ol ul > li:before, .woocommerce-terms-and-conditions > ul ul > li:before, .woocommerce-terms-and-conditions > ul > li:before, .woodmart-entry-content > ol ul > li:before, .woodmart-entry-content > ul ul > li:before, .woodmart-entry-content > ul > li:before, .woodmart-text-block > ol ul > li:before, .woodmart-text-block > ul ul > li:before, .woodmart-text-block > ul > li:before, .wpb_text_column .wpb_wrapper > ol ul > li:before, .wpb_text_column .wpb_wrapper > ul ul > li:before, .wpb_text_column .wpb_wrapper > ul > li:before {
  content: "\f110";
  font-family: woodmart-font;
  position: absolute;
  top: 6px;
  left: -20px;
  font-size: 8px; }

.comments-area .comment-body ol, .comments-area .comment-body ul, .entry-content > ol, .entry-content > ul, .header-banner-container > ol, .header-banner-container > ul, .hover-content-inner > ol, .hover-content-inner > ul, .order-list, .portfolio-single-content > ol, .portfolio-single-content > ul, .textwidget > ol:not(.menu), .textwidget > ul:not(.menu), .unordered-list, .wc-tab-inner > div > ol, .wc-tab-inner > div > ul, .woocommerce-product-details__short-description > ol, .woocommerce-product-details__short-description > ul, .woocommerce-terms-and-conditions > ol, .woocommerce-terms-and-conditions > ul, .woodmart-entry-content > ol, .woodmart-entry-content > ul, .woodmart-text-block > ol, .woodmart-text-block > ul, .wpb_text_column .wpb_wrapper > ol, .wpb_text_column .wpb_wrapper > ul {
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: left; }

.comments-area .comment-body ol li, .comments-area .comment-body ul li, .entry-content > ol li, .entry-content > ul li, .header-banner-container > ol li, .header-banner-container > ul li, .hover-content-inner > ol li, .hover-content-inner > ul li, .order-list li, .portfolio-single-content > ol li, .portfolio-single-content > ul li, .textwidget > ol:not(.menu) li, .textwidget > ul:not(.menu) li, .unordered-list li, .wc-tab-inner > div > ol li, .wc-tab-inner > div > ul li, .woocommerce-product-details__short-description > ol li, .woocommerce-product-details__short-description > ul li, .woocommerce-terms-and-conditions > ol li, .woocommerce-terms-and-conditions > ul li, .woodmart-entry-content > ol li, .woodmart-entry-content > ul li, .woodmart-text-block > ol li, .woodmart-text-block > ul li, .wpb_text_column .wpb_wrapper > ol li, .wpb_text_column .wpb_wrapper > ul li {
  margin-bottom: 10px; }

.brands-carousel .owl-nav > div[class*="prev"] {
  left: -40px; }

.brands-carousel .owl-nav > div[class*="next"] {
  right: -40px; }

.spb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }

.spb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

.spb_single_image .vc_single_image-wrapper.vc_box_rounded, .spb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.spb_single_image .vc_single_image-wrapper.vc_box_outline, .spb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #EBEBEB; }

.spb_single_image .vc_single_image-wrapper.vc_box_outline img, .spb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #EBEBEB; }

.spb_single_image .vc_single_image-wrapper.vc_box_border, .spb_single_image .vc_single_image-wrapper.vc_box_border_circle, .spb_single_image .vc_single_image-wrapper.vc_box_border img, .spb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none; }

.spb_single_image .vc_single_image-wrapper.vc_box_shadow, .spb_single_image .vc_single_image-wrapper.vc_box_shadow img, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_border img, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.spb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
  padding: 6px; }

.spb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px; }

.spb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.spb_single_image .vc_single_image-wrapper.vc_box_border_circle, .spb_single_image .vc_single_image-wrapper.vc_box_border_circle img, .spb_single_image .vc_single_image-wrapper.vc_box_circle, .spb_single_image .vc_single_image-wrapper.vc_box_circle img, .spb_single_image .vc_single_image-wrapper.vc_box_outline_circle, .spb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden; }

.spb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_circle, .spb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.spb_single_image.vc_align_center {
  text-align: center; }

.spb_single_image.vc_align_right {
  text-align: right; }

.spb_single_image.vc_align_left {
  text-align: left; }

.spb_single_image .vc_box_shadow_3d {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%; }

.spb_single_image .vc_box_shadow_3d:after, .spb_single_image .vc_box_shadow_3d:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
  left: 5px;
  right: 50%;
  bottom: 8px;
  height: 30%;
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg); }

.spb_single_image .vc_box_shadow_3d:after {
  left: 50%;
  right: 5px;
  -webkit-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  transform: skewY(6deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.spb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%; }

.spb_single_image .vc_figure-caption {
  margin-top: .2em;
  font-size: .8em; }

.promo-banner {
  position: relative;
  overflow: hidden; }

.promo-banner .promo-banner-image {
  width: 100%; }

.promo-banner .wrapper-content-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px; }

.promo-banner .content-banner {
  position: relative;
  width: 100%; }

.promo-banner .content-banner > div:first-child {
  margin-top: 0; }

.promo-banner .banner-title-wrap .banner-subtitle:first-child, .promo-banner .banner-title-wrap .banner-title:first-child {
  margin-top: 0; }

.promo-banner .banner-title-wrap:empty {
  display: none; }

.promo-banner .banner-subtitle {
  display: block; }

.promo-banner .banner-title {
  margin-bottom: 0; }

.promo-banner .banner-inner h1, .promo-banner .banner-inner h2, .promo-banner .banner-inner h3, .promo-banner .banner-inner h4, .promo-banner .banner-inner h5, .promo-banner .banner-inner h6, .promo-banner .banner-inner p {
  margin-bottom: 10px; }

.promo-banner .banner-inner h1:last-child, .promo-banner .banner-inner h2:last-child, .promo-banner .banner-inner h3:last-child, .promo-banner .banner-inner h4:last-child, .promo-banner .banner-inner h5:last-child, .promo-banner .banner-inner h6:last-child, .promo-banner .banner-inner p:last-child {
  margin-bottom: 0; }

.promo-banner .banner-inner p:first-child:empty {
  display: none; }

.content-spacing-default .banner-inner, .content-spacing-default .banner-subtitle, .content-spacing-default .banner-title {
  margin-top: 7px; }

.content-spacing-default .banner-btn-wrapper {
  margin-top: 15px; }

.content-spacing-medium .banner-inner, .content-spacing-medium .banner-subtitle, .content-spacing-medium .banner-title {
  margin-top: 10px; }

.content-spacing-medium .banner-btn-wrapper {
  margin-top: 20px; }

.content-spacing-large .banner-inner, .content-spacing-large .banner-subtitle, .content-spacing-large .banner-title {
  margin-top: 15px; }

.content-spacing-large .banner-btn-wrapper {
  margin-top: 30px; }

.subtitle-style-background.banner-subtitle {
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 10px;
  display: inline-block; }

.subtitle-color-default.subtitle-style-background {
  color: #333;
  background-color: #f4f4f4; }

.subtitle-color-primary.subtitle-style-background {
  color: #fff; }

.subtitle-color-alt.subtitle-style-background {
  color: #fff; }

.banner-title-small .banner-subtitle {
  font-size: 14px; }

.banner-title-small .banner-title {
  font-size: 16px; }

.banner-title-default .banner-subtitle {
  font-size: 14px; }

.banner-title-default .banner-title {
  font-size: 22px; }

.banner-title-large .banner-subtitle {
  font-size: 16px; }

.banner-title-large .subtitle-style-background {
  font-size: 14px; }

.banner-title-large .banner-title {
  line-height: 1.2;
  font-size: 28px; }

.banner-title-extra-large .banner-subtitle {
  font-size: 18px; }

.banner-title-extra-large .subtitle-style-background {
  font-size: 14px; }

.banner-title-extra-large .banner-title {
  line-height: 1.2;
  font-size: 32px; }

.banner-title-custom .subtitle-style-background {
  line-height: 1.2 !important; }

.content-banner .content-size-default {
  font-size: 14px; }

.content-banner .content-size-medium {
  font-size: 16px; }

.content-banner .content-size-large {
  font-size: 18px; }

.banner-increased-padding .wrapper-content-banner {
  padding: 7%; }

.banner-vr-align-middle .wrapper-content-banner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.banner-vr-align-bottom .wrapper-content-banner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.banner-hr-align-left .wrapper-content-banner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.banner-hr-align-right .wrapper-content-banner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.banner-hr-align-center .wrapper-content-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.banner-hover-zoom {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px; }

.banner-hover-zoom .banner-image {
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.banner-hover-zoom:hover .banner-image {
  transform: scale(1.09);
  -webkit-transform: scale(1.09); }

.banner-hover-zoom-reverse {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px; }

.banner-hover-zoom-reverse .banner-image {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }

.banner-hover-zoom-reverse:hover .banner-image {
  transform: none;
  -webkit-transform: none; }

.banner-hover-background, .banner-hover-border {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px; }

.banner-hover-background .banner-image, .banner-hover-border .banner-image {
  -webkit-transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18); }

.banner-hover-background:hover .banner-image, .banner-hover-border:hover .banner-image {
  transform: scale(1.09);
  -webkit-transform: scale(1.09); }

.banner-hover-background:not(.banner-background) .wrapper-content-banner, .banner-hover-background:not(.banner-border) .wrapper-content-banner, .banner-hover-border:not(.banner-background) .wrapper-content-banner, .banner-hover-border:not(.banner-border) .wrapper-content-banner {
  overflow: hidden;
  padding: 40px; }

.banner-hover-background:not(.banner-background) .wrapper-content-banner:after, .banner-hover-background:not(.banner-border) .wrapper-content-banner:after, .banner-hover-border:not(.banner-background) .wrapper-content-banner:after, .banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -webkit-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);
  -webkit-transition: opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  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);
  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), -webkit-transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1); }

.banner-hover-background:not(.banner-background) .content-banner, .banner-hover-background:not(.banner-border) .content-banner, .banner-hover-border:not(.banner-background) .content-banner, .banner-hover-border:not(.banner-border) .content-banner {
  z-index: 4; }

.banner-hover-background:not(.banner-background):hover .wrapper-content-banner:after, .banner-hover-background:not(.banner-border):hover .wrapper-content-banner:after, .banner-hover-border:not(.banner-background):hover .wrapper-content-banner:after, .banner-hover-border:not(.banner-border):hover .wrapper-content-banner:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1); }

.banner-hover-background.banner-border .wrapper-content-banner:after, .banner-hover-background.banner-background .wrapper-content-banner:after, .banner-hover-border.banner-border .wrapper-content-banner:after, .banner-hover-border.banner-background .wrapper-content-banner:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
  background-color: rgba(0, 0, 0, 0.9); }

.banner-hover-background.color-scheme-dark:not(.banner-border) .wrapper-content-banner:after {
  background-color: rgba(255, 255, 255, 0.9); }

.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
  border: 5px solid rgba(255, 255, 255, 0.3); }

.banner-hover-border.color-scheme-dark:not(.banner-border) .wrapper-content-banner:after {
  border-color: rgba(0, 0, 0, 0.1); }

.banner-mask .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  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.banner-hover-zoom-reverse:hover .wrapper-content-banner, .banner-mask.banner-hover-zoom:hover .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.6); }

.banner-mask.banner-hover-zoom-reverse.color-scheme-dark:hover .wrapper-content-banner, .banner-mask.banner-hover-zoom.color-scheme-dark:hover .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.6); }

.banner-shadow {
  -webkit-box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5); }

.banner-background .wrapper-content-banner, .banner-border .wrapper-content-banner {
  overflow: hidden;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px; }

.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 rgba(255, 255, 255, 0.3); }

.banner-border.color-scheme-dark .wrapper-content-banner {
  border-color: rgba(0, 0, 0, 0.1); }

.hover-color-scheme-dark, .hover-color-scheme-light {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.hover-color-scheme-light:hover {
  color: rgba(255, 255, 255, 0.8); }

.hover-color-scheme-light:hover h1, .hover-color-scheme-light:hover h2, .hover-color-scheme-light:hover h3, .hover-color-scheme-light:hover h4, .hover-color-scheme-light:hover h5, .hover-color-scheme-light:hover h6 {
  color: #fff; }

.banner-content-background .wrapper-content-banner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  perspective: 800px; }

.banner-content-background.banner-vr-align-top .wrapper-content-banner {
  bottom: auto; }

.banner-content-background.banner-vr-align-middle .wrapper-content-banner {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.banner-content-background.banner-vr-align-bottom .wrapper-content-banner {
  top: auto; }

.banner-content-background.banner-hr-align-left .wrapper-content-banner {
  right: auto; }

.banner-content-background.banner-hr-align-center .wrapper-content-banner {
  left: 50%;
  right: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.banner-content-background.banner-hr-align-center.banner-vr-align-middle .wrapper-content-banner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.banner-content-background.banner-hr-align-right .wrapper-content-banner {
  left: auto; }

.banner-content-background.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.8); }

.banner-border .wrapper-content-banner {
  border: 5px solid rgba(255, 255, 255, 0.3); }

.banner-border.color-scheme-dark .wrapper-content-banner {
  border-color: rgba(0, 0, 0, 0.1); }

.woodmart-info-box {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.woodmart-info-box .box-icon-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0; }

.woodmart-info-box .with-icon .info-box-icon {
  display: inline-block;
  overflow: hidden; }

.woodmart-info-box .with-text {
  line-height: 1;
  font-weight: bold; }

.woodmart-info-box .with-text.icon-style-with-bg .info-box-icon, .woodmart-info-box .with-text.icon-style-with-border .info-box-icon {
  padding: 0 10px;
  border-radius: 100px; }

.woodmart-info-box .with-text.text-size-small {
  font-size: 38px; }

.woodmart-info-box .with-text.text-size-small.icon-style-with-bg .info-box-icon, .woodmart-info-box .with-text.text-size-small.icon-style-with-border .info-box-icon {
  height: 85px;
  line-height: 85px;
  min-width: 85px; }

.woodmart-info-box .with-text.text-size-default {
  font-size: 52px; }

.woodmart-info-box .with-text.text-size-default.icon-style-with-bg .info-box-icon, .woodmart-info-box .with-text.text-size-default.icon-style-with-border .info-box-icon {
  height: 100px;
  line-height: 100px;
  min-width: 100px; }

.woodmart-info-box .with-text.text-size-large {
  font-size: 52px; }

.woodmart-info-box .with-text.text-size-large.icon-style-with-bg .info-box-icon, .woodmart-info-box .with-text.text-size-large.icon-style-with-border .info-box-icon {
  height: 100px;
  line-height: 100px;
  min-width: 100px; }

.woodmart-info-box .info-svg-wrapper {
  display: inline-block; }

.woodmart-info-box .info-svg-wrapper svg {
  width: inherit !important;
  height: inherit !important; }

.woodmart-info-box .icon-style-with-bg .info-box-icon, .woodmart-info-box .icon-style-with-border .info-box-icon {
  text-align: center;
  border-radius: 50%; }

.woodmart-info-box .icon-style-with-bg .info-box-icon {
  padding: 20px;
  background-color: #f4f4f4;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }

.woodmart-info-box .icon-style-with-border .info-box-icon {
  padding: 18px;
  border: 2px solid #f4f4f4;
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease; }

.woodmart-info-box .info-box-subtitle {
  margin-bottom: 9px;
  line-height: 1.4; }

.woodmart-info-box .subtitle-color-default.subtitle-style-background {
  color: #333;
  background-color: #f4f4f4; }

.woodmart-info-box .subtitle-color-primary.subtitle-style-background {
  color: white; }

.woodmart-info-box .subtitle-color-alt.subtitle-style-background {
  color: white; }

.woodmart-info-box .subtitle-style-background {
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 10px;
  display: inline-block; }

.woodmart-info-box .info-box-title {
  margin-bottom: 10px; }

.woodmart-info-box .info-box-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative; }

.woodmart-info-box .info-box-inner p:first-child:empty, .woodmart-info-box .info-box-inner p:first-child:empty ~ p:last-child {
  display: none; }

.woodmart-info-box .info-btn-wrapper {
  margin-top: 15px; }

.woodmart-info-box.box-title-small .info-box-subtitle {
  font-size: 14px; }

.woodmart-info-box.box-title-small .info-box-title {
  font-size: 16px; }

.woodmart-info-box.box-title-default .info-box-subtitle {
  font-size: 14px; }

.woodmart-info-box.box-title-default .info-box-title {
  font-size: 20px; }

.woodmart-info-box.box-title-large .info-box-subtitle {
  font-size: 16px; }

.woodmart-info-box.box-title-large .info-box-title {
  font-size: 28px;
  line-height: 1.3; }

.woodmart-info-box.box-title-large .subtitle-style-background .info-box-subtitle {
  font-size: 14px; }

.woodmart-info-box.box-title-extra-large .info-box-subtitle {
  font-size: 18px; }

.woodmart-info-box.box-title-extra-large .info-box-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold; }

.woodmart-info-box.box-title-extra-large .subtitle-style-background .info-box-subtitle {
  font-size: 14px; }

.woodmart-info-box.icon-alignment-top .box-icon-wrapper {
  margin-bottom: 15px; }

.woodmart-info-box.icon-alignment-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.woodmart-info-box.icon-alignment-left .box-icon-wrapper {
  max-width: 50%;
  margin-right: 20px; }

.woodmart-info-box.icon-alignment-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.woodmart-info-box.icon-alignment-right .box-icon-wrapper {
  max-width: 50%;
  margin-left: 20px; }

.woodmart-info-box.box-shadow {
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow .7s ease;
  -webkit-transition: -webkit-box-shadow .7s ease;
  transition: -webkit-box-shadow .7s ease;
  transition: box-shadow .7s ease;
  transition: box-shadow .7s ease, -webkit-box-shadow .7s ease; }

.woodmart-info-box.box-shadow:hover {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.woodmart-info-box.box-bg-hover {
  padding: 30px;
  -webkit-box-shadow: 2px 3px 14px transparent;
  box-shadow: 2px 3px 14px transparent; }

.woodmart-info-box.box-bg-hover .info-svg-wrapper svg {
  -webkit-transition: fill .25s ease;
  transition: fill .25s ease; }

.woodmart-info-box.box-bg-hover:hover {
  -webkit-box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.16); }

.woodmart-info-box.box-bg-gradient {
  position: relative; }

.woodmart-info-box.box-bg-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.woodmart-info-box.box-bg-gradient .box-icon-wrapper, .woodmart-info-box.box-bg-gradient .info-box-content {
  z-index: 1; }

.woodmart-info-box.box-bg-gradient:hover:after {
  opacity: 1; }

.woodmart-info-box.box-border .info-box-content {
  border: 3px solid rgba(119, 119, 119, 0.17);
  padding: 30px; }

.woodmart-info-box.box-border .box-icon-wrapper {
  z-index: 2;
  position: relative; }

.woodmart-info-box.box-border.icon-alignment-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woodmart-info-box.box-border.icon-alignment-left .info-box-content {
  padding-left: 50px; }

.woodmart-info-box.box-border.icon-alignment-left .info-box-icon {
  margin-right: -50px; }

.woodmart-info-box.box-border.icon-alignment-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woodmart-info-box.box-border.icon-alignment-right .info-box-content {
  padding-right: 50px; }

.woodmart-info-box.box-border.icon-alignment-right .info-box-icon {
  margin-left: -50px; }

.woodmart-info-box.box-border.icon-alignment-top .box-icon-wrapper {
  margin-bottom: -25px;
  padding-left: 30px;
  padding-right: 30px; }

.woodmart-info-box.box-border.icon-alignment-top .info-box-content {
  padding-top: 35px; }

.woodmart-info-box.box-border.btn-position-static .info-btn-wrapper {
  margin-bottom: -30px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: 0; }

.woodmart-info-box.box-border.btn-position-hover .info-btn-wrapper {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  margin-top: -15px; }

.woodmart-info-box.box-border.btn-position-hover.icon-alignment-left .info-btn-wrapper {
  margin-left: 50px; }

.woodmart-info-box.box-border.btn-position-hover.icon-alignment-right .info-btn-wrapper {
  margin-right: 50px; }

.woodmart-info-box.btn-position-hover .info-btn-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  margin-top: 0;
  padding-top: 15px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: transform 0.25s ease,  opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease,  -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease,  -webkit-transform 0.25s ease;
  transition: transform 0.25s ease,  opacity 0.25s ease;
  transition: transform 0.25s ease,  opacity 0.25s ease,  -webkit-transform 0.25s ease; }

.woodmart-info-box.btn-position-hover:hover .info-btn-wrapper {
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.woodmart-info-box.info-box-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.woodmart-info-box.info-box-inline:not(:last-child) {
  margin-right: 15px; }

.woodmart-info-box.color-scheme-light.box-border .info-box-content {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-info-box.hover-color-scheme-light:hover .info-svg-wrapper svg {
  fill: white; }

.woodmart-info-box.hover-color-scheme-light:hover .info-box-icon {
  color: white; }

.whb-column > .info-box-wrapper .woodmart-info-box {
  margin-bottom: 0; }

.woodmart-info-box .info-box-inner p {
  margin: 0; }

.box-icon-align-top .box-icon-wrapper {
  margin-bottom: 15px; }

.box-icon-align-top .box-icon-wrapper {
  margin-bottom: 15px; }

.box-icon-align-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.box-icon-align-left .box-icon-wrapper {
  max-width: 50%;
  margin-right: 20px; }

.box-icon-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.box-icon-align-right .box-icon-wrapper {
  max-width: 50%;
  margin-left: 20px; }

.box-title-style-underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2); }

.woodmart-info-box.color-scheme-light .box-title-style-underlined, .woodmart-info-box.hover-color-scheme-light:hover .box-title-style-underlined {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-info-box.color-scheme-light .info-box-subtitle {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-info-box.color-scheme-light.box-border .info-box-content {
  border-color: rgba(255, 255, 255, 0.15); }

.info-box-wrapper.inline-element {
  max-width: 100%; }

.info-box-carousel .inline-element {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.info-box-carousel .inline-element .woodmart-info-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.title, .shopify-Reviews .comment-reply-title, h1, h2, h3, h4, h5, h6, legend {
  color: #2d2a2a;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  display: block; }

.group_table td.label a, .product-grid-item .product-title, .product-title, .widget_recent_comments ul li > a, .widget_recent_entries ul li a, .widget_recent_reviews li a, .woodmart-menu-price .menu-price-title, .woodmart-recent-posts .entry-title a, .yith-woocompare-widget .products-list li a.title, table.compare-list tr.title td {
  color: #333;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 1.3; }

.color-scheme-light .group_table td.label a, .color-scheme-light .product-title, .woodmart-hover-info-alt h3.product-title a, .color-scheme-light .widget_recent_comments ul li > a, .color-scheme-light .widget_recent_entries ul li a, .color-scheme-light .widget_recent_reviews li a, .color-scheme-light .woodmart-menu-price .menu-price-title, .color-scheme-light .woodmart-recent-posts .entry-title a, .color-scheme-light .yith-woocompare-widget .products-list li a.title, .color-scheme-light table.compare-list tr.title td, .group_table td.label .color-scheme-light a, .group_table td.label .woodmart-dark a, .widget_recent_comments ul .color-scheme-light li > a, .widget_recent_comments ul .woodmart-dark li > a, .widget_recent_entries ul li .color-scheme-light a, .widget_recent_entries ul li .woodmart-dark a, .widget_recent_reviews li .color-scheme-light a, .widget_recent_reviews li .woodmart-dark a, .woodmart-dark .group_table td.label a, .woodmart-dark .product-title, .woodmart-dark .widget_recent_comments ul li > a, .woodmart-dark .widget_recent_entries ul li a, .woodmart-dark .widget_recent_reviews li a, .woodmart-dark .woodmart-menu-price .menu-price-title, .woodmart-dark .woodmart-recent-posts .entry-title a, .woodmart-dark .yith-woocompare-widget .products-list li a.title, .woodmart-dark table.compare-list tr.title td, .woodmart-menu-price .color-scheme-light .menu-price-title, .woodmart-menu-price .woodmart-dark .menu-price-title, .woodmart-recent-posts .entry-title .color-scheme-light a, .woodmart-recent-posts .entry-title .woodmart-dark a, .yith-woocompare-widget .products-list li .color-scheme-light a.title, .yith-woocompare-widget .products-list li .woodmart-dark a.title, table.compare-list tr.title .color-scheme-light td, table.compare-list tr.title .woodmart-dark td {
  color: #fff; }

.star-rating .spr-icon:before {
  content: "\f005";
  font-family: fontawesome;
  color: #eabe12; }

.star-rating .spr-icon.spr-icon-star-empty:before {
  content: "\f006";
  font-family: fontawesome;
  color: #c9c9c9 !important; }

.category-nav-link .category-name:after, .masonry-filter li a:after, .menu-style-bordered .full-screen-nav .item-level-0 > a > span:not(.menu-label):after, .menu-style-bordered .main-nav .item-level-0 > a > span:not(.menu-label):after, .menu-style-bordered .menu-item-my-account .sub-menu li a > span:not(.menu-label):after, .menu-style-bordered .menu-item-my-account .sub-sub-menu li a > span:not(.menu-label):after, .menu-style-bordered .sub-menu-dropdown .sub-menu li a > span:not(.menu-label):after, .menu-style-bordered .sub-menu-dropdown .sub-sub-menu li a > span:not(.menu-label):after, .menu-style-bordered .woodmart-header-links .item-level-0 > a > span:not(.menu-label):after, .woodmart-checkout-steps ul li span:after, .woodmart-products-tabs.tabs-design-default .products-tabs-title .tab-label:after, .woodmart-products-tabs.tabs-design-alt .products-tabs-title .tab-label:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.document-ready .woodmart-checkout-steps .step-active span:after, .masonry-filter li a.filter-active:after, .masonry-filter li a:focus:after, .masonry-filter li a:hover:after, .menu-style-bordered .full-screen-nav .item-level-0.current-menu-item > a > span:not(.menu-label):after, .menu-style-bordered .full-screen-nav .item-level-0.sub-menu-open > a > span:not(.menu-label):after, .menu-style-bordered .full-screen-nav .item-level-0 > a:hover > span:not(.menu-label):after, .menu-style-bordered .main-nav .item-level-0.current-menu-item > a span:not(.menu-label):after, .menu-style-bordered .main-nav .item-level-0:hover > a span:not(.menu-label):after, .menu-style-bordered .menu-item-my-account .sub-menu li a:focus span:not(.menu-label):after, .menu-style-bordered .menu-item-my-account .sub-menu li a:hover span:not(.menu-label):after, .menu-style-bordered .menu-item-my-account .sub-sub-menu li a:focus span:not(.menu-label):after, .menu-style-bordered .menu-item-my-account .sub-sub-menu li a:hover span:not(.menu-label):after, .menu-style-bordered .sub-menu-dropdown .sub-menu li a:focus span:not(.menu-label):after, .menu-style-bordered .sub-menu-dropdown .sub-menu li a:hover span:not(.menu-label):after, .menu-style-bordered .sub-menu-dropdown .sub-sub-menu li a:focus span:not(.menu-label):after, .menu-style-bordered .sub-menu-dropdown .sub-sub-menu li a:hover span:not(.menu-label):after, .menu-style-bordered .woodmart-header-links .item-level-0.current-menu-item > a span:not(.menu-label):after, .menu-style-bordered .woodmart-header-links .item-level-0:hover > a span:not(.menu-label):after, .woodmart-product-categories .category-nav-link > a:focus .category-name:after, .woodmart-product-categories .category-nav-link > a:hover .category-name:after, .woodmart-product-categories .current-cat > .category-nav-link .category-name:after, .woodmart-products-tabs.tabs-design-default .products-tabs-title li.active-tab-title .tab-label:after, .woodmart-products-tabs.tabs-design-default .products-tabs-title li:hover .tab-label:after, .woodmart-products-tabs.tabs-design-alt .products-tabs-title li.active-tab-title .tab-label:after, .woodmart-products-tabs.tabs-design-alt .products-tabs-title li:hover .tab-label: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, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a:hover .vc_tta-title-text:after {
  width: 100%; }

body .wp-playlist-item, .autocomplete-suggestion, .view-all-products, .wrapper-search-full-screen .searchform, .cart-widget-side .widget-heading, .copyrights-wrapper, .mobile-nav .create-nav-msg, .site-mobile-menu li a, .icon-sub-menu, .filters-area, .mobile-menu-widget, .sidebar-widget, .woodmart-title-style-bordered .left-line, .woodmart-title-style-bordered .right-line, .woodmart-twitter-element .twitter-post, .brands-style-bordered .brand-item, .brands-style-bordered.brands-carousel .owl-stage-outer, .brands-style-bordered.brands-list .brand-item > a, .woodmart-price-table .woodmart-plan-inner, .woodmart-price-table .woodmart-plan-features, .woodmart-price-table .woodmart-plan-feature, .woodmart-price-table.price-style-alt .woodmart-plan-price, .woodmart-close-sidebar-btn, .share-with-lines > span, .comments-area .comment, .comments-area .children, .comments-area .logged-in-as > a:not(:last-child), .popup-quick-view .entry-summary .product_meta, .meta-location-add_to_cart .product_meta, .area-sidebar-product-single.sidebar-right, .area-sidebar-product-single.sidebar-left, .product-tabs-wrapper, .tabs-location-standard.reviews-location-separate.tabs-type-tabs .shopify-tabs, .commentlist li, .woodmart-product-instagram, .shopify-shipping-fields, .wc-terms-and-conditions, .col-register, .col-register-text, .lost_reset_password .form-row-first, .social-login-title:after, .social-login-title:before, .register-or:after, .register-or:before, .menu-item-register .login-title, .woodmart-my-account-sidebar, .woodmart-my-account-sidebar .sidebar-container, .shopify-MyAccount-content > p:not(.shopify-Message):first-child, .shopify-MyAccount-title, .shopify-thankyou-order-details li, .wc-bacs-bank-details li, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel, .icl_post_in_other_langs, .wpml-ls-statics-post_translations, .woodmart-recent-posts li, .product_list_widget > li, .widget_shopping_cart .total, .widget_rss ul li, .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a, .upsells-widget, .area-sidebar-product-single .woodmart-product-brands, .widget_product_categories .count, .woodmart-shopify-layered-nav .count, .rtl .woodmart-close-sidebar-btn {
  border-color: rgba(129, 129, 129, 0.2); }

.btns-shop-light #place_order, .btns-shop-light .cart-totals-inner .checkout-button, .btns-shop-light .login .button, .btns-shop-light .lost_reset_password .button, .btns-shop-light .popup-added_to_cart .view-cart, .btns-shop-light .popup-quick-view .woodmart-scroll-content > a, .btns-shop-light .product-list-item .woodmart-add-btn > a, .btns-shop-light .register .button, .btns-shop-light .return-to-shop .button, .btns-shop-light .single_add_to_cart_button, .btns-shop-light .social-login-btn > a, .btns-shop-light .widget_shopping_cart .buttons .checkout, .btns-shop-light .shopify table.wishlist_table td.product-add-to-cart .add_to_cart, .btns-shop-light .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .btns-shop-light .woodmart-hover-standard .btn-add > a, .btns-shop-light .woodmart-price-table .woodmart-plan-footer > a, .btns-shop-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .btns-shop-light table.compare-list tr.add-to-cart td a, .cart-totals-inner .btns-shop-light .checkout-button, .login .btns-shop-light .button, .lost_reset_password .btns-shop-light .button, .popup-added_to_cart .btns-shop-light .view-cart, .popup-quick-view .btns-shop-light .woodmart-scroll-content > a, .product-list-item .btns-shop-light .woodmart-add-btn > a, .register .btns-shop-light .button, .return-to-shop .btns-shop-light .button, .widget_shopping_cart .buttons .btns-shop-light .checkout, .shopify table.wishlist_table td.product-add-to-cart .btns-shop-light .add_to_cart, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-light .woodmart-add-btn > a, .woodmart-hover-standard .btns-shop-light .btn-add > a, .woodmart-price-table .btns-shop-light .woodmart-plan-footer > a, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-light .button.add-request-quote-button, table.compare-list tr.add-to-cart td .btns-shop-light a {
  color: #fff; }

.woodmart-list {
  margin-bottom: 35px; }

.woodmart-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.woodmart-list ul li:not(:last-child) {
  margin-bottom: 15px; }

.woodmart-list .list-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle; }

.woodmart-list .list-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.woodmart-list-type-ordered ul {
  counter-reset: item; }

.woodmart-list-type-ordered ul li {
  list-style: none; }

.woodmart-list-type-ordered ul li .list-icon {
  font-weight: 600; }

.woodmart-list-type-ordered ul li .list-icon:before {
  content: counter(item) ".";
  counter-increment: item; }

.woodmart-list-type-unordered ul li {
  list-style: none; }

.woodmart-list-type-unordered ul li .list-icon {
  font-size: 60%;
  font-weight: 600; }

.woodmart-list-type-unordered ul li .list-icon:before {
  content: "\f110";
  font-family: woodmart-font; }

.woodmart-list-style-rounded .list-icon {
  border-radius: 100px; }

.xtemos-demos-dropdown-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px; }

.xtemos-demos-dropdown-wrapper .xtemos-demo-preview-item {
  flex: 0 0 auto;
  max-width: 305px;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-top: 15px; }

.xtemos-demo-preview-item {
  text-align: center; }

.xtemos-demo-preview-item .xtemos-demo-preview-item-inner {
  position: relative;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease; }

.xtemos-demo-preview-item .xtemos-demo-image {
  position: relative;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px; }

.xtemos-demo-preview-item .xtemos-image-loading .xtemos-preview-loader {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

.xtemos-demo-preview-item .xtemos-image-loading .xtemos-preview-loader:after {
  animation: xtemos-load-spin 0.45s infinite linear;
  -webkit-animation: xtemos-load-spin 0.45s infinite linear; }

.xtemos-demo-preview-item .xtemos-demo-preview-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.xtemos-demo-preview-item img {
  width: 100%; }

.xtemos-demo-preview-item .xtemos-demo-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #212121; }

.woodmart-dark .xtemos-demo-preview-item .xtemos-demo-name, .dropdowns-color-light .xtemos-demo-preview-item .xtemos-demo-name {
  color: white; }

.xtemos-demo-preview-item .xtemos-demo-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .2px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7); }

.xtemos-demo-preview-item:hover .xtemos-demo-preview-item-inner {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px); }

.xtemos-demo-label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  border: 20px solid transparent; }

.xtemos-demo-label span {
  position: absolute;
  top: -14px;
  left: -7px;
  font-size: 10px;
  font-weight: 900;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.xtemos-demo-label.new {
  border-top: 20px solid #25a955;
  border-right: 20px solid #25a955; }

.xtemos-demo-label.hot {
  border-top: 20px solid #F44336;
  border-right: 20px solid #F44336; }

.woodmart-demo {
  padding-bottom: 20px; }

.woodmart-demo .woodmart-scroll {
  overflow: visible; }

.woodmart-scroll .xtemos-demos-dropdown-wrapper {
  max-height: 500px;
  position: relative;
  overflow: scroll;
  overflow-x: hidden; }

.woodmart-highlighted-products {
  margin-bottom: 35px; }

.woodmart-highlighted-products .element-title {
  padding-left: 10px;
  padding-right: 60px; }

.woodmart-highlighted-products .elements-grid, .woodmart-highlighted-products.woodmart-carousel-container {
  border: 2px solid;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0; }

.woodmart-highlighted-products .woodmart-products-loader {
  position: absolute;
  left: 50% !important; }

.woodmart-highlighted-products.element-loading .woodmart-products-loader {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity .3s ease,visibility .3s ease; }

.woodmart-highlighted-products .elements-grid .product-grid-item {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.woodmart-highlighted-products .pagination-arrows.loading {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible; }

.woodmart-highlighted-products .pagination-arrows.loading .product-grid-item {
  opacity: 0; }

.woodmart-highlighted-products .pagination-infinit + .products-footer, .woodmart-highlighted-products .pagination-more-btn + .products-footer {
  margin-top: 15px; }

.woodmart-highlighted-products .owl-carousel {
  margin-bottom: 25px; }

.woodmart-highlighted-products .owl-carousel .owl-item, .woodmart-highlighted-products .owl-carousel:not(.owl-loaded) > div {
  padding-left: 10px;
  padding-right: 10px; }

.woodmart-highlighted-products .owl-carousel .product-grid-item {
  margin-bottom: 0; }

.woodmart-highlighted-products .owl-loaded:after, .woodmart-highlighted-products .owl-loaded:before {
  content: none; }

.woodmart-highlighted-products .owl-dots {
  margin-bottom: -10px; }

.woodmart-highlighted-products .owl-nav > div, .woodmart-highlighted-products .wrap-loading-arrow > div {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }

.woodmart-highlighted-products .owl-nav > div:after, .woodmart-highlighted-products .wrap-loading-arrow > div:after {
  font-size: 14px;
  font-weight: 700; }

.woodmart-highlighted-products.with-title .owl-nav, .woodmart-highlighted-products.with-title .wrap-loading-arrow {
  position: absolute;
  -webkit-animation: wd-fadeIn .5s ease both .3s;
  animation: wd-fadeIn .5s ease both .3s; }

.woodmart-highlighted-products.with-title .owl-nav > div, .woodmart-highlighted-products.with-title .wrap-loading-arrow > div {
  position: static;
  width: 30px;
  height: 40px;
  margin-top: 0; }

.woodmart-highlighted-products.with-title .owl-nav > div[class*=next], .woodmart-highlighted-products.with-title .owl-nav > div[class*=prev], .woodmart-highlighted-products.with-title .wrap-loading-arrow > div[class*=next], .woodmart-highlighted-products.with-title .wrap-loading-arrow > div[class*=prev] {
  padding: 0;
  margin: 0; }

.woodmart-highlighted-products.with-title .wrap-loading-arrow {
  top: 22px;
  right: 25px; }

.woodmart-highlighted-products.with-title .owl-nav {
  top: -55px;
  right: 0; }

.woodmart-highlighted-products:not(.with-title) .owl-nav > div, .woodmart-highlighted-products:not(.with-title) .wrap-loading-arrow > div {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15); }

.woodmart-highlighted-products:not(.with-title) .owl-nav > div[class*=prev] {
  left: -46px; }

.woodmart-highlighted-products:not(.with-title) .owl-nav > div[class*=next] {
  right: -46px; }

.woodmart-highlighted-products:not(.with-title) .wrap-loading-arrow > div {
  position: absolute;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.woodmart-highlighted-products:not(.with-title) .wrap-loading-arrow > div[class*=prev] {
  left: -24px !important; }

.woodmart-highlighted-products:not(.with-title) .wrap-loading-arrow > div[class*=next] {
  left: auto !important;
  right: -24px !important; }

.woodmart-highlighted-products .woodmart-hover-base.product-in-carousel {
  margin-bottom: 0; }

.color-scheme-light .woodmart-highlighted-products:not(.with-title) .owl-nav > div, .color-scheme-light .woodmart-highlighted-products:not(.with-title) .wrap-loading-arrow > div, .woodmart-dark .woodmart-highlighted-products:not(.with-title) .owl-nav > div, .woodmart-dark .woodmart-highlighted-products:not(.with-title) .wrap-loading-arrow > div {
  background-color: #101010; }

.woodmart-image-hotspot-hotspots {
  position: relative; }

.woodmart-image-hotspot-img {
  width: 100%; }

.hotspot-content {
  position: absolute;
  width: 250px;
  background: #fff;
  padding: 15px;
  z-index: 10;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px) translateZ(0);
  transform: translateY(20px) translateZ(0);
  -webkit-transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,-webkit-transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,transform .25s ease;
  transition: opacity .25s ease,visibility .25s ease,transform .25s ease,-webkit-transform .25s ease; }

.hotspot-content > div, .hotspot-content > h4 {
  margin-bottom: 10px; }

.hotspot-content > div:last-child, .hotspot-content > h4:last-child {
  margin-bottom: 0; }

.hotspot-content .hotspot-content-text {
  margin-bottom: 15px; }

.hotspot-content .hotspot-content-image a, .hotspot-content .hotspot-content-title a {
  display: block; }

.hotspot-content .hotspot-content-title {
  font-size: 16px; }

.hotspot-content:before {
  content: "";
  position: absolute; }

.hotspot-opened .hotspot-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none; }

.color-scheme-light .hotspot-content, .woodmart-dark .hotspot-content {
  background: #101010; }

.hotspot-dropdown-bottom, .hotspot-dropdown-top {
  left: -115px; }

.hotspot-dropdown-bottom:before, .hotspot-dropdown-top:before {
  width: 100%;
  height: 20px;
  left: 0; }

.hotspot-dropdown-bottom.hotspot-overflow-left, .hotspot-dropdown-top.hotspot-overflow-left {
  left: auto;
  right: 0; }

.hotspot-dropdown-bottom.hotspot-overflow-right, .hotspot-dropdown-top.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%; }

.hotspot-dropdown-left, .hotspot-dropdown-right {
  top: -55px; }

.hotspot-dropdown-left:before, .hotspot-dropdown-right:before {
  width: 20px;
  height: 100%;
  top: 0; }

.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 {
  left: auto;
  right: 100%; }

.hotspot-dropdown-right {
  left: 40px; }

.hotspot-dropdown-right:before {
  right: 100%; }

.hotspot-dropdown-right.hotspot-overflow-left {
  left: auto;
  right: 40px; }

.hotspot-dropdown-right.hotspot-overflow-left:before {
  right: auto;
  left: 100%; }

.woodmart-image-hotspot {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  opacity: 0; }

.loaded .woodmart-image-hotspot {
  opacity: 1; }

.hotspot-btn, .hotspot-sonar {
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  perspective: 800px; }

.hotspot-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: normal; }

.hotspot-btn:after {
  content: "";
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.hotspot-sonar {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  -webkit-animation: wd-Sonar 2s ease infinite;
  animation: wd-Sonar 2s ease infinite; }

.hotspot-icon-default .hotspot-btn {
  -webkit-animation: wd-Pulse 2s ease-in-out infinite;
  animation: wd-Pulse 2s ease-in-out infinite;
  -webkit-box-shadow: inset 100px 100px transparent;
  box-shadow: inset 100px 100px transparent; }

.hotspot-icon-default .hotspot-btn:after {
  width: 6px;
  height: 6px;
  left: 7px;
  top: 7px;
  border-radius: 50%;
  background-color: #fff; }

.hotspot-icon-default .woodmart-image-hotspot.hotspot-opened .hotspot-btn {
  -webkit-box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1);
  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 {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "\f440";
  font-family: woodmart-font;
  line-height: 20px;
  font-size: 8px;
  font-weight: 700;
  text-align: center; }

.hotspot-icon-alt .woodmart-image-hotspot.hotspot-opened .hotspot-btn:after {
  color: #fff; }

.hotspot-icon-alt .hotspot-sonar {
  background-color: #fff; }

.hotspot-content .price {
  font-size: 16px;
  line-height: 1.2; }

.hotspot-content .add_to_cart_button {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px; }

.hotspot-content .add_to_cart_button:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  color: #fff; }

.hotspot-content .added_to_cart {
  display: none; }

.team-member {
  margin-bottom: 35px; }

.team-member .member-image {
  margin-bottom: 15px;
  text-align: center; }

.team-member .member-name, .team-member .member-position {
  margin-bottom: 0; }

.team-member .member-name {
  font-weight: 600; }

.team-member .member-position {
  display: block;
  margin-top: 5px;
  color: #9e9e9e;
  font-size: 14px; }

.team-member .member-bio {
  margin-top: 10px; }

.team-member .member-bio:empty {
  display: none; }

.team-member .member-social {
  margin-top: 10px; }

.team-member .woodmart-social-icons {
  margin-left: -4px;
  margin-right: -4px; }

.team-member.text-center .woodmart-social-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.team-member.text-right .woodmart-social-icons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.team-member.color-scheme-light .member-position {
  color: rgba(255, 255, 255, 0.6); }

.team-member.color-scheme-light .member-email {
  color: rgba(255, 255, 255, 0.8); }

.member-layout-hover {
  position: relative; }

.member-layout-hover .member-image-wrapper {
  overflow: hidden;
  perspective: 800px;
  -webkit-perspective: 800px; }

.member-layout-hover .member-image {
  margin-bottom: 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  -webkit-transition: transform .5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.member-layout-hover .member-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.61)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.61) 100%); }

.member-layout-hover .member-social {
  margin-top: 5px; }

.member-layout-hover.color-scheme-light .member-details {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 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 {
  -webkit-transform: scale3D(1.09, 1.09, 1.09);
  transform: scale3D(1.09, 1.09, 1.09); }

.inline-element {
  display: inline-block;
  vertical-align: middle; }

.inline-element:not(:last-child) {
  margin-right: 15px; }

.text-left .inline-element:not(:last-child) {
  margin-right: 15px; }

.text-right .inline-element:not(:last-child) {
  margin-left: 15px; }

.text-left .inline-element {
  margin-left: 0; }

.text-right .inline-element {
  margin-right: 0; }

.inline-element .text-center .inline-element {
  margin-right: 7px;
  margin-left: 7px; }

.woodmart-spacing-0 {
  margin-left: 0;
  margin-right: 0; }

.woodmart-spacing-0 > article, .woodmart-spacing-0 > div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }

.woodmart-spacing-2 {
  margin-left: -1px;
  margin-right: -1px; }

.woodmart-spacing-2 > article, .woodmart-spacing-2 > div {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px; }

.woodmart-spacing-6 {
  margin-left: -3px;
  margin-right: -3px; }

.woodmart-spacing-6 > article, .woodmart-spacing-6 > div {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px; }

.woodmart-spacing-10 {
  margin-left: -5px;
  margin-right: -5px; }

.woodmart-spacing-10 > article, .woodmart-spacing-10 > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }

.woodmart-spacing-20 {
  margin-left: -10px;
  margin-right: -10px; }

.woodmart-spacing-20 > article, .woodmart-spacing-20 > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }

.woodmart-spacing-30 {
  margin-left: -15px;
  margin-right: -15px; }

.woodmart-spacing-30 > article, .woodmart-spacing-30 > div {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }

.woodmart-carousel-spacing-0 .owl-nav > div[class*=prev] {
  left: -50px; }

.woodmart-carousel-spacing-0 .owl-nav > div[class*=next] {
  right: -50px; }

.woodmart-carousel-spacing-2 .owl-nav > div[class*=prev] {
  left: -49px; }

.woodmart-carousel-spacing-2 .owl-nav > div[class*=next] {
  right: -49px; }

.woodmart-carousel-spacing-6 .owl-nav > div[class*=prev] {
  left: -47px; }

.woodmart-carousel-spacing-6 .owl-nav > div[class*=next] {
  right: -47px; }

.woodmart-carousel-spacing-10 .owl-nav > div[class*=prev] {
  left: -45px; }

.woodmart-carousel-spacing-10 .owl-nav > div[class*=next] {
  right: -45px; }

.woodmart-carousel-spacing-20 .owl-nav > div[class*=prev] {
  left: -40px; }

.woodmart-carousel-spacing-20 .owl-nav > div[class*=next] {
  right: -40px; }

.woodmart-carousel-spacing-30 .owl-nav > div[class*=prev] {
  left: -35px; }

.woodmart-carousel-spacing-30 .owl-nav > div[class*=next] {
  right: -35px; }

.woodmart-carousel-spacing-0 {
  margin-left: 0;
  margin-right: 0; }

.woodmart-carousel-spacing-0 .slider-title {
  margin-left: 0;
  margin-right: 0; }

.woodmart-carousel-spacing-0 .owl-carousel:not(.owl-loaded) > div, .woodmart-carousel-spacing-0 .owl-item {
  padding-left: 0;
  padding-right: 0; }

.woodmart-carousel-spacing-2 {
  margin-left: -1px;
  margin-right: -1px; }

.woodmart-carousel-spacing-2 .slider-title {
  margin-left: 1px;
  margin-right: 1px; }

.woodmart-carousel-spacing-2 .owl-carousel:not(.owl-loaded) > div, .woodmart-carousel-spacing-2 .owl-item {
  padding-left: 1px;
  padding-right: 1px; }

.woodmart-carousel-spacing-6 {
  margin-left: -3px;
  margin-right: -3px; }

.woodmart-carousel-spacing-6 .slider-title {
  margin-left: 3px;
  margin-right: 3px; }

.woodmart-carousel-spacing-6 .owl-carousel:not(.owl-loaded) > div, .woodmart-carousel-spacing-6 .owl-item {
  padding-left: 3px;
  padding-right: 3px; }

.woodmart-carousel-spacing-10 {
  margin-left: -5px;
  margin-right: -5px; }

.woodmart-carousel-spacing-10 .slider-title {
  margin-left: 5px;
  margin-right: 5px; }

.woodmart-carousel-spacing-10 .owl-carousel:not(.owl-loaded) > div, .woodmart-carousel-spacing-10 .owl-item {
  padding-left: 5px;
  padding-right: 5px; }

.woodmart-carousel-spacing-20 {
  margin-left: -10px;
  margin-right: -10px; }

.woodmart-carousel-spacing-20 .slider-title {
  margin-left: 10px;
  margin-right: 10px; }

.woodmart-carousel-spacing-20 .owl-carousel:not(.owl-loaded) > div, .woodmart-carousel-spacing-20 .owl-item {
  padding-left: 10px;
  padding-right: 10px; }

.woodmart-carousel-spacing-30 {
  margin-left: -15px;
  margin-right: -15px; }

.woodmart-carousel-spacing-30 .slider-title {
  margin-left: 15px;
  margin-right: 15px; }

.woodmart-carousel-spacing-30 .owl-carousel:not(.owl-loaded) > div, .woodmart-carousel-spacing-30 .owl-item {
  padding-left: 15px;
  padding-right: 15px; }

@keyframes "circlespin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes circlespin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes "circlespin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes "circlespin" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes "circlespin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

  to {
    opacity: 1; } }

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

  to {
    opacity: 1; } }

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

  to {
    opacity: 0; } }

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

  to {
    opacity: 0; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wd-fadeInLeftShort {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wd-fadeInLeftShort {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wd-fadeOutLeft {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); } }

@keyframes wd-fadeOutLeft {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); } }

@-webkit-keyframes wd-fadeOutLeftShort {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); } }

@keyframes wd-fadeOutLeftShort {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); } }

@-webkit-keyframes wd-fadeInRight {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wd-fadeInRight {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wd-fadeInRightShort {
  from {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wd-fadeInRightShort {
  from {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wd-fadeOutRight {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); } }

@keyframes wd-fadeOutRight {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wd-fadeOutDownBig {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes wd-fadeOutDownBig {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes wd-fadeInDownBig {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wd-fadeInDownBig {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wd-fadeOutUpBig {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes wd-fadeOutUpBig {
  from {
    -webkit-transform: none;
    transform: none; }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes wd-ShakePrev {
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); } }

@keyframes wd-ShakePrev {
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); } }

@-webkit-keyframes wd-ShakeNext {
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }

  75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); } }

@keyframes wd-ShakeNext {
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }

  75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); } }

@-webkit-keyframes wd-FadeInLoader {
  from {
    opacity: 0; }

  to {
    opacity: 0.8; } }

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

  to {
    opacity: 0.8; } }

@-webkit-keyframes wd-fadeInTooltip {
  from {
    opacity: 0; }

  to {
    opacity: 0.9; } }

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

  to {
    opacity: 0.9; } }

@-webkit-keyframes wd-shopSlideFromBottom {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wd-shopSlideFromBottom {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1); } }

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

  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1); } }

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

  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1); } }

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

  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(0, 1, 0, 0deg) scale(1); } }

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

  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }

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

  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }

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

  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }

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

  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
    transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

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

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wd-RotateZ {
  from {
    -webkit-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.99197);
    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.99197); }

  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wd-RotateZ {
  from {
    -webkit-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.99197);
    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.99197); }

  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes wd-Sonar {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }

  50% {
    opacity: 0.8; }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes wd-Sonar {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }

  50% {
    opacity: 0.8; }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes wd-Pulse {
  0%,100% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes wd-Pulse {
  0%,100% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@media (min-width: 1024px) {
  .offcanvas-sidebar-desktop.admin-bar .area-sidebar-shop {
    top: 32px; }

  .offcanvas-sidebar-desktop .woodmart-shop-loader:not(.hidden-loader) {
    margin-left: -15px !important; }

  .offcanvas-sidebar-desktop .content-with-products:not(.col-sm-12) {
    width: 100%;
    left: 0; }

  .offcanvas-sidebar-desktop .content-with-products:not(.col-sm-12) .shop-loop-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: -20px; }

  .offcanvas-sidebar-desktop .content-with-products:not(.col-sm-12) .woodmart-shop-breadcrumbs {
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    margin-bottom: 20px; }

  .offcanvas-sidebar-desktop .content-with-products:not(.col-sm-12) .woodmart-shop-breadcrumbs .shopify-breadcrumb {
    margin-bottom: 20px; }

  .offcanvas-sidebar-desktop .content-with-products:not(.col-sm-12) .term-description {
    margin-top: -10px;
    margin-bottom: 45px; }

  .offcanvas-sidebar-desktop .content-with-products:not(.col-sm-12) .shopify-result-count {
    display: block; }

  .offcanvas-sidebar-desktop .content-with-products:not(.col-sm-12) .woodmart-shop-tools {
    text-align: right; }

  .offcanvas-sidebar-desktop .content-with-products:not(.col-sm-12) .woodmart-show-sidebar-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  .offcanvas-sidebar-desktop .area-sidebar-shop {
    position: fixed;
    width: 340px;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    z-index: 500;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    -webkit-transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    transform: translate3d(-340px, 0, 0);
    -webkit-transform: translate3d(-340px, 0, 0); }

  .offcanvas-sidebar-desktop .area-sidebar-shop .widget-area {
    padding-top: 30px;
    padding-bottom: 30px; }

  .offcanvas-sidebar-desktop .area-sidebar-shop .sidebar-widget {
    padding-left: 30px;
    padding-right: 30px; }

  .offcanvas-sidebar-desktop .area-sidebar-shop .woodmart-close-sidebar-btn {
    display: block; }

  .offcanvas-sidebar-desktop .area-sidebar-shop .woodmart-sidebar-scroll {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }

  .offcanvas-sidebar-desktop .area-sidebar-shop .woodmart-sidebar-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity .1s ease .25s;
    -webkit-transition: opacity .1s ease .25s; }

  .offcanvas-sidebar-desktop .area-sidebar-shop .woodmart-sidebar-content:focus {
    outline: 0; }

  .offcanvas-sidebar-desktop.woodmart-dark .content-with-products:not(.col-sm-12) .woodmart-woo-breadcrumbs {
    border-color: rgba(255, 255, 255, 0.15); }

  .offcanvas-sidebar-desktop.woodmart-dark .area-sidebar-shop {
    background-color: #101010; }

  .offcanvas-sidebar-desktop.woodmart-show-hidden-sidebar .woodmart-sidebar-content {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

  .header-base .right-column:empty, .header-categories .right-column:empty, .header-simple .right-column:empty, .sticky-header .right-column:empty {
    padding-left: 0;
    padding-right: 0; }

  .header-shop.full-screen-menu .header-left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }

  .header-menu-top.full-screen-menu .header-left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .woodmart-top-bar-on .header-overlap, .woodmart-top-bar-on .header-sticky-real {
    top: 42px; }

  .owl-items-xl-1:not(.owl-loaded) > div {
    width: 100%; }

  .owl-items-xl-1:not(.owl-loaded) > div:nth-child(n+2) {
    display: none; }

  .owl-items-xl-2:not(.owl-loaded) > div {
    width: 50%; }

  .owl-items-xl-2:not(.owl-loaded) > div:nth-child(n+3) {
    display: none; }

  .owl-items-xl-3:not(.owl-loaded) > div {
    width: 33.33333%; }

  .owl-items-xl-3:not(.owl-loaded) > div:nth-child(n+4) {
    display: none; }

  .owl-items-xl-4:not(.owl-loaded) > div {
    width: 25%; }

  .owl-items-xl-4:not(.owl-loaded) > div:nth-child(n+5) {
    display: none; }

  .owl-items-xl-5:not(.owl-loaded) > div {
    width: 20%; }

  .owl-items-xl-5:not(.owl-loaded) > div:nth-child(n+6) {
    display: none; }

  .owl-items-xl-6:not(.owl-loaded) > div {
    width: 16.66667%; }

  .owl-items-xl-6:not(.owl-loaded) > div:nth-child(n+7) {
    display: none; }

  .owl-items-xl-7:not(.owl-loaded) > div {
    width: 14.28571%; }

  .owl-items-xl-7:not(.owl-loaded) > div:nth-child(n+8) {
    display: none; }

  .owl-items-xl-8:not(.owl-loaded) > div {
    width: 12.5%; }

  .owl-items-xl-8:not(.owl-loaded) > div:nth-child(n+9) {
    display: none; }

  .owl-items-xl-4 .post-slide .entry-title {
    font-size: 20px; }

  .woodmart-item-position-left, .woodmart-item-position-right {
    background-color: transparent !important; }

  .banner-btn-position-hover .content-banner {
    -webkit-transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease; }

  .banner-btn-position-hover .banner-inner p:first-child:empty ~ p:last-child {
    margin-top: -10px;
    margin-bottom: 0; }

  .banner-btn-position-hover .banner-btn-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease,transform .25s ease;
    -webkit-transition: opacity .25s ease,-webkit-transform .25s ease;
    transition: opacity .25s ease,-webkit-transform .25s ease;
    transition: opacity .25s ease,transform .25s ease;
    transition: opacity .25s ease,transform .25s ease,-webkit-transform .25s ease;
    transform: translateY(15px);
    -webkit-transform: translateY(15px); }

  .banner-btn-position-hover:hover .content-banner {
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease; }

  .banner-btn-position-hover:hover .banner-btn-wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .4s ease,transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease;
    transition: opacity .4s ease,transform .4s ease,-webkit-transform .4s ease; }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-small:hover .content-spacing-default {
    transform: translateY(-43px);
    -webkit-transform: translateY(-43px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-small:hover .content-spacing-medium {
    transform: translateY(-48px);
    -webkit-transform: translateY(-48px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-small:hover .content-spacing-large {
    transform: translateY(-58px);
    -webkit-transform: translateY(-58px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-small:hover .content-spacing-default {
    transform: translateY(-51px);
    -webkit-transform: translateY(-51px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-small:hover .content-spacing-medium {
    transform: translateY(-56px);
    -webkit-transform: translateY(-56px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-small:hover .content-spacing-large {
    transform: translateY(-66px);
    -webkit-transform: translateY(-66px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-default:hover .content-spacing-default {
    transform: translateY(-57px);
    -webkit-transform: translateY(-57px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-default:hover .content-spacing-medium {
    transform: translateY(-62px);
    -webkit-transform: translateY(-62px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-default:hover .content-spacing-large {
    transform: translateY(-72px);
    -webkit-transform: translateY(-72px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-large:hover .content-spacing-default {
    transform: translateY(-63px);
    -webkit-transform: translateY(-63px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-large:hover .content-spacing-medium {
    transform: translateY(-68px);
    -webkit-transform: translateY(-68px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-large:hover .content-spacing-large {
    transform: translateY(-78px);
    -webkit-transform: translateY(-78px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-large:hover .content-spacing-default {
    transform: translateY(-71px);
    -webkit-transform: translateY(-71px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-large:hover .content-spacing-medium {
    transform: translateY(-76px);
    -webkit-transform: translateY(-76px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-large:hover .content-spacing-large {
    transform: translateY(-86px);
    -webkit-transform: translateY(-86px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-style-link:hover .content-spacing-default {
    transform: translateY(-39px);
    -webkit-transform: translateY(-39px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-style-link:hover .content-spacing-medium {
    transform: translateY(-44px);
    -webkit-transform: translateY(-44px); }

  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-style-link:hover .content-spacing-large {
    transform: translateY(-54px);
    -webkit-transform: translateY(-54px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-small:hover .content-spacing-default {
    transform: translateY(-21px);
    -webkit-transform: translateY(-21px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-small:hover .content-spacing-medium {
    transform: translateY(-24px);
    -webkit-transform: translateY(-24px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-small:hover .content-spacing-large {
    transform: translateY(-29px);
    -webkit-transform: translateY(-29px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-small:hover .content-spacing-default {
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-small:hover .content-spacing-medium {
    transform: translateY(-28px);
    -webkit-transform: translateY(-28px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-small:hover .content-spacing-large {
    transform: translateY(-33px);
    -webkit-transform: translateY(-33px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-default:hover .content-spacing-default {
    transform: translateY(-28px);
    -webkit-transform: translateY(-28px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-default:hover .content-spacing-medium {
    transform: translateY(-31px);
    -webkit-transform: translateY(-31px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-default:hover .content-spacing-large {
    transform: translateY(-36px);
    -webkit-transform: translateY(-36px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-large:hover .content-spacing-default {
    transform: translateY(-31px);
    -webkit-transform: translateY(-31px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-large:hover .content-spacing-medium {
    transform: translateY(-34px);
    -webkit-transform: translateY(-34px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-large:hover .content-spacing-large {
    transform: translateY(-39px);
    -webkit-transform: translateY(-39px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-large:hover .content-spacing-default {
    transform: translateY(-35px);
    -webkit-transform: translateY(-35px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-large:hover .content-spacing-medium {
    transform: translateY(-38px);
    -webkit-transform: translateY(-38px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-large:hover .content-spacing-large {
    transform: translateY(-43px);
    -webkit-transform: translateY(-43px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-style-link:hover .content-spacing-default {
    transform: translateY(-19px);
    -webkit-transform: translateY(-19px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-style-link:hover .content-spacing-medium {
    transform: translateY(-22px);
    -webkit-transform: translateY(-22px); }

  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-style-link:hover .content-spacing-large {
    transform: translateY(-27px);
    -webkit-transform: translateY(-27px); }

  .woodmart-shopify-layered-nav .woodmart-scroll:hover .woodmart-scroll-content:not(.show-labels-off) + .woodmart-scroll-pane {
    margin-left: 10px; }

  .browser-Edge .woodmart-shopify-layered-nav .woodmart-scroll-pane, .browser-Firefox .woodmart-shopify-layered-nav .woodmart-scroll-pane, .browser-Internet .woodmart-shopify-layered-nav .woodmart-scroll-pane {
    opacity: 1;
    margin-left: 0 !important; }

  .browser-Edge .woodmart-shopify-layered-nav .woodmart-scroll-content, .browser-Firefox .woodmart-shopify-layered-nav .woodmart-scroll-content, .browser-Internet .woodmart-shopify-layered-nav .woodmart-scroll-content {
    padding-right: 7px;
    margin-right: -19px !important; } }
@media (min-width: 1200px) {
  .container, .woodmart-google-map-content-wrap {
    max-width: 1222px; }

  .wrapper-full-width-content .container, .wrapper-full-width-content .woodmart-google-map-content-wrap {
    max-width: 100%; }

  .wrapper-wide .container, .wrapper-wide .woodmart-google-map-content-wrap {
    max-width: 1600px; }

  .wrapper-boxed .container, .wrapper-boxed .woodmart-google-map-content-wrap {
    max-width: 1160px;
    width: 100%; }

  .wrapper-boxed .website-wrapper {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.26);
    box-shadow: 0 1px 5px rgba(190, 190, 190, 0.26); }

  .wrapper-boxed .header-banner {
    max-width: 1200px;
    margin: 0 auto; }

  .wrapper-boxed .topbar-menu .menu {
    margin-left: -11px;
    margin-right: -11px; }

  .wrapper-boxed .topbar-right-menu .menu {
    border-right: none; }

  .wrapper-boxed .topbar-left-menu .menu {
    border-left: none; }

  .wrapper-boxed .header-overlap, .wrapper-boxed .main-nav .menu-item-design-full-width .sub-menu-dropdown, .wrapper-boxed .sticky-header, .wrapper-boxed .woodmart-search-full-screen .woodmart-search-wrapper, .wrapper-boxed.sticky-footer-on .footer-container, .wrapper-boxed.sticky-header-prepared .header-sticky-real {
    left: auto;
    right: auto;
    width: 100vw;
    max-width: 1200px; }

  .wrapper-boxed .header-advanced .main-nav .menu-item-design-full-width .sub-menu-dropdown {
    right: -2px;
    max-width: none;
    width: auto; }

  .platform-Windows .wrapper-boxed.global-search-full-screen.woodmart-search-opened .main-header, .platform-Windows .wrapper-boxed.global-search-full-screen.woodmart-search-opened .main-page-wrapper, .platform-Windows .wrapper-boxed.global-search-full-screen.woodmart-search-opened .sticky-header, .platform-Windows .wrapper-boxed.global-search-full-screen.woodmart-search-opened .topbar-wrapp, .platform-Windows .wrapper-boxed.global-search-full-screen.woodmart-search-opened.sticky-header-prepared .header-menu-top .navigation-wrap {
    padding-right: 0; }

  .wrapper-boxed .woodmart-search-full-screen .woodmart-search-wrapper {
    left: calc((100vw - 1200px)/ 2); }

  .wrapper-boxed .owl-nav > div[class*=prev] {
    left: -30px; }

  .wrapper-boxed .owl-nav > div[class*=next] {
    right: -30px; }

  .wrapper-boxed .woodmart-spacing-0 .owl-nav > div[class*=prev] {
    left: -40px; }

  .wrapper-boxed .woodmart-spacing-0 .owl-nav > div[class*=next] {
    right: -40px; }

  .wrapper-boxed .woodmart-spacing-2 .owl-nav > div[class*=prev] {
    left: -39px; }

  .wrapper-boxed .woodmart-spacing-2 .owl-nav > div[class*=next] {
    right: -39px; }

  .wrapper-boxed .woodmart-spacing-6 .owl-nav > div[class*=prev] {
    left: -37px; }

  .wrapper-boxed .woodmart-spacing-6 .owl-nav > div[class*=next] {
    right: -37px; }

  .wrapper-boxed .woodmart-spacing-10 .owl-nav > div[class*=prev] {
    left: -35px; }

  .wrapper-boxed .woodmart-spacing-10 .owl-nav > div[class*=next] {
    right: -35px; }

  .wrapper-boxed .woodmart-spacing-20 .owl-nav > div[class*=prev] {
    left: -30px; }

  .wrapper-boxed .woodmart-spacing-20 .owl-nav > div[class*=next] {
    right: -30px; }

  .wrapper-boxed .woodmart-spacing-30 .owl-nav > div[class*=prev] {
    left: -25px; }

  .wrapper-boxed .woodmart-spacing-30 .owl-nav > div[class*=next] {
    right: -25px; }

  .wrapper-boxed .wrap-loading-arrow > div[class*=prev] {
    margin-left: 10px; }

  .wrapper-boxed .wrap-loading-arrow > div[class*=next] {
    margin-left: -10px; }

  .wrapper-boxed .shopify-product-gallery .owl-nav > div[class*=prev] {
    left: 5px; }

  .wrapper-boxed .shopify-product-gallery .owl-nav > div[class*=next] {
    right: 5px; }

  .wrapper-boxed .scrollToTop {
    bottom: 40px;
    right: 20px; }

  .wrapper-boxed .vc_row[data-vc-full-width], .wrapper-boxed .wrapper-boxed section[data-vc-full-width] {
    left: calc((-100vw - -1160px)/ 2); }

  .wrapper-boxed .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .wrapper-boxed .wrapper-boxed section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1160px)/ 2);
    padding-right: calc((100vw - 1160px)/ 2); }

  .platform-Windows .wrapper-boxed .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .platform-Windows .wrapper-boxed .wrapper-boxed section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1160px - 17px)/ 2);
    padding-right: calc((100vw - 1160px - 17px)/ 2); }

  .browser-Edge .wrapper-boxed .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .browser-Edge .wrapper-boxed .wrapper-boxed section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1160px - 12px)/ 2);
    padding-right: calc((100vw - 1160px - 12px)/ 2); }

  .platform-Windows .wrapper-boxed .vc_row[data-vc-full-width], .platform-Windows .wrapper-boxed .wrapper-boxed section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1160px - -17px)/ 2); }

  .browser-Edge .wrapper-boxed .vc_row[data-vc-full-width], .browser-Edge .wrapper-boxed .wrapper-boxed section[data-vc-full-width] {
    width: calc(100vw - 12px);
    left: calc((-100vw - -1160px - -12px)/ 2); }

  .platform-Windows .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown, .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
    max-width: calc(1221px - 295px - 30px); }

  .navigation-wrap .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown, .platform-Windows .navigation-wrap .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
    max-width: calc(1221px - 270px - 30px); }

  .banner-increased-padding .banner-title-small .banner-subtitle {
    font-size: 1vw; }

  .banner-increased-padding .banner-title-small .banner-title {
    font-size: 1.2vw; }

  .banner-increased-padding .banner-title-default .banner-subtitle {
    font-size: 1vw; }

  .banner-increased-padding .banner-title-default .banner-title {
    font-size: 1.6vw; }

  .banner-increased-padding .banner-title-large .banner-subtitle {
    font-size: 1.1vw; }

  .banner-increased-padding .banner-title-large .banner-title {
    font-size: 2vw; }

  .banner-increased-padding .banner-title-extra-large .banner-subtitle {
    font-size: 1.3vw; }

  .banner-increased-padding .banner-title-extra-large .banner-title {
    font-size: 2.3vw; }

  .content-width-10 {
    max-width: 10%; }

  .content-width-20 {
    max-width: 20%; }

  .content-width-30 {
    max-width: 30%; }

  .content-width-40 {
    max-width: 40%; }

  .content-width-50 {
    max-width: 50%; }

  .content-width-60 {
    max-width: 60%; }

  .content-width-70 {
    max-width: 70%; }

  .content-width-80 {
    max-width: 80%; }

  .content-width-90 {
    max-width: 90%; }

  .content-width-100 {
    max-width: 100%; }

  .header-full-width .main-header .navigation-wrap > .container, .header-full-width .main-header .secondary-header > .container, .header-full-width .main-header > .container {
    width: 95%;
    max-width: 100%; }

  .header-full-width .single-breadcrumbs-wrapper > .container, .header-full-width .sticky-header > .container, .header-full-width .topbar-wrapp > .container {
    width: 95%;
    max-width: 100%; } }
@media (max-width: 1200px) {
  .banner-title-small .banner-subtitle {
    font-size: 1vw; }

  .banner-title-small .banner-title {
    font-size: 1.2vw; }

  .banner-title-default .banner-subtitle {
    font-size: 1vw; }

  .banner-title-default .banner-title {
    font-size: 1.6vw; }

  .banner-title-large .banner-subtitle {
    font-size: 1.1vw; }

  .banner-title-large .banner-title {
    font-size: 2vw; }

  .banner-title-extra-large .banner-subtitle {
    font-size: 1.3vw; }

  .banner-title-extra-large .banner-title {
    font-size: 2.3vw; }

  .content-width-10 {
    max-width: 20%; }

  .content-width-20 {
    max-width: 30%; }

  .content-width-30 {
    max-width: 40%; }

  .content-width-40 {
    max-width: 50%; }

  .content-width-50 {
    max-width: 60%; }

  .content-width-60 {
    max-width: 70%; }

  .content-width-70 {
    max-width: 80%; }

  .content-width-80 {
    max-width: 90%; }

  .content-width-90 {
    max-width: 100%; }

  .content-width-100 {
    max-width: 110%; }

  .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery {
    margin-top: 0; }

  .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery > div {
    margin-top: 20px; }

  .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-head {
    margin-left: 10px; }

  .dokan-single-store .profile-info-box.profile-layout-layout1 .store-name {
    margin-top: 0 !important; } }
@media (min-width: 1302px) {
  .wrapper-full-width .vc_row[data-vc-full-width], .wrapper-full-width section[data-vc-full-width] {
    left: calc((-100vw - -1222px)/ 2); }

  .wrapper-full-width .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .wrapper-full-width section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1222px)/ 2);
    padding-right: calc((100vw - 1222px)/ 2); }

  .platform-Windows .wrapper-full-width .vc_row[data-vc-full-width], .platform-Windows .wrapper-full-width section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1222px - -17px)/ 2); }

  .platform-Windows .wrapper-full-width .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .platform-Windows .wrapper-full-width section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1222px - 17px)/ 2);
    padding-right: calc((100vw - 1222px - 17px)/ 2); }

  .browser-Edge .wrapper-full-width .vc_row[data-vc-full-width], .browser-Edge .wrapper-full-width section[data-vc-full-width] {
    width: calc(100vw - 12px);
    left: calc((-100vw - -1222px - -12px)/ 2); }

  .browser-Edge .wrapper-full-width .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .browser-Edge .wrapper-full-width section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1222px - 12px)/ 2);
    padding-right: calc((100vw - 1222px - 12px)/ 2); } }
@media (min-width: 1702px) {
  .wrapper-wide .vc_row[data-vc-full-width], .wrapper-wide section[data-vc-full-width] {
    left: calc((-100vw - -1600px)/ 2); }

  .wrapper-wide .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .wrapper-wide section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1600px)/ 2);
    padding-right: calc((100vw - 1600px)/ 2); }

  .platform-Windows .wrapper-wide .vc_row[data-vc-full-width], .platform-Windows .wrapper-wide section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1600px - -17px)/ 2); }

  .platform-Windows .wrapper-wide .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .platform-Windows .wrapper-wide section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1600px - 17px)/ 2);
    padding-right: calc((100vw - 1600px - 17px)/ 2); }

  .browser-Edge .wrapper-wide .vc_row[data-vc-full-width], .browser-Edge .wrapper-wide section[data-vc-full-width] {
    width: calc(100vw - 12px);
    left: calc((-100vw - -1600px - -12px)/ 2); }

  .browser-Edge .wrapper-wide .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), .browser-Edge .wrapper-wide section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: calc((100vw - 1600px - 12px)/ 2);
    padding-right: calc((100vw - 1600px - 12px)/ 2); } }
@media (max-width: 1024px) {
  .document-ready .mobile-nav {
    display: block; }

  .wpb_column.tablet-bg-img-hidden > div, body .tablet-bg-img-hidden {
    background-image: none !important; }

  .page-title {
    padding: 15px 0; }

  .page-title .entry-title, .page-title h1 {
    font-size: 36px; }

  .page-title .woodmart-checkout-steps ul li {
    font-size: 18px; }

  .without-title.title-shop {
    padding: 0; }

  .with-back-btn:not(.without-title) .shop-title-wrapper {
    margin-left: 35px;
    margin-right: 35px; }

  .woodmart-header-advanced .page-title {
    margin-top: -40px;
    padding: 15px 0; }

  .woodmart-header-overlap .title-size-small, .woodmart-header-overlap .title-size-small.without-title {
    padding: 90px 0 40px 0; }

  .woodmart-header-overlap .title-size-default, .woodmart-header-overlap .title-size-default.without-title, .woodmart-header-overlap .title-size-large, .woodmart-header-overlap .title-size-large.without-title {
    padding: 110px 0 50px 0; }

  .woodmart-top-bar-mobile-off .topbar-wrapp {
    border-bottom: none; }

  .topbar-content, .topbar-wrapp {
    max-height: 38px;
    height: auto; }

  .topbar-content form.shopify-currency-switcher-form {
    display: none; }

  .top-bar-left, .topbar-left-text {
    display: none; }

  .top-bar-right {
    overflow: hidden; }

  .topbar-right-text {
    height: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .topbar-right-menu, .woodmart-header-links {
    position: fixed;
    top: -9999px;
    z-index: 600; }

  .menu-item-register .sub-menu-dropdown {
    position: fixed;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-animation: none !important;
    animation: none !important;
    margin-top: 0 !important;
    pointer-events: visible;
    pointer-events: unset;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: transform 0s ease,opacity 0s ease,visibility 0s ease;
    -webkit-transition: opacity 0s ease,visibility 0s ease,-webkit-transform 0s ease;
    transition: opacity 0s ease,visibility 0s ease,-webkit-transform 0s ease;
    transition: transform 0s ease,opacity 0s ease,visibility 0s ease;
    transition: transform 0s ease,opacity 0s ease,visibility 0s ease,-webkit-transform 0s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

  .menu-item-register .login-dropdown-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .menu-item-register .close-login-form {
    display: block; }

  .login-form-popup {
    overflow: hidden; }

  .login-form-popup .menu-item-register .sub-menu-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
    transform: none;
    -webkit-transform: none;
    -webkit-transition: transform .25s ease .25s,opacity .25s ease .25s,visibility .25s ease .25s;
    -webkit-transition: opacity .25s ease .25s,visibility .25s ease .25s,-webkit-transform .25s ease .25s;
    transition: opacity .25s ease .25s,visibility .25s ease .25s,-webkit-transform .25s ease .25s;
    transition: transform .25s ease .25s,opacity .25s ease .25s,visibility .25s ease .25s;
    transition: transform 0.25s ease 0.25s,opacity 0.25s ease 0.25s,visibility 0.25s ease 0.25s,-webkit-transform 0.25s ease 0.25s; }

  .platform-iOS .login-form-popup {
    position: fixed; }

  .close-header-banner {
    width: 50px; }

  .close-header-banner + .header-banner-link {
    right: 50px; }

  .main-header .main-nav, .main-header .search-extended, .main-header .widgetarea-head {
    display: none; }

  .search-button:not(.mobile-search-icon) {
    display: none; }

  .search-button .woodmart-search-wrapper {
    display: none; }

  .full-screen-burger-icon, .full-screen-wrapper, .navigation-wrap, .secondary-header, .wrapp-header .woodmart-wishlist-info-widget {
    display: none; }

  .wrapp-header {
    margin-left: -5px;
    margin-right: -5px; }

  .wrapp-header > .header-left-side, .wrapp-header > .main-nav, .wrapp-header > .right-column, .wrapp-header > .search-extended, .wrapp-header > .site-logo, .wrapp-header > .widgetarea-head {
    padding-left: 5px;
    padding-right: 5px; }

  .header-left-side, .mobile-nav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .cart-widget-side {
    width: 300px;
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0); }

  .search-button, .woodmart-shopping-cart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .woodmart-shopping-cart > a:before {
    margin-right: 0; }

  .woodmart-shopping-cart .dropdown-cart, .woodmart-shopping-cart .dropdown-wrap-cat, .woodmart-shopping-cart .subtotal-divider, .woodmart-shopping-cart .woodmart-cart-subtotal {
    display: none; }

  .woodmart-shopping-cart:not(.woodmart-cart-design-2) > a {
    position: relative; }

  .woodmart-shopping-cart:not(.woodmart-cart-design-2) .woodmart-cart-number {
    position: absolute;
    top: 4px;
    left: 23px;
    padding: 0;
    margin-left: 0;
    font-size: 10px;
    color: #212121;
    font-weight: 600;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #eee; }

  .woodmart-cart-design-3 > a {
    text-align: center; }

  .woodmart-cart-design-3 > a:before {
    margin-top: 0;
    font-size: 20px;
    color: inherit;
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding-right: 0;
    border-right: none; }

  .woodmart-cart-design-3 .woodmart-cart-number > span {
    display: none; }

  .woodmart-cart-design-3 .woodmart-cart-totals {
    display: block; }

  .logo-responsive-off .site-logo img {
    max-width: 100%; }

  .header-advanced .wrapp-header .right-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .header-menu-top .wrapp-header {
    margin-left: 0;
    margin-right: 0; }

  .header-menu-top .navigation-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .header-menu-top .navigation-wrap .menu {
    display: none; }

  .header-split .site-logo {
    position: static;
    display: block; }

  .header-split .right-column {
    position: static; }

  .header-split .left-side > div:not(:first-child) {
    margin-left: 5px; }

  .header-categories {
    padding-bottom: 0; }

  .sticky-header .main-nav {
    display: none; }

  .header-mobile-center .header-left-side, .header-mobile-center .left-side, .header-mobile-center .right-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }

  .header-mobile-center .header-left-side, .header-mobile-center .left-side {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .header-mobile-right .site-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }

  .header-mobile-right .header-left-side, .header-mobile-right .left-side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .header-mobile-right.header-logo-center .right-column, .header-mobile-right.header-shop .right-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0; }

  .header-mobile-right.header-split .left-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .header-mobile-right.header-split .left-side > div:not(:first-child) {
    margin-right: 10px;
    margin-left: 0; }

  .header-mobile-left .site-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }

  .header-mobile-left .header-left-side, .header-mobile-left .left-side {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .header-mobile-left.header-logo-center .right-column, .header-mobile-left.header-shop .right-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0; }

  .woodmart-top-bar-mobile-on .header-overlap, .woodmart-top-bar-mobile-on .header-sticky-real {
    top: 38px; }

  .woodmart-tltp .woodmart-tooltip-label {
    display: none !important; }

  .woodmart-close-side {
    top: -150px;
    height: calc(100vh + 300px); }

  .autocomplete-suggestion {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; }

  .autocomplete-suggestion .suggestion-thumb {
    max-width: 45px; }

  .autocomplete-suggestion .suggestion-title {
    font-size: 12px; }

  .autocomplete-suggestion .suggestion-price {
    font-size: 12px;
    line-height: 1; }

  .main-page-wrapper .woodmart-show-categories {
    display: block; }

  .woodmart-product-categories {
    margin-right: 0;
    margin-left: 0;
    display: none;
    text-align: left;
    background-color: rgba(172, 172, 172, 0.09);
    padding-top: 10px;
    padding-bottom: 10px; }

  .main-page-wrapper .woodmart-product-categories > li {
    display: block; }

  .woodmart-product-categories .children {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    margin-top: 0;
    background-color: rgba(172, 172, 172, 0.09);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: none !important;
    animation: none !important; }

  .woodmart-product-categories .children .category-name {
    font-weight: 600; }

  .woodmart-product-categories .children:after {
    content: none; }

  .color-scheme-light .woodmart-product-categories {
    background-color: rgba(0, 0, 0, 0.4); }

  .color-scheme-light .woodmart-product-categories .children {
    background-color: rgba(0, 0, 0, 0.2); }

  .category-nav-link a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px; }

  .hasno-product-count.woodmart-product-categories {
    margin-right: 0;
    margin-left: 0; }

  .without-title .woodmart-product-categories {
    display: none; }

  .without-title .woodmart-show-categories {
    display: inline-block; }

  .without-title .category-nav-link a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .without-title .shop-title-wrapper {
    top: 8px;
    margin-top: 0; }

  .without-title.with-back-btn .nav-shop {
    padding-left: 0;
    padding-right: 0; }

  .title-design-default.without-title .shop-title-wrapper {
    position: static; }

  .shop-loop-head {
    margin-top: -10px;
    margin-bottom: 10px; }

  .term-description {
    margin-top: -15px; }

  .woodmart-products-shop-view, .woodmart-products-per-page {
    display: none; }

  .product-grid-item .hover-img {
    display: none; }

  .product-grid-item .woodmart-buttons {
    opacity: 1; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons .quick-view, .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons .product-compare-button, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons .quick-view, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons .product-compare-button {
    display: none; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons > div, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons > div {
    margin-bottom: 5px; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons > div a, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons > div a {
    background-color: white;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 35px;
    height: 35px; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons > div a:before, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons > div a:before {
    font-size: 14px; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons > div a:after, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons > div a:after {
    width: 14px;
    height: 14px;
    margin-left: -7px;
    margin-top: -7px; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons > div:last-child, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons > div:last-child {
    margin-bottom: 0; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons .woodmart-add-btn .button:not(.add_to_cart_button):before, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons .woodmart-add-btn .button:not(.add_to_cart_button):before {
    font-size: 14px; }

  .product-grid-item:not(.woodmart-hover-base) .woodmart-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
    font-size: 14px; }

  .color-scheme-light .product-grid-item:not(.woodmart-hover-base):not(.woodmart-hover-icons) .woodmart-buttons > div a, .color-scheme-light .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons > div a, .woodmart-dark .product-grid-item:not(.woodmart-hover-base):not(.woodmart-hover-icons) .woodmart-buttons > div a, .woodmart-dark .product-grid-item.woodmart-hover-base.product-in-carousel .woodmart-buttons > div a {
    background-color: #101010; }

  .woodmart-hover-button .product-element-top:before, .woodmart-hover-info-alt .product-element-top:before {
    content: none; }

  .woodmart-hover-button .woodmart-buttons, .woodmart-hover-info-alt .woodmart-buttons {
    top: 10px;
    right: 10px;
    visibility: visible; }

  .woodmart-hover-button .woodmart-buttons > div a, .woodmart-hover-info-alt .woodmart-buttons > div a {
    background-color: #101010 !important; }

  .woodmart-hover-button .hover-mask, .woodmart-hover-info-alt .hover-mask {
    display: none; }

  .woodmart-hover-alt .swap-wrapp {
    height: auto;
    line-height: 1.3;
    overflow: visible;
    margin-bottom: 5px; }

  .woodmart-hover-alt .wrap-price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .woodmart-hover-alt .swap-elements .price {
    margin-bottom: 5px; }

  .woodmart-hover-alt .swap-elements .price, .woodmart-hover-alt .swap-elements .btn-add-swap {
    height: auto;
    line-height: 1.3;
    overflow: visible; }

  .woodmart-hover-alt .woodmart-product-cats, .woodmart-hover-alt .woodmart-product-brands-links {
    margin-bottom: 5px; }

  .woodmart-hover-alt.purchasable:hover .swap-elements, .woodmart-hover-alt.product-type-grouped:hover .swap-elements {
    transform: none;
    -webkit-transform: none; }

  .woodmart-hover-info .product-title {
    font-size: 14px; }

  .woodmart-hover-quick .woodmart-add-btn {
    -webkit-transform: none;
    transform: none; }

  .woodmart-hover-quick .woodmart-add-btn > a:not(.added_to_cart) {
    height: 40px;
    width: 40px; }

  .woodmart-hover-quick .woodmart-add-btn > a:not(.added_to_cart) span:not(.woodmart-tooltip-label) {
    display: none; }

  .woodmart-hover-quick .woodmart-add-btn > a:not(.added_to_cart):before {
    -webkit-transform: none;
    transform: none; }

  .woodmart-hover-icons .woodmart-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }

  .woodmart-hover-icons .wrapp-buttons {
    position: static;
    opacity: 1;
    visibility: visible;
    perspective: unset;
    -webkit-perspective: unset;
    transform: none !important;
    -webkit-transform: none !important; }

  .woodmart-hover-info-alt .top-information {
    position: static;
    padding: 0;
    opacity: 1; }

  .woodmart-hover-info-alt .product-image-link {
    margin-bottom: 10px; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .top-information .amount, div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .top-information .price, div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .top-information .price ins, body:not(.woodmart-dark) .woodmart-hover-info-alt .top-information .amount, body:not(.woodmart-dark) .woodmart-hover-info-alt .top-information .price, body:not(.woodmart-dark) .woodmart-hover-info-alt .top-information .price ins {
    color: black; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .top-information del .amount, body:not(.woodmart-dark) .woodmart-hover-info-alt .top-information del .amount {
    color: #bbb; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .shopify-price-suffix, body:not(.woodmart-dark) .woodmart-hover-info-alt .shopify-price-suffix {
    color: #777777; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .quick-shop-wrapper, div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .product-actions, body:not(.woodmart-dark) .woodmart-hover-info-alt .quick-shop-wrapper, body:not(.woodmart-dark) .woodmart-hover-info-alt .product-actions {
    display: none; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt h3.product-title a, body:not(.woodmart-dark) .woodmart-hover-info-alt h3.product-title a {
    color: #333333; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt h3.product-title a:hover, body:not(.woodmart-dark) .woodmart-hover-info-alt h3.product-title a:hover {
    color: #333333;
    opacity: 0.8; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .swatches-on-grid .swatch-on-grid, body:not(.woodmart-dark) .woodmart-hover-info-alt .swatches-on-grid .swatch-on-grid {
    color: black; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .swatches-on-grid .current-swatch:after, body:not(.woodmart-dark) .woodmart-hover-info-alt .swatches-on-grid .current-swatch:after {
    background-color: black; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .woodmart-product-cats, div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .woodmart-product-brands-links, body:not(.woodmart-dark) .woodmart-hover-info-alt .woodmart-product-cats, body:not(.woodmart-dark) .woodmart-hover-info-alt .woodmart-product-brands-links {
    color: #9E9E9E; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .woodmart-product-cats a, div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .woodmart-product-brands-links a, body:not(.woodmart-dark) .woodmart-hover-info-alt .woodmart-product-cats a, body:not(.woodmart-dark) .woodmart-hover-info-alt .woodmart-product-brands-links a {
    color: #9E9E9E; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .woodmart-product-cats a:hover, div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .woodmart-product-cats a:focus, div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .woodmart-product-brands-links a:hover, div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .woodmart-product-brands-links a:focus, body:not(.woodmart-dark) .woodmart-hover-info-alt .woodmart-product-cats a:hover, body:not(.woodmart-dark) .woodmart-hover-info-alt .woodmart-product-cats a:focus, body:not(.woodmart-dark) .woodmart-hover-info-alt .woodmart-product-brands-links a:hover, body:not(.woodmart-dark) .woodmart-hover-info-alt .woodmart-product-brands-links a:focus {
    color: #5c5c5c; }

  div[class^="vc_"]:not(.color-scheme-light) .woodmart-hover-info-alt .star-rating:before, body:not(.woodmart-dark) .woodmart-hover-info-alt .star-rating:before {
    color: #bbbbbb; }

  .single-product .site-content {
    margin-bottom: 25px; }

  .single-product-page > div {
    margin-bottom: 25px; }

  .single-product-page > div:last-child {
    margin-bottom: 0; }

  .product-image-summary-wrap .col-sm-10, .product-image-summary-wrap .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
    width: 75%; }

  .product-image-summary-wrap .col-sm-2, .product-image-summary-wrap .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    width: 25%; }

  .product-image-summary-inner > .col-sm-4, .product-image-summary-inner > .col-sm-8 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  .single-breadcrumbs-wrapper {
    margin-bottom: 10px;
    margin-top: -20px; }

  .single-breadcrumbs-wrapper .shopify-breadcrumb .breadcrumb-link-last {
    color: #333;
    font-weight: 600;
    margin-right: 0; }

  .single-breadcrumbs-wrapper .shopify-breadcrumb .breadcrumb-link-last:after {
    content: none; }

  .woodmart-dark .single-breadcrumbs-wrapper .shopify-breadcrumb .breadcrumb-link-last {
    color: #fff; }

  .single-breadcrumbs-wrapper .shopify-breadcrumb .breadcrumb-last {
    display: none; }

  .shopify-product-gallery .thumbnails .owl-nav > div {
    width: 40px;
    height: 40px;
    margin-top: -20px; }

  .shopify-product-gallery .thumbnails .owl-nav > div:after {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700; }

  .shopify-product-gallery.thumbs-position-left > div {
    float: none;
    width: 100%;
    left: auto;
    right: auto; }

  .shopify-product-gallery.thumbs-position-left .shopify-product-gallery__wrapper {
    margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px; }

  .product-360-button > a, .product-video-button > a, .woodmart-show-product-gallery-wrap > a {
    height: 40px;
    line-height: 40px;
    min-width: 40px; }

  .product-360-button > a:before, .product-video-button > a:before, .woodmart-show-product-gallery-wrap > a:before {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px; }

  .product-360-button > a:before {
    font-size: 22px; }

  .area-sidebar-product-single .sidebar-inner {
    margin-bottom: -10px; }

  .product-image-summary .entry-title {
    font-size: 24px;
    margin-bottom: 15px; }

  .product-image-summary .summary-inner > .price {
    margin-bottom: 15px;
    font-size: 18px; }

  .product-image-summary .shopify-product-details__short-description {
    margin-bottom: 20px; }

  .product-design-default {
    margin-top: -15px; }

  .product-design-default .woodmart-product-brands {
    float: none;
    margin-left: 0; }

  .product-design-default .woodmart-product-brands a {
    min-height: 0;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
    padding: 0; }

  .product-design-default .woodmart-product-brands a:hover {
    opacity: .5;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .product-design-default .woodmart-product-brands img {
    max-height: 45px; }

  .woodmart-before-product-tabs {
    margin-top: -26px; }

  .product-tabs-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: none; }

  .shopify-tabs .woodmart-accordion-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px; }

  .shopify-tabs .shopify-Reviews-title {
    display: none; }

  .shopify-Tabs-panel {
    -webkit-animation: none;
    animation: none; }

  .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
    max-height: none; }

  .tabs-layout-tabs {
    border-top: 2px solid rgba(119, 119, 119, 0.17); }

  .tabs-layout-tabs .woodmart-accordion-title {
    display: block; }

  .tabs-layout-tabs .tabs {
    display: none; }

  .tabs-layout-tabs .woodmart-tab-wrapper {
    border-bottom: 1px solid rgba(119, 119, 119, 0.17); }

  .tabs-layout-tabs .woodmart-tab-wrapper .wc-tab {
    padding-bottom: 20px; }

  .tabs-layout-tabs .woodmart-tab-wrapper .wc-tab > h2:first-child {
    display: none; }

  .woodmart-dark .tabs-layout-tabs .woodmart-tab-wrapper {
    border-color: rgba(255, 255, 255, 0.25); }

  .tabs-layout-tabs #tab-additional_information .wc-tab-inner > div > h2:first-child {
    max-width: 100%; }

  .tabs-layout-tabs #tab-additional_information .shop_attributes {
    max-width: 100%; }

  .woodmart-dark .tabs-layout-tabs {
    border-color: rgba(255, 255, 255, 0.25); }

  .tabs-type-tabs.meta-location-after_tabs .product-tabs-wrapper, .tabs-type-tabs:not(.reviews-location-separate) .product-tabs-wrapper {
    border-bottom: none; }

  .tabs-location-standard.reviews-location-separate.tabs-type-tabs .shopify-tabs {
    padding-bottom: 0;
    border-bottom: none; }

  .tabs-location-standard.tabs-type-accordion .woodmart-before-product-tabs {
    margin-top: -26px; }

  .shopify-Reviews {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .shopify-Reviews #comments, .shopify-Reviews #review_form_wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .shopify-Reviews .commentlist {
    margin-top: 0;
    margin-bottom: 25px; }

  .shopify-Reviews .commentlist li:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 5px; }

  .product-with-attachments .thumbs-position-left {
    margin-left: -15px; }

  .popup-quick-view .variations_form .reset_variations, .product-design-default .variations_form .reset_variations {
    position: absolute;
    left: 0;
    bottom: -30px;
    margin-left: 0; }

  .popup-quick-view .variations_form.variation-swatch-selected .variations, .product-design-default .variations_form.variation-swatch-selected .variations {
    margin-bottom: 50px; }

  .popup-quick-view .entry-summary .entry-title {
    font-size: 24px; }

  .woodmart-my-account-sidebar {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
    width: 35%; }

  .shopify-MyAccount-content {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
    width: 65%; }

  .woodmart-my-account-links > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  td.product-thumbnail img {
    max-width: 65px; }

  .cart-content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .cart-content-wrapper .cart-data-form {
    padding-top: 0;
    margin-bottom: 40px; }

  .cart-content-wrapper .cart-totals-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%; }

  .cross-sells {
    margin-top: 30px; }

  .cart-empty {
    font-size: 42px; }

  .cart-empty:before {
    font-size: 140px;
    line-height: 140px; }

  .cart-empty:after {
    font-size: 38px;
    line-height: 38px;
    margin-left: -8px;
    top: 22px; }

  .checkout_coupon .input-text {
    min-width: 0; }

  .checkout_coupon .button {
    width: 100%; }

  .shopify table.wishlist_table thead th {
    font-size: 14px; }

  .shopify table.wishlist_table tbody td {
    padding: 15px 5px; }

  .shopify table.wishlist_table td.product-add-to-cart .add_to_cart, .shopify table.wishlist_table td.product-add-to-cart .remove_from_wishlist {
    font-size: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 40px; }

  .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:before, .shopify table.wishlist_table td.product-add-to-cart .remove_from_wishlist:before {
    font-weight: 400; }

  .shopify table.wishlist_table td.product-add-to-cart .add_to_cart:before {
    content: "\f11d";
    font-family: woodmart-font;
    font-size: 20px;
    margin-right: -5px; }

  .shopify table.wishlist_table td.product-add-to-cart .remove_from_wishlist:before {
    content: "\f10f";
    font-family: woodmart-font;
    font-size: 14px; }

  .shopify-MyAccount-content .wishlist_table .product-stock-status {
    display: none; }

  .shopify-lost-password .site-content .shopify > p:before {
    font-size: 110px;
    line-height: 110px; }

  .template-404 .page-header:before {
    font-size: 280px;
    line-height: 240px; }

  .template-404 .page-title {
    padding: 70px 0;
    font-size: 50px; }

  .template-404 .page-content h2 {
    font-size: 24px; }

  .template-404 .page-content p {
    font-size: 14px; }

  .blog-post-loop:hover .post-img-wrapp a {
    -webkit-transform: none;
    transform: none; }

  .post-img-wrapp a:after {
    content: none; }

  .post-image-mask {
    display: none; }

  .post-gallery-slider .owl-nav > div[class*=prev], .post-gallery-slider .owl-nav > div[class*=next] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .post-gallery-slider .owl-nav > div[class*=prev] {
    padding-left: 0; }

  .post-gallery-slider .owl-nav > div[class*=next] {
    padding-right: 0; }

  .blog-design-default .entry-title, .blog-design-default-alt .entry-title, .blog-design-small-images:not(.has-post-thumbnail) .entry-title, .post-single-page .entry-title {
    font-size: 28px; }

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

  .blog-design-masonry .entry-title {
    font-size: 20px; }

  .portfolio-filter {
    margin-bottom: 10px; }

  .portfolio-filter:after {
    content: ""; }

  .masonry-filter {
    white-space: nowrap;
    overflow-y: auto; }

  .masonry-filter::-webkit-scrollbar {
    display: none; }

  .masonry-filter li a {
    font-size: 14px; }

  .portfolio-entry .entry-title {
    font-size: 16px; }

  .portfolio-entry .wrap-meta {
    margin-bottom: 5px; }

  .col-md-3.portfolio-entry .entry-title {
    font-size: 16px; }

  .scrollToTop {
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px; }

  .scrollToTop:after {
    font-size: 14px;
    line-height: 40px; }

  .min-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }

  .min-footer .col-right {
    text-align: center; }

  .min-footer > div {
    margin-bottom: 10px; }

  .min-footer > div:last-child {
    margin-bottom: 0; }

  .sticky-footer-on .footer-container {
    position: static;
    visibility: visible;
    opacity: 1; }

  .categories-style-carousel, .slider-type-post, .slider-type-product {
    margin-bottom: 20px; }

  .owl-carousel:after, .owl-carousel:before {
    content: none; }

  .owl-nav > div[class*=prev], .owl-nav > div[class*=next], .wrap-loading-arrow > div[class*=prev], .wrap-loading-arrow > div[class*=next] {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  .owl-nav > div[class*=prev], .wrap-loading-arrow > div[class*=prev] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 5px; }

  .owl-nav > div[class*=next], .wrap-loading-arrow > div[class*=next] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 5px; }

  .wrap-loading-arrow > div {
    -webkit-transition: all .15s ease;
    transition: all 0.15s ease; }

  .wrap-loading-arrow > div[class*=prev] {
    left: 0 !important; }

  .wrap-loading-arrow > div[class*=next] {
    right: 0 !important;
    left: auto !important; }

  .owl-nav > div {
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }

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

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

  .woodmart-spacing-0 .owl-nav > div[class*=prev] {
    left: -40px; }

  .woodmart-spacing-0 .owl-nav > div[class*=next] {
    right: -40px; }

  .woodmart-spacing-2 .owl-nav > div[class*=prev] {
    left: -39px; }

  .woodmart-spacing-2 .owl-nav > div[class*=next] {
    right: -39px; }

  .woodmart-spacing-6 .owl-nav > div[class*=prev] {
    left: -37px; }

  .woodmart-spacing-6 .owl-nav > div[class*=next] {
    right: -37px; }

  .woodmart-spacing-10 .owl-nav > div[class*=prev] {
    left: -35px; }

  .woodmart-spacing-10 .owl-nav > div[class*=next] {
    right: -35px; }

  .woodmart-spacing-20 .owl-nav > div[class*=prev] {
    left: -30px; }

  .woodmart-spacing-20 .owl-nav > div[class*=next] {
    right: -30px; }

  .woodmart-spacing-30 .owl-nav > div[class*=prev] {
    left: -25px; }

  .woodmart-spacing-30 .owl-nav > div[class*=next] {
    right: -25px; }

  .owl-items-lg-1:not(.owl-loaded) > div {
    width: 100%; }

  .owl-items-lg-1:not(.owl-loaded) > div:nth-child(n+2) {
    display: none; }

  .owl-items-lg-2:not(.owl-loaded) > div {
    width: 50%; }

  .owl-items-lg-2:not(.owl-loaded) > div:nth-child(n+3) {
    display: none; }

  .owl-items-lg-3:not(.owl-loaded) > div {
    width: 33.33333%; }

  .owl-items-lg-3:not(.owl-loaded) > div:nth-child(n+4) {
    display: none; }

  .owl-items-lg-4:not(.owl-loaded) > div {
    width: 25%; }

  .owl-items-lg-4:not(.owl-loaded) > div:nth-child(n+5) {
    display: none; }

  .owl-items-lg-5:not(.owl-loaded) > div {
    width: 20%; }

  .owl-items-lg-5:not(.owl-loaded) > div:nth-child(n+6) {
    display: none; }

  .owl-items-lg-6:not(.owl-loaded) > div {
    width: 16.66667%; }

  .owl-items-lg-6:not(.owl-loaded) > div:nth-child(n+7) {
    display: none; }

  .owl-items-lg-7:not(.owl-loaded) > div {
    width: 14.28571%; }

  .owl-items-lg-7:not(.owl-loaded) > div:nth-child(n+8) {
    display: none; }

  .woodmart-shopify-layered-nav .woodmart-scroll {
    overflow-y: scroll;
    padding-right: 5px; }

  .woodmart-shopify-layered-nav .woodmart-scroll-content {
    overflow: visible; }

  .woodmart-shopify-layered-nav .swatches-display-double li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .woodmart-shopify-layered-nav .swatches-display-double li:last-child {
    margin-bottom: 0; }

  .woodmart-images-gallery.view-grid.columns-3 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-3 .woodmart-gallery-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  .woodmart-images-gallery.view-grid.columns-4 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-4 .woodmart-gallery-item {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333%; }

  .woodmart-images-gallery.view-grid.columns-6 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-6 .woodmart-gallery-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%; }

  .woodmart-text-size-large ul {
    font-size: 16px; }

  .woodmart-text-size-large.woodmart-list-shape-icon .list-icon {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px; }

  .woodmart-text-size-large.woodmart-list-shape-icon.woodmart-list-type-unordered .list-icon {
    font-size: 12px; }

  .woodmart-text-size-extra-large ul {
    font-size: 18px; }

  .woodmart-text-size-extra-large.woodmart-list-shape-icon .list-icon {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px; }

  .woodmart-text-size-extra-large.woodmart-list-shape-icon.woodmart-list-type-unordered .list-icon {
    font-size: 14px; }

  .widget_nav_mega_menu .sub-menu-dropdown {
    display: none; }

  .widget_nav_mega_menu .vertical-navigation .item-level-0.menu-item-has-children > a:after {
    content: none; }

  .brands-carousel .owl-nav > div[class*=prev] {
    left: -40px; }

  .brands-carousel .owl-nav > div[class*=next] {
    right: -40px; }

  .testimonials.testimonials-grid.testimon-columns-3 .testimonial, .testimonials.testimonials-grid.testimon-columns-4 .testimonial, .testimonials.testimonials-grid.testimon-columns-5 .testimonial, .testimonials.testimonials-grid.testimon-columns-6 .testimonial {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  .instagram-widget .hover-mask {
    display: none; }

  .instagram-per-row-10.instagram-grid .instagram-picture, .instagram-per-row-11.instagram-grid .instagram-picture, .instagram-per-row-12.instagram-grid .instagram-picture, .instagram-per-row-6.instagram-grid .instagram-picture, .instagram-per-row-7.instagram-grid .instagram-picture, .instagram-per-row-8.instagram-grid .instagram-picture, .instagram-per-row-9.instagram-grid .instagram-picture {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .woodmart-title-size-extra-large .title-subtitle, .woodmart-title-size-large .title-subtitle, .woodmart-title-size-medium .title-subtitle {
    font-size: 14px; }

  .woodmart-title-size-extra-large .woodmart-title-container, .woodmart-title-size-large .woodmart-title-container, .woodmart-title-size-medium .woodmart-title-container {
    font-size: 22px; }

  .woodmart-title-size-extra-large2 .title-subtitle {
    font-size: 13px; }

  .woodmart-title-size-extra-large2 .woodmart-title-container {
    font-size: 40px;
    line-height: 48px; }

  .woodmart-title-size-extra-large2 .title-after_title {
    font-size: 13px; }

  .woodmart-title-size-extra-large2 .title-after_title p {
    font-size: 13px !important;
    line-height: 13px; }

  .woodmart-title-size-extra-large .title-after_title, .woodmart-title-size-large .title-after_title, .woodmart-title-size-medium .title-after_title {
    font-size: 14px; }

  .woodmart-title-width-60 .title-after_title, .woodmart-title-width-60 .title-subtitle, .woodmart-title-width-60 .woodmart-title-container, .woodmart-title-width-70 .title-after_title, .woodmart-title-width-70 .title-subtitle, .woodmart-title-width-70 .woodmart-title-container {
    max-width: 80%; }

  .woodmart-title-width-40 .title-after_title, .woodmart-title-width-40 .title-subtitle, .woodmart-title-width-40 .woodmart-title-container, .woodmart-title-width-50 .title-after_title, .woodmart-title-width-50 .title-subtitle, .woodmart-title-width-50 .woodmart-title-container {
    max-width: 60%; }

  .woodmart-title-width-10 .title-after_title, .woodmart-title-width-10 .title-subtitle, .woodmart-title-width-10 .woodmart-title-container, .woodmart-title-width-20 .title-after_title, .woodmart-title-width-20 .title-subtitle, .woodmart-title-width-20 .woodmart-title-container, .woodmart-title-width-30 .title-after_title, .woodmart-title-width-30 .title-subtitle, .woodmart-title-width-30 .woodmart-title-container {
    max-width: 40%; }

  .woodmart-title-style-underlined-2.woodmart-title-size-extra-large .title, .woodmart-title-style-underlined-2.woodmart-title-size-large .title {
    border-width: 2px; }

  .woodmart-title-style-underlined-2:not(.woodmart-title-color-gradient).woodmart-title-size-extra-large .title {
    text-shadow: 1px 1px #fff,1px -1px #fff,-1px 1px #fff,-1px -1px #fff; }

  .woodmart-products-tabs.tabs-design-simple .owl-nav > div, .woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .content-spacing-large .banner-inner, .content-spacing-large .banner-subtitle, .content-spacing-large .banner-title {
    margin-top: 10px; }

  .content-spacing-large .banner-btn-wrapper {
    margin-top: 20px; }

  .content-banner .content-size-large {
    font-size: 16px; }

  .content-width-10 {
    max-width: 30%; }

  .content-width-20 {
    max-width: 40%; }

  .content-width-30 {
    max-width: 50%; }

  .content-width-40 {
    max-width: 60%; }

  .content-width-50 {
    max-width: 70%; }

  .content-width-60 {
    max-width: 80%; }

  .content-width-70 {
    max-width: 90%; }

  .woodmart-info-box .with-text.text-size-large {
    font-size: 52px; }

  .woodmart-info-box .with-text.text-size-large.icon-style-with-bg .info-box-icon {
    height: 100px;
    line-height: 100px;
    min-width: 100px; }

  .woodmart-info-box.btn-position-hover:not(.box-border) .info-btn-wrapper {
    position: static;
    -webkit-transform: none;
    transform: none;
    opacity: 1; }

  .woodmart-info-box.btn-position-hover.box-border .info-btn-wrapper {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }

  .timer-size-large .woodmart-timer > span, .timer-size-xlarge .woodmart-timer > span {
    min-width: 65px;
    min-height: 65px;
    font-size: 24px;
    line-height: 24px; }

  .timer-size-large .woodmart-timer > span span, .timer-size-xlarge .woodmart-timer > span span {
    font-size: 12px;
    line-height: 12px; }

  .upsells-widget .small-product-content:hover .small-product-info {
    transform: none;
    -webkit-transform: none; }

  .upsells-widget .small-product-info {
    position: static;
    z-index: 4;
    opacity: 1;
    visibility: visible;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    pointer-events: visible; }

  .upsells-widget .small-product-info:after {
    content: none; }

  .woodmart-dark .upsells-widget .small-product-info {
    background-color: transparent; }

  .woodmart-parallax {
    background-attachment: scroll !important; }

  .text-larger {
    font-size: inherit; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .offcanvas-sidebar-tablet .admin-bar .area-sidebar-shop {
    top: 32px; }

  .offcanvas-sidebar-tablet .woodmart-shop-loader:not(.hidden-loader) {
    margin-left: -15px !important; }

  .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) {
    width: 100%;
    left: 0; }

  .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) .shop-loop-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: -25px; }

  .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) .term-description {
    margin-top: -15px;
    margin-bottom: 45px; }

  .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) .woodmart-shop-breadcrumbs {
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    margin-bottom: 15px; }

  .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) .woodmart-shop-breadcrumbs .shopify-breadcrumb {
    margin-bottom: 15px; }

  .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) .shopify-result-count {
    display: block;
    margin-bottom: 15px; }

  .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) .woodmart-shop-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) .woodmart-show-sidebar-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  .offcanvas-sidebar-tablet .area-sidebar-shop {
    position: fixed;
    width: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    z-index: 500;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    -webkit-transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0); }

  .offcanvas-sidebar-tablet .area-sidebar-shop .widget-area {
    padding-top: 30px;
    padding-bottom: 30px; }

  .offcanvas-sidebar-tablet .area-sidebar-shop .sidebar-widget {
    padding-left: 30px;
    padding-right: 30px; }

  .offcanvas-sidebar-tablet .area-sidebar-shop .woodmart-close-sidebar-btn {
    display: block; }

  .offcanvas-sidebar-tablet .area-sidebar-shop .woodmart-sidebar-scroll {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }

  .offcanvas-sidebar-tablet .area-sidebar-shop .woodmart-sidebar-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity .1s ease .25s;
    -webkit-transition: opacity .1s ease .25s; }

  .offcanvas-sidebar-tablet .area-sidebar-shop .woodmart-sidebar-content:focus {
    outline: 0; }

  .offcanvas-sidebar-tablet.woodmart-dark .content-with-products:not(.col-sm-12) .woodmart-woo-breadcrumbs {
    border-color: rgba(255, 255, 255, 0.15); }

  .offcanvas-sidebar-tablet.woodmart-dark .area-sidebar-shop {
    background-color: #101010; }

  .offcanvas-sidebar-tablet.woodmart-show-hidden-sidebar .woodmart-sidebar-content {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

  .woodmart-item-position-left, .woodmart-item-position-right {
    background-color: transparent !important; }

  .row-reverse-tablet:not(.vc_row-flex) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .row-reverse-tablet > .wpb_column:nth-child(1) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .row-reverse-tablet > .wpb_column:nth-child(2) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .row-reverse-tablet > .wpb_column:nth-child(3) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .row-reverse-tablet > .wpb_column:nth-child(4) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .row-reverse-tablet > .wpb_column:nth-child(5) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .row-reverse-tablet > .wpb_column:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .row-reverse-tablet > .wpb_column:nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .row-reverse-tablet > .wpb_column:nth-child(8) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .row-reverse-tablet > .wpb_column:nth-child(9) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .row-reverse-tablet > .wpb_column:nth-child(10) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .row-reverse-tablet > .wpb_column:nth-child(11) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .row-reverse-tablet > .wpb_column:nth-child(12) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banners-per-view-3 .banner-title-small .banner-subtitle, .vc_col-md-4.vc_col-sm-6 .banner-title-small .banner-subtitle {
    font-size: 1vw; }

  .banners-per-view-3 .banner-title-small .banner-title, .vc_col-md-4.vc_col-sm-6 .banner-title-small .banner-title {
    font-size: 1.6vw; }

  .banners-per-view-3 .banner-title-default .banner-subtitle, .vc_col-md-4.vc_col-sm-6 .banner-title-default .banner-subtitle {
    font-size: 1.1vw; }

  .banners-per-view-3 .banner-title-default .banner-title, .vc_col-md-4.vc_col-sm-6 .banner-title-default .banner-title {
    font-size: 2vw; }

  .banners-per-view-3 .banner-title-large .banner-subtitle, .vc_col-md-4.vc_col-sm-6 .banner-title-large .banner-subtitle {
    font-size: 1.3vw; }

  .banners-per-view-3 .banner-title-large .banner-title, .vc_col-md-4.vc_col-sm-6 .banner-title-large .banner-title {
    font-size: 2.3vw; } }
@media (min-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-15, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left; }

  .vc_col-sm-15 {
    width: 20%; }

  .vc_col-sm-12 {
    width: 100%; }

  .vc_col-sm-11 {
    width: 91.66667%; }

  .vc_col-sm-10 {
    width: 83.33333%; }

  .vc_col-sm-9 {
    width: 75%; }

  .vc_col-sm-8 {
    width: 66.66667%; }

  .vc_col-sm-7 {
    width: 58.33333%; }

  .vc_col-sm-6 {
    width: 50%; }

  .vc_col-sm-5 {
    width: 41.66667%; }

  .vc_col-sm-4 {
    width: 33.33333%; }

  .vc_col-sm-3 {
    width: 25%; }

  .vc_col-sm-2 {
    width: 16.66667%; }

  .vc_col-sm-1 {
    width: 8.33333%; }

  .vc_col-sm-pull-12 {
    right: 100%; }

  .vc_col-sm-pull-11 {
    right: 91.66667%; }

  .vc_col-sm-pull-10 {
    right: 83.33333%; }

  .vc_col-sm-pull-9 {
    right: 75%; }

  .vc_col-sm-pull-8 {
    right: 66.66667%; }

  .vc_col-sm-pull-7 {
    right: 58.33333%; }

  .vc_col-sm-pull-6 {
    right: 50%; }

  .vc_col-sm-pull-5 {
    right: 41.66667%; }

  .vc_col-sm-pull-4 {
    right: 33.33333%; }

  .vc_col-sm-pull-3 {
    right: 25%; }

  .vc_col-sm-pull-2 {
    right: 16.66667%; }

  .vc_col-sm-pull-1 {
    right: 8.33333%; }

  .vc_col-sm-pull-0 {
    right: auto; }

  .vc_col-sm-push-12 {
    left: 100%; }

  .vc_col-sm-push-11 {
    left: 91.66667%; }

  .vc_col-sm-push-10 {
    left: 83.33333%; }

  .vc_col-sm-push-9 {
    left: 75%; }

  .vc_col-sm-push-8 {
    left: 66.66667%; }

  .vc_col-sm-push-7 {
    left: 58.33333%; }

  .vc_col-sm-push-6 {
    left: 50%; }

  .vc_col-sm-push-5 {
    left: 41.66667%; }

  .vc_col-sm-push-4 {
    left: 33.33333%; }

  .vc_col-sm-push-3 {
    left: 25%; }

  .vc_col-sm-push-2 {
    left: 16.66667%; }

  .vc_col-sm-push-1 {
    left: 8.33333%; }

  .vc_col-sm-push-0 {
    left: auto; }

  .vc_col-sm-offset-12 {
    margin-left: 100%; }

  .vc_col-sm-offset-11 {
    margin-left: 91.66667%; }

  .vc_col-sm-offset-10 {
    margin-left: 83.33333%; }

  .vc_col-sm-offset-9 {
    margin-left: 75%; }

  .vc_col-sm-offset-8 {
    margin-left: 66.66667%; }

  .vc_col-sm-offset-7 {
    margin-left: 58.33333%; }

  .vc_col-sm-offset-6 {
    margin-left: 50%; }

  .vc_col-sm-offset-5 {
    margin-left: 41.66667%; }

  .vc_col-sm-offset-4 {
    margin-left: 33.33333%; }

  .vc_col-sm-offset-3 {
    margin-left: 25%; }

  .vc_col-sm-offset-2 {
    margin-left: 16.66667%; }

  .vc_col-sm-offset-1 {
    margin-left: 8.33333%; }

  .vc_col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
    float: left; }

  .vc_col-md-12 {
    width: 100%; }

  .vc_col-md-11 {
    width: 91.66667%; }

  .vc_col-md-10 {
    width: 83.33333%; }

  .vc_col-md-9 {
    width: 75%; }

  .vc_col-md-8 {
    width: 66.66667%; }

  .vc_col-md-7 {
    width: 58.33333%; }

  .vc_col-md-6 {
    width: 50%; }

  .vc_col-md-5 {
    width: 41.66667%; }

  .vc_col-md-4 {
    width: 33.33333%; }

  .vc_col-md-3 {
    width: 25%; }

  .vc_col-md-2 {
    width: 16.66667%; }

  .vc_col-md-1 {
    width: 8.33333%; }

  .vc_col-md-pull-12 {
    right: 100%; }

  .vc_col-md-pull-11 {
    right: 91.66667%; }

  .vc_col-md-pull-10 {
    right: 83.33333%; }

  .vc_col-md-pull-9 {
    right: 75%; }

  .vc_col-md-pull-8 {
    right: 66.66667%; }

  .vc_col-md-pull-7 {
    right: 58.33333%; }

  .vc_col-md-pull-6 {
    right: 50%; }

  .vc_col-md-pull-5 {
    right: 41.66667%; }

  .vc_col-md-pull-4 {
    right: 33.33333%; }

  .vc_col-md-pull-3 {
    right: 25%; }

  .vc_col-md-pull-2 {
    right: 16.66667%; }

  .vc_col-md-pull-1 {
    right: 8.33333%; }

  .vc_col-md-pull-0 {
    right: auto; }

  .vc_col-md-push-12 {
    left: 100%; }

  .vc_col-md-push-11 {
    left: 91.66667%; }

  .vc_col-md-push-10 {
    left: 83.33333%; }

  .vc_col-md-push-9 {
    left: 75%; }

  .vc_col-md-push-8 {
    left: 66.66667%; }

  .vc_col-md-push-7 {
    left: 58.33333%; }

  .vc_col-md-push-6 {
    left: 50%; }

  .vc_col-md-push-5 {
    left: 41.66667%; }

  .vc_col-md-push-4 {
    left: 33.33333%; }

  .vc_col-md-push-3 {
    left: 25%; }

  .vc_col-md-push-2 {
    left: 16.66667%; }

  .vc_col-md-push-1 {
    left: 8.33333%; }

  .vc_col-md-push-0 {
    left: auto; }

  .vc_col-md-offset-12 {
    margin-left: 100%; }

  .vc_col-md-offset-11 {
    margin-left: 91.66667%; }

  .vc_col-md-offset-10 {
    margin-left: 83.33333%; }

  .vc_col-md-offset-9 {
    margin-left: 75%; }

  .vc_col-md-offset-8 {
    margin-left: 66.66667%; }

  .vc_col-md-offset-7 {
    margin-left: 58.33333%; }

  .vc_col-md-offset-6 {
    margin-left: 50%; }

  .vc_col-md-offset-5 {
    margin-left: 41.66667%; }

  .vc_col-md-offset-4 {
    margin-left: 33.33333%; }

  .vc_col-md-offset-3 {
    margin-left: 25%; }

  .vc_col-md-offset-2 {
    margin-left: 16.66667%; }

  .vc_col-md-offset-1 {
    margin-left: 8.33333%; }

  .vc_col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1025px) {
  .hotspot-action-hover .woodmart-image-hotspot:hover .hotspot-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }

  .hotspot-icon-default .woodmart-image-hotspot:hover .hotspot-btn {
    -webkit-box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1);
    box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1); }

  .hotspot-icon-alt .woodmart-image-hotspot:hover .hotspot-btn:after {
    color: #fff; } }
@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important; }

  .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
    float: left; }

  .vc_col-lg-12 {
    width: 100%; }

  .vc_col-lg-11 {
    width: 91.66667%; }

  .vc_col-lg-10 {
    width: 83.33333%; }

  .vc_col-lg-9 {
    width: 75%; }

  .vc_col-lg-8 {
    width: 66.66667%; }

  .vc_col-lg-7 {
    width: 58.33333%; }

  .vc_col-lg-6 {
    width: 50%; }

  .vc_col-lg-5 {
    width: 41.66667%; }

  .vc_col-lg-4 {
    width: 33.33333%; }

  .vc_col-lg-3 {
    width: 25%; }

  .vc_col-lg-2 {
    width: 16.66667%; }

  .vc_col-lg-1 {
    width: 8.33333%; }

  .vc_col-lg-pull-12 {
    right: 100%; }

  .vc_col-lg-pull-11 {
    right: 91.66667%; }

  .vc_col-lg-pull-10 {
    right: 83.33333%; }

  .vc_col-lg-pull-9 {
    right: 75%; }

  .vc_col-lg-pull-8 {
    right: 66.66667%; }

  .vc_col-lg-pull-7 {
    right: 58.33333%; }

  .vc_col-lg-pull-6 {
    right: 50%; }

  .vc_col-lg-pull-5 {
    right: 41.66667%; }

  .vc_col-lg-pull-4 {
    right: 33.33333%; }

  .vc_col-lg-pull-3 {
    right: 25%; }

  .vc_col-lg-pull-2 {
    right: 16.66667%; }

  .vc_col-lg-pull-1 {
    right: 8.33333%; }

  .vc_col-lg-pull-0 {
    right: auto; }

  .vc_col-lg-push-12 {
    left: 100%; }

  .vc_col-lg-push-11 {
    left: 91.66667%; }

  .vc_col-lg-push-10 {
    left: 83.33333%; }

  .vc_col-lg-push-9 {
    left: 75%; }

  .vc_col-lg-push-8 {
    left: 66.66667%; }

  .vc_col-lg-push-7 {
    left: 58.33333%; }

  .vc_col-lg-push-6 {
    left: 50%; }

  .vc_col-lg-push-5 {
    left: 41.66667%; }

  .vc_col-lg-push-4 {
    left: 33.33333%; }

  .vc_col-lg-push-3 {
    left: 25%; }

  .vc_col-lg-push-2 {
    left: 16.66667%; }

  .vc_col-lg-push-1 {
    left: 8.33333%; }

  .vc_col-lg-push-0 {
    left: auto; }

  .vc_col-lg-offset-12 {
    margin-left: 100%; }

  .vc_col-lg-offset-11 {
    margin-left: 91.66667%; }

  .vc_col-lg-offset-10 {
    margin-left: 83.33333%; }

  .vc_col-lg-offset-9 {
    margin-left: 75%; }

  .vc_col-lg-offset-8 {
    margin-left: 66.66667%; }

  .vc_col-lg-offset-7 {
    margin-left: 58.33333%; }

  .vc_col-lg-offset-6 {
    margin-left: 50%; }

  .vc_col-lg-offset-5 {
    margin-left: 41.66667%; }

  .vc_col-lg-offset-4 {
    margin-left: 33.33333%; }

  .vc_col-lg-offset-3 {
    margin-left: 25%; }

  .vc_col-lg-offset-2 {
    margin-left: 16.66667%; }

  .vc_col-lg-offset-1 {
    margin-left: 8.33333%; }

  .vc_col-lg-offset-0 {
    margin-left: 0; }

  .vc_el-clearfix-lg {
    clear: both; } }
@media (max-width: 991px) {
  .categories-style-masonry-first .category-grid-item:first-child .category-title {
    font-size: 20px; }

  .filters-inner-area > div:nth-child(2n+1) {
    clear: both; } }
@media (max-width: 767px) {
  body .mobile-bg-img-hidden {
    background-image: none !important; }

  .container, .woodmart-google-map-content-wrap {
    width: 100%; }

  .offcanvas-sidebar-mobile.admin-bar .area-sidebar-shop {
    top: 46px; }

  .offcanvas-sidebar-mobile .content-with-products:not(.col-sm-12) {
    width: 100%;
    left: 0; }

  .offcanvas-sidebar-mobile .content-with-products:not(.col-sm-12) .shop-loop-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: -25px; }

  .offcanvas-sidebar-mobile .content-with-products:not(.col-sm-12) .woodmart-shop-breadcrumbs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    margin-bottom: 15px; }

  .offcanvas-sidebar-mobile .content-with-products:not(.col-sm-12) .woodmart-shop-breadcrumbs .shopify-breadcrumb {
    margin-bottom: 15px; }

  .offcanvas-sidebar-mobile .content-with-products:not(.col-sm-12) .term-description {
    margin-top: -20px;
    margin-bottom: 45px; }

  .offcanvas-sidebar-mobile .content-with-products:not(.col-sm-12) .woodmart-shop-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .offcanvas-sidebar-mobile .content-with-products:not(.col-sm-12) .woodmart-show-sidebar-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

  .offcanvas-sidebar-mobile .area-sidebar-shop {
    position: fixed;
    width: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    z-index: 500;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    -webkit-transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0); }

  .offcanvas-sidebar-mobile .area-sidebar-shop .widget-area {
    padding-top: 30px;
    padding-bottom: 30px; }

  .offcanvas-sidebar-mobile .area-sidebar-shop .sidebar-widget {
    padding-left: 30px;
    padding-right: 30px; }

  .offcanvas-sidebar-mobile .area-sidebar-shop .woodmart-close-sidebar-btn {
    display: block; }

  .offcanvas-sidebar-mobile .area-sidebar-shop .woodmart-sidebar-scroll {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }

  .offcanvas-sidebar-mobile .area-sidebar-shop .woodmart-sidebar-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    opacity: 0;
    transition: opacity .1s ease .25s;
    -webkit-transition: opacity .1s ease .25s; }

  .offcanvas-sidebar-mobile .area-sidebar-shop .woodmart-sidebar-content:focus {
    outline: 0; }

  .offcanvas-sidebar-mobile.woodmart-dark .content-with-products:not(.col-sm-12) .woodmart-shop-breadcrumbs {
    border-color: rgba(255, 255, 255, 0.15); }

  .offcanvas-sidebar-mobile.woodmart-dark .area-sidebar-shop {
    background-color: #101010; }

  .offcanvas-sidebar-mobile.woodmart-show-hidden-sidebar .woodmart-sidebar-content {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

  .page-title .woodmart-checkout-steps ul li {
    font-size: 24px; }

  .title-size-default, .title-size-large {
    padding: 20px 0; }

  .woodmart-google-map-content-wrap {
    width: 100%; }

  .header-banner-container {
    padding-left: 40px;
    padding-right: 40px; }

  .wpb_column.mobile-bg-img-hidden > div, body .mobile-bg-img-hidden {
    background-image: none !important; }

  .close-header-banner {
    width: 40px; }

  .close-header-banner + .header-banner-link {
    right: 40px; }

  .main-header.header-menu-top .navigation-wrap .container {
    width: 100%; }

  .admin-bar .sticky-header.act-scroll {
    top: 46px; }

  .admin-bar .header-sticky-real.act-scroll {
    top: 46px; }

  .woodmart-registration-page {
    padding-top: 0;
    padding-bottom: 0; }

  #customer_login .col-login, #customer_login .col-register, #customer_login .col-register-text {
    padding-top: 0;
    padding-bottom: 0; }

  .col-register, .col-register-text {
    border-left: none; }

  .col-register {
    margin-top: 40px; }

  .register-or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .woodmart-register-tabs .col-register {
    margin-top: 0; }

  .shopify-my-account-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .shopify-MyAccount-content, .woodmart-my-account-sidebar {
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }

  .woodmart-my-account-sidebar {
    border-right: none; }

  .shopify-lost-password .site-content .shopify > p {
    font-size: 100%; }

  .shopify-lost-password .site-content .shopify > p:before {
    font-size: 80px;
    line-height: 80px; }

  td.product-subtotal .table-responsive-label {
    font-size: 11px; }

  td.product-subtotal span {
    font-size: 14px; }

  .cart-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left; }

  .cart-actions .coupon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding: 25px;
    border: 2px dashed rgba(129, 129, 129, 0.2); }

  .cart-actions .coupon .input-text {
    max-width: none; }

  .woodmart-dark .cart-actions .coupon {
    border-color: rgba(255, 255, 255, 0.15); }

  .cart-totals-inner > h2 {
    margin-bottom: 15px;
    padding-left: 0; }

  .cart-totals-inner .shop_table_responsive {
    margin-bottom: 20px; }

  .cart-totals-inner .shop_table_responsive tr:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

  .cart-totals-inner .shop_table_responsive td:before {
    font-size: 14px;
    padding-top: 0; }

  .cart-totals-inner tr.order-total td strong {
    font-size: 18px; }

  .cart-empty {
    font-size: 32px; }

  .cart-empty:before {
    font-size: 110px;
    line-height: 110px; }

  .cart-empty:after {
    font-size: 32px;
    line-height: 32px;
    margin-left: -7px;
    top: 15px; }

  .woodmart-empty-cart-text {
    font-size: 100%; }

  .woodmart-empty-cart-text br {
    display: none; }

  .table-responsive-label {
    display: inline-block; }

  .shop_table_responsive {
    display: block; }

  .shop_table_responsive th, .shop_table_responsive thead {
    display: none; }

  .shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
    display: block; }

  .shop_table_responsive tr {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2); }

  .shop_table_responsive tr:last-child {
    margin-bottom: 0; }

  .woodmart-dark .shop_table_responsive tr {
    border-color: rgba(255, 255, 255, 0.15); }

  .shop_table_responsive td {
    display: block;
    border-bottom: none;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
    text-align: right; }

  .shop_table_responsive td:before {
    content: attr(data-title);
    color: #2d2a2a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 3px;
    float: left; }

  .woodmart-dark .shop_table_responsive td:before {
    color: #fff; }

  .shop_table_responsive td:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

  .group_table tr, .wishlist_table tr, .shopify-cart-form__contents tr {
    min-height: 136px;
    padding-left: 115px;
    padding-bottom: 25px;
    margin-bottom: 25px; }

  .group_table td, .wishlist_table td, .shopify-cart-form__contents td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 5px; }

  .group_table td > a, .group_table td > del, .group_table td > div, .group_table td > ins, .group_table td > p, .group_table td > span, .wishlist_table td > a, .wishlist_table td > del, .wishlist_table td > div, .wishlist_table td > ins, .wishlist_table td > p, .wishlist_table td > span, .shopify-cart-form__contents td > a, .shopify-cart-form__contents td > del, .shopify-cart-form__contents td > div, .shopify-cart-form__contents td > ins, .shopify-cart-form__contents td > p, .shopify-cart-form__contents td > span {
    margin-bottom: 5px; }

  .group_table td:before, .wishlist_table td:before, .shopify-cart-form__contents td:before {
    font-size: 11px;
    padding-top: 0;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left; }

  .group_table td:not(:last-child), .wishlist_table td:not(:last-child), .shopify-cart-form__contents td:not(:last-child) {
    border-bottom: 1px dashed rgba(129, 129, 129, 0.2); }

  .group_table td.product-thumbnail, .wishlist_table td.product-thumbnail, .shopify-cart-form__contents td.product-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 115px;
    overflow: hidden;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

  .group_table td.product-thumbnail img, .wishlist_table td.product-thumbnail img, .shopify-cart-form__contents td.product-thumbnail img {
    max-width: 100px; }

  .group_table td.product-remove, .wishlist_table td.product-remove, .shopify-cart-form__contents td.product-remove {
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 1;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }

  .group_table td.product-name, .wishlist_table td.product-name, .shopify-cart-form__contents td.product-name {
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

  .group_table td.product-name > a, .group_table td.product-name > label, .wishlist_table td.product-name > a, .wishlist_table td.product-name > label, .shopify-cart-form__contents td.product-name > a, .shopify-cart-form__contents td.product-name > label {
    margin-bottom: 10px;
    padding-right: 30px; }

  .group_table td.product-name:before, .wishlist_table td.product-name:before, .shopify-cart-form__contents td.product-name:before {
    content: none; }

  .group_table td.product-quantity input[type=button], .group_table td.product-quantity input[type=number], .wishlist_table td.product-quantity input[type=button], .wishlist_table td.product-quantity input[type=number], .shopify-cart-form__contents td.product-quantity input[type=button], .shopify-cart-form__contents td.product-quantity input[type=number] {
    height: 30px; }

  .group_table td.product-quantity input[type=number], .wishlist_table td.product-quantity input[type=number], .shopify-cart-form__contents td.product-quantity input[type=number] {
    width: 25px; }

  .woodmart-dark .group_table td, .woodmart-dark .wishlist_table td, .woodmart-dark .shopify-cart-form__contents td {
    border-color: rgba(255, 255, 255, 0.15); }

  .group_table ul.variation, .wishlist_table ul.variation, .shopify-cart-form__contents ul.variation {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: inherit;
    color: #777; }

  .group_table ul.variation li, .wishlist_table ul.variation li, .shopify-cart-form__contents ul.variation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgba(129, 129, 129, 0.2); }

  .woodmart-dark .group_table ul.variation li, .woodmart-dark .wishlist_table ul.variation li, .woodmart-dark .shopify-cart-form__contents ul.variation li {
    border-color: rgba(255, 255, 255, 0.15); }

  .group_table ul.variation .item-variation-name, .wishlist_table ul.variation .item-variation-name, .shopify-cart-form__contents ul.variation .item-variation-name {
    margin-bottom: 5px;
    color: #2d2a2a;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left; }

  .woodmart-dark .group_table ul.variation .item-variation-name, .woodmart-dark .wishlist_table ul.variation .item-variation-name, .woodmart-dark .shopify-cart-form__contents ul.variation .item-variation-name {
    color: #fff; }

  .woodmart-dark .group_table ul.variation, .woodmart-dark .wishlist_table ul.variation, .woodmart-dark .shopify-cart-form__contents ul.variation {
    color: rgba(255, 255, 255, 0.8); }

  .group_table {
    padding-top: 20px; }

  .my_account_quotes .quotes-status {
    text-align: right !important; }

  .wishlist_table .product-stock-status {
    display: none; }

  .wishlist_table td.product-price del:not(:last-child), .wishlist_table td.product-price ins:not(:last-child) {
    margin-right: 5px; }

  .wishlist_table tr td.product-thumbnail a {
    max-width: 100%; }

  .wishlist_table tr td.product-add-to-cart {
    text-align: left; }

  .wishlist_table tr td.product-add-to-cart:before {
    content: none; }

  .wishlist_table tr td.wishlist-empty {
    font-size: 16px; }

  .wishlist_table tfoot tr, .wishlist_table tr:not([data-row-id]) {
    min-height: 0;
    padding-left: 0; }

  .wishlist_table tfoot tr td, .wishlist_table tr:not([data-row-id]) td {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .wishlist_table tfoot tr td:before, .wishlist_table tr:not([data-row-id]) td:before {
    content: none; }

  .wishlist_table tfoot tr {
    padding-bottom: 0; }

  .wishlist_table tfoot tr:last-child {
    border-bottom: none; }

  .shopify table.wishlist_table tbody td {
    padding: 0; }

  .shopify table.wishlist_table td.product-add-to-cart .dateadded {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .shopify table.wishlist_table td.product-add-to-cart a {
    margin-left: 0; }

  .shopify table.wishlist_table tr td.product-remove {
    padding: 0; }

  .woodmart-checkout-steps ul li {
    margin-top: 0;
    margin-bottom: 0; }

  .woodmart-checkout-steps ul li span:after {
    display: none; }

  .woodmart-checkout-steps ul li:not(.step-active) {
    display: none; }

  .woodmart-checkout-steps ul li:after {
    content: none; }

  form.checkout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  form.checkout > .col-sm-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }

  .shopify-billing-fields {
    margin-top: 0;
    margin-bottom: 40px; }

  .shopify-additional-fields {
    margin-bottom: 40px; }

  .checkout_coupon {
    margin-bottom: 20px; }

  .col2-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .woodmart-shop-loader:not(.hidden-loader) {
    margin-left: -15px !important; }

  .shop-loop-head {
    margin-top: -15px; }

  .term-description {
    margin-bottom: 30px; }

  .shopify-ordering {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }

  .shopify-ordering:after {
    content: "\f117";
    font-family: woodmart-font;
    position: static;
    margin-top: 0;
    font-size: 20px;
    color: #2d2a2a; }

  .woodmart-dark .shopify-ordering:after {
    color: #fff; }

  .shopify-ordering select {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    padding: 0;
    font-size: 0;
    font-weight: 400;
    background-image: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

  .shopify-ordering select option {
    font-size: 14px; }

  .shopify-ordering select::-ms-expand {
    display: none; }

  .products:not(.categories-style-carousel) {
    margin-left: -5px;
    margin-right: -5px; }

  .products:not(.categories-style-carousel) .product {
    padding-left: 5px;
    padding-right: 5px; }

  .products:not(.categories-style-carousel) .category-grid-item {
    margin-bottom: 20px; }

  .category-grid-item .category-title {
    font-size: 16px; }

  .category-grid-item .more-products {
    font-size: 14px; }

  .category-grid-item:hover .category-image {
    transform: none;
    -webkit-transform: none; }

  .categories-style-masonry-first .category-grid-item:first-child {
    width: 100%; }

  .cat-design-center .wrapp-category, .cat-design-default .wrapp-category, .cat-design-replace-title .wrapp-category {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible; }

  .cat-design-center .category-image-wrapp, .cat-design-default .category-image-wrapp, .cat-design-replace-title .category-image-wrapp {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden; }

  .cat-design-center .hover-mask, .cat-design-default .hover-mask, .cat-design-replace-title .hover-mask {
    position: static;
    text-align: center;
    padding: 10px;
    transform: none;
    -webkit-transform: none; }

  .cat-design-center .more-products, .cat-design-default .more-products, .cat-design-replace-title .more-products {
    margin-top: 0;
    opacity: 1;
    transform: none;
    -webkit-transform: none; }

  .cat-design-center .wrapp-category:before, .cat-design-replace-title .wrapp-category:before {
    content: none; }

  .cat-design-center:hover .hover-mask, .cat-design-replace-title:hover .hover-mask {
    transform: none;
    -webkit-transform: none; }

  body:not(.woodmart-dark) .cat-design-center .category-title, body:not(.woodmart-dark) .cat-design-replace-title .category-title {
    color: #2d2a2a; }

  body:not(.woodmart-dark) .cat-design-center .more-products, body:not(.woodmart-dark) .cat-design-replace-title .more-products {
    color: #8E8E8E; }

  .cat-design-default .category-title {
    position: static; }

  .cat-design-replace-title .category-title {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0; }

  .cat-design-replace-title .more-products {
    position: static;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    opacity: 1; }

  .cat-design-replace-title:hover .category-title {
    opacity: 1; }

  .quick-shop-wrapper .quick-shop-close {
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    padding-right: 0; }

  .quick-shop-wrapper .quick-shop-close:after, .quick-shop-wrapper .quick-shop-close:before {
    right: 9px; }

  .quick-shop-wrapper .quick-shop-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .quick-shop-wrapper .quick-shop-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .quick-shop-wrapper .quick-shop-close span {
    display: none; }

  .quick-shop-wrapper .quick-shop-form {
    padding-top: 10px; }

  .quick-shop-wrapper select {
    height: 35px; }

  .quick-shop-wrapper .single_add_to_cart_button {
    font-size: 0; }

  .quick-shop-wrapper .single_add_to_cart_button:before {
    margin-left: 0;
    margin-right: 0; }

  .product-grid-item .swatches-select > div {
    margin-right: 10px;
    font-size: 14px; }

  .product-grid-item .swatches-select .colored-swatch, .product-grid-item .swatches-select .image-swatch {
    width: 17px;
    height: 17px;
    min-width: 17px;
    font-size: 0; }

  .product-list-item .product-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }

  .product-list-item:not(:last-child) .product-wrapper {
    padding-bottom: 0;
    border-bottom: none; }

  .product-list-item .product-element-top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }

  .product-list-item .product-title {
    font-size: 14px;
    margin-bottom: 5px; }

  .product-list-item .shopify-product-rating {
    margin-bottom: 0; }

  .product-list-item .price {
    font-size: 15px;
    margin-bottom: 0; }

  .product-list-item .swatches-on-grid {
    margin-top: 5px;
    margin-bottom: 0; }

  .product-list-item .swatches-on-grid:not(.swatch-size-large):not(.swatch-size-xlarge):not(.text-only) {
    width: 15px;
    height: 15px; }

  .product-list-item .shopify-product-details__short-description {
    display: none; }

  .product-list-item .woodmart-add-btn {
    margin-top: 10px; }

  .product-list-item .woodmart-add-btn > a span:not(.woodmart-tooltip-label) {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px; }

  .product-list-item .woodmart-add-btn .added_to_cart {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px; }

  .product-list-item.col-xs-6:nth-child(2n+1) {
    clear: both; }

  .woodmart-hover-base .content-product-imagin {
    top: -10px;
    margin-left: -5px;
    margin-right: -5px; }

  .woodmart-hover-base .wrapp-swatches {
    padding-top: 5px;
    padding-bottom: 5px; }

  .woodmart-hover-base .product-compare-button {
    display: none; }

  .woodmart-hover-base .quick-shop-close {
    top: -5px;
    right: -5px; }

  .woodmart-hover-base.product-no-swatches .wrapp-swatches {
    display: none; }

  .product-image-summary-inner, .product-image-summary-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .product-image-summary-inner > .col-sm-10, .product-image-summary-inner > .col-sm-12, .product-image-summary-inner > .col-sm-2, .product-image-summary-inner > .col-sm-3, .product-image-summary-inner > .col-sm-4, .product-image-summary-inner > .col-sm-6, .product-image-summary-inner > .col-sm-8, .product-image-summary-inner > .col-sm-9, .product-image-summary-wrap > .col-sm-10, .product-image-summary-wrap > .col-sm-12, .product-image-summary-wrap > .col-sm-2, .product-image-summary-wrap > .col-sm-3, .product-image-summary-wrap > .col-sm-4, .product-image-summary-wrap > .col-sm-6, .product-image-summary-wrap > .col-sm-8, .product-image-summary-wrap > .col-sm-9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }

  .product-image-summary-inner > div {
    margin-bottom: 25px; }

  .product-image-summary-inner > div:last-child {
    margin-bottom: 0; }

  .product-image-summary-wrap > aside, .product-image-summary-wrap > div {
    margin-bottom: 25px; }

  .product-image-summary-wrap > aside:last-child, .product-image-summary-wrap > div:last-child {
    margin-bottom: 0; }

  .area-sidebar-product-single.sidebar-left, .area-sidebar-product-single.sidebar-right {
    border: none; }

  .single-product-page .summary-inner {
    margin-bottom: -20px; }

  .product-image-summary .entry-title {
    font-size: 20px; }

  .product-design-default {
    margin-top: -25px; }

  .related-and-upsells .products {
    margin-left: 0;
    margin-right: 0; }

  .related-and-upsells .products .product {
    padding-left: 0;
    padding-right: 0; }

  .related-and-upsells .owl-dots {
    display: none; }

  .related-and-upsells .owl-carousel {
    margin-bottom: 25px; }

  .popup-quick-view .product-image-summary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .popup-quick-view .product-image-summary > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }

  .popup-quick-view .summary-inner {
    position: static; }

  .popup-quick-view .woodmart-scroll .woodmart-scroll-content {
    position: static; }

  .popup-quick-view .woodmart-scroll-content {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px; }

  .popup-quick-view .entry-summary .entry-title {
    font-size: 20px; }

  .popup-quick-view .entry-summary:after {
    content: none; }

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

  .post-gallery-slider .owl-nav > div:after {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400; }

  .blog-design-default .entry-title, .blog-design-default-alt .entry-title {
    font-size: 24px;
    line-height: 1.4; }

  .blog-design-default .entry-title, .blog-design-default-alt .entry-title, .blog-design-small-images:not(.has-post-thumbnail) .entry-title, .post-single-page .entry-title {
    font-size: 24px;
    line-height: 1.4; }

  .blog-design-default .woodmart-entry-content, .blog-design-default-alt .woodmart-entry-content {
    font-size: inherit; }

  .blog-design-default.format-quote .article-body-container, .blog-design-small-images.format-quote .article-body-container {
    padding-left: 35px;
    padding-right: 35px; }

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

  .blog-design-small-images.has-post-thumbnail .article-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .blog-design-small-images.has-post-thumbnail .article-body-container, .blog-design-small-images.has-post-thumbnail .entry-header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }

  .blog-design-small-images.has-post-thumbnail.blog-style-shadow .article-body-container {
    margin-left: 0; }

  .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).has-post-thumbnail .article-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

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

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

  .post-single-page .entry-content {
    margin-bottom: 40px;
    font-size: inherit; }

  .single-post-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px; }

  .single-post-navigation .btn-label {
    margin-bottom: 0;
    color: #2d2a2a; }

  .woodmart-dark .single-post-navigation .btn-label {
    color: #fff; }

  .single-post-navigation .post-title {
    display: none; }

  .woodmart-single-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none; }

  .woodmart-single-footer .single-meta-tags, .woodmart-single-footer .single-post-social {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%; }

  .woodmart-single-footer .single-meta-tags {
    text-align: center; }

  .comments-area .children {
    margin-left: 0; }

  .comments-area .comment-author {
    float: none; }

  .comments-area .comment-meta {
    text-align: left; }

  .template-404 .page-header:before {
    font-size: 150px;
    line-height: 120px;
    top: -10px; }

  .template-404 .page-title {
    padding: 15px 0;
    font-size: 32px; }

  .template-404 .page-content h2 {
    font-size: 18px; }

  .template-404 .page-content > .searchform {
    max-width: 320px; }

  .owl-nav > div, .wrap-loading-arrow > div {
    width: 40px;
    height: 40px;
    margin-top: -20px; }

  .owl-nav > div:after, .wrap-loading-arrow > div:after {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700; }

  .owl-nav > div[class*=prev], .wrap-loading-arrow > div[class*=prev] {
    padding-left: 0; }

  .owl-nav > div[class*=next], .wrap-loading-arrow > div[class*=next] {
    padding-right: 0; }

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

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

  .woodmart-spacing-0 .owl-nav > div[class*=prev] {
    left: -15px; }

  .woodmart-spacing-0 .owl-nav > div[class*=next] {
    right: -15px; }

  .woodmart-spacing-2 .owl-nav > div[class*=prev] {
    left: -14px; }

  .woodmart-spacing-2 .owl-nav > div[class*=next] {
    right: -14px; }

  .woodmart-spacing-6 .owl-nav > div[class*=prev] {
    left: -12px; }

  .woodmart-spacing-6 .owl-nav > div[class*=next] {
    right: -12px; }

  .woodmart-spacing-10 .owl-nav > div[class*=prev] {
    left: -10px; }

  .woodmart-spacing-10 .owl-nav > div[class*=next] {
    right: -10px; }

  .woodmart-spacing-20 .owl-nav > div[class*=prev] {
    left: -5px; }

  .woodmart-spacing-20 .owl-nav > div[class*=next] {
    right: -5px; }

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

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

  .search-by-category {
    display: none; }

  .woodmart-images-gallery.view-grid.columns-3 .woodmart-gallery-item, .woodmart-images-gallery.view-grid.columns-4 .woodmart-gallery-item, .woodmart-images-gallery.view-grid.columns-6 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-3 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-4 .woodmart-gallery-item, .woodmart-images-gallery.view-masonry.columns-6 .woodmart-gallery-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  .instagram-per-row-10.instagram-grid .instagram-picture, .instagram-per-row-11.instagram-grid .instagram-picture, .instagram-per-row-12.instagram-grid .instagram-picture, .instagram-per-row-6.instagram-grid .instagram-picture, .instagram-per-row-7.instagram-grid .instagram-picture, .instagram-per-row-8.instagram-grid .instagram-picture, .instagram-per-row-9.instagram-grid .instagram-picture {
    width: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%; }

  .woodmart-products-tabs .tabs-navigation-wrapper {
    overflow: hidden; }

  .woodmart-products-tabs .tabs-navigation-wrapper:after {
    content: ""; }

  .woodmart-products-tabs .products-tabs-title {
    margin-left: -10px;
    margin-right: -10px;
    white-space: nowrap;
    overflow-y: auto; }

  .woodmart-products-tabs .products-tabs-title::-webkit-scrollbar {
    display: none; }

  .woodmart-products-tabs .products-tabs-title li {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px; }

  .woodmart-products-tabs.tabs-design-simple .woodmart-tabs-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: none;
    margin-bottom: 10px; }

  .woodmart-products-tabs.tabs-design-simple .tabs-name {
    margin-right: 0; }

  .woodmart-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    border-top: 2px solid #eaeaea;
    padding-top: 10px; }

  .color-scheme-light .woodmart-products-tabs.tabs-design-simple .tabs-navigation-wrapper, .woodmart-dark .woodmart-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
    border-color: rgba(255, 255, 255, 0.15); }

  .woodmart-products-tabs.tabs-design-simple .owl-nav, .woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow {
    top: -103px; }

  .testimonials.testimonials-grid.testimon-columns-2 .testimonial, .testimonials.testimonials-grid.testimon-columns-3 .testimonial, .testimonials.testimonials-grid.testimon-columns-4 .testimonial, .testimonials.testimonials-grid.testimon-columns-5 .testimonial, .testimonials.testimonials-grid.testimon-columns-6 .testimonial {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }

  .instagram-per-row-10.instagram-grid li, .instagram-per-row-11.instagram-grid li, .instagram-per-row-12.instagram-grid li, .instagram-per-row-4.instagram-grid li, .instagram-per-row-5.instagram-grid li, .instagram-per-row-6.instagram-grid li, .instagram-per-row-7.instagram-grid li, .instagram-per-row-8.instagram-grid li, .instagram-per-row-9.instagram-grid li {
    width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .compare-opened {
    overflow: visible; }

  .row-reverse-mobile:not(.vc_row-flex) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .row-reverse-mobile > .wpb_column:nth-child(1) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .row-reverse-mobile > .wpb_column:nth-child(2) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .row-reverse-mobile > .wpb_column:nth-child(3) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .row-reverse-mobile > .wpb_column:nth-child(4) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .row-reverse-mobile > .wpb_column:nth-child(5) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .row-reverse-mobile > .wpb_column:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .row-reverse-mobile > .wpb_column:nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .row-reverse-mobile > .wpb_column:nth-child(8) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .row-reverse-mobile > .wpb_column:nth-child(9) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .row-reverse-mobile > .wpb_column:nth-child(10) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .row-reverse-mobile > .wpb_column:nth-child(11) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .row-reverse-mobile > .wpb_column:nth-child(12) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .brands-grid.brands-columns-4 .brand-item, .brands-grid.brands-columns-5 .brand-item, .brands-grid.brands-columns-6 .brand-item, .brands-list.brands-columns-4 .brand-item, .brands-list.brands-columns-5 .brand-item, .brands-list.brands-columns-6 .brand-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333%; }

  .brands-carousel .owl-nav > div[class*=prev] {
    left: -15px; }

  .brands-carousel .owl-nav > div[class*=next] {
    right: -15px; }

  .woodmart-text-size-extra-large ul {
    font-size: 16px; }

  .woodmart-text-size-extra-large.woodmart-list-shape-icon .list-icon {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px; }

  .woodmart-text-size-extra-large.woodmart-list-shape-icon.woodmart-list-type-unordered .list-icon {
    font-size: 12px; }

  .woodmart-timeline-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }

  .woodmart-timeline-breakpoint, .woodmart-timeline-item {
    margin-bottom: 30px; }

  .woodmart-item-position-left, .woodmart-item-position-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    padding: 30px 30px 15px 30px;
    margin-top: 30px; }

  .woodmart-item-position-left:not(:first-child), .woodmart-item-position-right:not(:first-child) {
    margin-top: 60px; }

  .woodmart-item-position-left .timeline-col, .woodmart-item-position-right .timeline-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    position: static;
    padding: 0;
    background-color: transparent !important;
    margin-left: 0;
    margin-right: 0;
    text-align: inherit; }

  .woodmart-item-position-left .timeline-col-primary .timeline-arrow, .woodmart-item-position-right .timeline-col-primary .timeline-arrow {
    top: auto;
    bottom: calc(100% - 1px);
    left: calc(50% - 8px);
    height: 12px;
    width: 16px;
    color: #fff;
    line-height: 0;
    margin-top: 0; }

  .woodmart-item-position-left .timeline-col-primary .timeline-arrow:before, .woodmart-item-position-right .timeline-col-primary .timeline-arrow:before {
    content: "\f0d8";
    display: inline-block;
    font-size: 28px;
    line-height: 12px;
    height: 12px;
    color: inherit;
    font-family: fontawesome; }

  .woodmart-item-position-left .timeline-col-secondary .timeline-arrow, .woodmart-item-position-right .timeline-col-secondary .timeline-arrow {
    display: none; }

  .woodmart-item-position-left .woodmart-timeline-dot, .woodmart-item-position-right .woodmart-timeline-dot {
    top: -30px; }

  .woodmart-item-position-full-width:not(:first-child) {
    margin-top: 60px; }

  .woodmart-item-shadow .woodmart-item-position-left, .woodmart-item-shadow .woodmart-item-position-right {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13); }

  .woodmart-item-shadow .woodmart-item-position-left .timeline-col, .woodmart-item-shadow .woodmart-item-position-right .timeline-col {
    -webkit-box-shadow: none;
    box-shadow: none; }

  .woodmart-item-shadow .woodmart-item-position-left .timeline-col-primary .timeline-arrow:before, .woodmart-item-shadow .woodmart-item-position-right .timeline-col-primary .timeline-arrow:before {
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1); }

  .banner-btn-position-hover .banner-btn-wrapper {
    display: none; }

  .content-spacing-large .banner-inner, .content-spacing-large .banner-subtitle, .content-spacing-large .banner-title, .content-spacing-medium .banner-inner, .content-spacing-medium .banner-subtitle, .content-spacing-medium .banner-title {
    margin-top: 7px; }

  .content-spacing-large .banner-btn-wrapper, .content-spacing-medium .banner-btn-wrapper {
    margin-top: 15px; }

  .banner-title-default .banner-subtitle, .banner-title-extra-large .banner-subtitle, .banner-title-large .banner-subtitle, .banner-title-small .banner-subtitle {
    font-size: 3vw; }

  .banner-title-default .banner-title, .banner-title-extra-large .banner-title, .banner-title-large .banner-title, .banner-title-small .banner-title {
    font-size: 5vw; }

  .content-banner .content-size-large, .content-banner .content-size-medium {
    font-size: 14px; }

  .banner-btn-wrapper .btn-size-default, .banner-btn-wrapper .btn-size-extra-large, .banner-btn-wrapper .btn-size-large {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px; }

  .woodmart-row-divider.dvr-style-triangle svg, .woodmart-row-divider.dvr-style-waves-small svg, .woodmart-row-divider.dvr-style-waves-wide svg {
    height: 3vw; }

  .woodmart-row-divider.dvr-style-clouds svg {
    height: 6vw; }

  .woodmart-row-divider.dvr-style-curved-line svg, .woodmart-row-divider.dvr-style-diagonal-left svg, .woodmart-row-divider.dvr-style-diagonal-right svg, .woodmart-row-divider.dvr-style-half-circle svg, .woodmart-row-divider.dvr-style-paint-stroke svg {
    height: 50px; }

  .title-wrapper .title, .title-wrapper .title-after_title, .title-wrapper .title-subtitle {
    max-width: 100%; }

  .woodmart-text-block-wrapper .woodmart-title-container {
    max-width: 100%; }

  .vc_row[data-vc-full-width], section[data-vc-full-width] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: auto;
    left: 0; }

  .vc_row[data-vc-full-width]:not([data-vc-stretch-content]), section[data-vc-full-width]:not([data-vc-stretch-content]) {
    padding-left: 0;
    padding-right: 0; }

  .browser-Edge .vc_row[data-vc-full-width], .browser-Edge section[data-vc-full-width], .platform-Windows .vc_row[data-vc-full-width], .platform-Windows section[data-vc-full-width] {
    width: auto; }

  .reset-margin-mobile > .vc_column-inner, .reset-margin > .vc_column-inner, body .reset-element-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (max-width: 600px) {
  .enable-sticky-header .admin-bar .header-menu-top .navigation-wrap, .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-menu-top .navigation-wrap {
    -webkit-transition: top .15s ease;
    transition: top .15s ease; }

  .enable-sticky-header .admin-bar .header-menu-top.act-scroll .navigation-wrap, .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-menu-top.act-scroll .navigation-wrap {
    top: 0; }

  .admin-bar .header-sticky-real.act-scroll, .admin-bar .sticky-header.act-scroll {
    top: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  .banners-per-view-3 .banner-title-default .banner-subtitle, .banners-per-view-3 .title-extra-large .banner-subtitle, .banners-per-view-3 .banner-title-large .banner-subtitle, .banners-per-view-3 .banner-title-small .banner-subtitle, .banners-per-view-4 .banner-title-default .banner-subtitle, .banners-per-view-4 .title-extra-large .banner-subtitle, .banners-per-view-4 .banner-title-large .banner-subtitle, .banners-per-view-4 .banner-title-small .banner-subtitle, .banners-per-view-5 .banner-title-default .banner-subtitle, .banners-per-view-5 .title-extra-large .banner-subtitle, .banners-per-view-5 .banner-title-large .banner-subtitle, .banners-per-view-5 .banner-title-small .banner-subtitle, .banners-per-view-6 .banner-title-default .banner-subtitle, .banners-per-view-6 .title-extra-large .banner-subtitle, .banners-per-view-6 .banner-title-large .banner-subtitle, .banners-per-view-6 .banner-title-small .banner-subtitle, .banners-per-view-7 .banner-title-default .banner-subtitle, .banners-per-view-7 .title-extra-large .banner-subtitle, .banners-per-view-7 .banner-title-large .banner-subtitle, .banners-per-view-7 .banner-title-small .banner-subtitle, .banners-per-view-8 .banner-title-default .banner-subtitle, .banners-per-view-8 .title-extra-large .banner-subtitle, .banners-per-view-8 .banner-title-large .banner-subtitle, .banners-per-view-8 .banner-title-small .banner-subtitle {
    font-size: 2vw; }

  .banners-per-view-3 .banner-title-default .banner-title, .banners-per-view-3 .title-extra-large .banner-title, .banners-per-view-3 .banner-title-large .banner-title, .banners-per-view-3 .banner-title-small .banner-title, .banners-per-view-4 .banner-title-default .banner-title, .banners-per-view-4 .title-extra-large .banner-title, .banners-per-view-4 .banner-title-large .banner-title, .banners-per-view-4 .banner-title-small .banner-title, .banners-per-view-5 .banner-title-default .banner-title, .banners-per-view-5 .title-extra-large .banner-title, .banners-per-view-5 .banner-title-large .banner-title, .banners-per-view-5 .banner-title-small .banner-title, .banners-per-view-6 .banner-title-default .banner-title, .banners-per-view-6 .title-extra-large .banner-title, .banners-per-view-6 .banner-title-large .banner-title, .banners-per-view-6 .banner-title-small .banner-title, .banners-per-view-7 .banner-title-default .banner-title, .banners-per-view-7 .title-extra-large .banner-title, .banners-per-view-7 .banner-title-large .banner-title, .banners-per-view-7 .banner-title-small .banner-title, .banners-per-view-8 .banner-title-default .banner-title, .banners-per-view-8 .title-extra-large .banner-title, .banners-per-view-8 .banner-title-large .banner-title, .banners-per-view-8 .banner-title-small .banner-title {
    font-size: 3vw; } }
@media (max-width: 480px) {
  .mobile-nav-icon .woodmart-burger-label {
    display: none; }

  .header-mobile-center .wrapp-header, .header-mobile-left .wrapp-header {
    margin-left: -15px;
    margin-right: -15px; }

  .header-mobile-right .wrapp-header {
    margin-right: -15px; }

  .header-mobile-right .right-column:not(.left-side) {
    padding-left: 0;
    padding-right: 0; }

  .header-mobile-right.header-split .left-side > div {
    margin-right: 0; }

  .header-mobile-right.header-split .left-side > div:not(:first-child) {
    margin-right: 0;
    margin-left: 0; }

  .header-split .left-side > div {
    margin-left: 0; }

  .header-split .left-side > div:not(:first-child) {
    margin-left: 0; }

  .shopify-error, .shopify-info, .shopify-message, div.wpcf7-response-output {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .shopify-error .button, .shopify-info .button, .shopify-message .button, div.wpcf7-response-output .button {
    margin-left: 0; }

  .comment-respond .stars a {
    margin-right: 10px; }

  .cart-actions .button {
    width: 100%; }

  .cart-actions .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .cart-actions .coupon .input-text {
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px; }

  .cart-empty {
    font-size: 28px; }

  .cart-empty:before {
    font-size: 86px;
    line-height: 86px; }

  .cart-empty:after {
    font-size: 28px;
    line-height: 28px;
    margin-left: -8px;
    top: 11px; }

  .woodmart-my-account-links > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }

  .checkout-order-review {
    padding: 20px; }

  .woodmart-table-wrapper {
    padding: 5px 10px; }

  .shopify-pagination {
    text-align: center; }

  .product-grid-item.col-xs-6 .hover-content, .product-grid-item.col-xs-6 .product-title, .product-grid-item.col-xs-6 .woodmart-product-brands-links, .product-grid-item.col-xs-6 .woodmart-product-cats {
    font-size: 12px; }

  .product-grid-item.col-xs-6 .price {
    font-size: 14px; }

  .product-grid-item.col-xs-6 .hover-content {
    max-height: 80px; }

  .product-grid-item.col-xs-6 .hover-content-inner {
    line-height: 20px; }

  .product-grid-item.col-xs-6 .hover-content-inner p {
    line-height: 20px; }

  .product-grid-item.col-xs-6 .show-full-description {
    max-height: none; }

  .woodmart-hover-tiled .product-element-bottom {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }

  .product-label {
    min-width: 40px; }

  .product-label:not(:last-child) {
    margin-bottom: 5px; }

  .labels-rectangular .product-label {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px; }

  .labels-rounded .product-label {
    min-height: 40px;
    font-size: 10px; }

  .product-image-summary .product-images .labels-rounded {
    top: 10px;
    right: 10px; }

  .product-image-summary .product-images .labels-rounded .product-label {
    min-width: 40px;
    min-height: 40px; }

  .blog-post-loop .article-body-container {
    padding-left: 15px;
    padding-right: 15px; }

  .blog-post-loop.blog-style-flat {
    margin-bottom: 45px; }

  .blog-post-loop.blog-style-flat .article-body-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

  .woodmart-entry-meta .meta-author {
    font-size: 0; }

  .woodmart-entry-meta .meta-author a {
    font-size: 14px; }

  .woodmart-post-date {
    top: 10px;
    left: 10px; }

  .hovered-social-icons {
    display: none; }

  .blog-design-default .entry-title, .blog-design-default-alt .entry-title, .blog-design-small-images:not(.has-post-thumbnail) .entry-title, .post-single-page .entry-title {
    font-size: 20px; }

  .blog-design-default .article-body-container, .blog-design-default-alt .article-body-container {
    margin-left: 0;
    margin-right: 0; }

  .blog-design-default-alt.has-post-thumbnail .article-body-container, .blog-design-default.has-post-thumbnail .article-body-container {
    margin-top: 0; }

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

  .share-with-lines .woodmart-social-icons {
    padding-left: 0;
    padding-right: 0; }

  .share-with-lines > span {
    display: none; }

  .blog-design-small-images.has-post-thumbnail .entry-title {
    font-size: 20px; }

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

  .woodmart-title-size-default .title-subtitle, .woodmart-title-size-extra-large .title-subtitle, .woodmart-title-size-large .title-subtitle, .woodmart-title-size-medium .title-subtitle {
    font-size: 12px; }

  .woodmart-title-size-default .woodmart-title-container, .woodmart-title-size-extra-large .woodmart-title-container, .woodmart-title-size-large .woodmart-title-container, .woodmart-title-size-medium .woodmart-title-container {
    font-size: 20px; }

  .timer-size-large .woodmart-timer > span, .timer-size-medium .woodmart-timer > span, .timer-size-xlarge .woodmart-timer > span {
    min-width: 55px;
    min-height: 55px;
    font-size: 20px;
    line-height: 20px; }

  .timer-size-large .woodmart-timer > span span, .timer-size-medium .woodmart-timer > span span, .timer-size-xlarge .woodmart-timer > span span {
    font-size: 10px;
    line-height: 10px; }

  .instagram-per-row-3.instagram-grid .instagram-picture, .instagram-per-row-4.instagram-grid .instagram-picture {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .brands-grid.brands-columns-3 .brand-item, .brands-grid.brands-columns-4 .brand-item, .brands-grid.brands-columns-5 .brand-item, .brands-grid.brands-columns-6 .brand-item, .brands-list.brands-columns-3 .brand-item, .brands-list.brands-columns-4 .brand-item, .brands-list.brands-columns-5 .brand-item, .brands-list.brands-columns-6 .brand-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .woodmart-menu-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .woodmart-menu-price .menu-price-image {
    margin-right: 0;
    margin-bottom: 10px; }

  .owl-items-sm-1:not(.owl-loaded) > div {
    width: 100%; }

  .owl-items-sm-1:not(.owl-loaded) > div:nth-child(n+2) {
    display: none; }

  .owl-items-sm-2:not(.owl-loaded) > div {
    width: 50%; }

  .owl-items-sm-2:not(.owl-loaded) > div:nth-child(n+3) {
    display: none; } }
@media (max-width: 767px) {
  .vc_hidden-xs {
    display: none !important; }

  .vc_el-clearfix-xs {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .vc_hidden-sm {
    display: none !important; }

  .vc_el-clearfix-sm {
    clear: both; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .vc_hidden-md {
    display: none !important; }

  .vc_el-clearfix-md {
    clear: both; } }
