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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

@font-face {
  font-family: "woodmart-font";
  src: url("fonts/woodmart-font.eot");
  src: url("fonts/woodmart-font.eot?#iefix") format("embedded-opentype"), url("fonts/woodmart-font.woff") format("woff"), url("fonts/woodmart-font.ttf") format("truetype"), url("fonts/woodmart-font.svg#woodmart-font") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "woodmart-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="wd-"]:before,
[class*=" wd-"]:before {
  font-family: "woodmart-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wd-left-arrow-chevron:before {
  content: "\f111"; }

.wd-check:before {
  content: "\f109"; }

.wd-newlatter:before {
  content: "\f11f"; }

.wd-up-chevron:before {
  content: "\f112"; }

.wd-arrow-next:before {
  content: "\f118"; }

.wd-filters:before {
  content: "\f115"; }

.wd-moredots:before {
  content: "\f10c"; }

.wd-arrowaroundright:before {
  content: "\f10e"; }

.wd-bag:before {
  content: "\f120"; }

.wd-tag:before {
  content: "\f103"; }

.wd-tool:before {
  content: "\f11b"; }

.wd-login:before {
  content: "\f10b"; }

.wd-arrowaroundleft:before {
  content: "\f10d"; }

.wd-layout:before {
  content: "\f11a"; }

.wd-right-arrow-chevron:before {
  content: "\f110"; }

.wd-360-deg:before {
  content: "\f102"; }

.wd-carttest-1:before {
  content: "\f123"; }

.wd-compare:before {
  content: "\f122"; }

.wd-shapes:before {
  content: "\f108"; }

.wd-button-play-2:before {
  content: "\f100"; }

.wd-lup:before {
  content: "\f125"; }

.wd-logout:before {
  content: "\f10a"; }

.wd-eye:before {
  content: "\f116"; }

.wd-statik:before {
  content: "\f105"; }

.wd-user:before {
  content: "\f11e"; }

.wd-altcart:before {
  content: "\f107"; }

.wd-sort-by:before {
  content: "\f117"; }

.wd-coupon:before {
  content: "\f106"; }

.wd-addcart:before {
  content: "\f11c"; }

.wd-note:before {
  content: "\f104"; }

.wd-scaleerrows:before {
  content: "\f121"; }

.wd-cross:before {
  content: "\f10f"; }

.wd-symbol:before {
  content: "\f114"; }

.wd-arrows:before {
  content: "\f124"; }

.wd-arrow-back:before {
  content: "\f119"; }

.wd-edit:before {
  content: "\f113"; }

.wd-carttest-2:before {
  content: "\f101"; }

.wd-cart:before {
  content: "\f11d"; }

.wd-account-wishlist:before {
  content: "\f431"; }

.wd-account-details:before {
  content: "\f432"; }

.wd-account-download:before {
  content: "\f433"; }

.wd-account-exit:before {
  content: "\f434"; }

.wd-account-orders:before {
  content: "\f435"; }

.wd-account-address:before {
  content: "\f436"; }

.wd-account-other:before {
  content: "\f437"; }

.wd-size-ruler-3:before {
  content: "\f438"; }

.wd-account-payment:before {
  content: "\f439"; }

/** ------------------------------------------------------------------------------------------------
* HELPERS
* ------------------------------------------------------------------------------------------------ */
/** ------------------------------------------
* Text align 
* ------------------------------------------ */
.text-center {
  text-align: center; }

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

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

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

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

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

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

/** ------------------------------------------
* Text style
* ------------------------------------------ */
.title-uppercase {
  text-transform: uppercase; }

/** ------------------------------------------
* Color scheme
* ------------------------------------------ */
.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:hover, .color-scheme-light a:focus,
    .woodmart-dark a:hover,
    .woodmart-dark a:focus {
      color: white; }
  .color-scheme-light p,
  .woodmart-dark p {
    color: rgba(255, 255, 255, 0.8); }
  .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 .widgettitle,
  .color-scheme-light .widget-title,
  .color-scheme-light label,
  .woodmart-dark h1,
  .woodmart-dark h2,
  .woodmart-dark h3,
  .woodmart-dark h4,
  .woodmart-dark h5,
  .woodmart-dark h6,
  .woodmart-dark .widgettitle,
  .woodmart-dark .widget-title,
  .woodmart-dark label {
    color: white; }

.color-scheme-dark {
  color: #777777; }
  .color-scheme-dark a {
    color: #3f3f3f; }
  .color-scheme-dark p {
    color: #777777; }
  .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 .title,
  .color-scheme-dark .widgettitle,
  .color-scheme-dark .widget-title,
  .color-scheme-dark label {
    color: #2d2a2a; }

/** ------------------------------------------
* Color 
* ------------------------------------------ */
.color-black {
  color: black; }

.color-white {
  color: white; }

/** ------------------------------------------
* Font style 
* ------------------------------------------ */
/** ------------------------------------------
* Tools
* ------------------------------------------ */
.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; }

/** ------------------------------------------
* Tools
* ------------------------------------------ */
.position-relative {
  position: relative; }

.z-index-10 {
  z-index: 10; }

.z-index-h {
  z-index: 35; }

.z-index-100 {
  z-index: 100; }

.z-index-1000 {
  z-index: 1000; }

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

.cursor-pointer {
  cursor: pointer; }

.parallax-bg {
  background-attachment: fixed !important; }

.opacity-video-bg .vc_video-bg {
  opacity: .6; }


/** ------------------------------------------------------------------------------------------------
* BASE STYLE
* ------------------------------------------------------------------------------------------------ */
html body {
  line-height: 1.6; }

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

.website-wrapper {
  overflow: hidden;
  background-color: #ffffff;
  position: relative; }
  .woodmart-dark .website-wrapper {
    background-color: #1a1a1a; }

.main-page-wrapper {
  padding-top: 40px;
  margin-top: -40px;
  background-color: #ffffff; }
  .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 0.25s ease;
  transition: all 0.25s ease; }
  a:hover, a:focus {
    text-decoration: none; }
  a:focus {
    outline: none; }

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: 16px;
    color: #fff;
    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; }

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,
ins {
  padding: 2px 5px; }

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

ins {
  color: white;
  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: 0px;
  margin-bottom: 20px; }
  .color-scheme-light hr {
    border-color: rgba(255, 255, 255, 0.45); }

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

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

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

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

ul,
ol {
  line-height: 1.4; }

svg {
  width: 100%;
  height: auto; }

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

/** ------------------------------------------
* SEARCH EXTENDED DEFAULT
* ------------------------------------------ */
.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: 0px;
    font-weight: 400;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #777777; }
    .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 .2s ease; }
    .searchform #searchsubmit:before {
      content: "";
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #bbbbbb;
      border-left-color: black;
      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 .1s ease, visibility .1s ease; }
    .searchform #searchsubmit:hover, .searchform #searchsubmit:focus {
      -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 .2s ease, visibility .2s ease; }
  .searchform.search-loading #searchsubmit:after {
    opacity: 0;
    transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease; }


/** ------------------------------------------------------------------------------------------------
* HEADERS / #woodmart-header
* ------------------------------------------------------------------------------------------------ */
.main-header {
  position: relative;
  z-index: 500;
  width: 100%;
  margin-bottom: 40px; 
  position: fixed;
  }
  .main-header .site-logo img {
    backface-visibility: hidden;
    perspective: 800px;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
    transition: max-height 0.3s ease;
    -webkit-transition: max-height 0.3s ease;
    max-height: inherit !important; }
    .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-base, .main-header.header-categories, .main-header.header-logo-center, .main-header.header-advanced {
    border-bottom: none; }
  .main-header.act-scroll {
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.5);
            box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.5); }
    .main-header.act-scroll .wrapp-header {
      transition: min-height 0.3s ease, height 0.3s ease;
      -webkit-transition: min-height 0.3s ease, height 0.3s ease; }

.header-has-no-bg.act-scroll {
  border: none;
  background-color: white; }
.header-has-no-bg.header-color-light.act-scroll {
  -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; }
.switch-logo-enable .woodmart-sticky-logo {
  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 0.2s ease, height 0.2s ease;
  transition: min-height 0.2s ease, height 0.2s ease; }
  .wrapp-header > .right-column,
  .wrapp-header > .site-logo,
  .wrapp-header > .main-nav,
  .wrapp-header > .widgetarea-head,
  .wrapp-header > .search-extended,
  .wrapp-header > .header-left-side {
    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: 0.4px;
  font-weight: 600;
  color: #333333;
  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, .menu-opener .burger-icon::before, .menu-opener .burger-icon::after {
      display: inline-block;
      width: 18px;
      height: 2px;
      background-color: #333333;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .menu-opener .burger-icon::before, .menu-opener .burger-icon::after {
      position: absolute;
      content: "";
      left: 0; }
    .menu-opener .burger-icon::before {
      top: -6px; }
    .menu-opener .burger-icon::after {
      top: 6px; }
  .menu-opener .arrow-opener {
    margin-left: 10px;
    -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;
    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 {
    color: white; }
    .header-color-light .menu-opener .burger-icon, .header-color-light .menu-opener .burger-icon:after, .header-color-light .menu-opener .burger-icon:before {
      background-color: white; }
  .menu-opener.color-scheme-light {
    color: white; }
    .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: white; }
  .menu-opener.color-scheme-dark {
    color: #333333; }
    .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: #333333; }

.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 > .vertical-navigation,
.navigations-inner > .menu-text-widget,
.navigations-inner > .main-nav,
.navigations-inner > .right-column,
.navigations-inner > .header-left-side,
.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; }
  .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); }
    .header-color-light .navigation-wrap .menu-opener {
      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 .vertical-navigation,
  body:not(.document-ready) .navigation-wrap .main-nav {
    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 0.5s ease;
  transition: opacity 0.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 .woodmart-header-links > ul > li > a {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0; }
  .header-split .woodmart-header-links > ul > li > a > span {
    display: none !important; }
  .header-split .woodmart-header-links > ul > li > a:before {
    content: "\f11e";
    font-family: "woodmart-font";
    position: static;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 0; }
.header-split .woodmart-header-links > ul .item-level-0:hover > a {
  color: #949494; }
.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: white;
  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: white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 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 .navigation-wrap .vertical-navigation,
body:not(.document-ready) .header-menu-top .navigation-wrap .main-nav {
  height: auto; }

.woodmart-header-overlap .main-page-wrapper {
  margin-top: 0;
  padding-top: 0; }
.woodmart-header-overlap .header-spacing {
  display: none; }

.header-overlap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 350;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease; }
  .header-overlap.act-scroll {
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease; }

.woodmart-top-bar-on .header-overlap {
  top: 42px; }

.enable-sticky-header .header-overlap {
  position: fixed; }
.enable-sticky-header .header-sticky-real {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 350; }
.enable-sticky-header.admin-bar .header-overlap,
.enable-sticky-header.admin-bar .header-sticky-real {
  top: 32px; }

.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: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: white;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  animation: show-element-long-to-top 0.25s ease;
  -webkit-animation: show-element-long-to-top 0.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 .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; }
    .sticky-header .woodmart-search-full-screen .woodmart-search-wrapper:not(.search-overlap) {
      pointer-events: none; }
    .sticky-header .woodmart-search-full-screen .woodmart-search-wrapper.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; }
  .sticky-header .main-nav .item-level-0 > a .menu-label {
    bottom: 75%; }
  .browser-Safari .sticky-header {
    visibility: visible; }
  .sticky-header.act-scroll {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    animation: show-element-from-top 0.25s ease;
    -webkit-animation: show-element-from-top 0.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; }

.sticky-navigation-only.sticky-header-prepared .navigation-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 350; }

.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: #333333; }
    .right-column > div > a:hover, .right-column > div > a:focus {
      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 {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .search-button a {
    display: inline-block;
    font-size: 0;
    font-weight: 400;
    text-align: center; }
    .search-button a:before {
      content: "\f002";
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      font-weight: 400;
      margin: 0;
      font-family: "FontAwesome";
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .search-button a: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; }

.woodmart-wishlist-info-widget {
  display: inline-block;
  vertical-align: middle;
  text-align: center; }
  .woodmart-wishlist-info-widget > a {
    position: relative;
    font-size: 0;
    font-weight: 400;
    display: inline-block; }
    .woodmart-wishlist-info-widget > a:before {
      content: "\f004";
      font-size: 20px;
      font-weight: 400;
      vertical-align: middle;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-family: "FontAwesome"; }
    .woodmart-wishlist-info-widget > a > span {
      padding: 0;
      width: 15px;
      height: 15px;
      line-height: 15px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      z-index: 1;
      font-size: 10px;
      color: white;
      top: 4px;
      left: 24px; }

.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, .woodmart-burger-icon .woodmart-burger::before {
      display: inline-block;
      width: 32px;
      height: 32px;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .woodmart-burger-icon .woodmart-burger::before, .woodmart-burger-icon .woodmart-burger::after {
      content: "";
      background: url(../../uploads/Menu.png);
      width: 32px;
      height: 32px;
      position: absolute;
      left: 0px;
    }
  .woodmart-burger-icon .woodmart-burger-label {
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase;
    color: #e02329;
    margin-left: 8px; }
  .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: white; }
  .header-color-light .woodmart-burger-icon .woodmart-burger-label {
    color: white; }

.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: 0px;
    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: 0px;
    margin-right: 8px; }

.woodmart-shopping-cart {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .woodmart-shopping-cart > a {
    display: inline-block;
    text-align: center;
    font-size: 0;
    font-weight: 400; }
    .woodmart-shopping-cart > a:before {
      content: "\f123";
      font-family: "woodmart-font";
      display: inline-block;
      font-size: 20px;
      font-weight: 400;
      vertical-align: middle;
      line-height: 40px;
      height: 40px;
      width: 40px; }
    .woodmart-shopping-cart > a:hover {
      text-decoration: none; }
  .woodmart-shopping-cart .woodmart-cart-subtotal .amount {
    color: #333333; }
  .woodmart-shopping-cart .woodmart-cart-totals {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle; }
  .woodmart-shopping-cart .woodmart-cart-number > span {
    display: none; }
  .woodmart-shopping-cart.woodmart-cart-alt > a:before {
    content: "\f291";
    font-family: "FontAwesome"; }

.woodmart-cart-design-2 > a {
  position: relative;
  text-align: center; }
  .woodmart-cart-design-2 > a:before {
    margin-right: 4px; }
.woodmart-cart-design-2 .woodmart-cart-number {
  padding: 0;
  margin-left: 0;
  font-size: 10px;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 23px; }
.woodmart-cart-design-2 .subtotal-divider {
  display: none; }

.woodmart-cart-design-3 {
  margin-left: 10px; }
  .woodmart-cart-design-3 > a {
    text-align: left;
    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-cart-design-3 > a:before {
      color: rgba(0, 0, 0, 0.17);
      font-size: 32px;
      line-height: 40px;
      height: 40px;
      width: auto;
      padding-right: 12px;
      margin-right: 12px;
      border-right: 1px solid #E8E8E8;
      -webkit-transition: color .25s ease;
      transition: color .25s ease; }
  .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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .woodmart-cart-design-3 .woodmart-cart-number {
    color: #777777;
    line-height: 20px; }
    .woodmart-cart-design-3 .woodmart-cart-number > span {
      display: inline-block; }
  .woodmart-cart-design-3 .woodmart-cart-subtotal {
    line-height: 20px; }
    .woodmart-cart-design-3 .woodmart-cart-subtotal .amount {
      font-weight: 900;
      font-size: 14px; }
  .woodmart-cart-design-3 .subtotal-divider {
    display: none; }

.woodmart-cart-design-4 .woodmart-cart-number {
  position: relative;
  top: -2px;
  left: -4px;
  display: inline-block;
  padding: 0 2px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: white;
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 50%; }
.woodmart-cart-design-4 .subtotal-divider,
.woodmart-cart-design-4 .woodmart-cart-subtotal {
  display: none; }

.icons-design-line .search-button a:before {
  content: "\f125";
  font-family: "woodmart-font";
  font-size: 19px; }
.icons-design-line .woodmart-wishlist-info-widget > a:before {
  content: "\f108";
  font-family: "woodmart-font"; }
.icons-design-line .woodmart-shopping-cart > a:before {
  content: "\f107";
  font-family: "woodmart-font"; }
.icons-design-line .woodmart-shopping-cart.woodmart-cart-alt > a:before {
  content: "\f120";
  font-family: "woodmart-font"; }

.dropdown-cart {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 350;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: white;
  margin-top: 15px;
  padding: 20px;
  width: 330px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 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; }
  .woodmart-dark .dropdown-cart, .dropdowns-color-light .dropdown-cart {
    background-color: #101010; }

.woodmart-shopping-cart:hover > .dropdown-cart, .woodmart-shopping-cart.display-widget > .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 0.25s ease;
  -webkit-animation: menu-in-top 0.25s ease; }

.woocommerce-cart .woodmart-shopping-cart > a,
.woocommerce-checkout .woodmart-shopping-cart > a {
  pointer-events: none;
  cursor: default; }
.woocommerce-cart .cart-widget-side,
.woocommerce-cart .dropdown-cart,
.woocommerce-checkout .cart-widget-side,
.woocommerce-checkout .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: white;
  -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: 0px;
      top: 50%;
      margin-top: -1px;
      width: 15px;
      height: 2px;
      display: inline-block;
      background-color: #2d2a2a;
      -webkit-transition: background-color 0.2s ease-in-out,  transform 0.2s ease-in-out,  width 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out,  width 0.2s ease-in-out,  -webkit-transform 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out,  width 0.2s ease-in-out,  -webkit-transform 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out,  transform 0.2s ease-in-out,  width 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out,  transform 0.2s ease-in-out,  width 0.2s ease-in-out,  -webkit-transform 0.2s ease-in-out; }
    .cart-widget-side .widget-close:after {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }
    .cart-widget-side .widget-close:before {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }
    .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); }
  .cart-widget-side .widget-title {
    margin-bottom: 0px;
    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 0.3s ease;
      -webkit-transition: background-color 0.3s ease; }
      .cart-widget-side .widget_shopping_cart .mini_cart_item:hover {
        background-color: #f9f9f9; }
    .cart-widget-side .widget_shopping_cart .woodmart-scroll-content {
      position: absolute;
      max-height: none;
      padding-right: 0px; }
    .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: normal;
        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: bold; }
    .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; }
  .woodmart-dark .cart-widget-side, .dropdowns-color-light .cart-widget-side {
    background-color: #101010; }
    .woodmart-dark .cart-widget-side .widget_shopping_cart .mini_cart_item:hover, .dropdowns-color-light .cart-widget-side .widget_shopping_cart .mini_cart_item:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .woodmart-dark .cart-widget-side .widget-close, .dropdowns-color-light .cart-widget-side .widget-close {
      color: white; }
      .woodmart-dark .cart-widget-side .widget-close:after, .woodmart-dark .cart-widget-side .widget-close:before, .dropdowns-color-light .cart-widget-side .widget-close:after, .dropdowns-color-light .cart-widget-side .widget-close:before {
        background-color: white; }
    .woodmart-dark .cart-widget-side .empty:before, .dropdowns-color-light .cart-widget-side .empty:before {
      color: rgba(255, 255, 255, 0.6); }
    .woodmart-dark .cart-widget-side .empty:after, .dropdowns-color-light .cart-widget-side .empty:after {
      color: white; }
  .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: white; }
  .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); }


#menu-image {
  cursor: pointer;
  display: inline-block;
}


.menu-image {
    padding-left: 40px;
    position: relative;
    color: #e02329;
    font-size: 21px;
    font-weight: bold;
    margin-left: -15px;
    top: 4px;
}

.menu-image:before {
    content: "";
    background: url(../../uploads/Menu.png);
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
}

.menu-menu-principal-container {
  display: none;
}

.display {
  display: inline-block;
}

.contacto {
    background-position: center;
    background-size: cover;
}

.contacto h2 {
  color: #c1c1c1;
    
}


.contacto .wpcf7 {
    margin-left: 150px;
}

.contact-form {
    max-width: 768px;
}

.campos {
    margin-left: 150px;
}

.contacto input[type='email'] {
  max-height: 30px;
}

.contacto textarea {
    height: 90px;
}






.contacto-info {
    max-width: 280px;
    float: right;
    margin-right: 20px;
}

.contacto-info p {
    color: #4d4d4d;
    font-size: 16px;
    display: inline-block;
    max-width: 200px;
    vertical-align: top;
    margin-left: 15px;
}

.contacto-info i {
    background: #4d4d4d;
    border-radius: 100%;
    color: #fff;
    padding: 8px 0 8px;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
}

.contacto-info i.fa.fa-twitter {
    margin-left: -37px;
    margin-right: 5px;
}

#boton1 {
  cursor: pointer;
  position: relative;
}

#expansion-contenido {
    max-height: 600px;
    overflow: hidden;
}


.n2-ss-slide-8 {
    top: -127px;
}

.n2-ss-slide-9 {
    top: -215px;
}

.n2-ss-slide-10 {
    top: -240px;
}

.n2-ss-slide-8.n2-ss-slide-active, .n2-ss-slide-9.n2-ss-slide-active, .n2-ss-slide-10.n2-ss-slide-active {
    top: inherit;
}

.rev_slider em {
  font-size: inherit !important; 
}

.rev_slider strong {
  font-size: inherit !important; 
}


.expansion-tablet, .expansion-movil, .empresa-movil {
  display: none;
}

.slide-servicios-tablet {
  display: none;
}

.slide-servicios-movil {
  display: none;
}

/** ------------------------------------------------------------------------------------------------
* TOP BAR / #woodmart-top-bar
* ------------------------------------------------------------------------------------------------ */
.topbar-wrapp {
  position: relative;
  height: 42px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
  .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%; }

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

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

.woodmart-prefooter {
  background-color: #ffffff;
  padding-bottom: 40px; }
  .woodmart-dark .woodmart-prefooter {
    background-color: #1a1a1a; }

.copyrights-wrapper {
  border-top: 1px solid; }
  .color-scheme-light .copyrights-wrapper {
    border-color: rgba(255, 255, 255, 0.1); }

/** ------------------------------------------
* MIN FOOTER
* ------------------------------------------ */
.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; }
  .min-footer .col-right {
    text-align: right; }
  .copyrights-centered .min-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .copyrights-centered .min-footer .col-right {
      text-align: center; }
    .copyrights-centered .min-footer > div {
      margin-bottom: 10px; }
      .copyrights-centered .min-footer > div:last-child {
        margin-bottom: 0; }

.footer-act-sticky-global .main-page-wrapper,
.footer-act-sticky-global .woodmart-prefooter {
  position: relative; }
.footer-act-sticky-global .main-page-wrapper {
  z-index: 2; }
.footer-act-sticky-global .woodmart-prefooter {
  z-index: 1; }

.sticky-footer-on .footer-container {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px; }
  .sticky-footer-on .footer-container.footer-act-sticky {
    visibility: visible;
    opacity: 1; }

/** ------------------------------------------------------------------------------------------------
* BUTTONS / #woodmart-button
* ------------------------------------------------------------------------------------------------ */
.btn,
.button,
button,
.added_to_cart,
[type="submit"],
[type="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: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease,  box-shadow 0.25s ease, opacity 0.25s ease;
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0.25s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0.25s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease,  opacity 0.25s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease,  opacity 0.25s ease,  -webkit-box-shadow 0.25s ease; }
  .btn:hover, .btn:focus,
  .button:hover,
  .button:focus,
  button:hover,
  button:focus,
  .added_to_cart:hover,
  .added_to_cart:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    -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; }
  .btn:hover,
  .button:hover,
  button:hover,
  .added_to_cart:hover,
  [type="submit"]:hover,
  [type="button"]:hover {
    text-decoration: none; }
  .btn:focus,
  .button:focus,
  button:focus,
  .added_to_cart:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: none; }
  .btn i,
  .button i,
  button i,
  .added_to_cart i,
  [type="submit"] i,
  [type="button"] i {
    margin-left: 3px; }
  .btn[disabled],
  .button[disabled],
  button[disabled],
  .added_to_cart[disabled],
  [type="submit"][disabled],
  [type="button"][disabled] {
    opacity: 0.6 !important; }
  .btn.btn-color-default,
  .button.btn-color-default,
  button.btn-color-default,
  .added_to_cart.btn-color-default,
  [type="submit"].btn-color-default,
  [type="button"].btn-color-default {
    background-color: #f3f3f3;
    color: #3E3E3E; }
    .btn.btn-color-default:hover, .btn.btn-color-default:focus,
    .button.btn-color-default:hover,
    .button.btn-color-default:focus,
    button.btn-color-default:hover,
    button.btn-color-default:focus,
    .added_to_cart.btn-color-default:hover,
    .added_to_cart.btn-color-default:focus,
    [type="submit"].btn-color-default:hover,
    [type="submit"].btn-color-default:focus,
    [type="button"].btn-color-default:hover,
    [type="button"].btn-color-default:focus {
      -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; }
  .btn.btn-color-black,
  .button.btn-color-black,
  button.btn-color-black,
  .added_to_cart.btn-color-black,
  [type="submit"].btn-color-black,
  [type="button"].btn-color-black {
    background-color: #212121;
    color: white; }
    .btn.btn-color-black:hover, .btn.btn-color-black:focus,
    .button.btn-color-black:hover,
    .button.btn-color-black:focus,
    button.btn-color-black:hover,
    button.btn-color-black:focus,
    .added_to_cart.btn-color-black:hover,
    .added_to_cart.btn-color-black:focus,
    [type="submit"].btn-color-black:hover,
    [type="submit"].btn-color-black:focus,
    [type="button"].btn-color-black:hover,
    [type="button"].btn-color-black:focus {
      background-color: black;
      color: white;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn.btn-color-white,
  .button.btn-color-white,
  button.btn-color-white,
  .added_to_cart.btn-color-white,
  [type="submit"].btn-color-white,
  [type="button"].btn-color-white {
    background-color: white;
    color: #333333; }
    .btn.btn-color-white:hover, .btn.btn-color-white:focus,
    .button.btn-color-white:hover,
    .button.btn-color-white:focus,
    button.btn-color-white:hover,
    button.btn-color-white:focus,
    .added_to_cart.btn-color-white:hover,
    .added_to_cart.btn-color-white:focus,
    [type="submit"].btn-color-white:hover,
    [type="submit"].btn-color-white:focus,
    [type="button"].btn-color-white:hover,
    [type="button"].btn-color-white:focus {
      color: #333333;
      background-color: white;
      -webkit-box-shadow: none;
              box-shadow: none;
      opacity: 0.9; }
  .btn.btn-color-alt,
  .button.btn-color-alt,
  button.btn-color-alt,
  .added_to_cart.btn-color-alt,
  [type="submit"].btn-color-alt,
  [type="button"].btn-color-alt {
    color: #ffffff; }
    .btn.btn-color-alt:hover, .btn.btn-color-alt:focus,
    .button.btn-color-alt:hover,
    .button.btn-color-alt:focus,
    button.btn-color-alt:hover,
    button.btn-color-alt:focus,
    .added_to_cart.btn-color-alt:hover,
    .added_to_cart.btn-color-alt:focus,
    [type="submit"].btn-color-alt:hover,
    [type="submit"].btn-color-alt:focus,
    [type="button"].btn-color-alt:hover,
    [type="button"].btn-color-alt:focus {
      color: #ffffff;
      -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); }
  .btn.btn-color-primary,
  .button.btn-color-primary,
  button.btn-color-primary,
  .added_to_cart.btn-color-primary,
  [type="submit"].btn-color-primary,
  [type="button"].btn-color-primary {
    color: #ffffff; }
    .btn.btn-color-primary:hover, .btn.btn-color-primary:focus,
    .button.btn-color-primary:hover,
    .button.btn-color-primary:focus,
    button.btn-color-primary:hover,
    button.btn-color-primary:focus,
    .added_to_cart.btn-color-primary:hover,
    .added_to_cart.btn-color-primary:focus,
    [type="submit"].btn-color-primary:hover,
    [type="submit"].btn-color-primary:focus,
    [type="button"].btn-color-primary:hover,
    [type="button"].btn-color-primary:focus {
      -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: #ffffff; }

body .btn.btn-style-bordered,
body .button.btn-style-bordered,
body button.btn-style-bordered,
body .added_to_cart.btn-style-bordered,
body [type="submit"].btn-style-bordered,
body [type="button"].btn-style-bordered {
  background-color: transparent;
  border-width: 2px; }
  body .btn.btn-style-bordered:hover, body .btn.btn-style-bordered:focus,
  body .button.btn-style-bordered:hover,
  body .button.btn-style-bordered:focus,
  body button.btn-style-bordered:hover,
  body button.btn-style-bordered:focus,
  body .added_to_cart.btn-style-bordered:hover,
  body .added_to_cart.btn-style-bordered:focus,
  body [type="submit"].btn-style-bordered:hover,
  body [type="submit"].btn-style-bordered:focus,
  body [type="button"].btn-style-bordered:hover,
  body [type="button"].btn-style-bordered:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
body .btn.btn-style-link,
body .button.btn-style-link,
body button.btn-style-link,
body .added_to_cart.btn-style-link,
body [type="submit"].btn-style-link,
body [type="button"].btn-style-link {
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent; }
  body .btn.btn-style-link:hover, body .btn.btn-style-link:focus,
  body .button.btn-style-link:hover,
  body .button.btn-style-link:focus,
  body button.btn-style-link:hover,
  body button.btn-style-link:focus,
  body .added_to_cart.btn-style-link:hover,
  body .added_to_cart.btn-style-link:focus,
  body [type="submit"].btn-style-link:hover,
  body [type="submit"].btn-style-link:focus,
  body [type="button"].btn-style-link:hover,
  body [type="button"].btn-style-link:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
body .btn.btn-style-round,
body .button.btn-style-round,
body button.btn-style-round,
body .added_to_cart.btn-style-round,
body [type="submit"].btn-style-round,
body [type="button"].btn-style-round {
  border-radius: 35px; }
body .btn.btn-style-3d,
body .button.btn-style-3d,
body button.btn-style-3d,
body .added_to_cart.btn-style-3d,
body [type="submit"].btn-style-3d,
body [type="button"].btn-style-3d {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease,  box-shadow 0s ease, opacity 0.25s ease;
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0s ease,  opacity 0.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; }
  body .btn.btn-style-3d:hover, body .btn.btn-style-3d:focus,
  body .button.btn-style-3d:hover,
  body .button.btn-style-3d:focus,
  body button.btn-style-3d:hover,
  body button.btn-style-3d:focus,
  body .added_to_cart.btn-style-3d:hover,
  body .added_to_cart.btn-style-3d:focus,
  body [type="submit"].btn-style-3d:hover,
  body [type="submit"].btn-style-3d:focus,
  body [type="button"].btn-style-3d:hover,
  body [type="button"].btn-style-3d:focus {
    opacity: 0.8;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15); }
  body .btn.btn-style-3d:active,
  body .button.btn-style-3d:active,
  body button.btn-style-3d:active,
  body .added_to_cart.btn-style-3d:active,
  body [type="submit"].btn-style-3d:active,
  body [type="button"].btn-style-3d:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 1px; }
body .btn.btn-full-width,
body .button.btn-full-width,
body button.btn-full-width,
body .added_to_cart.btn-full-width,
body [type="submit"].btn-full-width,
body [type="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: #333333;
  border-color: #e9e9e9; }
  .btn-style-bordered.btn-color-default:hover, .btn-style-bordered.btn-color-default:focus {
    color: #333333;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
            box-shadow: none; }
.btn-style-bordered.btn-color-primary:hover, .btn-style-bordered.btn-color-primary:focus {
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }
.btn-style-bordered.btn-color-alt:hover, .btn-style-bordered.btn-color-alt:focus {
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }
.btn-style-bordered.btn-color-black {
  border-color: #333333;
  color: #333333; }
  .btn-style-bordered.btn-color-black:hover, .btn-style-bordered.btn-color-black:focus {
    background-color: #212121;
    border-color: #212121;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none; }
.btn-style-bordered.btn-color-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: white; }
  .btn-style-bordered.btn-color-white:hover, .btn-style-bordered.btn-color-white:focus {
    border-color: white;
    background-color: transparent;
    color: white;
    opacity: 1; }

.btn-style-link.btn-color-default {
  color: #333333;
  border-color: #dfdfdf; }
  .btn-style-link.btn-color-default:hover, .btn-style-link.btn-color-default:focus {
    color: #333333;
    opacity: 1;
    border-color: #c5c5c5; }
.btn-style-link.btn-color-primary {
  color: #333333; }
  .btn-style-link.btn-color-primary:hover, .btn-style-link.btn-color-primary:focus {
    opacity: 0.6;
    color: #333333; }
.btn-style-link.btn-color-alt {
  color: #333333; }
  .btn-style-link.btn-color-alt:hover, .btn-style-link.btn-color-alt:focus {
    opacity: 0.6;
    color: #333333; }
.btn-style-link.btn-color-black {
  color: #333333;
  border-color: #333333; }
  .btn-style-link.btn-color-black:hover, .btn-style-link.btn-color-black:focus {
    color: #333333;
    border-color: #333333;
    opacity: 0.6; }
.btn-style-link.btn-color-white {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3); }
  .btn-style-link.btn-color-white:hover, .btn-style-link.btn-color-white:focus {
    color: #ffffff;
    border-color: #ffffff;
    opacity: 1; }

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

.btns-default-rounded .cart-totals-inner .shipping-calculator-form .button:hover, .cart-totals-inner .shipping-calculator-form .btns-default-rounded .button:hover, .btns-default-rounded .cart-actions .button[name="update_cart"]:hover, .cart-actions .btns-default-rounded .button[name="update_cart"]:hover, .btns-default-rounded .woodmart-switch-to-register:hover, .btns-default-rounded #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover, #dokan-form-contact-seller.seller-form .btns-default-rounded input.dokan-btn-theme:hover, .btns-default-rounded .widget_shopping_cart .buttons .btn-cart:hover, .widget_shopping_cart .buttons .btns-default-rounded .btn-cart:hover, .btns-default-rounded .widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .btns-default-rounded .button:hover, .btns-default-rounded .yith-woocompare-widget > a.compare:hover, .btns-default-rounded .cart-totals-inner .shipping-calculator-form .button:focus, .cart-totals-inner .shipping-calculator-form .btns-default-rounded .button:focus, .btns-default-rounded .cart-actions .button[name="update_cart"]:focus, .cart-actions .btns-default-rounded .button[name="update_cart"]:focus, .btns-default-rounded .woodmart-switch-to-register:focus, .btns-default-rounded #dokan-form-contact-seller.seller-form input.dokan-btn-theme:focus, #dokan-form-contact-seller.seller-form .btns-default-rounded input.dokan-btn-theme:focus, .btns-default-rounded .widget_shopping_cart .buttons .btn-cart:focus, .widget_shopping_cart .buttons .btns-default-rounded .btn-cart:focus, .btns-default-rounded .widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .btns-default-rounded .button:focus, .btns-default-rounded .yith-woocompare-widget > a.compare:focus,
.btns-default-flat .cart-totals-inner .shipping-calculator-form .button:hover,
.cart-totals-inner .shipping-calculator-form .btns-default-flat .button:hover,
.btns-default-flat .cart-actions .button[name="update_cart"]:hover,
.cart-actions .btns-default-flat .button[name="update_cart"]:hover,
.btns-default-flat .woodmart-switch-to-register:hover,
.btns-default-flat #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover,
#dokan-form-contact-seller.seller-form .btns-default-flat input.dokan-btn-theme:hover,
.btns-default-flat .widget_shopping_cart .buttons .btn-cart:hover,
.widget_shopping_cart .buttons .btns-default-flat .btn-cart:hover,
.btns-default-flat .widget_price_filter .price_slider_amount .button:hover,
.widget_price_filter .price_slider_amount .btns-default-flat .button:hover,
.btns-default-flat .yith-woocompare-widget > a.compare:hover,
.btns-default-flat .cart-totals-inner .shipping-calculator-form .button:focus,
.cart-totals-inner .shipping-calculator-form .btns-default-flat .button:focus,
.btns-default-flat .cart-actions .button[name="update_cart"]:focus,
.cart-actions .btns-default-flat .button[name="update_cart"]:focus,
.btns-default-flat .woodmart-switch-to-register:focus,
.btns-default-flat #dokan-form-contact-seller.seller-form input.dokan-btn-theme:focus,
#dokan-form-contact-seller.seller-form .btns-default-flat input.dokan-btn-theme:focus,
.btns-default-flat .widget_shopping_cart .buttons .btn-cart:focus,
.widget_shopping_cart .buttons .btns-default-flat .btn-cart:focus,
.btns-default-flat .widget_price_filter .price_slider_amount .button:focus,
.widget_price_filter .price_slider_amount .btns-default-flat .button:focus,
.btns-default-flat .yith-woocompare-widget > a.compare:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btns-default-3d .cart-totals-inner .shipping-calculator-form .button, .cart-totals-inner .shipping-calculator-form .btns-default-3d .button, .btns-default-3d .cart-actions .button[name="update_cart"], .cart-actions .btns-default-3d .button[name="update_cart"], .btns-default-3d .woodmart-switch-to-register, .btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme, #dokan-form-contact-seller.seller-form .btns-default-3d input.dokan-btn-theme, .btns-default-3d .widget_shopping_cart .buttons .btn-cart, .widget_shopping_cart .buttons .btns-default-3d .btn-cart, .btns-default-3d .widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .btns-default-3d .button, .btns-default-3d .yith-woocompare-widget > a.compare {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease,  box-shadow 0s ease, opacity 0.25s ease;
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0s ease,  opacity 0.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; }
  .btns-default-3d .cart-totals-inner .shipping-calculator-form .button:hover, .cart-totals-inner .shipping-calculator-form .btns-default-3d .button:hover, .btns-default-3d .cart-actions .button[name="update_cart"]:hover, .cart-actions .btns-default-3d .button[name="update_cart"]:hover, .btns-default-3d .woodmart-switch-to-register:hover, .btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover, #dokan-form-contact-seller.seller-form .btns-default-3d input.dokan-btn-theme:hover, .btns-default-3d .widget_shopping_cart .buttons .btn-cart:hover, .widget_shopping_cart .buttons .btns-default-3d .btn-cart:hover, .btns-default-3d .widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .btns-default-3d .button:hover, .btns-default-3d .yith-woocompare-widget > a.compare:hover, .btns-default-3d .cart-totals-inner .shipping-calculator-form .button:focus, .cart-totals-inner .shipping-calculator-form .btns-default-3d .button:focus, .btns-default-3d .cart-actions .button[name="update_cart"]:focus, .cart-actions .btns-default-3d .button[name="update_cart"]:focus, .btns-default-3d .woodmart-switch-to-register:focus, .btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme:focus, #dokan-form-contact-seller.seller-form .btns-default-3d input.dokan-btn-theme:focus, .btns-default-3d .widget_shopping_cart .buttons .btn-cart:focus, .widget_shopping_cart .buttons .btns-default-3d .btn-cart:focus, .btns-default-3d .widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .btns-default-3d .button:focus, .btns-default-3d .yith-woocompare-widget > a.compare:focus {
    opacity: 0.8;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15); }
  .btns-default-3d .cart-totals-inner .shipping-calculator-form .button:active, .cart-totals-inner .shipping-calculator-form .btns-default-3d .button:active, .btns-default-3d .cart-actions .button[name="update_cart"]:active, .cart-actions .btns-default-3d .button[name="update_cart"]:active, .btns-default-3d .woodmart-switch-to-register:active, .btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme:active, #dokan-form-contact-seller.seller-form .btns-default-3d input.dokan-btn-theme:active, .btns-default-3d .widget_shopping_cart .buttons .btn-cart:active, .widget_shopping_cart .buttons .btns-default-3d .btn-cart:active, .btns-default-3d .widget_price_filter .price_slider_amount .button:active, .widget_price_filter .price_slider_amount .btns-default-3d .button:active, .btns-default-3d .yith-woocompare-widget > a.compare:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 1px; }
  .btns-default-3d .cart-totals-inner .shipping-calculator-form .button:hover, .cart-totals-inner .shipping-calculator-form .btns-default-3d .button:hover, .btns-default-3d .cart-actions .button[name="update_cart"]:hover, .cart-actions .btns-default-3d .button[name="update_cart"]:hover, .btns-default-3d .woodmart-switch-to-register:hover, .btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover, #dokan-form-contact-seller.seller-form .btns-default-3d input.dokan-btn-theme:hover, .btns-default-3d .widget_shopping_cart .buttons .btn-cart:hover, .widget_shopping_cart .buttons .btns-default-3d .btn-cart:hover, .btns-default-3d .widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .btns-default-3d .button:hover, .btns-default-3d .yith-woocompare-widget > a.compare:hover, .btns-default-3d .cart-totals-inner .shipping-calculator-form .button:focus, .cart-totals-inner .shipping-calculator-form .btns-default-3d .button:focus, .btns-default-3d .cart-actions .button[name="update_cart"]:focus, .cart-actions .btns-default-3d .button[name="update_cart"]:focus, .btns-default-3d .woodmart-switch-to-register:focus, .btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme:focus, #dokan-form-contact-seller.seller-form .btns-default-3d input.dokan-btn-theme:focus, .btns-default-3d .widget_shopping_cart .buttons .btn-cart:focus, .widget_shopping_cart .buttons .btns-default-3d .btn-cart:focus, .btns-default-3d .widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .btns-default-3d .button:focus, .btns-default-3d .yith-woocompare-widget > a.compare:focus {
    opacity: 1; }

.btns-default-rounded .cart-totals-inner .shipping-calculator-form .button, .cart-totals-inner .shipping-calculator-form .btns-default-rounded .button, .btns-default-rounded .cart-actions .button[name="update_cart"], .cart-actions .btns-default-rounded .button[name="update_cart"], .btns-default-rounded .woodmart-switch-to-register, .btns-default-rounded #dokan-form-contact-seller.seller-form input.dokan-btn-theme, #dokan-form-contact-seller.seller-form .btns-default-rounded input.dokan-btn-theme, .btns-default-rounded .widget_shopping_cart .buttons .btn-cart, .widget_shopping_cart .buttons .btns-default-rounded .btn-cart, .btns-default-rounded .widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .btns-default-rounded .button, .btns-default-rounded .yith-woocompare-widget > a.compare {
  border-radius: 35px; }

.btns-default-light .cart-totals-inner .shipping-calculator-form .button, .cart-totals-inner .shipping-calculator-form .btns-default-light .button, .btns-default-light .cart-actions .button[name="update_cart"], .cart-actions .btns-default-light .button[name="update_cart"], .btns-default-light .woodmart-switch-to-register, .btns-default-light #dokan-form-contact-seller.seller-form input.dokan-btn-theme, #dokan-form-contact-seller.seller-form .btns-default-light input.dokan-btn-theme, .btns-default-light .widget_shopping_cart .buttons .btn-cart, .widget_shopping_cart .buttons .btns-default-light .btn-cart, .btns-default-light .widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .btns-default-light .button, .btns-default-light .yith-woocompare-widget > a.compare {
  color: white; }

.btns-default-hover-light .cart-totals-inner .shipping-calculator-form .button:hover, .cart-totals-inner .shipping-calculator-form .btns-default-hover-light .button:hover, .btns-default-hover-light .cart-actions .button[name="update_cart"]:hover, .cart-actions .btns-default-hover-light .button[name="update_cart"]:hover, .btns-default-hover-light .woodmart-switch-to-register:hover, .btns-default-hover-light #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover, #dokan-form-contact-seller.seller-form .btns-default-hover-light input.dokan-btn-theme:hover, .btns-default-hover-light .widget_shopping_cart .buttons .btn-cart:hover, .widget_shopping_cart .buttons .btns-default-hover-light .btn-cart:hover, .btns-default-hover-light .widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .btns-default-hover-light .button:hover, .btns-default-hover-light .yith-woocompare-widget > a.compare:hover, .btns-default-hover-light .cart-totals-inner .shipping-calculator-form .button:focus, .cart-totals-inner .shipping-calculator-form .btns-default-hover-light .button:focus, .btns-default-hover-light .cart-actions .button[name="update_cart"]:focus, .cart-actions .btns-default-hover-light .button[name="update_cart"]:focus, .btns-default-hover-light .woodmart-switch-to-register:focus, .btns-default-hover-light #dokan-form-contact-seller.seller-form input.dokan-btn-theme:focus, #dokan-form-contact-seller.seller-form .btns-default-hover-light input.dokan-btn-theme:focus, .btns-default-hover-light .widget_shopping_cart .buttons .btn-cart:focus, .widget_shopping_cart .buttons .btns-default-hover-light .btn-cart:focus, .btns-default-hover-light .widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .btns-default-hover-light .button:focus, .btns-default-hover-light .yith-woocompare-widget > a.compare:focus {
  color: white; }

.btns-default-dark .cart-totals-inner .shipping-calculator-form .button, .cart-totals-inner .shipping-calculator-form .btns-default-dark .button, .btns-default-dark .cart-actions .button[name="update_cart"], .cart-actions .btns-default-dark .button[name="update_cart"], .btns-default-dark .woodmart-switch-to-register, .btns-default-dark #dokan-form-contact-seller.seller-form input.dokan-btn-theme, #dokan-form-contact-seller.seller-form .btns-default-dark input.dokan-btn-theme, .btns-default-dark .widget_shopping_cart .buttons .btn-cart, .widget_shopping_cart .buttons .btns-default-dark .btn-cart, .btns-default-dark .widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .btns-default-dark .button, .btns-default-dark .yith-woocompare-widget > a.compare {
  color: #333333; }

.btns-default-hover-dark .cart-totals-inner .shipping-calculator-form .button:hover, .cart-totals-inner .shipping-calculator-form .btns-default-hover-dark .button:hover, .btns-default-hover-dark .cart-actions .button[name="update_cart"]:hover, .cart-actions .btns-default-hover-dark .button[name="update_cart"]:hover, .btns-default-hover-dark .woodmart-switch-to-register:hover, .btns-default-hover-dark #dokan-form-contact-seller.seller-form input.dokan-btn-theme:hover, #dokan-form-contact-seller.seller-form .btns-default-hover-dark input.dokan-btn-theme:hover, .btns-default-hover-dark .widget_shopping_cart .buttons .btn-cart:hover, .widget_shopping_cart .buttons .btns-default-hover-dark .btn-cart:hover, .btns-default-hover-dark .widget_price_filter .price_slider_amount .button:hover, .widget_price_filter .price_slider_amount .btns-default-hover-dark .button:hover, .btns-default-hover-dark .yith-woocompare-widget > a.compare:hover, .btns-default-hover-dark .cart-totals-inner .shipping-calculator-form .button:focus, .cart-totals-inner .shipping-calculator-form .btns-default-hover-dark .button:focus, .btns-default-hover-dark .cart-actions .button[name="update_cart"]:focus, .cart-actions .btns-default-hover-dark .button[name="update_cart"]:focus, .btns-default-hover-dark .woodmart-switch-to-register:focus, .btns-default-hover-dark #dokan-form-contact-seller.seller-form input.dokan-btn-theme:focus, #dokan-form-contact-seller.seller-form .btns-default-hover-dark input.dokan-btn-theme:focus, .btns-default-hover-dark .widget_shopping_cart .buttons .btn-cart:focus, .widget_shopping_cart .buttons .btns-default-hover-dark .btn-cart:focus, .btns-default-hover-dark .widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .btns-default-hover-dark .button:focus, .btns-default-hover-dark .yith-woocompare-widget > a.compare:focus {
  color: #333333; }

.btns-shop-flat .woodmart-price-table .woodmart-plan-footer > a:hover, .woodmart-price-table .btns-shop-flat .woodmart-plan-footer > a:hover, .btns-shop-flat .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-flat .woodmart-add-btn > a:hover, .btns-shop-flat .product-list-item .woodmart-add-btn > a:hover, .product-list-item .btns-shop-flat .woodmart-add-btn > a:hover, .btns-shop-flat .woodmart-hover-standard .btn-add > a:hover, .woodmart-hover-standard .btns-shop-flat .btn-add > a:hover, .btns-shop-flat .popup-quick-view .woodmart-scroll-content > a:hover, .popup-quick-view .btns-shop-flat .woodmart-scroll-content > a:hover, .btns-shop-flat .popup-added_to_cart .view-cart:hover, .popup-added_to_cart .btns-shop-flat .view-cart:hover, .btns-shop-flat .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-flat .add_to_cart:hover, .btns-shop-flat .single_add_to_cart_button:hover, .btns-shop-flat #place_order:hover, .btns-shop-flat .return-to-shop .button:hover, .return-to-shop .btns-shop-flat .button:hover, .btns-shop-flat .cart-totals-inner .checkout-button:hover, .cart-totals-inner .btns-shop-flat .checkout-button:hover, .btns-shop-flat .register .button:hover, .register .btns-shop-flat .button:hover,
.btns-shop-flat .login .button:hover,
.login .btns-shop-flat .button:hover,
.btns-shop-flat .lost_reset_password .button:hover,
.lost_reset_password .btns-shop-flat .button:hover, .btns-shop-flat .social-login-btn > a:hover, .btns-shop-flat table.compare-list tr.add-to-cart td a:hover, table.compare-list tr.add-to-cart td .btns-shop-flat a:hover, .btns-shop-flat .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-flat .button.add-request-quote-button:hover, .btns-shop-flat .widget_shopping_cart .buttons .checkout:hover, .widget_shopping_cart .buttons .btns-shop-flat .checkout:hover, .btns-shop-flat .woodmart-price-table .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-flat .woodmart-plan-footer > a:focus, .btns-shop-flat .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) .btns-shop-flat .woodmart-add-btn > a:focus, .btns-shop-flat .product-list-item .woodmart-add-btn > a:focus, .product-list-item .btns-shop-flat .woodmart-add-btn > a:focus, .btns-shop-flat .woodmart-hover-standard .btn-add > a:focus, .woodmart-hover-standard .btns-shop-flat .btn-add > a:focus, .btns-shop-flat .popup-quick-view .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-flat .woodmart-scroll-content > a:focus, .btns-shop-flat .popup-added_to_cart .view-cart:focus, .popup-added_to_cart .btns-shop-flat .view-cart:focus, .btns-shop-flat .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-flat .add_to_cart:focus, .btns-shop-flat .single_add_to_cart_button:focus, .btns-shop-flat #place_order:focus, .btns-shop-flat .return-to-shop .button:focus, .return-to-shop .btns-shop-flat .button:focus, .btns-shop-flat .cart-totals-inner .checkout-button:focus, .cart-totals-inner .btns-shop-flat .checkout-button:focus, .btns-shop-flat .register .button:focus, .register .btns-shop-flat .button:focus,
.btns-shop-flat .login .button:focus,
.login .btns-shop-flat .button:focus,
.btns-shop-flat .lost_reset_password .button:focus,
.lost_reset_password .btns-shop-flat .button:focus, .btns-shop-flat .social-login-btn > a:focus, .btns-shop-flat table.compare-list tr.add-to-cart td a:focus, table.compare-list tr.add-to-cart td .btns-shop-flat a:focus, .btns-shop-flat .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-flat .button.add-request-quote-button:focus, .btns-shop-flat .widget_shopping_cart .buttons .checkout:focus, .widget_shopping_cart .buttons .btns-shop-flat .checkout:focus,
.btns-shop-rounded .woodmart-price-table .woodmart-plan-footer > a:hover,
.woodmart-price-table .btns-shop-rounded .woodmart-plan-footer > a:hover,
.btns-shop-rounded .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover,
.woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-rounded .woodmart-add-btn > a:hover,
.btns-shop-rounded .product-list-item .woodmart-add-btn > a:hover,
.product-list-item .btns-shop-rounded .woodmart-add-btn > a:hover,
.btns-shop-rounded .woodmart-hover-standard .btn-add > a:hover,
.woodmart-hover-standard .btns-shop-rounded .btn-add > a:hover,
.btns-shop-rounded .popup-quick-view .woodmart-scroll-content > a:hover,
.popup-quick-view .btns-shop-rounded .woodmart-scroll-content > a:hover,
.btns-shop-rounded .popup-added_to_cart .view-cart:hover,
.popup-added_to_cart .btns-shop-rounded .view-cart:hover,
.btns-shop-rounded .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover,
.woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-rounded .add_to_cart:hover,
.btns-shop-rounded .single_add_to_cart_button:hover,
.btns-shop-rounded #place_order:hover,
.btns-shop-rounded .return-to-shop .button:hover,
.return-to-shop .btns-shop-rounded .button:hover,
.btns-shop-rounded .cart-totals-inner .checkout-button:hover,
.cart-totals-inner .btns-shop-rounded .checkout-button:hover,
.btns-shop-rounded .register .button:hover,
.register .btns-shop-rounded .button:hover,
.btns-shop-rounded .login .button:hover,
.login .btns-shop-rounded .button:hover,
.btns-shop-rounded .lost_reset_password .button:hover,
.lost_reset_password .btns-shop-rounded .button:hover,
.btns-shop-rounded .social-login-btn > a:hover,
.btns-shop-rounded table.compare-list tr.add-to-cart td a:hover,
table.compare-list tr.add-to-cart td .btns-shop-rounded a:hover,
.btns-shop-rounded .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover,
.yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-rounded .button.add-request-quote-button:hover,
.btns-shop-rounded .widget_shopping_cart .buttons .checkout:hover,
.widget_shopping_cart .buttons .btns-shop-rounded .checkout:hover,
.btns-shop-rounded .woodmart-price-table .woodmart-plan-footer > a:focus,
.woodmart-price-table .btns-shop-rounded .woodmart-plan-footer > a:focus,
.btns-shop-rounded .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) .btns-shop-rounded .woodmart-add-btn > a:focus,
.btns-shop-rounded .product-list-item .woodmart-add-btn > a:focus,
.product-list-item .btns-shop-rounded .woodmart-add-btn > a:focus,
.btns-shop-rounded .woodmart-hover-standard .btn-add > a:focus,
.woodmart-hover-standard .btns-shop-rounded .btn-add > a:focus,
.btns-shop-rounded .popup-quick-view .woodmart-scroll-content > a:focus,
.popup-quick-view .btns-shop-rounded .woodmart-scroll-content > a:focus,
.btns-shop-rounded .popup-added_to_cart .view-cart:focus,
.popup-added_to_cart .btns-shop-rounded .view-cart:focus,
.btns-shop-rounded .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:focus,
.woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-rounded .add_to_cart:focus,
.btns-shop-rounded .single_add_to_cart_button:focus,
.btns-shop-rounded #place_order:focus,
.btns-shop-rounded .return-to-shop .button:focus,
.return-to-shop .btns-shop-rounded .button:focus,
.btns-shop-rounded .cart-totals-inner .checkout-button:focus,
.cart-totals-inner .btns-shop-rounded .checkout-button:focus,
.btns-shop-rounded .register .button:focus,
.register .btns-shop-rounded .button:focus,
.btns-shop-rounded .login .button:focus,
.login .btns-shop-rounded .button:focus,
.btns-shop-rounded .lost_reset_password .button:focus,
.lost_reset_password .btns-shop-rounded .button:focus,
.btns-shop-rounded .social-login-btn > a:focus,
.btns-shop-rounded table.compare-list tr.add-to-cart td a:focus,
table.compare-list tr.add-to-cart td .btns-shop-rounded a:focus,
.btns-shop-rounded .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus,
.yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-rounded .button.add-request-quote-button:focus,
.btns-shop-rounded .widget_shopping_cart .buttons .checkout:focus,
.widget_shopping_cart .buttons .btns-shop-rounded .checkout:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a, .btns-shop-3d .product-list-item .woodmart-add-btn > a, .product-list-item .btns-shop-3d .woodmart-add-btn > a, .btns-shop-3d .woodmart-hover-standard .btn-add > a, .woodmart-hover-standard .btns-shop-3d .btn-add > a, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a, .btns-shop-3d .popup-added_to_cart .view-cart, .popup-added_to_cart .btns-shop-3d .view-cart, .btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart, .btns-shop-3d .single_add_to_cart_button, .btns-shop-3d #place_order, .btns-shop-3d .return-to-shop .button, .return-to-shop .btns-shop-3d .button, .btns-shop-3d .cart-totals-inner .checkout-button, .cart-totals-inner .btns-shop-3d .checkout-button, .btns-shop-3d .register .button, .register .btns-shop-3d .button,
.btns-shop-3d .login .button,
.login .btns-shop-3d .button,
.btns-shop-3d .lost_reset_password .button,
.lost_reset_password .btns-shop-3d .button, .btns-shop-3d .social-login-btn > a, .btns-shop-3d table.compare-list tr.add-to-cart td a, table.compare-list tr.add-to-cart td .btns-shop-3d a, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button, .btns-shop-3d .widget_shopping_cart .buttons .checkout, .widget_shopping_cart .buttons .btns-shop-3d .checkout {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease,  box-shadow 0s ease, opacity 0.25s ease;
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0s ease,  opacity 0.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; }
  .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:hover, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:hover, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a:hover, .btns-shop-3d .product-list-item .woodmart-add-btn > a:hover, .product-list-item .btns-shop-3d .woodmart-add-btn > a:hover, .btns-shop-3d .woodmart-hover-standard .btn-add > a:hover, .woodmart-hover-standard .btns-shop-3d .btn-add > a:hover, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:hover, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:hover, .btns-shop-3d .popup-added_to_cart .view-cart:hover, .popup-added_to_cart .btns-shop-3d .view-cart:hover, .btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:hover, .btns-shop-3d .single_add_to_cart_button:hover, .btns-shop-3d #place_order:hover, .btns-shop-3d .return-to-shop .button:hover, .return-to-shop .btns-shop-3d .button:hover, .btns-shop-3d .cart-totals-inner .checkout-button:hover, .cart-totals-inner .btns-shop-3d .checkout-button:hover, .btns-shop-3d .register .button:hover, .register .btns-shop-3d .button:hover,
  .btns-shop-3d .login .button:hover,
  .login .btns-shop-3d .button:hover,
  .btns-shop-3d .lost_reset_password .button:hover,
  .lost_reset_password .btns-shop-3d .button:hover, .btns-shop-3d .social-login-btn > a:hover, .btns-shop-3d table.compare-list tr.add-to-cart td a:hover, table.compare-list tr.add-to-cart td .btns-shop-3d a:hover, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:hover, .btns-shop-3d .widget_shopping_cart .buttons .checkout:hover, .widget_shopping_cart .buttons .btns-shop-3d .checkout:hover, .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:focus, .btns-shop-3d .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) .btns-shop-3d .woodmart-add-btn > a:focus, .btns-shop-3d .product-list-item .woodmart-add-btn > a:focus, .product-list-item .btns-shop-3d .woodmart-add-btn > a:focus, .btns-shop-3d .woodmart-hover-standard .btn-add > a:focus, .woodmart-hover-standard .btns-shop-3d .btn-add > a:focus, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:focus, .btns-shop-3d .popup-added_to_cart .view-cart:focus, .popup-added_to_cart .btns-shop-3d .view-cart:focus, .btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:focus, .btns-shop-3d .single_add_to_cart_button:focus, .btns-shop-3d #place_order:focus, .btns-shop-3d .return-to-shop .button:focus, .return-to-shop .btns-shop-3d .button:focus, .btns-shop-3d .cart-totals-inner .checkout-button:focus, .cart-totals-inner .btns-shop-3d .checkout-button:focus, .btns-shop-3d .register .button:focus, .register .btns-shop-3d .button:focus,
  .btns-shop-3d .login .button:focus,
  .login .btns-shop-3d .button:focus,
  .btns-shop-3d .lost_reset_password .button:focus,
  .lost_reset_password .btns-shop-3d .button:focus, .btns-shop-3d .social-login-btn > a:focus, .btns-shop-3d table.compare-list tr.add-to-cart td a:focus, table.compare-list tr.add-to-cart td .btns-shop-3d a:focus, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:focus, .btns-shop-3d .widget_shopping_cart .buttons .checkout:focus, .widget_shopping_cart .buttons .btns-shop-3d .checkout:focus {
    opacity: 0.8;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15); }
  .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:active, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:active, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:active, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a:active, .btns-shop-3d .product-list-item .woodmart-add-btn > a:active, .product-list-item .btns-shop-3d .woodmart-add-btn > a:active, .btns-shop-3d .woodmart-hover-standard .btn-add > a:active, .woodmart-hover-standard .btns-shop-3d .btn-add > a:active, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:active, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:active, .btns-shop-3d .popup-added_to_cart .view-cart:active, .popup-added_to_cart .btns-shop-3d .view-cart:active, .btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:active, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:active, .btns-shop-3d .single_add_to_cart_button:active, .btns-shop-3d #place_order:active, .btns-shop-3d .return-to-shop .button:active, .return-to-shop .btns-shop-3d .button:active, .btns-shop-3d .cart-totals-inner .checkout-button:active, .cart-totals-inner .btns-shop-3d .checkout-button:active, .btns-shop-3d .register .button:active, .register .btns-shop-3d .button:active,
  .btns-shop-3d .login .button:active,
  .login .btns-shop-3d .button:active,
  .btns-shop-3d .lost_reset_password .button:active,
  .lost_reset_password .btns-shop-3d .button:active, .btns-shop-3d .social-login-btn > a:active, .btns-shop-3d table.compare-list tr.add-to-cart td a:active, table.compare-list tr.add-to-cart td .btns-shop-3d a:active, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:active, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:active, .btns-shop-3d .widget_shopping_cart .buttons .checkout:active, .widget_shopping_cart .buttons .btns-shop-3d .checkout:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 1px; }
  .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:hover, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:hover, .btns-shop-3d .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-3d .woodmart-add-btn > a:hover, .btns-shop-3d .product-list-item .woodmart-add-btn > a:hover, .product-list-item .btns-shop-3d .woodmart-add-btn > a:hover, .btns-shop-3d .woodmart-hover-standard .btn-add > a:hover, .woodmart-hover-standard .btns-shop-3d .btn-add > a:hover, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:hover, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:hover, .btns-shop-3d .popup-added_to_cart .view-cart:hover, .popup-added_to_cart .btns-shop-3d .view-cart:hover, .btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:hover, .btns-shop-3d .single_add_to_cart_button:hover, .btns-shop-3d #place_order:hover, .btns-shop-3d .return-to-shop .button:hover, .return-to-shop .btns-shop-3d .button:hover, .btns-shop-3d .cart-totals-inner .checkout-button:hover, .cart-totals-inner .btns-shop-3d .checkout-button:hover, .btns-shop-3d .register .button:hover, .register .btns-shop-3d .button:hover,
  .btns-shop-3d .login .button:hover,
  .login .btns-shop-3d .button:hover,
  .btns-shop-3d .lost_reset_password .button:hover,
  .lost_reset_password .btns-shop-3d .button:hover, .btns-shop-3d .social-login-btn > a:hover, .btns-shop-3d table.compare-list tr.add-to-cart td a:hover, table.compare-list tr.add-to-cart td .btns-shop-3d a:hover, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:hover, .btns-shop-3d .widget_shopping_cart .buttons .checkout:hover, .widget_shopping_cart .buttons .btns-shop-3d .checkout:hover, .btns-shop-3d .woodmart-price-table .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-3d .woodmart-plan-footer > a:focus, .btns-shop-3d .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) .btns-shop-3d .woodmart-add-btn > a:focus, .btns-shop-3d .product-list-item .woodmart-add-btn > a:focus, .product-list-item .btns-shop-3d .woodmart-add-btn > a:focus, .btns-shop-3d .woodmart-hover-standard .btn-add > a:focus, .woodmart-hover-standard .btns-shop-3d .btn-add > a:focus, .btns-shop-3d .popup-quick-view .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-3d .woodmart-scroll-content > a:focus, .btns-shop-3d .popup-added_to_cart .view-cart:focus, .popup-added_to_cart .btns-shop-3d .view-cart:focus, .btns-shop-3d .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-3d .add_to_cart:focus, .btns-shop-3d .single_add_to_cart_button:focus, .btns-shop-3d #place_order:focus, .btns-shop-3d .return-to-shop .button:focus, .return-to-shop .btns-shop-3d .button:focus, .btns-shop-3d .cart-totals-inner .checkout-button:focus, .cart-totals-inner .btns-shop-3d .checkout-button:focus, .btns-shop-3d .register .button:focus, .register .btns-shop-3d .button:focus,
  .btns-shop-3d .login .button:focus,
  .login .btns-shop-3d .button:focus,
  .btns-shop-3d .lost_reset_password .button:focus,
  .lost_reset_password .btns-shop-3d .button:focus, .btns-shop-3d .social-login-btn > a:focus, .btns-shop-3d table.compare-list tr.add-to-cart td a:focus, table.compare-list tr.add-to-cart td .btns-shop-3d a:focus, .btns-shop-3d .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-3d .button.add-request-quote-button:focus, .btns-shop-3d .widget_shopping_cart .buttons .checkout:focus, .widget_shopping_cart .buttons .btns-shop-3d .checkout:focus {
    opacity: 1; }

.btns-shop-rounded .woodmart-price-table .woodmart-plan-footer > a, .woodmart-price-table .btns-shop-rounded .woodmart-plan-footer > a, .btns-shop-rounded .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-rounded .woodmart-add-btn > a, .btns-shop-rounded .product-list-item .woodmart-add-btn > a, .product-list-item .btns-shop-rounded .woodmart-add-btn > a, .btns-shop-rounded .woodmart-hover-standard .btn-add > a, .woodmart-hover-standard .btns-shop-rounded .btn-add > a, .btns-shop-rounded .popup-quick-view .woodmart-scroll-content > a, .popup-quick-view .btns-shop-rounded .woodmart-scroll-content > a, .btns-shop-rounded .popup-added_to_cart .view-cart, .popup-added_to_cart .btns-shop-rounded .view-cart, .btns-shop-rounded .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-rounded .add_to_cart, .btns-shop-rounded .single_add_to_cart_button, .btns-shop-rounded #place_order, .btns-shop-rounded .return-to-shop .button, .return-to-shop .btns-shop-rounded .button, .btns-shop-rounded .cart-totals-inner .checkout-button, .cart-totals-inner .btns-shop-rounded .checkout-button, .btns-shop-rounded .register .button, .register .btns-shop-rounded .button,
.btns-shop-rounded .login .button,
.login .btns-shop-rounded .button,
.btns-shop-rounded .lost_reset_password .button,
.lost_reset_password .btns-shop-rounded .button, .btns-shop-rounded .social-login-btn > a, .btns-shop-rounded table.compare-list tr.add-to-cart td a, table.compare-list tr.add-to-cart td .btns-shop-rounded a, .btns-shop-rounded .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-rounded .button.add-request-quote-button, .btns-shop-rounded .widget_shopping_cart .buttons .checkout, .widget_shopping_cart .buttons .btns-shop-rounded .checkout {
  border-radius: 35px; }

.btns-shop-light .woodmart-price-table .woodmart-plan-footer > a, .woodmart-price-table .btns-shop-light .woodmart-plan-footer > a, .btns-shop-light .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-light .woodmart-add-btn > a, .btns-shop-light .product-list-item .woodmart-add-btn > a, .product-list-item .btns-shop-light .woodmart-add-btn > a, .btns-shop-light .woodmart-hover-standard .btn-add > a, .woodmart-hover-standard .btns-shop-light .btn-add > a, .btns-shop-light .popup-quick-view .woodmart-scroll-content > a, .popup-quick-view .btns-shop-light .woodmart-scroll-content > a, .btns-shop-light .popup-added_to_cart .view-cart, .popup-added_to_cart .btns-shop-light .view-cart, .btns-shop-light .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-light .add_to_cart, .btns-shop-light .single_add_to_cart_button, .btns-shop-light #place_order, .btns-shop-light .return-to-shop .button, .return-to-shop .btns-shop-light .button, .btns-shop-light .cart-totals-inner .checkout-button, .cart-totals-inner .btns-shop-light .checkout-button, .btns-shop-light .register .button, .register .btns-shop-light .button,
.btns-shop-light .login .button,
.login .btns-shop-light .button,
.btns-shop-light .lost_reset_password .button,
.lost_reset_password .btns-shop-light .button, .btns-shop-light .social-login-btn > a, .btns-shop-light table.compare-list tr.add-to-cart td a, table.compare-list tr.add-to-cart td .btns-shop-light a, .btns-shop-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-light .button.add-request-quote-button, .btns-shop-light .widget_shopping_cart .buttons .checkout, .widget_shopping_cart .buttons .btns-shop-light .checkout {
  color: white; }

.btns-shop-hover-light .woodmart-price-table .woodmart-plan-footer > a:hover, .woodmart-price-table .btns-shop-hover-light .woodmart-plan-footer > a:hover, .btns-shop-hover-light .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-hover-light .woodmart-add-btn > a:hover, .btns-shop-hover-light .product-list-item .woodmart-add-btn > a:hover, .product-list-item .btns-shop-hover-light .woodmart-add-btn > a:hover, .btns-shop-hover-light .woodmart-hover-standard .btn-add > a:hover, .woodmart-hover-standard .btns-shop-hover-light .btn-add > a:hover, .btns-shop-hover-light .popup-quick-view .woodmart-scroll-content > a:hover, .popup-quick-view .btns-shop-hover-light .woodmart-scroll-content > a:hover, .btns-shop-hover-light .popup-added_to_cart .view-cart:hover, .popup-added_to_cart .btns-shop-hover-light .view-cart:hover, .btns-shop-hover-light .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-hover-light .add_to_cart:hover, .btns-shop-hover-light .single_add_to_cart_button:hover, .btns-shop-hover-light #place_order:hover, .btns-shop-hover-light .return-to-shop .button:hover, .return-to-shop .btns-shop-hover-light .button:hover, .btns-shop-hover-light .cart-totals-inner .checkout-button:hover, .cart-totals-inner .btns-shop-hover-light .checkout-button:hover, .btns-shop-hover-light .register .button:hover, .register .btns-shop-hover-light .button:hover,
.btns-shop-hover-light .login .button:hover,
.login .btns-shop-hover-light .button:hover,
.btns-shop-hover-light .lost_reset_password .button:hover,
.lost_reset_password .btns-shop-hover-light .button:hover, .btns-shop-hover-light .social-login-btn > a:hover, .btns-shop-hover-light table.compare-list tr.add-to-cart td a:hover, table.compare-list tr.add-to-cart td .btns-shop-hover-light a:hover, .btns-shop-hover-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-hover-light .button.add-request-quote-button:hover, .btns-shop-hover-light .widget_shopping_cart .buttons .checkout:hover, .widget_shopping_cart .buttons .btns-shop-hover-light .checkout:hover, .btns-shop-hover-light .woodmart-price-table .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-hover-light .woodmart-plan-footer > a:focus, .btns-shop-hover-light .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) .btns-shop-hover-light .woodmart-add-btn > a:focus, .btns-shop-hover-light .product-list-item .woodmart-add-btn > a:focus, .product-list-item .btns-shop-hover-light .woodmart-add-btn > a:focus, .btns-shop-hover-light .woodmart-hover-standard .btn-add > a:focus, .woodmart-hover-standard .btns-shop-hover-light .btn-add > a:focus, .btns-shop-hover-light .popup-quick-view .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-hover-light .woodmart-scroll-content > a:focus, .btns-shop-hover-light .popup-added_to_cart .view-cart:focus, .popup-added_to_cart .btns-shop-hover-light .view-cart:focus, .btns-shop-hover-light .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-hover-light .add_to_cart:focus, .btns-shop-hover-light .single_add_to_cart_button:focus, .btns-shop-hover-light #place_order:focus, .btns-shop-hover-light .return-to-shop .button:focus, .return-to-shop .btns-shop-hover-light .button:focus, .btns-shop-hover-light .cart-totals-inner .checkout-button:focus, .cart-totals-inner .btns-shop-hover-light .checkout-button:focus, .btns-shop-hover-light .register .button:focus, .register .btns-shop-hover-light .button:focus,
.btns-shop-hover-light .login .button:focus,
.login .btns-shop-hover-light .button:focus,
.btns-shop-hover-light .lost_reset_password .button:focus,
.lost_reset_password .btns-shop-hover-light .button:focus, .btns-shop-hover-light .social-login-btn > a:focus, .btns-shop-hover-light table.compare-list tr.add-to-cart td a:focus, table.compare-list tr.add-to-cart td .btns-shop-hover-light a:focus, .btns-shop-hover-light .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-hover-light .button.add-request-quote-button:focus, .btns-shop-hover-light .widget_shopping_cart .buttons .checkout:focus, .widget_shopping_cart .buttons .btns-shop-hover-light .checkout:focus {
  color: white; }

.btns-shop-dark .woodmart-price-table .woodmart-plan-footer > a, .woodmart-price-table .btns-shop-dark .woodmart-plan-footer > a, .btns-shop-dark .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-dark .woodmart-add-btn > a, .btns-shop-dark .product-list-item .woodmart-add-btn > a, .product-list-item .btns-shop-dark .woodmart-add-btn > a, .btns-shop-dark .woodmart-hover-standard .btn-add > a, .woodmart-hover-standard .btns-shop-dark .btn-add > a, .btns-shop-dark .popup-quick-view .woodmart-scroll-content > a, .popup-quick-view .btns-shop-dark .woodmart-scroll-content > a, .btns-shop-dark .popup-added_to_cart .view-cart, .popup-added_to_cart .btns-shop-dark .view-cart, .btns-shop-dark .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-dark .add_to_cart, .btns-shop-dark .single_add_to_cart_button, .btns-shop-dark #place_order, .btns-shop-dark .return-to-shop .button, .return-to-shop .btns-shop-dark .button, .btns-shop-dark .cart-totals-inner .checkout-button, .cart-totals-inner .btns-shop-dark .checkout-button, .btns-shop-dark .register .button, .register .btns-shop-dark .button,
.btns-shop-dark .login .button,
.login .btns-shop-dark .button,
.btns-shop-dark .lost_reset_password .button,
.lost_reset_password .btns-shop-dark .button, .btns-shop-dark .social-login-btn > a, .btns-shop-dark table.compare-list tr.add-to-cart td a, table.compare-list tr.add-to-cart td .btns-shop-dark a, .btns-shop-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-dark .button.add-request-quote-button, .btns-shop-dark .widget_shopping_cart .buttons .checkout, .widget_shopping_cart .buttons .btns-shop-dark .checkout {
  color: #333333; }

.btns-shop-hover-dark .woodmart-price-table .woodmart-plan-footer > a:hover, .woodmart-price-table .btns-shop-hover-dark .woodmart-plan-footer > a:hover, .btns-shop-hover-dark .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-hover-dark .woodmart-add-btn > a:hover, .btns-shop-hover-dark .product-list-item .woodmart-add-btn > a:hover, .product-list-item .btns-shop-hover-dark .woodmart-add-btn > a:hover, .btns-shop-hover-dark .woodmart-hover-standard .btn-add > a:hover, .woodmart-hover-standard .btns-shop-hover-dark .btn-add > a:hover, .btns-shop-hover-dark .popup-quick-view .woodmart-scroll-content > a:hover, .popup-quick-view .btns-shop-hover-dark .woodmart-scroll-content > a:hover, .btns-shop-hover-dark .popup-added_to_cart .view-cart:hover, .popup-added_to_cart .btns-shop-hover-dark .view-cart:hover, .btns-shop-hover-dark .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:hover, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-hover-dark .add_to_cart:hover, .btns-shop-hover-dark .single_add_to_cart_button:hover, .btns-shop-hover-dark #place_order:hover, .btns-shop-hover-dark .return-to-shop .button:hover, .return-to-shop .btns-shop-hover-dark .button:hover, .btns-shop-hover-dark .cart-totals-inner .checkout-button:hover, .cart-totals-inner .btns-shop-hover-dark .checkout-button:hover, .btns-shop-hover-dark .register .button:hover, .register .btns-shop-hover-dark .button:hover,
.btns-shop-hover-dark .login .button:hover,
.login .btns-shop-hover-dark .button:hover,
.btns-shop-hover-dark .lost_reset_password .button:hover,
.lost_reset_password .btns-shop-hover-dark .button:hover, .btns-shop-hover-dark .social-login-btn > a:hover, .btns-shop-hover-dark table.compare-list tr.add-to-cart td a:hover, table.compare-list tr.add-to-cart td .btns-shop-hover-dark a:hover, .btns-shop-hover-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-hover-dark .button.add-request-quote-button:hover, .btns-shop-hover-dark .widget_shopping_cart .buttons .checkout:hover, .widget_shopping_cart .buttons .btns-shop-hover-dark .checkout:hover, .btns-shop-hover-dark .woodmart-price-table .woodmart-plan-footer > a:focus, .woodmart-price-table .btns-shop-hover-dark .woodmart-plan-footer > a:focus, .btns-shop-hover-dark .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) .btns-shop-hover-dark .woodmart-add-btn > a:focus, .btns-shop-hover-dark .product-list-item .woodmart-add-btn > a:focus, .product-list-item .btns-shop-hover-dark .woodmart-add-btn > a:focus, .btns-shop-hover-dark .woodmart-hover-standard .btn-add > a:focus, .woodmart-hover-standard .btns-shop-hover-dark .btn-add > a:focus, .btns-shop-hover-dark .popup-quick-view .woodmart-scroll-content > a:focus, .popup-quick-view .btns-shop-hover-dark .woodmart-scroll-content > a:focus, .btns-shop-hover-dark .popup-added_to_cart .view-cart:focus, .popup-added_to_cart .btns-shop-hover-dark .view-cart:focus, .btns-shop-hover-dark .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart:focus, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-hover-dark .add_to_cart:focus, .btns-shop-hover-dark .single_add_to_cart_button:focus, .btns-shop-hover-dark #place_order:focus, .btns-shop-hover-dark .return-to-shop .button:focus, .return-to-shop .btns-shop-hover-dark .button:focus, .btns-shop-hover-dark .cart-totals-inner .checkout-button:focus, .cart-totals-inner .btns-shop-hover-dark .checkout-button:focus, .btns-shop-hover-dark .register .button:focus, .register .btns-shop-hover-dark .button:focus,
.btns-shop-hover-dark .login .button:focus,
.login .btns-shop-hover-dark .button:focus,
.btns-shop-hover-dark .lost_reset_password .button:focus,
.lost_reset_password .btns-shop-hover-dark .button:focus, .btns-shop-hover-dark .social-login-btn > a:focus, .btns-shop-hover-dark table.compare-list tr.add-to-cart td a:focus, table.compare-list tr.add-to-cart td .btns-shop-hover-dark a:focus, .btns-shop-hover-dark .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:focus, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-hover-dark .button.add-request-quote-button:focus, .btns-shop-hover-dark .widget_shopping_cart .buttons .checkout:focus, .widget_shopping_cart .buttons .btns-shop-hover-dark .checkout:focus {
  color: #333333; }

.btns-accent-flat .main-nav .item-level-0.callto-btn > a:hover, .main-nav .btns-accent-flat .item-level-0.callto-btn > a:hover,
.btns-accent-flat .main-nav .menu > .menu-item-language.callto-btn > a:hover,
.main-nav .btns-accent-flat .menu > .menu-item-language.callto-btn > a:hover, .btns-accent-flat .comment-form .submit:hover, .comment-form .btns-accent-flat .submit:hover, .btns-accent-flat .mc4wp-form input[type="submit"]:hover, .mc4wp-form .btns-accent-flat input[type="submit"]:hover, .btns-accent-flat .cookies-buttons .cookies-accept-btn:hover, .cookies-buttons .btns-accent-flat .cookies-accept-btn:hover, .btns-accent-flat .post-password-form input[type="submit"]:hover, .post-password-form .btns-accent-flat input[type="submit"]:hover, .btns-accent-flat .woocommerce input[name="save_account_details"]:hover, .woocommerce .btns-accent-flat input[name="save_account_details"]:hover,
.btns-accent-flat .woocommerce input[name="save_address"]:hover,
.woocommerce .btns-accent-flat input[name="save_address"]:hover,
.btns-accent-flat .woocommerce input[name="track"]:hover,
.woocommerce .btns-accent-flat input[name="track"]:hover, .btns-accent-flat .woocommerce-Button--next:hover,
.btns-accent-flat .woocommerce-Button--previous:hover, .btns-accent-flat td.woocommerce-orders-table__cell-order-actions a:hover, td.woocommerce-orders-table__cell-order-actions .btns-accent-flat a:hover, .btns-accent-flat .account-payment-methods-table .button:hover, .account-payment-methods-table .btns-accent-flat .button:hover, .btns-accent-flat .checkout_coupon .button:hover, .checkout_coupon .btns-accent-flat .button:hover, .btns-accent-flat .cart-actions .button[name="apply_coupon"]:hover, .cart-actions .btns-accent-flat .button[name="apply_coupon"]:hover, .btns-accent-flat .woocommerce-MyAccount-content > .button:hover, .btns-accent-flat #yith-wpv-abuse:hover, .btns-accent-flat #dokan-seller-listing-wrap .dokan-btn:hover, #dokan-seller-listing-wrap .btns-accent-flat .dokan-btn:hover, .btns-accent-flat div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .btns-accent-flat .otw-submit:hover,
.btns-accent-flat div.open-table-widget .otw-button-wrap .otw-submit-btn:hover,
div.open-table-widget .otw-button-wrap .btns-accent-flat .otw-submit-btn:hover, .btns-accent-flat .main-nav .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-flat .item-level-0.callto-btn > a:focus,
.btns-accent-flat .main-nav .menu > .menu-item-language.callto-btn > a:focus,
.main-nav .btns-accent-flat .menu > .menu-item-language.callto-btn > a:focus, .btns-accent-flat .comment-form .submit:focus, .comment-form .btns-accent-flat .submit:focus, .btns-accent-flat .mc4wp-form input[type="submit"]:focus, .mc4wp-form .btns-accent-flat input[type="submit"]:focus, .btns-accent-flat .cookies-buttons .cookies-accept-btn:focus, .cookies-buttons .btns-accent-flat .cookies-accept-btn:focus, .btns-accent-flat .post-password-form input[type="submit"]:focus, .post-password-form .btns-accent-flat input[type="submit"]:focus, .btns-accent-flat .woocommerce input[name="save_account_details"]:focus, .woocommerce .btns-accent-flat input[name="save_account_details"]:focus,
.btns-accent-flat .woocommerce input[name="save_address"]:focus,
.woocommerce .btns-accent-flat input[name="save_address"]:focus,
.btns-accent-flat .woocommerce input[name="track"]:focus,
.woocommerce .btns-accent-flat input[name="track"]:focus, .btns-accent-flat .woocommerce-Button--next:focus,
.btns-accent-flat .woocommerce-Button--previous:focus, .btns-accent-flat td.woocommerce-orders-table__cell-order-actions a:focus, td.woocommerce-orders-table__cell-order-actions .btns-accent-flat a:focus, .btns-accent-flat .account-payment-methods-table .button:focus, .account-payment-methods-table .btns-accent-flat .button:focus, .btns-accent-flat .checkout_coupon .button:focus, .checkout_coupon .btns-accent-flat .button:focus, .btns-accent-flat .cart-actions .button[name="apply_coupon"]:focus, .cart-actions .btns-accent-flat .button[name="apply_coupon"]:focus, .btns-accent-flat .woocommerce-MyAccount-content > .button:focus, .btns-accent-flat #yith-wpv-abuse:focus, .btns-accent-flat #dokan-seller-listing-wrap .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-flat .dokan-btn:focus, .btns-accent-flat div.open-table-widget .otw-button-wrap .otw-submit:focus, div.open-table-widget .otw-button-wrap .btns-accent-flat .otw-submit:focus,
.btns-accent-flat div.open-table-widget .otw-button-wrap .otw-submit-btn:focus,
div.open-table-widget .otw-button-wrap .btns-accent-flat .otw-submit-btn:focus,
.btns-accent-rounded .main-nav .item-level-0.callto-btn > a:hover,
.main-nav .btns-accent-rounded .item-level-0.callto-btn > a:hover,
.btns-accent-rounded .main-nav .menu > .menu-item-language.callto-btn > a:hover,
.main-nav .btns-accent-rounded .menu > .menu-item-language.callto-btn > a:hover,
.btns-accent-rounded .comment-form .submit:hover,
.comment-form .btns-accent-rounded .submit:hover,
.btns-accent-rounded .mc4wp-form input[type="submit"]:hover,
.mc4wp-form .btns-accent-rounded input[type="submit"]:hover,
.btns-accent-rounded .cookies-buttons .cookies-accept-btn:hover,
.cookies-buttons .btns-accent-rounded .cookies-accept-btn:hover,
.btns-accent-rounded .post-password-form input[type="submit"]:hover,
.post-password-form .btns-accent-rounded input[type="submit"]:hover,
.btns-accent-rounded .woocommerce input[name="save_account_details"]:hover,
.woocommerce .btns-accent-rounded input[name="save_account_details"]:hover,
.btns-accent-rounded .woocommerce input[name="save_address"]:hover,
.woocommerce .btns-accent-rounded input[name="save_address"]:hover,
.btns-accent-rounded .woocommerce input[name="track"]:hover,
.woocommerce .btns-accent-rounded input[name="track"]:hover,
.btns-accent-rounded .woocommerce-Button--next:hover,
.btns-accent-rounded .woocommerce-Button--previous:hover,
.btns-accent-rounded td.woocommerce-orders-table__cell-order-actions a:hover,
td.woocommerce-orders-table__cell-order-actions .btns-accent-rounded a:hover,
.btns-accent-rounded .account-payment-methods-table .button:hover,
.account-payment-methods-table .btns-accent-rounded .button:hover,
.btns-accent-rounded .checkout_coupon .button:hover,
.checkout_coupon .btns-accent-rounded .button:hover,
.btns-accent-rounded .cart-actions .button[name="apply_coupon"]:hover,
.cart-actions .btns-accent-rounded .button[name="apply_coupon"]:hover,
.btns-accent-rounded .woocommerce-MyAccount-content > .button:hover,
.btns-accent-rounded #yith-wpv-abuse:hover,
.btns-accent-rounded #dokan-seller-listing-wrap .dokan-btn:hover,
#dokan-seller-listing-wrap .btns-accent-rounded .dokan-btn:hover,
.btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit:hover,
div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit:hover,
.btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit-btn:hover,
div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit-btn:hover,
.btns-accent-rounded .main-nav .item-level-0.callto-btn > a:focus,
.main-nav .btns-accent-rounded .item-level-0.callto-btn > a:focus,
.btns-accent-rounded .main-nav .menu > .menu-item-language.callto-btn > a:focus,
.main-nav .btns-accent-rounded .menu > .menu-item-language.callto-btn > a:focus,
.btns-accent-rounded .comment-form .submit:focus,
.comment-form .btns-accent-rounded .submit:focus,
.btns-accent-rounded .mc4wp-form input[type="submit"]:focus,
.mc4wp-form .btns-accent-rounded input[type="submit"]:focus,
.btns-accent-rounded .cookies-buttons .cookies-accept-btn:focus,
.cookies-buttons .btns-accent-rounded .cookies-accept-btn:focus,
.btns-accent-rounded .post-password-form input[type="submit"]:focus,
.post-password-form .btns-accent-rounded input[type="submit"]:focus,
.btns-accent-rounded .woocommerce input[name="save_account_details"]:focus,
.woocommerce .btns-accent-rounded input[name="save_account_details"]:focus,
.btns-accent-rounded .woocommerce input[name="save_address"]:focus,
.woocommerce .btns-accent-rounded input[name="save_address"]:focus,
.btns-accent-rounded .woocommerce input[name="track"]:focus,
.woocommerce .btns-accent-rounded input[name="track"]:focus,
.btns-accent-rounded .woocommerce-Button--next:focus,
.btns-accent-rounded .woocommerce-Button--previous:focus,
.btns-accent-rounded td.woocommerce-orders-table__cell-order-actions a:focus,
td.woocommerce-orders-table__cell-order-actions .btns-accent-rounded a:focus,
.btns-accent-rounded .account-payment-methods-table .button:focus,
.account-payment-methods-table .btns-accent-rounded .button:focus,
.btns-accent-rounded .checkout_coupon .button:focus,
.checkout_coupon .btns-accent-rounded .button:focus,
.btns-accent-rounded .cart-actions .button[name="apply_coupon"]:focus,
.cart-actions .btns-accent-rounded .button[name="apply_coupon"]:focus,
.btns-accent-rounded .woocommerce-MyAccount-content > .button:focus,
.btns-accent-rounded #yith-wpv-abuse:focus,
.btns-accent-rounded #dokan-seller-listing-wrap .dokan-btn:focus,
#dokan-seller-listing-wrap .btns-accent-rounded .dokan-btn:focus,
.btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit:focus,
div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit:focus,
.btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit-btn:focus,
div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btns-accent-3d .main-nav .item-level-0.callto-btn > a, .main-nav .btns-accent-3d .item-level-0.callto-btn > a,
.btns-accent-3d .main-nav .menu > .menu-item-language.callto-btn > a,
.main-nav .btns-accent-3d .menu > .menu-item-language.callto-btn > a, .btns-accent-3d .comment-form .submit, .comment-form .btns-accent-3d .submit, .btns-accent-3d .mc4wp-form input[type="submit"], .mc4wp-form .btns-accent-3d input[type="submit"], .btns-accent-3d .cookies-buttons .cookies-accept-btn, .cookies-buttons .btns-accent-3d .cookies-accept-btn, .btns-accent-3d .post-password-form input[type="submit"], .post-password-form .btns-accent-3d input[type="submit"], .btns-accent-3d .woocommerce input[name="save_account_details"], .woocommerce .btns-accent-3d input[name="save_account_details"],
.btns-accent-3d .woocommerce input[name="save_address"],
.woocommerce .btns-accent-3d input[name="save_address"],
.btns-accent-3d .woocommerce input[name="track"],
.woocommerce .btns-accent-3d input[name="track"], .btns-accent-3d .woocommerce-Button--next,
.btns-accent-3d .woocommerce-Button--previous, .btns-accent-3d td.woocommerce-orders-table__cell-order-actions a, td.woocommerce-orders-table__cell-order-actions .btns-accent-3d a, .btns-accent-3d .account-payment-methods-table .button, .account-payment-methods-table .btns-accent-3d .button, .btns-accent-3d .checkout_coupon .button, .checkout_coupon .btns-accent-3d .button, .btns-accent-3d .cart-actions .button[name="apply_coupon"], .cart-actions .btns-accent-3d .button[name="apply_coupon"], .btns-accent-3d .woocommerce-MyAccount-content > .button, .btns-accent-3d #yith-wpv-abuse, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn, #dokan-seller-listing-wrap .btns-accent-3d .dokan-btn, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit, div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit,
.btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn,
div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit-btn {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease,  box-shadow 0s ease, opacity 0.25s ease;
  -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0s ease;
  transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0s ease,  opacity 0.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; }
  .btns-accent-3d .main-nav .item-level-0.callto-btn > a:hover, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:hover,
  .btns-accent-3d .main-nav .menu > .menu-item-language.callto-btn > a:hover,
  .main-nav .btns-accent-3d .menu > .menu-item-language.callto-btn > a:hover, .btns-accent-3d .comment-form .submit:hover, .comment-form .btns-accent-3d .submit:hover, .btns-accent-3d .mc4wp-form input[type="submit"]:hover, .mc4wp-form .btns-accent-3d input[type="submit"]:hover, .btns-accent-3d .cookies-buttons .cookies-accept-btn:hover, .cookies-buttons .btns-accent-3d .cookies-accept-btn:hover, .btns-accent-3d .post-password-form input[type="submit"]:hover, .post-password-form .btns-accent-3d input[type="submit"]:hover, .btns-accent-3d .woocommerce input[name="save_account_details"]:hover, .woocommerce .btns-accent-3d input[name="save_account_details"]:hover,
  .btns-accent-3d .woocommerce input[name="save_address"]:hover,
  .woocommerce .btns-accent-3d input[name="save_address"]:hover,
  .btns-accent-3d .woocommerce input[name="track"]:hover,
  .woocommerce .btns-accent-3d input[name="track"]:hover, .btns-accent-3d .woocommerce-Button--next:hover,
  .btns-accent-3d .woocommerce-Button--previous:hover, .btns-accent-3d td.woocommerce-orders-table__cell-order-actions a:hover, td.woocommerce-orders-table__cell-order-actions .btns-accent-3d a:hover, .btns-accent-3d .account-payment-methods-table .button:hover, .account-payment-methods-table .btns-accent-3d .button:hover, .btns-accent-3d .checkout_coupon .button:hover, .checkout_coupon .btns-accent-3d .button:hover, .btns-accent-3d .cart-actions .button[name="apply_coupon"]:hover, .cart-actions .btns-accent-3d .button[name="apply_coupon"]:hover, .btns-accent-3d .woocommerce-MyAccount-content > .button:hover, .btns-accent-3d #yith-wpv-abuse:hover, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:hover, #dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:hover, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit:hover,
  .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn:hover,
  div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit-btn:hover, .btns-accent-3d .main-nav .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:focus,
  .btns-accent-3d .main-nav .menu > .menu-item-language.callto-btn > a:focus,
  .main-nav .btns-accent-3d .menu > .menu-item-language.callto-btn > a:focus, .btns-accent-3d .comment-form .submit:focus, .comment-form .btns-accent-3d .submit:focus, .btns-accent-3d .mc4wp-form input[type="submit"]:focus, .mc4wp-form .btns-accent-3d input[type="submit"]:focus, .btns-accent-3d .cookies-buttons .cookies-accept-btn:focus, .cookies-buttons .btns-accent-3d .cookies-accept-btn:focus, .btns-accent-3d .post-password-form input[type="submit"]:focus, .post-password-form .btns-accent-3d input[type="submit"]:focus, .btns-accent-3d .woocommerce input[name="save_account_details"]:focus, .woocommerce .btns-accent-3d input[name="save_account_details"]:focus,
  .btns-accent-3d .woocommerce input[name="save_address"]:focus,
  .woocommerce .btns-accent-3d input[name="save_address"]:focus,
  .btns-accent-3d .woocommerce input[name="track"]:focus,
  .woocommerce .btns-accent-3d input[name="track"]:focus, .btns-accent-3d .woocommerce-Button--next:focus,
  .btns-accent-3d .woocommerce-Button--previous:focus, .btns-accent-3d td.woocommerce-orders-table__cell-order-actions a:focus, td.woocommerce-orders-table__cell-order-actions .btns-accent-3d a:focus, .btns-accent-3d .account-payment-methods-table .button:focus, .account-payment-methods-table .btns-accent-3d .button:focus, .btns-accent-3d .checkout_coupon .button:focus, .checkout_coupon .btns-accent-3d .button:focus, .btns-accent-3d .cart-actions .button[name="apply_coupon"]:focus, .cart-actions .btns-accent-3d .button[name="apply_coupon"]:focus, .btns-accent-3d .woocommerce-MyAccount-content > .button:focus, .btns-accent-3d #yith-wpv-abuse:focus, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:focus, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit:focus, div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit:focus,
  .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn:focus,
  div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit-btn:focus {
    opacity: 0.8;
    -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15); }
  .btns-accent-3d .main-nav .item-level-0.callto-btn > a:active, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:active,
  .btns-accent-3d .main-nav .menu > .menu-item-language.callto-btn > a:active,
  .main-nav .btns-accent-3d .menu > .menu-item-language.callto-btn > a:active, .btns-accent-3d .comment-form .submit:active, .comment-form .btns-accent-3d .submit:active, .btns-accent-3d .mc4wp-form input[type="submit"]:active, .mc4wp-form .btns-accent-3d input[type="submit"]:active, .btns-accent-3d .cookies-buttons .cookies-accept-btn:active, .cookies-buttons .btns-accent-3d .cookies-accept-btn:active, .btns-accent-3d .post-password-form input[type="submit"]:active, .post-password-form .btns-accent-3d input[type="submit"]:active, .btns-accent-3d .woocommerce input[name="save_account_details"]:active, .woocommerce .btns-accent-3d input[name="save_account_details"]:active,
  .btns-accent-3d .woocommerce input[name="save_address"]:active,
  .woocommerce .btns-accent-3d input[name="save_address"]:active,
  .btns-accent-3d .woocommerce input[name="track"]:active,
  .woocommerce .btns-accent-3d input[name="track"]:active, .btns-accent-3d .woocommerce-Button--next:active,
  .btns-accent-3d .woocommerce-Button--previous:active, .btns-accent-3d td.woocommerce-orders-table__cell-order-actions a:active, td.woocommerce-orders-table__cell-order-actions .btns-accent-3d a:active, .btns-accent-3d .account-payment-methods-table .button:active, .account-payment-methods-table .btns-accent-3d .button:active, .btns-accent-3d .checkout_coupon .button:active, .checkout_coupon .btns-accent-3d .button:active, .btns-accent-3d .cart-actions .button[name="apply_coupon"]:active, .cart-actions .btns-accent-3d .button[name="apply_coupon"]:active, .btns-accent-3d .woocommerce-MyAccount-content > .button:active, .btns-accent-3d #yith-wpv-abuse:active, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:active, #dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:active, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit:active, div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit:active,
  .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn:active,
  div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit-btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 1px; }
  .btns-accent-3d .main-nav .item-level-0.callto-btn > a:hover, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:hover,
  .btns-accent-3d .main-nav .menu > .menu-item-language.callto-btn > a:hover,
  .main-nav .btns-accent-3d .menu > .menu-item-language.callto-btn > a:hover, .btns-accent-3d .comment-form .submit:hover, .comment-form .btns-accent-3d .submit:hover, .btns-accent-3d .mc4wp-form input[type="submit"]:hover, .mc4wp-form .btns-accent-3d input[type="submit"]:hover, .btns-accent-3d .cookies-buttons .cookies-accept-btn:hover, .cookies-buttons .btns-accent-3d .cookies-accept-btn:hover, .btns-accent-3d .post-password-form input[type="submit"]:hover, .post-password-form .btns-accent-3d input[type="submit"]:hover, .btns-accent-3d .woocommerce input[name="save_account_details"]:hover, .woocommerce .btns-accent-3d input[name="save_account_details"]:hover,
  .btns-accent-3d .woocommerce input[name="save_address"]:hover,
  .woocommerce .btns-accent-3d input[name="save_address"]:hover,
  .btns-accent-3d .woocommerce input[name="track"]:hover,
  .woocommerce .btns-accent-3d input[name="track"]:hover, .btns-accent-3d .woocommerce-Button--next:hover,
  .btns-accent-3d .woocommerce-Button--previous:hover, .btns-accent-3d td.woocommerce-orders-table__cell-order-actions a:hover, td.woocommerce-orders-table__cell-order-actions .btns-accent-3d a:hover, .btns-accent-3d .account-payment-methods-table .button:hover, .account-payment-methods-table .btns-accent-3d .button:hover, .btns-accent-3d .checkout_coupon .button:hover, .checkout_coupon .btns-accent-3d .button:hover, .btns-accent-3d .cart-actions .button[name="apply_coupon"]:hover, .cart-actions .btns-accent-3d .button[name="apply_coupon"]:hover, .btns-accent-3d .woocommerce-MyAccount-content > .button:hover, .btns-accent-3d #yith-wpv-abuse:hover, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:hover, #dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:hover, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit:hover,
  .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn:hover,
  div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit-btn:hover, .btns-accent-3d .main-nav .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-3d .item-level-0.callto-btn > a:focus,
  .btns-accent-3d .main-nav .menu > .menu-item-language.callto-btn > a:focus,
  .main-nav .btns-accent-3d .menu > .menu-item-language.callto-btn > a:focus, .btns-accent-3d .comment-form .submit:focus, .comment-form .btns-accent-3d .submit:focus, .btns-accent-3d .mc4wp-form input[type="submit"]:focus, .mc4wp-form .btns-accent-3d input[type="submit"]:focus, .btns-accent-3d .cookies-buttons .cookies-accept-btn:focus, .cookies-buttons .btns-accent-3d .cookies-accept-btn:focus, .btns-accent-3d .post-password-form input[type="submit"]:focus, .post-password-form .btns-accent-3d input[type="submit"]:focus, .btns-accent-3d .woocommerce input[name="save_account_details"]:focus, .woocommerce .btns-accent-3d input[name="save_account_details"]:focus,
  .btns-accent-3d .woocommerce input[name="save_address"]:focus,
  .woocommerce .btns-accent-3d input[name="save_address"]:focus,
  .btns-accent-3d .woocommerce input[name="track"]:focus,
  .woocommerce .btns-accent-3d input[name="track"]:focus, .btns-accent-3d .woocommerce-Button--next:focus,
  .btns-accent-3d .woocommerce-Button--previous:focus, .btns-accent-3d td.woocommerce-orders-table__cell-order-actions a:focus, td.woocommerce-orders-table__cell-order-actions .btns-accent-3d a:focus, .btns-accent-3d .account-payment-methods-table .button:focus, .account-payment-methods-table .btns-accent-3d .button:focus, .btns-accent-3d .checkout_coupon .button:focus, .checkout_coupon .btns-accent-3d .button:focus, .btns-accent-3d .cart-actions .button[name="apply_coupon"]:focus, .cart-actions .btns-accent-3d .button[name="apply_coupon"]:focus, .btns-accent-3d .woocommerce-MyAccount-content > .button:focus, .btns-accent-3d #yith-wpv-abuse:focus, .btns-accent-3d #dokan-seller-listing-wrap .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-3d .dokan-btn:focus, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit:focus, div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit:focus,
  .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn:focus,
  div.open-table-widget .otw-button-wrap .btns-accent-3d .otw-submit-btn:focus {
    opacity: 1; }

.btns-accent-rounded .main-nav .item-level-0.callto-btn > a, .main-nav .btns-accent-rounded .item-level-0.callto-btn > a,
.btns-accent-rounded .main-nav .menu > .menu-item-language.callto-btn > a,
.main-nav .btns-accent-rounded .menu > .menu-item-language.callto-btn > a, .btns-accent-rounded .comment-form .submit, .comment-form .btns-accent-rounded .submit, .btns-accent-rounded .mc4wp-form input[type="submit"], .mc4wp-form .btns-accent-rounded input[type="submit"], .btns-accent-rounded .cookies-buttons .cookies-accept-btn, .cookies-buttons .btns-accent-rounded .cookies-accept-btn, .btns-accent-rounded .post-password-form input[type="submit"], .post-password-form .btns-accent-rounded input[type="submit"], .btns-accent-rounded .woocommerce input[name="save_account_details"], .woocommerce .btns-accent-rounded input[name="save_account_details"],
.btns-accent-rounded .woocommerce input[name="save_address"],
.woocommerce .btns-accent-rounded input[name="save_address"],
.btns-accent-rounded .woocommerce input[name="track"],
.woocommerce .btns-accent-rounded input[name="track"], .btns-accent-rounded .woocommerce-Button--next,
.btns-accent-rounded .woocommerce-Button--previous, .btns-accent-rounded td.woocommerce-orders-table__cell-order-actions a, td.woocommerce-orders-table__cell-order-actions .btns-accent-rounded a, .btns-accent-rounded .account-payment-methods-table .button, .account-payment-methods-table .btns-accent-rounded .button, .btns-accent-rounded .checkout_coupon .button, .checkout_coupon .btns-accent-rounded .button, .btns-accent-rounded .cart-actions .button[name="apply_coupon"], .cart-actions .btns-accent-rounded .button[name="apply_coupon"], .btns-accent-rounded .woocommerce-MyAccount-content > .button, .btns-accent-rounded #yith-wpv-abuse, .btns-accent-rounded #dokan-seller-listing-wrap .dokan-btn, #dokan-seller-listing-wrap .btns-accent-rounded .dokan-btn, .btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit, div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit,
.btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit-btn,
div.open-table-widget .otw-button-wrap .btns-accent-rounded .otw-submit-btn {
  border-radius: 35px; }

.btns-accent-light .main-nav .item-level-0.callto-btn > a, .main-nav .btns-accent-light .item-level-0.callto-btn > a,
.btns-accent-light .main-nav .menu > .menu-item-language.callto-btn > a,
.main-nav .btns-accent-light .menu > .menu-item-language.callto-btn > a, .btns-accent-light .comment-form .submit, .comment-form .btns-accent-light .submit, .btns-accent-light .mc4wp-form input[type="submit"], .mc4wp-form .btns-accent-light input[type="submit"], .btns-accent-light .cookies-buttons .cookies-accept-btn, .cookies-buttons .btns-accent-light .cookies-accept-btn, .btns-accent-light .post-password-form input[type="submit"], .post-password-form .btns-accent-light input[type="submit"], .btns-accent-light .woocommerce input[name="save_account_details"], .woocommerce .btns-accent-light input[name="save_account_details"],
.btns-accent-light .woocommerce input[name="save_address"],
.woocommerce .btns-accent-light input[name="save_address"],
.btns-accent-light .woocommerce input[name="track"],
.woocommerce .btns-accent-light input[name="track"], .btns-accent-light .woocommerce-Button--next,
.btns-accent-light .woocommerce-Button--previous, .btns-accent-light td.woocommerce-orders-table__cell-order-actions a, td.woocommerce-orders-table__cell-order-actions .btns-accent-light a, .btns-accent-light .account-payment-methods-table .button, .account-payment-methods-table .btns-accent-light .button, .btns-accent-light .checkout_coupon .button, .checkout_coupon .btns-accent-light .button, .btns-accent-light .cart-actions .button[name="apply_coupon"], .cart-actions .btns-accent-light .button[name="apply_coupon"], .btns-accent-light .woocommerce-MyAccount-content > .button, .btns-accent-light #yith-wpv-abuse, .btns-accent-light #dokan-seller-listing-wrap .dokan-btn, #dokan-seller-listing-wrap .btns-accent-light .dokan-btn, .btns-accent-light div.open-table-widget .otw-button-wrap .otw-submit, div.open-table-widget .otw-button-wrap .btns-accent-light .otw-submit,
.btns-accent-light div.open-table-widget .otw-button-wrap .otw-submit-btn,
div.open-table-widget .otw-button-wrap .btns-accent-light .otw-submit-btn {
  color: white; }

.btns-accent-hover-light .main-nav .item-level-0.callto-btn > a:hover, .main-nav .btns-accent-hover-light .item-level-0.callto-btn > a:hover,
.btns-accent-hover-light .main-nav .menu > .menu-item-language.callto-btn > a:hover,
.main-nav .btns-accent-hover-light .menu > .menu-item-language.callto-btn > a:hover, .btns-accent-hover-light .comment-form .submit:hover, .comment-form .btns-accent-hover-light .submit:hover, .btns-accent-hover-light .mc4wp-form input[type="submit"]:hover, .mc4wp-form .btns-accent-hover-light input[type="submit"]:hover, .btns-accent-hover-light .cookies-buttons .cookies-accept-btn:hover, .cookies-buttons .btns-accent-hover-light .cookies-accept-btn:hover, .btns-accent-hover-light .post-password-form input[type="submit"]:hover, .post-password-form .btns-accent-hover-light input[type="submit"]:hover, .btns-accent-hover-light .woocommerce input[name="save_account_details"]:hover, .woocommerce .btns-accent-hover-light input[name="save_account_details"]:hover,
.btns-accent-hover-light .woocommerce input[name="save_address"]:hover,
.woocommerce .btns-accent-hover-light input[name="save_address"]:hover,
.btns-accent-hover-light .woocommerce input[name="track"]:hover,
.woocommerce .btns-accent-hover-light input[name="track"]:hover, .btns-accent-hover-light .woocommerce-Button--next:hover,
.btns-accent-hover-light .woocommerce-Button--previous:hover, .btns-accent-hover-light td.woocommerce-orders-table__cell-order-actions a:hover, td.woocommerce-orders-table__cell-order-actions .btns-accent-hover-light a:hover, .btns-accent-hover-light .account-payment-methods-table .button:hover, .account-payment-methods-table .btns-accent-hover-light .button:hover, .btns-accent-hover-light .checkout_coupon .button:hover, .checkout_coupon .btns-accent-hover-light .button:hover, .btns-accent-hover-light .cart-actions .button[name="apply_coupon"]:hover, .cart-actions .btns-accent-hover-light .button[name="apply_coupon"]:hover, .btns-accent-hover-light .woocommerce-MyAccount-content > .button:hover, .btns-accent-hover-light #yith-wpv-abuse:hover, .btns-accent-hover-light #dokan-seller-listing-wrap .dokan-btn:hover, #dokan-seller-listing-wrap .btns-accent-hover-light .dokan-btn:hover, .btns-accent-hover-light div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .btns-accent-hover-light .otw-submit:hover,
.btns-accent-hover-light div.open-table-widget .otw-button-wrap .otw-submit-btn:hover,
div.open-table-widget .otw-button-wrap .btns-accent-hover-light .otw-submit-btn:hover, .btns-accent-hover-light .main-nav .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-hover-light .item-level-0.callto-btn > a:focus,
.btns-accent-hover-light .main-nav .menu > .menu-item-language.callto-btn > a:focus,
.main-nav .btns-accent-hover-light .menu > .menu-item-language.callto-btn > a:focus, .btns-accent-hover-light .comment-form .submit:focus, .comment-form .btns-accent-hover-light .submit:focus, .btns-accent-hover-light .mc4wp-form input[type="submit"]:focus, .mc4wp-form .btns-accent-hover-light input[type="submit"]:focus, .btns-accent-hover-light .cookies-buttons .cookies-accept-btn:focus, .cookies-buttons .btns-accent-hover-light .cookies-accept-btn:focus, .btns-accent-hover-light .post-password-form input[type="submit"]:focus, .post-password-form .btns-accent-hover-light input[type="submit"]:focus, .btns-accent-hover-light .woocommerce input[name="save_account_details"]:focus, .woocommerce .btns-accent-hover-light input[name="save_account_details"]:focus,
.btns-accent-hover-light .woocommerce input[name="save_address"]:focus,
.woocommerce .btns-accent-hover-light input[name="save_address"]:focus,
.btns-accent-hover-light .woocommerce input[name="track"]:focus,
.woocommerce .btns-accent-hover-light input[name="track"]:focus, .btns-accent-hover-light .woocommerce-Button--next:focus,
.btns-accent-hover-light .woocommerce-Button--previous:focus, .btns-accent-hover-light td.woocommerce-orders-table__cell-order-actions a:focus, td.woocommerce-orders-table__cell-order-actions .btns-accent-hover-light a:focus, .btns-accent-hover-light .account-payment-methods-table .button:focus, .account-payment-methods-table .btns-accent-hover-light .button:focus, .btns-accent-hover-light .checkout_coupon .button:focus, .checkout_coupon .btns-accent-hover-light .button:focus, .btns-accent-hover-light .cart-actions .button[name="apply_coupon"]:focus, .cart-actions .btns-accent-hover-light .button[name="apply_coupon"]:focus, .btns-accent-hover-light .woocommerce-MyAccount-content > .button:focus, .btns-accent-hover-light #yith-wpv-abuse:focus, .btns-accent-hover-light #dokan-seller-listing-wrap .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-hover-light .dokan-btn:focus, .btns-accent-hover-light div.open-table-widget .otw-button-wrap .otw-submit:focus, div.open-table-widget .otw-button-wrap .btns-accent-hover-light .otw-submit:focus,
.btns-accent-hover-light div.open-table-widget .otw-button-wrap .otw-submit-btn:focus,
div.open-table-widget .otw-button-wrap .btns-accent-hover-light .otw-submit-btn:focus {
  color: white; }

.btns-accent-dark .main-nav .item-level-0.callto-btn > a, .main-nav .btns-accent-dark .item-level-0.callto-btn > a,
.btns-accent-dark .main-nav .menu > .menu-item-language.callto-btn > a,
.main-nav .btns-accent-dark .menu > .menu-item-language.callto-btn > a, .btns-accent-dark .comment-form .submit, .comment-form .btns-accent-dark .submit, .btns-accent-dark .mc4wp-form input[type="submit"], .mc4wp-form .btns-accent-dark input[type="submit"], .btns-accent-dark .cookies-buttons .cookies-accept-btn, .cookies-buttons .btns-accent-dark .cookies-accept-btn, .btns-accent-dark .post-password-form input[type="submit"], .post-password-form .btns-accent-dark input[type="submit"], .btns-accent-dark .woocommerce input[name="save_account_details"], .woocommerce .btns-accent-dark input[name="save_account_details"],
.btns-accent-dark .woocommerce input[name="save_address"],
.woocommerce .btns-accent-dark input[name="save_address"],
.btns-accent-dark .woocommerce input[name="track"],
.woocommerce .btns-accent-dark input[name="track"], .btns-accent-dark .woocommerce-Button--next,
.btns-accent-dark .woocommerce-Button--previous, .btns-accent-dark td.woocommerce-orders-table__cell-order-actions a, td.woocommerce-orders-table__cell-order-actions .btns-accent-dark a, .btns-accent-dark .account-payment-methods-table .button, .account-payment-methods-table .btns-accent-dark .button, .btns-accent-dark .checkout_coupon .button, .checkout_coupon .btns-accent-dark .button, .btns-accent-dark .cart-actions .button[name="apply_coupon"], .cart-actions .btns-accent-dark .button[name="apply_coupon"], .btns-accent-dark .woocommerce-MyAccount-content > .button, .btns-accent-dark #yith-wpv-abuse, .btns-accent-dark #dokan-seller-listing-wrap .dokan-btn, #dokan-seller-listing-wrap .btns-accent-dark .dokan-btn, .btns-accent-dark div.open-table-widget .otw-button-wrap .otw-submit, div.open-table-widget .otw-button-wrap .btns-accent-dark .otw-submit,
.btns-accent-dark div.open-table-widget .otw-button-wrap .otw-submit-btn,
div.open-table-widget .otw-button-wrap .btns-accent-dark .otw-submit-btn {
  color: #333333; }

.btns-accent-hover-dark .main-nav .item-level-0.callto-btn > a:hover, .main-nav .btns-accent-hover-dark .item-level-0.callto-btn > a:hover,
.btns-accent-hover-dark .main-nav .menu > .menu-item-language.callto-btn > a:hover,
.main-nav .btns-accent-hover-dark .menu > .menu-item-language.callto-btn > a:hover, .btns-accent-hover-dark .comment-form .submit:hover, .comment-form .btns-accent-hover-dark .submit:hover, .btns-accent-hover-dark .mc4wp-form input[type="submit"]:hover, .mc4wp-form .btns-accent-hover-dark input[type="submit"]:hover, .btns-accent-hover-dark .cookies-buttons .cookies-accept-btn:hover, .cookies-buttons .btns-accent-hover-dark .cookies-accept-btn:hover, .btns-accent-hover-dark .post-password-form input[type="submit"]:hover, .post-password-form .btns-accent-hover-dark input[type="submit"]:hover, .btns-accent-hover-dark .woocommerce input[name="save_account_details"]:hover, .woocommerce .btns-accent-hover-dark input[name="save_account_details"]:hover,
.btns-accent-hover-dark .woocommerce input[name="save_address"]:hover,
.woocommerce .btns-accent-hover-dark input[name="save_address"]:hover,
.btns-accent-hover-dark .woocommerce input[name="track"]:hover,
.woocommerce .btns-accent-hover-dark input[name="track"]:hover, .btns-accent-hover-dark .woocommerce-Button--next:hover,
.btns-accent-hover-dark .woocommerce-Button--previous:hover, .btns-accent-hover-dark td.woocommerce-orders-table__cell-order-actions a:hover, td.woocommerce-orders-table__cell-order-actions .btns-accent-hover-dark a:hover, .btns-accent-hover-dark .account-payment-methods-table .button:hover, .account-payment-methods-table .btns-accent-hover-dark .button:hover, .btns-accent-hover-dark .checkout_coupon .button:hover, .checkout_coupon .btns-accent-hover-dark .button:hover, .btns-accent-hover-dark .cart-actions .button[name="apply_coupon"]:hover, .cart-actions .btns-accent-hover-dark .button[name="apply_coupon"]:hover, .btns-accent-hover-dark .woocommerce-MyAccount-content > .button:hover, .btns-accent-hover-dark #yith-wpv-abuse:hover, .btns-accent-hover-dark #dokan-seller-listing-wrap .dokan-btn:hover, #dokan-seller-listing-wrap .btns-accent-hover-dark .dokan-btn:hover, .btns-accent-hover-dark div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .btns-accent-hover-dark .otw-submit:hover,
.btns-accent-hover-dark div.open-table-widget .otw-button-wrap .otw-submit-btn:hover,
div.open-table-widget .otw-button-wrap .btns-accent-hover-dark .otw-submit-btn:hover, .btns-accent-hover-dark .main-nav .item-level-0.callto-btn > a:focus, .main-nav .btns-accent-hover-dark .item-level-0.callto-btn > a:focus,
.btns-accent-hover-dark .main-nav .menu > .menu-item-language.callto-btn > a:focus,
.main-nav .btns-accent-hover-dark .menu > .menu-item-language.callto-btn > a:focus, .btns-accent-hover-dark .comment-form .submit:focus, .comment-form .btns-accent-hover-dark .submit:focus, .btns-accent-hover-dark .mc4wp-form input[type="submit"]:focus, .mc4wp-form .btns-accent-hover-dark input[type="submit"]:focus, .btns-accent-hover-dark .cookies-buttons .cookies-accept-btn:focus, .cookies-buttons .btns-accent-hover-dark .cookies-accept-btn:focus, .btns-accent-hover-dark .post-password-form input[type="submit"]:focus, .post-password-form .btns-accent-hover-dark input[type="submit"]:focus, .btns-accent-hover-dark .woocommerce input[name="save_account_details"]:focus, .woocommerce .btns-accent-hover-dark input[name="save_account_details"]:focus,
.btns-accent-hover-dark .woocommerce input[name="save_address"]:focus,
.woocommerce .btns-accent-hover-dark input[name="save_address"]:focus,
.btns-accent-hover-dark .woocommerce input[name="track"]:focus,
.woocommerce .btns-accent-hover-dark input[name="track"]:focus, .btns-accent-hover-dark .woocommerce-Button--next:focus,
.btns-accent-hover-dark .woocommerce-Button--previous:focus, .btns-accent-hover-dark td.woocommerce-orders-table__cell-order-actions a:focus, td.woocommerce-orders-table__cell-order-actions .btns-accent-hover-dark a:focus, .btns-accent-hover-dark .account-payment-methods-table .button:focus, .account-payment-methods-table .btns-accent-hover-dark .button:focus, .btns-accent-hover-dark .checkout_coupon .button:focus, .checkout_coupon .btns-accent-hover-dark .button:focus, .btns-accent-hover-dark .cart-actions .button[name="apply_coupon"]:focus, .cart-actions .btns-accent-hover-dark .button[name="apply_coupon"]:focus, .btns-accent-hover-dark .woocommerce-MyAccount-content > .button:focus, .btns-accent-hover-dark #yith-wpv-abuse:focus, .btns-accent-hover-dark #dokan-seller-listing-wrap .dokan-btn:focus, #dokan-seller-listing-wrap .btns-accent-hover-dark .dokan-btn:focus, .btns-accent-hover-dark div.open-table-widget .otw-button-wrap .otw-submit:focus, div.open-table-widget .otw-button-wrap .btns-accent-hover-dark .otw-submit:focus,
.btns-accent-hover-dark div.open-table-widget .otw-button-wrap .otw-submit-btn:focus,
div.open-table-widget .otw-button-wrap .btns-accent-hover-dark .otw-submit-btn:focus {
  color: #333333; }

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


/** ------------------------------------------------------------------------------------------------
* Contenido
* ------------------------------------------------------------------------------------------------ */


 li.tp-revslider-slidesli {
    z-index: 100 !important;
} 

/** ------------------------------------------------------------------------------------------------
* LABELS
* ------------------------------------------------------------------------------------------------ */
.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-label {
  min-width: 50px;
  color: white;
  font-weight: 600;
  word-break: break-all;
  letter-spacing: 0.4px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase; }
  .product-label:not(:last-child) {
    margin-bottom: 10px; }
  .product-label.featured {
    background-color: #e22d2d; }
  .product-label.new {
    background-color: #438e44; }
  .product-label.out-of-stock {
    background-color: rgba(255, 255, 255, 0.9);
    color: #2d2a2a;
    font-weight: 900; }
  .product-label.attribute-label {
    background-color: rgba(255, 255, 255, 0.9);
    color: #2d2a2a; }
  .woodmart-dark .product-label.out-of-stock, .woodmart-dark .product-label.attribute-label {
    background-color: #101010;
    color: white; }

.labels-rectangular {
  top: 15px;
  left: 0; }
  .labels-rectangular .product-label {
    font-size: 12px;
    padding: 5px 10px; }

.labels-rounded {
  top: 7px;
  left: 7px; }
  .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; }
  .labels-rounded .out-of-stock {
    max-width: 50px;
    font-size: 12px; }

/** ------------------------------------------
* MENU LABEL
* ------------------------------------------ */
.item-with-label > a {
  position: relative; }

span.menu-label {
  color: white;
  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 0.3s ease, color .25s ease, background-color .25s ease;
  transition: opacity 0.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; }

.menu-label-black {
  background-color: black;
  color: white; }
  .menu-label-black:before {
    border-color: black; }

.menu-label-grey {
  background-color: #ECECEC;
  color: #333333; }
  .menu-label-grey:before {
    border-color: #ECECEC; }

.menu-label-orange {
  background-color: #fbbc34; }
  .menu-label-orange:before {
    border-color: #fbbc34; }

.menu-label-blue {
  background-color: #00A1BE; }
  .menu-label-blue:before {
    border-color: #00A1BE; }

.menu-label-white {
  background-color: white;
  color: #333333; }
  .menu-label-white:before {
    border-color: white; }

.menu-label-red {
  background-color: #D41212; }
  .menu-label-red:before {
    border-color: #D41212; }

.menu-label-green {
  background-color: #65B32E; }
  .menu-label-green:before {
    border-color: #65B32E; }

.document-ready .menu-label {
  opacity: 1; }

/** ------------------------------------------------------------------------------------------------
* PAGE TITLE
* ------------------------------------------------------------------------------------------------ */
.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: white; }

/** ------------------------------------------
* TITLE SIZE 
* ------------------------------------------ */
.title-size-small {
  padding-top: 20px;
  padding-bottom: 20px; }
  .title-size-small .entry-title,
  .title-size-small h1 {
    font-size: 44px; }
  .title-size-small .woodmart-checkout-steps ul li {
    font-size: 18px; }

.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 .woodmart-checkout-steps ul li {
    font-size: 26px; }

.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
* ------------------------------------------ */
.title-design-centered {
  text-align: center; }

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

/** ------------------------------------------
* TITLE BREADCRUMBS
* ------------------------------------------ */
.breadcrumbs {
  font-size: 0px;
  line-height: 16px; }
  .breadcrumbs > span,
  .breadcrumbs > a {
    display: inline-block; }
    .breadcrumbs > span:after,
    .breadcrumbs > a:after {
      content: "/";
      display: inline-block;
      padding: 0 8px; }
  .breadcrumbs a,
  .breadcrumbs span {
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 600; }
  .breadcrumbs > span:last-child:after {
    content: none; }
  .color-scheme-light .breadcrumbs {
    color: white; }
    .color-scheme-light .breadcrumbs a,
    .color-scheme-light .breadcrumbs span {
      color: white; }
    .color-scheme-light .breadcrumbs a:hover {
      color: rgba(255, 255, 255, 0.7); }

/** ------------------------------------------------------------------------------------------------
* TABLE
* ------------------------------------------------------------------------------------------------ */
.table-bordered-style th,
.table-bordered-style td {
  border: 1px solid #EFEFEF; }
.color-scheme-light .table-bordered-style th,
.color-scheme-light .table-bordered-style td {
  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; }
  table td {
    padding: 15px 12px;
    border: none;
    font-weight: inherit;
    text-align: left;
    border-bottom: 1px solid #E6E6E6; }
  table tbody th,
  table tfoot th {
    border-bottom: 1px solid #E6E6E6;
    text-transform: none;
    font-size: 14px; }
  .color-scheme-light table th, .woodmart-dark table th {
    color: white; }
  .color-scheme-light table th {
    border-color: rgba(255, 255, 255, 0.15); }
  .color-scheme-light table td {
    border-color: rgba(255, 255, 255, 0.15); }
  .color-scheme-light table tbody th,
  .color-scheme-light table tfoot th {
    border-color: rgba(255, 255, 255, 0.15); }
  .woodmart-dark table th {
    border-color: rgba(255, 255, 255, 0.05); }
  .woodmart-dark table td {
    border-color: rgba(255, 255, 255, 0.05); }
  .woodmart-dark table tbody 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: 0px;
    overflow-x: visible; }

/** ------------------------------------------------------------------------------------------------
*  NAVIGATION / #woodmart-navigation
* ------------------------------------------------------------------------------------------------ */
.create-nav-msg {
  display: block;
  font-size: 16px; }
  .create-nav-msg a {
    font-weight: 600; }

.woodmart-navigation .menu li a i {
  margin-right: 8px;
  font-size: 115%; }
.woodmart-navigation .menu > .menu-item-language > a {
  display: block;
  letter-spacing: 0.2px; }
.woodmart-navigation .category-icon {
  max-height: 19px;
  display: inline-block;
  margin-right: 7px; }
.woodmart-navigation .item-level-0 > a {
  display: block;
  letter-spacing: 0.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: normal;
      font-family: "FontAwesome"; }
.woodmart-navigation .item-event-hover:hover > .sub-menu-dropdown,
.woodmart-navigation .item-event-hover:hover > .submenu-languages,
.woodmart-navigation .item-menu-opened > .sub-menu-dropdown,
.woodmart-navigation .item-menu-opened > .submenu-languages,
.woodmart-navigation .menu-item-language:hover > .sub-menu-dropdown,
.woodmart-navigation .menu-item-language:hover > .submenu-languages {
  visibility: visible;
  opacity: 1;
  pointer-events: visible; }

.sub-menu-dropdown,
.submenu-languages {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-clip: border-box;
  background-color: white;
  pointer-events: none;
  z-index: 380;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
  .sub-menu-dropdown:after,
  .submenu-languages:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%; }
  .sub-menu-dropdown.color-scheme-light, .woodmart-dark .sub-menu-dropdown,
  .submenu-languages.color-scheme-light, .woodmart-dark
  .submenu-languages {
    background-color: #101010; }
  .browser-Safari .sub-menu-dropdown, .browser-Safari
  .submenu-languages {
    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 > .container {
  width: auto;
  padding: 0; }
.menu-item-design-default .sub-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease,  visibility 0.25s ease;
  transition: opacity 0.25s ease,  visibility 0.25s ease;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
.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-default .sub-menu-dropdown.color-scheme-light .sub-sub-menu {
  background-color: #101010; }

.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 .sub-menu > li > a {
      display: block;
      font-size: 14px;
      font-weight: 600 !important;
      line-height: 22px;
      text-transform: uppercase;
      margin-bottom: 5px;
      position: relative; }
      .menu-mega-dropdown .sub-menu > li > a i {
        font-size: 15px; }
      .menu-mega-dropdown .sub-menu > li > a .category-icon {
        margin-top: -2px; }
      .menu-mega-dropdown .sub-menu > li > a .menu-label {
        margin-bottom: 7px; }
.menu-mega-dropdown .sub-sub-menu li {
  display: block; }
  .menu-mega-dropdown .sub-sub-menu li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 0; }
    .menu-mega-dropdown .sub-sub-menu li a .menu-label {
      margin-bottom: -2px; }
.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; }

.main-nav {
  margin-left: -10px;
  margin-right: -10px; }
  .main-nav .menu {
    display: inline-block;
    width: auto;
   
   }

   .main-nav .menu li {
    display: inline-block;
    background: #000;
    margin-right: -3px;
  }

  .main-nav .menu li:first-child {
    border-radius: 30px 0 0 30px;
  }

  .main-nav .menu li:hover {
    background: #808080;
  }

  .main-nav .menu li:hover a {
    color: #fff !important;
  }

  .main-nav .item-level-0 > a,
  .main-nav .menu > .menu-item-language > a {
    font-size: 13px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 35px;
    height: 32px;
    line-height: 32px;
    color: #fff !important;}
    .main-nav .item-level-0 > a .category-icon,
    .main-nav .menu > .menu-item-language > a .category-icon {
      margin-top: -4px; }
    .main-nav .item-level-0 > a i,
    .main-nav .menu > .menu-item-language > a i {
      margin-right: 4px; }
  .main-nav .item-level-0.callto-btn,
  .main-nav .menu > .menu-item-language.callto-btn {
    margin-left: 10px;
    margin-right: 10px; }
    .main-nav .item-level-0.callto-btn > a,
    .main-nav .menu > .menu-item-language.callto-btn > a {
      height: auto;
      font-size: 13px;
      line-height: 18px;
      padding: 12px 20px;
      color: #ffffff;
      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: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-shadow: none;
      text-decoration: none;
      vertical-align: middle;
      cursor: pointer;
      -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease,  box-shadow 0.25s ease, opacity 0.25s ease;
      -webkit-transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0.25s ease;
      transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease,  -webkit-box-shadow 0.25s ease;
      transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease,  opacity 0.25s ease;
      transition: color 0.25s ease,  background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease,  opacity 0.25s ease,  -webkit-box-shadow 0.25s ease; }
      .main-nav .item-level-0.callto-btn > a:hover, .main-nav .item-level-0.callto-btn > a:focus,
      .main-nav .menu > .menu-item-language.callto-btn > a:hover,
      .main-nav .menu > .menu-item-language.callto-btn > a:focus {
        -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: #ffffff; }
      .main-nav .item-level-0.callto-btn > a:hover,
      .main-nav .menu > .menu-item-language.callto-btn > a:hover {
        text-decoration: none; }
      .main-nav .item-level-0.callto-btn > a:focus,
      .main-nav .menu > .menu-item-language.callto-btn > a:focus {
        outline: none; }
      .main-nav .item-level-0.callto-btn > a:after,
      .main-nav .menu > .menu-item-language.callto-btn > a:after {
        content: none; }
    .main-nav .item-level-0.callto-btn:hover > a,
    .main-nav .menu > .menu-item-language.callto-btn:hover > a {
      color: white; }
  .main-nav .sub-menu-dropdown,
  .main-nav .submenu-languages {
    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,
    .main-nav .submenu-languages: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-event-hover:hover > .submenu-languages,
  .main-nav .item-menu-opened > .sub-menu-dropdown,
  .main-nav .item-menu-opened > .submenu-languages,
  .main-nav .menu-item-language:hover > .sub-menu-dropdown,
  .main-nav .menu-item-language:hover > .submenu-languages {
    animation: menu-in-top 0.25s ease;
    -webkit-animation: menu-in-top 0.25s ease; }
  .main-nav.menu-center .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-nav.menu-right .menu {
    }
  .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); }
  .topbar-menu .item-level-0,
  .topbar-menu .menu > .menu-item-language {
    border-right: 1px solid;
    border-color: rgba(129, 129, 129, 0.2); }
    .topbar-menu .item-level-0 > a,
    .topbar-menu .menu > .menu-item-language > 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,
      .topbar-menu .menu > .menu-item-language > a .menu-label {
        margin-top: -2px; }
    .topbar-menu .item-level-0:hover > a,
    .topbar-menu .menu > .menu-item-language:hover > a {
      color: #959595; }
    .topbar-menu .item-level-0:last-child,
    .topbar-menu .menu > .menu-item-language:last-child {
      border-right: none; }
  .topbar-menu .sub-menu-dropdown,
  .topbar-menu .submenu-languages {
    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,
  .topbar-menu .menu-item-design-default .submenu-languages,
  .topbar-menu .menu-item-language .sub-menu-dropdown,
  .topbar-menu .menu-item-language .sub-sub-menu,
  .topbar-menu .menu-item-language .submenu-languages {
    width: 165px; }
  .topbar-menu .menu-item-design-default ul li a,
  .topbar-menu .menu-item-language 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,
  .topbar-menu .menu-item-language ul li.menu-item-has-children > a {
    padding-right: 20px; }
  .topbar-menu .menu-item-design-default ul li.menu-item-has-children:after,
  .topbar-menu .menu-item-language 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-event-hover:hover > .submenu-languages,
  .topbar-menu .item-menu-opened > .sub-menu-dropdown,
  .topbar-menu .item-menu-opened > .submenu-languages,
  .topbar-menu .menu-item-language:hover > .sub-menu-dropdown,
  .topbar-menu .menu-item-language:hover > .submenu-languages {
    animation: menu-in-bottom .25s ease;
    -webkit-animation: menu-in-bottom .25s ease; }
  .topbar-menu .menu-item-register:hover > .sub-menu-dropdown,
  .topbar-menu .menu-item-my-account:hover > .sub-menu-dropdown {
    animation: menu-in-bottom .25s ease;
    -webkit-animation: menu-in-bottom .25s ease; }
  .topbar-menu .woodmart-wishlist-info-widget > a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    padding-left: 11px;
    padding-right: 11px;
    color: #474747; }
    .topbar-menu .woodmart-wishlist-info-widget > a:before {
      content: "\f108";
      font-family: "woodmart-font";
      margin-right: 11px;
      font-size: 14px;
      line-height: 15px;
      width: auto;
      height: auto; }
    .topbar-menu .woodmart-wishlist-info-widget > a > span {
      width: 13px;
      height: 13px;
      line-height: 13px;
      top: 8px;
      left: 20px; }
    .topbar-menu .woodmart-wishlist-info-widget > a:hover {
      color: #959595; }
  .header-color-light .topbar-menu .menu {
    border-color: rgba(255, 255, 255, 0.25); }
  .header-color-light .topbar-menu .item-level-0,
  .header-color-light .topbar-menu .menu > .menu-item-language {
    border-color: rgba(255, 255, 255, 0.25); }
  .header-color-light .topbar-menu .woodmart-wishlist-info-widget > a {
    color: white; }
    .header-color-light .topbar-menu .woodmart-wishlist-info-widget > a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .woodmart-dark .header-color-light .topbar-menu .menu {
    border-color: rgba(255, 255, 255, 0.15); }
  .woodmart-dark .header-color-light .topbar-menu .item-level-0,
  .woodmart-dark .header-color-light .topbar-menu .menu > .menu-item-language {
    border-color: rgba(255, 255, 255, 0.15); }

.menu-item-register > a:before,
.menu-item-logout > a:before,
.menu-item-my-account > a:before {
  content: "\f10b";
  font-family: "woodmart-font";
  margin-right: 8px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.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-register:hover > .sub-menu-dropdown,
.menu-item-my-account:hover > .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }

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

.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; }
      .woodmart-header-links > ul > li > a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        letter-spacing: 0.2px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        color: #333333; }
        .woodmart-header-links > ul > li > a:before {
          content: none; }
      .woodmart-header-links > ul > li:hover > .sub-menu-dropdown {
        animation: menu-in-top 0.25s ease;
        -webkit-animation: menu-in-top 0.25s ease;
        visibility: visible;
        opacity: 1; }
  .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; }

.menu-item-language {
  position: relative; }
  .menu-item-language img.iclflag {
    margin-right: 7px;
    margin-top: -4px; }
  .menu-item-language .sub-menu {
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .menu-item-language ul li {
    display: block;
    position: relative; }
    .menu-item-language ul li a {
      display: block;
      padding-left: 22px;
      padding-right: 22px;
      padding-top: 10px;
      padding-bottom: 10px;
      color: #777777;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal; }
      .menu-item-language ul li a:hover {
        background-color: #f9f9f9;
        color: #777777; }
    .menu-item-language ul li:last-child > a {
      border-bottom: none; }

.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 0.2s ease, opacity 0.2s ease;
  transition: visibility 0.2s ease, opacity 0.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:hover, .full-screen-wrapper .create-nav-msg a:focus {
        color: white; }
  .full-screen-menu-open .full-screen-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0.3s ease, opacity 0.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: white;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease; }
  .icon-sub-fs:after {
    content: "\f107";
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    font-family: "FontAwesome";
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .icon-sub-fs:hover, .icon-sub-fs.up-icon {
    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,
.full-screen-nav .menu > .menu-item-language > 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 span,
  .full-screen-nav .item-level-0 > a .category-icon,
  .full-screen-nav .item-level-0 > a i,
  .full-screen-nav .menu > .menu-item-language > a span,
  .full-screen-nav .menu > .menu-item-language > a .category-icon,
  .full-screen-nav .menu > .menu-item-language > a i {
    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-nav .item-level-0 > a .category-icon,
  .full-screen-nav .menu > .menu-item-language > a .category-icon {
    margin-top: -4px; }
  .full-screen-nav .item-level-0 > a i,
  .full-screen-nav .menu > .menu-item-language > a i {
    margin-right: 4px; }
.full-screen-nav .item-level-0.menu-item-has-children > a:after,
.full-screen-nav .menu > .menu-item-language.menu-item-has-children > a:after {
  content: none; }
.full-screen-nav .item-level-0 > .icon-sub-fs:after,
.full-screen-nav .menu > .menu-item-language > .icon-sub-fs:after {
  opacity: 0; }
.full-screen-nav .menu-label {
  bottom: 70%; }
.full-screen-nav .sub-menu-dropdown,
.full-screen-nav .submenu-languages {
  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 0.6s ease;
          animation: fadeIn 0.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 0.6s ease;
          animation: fadeIn 0.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:hover, .menu-style-default .full-screen-nav .menu-simple-dropdown .color-scheme-light ul li a:focus {
  background-color: transparent; }
.menu-style-bordered .full-screen-nav .item-level-0 > a span:not(.menu-label),
.menu-style-bordered .full-screen-nav .menu > .menu-item-language > a span:not(.menu-label) {
  line-height: 1.2; }
  .menu-style-bordered .full-screen-nav .item-level-0 > a span:not(.menu-label):after,
  .menu-style-bordered .full-screen-nav .menu > .menu-item-language > a span:not(.menu-label):after {
    background-color: rgba(255, 255, 255, 0.5) !important; }
.full-screen-menu-open .full-screen-nav .item-level-0 > a span,
.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 .menu > .menu-item-language > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language > a i {
  -webkit-transform: none;
          transform: none; }
.full-screen-menu-open .full-screen-nav .item-level-0 > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language > .icon-sub-fs:after {
  opacity: 1; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(1) > a span,
.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 .menu > .menu-item-language:nth-child(1) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(1) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(1) > a i {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(1) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(1) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(2) > a span,
.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 .menu > .menu-item-language:nth-child(2) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(2) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(2) > a i {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(2) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(2) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(3) > a span,
.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 .menu > .menu-item-language:nth-child(3) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(3) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(3) > a i {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(3) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(3) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(4) > a span,
.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 .menu > .menu-item-language:nth-child(4) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(4) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(4) > a i {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(4) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(4) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(5) > a span,
.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 .menu > .menu-item-language:nth-child(5) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(5) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(5) > a i {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(5) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(5) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(6) > a span,
.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 .menu > .menu-item-language:nth-child(6) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(6) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(6) > a i {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(6) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(6) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(7) > a span,
.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 .menu > .menu-item-language:nth-child(7) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(7) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(7) > a i {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(7) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(7) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(8) > a span,
.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 .menu > .menu-item-language:nth-child(8) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(8) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(8) > a i {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(8) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language: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 span,
.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 .menu > .menu-item-language:nth-child(9) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(9) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(9) > a i {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(9) > .icon-sub-fs:after,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language: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 span,
.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 .menu > .menu-item-language:nth-child(10) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(10) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(10) > a i {
  -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,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language: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 span,
.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 .menu > .menu-item-language:nth-child(11) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(11) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(11) > a i {
  -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,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language: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 span,
.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 .menu > .menu-item-language:nth-child(12) > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(12) > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(12) > a i,
.full-screen-menu-open .full-screen-nav .item-level-0:nth-child(12) + li > 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 .menu > .menu-item-language:nth-child(12) + li > a span,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(12) + li > a .category-icon,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(12) + li > a i {
  -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 .menu > .menu-item-language: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,
.full-screen-menu-open .full-screen-nav .menu > .menu-item-language:nth-child(12) + li > .icon-sub-fs:after {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a,
.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language > a {
  color: white; }
  .menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a:after,
  .menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language > a:after {
    color: rgba(255, 255, 255, 0.6); }
.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0.current-menu-item > a,
.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language.current-menu-item > a {
  color: white; }
.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0:hover > a, .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 .menu > .menu-item-language:hover > a,
.menu-style-default .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language:focus > a {
  color: rgba(255, 255, 255, 0.8); }
.menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a,
.menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language > a {
  color: #333333; }
  .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a:after,
  .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language > a:after {
    color: #bbbbbb; }

.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a,
.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language > a {
  color: white; }
  .menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a:after,
  .menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language > a:after {
    color: rgba(255, 255, 255, 0.6); }
.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0.current-menu-item > a,
.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language.current-menu-item > a {
  color: white; }
.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0:hover > a, .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 .menu > .menu-item-language:hover > a,
.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language:focus > a {
  color: rgba(255, 255, 255, 0.8); }
.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .item-level-0 > a span:not(.menu-label):after,
.menu-style-bordered .navigation-wrap.navigation-color-scheme-light .main-nav .menu > .menu-item-language > a span:not(.menu-label):after {
  background-color: rgba(255, 255, 255, 0.5); }
.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a,
.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language > a {
  color: #333333; }
  .menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a:after,
  .menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language > a:after {
    color: #bbbbbb; }
.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0:hover > a, .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 .menu > .menu-item-language:hover > a,
.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language:focus > a {
  color: #333333; }
.menu-style-bordered .main-nav .item-level-0 > a span:not(.menu-label),
.menu-style-bordered .main-nav .menu > .menu-item-language > a span:not(.menu-label),
.menu-style-bordered .woodmart-header-links .item-level-0 > a span:not(.menu-label),
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language > a span:not(.menu-label) {
  line-height: 1.2; }
.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 .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) {
  line-height: 1.2; }

.vertical-navigation {
  position: relative; }
  .vertical-navigation .menu {
    border: 2px solid #E8E8E8;
    background-color: white; }
  .vertical-navigation .item-level-0,
  .vertical-navigation .menu > .menu-item-language {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #EEEEEE; }
    .vertical-navigation .item-level-0 > a,
    .vertical-navigation .menu > .menu-item-language > a {
      padding: 12px 18px;
      color: #333333;
      line-height: 20px;
      font-size: 14px;
      font-weight: 600; }
      .vertical-navigation .item-level-0 > a .category-icon,
      .vertical-navigation .menu > .menu-item-language > a .category-icon {
        margin-right: 10px;
        margin-top: -2px; }
    .vertical-navigation .item-level-0.menu-item-has-children:not(.menu-item-design-default):not(.menu-item-language),
    .vertical-navigation .menu > .menu-item-language.menu-item-has-children:not(.menu-item-design-default):not(.menu-item-language) {
      position: static; }
    .vertical-navigation .item-level-0.menu-item-has-children > a,
    .vertical-navigation .menu > .menu-item-language.menu-item-has-children > a {
      padding-right: 25px; }
      .vertical-navigation .item-level-0.menu-item-has-children > a:after,
      .vertical-navigation .menu > .menu-item-language.menu-item-has-children > a:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        margin-top: -7px;
        margin-left: 0px;
        right: 20px;
        font-size: 14px;
        line-height: 14px; }
    .vertical-navigation .item-level-0:last-child,
    .vertical-navigation .menu > .menu-item-language:last-child {
      border-bottom: none; }
    .vertical-navigation .item-level-0:hover > a,
    .vertical-navigation .menu > .menu-item-language:hover > a {
      background-color: #f9f9f9;
      color: #494949; }
  .vertical-navigation .menu > .menu-item-language.menu-item-has-children > a:after {
    content: none; }
  .vertical-navigation .sub-menu-dropdown,
  .vertical-navigation .submenu-languages {
    left: 100%;
    top: 0;
    margin-left: 0px;
    animation: menu-to-right .25s ease;
    -webkit-animation: menu-to-right .25s ease;
    -webkit-transition: opacity 0.25s ease,  visibility 0.25s ease;
    transition: opacity 0.25s ease,  visibility 0.25s ease; }
    .vertical-navigation .sub-menu-dropdown:after,
    .vertical-navigation .submenu-languages:after {
      width: 2px;
      height: 100%;
      bottom: 0;
      right: 100%;
      left: auto; }
  .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-event-hover:hover .submenu-languages,
  .vertical-navigation .item-menu-opened .sub-menu-dropdown,
  .vertical-navigation .item-menu-opened .submenu-languages,
  .vertical-navigation .menu-item-language:hover .sub-menu-dropdown,
  .vertical-navigation .menu-item-language:hover .submenu-languages {
    animation: menu-in-left .25s ease;
    -webkit-animation: menu-in-left .25s ease; }
  .platform-Windows .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
    max-width: calc(95vw - 295px - 47px); }
  .woodmart-dark .vertical-navigation .menu {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: #101010; }
  .woodmart-dark .vertical-navigation .item-level-0,
  .woodmart-dark .vertical-navigation .menu > .menu-item-language {
    border-color: rgba(255, 255, 255, 0.15); }
    .woodmart-dark .vertical-navigation .item-level-0 a,
    .woodmart-dark .vertical-navigation .menu > .menu-item-language a {
      color: white; }
    .woodmart-dark .vertical-navigation .item-level-0.menu-item-has-children > a:after,
    .woodmart-dark .vertical-navigation .menu > .menu-item-language.menu-item-has-children > a:after {
      color: rgba(255, 255, 255, 0.6); }
    .woodmart-dark .vertical-navigation .item-level-0:hover > a,
    .woodmart-dark .vertical-navigation .menu > .menu-item-language:hover > a {
      background-color: rgba(0, 0, 0, 0.9);
      color: white; }

.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: white;
  -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 {
    display: none;
    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: scroll; }
  .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; }
  .woodmart-dark .mobile-nav, .dropdowns-color-light .mobile-nav {
    background-color: #101010; }
  .dropdowns-color-light .mobile-nav .create-nav-msg {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.15); }

li.menu-item.item-level-0.menu-item-has-children.menu-item-my-account {
  display: none;
}


.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: 0.3px;
    color: #2d2a2a;
    border-bottom: 1px solid; }
    .site-mobile-menu li a:hover {
      color: #2d2a2a; }
    .site-mobile-menu li a:active, .site-mobile-menu li a:focus {
      background-color: #f6f6f6; }
    .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; }
  .site-mobile-menu li.menu-item-has-children > a {
    padding-right: 50px; }
.site-mobile-menu .sub-menu-dropdown,
.site-mobile-menu .sub-sub-menu,
.site-mobile-menu .submenu-languages {
  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,
  .site-mobile-menu .submenu-languages .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: #777777;
  text-transform: none; }
  .site-mobile-menu .sub-menu li a:hover {
    color: #777777; }
  .site-mobile-menu .sub-menu li a:active, .site-mobile-menu .sub-menu li a:focus {
    color: #2d2a2a; }
.site-mobile-menu .menu-item-has-children:after {
  content: none; }
.menu-style-bordered .site-mobile-menu li a span:after {
  content: none !important; }
.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,
.site-mobile-menu .menu-item-language li a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 20px;
  font-weight: 600; }
.site-mobile-menu .woodmart-wishlist-info-widget {
  display: block;
  text-align: left; }
  .site-mobile-menu .woodmart-wishlist-info-widget > a:before {
    content: "\f108";
    font-family: "woodmart-font";
    margin-top: -3px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 12px;
    width: auto;
    height: auto; }
  .site-mobile-menu .woodmart-wishlist-info-widget > a span {
    display: none; }
.menu-style-default .site-mobile-menu .menu-item-my-account li a,
.menu-style-default .site-mobile-menu .menu-item-language li a, .menu-style-bordered .site-mobile-menu .menu-item-my-account li a,
.menu-style-bordered .site-mobile-menu .menu-item-language li a {
  color: #777777; }
  .menu-style-default .site-mobile-menu .menu-item-my-account li a:hover,
  .menu-style-default .site-mobile-menu .menu-item-language li a:hover, .menu-style-bordered .site-mobile-menu .menu-item-my-account li a:hover,
  .menu-style-bordered .site-mobile-menu .menu-item-language li a:hover {
    color: #777777;
    background-color: transparent; }
  .menu-style-default .site-mobile-menu .menu-item-my-account li a:active, .menu-style-default .site-mobile-menu .menu-item-my-account li a:focus,
  .menu-style-default .site-mobile-menu .menu-item-language li a:active,
  .menu-style-default .site-mobile-menu .menu-item-language li a:focus, .menu-style-bordered .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-bordered .site-mobile-menu .menu-item-language li a:active,
  .menu-style-bordered .site-mobile-menu .menu-item-language li a:focus {
    color: #2d2a2a;
    background-color: #f6f6f6; }
.site-mobile-menu .menu-item-language li:last-child > a {
  border-bottom: 1px solid; }
.woodmart-dark .site-mobile-menu li a, .dropdowns-color-light .site-mobile-menu li a {
  color: white; }
  .woodmart-dark .site-mobile-menu li a:hover, .dropdowns-color-light .site-mobile-menu li a:hover {
    color: white; }
  .woodmart-dark .site-mobile-menu li a:active, .woodmart-dark .site-mobile-menu li a:focus, .dropdowns-color-light .site-mobile-menu li a:active, .dropdowns-color-light .site-mobile-menu li a:focus {
    background-color: rgba(0, 0, 0, 0.9); }
.woodmart-dark .site-mobile-menu .sub-menu li a, .dropdowns-color-light .site-mobile-menu .sub-menu li a {
  color: rgba(255, 255, 255, 0.8); }
  .woodmart-dark .site-mobile-menu .sub-menu li a:hover, .dropdowns-color-light .site-mobile-menu .sub-menu li a:hover {
    color: rgba(255, 255, 255, 0.8); }
  .woodmart-dark .site-mobile-menu .sub-menu li a:active, .woodmart-dark .site-mobile-menu .sub-menu li a:focus, .dropdowns-color-light .site-mobile-menu .sub-menu li a:active, .dropdowns-color-light .site-mobile-menu .sub-menu li a:focus {
    color: white; }
.woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li a,
.woodmart-dark.menu-style-default .site-mobile-menu .menu-item-language li a, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li a,
.woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-language li a, .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-my-account li a,
.dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-language li a, .dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-my-account li a,
.dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-language li a {
  color: rgba(255, 255, 255, 0.8); }
  .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li a:hover,
  .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-language li a:hover, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:hover,
  .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-language li a:hover, .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-my-account li a:hover,
  .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-language li a:hover, .dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:hover,
  .dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-language li a:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent; }
  .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li a:active, .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li a:focus,
  .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-language li a:active,
  .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-language li a:focus, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:active, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li a:focus,
  .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-language li a:active,
  .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-language li a:focus, .dropdowns-color-light.menu-style-default .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:focus,
  .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-language li a:active,
  .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-language li a:focus, .dropdowns-color-light.menu-style-bordered .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-bordered .site-mobile-menu .menu-item-language li a:active,
  .dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-language li a:focus {
    color: white;
    background-color: rgba(0, 0, 0, 0.9); }

.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: 0.3px;
    color: #909090;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s ease,  color 0.25s ease;
    -webkit-transition: background-color 0.25s ease,  color 0.25s ease; }
    .mobile-nav-tabs .mobile-tab-title:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: -2px;
      width: 0;
      height: 2px;
      transition: width 0.25s ease;
      -webkit-transition: width 0.25s ease; }
  .mobile-nav-tabs .mobile-pages-title:after {
    left: auto;
    right: 0; }
  .mobile-nav-tabs .active {
    background-color: #efefef;
    color: #333333; }
    .mobile-nav-tabs .active:after {
      width: 100%; }
  .woodmart-dark .mobile-nav-tabs, .dropdowns-color-light .mobile-nav-tabs {
    background-color: rgba(0, 0, 0, 0.9); }
    .woodmart-dark .mobile-nav-tabs .mobile-tab-title, .dropdowns-color-light .mobile-nav-tabs .mobile-tab-title {
      color: rgba(255, 255, 255, 0.6); }
    .woodmart-dark .mobile-nav-tabs .active, .dropdowns-color-light .mobile-nav-tabs .active {
      background-color: rgba(0, 0, 0, 0.3);
      color: white; }

.mobile-menu-tab {
  display: none;
  animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease; }
  .mobile-menu-tab.active {
    display: block; }

  .mobile-nav .mobile-menu-tab {
    padding-top: 65px;
  }

.act-mobile-menu .mobile-nav {
  transform: none;
  -webkit-transform: none; }

.icon-sub-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  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 0.25s ease,  color 0.25s ease;
  transition: background-color 0.25s ease,  color 0.25s ease; }
  .icon-sub-menu:after {
    content: "\f110";
    font-family: "woodmart-font";
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    -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; }
  .icon-sub-menu.up-icon {
    color: white; }
    .icon-sub-menu.up-icon:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .woodmart-dark .icon-sub-menu, .dropdowns-color-light .icon-sub-menu {
    color: white; }

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

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
    width: 100%;
    max-width: 100%;
    border: none;
    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;
    background: #Fff;
    max-width: 480px;
    color: #333333; }
  input[type='email']:focus,
  input[type='date']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: 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: 0px;
  margin-right: 5px;
  vertical-align: middle; }

textarea {
  padding: 10px 15px;
  max-height: 120px; }

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

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

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 0px 1000px white inset;
  border-color: #e6e6e6;
  -webkit-text-fill-color: #777777; }
input:focus:-webkit-autofill {
  border-color: #d9d9d9; }

.woocommerce-invalid input:not(:focus),
.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: #ca1919; }

.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]::-webkit-inner-spin-button,
  .quantity input[type=number]::-webkit-outer-spin-button,
  .quantity input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .quantity input[type="number"],
  .quantity input[type="button"] {
    display: inline-block;
    color: #777777; }
  .quantity input[type="number"] {
    border-left: none;
    border-right: none;
    width: 30px;
    height: 42px; }
  .browser-Firefox .quantity input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  .quantity input[type="button"] {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    border: 2px solid rgba(129, 129, 129, 0.2); }
    .quantity input[type="button"]:hover {
      color: white; }
  .woodmart-dark .quantity input[type="number"],
  .woodmart-dark .quantity input[type="button"] {
    color: white; }
  .woodmart-dark .quantity input[type="button"] {
    border-color: rgba(255, 255, 255, 0.15); }

.color-scheme-light,
.woodmart-dark {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .color-scheme-light textarea,
  .color-scheme-light select,
  .color-scheme-light input[type='email'],
  .color-scheme-light input[type='date'],
  .color-scheme-light input[type='search'],
  .color-scheme-light input[type='number'],
  .color-scheme-light input[type='text'],
  .color-scheme-light input[type='tel'],
  .color-scheme-light input[type='url'],
  .color-scheme-light input[type='password'],
  .woodmart-dark textarea,
  .woodmart-dark select,
  .woodmart-dark input[type='email'],
  .woodmart-dark input[type='date'],
  .woodmart-dark input[type='search'],
  .woodmart-dark input[type='number'],
  .woodmart-dark input[type='text'],
  .woodmart-dark input[type='tel'],
  .woodmart-dark input[type='url'],
  .woodmart-dark input[type='password'] {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    color: white; }
  .color-scheme-light select,
  .woodmart-dark select {
    background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.6) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.6) 50%, transparent 50%); }
    .color-scheme-light select option,
    .woodmart-dark select option {
      background-color: #101010;
      color: rgba(255, 255, 255, 0.8); }
  .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); }

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

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

.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 > p,
  .comment-form .comment-form-rating {
    -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-notes,
  .comment-form .comment-form-comment,
  .comment-form .form-submit,
  .comment-form .comment-form-rating {
    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-notes,
  .comment-form .comment-form-rating {
    margin-bottom: 20px; }
  .comment-form .form-submit {
    margin-top: 15px; }
  .comment-form .submit {
    color: #ffffff; }
    .comment-form .submit:hover, .comment-form .submit:focus {
      -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: #ffffff; }

.mc4wp-form {
  margin-top: 0px;
  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; }
    .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: #ffffff;
    padding-left: 35px;
    padding-right: 35px; }
    .mc4wp-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:focus {
      -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: #ffffff; }

.form-border-width-1 input[type='email'],
.form-border-width-1 input[type='date'],
.form-border-width-1 input[type='search'],
.form-border-width-1 input[type='number'],
.form-border-width-1 input[type='text'],
.form-border-width-1 input[type='tel'],
.form-border-width-1 input[type='url'],
.form-border-width-1 input[type='password'],
.form-border-width-1 textarea,
.form-border-width-1 select {
  border-width: 1px; }
.form-border-width-1 .quantity input[type="button"] {
  border-width: 1px; }
.form-border-width-1 .select2-dropdown {
  border-width: 1px; }
.form-border-width-1 .select2-container--default .select2-selection--single {
  border-width: 1px; }
.form-border-width-1 .select2-container--default .select2-search--dropdown {
  border-width: 1px; }
  .form-border-width-1 .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 1px; }
.form-border-width-1 .search-by-category {
  top: 1px; }
  .form-border-width-1 .search-by-category .input-dropdown-inner {
    height: 44px;
    line-height: 44px; }
.form-border-width-1 div.open-table-widget input[type="text"],
.form-border-width-1 div.open-table-widget .selectric,
.form-border-width-1 div.open-table-widget select {
  border-width: 1px; }
.form-border-width-1 .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-border-width-1 .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
  border-width: 1px; }
.form-border-width-1 .wcml-dropdown .wcml-cs-active-currency {
  border-width: 1px; }
.form-border-width-1.form-style-underlined .woocommerce-billing-fields__field-wrapper > p, .form-border-width-1.form-style-underlined .woocommerce-shipping-fields__field-wrapper > p, .form-border-width-1.form-style-underlined .order_comments_field > p, .form-border-width-1.form-style-underlined .comment-form-author, .form-border-width-1.form-style-underlined .comment-form-email, .form-border-width-1.form-style-underlined .comment-form-url, .form-border-width-1.form-style-underlined div.open-table-widget .otw-input-wrap {
  border-width: 1px; }
.form-border-width-1 form.woocommerce-currency-switcher-form .dd-select {
  border-width: 1px; }
.form-border-width-1 form.woocommerce-currency-switcher-form .dd-options {
  border-width: 1px; }
  .form-border-width-1 form.woocommerce-currency-switcher-form .dd-options li a {
    border-bottom-width: 1px; }
.form-border-width-1 .dokan-seller-search {
  border-width: 1px !important; }

.form-style-rounded input[type='email'],
.form-style-rounded input[type='date'],
.form-style-rounded input[type='search'],
.form-style-rounded input[type='number'],
.form-style-rounded input[type='text'],
.form-style-rounded input[type='tel'],
.form-style-rounded input[type='url'],
.form-style-rounded input[type='password'],
.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 .woocommerce-ordering select {
  border-radius: 0; }
.form-style-rounded div.open-table-widget input[type="text"],
.form-style-rounded div.open-table-widget .selectric,
.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 .widget_icl_lang_sel_widget #lang_sel ul ul,
.form-style-rounded .widget_icl_lang_sel_widget #lang_sel_click ul ul,
.form-style-rounded .wcml-dropdown .wcml-cs-submenu {
  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.woocommerce-currency-switcher-form .dd-select,
.form-style-rounded form.woocommerce-currency-switcher-form .dd-options {
  border-radius: 20px; }
.form-style-rounded .dokan-seller-search {
  border-radius: 30px !important; }

.form-style-underlined label {
  font-weight: 600;
  margin-bottom: -5px; }
.form-style-underlined input[type='email'],
.form-style-underlined input[type='date'],
.form-style-underlined input[type='search'],
.form-style-underlined input[type='number'],
.form-style-underlined input[type='text'],
.form-style-underlined input[type='tel'],
.form-style-underlined input[type='url'],
.form-style-underlined input[type='password'],
.form-style-underlined select,
.form-style-underlined textarea {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0 2px; }
.form-style-underlined textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 80px; }
.form-style-underlined .quantity input[type="number"] {
  border-top-style: solid; }
.form-style-underlined .select2-container--default .select2-selection--single {
  border-style: none; }
.form-style-underlined .select2-container--open .select2-dropdown--below {
  border-top: 2px solid rgba(129, 129, 129, 0.2); }
.form-style-underlined .select2-container--open .select2-dropdown--above {
  border-bottom: 2px solid rgba(129, 129, 129, 0.2); }
.form-style-underlined .searchform input[type="text"] {
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  padding: 0 15px; }
.form-style-underlined .mobile-nav .searchform input[type="text"] {
  border: none;
  padding: 0 50px 0 18px; }
.form-style-underlined .woodmart-search-dropdown input[type="text"] {
  border-style: none; }
.form-style-underlined.woodmart-dark .woocommerce-billing-fields__field-wrapper > p,
.form-style-underlined.woodmart-dark .woocommerce-shipping-fields__field-wrapper > p,
.form-style-underlined.woodmart-dark .order_comments_field > p {
  border-color: rgba(255, 255, 255, 0.15); }
  .form-style-underlined.woodmart-dark .woocommerce-billing-fields__field-wrapper > p:not(.woocommerce-invalid):hover,
  .form-style-underlined.woodmart-dark .woocommerce-shipping-fields__field-wrapper > p:not(.woocommerce-invalid):hover,
  .form-style-underlined.woodmart-dark .order_comments_field > p:not(.woocommerce-invalid):hover {
    border-color: rgba(255, 255, 255, 0.4); }
.form-style-underlined .comment-form > p {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0; }
.form-style-underlined .comment-form-comment {
  margin-bottom: 30px; }
.form-style-underlined.woodmart-dark .comment-form-author > p,
.form-style-underlined.woodmart-dark .comment-form-email > p,
.form-style-underlined.woodmart-dark .comment-form-url > p {
  border-color: rgba(255, 255, 255, 0.15); }
  .form-style-underlined.woodmart-dark .comment-form-author > p:hover,
  .form-style-underlined.woodmart-dark .comment-form-email > p:hover,
  .form-style-underlined.woodmart-dark .comment-form-url > p:hover {
    border-color: rgba(255, 255, 255, 0.4); }
.form-style-underlined .menu-item-register .form-row-username,
.form-style-underlined .menu-item-register .form-row-password {
  margin-bottom: 25px; }
.form-style-underlined div.open-table-widget .selectric .label {
  padding: 0; }
.form-style-underlined div.open-table-widget .otw-input-wrap input[type="text"],
.form-style-underlined div.open-table-widget .otw-input-wrap .selectric,
.form-style-underlined div.open-table-widget .otw-input-wrap select {
  border: none; }
.form-style-underlined div.open-table-widget .otw-input-wrap .selectric-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
.form-style-underlined div.open-table-widget.otw-minimal-light-style .otw-input-wrap,
.form-style-underlined div.open-table-widget.otw-minimal-light-style .otw-button-wrap, .form-style-underlined div.open-table-widget.otw-minimal-dark-style .otw-input-wrap,
.form-style-underlined div.open-table-widget.otw-minimal-dark-style .otw-button-wrap {
  padding-left: 0;
  padding-right: 0;
  margin-left: 5px;
  margin-right: 5px; }
.form-style-underlined.woodmart-dark div.open-table-widget .otw-input-wrap,
.form-style-underlined .color-scheme-light div.open-table-widget .otw-input-wrap {
  border-color: rgba(255, 255, 255, 0.15); }
  .form-style-underlined.woodmart-dark div.open-table-widget .otw-input-wrap:hover,
  .form-style-underlined .color-scheme-light div.open-table-widget .otw-input-wrap:hover {
    border-color: rgba(255, 255, 255, 0.4); }
.form-style-underlined .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-style-underlined .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel,
.form-style-underlined .wcml-dropdown .wcml-cs-active-currency {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none; }
.form-style-underlined .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-style-underlined .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
  padding: 0 2px; }
.form-style-underlined .wcml-dropdown .wcml-cs-active-currency > a {
  padding: 0 2px; }
.form-style-underlined form.woocommerce-currency-switcher-form .dd-select,
.form-style-underlined form.woocommerce-currency-switcher-form .dd-options {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none; }
.form-style-underlined form.woocommerce-currency-switcher-form label {
  font-weight: 400; }
.form-style-underlined .dokan-store-contact textarea {
  padding-left: 0;
  padding-right: 0; }

/** ------------------------------------------------------------------------------------------------
* SIDE-BAR 
* ------------------------------------------------------------------------------------------------ */
.sidebar-container {
  margin-bottom: 40px; }

.filters-area {
  position: relative;
  top: -10px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: none; }
  .filters-area + .woodmart-active-filters {
    margin-top: -20px; }
  .filters-area .filters-inner-area {
    opacity: 0;
    transition: opacity .1s ease .3s;
    -webkit-transition: opacity .1s ease .3s; }
  .filters-area.filters-opened .filters-inner-area {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }

.filters-inner-area > div:nth-child(4n+1) {
  clear: both; }

.widgetarea-mobile {
  padding: 20px; }
  .dropdowns-color-light .widgetarea-mobile {
    color: rgba(255, 255, 255, 0.8); }
    .dropdowns-color-light .widgetarea-mobile a {
      color: rgba(255, 255, 255, 0.9); }
      .dropdowns-color-light .widgetarea-mobile a:hover, .dropdowns-color-light .widgetarea-mobile a:focus {
        color: white; }
    .dropdowns-color-light .widgetarea-mobile p {
      color: rgba(255, 255, 255, 0.8); }
    .dropdowns-color-light .widgetarea-mobile h1, .dropdowns-color-light .widgetarea-mobile h2, .dropdowns-color-light .widgetarea-mobile h3, .dropdowns-color-light .widgetarea-mobile h4, .dropdowns-color-light .widgetarea-mobile h5, .dropdowns-color-light .widgetarea-mobile h6,
    .dropdowns-color-light .widgetarea-mobile .widgettitle,
    .dropdowns-color-light .widgetarea-mobile .widget-title,
    .dropdowns-color-light .widgetarea-mobile label {
      color: white; }

.mobile-menu-widget {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid; }
  .mobile-menu-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid; }
  .sidebar-widget:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none; }
  .color-scheme-light .sidebar-widget, .woodmart-dark .sidebar-widget {
    border-color: rgba(255, 255, 255, 0.25); }

.filter-widget {
  margin-bottom: 30px; }

.woodmart-widget,
div[class^="vc_wp"] {
  line-height: 1.4; }
  .woodmart-widget a,
  div[class^="vc_wp"] a {
    color: #727272; }
    .woodmart-widget a:hover, .woodmart-widget a:focus,
    div[class^="vc_wp"] a:hover,
    div[class^="vc_wp"] a:focus {
      color: #333333; }
  .woodmart-widget li,
  div[class^="vc_wp"] li {
    margin-bottom: 15px; }
    .woodmart-widget li:last-child,
    div[class^="vc_wp"] li:last-child {
      margin-bottom: 0px; }
  .color-scheme-light .woodmart-widget a, .woodmart-dark .woodmart-widget a, .color-scheme-light
  div[class^="vc_wp"] a, .woodmart-dark
  div[class^="vc_wp"] a {
    color: rgba(255, 255, 255, 0.8); }
    .color-scheme-light .woodmart-widget a:hover, .color-scheme-light .woodmart-widget a:focus, .woodmart-dark .woodmart-widget a:hover, .woodmart-dark .woodmart-widget a:focus, .color-scheme-light
    div[class^="vc_wp"] a:hover, .color-scheme-light
    div[class^="vc_wp"] a:focus, .woodmart-dark
    div[class^="vc_wp"] a:hover, .woodmart-dark
    div[class^="vc_wp"] a:focus {
      color: white; }
  .color-scheme-dark .woodmart-widget a, .color-scheme-dark
  div[class^="vc_wp"] a {
    color: #727272; }
    .color-scheme-dark .woodmart-widget a:hover, .color-scheme-dark .woodmart-widget a:focus, .color-scheme-dark
    div[class^="vc_wp"] a:hover, .color-scheme-dark
    div[class^="vc_wp"] a:focus {
      color: #333333; }

.color-scheme-light .footer-widget a {
  color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .footer-widget a:hover, .color-scheme-light .footer-widget a:focus {
    color: white; }

.widget-area-fs-menu {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 600px; }

/** ------------------------------------------------------------------------------------------------
* OTHER
* ------------------------------------------------------------------------------------------------ */
.container {
  width: 95%; }

/** ------------------------------------------
* BUTTON SCROLL TO TOP
* ------------------------------------------ */
.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #333333;
  text-align: center;
  z-index: 350;
  font-size: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 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; }
  .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: bold;
    line-height: 50px; }
  .scrollToTop:hover, .scrollToTop:focus {
    color: #777777; }
  .woodmart-dark .scrollToTop {
    color: white;
    background-color: rgba(0, 0, 0, 0.9); }
    .woodmart-dark .scrollToTop:hover, .woodmart-dark .scrollToTop:focus {
      color: rgba(255, 255, 255, 0.6); }

/** ------------------------------------------
* WOODMART PARALAX
* ------------------------------------------ */
.woodmart-parallax {
  background-attachment: fixed !important;
  background-size: cover !important; }

/** ------------------------------------------
* Font Awesome icon spacing
* ------------------------------------------ */
i.fa:before {
  margin-left: 1px;
  margin-right: 1px; }

/** ------------------------------------------
* SLIDER TITLE
* ------------------------------------------ */
.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; }

/** ------------------------------------------
* LOAD MORE BUTTON
* ------------------------------------------ */
.products-footer,
.portfolio-footer,
.blog-footer {
  text-align: center;
  clear: both; }

.woodmart-load-more {
  background-color: transparent;
  border-width: 2px;
  border-color: #e9e9e9;
  color: #333333;
  font-weight: 900;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px; }
  .woodmart-load-more:hover, .woodmart-load-more:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .woodmart-load-more:hover, .woodmart-load-more:focus {
    background-color: transparent;
    color: #333333;
    border-color: #dcdcdc; }
  .woodmart-load-more .load-more-loading,
  .woodmart-load-more .load-more-label {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.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 #bbbbbb;
      border-left-color: black;
      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; }
  .woodmart-dark .woodmart-load-more, .color-scheme-light .woodmart-load-more {
    border-color: rgba(255, 255, 255, 0.25);
    color: white; }
    .woodmart-dark .woodmart-load-more .load-more-loading:before, .color-scheme-light .woodmart-load-more .load-more-loading:before {
      border-color: rgba(255, 255, 255, 0.15);
      border-left-color: white; }
    .woodmart-dark .woodmart-load-more:hover, .woodmart-dark .woodmart-load-more:focus, .color-scheme-light .woodmart-load-more:hover, .color-scheme-light .woodmart-load-more:focus {
      border-color: white;
      color: white; }

/** ------------------------------------------
* ADMIN BAR POSITION ELEMENTS
* ------------------------------------------ */
.admin-bar .woodmart-search-full-screen .woodmart-search-wrapper {
  top: 32px; }
.admin-bar .sticky-header {
  top: 32px; }
.admin-bar.sticky-navigation-only.sticky-header-prepared .navigation-wrap {
  top: 32px; }
.admin-bar .cart-widget-side,
.admin-bar .mobile-nav,
.admin-bar #cboxClose,
.admin-bar button.mfp-close,
.admin-bar .full-screen-close-icon {
  top: 32px; }

/** ------------------------------------------
* CLOSE CART AND MOBILE MENU
* ------------------------------------------ */
.woodmart-close-side,
.woodmart-closer-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7); }
  .woodmart-dark .woodmart-close-side, .woodmart-dark
  .woodmart-closer-overlay {
    background-color: rgba(0, 0, 0, 0.8); }

.woodmart-closer-overlay {
  position: fixed;
  -webkit-transition: opacity .6s ease,  visibility .0s ease .6s;
  transition: opacity .6s ease,  visibility .0s ease .6s; }

.woodmart-close-side {
  -webkit-transition: opacity .25s ease,  visibility 0s ease .25s;
  transition: opacity .25s ease,  visibility 0s ease .25s; }

.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 .25s ease,  visibility 0s ease; }

/** ------------------------------------------------------------------------------------------------
* SECTION TITLE
* ------------------------------------------------------------------------------------------------ */
.title-wrapper {
  margin-bottom: 30px; }
  .title-wrapper .title {
    display: block;
    margin-bottom: 0; }
  .title-wrapper .font-default {
    letter-spacing: 0.3px; }
  .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: 0px; }
  .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; }

.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-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: bold; }
.woodmart-title-size-extra-large .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: white; }

.woodmart-title-color-alt .title-subtitle.style-background {
  color: white; }

.woodmart-title-color-black .title-subtitle {
  color: #000000; }
  .woodmart-title-color-black .title-subtitle.style-background {
    color: white;
    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: white; }
.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: 0px; }
.woodmart-title-style-simple.text-right .liner-continer:after {
  left: auto;
  right: 0;
  margin-left: 0px; }
.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: black; }
.woodmart-title-style-simple.woodmart-title-color-white .liner-continer:after {
  background-color: white; }

.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 .left-line {
  display: none; }
.woodmart-title-style-bordered.text-left .title {
  padding-left: 0; }
.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: #cccccc; }
.woodmart-title-style-underlined.woodmart-title-color-black .title {
  border-color: black; }
.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: white; }

.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: 0.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 white, 1px -1px white, -1px 1px white, -1px -1px white; }
.woodmart-title-style-underlined-2:not(.woodmart-title-color-gradient).woodmart-title-size-extra-large .title {
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white; }
.woodmart-title-style-underlined-2.woodmart-title-color-default .title {
  border-color: #cccccc; }
.woodmart-title-style-underlined-2.woodmart-title-color-black .title {
  border-color: black; }
.woodmart-title-style-underlined-2.woodmart-title-color-white .title {
  border-color: white; }
.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: 0px 0px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 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: white; }
.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 .woodmart-title-container,
.woodmart-title-width-10 .title-after_title,
.woodmart-title-width-10 .title-subtitle {
  max-width: 10%; }

.woodmart-title-width-20 .woodmart-title-container,
.woodmart-title-width-20 .title-after_title,
.woodmart-title-width-20 .title-subtitle {
  max-width: 20%; }

.woodmart-title-width-30 .woodmart-title-container,
.woodmart-title-width-30 .title-after_title,
.woodmart-title-width-30 .title-subtitle {
  max-width: 30%; }

.woodmart-title-width-40 .woodmart-title-container,
.woodmart-title-width-40 .title-after_title,
.woodmart-title-width-40 .title-subtitle {
  max-width: 40%; }

.woodmart-title-width-50 .woodmart-title-container,
.woodmart-title-width-50 .title-after_title,
.woodmart-title-width-50 .title-subtitle {
  max-width: 50%; }

.woodmart-title-width-60 .woodmart-title-container,
.woodmart-title-width-60 .title-after_title,
.woodmart-title-width-60 .title-subtitle {
  max-width: 60%; }

.woodmart-title-width-70 .woodmart-title-container,
.woodmart-title-width-70 .title-after_title,
.woodmart-title-width-70 .title-subtitle {
  max-width: 70%; }

.woodmart-title-width-80 .woodmart-title-container,
.woodmart-title-width-80 .title-after_title,
.woodmart-title-width-80 .title-subtitle {
  max-width: 80%; }

.woodmart-title-width-90 .woodmart-title-container,
.woodmart-title-width-90 .title-after_title,
.woodmart-title-width-90 .title-subtitle {
  max-width: 90%; }

/** ------------------------------------------------------------------------------------------------
* RESPONSIVE TEXT
* ------------------------------------------------------------------------------------------------ */
.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 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, .woodmart-text-block-wrapper .woodmart-text-block a {
    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: white; }

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

/** ------------------------------------------------------------------------------------------------
* SOCIAL ICONS 
* ------------------------------------------------------------------------------------------------ */
.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 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: white; }
  .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 #cccccc; }
    .woodmart-social-icons.icons-design-bordered .woodmart-social-icon i {
      margin-top: -2px; }
  .woodmart-social-icons.icons-design-colored .woodmart-social-icon {
    margin: 4px; }
    .woodmart-social-icons.icons-design-colored .woodmart-social-icon a {
      color: white; }
      .woodmart-social-icons.icons-design-colored .woodmart-social-icon a:hover {
        opacity: 0.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-colored-alt .woodmart-social-icon a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon a:hover {
    color: white; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-facebook a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-facebook a:hover {
    background-color: #365493;
    border-color: #365493; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-twitter a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-twitter a:hover {
    background-color: #3CF;
    border-color: #3CF; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-instagram a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-instagram a:hover {
    background-color: #774430;
    border-color: #774430; }
  .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, .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 {
    background-color: #d44132;
    border-color: #d44132; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-email a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-email a:hover {
    background-color: #F89A1E;
    border-color: #F89A1E; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-youtube a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-youtube a:hover {
    background-color: #CB2027;
    border-color: #CB2027; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-pinterest a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-pinterest a:hover {
    background-color: #CB2027;
    border-color: #CB2027; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-tumblr a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-tumblr a:hover {
    background-color: #36465d;
    border-color: #36465d; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-linkedin a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-linkedin a:hover {
    background-color: #0274b3;
    border-color: #0274b3; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-vimeo a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-vimeo a:hover {
    background-color: #1ab7ea;
    border-color: #1ab7ea; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-flickr a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-flickr a:hover {
    background-color: #fe0072;
    border-color: #fe0072; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-github a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-github a:hover {
    background-color: #171515;
    border-color: #171515; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-dribbble a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-dribbble a:hover {
    background-color: #ec5e95;
    border-color: #ec5e95; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-behance a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-behance a:hover {
    background-color: #1f6ffc;
    border-color: #1f6ffc; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-soundcloud a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-soundcloud a:hover {
    background-color: #f9490d;
    border-color: #f9490d; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-spotify a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-spotify a:hover {
    background-color: #2ebd59;
    border-color: #2ebd59; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-skype a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-skype a:hover {
    background-color: #00aff0;
    border-color: #00aff0; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-ok a:hover, .woodmart-social-icons.icons-design-bordered .woodmart-social-icon.social-ok a:hover {
    background-color: #EE8208;
    border-color: #EE8208; }
  .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon.social-whatsapp a:hover, .woodmart-social-icons.icons-design-bordered .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 .woodmart-social-icon a {
    border-radius: 50%; }
  .woodmart-social-icons.color-scheme-light.icons-design-simple .woodmart-social-icon a, .woodmart-social-icons.color-scheme-light.icons-design-colored-alt .woodmart-social-icon a, .color-scheme-light .woodmart-social-icons.icons-design-simple .woodmart-social-icon a, .color-scheme-light .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 .topbar-text > .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, .header-color-light .widgetarea-head > .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 .menu-text-widget > .woodmart-social-icons.icons-design-colored-alt .woodmart-social-icon a {
    background-color: rgba(255, 255, 255, 0.3);
    color: white; }
  .woodmart-social-icons.color-scheme-light.icons-design-default .woodmart-social-icon a, .color-scheme-light .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, .header-color-light .menu-text-widget > .woodmart-social-icons.icons-design-default .woodmart-social-icon a {
    color: white; }
    .woodmart-social-icons.color-scheme-light.icons-design-default .woodmart-social-icon a:hover, .color-scheme-light .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, .header-color-light .menu-text-widget > .woodmart-social-icons.icons-design-default .woodmart-social-icon a:hover {
      color: rgba(255, 255, 255, 0.6); }
  .woodmart-social-icons.color-scheme-light.icons-design-bordered .woodmart-social-icon a, .color-scheme-light .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, .header-color-light .menu-text-widget > .woodmart-social-icons.icons-design-bordered .woodmart-social-icon a {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4); }

/** ------------------------------------------------------------------------------------------------
* GOOGLE MAPS 
* ------------------------------------------------------------------------------------------------ */
.google-map-container {
  position: relative; }
  .google-map-container .woodmart-google-map-wrapper {
    z-index: 4; }
  .google-map-container .woodmart-google-map-wrapper,
  .google-map-container .woodmart-google-map {
    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: white;
    -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: black; }
  .map-mask-dark .woodmart-google-map-wrapper {
    opacity: 0.6; }

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

/** ------------------------------------------
* BUTTONS ON HOVER 
* ------------------------------------------ */
.woodmart-buttons {
  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;
  background: white;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  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: inline-block;
      position: relative;
      padding: 0;
      background-color: transparent;
      border: none;
      text-decoration: none;
      text-align: center;
      font-weight: 400;
      font-size: 0px;
      letter-spacing: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #333333; }
      .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: none;
        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 #bbbbbb;
        border-left-color: black;
        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-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 .yith-wcwl-add-to-wishlist a i {
    display: none; }
  .woodmart-buttons .yith-wcwl-add-to-wishlist a:before {
    content: "\f108";
    font-family: "woodmart-font"; }
  .woodmart-buttons .yith-wcwl-add-to-wishlist .feid-in a:before {
    opacity: 0; }
  .woodmart-buttons .yith-wcwl-add-to-wishlist .feid-in a:after {
    opacity: 1;
    animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear; }
  .woodmart-buttons .yith-wcwl-add-to-wishlist .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; }
  .woodmart-dark .woodmart-buttons, .color-scheme-light .woodmart-buttons {
    background-color: #101010; }

.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 .price,
    .woodmart-hover-alt .swap-elements .btn-add-swap {
      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-cats,
  .woodmart-hover-alt .woodmart-product-brands-links {
    margin-bottom: 0px; }
  .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 #bbbbbb;
      border-left-color: black;
      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:hover, .woodmart-hover-alt .btn-add-swap > a:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .woodmart-hover-alt .btn-add-swap > a:hover span:not(.woodmart-tooltip-label):before, .woodmart-hover-alt .btn-add-swap > a:focus 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.purchasable:hover .swap-elements, .woodmart-hover-alt.product-type-grouped: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, .woodmart-dark .woodmart-hover-alt .btn-add-swap > a {
    color: white; }
    .color-scheme-light .woodmart-hover-alt .btn-add-swap > a span:not(.woodmart-tooltip-label), .woodmart-dark .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, .woodmart-dark .woodmart-hover-alt .btn-add-swap > a:after {
      border-color: rgba(255, 255, 255, 0.15);
      border-left-color: white; }

.woodmart-hover-icons .wrapp-buttons {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transform: translate3d(0, 25px, 0);
  -webkit-transform: translate3d(0, 25px, 0);
  -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 .woodmart-buttons {
  position: static;
  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;
  opacity: 1;
  padding: 0 7px; }
  .woodmart-hover-icons .woodmart-buttons > div a {
    width: 43px; }
    .woodmart-hover-icons .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 .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 {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  visibility: visible; }
.woodmart-hover-icons.product-swatched .wrapp-buttons {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 0;
  visibility: hidden; }
.woodmart-hover-icons.product-swatched .product-element-top:hover .wrapp-buttons {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  visibility: visible; }
.woodmart-hover-icons.hover-width-small .wrapp-buttons {
  bottom: 0; }
.woodmart-hover-icons.hover-width-small .woodmart-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .woodmart-hover-icons.hover-width-small .woodmart-buttons > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .woodmart-hover-icons.hover-width-small .woodmart-buttons > div a {
      width: auto; }
.woodmart-dark .woodmart-hover-icons.hover-width-small .woodmart-buttons, .color-scheme-light .woodmart-hover-icons.hover-width-small .woodmart-buttons {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.15); }

.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 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.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 0.3s ease,  top 0.3s ease,  opacity 0.3s ease;
  -webkit-transition: top 0.3s ease,  opacity 0.3s ease,  -webkit-transform 0.3s ease;
  transition: top 0.3s ease,  opacity 0.3s ease,  -webkit-transform 0.3s ease;
  transition: transform 0.3s ease,  top 0.3s ease,  opacity 0.3s ease;
  transition: transform 0.3s ease,  top 0.3s ease,  opacity 0.3s ease,  -webkit-transform 0.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: 0px;
  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-info {
  text-align: left; }
  .woodmart-hover-info .product-element-top {
    margin-bottom: 0; }
  .woodmart-hover-info .woodmart-buttons {
    bottom: 10px;
    right: 10px;
    z-index: 2;
    transform: translateX(20px);
    -webkit-transform: translateX(20px); }
    .woodmart-hover-info .woodmart-buttons > div a {
      height: 45px;
      line-height: 45px; }
  .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 ins,
      .woodmart-hover-info .bottom-information .price del {
        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: 0px; }
  .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: 0px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .woodmart-hover-info .amount,
  .woodmart-hover-info .price,
  .woodmart-hover-info .price ins {
    color: #333333; }
  .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 .swatches-on-grid,
  .woodmart-hover-info:hover .star-rating {
    opacity: 1; }
  .woodmart-hover-info.quick-shop-shown .bottom-information,
  .woodmart-hover-info.quick-shop-shown .top-information, .woodmart-hover-info.loading-quick-shop .bottom-information,
  .woodmart-hover-info.loading-quick-shop .top-information {
    opacity: 0; }
  .woodmart-dark .woodmart-hover-info .amount,
  .woodmart-dark .woodmart-hover-info .price,
  .woodmart-dark .woodmart-hover-info .price ins {
    color: white; }
  .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-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: 0px;
    right: 0px;
    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: 0px; }
  .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;
      line-height: 40px; }
  .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .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):not(.hover-width-small) .woodmart-buttons .wrap-wishlist-button {
    text-align: left; }
  .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons .wrap-quickview-button {
    text-align: right; }
  .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a {
    color: #ffffff;
    display: block;
    width: auto;
    height: auto; }
    .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:hover, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a:focus {
      -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: #ffffff; }
    .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; }
  .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 {
        width: auto;
        height: auto;
        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.woodmart-dark .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons, .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); }
  .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-dark .woodmart-hover-base:not(.hover-width-small) .woodmart-product-countdown > span, .color-scheme-light .woodmart-hover-base:not(.hover-width-small) .woodmart-product-countdown > span {
    border-color: rgba(255, 255, 255, 0.15); }
  .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: white;
    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: 0px;
      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 .15s ease; }
      .woodmart-hover-base .product-compare-button a:after {
        content: "";
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #bbbbbb;
        border-left-color: black;
        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:hover, .woodmart-hover-base .product-compare-button a:focus {
        -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 .3s ease, -webkit-transform .3s ease; }
  .woodmart-hover-base .fade-in-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }
  .browser-Safari .woodmart-hover-base .fade-in-block {
    visibility: visible;
    pointer-events: none; }
  .woodmart-hover-base:hover .wrapp-swatches, .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.purchasable .fade-in-block, .woodmart-hover-base.has-stars.product-type-external .fade-in-block {
    padding-bottom: 5px; }
  .woodmart-hover-base.has-stars.purchasable .product-rating-price, .woodmart-hover-base.has-stars.product-type-external .product-rating-price {
    height: 30px;
    line-height: 30px;
    overflow: hidden; }
  .woodmart-hover-base.has-stars.purchasable .wrapp-product-price, .woodmart-hover-base.has-stars.product-type-external .wrapp-product-price {
    height: 60px;
    transform: translateY(0px) translateZ(0);
    -webkit-transform: translateY(0px) translateZ(0); }
  .woodmart-hover-base.has-stars.purchasable .star-rating,
  .woodmart-hover-base.has-stars.purchasable .wrapp-product-price .price, .woodmart-hover-base.has-stars.product-type-external .star-rating,
  .woodmart-hover-base.has-stars.product-type-external .wrapp-product-price .price {
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
    overflow: hidden; }
  .woodmart-hover-base.has-stars.purchasable .woodmart-product-cats,
  .woodmart-hover-base.has-stars.purchasable .woodmart-product-brands-links, .woodmart-hover-base.has-stars.product-type-external .woodmart-product-cats,
  .woodmart-hover-base.has-stars.product-type-external .woodmart-product-brands-links {
    margin-bottom: 0; }
  .woodmart-hover-base.has-stars.purchasable .woodmart-product-cats + .woodmart-product-brands-links, .woodmart-hover-base.has-stars.product-type-external .woodmart-product-cats + .woodmart-product-brands-links {
    margin-top: 5px; }
  .woodmart-hover-base.has-stars.purchasable:hover .wrapp-product-price, .woodmart-hover-base.has-stars.purchasable.state-hover .wrapp-product-price, .woodmart-hover-base.has-stars.product-type-external:hover .wrapp-product-price, .woodmart-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price {
    transform: translateY(-30px) translateZ(0);
    -webkit-transform: translateY(-30px) translateZ(0); }
  .woodmart-hover-base.hover-ready:hover, .woodmart-hover-base.hover-ready.state-hover {
    z-index: 20;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0); }
    .woodmart-hover-base.hover-ready:hover .content-product-imagin, .woodmart-hover-base.hover-ready.state-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:hover .swatches-on-grid, .woodmart-hover-base.hover-ready.state-hover .swatches-on-grid {
      bottom: 10px;
      opacity: 1;
      visibility: visible; }
    .woodmart-hover-base.hover-ready:hover .fade-in-block, .woodmart-hover-base.hover-ready.state-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); }
  .browser-Safari .woodmart-hover-base.hover-ready:hover .fade-in-block, .browser-Safari .woodmart-hover-base.hover-ready.state-hover .fade-in-block {
    pointer-events: visible; }
  .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.quick-shop-shown .woodmart-buttons, .woodmart-hover-base.loading-quick-shop .woodmart-buttons {
    opacity: 1; }
  .woodmart-dark .woodmart-hover-base .content-product-imagin, .color-scheme-light .woodmart-hover-base .content-product-imagin {
    background-color: #101010; }
  .woodmart-dark .woodmart-hover-base .wrapp-swatches, .color-scheme-light .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-scheme-light .woodmart-hover-base .product-compare-button a {
    color: white; }
    .woodmart-dark .woodmart-hover-base .product-compare-button a:after, .color-scheme-light .woodmart-hover-base .product-compare-button a:after {
      border-color: rgba(255, 255, 255, 0.15);
      border-left-color: white; }
    .woodmart-dark .woodmart-hover-base .product-compare-button a:hover, .woodmart-dark .woodmart-hover-base .product-compare-button a:focus, .color-scheme-light .woodmart-hover-base .product-compare-button a:hover, .color-scheme-light .woodmart-hover-base .product-compare-button a:focus {
      color: rgba(255, 255, 255, 0.8); }
  .woodmart-dark .woodmart-hover-base .woodmart-product-countdown, .color-scheme-light .woodmart-hover-base .woodmart-product-countdown {
    border-color: rgba(255, 255, 255, 0.15); }
  .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.quick-shop-shown .woodmart-buttons, .woodmart-hover-base.product-in-carousel.loading-quick-shop .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-width-small:not(.product-in-carousel) .woodmart-buttons > div a {
        width: 100%; }
  .woodmart-dark .woodmart-hover-base.hover-width-small:not(.product-in-carousel) .woodmart-buttons > div, .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-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: white; }
    .woodmart-hover-info-alt .top-information del .amount {
      color: rgba(255, 255, 255, 0.6); }
  .woodmart-hover-info-alt .woocommerce-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: white; }
    .woodmart-hover-info-alt .swatches-on-grid .current-swatch:after {
      background-color: white; }
  .woodmart-hover-info-alt .woodmart-product-cats,
  .woodmart-hover-info-alt .woodmart-product-brands-links {
    margin-bottom: 7px; }
    .woodmart-hover-info-alt .woodmart-product-cats a,
    .woodmart-hover-info-alt .woodmart-product-brands-links a {
      color: rgba(255, 255, 255, 0.7); }
      .woodmart-hover-info-alt .woodmart-product-cats a:hover, .woodmart-hover-info-alt .woodmart-product-cats a:focus,
      .woodmart-hover-info-alt .woodmart-product-brands-links a:hover,
      .woodmart-hover-info-alt .woodmart-product-brands-links a:focus {
        color: white; }
  .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.quick-shop-shown .top-information, .woodmart-hover-info-alt.loading-quick-shop .top-information {
    opacity: 0; }
  .woodmart-hover-info-alt.quick-shop-shown .product-element-top:before, .woodmart-hover-info-alt.loading-quick-shop .product-element-top:before {
    opacity: 0; }
  .color-scheme-light .woodmart-hover-info-alt .woodmart-buttons, .woodmart-dark .woodmart-hover-info-alt .woodmart-buttons {
    background-color: transparent; }

.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: #ffffff;
    font-size: 13px;
    color: white;
    display: block;
    opacity: 0.8; }
    .woodmart-hover-quick .woodmart-add-btn > a:hover, .woodmart-hover-quick .woodmart-add-btn > a:focus {
      -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: #ffffff; }
    .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 > a:hover, .woodmart-hover-quick .woodmart-add-btn > a:focus {
      opacity: 1;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .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; }

.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 .woodmart-product-cats,
  .product-list-item .woodmart-product-brands-links,
  .product-list-item .woocommerce-product-rating,
  .product-list-item .price {
    margin-bottom: 10px; }
  .product-list-item .price {
    font-size: 20px; }
  .product-list-item .woodmart-product-countdown {
    margin-bottom: 15px; }
  .product-list-item .woocommerce-review-link {
    display: none; }
  .product-list-item .woocommerce-product-details__short-description {
    margin-bottom: 20px; }
    .product-list-item .woocommerce-product-details__short-description p,
    .product-list-item .woocommerce-product-details__short-description h1, .product-list-item .woocommerce-product-details__short-description h2, .product-list-item .woocommerce-product-details__short-description h3, .product-list-item .woocommerce-product-details__short-description h4, .product-list-item .woocommerce-product-details__short-description h5, .product-list-item .woocommerce-product-details__short-description h6 {
      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: #ffffff; }
    .product-list-item .woodmart-add-btn > a:hover, .product-list-item .woodmart-add-btn > a:focus {
      -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: #ffffff; }
    .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); }

/* ------------------------------------------------------------------------------------------------
* HOVER STANDARD
* ------------------------------------------------------------------------------------------------ */
.woodmart-hover-standard .btn-add {
  margin-top: 10px; }
  .woodmart-hover-standard .btn-add > p {
    display: none; }
  .woodmart-hover-standard .btn-add > a {
    color: #ffffff; }
    .woodmart-hover-standard .btn-add > a:hover, .woodmart-hover-standard .btn-add > a:focus {
      -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: #ffffff; }
    .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-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: white; }
  .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:not(.hover-width-small) .woodmart-product-countdown > span:not(:last-child) {
    border-right: 1px solid rgba(129, 129, 129, 0.2); }
  .woodmart-dark .woodmart-hover-tiled .product-element-bottom, .color-scheme-light .woodmart-hover-tiled .product-element-bottom {
    background-color: #101010; }


/** ------------------------------------------
* IMAGE MASK
* ------------------------------------------ */
.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0; }
  .post-image-mask:after, .post-image-mask:before {
    content: ""; }
  .post-image-mask:after, .post-image-mask:before,
  .post-image-mask span {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
    opacity: 0;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    animation: fadeOutRight 0.3s ease;
    -webkit-animation: fadeOutRight 0.3s ease; }
  .post-image-mask:after {
    margin-right: 0px; }
  .post-image-mask span {
    transition-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -webkit-animation-delay: 0.1s; }
  .post-image-mask:before {
    transition-delay: 0.15s;
    animation-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -webkit-animation-delay: 0.15s; }

/** ------------------------------------------
* READ MORE BUTTON
* ------------------------------------------ */
.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 0.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; }

/** ------------------------------------------
* POST META CONTAINER
* ------------------------------------------ */
.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 .meta-author 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: white;
      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; }
  .entry-meta-list li a {
    color: #A4A4A4; }
    .entry-meta-list li a:hover, .entry-meta-list li a:focus {
      color: #777777; }
  .entry-meta-list li:last-child {
    margin-right: 0px; }
.woodmart-dark .entry-meta-list li, .color-scheme-light .entry-meta-list li {
  color: rgba(255, 255, 255, 0.6); }
  .woodmart-dark .entry-meta-list li a, .color-scheme-light .entry-meta-list li a {
    color: rgba(255, 255, 255, 0.6); }
    .woodmart-dark .entry-meta-list li a:hover, .woodmart-dark .entry-meta-list li a:focus, .color-scheme-light .entry-meta-list li a:hover, .color-scheme-light .entry-meta-list li a:focus {
      color: rgba(255, 255, 255, 0.8); }

/** ------------------------------------------
* SOCIAL HOVERED ICON
* ------------------------------------------ */
.hovered-social-icons {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #A4A4A4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.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: #777777; }
    .hovered-social-icons:hover .woodmart-social-icons {
      opacity: 1;
      visibility: visible; }
  .woodmart-dark .hovered-social-icons, .color-scheme-light .hovered-social-icons {
    color: rgba(255, 255, 255, 0.6); }
    .woodmart-dark .hovered-social-icons:hover, .color-scheme-light .hovered-social-icons:hover {
      color: rgba(255, 255, 255, 0.8); }

/** ------------------------------------------
* POST DATE
* ------------------------------------------ */
.woodmart-post-date {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  background-color: white;
  -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: #333333;
  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; }
  .woodmart-dark .woodmart-post-date, .color-scheme-light .woodmart-post-date {
    background-color: #101010;
    color: white; }

/** ------------------------------------------
* META CATEGORIES 
* ------------------------------------------ */
.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: white;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  line-height: 25px;
  overflow: hidden; }
  .meta-post-categories > a {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px; }
    .meta-post-categories > a:hover, .meta-post-categories > a:focus {
      color: rgba(255, 255, 255, 0.8); }

/** ------------------------------------------
* GALLERY SLIDER
* ------------------------------------------ */
.post-gallery-slider {
  overflow: hidden; }
  .post-gallery-slider .owl-nav > div {
    background-color: white;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    .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; }
  .woodmart-dark .post-gallery-slider .owl-nav > div, .color-scheme-light .post-gallery-slider .owl-nav > div {
    background-color: #101010; }

/** ------------------------------------------
* FORMAT QUOTE
* ------------------------------------------ */
.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"; }
.format-quote .entry-title,
.format-quote .post-image-mask,
.format-quote .meta-post-categories,
.format-quote .post-date,
.format-quote .entry-meta,
.format-quote .hovered-social-icons,
.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: transparent; }
  .format-quote .post-img-wrapp a {
    margin: 0px; }
    .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: #777777;
  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; }
.woodmart-dark .format-quote .article-body-container:before, .color-scheme-light .format-quote .article-body-container:before {
  color: rgba(255, 255, 255, 0.1); }

/** ------------------------------------------
* FORMAT LINK
* ------------------------------------------ */
.format-link .entry-content a {
  padding: 10px 20px;
  font-size: 22px;
  background-color: #F7F7F7;
  display: inline-block; }
  .format-link .entry-content a:hover {
    background-color: #f1f1f1; }
.woodmart-dark .format-link .entry-content a, .color-scheme-light .format-link .entry-content a {
  background-color: rgba(0, 0, 0, 0.3); }
  .woodmart-dark .format-link .entry-content a:hover, .color-scheme-light .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: 0px;
    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: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    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; }
  .share-with-lines > span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-bottom: 1px solid; }
  .woodmart-dark .share-with-lines .woodmart-social-icon a, .color-scheme-light .share-with-lines .woodmart-social-icon a {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4); }

.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 .entry-header,
.blog-design-small-images.has-post-thumbnail .article-body-container {
  -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 .entry-header,
.blog-design-small-images.has-post-thumbnail.format-quote .article-body-container {
  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 .entry-header,
.blog-design-small-images.format-quote .article-body-container {
  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 0.35s ease;
    transition: -webkit-box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
    -webkit-transition: box-shadow 0.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 .post-date,
  .post-slide .meta-post-categories,
  .post-slide .article-body-container {
    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-4 .post-slide .woodmart-entry-meta .meta-author, .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 {
    font-size: 0; }
    .owl-items-xl-4 .post-slide .woodmart-entry-meta .meta-author a, .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 {
      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; }
  .author-info .avatar {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #ffffff;
    max-width: 74px; }
  .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: 0px; }
  .author-info .author-link {
    font-weight: 600;
    display: block;
    margin-top: 10px; }
    .author-info .author-link span {
      display: none; }
  .woodmart-dark .author-info {
    background-color: #101010; }
    .woodmart-dark .author-info .avatar {
      border-color: #101010; }

.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-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-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-single-footer .tags-list a:hover, .woodmart-single-footer .tags-list a:focus {
        color: #212121; }
  .woodmart-dark .woodmart-single-footer {
    border-color: rgba(255, 255, 255, 0.15); }
    .woodmart-dark .woodmart-single-footer .tags-list a {
      border-color: rgba(255, 255, 255, 0.15);
      color: white; }
      .woodmart-dark .woodmart-single-footer .tags-list a:after {
        background-color: white; }

.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); }
  .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; }
    .single-post-navigation .back-to-archive a:hover {
      color: #212121; }
  .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; }
  .woodmart-dark .single-post-navigation {
    border-color: rgba(255, 255, 255, 0.15); }
    .woodmart-dark .single-post-navigation .back-to-archive a {
      color: rgba(255, 255, 255, 0.6); }
      .woodmart-dark .single-post-navigation .back-to-archive a:hover {
        color: white; }

.related-posts-slider {
  margin-bottom: 50px; }

#comments .avatar,
.woodmart-user-panel .avatar {
  margin-left: 0px; }

.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-awaiting-moderation {
  position: absolute;
  top: -24px;
  left: 105px; }
  .comments-area .comment-awaiting-moderation + br {
    display: none; }
.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: 0px;
    top: 0px;
    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: #bbbbbb;
    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: 0.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: #333333; }
.woodmart-dark .comments-area .comment-author .fn {
  color: white; }
.woodmart-dark .comments-area .comment-meta a {
  color: rgba(255, 255, 255, 0.6); }

.post-password-form label {
  text-align: left;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px; }
.post-password-form input[type="submit"] {
  vertical-align: bottom;
  margin-bottom: 10px; }


/** ------------------------------------------------------------------------------------------------
* PAGE 404
* ------------------------------------------------------------------------------------------------ */
.error404 .page-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 20px;
  position: relative; }
  .error404 .page-header:before {
    content: "404";
    position: absolute;
    top: -20px;
    left: 50%;
    color: #f4f4f4;
    font-size: 400px;
    line-height: 320px;
    font-weight: bold;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
.error404 .page-title {
  border-bottom: none;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 115px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 82px;
  line-height: 82px;
  font-weight: 900; }
.error404 .page-content {
  text-align: center; }
  .error404 .page-content h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .error404 .page-content p {
    font-size: 110%; }
  .error404 .page-content > .searchform {
    max-width: 400px;
    margin: 0 auto; }
.error404.woodmart-dark .page-header:before {
  color: rgba(255, 255, 255, 0.1); }


/** ------------------------------------------------------------------------------------------------
* VISUAL COMPOSER 
* ------------------------------------------------------------------------------------------------ */
.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 {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); }

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
  border: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title > a {
  padding-top: 18px;
  padding-bottom: 18px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panels {
  border-top: 2px solid rgba(119, 119, 119, 0.17); }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
  border-bottom: 1px solid; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #333333; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-heading:hover {
  background-color: transparent; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title > a {
  padding-left: 0;
  padding-right: 0; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
  padding-right: 25px;
  padding-left: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
  padding-left: 25px;
  padding-right: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title:hover > a {
  color: #333333; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-body {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  border: none; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
  position: relative; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background-color: transparent;
  color: #777777;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a:hover {
    color: #333333;
    border: none;
    background-color: transparent; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
  position: relative; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active > a {
  border: none;
  background-color: transparent;
  color: #333333; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
  margin: 0px;
  overflow: hidden; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -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 .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s, -webkit-transform .25s ease .25s;
    -webkit-transition: transform .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: block !important; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

/** ------------------------------------------
* VIDEO PLAYER WITH IMAGE ON BG
* ------------------------------------------ */
.wpb_video_wrapper {
  position: relative; }
  .wpb_video_wrapper .woodmart-video-poster-wrapper,
  .wpb_video_wrapper .woodmart-video-poster-wrapper:after,
  .wpb_video_wrapper .woodmart-video-poster {
    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: white;
    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); }

/** ------------------------------------------
* PARALLAX
* ------------------------------------------ */
.parallax-yes {
  background-size: cover; }

.attachment_fixed-yes {
  background-attachment: fixed; }

.vc_row.woodmart-disable-overflow {
  overflow: visible; }

/** ------------------------------------------
* FIX SCROLL IN WULL WIDTH CONTAINER
* ------------------------------------------ */
.vc_row-full-width {
  float: left;
  width: 100%; }

/** ------------------------------------------
* FIX Z-INDEX IN COLUMN INER
* ------------------------------------------ */
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  z-index: auto; }

/** ------------------------------------------
* FIX ANIMATION FADE
* ------------------------------------------ */
div.animated {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none; }

/** ------------------------------------------
* ROW IN ROW, NO PADDING
* ------------------------------------------ */
.vc_row-no-padding .vc_row-fluid {
  margin-right: 0px;
  margin-left: 0px; }

/** ------------------------------------------
* FIX MARGIN
* ------------------------------------------ */
.wpb_widgetised_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0; }

/** ------------------------------------------
* FIX MARGIN IN WIDGET COLUMN
* ------------------------------------------ */
.widgetarea-head .wpb_widgetised_column {
  margin-bottom: 0; }

/** ------------------------------------------
* BG POSITION
* ------------------------------------------ */
body .woodmart-bg-left-top,
body .woodmart-bg-left-top > .vc_column-inner {
  background-position: left top !important; }
body .woodmart-bg-left-center,
body .woodmart-bg-left-center > .vc_column-inner {
  background-position: left center !important; }
body .woodmart-bg-left-bottom,
body .woodmart-bg-left-bottom > .vc_column-inner {
  background-position: left bottom !important; }
body .woodmart-bg-right-top,
body .woodmart-bg-right-top > .vc_column-inner {
  background-position: right top !important; }
body .woodmart-bg-right-center,
body .woodmart-bg-right-center > .vc_column-inner {
  background-position: right center !important; }
body .woodmart-bg-right-bottom,
body .woodmart-bg-right-bottom > .vc_column-inner {
  background-position: right bottom !important; }
body .woodmart-bg-center-top,
body .woodmart-bg-center-top > .vc_column-inner {
  background-position: center top !important; }
body .woodmart-bg-center-center,
body .woodmart-bg-center-center > .vc_column-inner {
  background-position: center center !important; }
body .woodmart-bg-center-bottom,
body .woodmart-bg-center-bottom > .vc_column-inner {
  background-position: center bottom !important; }

/** ------------------------------------------
* FULL WIDTH ROW AND SECTION
* ------------------------------------------ */
.vc_row[data-vc-full-width],
section[data-vc-full-width] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100vw;
  left: calc((-100vw - -95vw) / 2); }

.vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
section[data-vc-full-width]:not([data-vc-stretch-content]) {
  padding-left: calc((100vw - 95vw) / 2);
  padding-right: calc((100vw - 95vw) / 2); }

.platform-Windows .vc_row[data-vc-full-width],
.platform-Windows section[data-vc-full-width] {
  width: calc(100vw - 17px); }

.browser-Edge .vc_row[data-vc-full-width],
.browser-Edge section[data-vc-full-width] {
  width: calc(100vw - 12px); }

/

/** ------------------------------------------------------------------------------------------------
* CUSTOM STYLES
* -------------------------------------------------------------------------------------------------*/
/** ----------------------------
* Elements sliders
* ------------------------------ */
.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; }
  .items-with-space .slider-title,
  .teaser_grid_container .slider-title,
  .vc_carousel_container .slider-title {
    margin-left: 10px;
    margin-right: 10px; }

.categories-style-carousel .vc_carousel_container {
  margin-left: 0;
  margin-right: 0; }

.teaser_grid_container .categories_filter {
  margin: 0 10px 10px; }

/** ------------------------------------------------------------------------------------------------
* REV SLIDER 
* ------------------------------------------------------------------------------------------------ */
.wpb_revslider_element {
  margin-bottom: 0px; }

.hermes .tp-arr-imgholder {
  background-size: cover; }

.woodmart-threed-view {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  cursor: -webkit-grab; }
  .woodmart-threed-view:active {
    cursor: ew-resize;
    cursor: -webkit-grabbing; }
  .woodmart-threed-view .threed-title {
    position: relative;
    padding-top: 20px;
    z-index: 40;
    text-align: center; }
  .woodmart-threed-view .threed-view-images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px; }
    .woodmart-threed-view .threed-view-images img {
      position: absolute;
      top: 0;
      left: 50%;
      height: auto;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .woodmart-threed-view .threed-view-images img.previous-image {
        visibility: hidden;
        /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */ }
      .woodmart-threed-view .threed-view-images img.current-image {
        visibility: visible;
        /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */ }
  .woodmart-threed-view .spinner {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: black;
    font-weight: bolder;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50%; }
    .woodmart-threed-view .spinner span {
      line-height: 60px; }
  .woodmart-threed-view .nav_bar {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -42px;
    z-index: 11;
    background-color: white;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
    .woodmart-threed-view .nav_bar a {
      display: inline-block;
      width: 42px;
      height: 45px;
      line-height: 45px;
      font-size: 0px;
      color: rgba(0, 0, 0, 0.8);
      text-align: center;
      text-decoration: none; }
      .woodmart-threed-view .nav_bar a:hover {
        color: rgba(0, 0, 0, 0.6); }
      .woodmart-threed-view .nav_bar a:after {
        font-size: 16px;
        font-weight: bold; }
    .woodmart-threed-view .nav_bar a.nav_bar_play,
    .woodmart-threed-view .nav_bar a.nav_bar_stop {
      display: none; }
    .woodmart-threed-view .nav_bar a.nav_bar_previous:after {
      content: "\f111";
      font-family: "woodmart-font"; }
    .woodmart-threed-view .nav_bar a.nav_bar_next:after {
      content: "\f110";
      font-family: "woodmart-font"; }
  .woodmart-dark .woodmart-threed-view .nav_bar {
    background-color: #101010; }
    .woodmart-dark .woodmart-threed-view .nav_bar a {
      color: white; }
      .woodmart-dark .woodmart-threed-view .nav_bar a:hover {
        color: rgba(255, 255, 255, 0.8); }

/* html */
.woodmart-threed-view:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

.woodmart-threed-view:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

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

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

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

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

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

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

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/** ------------------------------------------------------------------------------------------------
* PhotoSwipe / #woodmart-photo-swipe
* ------------------------------------------------------------------------------------------------ */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/default-skin.svg); }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }

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

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

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

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

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

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

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

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

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

/*
	
	4. Caption

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

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

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(images/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

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

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

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

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

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

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/
/** ------------------------------------------------------------------------------------------------
* nanoScroller
* ------------------------------------------------------------------------------------------------ */
/** initial setup **/
.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: none; }
    .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 0px; }
  .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:hover > .woodmart-scroll-pane, .woodmart-sidebar-scroll:hover > .woodmart-scroll-pane, .woodmart-scroll-pane.active, .woodmart-scroll-pane.flashed {
  visibility: visible\9;
  opacity: 0.99; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  letter-spacing: .3px;
  font-size: 12px;
  pointer-events: none;
  animation: fadeInTooltip 0.3s ease;
  -webkit-animation: fadeInTooltip 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 0px 15px !important;
  line-height: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  white-space: nowrap; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.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 .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.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; }

/** ------------------------------------------------------------------------------------------------
* WPML
* ------------------------------------------------------------------------------------------------ */
.icl_post_in_other_langs {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid; }
  .icl_post_in_other_langs > a {
    font-weight: 600; }

.widget_icl_lang_sel_widget #lang_sel,
.widget_icl_lang_sel_widget #lang_sel_list {
  font-family: inherit; }
.widget_icl_lang_sel_widget #lang_sel,
.widget_icl_lang_sel_widget #lang_sel_click {
  width: 100%;
  height: auto; }
  .widget_icl_lang_sel_widget #lang_sel ul li:hover ul,
  .widget_icl_lang_sel_widget #lang_sel_click ul li:hover ul {
    top: 100%;
    opacity: 1; }
  .widget_icl_lang_sel_widget #lang_sel ul ul,
  .widget_icl_lang_sel_widget #lang_sel_click ul ul {
    top: 120%;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    opacity: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-top: none; }
    .widget_icl_lang_sel_widget #lang_sel ul ul a,
    .widget_icl_lang_sel_widget #lang_sel_click ul ul a {
      line-height: 1.4;
      padding: 10px 15px; }
  .widget_icl_lang_sel_widget #lang_sel li,
  .widget_icl_lang_sel_widget #lang_sel_click li {
    width: auto;
    float: none; }
    .widget_icl_lang_sel_widget #lang_sel li a,
    .widget_icl_lang_sel_widget #lang_sel_click li a {
      font-size: 14px; }
  .widget_icl_lang_sel_widget #lang_sel img.iclflag,
  .widget_icl_lang_sel_widget #lang_sel_click img.iclflag {
    top: -1px;
    margin-right: 5px; }
  .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
  .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
    position: relative;
    background: none;
    padding: 0 15px;
    height: 42px;
    line-height: 38px;
    border-width: 2px;
    padding-right: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:after,
    .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:after {
      content: "\f107";
      position: absolute;
      top: 50%;
      right: 10px;
      font-size: 16px;
      height: 16px;
      line-height: 16px;
      margin-top: -8px;
      color: #bbb;
      font-family: "FontAwesome"; }
.widget_icl_lang_sel_widget .lang_sel_click ul ul li {
  margin-bottom: 0; }
.widget_icl_lang_sel_widget #lang_sel_list {
  height: auto; }
  .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul a,
  .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul a:visited, .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul a,
  .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul a:visited {
    padding: 6px 10px; }
  .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul li, .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul li {
    float: none; }
  .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal .lang_sel_sel, .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical .lang_sel_sel {
    font-weight: bold; }
  .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_horizontal ul li {
    display: inline-block; }
  .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical {
    width: 100%; }
    .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical ul {
      height: auto; }
    .widget_icl_lang_sel_widget #lang_sel_list.lang_sel_list_vertical li {
      width: 100%; }
  .widget_icl_lang_sel_widget #lang_sel_list a,
  .widget_icl_lang_sel_widget #lang_sel_list a:visited {
    font-size: 14px;
    line-height: 20px; }
  .widget_icl_lang_sel_widget #lang_sel_list img.iclflag {
    top: -1px;
    margin-right: 5px; }

div#lang_sel_footer {
  padding: 10px 15px;
  font-family: inherit; }
  div#lang_sel_footer ul li {
    display: inline-block;
    font-size: 0; }
    div#lang_sel_footer ul li a {
      display: inline-block;
      font-size: 14px;
      padding: 5px 15px; }
  div#lang_sel_footer ul img {
    top: 0;
    margin-right: 5px; }

.wcml-dropdown {
  max-width: 250px;
  width: 100%; }
  .wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu, .wcml-dropdown li:focus.wcml-cs-active-currency .wcml-cs-submenu {
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .wcml-dropdown a {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .wcml-dropdown .wcml-cs-submenu a {
    line-height: 1.4;
    padding: 10px 15px; }
  .wcml-dropdown .wcml-cs-active-currency {
    height: 42px;
    border-width: 2px; }
  .wcml-dropdown a.wcml-cs-item-toggle {
    position: relative;
    padding: 0 15px;
    line-height: 38px;
    padding-right: 27px; }
    .wcml-dropdown a.wcml-cs-item-toggle:after {
      content: "\f107";
      position: absolute;
      top: 50%;
      right: 10px;
      font-size: 16px;
      height: 16px;
      line-height: 16px;
      margin-top: -8px;
      color: #bbb;
      border: none;
      font-family: "FontAwesome"; }
  .wcml-dropdown .wcml-cs-submenu {
    top: 120%;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-top: none; }

.wcml-horizontal-list li a,
.wcml-vertical-list li a {
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 10px; }
  .wcml-horizontal-list li a:hover, .wcml-horizontal-list li a:focus,
  .wcml-vertical-list li a:hover,
  .wcml-vertical-list li a:focus {
    color: #333333; }
.wcml-horizontal-list .wcml-cs-active-currency,
.wcml-vertical-list .wcml-cs-active-currency {
  font-weight: 600; }
  .wcml-horizontal-list .wcml-cs-active-currency > a,
  .wcml-vertical-list .wcml-cs-active-currency > a {
    color: #333333; }
.woocommerce .wcml-horizontal-list.product, .woocommerce
.wcml-vertical-list.product {
  margin-top: 0;
  margin-left: -5px;
  margin-bottom: 15px; }

.widget_currency_sel_widget .wcml-dropdown {
  max-width: 100%; }
.widget_currency_sel_widget li {
  margin-bottom: 0; }

.widgetarea-mobile .widget_currency_sel_widget,
.widgetarea-mobile .widget_icl_lang_sel_widget {
  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; }
  .widgetarea-mobile .widget_currency_sel_widget .widget-title,
  .widgetarea-mobile .widget_icl_lang_sel_widget .widget-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #2d2a2a;
    margin-right: 20px;
    margin-bottom: 0; }
.widgetarea-mobile .wcml-horizontal-list,
.widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: -10px; }
  .widgetarea-mobile .wcml-horizontal-list ul,
  .widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal ul {
    border-top: 0;
    margin-right: -15px !important; }
    .widgetarea-mobile .wcml-horizontal-list ul a,
    .widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal ul a {
      padding: 0 5px; }
    .widgetarea-mobile .wcml-horizontal-list ul li,
    .widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal ul li {
      margin-right: 10px !important;
      margin-bottom: 10px !important; }
.widgetarea-mobile .widget_icl_lang_sel_widget .widget-title:after {
  content: ":"; }
.widgetarea-mobile .wcml-horizontal-list {
  text-align: right; }
.widgetarea-mobile .wcml-vertical-list {
  width: 100%; }
.woodmart-dark .widgetarea-mobile .widget_currency_sel_widget .widget-title,
.woodmart-dark .widgetarea-mobile .widget_icl_lang_sel_widget .widget-title, .dropdowns-color-light .widgetarea-mobile .widget_currency_sel_widget .widget-title,
.dropdowns-color-light .widgetarea-mobile .widget_icl_lang_sel_widget .widget-title {
  color: white; }


/** ------------------------------------------
* WIDGET TEXT
* ------------------------------------------ */
.widget_text .textwidget h6:last-child,
.widget_text .textwidget h5:last-child,
.widget_text .textwidget h4:last-child,
.widget_text .textwidget h3:last-child,
.widget_text .textwidget h2:last-child,
.widget_text .textwidget h1:last-child,
.widget_text .textwidget p:last-child {
  margin-bottom: 0; }

/** ------------------------------------------
* WIDGET RECENT REVIEWS
* ------------------------------------------ */
.widget_recent_reviews li a {
  font-size: 14px; }

/** ------------------------------------------
* WIDGET RSS
* ------------------------------------------ */
.widget_rss .widget-title a {
  color: #2d2a2a;
  vertical-align: middle; }
  .widget_rss .widget-title a img {
    vertical-align: initial; }
.widget_rss ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid; }
  .widget_rss ul li > a {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    color: #2d2a2a;
    font-weight: 600; }
  .widget_rss ul li cite {
    margin-top: 5px;
    display: inline-block; }
  .widget_rss ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px; }
.widget_rss .rss-date {
  font-size: 12px;
  color: #bbbbbb;
  margin-bottom: 8px;
  display: block; }
  .widget_rss .rss-date:before {
    content: "\f073";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 5px; }
.color-scheme-light .widget_rss .widget-title a, .woodmart-dark .widget_rss .widget-title a {
  color: white; }
.color-scheme-light .widget_rss ul li, .woodmart-dark .widget_rss ul li {
  border-color: rgba(255, 255, 255, 0.2); }
  .color-scheme-light .widget_rss ul li a, .woodmart-dark .widget_rss ul li a {
    color: white; }
.color-scheme-light .widget_rss .rss-date, .woodmart-dark .widget_rss .rss-date {
  color: rgba(255, 255, 255, 0.8); }

/** ------------------------------------------
* WIDGET TEG CLOUD
* ------------------------------------------ */
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  margin: -1px -1px;
  font-size: 0; }
  .widget_tag_cloud .tagcloud a,
  .widget_product_tag_cloud .tagcloud a {
    padding: 5px 12px;
    margin: 1px 1px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 12px !important;
    border: 1px solid; }
    .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus,
    .widget_product_tag_cloud .tagcloud a:hover,
    .widget_product_tag_cloud .tagcloud a:focus {
      color: white; }
.color-scheme-light .widget_tag_cloud .tagcloud a, .woodmart-dark .widget_tag_cloud .tagcloud a, .color-scheme-light
.widget_product_tag_cloud .tagcloud a, .woodmart-dark
.widget_product_tag_cloud .tagcloud a {
  border-color: rgba(255, 255, 255, 0.3); }

/** ------------------------------------------
* CALENDAR
* ------------------------------------------ */
.widget_calendar #wp-calendar {
  margin-bottom: 0; }
  .widget_calendar #wp-calendar > caption {
    text-align: center;
    color: #2d2a2a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
  .widget_calendar #wp-calendar th {
    text-align: center;
    padding: 5px;
    font-size: 16px;
    border-bottom: none; }
  .widget_calendar #wp-calendar td {
    text-align: center;
    padding: 10px;
    border-bottom: none; }
  .widget_calendar #wp-calendar #today {
    color: white;
    font-weight: 600; }
  .widget_calendar #wp-calendar #prev {
    text-align: left; }
  .widget_calendar #wp-calendar #next {
    text-align: right; }
  .widget_calendar #wp-calendar thead th {
    border-bottom: 2px solid rgba(129, 129, 129, 0.1); }
  .widget_calendar #wp-calendar tfoot td {
    border-top: 2px solid rgba(129, 129, 129, 0.1); }
.color-scheme-light .widget_calendar #wp-calendar > caption, .woodmart-dark .widget_calendar #wp-calendar > caption {
  color: white; }
.color-scheme-light .widget_calendar #wp-calendar thead th, .woodmart-dark .widget_calendar #wp-calendar thead th {
  border-color: rgba(255, 255, 255, 0.2); }
.color-scheme-light .widget_calendar #wp-calendar tfoot td, .woodmart-dark .widget_calendar #wp-calendar tfoot td {
  border-color: rgba(255, 255, 255, 0.2); }


/* ------------------------------------------------------------------------------------------------
* EXTEND
* ------------------------------------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6,
.title, legend, .woocommerce-Reviews .comment-reply-title {
  color: #2d2a2a;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  display: block; }

.woodmart-dark h1, .woodmart-dark h2, .woodmart-dark h3, .woodmart-dark h4, .woodmart-dark h5, .woodmart-dark h6,
.woodmart-dark .title, .woodmart-dark legend, .woodmart-dark .woocommerce-Reviews .comment-reply-title, .woocommerce-Reviews .woodmart-dark .comment-reply-title {
  color: white; }

.product-title a, a.product-title, .product-grid-item .product-title a, td.product-name a, .group_table td.label a, .widget_recent_entries ul li a, .widget_recent_comments ul li > a, .woodmart-recent-posts .entry-title a:hover, .widget_recent_reviews li a {
  color: #333333; }
  .product-title a:hover, a.product-title:hover, td.product-name a:hover, .group_table td.label a:hover, .widget_recent_entries ul li a:hover, .widget_recent_comments ul li > a:hover, .woodmart-recent-posts .entry-title a:hover, .widget_recent_reviews li a:hover {
    color: #333333; }

.widget_shopping_cart .mini_cart_item:hover .product-title, .widget_products .product_list_widget li a:hover .product-title,
.widget_top_rated_products .product_list_widget li a:hover .product-title, .product-title a:hover, a.product-title:hover, td.product-name a:hover, .group_table td.label a:hover, .widget_recent_entries ul li a:hover, .widget_recent_comments ul li > a:hover, .woodmart-recent-posts .entry-title a:hover, .widget_recent_reviews li a:hover {
  opacity: 0.7; }

.woodmart-hover-info-alt h3.product-title a, .color-scheme-light .woodmart-recent-posts .entry-title a, .woodmart-dark .woodmart-recent-posts .entry-title a, .color-scheme-light .product-title a, .product-title .color-scheme-light a, .color-scheme-light a.product-title, .color-scheme-light td.product-name a, td.product-name .color-scheme-light a, .color-scheme-light .group_table td.label a, .group_table td.label .color-scheme-light a, .color-scheme-light .widget_recent_entries ul li a, .widget_recent_entries ul li .color-scheme-light a, .color-scheme-light .widget_recent_comments ul li > a, .widget_recent_comments ul .color-scheme-light li > a, .woodmart-recent-posts .entry-title .color-scheme-light a:hover, .color-scheme-light .widget_recent_reviews li a, .widget_recent_reviews li .color-scheme-light a,
.woodmart-dark .product-title a,
.product-title .woodmart-dark a,
.woodmart-dark a.product-title,
.woodmart-dark td.product-name a,
td.product-name .woodmart-dark a,
.woodmart-dark .group_table td.label a,
.group_table td.label .woodmart-dark a,
.woodmart-dark .widget_recent_entries ul li a,
.widget_recent_entries ul li .woodmart-dark a,
.woodmart-dark .widget_recent_comments ul li > a,
.widget_recent_comments ul .woodmart-dark li > a,
.woodmart-recent-posts .entry-title .woodmart-dark a:hover,
.woodmart-dark .widget_recent_reviews li a,
.widget_recent_reviews li .woodmart-dark a {
  color: white; }
  .woodmart-hover-info-alt h3.product-title a:hover, .color-scheme-light .woodmart-recent-posts .entry-title a:hover, .woodmart-dark .woodmart-recent-posts .entry-title a:hover, .color-scheme-light .product-title a:hover, .product-title .color-scheme-light a:hover, .color-scheme-light a.product-title:hover, .color-scheme-light td.product-name a:hover, td.product-name .color-scheme-light a:hover, .color-scheme-light .group_table td.label a:hover, .group_table td.label .color-scheme-light a:hover, .color-scheme-light .widget_recent_entries ul li a:hover, .widget_recent_entries ul li .color-scheme-light a:hover, .color-scheme-light .widget_recent_comments ul li > a:hover, .widget_recent_comments ul .color-scheme-light li > a:hover, .woodmart-recent-posts .entry-title .color-scheme-light a:hover, .color-scheme-light .widget_recent_reviews li a:hover, .widget_recent_reviews li .color-scheme-light a:hover,
  .woodmart-dark .product-title a:hover,
  .product-title .woodmart-dark a:hover,
  .woodmart-dark a.product-title:hover,
  .woodmart-dark td.product-name a:hover,
  td.product-name .woodmart-dark a:hover,
  .woodmart-dark .group_table td.label a:hover,
  .group_table td.label .woodmart-dark a:hover,
  .woodmart-dark .widget_recent_entries ul li a:hover,
  .widget_recent_entries ul li .woodmart-dark a:hover,
  .woodmart-dark .widget_recent_comments ul li > a:hover,
  .widget_recent_comments ul .woodmart-dark li > a:hover,
  .woodmart-recent-posts .entry-title .woodmart-dark a:hover,
  .woodmart-dark .widget_recent_reviews li a:hover,
  .widget_recent_reviews li .woodmart-dark a:hover {
    color: white; }

.woodmart-menu-price .menu-price-title, .product-title, .product-grid-item .product-title, .group_table td.label a, table.compare-list tr.title td, .widget_recent_entries ul li a, .widget_recent_comments ul li > a, .woodmart-recent-posts .entry-title a, .widget_recent_reviews li a, .yith-woocompare-widget .products-list li a.title {
  color: #333333;
  word-wrap: break-word;
  font-weight: 500;
  line-height: 1.3; }

.color-scheme-light .woodmart-menu-price .menu-price-title, .woodmart-menu-price .color-scheme-light .menu-price-title, .color-scheme-light .product-title, .color-scheme-light .group_table td.label a, .group_table td.label .color-scheme-light a, .color-scheme-light table.compare-list tr.title td, table.compare-list tr.title .color-scheme-light td, .color-scheme-light .widget_recent_entries ul li a, .widget_recent_entries ul li .color-scheme-light a, .color-scheme-light .widget_recent_comments ul li > a, .widget_recent_comments ul .color-scheme-light li > a, .color-scheme-light .woodmart-recent-posts .entry-title a, .woodmart-recent-posts .entry-title .color-scheme-light a, .color-scheme-light .widget_recent_reviews li a, .widget_recent_reviews li .color-scheme-light a, .color-scheme-light .yith-woocompare-widget .products-list li a.title, .yith-woocompare-widget .products-list li .color-scheme-light a.title,
.woodmart-dark .woodmart-menu-price .menu-price-title,
.woodmart-menu-price .woodmart-dark .menu-price-title,
.woodmart-dark .product-title,
.woodmart-dark .group_table td.label a,
.group_table td.label .woodmart-dark a,
.woodmart-dark table.compare-list tr.title td,
table.compare-list tr.title .woodmart-dark td,
.woodmart-dark .widget_recent_entries ul li a,
.widget_recent_entries ul li .woodmart-dark a,
.woodmart-dark .widget_recent_comments ul li > a,
.widget_recent_comments ul .woodmart-dark li > a,
.woodmart-dark .woodmart-recent-posts .entry-title a,
.woodmart-recent-posts .entry-title .woodmart-dark a,
.woodmart-dark .widget_recent_reviews li a,
.widget_recent_reviews li .woodmart-dark a,
.woodmart-dark .yith-woocompare-widget .products-list li a.title,
.yith-woocompare-widget .products-list li .woodmart-dark a.title {
  color: white; }

legend, .slider-title, .woodmart-products-tabs .tabs-name, .comments-area .comments-title,
.comments-area .comment-reply-title, .woocommerce-column__title, header.title > h3, .woodmart-checkout-steps ul, .woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3, .woocommerce-additional-fields > h3, #ship-to-different-address label, #order_review_heading, .cart-totals-inner h2, .cross-sells > h2, .woocommerce-MyAccount-content > h2,
.woocommerce-MyAccount-content header > h2, .wishlist-title h2, #order_payment_heading {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }

.platform-Windows .global-search-full-screen.woodmart-search-opened .topbar-wrapp, .platform-Windows .full-screen-menu-open .topbar-wrapp,
.platform-Windows .global-search-full-screen.woodmart-search-opened .main-header,
.platform-Windows .full-screen-menu-open .main-header,
.platform-Windows .global-search-full-screen.woodmart-search-opened .main-page-wrapper,
.platform-Windows .full-screen-menu-open .main-page-wrapper,
.platform-Windows .global-search-full-screen.woodmart-search-opened .sticky-header,
.platform-Windows .full-screen-menu-open .sticky-header, .platform-Windows .sticky-header-prepared.global-search-full-screen.woodmart-search-opened .header-menu-top .navigation-wrap, .platform-Windows .sticky-header-prepared.full-screen-menu-open .header-menu-top .navigation-wrap {
  padding-right: 17px; }

.header-color-light .right-column > div > a, .header-color-light .right-column .woodmart-shopping-cart .woodmart-cart-subtotal .amount, .header-color-light .right-column .woodmart-cart-design-3 > a:before, .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, .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 {
  color: white; }

.header-color-light .right-column > div > a:hover, .header-color-light .right-column .woodmart-cart-design-3 > a:hover:before, .header-color-light .right-column .woodmart-cart-design-3 .woodmart-cart-number, .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:hover, .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:hover, .menu-style-default .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:focus, .menu-style-default.woodmart-dark .menu-mega-dropdown .sub-menu-dropdown .sub-menu > li > a:focus, .menu-style-bordered .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:focus, .menu-style-bordered.woodmart-dark .menu-mega-dropdown .sub-menu > li > a:focus {
  color: rgba(255, 255, 255, 0.8); }

.header-color-light .topbar-menu .item-level-0 > a, .full-screen-nav .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, .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,
.header-color-light .topbar-menu .menu > .menu-item-language > a,
.full-screen-nav .menu > .menu-item-language > a,
.menu-style-default .header-color-light .main-nav .menu > .menu-item-language > a,
.menu-style-default .header-color-light .woodmart-header-links .menu > .menu-item-language > a,
.menu-style-bordered .header-color-light .main-nav .menu > .menu-item-language > a,
.menu-style-bordered .header-color-light .woodmart-header-links .menu > .menu-item-language > a {
  color: white; }
  .header-color-light .topbar-menu .item-level-0 > a:after, .full-screen-nav .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, .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,
  .header-color-light .topbar-menu .menu > .menu-item-language > a:after,
  .full-screen-nav .menu > .menu-item-language > a:after,
  .menu-style-default .header-color-light .main-nav .menu > .menu-item-language > a:after,
  .menu-style-default .header-color-light .woodmart-header-links .menu > .menu-item-language > a:after,
  .menu-style-bordered .header-color-light .main-nav .menu > .menu-item-language > a:after,
  .menu-style-bordered .header-color-light .woodmart-header-links .menu > .menu-item-language > a:after {
    color: rgba(255, 255, 255, 0.6); }
.header-color-light .topbar-menu .item-level-0.current-menu-item > a, .full-screen-nav .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, .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,
.header-color-light .topbar-menu .menu > .menu-item-language.current-menu-item > a,
.full-screen-nav .menu > .menu-item-language.current-menu-item > a,
.menu-style-default .header-color-light .main-nav .menu > .menu-item-language.current-menu-item > a,
.menu-style-default .header-color-light .woodmart-header-links .menu > .menu-item-language.current-menu-item > a,
.menu-style-bordered .header-color-light .main-nav .menu > .menu-item-language.current-menu-item > a,
.menu-style-bordered .header-color-light .woodmart-header-links .menu > .menu-item-language.current-menu-item > a {
  color: white; }
.header-color-light .topbar-menu .item-level-0:hover > a, .full-screen-nav .item-level-0:hover > 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:hover > 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:hover > a, .header-color-light .topbar-menu .item-level-0:focus > a, .full-screen-nav .item-level-0:focus > a, .menu-style-default .header-color-light .main-nav .item-level-0:focus > a, .menu-style-default .header-color-light .woodmart-header-links .item-level-0:focus > a, .menu-style-bordered .header-color-light .main-nav .item-level-0:focus > a, .menu-style-bordered .header-color-light .woodmart-header-links .item-level-0:focus > a,
.header-color-light .topbar-menu .menu > .menu-item-language:hover > a,
.full-screen-nav .menu > .menu-item-language:hover > a,
.menu-style-default .header-color-light .main-nav .menu > .menu-item-language:hover > a,
.menu-style-default .header-color-light .woodmart-header-links .menu > .menu-item-language:hover > a,
.menu-style-bordered .header-color-light .main-nav .menu > .menu-item-language:hover > a,
.menu-style-bordered .header-color-light .woodmart-header-links .menu > .menu-item-language:hover > a,
.header-color-light .topbar-menu .menu > .menu-item-language:focus > a,
.full-screen-nav .menu > .menu-item-language:focus > a,
.menu-style-default .header-color-light .main-nav .menu > .menu-item-language:focus > a,
.menu-style-default .header-color-light .woodmart-header-links .menu > .menu-item-language:focus > a,
.menu-style-bordered .header-color-light .main-nav .menu > .menu-item-language:focus > a,
.menu-style-bordered .header-color-light .woodmart-header-links .menu > .menu-item-language:focus > a {
  color: rgba(255, 255, 255, 0.8); }

.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, .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 {
  color: rgba(255, 255, 255, 0.6); }
  .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:hover, .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:hover, .menu-style-default .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:focus, .menu-style-default.woodmart-dark .menu-mega-dropdown .sub-menu-dropdown .sub-sub-menu li a:focus, .menu-style-bordered .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:focus, .menu-style-bordered.woodmart-dark .menu-mega-dropdown .sub-sub-menu li a:focus {
    color: white; }

.menu-style-default .menu-mega-dropdown .sub-menu > li > a {
  color: #2d2a2a; }
.menu-style-default .menu-mega-dropdown .sub-sub-menu li a {
  color: #777777; }

.menu-style-default .menu-simple-dropdown ul li a, .menu-style-default .menu-simple-dropdown .color-scheme-dark ul li a, .menu-style-default .menu-item-my-account ul li a {
  color: #777777; }
  .menu-style-default .menu-simple-dropdown ul li a:hover, .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-item-my-account ul li a:focus {
    background-color: #f9f9f9;
    color: #777777; }

.menu-style-default .menu-simple-dropdown .color-scheme-light ul li a, .menu-style-default.woodmart-dark .menu-simple-dropdown .sub-menu-dropdown ul li a, .menu-style-default .menu-item-my-account .color-scheme-light ul li a, .menu-style-default.woodmart-dark .menu-item-my-account ul li a {
  color: rgba(255, 255, 255, 0.8); }
  .menu-style-default .menu-simple-dropdown .color-scheme-light ul li a:hover, .menu-style-default.woodmart-dark .menu-simple-dropdown .sub-menu-dropdown ul li a:hover, .menu-style-default .menu-item-my-account .color-scheme-light ul li a:hover, .menu-style-default.woodmart-dark .menu-item-my-account ul li a:hover, .menu-style-default .menu-simple-dropdown .color-scheme-light ul li a:focus, .menu-style-default.woodmart-dark .menu-simple-dropdown .sub-menu-dropdown ul li a:focus, .menu-style-default .menu-item-my-account .color-scheme-light ul li a:focus, .menu-style-default.woodmart-dark .menu-item-my-account ul li a:focus {
    background-color: rgba(255, 255, 255, 0.08);
    color: white; }

.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,
.menu-style-bordered .header-color-light .main-nav .menu > .menu-item-language > a span:not(.menu-label):after,
.menu-style-bordered .header-color-light .woodmart-header-links .menu > .menu-item-language > 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,
.menu-style-bordered .main-nav .menu > .menu-item-language > a,
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language > a {
  color: #333333; }
  .menu-style-bordered .main-nav .item-level-0 > a:after, .menu-style-bordered .woodmart-header-links .item-level-0 > a:after,
  .menu-style-bordered .main-nav .menu > .menu-item-language > a:after,
  .menu-style-bordered .woodmart-header-links .menu > .menu-item-language > a:after {
    color: #bbbbbb; }
.menu-style-bordered .main-nav .item-level-0:hover > a, .menu-style-bordered .woodmart-header-links .item-level-0:hover > a, .menu-style-bordered .main-nav .item-level-0:focus > a, .menu-style-bordered .woodmart-header-links .item-level-0:focus > a,
.menu-style-bordered .main-nav .menu > .menu-item-language:hover > a,
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language:hover > a,
.menu-style-bordered .main-nav .menu > .menu-item-language:focus > a,
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language:focus > a {
  color: #333333; }

.menu-style-bordered .menu-mega-dropdown .sub-menu > li > a {
  color: #2d2a2a; }
  .menu-style-bordered .menu-mega-dropdown .sub-menu > li > a:hover, .menu-style-bordered .menu-mega-dropdown .sub-menu > li > a:focus {
    color: #2d2a2a; }
.menu-style-bordered .menu-mega-dropdown .sub-sub-menu li a {
  color: #777777; }
  .menu-style-bordered .menu-mega-dropdown .sub-sub-menu li a:hover, .menu-style-bordered .menu-mega-dropdown .sub-sub-menu li a:focus {
    color: #333333; }

.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-simple-dropdown ul li a, .menu-style-bordered .menu-simple-dropdown .color-scheme-dark ul li a, .menu-style-bordered .menu-item-my-account ul li a {
  color: #777777; }
  .menu-style-bordered .menu-simple-dropdown ul li a:hover, .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-item-my-account ul li a:focus {
    color: #333333; }

.menu-style-bordered .menu-simple-dropdown .color-scheme-light ul li a, .menu-style-bordered.woodmart-dark .menu-simple-dropdown ul li a, .menu-style-bordered .menu-item-my-account .color-scheme-light ul li a, .menu-style-bordered.woodmart-dark .menu-item-my-account ul li a {
  color: rgba(255, 255, 255, 0.8); }
  .menu-style-bordered .menu-simple-dropdown .color-scheme-light ul li a span:not(.menu-label):after, .menu-style-bordered.woodmart-dark .menu-simple-dropdown ul li a span:not(.menu-label):after, .menu-style-bordered .menu-item-my-account .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 {
    background-color: rgba(255, 255, 255, 0.5); }
  .menu-style-bordered .menu-simple-dropdown .color-scheme-light ul li a:hover, .menu-style-bordered.woodmart-dark .menu-simple-dropdown ul li a:hover, .menu-style-bordered .menu-item-my-account .color-scheme-light ul li a:hover, .menu-style-bordered.woodmart-dark .menu-item-my-account ul li a:hover, .menu-style-bordered .menu-simple-dropdown .color-scheme-light ul li a:focus, .menu-style-bordered.woodmart-dark .menu-simple-dropdown ul li a:focus, .menu-style-bordered .menu-item-my-account .color-scheme-light ul li a:focus, .menu-style-bordered.woodmart-dark .menu-item-my-account ul li a:focus {
    color: white; }

.widgetarea-head,
.menu-text-widget, .topbar-text, .min-footer > div {
  line-height: 1.2; }
  .widgetarea-head > h6,
  .menu-text-widget > h6, .topbar-text > h6, .min-footer > div > h6,
  .widgetarea-head > h5,
  .menu-text-widget > h5,
  .topbar-text > h5,
  .min-footer > div > h5,
  .widgetarea-head > h4,
  .menu-text-widget > h4,
  .topbar-text > h4,
  .min-footer > div > h4,
  .widgetarea-head > h3,
  .menu-text-widget > h3,
  .topbar-text > h3,
  .min-footer > div > h3,
  .widgetarea-head > h2,
  .menu-text-widget > h2,
  .topbar-text > h2,
  .min-footer > div > h2,
  .widgetarea-head > h1,
  .menu-text-widget > h1,
  .topbar-text > h1,
  .min-footer > div > h1,
  .widgetarea-head > p,
  .menu-text-widget > p,
  .topbar-text > p,
  .min-footer > div > p {
    margin-bottom: 0;
    line-height: 1.2; }

.header-color-light .widgetarea-head, .header-color-light
.menu-text-widget, .navigation-wrap.navigation-color-scheme-light .menu-text-widget, .header-color-light .topbar-text {
  color: white; }
  .header-color-light .widgetarea-head > h6, .header-color-light
  .menu-text-widget > h6, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h6, .header-color-light .topbar-text > h6,
  .header-color-light .widgetarea-head > h5,
  .header-color-light .menu-text-widget > h5,
  .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h5,
  .header-color-light .topbar-text > h5,
  .header-color-light .widgetarea-head > h4,
  .header-color-light .menu-text-widget > h4,
  .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h4,
  .header-color-light .topbar-text > h4,
  .header-color-light .widgetarea-head > h3,
  .header-color-light .menu-text-widget > h3,
  .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h3,
  .header-color-light .topbar-text > h3,
  .header-color-light .widgetarea-head > h2,
  .header-color-light .menu-text-widget > h2,
  .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h2,
  .header-color-light .topbar-text > h2,
  .header-color-light .widgetarea-head > h1,
  .header-color-light .menu-text-widget > h1,
  .navigation-wrap.navigation-color-scheme-light .menu-text-widget > h1,
  .header-color-light .topbar-text > h1,
  .header-color-light .widgetarea-head > p,
  .header-color-light .menu-text-widget > p,
  .navigation-wrap.navigation-color-scheme-light .menu-text-widget > p,
  .header-color-light .topbar-text > p {
    color: white; }
  .header-color-light .widgetarea-head > a, .header-color-light
  .menu-text-widget > a, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > a, .header-color-light .topbar-text > a {
    color: rgba(255, 255, 255, 0.1); }
    .header-color-light .widgetarea-head > a:hover, .header-color-light
    .menu-text-widget > a:hover, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > a:hover, .header-color-light .topbar-text > a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .header-color-light .widgetarea-head > ul li, .header-color-light
  .menu-text-widget > ul li, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ul li, .header-color-light .topbar-text > ul li,
  .header-color-light .widgetarea-head > ol li,
  .header-color-light .menu-text-widget > ol li,
  .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ol li,
  .header-color-light .topbar-text > ol li {
    color: white; }
    .header-color-light .widgetarea-head > ul li a, .header-color-light
    .menu-text-widget > ul li a, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ul li a, .header-color-light .topbar-text > ul li a,
    .header-color-light .widgetarea-head > ol li a,
    .header-color-light .menu-text-widget > ol li a,
    .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ol li a,
    .header-color-light .topbar-text > ol li a {
      color: white; }
      .header-color-light .widgetarea-head > ul li a:hover, .header-color-light
      .menu-text-widget > ul li a:hover, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ul li a:hover, .header-color-light .topbar-text > ul li a:hover, .header-color-light .widgetarea-head > ul li a:focus, .header-color-light
      .menu-text-widget > ul li a:focus, .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ul li a:focus, .header-color-light .topbar-text > ul li a:focus,
      .header-color-light .widgetarea-head > ol li a:hover,
      .header-color-light .menu-text-widget > ol li a:hover,
      .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ol li a:hover,
      .header-color-light .topbar-text > ol li a:hover,
      .header-color-light .widgetarea-head > ol li a:focus,
      .header-color-light .menu-text-widget > ol li a:focus,
      .navigation-wrap.navigation-color-scheme-light .menu-text-widget > ol li a:focus,
      .header-color-light .topbar-text > ol li a:focus {
        color: rgba(255, 255, 255, 0.8); }

.navigation-wrap.navigation-color-scheme-dark .menu-text-widget {
  color: #777777; }
  .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > p {
    color: #777777; }
  .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > h6,
  .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > h5,
  .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > h4,
  .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > h3,
  .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > h2,
  .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > h1 {
    color: #2d2a2a; }
  .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > a {
    color: #3f3f3f; }

.color-scheme-light .searchform,
.woodmart-dark .searchform, .woodmart-vc-ajax-search.color-light .searchform, .header-color-light .widgetarea-head .searchform,
.header-color-light .menu-text-widget .searchform,
.header-color-light .navigations-inner .searchform, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform, .header-categories.header-color-light .secondary-inner > .search-extended .searchform {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .color-scheme-light .searchform input[type="text"],
  .woodmart-dark .searchform input[type="text"], .woodmart-vc-ajax-search.color-light .searchform input[type="text"], .header-color-light .widgetarea-head .searchform input[type="text"],
  .header-color-light .menu-text-widget .searchform input[type="text"],
  .header-color-light .navigations-inner .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"] {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: rgba(255, 255, 255, 0.5);
    color: white; }
    .color-scheme-light .searchform input[type="text"]:focus,
    .woodmart-dark .searchform input[type="text"]:focus, .woodmart-vc-ajax-search.color-light .searchform input[type="text"]:focus, .header-color-light .widgetarea-head .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-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 {
      border-color: rgba(255, 255, 255, 0.7); }
  .color-scheme-light .searchform ::-webkit-input-placeholder,
  .woodmart-dark .searchform ::-webkit-input-placeholder, .woodmart-vc-ajax-search.color-light .searchform ::-webkit-input-placeholder, .header-color-light .widgetarea-head .searchform ::-webkit-input-placeholder,
  .header-color-light .menu-text-widget .searchform ::-webkit-input-placeholder,
  .header-color-light .navigations-inner .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 {
    color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .searchform ::-moz-placeholder,
  .woodmart-dark .searchform ::-moz-placeholder, .woodmart-vc-ajax-search.color-light .searchform ::-moz-placeholder, .header-color-light .widgetarea-head .searchform ::-moz-placeholder,
  .header-color-light .menu-text-widget .searchform ::-moz-placeholder,
  .header-color-light .navigations-inner .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 {
    color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .searchform :-moz-placeholder,
  .woodmart-dark .searchform :-moz-placeholder, .woodmart-vc-ajax-search.color-light .searchform :-moz-placeholder, .header-color-light .widgetarea-head .searchform :-moz-placeholder,
  .header-color-light .menu-text-widget .searchform :-moz-placeholder,
  .header-color-light .navigations-inner .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 {
    color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .searchform :-ms-input-placeholder,
  .woodmart-dark .searchform :-ms-input-placeholder, .woodmart-vc-ajax-search.color-light .searchform :-ms-input-placeholder, .header-color-light .widgetarea-head .searchform :-ms-input-placeholder,
  .header-color-light .menu-text-widget .searchform :-ms-input-placeholder,
  .header-color-light .navigations-inner .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 {
    color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .searchform #searchsubmit,
  .woodmart-dark .searchform #searchsubmit, .woodmart-vc-ajax-search.color-light .searchform #searchsubmit, .header-color-light .widgetarea-head .searchform #searchsubmit,
  .header-color-light .menu-text-widget .searchform #searchsubmit,
  .header-color-light .navigations-inner .searchform #searchsubmit, .header-advanced.header-color-light .wrapp-header > .search-extended .searchform #searchsubmit, .header-categories.header-color-light .secondary-inner > .search-extended .searchform #searchsubmit {
    color: white; }
    .color-scheme-light .searchform #searchsubmit:before,
    .woodmart-dark .searchform #searchsubmit:before, .woodmart-vc-ajax-search.color-light .searchform #searchsubmit:before, .header-color-light .widgetarea-head .searchform #searchsubmit:before,
    .header-color-light .menu-text-widget .searchform #searchsubmit:before,
    .header-color-light .navigations-inner .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 {
      border-color: rgba(255, 255, 255, 0.4);
      border-left-color: white; }
.color-scheme-light .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, .header-color-light .widgetarea-head .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-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 {
  border-color: rgba(255, 255, 255, 0.5); }
  .color-scheme-light .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, .header-color-light .widgetarea-head .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-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 {
    color: white; }

.full-screen-close-icon, button.mfp-close, .popup-added_to_cart .mfp-close, #cboxClose {
  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: white;
  cursor: pointer;
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .full-screen-close-icon:after, button.mfp-close:after, .popup-added_to_cart .mfp-close:after, #cboxClose:after {
    content: "\f10f";
    font-family: "woodmart-font";
    display: inline-block;
    font-size: 16px;
    line-height: 50px; }
  .full-screen-close-icon:hover, button.mfp-close:hover, .popup-added_to_cart .mfp-close:hover, #cboxClose:hover, .full-screen-close-icon:focus, button.mfp-close:focus, .popup-added_to_cart .mfp-close:focus, #cboxClose:focus {
    color: white;
    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; }

td.product-remove a, .woocommerce-remove-coupon, .yith-woocompare-widget .products-list li a.remove {
  position: relative;
  font-size: 0px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 19px;
  padding-right: 0; }
  td.product-remove a:after, .woocommerce-remove-coupon:after, .yith-woocompare-widget .products-list li a.remove:after, td.product-remove a:before, .woocommerce-remove-coupon:before, .yith-woocompare-widget .products-list li a.remove:before {
    content: " ";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1px;
    width: 13px;
    height: 2px;
    display: inline-block;
    background-color: black;
    -webkit-transition: background-color 0.2s ease-in-out,  transform 0.2s ease-in-out,  width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out,  width 0.2s ease-in-out,  -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out,  width 0.2s ease-in-out,  -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out,  transform 0.2s ease-in-out,  width 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out,  transform 0.2s ease-in-out,  width 0.2s ease-in-out,  -webkit-transform 0.2s ease-in-out; }
  td.product-remove a:after, .woocommerce-remove-coupon:after, .yith-woocompare-widget .products-list li a.remove:after {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg); }
  td.product-remove a:before, .woocommerce-remove-coupon:before, .yith-woocompare-widget .products-list li a.remove:before {
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg); }
  td.product-remove a:hover:after, .woocommerce-remove-coupon:hover:after, .yith-woocompare-widget .products-list li a.remove:hover:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  td.product-remove a:hover:before, .woocommerce-remove-coupon:hover:before, .yith-woocompare-widget .products-list li a.remove:hover:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  td.product-remove a:after, .woocommerce-remove-coupon:after, .yith-woocompare-widget .products-list li a.remove:after, td.product-remove a:before, .woocommerce-remove-coupon:before, .yith-woocompare-widget .products-list li a.remove:before {
    right: 8px; }

.woodmart-dark td.product-remove a:after, td.product-remove .woodmart-dark a:after, .woodmart-dark .woocommerce-remove-coupon:after, .woodmart-dark .yith-woocompare-widget .products-list li a.remove:after, .yith-woocompare-widget .products-list li .woodmart-dark a.remove:after, .woodmart-dark td.product-remove a:before, td.product-remove .woodmart-dark a:before, .woodmart-dark .woocommerce-remove-coupon:before, .woodmart-dark .yith-woocompare-widget .products-list li a.remove:before, .yith-woocompare-widget .products-list li .woodmart-dark a.remove:before {
  background-color: white; }

.woodmart-products-tabs .tabs-navigation-wrapper:after, .portfolio-filter:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container:after {
  content: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 70px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }

.woodmart-dark .woodmart-products-tabs .tabs-navigation-wrapper:after, .woodmart-products-tabs .woodmart-dark .tabs-navigation-wrapper:after, .woodmart-dark .portfolio-filter:after, .woodmart-dark .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .woodmart-dark .vc_tta-tabs-container:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
  background: linear-gradient(to right, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%); }

.menu-style-bordered .full-screen-nav .item-level-0 > a span:not(.menu-label),
.menu-style-bordered .full-screen-nav .menu > .menu-item-language > a span:not(.menu-label), .menu-style-bordered .main-nav .item-level-0 > a span:not(.menu-label),
.menu-style-bordered .main-nav .menu > .menu-item-language > a span:not(.menu-label),
.menu-style-bordered .woodmart-header-links .item-level-0 > a span:not(.menu-label),
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language > 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 .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), .woodmart-products-tabs.tabs-design-default .products-tabs-title .tab-label, .masonry-filter li a, .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; }

.menu-style-bordered .full-screen-nav .item-level-0 > a span:not(.menu-label):after,
.menu-style-bordered .full-screen-nav .menu > .menu-item-language > a span:not(.menu-label):after, .menu-style-bordered .main-nav .item-level-0 > a span:not(.menu-label):after,
.menu-style-bordered .main-nav .menu > .menu-item-language > a span:not(.menu-label):after,
.menu-style-bordered .woodmart-header-links .item-level-0 > a span:not(.menu-label):after,
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language > 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 .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, .woodmart-products-tabs.tabs-design-default .products-tabs-title .tab-label:after, .category-nav-link .category-name:after, .masonry-filter li a:after, .woodmart-checkout-steps ul li span: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); }

.menu-style-bordered .full-screen-nav .item-level-0 > a:hover span:not(.menu-label):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 .menu > .menu-item-language > a:hover span:not(.menu-label):after,
.menu-style-bordered .full-screen-nav .menu > .menu-item-language.current-menu-item > a span:not(.menu-label):after,
.menu-style-bordered .full-screen-nav .menu > .menu-item-language.sub-menu-open > a span:not(.menu-label):after, .menu-style-bordered .main-nav .item-level-0:hover > a 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 .menu > .menu-item-language:hover > a span:not(.menu-label):after,
.menu-style-bordered .main-nav .menu > .menu-item-language.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,
.menu-style-bordered .woodmart-header-links .item-level-0.current-menu-item > a span:not(.menu-label):after,
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language:hover > a span:not(.menu-label):after,
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language.current-menu-item > a 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-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 .sub-menu-dropdown .sub-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-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 .menu-item-my-account .sub-sub-menu li a:focus span:not(.menu-label):after, .woodmart-products-tabs.tabs-design-default .products-tabs-title li:hover .tab-label:after, .woodmart-products-tabs.tabs-design-default .products-tabs-title li.active-tab-title .tab-label:after, .woodmart-product-categories .category-nav-link > a:hover .category-name:after, .woodmart-product-categories .category-nav-link > a:focus .category-name:after, .woodmart-product-categories .current-cat > .category-nav-link .category-name:after, .masonry-filter li a:hover:after, .masonry-filter li a:focus:after, .masonry-filter li a.filter-active:after, .document-ready .woodmart-checkout-steps .step-active span:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a:hover .vc_tta-title-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text:after {
  width: 100%; }

.header-menu-top .navigation-wrap .main-nav .item-level-0 > a .menu-label, .topbar-menu .item-level-0 > a .menu-label,
.topbar-menu .menu > .menu-item-language > a .menu-label, .vertical-navigation .item-level-0 > a .menu-label,
.vertical-navigation .menu > .menu-item-language > a .menu-label, .site-mobile-menu li a .menu-label {
  position: static;
  margin-left: 5px; }
  .header-menu-top .navigation-wrap .main-nav .item-level-0 > a .menu-label:before, .topbar-menu .item-level-0 > a .menu-label:before,
  .topbar-menu .menu > .menu-item-language > a .menu-label:before, .vertical-navigation .item-level-0 > a .menu-label:before,
  .vertical-navigation .menu > .menu-item-language > a .menu-label:before, .site-mobile-menu li a .menu-label:before {
    content: none; }

.woodmart-hover-base .hover-content table, .woocommerce-product-details__short-description table {
  margin-bottom: 0; }
  .woodmart-hover-base .hover-content table th, .woocommerce-product-details__short-description table th {
    font-weight: 600; }
  .woodmart-hover-base .hover-content table td, .woocommerce-product-details__short-description table td,
  .woodmart-hover-base .hover-content table th,
  .woocommerce-product-details__short-description table th {
    padding: 5px 5px;
    border-bottom-style: dashed; }
  .woodmart-hover-base .hover-content table tr td:last-child, .woocommerce-product-details__short-description table tr td:last-child {
    text-align: right; }
  .woodmart-hover-base .hover-content table tr:last-child td, .woocommerce-product-details__short-description table tr:last-child td,
  .woodmart-hover-base .hover-content table tr:last-child th,
  .woocommerce-product-details__short-description table tr:last-child th {
    border-bottom: none; }

.comments-area .comment-body ul,
.comments-area .comment-body ol, .wc-tab-inner > div > ol,
.wc-tab-inner > div > ul,
.woocommerce-product-details__short-description > ol,
.woocommerce-product-details__short-description > ul,
.hover-content-inner > ol,
.hover-content-inner > ul,
.woodmart-entry-content > ol,
.woodmart-entry-content > ul,
.wpb_text_column .wpb_wrapper > ol,
.wpb_text_column .wpb_wrapper > ul,
.woodmart-text-block > ol,
.woodmart-text-block > ul,
.portfolio-single-content > ol,
.portfolio-single-content > ul,
.woocommerce-terms-and-conditions > ol,
.woocommerce-terms-and-conditions > ul,
.entry-content > ol,
.entry-content > ul, .textwidget > ul:not(.menu),
.textwidget > ol:not(.menu), .unordered-list,
.order-list {
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: left; }
  .comments-area .comment-body ul li,
  .comments-area .comment-body ol 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,
  .hover-content-inner > ol li,
  .hover-content-inner > ul li,
  .woodmart-entry-content > ol li,
  .woodmart-entry-content > ul li,
  .wpb_text_column .wpb_wrapper > ol li,
  .wpb_text_column .wpb_wrapper > ul li,
  .woodmart-text-block > ol li,
  .woodmart-text-block > ul li,
  .portfolio-single-content > ol li,
  .portfolio-single-content > ul li,
  .woocommerce-terms-and-conditions > ol li,
  .woocommerce-terms-and-conditions > ul li,
  .entry-content > ol li,
  .entry-content > ul li, .textwidget > ul:not(.menu) li,
  .textwidget > ol:not(.menu) li, .unordered-list li,
  .order-list li {
    margin-bottom: 10px; }
    .comments-area .comment-body ul li:last-child,
    .comments-area .comment-body ol li:last-child, .wc-tab-inner > div > ol li:last-child,
    .wc-tab-inner > div > ul li:last-child,
    .woocommerce-product-details__short-description > ol li:last-child,
    .woocommerce-product-details__short-description > ul li:last-child,
    .hover-content-inner > ol li:last-child,
    .hover-content-inner > ul li:last-child,
    .woodmart-entry-content > ol li:last-child,
    .woodmart-entry-content > ul li:last-child,
    .wpb_text_column .wpb_wrapper > ol li:last-child,
    .wpb_text_column .wpb_wrapper > ul li:last-child,
    .woodmart-text-block > ol li:last-child,
    .woodmart-text-block > ul li:last-child,
    .portfolio-single-content > ol li:last-child,
    .portfolio-single-content > ul li:last-child,
    .woocommerce-terms-and-conditions > ol li:last-child,
    .woocommerce-terms-and-conditions > ul li:last-child,
    .entry-content > ol li:last-child,
    .entry-content > ul li:last-child, .textwidget > ul:not(.menu) li:last-child,
    .textwidget > ol:not(.menu) li:last-child, .unordered-list li:last-child,
    .order-list li:last-child {
      margin-bottom: 0; }
    .comments-area .comment-body ul li > ul,
    .comments-area .comment-body ol li > ul, .wc-tab-inner > div > ol li > ul,
    .wc-tab-inner > div > ul li > ul,
    .woocommerce-product-details__short-description > ol li > ul,
    .woocommerce-product-details__short-description > ul li > ul,
    .hover-content-inner > ol li > ul,
    .hover-content-inner > ul li > ul,
    .woodmart-entry-content > ol li > ul,
    .woodmart-entry-content > ul li > ul,
    .wpb_text_column .wpb_wrapper > ol li > ul,
    .wpb_text_column .wpb_wrapper > ul li > ul,
    .woodmart-text-block > ol li > ul,
    .woodmart-text-block > ul li > ul,
    .portfolio-single-content > ol li > ul,
    .portfolio-single-content > ul li > ul,
    .woocommerce-terms-and-conditions > ol li > ul,
    .woocommerce-terms-and-conditions > ul li > ul,
    .entry-content > ol li > ul,
    .entry-content > ul li > ul, .textwidget > ul:not(.menu) li > ul,
    .textwidget > ol:not(.menu) li > ul, .unordered-list li > ul,
    .order-list li > ul,
    .comments-area .comment-body ul li > ol,
    .comments-area .comment-body ol li > ol,
    .wc-tab-inner > div > ol li > ol,
    .wc-tab-inner > div > ul li > ol,
    .woocommerce-product-details__short-description > ol li > ol,
    .woocommerce-product-details__short-description > ul li > ol,
    .hover-content-inner > ol li > ol,
    .hover-content-inner > ul li > ol,
    .woodmart-entry-content > ol li > ol,
    .woodmart-entry-content > ul li > ol,
    .wpb_text_column .wpb_wrapper > ol li > ol,
    .wpb_text_column .wpb_wrapper > ul li > ol,
    .woodmart-text-block > ol li > ol,
    .woodmart-text-block > ul li > ol,
    .portfolio-single-content > ol li > ol,
    .portfolio-single-content > ul li > ol,
    .woocommerce-terms-and-conditions > ol li > ol,
    .woocommerce-terms-and-conditions > ul li > ol,
    .entry-content > ol li > ol,
    .entry-content > ul li > ol,
    .textwidget > ul:not(.menu) li > ol,
    .textwidget > ol:not(.menu) li > ol,
    .unordered-list li > ol,
    .order-list li > ol {
      margin-bottom: 0; }
  .comments-area .comment-body ul ul,
  .comments-area .comment-body ol ul, .wc-tab-inner > div > ol ul,
  .wc-tab-inner > div > ul ul,
  .woocommerce-product-details__short-description > ol ul,
  .woocommerce-product-details__short-description > ul ul,
  .hover-content-inner > ol ul,
  .hover-content-inner > ul ul,
  .woodmart-entry-content > ol ul,
  .woodmart-entry-content > ul ul,
  .wpb_text_column .wpb_wrapper > ol ul,
  .wpb_text_column .wpb_wrapper > ul ul,
  .woodmart-text-block > ol ul,
  .woodmart-text-block > ul ul,
  .portfolio-single-content > ol ul,
  .portfolio-single-content > ul ul,
  .woocommerce-terms-and-conditions > ol ul,
  .woocommerce-terms-and-conditions > ul ul,
  .entry-content > ol ul,
  .entry-content > ul ul, .textwidget > ul:not(.menu) ul,
  .textwidget > ol:not(.menu) ul, .unordered-list ul,
  .order-list ul,
  .comments-area .comment-body ul ol,
  .comments-area .comment-body ol ol,
  .wc-tab-inner > div > ol ol,
  .wc-tab-inner > div > ul ol,
  .woocommerce-product-details__short-description > ol ol,
  .woocommerce-product-details__short-description > ul ol,
  .hover-content-inner > ol ol,
  .hover-content-inner > ul ol,
  .woodmart-entry-content > ol ol,
  .woodmart-entry-content > ul ol,
  .wpb_text_column .wpb_wrapper > ol ol,
  .wpb_text_column .wpb_wrapper > ul ol,
  .woodmart-text-block > ol ol,
  .woodmart-text-block > ul ol,
  .portfolio-single-content > ol ol,
  .portfolio-single-content > ul ol,
  .woocommerce-terms-and-conditions > ol ol,
  .woocommerce-terms-and-conditions > ul ol,
  .entry-content > ol ol,
  .entry-content > ul ol,
  .textwidget > ul:not(.menu) ol,
  .textwidget > ol:not(.menu) ol,
  .unordered-list ol,
  .order-list ol {
    margin-top: 10px;
    padding-left: 20px; }

.comments-area .comment-body dl, .wc-tab-inner > div > dl,
.woocommerce-product-details__short-description > dl,
.hover-content-inner > dl,
.woodmart-entry-content > dl,
.wpb_text_column .wpb_wrapper > dl,
.woodmart-text-block > dl,
.portfolio-single-content > dl,
.woocommerce-terms-and-conditions > dl,
.entry-content > dl {
  text-align: left; }
  .comments-area .comment-body dl dt, .wc-tab-inner > div > dl dt,
  .woocommerce-product-details__short-description > dl dt,
  .hover-content-inner > dl dt,
  .woodmart-entry-content > dl dt,
  .wpb_text_column .wpb_wrapper > dl dt,
  .woodmart-text-block > dl dt,
  .portfolio-single-content > dl dt,
  .woocommerce-terms-and-conditions > dl dt,
  .entry-content > dl dt {
    font-weight: bold;
    color: #2d2a2a; }
  .comments-area .comment-body dl dd, .wc-tab-inner > div > dl dd,
  .woocommerce-product-details__short-description > dl dd,
  .hover-content-inner > dl dd,
  .woodmart-entry-content > dl dd,
  .wpb_text_column .wpb_wrapper > dl dd,
  .woodmart-text-block > dl dd,
  .portfolio-single-content > dl dd,
  .woocommerce-terms-and-conditions > dl dd,
  .entry-content > dl dd {
    margin-bottom: 20px; }

.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-with-border li {
  padding-top: 0;
  padding-bottom: 0; }
  .inline-list-with-border li:not(:last-child) {
    border-right: 1px solid rgba(129, 129, 129, 0.2); }

.header-color-light .inline-list-with-border li:not(:last-child),
.color-scheme-light .inline-list-with-border li:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15); }

.comments-area .comment-body ol > li, .wc-tab-inner > div > ul ol > li,
.woocommerce-product-details__short-description > ul ol > li,
.hover-content-inner > ul ol > li,
.woodmart-entry-content > ul ol > li,
.wpb_text_column .wpb_wrapper > ul ol > li,
.woodmart-text-block > ul ol > li,
.portfolio-single-content > ul ol > li,
.woocommerce-terms-and-conditions > ul ol > li,
.entry-content > ul ol > li, .wc-tab-inner > div > ol > li,
.woocommerce-product-details__short-description > ol > li,
.hover-content-inner > ol > li,
.woodmart-entry-content > ol > li,
.wpb_text_column .wpb_wrapper > ol > li,
.woodmart-text-block > ol > li,
.portfolio-single-content > ol > li,
.woocommerce-terms-and-conditions > ol > li,
.entry-content > ol > li, .wc-tab-inner > div > ol ol > li,
.woocommerce-product-details__short-description > ol ol > li,
.hover-content-inner > ol ol > li,
.woodmart-entry-content > ol ol > li,
.wpb_text_column .wpb_wrapper > ol ol > li,
.woodmart-text-block > ol ol > li,
.portfolio-single-content > ol ol > li,
.woocommerce-terms-and-conditions > ol ol > li,
.entry-content > ol ol > li, .textwidget > ul:not(.menu) ol > li, .textwidget > ol:not(.menu) > li, .textwidget > ol:not(.menu) ol > li, .unordered-list ol > li, .order-list > li, .order-list ol > li {
  list-style: decimal; }
  .comments-area .comment-body ol > li:before, .wc-tab-inner > div > ul ol > li:before,
  .woocommerce-product-details__short-description > ul ol > li:before,
  .hover-content-inner > ul ol > li:before,
  .woodmart-entry-content > ul ol > li:before,
  .wpb_text_column .wpb_wrapper > ul ol > li:before,
  .woodmart-text-block > ul ol > li:before,
  .portfolio-single-content > ul ol > li:before,
  .woocommerce-terms-and-conditions > ul ol > li:before,
  .entry-content > ul ol > li:before, .wc-tab-inner > div > ol > li:before,
  .woocommerce-product-details__short-description > ol > li:before,
  .hover-content-inner > ol > li:before,
  .woodmart-entry-content > ol > li:before,
  .wpb_text_column .wpb_wrapper > ol > li:before,
  .woodmart-text-block > ol > li:before,
  .portfolio-single-content > ol > li:before,
  .woocommerce-terms-and-conditions > ol > li:before,
  .entry-content > ol > li:before, .wc-tab-inner > div > ol ol > li:before,
  .woocommerce-product-details__short-description > ol ol > li:before,
  .hover-content-inner > ol ol > li:before,
  .woodmart-entry-content > ol ol > li:before,
  .wpb_text_column .wpb_wrapper > ol ol > li:before,
  .woodmart-text-block > ol ol > li:before,
  .portfolio-single-content > ol ol > li:before,
  .woocommerce-terms-and-conditions > ol ol > li:before,
  .entry-content > ol ol > li:before, .textwidget > ul:not(.menu) ol > li:before, .textwidget > ol:not(.menu) > li:before, .textwidget > ol:not(.menu) ol > li:before, .unordered-list ol > li:before, .order-list > li:before, .order-list ol > li:before {
    content: none; }

.comments-area .comment-body ul > li, .wc-tab-inner > div > ul > li,
.woocommerce-product-details__short-description > ul > li,
.hover-content-inner > ul > li,
.woodmart-entry-content > ul > li,
.wpb_text_column .wpb_wrapper > ul > li,
.woodmart-text-block > ul > li,
.portfolio-single-content > ul > li,
.woocommerce-terms-and-conditions > ul > li,
.entry-content > ul > li, .wc-tab-inner > div > ul ul > li,
.woocommerce-product-details__short-description > ul ul > li,
.hover-content-inner > ul ul > li,
.woodmart-entry-content > ul ul > li,
.wpb_text_column .wpb_wrapper > ul ul > li,
.woodmart-text-block > ul ul > li,
.portfolio-single-content > ul ul > li,
.woocommerce-terms-and-conditions > ul ul > li,
.entry-content > ul ul > li, .wc-tab-inner > div > ol ul > li,
.woocommerce-product-details__short-description > ol ul > li,
.hover-content-inner > ol ul > li,
.woodmart-entry-content > ol ul > li,
.wpb_text_column .wpb_wrapper > ol ul > li,
.woodmart-text-block > ol ul > li,
.portfolio-single-content > ol ul > li,
.woocommerce-terms-and-conditions > ol ul > li,
.entry-content > ol ul > li, .textwidget > ul:not(.menu) > li, .textwidget > ul:not(.menu) ul > li, .textwidget > ol:not(.menu) ul > li, .unordered-list > li, .unordered-list ul > li, .order-list ul > li {
  list-style: none;
  position: relative; }
  .comments-area .comment-body ul > li:before, .wc-tab-inner > div > ul > li:before,
  .woocommerce-product-details__short-description > ul > li:before,
  .hover-content-inner > ul > li:before,
  .woodmart-entry-content > ul > li:before,
  .wpb_text_column .wpb_wrapper > ul > li:before,
  .woodmart-text-block > ul > li:before,
  .portfolio-single-content > ul > li:before,
  .woocommerce-terms-and-conditions > ul > li:before,
  .entry-content > ul > li:before, .wc-tab-inner > div > ul ul > li:before,
  .woocommerce-product-details__short-description > ul ul > li:before,
  .hover-content-inner > ul ul > li:before,
  .woodmart-entry-content > ul ul > li:before,
  .wpb_text_column .wpb_wrapper > ul ul > li:before,
  .woodmart-text-block > ul ul > li:before,
  .portfolio-single-content > ul ul > li:before,
  .woocommerce-terms-and-conditions > ul ul > li:before,
  .entry-content > ul ul > li:before, .wc-tab-inner > div > ol ul > li:before,
  .woocommerce-product-details__short-description > ol ul > li:before,
  .hover-content-inner > ol ul > li:before,
  .woodmart-entry-content > ol ul > li:before,
  .wpb_text_column .wpb_wrapper > ol ul > li:before,
  .woodmart-text-block > ol ul > li:before,
  .portfolio-single-content > ol ul > li:before,
  .woocommerce-terms-and-conditions > ol ul > li:before,
  .entry-content > ol ul > li:before, .textwidget > ul:not(.menu) > li:before, .textwidget > ul:not(.menu) ul > li:before, .textwidget > ol:not(.menu) ul > li:before, .unordered-list > li:before, .unordered-list ul > li:before, .order-list ul > li:before {
    content: "\f110";
    font-family: "woodmart-font";
    position: absolute;
    top: 6px;
    left: -20px;
    font-size: 8px; }

.form-style-underlined .woocommerce-billing-fields__field-wrapper > p,
.form-style-underlined .woocommerce-shipping-fields__field-wrapper > p,
.form-style-underlined .order_comments_field > p, .form-style-underlined .comment-form-author,
.form-style-underlined .comment-form-email,
.form-style-underlined .comment-form-url, .form-style-underlined div.open-table-widget .otw-input-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;
  border-bottom: 2px solid rgba(129, 129, 129, 0.2);
  transition: border-color .4s ease;
  -webkit-transition: border-color .4s ease; }
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p:hover,
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p:hover,
  .form-style-underlined .order_comments_field > p:hover, .form-style-underlined .comment-form-author:hover,
  .form-style-underlined .comment-form-email:hover,
  .form-style-underlined .comment-form-url:hover, .form-style-underlined div.open-table-widget .otw-input-wrap:hover {
    border-color: rgba(129, 129, 129, 0.3); }
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p.woocommerce-invalid,
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p.woocommerce-invalid,
  .form-style-underlined .order_comments_field > p.woocommerce-invalid, .form-style-underlined .woocommerce-invalid.comment-form-author,
  .form-style-underlined .woocommerce-invalid.comment-form-email,
  .form-style-underlined .woocommerce-invalid.comment-form-url, .form-style-underlined div.open-table-widget .woocommerce-invalid.otw-input-wrap {
    border-color: #ca1919; }
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p label,
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p label,
  .form-style-underlined .order_comments_field > p label, .form-style-underlined .comment-form-author label,
  .form-style-underlined .comment-form-email label,
  .form-style-underlined .comment-form-url label, .form-style-underlined div.open-table-widget .otw-input-wrap label {
    margin-bottom: 0;
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p input[type='email'],
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p input[type='email'],
  .form-style-underlined .order_comments_field > p input[type='email'], .form-style-underlined .comment-form-author input[type='email'],
  .form-style-underlined .comment-form-email input[type='email'],
  .form-style-underlined .comment-form-url input[type='email'], .form-style-underlined div.open-table-widget .otw-input-wrap input[type='email'],
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p input[type='date'],
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p input[type='date'],
  .form-style-underlined .order_comments_field > p input[type='date'],
  .form-style-underlined .comment-form-author input[type='date'],
  .form-style-underlined .comment-form-email input[type='date'],
  .form-style-underlined .comment-form-url input[type='date'],
  .form-style-underlined div.open-table-widget .otw-input-wrap input[type='date'],
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p input[type='search'],
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p input[type='search'],
  .form-style-underlined .order_comments_field > p input[type='search'],
  .form-style-underlined .comment-form-author input[type='search'],
  .form-style-underlined .comment-form-email input[type='search'],
  .form-style-underlined .comment-form-url input[type='search'],
  .form-style-underlined div.open-table-widget .otw-input-wrap input[type='search'],
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p input[type='number'],
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p input[type='number'],
  .form-style-underlined .order_comments_field > p input[type='number'],
  .form-style-underlined .comment-form-author input[type='number'],
  .form-style-underlined .comment-form-email input[type='number'],
  .form-style-underlined .comment-form-url input[type='number'],
  .form-style-underlined div.open-table-widget .otw-input-wrap input[type='number'],
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p input[type='text'],
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p input[type='text'],
  .form-style-underlined .order_comments_field > p input[type='text'],
  .form-style-underlined .comment-form-author input[type='text'],
  .form-style-underlined .comment-form-email input[type='text'],
  .form-style-underlined .comment-form-url input[type='text'],
  .form-style-underlined div.open-table-widget .otw-input-wrap input[type='text'],
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p input[type='tel'],
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p input[type='tel'],
  .form-style-underlined .order_comments_field > p input[type='tel'],
  .form-style-underlined .comment-form-author input[type='tel'],
  .form-style-underlined .comment-form-email input[type='tel'],
  .form-style-underlined .comment-form-url input[type='tel'],
  .form-style-underlined div.open-table-widget .otw-input-wrap input[type='tel'],
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p input[type='url'],
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p input[type='url'],
  .form-style-underlined .order_comments_field > p input[type='url'],
  .form-style-underlined .comment-form-author input[type='url'],
  .form-style-underlined .comment-form-email input[type='url'],
  .form-style-underlined .comment-form-url input[type='url'],
  .form-style-underlined div.open-table-widget .otw-input-wrap input[type='url'],
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p input[type='password'],
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p input[type='password'],
  .form-style-underlined .order_comments_field > p input[type='password'],
  .form-style-underlined .comment-form-author input[type='password'],
  .form-style-underlined .comment-form-email input[type='password'],
  .form-style-underlined .comment-form-url input[type='password'],
  .form-style-underlined div.open-table-widget .otw-input-wrap input[type='password'],
  .form-style-underlined .woocommerce-billing-fields__field-wrapper > p select,
  .form-style-underlined .woocommerce-shipping-fields__field-wrapper > p select,
  .form-style-underlined .order_comments_field > p select,
  .form-style-underlined .comment-form-author select,
  .form-style-underlined .comment-form-email select,
  .form-style-underlined .comment-form-url select,
  .form-style-underlined div.open-table-widget .otw-input-wrap select {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-bottom-style: none; }

.woocommerce-product-gallery .owl-nav > div:not(.disabled):hover, .wrap-loading-arrow > div:not(.disabled):hover {
  color: rgba(0, 0, 0, 0.5); }
.woocommerce-product-gallery .owl-nav > div.disabled, .wrap-loading-arrow > div.disabled {
  color: rgba(0, 0, 0, 0.4);
  cursor: default; }

.woodmart-dark .woocommerce-product-gallery .owl-nav > div:not(.disabled):hover, .color-scheme-light .wrap-loading-arrow > div:not(.disabled):hover, .woodmart-dark .wrap-loading-arrow > div:not(.disabled):hover {
  color: rgba(255, 255, 255, 0.8); }
.woodmart-dark .woocommerce-product-gallery .owl-nav > div.disabled, .color-scheme-light .wrap-loading-arrow > div.disabled, .woodmart-dark .wrap-loading-arrow > div.disabled {
  color: rgba(255, 255, 255, 0.6); }

body .wp-playlist-item, .autocomplete-suggestion, .view-all-products, .woodmart-search-full-screen #searchform, .cart-widget-side .widget-heading, .copyrights-wrapper, .mobile-nav .create-nav-msg, .site-mobile-menu li a, .site-mobile-menu .menu-item-language li:last-child > 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 .woocommerce-tabs, .commentlist li, .woodmart-product-instagram, .woocommerce-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, .woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child, .woocommerce-MyAccount-title, .woocommerce-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, .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-woocommerce-layered-nav .count, .rtl .woodmart-close-sidebar-btn {
  border-color: rgba(129, 129, 129, 0.2); }
  .woodmart-dark body .wp-playlist-item, body .woodmart-dark .wp-playlist-item, .woodmart-dark .autocomplete-suggestion, .woodmart-dark .view-all-products, .woodmart-dark .woodmart-search-full-screen #searchform, .woodmart-search-full-screen .woodmart-dark #searchform, .woodmart-dark .cart-widget-side .widget-heading, .cart-widget-side .woodmart-dark .widget-heading, .woodmart-dark .copyrights-wrapper, .woodmart-dark .mobile-nav .create-nav-msg, .mobile-nav .woodmart-dark .create-nav-msg, .woodmart-dark .site-mobile-menu li a, .site-mobile-menu li .woodmart-dark a, .woodmart-dark .site-mobile-menu .menu-item-language li:last-child > a, .site-mobile-menu .menu-item-language .woodmart-dark li:last-child > a, .woodmart-dark .icon-sub-menu, .woodmart-dark .filters-area, .woodmart-dark .mobile-menu-widget, .woodmart-dark .sidebar-widget, .woodmart-dark .woodmart-title-style-bordered .left-line, .woodmart-title-style-bordered .woodmart-dark .left-line,
  .woodmart-dark .woodmart-title-style-bordered .right-line,
  .woodmart-title-style-bordered .woodmart-dark .right-line, .woodmart-dark .woodmart-twitter-element .twitter-post, .woodmart-twitter-element .woodmart-dark .twitter-post, .woodmart-dark .brands-style-bordered .brand-item, .brands-style-bordered .woodmart-dark .brand-item, .woodmart-dark .brands-style-bordered.brands-carousel .owl-stage-outer, .brands-style-bordered.brands-carousel .woodmart-dark .owl-stage-outer, .woodmart-dark .brands-style-bordered.brands-list .brand-item > a, .brands-style-bordered.brands-list .woodmart-dark .brand-item > a, .woodmart-dark .woodmart-price-table .woodmart-plan-inner, .woodmart-price-table .woodmart-dark .woodmart-plan-inner, .woodmart-dark .woodmart-price-table .woodmart-plan-features, .woodmart-price-table .woodmart-dark .woodmart-plan-features, .woodmart-dark .woodmart-price-table .woodmart-plan-feature, .woodmart-price-table .woodmart-dark .woodmart-plan-feature, .woodmart-dark .woodmart-price-table.price-style-alt .woodmart-plan-price, .woodmart-price-table.price-style-alt .woodmart-dark .woodmart-plan-price, .woodmart-dark .woodmart-close-sidebar-btn, .woodmart-dark .share-with-lines > span, .woodmart-dark .comments-area .comment, .comments-area .woodmart-dark .comment, .woodmart-dark .comments-area .children, .comments-area .woodmart-dark .children, .woodmart-dark .comments-area .logged-in-as > a:not(:last-child), .comments-area .woodmart-dark .logged-in-as > a:not(:last-child), .woodmart-dark .popup-quick-view .entry-summary .product_meta, .popup-quick-view .entry-summary .woodmart-dark .product_meta, .woodmart-dark .meta-location-add_to_cart .product_meta, .meta-location-add_to_cart .woodmart-dark .product_meta, .woodmart-dark .area-sidebar-product-single.sidebar-right, .woodmart-dark .area-sidebar-product-single.sidebar-left, .woodmart-dark .product-tabs-wrapper, .woodmart-dark .tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs, .tabs-location-standard.reviews-location-separate.tabs-type-tabs .woodmart-dark .woocommerce-tabs, .woodmart-dark .commentlist li, .commentlist .woodmart-dark li, .woodmart-dark .woodmart-product-instagram, .woodmart-dark .woocommerce-shipping-fields, .woodmart-dark .wc-terms-and-conditions, .woodmart-dark .col-register,
  .woodmart-dark .col-register-text, .woodmart-dark .lost_reset_password .form-row-first, .lost_reset_password .woodmart-dark .form-row-first, .woodmart-dark .social-login-title:after, .woodmart-dark .social-login-title:before,
  .woodmart-dark .register-or:after,
  .woodmart-dark .register-or:before, .woodmart-dark .menu-item-register .login-title, .menu-item-register .woodmart-dark .login-title, .woodmart-dark .woodmart-my-account-sidebar, .woodmart-dark .woodmart-my-account-sidebar .sidebar-container, .woodmart-my-account-sidebar .woodmart-dark .sidebar-container, .woodmart-dark .woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child, .woodmart-dark .woocommerce-MyAccount-title, .woodmart-dark .woocommerce-thankyou-order-details li, .woocommerce-thankyou-order-details .woodmart-dark li,
  .woodmart-dark .wc-bacs-bank-details li,
  .wc-bacs-bank-details .woodmart-dark li, .woodmart-dark .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .woodmart-dark .vc_tta-panel, .woodmart-dark .icl_post_in_other_langs, .woodmart-dark .woodmart-recent-posts li, .woodmart-recent-posts .woodmart-dark li, .woodmart-dark .product_list_widget > li, .woodmart-dark .widget_shopping_cart .total, .widget_shopping_cart .woodmart-dark .total, .woodmart-dark .widget_rss ul li, .widget_rss ul .woodmart-dark li, .woodmart-dark .widget_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud .woodmart-dark a,
  .woodmart-dark .widget_product_tag_cloud .tagcloud a,
  .widget_product_tag_cloud .tagcloud .woodmart-dark a, .woodmart-dark .upsells-widget, .woodmart-dark .area-sidebar-product-single .woodmart-product-brands, .area-sidebar-product-single .woodmart-dark .woodmart-product-brands, .woodmart-dark .widget_product_categories .count, .widget_product_categories .woodmart-dark .count, .woodmart-dark .woodmart-woocommerce-layered-nav .count, .woodmart-woocommerce-layered-nav .woodmart-dark .count {
    border-color: rgba(255, 255, 255, 0.15); }

.color-scheme-dark a:hover, .color-scheme-dark a:focus, .color-primary, .woodmart-dark .color-primary, a:hover, a:focus, blockquote footer:before, blockquote cite,
blockquote cite a, .woodmart-cart-design-3 .woodmart-cart-subtotal .amount, .btn-style-bordered.btn-color-primary, .woodmart-header-links > ul > li:hover > a, .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0:hover > a, .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0:focus > a, .menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0.current-menu-item > a,
.menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language:hover > a,
.menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language:focus > a,
.menu-style-default .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language.current-menu-item > a, .site-mobile-menu li.current_page_item > a, .site-mobile-menu li.current_page_item > a:hover, .site-mobile-menu .sub-menu li.current_page_item > a, .site-mobile-menu .sub-menu li.current_page_item > a:hover, .menu-style-default .site-mobile-menu .menu-item-my-account li.is-active > a,
.menu-style-default .site-mobile-menu .menu-item-language li.is-active > a, .menu-style-bordered .site-mobile-menu .menu-item-my-account li.is-active > a,
.menu-style-bordered .site-mobile-menu .menu-item-language li.is-active > a, .woodmart-dark.menu-style-default .site-mobile-menu .menu-item-my-account li.is-active > a,
.woodmart-dark.menu-style-default .site-mobile-menu .menu-item-language li.is-active > a, .woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-my-account li.is-active > a,
.woodmart-dark.menu-style-bordered .site-mobile-menu .menu-item-language li.is-active > a, .dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-my-account li.is-active > a,
.dropdowns-color-light.menu-style-default .site-mobile-menu .menu-item-language li.is-active > a, .dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-my-account li.is-active > a,
.dropdowns-color-light.menu-style-bordered .site-mobile-menu .menu-item-language li.is-active > a, .woodmart-title-color-primary .title-subtitle, .subtitle-color-primary.subtitle-style-default, .instagram-widget .clear a:hover, .woodmart-info-box .with-text, .woodmart-info-box .subtitle-color-primary, .woodmart-products-tabs.tabs-design-simple .products-tabs-title li.active-tab-title, .woodmart-price-table.price-style-alt .woodmart-price-currency, .woodmart-price-table.price-style-alt .woodmart-price-value, .woodmart-menu-price.cursor-pointer:hover .menu-price-title, .woodmart-menu-price.cursor-pointer:focus .menu-price-title, .amount, .price, .price ins, .woodmart-buttons > div a:focus, .woodmart-buttons > div a:hover, .woodmart-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .woodmart-hover-base .product-compare-button a:hover, .woodmart-hover-base .product-compare-button a:focus, .read-more-section a, .read-more-section a:hover, .comments-area .reply a, .comments-area .reply a:hover, .error404 .page-title, .not-found .entry-header:before, .wishlist_table tr td.product-stock-status span.wishlist-in-stock:before, .product-image-summary .in-stock:before, .variations_form .in-stock:before, .woocommerce-order-pay td.product-total .amount, .compare-btn-wrapper a:hover,
.summary-inner > .yith-wcwl-add-to-wishlist a:hover,
.sizeguide-btn-wrapp a:hover, .woodmart-dark .compare-btn-wrapper a:hover, .woodmart-dark
.summary-inner > .yith-wcwl-add-to-wishlist a:hover, .woodmart-dark
.sizeguide-btn-wrapp a:hover, .compare-btn-wrapper a.added:before, .summary-inner > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.summary-inner > .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before, .woodmart-accordion-title:hover, .woodmart-accordion-title.active, .woodmart-dark .woodmart-accordion-title:hover, .woodmart-dark .woodmart-accordion-title.active, body.woocommerce-checkout .woocommerce > .woocommerce-info .showcoupon,
body.woocommerce-checkout .woocommerce > .woocommerce-info .showlogin, .cart-totals-inner .shipping-calculator-button, .login-form-footer .lost_password, .login-form-footer .lost_password:hover, .login-form-footer .lost_password:focus, .menu-item-register .create-account-link, .menu-item-register .create-account-link:hover, .menu-item-register .create-account-link:focus, .woodmart-my-account-links a:hover:before, .woodmart-my-account-links a:focus:before, .menu-style-default .main-nav .item-level-0:hover > a, .menu-style-default .woodmart-header-links .item-level-0:hover > a, .menu-style-default .main-nav .item-level-0:focus > a, .menu-style-default .woodmart-header-links .item-level-0:focus > a, .menu-style-default .main-nav .item-level-0.current-menu-item > a, .menu-style-default .woodmart-header-links .item-level-0.current-menu-item > a,
.menu-style-default .main-nav .menu > .menu-item-language:hover > a,
.menu-style-default .woodmart-header-links .menu > .menu-item-language:hover > a,
.menu-style-default .main-nav .menu > .menu-item-language:focus > a,
.menu-style-default .woodmart-header-links .menu > .menu-item-language:focus > a,
.menu-style-default .main-nav .menu > .menu-item-language.current-menu-item > a,
.menu-style-default .woodmart-header-links .menu > .menu-item-language.current-menu-item > a, .menu-style-default .menu-mega-dropdown .sub-menu > li > a:hover, .menu-style-default .menu-mega-dropdown .sub-menu > li > a:focus, .menu-style-default .menu-mega-dropdown .sub-sub-menu li a:hover, .menu-style-default .menu-mega-dropdown .sub-sub-menu li a:focus, .navigation-wrap.navigation-color-scheme-dark .menu-text-widget > a:hover {
  color: #7eb934; }

ins, .woodmart-wishlist-info-widget > a > span, .woodmart-cart-design-2 .woodmart-cart-number, .woodmart-cart-design-4 .woodmart-cart-number, .btn.btn-color-primary,
.button.btn-color-primary,
button.btn-color-primary,
.added_to_cart.btn-color-primary,
[type="submit"].btn-color-primary,
[type="button"].btn-color-primary, .btn-style-bordered.btn-color-primary:hover, .btn-style-bordered.btn-color-primary:focus, .product-label.onsale, .menu-label-primary, .main-nav .item-level-0.callto-btn > a,
.main-nav .menu > .menu-item-language.callto-btn > a, .menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .item-level-0 > a span:not(.menu-label):after,
.menu-style-bordered .navigation-wrap.navigation-color-scheme-dark .main-nav .menu > .menu-item-language > a span:not(.menu-label):after, .mobile-nav-tabs .mobile-tab-title:after, .icon-sub-menu.up-icon, .quantity input[type="button"]:hover, .comment-form .submit, .mc4wp-form input[type="submit"], .woodmart-pagination > span:not(.page-links-title),
.page-links > span:not(.page-links-title), .slider-title:before, .woodmart-title-color-primary .title-subtitle.style-background, .woodmart-title-style-simple.woodmart-title-color-primary .liner-continer:after, .woodmart-social-icons.icons-design-simple .woodmart-social-icon a:hover, .subtitle-color-primary.subtitle-style-background, .woodmart-info-box .subtitle-color-primary.subtitle-style-background, .timer-style-active .woodmart-timer > span, .woodmart-price-table .woodmart-plan-footer > a, .woodmart-price-table.price-style-default .woodmart-plan-price, .product-grid-item .quick-shop-wrapper .quantity, .woocommerce-pagination .page-numbers .current, .cat-design-replace-title .category-title, .woodmart-hover-alt .btn-add-swap > a span:not(.woodmart-tooltip-label):before, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn > a, .woodmart-hover-quick .woodmart-add-btn > a, .product-list-item .woodmart-add-btn > a, .woodmart-hover-standard .btn-add > a, .woodmart-dark .woodmart-entry-meta .meta-reply .comments-count, .color-scheme-light .woodmart-entry-meta .meta-reply .comments-count, .meta-post-categories, .woodmart-single-footer .tags-list a:hover:after, .woodmart-single-footer .tags-list a:focus:after, .woocommerce input[name="save_account_details"],
.woocommerce input[name="save_address"],
.woocommerce input[name="track"], .woocommerce-Button--next,
.woocommerce-Button--previous, .select2-container--default .select2-results__option[aria-selected=true], .popup-quick-view .woodmart-scroll-content > a, .popup-quick-view .view-details-btn, .woocommerce-store-notice, td.woocommerce-orders-table__cell-order-actions a, .account-payment-methods-table .button, .woocommerce table.wishlist_table td.product-add-to-cart a, .single_add_to_cart_button, .tabs-layout-tabs .tabs li a:after, .checkout_coupon .button, #place_order, .return-to-shop .button, .cart-totals-inner .checkout-button, .cart-actions .button[name="apply_coupon"], .register .button,
.login .button,
.lost_reset_password .button, .woocommerce-MyAccount-content > p:not(.woocommerce-Message):first-child mark, .woocommerce-MyAccount-content > .button, .order-info mark, #yith-wpv-abuse, #dokan-seller-listing-wrap .dokan-btn, div.open-table-widget .otw-button-wrap .otw-submit,
div.open-table-widget .otw-button-wrap .otw-submit-btn, .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .widget_shopping_cart .buttons .checkout, .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:focus, .widget_calendar #wp-calendar #today, .widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle:after, .widget_layered_nav ul .chosen a:before, .widget_product_categories .product-categories li a:hover + .count, .widget_product_categories .product-categories li a:focus + .count, .widget_product_categories .product-categories li.current-cat > .count, .woodmart-woocommerce-layered-nav .layered-nav-link:hover + .count, .woodmart-woocommerce-layered-nav .layered-nav-link:focus + .count, .woodmart-woocommerce-layered-nav .chosen .count, .menu-style-bordered .main-nav .item-level-0 > a span:not(.menu-label):after, .menu-style-bordered .woodmart-header-links .item-level-0 > a span:not(.menu-label):after,
.menu-style-bordered .main-nav .menu > .menu-item-language > a span:not(.menu-label):after,
.menu-style-bordered .woodmart-header-links .menu > .menu-item-language > a span:not(.menu-label):after, .menu-style-bordered .full-screen-nav .item-level-0 > a span:not(.menu-label):after,
.menu-style-bordered .full-screen-nav .menu > .menu-item-language > 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 .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, .woodmart-products-tabs.tabs-design-default .products-tabs-title .tab-label:after, .category-nav-link .category-name:after, .masonry-filter li a:after, .woodmart-checkout-steps ul li span:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
  background-color: #7eb934; }

.border-color-primary, blockquote, .btn-style-bordered.btn-color-primary, .btn-style-bordered.btn-color-primary:hover, .btn-style-bordered.btn-color-primary:focus, .btn-style-link.btn-color-primary, .btn-style-link.btn-color-primary:hover, .btn-style-link.btn-color-primary:focus, .menu-label-primary:before, .quantity input[type="button"]:hover, .woodmart-title-style-underlined.woodmart-title-color-primary .title, .woodmart-title-style-underlined-2.woodmart-title-color-primary .title, .woodmart-products-tabs.tabs-design-simple .tabs-name, .woodmart-price-table.price-highlighted .woodmart-plan-inner, .woocommerce-ordering select:focus, .woodmart-single-footer .tags-list a:hover, .woodmart-single-footer .tags-list a:focus, .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:focus, .widget_layered_nav ul li a:hover:before, .widget_layered_nav ul .chosen a:before, .widget_product_categories .product-categories li a:hover + .count, .widget_product_categories .product-categories li a:focus + .count, .widget_product_categories .product-categories li.current-cat > .count, .woodmart-woocommerce-layered-nav .layered-nav-link:hover + .count, .woodmart-woocommerce-layered-nav .layered-nav-link:focus + .count, .woodmart-woocommerce-layered-nav .chosen .count {
  border-color: #7eb934; }

.color-alt, .woodmart-dark .color-alt, .btn-style-bordered.btn-color-alt, .woodmart-title-color-alt .title-subtitle, .subtitle-color-alt.subtitle-style-default, .woodmart-info-box .subtitle-color-alt {
  color: #fbbc34; }

.btn.btn-color-alt,
.button.btn-color-alt,
button.btn-color-alt,
.added_to_cart.btn-color-alt,
[type="submit"].btn-color-alt,
[type="button"].btn-color-alt, .btn-style-bordered.btn-color-alt:hover, .btn-style-bordered.btn-color-alt:focus, .menu-label-secondary, .woodmart-title-color-alt .title-subtitle.style-background, .woodmart-title-style-simple.woodmart-title-color-alt .liner-continer:after, .subtitle-color-alt.subtitle-style-background, .woodmart-info-box .subtitle-color-alt.subtitle-style-background {
  background-color: #fbbc34; }

.border-color-alternative, .btn-style-bordered.btn-color-alt, .btn-style-bordered.btn-color-alt:hover, .btn-style-bordered.btn-color-alt:focus, .btn-style-link.btn-color-alt, .btn-style-link.btn-color-alt:hover, .btn-style-link.btn-color-alt:focus, .menu-label-secondary:before, .woodmart-title-style-underlined.woodmart-title-color-alt .title, .woodmart-title-style-underlined-2.woodmart-title-color-alt .title {
  border-color: #fbbc34; }

.font-text, body, .menu-label, .menu-item-register .create-account-link, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title, .widgetarea-mobile .widget_currency_sel_widget .widget-title,
.widgetarea-mobile .widget_icl_lang_sel_widget .widget-title, .woodmart-hover-base .hover-content table th, .woocommerce-product-details__short-description table th {
  font-family: "lato", Arial, Helvetica, sans-serif; }

.font-primary, .page-title h1, table th, .menu-mega-dropdown .sub-menu > li > a, .woodmart-products-tabs .tabs-name, .woodmart-products-tabs .products-tabs-title, .woodmart-price-table .woodmart-plan-title, .masonry-filter li, .woocommerce-column__title, header.title > h3, .woodmart-sizeguide-table tr:first-child td, .tabs-layout-tabs .tabs li, .woodmart-accordion-title, .woodmart-checkout-steps ul, .woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3, .woocommerce-additional-fields > h3, #ship-to-different-address label, #order_review_heading, .cart-empty, .cart-totals-inner h2, .social-login-title,
.register-or, .woocommerce-MyAccount-title, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a, .wishlist-title h2, body > h1, table.compare-list tr.no-products td, .widget_rss ul li > a, h1, h2, h3, h4, h5, h6,
.title, legend, .woocommerce-Reviews .comment-reply-title {
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

.category-grid-item .category-title, .blog-post-loop .entry-title, .post-single-page .entry-title, .single-post-navigation .post-title, td.product-name a, .product-image-summary .entry-title, .woodmart-menu-price .menu-price-title, .product-title, .product-grid-item .product-title, .group_table td.label a, table.compare-list tr.title td, .widget_recent_entries ul li a, .widget_recent_comments ul li > a, .woodmart-recent-posts .entry-title a, .widget_recent_reviews li a, .yith-woocompare-widget .products-list li a.title {
  font-family: "Poppins", "MS Sans Serif", Geneva, sans-serif; }

.main-nav-style, .main-nav .item-level-0 > a,
.main-nav .menu > .menu-item-language > a, body:not(.global-full-screen-menu) .woodmart-header-links > ul > li > a, .full-screen-nav .item-level-0 > a,
.full-screen-nav .menu > .menu-item-language > a {
  font-family: "lato", Arial, Helvetica, sans-serif; }

.font-alt {
  font-family: "Courgette", "Comic Sans MS", cursive; }

/** ------------------------------------------------------------------------------------------------
* Responsive web design, > 1600px (DESKleft)
* ------------------------------------------------------------------------------------------------ */

@media (max-width: 1600px) { 
  p#slide-62-layer-2, p#slide-62-layer-5, p#slide-63-layer-5, p#slide-61-layer-2, p#slide-61-layer-5 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}



@media (max-width: 1366px) {
    .contacto input[type='email'], .contacto textarea {
      width: 400px;
    }

    .contacto {
      background-position: -400px;
      background-size: cover;
    }

    .contact-form {
        max-width: 600px;
    }

    .contacto .wpcf7 {
        margin-left: 100px;
    }

    .campos {
        margin-left: 100px;
    }
}

@media (max-width: 1200px) {
    .contacto input[type='email'], .contacto textarea {
      width: 315px;
    }

    .contacto {
      background-position: -565px;
      background-size: cover;
    }

    .contacto h2 {
      color: #c1c1c1;
      font-size: 18px;
    }

    .contact-form {
        max-width: 515px;
    }

    .contacto .wpcf7 {
        margin-left: 50px;
    }

    .campos {
        margin-left: 50px;
    }

    .campos .campos-texto {
      max-width: 310px;
      display: block;
    }
}



@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-woo-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-woo-breadcrumbs .woocommerce-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) .woocommerce-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: white;
    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: none; }
  .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-simple .right-column:empty,
  .header-categories .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; }

  .enable-sticky-header.woodmart-top-bar-on .header-sticky-real,
  .enable-sticky-header.woodmart-top-bar-on .header-overlap {
    position: absolute;
    top: 42px; }
    .enable-sticky-header.woodmart-top-bar-on .header-sticky-real.act-scroll,
    .enable-sticky-header.woodmart-top-bar-on .header-overlap.act-scroll {
      position: fixed;
      top: 0px; }
  .enable-sticky-header.woodmart-top-bar-on.admin-bar .header-sticky-real.act-scroll,
  .enable-sticky-header.woodmart-top-bar-on.admin-bar .header-overlap.act-scroll {
    position: fixed;
    top: 32px; }

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

  }
@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: 0px 1px 5px rgba(190, 190, 190, 0.26);
            box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.26); }
  .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.sticky-header-prepared .header-sticky-real, .wrapper-boxed.sticky-footer-on .footer-container,
  .wrapper-boxed .header-overlap,
  .wrapper-boxed .sticky-header,
  .wrapper-boxed .woodmart-search-full-screen .woodmart-search-wrapper,
  .wrapper-boxed .main-nav .menu-item-design-full-width .sub-menu-dropdown {
    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 .topbar-wrapp,
  .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.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 .woocommerce-product-gallery .owl-nav > div[class*="prev"] {
    left: 5px; }
  .wrapper-boxed .woocommerce-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 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 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],
  .platform-Windows .wrapper-boxed section[data-vc-full-width] {
    width: calc(100vw - 17px);
    left: calc((-100vw - -1160px - -17px) / 2); }
  .platform-Windows .wrapper-boxed .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .platform-Windows .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],
  .browser-Edge .wrapper-boxed section[data-vc-full-width] {
    width: calc(100vw - 12px);
    left: calc((-100vw - -1160px - -12px) / 2); }
  .browser-Edge .wrapper-boxed .vc_row[data-vc-full-width]:not([data-vc-stretch-content]),
  .browser-Edge .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); }

  .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown,
  .platform-Windows .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); }

  

  .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 .sticky-header > .container,
  .header-full-width .topbar-wrapp > .container,
  .header-full-width .main-header > .container,
  .header-full-width .main-header .navigation-wrap > .container,
  .header-full-width .main-header .secondary-header > .container,
  .header-full-width .single-breadcrumbs-wrapper > .container {
    width: 95%;
    max-width: 100%; } }
@media (max-width: 1200px) {

  .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: 0px; }
    .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: 0px !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); } }
/** ------------------------------------------------------------------------------------------------
* MAX-WIDTH: 992px
* ------------------------------------------------------------------------------------------------ */
@media (max-width: 1024px) {
  /**  MAIN HEADER  **/
  .document-ready .mobile-nav {
    display: block; }

  .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; }
  .woodmart-header-advanced .page-title {
    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.woocommerce-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 .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s, -webkit-transform .25s ease .25s; }
    .platform-iOS .login-form-popup {
      position: fixed; }

  .main-header .widgetarea-head,
  .main-header .main-nav,
  .main-header .search-extended {
    display: none; }

  .search-button:not(.mobile-search-icon) {
    display: none; }
  .search-button .woodmart-search-wrapper {
    display: none; }

  .wrapp-header .woodmart-wishlist-info-widget,
  .secondary-header,
  .navigation-wrap,
  .full-screen-burger-icon,
  .full-screen-wrapper {
    display: none; }

  .wrapp-header {
    margin-left: -5px;
    margin-right: -5px; }
    .wrapp-header > .right-column,
    .wrapp-header > .site-logo,
    .wrapp-header > .main-nav,
    .wrapp-header > .widgetarea-head,
    .wrapp-header > .search-extended,
    .wrapp-header > .header-left-side {
      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-wrap-cat,
  .woodmart-shopping-cart .subtotal-divider,
  .woodmart-shopping-cart .woodmart-cart-subtotal,
  .woodmart-shopping-cart .dropdown-cart {
    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: #EEEEEE; }

  .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: 0px;
      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%;
    max-height: inherit !important; }

  .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 .right-column,
  .header-mobile-center .left-side {
    -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-shop .right-column, .header-mobile-right.header-logo-center .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-shop .right-column, .header-mobile-left.header-logo-center .right-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0; }

  .woodmart-top-bar-mobile-off .header-overlap {
    top: 0; }

  .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off) .header-sticky-real,
  .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off) .header-overlap {
    position: absolute;
    top: 38px; }
    .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off) .header-sticky-real.act-scroll,
    .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off) .header-overlap.act-scroll {
      position: fixed;
      top: 0px; }
  .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-sticky-real.act-scroll,
  .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-overlap.act-scroll {
    position: fixed;
    top: 32px; }

  .woodmart-tltp .woodmart-tooltip-label {
    display: none !important; }

  .error404 .page-header:before {
    font-size: 280px;
    line-height: 240px; }
  .error404 .page-title {
    padding: 70px 0;
    font-size: 50px; }
  .error404 .page-content h2 {
    font-size: 24px; }
  .error404 .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; }

  .slider-type-product,
  .slider-type-post,
  .categories-style-carousel {
    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 0.15s ease;
    transition: all 0.15s ease; }
    .wrap-loading-arrow > div[class*="prev"] {
      left: 0px !important; }
    .wrap-loading-arrow > div[class*="next"] {
      right: 0px !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-woocommerce-layered-nav .woodmart-scroll {
    overflow-y: scroll;
    padding-right: 5px; }
  .woodmart-woocommerce-layered-nav .woodmart-scroll-content {
    overflow: visible; }
  .woodmart-woocommerce-layered-nav .swatches-display-double li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    .woodmart-woocommerce-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.33333333%; }
  .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-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,
  .instagram-per-row-10.instagram-grid .instagram-picture,
  .instagram-per-row-11.instagram-grid .instagram-picture,
  .instagram-per-row-12.instagram-grid .instagram-picture {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }

  .woodmart-title-size-medium .title-subtitle,
  .woodmart-title-size-large .title-subtitle,
  .woodmart-title-size-extra-large .title-subtitle {
    font-size: 14px; }
  .woodmart-title-size-medium .woodmart-title-container,
  .woodmart-title-size-large .woodmart-title-container,
  .woodmart-title-size-extra-large .woodmart-title-container {
    font-size: 22px; }
  .woodmart-title-size-medium .title-after_title,
  .woodmart-title-size-large .title-after_title,
  .woodmart-title-size-extra-large .title-after_title {
    font-size: 14px; }

  .woodmart-title-width-70 .woodmart-title-container,
  .woodmart-title-width-70 .title-after_title,
  .woodmart-title-width-70 .title-subtitle,
  .woodmart-title-width-60 .woodmart-title-container,
  .woodmart-title-width-60 .title-after_title,
  .woodmart-title-width-60 .title-subtitle {
    max-width: 80%; }

  .woodmart-title-width-50 .woodmart-title-container,
  .woodmart-title-width-50 .title-after_title,
  .woodmart-title-width-50 .title-subtitle,
  .woodmart-title-width-40 .woodmart-title-container,
  .woodmart-title-width-40 .title-after_title,
  .woodmart-title-width-40 .title-subtitle {
    max-width: 60%; }

  .woodmart-title-width-30 .woodmart-title-container,
  .woodmart-title-width-30 .title-after_title,
  .woodmart-title-width-30 .title-subtitle,
  .woodmart-title-width-20 .woodmart-title-container,
  .woodmart-title-width-20 .title-after_title,
  .woodmart-title-width-20 .title-subtitle,
  .woodmart-title-width-10 .woodmart-title-container,
  .woodmart-title-width-10 .title-after_title,
  .woodmart-title-width-10 .title-subtitle {
    max-width: 40%; }

  .woodmart-title-style-underlined-2.woodmart-title-size-large .title, .woodmart-title-style-underlined-2.woodmart-title-size-extra-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 white, 1px -1px white, -1px 1px white, -1px -1px white; }

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

  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container:after {
    content: ""; }

  .content-spacing-large .banner-subtitle,
  .content-spacing-large .banner-title,
  .content-spacing-large .banner-inner {
    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
  * ------------------------------------------ */
  .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: transparent;
    -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 PARALAX
  * ------------------------------------------ */
  .woodmart-parallax {
    background-attachment: scroll !important; }

  .text-larger {
    font-size: inherit; 
  } 

  .contact-form {
    max-width: 475px;
  }

  .contacto .wpcf7 {
    margin-left: 0;
  }


  .contacto input[type='email'], .contacto textarea {
    width: 250px;
  }

  .contacto {
    background-position: -650px;
    background-size: cover;
  }

  .n2-ss-slide-8 {
    top: -110px;
  }

  .n2-ss-slide-9 {
    top: -170px;
  }

  .n2-ss-slide-10 {
    top: -200px;
  }

  

  .rev_slider li.tp-revslider-slidesli {
    left: 1225px !important;
  }

  li.tp-revslider-slidesli.active-revslide {
    left: 0 !important
  }



}

@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-woo-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-woo-breadcrumbs .woocommerce-breadcrumb {
        margin-bottom: 15px; }
    .offcanvas-sidebar-tablet .content-with-products:not(.col-sm-12) .woocommerce-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: white;
    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: none; }
  .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; }

  .woocommerce-orders-table {
    display: block; }
    .woocommerce-orders-table thead,
    .woocommerce-orders-table th {
      display: none; }
    .woocommerce-orders-table tbody,
    .woocommerce-orders-table tfoot,
    .woocommerce-orders-table tr {
      display: block; }
    .woocommerce-orders-table tr {
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(129, 129, 129, 0.2); }
      .woocommerce-orders-table tr:last-child {
        margin-bottom: 0; }
    .woocommerce-orders-table td {
      display: block;
      border-bottom: none;
      padding: 0 0 8px 0;
      margin-bottom: 8px;
      text-align: right; }
      .woocommerce-orders-table td:before {
        content: attr(data-title);
        color: #2d2a2a;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 3px;
        float: left; }
      .woocommerce-orders-table td:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    .woodmart-dark .woocommerce-orders-table tr {
      border-color: rgba(255, 255, 255, 0.15); }
    .woodmart-dark .woocommerce-orders-table td:before {
      color: white; } }
@media (min-width: 768px) and (max-width: 991px) {
  .vc_col-md-4.vc_col-sm-6 .banner-title-small .banner-subtitle,
  .banners-per-view-3 .banner-title-small .banner-subtitle {
    font-size: 1vw; }
  .vc_col-md-4.vc_col-sm-6 .banner-title-small .banner-title,
  .banners-per-view-3 .banner-title-small .banner-title {
    font-size: 1.6vw; }
  .vc_col-md-4.vc_col-sm-6 .banner-title-default .banner-subtitle,
  .banners-per-view-3 .banner-title-default .banner-subtitle {
    font-size: 1.1vw; }
  .vc_col-md-4.vc_col-sm-6 .banner-title-default .banner-title,
  .banners-per-view-3 .banner-title-default .banner-title {
    font-size: 2vw; }
  .vc_col-md-4.vc_col-sm-6 .banner-title-large .banner-subtitle,
  .banners-per-view-3 .banner-title-large .banner-subtitle {
    font-size: 1.3vw; }
  .vc_col-md-4.vc_col-sm-6 .banner-title-large .banner-title,
  .banners-per-view-3 .banner-title-large .banner-title {
    font-size: 2.3vw; } }
@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: 966px) {

  .contacto {
    background-position: 0px;
  }

  .contacto-info p {
    color: #c1c1c1;
  }
}


/* ------------------------------------------------------------------------------------------------
* Responsive web design, > 768px (MOBILE)
* ------------------------------------------------------------------------------------------------ */
@media (max-width: 767px) {
  body .mobile-bg-img-hidden {
    background-image: none !important; }

  .reset-margin > .vc_column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .popup-quick-view .entry-summary .woodmart-product-brands img, .product-design-default .entry-summary.col-sm-4 .woodmart-product-brands img, .product-design-alt .product-image-summary .woodmart-product-brands img {
    max-height: 36px; }

  .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-woo-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-woo-breadcrumbs .woocommerce-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: white;
    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: none; }
  .offcanvas-sidebar-mobile.woodmart-dark .content-with-products:not(.col-sm-12) .woodmart-woo-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; }

  .container,
  .woodmart-google-map-content-wrap {
    width: 100%; }

  .main-header.header-menu-top .navigation-wrap .container {
    width: 100%; }

  .woodmart-registration-page {
    padding-top: 0;
    padding-bottom: 0; }

  #customer_login .col-register,
  #customer_login .col-login,
  #customer_login .col-register-text {
    padding-top: 0px;
    padding-bottom: 0px; }

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

  .woocommerce-my-account-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

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

  .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,
  .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-alt .woodmart-entry-content,
  .blog-design-default .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: 0px; }
  .blog-design-small-images.has-post-thumbnail .article-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .blog-design-small-images.has-post-thumbnail .entry-header,
  .blog-design-small-images.has-post-thumbnail .article-body-container {
    -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; }
    .single-post-navigation .post-title {
      display: none; }
    .woodmart-dark .single-post-navigation .btn-label {
      color: white; }

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

  .error404 .page-header:before {
    font-size: 150px;
    line-height: 120px;
    top: -10px; }
  .error404 .page-title {
    padding: 15px 0;
    font-size: 32px; }
  .error404 .page-content h2 {
    font-size: 18px; }
  .error404 .page-content > .searchform {
    max-width: 320px; }

  .woodmart-cookies-inner {
    -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;
    text-align: center; }
    .woodmart-cookies-inner .cookies-buttons {
      margin-top: 15px; }
    .woodmart-cookies-inner .cookies-info-text {
      padding-right: 0; }

  .enable-sticky-header.admin-bar .header-overlap,
  .enable-sticky-header.admin-bar .header-sticky-real {
    top: 46px; }
  .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-sticky-real.act-scroll,
  .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-overlap.act-scroll {
    top: 46px; }

  .admin-bar .sticky-header.act-scroll {
    top: 46px; }
  .admin-bar.sticky-navigation-only.sticky-header-prepared .navigation-wrap {
    top: 46px; }
  .admin-bar .cart-widget-side,
  .admin-bar .mobile-nav,
  .admin-bar .full-screen-close-icon {
    top: 46px; }

  .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: 0px; }
  .woodmart-spacing-30 .owl-nav > div[class*="next"] {
    right: 0px; }

  /** ------------------------------------------
  * PRODUCT SEARCH HAS CATEGORIES DROPDOWN
  * ------------------------------------------ */
  .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%; }

  .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; }
  .woodmart-products-tabs.tabs-design-simple .owl-nav,
  .woodmart-products-tabs.tabs-design-simple .wrap-loading-arrow {
    top: -103px; }
  .woodmart-dark .woodmart-products-tabs.tabs-design-simple .tabs-navigation-wrapper, .color-scheme-light .woodmart-products-tabs.tabs-design-simple .tabs-navigation-wrapper {
    border-color: rgba(255, 255, 255, 0.15); }

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


  .compare-opened {
    overflow: visible; }

  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
    display: block; }
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-heading {
    display: none; }
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
    overflow: hidden; }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container:after, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container:after {
      content: ""; }
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
    white-space: nowrap;
    overflow-y: auto; }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list::-webkit-scrollbar, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-list::-webkit-scrollbar {
      display: none; }

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

  .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: white;
      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: 0px 0px 4px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 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: 0px -2px 2px rgba(0, 0, 0, 0.1); }

  .banner-btn-position-hover .banner-btn-wrapper {
    display: none; }

  .content-spacing-medium .banner-subtitle,
  .content-spacing-medium .banner-title,
  .content-spacing-medium .banner-inner,
  .content-spacing-large .banner-subtitle,
  .content-spacing-large .banner-title,
  .content-spacing-large .banner-inner {
    margin-top: 7px; }
  .content-spacing-medium .banner-btn-wrapper,
  .content-spacing-large .banner-btn-wrapper {
    margin-top: 15px; }

  .banner-title-small .banner-subtitle,
  .banner-title-default .banner-subtitle,
  .banner-title-large .banner-subtitle,
  .banner-title-extra-large .banner-subtitle {
    font-size: 3vw; }
  .banner-title-small .banner-title,
  .banner-title-default .banner-title,
  .banner-title-large .banner-title,
  .banner-title-extra-large .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-large,
  .banner-btn-wrapper .btn-size-extra-large {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px; }

  .woodmart-row-divider.dvr-style-waves-small svg, .woodmart-row-divider.dvr-style-waves-wide svg, .woodmart-row-divider.dvr-style-triangle 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%; }

  /** ------------------------------------------
  * FULL WIDTH ROW AND SECTION
  * ------------------------------------------ */
  .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; }

  .platform-Windows .vc_row[data-vc-full-width],
  .platform-Windows section[data-vc-full-width],
  .browser-Edge .vc_row[data-vc-full-width],
  .browser-Edge section[data-vc-full-width] {
    width: auto; }

  .dokan-store .site-content {
    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; }

  .dokan-single-store {
    margin-bottom: 40px; }

  .dokan-single-store.dokan-w8 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .dokan-store-sidebar.dokan-w3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .dokan-store-sidebar.dokan-w3,
  .dokan-single-store.dokan-w8 {
    width: 100%; } 

    .expansion {
      display: none;
    }

    .expansion-tablet {
      display: block;
    }

  .slide-servicios-tablet {
    display: block;
  }

  .slide-servicios{
    display: none;
  }

  }
/* ------------------------------------------------------------------------------------------------
* Responsive web design, > 600px (MOBILE)
* ------------------------------------------------------------------------------------------------ */
@media (max-width: 600px) {
  .enable-sticky-header.admin-bar .header-sticky-real,
  .enable-sticky-header.admin-bar .header-overlap, .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-sticky-real,
  .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-overlap {
    -webkit-transition: top 0.15s ease;
    transition: top 0.15s ease; }
    .enable-sticky-header.admin-bar .header-sticky-real.act-scroll,
    .enable-sticky-header.admin-bar .header-overlap.act-scroll, .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-sticky-real.act-scroll,
    .enable-sticky-header.woodmart-top-bar-on:not(.woodmart-top-bar-mobile-off).admin-bar .header-overlap.act-scroll {
      top: 0; }
  .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 0.15s ease;
    transition: top 0.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 .sticky-header.act-scroll {
    top: 0; } }
/* ------------------------------------------------------------------------------------------------
* Responsive web design, 768 > 480px (MOBILE)
* ------------------------------------------------------------------------------------------------ */
@media (min-width: 480px) and (max-width: 767px) {
  .banners-per-view-3 .banner-title-small .banner-subtitle,
  .banners-per-view-3 .banner-title-default .banner-subtitle,
  .banners-per-view-3 .banner-title-large .banner-subtitle,
  .banners-per-view-3 .banner-title-extra-large .banner-subtitle,
  .banners-per-view-4 .banner-title-small .banner-subtitle,
  .banners-per-view-4 .banner-title-default .banner-subtitle,
  .banners-per-view-4 .banner-title-large .banner-subtitle,
  .banners-per-view-4 .banner-title-extra-large .banner-subtitle,
  .banners-per-view-5 .banner-title-small .banner-subtitle,
  .banners-per-view-5 .banner-title-default .banner-subtitle,
  .banners-per-view-5 .banner-title-large .banner-subtitle,
  .banners-per-view-5 .banner-title-extra-large .banner-subtitle,
  .banners-per-view-6 .banner-title-small .banner-subtitle,
  .banners-per-view-6 .banner-title-default .banner-subtitle,
  .banners-per-view-6 .banner-title-large .banner-subtitle,
  .banners-per-view-6 .banner-title-extra-large .banner-subtitle,
  .banners-per-view-7 .banner-title-small .banner-subtitle,
  .banners-per-view-7 .banner-title-default .banner-subtitle,
  .banners-per-view-7 .banner-title-large .banner-subtitle,
  .banners-per-view-7 .banner-title-extra-large .banner-subtitle,
  .banners-per-view-8 .banner-title-small .banner-subtitle,
  .banners-per-view-8 .banner-title-default .banner-subtitle,
  .banners-per-view-8 .banner-title-large .banner-subtitle,
  .banners-per-view-8 .banner-title-extra-large .banner-subtitle {
    font-size: 2vw; }
  .banners-per-view-3 .banner-title-small .banner-title,
  .banners-per-view-3 .banner-title-default .banner-title,
  .banners-per-view-3 .banner-title-large .banner-title,
  .banners-per-view-3 .banner-title-extra-large .banner-title,
  .banners-per-view-4 .banner-title-small .banner-title,
  .banners-per-view-4 .banner-title-default .banner-title,
  .banners-per-view-4 .banner-title-large .banner-title,
  .banners-per-view-4 .banner-title-extra-large .banner-title,
  .banners-per-view-5 .banner-title-small .banner-title,
  .banners-per-view-5 .banner-title-default .banner-title,
  .banners-per-view-5 .banner-title-large .banner-title,
  .banners-per-view-5 .banner-title-extra-large .banner-title,
  .banners-per-view-6 .banner-title-small .banner-title,
  .banners-per-view-6 .banner-title-default .banner-title,
  .banners-per-view-6 .banner-title-large .banner-title,
  .banners-per-view-6 .banner-title-extra-large .banner-title,
  .banners-per-view-7 .banner-title-small .banner-title,
  .banners-per-view-7 .banner-title-default .banner-title,
  .banners-per-view-7 .banner-title-large .banner-title,
  .banners-per-view-7 .banner-title-extra-large .banner-title,
  .banners-per-view-8 .banner-title-small .banner-title,
  .banners-per-view-8 .banner-title-default .banner-title,
  .banners-per-view-8 .banner-title-large .banner-title,
  .banners-per-view-8 .banner-title-extra-large .banner-title {
    font-size: 3vw; } }
/* ------------------------------------------------------------------------------------------------
* Responsive web design, > 480px (MOBILE)
* ------------------------------------------------------------------------------------------------ */
@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; }

  /** ------------------------------------------
  * WOOCOMMERCE MESSAGE
  * ------------------------------------------ */
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info,
  div.wpcf7-response-output {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce-error .button,
    .woocommerce-message .button,
    .woocommerce-info .button,
    div.wpcf7-response-output .button {
      margin-left: 0px; }

  /** ------------------------------------------
  * SINGLE PRODUCT PAGE
  * ------------------------------------------ */
  .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: 0px;
      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; }

  .woocommerce-thankyou-order-details,
  .wc-bacs-bank-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woocommerce-thankyou-order-details li,
    .wc-bacs-bank-details li {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      border-right: none;
      border-bottom: 1px solid rgba(129, 129, 129, 0.2);
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 0; }

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

  .product-grid-item.col-xs-6 .product-title,
  .product-grid-item.col-xs-6 .woodmart-product-cats,
  .product-grid-item.col-xs-6 .woodmart-product-brands-links,
  .product-grid-item.col-xs-6 .hover-content {
    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: 0px;
      padding-right: 0px;
      padding-bottom: 0px; }

  .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-alt .article-body-container,
  .blog-design-default .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-medium .title-subtitle,
  .woodmart-title-size-large .title-subtitle,
  .woodmart-title-size-extra-large .title-subtitle {
    font-size: 12px; }
  .woodmart-title-size-default .woodmart-title-container,
  .woodmart-title-size-medium .woodmart-title-container,
  .woodmart-title-size-large .woodmart-title-container,
  .woodmart-title-size-extra-large .woodmart-title-container {
    font-size: 20px; }

  .timer-size-medium .woodmart-timer > span,
  .timer-size-large .woodmart-timer > span,
  .timer-size-xlarge .woodmart-timer > span {
    min-width: 55px;
    min-height: 55px;
    font-size: 20px;
    line-height: 20px; }
    .timer-size-medium .woodmart-timer > span span,
    .timer-size-large .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; } 

      .expansion-tablet, .empresa {
        display: none;
      }

      .expansion-movil, .empresa-movil {
        display: block;
      }



    .slide-servicios-tablet {
      display: none;
    }

    .slide-servicios-movil {
      display: block;
    }

      
  }


@keyframes menu-in-left-rtl {
  from {
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@-webkit-keyframes menu-in-left-rtl {
  from {
    -webkit-transform: translate3d(15px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes menu-to-right-rtl {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0); } }
@-webkit-keyframes menu-to-right-rtl {
  from {
    -webkit-transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-15px, 0, 0); } }
@keyframes fadeInLeftShort-rtl {
  from {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInLeftShort-rtl {
  from {
    -webkit-transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: none; } }
@keyframes fadeInLeft-rtl {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInLeft-rtl {
  from {
    -webkit-transform: translate3d(50px, 0, 0); }
  to {
    -webkit-transform: none; } }
@keyframes fadeOutRight-rtl {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0); } }
@-webkit-keyframes fadeOutRight-rtl {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(-50px, 0, 0); } }
body.rtl.woodmart-show-hidden-sidebar .area-sidebar-shop {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }
