html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

caption, th, td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

a, button, input {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

@font-face {
  font-weight: normal;
  font-style: normal;
  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.woff2") format("woff2"), url("../fonts/woodmart-font.ttf") format("truetype"), url("../fonts/woodmart-font.svg#woodmart-font") format("svg"); }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif; }

body {
  overflow-x: hidden;
  margin: 0;
  background-color: #FFF;
  color: #777777;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6; }

p {
  margin-bottom: 20px; }

a {
  color: #3f3f3f;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }
  a:focus {
    outline: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: 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;
  margin-bottom: 5px;
  color: #464646;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px; }

em {
  font-style: italic; }

big {
  font-size: larger; }

abbr {
  border-bottom: 1px dotted;
  color: #D62432;
  text-decoration: none; }

acronym {
  border-bottom: 1px dotted;
  text-decoration: none; }

.required {
  border: none;
  color: #E01020;
  font-size: 16px;
  line-height: 1; }

abbr[title] {
  border: none; }

dl {
  margin-bottom: 20px; }

strong,
b {
  font-weight: 600; }

mark {
  display: inline-block;
  padding: 5px 8px;
  background-color: #F9F9F9;
  color: #2d2a2a;
  font-weight: 600;
  line-height: 1; }

code,
kbd {
  padding: 2px 5px; }

code, kbd, pre, samp {
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
  font-family: monospace, serif; }

ins {
  text-decoration: none; }

pre {
  overflow: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #F9F9F9;
  text-align: left;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

dfn {
  font-style: italic; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 1; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

var {
  font-style: italic; }

small {
  font-size: 80%; }

hr {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 35px;
  border-top: 1px solid rgba(27, 27, 27, 0.6); }
  .color-scheme-light hr {
    border-color: rgba(255, 255, 255, 0.45); }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

iframe,
embed {
  max-width: 100%; }

blockquote {
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid;
  color: #3A3A3A;
  text-align: left;
  font-size: 16px; }
  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, .woodmart-dark blockquote {
    border-color: rgba(255, 255, 255, 0.7);
    color: white; }
    .color-scheme-light blockquote footer:before, .woodmart-dark blockquote footer:before {
      border-color: rgba(255, 255, 255, 0.7); }
    .color-scheme-light blockquote cite,
    .color-scheme-light blockquote cite a, .woodmart-dark blockquote cite,
    .woodmart-dark blockquote cite a {
      color: white; }

cite {
  font-style: italic; }

address {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 110%;
  line-height: 1.8; }

fieldset {
  margin-bottom: 20px;
  padding: 20px 40px;
  border: 2px solid #E6E6E6; }
  fieldset legend {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto; }
  .woodmart-dark fieldset {
    border-color: rgba(255, 255, 255, 0.25); }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

ul,
ol {
  line-height: 1.4; }

.img-wrapper {
  display: inline-block; }

.svg-icon svg {
  width: inherit !important;
  height: inherit !important; }

svg:not(:root) {
  overflow: hidden; }

i.fa:before {
  margin-right: 1px;
  margin-left: 1px; }

.woodmart-custom-icon {
  min-width: 100%;
  max-width: 38px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-larger {
  font-size: 110%; }

.title-uppercase {
  text-transform: uppercase; }

.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,
    .woodmart-dark a:hover {
      color: white; }
  .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 .title,
  .color-scheme-light .widgettitle,
  .color-scheme-light .widget-title,
  .color-scheme-light label,
  .color-scheme-light legend,
  .woodmart-dark h1,
  .woodmart-dark h2,
  .woodmart-dark h3,
  .woodmart-dark h4,
  .woodmart-dark h5,
  .woodmart-dark h6,
  .woodmart-dark .title,
  .woodmart-dark .widgettitle,
  .woodmart-dark .widget-title,
  .woodmart-dark label,
  .woodmart-dark legend {
    color: white; }
  .color-scheme-light .inline-list-with-border li:not(:last-child),
  .woodmart-dark .inline-list-with-border li:not(:last-child) {
    border-color: rgba(255, 255, 255, 0.15); }

.color-scheme-dark {
  color: #777777; }
  .color-scheme-dark a {
    color: #3f3f3f; }
  .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-scheme-dark legend {
    color: #2d2a2a; }

.hover-color-scheme-dark:hover {
  color: #777777; }
  .hover-color-scheme-dark:hover h1, .hover-color-scheme-dark:hover h2, .hover-color-scheme-dark:hover h3, .hover-color-scheme-dark:hover h4, .hover-color-scheme-dark:hover h5, .hover-color-scheme-dark:hover h6 {
    color: #2d2a2a; }

.hover-color-scheme-light:hover {
  color: rgba(255, 255, 255, 0.8); }
  .hover-color-scheme-light:hover h1, .hover-color-scheme-light:hover h2, .hover-color-scheme-light:hover h3, .hover-color-scheme-light:hover h4, .hover-color-scheme-light:hover h5, .hover-color-scheme-light:hover h6 {
    color: white; }

.color-black {
  color: black; }

.color-white {
  color: white; }

.main-nav-style {
  font-weight: 600;
  font-size: 13px; }

.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; }

.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; }

.box-shadow-style-1 {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }

.box-shadow-style-2 {
  -webkit-box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5); }

.box-shadow-style-3 {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1); }

.woodmart-tltp {
  position: relative; }
  .woodmart-tltp .woodmart-tooltip-label {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    padding: 0px 15px;
    height: 34px;
    border-radius: 0;
    background-color: #000;
    color: #FFF;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    letter-spacing: .3px;
    font-weight: normal;
    font-size: 12px;
    line-height: 34px;
    opacity: 0;
    pointer-events: none; }
    .woodmart-tltp .woodmart-tooltip-label:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent; }
  .woodmart-tltp:hover .woodmart-tooltip-label {
    visibility: visible;
    opacity: 1;
    -webkit-animation: wd-fadeInTooltip .3s ease;
            animation: wd-fadeInTooltip .3s ease; }
  .woodmart-tltp .woodmart-tooltip-label {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0; }
    .woodmart-tltp .woodmart-tooltip-label:before {
      top: 100%;
      right: auto;
      bottom: auto;
      left: 50%;
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-color: transparent;
      border-top-color: #000; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.reset-mb-10 h1, .reset-mb-10 h2, .reset-mb-10 h3, .reset-mb-10 h4, .reset-mb-10 h5, .reset-mb-10 h6, .reset-mb-10 p, .reset-mb-10 ol, .reset-mb-10 ul {
  margin-bottom: 10px; }
.reset-mb-10 > *:last-child {
  margin-bottom: 0; }

.woodmart-font-weight-100 {
  font-weight: 100!important; }

.woodmart-font-weight-200 {
  font-weight: 200!important; }

.woodmart-font-weight-300 {
  font-weight: 300!important; }

.woodmart-font-weight-400 {
  font-weight: 400!important; }

.woodmart-font-weight-500 {
  font-weight: 500!important; }

.woodmart-font-weight-600 {
  font-weight: 600!important; }

.woodmart-font-weight-700 {
  font-weight: 700!important; }

.woodmart-font-weight-800 {
  font-weight: 800!important; }

.woodmart-font-weight-900 {
  font-weight: 900!important; }

.woodmart-spacing-0 {
  margin-right: 0px;
  margin-left: 0px; }
  .woodmart-spacing-0 > div,
  .woodmart-spacing-0 > article {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px; }

.woodmart-spacing-2 {
  margin-right: -1px;
  margin-left: -1px; }
  .woodmart-spacing-2 > div,
  .woodmart-spacing-2 > article {
    margin-bottom: 2px;
    padding-right: 1px;
    padding-left: 1px; }

.woodmart-spacing-6 {
  margin-right: -3px;
  margin-left: -3px; }
  .woodmart-spacing-6 > div,
  .woodmart-spacing-6 > article {
    margin-bottom: 6px;
    padding-right: 3px;
    padding-left: 3px; }

.woodmart-spacing-10 {
  margin-right: -5px;
  margin-left: -5px; }
  .woodmart-spacing-10 > div,
  .woodmart-spacing-10 > article {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px; }

.woodmart-spacing-20 {
  margin-right: -10px;
  margin-left: -10px; }
  .woodmart-spacing-20 > div,
  .woodmart-spacing-20 > article {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px; }

.woodmart-spacing-30 {
  margin-right: -15px;
  margin-left: -15px; }
  .woodmart-spacing-30 > div,
  .woodmart-spacing-30 > article {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px; }

.woodmart-columns-1 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%; }

.woodmart-columns-2 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 50%; }

.woodmart-columns-3 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%; }

.woodmart-columns-4 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 25%; }

.woodmart-columns-5 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  width: 20%; }

.woodmart-columns-6 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%; }

.alignleft {
  float: left;
  margin-top: 3px;
  margin-right: 25px;
  margin-bottom: 20px; }

.alignright {
  float: right;
  margin-top: 3px;
  margin-bottom: 20px;
  margin-left: 25px; }

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 20px; }

.wp-caption {
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
  border: none;
  background: transparent; }

.wp-caption.alignleft {
  margin-top: 3px;
  margin-right: 25px; }

.wp-caption.alignright {
  margin-top: 3px;
  margin-left: 25px; }

.wp-caption.aligncenter {
  margin: 0 auto;
  margin-top: 3px; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
  padding: 5px 10px 5px 0;
  font-style: italic;
  line-height: 1.6;
  opacity: .8; }

.gallery-caption,
.bypostauthor {
  content: initial; }

body .wp-playlist {
  border: none;
  text-align: left; }
body .wp-playlist-item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px; }

@-webkit-keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes wd-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes wd-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes wd-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes wd-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes wd-SemiFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: .6; } }
@keyframes wd-SemiFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: .6; } }
@-webkit-keyframes wd-fadeInLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-fadeInLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-fadeInLeftShort {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-fadeInLeftShort {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-fadeOutLeft {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0); } }
@keyframes wd-fadeOutLeft {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0); } }
@-webkit-keyframes wd-fadeOutLeftShort {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); } }
@keyframes wd-fadeOutLeftShort {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); } }
@-webkit-keyframes wd-fadeInRight {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-fadeInRight {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-fadeInRightShort {
  from {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-fadeInRightShort {
  from {
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-fadeOutRight {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0); } }
@keyframes wd-fadeOutRight {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0); } }
@-webkit-keyframes wd-fadeInBottomShort {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-fadeInBottomShort {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-fadeOutDownBig {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }
@keyframes wd-fadeOutDownBig {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }
@-webkit-keyframes wd-fadeInDownBig {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-fadeInDownBig {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-fadeOutUpBig {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
@keyframes wd-fadeOutUpBig {
  from {
    -webkit-transform: none;
            transform: none; }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes wd-ShakePrev {
  25% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  50% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0); } }
@keyframes wd-ShakePrev {
  25% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  50% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0); } }
@-webkit-keyframes wd-ShakeNext {
  25% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0); }
  75% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); } }
@keyframes wd-ShakeNext {
  25% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0); }
  75% {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0); } }
@-webkit-keyframes wd-FadeInLoader {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }
@keyframes wd-FadeInLoader {
  from {
    opacity: 0; }
  to {
    opacity: .8; } }
@-webkit-keyframes wd-fadeInTooltip {
  from {
    opacity: 0; }
  to {
    opacity: .9; } }
@keyframes wd-fadeInTooltip {
  from {
    opacity: 0; }
  to {
    opacity: .9; } }
@-webkit-keyframes wd-shopSlideFromBottom {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-shopSlideFromBottom {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-SlideFromTop {
  from {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-SlideFromTop {
  from {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-SlideFromBottom {
  from {
    -webkit-transform: translateY(150px);
            transform: translateY(150px); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-SlideFromBottom {
  from {
    -webkit-transform: translateY(150px);
            transform: translateY(150px); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-SlideFromLeft {
  from {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-SlideFromLeft {
  from {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-SlideFromRight {
  from {
    -webkit-transform: translateX(150px);
            transform: translateX(150px); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-SlideFromRight {
  from {
    -webkit-transform: translateX(150px);
            transform: translateX(150px); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-RightFlipY {
  from {
    -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6);
            transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6); }
  to {
    -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
            transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); } }
@keyframes wd-RightFlipY {
  from {
    -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6);
            transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6); }
  to {
    -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
            transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); } }
@-webkit-keyframes wd-LeftFlipY {
  from {
    -webkit-transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6);
            transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6); }
  to {
    -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
            transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); } }
@keyframes wd-LeftFlipY {
  from {
    -webkit-transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6);
            transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6); }
  to {
    -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
            transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); } }
@-webkit-keyframes wd-TopFlipX {
  from {
    -webkit-transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
            transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
            transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }
@keyframes wd-TopFlipX {
  from {
    -webkit-transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
            transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
            transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }
@-webkit-keyframes wd-BottomFlipX {
  from {
    -webkit-transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
            transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
            transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }
@keyframes wd-BottomFlipX {
  from {
    -webkit-transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
            transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
  to {
    -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
            transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); } }
@-webkit-keyframes wd-ZoomIn {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-ZoomIn {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-RotateZ {
  from {
    -webkit-transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085);
            transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes wd-RotateZ {
  from {
    -webkit-transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085);
            transform: matrix3d(0.70592, 0.02465, 0.37557, -0.00062, -0.06052, 0.79532, 0.06156, -0.0001, -0.46435, -0.10342, 0.87958, -0.00146, -21.42566, 4.13698, 4.81749, 0.99197085); }
  to {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes wd-Sonar {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  50% {
    opacity: .8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes wd-Sonar {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2); }
  50% {
    opacity: .8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes wd-Pulse {
  0%,100% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
@keyframes wd-Pulse {
  0%,100% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
.website-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #FFF; }
  .woodmart-dark .website-wrapper {
    background-color: #1a1a1a; }

.main-page-wrapper {
  margin-top: -40px;
  padding-top: 40px;
  background-color: #FFF; }
  .woodmart-dark .main-page-wrapper {
    background-color: #1a1a1a; }

.site-content {
  margin-bottom: 40px; }

.sidebar-container {
  margin-bottom: 40px; }
  .sidebar-container .widget-heading {
    display: none; }

.footer-sidebar {
  padding-top: 40px;
  padding-bottom: 10px; }

.woodmart-sticky-sidebar-opener {
  color: #333333; }
  .woodmart-sticky-sidebar-opener:not(.sticky-toolbar) {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 350;
    display: none;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
    text-align: center;
    font-size: 0;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px; }
  .woodmart-sticky-sidebar-opener:after {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    content: "\f115";
    font-family: "woodmart-font"; }
  .woodmart-sticky-sidebar-opener:not(.shop-sidebar-opener):after {
    font-size: 20px;
    content: "\f10c";
    font-family: "woodmart-font"; }
  .woodmart-sticky-sidebar-opener:hover, .woodmart-sticky-sidebar-opener:focus {
    color: #777777; }
  .woodmart-dark .woodmart-sticky-sidebar-opener {
    color: white; }
    .woodmart-dark .woodmart-sticky-sidebar-opener:not(.sticky-toolbar) {
      background-color: rgba(0, 0, 0, 0.9); }
    .woodmart-dark .woodmart-sticky-sidebar-opener:hover, .woodmart-dark .woodmart-sticky-sidebar-opener:focus {
      color: rgba(255, 255, 255, 0.8); }

.whb-header {
  margin-bottom: 40px; }

.whb-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.whb-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.whb-col-left,
.whb-mobile-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px; }

.whb-col-right,
.whb-mobile-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -10px; }

.whb-col-mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -10px;
  margin-left: -10px; }

.whb-flex-flex-middle .whb-col-center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

.whb-flex-equal-sides .whb-col-left,
.whb-flex-equal-sides .whb-col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

.whb-general-header .whb-mobile-left,
.whb-general-header .whb-mobile-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }

.whb-empty-column + .whb-mobile-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.woodmart-header-overcontent .page-title {
  margin-top: 0; }

.whb-overcontent {
  min-height: 100%; }
  .whb-overcontent .whb-main-header {
    position: absolute; }
  body:not(.single-product) .whb-overcontent, .whb-overcontent.whb-custom-header {
    margin-bottom: 0;
    padding-top: 0 !important; }

.whb-with-shadow {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }

.whb-main-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 390;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.whb-clone {
  position: fixed;
  z-index: 391;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s ease, visibility .1s ease, -webkit-transform .3s ease;
  transition: opacity .1s ease, visibility .1s ease, -webkit-transform .3s ease;
  transition: opacity .1s ease, visibility .1s ease, transform .3s ease;
  transition: opacity .1s ease, visibility .1s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-animation: wd-fadeOutUpBig .1s ease;
          animation: wd-fadeOutUpBig .1s ease;
  pointer-events: none; }
  .whb-clone .whb-flex-row {
    border: none; }
  .whb-clone.whb-sticked {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation: wd-fadeInDownBig .3s ease;
            animation: wd-fadeInDownBig .3s ease;
    pointer-events: visible;
    pointer-events: unset; }
    .whb-clone.whb-sticked .whb-not-sticky-row {
      display: block; }
  .whb-clone .woodmart-navigation.main-nav {
    text-align: center; }
  .admin-bar .whb-clone {
    top: 32px; }
  .whb-clone.whb-hide-on-scroll {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation: none;
            animation: none; }
  .whb-clone.whb-scroll-up {
    -webkit-transform: none;
            transform: none; }

.whb-sticky-prepared .whb-main-header {
  position: absolute; }

.whb-scroll-stick .whb-flex-row {
  -webkit-transition: height .2s ease;
  transition: height .2s ease; }
.whb-scroll-stick .search-button > a,
.whb-scroll-stick .woodmart-shopping-cart > a,
.whb-scroll-stick .woodmart-wishlist-info-widget > a,
.whb-scroll-stick .main-nav .item-level-0 > a,
.whb-scroll-stick .whb-secondary-menu .item-level-0 > a,
.whb-scroll-stick .woodmart-header-links .item-level-0 > a,
.whb-scroll-stick .menu-opener,
.whb-scroll-stick .woodmart-burger-icon,
.whb-scroll-stick .whb-divider-element:before,
.whb-scroll-stick form.woocommerce-currency-switcher-form .dd-selected,
.whb-scroll-stick .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
  -webkit-transition: all .25s ease, height .2s ease;
  transition: all .25s ease, height .2s ease; }
.whb-scroll-stick .woodmart-logo img {
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease; }
.whb-scroll-stick.whb-sticked .whb-flex-row {
  -webkit-transition: height .3s ease;
  transition: height .3s ease; }
.whb-scroll-stick.whb-sticked .search-button > a,
.whb-scroll-stick.whb-sticked .woodmart-shopping-cart > a,
.whb-scroll-stick.whb-sticked .woodmart-wishlist-info-widget > a,
.whb-scroll-stick.whb-sticked .main-nav .item-level-0 > a,
.whb-scroll-stick.whb-sticked .whb-secondary-menu .item-level-0 > a,
.whb-scroll-stick.whb-sticked .woodmart-header-links .item-level-0 > a,
.whb-scroll-stick.whb-sticked .menu-opener,
.whb-scroll-stick.whb-sticked .woodmart-burger-icon,
.whb-scroll-stick.whb-sticked .whb-divider-element:before,
.whb-scroll-stick.whb-sticked form.woocommerce-currency-switcher-form .dd-selected,
.whb-scroll-stick.whb-sticked .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
  -webkit-transition: all .25s ease, height .3s ease;
  transition: all .25s ease, height .3s ease; }
.whb-scroll-stick.whb-scroll-down .whb-main-header, .whb-scroll-stick.whb-scroll-up .whb-main-header {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
.whb-scroll-stick.whb-scroll-down .whb-main-header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
.whb-scroll-stick.whb-scroll-up .whb-main-header {
  -webkit-transform: none;
          transform: none; }

.whb-scroll-slide .search-button > a,
.whb-scroll-slide .woodmart-shopping-cart > a,
.whb-scroll-slide .woodmart-wishlist-info-widget > a,
.whb-scroll-slide .main-nav .item-level-0 > a,
.whb-scroll-slide .whb-secondary-menu .item-level-0 > a,
.whb-scroll-slide .woodmart-header-links .item-level-0 > a,
.whb-scroll-slide .menu-opener,
.whb-scroll-slide .woodmart-burger-icon,
.whb-scroll-slide .whb-divider-element:before,
.whb-scroll-slide form.woocommerce-currency-switcher-form .dd-selected,
.whb-scroll-slide .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle {
  -webkit-transition: all .25s ease, height 0s ease;
  transition: all .25s ease, height 0s ease; }
.whb-scroll-slide.whb-sticked .whb-main-header {
  -webkit-animation: wd-fadeInDownBig .4s ease;
          animation: wd-fadeInDownBig .4s ease; }
.whb-scroll-slide.whb-scroll-down .whb-main-header, .whb-scroll-slide.whb-scroll-up .whb-main-header {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }
.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: none;
          animation: none; }
.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header {
  -webkit-transform: none;
          transform: none; }

.whb-sticked .whb-main-header {
  position: fixed;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
.whb-sticked .whb-row {
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease; }
.whb-sticked .whb-not-sticky-row {
  display: none; }
.admin-bar .whb-sticked .whb-main-header {
  top: 32px; }

.whb-sticky-shadow.whb-sticked .whb-main-header {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.whb-sticky-shadow.whb-sticked .whb-row:last-child {
  border-bottom: none; }
  .whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row {
    border-bottom: none; }
.whb-sticky-shadow + .whb-clone {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .whb-sticky-shadow + .whb-clone .whb-row {
    border-bottom: none; }

.whb-row {
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease; }

.whb-color-dark:not(.whb-with-bg) {
  background-color: #FFF; }

.whb-color-light:not(.whb-with-bg) {
  background-color: #212121; }

body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
  background-color: transparent; }

.woodmart-logo {
  display: inline-block; }
  .woodmart-logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px; }
    .woodmart-logo img[src$=".svg"] {
      height: 100%; }

.switch-logo-enable .woodmart-sticky-logo {
  display: none;
  -webkit-animation: wd-fadeIn .5s ease;
          animation: wd-fadeIn .5s ease; }
.whb-sticked .switch-logo-enable .woodmart-main-logo {
  display: none; }
.whb-sticked .switch-logo-enable .woodmart-sticky-logo {
  display: block; }
.whb-clone .switch-logo-enable .woodmart-main-logo {
  display: none; }
.whb-clone .switch-logo-enable .woodmart-sticky-logo {
  display: block; }

.menu-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  min-width: 270px;
  max-width: 320px;
  height: 50px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .menu-opener .woodmart-custom-burger-icon,
  .menu-opener .woodmart-burger {
    margin-right: 10px; }
  .menu-opener .woodmart-burger {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px; }
    .menu-opener .woodmart-burger, .menu-opener .woodmart-burger::before, .menu-opener .woodmart-burger::after {
      display: inline-block;
      width: 18px;
      height: 2px;
      background-color: currentColor;
      -webkit-transition: none;
      transition: none; }
    .menu-opener .woodmart-burger::before, .menu-opener .woodmart-burger::after {
      content: "";
      position: absolute;
      left: 0; }
    .menu-opener .woodmart-burger::before {
      top: -6px; }
    .menu-opener .woodmart-burger::after {
      top: 6px; }
  .menu-opener .menu-open-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: .4px; }
  .menu-opener .arrow-opener {
    font-style: normal;
    font-size: 16px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .menu-opener .arrow-opener:after {
      font-family: "FontAwesome";
      content: "\f107"; }
  .menu-opener.color-scheme-light {
    color: white; }

.header-categories-nav .header-categories-nav-wrap {
  position: relative; }
.header-categories-nav .categories-menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 299;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(15px) translateZ(0);
          transform: translateY(15px) translateZ(0);
  pointer-events: none; }
  .header-categories-nav .categories-menu-dropdown .menu {
    border-top: none; }
  .header-categories-nav .categories-menu-dropdown .item-level-0 > a {
    font-size: 14px; }
.header-categories-nav.show-on-hover:hover .categories-menu-dropdown, .whb-sticked .header-categories-nav.opened-menu:hover .categories-menu-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset; }
.header-categories-nav.show-on-hover:hover .arrow-opener, .whb-sticked .header-categories-nav.opened-menu:hover .arrow-opener {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
.whb-header:not(.whb-sticked) .header-categories-nav.opened-menu .categories-menu-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset; }
.whb-header:not(.whb-sticked) .header-categories-nav.opened-menu .menu-opener {
  cursor: default; }

.search-button {
  position: relative; }
  .search-button > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    color: #333333; }
  .search-button:hover > a {
    color: rgba(51, 51, 51, 0.6); }
  .search-button .search-button-icon {
    position: relative;
    font-weight: 400;
    font-size: 0;
    line-height: 1; }
    .search-button .search-button-icon:before {
      font-size: 19px;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      content: "\f125";
      font-family: "woodmart-font"; }
    .search-button .search-button-icon:after {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -7.5px;
      margin-left: -7.5px;
      width: 15px;
      height: 15px;
      font-weight: 400;
      font-size: 15px;
      line-height: 15px;
      opacity: 0;
      -webkit-transition: none;
      transition: none;
      content: "\f10f";
      font-family: "woodmart-font"; }
  .woodmart-search-opened .search-button .search-button-icon:after {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .woodmart-search-opened .search-button .search-button-icon:before {
    opacity: 0;
    -webkit-transition: none;
    transition: none; }
  .whb-top-bar .search-button .search-button-icon:before {
    font-size: 13px; }
  .whb-top-bar .search-button .search-button-icon:after {
    font-size: 10px; }
  .whb-color-light .search-button > a {
    color: white; }
  .whb-color-light .search-button:hover > a {
    color: rgba(255, 255, 255, 0.8); }

.woodmart-search-custom-icon .search-button-icon {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .woodmart-search-custom-icon .search-button-icon:after, .woodmart-search-custom-icon .search-button-icon:before {
    content: none; }
.woodmart-search-custom-icon:hover > a .search-button-icon {
  opacity: .6; }

.whb-column .woodmart-search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .whb-column .woodmart-search-form input[type='text'] {
    min-width: 290px; }
.whb-column .woodmart-mobile-search-form input[type="text"] {
  min-width: 100%;
  height: 42px;
  font-size: 14px; }

.search-style-with-bg.searchform input[type="text"] {
  background-color: white; }
.search-style-with-bg.searchform .searchsubmit {
  right: 0;
  width: 52px;
  color: #FFF; }
  .search-style-with-bg.searchform .searchsubmit:hover {
    color: #FFF;
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
  .search-style-with-bg.searchform .searchsubmit:before {
    border-color: rgba(255, 255, 255, 0.4);
    border-left-color: white; }
.search-style-with-bg .search-by-category .input-dropdown-inner {
  border-right: none; }
.form-style-rounded .search-style-with-bg .searchsubmit {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }
.form-style-semi-rounded .search-style-with-bg .searchsubmit {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
.woodmart-dark .search-style-with-bg input[type="text"] {
  background-color: rgba(0, 0, 0, 0.3); }

.woodmart-burger-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  color: #333333;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .woodmart-burger-icon .woodmart-burger {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px; }
    .woodmart-burger-icon .woodmart-burger, .woodmart-burger-icon .woodmart-burger::before, .woodmart-burger-icon .woodmart-burger::after {
      display: inline-block;
      width: 18px;
      height: 2px;
      background-color: currentColor;
      -webkit-transition: width 0.25s ease;
      transition: width 0.25s ease; }
    .woodmart-burger-icon .woodmart-burger::before, .woodmart-burger-icon .woodmart-burger::after {
      content: "";
      position: absolute;
      left: 0; }
    .woodmart-burger-icon .woodmart-burger::before {
      top: -6px; }
    .woodmart-burger-icon .woodmart-burger::after {
      top: 6px; }
  .woodmart-burger-icon .woodmart-burger-label {
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px; }
  .whb-top-bar .woodmart-burger-icon .woodmart-burger-label {
    font-weight: 400;
    font-size: 12px; }
  .woodmart-burger-icon:hover {
    color: rgba(51, 51, 51, 0.6); }
    .woodmart-burger-icon:hover .woodmart-burger, .woodmart-burger-icon:hover .woodmart-burger:before, .woodmart-burger-icon:hover .woodmart-burger:after {
      background-color: currentColor; }
    .woodmart-burger-icon:hover .woodmart-burger:before {
      width: 12px; }
    .woodmart-burger-icon:hover .woodmart-burger:after {
      width: 10px; }
  .whb-color-light .woodmart-burger-icon {
    color: white; }
    .whb-color-light .woodmart-burger-icon:hover {
      color: rgba(255, 255, 255, 0.8); }

.whb-mobile-nav-icon.mobile-style-icon .woodmart-burger-label {
  display: none; }

.woodmart-mobile-menu-custom-icon .woodmart-custom-burger-icon,
.woodmart-full-screen-custom-icon .woodmart-custom-burger-icon {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
.woodmart-mobile-menu-custom-icon:hover .woodmart-custom-burger-icon,
.woodmart-full-screen-custom-icon:hover .woodmart-custom-burger-icon {
  opacity: .6; }

.whb-divider-element:before {
  content: "";
  display: block;
  height: 18px;
  border-right-width: 1px;
  border-right-style: solid; }
.whb-color-dark .whb-divider-element:before {
  border-color: rgba(129, 129, 129, 0.2); }
.whb-color-light .whb-divider-element:before {
  border-color: rgba(255, 255, 255, 0.25); }
.woodmart-dark .whb-color-light .whb-divider-element:before {
  border-color: rgba(255, 255, 255, 0.15); }
.whb-col-right .whb-divider-element:last-child, .whb-mobile-right .whb-divider-element:last-child, .whb-col-mobile .whb-divider-element:last-child {
  padding-right: 10px; }
.whb-col-left .whb-divider-element:first-child, .whb-mobile-left .whb-divider-element:first-child, .whb-col-mobile .whb-divider-element:first-child {
  padding-left: 10px; }
.whb-col-center .whb-divider-element:first-child {
  padding-left: 10px; }
.whb-col-center .whb-divider-element:last-child {
  padding-right: 10px; }

.whb-column > .woodmart-social-icons:not(.icons-design-default) .woodmart-social-icon {
  margin-right: 0;
  margin-left: 0; }
  .whb-column > .woodmart-social-icons:not(.icons-design-default) .woodmart-social-icon:not(:last-child) {
    margin-right: 8px; }

.whb-column > .info-box-wrapper .woodmart-info-box {
  margin-bottom: 0; }

.whb-text-element {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .whb-text-element p:first-child:empty {
    display: none; }
  .whb-text-element.text-element-inline {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .whb-top-bar .whb-text-element {
    font-size: 12px;
    line-height: 1.2; }
  .whb-color-light .whb-text-element {
    color: rgba(255, 255, 255, 0.8); }
    .whb-color-light .whb-text-element a {
      color: rgba(255, 255, 255, 0.9); }
      .whb-color-light .whb-text-element a:hover {
        color: white; }
    .whb-color-light .whb-text-element h1, .whb-color-light .whb-text-element h2, .whb-color-light .whb-text-element h3, .whb-color-light .whb-text-element h4, .whb-color-light .whb-text-element h5, .whb-color-light .whb-text-element h6,
    .whb-color-light .whb-text-element .title,
    .whb-color-light .whb-text-element .widgettitle,
    .whb-color-light .whb-text-element .widget-title,
    .whb-color-light .whb-text-element label,
    .whb-color-light .whb-text-element legend {
      color: white; }
    .whb-color-light .whb-text-element .inline-list-with-border li:not(:last-child) {
      border-color: rgba(255, 255, 255, 0.15); }

.header-banner-enabled .website-wrapper {
  margin-top: 0;
  -webkit-transition: margin-top .6s ease;
  transition: margin-top .6s ease; }

.header-banner-display .header-banner {
  opacity: 1;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease; }
.header-banner-display .website-wrapper {
  -webkit-transition: margin-top .6s ease .25s;
  transition: margin-top .6s ease .25s; }

.header-banner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0s ease .6s;
  transition: opacity 0s ease .6s; }

.header-banner-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.close-header-banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  color: #333333; }
  .close-header-banner:after {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    content: "\f10f";
    font-family: "woodmart-font"; }
  .close-header-banner:hover {
    color: #333333;
    opacity: .6; }
  .close-header-banner + .header-banner-link {
    right: 60px; }
  .color-scheme-dark .close-header-banner {
    color: #333333; }
    .color-scheme-dark .close-header-banner:hover {
      color: #333333; }

table {
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.4; }
  table th {
    padding: 15px 10px;
    border: none;
    border-bottom: 2px solid #EFEFEF;
    color: #2d2a2a;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2; }
  table td {
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-weight: inherit; }
  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); }

.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); }

.responsive-table {
  overflow-x: auto;
  margin-bottom: 35px; }
  .responsive-table table {
    margin-bottom: 0; }
  .responsive-table .responsive-table {
    overflow-x: visible;
    margin-bottom: 0px; }

.woodmart-vc-ajax-search {
  margin-bottom: 35px; }

.searchform {
  position: relative; }
  .searchform input[type="text"] {
    padding-right: 50px;
    height: 46px;
    font-size: 15px; }
    .searchform input[type="text"]::-ms-clear {
      display: none; }
  .searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    background-color: transparent;
    color: #777777;
    font-weight: 400;
    font-size: 0px; }
    .searchform .searchsubmit:after {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      margin-top: -10px;
      margin-left: -10px;
      width: 20px;
      font-size: 20px;
      line-height: 20px;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease;
      content: "\f125";
      font-family: "woodmart-font"; }
    .searchform .searchsubmit:before {
      position: absolute;
      top: 50%;
      left: 50%;
      visibility: hidden;
      margin-top: -9px;
      margin-left: -9px;
      opacity: 0;
      -webkit-transition: opacity .1s ease, visibility .1s ease;
      transition: opacity .1s ease, visibility .1s ease;
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid #BBB;
      border-left-color: black;
      border-radius: 50%;
      vertical-align: middle; }
    .searchform .searchsubmit:hover, .searchform .searchsubmit:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .searchform.search-loading .searchsubmit:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
            animation: wd-rotate 450ms infinite linear; }
  .searchform.search-loading .searchsubmit:after {
    opacity: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease; }

.woodmart-searchform-custom-icon .searchsubmit:after {
  content: none; }
.woodmart-searchform-custom-icon .woodmart-custom-icon {
  min-width: auto;
  max-width: 24px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
.woodmart-searchform-custom-icon .searchsubmit:hover {
  opacity: .6; }
.woodmart-searchform-custom-icon.search-loading .woodmart-custom-icon {
  opacity: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.search-results-wrapper {
  position: relative; }
  .search-results-wrapper .woodmart-scroll {
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0px;
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
    .search-results-wrapper .woodmart-scroll .woodmart-search-results {
      position: relative;
      max-height: 50vh; }
    .search-results-wrapper .woodmart-scroll .woodmart-scroll-pane {
      z-index: 1002; }
  .color-scheme-light .search-results-wrapper .woodmart-scroll, .woodmart-dark .search-results-wrapper .woodmart-scroll {
    background-color: #101010; }

.autocomplete-suggestions {
  position: relative !important;
  z-index: 1001 !important;
  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: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: -1px;
  max-width: none !important;
  max-height: none !important;
  width: auto !important;
  -webkit-animation: wd-fadeInBottomShort .2s ease both;
          animation: wd-fadeInBottomShort .2s ease both; }

.autocomplete-suggestion {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 285px;
          flex: 1 1 285px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  cursor: pointer;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }
  .autocomplete-suggestion .suggestion-title strong {
    text-decoration: underline; }
  .autocomplete-suggestion .suggestion-thumb {
    float: left;
    margin-right: 15px;
    max-width: 65px; }
  .autocomplete-suggestion .suggestion-title {
    margin-bottom: 0px;
    font-size: 14px; }
  .autocomplete-suggestion .suggestion-price {
    margin-top: 7px; }
  .autocomplete-suggestion:hover, .autocomplete-suggestion.autocomplete-selected {
    background-color: #F9F9F9; }
  .color-scheme-light .autocomplete-suggestion:hover, .color-scheme-light .autocomplete-suggestion.autocomplete-selected, .woodmart-dark .autocomplete-suggestion:hover, .woodmart-dark .autocomplete-suggestion.autocomplete-selected {
    background-color: rgba(0, 0, 0, 0.3); }

.view-all-results {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: -1px;
  height: 50px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: white;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2px;
  font-weight: 600;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  -webkit-animation: wd-fadeIn .3s ease both;
          animation: wd-fadeIn .3s ease both; }
  .view-all-results:hover {
    background-color: #F9F9F9; }
  .color-scheme-light .view-all-results, .woodmart-dark .view-all-results {
    background-color: rgba(0, 0, 0, 0.3);
    color: white; }
    .color-scheme-light .view-all-results:hover, .woodmart-dark .view-all-results:hover {
      background-color: rgba(0, 0, 0, 0.9); }

.woodmart-search-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 340;
  width: 300px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
  .woodmart-search-dropdown input[type="text"] {
    padding-left: 25px;
    padding-right: 55px;
    height: 70px;
    border-style: none; }
  .woodmart-search-dropdown .searchsubmit {
    width: 60px;
    color: #333333; }
  .woodmart-search-dropdown .view-all-results {
    border-bottom: none; }
  .dropdowns-color-light .woodmart-search-dropdown {
    background-color: #101010; }
  .whb-col-left .woodmart-search-dropdown {
    right: auto;
    left: 0px; }

.dropdowns-color-light .woodmart-search-dropdown,
.dropdowns-color-light .mobile-nav {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .dropdowns-color-light .woodmart-search-dropdown .searchsubmit,
  .dropdowns-color-light .mobile-nav .searchsubmit {
    color: white; }
    .dropdowns-color-light .woodmart-search-dropdown .searchsubmit:before,
    .dropdowns-color-light .mobile-nav .searchsubmit:before {
      border-color: rgba(255, 255, 255, 0.15);
      border-left-color: white; }
  .dropdowns-color-light .woodmart-search-dropdown input[type="text"],
  .dropdowns-color-light .mobile-nav input[type="text"] {
    color: white; }
  .dropdowns-color-light .woodmart-search-dropdown ::-webkit-input-placeholder,
  .dropdowns-color-light .mobile-nav ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .dropdowns-color-light .woodmart-search-dropdown ::-moz-placeholder,
  .dropdowns-color-light .mobile-nav ::-moz-placeholder {
    color: white; }
  .dropdowns-color-light .woodmart-search-dropdown :-moz-placeholder,
  .dropdowns-color-light .mobile-nav :-moz-placeholder {
    color: white; }
  .dropdowns-color-light .woodmart-search-dropdown :-ms-input-placeholder,
  .dropdowns-color-light .mobile-nav :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }

.woodmart-search-full-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  -webkit-box-shadow: 0 0px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0px 14px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }
  .woodmart-search-full-screen .searchform {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 100px;
    padding-left: 100px;
    border-bottom: 1px solid;
    opacity: 0;
    -webkit-transition: opacity .35s ease .2s;
    transition: opacity .35s ease .2s;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .woodmart-search-full-screen .searchform ::-webkit-input-placeholder {
      color: #656565; }
    .woodmart-search-full-screen .searchform ::-moz-placeholder {
      color: #656565; }
    .woodmart-search-full-screen .searchform :-moz-placeholder {
      color: #656565; }
    .woodmart-search-full-screen .searchform :-ms-input-placeholder {
      color: #656565; }
    .woodmart-search-full-screen .searchform input[type="text"] {
      position: relative;
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;
      height: 110px;
      border: none;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #333333;
      text-align: center;
      font-weight: 600;
      font-size: 48px; }
    .woodmart-search-full-screen .searchform .searchsubmit {
      display: none; }
  .woodmart-search-full-screen .search-info-text {
    display: block; }
  .woodmart-search-full-screen .woodmart-close-search {
    display: block; }
  .woodmart-search-full-screen .woodmart-search-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .woodmart-search-full-screen .view-all-results {
    margin-top: 10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-left: -10px; }
  .woodmart-search-full-screen .search-results-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: -40px; }
    .woodmart-search-full-screen .search-results-wrapper .woodmart-scroll {
      position: static;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .woodmart-search-full-screen .search-results-wrapper .woodmart-scroll .woodmart-search-results {
        position: absolute;
        max-height: none; }
  .woodmart-search-full-screen .autocomplete-suggestions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: white; }
  .woodmart-search-full-screen .autocomplete-suggestion {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: none;
    border-right: none; }
    .woodmart-search-full-screen .autocomplete-suggestion .suggestion-thumb {
      float: none;
      margin-bottom: 10px;
      margin-right: 0;
      max-width: 100%; }
    .woodmart-search-full-screen .autocomplete-suggestion:hover, .woodmart-search-full-screen .autocomplete-suggestion.autocomplete-selected {
      background-color: transparent; }
  .woodmart-search-full-screen .no-found-msg {
    text-align: center; }
  .woodmart-search-full-screen .search-loading + .search-info-text + .search-results-wrapper .woodmart-search-loader {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }
    .woodmart-search-full-screen .search-loading + .search-info-text + .search-results-wrapper .woodmart-search-loader:after {
      -webkit-animation: wd-rotate 450ms infinite linear;
              animation: wd-rotate 450ms infinite linear; }
  .woodmart-search-full-screen.search-overlap {
    -webkit-transform: none;
            transform: none; }
    .woodmart-search-full-screen.search-overlap .searchform {
      opacity: 1; }
    .woodmart-search-full-screen.search-overlap .search-info-text > span {
      -webkit-transform: none;
              transform: none; }
  .dropdowns-color-light .woodmart-search-full-screen {
    background-color: #101010; }
    .dropdowns-color-light .woodmart-search-full-screen .searchform {
      border-color: rgba(255, 255, 255, 0.15);
      /* Firefox 19+ */
      /* Firefox 18- */ }
      .dropdowns-color-light .woodmart-search-full-screen .searchform input[type="text"] {
        color: white; }
      .dropdowns-color-light .woodmart-search-full-screen .searchform ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .dropdowns-color-light .woodmart-search-full-screen .searchform ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .dropdowns-color-light .woodmart-search-full-screen .searchform :-moz-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .dropdowns-color-light .woodmart-search-full-screen .searchform :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
    .dropdowns-color-light .woodmart-search-full-screen .autocomplete-suggestions {
      background-color: #101010; }

.woodmart-close-search {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 200;
  display: none;
  width: 100px;
  height: 100px;
  font-size: 0;
  cursor: pointer; }
  .woodmart-close-search:after, .woodmart-close-search:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 50%;
    display: inline-block;
    margin-top: -2px;
    margin-right: -20px;
    width: 40px;
    height: 3px;
    background-color: #2d2a2a;
    -webkit-transition: background-color .25s ease, -webkit-transform .25s ease;
    transition: background-color .25s ease, -webkit-transform .25s ease;
    transition: background-color .25s ease, transform .25s ease;
    transition: background-color .25s ease, transform .25s ease, -webkit-transform .25s ease; }
  .woodmart-close-search:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .woodmart-close-search:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .woodmart-close-search:hover:after, .woodmart-close-search:hover:before {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .dropdowns-color-light .woodmart-close-search:after, .dropdowns-color-light .woodmart-close-search:before {
    background-color: white; }

.woodmart-search-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  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;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity .1s ease, visibility .1s ease;
  transition: opacity .1s ease, visibility .1s ease; }
  .woodmart-search-loader:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #BBB;
    border-left-color: black;
    border-radius: 50%;
    vertical-align: middle; }
  .dropdowns-color-light .woodmart-search-loader {
    background-color: rgba(0, 0, 0, 0.9); }
    .dropdowns-color-light .woodmart-search-loader:after {
      border-color: rgba(255, 255, 255, 0.15);
      border-left-color: white; }

.search-info-text {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 30px; }
  .search-info-text > span {
    display: block;
    -webkit-transition: all .35s ease .15s;
    transition: all .35s ease .15s;
    -webkit-transform: translateY(-50px) translateZ(0);
            transform: translateY(-50px) translateZ(0); }
  .dropdowns-color-light .search-info-text {
    color: rgba(255, 255, 255, 0.8); }

.no-found-msg {
  color: #333333;
  font-weight: 600;
  font-size: 110%; }
  .woodmart-dark .no-found-msg {
    color: white; }

.woodmart-search-opened {
  overflow: hidden; }
  .woodmart-search-opened .scrollToTop {
    display: none; }

.dropdowns-color-light .woodmart-search-dropdown .suggestion-title,
.dropdowns-color-light .woodmart-search-full-screen .suggestion-title,
.dropdowns-color-light .mobile-nav .suggestion-title,
.dropdowns-color-light .whb-column .suggestion-title {
  color: white; }
.dropdowns-color-light .woodmart-search-dropdown .suggestion-price,
.dropdowns-color-light .woodmart-search-full-screen .suggestion-price,
.dropdowns-color-light .mobile-nav .suggestion-price,
.dropdowns-color-light .whb-column .suggestion-price {
  color: white; }
  .dropdowns-color-light .woodmart-search-dropdown .suggestion-price .amount,
  .dropdowns-color-light .woodmart-search-full-screen .suggestion-price .amount,
  .dropdowns-color-light .mobile-nav .suggestion-price .amount,
  .dropdowns-color-light .whb-column .suggestion-price .amount {
    color: white; }
  .dropdowns-color-light .woodmart-search-dropdown .suggestion-price del,
  .dropdowns-color-light .woodmart-search-full-screen .suggestion-price del,
  .dropdowns-color-light .mobile-nav .suggestion-price del,
  .dropdowns-color-light .whb-column .suggestion-price del {
    color: rgba(255, 255, 255, 0.6); }
    .dropdowns-color-light .woodmart-search-dropdown .suggestion-price del .amount,
    .dropdowns-color-light .woodmart-search-full-screen .suggestion-price del .amount,
    .dropdowns-color-light .mobile-nav .suggestion-price del .amount,
    .dropdowns-color-light .whb-column .suggestion-price del .amount {
      color: rgba(255, 255, 255, 0.6); }
.dropdowns-color-light .woodmart-search-dropdown .search-results-wrapper .woodmart-scroll,
.dropdowns-color-light .woodmart-search-full-screen .search-results-wrapper .woodmart-scroll,
.dropdowns-color-light .mobile-nav .search-results-wrapper .woodmart-scroll,
.dropdowns-color-light .whb-column .search-results-wrapper .woodmart-scroll {
  background-color: #101010; }
.dropdowns-color-light .woodmart-search-dropdown .view-all-results,
.dropdowns-color-light .woodmart-search-full-screen .view-all-results,
.dropdowns-color-light .mobile-nav .view-all-results,
.dropdowns-color-light .whb-column .view-all-results {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.3);
  color: white; }
  .dropdowns-color-light .woodmart-search-dropdown .view-all-results:hover,
  .dropdowns-color-light .woodmart-search-full-screen .view-all-results:hover,
  .dropdowns-color-light .mobile-nav .view-all-results:hover,
  .dropdowns-color-light .whb-column .view-all-results:hover {
    background-color: rgba(0, 0, 0, 0.9); }
.dropdowns-color-light .woodmart-search-dropdown .no-found-msg,
.dropdowns-color-light .woodmart-search-full-screen .no-found-msg,
.dropdowns-color-light .mobile-nav .no-found-msg,
.dropdowns-color-light .whb-column .no-found-msg {
  color: white; }
.dropdowns-color-light .woodmart-search-dropdown .woodmart-scroll-pane,
.dropdowns-color-light .woodmart-search-full-screen .woodmart-scroll-pane,
.dropdowns-color-light .mobile-nav .woodmart-scroll-pane,
.dropdowns-color-light .whb-column .woodmart-scroll-pane {
  background: rgba(255, 255, 255, 0.15); }
  .dropdowns-color-light .woodmart-search-dropdown .woodmart-scroll-pane > .woodmart-scroll-slider,
  .dropdowns-color-light .woodmart-search-full-screen .woodmart-scroll-pane > .woodmart-scroll-slider,
  .dropdowns-color-light .mobile-nav .woodmart-scroll-pane > .woodmart-scroll-slider,
  .dropdowns-color-light .whb-column .woodmart-scroll-pane > .woodmart-scroll-slider {
    background: rgba(255, 255, 255, 0.35); }

.dropdowns-color-light .woodmart-search-dropdown .autocomplete-suggestion,
.dropdowns-color-light .mobile-nav .autocomplete-suggestion,
.dropdowns-color-light .whb-column .autocomplete-suggestion {
  border-color: rgba(255, 255, 255, 0.15); }
  .dropdowns-color-light .woodmart-search-dropdown .autocomplete-suggestion:hover, .dropdowns-color-light .woodmart-search-dropdown .autocomplete-suggestion.autocomplete-selected,
  .dropdowns-color-light .mobile-nav .autocomplete-suggestion:hover,
  .dropdowns-color-light .mobile-nav .autocomplete-suggestion.autocomplete-selected,
  .dropdowns-color-light .whb-column .autocomplete-suggestion:hover,
  .dropdowns-color-light .whb-column .autocomplete-suggestion.autocomplete-selected {
    background-color: rgba(0, 0, 0, 0.3); }

.footer-column {
  margin-bottom: 30px; }

.woodmart-prefooter {
  padding-bottom: 40px;
  background-color: #FFF; }
  .woodmart-dark .woodmart-prefooter {
    background-color: #1a1a1a; }

.copyrights-wrapper {
  border-top: 1px solid; }
  .color-scheme-light .copyrights-wrapper, .woodmart-dark .copyrights-wrapper {
    border-color: rgba(255, 255, 255, 0.1); }

.min-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .min-footer > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%;
    line-height: 1.2; }
  .min-footer .col-right {
    text-align: right; }
  .copyrights-centered .min-footer {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center; }
    .copyrights-centered .min-footer .col-right {
      text-align: center; }
    .copyrights-centered .min-footer > div {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 15px;
      max-width: 100%; }
      .copyrights-centered .min-footer > div:last-child {
        margin-bottom: 0; }

.btn,
.button,
button,
.added_to_cart,
[type="submit"],
[type="button"] {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  background-color: #F3F3F3;
  color: #3E3E3E;
  position: relative;
  display: inline-block;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .3px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease; }
  .btn:hover,
  .button:hover,
  button:hover,
  .added_to_cart:hover,
  [type="submit"]:hover,
  [type="button"]:hover {
    color: #3E3E3E;
    -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: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 {
  margin-left: 3px; }

button[disabled],
input[disabled] {
  opacity: 0.6 !important;
  cursor: default; }

.btn.btn-scheme-light {
  color: white; }
.btn.btn-scheme-dark {
  color: #3E3E3E; }
.btn.btn-scheme-hover-light:hover {
  color: white; }
.btn.btn-scheme-hover-dark:hover {
  color: #3E3E3E; }
.btn.btn-color-default {
  background-color: #F3F3F3;
  color: #3E3E3E; }
  .btn.btn-color-default:hover {
    color: #3E3E3E;
    -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-black {
  background-color: #212121;
  color: white; }
  .btn.btn-color-black:hover {
    color: white;
    -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-white {
  background-color: white;
  color: #333333; }
  .btn.btn-color-white:hover {
    color: #333333;
    -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-alt {
  color: #FFF; }
  .btn.btn-color-alt:hover {
    color: #FFF;
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
.btn.btn-color-primary {
  color: #FFF; }
  .btn.btn-color-primary:hover {
    color: #FFF;
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

.btn-style-bordered.btn-color-default {
  border-color: #E9E9E9;
  color: #333333; }
  .btn-style-bordered.btn-color-default:hover {
    background-color: #E9E9E9;
    color: #333333; }
.btn-style-bordered.btn-color-primary:hover {
  color: #FFF; }
.btn-style-bordered.btn-color-alt:hover {
  color: #FFF; }
.btn-style-bordered.btn-color-black {
  border-color: #212121;
  color: #333333; }
  .btn-style-bordered.btn-color-black:hover {
    background-color: #212121;
    color: white; }
.btn-style-bordered.btn-color-white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFF; }
  .btn-style-bordered.btn-color-white:hover {
    border-color: #FFF;
    background-color: transparent;
    color: #FFF; }

.btn-style-link.btn-color-default {
  border-color: #DFDFDF;
  color: #333333; }
  .btn-style-link.btn-color-default:hover {
    border-color: #C5C5C5;
    color: #333333; }
.btn-style-link.btn-color-primary {
  color: #333333; }
  .btn-style-link.btn-color-primary:hover {
    color: #333333;
    opacity: .6; }
.btn-style-link.btn-color-alt {
  color: #333333; }
  .btn-style-link.btn-color-alt:hover {
    color: #333333;
    opacity: .6; }
.btn-style-link.btn-color-black {
  border-color: #333333;
  color: #333333; }
  .btn-style-link.btn-color-black:hover {
    border-color: #333333;
    color: #333333;
    opacity: .6; }
.btn-style-link.btn-color-white {
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFF; }
  .btn-style-link.btn-color-white:hover {
    border-color: #FFF;
    color: #FFF; }

.btn-color-custom.btn-style-3d:hover {
  opacity: 1 !important; }

.btn-size-extra-small {
  padding: 6px 10px;
  font-size: 11px;
  line-height: 16px; }

.btn-size-small {
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px; }

.btn-size-default {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px; }

.btn-size-large {
  padding: 14px 28px;
  font-size: 14px;
  line-height: 20px; }

.btn-size-extra-large {
  padding: 17px 40px;
  font-size: 16px;
  line-height: 22px; }

.btn-style-bordered.btn-size-extra-small {
  padding: 4px 10px; }
.btn-style-bordered.btn-size-small {
  padding: 8px 14px; }
.btn-style-bordered.btn-size-default {
  padding: 10px 20px; }
.btn-style-bordered.btn-size-large {
  padding: 12px 28px; }
.btn-style-bordered.btn-size-extra-large {
  padding: 15px 40px; }

.btn.btn-style-round {
  border-radius: 35px; }
.btn.btn-style-semi-round {
  border-radius: 5px; }
.btn.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 .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow 0s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow 0s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease, -webkit-box-shadow 0s ease; }
  .btn.btn-style-3d:hover {
    -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); }
  .btn.btn-style-3d:active {
    top: 1px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.btn-style-3d:hover {
    opacity: .8; }
.btn.btn-full-width {
  width: 100%; }
.btn.btn-style-link {
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important; }
  .btn.btn-style-link:hover {
    background-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
.btn.btn-style-bordered {
  border-width: 2px; }
  .btn.btn-style-bordered:not(:hover) {
    background-color: transparent !important; }
  .btn.btn-style-bordered:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-shape-round {
  border-radius: 35px; }

.btn-shape-semi-round {
  border-radius: 5px; }

.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 350;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  color: #333333;
  text-align: center;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .scrollToTop.button-show {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    pointer-events: visible; }
  .scrollToTop .woodmart-tooltip-label {
    display: none; }
  .scrollToTop:after {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    content: "\f112";
    font-family: "woodmart-font"; }
  .scrollToTop:hover {
    color: #777777; }
  .woodmart-dark .scrollToTop {
    background-color: rgba(0, 0, 0, 0.9);
    color: white; }
    .woodmart-dark .scrollToTop:hover {
      color: rgba(255, 255, 255, 0.6); }

.products-footer,
.portfolio-footer,
.blog-footer {
  clear: both;
  text-align: center; }

.products-footer {
  margin-top: 10px; }

.woodmart-load-more {
  padding-top: 12px;
  padding-right: 25px;
  padding-bottom: 12px;
  padding-left: 25px;
  border-color: #E9E9E9;
  color: #333333;
  font-weight: 900;
  border-width: 2px; }
  .woodmart-load-more:not(:hover) {
    background-color: transparent !important; }
  .woodmart-load-more:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .woodmart-load-more:hover {
    border-color: #DCDCDC;
    background-color: transparent;
    color: #333333; }
  .woodmart-load-more .load-more-loading,
  .woodmart-load-more .load-more-label {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }
  .woodmart-load-more .load-more-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0; }
    .woodmart-load-more .load-more-loading:before {
      margin-right: 8px;
      margin-left: -8px;
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 1px solid #BBB;
      border-left-color: black;
      border-radius: 50%;
      vertical-align: middle; }
  .woodmart-load-more.loading .load-more-loading {
    opacity: 1; }
    .woodmart-load-more.loading .load-more-loading:before {
      -webkit-animation: wd-rotate 450ms infinite linear;
              animation: wd-rotate 450ms infinite linear; }
  .woodmart-load-more.loading .load-more-label {
    opacity: 0; }
  .color-scheme-light .woodmart-load-more, .woodmart-dark .woodmart-load-more {
    border-color: rgba(255, 255, 255, 0.25);
    color: white; }
    .color-scheme-light .woodmart-load-more .load-more-loading:before, .woodmart-dark .woodmart-load-more .load-more-loading:before {
      border-color: rgba(255, 255, 255, 0.15);
      border-left-color: white; }
    .color-scheme-light .woodmart-load-more:hover, .woodmart-dark .woodmart-load-more:hover {
      border-color: white;
      color: white; }

.woodmart-button-wrapper.inline-element {
  margin-bottom: 10px; }

.page-title {
  position: relative;
  margin-top: -40px;
  margin-bottom: 40px; }
  .page-title .entry-title {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2; }
  .page-title .breadcrumbs,
  .page-title .yoast-breadcrumb {
    margin-top: 10px; }
  .page-title.color-scheme-light .entry-title {
    color: white; }

.title-size-small {
  padding-top: 20px;
  padding-bottom: 20px; }
  .title-size-small .entry-title {
    font-size: 44px; }

.title-size-default {
  padding-top: 60px;
  padding-bottom: 60px; }
  .title-size-default .entry-title {
    font-size: 68px; }

.title-size-large {
  padding-top: 100px;
  padding-bottom: 100px; }
  .title-size-large .entry-title {
    font-size: 78px; }

.title-design-centered {
  text-align: center; }

.title-design-disable {
  display: none; }

.breadcrumbs {
  font-size: 0px; }
  .breadcrumbs > span:after,
  .breadcrumbs > a:after {
    content: "/";
    display: inline-block;
    padding: 0 8px; }
  .breadcrumbs > span:last-child:after {
    content: none; }

.breadcrumbs, .yoast-breadcrumb {
  line-height: 16px; }
  .breadcrumbs > span,
  .breadcrumbs > a,
  .yoast-breadcrumb > span,
  .yoast-breadcrumb > a {
    display: inline-block; }
  .breadcrumbs a,
  .breadcrumbs span,
  .yoast-breadcrumb a,
  .yoast-breadcrumb span {
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 11px; }
  .breadcrumbs span,
  .yoast-breadcrumb span {
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }
  .color-scheme-light .breadcrumbs,
  .color-scheme-light .yoast-breadcrumb {
    color: white; }
    .color-scheme-light .breadcrumbs a,
    .color-scheme-light .breadcrumbs span,
    .color-scheme-light .yoast-breadcrumb a,
    .color-scheme-light .yoast-breadcrumb span {
      color: white; }
    .color-scheme-light .breadcrumbs a:hover,
    .color-scheme-light .yoast-breadcrumb a:hover {
      color: rgba(255, 255, 255, 0.7); }

.item-with-label > a {
  position: relative; }

span.menu-label {
  color: white;
  letter-spacing: .3px;
  font-weight: 600;
  font-size: 9px;
  line-height: 12px; }

.menu-label {
  position: absolute;
  bottom: 85%;
  z-index: 1;
  display: inline-block;
  margin-left: -20px;
  padding: 2px 4px;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap; }
  .menu-label:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 4px;
    border-top-color: transparent;
    border-right-color: transparent !important;
    border-bottom-width: 0px;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-width: 7px;
    border-left-width: 0px; }

.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; }

.sub-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 380;
  background-color: white;
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  text-align: left;
  -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 > .container > p {
    display: none; }
  .sub-menu-dropdown.color-scheme-light {
    background-color: #101010; }
  .whb-col-right .menu-simple-dropdown .sub-menu-dropdown {
    right: 0;
    left: auto; }

.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height) > .sub-menu-dropdown {
  min-height: 400px; }

.dropdowns-loaded .dropdown-load-ajax > .sub-menu-dropdown > .container {
  -webkit-animation: wd-fadeIn .3s ease;
          animation: wd-fadeIn .3s ease; }

.dropdown-html-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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;
  background-color: rgba(255, 255, 255, 0.6); }
  .dropdown-html-placeholder:after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #BBB;
    border-left-color: black;
    border-radius: 50%;
    vertical-align: middle; }
  .dropdowns-loading .dropdown-html-placeholder:after {
    -webkit-animation: wd-rotate 450ms infinite linear;
            animation: wd-rotate 450ms infinite linear; }
  .sub-menu-dropdown.color-scheme-light .dropdown-html-placeholder {
    background-color: rgba(0, 0, 0, 0.6); }
    .sub-menu-dropdown.color-scheme-light .dropdown-html-placeholder:after {
      border-color: rgba(255, 255, 255, 0.15);
      border-left-color: white; }

.menu-simple-dropdown .sub-menu-dropdown,
.menu-simple-dropdown .sub-sub-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px; }
.menu-simple-dropdown .sub-menu-dropdown > .container {
  padding: 0;
  width: auto; }
.menu-simple-dropdown .sub-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
.menu-simple-dropdown li {
  position: relative;
  display: block;
  margin-bottom: 0; }
  .menu-simple-dropdown li a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-right: 22px;
    padding-bottom: 10px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 20px; }
  .menu-simple-dropdown li:last-child > a {
    border-bottom: none; }
.menu-simple-dropdown .menu-item-has-children > a {
  padding-right: 30px; }
  .menu-simple-dropdown .menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    color: rgba(82, 82, 82, 0.45);
    font-family: "FontAwesome";
    line-height: 14px;
    content: "\f105"; }
.menu-simple-dropdown .color-scheme-light .sub-sub-menu {
  background-color: #101010; }
.menu-simple-dropdown .color-scheme-light .menu-item-has-children > a:after {
  color: rgba(255, 255, 255, 0.6); }

.menu-item-design-sized .sub-menu-dropdown {
  padding-top: 30px;
  padding-right: 35px;
  padding-left: 35px; }
  .menu-item-design-sized .sub-menu-dropdown > .container {
    padding: 0;
    width: auto; }

.menu-item-design-full-width .sub-menu-dropdown {
  padding-top: 30px;
  width: 100vw; }
.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-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: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .menu-mega-dropdown .sub-menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 220px; }
.menu-mega-dropdown .vc_row .sub-menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
.woodmart-widget .menu-mega-dropdown .sub-menu > li {
  margin-bottom: 25px; }
.woodmart-widget .menu-mega-dropdown .sub-sub-menu li {
  margin-bottom: 0; }

.mega-menu-list > li > a {
  color: #2d2a2a; }
.mega-menu-list .sub-sub-menu li a {
  color: #777777; }
.color-scheme-light .mega-menu-list > li > a {
  color: white; }
  .color-scheme-light .mega-menu-list > li > a:hover {
    color: rgba(255, 255, 255, 0.8); }
.color-scheme-light .mega-menu-list .sub-sub-menu li a {
  color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .mega-menu-list .sub-sub-menu li a:hover {
    color: white; }

.create-nav-msg {
  display: block;
  font-size: 16px; }
  .create-nav-msg a {
    font-weight: 600; }

.woodmart-navigation .menu {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woodmart-navigation .menu li a i {
    margin-right: 7px;
    font-size: 115%; }
.woodmart-navigation .category-icon {
  display: inline-block;
  margin-right: 7px;
  max-height: 18px; }
.woodmart-navigation .item-level-0 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: .2px;
  line-height: 1; }
  .woodmart-navigation .item-level-0 > a .menu-label {
    left: calc(100% - 30px);
    margin-left: 0; }
.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 {
      margin-left: 4px;
      color: rgba(82, 82, 82, 0.45);
      font-weight: normal;
      font-style: normal;
      font-size: 100%;
      font-family: "FontAwesome";
      content: "\f107"; }
    .woodmart-navigation .item-level-0.menu-item-has-children > a .menu-label {
      left: calc(100% - 38px); }
.woodmart-navigation.menu-center {
  text-align: center; }
.woodmart-navigation.menu-right {
  text-align: right; }
.woodmart-navigation.menu-left {
  text-align: left; }

.main-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .main-nav .item-level-0 > a {
    height: 40px;
    font-weight: 600;
    font-size: 13px; }
  .main-nav .item-level-0.callto-btn > a {
    margin-right: 10px;
    margin-left: 10px;
    height: auto !important;
    color: white !important;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    color: #FFF;
    position: relative;
    display: inline-block;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease; }
    .main-nav .item-level-0.callto-btn > a:hover {
      color: #FFF;
      -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
    .main-nav .item-level-0.callto-btn > a:hover {
      text-decoration: none; }
    .main-nav .item-level-0.callto-btn > a:focus {
      outline: none; }
    .main-nav .item-level-0.callto-btn > a:after {
      content: none; }
    .main-nav .item-level-0.callto-btn > a .nav-link-text:after {
      content: none; }

.whb-secondary-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .whb-secondary-menu .item-level-0 > a {
    height: 40px;
    font-weight: 600;
    font-size: 13px; }
  .whb-secondary-menu .menu-simple-dropdown .sub-menu-dropdown,
  .whb-secondary-menu .menu-simple-dropdown .sub-sub-menu {
    width: 165px; }
  .whb-secondary-menu .menu-simple-dropdown li a {
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px; }
  .whb-secondary-menu .menu-simple-dropdown li.menu-item-has-children > a {
    padding-right: 20px; }
  .whb-secondary-menu .menu-simple-dropdown li.menu-item-has-children:after {
    right: 15px; }
  .whb-top-bar .whb-secondary-menu .item-level-0 > a {
    font-weight: 400;
    font-size: 12px; }

.navigation-style-underline .nav-link-text {
  line-height: 1.2; }

.navigation-style-separated .item-level-0,
.navigation-style-bordered .item-level-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .navigation-style-separated .item-level-0:not(:last-child):after,
  .navigation-style-bordered .item-level-0:not(:last-child):after {
    content: "";
    border-right: 1px solid; }
.woodmart-dark .whb-color-light .navigation-style-separated .item-level-0:not(:last-child):after, .woodmart-dark .whb-color-light .navigation-style-bordered .item-level-0:not(:last-child):after {
  border-color: rgba(255, 255, 255, 0.15); }

.navigation-style-separated .item-level-0 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navigation-style-separated .item-level-0:not(:last-child):after {
    height: 18px; }

.navigation-style-bordered .item-level-0 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.vertical-navigation {
  position: relative; }
  .vertical-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid rgba(129, 129, 129, 0.2);
    background-color: white; }
  .vertical-navigation .item-level-0 {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(129, 129, 129, 0.15); }
    .vertical-navigation .item-level-0 > a {
      padding: 12px 18px;
      color: #333333;
      text-transform: none;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px; }
    .vertical-navigation .item-level-0.menu-item-has-children:not(.menu-simple-dropdown) {
      position: static; }
    .vertical-navigation .item-level-0.menu-item-has-children > a {
      padding-right: 25px; }
      .vertical-navigation .item-level-0.menu-item-has-children > a:after {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -7px;
        margin-left: 0px;
        font-size: 14px;
        line-height: 14px;
        content: "\f105"; }
    .vertical-navigation .item-level-0:last-child {
      border-bottom: none; }
    .vertical-navigation .item-level-0:hover > a {
      background-color: #F9F9F9;
      color: #494949; }
  .vertical-navigation .sub-menu-dropdown {
    top: 0;
    left: 100%; }
  .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown {
    padding-top: 30px;
    padding-right: 35px;
    padding-left: 35px;
    width: 800px; }
    .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown > .container {
      padding: 0;
      width: auto; }

.woodmart-dark .vertical-navigation .menu,
.dropdowns-color-light .header-categories-nav .menu {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #101010; }
.woodmart-dark .vertical-navigation .item-level-0,
.dropdowns-color-light .header-categories-nav .item-level-0 {
  border-color: rgba(255, 255, 255, 0.15); }
  .woodmart-dark .vertical-navigation .item-level-0 a,
  .dropdowns-color-light .header-categories-nav .item-level-0 a {
    color: white; }
  .woodmart-dark .vertical-navigation .item-level-0.menu-item-has-children > a:after,
  .dropdowns-color-light .header-categories-nav .item-level-0.menu-item-has-children > a:after {
    color: rgba(255, 255, 255, 0.6); }
  .woodmart-dark .vertical-navigation .item-level-0:hover > a,
  .dropdowns-color-light .header-categories-nav .item-level-0:hover > a {
    background-color: rgba(255, 255, 255, 0.05);
    color: white; }

.full-screen-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  opacity: 0;
  -webkit-transition: visibility .2s ease, opacity .2s ease;
  transition: visibility .2s ease, opacity .2s ease; }
  .full-screen-wrapper:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .full-screen-wrapper .full-screen-inner {
    display: inline-block;
    max-width: 700px;
    width: 100%;
    vertical-align: middle;
    text-align: left; }
  .full-screen-wrapper .create-nav-msg {
    color: rgba(255, 255, 255, 0.8);
    text-align: center; }
    .full-screen-wrapper .create-nav-msg a {
      color: rgba(255, 255, 255, 0.9); }
      .full-screen-wrapper .create-nav-msg a:hover {
        color: white; }
  .platform-Windows .full-screen-wrapper {
    margin-right: -18px; }
  .platform-Windows.browser-Edge .full-screen-wrapper {
    margin-right: -13px; }

.icon-sub-fs {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 10;
  width: 55px;
  height: 55px;
  color: white;
  text-align: center;
  font-size: 0;
  line-height: 55px;
  cursor: pointer;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease; }
  .icon-sub-fs:after {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    font-family: "FontAwesome";
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    content: "\f107"; }
  .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 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.full-screen-nav .item-level-0 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  width: 100%; }
  .full-screen-nav .item-level-0 > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 22px !important; }
    .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 {
      display: inline-block;
      -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;
      -webkit-transform: translate3d(0, 80px, 0);
              transform: translate3d(0, 80px, 0); }
    .full-screen-nav .item-level-0 > a .menu-label {
      bottom: 70%;
      left: 50% !important; }
  .full-screen-nav .item-level-0.menu-item-has-children > a:after {
    content: none; }
  .full-screen-nav .item-level-0 > .icon-sub-fs:after {
    opacity: 0; }
.full-screen-nav .sub-menu-dropdown {
  position: static;
  display: none;
  visibility: visible;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset; }
.full-screen-nav .sub-menu-open > .sub-menu-dropdown {
  display: block;
  -webkit-animation: wd-fadeIn .6s ease;
          animation: wd-fadeIn .6s ease; }
.full-screen-nav .menu-simple-dropdown li a {
  font-size: 16px; }
.full-screen-nav .menu-simple-dropdown .sub-menu-dropdown {
  text-align: center; }
  .full-screen-nav .menu-simple-dropdown .sub-menu-dropdown .icon-sub-fs {
    top: 0;
    height: 40px;
    line-height: 40px; }
.full-screen-nav .menu-simple-dropdown .sub-menu-dropdown,
.full-screen-nav .menu-simple-dropdown .sub-sub-menu {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  width: auto; }
.full-screen-nav .menu-simple-dropdown .sub-sub-menu {
  position: static;
  display: none;
  visibility: visible;
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }
.full-screen-nav .menu-simple-dropdown .sub-menu-open > .sub-sub-menu {
  display: block;
  -webkit-animation: wd-fadeIn .6s ease;
          animation: wd-fadeIn .6s ease; }
.full-screen-nav .menu-simple-dropdown .menu-item-has-children > a {
  padding-right: 22px; }
  .full-screen-nav .menu-simple-dropdown .menu-item-has-children > a:after {
    content: none; }
.full-screen-nav .menu-mega-dropdown .sub-menu {
  text-align: center; }
  .full-screen-nav .menu-mega-dropdown .sub-menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%; }
    .full-screen-nav .menu-mega-dropdown .sub-menu > li > a {
      font-size: 16px; }
.full-screen-nav .menu-mega-dropdown .vc_row .sub-menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
.full-screen-nav .menu-mega-dropdown .sub-sub-menu li a {
  font-size: 16px; }
.full-screen-nav .menu-mega-dropdown .sub-menu-dropdown {
  width: auto !important; }
.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 {
  margin: 0 auto;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0; }
.full-screen-nav .menu-simple-dropdown li a {
  color: rgba(255, 255, 255, 0.6); }
  .full-screen-nav .menu-simple-dropdown li a:hover {
    color: white; }

.full-screen-menu-open {
  overflow: hidden; }
  .full-screen-menu-open .full-screen-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease; }
  .full-screen-menu-open .item-level-0 > a > span,
  .full-screen-menu-open .item-level-0 > a .category-icon,
  .full-screen-menu-open .item-level-0 > a i {
    -webkit-transform: none;
            transform: none; }
  .full-screen-menu-open .item-level-0 > .icon-sub-fs:after {
    opacity: 1; }

.full-screen-menu-open .item-level-0:nth-child(1) > a > span,
.full-screen-menu-open .item-level-0:nth-child(1) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(1) > a i {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
.full-screen-menu-open .item-level-0:nth-child(1) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.full-screen-menu-open .item-level-0:nth-child(2) > a > span,
.full-screen-menu-open .item-level-0:nth-child(2) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(2) > a i {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
.full-screen-menu-open .item-level-0:nth-child(2) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.full-screen-menu-open .item-level-0:nth-child(3) > a > span,
.full-screen-menu-open .item-level-0:nth-child(3) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(3) > a i {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
.full-screen-menu-open .item-level-0:nth-child(3) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.full-screen-menu-open .item-level-0:nth-child(4) > a > span,
.full-screen-menu-open .item-level-0:nth-child(4) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(4) > a i {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
.full-screen-menu-open .item-level-0:nth-child(4) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.full-screen-menu-open .item-level-0:nth-child(5) > a > span,
.full-screen-menu-open .item-level-0:nth-child(5) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(5) > a i {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
.full-screen-menu-open .item-level-0:nth-child(5) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.full-screen-menu-open .item-level-0:nth-child(6) > a > span,
.full-screen-menu-open .item-level-0:nth-child(6) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(6) > a i {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }
.full-screen-menu-open .item-level-0:nth-child(6) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.full-screen-menu-open .item-level-0:nth-child(7) > a > span,
.full-screen-menu-open .item-level-0:nth-child(7) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(7) > a i {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }
.full-screen-menu-open .item-level-0:nth-child(7) > .icon-sub-fs:after {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.full-screen-menu-open .item-level-0:nth-child(8) > a > span,
.full-screen-menu-open .item-level-0:nth-child(8) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(8) > a i {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
.full-screen-menu-open .item-level-0:nth-child(8) > .icon-sub-fs:after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.full-screen-menu-open .item-level-0:nth-child(9) > a > span,
.full-screen-menu-open .item-level-0:nth-child(9) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(9) > a i {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
.full-screen-menu-open .item-level-0:nth-child(9) > .icon-sub-fs:after {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.full-screen-menu-open .item-level-0:nth-child(10) > a > span,
.full-screen-menu-open .item-level-0:nth-child(10) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(10) > a i {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }
.full-screen-menu-open .item-level-0:nth-child(10) > .icon-sub-fs:after {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.full-screen-menu-open .item-level-0:nth-child(11) > a > span,
.full-screen-menu-open .item-level-0:nth-child(11) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(11) > a i {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }
.full-screen-menu-open .item-level-0:nth-child(11) > .icon-sub-fs:after {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.full-screen-menu-open .item-level-0:nth-child(12) > a > span,
.full-screen-menu-open .item-level-0:nth-child(12) > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(12) > a i {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }
.full-screen-menu-open .item-level-0:nth-child(12) > .icon-sub-fs:after {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }
.full-screen-menu-open .item-level-0:nth-child(12) + li > a > span,
.full-screen-menu-open .item-level-0:nth-child(12) + li > a .category-icon,
.full-screen-menu-open .item-level-0:nth-child(12) + li > a i {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }
.full-screen-menu-open .item-level-0:nth-child(12) + li > .icon-sub-fs:after {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.mobile-nav .searchform {
  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 input[type="text"] {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 50px;
    padding-left: 20px;
    height: 70px;
    border: none;
    font-weight: 600; }
.mobile-nav .search-results-wrapper .woodmart-scroll {
  position: static; }
.mobile-nav .search-results-wrapper .woodmart-scroll-content {
  max-height: 60vh; }
.mobile-nav .autocomplete-suggestion {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px; }
.mobile-nav .create-nav-msg {
  padding: 20px;
  border-bottom: 1px solid; }
.dropdowns-color-light .mobile-nav .create-nav-msg {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.site-mobile-menu li {
  position: relative;
  display: block; }
  .site-mobile-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    color: #2d2a2a;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3; }
    .site-mobile-menu li a .category-icon {
      margin-right: 7px;
      max-height: 19px; }
    .site-mobile-menu li a i {
      margin-right: 7px;
      font-size: 115%; }
  .site-mobile-menu li:active > a, .site-mobile-menu li.opener-page > a {
    background-color: rgba(0, 0, 0, 0.04); }
  .site-mobile-menu li.menu-item-has-children > a {
    padding-right: 60px; }
  .site-mobile-menu li.menu-item-has-block > a {
    padding-right: 20px; }
  .site-mobile-menu li.menu-item-has-block > .icon-sub-menu {
    display: none; }
.site-mobile-menu .sub-menu-dropdown {
  position: static;
  visibility: visible;
  margin: 0;
  padding: 0;
  width: auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset; }
  .site-mobile-menu .sub-menu-dropdown:after {
    content: none; }
  .site-mobile-menu .sub-menu-dropdown .container {
    padding-right: 0;
    padding-left: 0;
    width: auto; }
.site-mobile-menu .sub-menu,
.site-mobile-menu .sub-sub-menu {
  display: none; }
.site-mobile-menu .sub-menu li a {
  color: #777777;
  text-transform: none;
  font-size: 14px; }
.site-mobile-menu .menu-item-has-children:after {
  content: none; }
.dropdowns-color-light .site-mobile-menu li a {
  border-color: rgba(255, 255, 255, 0.15);
  color: white; }
.dropdowns-color-light .site-mobile-menu li:active > a, .dropdowns-color-light .site-mobile-menu li.opener-page > a {
  background-color: rgba(0, 0, 0, 0.9); }
.dropdowns-color-light .site-mobile-menu .sub-menu li a {
  color: rgba(255, 255, 255, 0.8); }

.mobile-nav-tabs {
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  background-color: rgba(0, 0, 0, 0.04); }
  .mobile-nav-tabs > ul {
    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; }
  .mobile-nav-tabs .mobile-tab-title {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 18px 15px;
    max-width: 50%;
    width: 50%;
    color: #909090;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
    -webkit-transition: background-color .25s ease, color .25s ease;
    transition: background-color .25s ease, color .25s ease; }
    .mobile-nav-tabs .mobile-tab-title:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: -1px;
      width: 0;
      height: 2px;
      -webkit-transition: width .25s ease;
      transition: width .25s ease; }
  .mobile-nav-tabs .mobile-pages-title:after {
    right: 0;
    left: auto; }
  .mobile-nav-tabs .active {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333333; }
    .mobile-nav-tabs .active:after {
      width: 100%; }
  .dropdowns-color-light .mobile-nav-tabs {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(0, 0, 0, 0.9); }
    .dropdowns-color-light .mobile-nav-tabs .mobile-tab-title {
      color: rgba(255, 255, 255, 0.6); }
    .dropdowns-color-light .mobile-nav-tabs .active {
      background-color: rgba(0, 0, 0, 0.3);
      color: white; }

.mobile-menu-tab {
  display: none;
  -webkit-animation: wd-fadeIn 1s ease;
          animation: wd-fadeIn 1s ease; }
  .mobile-menu-tab.active {
    display: block; }

.icon-sub-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid rgba(129, 129, 129, 0.2);
  color: #2d2a2a;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: background-color .25s ease, color .25s ease;
  transition: background-color .25s ease, color .25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .icon-sub-menu:after {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    content: "\f110";
    font-family: "woodmart-font"; }
  .icon-sub-menu.up-icon {
    color: white; }
    .icon-sub-menu.up-icon:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .dropdowns-color-light .icon-sub-menu {
    border-color: rgba(255, 255, 255, 0.15);
    color: white; }

input[type='email'],
input[type='search'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='text'],
input[type='password'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: 42px;
  border: 2px solid rgba(129, 129, 129, 0.2);
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease; }
  input[type='email']:focus,
  input[type='date']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: rgba(129, 129, 129, 0.3);
    -webkit-transition: border-color .4s ease;
    transition: border-color .4s ease; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0px;
  margin-right: 5px;
  padding: 0;
  vertical-align: middle; }

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="number"] {
  padding: 0;
  text-align: center; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

textarea {
  overflow: auto;
  padding: 10px 15px;
  min-height: 190px; }

select {
  padding-right: 30px;
  background-position: right 10px top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat; }
  select::-ms-expand {
    display: none; }

input:-webkit-autofill {
  border-color: #E6E6E6;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #777777; }
input:focus:-webkit-autofill {
  border-color: #D9D9D9; }

.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'] {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: white; }
  .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); }

.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-container .select2-dropdown {
  border-width: 1px; }
.form-border-width-1 .select2-container--default .select2-selection {
  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 .select2-container--default.select2-container--focus .select2-selection--multiple {
  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 .woodmart-pf-title {
  border-width: 1px; }

.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 {
  border-radius: 20px; }
.form-style-rounded .select2-container--default input[type="text"] {
  border-radius: 0; }
.form-style-rounded .search-results-wrapper .woodmart-scroll {
  right: 20px;
  left: 20px; }
.form-style-rounded .woodmart-search-dropdown .woodmart-scroll {
  right: 0;
  left: 0; }
.form-style-rounded .woocommerce-ordering select {
  border-radius: 0; }
.form-style-rounded .woodmart-pf-title {
  border-radius: 30px; }
.form-style-rounded .woodmart-pf-dropdown {
  right: 20px;
  left: 20px; }

.form-style-semi-rounded input[type='email'],
.form-style-semi-rounded input[type='date'],
.form-style-semi-rounded input[type='search'],
.form-style-semi-rounded input[type='number'],
.form-style-semi-rounded input[type='text'],
.form-style-semi-rounded input[type='tel'],
.form-style-semi-rounded input[type='url'],
.form-style-semi-rounded input[type='password'],
.form-style-semi-rounded select {
  border-radius: 5px; }
.form-style-semi-rounded textarea {
  border-radius: 5px; }
.form-style-semi-rounded .quantity input[type="number"] {
  border-radius: 0; }
.form-style-semi-rounded .quantity .minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
.form-style-semi-rounded .quantity .plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
.form-style-semi-rounded .select2-container--default .select2-selection {
  border-radius: 5px; }
.form-style-semi-rounded .search-results-wrapper .woodmart-scroll {
  right: 5px;
  left: 5px; }
.form-style-semi-rounded .woodmart-search-dropdown .woodmart-scroll {
  right: 0;
  left: 0; }
.form-style-semi-rounded .woocommerce-ordering select {
  border-radius: 0; }
.form-style-semi-rounded .woodmart-pf-title {
  border-radius: 5px; }
.form-style-semi-rounded .woodmart-pf-dropdown {
  right: 8px;
  left: 8px; }

.form-style-underlined label {
  margin-bottom: -5px;
  font-weight: 600;
  line-height: 22px; }
.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 {
  padding: 0 2px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none; }
.form-style-underlined select {
  background-position: right 0 top 50%; }
.form-style-underlined textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 80px; }
.form-style-underlined .quantity input[type="number"] {
  border-top-style: solid; }
.form-style-underlined .woocommerce-input-wrapper {
  width: 100%; }
.form-style-underlined .select2-container--default .select2-selection {
  padding-right: 0;
  padding-left: 0;
  border-top: none;
  border-right: none;
  border-left: none; }
  .form-style-underlined .select2-container--default .select2-selection .select2-selection__arrow {
    right: 0px !important; }
.form-style-underlined .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0; }
.form-style-underlined .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-top: none;
  border-right: none;
  border-left: none; }
.form-style-underlined .woocommerce-billing-fields .select2-container--default .select2-selection--single,
.form-style-underlined .woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  border-bottom: 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"] {
  padding-right: 50px; }
.form-style-underlined .has-categories-dropdown input[type="text"] {
  padding: 0 15px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid; }
.form-style-underlined .woodmart-search-full-screen input[type="text"] {
  padding-right: 0; }
.form-style-underlined .woodmart-search-dropdown input[type="text"] {
  padding-left: 15px;
  border: none; }
.form-style-underlined .mobile-nav .searchform input[type="text"] {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  padding-left: 18px;
  border: none; }
.form-style-underlined .woodmart-pf-title {
  padding-left: 0;
  padding-right: 30px;
  border-top: none;
  border-right: none;
  border-left: none; }
  .form-style-underlined .woodmart-pf-title:after {
    right: 7px; }
.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-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 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; }

.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-right: -10px;
  margin-left: -10px; }
  .comment-form > p,
  .comment-form .comment-form-rating {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 220px;
            flex: 1 1 220px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px; }
  .comment-form .comment-notes,
  .comment-form .comment-form-comment,
  .comment-form .form-submit,
  .comment-form .comment-form-rating,
  .comment-form .comment-form-cookies-consent {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .comment-form .comment-form-cookies-consent label {
    display: inline; }
  .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: #FFF; }
    .comment-form .submit:hover {
      color: #FFF;
      -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }

#comments .avatar,
.woodmart-user-panel .avatar {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 0px; }

.comments-area .comment-reply-title small {
  vertical-align: middle; }
.comments-area .comment-list {
  margin-bottom: 50px;
  line-height: 1.6; }
.comments-area .comment {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid; }
.comments-area .pingback {
  margin-bottom: 15px; }
  .comments-area .pingback .comment-body {
    padding-left: 0; }
  .comments-area .pingback a {
    font-weight: 600; }
.comments-area .children {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 30px;
  border-top: 1px solid;
  line-height: 1.6; }
  .comments-area .children .comment:last-child {
    padding-bottom: 0;
    border-bottom: none; }
.comments-area #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 0; }
  .comments-area #cancel-comment-reply-link:after {
    font-size: 12px;
    content: "\f10f";
    font-family: "woodmart-font"; }
.comments-area .comment-body {
  position: relative;
  padding-left: 95px; }
.comments-area .comment-awaiting-moderation {
  position: absolute;
  top: -24px;
  left: 95px; }
  .comments-area .comment-awaiting-moderation + br {
    display: none; }
.comments-area .comment-edit-link {
  display: inline-block;
  margin-left: 5px;
  font-size: 0; }
  .comments-area .comment-edit-link:after {
    vertical-align: middle;
    font-size: 12px;
    content: "\f113";
    font-family: "woodmart-font"; }
.comments-area .comment-author {
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px; }
  .comments-area .comment-author:first-letter {
    text-transform: uppercase; }
  .comments-area .comment-author .fn {
    color: #2d2a2a;
    vertical-align: top;
    font-weight: 600;
    font-style: normal; }
  .comments-area .comment-author .says {
    margin-left: 3px;
    vertical-align: top; }
  .comments-area .comment-author img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 74px;
    width: 100%;
    border-radius: 50%; }
.comments-area .comment-meta {
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
  line-height: 20px; }
  .comments-area .comment-meta a {
    color: #BBB;
    vertical-align: middle; }
.comments-area .reply {
  margin-top: 15px; }
  .comments-area .reply a {
    text-transform: uppercase;
    font-weight: 900; }
    .comments-area .reply a:hover {
      opacity: .7; }
.comments-area .comment-respond {
  margin-top: 30px; }
.comments-area .logged-in-as {
  margin-bottom: 20px;
  font-size: 0; }
  .comments-area .logged-in-as > a {
    color: #3f3f3f;
    font-weight: 600;
    font-size: 14px; }
    .comments-area .logged-in-as > a:not(:last-child) {
      margin-right: 12px;
      padding-right: 10px;
      border-right: 1px solid; }
.comments-area .no-comments {
  color: #333333;
  font-weight: 600; }
.woodmart-dark .comments-area .comment-author .fn {
  color: white; }
.woodmart-dark .comments-area .comment-meta a {
  color: rgba(255, 255, 255, 0.6); }
.woodmart-dark .comments-area .logged-in-as > a {
  color: rgba(255, 255, 255, 0.9); }
  .woodmart-dark .comments-area .logged-in-as > a:hover {
    color: white; }

.blog-post-loop {
  margin-bottom: 50px; }
  .blog-post-loop .entry-thumbnail img {
    width: 100%; }
  .blog-post-loop .entry-header {
    position: relative;
    text-align: center; }
  .blog-post-loop .article-body-container {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: white;
    text-align: center; }
  .blog-post-loop .entry-title {
    margin-bottom: 10px;
    word-wrap: break-word;
    font-weight: 600; }
    .blog-post-loop .entry-title a {
      display: block;
      color: inherit; }
  .blog-post-loop .woodmart-entry-content > div[class*="wpb_"] {
    display: none; }
  .blog-post-loop .woodmart-entry-content twitterwidget {
    margin: 10px auto; }
  .blog-post-loop .woodmart-entry-content p {
    margin-bottom: 15px; }
  .blog-post-loop .woodmart-entry-content .read-more-section {
    margin-bottom: 0;
    line-height: 1; }
  .blog-post-loop:hover .post-image-mask:after, .blog-post-loop:hover .post-image-mask:before,
  .blog-post-loop:hover .post-image-mask span {
    opacity: 1;
    -webkit-animation: wd-fadeInLeft .3s ease;
            animation: wd-fadeInLeft .3s ease; }
  .blog-post-loop:hover .post-image-mask:before {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-animation-delay: .2s;
            animation-delay: .2s; }
  .blog-post-loop:hover .post-image-mask span {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-animation-delay: .1s;
            animation-delay: .1s; }
  .blog-post-loop:hover .post-img-wrapp a {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
    .blog-post-loop:hover .post-img-wrapp a:after {
      opacity: 1; }
  .color-scheme-light .blog-post-loop .article-body-container, .woodmart-dark .blog-post-loop .article-body-container {
    background-color: #101010; }
  .color-scheme-light .blog-post-loop .entry-title a:hover, .woodmart-dark .blog-post-loop .entry-title a:hover {
    color: rgba(255, 255, 255, 0.8); }

.woodmart-entry-content {
  line-height: 1.7; }
  .woodmart-entry-content:after {
    content: "";
    display: block;
    clear: both; }
  .woodmart-entry-content p {
    line-height: 1.7; }
    .woodmart-entry-content p:last-child {
      margin-bottom: 0; }

.blog-style-shadow .article-body-container {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow .6s ease;
  transition: -webkit-box-shadow .6s ease;
  transition: box-shadow .6s ease;
  transition: box-shadow .6s ease, -webkit-box-shadow .6s ease; }
.blog-style-shadow:hover .article-body-container {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.post-img-wrapp {
  overflow: hidden;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .post-img-wrapp a {
    display: block;
    margin: -2px;
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .post-img-wrapp a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: opacity .7s ease;
      transition: opacity .7s ease; }

.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0; }
  .post-image-mask:after, .post-image-mask:before {
    content: ""; }
  .post-image-mask:after, .post-image-mask:before,
  .post-image-mask span {
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-animation: wd-fadeOutRight .3s ease;
            animation: wd-fadeOutRight .3s ease; }
  .post-image-mask:after {
    margin-right: 0px; }
  .post-image-mask span {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-animation-delay: .1s;
            animation-delay: .1s; }
  .post-image-mask:before {
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
    -webkit-animation-delay: .15s;
            animation-delay: .15s; }

.read-more-section {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1; }
  .read-more-section a {
    position: relative;
    display: inline-block;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 800;
    font-size: 13px; }
    .read-more-section a:after {
      position: absolute;
      bottom: 0;
      left: 100%;
      display: inline-block;
      margin-left: 5px;
      height: 5px;
      font-weight: 600;
      font-size: 14px;
      line-height: 5px;
      opacity: 0;
      -webkit-transition: opacity .35s ease;
      transition: opacity .35s ease;
      content: "\f10c";
      font-family: "woodmart-font"; }
    .read-more-section a:hover:after {
      opacity: 1;
      -webkit-animation: wd-ShakeNext 1s ease infinite;
              animation: wd-ShakeNext 1s ease infinite; }

.woodmart-entry-meta {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0; }
  .woodmart-entry-meta .meta-featured-post:before {
    font-size: 14px;
    content: "\f105";
    font-family: "woodmart-font"; }
  .woodmart-entry-meta .meta-author {
    vertical-align: top;
    font-size: 14px; }
    .woodmart-entry-meta .meta-author .avatar {
      display: inline-block;
      margin: 0 5px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      vertical-align: top; }
    .woodmart-entry-meta .meta-author a {
      vertical-align: top;
      text-transform: capitalize; }
  .woodmart-entry-meta .meta-date {
    vertical-align: top;
    font-size: 14px; }
  .woodmart-entry-meta .meta-reply {
    display: block; }
    .woodmart-entry-meta .meta-reply a {
      position: relative;
      display: block;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px; }
      .woodmart-entry-meta .meta-reply a:after {
        display: inline-block;
        font-size: 16px;
        content: "\f104";
        font-family: "woodmart-font"; }
    .woodmart-entry-meta .meta-reply .replies-count {
      position: absolute;
      top: -4px;
      right: -4px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #A4A4A4;
      color: white;
      text-align: center;
      font-size: 9px;
      line-height: 14px; }
    .woodmart-entry-meta .meta-reply .replies-count-label {
      display: none; }

.entry-meta-list li {
  display: inline-block;
  margin-right: 10px;
  color: #A4A4A4;
  vertical-align: middle; }
  .entry-meta-list li a {
    color: #A4A4A4; }
    .entry-meta-list li a:hover, .entry-meta-list li a:focus {
      color: #777; }
  .entry-meta-list li.modified-date, .entry-meta-list li:last-child {
    margin-right: 0px; }
.color-scheme-light .entry-meta-list li, .blog-design-mask .entry-meta-list li, .woodmart-dark .entry-meta-list li {
  color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .entry-meta-list li a, .blog-design-mask .entry-meta-list li a, .woodmart-dark .entry-meta-list li a {
    color: rgba(255, 255, 255, 0.6); }
    .color-scheme-light .entry-meta-list li a:hover, .color-scheme-light .entry-meta-list li a:focus, .blog-design-mask .entry-meta-list li a:hover, .blog-design-mask .entry-meta-list li a:focus, .woodmart-dark .entry-meta-list li a:hover, .woodmart-dark .entry-meta-list li a:focus {
      color: rgba(255, 255, 255, 0.8); }

.hovered-social-icons {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #A4A4A4;
  vertical-align: middle;
  font-size: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .hovered-social-icons .woodmart-social-icons {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    visibility: hidden;
    margin-bottom: 10px;
    padding: 5px 7px;
    background: rgba(0, 0, 0, 0.9);
    white-space: nowrap;
    opacity: 0;
    -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);
    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-transform: translateX(-49%);
            transform: translateX(-49%); }
    .hovered-social-icons .woodmart-social-icons:before {
      content: "";
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      height: 10px; }
    .hovered-social-icons .woodmart-social-icons:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      width: 0;
      height: 0;
      border-width: 5px 5px 0;
      border-style: solid;
      border-color: transparent;
      border-top-color: rgba(0, 0, 0, 0.9); }
  .hovered-social-icons:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    content: "\f114";
    font-family: "woodmart-font"; }
  .hovered-social-icons:hover {
    color: #777; }
    .hovered-social-icons:hover .woodmart-social-icons {
      visibility: visible;
      opacity: 1; }
  .color-scheme-light .hovered-social-icons, .blog-design-mask .hovered-social-icons, .woodmart-dark .hovered-social-icons {
    color: rgba(255, 255, 255, 0.6); }
    .color-scheme-light .hovered-social-icons:hover, .blog-design-mask .hovered-social-icons:hover, .woodmart-dark .hovered-social-icons:hover {
      color: rgba(255, 255, 255, 0.8); }

.woodmart-post-date {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-block;
  min-width: 53px;
  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);
  color: #333333;
  text-align: center;
  line-height: 1; }
  .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-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 12px; }
  .color-scheme-light .woodmart-post-date, .woodmart-dark .woodmart-post-date {
    background-color: #101010;
    color: white; }

.meta-categories-wrapp {
  position: absolute;
  top: -13px;
  right: 15px;
  left: 15px;
  overflow: hidden;
  height: 25px;
  line-height: 25px; }

.meta-post-categories {
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  color: white;
  line-height: 25px; }
  .meta-post-categories > a {
    display: inline-block;
    color: white;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 12px; }
    .meta-post-categories > a:hover, .meta-post-categories > a:focus {
      color: rgba(255, 255, 255, 0.8); }

.woodmart-spacing-0 + .blog-footer,
.woodmart-spacing-2 + .blog-footer,
.woodmart-spacing-6 + .blog-footer {
  margin-top: 15px; }

.post-gallery-slider {
  overflow: hidden; }
  .post-gallery-slider div.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 div.owl-nav > div:after {
      font-size: 18px;
      line-height: 18px; }
  .color-scheme-light .post-gallery-slider .owl-nav > div, .woodmart-dark .post-gallery-slider .owl-nav > div {
    background-color: #101010; }

.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 {
  z-index: 2;
  display: none;
  margin-bottom: 0; }
.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 {
  margin-bottom: 0;
  padding-left: 0;
  border-left: none;
  color: #777777;
  text-align: center; }
  .format-quote blockquote cite,
  .format-quote blockquote cite a {
    font-size: 16px; }
.format-quote.has-post-thumbnail .entry-header {
  display: block; }
.format-quote:not(.post-single-page) .article-body-container:before {
  position: absolute;
  right: 30px;
  bottom: 15px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.06);
  font-size: 96px;
  font-family: "FontAwesome";
  line-height: 90px;
  content: "\f10e"; }
.format-quote:hover .post-img-wrapp a {
  opacity: 1;
  -webkit-transform: none;
          transform: none; }
.color-scheme-light .format-quote:not(.post-single-page) .article-body-container:before, .woodmart-dark .format-quote:not(.post-single-page) .article-body-container:before {
  color: rgba(255, 255, 255, 0.1); }

.format-link .entry-content a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F7F7F7;
  font-size: 22px; }
  .format-link .entry-content a:hover {
    background-color: #F1F1F1; }
.color-scheme-light .format-link .entry-content a, .woodmart-dark .format-link .entry-content a {
  background-color: rgba(0, 0, 0, 0.3); }
  .color-scheme-light .format-link .entry-content a:hover, .woodmart-dark .format-link .entry-content a:hover {
    background-color: rgba(0, 0, 0, 0.9); }

.blog-design-default .article-body-container {
  margin-right: 25px;
  margin-left: 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-right: 105px;
  padding-left: 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 {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 25px; }
  .blog-design-default-alt .woodmart-entry-meta {
    margin-bottom: 15px;
    margin-right: 0px; }
  .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-right: 0px;
    margin-left: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .share-with-lines .woodmart-social-icons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
  .share-with-lines > span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-bottom: 1px solid; }
  .color-scheme-light .share-with-lines .woodmart-social-icons a, .woodmart-dark .share-with-lines .woodmart-social-icons a {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white !important; }

.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.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;
  margin-left: 0;
  padding-top: 55px; }
.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-right: 105px;
  padding-left: 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 {
  right: 15px;
  left: auto; }
.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; }

.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 {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: transparent; }
  .blog-design-masonry.blog-style-shadow .article-body-container {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .blog-design-masonry.blog-style-shadow .article-inner {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow .35s ease;
    transition: -webkit-box-shadow .35s ease;
    transition: box-shadow .35s ease;
    transition: box-shadow .35s ease, -webkit-box-shadow .35s ease; }
  .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:not(.post-single-page) .article-body-container {
    padding: 0; }
    .blog-design-masonry.format-quote:not(.post-single-page) .article-body-container:before {
      right: 0;
      bottom: -20px; }
  .blog-design-masonry.format-quote .post-date {
    display: none; }
  .blog-design-masonry.format-quote .entry-header {
    display: none;
    margin-bottom: 15px; }
  .blog-design-masonry.format-quote.has-post-thumbnail .entry-header {
    display: block; }
  .blog-design-masonry.col-lg-3 .entry-title {
    font-size: 18px; }
  .blog-design-masonry.col-lg-3.blog-style-flat .article-body-container {
    padding-top: 20px; }

.blog-design-mask .article-inner {
  position: relative;
  overflow: hidden; }
.blog-design-mask .article-body-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
.blog-design-mask .entry-title.title {
  color: white; }
  .blog-design-mask .entry-title.title > a:hover {
    color: rgba(255, 255, 255, 0.8); }
.blog-design-mask .meta-categories-wrapp {
  position: static;
  margin-bottom: 10px; }
.blog-design-mask .woodmart-entry-content {
  display: none;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8); }
.blog-design-mask .post-image-mask {
  display: none; }
.blog-design-mask .post-gallery-slider {
  z-index: unset; }
  .blog-design-mask .post-gallery-slider .owl-nav {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    background-color: white; }
    .blog-design-mask .post-gallery-slider .owl-nav > div {
      position: static;
      visibility: visible;
      margin-top: 0;
      width: 35px;
      height: 40px;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      opacity: 1;
      -webkit-transform: none;
              transform: none;
      pointer-events: visible; }
      .blog-design-mask .post-gallery-slider .owl-nav > div:after {
        font-weight: 700;
        font-size: 14px; }
.blog-design-mask.format-quote .entry-header {
  z-index: unset;
  display: block; }
.blog-design-mask.format-quote .post-img-wrapp img {
  max-height: none;
  width: 100%;
  border-radius: unset; }
.blog-design-mask.format-quote:not(.post-single-page) .article-body-container:before {
  color: rgba(255, 255, 255, 0.16); }
.blog-design-mask.format-quote .woodmart-entry-content {
  display: block; }
.blog-design-mask.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 .6s ease;
  transition: -webkit-box-shadow .6s ease;
  transition: box-shadow .6s ease;
  transition: box-shadow .6s ease, -webkit-box-shadow .6s ease; }
.blog-design-mask.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-mask.has-post-thumbnail .article-body-container {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(50%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%); }
.blog-design-mask:not(.has-post-thumbnail) .article-inner {
  min-height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(50%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 5%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.8) 100%); }
.blog-design-mask:hover .article-body-container {
  -webkit-box-shadow: none;
          box-shadow: none; }
.blog-design-mask .color-scheme-light .post-gallery-slider .owl-nav, .woodmart-dark .blog-design-mask .post-gallery-slider .owl-nav {
  background-color: #101010; }

.post-slide {
  margin-bottom: 0 !important; }
  .post-slide:not(.has-post-thumbnail) .post-date {
    display: none; }
  .post-slide:not(.has-post-thumbnail) .meta-categories-wrapp {
    position: static;
    margin-bottom: 15px; }
  .post-slide.blog-design-small-images .entry-title {
    font-size: 22px; }
  .owl-items-lg-4 .post-slide .woodmart-entry-meta .meta-author, .post-slide.blog-design-small-images .woodmart-entry-meta .meta-author {
    font-size: 0; }
    .owl-items-lg-4 .post-slide .woodmart-entry-meta .meta-author a, .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 {
    margin-bottom: 10px;
    word-wrap: break-word;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2; }
  .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-bottom: 20px;
    margin-right: 0; }
  .post-single-page .article-body-container {
    text-align: left; }
  .post-single-page .entry-content {
    margin-bottom: 60px;
    font-size: 110%; }
  .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; }

.post-title-large-image > .container {
  position: relative;
  z-index: 2; }
.post-title-large-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
.post-title-large-image .meta-post-categories {
  margin-bottom: 10px; }
  .post-title-large-image .meta-post-categories > a:hover, .post-title-large-image .meta-post-categories > a:focus {
    color: rgba(255, 255, 255, 0.8); }
.post-title-large-image .entry-title {
  margin-bottom: 20px; }
.post-title-large-image .woodmart-entry-meta {
  margin-bottom: 0;
  margin-right: 0; }
.post-title-large-image.color-scheme-light:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(transparent 5%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 100%); }

.post-single-large-image:not(.format-gallery) .entry-header {
  display: none; }

.site-content > .author-info {
  margin-top: 25px;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px; }

footer.entry-author .author-info {
  margin-top: 80px;
  margin-bottom: 25px; }

.author-info {
  position: relative;
  padding: 50px 25px 25px 25px;
  background-color: #F9F9F9;
  text-align: center; }
  .author-info .avatar {
    display: inline-block;
    max-width: 74px;
    border: 3px solid #FFF;
    border-radius: 50%; }
  .author-info .author-avatar {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px; }
  .author-info .author-description {
    min-height: 74px; }
  .author-info .author-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px; }
  .author-info .author-bio {
    margin-bottom: 0px; }
  .author-info .author-link {
    display: block;
    margin-top: 10px;
    font-weight: 600; }
    .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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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 {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-right: 15px;
      padding-right: 15px;
      padding-left: 25px;
      min-width: 70px;
      border: 2px solid #F1F1F1;
      color: #212121;
      text-align: center;
      text-decoration: none;
      text-transform: capitalize;
      font-weight: 600;
      font-size: 14px;
      line-height: 28px; }
      .woodmart-single-footer .tags-list a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #F1F1F1;
        -webkit-transition: background .25s ease;
        transition: background .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; }

.related-posts-slider {
  margin-bottom: 50px; }

.post-password-form label {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  text-align: left;
  font-weight: 600; }
.post-password-form input[type="submit"] {
  margin-bottom: 10px;
  vertical-align: bottom; }

.woodmart-pagination, .page-links {
  clear: both;
  font-size: 0; }
  .woodmart-pagination > a,
  .woodmart-pagination > span:not(.page-links-title), .page-links > a,
  .page-links > span:not(.page-links-title) {
    display: inline-block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-right: 2px;
    min-width: 32px;
    height: 34px;
    color: #2d2a2a;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .woodmart-pagination > a:last-child,
    .woodmart-pagination > span:not(.page-links-title):last-child, .page-links > a:last-child,
    .page-links > span:not(.page-links-title):last-child {
      margin-right: 0; }
  .woodmart-pagination > span:not(.page-links-title), .page-links > span:not(.page-links-title) {
    color: white;
    font-weight: 600; }
  .woodmart-pagination > a:hover, .woodmart-pagination > a:focus, .page-links > a:hover, .page-links > a:focus {
    background-color: #EEE;
    color: #2d2a2a; }
  .woodmart-dark .woodmart-pagination > a,
  .woodmart-dark .woodmart-pagination > span:not(.page-links-title), .woodmart-dark .page-links > a,
  .woodmart-dark .page-links > span:not(.page-links-title) {
    color: white; }
  .woodmart-dark .woodmart-pagination > a:hover, .woodmart-dark .woodmart-pagination > a:focus, .woodmart-dark .page-links > a:hover, .woodmart-dark .page-links > a:focus {
    background-color: rgba(0, 0, 0, 0.3);
    color: white; }

.woodmart-pagination {
  text-align: center; }

.page-links {
  margin-top: 10px; }
  .page-links .page-links-title {
    margin-right: 15px;
    color: #333333;
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px; }
  .woodmart-dark .page-links .page-links-title {
    color: white; }

.single-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
  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 {
      position: relative;
      display: block;
      color: #3f3f3f; }
      .single-post-navigation .blog-posts-nav-btn a:after {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 34px;
        line-height: 40px; }
  .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;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 0;
    line-height: 30px; }
    .single-post-navigation .back-to-archive .woodmart-tooltip:after {
      display: inline-block;
      font-size: 24px;
      content: "\f11a";
      font-family: "woodmart-font"; }
  .single-post-navigation .btn-label {
    display: block;
    margin-bottom: 5px;
    color: #BBB;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .single-post-navigation .post-title {
    word-wrap: break-word;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3; }
  .single-post-navigation .prev-btn a {
    padding-left: 50px;
    padding-right: 20px; }
    .single-post-navigation .prev-btn a:after {
      left: 0;
      content: "\f10d";
      font-family: "woodmart-font"; }
    .single-post-navigation .prev-btn a:hover:after {
      -webkit-animation: wd-ShakePrev 1s ease infinite;
              animation: wd-ShakePrev 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 {
        right: 0;
        content: "\f10e";
        font-family: "woodmart-font"; }
      .single-post-navigation .next-btn a:hover:after {
        -webkit-animation: wd-ShakeNext 1s ease infinite;
                animation: wd-ShakeNext 1s ease infinite; }
  .woodmart-dark .single-post-navigation {
    border-color: rgba(255, 255, 255, 0.15); }
    .woodmart-dark .single-post-navigation .blog-posts-nav-btn a {
      color: rgba(255, 255, 255, 0.9); }
      .woodmart-dark .single-post-navigation .blog-posts-nav-btn a:hover {
        color: white; }
    .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; }

.page-portfolio {
  padding-top: 0; }

.portfolio-filter {
  position: relative;
  margin-bottom: 20px; }

.masonry-filter li {
  display: inline-block;
  padding: 10px;
  color: #333333;
  font-weight: 600; }
  .masonry-filter li a {
    color: inherit;
    text-transform: uppercase;
    font-weight: inherit;
    font-size: 16px;
    opacity: .7; }
    .masonry-filter li a:hover, .masonry-filter li a:focus, .masonry-filter li a.filter-active {
      color: inherit;
      opacity: 1; }
.color-scheme-light .masonry-filter li, .woodmart-dark .masonry-filter li {
  color: white; }

.portfolio-entry {
  margin-bottom: 30px; }
  .portfolio-entry .entry-header {
    position: relative; }
  .portfolio-entry .project-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .portfolio-entry .entry-thumbnail {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .portfolio-entry .entry-thumbnail img {
      width: 100%; }
  .portfolio-entry .portfolio-thumbnail {
    position: relative;
    display: block; }
    .portfolio-entry .portfolio-thumbnail:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0; }
  .portfolio-entry .portfolio-info {
    padding: 20px; }
  .portfolio-entry .wrap-meta {
    margin-bottom: 10px; }
  .portfolio-entry .entry-title {
    margin-bottom: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4; }
    .portfolio-entry .entry-title a {
      color: inherit; }
      .portfolio-entry .entry-title a:hover {
        color: rgba(255, 255, 255, 0.8); }
  .portfolio-entry .proj-cats-list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 2px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 12px; }
    .portfolio-entry .proj-cats-list li:after {
      content: ", "; }
    .portfolio-entry .proj-cats-list li:last-child {
      margin-right: 0; }
      .portfolio-entry .proj-cats-list li:last-child:after {
        content: none; }
  .portfolio-entry .social-icons-wrapper {
    position: absolute;
    top: 35px;
    right: 1px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .portfolio-entry .social-icons-wrapper:after {
      display: block;
      width: 30px;
      height: 30px;
      color: white;
      text-align: center;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      cursor: pointer;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      content: "\f114";
      font-family: "woodmart-font"; }
    .portfolio-entry .social-icons-wrapper .woodmart-social-icons {
      position: absolute;
      top: 50%;
      right: 100%;
      z-index: 2;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      visibility: hidden;
      margin-top: -18px;
      padding: 5px 5px;
      background: rgba(0, 0, 0, 0.9);
      white-space: nowrap;
      opacity: 0;
      -webkit-transition: opacity .3s ease, visibility .3s ease;
      transition: opacity .3s ease, visibility .3s ease; }
      .portfolio-entry .social-icons-wrapper .woodmart-social-icons a {
        color: white; }
        .portfolio-entry .social-icons-wrapper .woodmart-social-icons a:hover {
          color: rgba(255, 255, 255, 0.8); }
      .portfolio-entry .social-icons-wrapper .woodmart-social-icons:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        width: 0;
        height: 0;
        border-width: 5px 0 5px 5px;
        border-style: solid;
        border-color: transparent;
        border-left-color: rgba(0, 0, 0, 0.9); }
    .portfolio-entry .social-icons-wrapper:hover .woodmart-social-icons {
      visibility: visible;
      opacity: 1; }
    .portfolio-entry .social-icons-wrapper:hover:after {
      color: rgba(255, 255, 255, 0.8); }
  .portfolio-entry .portfolio-enlarge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    outline: none;
    color: white;
    text-align: center;
    font-size: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease, color .4s ease;
    transition: opacity .4s ease, color .4s ease; }
    .portfolio-entry .portfolio-enlarge:after {
      display: inline-block;
      width: 30px;
      height: 30px;
      font-weight: 400;
      font-size: 14px;
      line-height: 30px;
      content: "\f121";
      font-family: "woodmart-font"; }
    .portfolio-entry .portfolio-enlarge:hover {
      color: rgba(255, 255, 255, 0.8); }
  .portfolio-entry .entry-summary {
    display: none; }
  .portfolio-entry:hover .portfolio-enlarge,
  .portfolio-entry:hover .social-icons-wrapper {
    opacity: 1; }
  .portfolio-entry:hover .portfolio-thumbnail:after {
    opacity: 1; }

div.woodmart-portfolio-holder {
  -webkit-transition: height .4s ease;
  transition: height .4s ease; }

.woodmart-spacing-0 + .vc_row-full-width + .portfolio-footer,
.woodmart-spacing-2 + .vc_row-full-width + .portfolio-footer,
.woodmart-spacing-6 + .vc_row-full-width + .portfolio-footer,
.woodmart-spacing-10 + .vc_row-full-width + .portfolio-footer {
  margin-top: 25px; }

.single-portfolio .single-post-navigation {
  margin-bottom: 0;
  border-top: 2px solid rgba(199, 199, 199, 0.25); }
  .single-portfolio .single-post-navigation + .woodmart-carousel-container {
    margin-top: 40px; }

.portfolio-hover .wrap-title,
.portfolio-hover .wrap-meta {
  overflow: hidden; }
.portfolio-hover .portfolio-thumbnail {
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .5s ease;
  transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
  -webkit-transform: scale(1);
          transform: scale(1); }
  .portfolio-hover .portfolio-thumbnail:after {
    -webkit-transition: visibility .5s ease, opacity .5s ease;
    transition: visibility .5s ease, opacity .5s ease; }
.portfolio-hover .proj-cats-list,
.portfolio-hover .entry-title {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
.portfolio-hover .proj-cats-list {
  -webkit-transform: translateY(15px);
          transform: translateY(15px); }
.portfolio-hover .entry-title {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px); }
.portfolio-hover:hover .proj-cats-list,
.portfolio-hover:hover .entry-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
.portfolio-hover:hover .portfolio-thumbnail {
  -webkit-transform: scale(1.09);
          transform: scale(1.09); }

.portfolio-parallax .portfolio-thumbnail:after {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }
.portfolio-parallax .portfolio-info {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }
.portfolio-parallax:hover .portfolio-info {
  opacity: 1; }

.portfolio-hover .portfolio-info,
.portfolio-parallax .portfolio-info {
  position: absolute;
  top: 0;
  right: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
  text-align: center; }

.portfolio-hover-inverse .entry-header {
  overflow: hidden;
  background-color: black; }
.portfolio-hover-inverse .portfolio-thumbnail {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }
  .portfolio-hover-inverse .portfolio-thumbnail:after {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
.portfolio-hover-inverse .portfolio-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }
.portfolio-hover-inverse:hover .portfolio-thumbnail {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px); }
.portfolio-hover-inverse:hover .portfolio-info {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.portfolio-text-shown .entry-header {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow .35s ease-in-out;
  transition: -webkit-box-shadow .35s ease-in-out;
  transition: box-shadow .35s ease-in-out;
  transition: box-shadow .35s ease-in-out, -webkit-box-shadow .35s ease-in-out; }
.portfolio-text-shown .portfolio-thumbnail {
  -webkit-transition: -webkit-transform .7s ease-out;
  transition: -webkit-transform .7s ease-out;
  transition: transform .7s ease-out;
  transition: transform .7s ease-out, -webkit-transform .7s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1); }
  .portfolio-text-shown .portfolio-thumbnail:after {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: visibility .7s ease-out, opacity .7s ease-out;
    transition: visibility .7s ease-out, opacity .7s ease-out; }
.portfolio-text-shown .portfolio-info {
  background-color: #FFF;
  text-align: center; }
.portfolio-text-shown .proj-cats-list li {
  color: #a2a2a2; }
.portfolio-text-shown .entry-title a {
  color: #2d2a2a; }
  .portfolio-text-shown .entry-title a:hover {
    color: #2d2a2a;
    opacity: .7; }
.portfolio-text-shown:hover .entry-header {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }
.portfolio-text-shown:hover .portfolio-thumbnail {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }
.color-scheme-light .portfolio-text-shown .portfolio-info, .woodmart-dark .portfolio-text-shown .portfolio-info {
  background-color: #101010; }
.color-scheme-light .portfolio-text-shown .proj-cats-list li, .woodmart-dark .portfolio-text-shown .proj-cats-list li {
  color: rgba(255, 255, 255, 0.6); }
.color-scheme-light .portfolio-text-shown .entry-title a, .woodmart-dark .portfolio-text-shown .entry-title a {
  color: white; }
  .color-scheme-light .portfolio-text-shown .entry-title a:hover, .woodmart-dark .portfolio-text-shown .entry-title a:hover {
    color: white; }

.admin-bar .cart-widget-side,
.admin-bar .mobile-nav,
.admin-bar #cboxClose,
.admin-bar button.mfp-close,
.admin-bar .full-screen-close-icon,
.admin-bar .header-banner {
  top: 32px; }

.woodmart-close-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s; }
  .woodmart-dark .woodmart-close-side {
    background-color: rgba(0, 0, 0, 0.8); }

.woodmart-close-side-opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease; }

.woodmart-lazy-load {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .owl-carousel .woodmart-lazy-load {
    -webkit-transform: none;
            transform: none; }

.woodmart-lazy-blur {
  -webkit-filter: blur(2vw);
          filter: blur(2vw); }
  .woodmart-lazy-blur.woodmart-loaded {
    -webkit-filter: blur(0);
            filter: blur(0); }

.woodmart-lazy-fade {
  opacity: 0; }
  .woodmart-lazy-fade.woodmart-loaded {
    opacity: 1; }

.widget, .woodmart-widget, div[class^="vc_wp"] {
  line-height: 1.4; }
  .widget a,
  .woodmart-widget a,
  div[class^="vc_wp"] a {
    color: #727272; }
    .widget a:hover,
    .woodmart-widget a:hover,
    div[class^="vc_wp"] a:hover {
      color: #333333; }
  .widget li,
  .woodmart-widget li,
  div[class^="vc_wp"] li {
    margin-bottom: 15px; }
    .widget li:last-child,
    .woodmart-widget li:last-child,
    div[class^="vc_wp"] li:last-child {
      margin-bottom: 0px; }
  .color-scheme-light .widget a, .woodmart-dark .widget a,
  .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 .widget a:hover, .woodmart-dark .widget a:hover,
    .color-scheme-light .woodmart-widget a:hover, .woodmart-dark .woodmart-widget a:hover,
    .color-scheme-light div[class^="vc_wp"] a:hover, .woodmart-dark div[class^="vc_wp"] a:hover {
      color: white; }
  .color-scheme-dark .widget a, .color-scheme-dark .woodmart-widget a, .color-scheme-dark div[class^="vc_wp"] a {
    color: #727272; }
    .color-scheme-dark .widget a:hover, .color-scheme-dark .woodmart-widget a:hover, .color-scheme-dark div[class^="vc_wp"] a:hover {
      color: #333333; }

.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid; }
  .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .color-scheme-light .widget, .woodmart-dark .widget {
    border-color: rgba(255, 255, 255, 0.25); }

.filter-widget {
  padding-bottom: 0;
  border-bottom: none; }
  .filter-widget:last-child {
    margin-bottom: 30px; }

.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 {
        color: white; }
    .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 .title,
    .dropdowns-color-light .widgetarea-mobile .widgettitle,
    .dropdowns-color-light .widgetarea-mobile .widget-title,
    .dropdowns-color-light .widgetarea-mobile label,
    .dropdowns-color-light .widgetarea-mobile legend {
      color: white; }
    .dropdowns-color-light .widgetarea-mobile .inline-list-with-border li:not(:last-child) {
      border-color: rgba(255, 255, 255, 0.15); }

.mobile-menu-widget {
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid; }
  .mobile-menu-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.widget-area-fs-menu {
  margin-top: 30px; }

.color-scheme-light .footer-widget a {
  color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .footer-widget a:hover {
    color: white; }

.widget-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-bottom: 1px solid; }
  .widget-heading .close-side-widget {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    cursor: pointer; }
    .widget-heading .close-side-widget:after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .widget-heading .close-side-widget:before {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .widget-heading .close-side-widget:hover:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .widget-heading .close-side-widget:hover:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .widget-heading .close-side-widget:after, .widget-heading .close-side-widget:before {
      content: " ";
      position: absolute;
      top: 50%;
      display: inline-block;
      margin-top: -1px;
      width: 15px;
      height: 2px;
      background-color: currentColor;
      -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
      transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
      transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
      transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
      right: 0px; }
  .widget-heading .widget-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 0px;
    font-size: 20px; }

.widgettitle, .widget-title {
  margin-bottom: 20px;
  color: #2d2a2a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px; }

.widget_recent_entries ul li a {
  display: block; }
.widget_recent_entries .post-date {
  display: block;
  margin-top: 5px;
  color: #BBB;
  font-size: 12px; }
.color-scheme-light .widget_recent_entries .post-date, .woodmart-dark .widget_recent_entries .post-date {
  color: rgba(255, 255, 255, 0.8); }

.widget_recent_comments ul li .url {
  color: #2d2a2a;
  font-weight: 600; }
.widget_recent_comments ul li:before {
  display: inline-block;
  margin-right: 7px;
  color: #2d2a2a;
  font-weight: normal;
  font-size: 12px;
  content: "\f104";
  font-family: "woodmart-font"; }
.color-scheme-light .widget_recent_comments ul li .url, .woodmart-dark .widget_recent_comments ul li .url {
  color: white; }
.color-scheme-light .widget_recent_comments ul li:before, .woodmart-dark .widget_recent_comments ul li:before {
  color: white; }

.woodmart-recent-posts li {
  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;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid; }
  .woodmart-recent-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
.woodmart-recent-posts .recent-posts-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  margin-right: 15px; }
  .woodmart-recent-posts .recent-posts-thumbnail img {
    min-width: 60px; }
.woodmart-recent-posts .recent-posts-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
.woodmart-recent-posts .entry-title {
  margin-bottom: 8px;
  font-size: 14px; }
.woodmart-recent-posts .recent-posts-time,
.woodmart-recent-posts .recent-posts-comment {
  color: #BBB;
  font-size: 12px; }
.woodmart-recent-posts .recent-posts-time {
  margin-right: 5px; }
.color-scheme-light .woodmart-recent-posts li, .woodmart-dark .woodmart-recent-posts li {
  border-color: rgba(255, 255, 255, 0.2); }
.color-scheme-light .woodmart-recent-posts .recent-posts-time,
.color-scheme-light .woodmart-recent-posts .recent-posts-comment, .woodmart-dark .woodmart-recent-posts .recent-posts-time,
.woodmart-dark .woodmart-recent-posts .recent-posts-comment {
  color: rgba(255, 255, 255, 0.8); }

.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
  display: block;
  color: #BBB;
  font-size: 14px; }
  .widget_categories ul li a,
  .widget_pages ul li a,
  .widget_archive ul li a,
  .widget_nav_menu ul li a {
    display: inline-block;
    padding-right: 2px; }
  .widget_categories ul li.current_page_item > a,
  .widget_pages ul li.current_page_item > a,
  .widget_archive ul li.current_page_item > a,
  .widget_nav_menu ul li.current_page_item > a {
    color: #333333;
    font-weight: 600; }
.widget_categories li ul,
.widget_pages li ul,
.widget_archive li ul,
.widget_nav_menu li ul {
  margin-top: 15px;
  padding-left: 15px; }
.color-scheme-light .widget_categories ul li, .woodmart-dark .widget_categories ul li,
.color-scheme-light .widget_pages ul li, .woodmart-dark .widget_pages ul li,
.color-scheme-light .widget_archive ul li, .woodmart-dark .widget_archive ul li,
.color-scheme-light .widget_nav_menu ul li, .woodmart-dark .widget_nav_menu ul li {
  color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .widget_categories ul li.current_page_item > a, .woodmart-dark .widget_categories ul li.current_page_item > a,
  .color-scheme-light .widget_pages ul li.current_page_item > a, .woodmart-dark .widget_pages ul li.current_page_item > a,
  .color-scheme-light .widget_archive ul li.current_page_item > a, .woodmart-dark .widget_archive ul li.current_page_item > a,
  .color-scheme-light .widget_nav_menu ul li.current_page_item > a, .woodmart-dark .widget_nav_menu ul li.current_page_item > a {
    color: white; }

.widget_text .textwidget > *:last-child {
  margin-bottom: 0; }

.widget_recent_reviews .product-title {
  font-size: 14px; }

.widget_rss .widget-title a {
  color: #2d2a2a;
  vertical-align: middle; }
  .widget_rss .widget-title a img {
    vertical-align: initial; }
.widget_rss ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  line-height: 1.5; }
  .widget_rss ul li > a {
    display: block;
    margin-bottom: 8px;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px; }
  .widget_rss ul li cite {
    display: inline-block;
    margin-top: 5px; }
  .widget_rss ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none; }
.widget_rss .rss-date {
  display: block;
  margin-bottom: 8px;
  color: #BBB;
  font-size: 12px; }
  .widget_rss .rss-date:before {
    display: inline-block;
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f073"; }
.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_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 {
    display: inline-block;
    margin: 1px 1px;
    padding: 5px 12px;
    border: 1px solid;
    text-transform: capitalize;
    font-size: 12px !important; }
    .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); }

.widget_calendar #wp-calendar {
  margin-bottom: 0; }
  .widget_calendar #wp-calendar > caption {
    margin-bottom: 10px;
    color: #2d2a2a;
    text-align: center;
    font-weight: 600;
    font-size: 18px; }
  .widget_calendar #wp-calendar th {
    padding: 5px;
    border-bottom: none;
    text-align: center;
    font-size: 16px; }
  .widget_calendar #wp-calendar td {
    padding: 10px;
    border-bottom: none;
    text-align: center; }
  .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); }

.woodmart-author-information .author-avatar img {
  border-radius: 50%; }
.woodmart-author-information .author-area-info {
  line-height: 1.6; }

.widget_nav_mega_menu > .widget-title {
  display: block;
  margin-bottom: 0;
  padding: 19px;
  background-color: #F1F1F1;
  color: black;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .4px;
  font-size: 16px;
  line-height: 24px; }
  .widget_nav_mega_menu > .widget-title:before {
    content: none; }
  .widget_nav_mega_menu > .widget-title.color-scheme-light {
    color: white; }
  .widget_nav_mega_menu > .widget-title + .vertical-navigation .menu {
    border-top: none; }
.widget_nav_mega_menu .vertical-navigation {
  display: block; }

.woodmart-cookies-popup {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 15px 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.14);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }
  .woodmart-cookies-popup.popup-display {
    -webkit-transform: none;
            transform: none; }
  .woodmart-cookies-popup.popup-hide {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  .woodmart-dark .woodmart-cookies-popup {
    background-color: #101010; }

.woodmart-cookies-inner {
  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; }
  .woodmart-cookies-inner .cookies-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .woodmart-cookies-inner .cookies-info-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 30px; }

.cookies-buttons > a {
  margin-right: 20px; }
  .cookies-buttons > a:last-child {
    margin-right: 0px; }
.cookies-buttons .cookies-more-btn {
  border-bottom: 2px solid #E4E4E4;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px; }
  .cookies-buttons .cookies-more-btn:hover, .cookies-buttons .cookies-more-btn:focus {
    opacity: .7; }
.woodmart-dark .cookies-buttons .cookies-more-btn {
  border-color: rgba(255, 255, 255, 0.25);
  color: white; }

.woocommerce-demo-store .woodmart-cookies-popup.popup-display {
  -webkit-transform: translate3d(0, -46px, 0);
          transform: translate3d(0, -46px, 0); }

.woodmart-toolbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 350;
  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;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
  height: 55px;
  background-color: white;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }
  .woodmart-toolbar > a,
  .woodmart-toolbar > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%; }
  .woodmart-toolbar > a,
  .woodmart-toolbar > div a,
  .woodmart-toolbar .woodmart-header-links .my-account-with-icon a,
  .woodmart-toolbar .woodmart-burger-icon {
    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;
    height: 45px; }
  .woodmart-toolbar .woodmart-wishlist-info-widget,
  .woodmart-toolbar .woodmart-shopping-cart,
  .woodmart-toolbar .woodmart-compare-info-widget {
    margin-right: 0 !important; }
  .woodmart-toolbar .woodmart-header-links ul {
    display: block; }
  .woodmart-toolbar .my-account-with-icon a {
    font-family: inherit !important; }
  .woodmart-toolbar .my-account-with-icon .woodmart-toolbar-label {
    text-transform: none; }
  .woodmart-toolbar .woodmart-sticky-sidebar-opener {
    display: none;
    padding-right: 10px;
    padding-left: 10px; }
    .woodmart-toolbar .woodmart-sticky-sidebar-opener:after {
      height: 20px;
      font-size: 19px;
      line-height: 1; }
  .woodmart-toolbar.woodmart-toolbar-label-show > a,
  .woodmart-toolbar.woodmart-toolbar-label-show > div a,
  .woodmart-toolbar.woodmart-toolbar-label-show .woodmart-header-links .my-account-with-icon a,
  .woodmart-toolbar.woodmart-toolbar-label-show .woodmart-burger-icon {
    position: relative;
    padding-bottom: 15px; }
  .woodmart-toolbar.woodmart-toolbar-label-show .woodmart-toolbar-label {
    display: block; }
  .woodmart-dark .woodmart-toolbar {
    background-color: #101010; }
    .woodmart-dark .woodmart-toolbar > div {
      color: white; }
      .woodmart-dark .woodmart-toolbar > div a {
        color: currentColor; }
      .woodmart-dark .woodmart-toolbar > div:hover {
        color: rgba(255, 255, 255, 0.8); }
        .woodmart-dark .woodmart-toolbar > div:hover a {
          color: currentColor; }
    .woodmart-dark .woodmart-toolbar .woodmart-sticky-btn-wishlist {
      color: rgba(255, 255, 255, 0.9); }

.woodmart-toolbar-label {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 11px;
  line-height: 1; }

.woodmart-toolbar-item > a {
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
  line-height: 1; }
  .woodmart-toolbar-item > a:before {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 19px; }
.woodmart-toolbar-item:hover a {
  color: rgba(51, 51, 51, 0.6); }

.woodmart-toolbar-shop > a:before {
  content: "\f443";
  font-family: "woodmart-font"; }

.woodmart-toolbar-blog > a:before {
  content: "\f442";
  font-family: "woodmart-font"; }

.woodmart-toolbar-home > a:before {
  content: "\f441";
  font-family: "woodmart-font"; }

.woodmart-toolbar-link:not(.woodmart-with-icon) > a:before {
  content: "\f437";
  font-family: "woodmart-font"; }
.woodmart-toolbar-link:hover .woodmart-toolbar-icon {
  opacity: .6; }

.woodmart-toolbar-icon {
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .woodmart-toolbar-icon img {
    width: auto;
    height: 20px; }

.error404 .page-header {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0; }
  .error404 .page-header:before {
    content: "404";
    position: absolute;
    top: -20px;
    left: 50%;
    color: #F4F4F4;
    font-weight: bold;
    font-size: 400px;
    line-height: 320px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.error404 .page-title {
  margin-top: 0;
  margin-bottom: 0px;
  padding: 115px 0;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 82px;
  line-height: 82px; }
.error404 .page-content {
  text-align: center; }
  .error404 .page-content h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2; }
  .error404 .page-content p {
    font-size: 110%; }
  .error404 .page-content > .woodmart-search-form {
    margin: 0 auto;
    max-width: 400px; }
.error404.woodmart-dark .page-header:before {
  color: rgba(255, 255, 255, 0.1); }

.search-no-results .page-title .breadcrumbs,
.search-no-results .page-title .yoast-breadcrumb {
  display: none; }

.not-found .entry-header {
  text-align: center; }
  .not-found .entry-header:before {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 100px;
    line-height: 100px;
    content: "\f125";
    font-family: "woodmart-font"; }
  .not-found .entry-header .entry-title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 48px; }
.not-found .entry-content {
  text-align: center; }
  .not-found .entry-content > p {
    margin-bottom: 30px;
    font-size: 16px; }
.not-found .searchform {
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 350px;
  width: 100%; }
  .not-found .searchform input[type="text"] {
    padding-right: 105px; }
  .not-found .searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 0; }

.woodmart-scroll {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .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; }

.has-scrollbar > .woodmart-scroll-content::-webkit-scrollbar {
  display: block; }

.platform-Mac .woodmart-scroll .woodmart-scroll-content::-webkit-scrollbar {
  display: none; }

.woodmart-scroll-pane {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden\9;
  width: 3px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s; }
  .woodmart-scroll-pane > .woodmart-scroll-slider {
    position: relative;
    margin: 0 0px;
    background: rgba(0, 0, 0, 0.25); }
  .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: .99; }
  .color-scheme-light .woodmart-scroll-pane, .woodmart-dark .woodmart-scroll-pane {
    background: rgba(255, 255, 255, 0.15); }
    .color-scheme-light .woodmart-scroll-pane > .woodmart-scroll-slider, .woodmart-dark .woodmart-scroll-pane > .woodmart-scroll-slider {
      background: rgba(255, 255, 255, 0.35); }

.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #0B0B0B;
  opacity: 0.8; }

.mfp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043;
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  width: 100%;
  height: 100%;
  text-align: center; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1044;
  margin-top: -.8em;
  width: auto;
  color: #CCC;
  text-align: center; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 18px 10px;
  width: 44px;
  height: 44px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  font-size: 28px;
  line-height: 44px;
  opacity: 0.65; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.65; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-top: 35px;
    margin-left: 35px;
    width: 0;
    height: 0;
    border: medium inset transparent; }
  .mfp-arrow:after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    margin-left: 31px;
    border-right: 17px solid #FFF; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    margin-left: 39px;
    border-left: 17px solid #FFF; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    max-width: 900px;
    width: 100%;
    line-height: 0; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: 0; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Main image in popup */
img.mfp-img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 40px;
  max-width: 100%;
  width: auto;
  height: auto;
  line-height: 0; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    background: #444;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  .mfp-figure small {
    display: block;
    color: #BDBDBD;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -36px;
  width: 100%;
  cursor: auto; }

.mfp-title {
  padding-right: 36px;
  color: #F3F3F3;
  text-align: left;
  word-wrap: break-word;
  line-height: 18px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6); }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px; }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 35px; } }
.mfp-move-horizontal {
  /* ANIMATE OUT */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
    .mfp-move-horizontal .mfp-with-anim .summary-inner {
      opacity: 0;
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, opacity .3s ease;
      transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
      -webkit-transform: translateY(30px);
              transform: translateY(30px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
    .mfp-move-horizontal.mfp-ready .mfp-with-anim .summary-inner {
      opacity: 1;
      -webkit-transform: none;
              transform: none; }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing .mfp-close {
    display: none; }

body #colorbox,
body #cboxWrapper {
  overflow: visible;
  -webkit-transform: none;
          transform: none; }

.woodmart-dark .cboxIframe {
  background-color: #101010; }

#cboxContent {
  background-color: transparent; }

#colorbox {
  margin-top: 15px; }

#cboxLoadingGraphic {
  z-index: 340 !important;
  background: none;
  -webkit-animation: wd-FadeInLoader .6s ease forwards;
          animation: wd-FadeInLoader .6s ease forwards; }
  #cboxLoadingGraphic:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #BBB;
    border-left-color: black;
    border-radius: 50%;
    vertical-align: middle; }

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none; }

@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: .7; } }
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: .7; } }
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0; }

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: .7;
  filter: "alpha(opacity=70)";
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease; }

.justified-gallery > .entry-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  opacity: initial;
  -webkit-filter: initial;
          filter: initial;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

#bbpress-forums hr {
  margin: 0 0 24px 0; }

#bbpress-forums {
  font-size: 14px; }

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: rgba(124, 161, 143, 0.08); }

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: #FFF; }

#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px; }

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  font-size: 14px; }

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  padding: 15px 20px 15px 30px;
  border-top: none;
  background: transparent;
  font-weight: normal;
  font-size: 16px; }

#bbpress-forums li.bbp-footer {
  display: none; }

#bbpress-forums li.bbp-header {
  border-bottom: 1px solid #EEE;
  background: transparent; }

#bbpress-forums .bbp-forums-list {
  margin: 10px 0 0 5px;
  border-left: 2px solid #DDD; }

li.bbp-forum-info,
li.bbp-topic-title {
  width: 50%; }

li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  width: 15%; }

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  width: 20%; }

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 45px 20px 45px 30px;
  border-top: none;
  border-bottom: 1px solid #EEE; }
  #bbpress-forums li.bbp-body ul.forum .bbp-forum-title,
  #bbpress-forums li.bbp-body ul.forum .bbp-topic-title,
  #bbpress-forums li.bbp-body ul.topic .bbp-forum-title,
  #bbpress-forums li.bbp-body ul.topic .bbp-topic-title {
    font-weight: bold;
    font-size: 16px; }
  #bbpress-forums li.bbp-body ul.forum:last-child,
  #bbpress-forums li.bbp-body ul.topic:last-child {
    border-bottom: none; }

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  margin: 12px auto 5px auto;
  border-radius: 50%; }

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  margin-bottom: 5px; }

#bbpress-forums div.topic div.bbp-reply-author,
#bbpress-forums div.reply div.bbp-reply-author,
#bbpress-forums div.forum div.bbp-forum-author {
  padding-right: 20px;
  width: 150px;
  border-right: 1px solid #EEE; }

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 180px; }

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
  padding: 15px 20px; }

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
  border-top: 1px solid transparent; }

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
  margin-bottom: 0;
  line-height: 1.5; }

#bbpress-forums div.bbp-reply-to {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: right; }

div.bbp-breadcrumb {
  float: left; }
  div.bbp-breadcrumb .bbp-breadcrumb-sep {
    font-size: 0; }
    div.bbp-breadcrumb .bbp-breadcrumb-sep:after {
      content: "/";
      padding: 0 5px;
      font-size: 12px; }
  div.bbp-breadcrumb .bbp-breadcrumb-home:before {
    margin-right: 5px;
    font-family: "FontAwesome";
    content: "\f015"; }
  div.bbp-breadcrumb a {
    color: #4E4E4E; }
  div.bbp-breadcrumb .bbp-breadcrumb-current {
    color: #9E9E9E; }

div.bbp-breadcrumb,
div.bbp-topic-tags {
  margin-bottom: 20px;
  font-size: 14px; }

#bbpress-forums div.bbp-breadcrumb p {
  margin-bottom: 0px; }

#bbpress-forums div.bbp-topic-tags p {
  margin-bottom: 10px; }

#bbpress-forums div.bbp-topic-tags {
  float: right; }
  #bbpress-forums div.bbp-topic-tags p {
    color: #777; }
  #bbpress-forums div.bbp-topic-tags a {
    font-style: italic; }

#subscription-toggle {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 0px;
  line-height: 1.5; }
  #subscription-toggle a {
    font-size: 16px; }
  #subscription-toggle:before {
    margin-right: 7px;
    font-size: 14px;
    font-family: "FontAwesome";
    content: "\f0f3"; }

#favorite-toggle:before {
  margin-right: 7px;
  font-size: 14px;
  font-family: "FontAwesome";
  content: "\f004"; }
#favorite-toggle a {
  text-decoration: none; }

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
  margin-top: 140px; }

#bbpress-forums .bbp-search-form {
  position: relative;
  margin-bottom: 20px; }
  #bbpress-forums .bbp-search-form #bbp_search_submit {
    position: absolute;
    top: 0px;
    right: 0px; }

#bbpress-forums #bbp-search-form #bbp_search {
  padding-right: 100px;
  width: 320px; }

span.bbp-admin-links a {
  color: #717171; }

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  display: inline-block;
  border-bottom: 1px solid #a5a5a5;
  color: #2A2A2A; }
  .bbp-forum-header a.bbp-forum-permalink:hover,
  .bbp-topic-header a.bbp-topic-permalink:hover,
  .bbp-reply-header a.bbp-reply-permalink:hover {
    border-color: black;
    text-decoration: none; }

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  margin: 15px 0 0px;
  color: #A8A8A8;
  font-size: 12px;
  line-height: 1.6; }

#bbpress-forums .bbp-forums-list li a {
  color: #BBB; }

#bbpress-forums fieldset.bbp-form {
  padding: 20px 40px;
  border: 10px solid #EEE; }

#bbpress-forums fieldset.bbp-form legend {
  padding: 0 15px; }

#bbpress-forums fieldset.bbp-form label {
  margin-bottom: 10px; }

.bbp-login-form .bbp-login-links {
  float: left;
  clear: left; }
  .bbp-login-form .bbp-login-links a {
    color: #3B3B3B;
    font-size: 14px; }
  .bbp-login-form .bbp-login-links .bbp-register-link {
    margin-bottom: 10px; }
  .bbp-login-form .bbp-login-links .bbp-register-link:before,
  .bbp-login-form .bbp-login-links .bbp-lostpass-link:before {
    display: inline-block;
    margin-right: 6px;
    color: #BBB;
    font-family: "FontAwesome"; }
  .bbp-login-form .bbp-login-links .bbp-register-link:before {
    content: "\f007"; }
  .bbp-login-form .bbp-login-links .bbp-lostpass-link:before {
    content: "\f023"; }

#bbpress-forums div.bbp-the-content-wrapper {
  margin-bottom: 10px; }

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border: 1px solid #F4F4F4;
  border-top: none;
  font-size: 14px; }

#bbpress-forums div.bbp-the-content-wrapper input {
  margin: 3px 5px 3px 0;
  border-color: #E8E8E8;
  border-radius: 0;
  background-color: #E8E8E8;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 12px; }

.quicktags-toolbar {
  border-bottom: 1px solid rgba(129, 129, 129, 0.25) !important;
  background: #F9F9F9 !important; }

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 10px; }

#bbpress-forums div.wp-editor-container {
  border: 1px solid rgba(129, 129, 129, 0.25); }

div.bbp-template-notice,
div.indicator-hint {
  margin: 0 0 20px 0;
  padding: 12px 15px;
  border-color: rgba(110, 103, 8, 0.04);
  border-radius: 0px;
  background-color: rgba(249, 226, 110, 0.09);
  color: #000; }

div.bbp-template-notice a {
  color: #555;
  text-decoration: none; }

div.bbp-template-notice.info {
  border: rgba(206, 225, 239, 0.16) 1px solid;
  background-color: rgba(240, 248, 255, 0.2); }

div.bbp-template-notice p {
  margin: 0 !important;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px; }

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: rgba(249, 226, 110, 0.09) !important; }

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
  border: none;
  border-radius: 50%; }

fieldset div.avatar {
  float: right; }

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  margin-left: 5px;
  padding-left: 10px;
  border-left: 2px solid #EAEAEA; }

@media only screen and (max-width: 991px) {
  div.bbp-search-form {
    float: none;
    width: 100%; }

  #bbpress-forums div.bbp-topic-tags {
    display: none; }

  #bbpress-forums #bbp-search-form #bbp_search {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%; }

  #bbpress-forums .bbp-search-form #bbp_search_submit {
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-size: 16px; }

  div.bbp-breadcrumb, div.bbp-topic-tags {
    float: none;
    text-align: center; }

  #subscription-toggle {
    display: none; }

  .bbp-pagination {
    float: none;
    text-align: center; }

  .bbp-pagination-count {
    float: none; }

  .bbp-topic-form,
  .bbp-reply-form,
  .bbp-topic-tag-form {
    margin-top: 70px; }

  span.bbp-admin-links {
    display: block;
    float: none;
    margin-top: 10px; } }
@media only screen and (max-width: 480px) {
  #bbpress-forums div.bbp-topic-tags {
    display: none; }

  li.bbp-forum-info,
  li.bbp-topic-title {
    width: 100%; }

  li.bbp-forum-topic-count,
  li.bbp-forum-reply-count,
  li.bbp-topic-voice-count,
  li.bbp-topic-reply-count {
    display: none; }

  #bbpress-forums li.bbp-body ul.forum,
  #bbpress-forums li.bbp-body ul.topic {
    padding: 20px 10px 20px 20px; }

  #bbpress-forums li.bbp-header,
  #bbpress-forums li.bbp-footer {
    padding-left: 20px; }
    #bbpress-forums li.bbp-header li.bbp-topic-freshness,
    #bbpress-forums li.bbp-header li.bbp-forum-freshness,
    #bbpress-forums li.bbp-footer li.bbp-topic-freshness,
    #bbpress-forums li.bbp-footer li.bbp-forum-freshness {
      display: none; }

  .bbp-replies .bbp-header {
    display: none; }

  #bbpress-forums li.bbp-forum-freshness,
  #bbpress-forums li.bbp-topic-freshness {
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px; }
    #bbpress-forums li.bbp-forum-freshness .bbp-topic-meta,
    #bbpress-forums li.bbp-topic-freshness .bbp-topic-meta {
      display: inline-block;
      margin-top: 0; }
    #bbpress-forums li.bbp-forum-freshness:before,
    #bbpress-forums li.bbp-topic-freshness:before {
      content: "Freshness:";
      color: #A8A8A8; }

  #bbpress-forums div.topic div.bbp-reply-author,
  #bbpress-forums div.reply div.bbp-reply-author,
  #bbpress-forums div.forum div.bbp-forum-author {
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #EEE;
    text-align: center; }

  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: 0;
    padding-left: 0px; }

  #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    margin: 0;
    margin-bottom: 5px; }

  #bbpress-forums div.bbp-reply-author img.avatar {
    position: static; }

  #bbpress-forums .bbp-body div.bbp-reply-content {
    text-align: center; }

  #bbpress-forums fieldset.bbp-form {
    padding: 0;
    border: none; }

  #bbpress-forums fieldset.bbp-form legend {
    margin-bottom: 20px;
    padding: 0; }

  span.bbp-admin-links {
    float: left; }

  .bbp_widget_login .bbp-submit-wrapper {
    float: none; } }
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
  -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 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title > 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-right: 0;
  padding-left: 0; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
  padding-right: 25px;
  padding-left: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 5px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
  padding-right: 5px;
  padding-left: 25px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title:hover > a {
  color: #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-right: 5px;
  padding-left: 5px;
  border: none; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
  position: relative; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
  color: #333333; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    background-color: transparent;
    color: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    opacity: .7;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }
    .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a:hover {
      border: none;
      background-color: transparent;
      opacity: 1; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
    position: relative; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active > a {
    border: none;
    background-color: transparent;
    opacity: 1; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
  overflow: hidden;
  margin: 0px; }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
    position: relative;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    -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;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block !important;
  visibility: hidden;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: auto !important;
  opacity: 0;
  -webkit-transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  -webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
  transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  transition: transform .25s ease, opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
.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); }
.wpb-js-composer .color-scheme-light .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab, .wpb-js-composer.woodmart-dark .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
  color: white; }

.wpb_video_wrapper {
  position: relative;
  overflow: hidden; }
  .wpb_video_wrapper .woodmart-video-poster-wrapper,
  .wpb_video_wrapper .woodmart-video-poster-wrapper:after,
  .wpb_video_wrapper .woodmart-video-poster {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px; }
  .wpb_video_wrapper .woodmart-video-poster-wrapper {
    position: absolute !important;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
    -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);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .wpb_video_wrapper .woodmart-video-poster-wrapper:after {
      content: "";
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.15);
      -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 {
      visibility: hidden;
      opacity: 0; }
  .wpb_video_wrapper .woodmart-video-poster {
    margin: -1px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -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%;
    z-index: 3;
    margin-top: -50px;
    margin-left: -50px;
    padding-left: 5px;
    width: 100px;
    height: 100px;
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 95px;
    -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 {
      display: inline-block;
      font-size: 32px;
      -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);
      content: "\f100";
      font-family: "woodmart-font"; }
  .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 {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
  .wpb_video_wrapper:hover .woodmart-video-poster {
    -webkit-transform: scale(1.09);
            transform: scale(1.09); }

.vc_progress_bar .vc_single_bar {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .vc_progress_bar .vc_single_bar .vc_label {
    padding: .6em 1.2em;
    text-transform: uppercase;
    text-shadow: none !important;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 12px; }
  .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0;
    -webkit-transition: width .8s ease;
    transition: width .8s ease; }

.woodmart-parallax {
  background-attachment: fixed !important;
  background-size: cover !important; }

.parallax-yes {
  background-size: cover; }

.attachment_fixed-yes {
  background-attachment: fixed; }

.vc_row.woodmart-disable-overflow,
.vc_section.woodmart-disable-overflow {
  overflow: visible; }

.vc_row-full-width {
  float: left;
  width: 100%; }

.vc_row[data-vc-full-width].wpb_animate_when_almost_visible {
  -webkit-transition: none !important;
  transition: none !important; }

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  z-index: auto; }

.vc_row-no-padding .vc_row-fluid {
  margin-right: 0px;
  margin-left: 0px; }

.wpb_widgetised_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0; }

.widgetarea-head .wpb_widgetised_column {
  margin-bottom: 0; }

.wd-slide-from-bottom,
.wd-slide-from-top,
.wd-slide-from-left,
.wd-slide-from-right,
.wd-left-flip-y,
.wd-right-flip-y,
.wd-top-flip-x,
.wd-bottom-flip-x,
.wd-zoom-in,
.wd-rotate-z {
  -webkit-transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important; }
  .wd-slide-from-bottom.animated,
  .wd-slide-from-top.animated,
  .wd-slide-from-left.animated,
  .wd-slide-from-right.animated,
  .wd-left-flip-y.animated,
  .wd-right-flip-y.animated,
  .wd-top-flip-x.animated,
  .wd-bottom-flip-x.animated,
  .wd-zoom-in.animated,
  .wd-rotate-z.animated {
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.87, 0.58, 1);
            animation-timing-function: cubic-bezier(0, 0.87, 0.58, 1); }

.wd-slide-from-top {
  -webkit-animation-name: wd-SlideFromTop;
          animation-name: wd-SlideFromTop; }

.wd-slide-from-bottom {
  -webkit-animation-name: wd-SlideFromBottom;
          animation-name: wd-SlideFromBottom; }

.wd-slide-from-left {
  -webkit-animation-name: wd-SlideFromLeft;
          animation-name: wd-SlideFromLeft; }

.wd-slide-from-right {
  -webkit-animation-name: wd-SlideFromRight;
          animation-name: wd-SlideFromRight; }

.wd-right-flip-y {
  -webkit-animation-name: wd-RightFlipY;
          animation-name: wd-RightFlipY; }

.wd-left-flip-y {
  -webkit-animation-name: wd-LeftFlipY;
          animation-name: wd-LeftFlipY; }

.wd-top-flip-x {
  -webkit-animation-name: wd-TopFlipX;
          animation-name: wd-TopFlipX; }

.wd-bottom-flip-x {
  -webkit-animation-name: wd-BottomFlipX;
          animation-name: wd-BottomFlipX; }

.wd-zoom-in {
  -webkit-animation-name: wd-ZoomIn;
          animation-name: wd-ZoomIn; }

.wd-rotate-z {
  -webkit-animation-name: wd-RotateZ;
          animation-name: wd-RotateZ;
  will-change: animation; }

.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(6) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }
.wpb_wrapper > .wpb_animate_when_almost_visible:nth-child(7) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }

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; }

.slider-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left; }
  .slider-title:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 2px; }

.owl-carousel {
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-tap-highlight-color: transparent; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
  .owl-carousel .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    display: block;
    opacity: 0; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .owl-item.animated {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.owl-carousel .owl-item.fadeOut {
  -webkit-animation-name: wd-fadeOut;
          animation-name: wd-fadeOut; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  -webkit-backface-visibility: hidden; }
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }

.owl-dots {
  margin-top: 5px;
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    margin-top: 10px; }
    .owl-dots .owl-dot span {
      display: block;
      margin: 5px 5px;
      width: 10px;
      height: 10px;
      border: 2px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }
    .owl-dots .owl-dot:not(.active):hover span {
      border-color: #3E3E3E; }
    .owl-dots .owl-dot.active span {
      border-color: #3E3E3E;
      background-color: #3E3E3E; }
  .color-scheme-light .owl-dots .owl-dot span, .pagin-color-light .owl-dots .owl-dot span, .woodmart-dark .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, 0.4); }
  .color-scheme-light .owl-dots .owl-dot:not(.active):hover span, .pagin-color-light .owl-dots .owl-dot:not(.active):hover span, .woodmart-dark .owl-dots .owl-dot:not(.active):hover span {
    border-color: rgba(255, 255, 255, 0.8); }
  .color-scheme-light .owl-dots .owl-dot.active span, .pagin-color-light .owl-dots .owl-dot.active span, .woodmart-dark .owl-dots .owl-dot.active span {
    border-color: white;
    background-color: white; }

.owl-nav, .wrap-loading-arrow {
  font-size: 0; }
  .owl-nav > div,
  .wrap-loading-arrow > div {
    position: absolute;
    top: 50%;
    z-index: 250;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    margin-top: -25px;
    padding: 0;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .owl-nav > div:after,
    .wrap-loading-arrow > div:after {
      display: inline-block;
      font-size: 24px;
      line-height: 24px;
      -webkit-transition: transform .25s ease;
      -webkit-transition: -webkit-transform .25s ease;
      transition: -webkit-transform .25s ease;
      transition: transform .25s ease;
      transition: transform .25s ease, -webkit-transform .25s ease;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    .owl-nav > div[class*="prev"],
    .wrap-loading-arrow > div[class*="prev"] {
      padding-right: 2px;
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px); }
      .owl-nav > div[class*="prev"]:after,
      .wrap-loading-arrow > div[class*="prev"]:after {
        content: "\f111";
        font-family: "woodmart-font"; }
    .owl-nav > div[class*="next"],
    .wrap-loading-arrow > div[class*="next"] {
      padding-left: 2px;
      -webkit-transform: translateX(30px);
              transform: translateX(30px); }
      .owl-nav > div[class*="next"]:after,
      .wrap-loading-arrow > div[class*="next"]:after {
        content: "\f110";
        font-family: "woodmart-font"; }
  .browser-Safari .owl-nav > div,
  .browser-Safari .wrap-loading-arrow > div {
    visibility: visible; }
  .color-scheme-light .owl-nav > div, .pagin-color-light .owl-nav > div, .woodmart-dark .owl-nav > div, .color-scheme-light .wrap-loading-arrow > div, .pagin-color-light .wrap-loading-arrow > div, .woodmart-dark .wrap-loading-arrow > div {
    color: white; }

.owl-nav > div[class*="prev"] {
  left: 0; }
.owl-nav > div[class*="next"] {
  right: 0; }
.owl-nav > div:hover {
  color: rgba(0, 0, 0, 0.5); }
.color-scheme-light .owl-nav > div:hover, .pagin-color-light .owl-nav > div:hover, .woodmart-dark .owl-nav > div:hover {
  color: rgba(255, 255, 255, 0.8); }

.wrap-loading-arrow > div {
  position: fixed; }

.owl-carousel:hover .owl-nav > div,
.show-arrow .wrap-loading-arrow > div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: visible; }

.woodmart-carousel-spacing-0 .owl-nav > div[class*="prev"] {
  left: -50px; }
.woodmart-carousel-spacing-0 .owl-nav > div[class*="next"] {
  right: -50px; }

.woodmart-carousel-spacing-2 .owl-nav > div[class*="prev"] {
  left: -49px; }
.woodmart-carousel-spacing-2 .owl-nav > div[class*="next"] {
  right: -49px; }

.woodmart-carousel-spacing-6 .owl-nav > div[class*="prev"] {
  left: -47px; }
.woodmart-carousel-spacing-6 .owl-nav > div[class*="next"] {
  right: -47px; }

.woodmart-carousel-spacing-10 .owl-nav > div[class*="prev"] {
  left: -45px; }
.woodmart-carousel-spacing-10 .owl-nav > div[class*="next"] {
  right: -45px; }

.woodmart-carousel-spacing-20 .owl-nav > div[class*="prev"] {
  left: -40px; }
.woodmart-carousel-spacing-20 .owl-nav > div[class*="next"] {
  right: -40px; }

.woodmart-carousel-spacing-30 .owl-nav > div[class*="prev"] {
  left: -35px; }
.woodmart-carousel-spacing-30 .owl-nav > div[class*="next"] {
  right: -35px; }

.woodmart-carousel-spacing-0 {
  margin-right: 0px;
  margin-left: 0px; }
  .woodmart-carousel-spacing-0 .slider-title {
    margin-right: 0px;
    margin-left: 0px; }
  .woodmart-carousel-spacing-0 .owl-item,
  .woodmart-carousel-spacing-0 .owl-carousel:not(.owl-loaded) > div {
    padding-right: 0px;
    padding-left: 0px; }

.woodmart-carousel-spacing-2 {
  margin-right: -1px;
  margin-left: -1px; }
  .woodmart-carousel-spacing-2 .slider-title {
    margin-right: 1px;
    margin-left: 1px; }
  .woodmart-carousel-spacing-2 .owl-item,
  .woodmart-carousel-spacing-2 .owl-carousel:not(.owl-loaded) > div {
    padding-right: 1px;
    padding-left: 1px; }

.woodmart-carousel-spacing-6 {
  margin-right: -3px;
  margin-left: -3px; }
  .woodmart-carousel-spacing-6 .slider-title {
    margin-right: 3px;
    margin-left: 3px; }
  .woodmart-carousel-spacing-6 .owl-item,
  .woodmart-carousel-spacing-6 .owl-carousel:not(.owl-loaded) > div {
    padding-right: 3px;
    padding-left: 3px; }

.woodmart-carousel-spacing-10 {
  margin-right: -5px;
  margin-left: -5px; }
  .woodmart-carousel-spacing-10 .slider-title {
    margin-right: 5px;
    margin-left: 5px; }
  .woodmart-carousel-spacing-10 .owl-item,
  .woodmart-carousel-spacing-10 .owl-carousel:not(.owl-loaded) > div {
    padding-right: 5px;
    padding-left: 5px; }

.woodmart-carousel-spacing-20 {
  margin-right: -10px;
  margin-left: -10px; }
  .woodmart-carousel-spacing-20 .slider-title {
    margin-right: 10px;
    margin-left: 10px; }
  .woodmart-carousel-spacing-20 .owl-item,
  .woodmart-carousel-spacing-20 .owl-carousel:not(.owl-loaded) > div {
    padding-right: 10px;
    padding-left: 10px; }

.woodmart-carousel-spacing-30 {
  margin-right: -15px;
  margin-left: -15px; }
  .woodmart-carousel-spacing-30 .slider-title {
    margin-right: 15px;
    margin-left: 15px; }
  .woodmart-carousel-spacing-30 .owl-item,
  .woodmart-carousel-spacing-30 .owl-carousel:not(.owl-loaded) > div {
    padding-right: 15px;
    padding-left: 15px; }

.owl-carousel:not(.owl-loaded) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

[data-hide_pagination_control="no"] .owl-carousel:not(.owl-loaded) {
  padding-bottom: 41px !important; }
[data-hide_pagination_control="no"] .owl-carousel.woodmart-slider {
  padding-bottom: 0px !important; }

.owl-loaded:after, .owl-loaded:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px; }
.owl-loaded:before {
  right: -50px; }
.owl-loaded:after {
  left: -50px; }

.slider-type-product,
.slider-type-post,
.categories-style-carousel {
  margin-bottom: 35px; }

.slider-type-post .owl-stage-outer,
.slider-type-post .owl-carousel:not(.owl-loaded) {
  padding-top: 11px;
  padding-bottom: 11px; }

.info-box-carousel-wrapper {
  margin-bottom: 30px; }
  .info-box-carousel-wrapper .owl-stage-outer,
  .info-box-carousel-wrapper .owl-carousel:not(.owl-loaded) {
    padding-top: 5px;
    padding-bottom: 5px; }
  .info-box-carousel-wrapper .woodmart-info-box {
    margin-bottom: 0; }

.banners-carousel-wrapper {
  margin-bottom: 0; }
  .banners-carousel-wrapper .promo-banner {
    margin-bottom: 0px; }
  .banners-carousel-wrapper .content-banner {
    -webkit-animation: wd-fadeOut .0s ease both;
            animation: wd-fadeOut .0s ease both; }
  .banners-carousel-wrapper .owl-loaded .content-banner {
    -webkit-animation: wd-fadeOut .5s ease both;
            animation: wd-fadeOut .5s ease both; }
  .banners-carousel-wrapper .owl-loaded .active .content-banner {
    -webkit-animation: wd-fadeIn .5s ease both .4s;
            animation: wd-fadeIn .5s ease both .4s; }
  .banners-carousel-wrapper .owl-dots {
    margin-top: 10px; }

.wpb_revslider_element {
  margin-bottom: 0px; }

.hermes .tp-arr-imgholder {
  background-size: cover; }

.pswp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-backface-visibility: hidden; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

.pswp--animate_opacity {
  opacity: .001;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity; }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.pswp__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.pswp__container,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-touch-action: none;
  touch-action: none; }

.pswp__container,
.pswp__img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -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);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity; }

.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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto; }

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important; }

.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 100%;
  color: #CCC;
  text-align: center;
  font-size: 14px;
  line-height: 16px; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.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 .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) {
  .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; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.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; }

.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 {
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }
  .woodmart-dark .pswp__share-tooltip a {
    color: #000; }
  .woodmart-dark .pswp__share-tooltip .pswp__share--twitter:hover,
  .woodmart-dark .pswp__share-tooltip .pswp__share--facebook:hover {
    color: rgba(255, 255, 255, 0.9); }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.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 rgba(0, 0, 0, 0);
  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; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

.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; }

.pswp__caption--fake {
  visibility: hidden; }

.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 {
    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 {
  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); } }
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.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 .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 .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

.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 .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001; }

.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; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  letter-spacing: .3px;
  font-size: 12px;
  pointer-events: none;
  -webkit-animation: wd-fadeInTooltip 0.3s ease;
          animation: wd-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; }

.icl_post_in_other_langs, .wpml-ls-statics-post_translations {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid; }
  .icl_post_in_other_langs a,
  .wpml-ls-statics-post_translations a {
    font-weight: 600; }

.wpml-ls-legacy-list-vertical {
  display: block; }

.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 ul,
  .widget_icl_lang_sel_widget #lang_sel_click ul ul {
    top: 100%;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    border-top: none; }
    .widget_icl_lang_sel_widget #lang_sel ul ul a,
    .widget_icl_lang_sel_widget #lang_sel_click ul ul a {
      padding: 10px 15px;
      line-height: 1.4; }
  .widget_icl_lang_sel_widget #lang_sel li,
  .widget_icl_lang_sel_widget #lang_sel_click li {
    float: none;
    width: auto; }
    .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;
    overflow: hidden;
    padding: 0 15px;
    padding-right: 27px;
    height: 42px;
    border-width: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 38px; }
    .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel:after,
    .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel:after {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -8px;
      height: 16px;
      border: none;
      color: #BBB;
      font-size: 16px;
      font-family: "FontAwesome";
      line-height: 16px;
      content: "\f107"; }
.widget_icl_lang_sel_widget #lang_sel ul li:hover ul {
  top: 100%;
  opacity: 1; }
.widget_icl_lang_sel_widget #lang_sel ul ul {
  top: 120%;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.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 .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 {
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: inherit; }

.wcml_currency_switcher + img[src$="ajax-loader.gif"] {
  display: none; }

.wcml-dropdown,
.wcml-dropdown-click {
  width: 100%; }
  .wcml-dropdown a,
  .wcml-dropdown-click a {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .wcml-dropdown .wcml-cs-submenu a,
  .wcml-dropdown-click .wcml-cs-submenu a {
    padding: 10px 15px;
    line-height: 1.4; }
  .wcml-dropdown .wcml-cs-active-currency,
  .wcml-dropdown-click .wcml-cs-active-currency {
    border-width: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .wcml-dropdown a.wcml-cs-item-toggle,
  .wcml-dropdown-click a.wcml-cs-item-toggle {
    position: relative;
    padding: 0 15px;
    padding-right: 27px;
    height: 38px;
    line-height: 38px; }
    .wcml-dropdown a.wcml-cs-item-toggle:after,
    .wcml-dropdown-click a.wcml-cs-item-toggle:after {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -8px;
      height: 16px;
      border: none;
      color: #BBB;
      font-size: 16px;
      font-family: "FontAwesome";
      line-height: 16px;
      content: "\f107"; }
  .wcml-dropdown .wcml-cs-submenu,
  .wcml-dropdown-click .wcml-cs-submenu {
    z-index: 400;
    border-top: none; }

.wcml-dropdown .wcml-cs-submenu {
  top: 120%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu, .wcml-dropdown li:focus.wcml-cs-active-currency .wcml-cs-submenu {
  top: 100%;
  visibility: visible;
  opacity: 1; }

.wcml-horizontal-list li a,
.wcml-vertical-list li a {
  padding: 6px 10px;
  color: #777777;
  font-size: 14px;
  line-height: 20px; }
  .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-bottom: 15px;
  margin-left: -5px; }

.woocommerce .product_meta .wcml-dropdown.product {
  margin-top: 0px;
  margin-bottom: 20px;
  max-width: 250px; }

.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 {
    margin-bottom: 0;
    margin-right: 20px;
    color: #2d2a2a;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px; }
.widgetarea-mobile .wcml-horizontal-list,
.widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal {
  margin-bottom: -10px;
  text-align: right;
  text-transform: uppercase; }
  .widgetarea-mobile .wcml-horizontal-list ul,
  .widgetarea-mobile #lang_sel_list.lang_sel_list_horizontal ul {
    margin-right: -15px !important;
    border-top: 0; }
    .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-bottom: 10px !important;
      margin-right: 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%; }
.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; }

.whb-text-element .wcml-dropdown,
.whb-text-element .wcml-dropdown-click {
  max-width: none;
  width: auto; }
  .whb-text-element .wcml-dropdown.product,
  .whb-text-element .wcml-dropdown-click.product {
    margin-top: 0;
    margin-bottom: 0; }
  .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
  .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent !important;
    color: #333;
    text-transform: uppercase;
    font-size: 12px; }
    .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle:after,
    .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle:after {
      position: static;
      margin-top: 0;
      margin-left: 4px;
      font-size: 100%; }
    .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle:hover,
    .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle:hover {
      color: rgba(51, 51, 51, 0.6); }
  .whb-text-element .wcml-dropdown .wcml-cs-active-currency,
  .whb-text-element .wcml-dropdown-click .wcml-cs-active-currency {
    border: none;
    background-color: transparent; }
  .whb-text-element .wcml-dropdown .wcml-cs-submenu, .whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
    right: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 165px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
    .whb-text-element .wcml-dropdown .wcml-cs-submenu li,
    .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li {
      border: none;
      background-color: transparent !important; }
      .whb-text-element .wcml-dropdown .wcml-cs-submenu li a,
      .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a {
        overflow: visible;
        background-color: transparent;
        color: #777777;
        text-overflow: clip;
        white-space: normal;
        font-size: 14px; }
        .whb-text-element .wcml-dropdown .wcml-cs-submenu li a:hover,
        .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a:hover {
          background-color: #F9F9F9;
          color: #777777; }
.whb-color-light .whb-text-element .wcml-dropdown,
.whb-color-light .whb-text-element .wcml-dropdown-click {
  border-color: rgba(255, 255, 255, 0.25); }
  .whb-color-light .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
  .whb-color-light .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
    color: white; }
    .whb-color-light .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle:after,
    .whb-color-light .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle:after {
      color: rgba(255, 255, 255, 0.6); }
    .whb-color-light .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle:hover,
    .whb-color-light .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle:hover {
      color: rgba(255, 255, 255, 0.8); }
.dropdowns-color-light .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.dropdowns-color-light .whb-text-element .wcml-dropdown-click .wcml-cs-submenu, .woodmart-dark .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.woodmart-dark .whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
  background-color: #101010; }
  .dropdowns-color-light .whb-text-element .wcml-dropdown .wcml-cs-submenu li a,
  .dropdowns-color-light .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a, .woodmart-dark .whb-text-element .wcml-dropdown .wcml-cs-submenu li a,
  .woodmart-dark .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a {
    color: rgba(255, 255, 255, 0.8); }
    .dropdowns-color-light .whb-text-element .wcml-dropdown .wcml-cs-submenu li a:hover,
    .dropdowns-color-light .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a:hover, .woodmart-dark .whb-text-element .wcml-dropdown .wcml-cs-submenu li a:hover,
    .woodmart-dark .whb-text-element .wcml-dropdown-click .wcml-cs-submenu li a:hover {
      background-color: rgba(255, 255, 255, 0.08);
      color: white; }

.whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
  padding-right: 0px;
  padding-left: 0px;
  height: auto;
  line-height: 1; }
.whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
  right: -10px;
  left: -10px; }
.whb-col-right .whb-text-element .wcml-cs-submenu {
  left: auto; }
.whb-general-header .whb-text-element .wcml-dropdown,
.whb-general-header .whb-text-element .wcml-dropdown-click {
  display: inline-block; }
  .whb-general-header .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
  .whb-general-header .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
    height: 40px; }
  .whb-general-header .whb-text-element .wcml-dropdown .wcml-cs-submenu,
  .whb-general-header .whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
    margin: 15px 0 0 0 !important; }
    .whb-general-header .whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
    .whb-general-header .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after {
      content: "";
      position: absolute;
      top: auto;
      right: 0;
      bottom: 100%;
      left: 0;
      width: auto;
      height: 15px; }
.whb-row:not(.whb-top-bar) .whb-text-element .wcml-dropdown a.wcml-cs-item-toggle,
.whb-row:not(.whb-top-bar) .whb-text-element .wcml-dropdown-click a.wcml-cs-item-toggle {
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: 600;
  font-size: 13px; }

.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-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 {
  right: 20px;
  left: 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-semi-rounded .widget_icl_lang_sel_widget #lang_sel .lang_sel_sel,
.form-style-semi-rounded .widget_icl_lang_sel_widget #lang_sel_click .lang_sel_sel {
  border-radius: 5px; }
.form-style-semi-rounded .widget_icl_lang_sel_widget #lang_sel ul ul,
.form-style-semi-rounded .widget_icl_lang_sel_widget #lang_sel_click ul ul,
.form-style-semi-rounded .wcml-dropdown .wcml-cs-submenu {
  right: 5px;
  left: 5px; }
.form-style-semi-rounded .wcml-dropdown .wcml-cs-active-currency,
.form-style-semi-rounded .wcml-dropdown .wcml-cs-active-currency > a {
  border-radius: 5px; }

.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-right-style: none;
  border-left-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; }

div.open-table-widget-datepicker.datepicker-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none; }
div.open-table-widget-datepicker .datepicker-panel > ul > li {
  line-height: 30px; }

div.open-table-widget {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #777777; }
  div.open-table-widget .otw-widget-title {
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #2d2a2a;
    text-shadow: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1; }
  div.open-table-widget .selectric {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    div.open-table-widget .selectric .label {
      margin: 0;
      padding: 0 15px;
      line-height: 1; }
    div.open-table-widget .selectric .button {
      top: 50%;
      right: 0;
      padding: 0;
      height: auto;
      border: none;
      border-color: transparent;
      background-color: transparent; }
      div.open-table-widget .selectric .button:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
  div.open-table-widget .label {
    height: auto;
    color: inherit;
    font-size: inherit;
    line-height: 1; }
  div.open-table-widget label {
    text-transform: inherit;
    font-size: inherit; }
  div.open-table-widget input[type="text"],
  div.open-table-widget .selectric,
  div.open-table-widget select {
    height: 42px;
    border: 2px solid rgba(129, 129, 129, 0.2);
    background-color: transparent;
    color: #777777;
    line-height: 42px; }
  div.open-table-widget .otw-reservation-date {
    cursor: pointer; }
  div.open-table-widget .otw-button-wrap {
    margin-bottom: 20px; }
    div.open-table-widget .otw-button-wrap .otw-submit, div.open-table-widget .otw-button-wrap .otw-submit-btn {
      color: #FFF;
      position: relative;
      display: inline-block;
      outline: none;
      border-width: 0;
      border-style: solid;
      border-color: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      vertical-align: middle;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: none;
      letter-spacing: .3px;
      font-weight: 600;
      cursor: pointer;
      -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
      transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
      transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
      transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
      padding: 12px 20px;
      font-size: 13px;
      line-height: 18px; }
      div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .otw-submit-btn:hover {
        color: #FFF;
        -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
      div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .otw-submit-btn:hover {
        text-decoration: none; }
      div.open-table-widget .otw-button-wrap .otw-submit:focus, div.open-table-widget .otw-button-wrap .otw-submit-btn:focus {
        outline: none; }
  div.open-table-widget.otw-minimal-dark-style, div.open-table-widget.otw-shadow-light-style, div.open-table-widget.otw-shadow-dark-style {
    padding: 40px; }
  div.open-table-widget.otw-shadow-light-style, div.open-table-widget.otw-shadow-dark-style {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.1); }
  div.open-table-widget.otw-shadow-light-style {
    background-color: white; }
  div.open-table-widget.otw-shadow-dark-style, div.open-table-widget.otw-minimal-dark-style {
    background-color: #1a1a1a; }
    div.open-table-widget.otw-shadow-dark-style option, div.open-table-widget.otw-minimal-dark-style option {
      color: rgba(0, 0, 0, 0.8); }
  div.open-table-widget.otw-minimal-light-style .otw-time-wrap, div.open-table-widget.otw-minimal-dark-style .otw-time-wrap {
    margin-right: 0; }
  div.open-table-widget.otw-minimal-light-style input.otw-submit-btn, div.open-table-widget.otw-minimal-dark-style input.otw-submit-btn {
    margin: 0;
    width: auto; }
  div.open-table-widget.otw-minimal-light-style .otw-wrapper, div.open-table-widget.otw-minimal-dark-style .otw-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
  div.open-table-widget.otw-minimal-light-style .otw-input-wrap, div.open-table-widget.otw-minimal-dark-style .otw-input-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 130px;
            flex: 1 1 130px; }
  div.open-table-widget.otw-minimal-light-style .otw-input-wrap,
  div.open-table-widget.otw-minimal-light-style .otw-button-wrap, div.open-table-widget.otw-minimal-dark-style .otw-input-wrap,
  div.open-table-widget.otw-minimal-dark-style .otw-button-wrap {
    padding-right: 5px;
    padding-left: 5px; }
  div.open-table-widget.otw-minimal-light-style .otw-button-wrap, div.open-table-widget.otw-minimal-dark-style .otw-button-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center; }
  .color-scheme-light div.open-table-widget, div.open-table-widget.otw-minimal-dark-style, div.open-table-widget.otw-shadow-dark-style, .woodmart-dark div.open-table-widget {
    color: white; }
    .color-scheme-light div.open-table-widget .otw-widget-title, div.open-table-widget.otw-minimal-dark-style .otw-widget-title, div.open-table-widget.otw-shadow-dark-style .otw-widget-title, .woodmart-dark div.open-table-widget .otw-widget-title {
      color: white; }
    .color-scheme-light div.open-table-widget .otw-input-wrap > label, div.open-table-widget.otw-minimal-dark-style .otw-input-wrap > label, div.open-table-widget.otw-shadow-dark-style .otw-input-wrap > label, .woodmart-dark div.open-table-widget .otw-input-wrap > label {
      color: white; }
    .color-scheme-light div.open-table-widget .otw-input-wrap, div.open-table-widget.otw-minimal-dark-style .otw-input-wrap, div.open-table-widget.otw-shadow-dark-style .otw-input-wrap, .woodmart-dark div.open-table-widget .otw-input-wrap {
      border-color: rgba(255, 255, 255, 0.25); }
    .color-scheme-light div.open-table-widget input[type="text"],
    .color-scheme-light div.open-table-widget .selectric,
    .color-scheme-light div.open-table-widget select, div.open-table-widget.otw-minimal-dark-style input[type="text"],
    div.open-table-widget.otw-minimal-dark-style .selectric,
    div.open-table-widget.otw-minimal-dark-style select, div.open-table-widget.otw-shadow-dark-style input[type="text"],
    div.open-table-widget.otw-shadow-dark-style .selectric,
    div.open-table-widget.otw-shadow-dark-style select, .woodmart-dark div.open-table-widget input[type="text"],
    .woodmart-dark div.open-table-widget .selectric,
    .woodmart-dark div.open-table-widget select {
      border-color: rgba(255, 255, 255, 0.25);
      background-color: transparent;
      color: white; }
  .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-style-semi-rounded div.open-table-widget input[type="text"],
  .form-style-semi-rounded div.open-table-widget .selectric,
  .form-style-semi-rounded div.open-table-widget select {
    border-radius: 5px; }
  .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-underlined div.open-table-widget .selectric .label {
    margin-left: 0;
    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-input-wrap > label {
    margin-right: 10px;
    margin-left: 0; }
  .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 {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0;
    padding-left: 0; }
  .woodmart-dark.form-style-underlined 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); }
    .woodmart-dark.form-style-underlined 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); }

div.wpcf7-response-output {
  margin: 0 0 20px; }
  div.wpcf7-response-output.wpcf7-display-none {
    display: none; }
  div.wpcf7-response-output[style*="display: block;"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.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-right: 17px;
    margin-left: 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-right: -17px;
      margin-bottom: 20px !important;
      margin-left: -17px; }
      .mc4wp-form > div > p > br {
        display: none; }
  .mc4wp-form label {
    display: none; }
  .mc4wp-form input[type="submit"] {
    padding-right: 35px;
    padding-left: 35px;
    color: #FFF; }
    .mc4wp-form input[type="submit"]:hover {
      color: #FFF;
      -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
              box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
  .mc4wp-form .mc4wp-response {
    margin-right: 0;
    margin-left: 0; }
  .text-right .mc4wp-form > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .text-left .mc4wp-form > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

body:not(.notifications-sticky) .mc4wp-alert, body .mfp-content .mc4wp-alert {
  margin-bottom: 20px; }

.widget_mc4wp_form_widget .mc4wp-form {
  margin-bottom: 0; }
  .widget_mc4wp_form_widget .mc4wp-form p {
    margin-bottom: 10px; }

.entry-content .wp-block-categories,
.entry-content .wp-block-archives,
.entry-content .wp-block-latest-posts.is-grid,
.entry-content .wp-block-gallery {
  padding-left: 0; }
  .entry-content .wp-block-categories li:before,
  .entry-content .wp-block-archives li:before,
  .entry-content .wp-block-latest-posts.is-grid li:before,
  .entry-content .wp-block-gallery li:before {
    display: none; }

.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px; }

.wp-block-pullquote {
  margin-bottom: 30px; }
  .wp-block-pullquote blockquote {
    border: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center; }
  .wp-block-pullquote:not(.is-style-solid-color) {
    border-width: 2px 0 2px 0;
    border-style: solid; }

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center; }

.wp-block-image.alignleft,
.wp-block-image .alignleft {
  margin-right: 25px; }
.wp-block-image.alignright,
.wp-block-image .alignright {
  margin-left: 25px; }

.wp-block-separator.is-style-dots {
  width: auto; }
  .wp-block-separator.is-style-dots:before {
    color: rgba(27, 27, 27, 0.6);
    font-size: 36px;
    letter-spacing: 1em;
    padding-left: 1em; }
.wp-block-separator.is-style-wide {
  width: 100%; }

.wp-block-quote.is-large {
  border-left: none; }
  .wp-block-quote.is-large cite {
    text-align: left; }

.subtitle-style-background.info-box-subtitle, .subtitle-style-background.banner-subtitle, .subtitle-style-background.title-subtitle {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 600;
  line-height: 1.2; }

.subtitle-color-default.subtitle-style-background {
  background-color: #F4F4F4;
  color: #333; }

.subtitle-color-primary.subtitle-style-background {
  color: white; }

.subtitle-color-alt.subtitle-style-background {
  color: white; }

.inline-element {
  display: inline-block;
  vertical-align: middle; }
  .inline-element:not(:last-child) {
    margin-right: 15px; }
  .text-left .inline-element {
    margin-left: 0; }
    .text-left .inline-element:not(:last-child) {
      margin-right: 15px; }
  .text-right .inline-element {
    margin-right: 0; }
    .text-right .inline-element:not(:first-child) {
      margin-left: 15px; }
  .text-center .inline-element {
    margin-right: 7px;
    margin-left: 7px; }

.title-wrapper {
  margin-bottom: 30px; }
  .title-wrapper .title {
    display: block;
    margin-bottom: 0; }
  .title-wrapper .title-subtitle {
    margin-bottom: 10px;
    letter-spacing: .3px; }
  .title-wrapper .title-after_title p {
    margin-bottom: 0; }
  .title-wrapper .liner-continer {
    position: relative;
    margin-bottom: 10px; }
  .title-wrapper .left-line,
  .title-wrapper .right-line {
    display: none; }
  .title-wrapper .img-wrapper {
    margin-top: 10px; }
  .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-right: auto;
    margin-left: auto; }
  .title-wrapper.text-right .title,
  .title-wrapper.text-right .title-after_title,
  .title-wrapper.text-right .title-subtitle {
    margin-left: auto; }
  .color-scheme-light .title-wrapper .title, .woodmart-dark .title-wrapper .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); }

.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 .subtitle-style-background {
  font-size: 14px; }
.woodmart-title-size-extra-large .woodmart-title-container {
  font-size: 48px;
  line-height: 1.2; }
.woodmart-title-size-extra-large .title-after_title {
  font-size: 110%; }

.woodmart-title-color-default .subtitle-style-default {
  color: #989898; }
.woodmart-title-color-default .subtitle-style-background {
  background-color: #F4F4F4;
  color: #333; }
.color-scheme-light .woodmart-title-color-default .subtitle-style-default, .woodmart-dark .woodmart-title-color-default .subtitle-style-default {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-title-color-primary .subtitle-style-background {
  color: white; }

.woodmart-title-color-alt .subtitle-style-background {
  color: white; }

.woodmart-title-color-black .subtitle-style-default {
  color: #000; }
.woodmart-title-color-black .subtitle-style-background {
  background-color: #333;
  color: white; }

.woodmart-title-color-white .subtitle-style-default {
  color: rgba(255, 255, 255, 0.8); }
.woodmart-title-color-white .subtitle-style-background {
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121; }
.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 .subtitle-style-default {
  color: #989898; }
.woodmart-title-color-gradient .subtitle-style-background {
  background-color: #F4F4F4;
  color: #333; }
.woodmart-title-color-gradient .title {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }
.color-scheme-light .woodmart-title-color-gradient .subtitle-style-default, .woodmart-dark .woodmart-title-color-gradient .subtitle-style-default {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-title-style-simple .liner-continer {
  padding-bottom: 10px; }
  .woodmart-title-style-simple .liner-continer:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px; }
.woodmart-title-style-simple.text-left .liner-continer:after {
  left: 0;
  margin-left: 0; }
.woodmart-title-style-simple.text-right .liner-continer:after {
  right: 0;
  left: auto;
  margin-left: 0; }
.woodmart-title-style-simple.woodmart-title-color-default .liner-continer:after {
  background-color: rgba(119, 119, 119, 0.17); }
.woodmart-title-style-simple.woodmart-title-color-black .liner-continer:after {
  background-color: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.woodmart-title-style-bordered .title {
  padding-right: 20px;
  padding-left: 20px; }
.woodmart-title-style-bordered .left-line,
.woodmart-title-style-bordered .right-line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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); }
.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); }

.woodmart-title-style-underlined .liner-continer {
  border-bottom: 2px solid rgba(119, 119, 119, 0.17); }
.woodmart-title-style-underlined .title {
  display: inline-block;
  margin-bottom: -2px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent; }
.woodmart-title-style-underlined.woodmart-title-color-default .title {
  border-color: #CCC; }
.woodmart-title-style-underlined.woodmart-title-color-black .title {
  border-color: 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; }
.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); }

.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 {
  display: inline-block;
  border-bottom: 2px solid;
  line-height: .85; }
.woodmart-title-style-underlined-2.woodmart-title-size-large .title {
  border-width: 3px; }
.woodmart-title-style-underlined-2.woodmart-title-size-extra-large .title {
  border-width: 4px; }
.woodmart-title-style-underlined-2:not(.woodmart-title-color-gradient) .title {
  text-shadow: 1px 1px 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: #CCC; }
.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 .title, .color-scheme-light .woodmart-title-style-underlined-2 .title, .woodmart-dark .woodmart-title-style-underlined-2 .title {
  text-shadow: none !important; }

.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); }

.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%; }

.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 {
    color: inherit;
    font-size: inherit;
    line-height: inherit; }
  .woodmart-text-block-wrapper.text-center .woodmart-title-container {
    margin-right: auto;
    margin-left: 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-social-icons {
  vertical-align: middle;
  font-size: 0; }
  .woodmart-social-icons .woodmart-social-icon {
    display: inline-block;
    margin: 4px;
    text-align: center;
    font-size: 0; }
  .woodmart-social-icons i {
    vertical-align: middle; }
  .woodmart-social-icons p {
    display: inline-block;
    margin: 0; }

.icons-design-default .woodmart-social-icon {
  margin: 0 !important;
  padding: 6px;
  width: auto !important;
  height: auto !important;
  color: rgba(0, 0, 0, 0.6) !important; }
  .icons-design-default .woodmart-social-icon i {
    line-height: 1 !important; }
  .icons-design-default .woodmart-social-icon:hover {
    color: rgba(0, 0, 0, 0.8) !important; }
.icons-design-default.color-scheme-light .woodmart-social-icon, .color-scheme-light .icons-design-default .woodmart-social-icon, .woodmart-dark .icons-design-default .woodmart-social-icon {
  color: white !important; }
  .icons-design-default.color-scheme-light .woodmart-social-icon:hover, .color-scheme-light .icons-design-default .woodmart-social-icon:hover, .woodmart-dark .icons-design-default .woodmart-social-icon:hover {
    color: rgba(255, 255, 255, 0.6) !important; }

.icons-design-simple .woodmart-social-icon {
  background-color: #F2F2F2;
  color: rgba(0, 0, 0, 0.4) !important; }
  .icons-design-simple .woodmart-social-icon:hover {
    color: white !important; }
.icons-design-simple.color-scheme-light .woodmart-social-icon, .color-scheme-light .icons-design-simple .woodmart-social-icon {
  background-color: rgba(255, 255, 255, 0.3);
  color: white !important; }

.icons-design-colored-alt .woodmart-social-icon {
  background-color: #EFEFEF;
  color: rgba(0, 0, 0, 0.4) !important; }
.icons-design-colored-alt.color-scheme-light .woodmart-social-icon, .color-scheme-light .icons-design-colored-alt .woodmart-social-icon {
  background-color: rgba(255, 255, 255, 0.3);
  color: white !important; }

.icons-design-bordered .woodmart-social-icon {
  border: 2px solid #CCC;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4) !important; }
  .icons-design-bordered .woodmart-social-icon i {
    margin-top: -2px; }
.icons-design-bordered.color-scheme-light .woodmart-social-icon, .color-scheme-light .icons-design-bordered .woodmart-social-icon {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: white !important; }

.icons-design-colored .woodmart-social-icon {
  color: white !important; }
  .icons-design-colored .woodmart-social-icon:hover {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.15);
    color: white !important; }
.icons-design-colored .social-facebook {
  background-color: #365493; }
.icons-design-colored .social-twitter {
  background-color: #3CF; }
.icons-design-colored .social-instagram {
  background-color: #774430; }
.icons-design-colored .social-email {
  background-color: #F89A1E; }
.icons-design-colored .social-pinterest {
  background-color: #CB2027; }
.icons-design-colored .social-youtube {
  background-color: #CB2027; }
.icons-design-colored .social-tumblr {
  background-color: #36465D; }
.icons-design-colored .social-linkedin {
  background-color: #0274B3; }
.icons-design-colored .social-vimeo {
  background-color: #1AB7EA; }
.icons-design-colored .social-flickr {
  background-color: #FE0072; }
.icons-design-colored .social-github {
  background-color: #171515; }
.icons-design-colored .social-dribbble {
  background-color: #EC5E95; }
.icons-design-colored .social-behance {
  background-color: #1F6FFC; }
.icons-design-colored .social-soundcloud {
  background-color: #F9490D; }
.icons-design-colored .social-spotify {
  background-color: #2EBD59; }
.icons-design-colored .social-skype {
  background-color: #00AFF0; }
.icons-design-colored .social-ok {
  background-color: #EE8208; }
.icons-design-colored .social-whatsapp {
  background-color: #1EBEA5; }
.icons-design-colored .social-vk {
  background-color: #4C75A3; }
.icons-design-colored .social-snapchat {
  background-color: #FFFC00; }
.icons-design-colored .social-tg {
  background-color: #37AEE2; }

.icons-design-colored-alt .woodmart-social-icon:hover,
.icons-design-bordered .woodmart-social-icon:hover {
  color: white !important; }
.icons-design-colored-alt .social-facebook:hover,
.icons-design-bordered .social-facebook:hover {
  border-color: #365493;
  background-color: #365493; }
.icons-design-colored-alt .social-twitter:hover,
.icons-design-bordered .social-twitter:hover {
  border-color: #3CF;
  background-color: #3CF; }
.icons-design-colored-alt .social-instagram:hover,
.icons-design-bordered .social-instagram:hover {
  border-color: #774430;
  background-color: #774430; }
.icons-design-colored-alt .social-email:hover,
.icons-design-bordered .social-email:hover {
  border-color: #F89A1E;
  background-color: #F89A1E; }
.icons-design-colored-alt .social-youtube:hover,
.icons-design-bordered .social-youtube:hover {
  border-color: #CB2027;
  background-color: #CB2027; }
.icons-design-colored-alt .social-pinterest:hover,
.icons-design-bordered .social-pinterest:hover {
  border-color: #CB2027;
  background-color: #CB2027; }
.icons-design-colored-alt .social-tumblr:hover,
.icons-design-bordered .social-tumblr:hover {
  border-color: #36465D;
  background-color: #36465D; }
.icons-design-colored-alt .social-linkedin:hover,
.icons-design-bordered .social-linkedin:hover {
  border-color: #0274B3;
  background-color: #0274B3; }
.icons-design-colored-alt .social-vimeo:hover,
.icons-design-bordered .social-vimeo:hover {
  border-color: #1AB7EA;
  background-color: #1AB7EA; }
.icons-design-colored-alt .social-flickr:hover,
.icons-design-bordered .social-flickr:hover {
  border-color: #FE0072;
  background-color: #FE0072; }
.icons-design-colored-alt .social-github:hover,
.icons-design-bordered .social-github:hover {
  border-color: #171515;
  background-color: #171515; }
.icons-design-colored-alt .social-dribbble:hover,
.icons-design-bordered .social-dribbble:hover {
  border-color: #EC5E95;
  background-color: #EC5E95; }
.icons-design-colored-alt .social-behance:hover,
.icons-design-bordered .social-behance:hover {
  border-color: #1F6FFC;
  background-color: #1F6FFC; }
.icons-design-colored-alt .social-soundcloud:hover,
.icons-design-bordered .social-soundcloud:hover {
  border-color: #F9490D;
  background-color: #F9490D; }
.icons-design-colored-alt .social-spotify:hover,
.icons-design-bordered .social-spotify:hover {
  border-color: #2EBD59;
  background-color: #2EBD59; }
.icons-design-colored-alt .social-skype:hover,
.icons-design-bordered .social-skype:hover {
  border-color: #00AFF0;
  background-color: #00AFF0; }
.icons-design-colored-alt .social-ok:hover,
.icons-design-bordered .social-ok:hover {
  border-color: #EE8208;
  background-color: #EE8208; }
.icons-design-colored-alt .social-whatsapp:hover,
.icons-design-bordered .social-whatsapp:hover {
  border-color: #1EBEA5;
  background-color: #1EBEA5; }
.icons-design-colored-alt .social-vk:hover,
.icons-design-bordered .social-vk:hover {
  border-color: #4C75A3;
  background-color: #4C75A3; }
.icons-design-colored-alt .social-snapchat:hover,
.icons-design-bordered .social-snapchat:hover {
  border-color: #FFFC00;
  background-color: #FFFC00; }
.icons-design-colored-alt .social-tg:hover,
.icons-design-bordered .social-tg:hover {
  border-color: #37AEE2;
  background-color: #37AEE2; }

.icons-size-small .woodmart-social-icon,
.icons-size- .woodmart-social-icon {
  width: 30px;
  height: 30px; }
.icons-size-small i,
.icons-size- i {
  font-size: 14px;
  line-height: 30px; }

.icons-size-default .woodmart-social-icon {
  width: 40px;
  height: 40px; }
.icons-size-default i {
  font-size: 18px;
  line-height: 40px; }

.icons-size-large .woodmart-social-icon {
  width: 60px;
  height: 60px; }
.icons-size-large i {
  font-size: 22px;
  line-height: 60px; }

.social-form-circle .woodmart-social-icon {
  border-radius: 50%; }

.woodmart-sticky-social {
  position: fixed;
  top: 50%;
  z-index: 399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform .3s ease 1s;
  transition: -webkit-transform .3s ease 1s;
  transition: transform .3s ease 1s;
  transition: transform .3s ease 1s, -webkit-transform .3s ease 1s; }
  .woodmart-sticky-social .woodmart-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    margin: 0;
    min-width: 40px;
    width: auto;
    height: 40px; }
    .woodmart-sticky-social .woodmart-social-icon:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .woodmart-sticky-social .woodmart-social-icon:hover .woodmart-social-icon-name {
        max-width: 220px; }
  .woodmart-sticky-social i {
    width: 40px;
    font-size: 14px;
    line-height: 40px; }
  .woodmart-sticky-social .woodmart-social-icon-name {
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }
  .woodmart-sticky-social.buttons-loaded {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }

.woodmart-sticky-social-right {
  right: 0;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .woodmart-sticky-social-right .woodmart-social-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .woodmart-sticky-social-right .woodmart-social-icon:hover .woodmart-social-icon-name {
      padding-left: 15px; }

.woodmart-sticky-social-left {
  left: 0;
  -webkit-transform: translate3d(-100%, -50%, 0);
          transform: translate3d(-100%, -50%, 0);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .woodmart-sticky-social-left .woodmart-social-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .woodmart-sticky-social-left .woodmart-social-icon:hover .woodmart-social-icon-name {
      padding-right: 15px; }

.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;
    right: 0;
    bottom: 0;
    left: 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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 50px 15px;
  width: 90%;
  height: 100%; }
  .woodmart-google-map-content-wrap > .woodmart-google-map-content {
    z-index: 6;
    margin-bottom: 0;
    padding: 30px;
    max-width: 300px;
    width: 100%;
    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); }
  .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: .6; }

.map-mask-light {
  background-color: white; }
  .map-mask-light .woodmart-google-map-wrapper {
    opacity: .7; }

.woodmart-counter {
  margin-bottom: 35px; }
  .woodmart-counter > span {
    display: block; }
  .woodmart-counter .counter-value {
    color: #333333;
    font-size: 36px;
    line-height: 1; }
  .woodmart-counter .counter-label {
    margin-top: 10px;
    color: #777777;
    font-size: 16px;
    line-height: 1.4; }
  .woodmart-counter.counter-small .counter-value {
    font-size: 28px; }
  .woodmart-counter.counter-small .counter-label {
    font-size: 14px; }
  .woodmart-counter.counter-large .counter-value {
    font-size: 44px; }
  .woodmart-counter.counter-large .counter-label {
    font-size: 18px; }
  .woodmart-counter.counter-extra-large .counter-value {
    font-size: 54px; }
  .woodmart-counter.counter-extra-large .counter-label {
    font-size: 20px; }
  .woodmart-counter.color-scheme-light .counter-value, .color-scheme-light .woodmart-counter .counter-value {
    color: white; }
  .woodmart-counter.color-scheme-light .counter-label, .color-scheme-light .woodmart-counter .counter-label {
    color: rgba(255, 255, 255, 0.8); }
  .woodmart-counter.color-scheme-dark .counter-value {
    color: #333333; }
  .woodmart-counter.color-scheme-dark .counter-label {
    color: #777777; }
  .woodmart-counter.color-scheme-custom .counter-value,
  .woodmart-counter.color-scheme-custom .counter-label {
    color: inherit; }

.team-member {
  margin-bottom: 35px; }
  .team-member .member-image {
    margin-bottom: 15px;
    text-align: center; }
  .team-member .member-name,
  .team-member .member-position {
    margin-bottom: 0; }
  .team-member .member-name {
    font-weight: 600; }
  .team-member .member-position {
    display: block;
    margin-top: 5px;
    color: #9E9E9E;
    font-size: 14px; }
  .team-member .member-bio {
    margin-top: 10px; }
    .team-member .member-bio:empty {
      display: none; }
  .team-member .member-social {
    margin-top: 10px; }
  .team-member .woodmart-social-icons {
    margin-right: -4px;
    margin-left: -4px; }
  .team-member.text-center .woodmart-social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .team-member.text-right .woodmart-social-icons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .team-member.color-scheme-light .member-position {
    color: rgba(255, 255, 255, 0.6); }
  .team-member.color-scheme-light .member-email {
    color: rgba(255, 255, 255, 0.8); }

.member-layout-hover {
  position: relative; }
  .member-layout-hover .member-image-wrapper {
    overflow: hidden; }
  .member-layout-hover .member-image {
    margin-bottom: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  .member-layout-hover .member-details {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.61)));
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 100%); }
  .member-layout-hover .member-social {
    margin-top: 5px; }
  .member-layout-hover.color-scheme-light .member-details {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }
  .member-layout-hover.color-scheme-light .member-name {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
  .member-layout-hover:hover .member-image {
    -webkit-transform: scale3D(1.09, 1.09, 1.09);
            transform: scale3D(1.09, 1.09, 1.09); }

.promo-banner {
  position: relative;
  overflow: hidden; }
  .promo-banner .promo-banner-image {
    width: 100%; }
  .promo-banner .wrapper-content-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    padding: 30px; }
  .promo-banner .content-banner {
    position: relative;
    width: 100%; }
    .promo-banner .content-banner > div:first-child {
      margin-top: 0; }
  .promo-banner .banner-title-wrap .banner-subtitle:first-child,
  .promo-banner .banner-title-wrap .banner-title:first-child {
    margin-top: 0; }
  .promo-banner .banner-title-wrap:empty {
    display: none; }
  .promo-banner .banner-subtitle,
  .promo-banner .banner-title,
  .promo-banner .banner-inner {
    margin-top: 7px; }
  .promo-banner .banner-subtitle {
    display: block; }
  .promo-banner .subtitle-style-background {
    display: inline-block; }
  .promo-banner .banner-title {
    display: block;
    margin-bottom: 0;
    line-height: 1.4; }
  .promo-banner .banner-btn-wrapper {
    margin-top: 15px; }
  .promo-banner .banner-inner p:first-child:empty {
    display: none; }

.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%; }

.banner-title-small .banner-subtitle {
  font-size: 14px; }
.banner-title-small .banner-title {
  font-size: 16px; }

.banner-title-default .banner-subtitle {
  font-size: 14px; }
.banner-title-default .banner-title {
  font-size: 22px; }

.banner-title-large .banner-subtitle {
  font-size: 16px; }
.banner-title-large .subtitle-style-background {
  font-size: 14px; }
.banner-title-large .banner-title {
  font-size: 28px;
  line-height: 1.2; }

.banner-title-extra-large .banner-subtitle {
  font-size: 18px; }
.banner-title-extra-large .subtitle-style-background {
  font-size: 14px; }
.banner-title-extra-large .banner-title {
  font-size: 32px;
  line-height: 1.2; }

.content-banner .content-size-default {
  font-size: 14px; }
.content-banner .content-size-medium {
  font-size: 16px; }
.content-banner .content-size-large {
  font-size: 18px; }

.banner-increased-padding .wrapper-content-banner {
  padding: 7%; }

.banner-vr-align-middle .wrapper-content-banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.banner-vr-align-bottom .wrapper-content-banner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.banner-hr-align-left .wrapper-content-banner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.banner-hr-align-right .wrapper-content-banner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.banner-hr-align-center .wrapper-content-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.banner-hover-zoom {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .banner-hover-zoom .banner-image {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
  .banner-hover-zoom:hover .banner-image {
    -webkit-transform: scale(1.09);
            transform: scale(1.09); }

.banner-hover-zoom-reverse {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .banner-hover-zoom-reverse .banner-image {
    -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);
    -webkit-transform: scale(1.09);
            transform: scale(1.09); }
  .banner-hover-zoom-reverse:hover .banner-image {
    -webkit-transform: none;
            transform: none; }

.banner-hover-background,
.banner-hover-border {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .banner-hover-background .banner-image,
  .banner-hover-border .banner-image {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 1s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 1s cubic-bezier(0, 0, 0.44, 1.18); }
  .banner-hover-background:hover .banner-image,
  .banner-hover-border:hover .banner-image {
    -webkit-transform: scale(1.09);
            transform: scale(1.09); }

.banner-hover-background:not(.banner-background) .wrapper-content-banner,
.banner-hover-border:not(.banner-border) .wrapper-content-banner {
  overflow: hidden;
  padding: 40px; }
  .banner-hover-background:not(.banner-background) .wrapper-content-banner:after,
  .banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
    transition: opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
    transition: transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
    transition: transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), opacity 0.35s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
.banner-hover-background:not(.banner-background) .content-banner,
.banner-hover-border:not(.banner-border) .content-banner {
  z-index: 4; }
.banner-hover-background:not(.banner-background):hover .wrapper-content-banner:after,
.banner-hover-border:not(.banner-border):hover .wrapper-content-banner:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.banner-hover-background.banner-border .wrapper-content-banner,
.banner-hover-border.banner-background .wrapper-content-banner {
  padding: 30px; }
  .banner-hover-background.banner-border .wrapper-content-banner:after,
  .banner-hover-border.banner-background .wrapper-content-banner:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
  background-color: rgba(0, 0, 0, 0.9); }
.banner-hover-background.color-scheme-dark:not(.banner-border) .wrapper-content-banner:after {
  background-color: rgba(255, 255, 255, 0.9); }

.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
  border: 5px solid rgba(255, 255, 255, 0.3); }
.banner-hover-border.color-scheme-dark:not(.banner-border) .wrapper-content-banner:after {
  border-color: rgba(0, 0, 0, 0.1); }

.banner-mask .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18); }
.banner-mask.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.3); }
.banner-mask.banner-hover-zoom:hover .wrapper-content-banner, .banner-mask.banner-hover-zoom-reverse:hover .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.6); }
.banner-mask.banner-hover-zoom.color-scheme-dark:hover .wrapper-content-banner, .banner-mask.banner-hover-zoom-reverse.color-scheme-dark:hover .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.6); }

.banner-shadow {
  -webkit-box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.5); }

.banner-background .wrapper-content-banner,
.banner-border .wrapper-content-banner {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  overflow: hidden; }

.banner-background .wrapper-content-banner {
  background-color: rgba(0, 0, 0, 0.8); }
.banner-background.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.8); }

.banner-content-background .wrapper-content-banner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 800px;
          perspective: 800px; }
.banner-content-background.banner-vr-align-top .wrapper-content-banner {
  bottom: auto; }
.banner-content-background.banner-vr-align-middle .wrapper-content-banner {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
.banner-content-background.banner-vr-align-bottom .wrapper-content-banner {
  top: auto; }
.banner-content-background.banner-hr-align-left .wrapper-content-banner {
  right: auto; }
.banner-content-background.banner-hr-align-center .wrapper-content-banner {
  right: auto;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); }
.banner-content-background.banner-hr-align-center.banner-vr-align-middle .wrapper-content-banner {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
.banner-content-background.banner-hr-align-right .wrapper-content-banner {
  left: auto; }
.banner-content-background.color-scheme-dark .wrapper-content-banner {
  background-color: rgba(255, 255, 255, 0.8); }

.banner-border .wrapper-content-banner {
  border: 5px solid rgba(255, 255, 255, 0.3); }
.banner-border.color-scheme-dark .wrapper-content-banner {
  border-color: rgba(0, 0, 0, 0.1); }

.testimonial .testimonial-avatar {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%; }
  .testimonial .testimonial-avatar img {
    min-width: 60px;
    max-width: 100px; }
.testimonial .testimonial-rating {
  display: none;
  margin-bottom: 10px;
  font-size: 0; }
.testimonial .testimonial-content footer {
  margin-top: 15px;
  color: #2d2a2a;
  font-weight: 600; }
  .testimonial .testimonial-content footer > span {
    color: #777777;
    font-weight: normal; }
    .testimonial .testimonial-content footer > span:before {
      content: " - "; }
.color-scheme-light .testimonial .testimonial-content, .woodmart-dark .testimonial .testimonial-content {
  color: white; }
  .color-scheme-light .testimonial .testimonial-content footer, .woodmart-dark .testimonial .testimonial-content footer {
    color: rgba(255, 255, 255, 0.9); }
    .color-scheme-light .testimonial .testimonial-content footer > span, .woodmart-dark .testimonial .testimonial-content footer > span {
      color: rgba(255, 255, 255, 0.8); }

.testimon-with-rating .testimonial-rating {
  display: block; }

.testimon-text-size-small .testimonial-content {
  font-size: 14px; }

.testimon-text-size-medium .testimonial-content {
  font-size: 16px; }

.testimon-text-size-large .testimonial-content {
  font-size: 18px; }

.testimon-align-center .testimonial {
  text-align: center; }
.testimon-align-center .testimonial-avatar {
  margin-bottom: 15px; }

.testimon-align-left .testimonial-inner,
.testimon-align-right .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.testimon-align-left .testimonial-avatar,
.testimon-align-right .testimonial-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.testimon-align-left .testimonial-content,
.testimon-align-right .testimonial-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.testimon-align-left .testimonial {
  text-align: left; }
.testimon-align-left .testimonial-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.testimon-align-left .testimonial-avatar {
  margin-right: 20px; }

.testimon-align-right .testimonial {
  text-align: right; }
.testimon-align-right .testimonial-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
.testimon-align-right .testimonial-avatar {
  margin-left: 20px; }

.testimonials-slider .owl-stage-outer,
.testimonials-slider .owl-carousel:not(.owl-loaded) {
  padding-top: 10px;
  padding-bottom: 10px; }

.testimon-style-boxed .testimonial-inner {
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow .5s ease;
  transition: -webkit-box-shadow .5s ease;
  transition: box-shadow .5s ease;
  transition: box-shadow .5s ease, -webkit-box-shadow .5s ease; }
.testimon-style-boxed .testimonial:hover .testimonial-inner {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15); }
.color-scheme-light .testimon-style-boxed .testimonial-inner, .woodmart-dark .testimon-style-boxed .testimonial-inner {
  background-color: rgba(0, 0, 0, 0.7); }

.instagram-widget {
  position: relative; }
  .instagram-widget.instagram-with-error img {
    width: 100%; }
  .instagram-widget.instagram-with-error.loading {
    -webkit-animation: wd-SemiFadeOut .4s infinite alternate linear;
            animation: wd-SemiFadeOut .4s infinite alternate linear; }
  .instagram-widget .instagram-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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; }
  .instagram-widget .instagram-content-inner {
    z-index: 5;
    padding: 30px;
    max-width: 300px;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.22); }
  .instagram-widget .clear {
    margin-top: 10px;
    margin-bottom: 0; }
    .instagram-widget .clear a {
      color: #333333;
      font-weight: 600;
      font-size: 14px; }
      .instagram-widget .clear a:before {
        margin-right: 5px;
        vertical-align: middle;
        font-family: "FontAwesome";
        content: "\f16d"; }
  .woodmart-dark .instagram-widget .instagram-content-inner {
    background-color: #101010; }
  .woodmart-dark .instagram-widget .clear a {
    color: white; }

.instagram-picture {
  padding-right: 0;
  padding-left: 0; }
  .instagram-picture img {
    width: 100%; }
  .instagram-picture .wrapp-picture {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    perspective: 800px; }
    .instagram-picture .wrapp-picture a, .instagram-picture .wrapp-picture:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .instagram-picture .wrapp-picture a {
      z-index: 4; }
    .instagram-picture .wrapp-picture:after {
      content: "";
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .instagram-picture .hover-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-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;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .instagram-picture .instagram-likes,
  .instagram-picture .instagram-comments {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 50%;
    width: 50%;
    color: white;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    line-height: 1; }
    .instagram-picture .instagram-likes:before,
    .instagram-picture .instagram-likes span,
    .instagram-picture .instagram-comments:before,
    .instagram-picture .instagram-comments span {
      vertical-align: middle; }
    .instagram-picture .instagram-likes:before,
    .instagram-picture .instagram-comments:before {
      display: inline-block;
      margin-right: 5px;
      font-weight: 400;
      font-size: 20px; }
  .instagram-picture .instagram-likes {
    text-align: left; }
    .instagram-picture .instagram-likes:before {
      content: "\f108";
      font-family: "woodmart-font"; }
  .instagram-picture .instagram-comments {
    text-align: right; }
    .instagram-picture .instagram-comments:before {
      font-size: 18px;
      content: "\f104";
      font-family: "woodmart-font"; }
  .instagram-picture:hover .hover-mask {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .instagram-picture:hover .wrapp-picture:after {
    opacity: 1; }

.instagram-rounded .wrapp-picture {
  border-radius: 50%; }
.instagram-rounded .hover-mask {
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  -webkit-transform: translateY(20px);
          transform: translateY(20px); }
.instagram-rounded .instagram-likes,
.instagram-rounded .instagram-comments {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: none;
  width: auto;
  text-align: center; }

.woodmart-instagram .hover-mask {
  display: none; }

.woodmart-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px; }
  .woodmart-info-box .box-icon-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 0; }
  .woodmart-info-box .info-box-icon {
    display: inline-block; }
  .woodmart-info-box .info-svg-wrapper {
    display: inline-block; }
    .woodmart-info-box .info-svg-wrapper svg {
      width: inherit !important;
      height: inherit !important; }
  .woodmart-info-box .info-box-subtitle {
    margin-bottom: 9px;
    line-height: 1.4; }
  .woodmart-info-box .subtitle-style-background {
    line-height: 1.2; }
  .woodmart-info-box .info-box-title {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4; }
  .woodmart-info-box .info-box-content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .woodmart-info-box .info-box-inner p:first-child:empty,
  .woodmart-info-box .info-box-inner p:first-child:empty ~ p:last-child {
    display: none; }
  .woodmart-info-box .info-btn-wrapper {
    margin-top: 15px; }
  .woodmart-info-box.hover-color-scheme-light:hover .info-svg-wrapper svg {
    fill: white !important; }
  .woodmart-info-box.hover-color-scheme-light:hover .info-box-icon {
    color: white; }

.box-icon-align-top .box-icon-wrapper {
  margin-bottom: 15px; }

.box-icon-align-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .box-icon-align-left .box-icon-wrapper {
    margin-right: 20px;
    max-width: 50%; }

.box-icon-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .box-icon-align-right .box-icon-wrapper {
    margin-left: 20px;
    max-width: 50%; }

.box-title-style-underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2); }

.woodmart-info-box.color-scheme-light .box-title-style-underlined, .woodmart-info-box.hover-color-scheme-light:hover .box-title-style-underlined {
  border-color: rgba(255, 255, 255, 0.15); }

.box-title-small .info-box-subtitle {
  font-size: 14px; }
.box-title-small .info-box-title {
  font-size: 16px; }

.box-title-default .info-box-subtitle {
  font-size: 14px; }
.box-title-default .info-box-title {
  font-size: 20px; }

.box-title-large .info-box-subtitle {
  font-size: 16px; }
.box-title-large .subtitle-style-background {
  font-size: 14px; }
.box-title-large .info-box-title {
  font-size: 28px;
  line-height: 1.3; }

.box-title-extra-large .info-box-subtitle {
  font-size: 18px; }
.box-title-extra-large .subtitle-style-background {
  font-size: 14px; }
.box-title-extra-large .info-box-title {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2; }

.box-with-icon .info-box-icon {
  overflow: hidden; }

.box-icon-wrapper.box-with-text {
  font-weight: bold;
  line-height: 1; }

.box-with-text.text-size-small {
  font-size: 38px; }
.box-with-text.text-size-default {
  font-size: 52px; }
.box-with-text.text-size-large {
  font-size: 74px; }

.box-icon-with-bg .info-box-icon {
  padding: 20px;
  background-color: #F4F4F4;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.box-icon-with-border .info-box-icon {
  padding: 18px;
  border: 2px solid #F4F4F4;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.box-icon-with-bg .info-box-icon,
.box-icon-with-border .info-box-icon {
  border-radius: 50%;
  text-align: center; }
.box-icon-with-bg.box-with-text .info-box-icon,
.box-icon-with-border.box-with-text .info-box-icon {
  padding: 0 10px;
  border-radius: 100px; }
.box-icon-with-bg.text-size-small .info-box-icon,
.box-icon-with-border.text-size-small .info-box-icon {
  min-width: 85px;
  height: 85px;
  line-height: 85px; }
.box-icon-with-bg.text-size-default .info-box-icon,
.box-icon-with-border.text-size-default .info-box-icon {
  min-width: 100px;
  height: 100px;
  line-height: 100px; }
.box-icon-with-bg.text-size-large .info-box-icon,
.box-icon-with-border.text-size-large .info-box-icon {
  min-width: 130px;
  height: 130px;
  line-height: 130px; }

.box-btn-hover .info-btn-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 0;
  padding-top: 15px;
  opacity: 0;
  -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, -webkit-transform .25s ease;
  transition: transform .25s ease, opacity .25s ease;
  transition: transform .25s ease, opacity .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translateY(15px);
          transform: translateY(15px); }
.box-btn-hover:hover .info-btn-wrapper {
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.info-box-wrapper.inline-element {
  max-width: 100%; }

.info-box-carousel .inline-element {
  display: block;
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .info-box-carousel .inline-element .woodmart-info-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.box-style-shadow {
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow .7s ease;
  transition: -webkit-box-shadow .7s ease;
  transition: box-shadow .7s ease;
  transition: box-shadow .7s ease, -webkit-box-shadow .7s ease; }
  .box-style-shadow:hover {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }

.box-style-bg-hover {
  padding: 30px;
  -webkit-box-shadow: 2px 3px 14px transparent;
          box-shadow: 2px 3px 14px transparent; }
  .box-style-bg-hover .info-svg-wrapper svg {
    -webkit-transition: fill .25s ease;
    transition: fill .25s ease; }
  .box-style-bg-hover:hover {
    -webkit-box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.16); }

.box-style-bg-gradient {
  position: relative; }
  .box-style-bg-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }
  .box-style-bg-gradient .box-icon-wrapper,
  .box-style-bg-gradient .info-box-content {
    z-index: 1; }
  .box-style-bg-gradient:hover:after {
    opacity: 1; }

.box-style-border .info-box-content {
  padding: 30px;
  border: 3px solid rgba(119, 119, 119, 0.17); }
.box-style-border .box-icon-wrapper {
  position: relative;
  z-index: 2; }
.box-style-border.box-icon-align-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .box-style-border.box-icon-align-left .info-box-content {
    padding-left: 50px; }
  .box-style-border.box-icon-align-left .info-box-icon {
    margin-right: -50px; }
.box-style-border.box-icon-align-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .box-style-border.box-icon-align-right .info-box-content {
    padding-right: 50px; }
  .box-style-border.box-icon-align-right .info-box-icon {
    margin-left: -50px; }
.box-style-border.box-icon-align-top .box-icon-wrapper {
  margin-bottom: -25px;
  padding-right: 30px;
  padding-left: 30px; }
.box-style-border.box-icon-align-top .info-box-content {
  padding-top: 35px; }
.box-style-border.box-btn-static .info-btn-wrapper {
  margin-top: 0;
  margin-bottom: -30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }
.box-style-border.box-btn-hover .info-btn-wrapper {
  margin-top: -15px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 0; }
.box-style-border.box-btn-hover.box-icon-align-left .info-btn-wrapper {
  margin-left: 50px; }
.box-style-border.box-btn-hover.box-icon-align-right .info-btn-wrapper {
  margin-right: 50px; }
.box-style-border.color-scheme-light .info-box-content {
  border-color: rgba(255, 255, 255, 0.15); }

.woodmart-twitter-element .twitter-post {
  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;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid; }
  .woodmart-twitter-element .twitter-post:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none; }
.woodmart-twitter-element .twitter-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px; }
.woodmart-twitter-element .twitter-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
.woodmart-twitter-element .stt-em {
  display: block;
  margin-top: 5px; }
  .woodmart-twitter-element .stt-em a {
    color: #BBB; }
    .woodmart-twitter-element .stt-em a:hover, .woodmart-twitter-element .stt-em a:focus {
      color: #777; }
.color-scheme-light .woodmart-twitter-element .stt-em a {
  color: rgda(255, 255, 255, 0.6); }
  .color-scheme-light .woodmart-twitter-element .stt-em a:hover, .color-scheme-light .woodmart-twitter-element .stt-em a:focus {
    color: rgda(255, 255, 255, 0.8); }

.woodmart-images-gallery[class*="align"] .woodmart-gallery-item,
.woodmart-images-gallery[class*="align"] .owl-stage,
.woodmart-images-gallery[class*="align"] .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.woodmart-images-gallery.view-carousel, .woodmart-images-gallery.view-justified {
  margin-bottom: 30px; }
.woodmart-images-gallery.view-justified .caption {
  display: none !important; }
.woodmart-images-gallery.view-carousel {
  text-align: center; }

.woodmart-gallery-item {
  overflow: hidden; }
  .woodmart-gallery-item > a {
    display: block; }

.gallery-valign-top .woodmart-gallery-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.gallery-valign-middle .woodmart-gallery-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gallery-valign-bottom .woodmart-gallery-item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.gallery-halign-left .owl-item,
.gallery-halign-left .woodmart-gallery-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.gallery-halign-center .owl-item,
.gallery-halign-center .woodmart-gallery-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gallery-halign-right .owl-item,
.gallery-halign-right .woodmart-gallery-item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.woodmart-promo-popup, .woodmart-content-popup {
  margin: 30px auto;
  padding: 30px;
  width: 100%;
  background-color: white; }
  .woodmart-dark .woodmart-promo-popup,
  .woodmart-dark .woodmart-content-popup {
    background-color: #101010; }

.woodmart-promo-popup {
  display: none;
  max-width: 800px; }
  .mfp-wrap .woodmart-promo-popup {
    display: block; }

.woodmart-sizeguide {
  max-width: 800px; }

.woodmart-timer {
  display: block;
  font-size: 0;
  line-height: 1; }
  .woodmart-timer > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 2px 5px 2px;
    padding: 5px;
    min-width: 55px;
    min-height: 55px;
    background-color: white;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px; }
    .woodmart-timer > span span {
      display: block;
      margin-top: 5px;
      color: #777777;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 10px;
      line-height: 10px; }

.woodmart-countdown-timer.color-scheme-light .woodmart-timer > span {
  color: white; }
  .woodmart-countdown-timer.color-scheme-light .woodmart-timer > span span {
    color: rgba(255, 255, 255, 0.8); }

.timer-size-medium .woodmart-timer > span {
  min-width: 65px;
  min-height: 65px;
  font-size: 24px;
  line-height: 24px; }
  .timer-size-medium .woodmart-timer > span span {
    font-size: 12px;
    line-height: 12px; }

.timer-size-large .woodmart-timer > span {
  min-width: 80px;
  min-height: 80px;
  font-size: 28px;
  line-height: 28px; }
  .timer-size-large .woodmart-timer > span span {
    font-size: 14px;
    line-height: 14px; }

.timer-size-xlarge .woodmart-timer > span {
  min-width: 100px;
  min-height: 100px;
  font-size: 42px;
  line-height: 42px; }
  .timer-size-xlarge .woodmart-timer > span span {
    font-size: 16px;
    line-height: 16px; }

.timer-style-standard.color-scheme-light .woodmart-timer > span {
  background-color: #101010; }

.timer-style-transparent .woodmart-timer > span {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none; }
.timer-style-transparent.color-scheme-light .woodmart-timer > span {
  background-color: rgba(0, 0, 0, 0.2); }

.color-scheme-light .woodmart-product-countdown > span, .woodmart-dark .woodmart-product-countdown > span {
  background-color: #101010;
  color: white; }
  .color-scheme-light .woodmart-product-countdown > span span, .woodmart-dark .woodmart-product-countdown > span span {
    color: rgba(255, 255, 255, 0.8); }

.pricing-tables-wrapper .pricing-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.woodmart-price-table {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 230px;
          flex: 1 1 230px;
  margin-right: 15px;
  margin-bottom: 35px;
  margin-left: 15px;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  perspective: 800px;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  -webkit-backface-visibility: hidden; }
  .woodmart-price-table .woodmart-plan-name {
    padding: 15px; }
  .woodmart-price-table .woodmart-plan-title {
    color: #2d2a2a;
    font-weight: 600;
    font-size: 20px; }
  .woodmart-price-table .woodmart-plan-inner {
    position: relative;
    border: 1px solid;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }
  .woodmart-price-table .price-label {
    position: absolute;
    top: -1px;
    right: -1px;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    width: 80px;
    height: 80px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px; }
    .woodmart-price-table .price-label > span {
      display: block;
      margin-top: 15px;
      margin-left: -15px;
      width: 115px;
      background: red;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .woodmart-price-table .woodmart-plan-price {
    padding: 15px 20px;
    background-position: center center;
    background-size: cover;
    line-height: 1; }
  .woodmart-price-table .woodmart-price-currency {
    color: #333333;
    vertical-align: top;
    font-size: 28px; }
  .woodmart-price-table .woodmart-price-value {
    color: #333333;
    vertical-align: middle;
    font-weight: 600;
    font-size: 42px; }
  .woodmart-price-table .woodmart-price-suffix {
    display: block;
    margin-top: 5px;
    color: #BBB;
    font-size: 16px; }
  .woodmart-price-table .woodmart-plan-features {
    padding: 25px;
    border-bottom: 1px solid; }
  .woodmart-price-table .woodmart-plan-feature {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    color: #777777; }
    .woodmart-price-table .woodmart-plan-feature:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }
  .woodmart-price-table .woodmart-plan-footer {
    padding: 20px 15px; }
    .woodmart-price-table .woodmart-plan-footer > a {
      color: #FFF; }
      .woodmart-price-table .woodmart-plan-footer > a:hover {
        color: #FFF;
        -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); }
  .woodmart-price-table.label-color-red .price-label > span {
    background-color: #EF4836; }
  .woodmart-price-table.label-color-green .price-label > span {
    background-color: #0FA34C; }
  .woodmart-price-table.label-color-blue .price-label > span {
    background-color: #2A7CE4; }
  .woodmart-price-table.label-color-yellow .price-label > span {
    background-color: #F7CA18; }
  .woodmart-price-table.price-style-default .woodmart-plan-price {
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px; }
    .woodmart-price-table.price-style-default .woodmart-plan-price > span {
      color: white; }
  .woodmart-price-table.price-style-alt .woodmart-plan-price {
    border-bottom: 1px solid; }
  .woodmart-price-table.price-highlighted {
    top: -10px; }
    .woodmart-price-table.price-highlighted .price-label {
      top: -2px;
      right: -2px; }
    .woodmart-price-table.price-highlighted .woodmart-plan-inner {
      -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); }
    .woodmart-price-table.price-highlighted .woodmart-plan-inner {
      border: 2px solid; }
    .woodmart-price-table.price-highlighted.price-style-default .woodmart-plan-price {
      margin-top: 0px;
      margin-right: 0px;
      margin-left: 0px; }
  .woodmart-price-table:hover {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
    .woodmart-price-table:hover .woodmart-plan-inner {
      -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12); }
  .color-scheme-light .woodmart-price-table .woodmart-plan-title, .woodmart-dark .woodmart-price-table .woodmart-plan-title {
    color: white; }
  .color-scheme-light .woodmart-price-table .woodmart-plan-inner, .woodmart-dark .woodmart-price-table .woodmart-plan-inner {
    background-color: rgba(0, 0, 0, 0.3); }
  .color-scheme-light .woodmart-price-table .woodmart-price-suffix, .woodmart-dark .woodmart-price-table .woodmart-price-suffix {
    color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .woodmart-price-table .woodmart-plan-feature, .woodmart-dark .woodmart-price-table .woodmart-plan-feature {
    color: rgba(255, 255, 255, 0.8); }

.woodmart-menu-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 35px; }
  .woodmart-menu-price .menu-price-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: hidden;
    margin-right: 15px;
    max-width: 180px; }
  .woodmart-menu-price .menu-price-description-wrapp {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .woodmart-menu-price .menu-price-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -10px;
    margin-left: -10px; }
  .woodmart-menu-price .menu-price-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 270px;
            flex: 1 1 270px;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 16px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease; }
  .woodmart-menu-price .menu-price-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2; }
  .woodmart-menu-price .menu-price-details {
    margin-top: 5px;
    padding: 7px 0;
    border-top: 1px dotted rgba(146, 146, 146, 0.6);
    font-style: italic;
    font-size: 110%; }
  .color-scheme-light .woodmart-menu-price .menu-price-details, .woodmart-dark .woodmart-menu-price .menu-price-details {
    border-color: rgba(255, 255, 255, 0.2); }

.woodmart-row-divider {
  margin-right: -15px;
  margin-left: -15px; }
  .woodmart-row-divider svg {
    display: block; }

.dvr-style-waves-small svg,
.dvr-style-waves-wide svg,
.dvr-style-triangle svg {
  height: 3vw; }

.dvr-style-clouds svg {
  height: 6vw; }

.dvr-style-curved-line svg,
.dvr-style-diagonal-left svg,
.dvr-style-diagonal-right svg,
.dvr-style-half-circle svg,
.dvr-style-paint-stroke svg {
  height: 50px; }

.dvr-overlap-enable {
  position: relative; }
  .dvr-overlap-enable svg {
    position: absolute;
    right: 0;
    left: 0; }
  .dvr-overlap-enable.dvr-position-top svg {
    top: 0; }
  .dvr-overlap-enable.dvr-position-bottom svg {
    bottom: 0; }

.browser-Firefox .dvr-position-top svg {
  margin-top: -1px; }
.browser-Firefox .dvr-position-bottom svg {
  margin-bottom: -1px; }

.woodmart-row-gradient-enable {
  position: relative; }

.woodmart-row-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.woodmart-timeline-wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

.woodmart-timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  border-width: 2px; }
  .woodmart-timeline-line .line-dot {
    position: absolute;
    left: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1);
            box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1); }
  .woodmart-timeline-line .dot-start {
    top: -4px; }
  .woodmart-timeline-line .dot-end {
    bottom: -4px; }

.woodmart-line-default .woodmart-timeline-line {
  border-left-style: solid; }

.woodmart-line-dashed .woodmart-timeline-line {
  border-left-style: dashed; }

.woodmart-timeline-breakpoint {
  margin-bottom: 50px;
  text-align: center; }

.woodmart-timeline-breakpoint-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 8px 25px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4; }

.woodmart-timeline-item {
  position: relative;
  margin-bottom: 50px; }
  .woodmart-timeline-item .woodmart-timeline-image {
    display: inline-block;
    overflow: hidden; }
    .browser-Internet .woodmart-timeline-item .woodmart-timeline-image img {
      width: 100%; }
  .woodmart-timeline-item .woodmart-timeline-title,
  .woodmart-timeline-item .woodmart-timeline-content,
  .woodmart-timeline-item .woodmart-timeline-image {
    margin-bottom: 15px; }
    .woodmart-timeline-item .woodmart-timeline-title:empty,
    .woodmart-timeline-item .woodmart-timeline-content:empty,
    .woodmart-timeline-item .woodmart-timeline-image:empty {
      display: none; }

.woodmart-timeline-content p:first-child:empty {
  display: none; }

.woodmart-item-position-left,
.woodmart-item-position-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .woodmart-item-position-left .timeline-col,
  .woodmart-item-position-right .timeline-col {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 30px 30px 15px 30px;
    max-width: 50%;
    width: 50%;
    background-color: white; }
    .woodmart-item-position-left .timeline-col .timeline-arrow,
    .woodmart-item-position-right .timeline-col .timeline-arrow {
      position: absolute;
      top: 50%;
      margin-top: -14px;
      color: white;
      font-size: 0;
      line-height: 0; }
      .woodmart-item-position-left .timeline-col .timeline-arrow:before,
      .woodmart-item-position-right .timeline-col .timeline-arrow:before {
        color: inherit;
        font-size: 28px;
        font-family: "fontawesome";
        line-height: 28px; }

.woodmart-item-position-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .woodmart-item-position-left .timeline-col-primary {
    margin-right: 30px;
    text-align: right; }
    .woodmart-item-position-left .timeline-col-primary .timeline-arrow {
      left: calc(100% - 1px); }
      .woodmart-item-position-left .timeline-col-primary .timeline-arrow:before {
        content: "\f0da"; }
  .woodmart-item-position-left .timeline-col-secondary {
    margin-left: 30px;
    text-align: left; }
    .woodmart-item-position-left .timeline-col-secondary .timeline-arrow {
      right: calc(100% - 1px); }
      .woodmart-item-position-left .timeline-col-secondary .timeline-arrow:before {
        content: "\f0d9"; }

.woodmart-item-position-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .woodmart-item-position-right .timeline-col-primary {
    margin-left: 30px;
    text-align: left; }
    .woodmart-item-position-right .timeline-col-primary .timeline-arrow {
      right: calc(100% - 1px); }
      .woodmart-item-position-right .timeline-col-primary .timeline-arrow:before {
        content: "\f0d9"; }
  .woodmart-item-position-right .timeline-col-secondary {
    margin-right: 30px;
    text-align: right; }
    .woodmart-item-position-right .timeline-col-secondary .timeline-arrow {
      left: calc(100% - 1px); }
      .woodmart-item-position-right .timeline-col-secondary .timeline-arrow:before {
        content: "\f0da"; }

.woodmart-item-position-full-width {
  position: relative;
  margin-top: 30px;
  padding: 30px 30px 15px 30px;
  background-color: white;
  text-align: center; }
  .woodmart-item-position-full-width:not(:first-child) {
    margin-top: 80px; }
  .woodmart-item-position-full-width .timeline-col-primary .timeline-arrow {
    position: absolute;
    bottom: calc(100% - 1px);
    left: calc(50% - 8px);
    width: 16px;
    height: 12px;
    color: white;
    line-height: 0; }
    .woodmart-item-position-full-width .timeline-col-primary .timeline-arrow:before {
      display: inline-block;
      height: 12px;
      color: inherit;
      font-size: 28px;
      font-family: "fontawesome";
      line-height: 12px;
      content: "\f0d8"; }
  .woodmart-item-position-full-width .timeline-col {
    background-color: transparent !important; }
  .woodmart-item-position-full-width .woodmart-timeline-dot {
    top: -30px; }

.woodmart-timeline-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border: solid 2px white;
  border-radius: 50%; }

.woodmart-timeline-item:last-child,
.woodmart-timeline-breakpoint:last-child {
  margin-bottom: 0; }

.woodmart-item-shadow .woodmart-timeline-breakpoint-title {
  -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: 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-primary .timeline-arrow:before {
  text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1); }
.woodmart-item-shadow .woodmart-item-position-left .timeline-col-secondary .timeline-arrow:before {
  text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.1); }
.woodmart-item-shadow .woodmart-item-position-right .timeline-col-primary .timeline-arrow:before {
  text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.1); }
.woodmart-item-shadow .woodmart-item-position-right .timeline-col-secondary .timeline-arrow:before {
  text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1); }
.woodmart-item-shadow .woodmart-item-position-full-width {
  -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-full-width .timeline-col-primary .timeline-arrow:before {
    text-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1); }

.woodmart-list {
  margin-bottom: 35px; }
  .woodmart-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .woodmart-list ul li:not(:last-child) {
      margin-bottom: 15px; }
  .woodmart-list .list-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center; }
  .woodmart-list .list-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

.woodmart-list-type-ordered ul {
  counter-reset: item; }
  .woodmart-list-type-ordered ul li {
    list-style: none; }
    .woodmart-list-type-ordered ul li .list-icon {
      font-weight: 600; }
      .woodmart-list-type-ordered ul li .list-icon:before {
        content: counter(item) ".";
        counter-increment: item; }

.woodmart-list-type-unordered ul li {
  list-style: none; }
  .woodmart-list-type-unordered ul li .list-icon {
    font-weight: 600;
    font-size: 60%; }
    .woodmart-list-type-unordered ul li .list-icon:before {
      content: "\f110";
      font-family: "woodmart-font"; }

.woodmart-list-style-rounded .list-icon {
  border-radius: 100px; }

.woodmart-text-size-small ul {
  font-size: 12px; }
.woodmart-text-size-small.woodmart-list-shape-icon .list-icon {
  min-width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px; }
.woodmart-text-size-small.woodmart-list-shape-icon.woodmart-list-type-unordered .list-icon {
  font-size: 8px; }

.woodmart-text-size-default.woodmart-list-shape-icon .list-icon {
  min-width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px; }
.woodmart-text-size-default.woodmart-list-shape-icon.woodmart-list-type-unordered .list-icon {
  font-size: 10px; }

.woodmart-text-size-medium ul {
  font-size: 16px; }
.woodmart-text-size-medium.woodmart-list-shape-icon .list-icon {
  min-width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px; }
.woodmart-text-size-medium.woodmart-list-shape-icon.woodmart-list-type-unordered .list-icon {
  font-size: 12px; }

.woodmart-text-size-large ul {
  font-size: 18px; }
.woodmart-text-size-large.woodmart-list-shape-icon .list-icon {
  min-width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px; }
.woodmart-text-size-large.woodmart-list-shape-icon.woodmart-list-type-unordered .list-icon {
  font-size: 14px; }

.woodmart-text-size-extra-large ul {
  font-size: 24px; }
.woodmart-text-size-extra-large.woodmart-list-shape-icon .list-icon {
  min-width: 45px;
  height: 45px;
  font-size: 24px;
  line-height: 45px; }
.woodmart-text-size-extra-large.woodmart-list-shape-icon.woodmart-list-type-unordered .list-icon {
  font-size: 20px; }

.woodmart-slider {
  overflow: hidden; }

.slider-in-container .woodmart-slide-container {
  padding-right: 5%;
  padding-left: 5%;
  width: 100%; }

.woodmart-slide {
  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;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .woodmart-slide .woodmart-slide-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px; }
    .woodmart-slide .woodmart-slide-container:after, .woodmart-slide .woodmart-slide-container:before {
      content: none; }
  .woodmart-slide .woodmart-slide-inner {
    position: relative;
    width: 100%; }

.slide-valign-top .woodmart-slide-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.slide-valign-middle .woodmart-slide-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.slide-valign-bottom .woodmart-slide-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.slide-halign-left .woodmart-slide-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.slide-halign-center .woodmart-slide-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.slide-halign-right .woodmart-slide-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.slide-without-padding .woodmart-slide-container {
  padding: 0; }

.woodmart-slider:after, .woodmart-slider:before {
  content: none; }

.arrows-style-2 .owl-nav > div,
.arrows-style-3 .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); }
  .arrows-style-2 .owl-nav > div:after,
  .arrows-style-3 .owl-nav > div:after {
    font-size: 18px;
    line-height: 18px; }
.arrows-style-2.pagin-color-light .owl-nav > div,
.arrows-style-3.pagin-color-light .owl-nav > div {
  background-color: #101010; }

.arrows-style-3 .owl-nav > div {
  border-radius: 50%; }
  .arrows-style-3 .owl-nav > div[class*="prev"] {
    left: 15px; }
  .arrows-style-3 .owl-nav > div[class*="next"] {
    right: 15px; }
.arrows-style-3.pagin-color-dark .owl-nav > div {
  color: rgba(0, 0, 0, 0.8); }
  .arrows-style-3.pagin-color-dark .owl-nav > div:hover {
    color: rgba(0, 0, 0, 0.5); }

.woodmart-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  padding-bottom: 5px;
  text-align: center;
  -webkit-animation: wd-fadeIn .6s ease;
          animation: wd-fadeIn .6s ease; }

.pagin-style-2 .owl-dots {
  padding-bottom: 15px;
  counter-reset: section; }
  .pagin-style-2 .owl-dots .owl-dot {
    padding: 2px 15px;
    color: #333333;
    white-space: nowrap;
    line-height: 1; }
    .pagin-style-2 .owl-dots .owl-dot:before, .pagin-style-2 .owl-dots .owl-dot:after {
      display: inline-block;
      color: inherit;
      vertical-align: middle; }
    .pagin-style-2 .owl-dots .owl-dot:before {
      content: "0" counter(section);
      margin-right: 5px;
      counter-increment: section;
      font-weight: 600;
      font-size: 15px; }
    .pagin-style-2 .owl-dots .owl-dot:after {
      content: "";
      width: 15px;
      height: 2px;
      background-color: currentColor;
      -webkit-transition: width .3s ease;
      transition: width .3s ease; }
    .pagin-style-2 .owl-dots .owl-dot span {
      display: none; }
    .pagin-style-2 .owl-dots .owl-dot:hover:after {
      width: 35px; }
    .pagin-style-2 .owl-dots .owl-dot.active:after {
      width: 45px; }
.pagin-style-2.pagin-color-light .owl-dots .owl-dot {
  color: white; }

.woodmart-slider .slide-animation {
  opacity: 0;
  -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, transform .8s ease;
  transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden; }
.woodmart-slider .anim-slide-from-top {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px); }
.woodmart-slider .anim-slide-from-bottom {
  -webkit-transform: translateY(150px);
          transform: translateY(150px); }
.woodmart-slider .anim-slide-from-left {
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px); }
.woodmart-slider .anim-slide-from-right {
  -webkit-transform: translateX(500px);
          transform: translateX(500px); }
.woodmart-slider .anim-zoom-in {
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }
.woodmart-slider .anim-bottom-flip-x {
  -webkit-transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
          transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
.woodmart-slider .anim-top-flip-x {
  -webkit-transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6);
          transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(0.6); }
.woodmart-slider .anim-left-flip-y {
  -webkit-transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6);
          transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(0.6); }
.woodmart-slider .anim-right-flip-y {
  -webkit-transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6);
          transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(0.6); }
.woodmart-slider .active .slide-animation {
  opacity: 1; }
.woodmart-slider .active .anim-slide-from-top,
.woodmart-slider .active .anim-slide-from-bottom,
.woodmart-slider .active .anim-slide-from-left,
.woodmart-slider .active .anim-slide-from-right,
.woodmart-slider .active .anim-zoom-in {
  -webkit-transform: none;
          transform: none; }
.woodmart-slider .active .anim-bottom-flip-x {
  -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
          transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); }
.woodmart-slider .active .anim-top-flip-x {
  -webkit-transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
          transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1); }
.woodmart-slider .active .anim-left-flip-y {
  -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
          transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); }
.woodmart-slider .active .anim-right-flip-y {
  -webkit-transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
          transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1); }
.woodmart-slider .pseudo-active .slide-animation {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none; }

.woodmart-image-hotspot-hotspots {
  position: relative; }

.woodmart-image-hotspot-img {
  width: 100%; }

.hotspot-content {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  padding: 15px;
  width: 250px;
  background: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translateY(20px) translateZ(0);
          transform: translateY(20px) translateZ(0);
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
  .hotspot-content > div,
  .hotspot-content > h4 {
    margin-bottom: 10px; }
    .hotspot-content > div:last-child,
    .hotspot-content > h4:last-child {
      margin-bottom: 0; }
  .hotspot-content .hotspot-content-text {
    margin-bottom: 15px; }
  .hotspot-content .hotspot-content-title a,
  .hotspot-content .hotspot-content-image a {
    display: block; }
  .hotspot-content .hotspot-content-title {
    font-size: 16px; }
  .hotspot-content:before {
    content: "";
    position: absolute; }
  .hotspot-opened .hotspot-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .color-scheme-light .hotspot-content, .woodmart-dark .hotspot-content {
    background: #101010; }

.hotspot-dropdown-top,
.hotspot-dropdown-bottom {
  left: -115px; }
  .hotspot-dropdown-top:before,
  .hotspot-dropdown-bottom:before {
    left: 0;
    width: 100%;
    height: 30px; }
  .hotspot-dropdown-top.hotspot-overflow-left,
  .hotspot-dropdown-bottom.hotspot-overflow-left {
    right: 0;
    left: auto; }
  .hotspot-dropdown-top.hotspot-overflow-right,
  .hotspot-dropdown-bottom.hotspot-overflow-right {
    left: 0; }

.hotspot-dropdown-top {
  bottom: 40px; }
  .hotspot-dropdown-top:before {
    top: 100%; }

.hotspot-dropdown-bottom {
  top: 40px; }
  .hotspot-dropdown-bottom:before {
    bottom: 100%; }

.hotspot-dropdown-left,
.hotspot-dropdown-right {
  top: -55px; }
  .hotspot-dropdown-left:before,
  .hotspot-dropdown-right:before {
    top: 0;
    width: 30px;
    height: 100%; }

.hotspot-dropdown-left {
  right: 40px; }
  .hotspot-dropdown-left:before {
    left: 100%; }
  .hotspot-dropdown-left.hotspot-overflow-right {
    right: auto;
    left: 40px; }
    .hotspot-dropdown-left.hotspot-overflow-right:before {
      right: 100%;
      left: auto; }

.hotspot-dropdown-right {
  left: 40px; }
  .hotspot-dropdown-right:before {
    right: 100%; }
  .hotspot-dropdown-right.hotspot-overflow-left {
    right: 40px;
    left: auto; }
    .hotspot-dropdown-right.hotspot-overflow-left:before {
      right: auto;
      left: 100%; }

.woodmart-image-hotspot {
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease; }
  .loaded .woodmart-image-hotspot {
    opacity: 1; }

.hotspot-btn,
.hotspot-sonar {
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 800px;
          perspective: 800px; }

.hotspot-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  letter-spacing: normal;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .hotspot-action-click .hotspot-btn {
    cursor: pointer; }
  .hotspot-btn:after {
    content: "";
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

.hotspot-sonar {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  display: block;
  -webkit-animation: wd-Sonar 2s ease infinite;
          animation: wd-Sonar 2s ease infinite; }

.hotspot-icon-default .hotspot-btn {
  -webkit-box-shadow: inset 100px 100px transparent;
          box-shadow: inset 100px 100px transparent;
  -webkit-animation: wd-Pulse 2s ease-in-out infinite;
          animation: wd-Pulse 2s ease-in-out infinite; }
  .hotspot-icon-default .hotspot-btn:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white; }
.hotspot-icon-default .woodmart-image-hotspot.hotspot-opened .hotspot-btn {
  -webkit-box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1);
          box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1); }
.hotspot-icon-default .hotspot-sonar {
  background-color: rgba(255, 255, 255, 0.5); }

.hotspot-icon-alt .hotspot-btn {
  background-color: white; }
  .hotspot-icon-alt .hotspot-btn:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    font-size: 8px;
    line-height: 20px;
    content: "\f440";
    font-family: "woodmart-font"; }
.hotspot-icon-alt .woodmart-image-hotspot.hotspot-opened .hotspot-btn:after {
  color: white; }
.hotspot-icon-alt .hotspot-sonar {
  background-color: white; }

.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;
    z-index: 40;
    padding-top: 20px;
    text-align: center; }
  .woodmart-threed-view .threed-view-images {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    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;
      -webkit-transform: translateX(-50%);
              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 {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    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);
    color: black;
    text-align: center;
    font-weight: bolder;
    line-height: 60px; }
    .woodmart-threed-view .spinner span {
      line-height: 60px; }
  .woodmart-threed-view .nav_bar {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 11;
    margin-left: -42px;
    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;
      color: rgba(0, 0, 0, 0.8);
      text-align: center;
      text-decoration: none;
      font-size: 0px;
      line-height: 45px; }
      .woodmart-threed-view .nav_bar a:hover {
        color: rgba(0, 0, 0, 0.6); }
      .woodmart-threed-view .nav_bar a:after {
        font-weight: bold;
        font-size: 16px; }
    .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 {
  margin-top: 0;
  padding-top: 200px;
  width: 100%;
  height: 100%;
  background: #FFF; }

.woodmart-threed-view:-moz-full-screen {
  margin-top: 0;
  padding-top: 200px;
  width: 100%;
  height: 100%;
  background: #FFF; }

.author-area > a {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .3px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease, -webkit-box-shadow .25s ease;
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important;
  border-color: #DFDFDF;
  color: #333333; }
  .author-area > a:hover {
    text-decoration: none; }
  .author-area > a:focus {
    outline: none; }
  .author-area > a:hover {
    background-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .author-area > a:hover {
    border-color: #C5C5C5;
    color: #333333; }
.author-area .author-avatar {
  margin-bottom: 15px; }
.color-scheme-light .author-area > a, .woodmart-dark .author-area > a {
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFF; }
  .color-scheme-light .author-area > a:hover, .woodmart-dark .author-area > a:hover {
    border-color: #FFF;
    color: #FFF; }

body .wp-playlist-item, .autocomplete-suggestion, .view-all-results, .woodmart-search-full-screen .searchform, .copyrights-wrapper, .mobile-nav .create-nav-msg, .comments-area .comment, .comments-area .children, .comments-area .logged-in-as > a:not(:last-child), .share-with-lines > span, .widget, .mobile-menu-widget, .widget-heading, .woodmart-recent-posts li, .widget_rss ul li, .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel, .icl_post_in_other_langs, .wpml-ls-statics-post_translations, .woodmart-title-style-bordered .left-line,
.woodmart-title-style-bordered .right-line, .woodmart-twitter-element .twitter-post, .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 {
  border-color: rgba(129, 129, 129, 0.2); }

body.woodmart-dark .wp-playlist-item, .color-scheme-light .autocomplete-suggestion, .woodmart-dark .autocomplete-suggestion, .woodmart-dark .view-all-results, .woodmart-dark .comments-area .comment,
.woodmart-dark .comments-area .children, .woodmart-dark .comments-area .logged-in-as > a:not(:last-child), .color-scheme-light .share-with-lines > span, .woodmart-dark .share-with-lines > span, .woodmart-dark .mobile-menu-widget, .woodmart-dark .widget-heading, .wpb-js-composer.woodmart-dark .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel, .woodmart-dark .icl_post_in_other_langs,
.woodmart-dark .wpml-ls-statics-post_translations, .woodmart-dark .woodmart-twitter-element .twitter-post, .color-scheme-light .woodmart-price-table .woodmart-plan-inner, .woodmart-dark .woodmart-price-table .woodmart-plan-inner, .color-scheme-light .woodmart-price-table .woodmart-plan-features, .woodmart-dark .woodmart-price-table .woodmart-plan-features, .color-scheme-light .woodmart-price-table .woodmart-plan-feature, .woodmart-dark .woodmart-price-table .woodmart-plan-feature, .woodmart-dark .woodmart-price-table.price-style-alt .woodmart-plan-price {
  border-color: rgba(255, 255, 255, 0.15); }

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, blockquote footer:before, blockquote cite, blockquote cite a, .site-mobile-menu li.current-menu-item > a, .site-mobile-menu .sub-menu li.current-menu-item > a, .comments-area .reply a, .comments-area .reply a:hover, .comments-area .logged-in-as > a:hover, .blog-post-loop .entry-title a:hover, .read-more-section a, .read-more-section a:hover, .error404 .page-title, .not-found .entry-header:before, .whb-color-dark .navigation-style-default .item-level-0:hover > a, .whb-color-dark .navigation-style-default .item-level-0.current-menu-item > a {
  color: #7eb934; }

.menu-opener:not(.has-bg), .menu-label-primary, .mobile-nav-tabs .mobile-tab-title:after, .icon-sub-menu.up-icon, .meta-post-categories, .woodmart-single-footer .tags-list a:hover:after, .woodmart-single-footer .tags-list a:focus:after, .woodmart-pagination > span:not(.page-links-title), .page-links > span:not(.page-links-title), .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 {
  background-color: #7eb934; }

blockquote, .menu-label-primary:before, .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 {
  border-color: #7eb934; }

.menu-label-secondary {
  background-color: #fbbc34; }

.menu-label-secondary:before {
  border-color: #fbbc34; }

body, .font-text, .menu-label, .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 {
  font-family: "lato", Arial, Helvetica, sans-serif; }

.font-primary, table th, .page-title .entry-title, .masonry-filter li, .widget_rss ul li > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a, .woodmart-price-table .woodmart-plan-title, h1, h2, h3, h4, h5, h6, .title, legend, .menu-mega-dropdown .sub-menu > li > a, .mega-menu-list > li > a {
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

.blog-post-loop .entry-title, .post-single-page .entry-title, .single-post-navigation .post-title, .portfolio-entry .entry-title, .autocomplete-suggestion .suggestion-title, .widget_recent_entries ul li a, .widget_recent_comments ul li > a, .woodmart-recent-posts .entry-title a, .woodmart-menu-price .menu-price-title {
  font-family: "Poppins", "MS Sans Serif", Geneva, sans-serif; }

.main-nav-style, .menu-opener, .categories-menu-dropdown .item-level-0 > a, .woodmart-burger-icon .woodmart-burger-label, .main-nav .item-level-0 > a, .whb-secondary-menu .item-level-0 > a, .full-screen-nav .item-level-0 > a {
  font-family: "lato", Arial, Helvetica, sans-serif; }

.font-alt {
  font-family: "Courgette", "Comic Sans MS", cursive; }

select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg=="); }

.color-scheme-light select,
.woodmart-dark select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+"); }

.site-logo, .header-categories-nav, .search-button > a, .whb-column .woodmart-search-form, .woodmart-burger-icon, .whb-column > .woodmart-button-wrapper, .whb-column > .woodmart-social-icons, .whb-column > .info-box-wrapper, .whb-text-element, .whb-html-block-element {
  padding-right: 10px;
  padding-left: 10px; }

h1, h2, h3, h4, h5, h6, .title, legend {
  display: block;
  margin-bottom: 20px;
  color: #2d2a2a;
  font-weight: 600;
  line-height: 1.4; }

legend, .element-title, .comments-area .comments-title,
.comments-area .comment-reply-title, .slider-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px; }

.autocomplete-suggestion .suggestion-title, .widget_recent_entries ul li a, .widget_recent_comments ul li > a, .woodmart-recent-posts .entry-title a, .woodmart-menu-price .menu-price-title {
  word-wrap: break-word;
  font-weight: 500;
  line-height: 1.3; }

.widget_recent_reviews .product-title {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.autocomplete-suggestion .suggestion-title, .widget_recent_entries ul li a, .widget_recent_comments ul li > a, .woodmart-recent-posts .entry-title a, .woodmart-menu-price .menu-price-title, .widget_recent_reviews .product-title {
  color: #333333; }

.widget_recent_entries ul li a:hover, .widget_recent_comments ul li > a:hover, .woodmart-recent-posts .entry-title a:hover, .widget_recent_reviews .product-title:hover {
  color: rgba(51, 51, 51, 0.7); }

.color-scheme-light .autocomplete-suggestion .suggestion-title, .woodmart-dark .autocomplete-suggestion .suggestion-title, .color-scheme-light .woodmart-menu-price .menu-price-title, .woodmart-dark .woodmart-menu-price .menu-price-title, .color-scheme-light .widget_recent_entries ul li a, .woodmart-dark .widget_recent_entries ul li a, .color-scheme-light .widget_recent_comments ul li > a, .woodmart-dark .widget_recent_comments ul li > a, .color-scheme-light .woodmart-recent-posts .entry-title a, .woodmart-dark .woodmart-recent-posts .entry-title a, .color-scheme-light .widget_recent_reviews .product-title, .woodmart-dark .widget_recent_reviews .product-title {
  color: white; }

.color-scheme-light .widget_recent_entries ul li a:hover, .woodmart-dark .widget_recent_entries ul li a:hover, .color-scheme-light .widget_recent_comments ul li > a:hover, .woodmart-dark .widget_recent_comments ul li > a:hover, .color-scheme-light .woodmart-recent-posts .entry-title a:hover, .woodmart-dark .woodmart-recent-posts .entry-title a:hover, .color-scheme-light .widget_recent_reviews .product-title:hover, .woodmart-dark .widget_recent_reviews .product-title:hover {
  color: rgba(255, 255, 255, 0.8); }

.woodmart-dark .widget-heading .close-side-widget {
  color: white; }

.platform-Windows .woodmart-search-opened .header-banner, .platform-Windows .full-screen-menu-open .header-banner,
.platform-Windows .woodmart-search-opened .whb-row,
.platform-Windows .full-screen-menu-open .whb-row,
.platform-Windows .woodmart-search-opened .main-page-wrapper,
.platform-Windows .full-screen-menu-open .main-page-wrapper {
  padding-right: 17px; }

div.wpcf7-response-output, .mc4wp-alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 80px;
  padding-left: 65px;
  min-height: 60px;
  border: none;
  color: white;
  line-height: 1.3; }
  div.wpcf7-response-output:before, .mc4wp-alert:before {
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -9px;
    font-size: 18px;
    font-family: "FontAwesome";
    line-height: 18px; }
  div.wpcf7-response-output a, .mc4wp-alert a {
    color: white;
    text-decoration: underline; }
    div.wpcf7-response-output a:hover, .mc4wp-alert a:hover {
      color: rgba(255, 255, 255, 0.8); }
  div.wpcf7-response-output .amount, .mc4wp-alert .amount {
    color: white; }
  div.wpcf7-response-output > *, .mc4wp-alert > * {
    margin-right: 10px;
    margin-left: 10px; }
  div.wpcf7-response-output .button, .mc4wp-alert .button,
  div.wpcf7-response-output .wc-backward,
  .mc4wp-alert .wc-backward {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600; }
    div.wpcf7-response-output .button:hover, .mc4wp-alert .button:hover,
    div.wpcf7-response-output .wc-backward:hover,
    .mc4wp-alert .wc-backward:hover {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      opacity: .7; }
    div.wpcf7-response-output .button:focus, .mc4wp-alert .button:focus,
    div.wpcf7-response-output .wc-backward:focus,
    .mc4wp-alert .wc-backward:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  div.wpcf7-response-output .vc_message_box-icon, .mc4wp-alert .vc_message_box-icon {
    display: none; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng, .mc4wp-error,
.mc4wp-notice {
  background-color: #E0B252; }
  div.wpcf7-validation-errors:before,
  div.wpcf7-mail-sent-ng:before, .mc4wp-error:before,
  .mc4wp-notice:before {
    content: "\f071"; }

.wpcf7-mail-sent-ok, .mc4wp-success {
  background-color: #459647; }
  .wpcf7-mail-sent-ok:before, .mc4wp-success:before {
    content: "\f00c"; }

.notifications-sticky div.wpcf7-response-output, .notifications-sticky .mc4wp-alert {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  margin: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 200%, 0);
          transform: translate3d(0, 200%, 0);
  -webkit-animation: wd-fadeInUpBig .35s ease .5s both;
          animation: wd-fadeInUpBig .35s ease .5s both; }
  .notifications-sticky div.wpcf7-response-output:after, .notifications-sticky .mc4wp-alert:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    content: "\f10f";
    font-family: "woodmart-font"; }
  .notifications-sticky div.hidden-notice.wpcf7-response-output, .notifications-sticky .hidden-notice.mc4wp-alert {
    -webkit-animation: wd-fadeOutDownBig .35s ease both;
            animation: wd-fadeOutDownBig .35s ease both; }
  .notifications-sticky div.wpcf7-response-output:hover:after, .notifications-sticky .mc4wp-alert:hover:after {
    background-color: rgba(0, 0, 0, 0.2); }

.mfp-content .mc4wp-alert {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 30px;
  max-width: 100%;
  width: 100%;
  cursor: default;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none; }
  .mfp-content .mc4wp-alert:after {
    content: none; }
  .mfp-content .hidden-notice.mc4wp-alert {
    -webkit-animation: none;
            animation: none; }

.whb-color-light .navigation-style-default .item-level-0 > a, .whb-color-light .navigation-style-underline .item-level-0 > a, .whb-color-light .navigation-style-separated .item-level-0 > a,
.whb-color-light .navigation-style-bordered .item-level-0 > a, .full-screen-nav .item-level-0 > a {
  color: white; }
  .whb-color-light .navigation-style-default .item-level-0 > a:after, .whb-color-light .navigation-style-underline .item-level-0 > a:after, .whb-color-light .navigation-style-separated .item-level-0 > a:after,
  .whb-color-light .navigation-style-bordered .item-level-0 > a:after, .full-screen-nav .item-level-0 > a:after {
    color: rgba(255, 255, 255, 0.6); }
.whb-color-light .navigation-style-default .item-level-0:hover > a, .whb-color-light .navigation-style-underline .item-level-0:hover > a, .whb-color-light .navigation-style-separated .item-level-0:hover > a,
.whb-color-light .navigation-style-bordered .item-level-0:hover > a, .full-screen-nav .item-level-0:hover > a {
  color: rgba(255, 255, 255, 0.8); }
.whb-color-light .navigation-style-default .item-level-0.current-menu-item > a, .whb-color-light .navigation-style-underline .item-level-0.current-menu-item > a, .whb-color-light .navigation-style-separated .item-level-0.current-menu-item > a,
.whb-color-light .navigation-style-bordered .item-level-0.current-menu-item > a, .full-screen-nav .item-level-0.current-menu-item > a {
  color: white; }

.navigation-style-default .menu-mega-dropdown .color-scheme-light .sub-menu > li > a, .navigation-style-underline .menu-mega-dropdown .color-scheme-light .sub-menu > li > a, .navigation-style-separated .menu-mega-dropdown .color-scheme-light .sub-menu > li > a, .navigation-style-bordered .menu-mega-dropdown .color-scheme-light .sub-menu > li > a, .vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-menu > li > a, .full-screen-nav .menu-mega-dropdown .sub-menu > li > a {
  color: white; }
  .navigation-style-default .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:hover, .navigation-style-underline .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:hover, .navigation-style-separated .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:hover, .navigation-style-bordered .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:hover, .vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-menu > li > a:hover, .full-screen-nav .menu-mega-dropdown .sub-menu > li > a:hover {
    color: rgba(255, 255, 255, 0.8); }
.navigation-style-default .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a, .navigation-style-underline .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a, .navigation-style-separated .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a, .navigation-style-bordered .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a, .vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a, .full-screen-nav .menu-mega-dropdown .sub-sub-menu li a {
  color: rgba(255, 255, 255, 0.6); }
  .navigation-style-default .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover, .navigation-style-underline .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover, .navigation-style-separated .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover, .navigation-style-bordered .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover, .vertical-navigation .menu-mega-dropdown .color-scheme-light .sub-sub-menu li a:hover, .full-screen-nav .menu-mega-dropdown .sub-sub-menu li a:hover {
    color: white; }

.whb-color-dark .navigation-style-default .item-level-0 > a {
  color: #333333; }
  .whb-color-dark .navigation-style-default .item-level-0 > a:after {
    color: rgba(82, 82, 82, 0.45); }

.navigation-style-default .menu-simple-dropdown .color-scheme-dark li a, .navigation-style-separated .menu-simple-dropdown .color-scheme-dark li a, .navigation-style-bordered .menu-simple-dropdown .color-scheme-dark li a, .vertical-navigation .menu-simple-dropdown li a {
  color: #777777; }
  .navigation-style-default .menu-simple-dropdown .color-scheme-dark li a:hover, .navigation-style-separated .menu-simple-dropdown .color-scheme-dark li a:hover, .navigation-style-bordered .menu-simple-dropdown .color-scheme-dark li a:hover, .vertical-navigation .menu-simple-dropdown li a:hover {
    background-color: #F9F9F9;
    color: #777777; }

.navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a, .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a, .navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a, .vertical-navigation .menu-mega-dropdown .sub-menu > li > a {
  color: #2d2a2a; }
.navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a, .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a, .navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a, .vertical-navigation .menu-mega-dropdown .sub-sub-menu li a {
  color: #777777; }

.navigation-style-default .menu-simple-dropdown .color-scheme-light li a, .navigation-style-separated .menu-simple-dropdown .color-scheme-light li a, .navigation-style-bordered .menu-simple-dropdown .color-scheme-light li a, .vertical-navigation .menu-simple-dropdown .color-scheme-light li a {
  color: rgba(255, 255, 255, 0.8); }
  .navigation-style-default .menu-simple-dropdown .color-scheme-light li a:hover, .navigation-style-separated .menu-simple-dropdown .color-scheme-light li a:hover, .navigation-style-bordered .menu-simple-dropdown .color-scheme-light li a:hover, .vertical-navigation .menu-simple-dropdown .color-scheme-light li a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white; }

.whb-color-dark .navigation-style-underline .item-level-0 > a {
  color: #333333; }
  .whb-color-dark .navigation-style-underline .item-level-0 > a:after {
    color: rgba(82, 82, 82, 0.45); }
.whb-color-dark .navigation-style-underline .item-level-0:hover > a {
  color: #333333; }

.navigation-style-underline .menu-simple-dropdown .color-scheme-dark li a {
  color: #777777; }
  .navigation-style-underline .menu-simple-dropdown .color-scheme-dark li a:hover {
    color: #333333; }

.navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a {
  color: #2d2a2a; }
  .navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-menu > li > a:hover {
    color: #2d2a2a; }
.navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a {
  color: #777777; }
  .navigation-style-underline .menu-mega-dropdown .color-scheme-dark .sub-sub-menu li a:hover {
    color: #333333; }

.whb-color-light .navigation-style-underline .item-level-0 > a .nav-link-text:after {
  background-color: rgba(255, 255, 255, 0.5); }

.navigation-style-underline .menu-simple-dropdown .color-scheme-light .nav-link-text:after {
  background-color: rgba(255, 255, 255, 0.5); }
.navigation-style-underline .menu-simple-dropdown .color-scheme-light li a {
  color: rgba(255, 255, 255, 0.8); }
  .navigation-style-underline .menu-simple-dropdown .color-scheme-light li a:hover {
    color: white; }

.navigation-style-underline .menu-mega-dropdown .color-scheme-light .nav-link-text:after {
  background-color: rgba(255, 255, 255, 0.5); }

.whb-color-dark .navigation-style-separated .item-level-0 > a, .whb-color-dark .navigation-style-bordered .item-level-0 > a {
  color: #333333; }
  .whb-color-dark .navigation-style-separated .item-level-0 > a:after, .whb-color-dark .navigation-style-bordered .item-level-0 > a:after {
    color: rgba(82, 82, 82, 0.45); }
.whb-color-dark .navigation-style-separated .item-level-0:after, .whb-color-dark .navigation-style-bordered .item-level-0:after {
  border-color: rgba(129, 129, 129, 0.2); }
.whb-color-dark .navigation-style-separated .item-level-0:hover > a, .whb-color-dark .navigation-style-bordered .item-level-0:hover > a {
  color: rgba(51, 51, 51, 0.6); }

.whb-color-light .navigation-style-separated .item-level-0:after,
.whb-color-light .navigation-style-bordered .item-level-0:after {
  border-color: rgba(255, 255, 255, 0.25); }

.menu-mega-dropdown .sub-menu > li > a, .mega-menu-list > li > a {
  position: relative;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px; }
  .menu-mega-dropdown .sub-menu > li > a .category-icon, .mega-menu-list > li > a .category-icon {
    margin-top: -2px; }
  .menu-mega-dropdown .sub-menu > li > a .menu-label, .mega-menu-list > li > a .menu-label {
    margin-bottom: 7px; }

.menu-mega-dropdown .sub-sub-menu li a, .mega-menu-list .sub-sub-menu li a {
  display: block;
  padding: 9px 0;
  font-size: 14px;
  line-height: 18px; }
  .menu-mega-dropdown .sub-sub-menu li a .menu-label, .mega-menu-list .sub-sub-menu li a .menu-label {
    margin-bottom: -2px; }

.color-scheme-light .searchform,
.woodmart-dark .searchform, .whb-color-light .search-style-default, .woodmart-vc-ajax-search.color-light .searchform {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .color-scheme-light .searchform input[type="text"],
  .woodmart-dark .searchform input[type="text"], .whb-color-light .search-style-default input[type="text"], .woodmart-vc-ajax-search.color-light .searchform input[type="text"] {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: white; }
    .color-scheme-light .searchform input[type="text"]:focus,
    .woodmart-dark .searchform input[type="text"]:focus, .whb-color-light .search-style-default input[type="text"]:focus, .woodmart-vc-ajax-search.color-light .searchform input[type="text"]:focus {
      border-color: rgba(255, 255, 255, 0.7); }
  .color-scheme-light .searchform ::-webkit-input-placeholder,
  .woodmart-dark .searchform ::-webkit-input-placeholder, .whb-color-light .search-style-default ::-webkit-input-placeholder, .woodmart-vc-ajax-search.color-light .searchform ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .searchform ::-moz-placeholder,
  .woodmart-dark .searchform ::-moz-placeholder, .whb-color-light .search-style-default ::-moz-placeholder, .woodmart-vc-ajax-search.color-light .searchform ::-moz-placeholder {
    color: white; }
  .color-scheme-light .searchform :-moz-placeholder,
  .woodmart-dark .searchform :-moz-placeholder, .whb-color-light .search-style-default :-moz-placeholder, .woodmart-vc-ajax-search.color-light .searchform :-moz-placeholder {
    color: white; }
  .color-scheme-light .searchform :-ms-input-placeholder,
  .woodmart-dark .searchform :-ms-input-placeholder, .whb-color-light .search-style-default :-ms-input-placeholder, .woodmart-vc-ajax-search.color-light .searchform :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .color-scheme-light .searchform .searchsubmit,
  .woodmart-dark .searchform .searchsubmit, .whb-color-light .search-style-default .searchsubmit, .woodmart-vc-ajax-search.color-light .searchform .searchsubmit {
    color: white; }
    .color-scheme-light .searchform .searchsubmit:before,
    .woodmart-dark .searchform .searchsubmit:before, .whb-color-light .search-style-default .searchsubmit:before, .woodmart-vc-ajax-search.color-light .searchform .searchsubmit:before {
      border-left-color: white;
      border-color: rgba(255, 255, 255, 0.4); }

.color-scheme-light .searchform .search-by-category .input-dropdown-inner,
.woodmart-dark .searchform .search-by-category .input-dropdown-inner, .whb-color-light .search-style-default .search-by-category .input-dropdown-inner, .woodmart-vc-ajax-search.color-light .search-by-category .input-dropdown-inner {
  border-color: rgba(255, 255, 255, 0.5); }
  .color-scheme-light .searchform .search-by-category .input-dropdown-inner > a,
  .woodmart-dark .searchform .search-by-category .input-dropdown-inner > a, .whb-color-light .search-style-default .search-by-category .input-dropdown-inner > a, .woodmart-vc-ajax-search.color-light .search-by-category .input-dropdown-inner > a {
    color: white; }

.full-screen-close-icon, #cboxClose, button.mfp-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  font-size: 0;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .full-screen-close-icon:after, #cboxClose:after, button.mfp-close:after {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    content: "\f10f";
    font-family: "woodmart-font"; }
  .full-screen-close-icon:hover, #cboxClose:hover, button.mfp-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: white;
    opacity: 1; }

button.mfp-close {
  opacity: 0;
  -webkit-transition: all .25s ease, opacity 0s ease 0s;
  transition: all .25s ease, opacity 0s ease 0s; }

.mfp-ready button.mfp-close {
  opacity: 1;
  -webkit-transition: all .25s ease, opacity .3s ease .35s;
  transition: all .25s ease, opacity .3s ease .35s; }

.woodmart-search-dropdown, .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu, .vertical-navigation .sub-menu-dropdown, .whb-text-element .wcml-dropdown .wcml-cs-submenu, .whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
  pointer-events: none; }
  .woodmart-search-dropdown:after, .sub-menu-dropdown:after, .menu-simple-dropdown .sub-sub-menu:after, .vertical-navigation .sub-menu-dropdown:after, .whb-text-element .wcml-dropdown .wcml-cs-submenu:after, .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after {
    content: "";
    position: absolute; }
  .browser-Safari .woodmart-search-dropdown, .browser-Safari .sub-menu-dropdown, .browser-Safari .menu-simple-dropdown .sub-sub-menu, .menu-simple-dropdown .browser-Safari .sub-sub-menu, .browser-Safari .whb-text-element .wcml-dropdown .wcml-cs-submenu, .whb-text-element .wcml-dropdown .browser-Safari .wcml-cs-submenu, .browser-Safari .whb-text-element .wcml-dropdown-click .wcml-cs-submenu, .whb-text-element .wcml-dropdown-click .browser-Safari .wcml-cs-submenu {
    visibility: visible; }

.woodmart-search-dropdown, .sub-menu-dropdown, .whb-text-element .wcml-dropdown .wcml-cs-submenu, .whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
  margin: 15px 0 0 0;
  -webkit-transform: translateY(15px) translateZ(0);
          transform: translateY(15px) translateZ(0); }
  .woodmart-search-dropdown:after, .sub-menu-dropdown:after, .whb-text-element .wcml-dropdown .wcml-cs-submenu:after, .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after {
    top: auto;
    right: 0;
    bottom: 100%;
    left: 0;
    width: auto;
    height: 15px; }

.whb-header-bottom .woodmart-search-dropdown, .whb-top-bar .woodmart-search-dropdown, .whb-clone .woodmart-search-dropdown, .navigation-style-bordered .woodmart-search-dropdown, .whb-header-bottom .sub-menu-dropdown, .whb-top-bar .sub-menu-dropdown, .whb-clone .sub-menu-dropdown, .navigation-style-bordered .sub-menu-dropdown, .whb-header-bottom .whb-text-element .wcml-dropdown .wcml-cs-submenu, .whb-top-bar .whb-text-element .wcml-dropdown .wcml-cs-submenu, .whb-clone .whb-text-element .wcml-dropdown .wcml-cs-submenu, .navigation-style-bordered .whb-text-element .wcml-dropdown .wcml-cs-submenu,
.whb-header-bottom .whb-text-element .wcml-dropdown-click .wcml-cs-submenu, .whb-top-bar .whb-text-element .wcml-dropdown-click .wcml-cs-submenu, .whb-clone .whb-text-element .wcml-dropdown-click .wcml-cs-submenu, .navigation-style-bordered .whb-text-element .wcml-dropdown-click .wcml-cs-submenu {
  margin: 0; }
  .whb-header-bottom .woodmart-search-dropdown:after, .whb-top-bar .woodmart-search-dropdown:after, .whb-clone .woodmart-search-dropdown:after, .navigation-style-bordered .woodmart-search-dropdown:after, .whb-header-bottom .sub-menu-dropdown:after, .whb-top-bar .sub-menu-dropdown:after, .whb-clone .sub-menu-dropdown:after, .navigation-style-bordered .sub-menu-dropdown:after, .whb-header-bottom .whb-text-element .wcml-dropdown .wcml-cs-submenu:after, .whb-top-bar .whb-text-element .wcml-dropdown .wcml-cs-submenu:after, .whb-clone .whb-text-element .wcml-dropdown .wcml-cs-submenu:after, .navigation-style-bordered .whb-text-element .wcml-dropdown .wcml-cs-submenu:after,
  .whb-header-bottom .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after, .whb-top-bar .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after, .whb-clone .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after, .navigation-style-bordered .whb-text-element .wcml-dropdown-click .wcml-cs-submenu:after {
    height: auto; }

.menu-simple-dropdown .sub-sub-menu, .vertical-navigation .sub-menu-dropdown {
  margin: 0;
  -webkit-transform: translateX(-15px) translateZ(0);
          transform: translateX(-15px) translateZ(0); }
  .menu-simple-dropdown .sub-sub-menu:after, .vertical-navigation .sub-menu-dropdown:after {
    top: 0;
    right: 100%;
    bottom: 0;
    left: auto;
    width: 2px;
    height: auto; }

.search-button:hover .woodmart-search-dropdown, .item-event-hover:hover > .sub-menu-dropdown, .item-menu-opened > .sub-menu-dropdown, .menu-simple-dropdown li:hover > ul, .whb-text-element .wcml-dropdown .wcml-cs-active-currency:hover .wcml-cs-submenu,
.whb-text-element .wcml-dropdown-click .wcml-cs-active-currency:hover .wcml-cs-submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: visible;
  pointer-events: unset; }

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 340px;
  background-color: white;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease; }
  .dropdowns-color-light .mobile-nav {
    background-color: #101010; }

.slide-from-left {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(-340px, 0, 0);
          transform: translate3d(-340px, 0, 0); }

.slide-from-right {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(340px, 0, 0);
          transform: translate3d(340px, 0, 0); }

aside.sidebar-container.show-hidden-sidebar, .mobile-nav.act-mobile-menu {
  -webkit-transform: none;
          transform: none; }

.portfolio-filter, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
  mask-image: linear-gradient(to left, transparent 5px, #000 40px);
  -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px); }

.navigation-style-underline .nav-link-text, .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; }

.navigation-style-underline .nav-link-text:after, .masonry-filter li a: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;
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.navigation-style-underline .item-level-0:hover > a .nav-link-text:after, .navigation-style-underline .item-level-0.current-menu-item > a .nav-link-text:after, .navigation-style-underline .sub-menu a:hover .nav-link-text:after,
.navigation-style-underline .sub-sub-menu a:hover .nav-link-text:after, .masonry-filter li a:hover:after, .masonry-filter li a:focus:after, .masonry-filter li a.filter-active: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%; }

.whb-top-bar .woodmart-navigation .item-level-0 > a .menu-label, .whb-clone .woodmart-navigation .item-level-0 > a .menu-label, .vertical-navigation .item-level-0 > a .menu-label, .site-mobile-menu li a .menu-label {
  position: static;
  margin-left: 5px;
  opacity: 1; }
  .whb-top-bar .woodmart-navigation .item-level-0 > a .menu-label:before, .whb-clone .woodmart-navigation .item-level-0 > a .menu-label:before, .vertical-navigation .item-level-0 > a .menu-label:before, .site-mobile-menu li a .menu-label:before {
    content: none; }

.unordered-list,
.order-list, .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,
.header-banner-container > ol,
.header-banner-container > ul,
.vc_toggle_content > ol,
.vc_toggle_content > ul, .textwidget > ul:not(.menu),
.textwidget > ol:not(.menu) {
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: left; }
  .unordered-list li,
  .order-list li, .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,
  .header-banner-container > ol li,
  .header-banner-container > ul li,
  .vc_toggle_content > ol li,
  .vc_toggle_content > ul li, .textwidget > ul:not(.menu) li,
  .textwidget > ol:not(.menu) li {
    margin-bottom: 10px; }
    .unordered-list li:last-child,
    .order-list li:last-child, .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,
    .header-banner-container > ol li:last-child,
    .header-banner-container > ul li:last-child,
    .vc_toggle_content > ol li:last-child,
    .vc_toggle_content > ul li:last-child, .textwidget > ul:not(.menu) li:last-child,
    .textwidget > ol:not(.menu) li:last-child {
      margin-bottom: 0; }
    .unordered-list li > ul,
    .order-list li > ul, .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,
    .header-banner-container > ol li > ul,
    .header-banner-container > ul li > ul,
    .vc_toggle_content > ol li > ul,
    .vc_toggle_content > ul li > ul, .textwidget > ul:not(.menu) li > ul,
    .textwidget > ol:not(.menu) li > ul,
    .unordered-list li > ol,
    .order-list li > ol,
    .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,
    .header-banner-container > ol li > ol,
    .header-banner-container > ul li > ol,
    .vc_toggle_content > ol li > ol,
    .vc_toggle_content > ul li > ol,
    .textwidget > ul:not(.menu) li > ol,
    .textwidget > ol:not(.menu) li > ol {
      margin-bottom: 0; }
  .unordered-list ul,
  .order-list ul, .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,
  .header-banner-container > ol ul,
  .header-banner-container > ul ul,
  .vc_toggle_content > ol ul,
  .vc_toggle_content > ul ul, .textwidget > ul:not(.menu) ul,
  .textwidget > ol:not(.menu) ul,
  .unordered-list ol,
  .order-list ol,
  .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,
  .header-banner-container > ol ol,
  .header-banner-container > ul ol,
  .vc_toggle_content > ol ol,
  .vc_toggle_content > ul ol,
  .textwidget > ul:not(.menu) ol,
  .textwidget > ol:not(.menu) 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,
.header-banner-container > dl,
.vc_toggle_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,
  .header-banner-container > dl dt,
  .vc_toggle_content > dl dt {
    color: #2d2a2a;
    font-weight: bold; }
  .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,
  .header-banner-container > dl dd,
  .vc_toggle_content > dl dd {
    margin-bottom: 20px; }

.inline-list {
  margin-right: -15px;
  margin-left: -15px; }
  .inline-list li {
    display: inline-block;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px; }

.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); }

.color-scheme-light .inline-list-with-border li:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.15); }

.unordered-list ol > li, .order-list > li, .order-list ol > li, .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,
.header-banner-container > ul ol > li,
.vc_toggle_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,
.header-banner-container > ol > li,
.vc_toggle_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,
.header-banner-container > ol ol > li,
.vc_toggle_content > ol ol > li, .textwidget > ul:not(.menu) ol > li, .textwidget > ol:not(.menu) > li, .textwidget > ol:not(.menu) ol > li {
  list-style: decimal; }
  .unordered-list ol > li:before, .order-list > li:before, .order-list ol > li:before, .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,
  .header-banner-container > ul ol > li:before,
  .vc_toggle_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,
  .header-banner-container > ol > li:before,
  .vc_toggle_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,
  .header-banner-container > ol ol > li:before,
  .vc_toggle_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 {
    content: none; }

.unordered-list > li, .unordered-list ul > li, .order-list ul > li, .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,
.header-banner-container > ul > li,
.vc_toggle_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,
.header-banner-container > ul ul > li,
.vc_toggle_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,
.header-banner-container > ol ul > li,
.vc_toggle_content > ol ul > li, .textwidget > ul:not(.menu) > li, .textwidget > ul:not(.menu) ul > li, .textwidget > ol:not(.menu) ul > li {
  position: relative;
  list-style: none; }
  .unordered-list > li:before, .unordered-list ul > li:before, .order-list ul > li:before, .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,
  .header-banner-container > ul > li:before,
  .vc_toggle_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,
  .header-banner-container > ul ul > li:before,
  .vc_toggle_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,
  .header-banner-container > ol ul > li:before,
  .vc_toggle_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 {
    position: absolute;
    top: 6px;
    left: -20px;
    font-size: 8px;
    content: "\f110";
    font-family: "woodmart-font"; }

.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 2px solid rgba(129, 129, 129, 0.2);
  -webkit-transition: border-color .4s ease;
  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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 15px; }
  .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; }

.wrap-loading-arrow > div:not(.disabled):hover {
  color: rgba(0, 0, 0, 0.5); }
.wrap-loading-arrow > div.disabled {
  color: rgba(0, 0, 0, 0.4);
  cursor: default; }

.color-scheme-light .wrap-loading-arrow > div:not(.disabled):hover, .woodmart-dark .wrap-loading-arrow > div:not(.disabled):hover {
  color: rgba(255, 255, 255, 0.8); }
.color-scheme-light .wrap-loading-arrow > div.disabled, .woodmart-dark .wrap-loading-arrow > div.disabled {
  color: rgba(255, 255, 255, 0.6); }

.hover-color-scheme-dark, .hover-color-scheme-light {
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .hover-color-scheme-dark h1, .hover-color-scheme-light h1, .hover-color-scheme-dark h2, .hover-color-scheme-light h2, .hover-color-scheme-dark h3, .hover-color-scheme-light h3, .hover-color-scheme-dark h4, .hover-color-scheme-light h4, .hover-color-scheme-dark h5, .hover-color-scheme-light h5, .hover-color-scheme-dark h6, .hover-color-scheme-light h6 {
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }

.btns-default-3d .widget_shopping_cart .buttons .btn-cart, .btns-default-3d .widget_price_filter .price_slider_amount .button, .btns-default-3d .cart-totals-inner .shipping-calculator-form .button, .btns-default-3d .cart-actions .button[name=update_cart], .btns-default-3d .woodmart-switch-to-register, .btns-default-3d #dokan-form-contact-seller.seller-form input.dokan-btn-theme, .btns-default-3d .wcmp-quick-info-wrapper input[type=submit], .btns-default-3d .simplePopup .submit-report-abuse, .btns-default-3d .vendor_sort input[type=submit] {
  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 .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow 0s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow 0s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease, -webkit-box-shadow 0s ease; }
  .btns-default-3d .widget_shopping_cart .buttons .btn-cart:hover, .btns-default-3d .widget_price_filter .price_slider_amount .button:hover, .btns-default-3d .cart-totals-inner .shipping-calculator-form .button:hover, .btns-default-3d .cart-actions .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, .btns-default-3d .wcmp-quick-info-wrapper input[type=submit]:hover, .btns-default-3d .simplePopup .submit-report-abuse:hover, .btns-default-3d .vendor_sort input[type=submit]:hover {
    -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 .widget_shopping_cart .buttons .btn-cart:active, .btns-default-3d .widget_price_filter .price_slider_amount .button:active, .btns-default-3d .cart-totals-inner .shipping-calculator-form .button:active, .btns-default-3d .cart-actions .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, .btns-default-3d .wcmp-quick-info-wrapper input[type=submit]:active, .btns-default-3d .simplePopup .submit-report-abuse:active, .btns-default-3d .vendor_sort input[type=submit]:active {
    top: 1px;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btns-default-rounded .widget_shopping_cart .buttons .btn-cart, .btns-default-rounded .widget_price_filter .price_slider_amount .button, .btns-default-rounded .cart-totals-inner .shipping-calculator-form .button, .btns-default-rounded .cart-actions .button[name=update_cart], .btns-default-rounded .woodmart-switch-to-register, .btns-default-rounded #dokan-form-contact-seller.seller-form input.dokan-btn-theme, .btns-default-rounded .wcmp-quick-info-wrapper input[type=submit], .btns-default-rounded .simplePopup .submit-report-abuse, .btns-default-rounded .vendor_sort input[type=submit] {
  border-radius: 35px; }

.btns-default-semi-rounded .widget_shopping_cart .buttons .btn-cart, .btns-default-semi-rounded .widget_price_filter .price_slider_amount .button, .btns-default-semi-rounded .cart-totals-inner .shipping-calculator-form .button, .btns-default-semi-rounded .cart-actions .button[name=update_cart], .btns-default-semi-rounded .woodmart-switch-to-register, .btns-default-semi-rounded #dokan-form-contact-seller.seller-form input.dokan-btn-theme, .btns-default-semi-rounded .wcmp-quick-info-wrapper input[type=submit], .btns-default-semi-rounded .simplePopup .submit-report-abuse, .btns-default-semi-rounded .vendor_sort input[type=submit] {
  border-radius: 5px; }

.btns-default-light .widget_shopping_cart .buttons .btn-cart, .btns-default-light .widget_price_filter .price_slider_amount .button, .btns-default-light .cart-totals-inner .shipping-calculator-form .button, .btns-default-light .cart-actions .button[name=update_cart], .btns-default-light .woodmart-switch-to-register, .btns-default-light #dokan-form-contact-seller.seller-form input.dokan-btn-theme, .btns-default-light .wcmp-quick-info-wrapper input[type=submit], .btns-default-light .simplePopup .submit-report-abuse, .btns-default-light .vendor_sort input[type=submit] {
  color: white; }

.btns-default-hover-light .widget_shopping_cart .buttons .btn-cart:hover, .btns-default-hover-light .widget_price_filter .price_slider_amount .button:hover, .btns-default-hover-light .cart-totals-inner .shipping-calculator-form .button:hover, .btns-default-hover-light .cart-actions .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, .btns-default-hover-light .wcmp-quick-info-wrapper input[type=submit]:hover, .btns-default-hover-light .simplePopup .submit-report-abuse:hover, .btns-default-hover-light .vendor_sort input[type=submit]:hover {
  color: white; }

.btns-default-dark .widget_shopping_cart .buttons .btn-cart, .btns-default-dark .widget_price_filter .price_slider_amount .button, .btns-default-dark .cart-totals-inner .shipping-calculator-form .button, .btns-default-dark .cart-actions .button[name=update_cart], .btns-default-dark .woodmart-switch-to-register, .btns-default-dark #dokan-form-contact-seller.seller-form input.dokan-btn-theme, .btns-default-dark .wcmp-quick-info-wrapper input[type=submit], .btns-default-dark .simplePopup .submit-report-abuse, .btns-default-dark .vendor_sort input[type=submit] {
  color: #333333; }

.btns-default-hover-dark .widget_shopping_cart .buttons .btn-cart:hover, .btns-default-hover-dark .widget_price_filter .price_slider_amount .button:hover, .btns-default-hover-dark .cart-totals-inner .shipping-calculator-form .button:hover, .btns-default-hover-dark .cart-actions .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, .btns-default-hover-dark .wcmp-quick-info-wrapper input[type=submit]:hover, .btns-default-hover-dark .simplePopup .submit-report-abuse:hover, .btns-default-hover-dark .vendor_sort input[type=submit]:hover {
  color: #333333; }

.main-nav .item-level-0.callto-btn > a:hover, .comment-form .submit:hover, .post-password-form input[type="submit"]:hover, .cookies-buttons .cookies-accept-btn:hover, div.open-table-widget .otw-button-wrap .otw-submit:hover, div.open-table-widget .otw-button-wrap .otw-submit-btn:hover, .mc4wp-form input[type="submit"]:hover, .woodmart-price-table .woodmart-plan-footer > a:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btns-accent-3d .main-nav .item-level-0.callto-btn > a, .btns-accent-3d .comment-form .submit, .btns-accent-3d .post-password-form input[type=submit], .btns-accent-3d .cookies-buttons .cookies-accept-btn, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn, .btns-accent-3d .mc4wp-form input[type=submit], .btns-accent-3d .woodmart-price-table .woodmart-plan-footer > a, .btns-accent-3d #yith-wpv-abuse, .btns-accent-3d div.wcmp_regi_main .button {
  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 .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow 0s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, opacity .25s ease, -webkit-box-shadow 0s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease, -webkit-box-shadow 0s ease; }
  .btns-accent-3d .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-3d .comment-form .submit:hover, .btns-accent-3d .post-password-form input[type=submit]:hover, .btns-accent-3d .cookies-buttons .cookies-accept-btn:hover, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit:hover, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn:hover, .btns-accent-3d .mc4wp-form input[type=submit]:hover, .btns-accent-3d .woodmart-price-table .woodmart-plan-footer > a:hover, .btns-accent-3d #yith-wpv-abuse:hover, .btns-accent-3d div.wcmp_regi_main .button:hover {
    -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, .btns-accent-3d .comment-form .submit:active, .btns-accent-3d .post-password-form input[type=submit]:active, .btns-accent-3d .cookies-buttons .cookies-accept-btn:active, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit:active, .btns-accent-3d div.open-table-widget .otw-button-wrap .otw-submit-btn:active, .btns-accent-3d .mc4wp-form input[type=submit]:active, .btns-accent-3d .woodmart-price-table .woodmart-plan-footer > a:active, .btns-accent-3d #yith-wpv-abuse:active, .btns-accent-3d div.wcmp_regi_main .button:active {
    top: 1px;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btns-accent-rounded .main-nav .item-level-0.callto-btn > a, .btns-accent-rounded .comment-form .submit, .btns-accent-rounded .post-password-form input[type=submit], .btns-accent-rounded .cookies-buttons .cookies-accept-btn, .btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit, .btns-accent-rounded div.open-table-widget .otw-button-wrap .otw-submit-btn, .btns-accent-rounded .mc4wp-form input[type=submit], .btns-accent-rounded .woodmart-price-table .woodmart-plan-footer > a, .btns-accent-rounded #yith-wpv-abuse, .btns-accent-rounded div.wcmp_regi_main .button {
  border-radius: 35px; }

.btns-accent-semi-rounded .main-nav .item-level-0.callto-btn > a, .btns-accent-semi-rounded .comment-form .submit, .btns-accent-semi-rounded .post-password-form input[type=submit], .btns-accent-semi-rounded .cookies-buttons .cookies-accept-btn, .btns-accent-semi-rounded div.open-table-widget .otw-button-wrap .otw-submit, .btns-accent-semi-rounded div.open-table-widget .otw-button-wrap .otw-submit-btn, .btns-accent-semi-rounded .mc4wp-form input[type=submit], .btns-accent-semi-rounded .woodmart-price-table .woodmart-plan-footer > a, .btns-accent-semi-rounded #yith-wpv-abuse, .btns-accent-semi-rounded div.wcmp_regi_main .button {
  border-radius: 5px; }

.btns-accent-light .main-nav .item-level-0.callto-btn > a, .btns-accent-light .comment-form .submit, .btns-accent-light .post-password-form input[type=submit], .btns-accent-light .cookies-buttons .cookies-accept-btn, .btns-accent-light div.open-table-widget .otw-button-wrap .otw-submit, .btns-accent-light div.open-table-widget .otw-button-wrap .otw-submit-btn, .btns-accent-light .mc4wp-form input[type=submit], .btns-accent-light .woodmart-price-table .woodmart-plan-footer > a, .btns-accent-light #yith-wpv-abuse, .btns-accent-light div.wcmp_regi_main .button {
  color: white; }

.btns-accent-hover-light .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-hover-light .comment-form .submit:hover, .btns-accent-hover-light .post-password-form input[type=submit]:hover, .btns-accent-hover-light .cookies-buttons .cookies-accept-btn:hover, .btns-accent-hover-light div.open-table-widget .otw-button-wrap .otw-submit:hover, .btns-accent-hover-light div.open-table-widget .otw-button-wrap .otw-submit-btn:hover, .btns-accent-hover-light .mc4wp-form input[type=submit]:hover, .btns-accent-hover-light .woodmart-price-table .woodmart-plan-footer > a:hover, .btns-accent-hover-light #yith-wpv-abuse:hover, .btns-accent-hover-light div.wcmp_regi_main .button:hover {
  color: white; }

.btns-accent-dark .main-nav .item-level-0.callto-btn > a, .btns-accent-dark .comment-form .submit, .btns-accent-dark .post-password-form input[type=submit], .btns-accent-dark .cookies-buttons .cookies-accept-btn, .btns-accent-dark div.open-table-widget .otw-button-wrap .otw-submit, .btns-accent-dark div.open-table-widget .otw-button-wrap .otw-submit-btn, .btns-accent-dark .mc4wp-form input[type=submit], .btns-accent-dark .woodmart-price-table .woodmart-plan-footer > a, .btns-accent-dark #yith-wpv-abuse, .btns-accent-dark div.wcmp_regi_main .button {
  color: #333333; }

.btns-accent-hover-dark .main-nav .item-level-0.callto-btn > a:hover, .btns-accent-hover-dark .comment-form .submit:hover, .btns-accent-hover-dark .post-password-form input[type=submit]:hover, .btns-accent-hover-dark .cookies-buttons .cookies-accept-btn:hover, .btns-accent-hover-dark div.open-table-widget .otw-button-wrap .otw-submit:hover, .btns-accent-hover-dark div.open-table-widget .otw-button-wrap .otw-submit-btn:hover, .btns-accent-hover-dark .mc4wp-form input[type=submit]:hover, .btns-accent-hover-dark .woodmart-price-table .woodmart-plan-footer > a:hover, .btns-accent-hover-dark #yith-wpv-abuse:hover, .btns-accent-hover-dark div.wcmp_regi_main .button:hover {
  color: #333333; }

@media (min-width: 1025px) {
  .container {
    width: 95%; }

  [data-vc-full-width] {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
    left: -2.5vw; }
    [data-vc-full-width]:not([data-vc-stretch-content]) {
      padding-right: 2.5vw;
      padding-left: 2.5vw; }

  .platform-Windows [data-vc-full-width] {
    width: calc(100vw - 17px); }

  .browser-Edge [data-vc-full-width] {
    width: calc(100vw - 12px); }

  .disabled-nanoscroller .woodmart-scroll .woodmart-scroll-content::-webkit-scrollbar {
    display: block; }
  .disabled-nanoscroller .woodmart-scroll ::-webkit-scrollbar,
  .disabled-nanoscroller .woodmart-sidebar-scroll ::-webkit-scrollbar {
    width: 3px; }
  .disabled-nanoscroller .woodmart-scroll ::-webkit-scrollbar-track,
  .disabled-nanoscroller .woodmart-sidebar-scroll ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.15); }
  .disabled-nanoscroller .woodmart-scroll ::-webkit-scrollbar-thumb,
  .disabled-nanoscroller .woodmart-sidebar-scroll ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25); }
  .color-scheme-light .disabled-nanoscroller .woodmart-scroll ::-webkit-scrollbar-track,
  .color-scheme-light .disabled-nanoscroller .woodmart-sidebar-scroll ::-webkit-scrollbar-track, .disabled-nanoscroller.woodmart-dark .woodmart-scroll ::-webkit-scrollbar-track,
  .disabled-nanoscroller.woodmart-dark .woodmart-sidebar-scroll ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.15); }
  .color-scheme-light .disabled-nanoscroller .woodmart-scroll ::-webkit-scrollbar-thumb,
  .color-scheme-light .disabled-nanoscroller .woodmart-sidebar-scroll ::-webkit-scrollbar-thumb, .disabled-nanoscroller.woodmart-dark .woodmart-scroll ::-webkit-scrollbar-thumb,
  .disabled-nanoscroller.woodmart-dark .woodmart-sidebar-scroll ::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.35); }

  .whb-hidden-lg,
  .whb-hidden-desktop {
    display: none; }

  .whb-full-width .whb-row > .container,
  .whb-full-width + .whb-clone .whb-row > .container {
    max-width: 100%;
    width: 95%; }

  .whb-boxed:not(.whb-sticked) .whb-main-header {
    margin-right: auto;
    margin-left: auto;
    width: 95%; }
    .whb-boxed:not(.whb-sticked) .whb-main-header .whb-row > .container {
      padding-right: 30px;
      padding-left: 30px;
      max-width: 100%;
      width: 100%; }
    .whb-boxed:not(.whb-sticked) .whb-main-header:before {
      content: "";
      display: block;
      height: 30px; }
  .whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg {
    margin-top: -30px; }
    .whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg > .container {
      padding-right: 0;
      padding-left: 0; }
  .wrapper-boxed .whb-boxed:not(.whb-sticked) .whb-main-header {
    max-width: 1160px; }
  .woodmart-search-opened .whb-boxed:not(.whb-sticked) .whb-row {
    padding-right: 0; }

  .woodmart-toolbar {
    display: none; }

  .site-mobile-menu li:hover > a {
    background-color: rgba(0, 0, 0, 0.04); }
  .dropdowns-color-light .site-mobile-menu li:hover > a {
    background-color: rgba(0, 0, 0, 0.9); }

  .sticky-footer-on .main-page-wrapper,
  .sticky-footer-on .woodmart-prefooter {
    position: relative; }
  .sticky-footer-on .main-page-wrapper {
    z-index: 2; }
  .sticky-footer-on .woodmart-prefooter {
    z-index: 1; }
  .sticky-footer-on .footer-container {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 800px;
            perspective: 800px; }
  .browser-Safari .sticky-footer-on .footer-container {
    opacity: 0; }
  .browser-Safari .sticky-footer-on .visible-footer {
    opacity: 1; }

  .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.3333333333%; }
    .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.6666666667%; }
    .owl-items-lg-6:not(.owl-loaded) > div:nth-child(n+7) {
      display: none; }

  .owl-items-lg-7:not(.owl-loaded) > div {
    width: 14.2857142857%; }
    .owl-items-lg-7:not(.owl-loaded) > div:nth-child(n+8) {
      display: none; }

  .owl-items-lg-8:not(.owl-loaded) > div {
    width: 12.5%; }
    .owl-items-lg-8:not(.owl-loaded) > div:nth-child(n+9) {
      display: none; }

  .owl-items-lg-4 .post-slide .entry-title {
    font-size: 20px; }

  .post-title-large-image .meta-post-categories {
    padding-right: 15px;
    padding-left: 15px;
    height: 30px;
    line-height: 30px; }
  .post-title-large-image.title-size-small .entry-title {
    font-size: 36px; }
  .post-title-large-image.title-size-default .entry-title {
    font-size: 44px; }
  .post-title-large-image.title-size-large .entry-title {
    font-size: 52px; }

  .col-lg-2.portfolio-entry .entry-title {
    font-size: 16px; }

  .col-lg-3.portfolio-entry .entry-title {
    font-size: 18px; }

  .woodmart-item-position-left,
  .woodmart-item-position-right {
    background-color: transparent !important; }

  .hotspot-action-hover .woodmart-image-hotspot:hover .hotspot-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    pointer-events: visible; }

  .hotspot-icon-default .woodmart-image-hotspot:hover .hotspot-btn {
    -webkit-box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1);
            box-shadow: inset 100px 100px rgba(0, 0, 0, 0.1); }

  .hotspot-icon-alt .woodmart-image-hotspot:hover .hotspot-btn:after {
    color: white; }

  .banner-btn-position-hover .content-banner {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease; }
  .banner-btn-position-hover .banner-inner p:first-child:empty ~ p:last-child {
    margin-top: -10px;
    margin-bottom: 0; }
  .banner-btn-position-hover .banner-btn-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  .banner-btn-position-hover:hover .content-banner {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .banner-btn-position-hover:hover .banner-btn-wrapper {
    opacity: 1;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-small:hover .content-banner {
    -webkit-transform: translateY(-43px);
            transform: translateY(-43px); }
  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-small:hover .content-banner {
    -webkit-transform: translateY(-51px);
            transform: translateY(-51px); }
  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-default:hover .content-banner {
    -webkit-transform: translateY(-57px);
            transform: translateY(-57px); }
  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-large:hover .content-banner {
    -webkit-transform: translateY(-63px);
            transform: translateY(-63px); }
  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-size-extra-large:hover .content-banner {
    -webkit-transform: translateY(-71px);
            transform: translateY(-71px); }
  .banner-btn-position-hover.banner-vr-align-bottom.banner-btn-style-link:hover .content-banner {
    -webkit-transform: translateY(-39px);
            transform: translateY(-39px); }
  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-small:hover .content-banner {
    -webkit-transform: translateY(-21px);
            transform: translateY(-21px); }
  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-small:hover .content-banner {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-default:hover .content-banner {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px); }
  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-large:hover .content-banner {
    -webkit-transform: translateY(-31px);
            transform: translateY(-31px); }
  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-size-extra-large:hover .content-banner {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px); }
  .banner-btn-position-hover.banner-vr-align-middle.banner-btn-style-link:hover .content-banner {
    -webkit-transform: translateY(-19px);
            transform: translateY(-19px); } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  .visible-lg {
    display: block !important; }

  .wrapper-full-width-content .container {
    max-width: 100%; }

  body[class*="wrapper-boxed"] .container {
    max-width: 1160px;
    width: 100%; }
  body[class*="wrapper-boxed"] .website-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 9px rgba(0, 0, 0, 0.08); }
  body[class*="wrapper-boxed"] .header-banner {
    margin: 0 auto;
    max-width: 1200px; }
  body[class*="wrapper-boxed"] .whb-header:not(.whb-boxed) .whb-main-header, body[class*="wrapper-boxed"].sticky-footer-on .footer-container,
  body[class*="wrapper-boxed"] .main-nav .menu-item-design-full-width .sub-menu-dropdown,
  body[class*="wrapper-boxed"] .whb-secondary-menu .menu-item-design-full-width .sub-menu-dropdown {
    right: auto;
    left: auto;
    max-width: 1200px;
    width: 100vw; }
  .platform-Windows body[class*="wrapper-boxed"].woodmart-search-opened .header-banner,
  .platform-Windows body[class*="wrapper-boxed"].woodmart-search-opened .whb-row,
  .platform-Windows body[class*="wrapper-boxed"].woodmart-search-opened .main-page-wrapper {
    padding-right: 0; }
  body[class*="wrapper-boxed"] .woodmart-search-full-screen {
    margin: 0 auto;
    max-width: 1200px; }
  body[class*="wrapper-boxed"] div[class*="woodmart-carousel-spacing"] .owl-nav > div[class*="prev"] {
    margin-left: 10px; }
  body[class*="wrapper-boxed"] div[class*="woodmart-carousel-spacing"] .owl-nav > div[class*="next"] {
    margin-right: 10px; }
  body[class*="wrapper-boxed"] .wrap-loading-arrow > div[class*="prev"] {
    margin-left: 10px; }
  body[class*="wrapper-boxed"] .wrap-loading-arrow > div[class*="next"] {
    margin-left: -10px; }

  .wrapper-boxed .website-wrapper {
    overflow: hidden; }
  .wrapper-boxed [data-vc-full-width] {
    left: auto;
    padding-right: 0;
    padding-left: 0;
    width: auto; }

  .wrapper-boxed-2 .website-wrapper {
    overflow: visible; }

  .banner-increased-padding .banner-title-small .banner-subtitle {
    font-size: 1vw; }
  .banner-increased-padding .banner-title-small .banner-title {
    font-size: 1.2vw; }
  .banner-increased-padding .banner-title-default .banner-subtitle {
    font-size: 1vw; }
  .banner-increased-padding .banner-title-default .banner-title {
    font-size: 1.6vw; }
  .banner-increased-padding .banner-title-large .banner-subtitle {
    font-size: 1.1vw; }
  .banner-increased-padding .banner-title-large .banner-title {
    font-size: 2vw; }
  .banner-increased-padding .banner-title-extra-large .banner-subtitle {
    font-size: 1.3vw; }
  .banner-increased-padding .banner-title-extra-large .banner-title {
    font-size: 2.3vw; } }
@media (max-width: 1200px) {
  .banner-title-small .banner-subtitle {
    font-size: 1vw; }
  .banner-title-small .banner-title {
    font-size: 1.2vw; }

  .banner-title-default .banner-subtitle {
    font-size: 1vw; }
  .banner-title-default .banner-title {
    font-size: 1.6vw; }

  .banner-title-large .banner-subtitle {
    font-size: 1.1vw; }
  .banner-title-large .banner-title {
    font-size: 2vw; }

  .banner-title-extra-large .banner-subtitle {
    font-size: 1.3vw; }
  .banner-title-extra-large .banner-title {
    font-size: 2.3vw; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  .visible-md {
    display: block !important; } }
@media (max-width: 1024px) {
  .mobile-nav {
    width: 300px; }

  .slide-from-left {
    -webkit-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0); }

  .slide-from-right {
    -webkit-transform: translate3d(300px, 0, 0);
            transform: translate3d(300px, 0, 0); }

  body .tablet-bg-img-hidden,
  .wpb_column.tablet-bg-img-hidden > div {
    background-image: none !important; }

  .woodmart-parallax {
    background-attachment: scroll !important; }

  .text-larger {
    font-size: inherit; }

  .woodmart-tltp .woodmart-tooltip-label {
    display: none !important; }

  .woodmart-close-side {
    top: -150px;
    height: calc(100vh + 300px); }

  .scrollToTop {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px; }
    .scrollToTop:after {
      font-size: 14px;
      line-height: 40px; }

  .page-title {
    padding: 15px 0; }
    .page-title .entry-title {
      font-size: 36px; }

  .close-header-banner {
    width: 50px; }
    .close-header-banner + .header-banner-link {
      right: 50px; }

  .whb-visible-lg,
  .whb-hidden-mobile {
    display: none; }

  .woodmart-search-dropdown,
  .woodmart-search-full-screen,
  .dropdown-cart,
  .full-screen-burger-icon,
  .full-screen-wrapper,
  .menu-item-register .sub-menu-dropdown {
    display: none; }

  .search-button:not(.mobile-search-icon) {
    display: none; }

  .whb-general-header .sub-menu-dropdown {
    margin: 0; }
    .whb-general-header .sub-menu-dropdown:after {
      height: auto; }

  .autocomplete-suggestion {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px; }
    .autocomplete-suggestion .suggestion-thumb {
      max-width: 45px; }
    .autocomplete-suggestion .suggestion-title {
      font-size: 12px; }
    .autocomplete-suggestion .suggestion-price {
      font-size: 12px;
      line-height: 1; }

  .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; }

  .blog-design-mask .entry-title {
    font-size: 18px; }

  .portfolio-filter {
    margin-bottom: 10px; }
    .portfolio-filter:after {
      content: ""; }

  .masonry-filter {
    overflow-y: auto;
    white-space: nowrap; }
    .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; }

  .sticky-toolbar-on .woodmart-sticky-btn {
    bottom: 55px; }
  .sticky-toolbar-on .woodmart-sticky-btn-shown.scrollToTop {
    bottom: 155px; }

  .min-footer {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center; }
    .min-footer .col-right {
      text-align: center; }
    .min-footer > div {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 15px;
      max-width: 100%; }
      .min-footer > div:last-child {
        margin-bottom: 0; }

  .owl-nav > div,
  .wrap-loading-arrow > div {
    margin-top: -20px;
    width: 40px;
    height: 40px; }
    .owl-nav > div:after,
    .wrap-loading-arrow > div:after {
      font-weight: 700;
      font-size: 14px;
      line-height: 14px; }
    .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: 0px; }
    .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: 0px; }

  .wrap-loading-arrow > div {
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }

  .owl-nav > div {
    visibility: visible;
    opacity: 1;
    pointer-events: visible; }
    .owl-nav > div[class*="prev"] {
      left: 5px; }
    .owl-nav > div[class*="next"] {
      right: 5px; }

  div[class*="woodmart-carousel-spacing"] .owl-nav > div[class*="prev"] {
    margin-left: 35px; }
  div[class*="woodmart-carousel-spacing"] .owl-nav > div[class*="next"] {
    margin-right: 35px; }

  .slider-type-product,
  .slider-type-post,
  .categories-style-carousel {
    margin-bottom: 20px; }

  .owl-loaded:after, .owl-loaded:before {
    content: none; }

  .disable-owl-mobile .owl-carousel {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px !important;
    mask-image: linear-gradient(to left, transparent 5px, #000 40px);
    -webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px); }
    .disable-owl-mobile .owl-carousel > div {
      display: block !important;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .disable-owl-mobile.banners-carousel-wrapper .content-banner {
    -webkit-animation: none;
            animation: none; }
  .disable-owl-mobile[data-hide_pagination_control="no"] .owl-carousel {
    padding-bottom: 10px !important; }
  .disable-owl-mobile.slider-type-post .owl-carousel {
    padding-bottom: 11px !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; }

  .woodmart-text-size-large ul {
    font-size: 16px; }
  .woodmart-text-size-large.woodmart-list-shape-icon .list-icon {
    min-width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px; }
  .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;
    font-size: 18px;
    line-height: 35px; }
  .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; }

  .woodmart-images-gallery.view-carousel, .woodmart-images-gallery.view-justified {
    margin-bottom: 20px; }

  .instagram-widget .hover-mask {
    display: none; }

  .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-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; }

  .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-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-sticky-social {
    display: none; }

  .box-with-text.text-size-large {
    font-size: 52px; }

  .box-icon-with-bg.text-size-large .info-box-icon,
  .box-icon-with-border.text-size-large .info-box-icon {
    min-width: 100px;
    height: 100px;
    line-height: 100px; }

  .box-btn-hover .info-btn-wrapper {
    position: static;
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

  .box-style-border.box-btn-hover .info-btn-wrapper {
    position: absolute; }

  .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; }

  .woodmart-slider .owl-nav > div[class*="prev"] {
    padding-left: 0; }
  .woodmart-slider .owl-nav > div[class*="next"] {
    padding-right: 0; }

  .arrows-style-1 .owl-nav > div[class*="prev"] {
    left: 0px; }
  .arrows-style-1 .owl-nav > div[class*="next"] {
    right: 0px; }

  .arrows-style-2 .owl-nav > div,
  .arrows-style-3 .owl-nav > div {
    margin-top: -20px;
    width: 40px;
    height: 40px; }
    .arrows-style-2 .owl-nav > div[class*="prev"], .arrows-style-2 .owl-nav > div[class*="next"],
    .arrows-style-3 .owl-nav > div[class*="prev"],
    .arrows-style-3 .owl-nav > div[class*="next"] {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .arrows-style-2 .owl-nav > div:after,
    .arrows-style-3 .owl-nav > div:after {
      font-size: 14px;
      line-height: 14px; }

  .arrows-style-3 .owl-nav > div[class*="prev"] {
    left: 10px; }
  .arrows-style-3 .owl-nav > div[class*="next"] {
    right: 10px; } }
@media (min-width: 769px) and (max-width: 1024px) {
  .woodmart-columns-3 > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  .woodmart-columns-4 > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  .woodmart-columns-5 > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  .woodmart-columns-6 > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    width: 50%; }

  .owl-items-md-1:not(.owl-loaded) > div {
    width: 100%; }
    .owl-items-md-1:not(.owl-loaded) > div:nth-child(n+2) {
      display: none; }

  .owl-items-md-2:not(.owl-loaded) > div {
    width: 50%; }
    .owl-items-md-2:not(.owl-loaded) > div:nth-child(n+3) {
      display: none; }

  .owl-items-md-3:not(.owl-loaded) > div {
    width: 33.3333333333%; }
    .owl-items-md-3:not(.owl-loaded) > div:nth-child(n+4) {
      display: none; }

  .owl-items-md-4:not(.owl-loaded) > div {
    width: 25%; }
    .owl-items-md-4:not(.owl-loaded) > div:nth-child(n+5) {
      display: none; }

  .woodmart-item-position-left,
  .woodmart-item-position-right {
    background-color: transparent !important; }

  .vc_col-sm-6 .banner-title-small .banner-subtitle,
  .owl-items-md-2 .banner-title-small .banner-subtitle {
    font-size: 1vw; }
  .vc_col-sm-6 .banner-title-small .banner-title,
  .owl-items-md-2 .banner-title-small .banner-title {
    font-size: 1.6vw; }
  .vc_col-sm-6 .banner-title-default .banner-subtitle,
  .owl-items-md-2 .banner-title-default .banner-subtitle {
    font-size: 1.1vw; }
  .vc_col-sm-6 .banner-title-default .banner-title,
  .owl-items-md-2 .banner-title-default .banner-title {
    font-size: 2vw; }
  .vc_col-sm-6 .banner-title-large .banner-subtitle,
  .owl-items-md-2 .banner-title-large .banner-subtitle {
    font-size: 1.3vw; }
  .vc_col-sm-6 .banner-title-large .banner-title,
  .owl-items-md-2 .banner-title-large .banner-title {
    font-size: 2.3vw; }

  .banner-hide-btn-tablet {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .reset-margin-tablet > .vc_column-inner {
    margin-right: 0 !important;
    margin-left: 0 !important; } }
@media (max-width: 991px) {
  .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 {
    max-width: 40%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  .visible-sm {
    display: block !important; }

  .row-reverse-tablet:not(.vc_row-flex) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .row-reverse-tablet > .wpb_column:nth-child(1) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }

  .row-reverse-tablet > .wpb_column:nth-child(2) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }

  .row-reverse-tablet > .wpb_column:nth-child(3) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }

  .row-reverse-tablet > .wpb_column:nth-child(4) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }

  .row-reverse-tablet > .wpb_column:nth-child(5) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }

  .row-reverse-tablet > .wpb_column:nth-child(6) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }

  .row-reverse-tablet > .wpb_column:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }

  .row-reverse-tablet > .wpb_column:nth-child(8) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

  .row-reverse-tablet > .wpb_column:nth-child(9) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .row-reverse-tablet > .wpb_column:nth-child(10) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .row-reverse-tablet > .wpb_column:nth-child(11) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .row-reverse-tablet > .wpb_column:nth-child(12) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media (max-width: 768px) {
  .admin-bar .cart-widget-side,
  .admin-bar .mobile-nav,
  .admin-bar .full-screen-close-icon,
  .admin-bar .header-banner,
  .admin-bar button.mfp-close {
    top: 46px; }

  .woodmart-spacing-30,
  .woodmart-spacing-20 {
    margin-right: -5px;
    margin-left: -5px; }
    .woodmart-spacing-30 > div,
    .woodmart-spacing-30 > article,
    .woodmart-spacing-20 > div,
    .woodmart-spacing-20 > article {
      margin-bottom: 10px;
      padding-right: 5px;
      padding-left: 5px; }

  div[class*="woodmart-columns-"] > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%; }

  .woodmart-carousel-spacing-20,
  .woodmart-carousel-spacing-30 {
    margin-right: -5px;
    margin-left: -5px; }
    .woodmart-carousel-spacing-20 .slider-title,
    .woodmart-carousel-spacing-30 .slider-title {
      margin-right: 5px;
      margin-left: 5px; }
    .woodmart-carousel-spacing-20 .owl-item,
    .woodmart-carousel-spacing-20 .owl-carousel:not(.owl-loaded) > div,
    .woodmart-carousel-spacing-30 .owl-item,
    .woodmart-carousel-spacing-30 .owl-carousel:not(.owl-loaded) > div {
      padding-right: 5px;
      padding-left: 5px; }
    .woodmart-carousel-spacing-20 .owl-nav > div[class*="prev"],
    .woodmart-carousel-spacing-30 .owl-nav > div[class*="prev"] {
      left: -45px; }
    .woodmart-carousel-spacing-20 .owl-nav > div[class*="next"],
    .woodmart-carousel-spacing-30 .owl-nav > div[class*="next"] {
      right: -45px; }

  .offcanvas-sidebar-mobile .site-content:not(.col-lg-12) {
    left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .offcanvas-sidebar-mobile.admin-bar .sidebar-container {
    top: 46px; }
  .offcanvas-sidebar-mobile .woodmart-sticky-sidebar-opener:not(.sticky-toolbar) {
    display: block; }
  .offcanvas-sidebar-mobile .sidebar-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    width: 300px;
    background-color: white;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0); }
    .offcanvas-sidebar-mobile .sidebar-container .widget-area {
      padding-top: 30px;
      padding-bottom: 30px; }
    .offcanvas-sidebar-mobile .sidebar-container .sidebar-widget {
      padding-right: 30px;
      padding-left: 30px; }
    .offcanvas-sidebar-mobile .sidebar-container .widget-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .offcanvas-sidebar-mobile .sidebar-container .woodmart-sidebar-scroll {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      height: 100%; }
    .offcanvas-sidebar-mobile .sidebar-container .woodmart-sidebar-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: scroll;
      overflow-x: hidden; }
      .offcanvas-sidebar-mobile .sidebar-container .woodmart-sidebar-content:focus {
        outline: none; }
  .offcanvas-sidebar-mobile .woodmart-toolbar .woodmart-sticky-sidebar-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .offcanvas-sidebar-mobile.woodmart-dark .sidebar-container {
    background-color: #101010; }

  .header-banner-container {
    padding-right: 40px;
    padding-left: 40px; }

  .close-header-banner {
    width: 40px; }
    .close-header-banner + .header-banner-link {
      right: 40px; }

  .admin-bar .header-banner {
    top: 46px; }

  .admin-bar .whb-clone {
    top: 46px; }

  .admin-bar .whb-sticked .whb-main-header {
    top: 46px; }

  .blog-post-loop {
    margin-bottom: 30px; }

  .post-gallery-slider .owl-nav > div:after {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px; }

  .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-right: 35px;
    padding-left: 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 {
    right: auto;
    left: 15px; }
  .blog-design-chess:nth-child(even).has-post-thumbnail.blog-style-shadow .article-body-container {
    margin-right: 0;
    margin-left: 0; }

  .post-single-page .entry-content {
    margin-bottom: 40px;
    font-size: inherit; }

  .post-title-large-image .entry-title {
    font-size: 26px; }

  .single-post-navigation {
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .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 {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin-bottom: 15px;
      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; }

  .website-wrapper .wp-block-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0; }

  .woodmart-cookies-inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .woodmart-cookies-inner .cookies-buttons {
      margin-top: 15px; }
    .woodmart-cookies-inner .cookies-info-text {
      padding-right: 0; }

  .error404 .page-header:before {
    top: -10px;
    font-size: 150px;
    line-height: 120px; }
  .error404 .page-title {
    padding: 15px 0;
    font-size: 32px; }
  .error404 .page-content h2 {
    font-size: 18px; }
  .error404 .page-content > .searchform {
    max-width: 320px; }

  .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 {
    overflow-y: auto;
    white-space: nowrap; }
    .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; }
  .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right {
    display: block; }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab {
      display: inline-block; }
    .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left.vc_tta-o-no-fill .vc_tta-panel-body, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right.vc_tta-o-no-fill .vc_tta-panel-body {
      padding-right: 0 !important;
      padding-left: 0 !important; }

  .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;
    font-size: 16px;
    line-height: 30px; }
  .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 {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    padding: 30px 30px 15px 30px;
    text-align: center; }
    .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 {
      position: static;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-right: 0;
      margin-left: 0;
      padding: 0;
      max-width: 100%;
      width: 100%;
      background-color: transparent !important;
      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);
      margin-top: 0;
      width: 16px;
      height: 12px;
      color: white;
      line-height: 0; }
      .woodmart-item-position-left .timeline-col-primary .timeline-arrow:before,
      .woodmart-item-position-right .timeline-col-primary .timeline-arrow:before {
        display: inline-block;
        height: 12px;
        color: inherit;
        font-size: 28px;
        font-family: "fontawesome";
        line-height: 12px;
        content: "\f0d8"; }
    .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); }

  .hotspot-type-product .hotspot-content-text {
    display: none; }
  .hotspot-type-product .hotspot-content-title,
  .hotspot-type-product .price {
    font-size: 14px; }

  .hotspot-content {
    top: 40px;
    right: auto;
    bottom: auto; }

  .hotspot-dropdown-left,
  .hotspot-dropdown-right {
    left: -115px; }

  .hotspot-icon-alt .woodmart-image-hotspot:hover:not(.hotspot-opened) .hotspot-btn {
    background-color: white; }

  .testimonials-grid .testimonial {
    margin-bottom: 20px; }

  .owl-items-sm-1 .banner-subtitle {
    font-size: 3vw; }
  .owl-items-sm-1 .banner-title {
    font-size: 5vw; }

  .banner-btn-position-hover .banner-btn-wrapper {
    display: none; }

  .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 {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px; }
  .banner-btn-wrapper .btn-style-link {
    padding: 0; }

  .banner-hide-btn-mobile {
    display: none !important; }

  .woodmart-slider .owl-dots {
    display: none; }

  .dvr-style-waves-small svg,
  .dvr-style-waves-wide svg,
  .dvr-style-triangle svg {
    height: 3vw !important; }

  .dvr-style-curved-line svg,
  .dvr-style-diagonal-left svg,
  .dvr-style-diagonal-right svg,
  .dvr-style-half-circle svg,
  .dvr-style-paint-stroke svg {
    height: 50px !important; } }
@media (max-width: 767px) {
  body .mobile-bg-img-hidden,
  .wpb_column.mobile-bg-img-hidden > div {
    background-image: none !important; }

  body .reset-element-margin,
  .reset-margin > .vc_column-inner,
  .reset-margin-mobile > .vc_column-inner {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; }

  .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; }

  .promo-banner .banner-subtitle {
    font-size: 3vw; }
  .promo-banner .banner-title {
    font-size: 5vw; } }
@media (min-width: 577px) and (max-width: 768px) {
  .instagram-picture.col-sm-6 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .owl-items-sm-3 .banner-subtitle,
  .owl-items-sm-2 .banner-subtitle {
    font-size: 2vw; }
  .owl-items-sm-3 .banner-title,
  .owl-items-sm-2 .banner-title {
    font-size: 3vw; }

  .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; }

  .owl-items-sm-3:not(.owl-loaded) > div {
    width: 33.3333333333%; }
    .owl-items-sm-3:not(.owl-loaded) > div:nth-child(n+4) {
      display: none; } }
@media (max-width: 600px) {
  .admin-bar .whb-clone {
    top: 0; }

  .admin-bar .whb-sticked .whb-main-header {
    top: 0; } }
@media (max-width: 576px) {
  .mobile-nav-icon .woodmart-burger-label {
    display: none; }

  .blog-post-loop .article-body-container {
    padding-right: 15px;
    padding-left: 15px; }
  .blog-post-loop.blog-style-flat {
    margin-bottom: 45px; }
    .blog-post-loop.blog-style-flat .article-body-container {
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px; }

  .woodmart-entry-meta .meta-author {
    font-size: 0; }
    .woodmart-entry-meta .meta-author a {
      vertical-align: middle;
      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-right: 0;
    margin-left: 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-right: 0;
    padding-left: 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; }

  .footer-widget-collapse > *:not(.widget-title):not(:first-child) {
    display: none;
    margin-top: 20px; }
  .footer-widget-collapse .widget-title {
    position: relative;
    margin-bottom: 0;
    padding-right: 22px; }
    .footer-widget-collapse .widget-title:after {
      position: absolute;
      top: calc(50% - 12px);
      right: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      color: #333;
      vertical-align: middle;
      text-align: center;
      font-weight: 400;
      font-size: 18px;
      font-family: "FontAwesome";
      line-height: 24px;
      -webkit-transition: all .25s ease;
      transition: all .25s ease;
      content: "\f107"; }
  .footer-widget-collapse.footer-widget-opened .widget-title:after {
    background-color: #F9F9F9;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .color-scheme-light .footer-widget-collapse .widget-title:after {
    color: white; }
  .color-scheme-light .footer-widget-collapse.footer-widget-opened .widget-title:after {
    background-color: white;
    color: #333333; }

  .title-wrapper .title-subtitle {
    font-size: 12px; }
  .title-wrapper .woodmart-title-container {
    font-size: 20px; }
  .title-wrapper .title-subtitle,
  .title-wrapper .woodmart-title-container,
  .title-wrapper .title-after_title {
    max-width: 100%; }

  .woodmart-text-block-wrapper .woodmart-title-container {
    max-width: 100%; }

  .woodmart-countdown-timer .woodmart-timer > span {
    min-width: 55px;
    min-height: 55px;
    font-size: 20px;
    line-height: 20px; }
    .woodmart-countdown-timer .woodmart-timer > span span {
      font-size: 10px;
      line-height: 10px; }

  .woodmart-menu-price {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .woodmart-menu-price .menu-price-image {
      margin-bottom: 10px;
      margin-right: 0; }

  .owl-items-xs-1:not(.owl-loaded) > div {
    width: 100%; }
    .owl-items-xs-1:not(.owl-loaded) > div:nth-child(n+2) {
      display: none; }

  .owl-items-xs-2:not(.owl-loaded) > div {
    width: 50%; }
    .owl-items-xs-2:not(.owl-loaded) > div:nth-child(n+3) {
      display: none; } }
