@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  box-sizing: inherit;
}

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,
font,
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,
header,
main,
nav,
footer,
aside,
article,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

figure {
  margin: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

input[type=submit],
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
input[type=number],
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
}

input[type=submit],
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
textarea,
button {
  appearance: initial;
  -moz-appearance: initial;
  -webkit-appearance: none;
}

@font-face {
  font-family: "Custom Icons";
  src: url("../fonts/icons/asenov.eot?ver=1.7");
  src: url("../fonts/icons/asenov.eot?ver=1.7#iefix") format("embedded-opentype"), url("../fonts/icons/asenov.ttf?ver=1.7") format("truetype"), url("../fonts/icons/asenov.woff?ver=1.7") format("woff"), url("../fonts/icons/asenov.svg?ver=1.7#asenov") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/***************************
******* Grid Styles *******
*************************/
.outter_row,
.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1435px;
  width: 100%;
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.outter_row.full,
.row.full {
  max-width: none !important;
}
.outter_row.static,
.row.static {
  position: static;
}
@media (min-width: 480px) {
  .elementor-section-boxed .elementor-container:not(.elementor-column-gap-no),
  .elementor-section-full_width:not(.full) .elementor-container:not(.elementor-column-gap-no),
  .outter_row,
  .row {
    max-width: 460px !important;
  }
}
@media (min-width: 640px) {
  .elementor-section-boxed .elementor-container:not(.elementor-column-gap-no),
  .elementor-section-full_width:not(.full) .elementor-container:not(.elementor-column-gap-no),
  .outter_row,
  .row {
    max-width: 620px !important;
  }
}
@media (min-width: 768px) {
  .elementor-section-boxed .elementor-container:not(.elementor-column-gap-no),
  .elementor-section-full_width:not(.full) .elementor-container:not(.elementor-column-gap-no),
  .outter_row,
  .row {
    max-width: 748px !important;
  }
}
@media (min-width: 992px) {
  .elementor-section-boxed .elementor-container:not(.elementor-column-gap-no),
  .elementor-section-full_width:not(.full) .elementor-container:not(.elementor-column-gap-no),
  .outter_row,
  .row {
    max-width: 972px !important;
  }
}
@media (min-width: 1200px) {
  .elementor-section-boxed .elementor-container:not(.elementor-column-gap-no),
  .elementor-section-full_width:not(.full) .elementor-container:not(.elementor-column-gap-no),
  .outter_row,
  .row {
    max-width: 1180px !important;
  }
}
@media (min-width: 1540px) {
  .elementor-section-boxed .elementor-container:not(.elementor-column-gap-no),
  .elementor-section-full_width:not(.full) .elementor-container:not(.elementor-column-gap-no),
  .outter_row,
  .row {
    max-width: 1435px !important;
  }
}
.elementor-section-boxed .elementor-container:not(.elementor-column-gap-no) .row,
.elementor-section-full_width:not(.full) .elementor-container:not(.elementor-column-gap-no) .row,
.outter_row .row,
.row .row {
  max-width: calc(100% + 20px) !important;
}
@media (min-width: 768px) {
  .elementor-section-boxed .elementor-container:not(.elementor-column-gap-no) .row,
  .elementor-section-full_width:not(.full) .elementor-container:not(.elementor-column-gap-no) .row,
  .outter_row .row,
  .row .row {
    max-width: calc(100% + 20px) !important;
  }
}

@media (min-width: 1200px) {
  .elementor-section-boxed.outter_elementor .elementor-container,
  .outter_row {
    max-width: 1715px !important;
  }
}

@media (min-width: 992px) {
  .narrow_row .elementor-container:not(.elementor-column-gap-no) {
    max-width: 960px !important;
  }
}

.row .row,
.outter_row .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
@media (min-width: 768px) {
  .row .row,
  .outter_row .row {
    margin-left: -10px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
}

.col-md-12,
.col {
  float: left;
  width: 100%;
  flex-grow: 1;
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-md-12,
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col-md-12.no_gut,
.col.no_gut {
  padding: 0 !important;
}
.col-md-12.no_gut .row,
.col.no_gut .row {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.outter_row.default_start,
.row.default_start,
.col.default_start {
  justify-content: flex-start;
}
.outter_row.default_center,
.row.default_center,
.col.default_center {
  justify-content: center;
}
.outter_row.default_end,
.row.default_end,
.col.default_end {
  justify-content: flex-end;
}
.outter_row.default_stretch,
.row.default_stretch,
.col.default_stretch {
  align-items: stretch;
}
.outter_row.default_top,
.row.default_top,
.col.default_top {
  align-items: flex-start;
}
.outter_row.default_middle,
.row.default_middle,
.col.default_middle {
  align-items: center;
}
.outter_row.default_bottom,
.row.default_bottom,
.col.default_bottom {
  align-items: flex-end;
}
.outter_row.default_between,
.row.default_between,
.col.default_between {
  justify-content: space-between;
}
.outter_row.default_around,
.row.default_around,
.col.default_around {
  justify-content: space-around;
}
.outter_row.default_reverse,
.row.default_reverse,
.col.default_reverse {
  flex-direction: row-reverse;
}
.outter_row.default_forward,
.row.default_forward,
.col.default_forward {
  flex-direction: row;
}

.col.default_prefix_0 {
  margin-left: 0;
}
.col.default_suffix_0 {
  margin-right: 0;
}
.col.default_unset {
  order: 0;
}
.col.default_first {
  order: -1;
}
.col.default_last {
  order: 1;
}
.col.default_1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}
.col.default_prefix_1 {
  margin-left: 8.3333333333%;
}
.col.default_suffix_1 {
  margin-right: 8.3333333333%;
}
.col.default_2 {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.col.default_prefix_2 {
  margin-left: 16.6666666667%;
}
.col.default_suffix_2 {
  margin-right: 16.6666666667%;
}
.col.default_3 {
  max-width: 25%;
  flex-basis: 25%;
}
.col.default_prefix_3 {
  margin-left: 25%;
}
.col.default_suffix_3 {
  margin-right: 25%;
}
.col.default_4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.col.default_prefix_4 {
  margin-left: 33.3333333333%;
}
.col.default_suffix_4 {
  margin-right: 33.3333333333%;
}
.col.default_5 {
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}
.col.default_prefix_5 {
  margin-left: 41.6666666667%;
}
.col.default_suffix_5 {
  margin-right: 41.6666666667%;
}
.col.default_6 {
  max-width: 50%;
  flex-basis: 50%;
}
.col.default_prefix_6 {
  margin-left: 50%;
}
.col.default_suffix_6 {
  margin-right: 50%;
}
.col.default_7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}
.col.default_prefix_7 {
  margin-left: 58.3333333333%;
}
.col.default_suffix_7 {
  margin-right: 58.3333333333%;
}
.col.default_8 {
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}
.col.default_prefix_8 {
  margin-left: 66.6666666667%;
}
.col.default_suffix_8 {
  margin-right: 66.6666666667%;
}
.col.default_9 {
  max-width: 75%;
  flex-basis: 75%;
}
.col.default_prefix_9 {
  margin-left: 75%;
}
.col.default_suffix_9 {
  margin-right: 75%;
}
.col.default_10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}
.col.default_prefix_10 {
  margin-left: 83.3333333333%;
}
.col.default_suffix_10 {
  margin-right: 83.3333333333%;
}
.col.default_11 {
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}
.col.default_prefix_11 {
  margin-left: 91.6666666667%;
}
.col.default_suffix_11 {
  margin-right: 91.6666666667%;
}
.col.default_12 {
  max-width: 100%;
  flex-basis: 100%;
}
.col.default_prefix_12 {
  margin-left: 100%;
}
.col.default_suffix_12 {
  margin-right: 100%;
}

.default_hide {
  display: none !important;
}

.default_block {
  display: block !important;
}

.default_inline_block {
  display: inline-block !important;
}

.default_flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .outter_row.medium_start,
  .row.medium_start,
  .col.medium_start {
    justify-content: flex-start;
  }
  .outter_row.medium_center,
  .row.medium_center,
  .col.medium_center {
    justify-content: center;
  }
  .outter_row.medium_end,
  .row.medium_end,
  .col.medium_end {
    justify-content: flex-end;
  }
  .outter_row.medium_stretch,
  .row.medium_stretch,
  .col.medium_stretch {
    align-items: stretch;
  }
  .outter_row.medium_top,
  .row.medium_top,
  .col.medium_top {
    align-items: flex-start;
  }
  .outter_row.medium_middle,
  .row.medium_middle,
  .col.medium_middle {
    align-items: center;
  }
  .outter_row.medium_bottom,
  .row.medium_bottom,
  .col.medium_bottom {
    align-items: flex-end;
  }
  .outter_row.medium_between,
  .row.medium_between,
  .col.medium_between {
    justify-content: space-between;
  }
  .outter_row.medium_around,
  .row.medium_around,
  .col.medium_around {
    justify-content: space-around;
  }
  .outter_row.medium_reverse,
  .row.medium_reverse,
  .col.medium_reverse {
    flex-direction: row-reverse;
  }
  .outter_row.medium_forward,
  .row.medium_forward,
  .col.medium_forward {
    flex-direction: row;
  }
  .col.medium_prefix_0 {
    margin-left: 0;
  }
  .col.medium_suffix_0 {
    margin-right: 0;
  }
  .col.medium_unset {
    order: 0;
  }
  .col.medium_first {
    order: -1;
  }
  .col.medium_last {
    order: 1;
  }
  .col.medium_1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.medium_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.medium_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.medium_2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.medium_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.medium_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.medium_3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .col.medium_prefix_3 {
    margin-left: 25%;
  }
  .col.medium_suffix_3 {
    margin-right: 25%;
  }
  .col.medium_4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.medium_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.medium_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.medium_5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.medium_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.medium_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.medium_6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .col.medium_prefix_6 {
    margin-left: 50%;
  }
  .col.medium_suffix_6 {
    margin-right: 50%;
  }
  .col.medium_7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.medium_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.medium_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.medium_8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.medium_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.medium_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.medium_9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .col.medium_prefix_9 {
    margin-left: 75%;
  }
  .col.medium_suffix_9 {
    margin-right: 75%;
  }
  .col.medium_10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.medium_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.medium_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.medium_11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.medium_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.medium_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.medium_12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col.medium_prefix_12 {
    margin-left: 100%;
  }
  .col.medium_suffix_12 {
    margin-right: 100%;
  }
  .medium_hide {
    display: none !important;
  }
  .medium_block {
    display: block !important;
  }
  .medium_inline_block {
    display: inline-block !important;
  }
  .medium_flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .outter_row.large_start,
  .row.large_start,
  .col.large_start {
    justify-content: flex-start;
  }
  .outter_row.large_center,
  .row.large_center,
  .col.large_center {
    justify-content: center;
  }
  .outter_row.large_end,
  .row.large_end,
  .col.large_end {
    justify-content: flex-end;
  }
  .outter_row.large_stretch,
  .row.large_stretch,
  .col.large_stretch {
    align-items: stretch;
  }
  .outter_row.large_top,
  .row.large_top,
  .col.large_top {
    align-items: flex-start;
  }
  .outter_row.large_middle,
  .row.large_middle,
  .col.large_middle {
    align-items: center;
  }
  .outter_row.large_bottom,
  .row.large_bottom,
  .col.large_bottom {
    align-items: flex-end;
  }
  .outter_row.large_between,
  .row.large_between,
  .col.large_between {
    justify-content: space-between;
  }
  .outter_row.large_around,
  .row.large_around,
  .col.large_around {
    justify-content: space-around;
  }
  .outter_row.large_reverse,
  .row.large_reverse,
  .col.large_reverse {
    flex-direction: row-reverse;
  }
  .outter_row.large_forward,
  .row.large_forward,
  .col.large_forward {
    flex-direction: row;
  }
  .col.large_prefix_0 {
    margin-left: 0;
  }
  .col.large_suffix_0 {
    margin-right: 0;
  }
  .col.large_unset {
    order: 0;
  }
  .col.large_first {
    order: -1;
  }
  .col.large_last {
    order: 1;
  }
  .col.large_1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.large_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.large_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.large_2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.large_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.large_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.large_3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .col.large_prefix_3 {
    margin-left: 25%;
  }
  .col.large_suffix_3 {
    margin-right: 25%;
  }
  .col.large_4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.large_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.large_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.large_5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.large_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.large_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.large_6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .col.large_prefix_6 {
    margin-left: 50%;
  }
  .col.large_suffix_6 {
    margin-right: 50%;
  }
  .col.large_7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.large_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.large_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.large_8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.large_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.large_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.large_9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .col.large_prefix_9 {
    margin-left: 75%;
  }
  .col.large_suffix_9 {
    margin-right: 75%;
  }
  .col.large_10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.large_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.large_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.large_11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.large_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.large_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.large_12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col.large_prefix_12 {
    margin-left: 100%;
  }
  .col.large_suffix_12 {
    margin-right: 100%;
  }
  .large_hide {
    display: none !important;
  }
  .large_block {
    display: block !important;
  }
  .large_inline_block {
    display: inline-block !important;
  }
  .large_flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .outter_row.giant_start,
  .row.giant_start,
  .col.giant_start {
    justify-content: flex-start;
  }
  .outter_row.giant_center,
  .row.giant_center,
  .col.giant_center {
    justify-content: center;
  }
  .outter_row.giant_end,
  .row.giant_end,
  .col.giant_end {
    justify-content: flex-end;
  }
  .outter_row.giant_stretch,
  .row.giant_stretch,
  .col.giant_stretch {
    align-items: stretch;
  }
  .outter_row.giant_top,
  .row.giant_top,
  .col.giant_top {
    align-items: flex-start;
  }
  .outter_row.giant_middle,
  .row.giant_middle,
  .col.giant_middle {
    align-items: center;
  }
  .outter_row.giant_bottom,
  .row.giant_bottom,
  .col.giant_bottom {
    align-items: flex-end;
  }
  .outter_row.giant_between,
  .row.giant_between,
  .col.giant_between {
    justify-content: space-between;
  }
  .outter_row.giant_around,
  .row.giant_around,
  .col.giant_around {
    justify-content: space-around;
  }
  .outter_row.giant_reverse,
  .row.giant_reverse,
  .col.giant_reverse {
    flex-direction: row-reverse;
  }
  .outter_row.giant_forward,
  .row.giant_forward,
  .col.giant_forward {
    flex-direction: row;
  }
  .col.giant_prefix_0 {
    margin-left: 0;
  }
  .col.giant_suffix_0 {
    margin-right: 0;
  }
  .col.giant_unset {
    order: 0;
  }
  .col.giant_first {
    order: -1;
  }
  .col.giant_last {
    order: 1;
  }
  .col.giant_1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.giant_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.giant_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.giant_2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.giant_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.giant_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.giant_3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .col.giant_prefix_3 {
    margin-left: 25%;
  }
  .col.giant_suffix_3 {
    margin-right: 25%;
  }
  .col.giant_4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.giant_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.giant_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.giant_5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.giant_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.giant_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.giant_6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .col.giant_prefix_6 {
    margin-left: 50%;
  }
  .col.giant_suffix_6 {
    margin-right: 50%;
  }
  .col.giant_7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.giant_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.giant_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.giant_8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.giant_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.giant_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.giant_9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .col.giant_prefix_9 {
    margin-left: 75%;
  }
  .col.giant_suffix_9 {
    margin-right: 75%;
  }
  .col.giant_10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.giant_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.giant_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.giant_11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.giant_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.giant_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.giant_12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col.giant_prefix_12 {
    margin-left: 100%;
  }
  .col.giant_suffix_12 {
    margin-right: 100%;
  }
  .giant_hide {
    display: none !important;
  }
  .giant_block {
    display: block !important;
  }
  .giant_inline_block {
    display: inline-block !important;
  }
  .giant_flex {
    display: flex !important;
  }
}
@media (min-width: 1540px) {
  .outter_row.layout_start,
  .row.layout_start,
  .col.layout_start {
    justify-content: flex-start;
  }
  .outter_row.layout_center,
  .row.layout_center,
  .col.layout_center {
    justify-content: center;
  }
  .outter_row.layout_end,
  .row.layout_end,
  .col.layout_end {
    justify-content: flex-end;
  }
  .outter_row.layout_stretch,
  .row.layout_stretch,
  .col.layout_stretch {
    align-items: stretch;
  }
  .outter_row.layout_top,
  .row.layout_top,
  .col.layout_top {
    align-items: flex-start;
  }
  .outter_row.layout_middle,
  .row.layout_middle,
  .col.layout_middle {
    align-items: center;
  }
  .outter_row.layout_bottom,
  .row.layout_bottom,
  .col.layout_bottom {
    align-items: flex-end;
  }
  .outter_row.layout_between,
  .row.layout_between,
  .col.layout_between {
    justify-content: space-between;
  }
  .outter_row.layout_around,
  .row.layout_around,
  .col.layout_around {
    justify-content: space-around;
  }
  .outter_row.layout_reverse,
  .row.layout_reverse,
  .col.layout_reverse {
    flex-direction: row-reverse;
  }
  .outter_row.layout_forward,
  .row.layout_forward,
  .col.layout_forward {
    flex-direction: row;
  }
  .col.layout_prefix_0 {
    margin-left: 0;
  }
  .col.layout_suffix_0 {
    margin-right: 0;
  }
  .col.layout_unset {
    order: 0;
  }
  .col.layout_first {
    order: -1;
  }
  .col.layout_last {
    order: 1;
  }
  .col.layout_1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .col.layout_prefix_1 {
    margin-left: 8.3333333333%;
  }
  .col.layout_suffix_1 {
    margin-right: 8.3333333333%;
  }
  .col.layout_2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .col.layout_prefix_2 {
    margin-left: 16.6666666667%;
  }
  .col.layout_suffix_2 {
    margin-right: 16.6666666667%;
  }
  .col.layout_3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .col.layout_prefix_3 {
    margin-left: 25%;
  }
  .col.layout_suffix_3 {
    margin-right: 25%;
  }
  .col.layout_4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .col.layout_prefix_4 {
    margin-left: 33.3333333333%;
  }
  .col.layout_suffix_4 {
    margin-right: 33.3333333333%;
  }
  .col.layout_5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .col.layout_prefix_5 {
    margin-left: 41.6666666667%;
  }
  .col.layout_suffix_5 {
    margin-right: 41.6666666667%;
  }
  .col.layout_6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .col.layout_prefix_6 {
    margin-left: 50%;
  }
  .col.layout_suffix_6 {
    margin-right: 50%;
  }
  .col.layout_7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .col.layout_prefix_7 {
    margin-left: 58.3333333333%;
  }
  .col.layout_suffix_7 {
    margin-right: 58.3333333333%;
  }
  .col.layout_8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .col.layout_prefix_8 {
    margin-left: 66.6666666667%;
  }
  .col.layout_suffix_8 {
    margin-right: 66.6666666667%;
  }
  .col.layout_9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .col.layout_prefix_9 {
    margin-left: 75%;
  }
  .col.layout_suffix_9 {
    margin-right: 75%;
  }
  .col.layout_10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .col.layout_prefix_10 {
    margin-left: 83.3333333333%;
  }
  .col.layout_suffix_10 {
    margin-right: 83.3333333333%;
  }
  .col.layout_11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .col.layout_prefix_11 {
    margin-left: 91.6666666667%;
  }
  .col.layout_suffix_11 {
    margin-right: 91.6666666667%;
  }
  .col.layout_12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col.layout_prefix_12 {
    margin-left: 100%;
  }
  .col.layout_suffix_12 {
    margin-right: 100%;
  }
  .layout_hide {
    display: none !important;
  }
  .layout_block {
    display: block !important;
  }
  .layout_inline_block {
    display: inline-block !important;
  }
  .layout_flex {
    display: flex !important;
  }
}
.datepickers-container .datepicker--nav {
  display: none;
}
.datepickers-container .datepicker--days-names {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.datepickers-container .datepicker--day-name {
  color: #232323;
}
.datepickers-container .-weekend- {
  color: #181818;
  font-weight: bold;
}
.datepickers-container .-current- {
  background: transparent;
  color: #232323 !important;
  position: relative;
}
.datepickers-container .-current-:hover::before {
  background: transparent;
}
.datepickers-container .-current-:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #1F6F43;
  width: 80%;
  height: 80%;
  z-index: -1;
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #259795;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ed4f64;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #0A6D6B;
  --adp-cell-background-color-selected-hover: #0A6D6B;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  color: #232323;
  hyphens: manual;
  background: #FFFFFF;
  text-size-adjust: none;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  margin: 0 !important;
}
html[lang] {
  margin: 0 !important;
}

body {
  color: #232323;
  min-height: 100vh;
  position: relative;
  background: #FFFFFF;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
body.disable_scroll {
  overflow: hidden;
}
body.admin-bar {
  padding-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
body.term-kursove > main {
  padding-bottom: 100px;
  background-color: #ECE4D6;
}
body.woocommerce-shop main, body.category main {
  margin-bottom: 100px;
}
body[class*=learndash] main {
  margin-top: 40px;
  margin-bottom: 100px;
}

main.main_website_wrapper {
  overflow: hidden;
  font-weight: 400;
  position: relative;
}

.woocommerce-info {
  border-top-color: #1F6F43;
}
.woocommerce-info::before {
  color: #1F6F43;
}

::selection {
  color: #FFFFFF;
  background-color: #E6B800;
}

::-moz-selection {
  color: #FFFFFF;
  background-color: #E6B800;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.relative {
  position: relative;
}

.default_section {
  padding: 40px 0 20px;
}

.light_text {
  color: #FFFFFF;
}

a {
  color: #1F6F43;
  text-decoration: none;
  transition: color 0.3s, background 0.3s ease-in-out;
}
a img {
  max-width: 100%;
}
a:hover {
  color: #232323;
}

figure {
  display: inline-block;
  border-radius: 10px;
}
figure img {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.elementor figure img {
  border-radius: 10px;
}

.cover_figure {
  width: 100%;
  height: 100%;
}
.cover_figure img {
  object-fit: cover;
}
.cover_figure img,
.cover_figure svg {
  width: 100%;
  height: 100%;
}

.contain_figure {
  width: 100%;
  height: 100%;
}
.contain_figure img {
  object-fit: contain;
}

.decoration_left,
.decoration_right {
  position: relative;
}

.decoration_left::before {
  content: "";
  z-index: -1;
  width: 250px;
  height: 250px;
  opacity: 0.2;
  background: url("../images/layout/dots_decoration.svg") center center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: -33px;
  left: 0;
}

.decoration_right::after {
  content: "";
  width: 1000px;
  height: 600px;
  z-index: -1;
  background: url("../images/layout/lines_decoration.svg") center center no-repeat;
  background-size: contain;
  transform: translate(50%, 70%);
  position: absolute;
  right: 0;
  bottom: 50%;
}

.stretch_items .elementor-widget {
  height: 100%;
}
.stretch_items .elementor-widget .elementor-widget-container {
  height: 100%;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar {
  height: 40px;
  font-size: 16px;
  align-items: center;
  position: relative;
}
.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar .additional_text {
  padding: 0 20px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
@media (min-width: 992px) {
  .elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar .additional_text {
    transform: translate(100%, -50%);
  }
}

.main_price_block {
  display: flex;
  flex-wrap: wrap;
}
.main_price_block.bold {
  font-weight: 700 !important;
}
.main_price_block.bold .price_value {
  display: inline-block;
  color: #E6B800;
}
.main_price_block.t_left {
  justify-content: flex-start;
}
.main_price_block.t_center {
  justify-content: center;
}
.main_price_block.t_right {
  justify-content: flex-end;
}
.main_price_block .woocommerce-Price-currencySymbol {
  font-size: 0.5em;
}

.elementor-accordion .elementor-accordion-item {
  border-left: none !important;
  border-right: none !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: none !important;
}
.elementor-accordion .elementor-accordion-icon span {
  position: relative;
  text-align: center;
}
.elementor-accordion .elementor-accordion-icon span::before {
  content: "";
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #E1E1E1;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.elementor-accordion .elementor-accordion-icon span.elementor-accordion-icon-opened::before {
  border-color: #A74A20;
}

.acc_wrapper {
  border-bottom: 2px solid #EEE7DB;
}
.acc_wrapper:first-of-type {
  border-top: 2px solid #EEE7DB;
}

.acc_toggle {
  color: #232323;
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  transition: color 0.3s ease-in-out;
  font-size: 23px;
  padding: 30px 40px 30px 20px;
}
.acc_toggle:after {
  color: #e9d2c8;
  content: "\e928";
  font-weight: normal;
  font-family: "Custom Icons";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 8px;
  transition: color 0.3s ease-in-out;
  font-size: 40px;
}
.acc_toggle.active, .acc_toggle:hover {
  color: #A74A20;
}
.acc_toggle.active:after, .acc_toggle:hover:after {
  color: #A74A20;
}
.acc_toggle.active:after {
  content: "\e929";
}

.acc_content {
  padding: 30px 20px;
}
.application_info {
  position: relative;
  padding: 30px 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.application_info table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
}
.application_info table thead tr th {
  color: #FFFFFF;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  background-color: #1F6F43;
  border-bottom: 2px solid rgb(25.4330985915, 91.0669014085, 54.9683098592);
  padding: 15px 20px;
}
.application_info table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
.application_info table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
.application_info table tbody tr {
  transition: background-color 0.2s ease;
}
.application_info table tbody tr td {
  color: #232323;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  background-color: #FAF8F4;
  border-bottom: 1px solid #EEE7DA;
  padding: 15px 20px;
}
.application_info table tbody tr td:first-child {
  font-weight: 600;
  color: #1F6F43;
  background-color: #F6F1E8;
  border-right: 2px solid #EEE7DA;
}
.application_info table tbody tr td p {
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.application_info table tbody tr td p:last-child {
  margin-bottom: 0;
}
.application_info table tbody tr td ul {
  margin: 12px 0;
  padding-left: 0;
  list-style: none;
}
.application_info table tbody tr td ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.6;
}
.application_info table tbody tr td ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #1F6F43;
  border-radius: 50%;
}
.application_info table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
.application_info table tbody tr td strong {
  color: #1F6F43;
}
.application_info table tbody tr:nth-child(even) td {
  background-color: #FFFFFF;
}
.application_info table tbody tr:nth-child(even) td:first-child {
  background-color: #FCFBF8;
}
.application_info table tbody tr:last-child td {
  border-bottom: none;
}
.application_info table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.application_info table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.application_info table tbody tr:hover td {
  background-color: #F0EBE1;
}
.application_info table tbody tr:hover td:first-child {
  background-color: #EBE5D9;
}

.elementor-counter .elementor-counter-number-wrapper {
  margin-bottom: 30px;
}

span.secondary-currency {
  white-space: nowrap;
  line-height: 0.8em;
  font-size: 0.75em;
}

h1, .h1, h2, .h2, h3, .h3, .main_price_block.bold, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-weight: 700;
  color: #232323;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
}
h1.underline_title, .h1.underline_title, h2.underline_title, .h2.underline_title, h3.underline_title, .h3.underline_title, .underline_title.main_price_block.bold, h4.underline_title, .h4.underline_title, h5.underline_title, .h5.underline_title, h6.underline_title, .h6.underline_title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
}
h1.underline_title::before, .h1.underline_title::before, h2.underline_title::before, .h2.underline_title::before, h3.underline_title::before, .h3.underline_title::before, .underline_title.main_price_block.bold::before, h4.underline_title::before, .h4.underline_title::before, h5.underline_title::before, .h5.underline_title::before, h6.underline_title::before, .h6.underline_title::before {
  content: "";
  height: 5px;
  width: 15%;
  min-width: 55px;
  max-width: 35%;
  background-color: #1F6F43;
  position: absolute;
  bottom: -3px;
  left: 0;
}
h1.default_title, .h1.default_title, h2.default_title, .h2.default_title, h3.default_title, .h3.default_title, .default_title.main_price_block.bold, h4.default_title, .h4.default_title, h5.default_title, .h5.default_title, h6.default_title, .h6.default_title {
  margin-bottom: 30px;
}
.light_text h1, .light_text .h1, .light_text h2, .light_text .h2, .light_text h3, .light_text .h3, .light_text .main_price_block.bold, .light_text h4, .light_text .h4, .light_text h5, .light_text .h5, .light_text h6, .light_text .h6 {
  color: #FFFFFF;
}

h1, .h1 {
  font-size: 26px;
  margin-bottom: 0.6em;
}

h2, .h2 {
  font-size: 26px;
  margin-bottom: 0.6em;
}

h3, .h3, .main_price_block.bold {
  font-size: 20px;
  margin-bottom: 0.6em;
}
@media (min-width: 1200px) {
  h3, .h3, .main_price_block.bold {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 20px;
  margin-bottom: 0.6em;
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 0.6em;
}

h6, .h6 {
  font-size: 16px;
  margin-bottom: 0.6em;
}

.title {
  margin: 16px 0;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .title {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 57px;
  }
}

.section_title {
  color: #232323;
  display: block;
  font-size: 30px;
}
@media (min-width: 992px) {
  .section_title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .section_title {
    font-size: 48px;
  }
}
.section_title small {
  color: #E6B800;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .section_title small {
    font-size: 24px;
  }
}

.line_title {
  display: block;
  padding: 0 15px;
  max-width: 700px;
  position: relative;
  text-align: center;
  line-height: 1.33em;
  margin: 30px auto 30px;
}
.line_title::before, .line_title::after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background-color: #232323;
  position: absolute;
  top: 50%;
}
.line_title::before {
  right: 100%;
}
.line_title::after {
  left: 100%;
}
.line_title small {
  display: block;
  font-weight: 400;
}

.elementor .elementor-widget-heading .elementor-heading-title {
  margin-bottom: 30px;
}
.elementor .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 38px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .elementor .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 48px;
  }
}
.elementor .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  position: relative;
  margin-bottom: 0;
}
.elementor .elementor-widget-heading .elementor-heading-title.elementor-size-xxl::before {
  color: #E6B800;
  width: 25px;
  height: 25px;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTA0LjEyNSA1MDQuMTI1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJNMzM5Ljc3MiAwczQ0LjUzNiAxMDguOTU0LTE0Ni4zMzcgMTgyLjEzOEM4OS43MTkgMjIxLjg5MyAxMC4wNTkgMzIzLjc4OSAxMDUuMTczIDQ4MS4xOTNjNy44NzctNzAuMzU3IDQxLjY1My0yMjUuNDg1IDE4Ni44ODgtMjYwLjg4NCAwIDAtMTM1LjE3NiA1MC41NDYtMTQ3LjExNyAyNzkuMzQ3IDY5LjQ1OSA5Ljc1MiAyMzIuMzYxIDE2LjMwNSAyODAuNzI2LTEyNS4wNjJDNDg5LjUzNiAxODcuODE3IDMzOS43NzIgMCAzMzkuNzcyIDB6IiBzdHlsZT0iIiBmaWxsPSIjM2E3ZjBkIiBkYXRhLW9yaWdpbmFsPSIjM2E3ZjBkIj48L3BhdGg+PHBhdGggZD0iTTE0NS4wMDcgNDk4LjcwNGMxNDcuNDU2LTU4Ljg0OSAyNTQuNzQ4LTE5Ni43MSAyNjkuNTU2LTM2MS4yODNDMzg0LjQxOCA1Ni4xMDcgMzM5Ljc3MiAwIDMzOS43NzIgMHM0NC41MzYgMTA4Ljk1NC0xNDYuMzM3IDE4Mi4xMzhDODkuNzE5IDIyMS44OTMgMTAuMDU5IDMyMy43ODkgMTA1LjE3MyA0ODEuMTkzYzcuODc3LTcwLjM1NyA0MS42NTMtMjI1LjQ4NSAxODYuODg4LTI2MC44ODQtLjAwOC4wMDEtMTM0Ljc4MiA1MC40MjEtMTQ3LjA1NCAyNzguMzk1eiIgc3R5bGU9IiIgZmlsbD0iIzQ5YTAxMCIgZGF0YS1vcmlnaW5hbD0iIzQ5YTAxMCIgY2xhc3M9IiI+PC9wYXRoPjxjaXJjbGUgY3g9IjkwLjQ1OSIgY3k9IjE3MS45ODUiIHI9IjEzLjc4NSIgc3R5bGU9IiIgZmlsbD0iIzNhN2YwZCIgZGF0YS1vcmlnaW5hbD0iIzNhN2YwZCI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTMzLjc4MiIgY3k9IjE1OC4yIiByPSI5Ljg0NiIgc3R5bGU9IiIgZmlsbD0iIzQ5YTAxMCIgZGF0YS1vcmlnaW5hbD0iIzQ5YTAxMCIgY2xhc3M9IiI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTI0LjkyMSIgY3k9IjY0LjY2MiIgcj0iMjQuNjE1IiBzdHlsZT0iIiBmaWxsPSIjNDlhMDEwIiBkYXRhLW9yaWdpbmFsPSIjNDlhMDEwIiBjbGFzcz0iIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMDAuNzM2IiBjeT0iMTIwLjc4NSIgcj0iNy44NzciIHN0eWxlPSIiIGZpbGw9IiM0OWEwMTAiIGRhdGEtb3JpZ2luYWw9IiM0OWEwMTAiIGNsYXNzPSIiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjI2Ni43MTMiIGN5PSI3Ni40NzciIHI9IjIyLjY0NiIgc3R5bGU9IiIgZmlsbD0iIzQ5YTAxMCIgZGF0YS1vcmlnaW5hbD0iIzQ5YTAxMCIgY2xhc3M9IiI+PC9jaXJjbGU+PC9nPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
  position: absolute;
  top: 5px;
  left: 50%;
}
.elementor .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 40px;
  padding-top: 33px;
}
.elementor .elementor-widget-heading.no_margin .elementor-heading-title {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p {
  margin-bottom: 1.4em;
  line-height: 1.467em;
}

ul:not(.unstyled_list).default_list, section.text_img_section .description ul:not(.unstyled_list) {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  ul:not(.unstyled_list).default_list, section.text_img_section .description ul:not(.unstyled_list) {
    margin-bottom: 40px;
  }
}
ul:not(.unstyled_list).default_list:last-child, section.text_img_section .description ul:not(.unstyled_list):last-child {
  margin-bottom: 0;
}
ul:not(.unstyled_list).default_list li, section.text_img_section .description ul:not(.unstyled_list) li {
  position: relative;
  padding-left: 26px;
  line-height: 1.15em;
  margin-bottom: 12px;
}
ul:not(.unstyled_list).default_list li:last-child, section.text_img_section .description ul:not(.unstyled_list) li:last-child {
  margin-bottom: 0;
}
ul:not(.unstyled_list).default_list li:before, section.text_img_section .description ul:not(.unstyled_list) li:before {
  content: "\f00c";
  font-weight: 900;
  color: #E6B800;
  font-style: normal;
  font-family: "Font Awesome 5";
  position: absolute;
  top: 0px;
  left: 0;
}
ul:not(.unstyled_list).bullets_list, .acc_content.description ul:not(.unstyled_list) {
  display: block;
  margin-bottom: 20px;
}
ul:not(.unstyled_list).bullets_list:last-child, .acc_content.description ul:not(.unstyled_list):last-child {
  margin-bottom: 0;
}
ul:not(.unstyled_list).bullets_list li, .acc_content.description ul:not(.unstyled_list) li {
  position: relative;
  padding-left: 16px;
  line-height: 1.15em;
  margin-bottom: 10px;
}
ul:not(.unstyled_list).bullets_list li:last-child, .acc_content.description ul:not(.unstyled_list) li:last-child {
  margin-bottom: 0;
}
ul:not(.unstyled_list).bullets_list li:before, .acc_content.description ul:not(.unstyled_list) li:before {
  color: #232323;
  font-size: 6px;
  content: "\f111";
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5";
  position: absolute;
  top: -1px;
  left: 0;
}

.btn, .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
button,
.woocommerce-Button--next,
input[type=submit] {
  color: #FFFFFF;
  max-width: 100%;
  font-size: 14px;
  cursor: pointer;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 1px solid #1F6F43;
  background-color: #1F6F43;
  border-radius: 100px !important;
  transition: color 0.3s, border 0.3s, background 0.3s ease-in-out;
  padding: 18px 40px;
}
.btn:hover, .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button:hover,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover,
button:hover,
.woocommerce-Button--next:hover,
input[type=submit]:hover {
  color: #FFFFFF;
  border-color: #E6B800;
  background-color: #E6B800;
}
.btn.btn_outline, .woocommerce .product .main_section form.cart:not(.variations_form) .btn_outline.single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .btn_outline.single_add_to_cart_button,
button.btn_outline,
.woocommerce-Button--next.btn_outline,
input[type=submit].btn_outline {
  background-color: transparent;
}
.btn.btn_accent_outline, .woocommerce .product .main_section form.cart:not(.variations_form) .btn_accent_outline.single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .btn_accent_outline.single_add_to_cart_button,
button.btn_accent_outline,
.woocommerce-Button--next.btn_accent_outline,
input[type=submit].btn_accent_outline {
  color: #181818;
  border-color: #E6B800;
  background-color: transparent;
}
.btn.btn_accent_outline:hover, .woocommerce .product .main_section form.cart:not(.variations_form) .btn_accent_outline.single_add_to_cart_button:hover,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .btn_accent_outline.single_add_to_cart_button:hover,
button.btn_accent_outline:hover,
.woocommerce-Button--next.btn_accent_outline:hover,
input[type=submit].btn_accent_outline:hover {
  color: #181818;
  background-color: #E6B800;
  border-color: #E6B800;
}
.btn.btn_light, .woocommerce .product .main_section form.cart:not(.variations_form) .btn_light.single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .btn_light.single_add_to_cart_button,
button.btn_light,
.woocommerce-Button--next.btn_light,
input[type=submit].btn_light {
  color: #1F6F43;
  background-color: #FFFFFF;
  border: 5px solid #2f4560;
}
.btn.btn_light:hover, .woocommerce .product .main_section form.cart:not(.variations_form) .btn_light.single_add_to_cart_button:hover,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .btn_light.single_add_to_cart_button:hover,
button.btn_light:hover,
.woocommerce-Button--next.btn_light:hover,
input[type=submit].btn_light:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
.btn.fa::before, .woocommerce .product .main_section form.cart:not(.variations_form) .fa.single_add_to_cart_button::before,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .fa.single_add_to_cart_button::before,
button.fa::before,
.woocommerce-Button--next.fa::before,
input[type=submit].fa::before {
  line-height: 1em;
  margin-right: 5px;
  vertical-align: bottom;
}
.btn.min, .woocommerce .product .main_section form.cart:not(.variations_form) .min.single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .min.single_add_to_cart_button,
button.min,
.woocommerce-Button--next.min,
input[type=submit].min {
  min-width: 250px;
}
.btn.sm, .woocommerce .product .main_section form.cart:not(.variations_form) .sm.single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .sm.single_add_to_cart_button,
button.sm,
.woocommerce-Button--next.sm,
input[type=submit].sm {
  padding: 12px 20px;
}
.btn.btn_secondary, .woocommerce .product .main_section form.cart:not(.variations_form) .btn_secondary.single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .btn_secondary.single_add_to_cart_button,
button.btn_secondary,
.woocommerce-Button--next.btn_secondary,
input[type=submit].btn_secondary {
  background-color: #181818;
  border-color: #181818;
}
.btn.btn_secondary:hover, .woocommerce .product .main_section form.cart:not(.variations_form) .btn_secondary.single_add_to_cart_button:hover,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .btn_secondary.single_add_to_cart_button:hover,
button.btn_secondary:hover,
.woocommerce-Button--next.btn_secondary:hover,
input[type=submit].btn_secondary:hover {
  border-color: #1F6F43;
  background-color: #1F6F43;
}
@media (min-width: 480px) {
  .btn, .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button,
  .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  button,
  .woocommerce-Button--next,
  input[type=submit] {
    width: auto;
    display: inline-block;
  }
  .btn.wide, .woocommerce .product .main_section form.cart:not(.variations_form) .wide.single_add_to_cart_button,
  .woocommerce .product .main_section .woocommerce-variation-add-to-cart .wide.single_add_to_cart_button,
  .popup_wrap .popup_cont .popup_footer .btn,
  .popup_wrap .popup_cont .popup_footer .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button,
  .woocommerce .product .main_section form.cart:not(.variations_form) .popup_wrap .popup_cont .popup_footer .single_add_to_cart_button,
  .popup_wrap .popup_cont .popup_footer .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .woocommerce .product .main_section .woocommerce-variation-add-to-cart .popup_wrap .popup_cont .popup_footer .single_add_to_cart_button,
  button.wide,
  .popup_wrap .popup_cont .popup_footer button,
  .woocommerce-Button--next.wide,
  input[type=submit].wide {
    width: 100%;
    display: block;
  }
}

.arrow_btn {
  opacity: 1;
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
}
.arrow_btn::before {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.arrow_btn:hover {
  opacity: 0.7;
}
.arrow_btn.bg_light {
  background-color: #FFFFFF;
}

.expanding_btn {
  z-index: 0;
  color: #232323;
  margin: 25px 0;
  max-width: 100%;
  text-align: left;
  min-width: 106px;
  font-weight: 700;
  position: relative;
  padding: 0 40px 0 0;
  display: inline-block;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s, padding 0.3s ease-in-out;
}
.expanding_btn::before, .expanding_btn::after {
  content: "";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.expanding_btn::before {
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 49px;
  border-radius: 100px;
  background-color: #1F6F43;
  transition: opacity 0.3s ease-in-out;
}
.expanding_btn::after {
  right: 18px;
  font-size: 12px;
  content: "\e92e";
  font-style: normal;
  font-weight: normal;
  font-family: "Custom Icons";
}
.expanding_btn:hover {
  color: #FFFFFF;
  padding: 0 40px 0 20px;
}
.expanding_btn:hover::before {
  opacity: 1;
}

.elementor-widget-custom_add_to_cart .quantity {
  display: none;
}
.elementor-widget-custom_add_to_cart .single_add_to_cart_button.elementor-button {
  color: #FFFFFF !important;
  background-color: #1F6F43 !important;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 1px;
}
.elementor-widget-custom_add_to_cart .single_add_to_cart_button.elementor-button:hover, .elementor-widget-custom_add_to_cart .single_add_to_cart_button.elementor-button:focus {
  color: #FFFFFF !important;
  background-color: #E6B800 !important;
}
.elementor-widget-custom_add_to_cart .out-of-stock {
  display: none;
}
.woocommerce .product .elementor-widget-custom_add_to_cart .bis_sub_div_border_enable_product_page {
  box-shadow: none;
  border: 1px solid #dedede;
  background-color: transparent;
  color: #FFFFFF;
}
.woocommerce .product .elementor-widget-custom_add_to_cart .bis_sub_div_border_enable_product_page label {
  color: #FFFFFF !important;
}
.woocommerce .product .elementor-widget-custom_add_to_cart .bis_sub_div_border_enable_product_page .bis_main_checkbox_price a {
  color: #FFFFFF !important;
}
.woocommerce .product .elementor-widget-custom_add_to_cart .bis_sub_div_border_enable_product_page .bis_email_price .bis_button_price #bis_stock_button {
  color: #FFFFFF !important;
  border-color: #1F6F43 !important;
  background-color: #1F6F43 !important;
}
.woocommerce .product .elementor-widget-custom_add_to_cart .bis_sub_div_border_enable_product_page .bis_email_price .bis_button_price #bis_stock_button:hover {
  border-color: #E6B800 !important;
  background-color: #E6B800 !important;
}

.elementor-widget-custom_add_to_cart form.cart,
.elementor-widget-button form.cart {
  margin-bottom: 0 !important;
}
.elementor-widget-custom_add_to_cart .elementor-button,
.elementor-widget-button .elementor-button {
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 100px !important;
}
.elementor-widget-custom_add_to_cart .elementor-button.elementor-size-sm,
.elementor-widget-button .elementor-button.elementor-size-sm {
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-custom_add_to_cart .elementor-button.elementor-size-md,
.elementor-widget-button .elementor-button.elementor-size-md {
  padding: 18px 40px;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"] .elementor-button-wrapper,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"] .elementor-button-wrapper {
  position: relative;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"] .elementor-button-wrapper .added_to_cart,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"] .elementor-button-wrapper .added_to_cart {
  position: absolute;
  top: calc(100% - 4px);
  width: 100%;
  z-index: -1;
  color: #FFFFFF;
  text-align: center;
  background: #184222;
  padding: 13px 10px 7px;
  border-radius: 0 0 7px 7px;
  transition: background 0.3s ease-in-out;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"] .elementor-button-wrapper .added_to_cart:hover,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"] .elementor-button-wrapper .added_to_cart:hover {
  background-color: #265c33;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"] .elementor-button,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"] .elementor-button {
  text-transform: uppercase;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"] .elementor-button, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"] .elementor-button,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"] .elementor-button,
.elementor-widget-button[data-widget_type="button.default"] .elementor-button {
  color: #FFFFFF;
  min-width: 250px;
  padding: 17px 25px;
  font-size: 14px;
  background-color: #1F6F43;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"] .elementor-button:hover, .elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"] .elementor-button:focus, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"] .elementor-button:hover, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"] .elementor-button:focus,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"] .elementor-button:hover,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"] .elementor-button:focus,
.elementor-widget-button[data-widget_type="button.default"] .elementor-button:hover,
.elementor-widget-button[data-widget_type="button.default"] .elementor-button:focus {
  color: #FFFFFF;
  background-color: #E6B800;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"].btn_light .elementor-button, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"].btn_light .elementor-button,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"].btn_light .elementor-button,
.elementor-widget-button[data-widget_type="button.default"].btn_light .elementor-button {
  color: #232323;
  background-color: #FFFFFF;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"].btn_light .elementor-button:hover, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"].btn_light .elementor-button:hover,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"].btn_light .elementor-button:hover,
.elementor-widget-button[data-widget_type="button.default"].btn_light .elementor-button:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"].elementor-button-info .elementor-button, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"].elementor-button-info .elementor-button,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"].elementor-button-info .elementor-button,
.elementor-widget-button[data-widget_type="button.default"].elementor-button-info .elementor-button {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"].elementor-button-info .elementor-button:hover, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"].elementor-button-info .elementor-button:hover,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"].elementor-button-info .elementor-button:hover,
.elementor-widget-button[data-widget_type="button.default"].elementor-button-info .elementor-button:hover {
  color: #232323;
  background-color: #FFFFFF;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"].elementor-button-success .elementor-button, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"].elementor-button-success .elementor-button,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"].elementor-button-success .elementor-button,
.elementor-widget-button[data-widget_type="button.default"].elementor-button-success .elementor-button {
  color: #1F6F43;
  border: 1px solid #1F6F43;
  background-color: transparent;
}
.elementor-widget-custom_add_to_cart[data-widget_type="custom_add_to_cart.default"].elementor-button-success .elementor-button:hover, .elementor-widget-custom_add_to_cart[data-widget_type="button.default"].elementor-button-success .elementor-button:hover,
.elementor-widget-button[data-widget_type="custom_add_to_cart.default"].elementor-button-success .elementor-button:hover,
.elementor-widget-button[data-widget_type="button.default"].elementor-button-success .elementor-button:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}

form ::-webkit-input-placeholder {
  color: #707070;
}
form ::-moz-placeholder {
  color: #707070;
}
form :-ms-input-placeholder {
  color: #707070 !important;
}
form :-moz-placeholder {
  color: #707070;
}

.bis_email_input_price .bis_input {
  height: 55px !important;
}

.bis_email_input_price .bis_input,
select,
textarea,
.input_field,
.woocommerce .wc-stripe-elements-field,
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=tel],
input[type=number] {
  width: 100%;
  color: #232323;
  resize: none;
  display: block;
  font-size: 16px;
  height: 55px;
  padding: 10px 12px;
  background: #FFFFFF;
  line-height: 1.3em;
  position: relative;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: background 0.3s, border 0.3s ease-in-out;
}
.bis_email_input_price .bis_input.bis_hide, .bis_email_input_price .bis_input.bis_hiddenbox,
select.bis_hide,
select.bis_hiddenbox,
textarea.bis_hide,
textarea.bis_hiddenbox,
.input_field.bis_hide,
.woocommerce .bis_hide.wc-stripe-elements-field,
.input_field.bis_hiddenbox,
.woocommerce .bis_hiddenbox.wc-stripe-elements-field,
input[type=text].bis_hide,
input[type=text].bis_hiddenbox,
input[type=password].bis_hide,
input[type=password].bis_hiddenbox,
input[type=email].bis_hide,
input[type=email].bis_hiddenbox,
input[type=date].bis_hide,
input[type=date].bis_hiddenbox,
input[type=tel].bis_hide,
input[type=tel].bis_hiddenbox,
input[type=number].bis_hide,
input[type=number].bis_hiddenbox {
  display: none;
}
.bis_email_input_price .bis_input:focus,
select:focus,
textarea:focus,
.input_field:focus,
.woocommerce .wc-stripe-elements-field:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=number]:focus {
  border-color: #1F6F43;
  outline: none;
}
.bis_email_input_price .bis_input:disabled,
select:disabled,
textarea:disabled,
.input_field:disabled,
.woocommerce .wc-stripe-elements-field:disabled,
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled {
  background-color: #707070;
}

textarea {
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
}

.afreg_extra_fields .input-text, .input-select {
  max-height: none !important;
  height: 55px !important;
  min-height: 55px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 15px 15px;
  border: 1px solid #c3e6cb;
  border-radius: 10px;
  margin-top: 10px;
  line-height: 1.33em;
}

.inline_form {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: transparent;
  transform: scale(1, 0);
  transform-origin: top center;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s ease-in-out;
  position: absolute;
  left: 0;
}
.inline_form:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #FFFFFF;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  box-shadow: 0 7px 6px -5px rgba(24, 24, 24, 0.13);
}
.inline_form.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  pointer-events: auto;
}
.inline_form {
  padding: 15px;
  top: calc(100% + 20px);
}
@media (min-width: 992px) {
  .inline_form {
    top: 100%;
  }
}
@media (min-width: 1540px) {
  .inline_form {
    padding: 0;
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    pointer-events: auto;
  }
  .inline_form::before {
    content: none;
  }
}
.inline_form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-color: #212121;
  border: 1px solid #707070;
  transform-origin: center right;
  transition: border 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .inline_form form {
    max-width: 430px;
  }
}
.inline_form form:focus, .inline_form form:focus-within {
  border-color: #1F6F43;
}
.inline_form form [type=text],
.inline_form form [type=search] {
  height: 57px;
  display: block;
  border: none;
  outline: none;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 0 15px;
  width: calc(100% - 145px);
  background-color: #212121;
  transition: border 0.3s ease-in-out;
}
.inline_form form [type=submit] {
  border: none;
  width: 145px;
  max-width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10px 19px 10px 15px;
  background-color: #707070;
}
.inline_form form [type=submit]:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
.inline_form form [type=submit]::before {
  content: "\f002";
  margin-right: 5px;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5";
}

.wpcf7-acceptance {
  display: block;
  margin-bottom: 20px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .nav_wrapper {
    top: 0;
    padding: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    display: flex;
    max-width: 320px;
    overflow-y: auto;
    background: #FFFFFF;
    flex-direction: column;
    border-radius: 0 10px 10px 0;
    justify-content: space-between;
    transition: left 0.6s ease-in-out;
    position: fixed;
    bottom: 0;
    left: -100%;
  }
  .main_navi {
    padding-top: 50px;
  }
  .main_navi > li {
    display: block;
    border-bottom: 1px solid #dee5df;
  }
  .main_navi > li:last-child {
    border-bottom: none;
  }
  .main_navi > li > a {
    font-weight: 700;
    text-transform: uppercase;
  }
  .main_navi > li a {
    color: #232323;
    display: block;
    padding: 17px 10px;
    position: relative;
    transition: color 0.3s, background 0.3s ease-in-out;
  }
  .main_navi > li:hover > a, .main_navi > li:focus > a, .main_navi > li.current-menu-item > a, .main_navi > li.current-menu-parent > a {
    color: #FFFFFF;
    background-color: #1F6F43;
  }
  .main_navi > li.menu-item-has-children {
    position: relative;
  }
  .main_navi > li.menu-item-has-children .dropdown_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    color: #181818;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .main_navi > li.menu-item-has-children .dropdown_icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    content: "\f078";
    font-style: normal;
    font-weight: 900;
    font-family: "Font Awesome 5";
  }
  .main_navi > li.menu-item-has-children > .sub-menu > li > a {
    font-weight: 700;
  }
  .main_navi > li.menu-item-has-children .sub-menu {
    position: relative;
    padding: 0;
    width: 100%;
    display: none;
  }
  .main_navi > li.menu-item-has-children .sub-menu li {
    display: block;
    border-bottom: 1px solid #d2eaf6;
  }
  .main_navi > li.menu-item-has-children .sub-menu li.image_holder img {
    width: 100%;
  }
  .main_navi > li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
  }
  .main_navi > li.menu-item-has-children .sub-menu li:before {
    background: #1F6F43;
  }
  .main_navi > li.menu-item-has-children .sub-menu li > a {
    padding-left: 20px;
    border-left: 6px solid #1F6F43;
  }
  .main_navi > li.menu-item-has-children .sub-menu li > a:before {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    font-size: 18px;
  }
  .main_navi > li.menu-item-has-children .sub-menu li > a:hover {
    background-color: #f1f1f1;
  }
  .main_navi > li.menu-item-has-children .sub-menu li.current-menu-item > a {
    background-color: #f1f1f1;
  }
  .mobile_info {
    margin-top: 30px;
  }
  .mobile_info .socials {
    padding: 0 10px;
    margin-bottom: 15px;
    justify-content: center;
  }
  .mobile_info .utility_links {
    display: flex;
    overflow: hidden;
    padding: 10px 10px;
    align-items: center;
    background-color: #232323;
    justify-content: center;
  }
  .mobile_info .utility_links .widget {
    display: inline-block;
  }
  .mobile_info .header_action_urls a.awards_link {
    display: inline-block;
  }
  .mobile_info .header_action_urls a.awards_link .ci {
    color: #1F6F43;
  }
  .mobile_info .header_action_urls a.awards_link .cart_label {
    color: #1F6F43;
  }
  .mobile_info .header_action_urls a.wishlist_link {
    display: inline-block;
  }
  .mobile_info .header_action_urls a.wishlist_link .cart_label {
    color: #F0CF5A;
  }
  .mobile_info .header_action_urls a.my_account_link {
    display: inline-block;
  }
  .mobile_info .header_action_urls a.my_account_link .cart_label {
    color: #E6B800;
  }
  .mobile_info .header_action_urls a.my_account_link .ci {
    font-size: 30px;
  }
  .mobile_info .header_action_urls a.item_box {
    margin: 0 10px;
  }
  .mobile_info .header_action_urls a.item_box::before {
    content: none;
  }
  .mobile_info .header_action_urls a.item_box .ci {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .mobile_info {
    display: none;
  }
  .main_navi {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end;
    transition: padding 0.3s ease-in-out;
  }
  .main_navi > li {
    margin: 0 10px;
  }
  .main_navi > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    padding: 22px 5px;
    position: relative;
    align-items: center;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .main_navi > li > a {
    padding: 22px 10px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 992px) {
  .main_navi > li > a::before {
    opacity: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #1F6F43;
    transform-origin: center center;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: transform 0.3s, opacity 0.3s ease-in-out;
  }
  .main_navi > li.menu-item-has-children > a::after {
    content: "\f067";
    font-family: "Font Awesome 5";
    font-weight: 900;
    font-style: normal;
    font-size: 0.714em;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 4px;
  }
  .main_navi > li.menu-item-has-children > .sub-menu {
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #FFFFFF;
    transform: translateY(10px);
    position: absolute;
    top: 60px;
    left: 0;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, top 0.3s ease-in-out;
  }
  .main_navi > li.menu-item-has-children > .sub-menu > li {
    display: block;
  }
  .main_navi > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    color: #232323;
    font-size: 15px;
  }
  .main_navi > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
  }
  .main_navi > li.menu-item-has-children:not(.mega_menu) {
    position: relative;
  }
  .main_navi > li.menu-item-has-children:not(.mega_menu) > .sub-menu {
    min-width: 250px;
    border-top: 5px solid #181818;
  }
  .main_navi > li.menu-item-has-children:not(.mega_menu) > .sub-menu li {
    border-bottom: 1px solid #BEBEBE;
  }
  .main_navi > li.menu-item-has-children:not(.mega_menu) > .sub-menu li a {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 15px 10px 15px 25px;
    transition: background 0.3s ease-in-out;
  }
  .main_navi > li.menu-item-has-children:not(.mega_menu) > .sub-menu li a::before {
    content: "-";
    margin-right: 5px;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .main_navi > li.menu-item-has-children:not(.mega_menu) > .sub-menu li a::after {
    content: "";
    width: 100%;
    height: 3px;
    pointer-events: none;
    background-color: #1F6F43;
    transform: scale(1, 0);
    transform-origin: center bottom;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .main_navi > li.menu-item-has-children:not(.mega_menu) > .sub-menu li a:hover {
    background-color: #f1f1f1;
  }
  .main_navi > li.menu-item-has-children:not(.mega_menu) > .sub-menu li a:hover::after {
    transform: scale(1, 1);
  }
  .main_navi > li.mega_menu > .sub-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 20px;
  }
  .main_navi > li.mega_menu > .sub-menu::after {
    z-index: -1;
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #FFFFFF;
    transform: translateX(-50%);
    box-shadow: 0px 3px 6px 0px rgba(24, 24, 24, 0.1);
    position: absolute;
    top: 0;
    left: 50%;
  }
  .main_navi > li.mega_menu > .sub-menu.has_img .image_holder {
    width: 50%;
    flex-basis: 50%;
    padding: 0 15px;
  }
  .main_navi > li.mega_menu > .sub-menu.has_img .image_holder img {
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .main_navi > li.mega_menu > .sub-menu.has_img .sub_menu_links {
    width: 50%;
    flex-basis: 50%;
  }
  .main_navi > li.mega_menu > .sub-menu.has_img .sub_menu_links > ul.sub_menu_links_holder > li {
    width: 100%;
    flex-basis: 100%;
  }
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links {
    width: 100%;
    z-index: 1;
    flex-basis: 100%;
    position: relative;
  }
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder > li {
    width: 25%;
    flex-basis: 25%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #1F6F43;
    line-height: 1.33em;
    margin-bottom: 8px;
    display: inline-block;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder > li > a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder > li .sub-menu li {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder > li .sub-menu li a {
    color: #232323;
    padding-left: 0;
    position: relative;
    line-height: 1.33em;
    display: inline-block;
    transition: padding-left 0.3s, color 0.3s ease-in-out;
  }
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder > li .sub-menu li a::before {
    opacity: 0;
    content: "\e92e";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-family: "Custom Icons";
    position: absolute;
    top: 1px;
    left: -10px;
    transition: opacity 0.3s, left 0.3s ease-in-out;
    pointer-events: none;
  }
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder > li .sub-menu li a:hover {
    color: #1F6F43;
    padding-left: 18px;
  }
  .main_navi > li.mega_menu > .sub-menu .sub_menu_links > ul.sub_menu_links_holder > li .sub-menu li a:hover::before {
    left: 0;
    opacity: 1;
  }
  .main_navi > li.menu_btn {
    margin-left: 0;
    margin-right: auto;
  }
  .main_navi > li.menu_btn > a {
    color: #FFFFFF;
    padding-left: 20px;
    background-color: #1F6F43;
  }
  .main_navi > li.menu_btn > a:after {
    margin: 0;
    font-size: 18px;
    content: "\e92a";
    font-weight: normal;
    font-family: "Custom Icons";
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: auto;
    left: 10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .main_navi > li.menu_btn > a {
    width: 230px;
    padding-left: 37px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .main_navi > li.menu_btn > a {
    width: 278px;
    padding-left: 67px;
  }
  .main_navi > li.menu_btn > a::after {
    left: 31px;
  }
}
@media (min-width: 992px) {
  .main_navi > li.highlight > a {
    background-color: #F4F4F4;
  }
  .main_navi > li:not(.menu_btn):hover > a, .main_navi > li:not(.menu_btn):focus > a, .main_navi > li:not(.menu_btn).current-menu-item > a, .main_navi > li:not(.menu_btn).current-menu-parent > a {
    color: #E6B800;
  }
  .main_navi > li:not(.menu_btn):hover > a:before, .main_navi > li:not(.menu_btn):focus > a:before, .main_navi > li:not(.menu_btn).current-menu-item > a:before, .main_navi > li:not(.menu_btn).current-menu-parent > a:before {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}
label[for=toggle_nav] {
  cursor: pointer;
}
@media (min-width: 992px) {
  label[for=toggle_nav] {
    display: none;
  }
}
label[for=toggle_nav].open {
  z-index: 1;
  margin-right: 7px;
}
label[for=toggle_nav].open:before {
  padding: 7px 10px;
  content: "\f0c9";
  color: #E6B800;
  display: block;
  font-size: 27px;
  font-weight: 900;
  font-family: "Font Awesome 5";
}
label[for=toggle_nav].open:after {
  top: 0;
  z-index: 1;
  content: "";
  opacity: 0;
  width: 100%;
  pointer-events: none;
  background: rgba(35, 35, 35, 0.8);
  transition: opacity 0.6s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
}

.sidebar_close {
  z-index: 1;
  cursor: pointer;
  font-weight: 700;
  text-align: right;
  line-height: 1.15em;
  position: absolute;
  top: 10px;
  right: 0;
}
.sidebar_close:after {
  color: #181818;
  font-size: 23px;
  font-weight: 900;
  font-family: "Font Awesome 5";
  content: "\f00d";
  padding: 7px 10px 6px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease-in-out;
}
.sidebar_close:hover:after {
  color: #D64F5D;
}

#toggle_nav {
  display: none;
}
#toggle_nav:checked ~ * label[for=toggle_nav]:after {
  opacity: 1;
  pointer-events: auto;
}
#toggle_nav:checked ~ * .nav_wrapper,
#toggle_nav:checked ~ .nav_wrapper {
  left: 0;
}

.socials {
  display: flex;
  font-size: 16px;
  margin-left: -5px;
  align-items: center;
  width: calc(100% + 10px);
}
.socials li {
  margin: 0 5px;
}
.socials li.youtube a:before {
  content: "\e903";
}
.socials li.facebook a:before {
  content: "\e904";
}
.socials li.linkedin a:before {
  content: "\e905";
}
.socials li.instagram a:before {
  content: "\e902";
}
.socials li.tiktok a:before {
  content: "\e92f";
}
.socials li a {
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  text-indent: -999px;
  display: inline-block;
  background-color: #E6B800;
  transition: color 0.3s, background 0.3s ease-in-out;
}
.socials li a::before {
  width: 100%;
  text-indent: 0;
  text-align: center;
  font-family: "Custom Icons";
  font-style: normal;
  font-weight: normal;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socials li a:hover {
  background-color: #F0CF5A;
}

.popup_wrap {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
  overflow-y: scroll;
}
.popup_wrap .close_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: auto;
  background: rgba(35, 35, 35, 0.8);
}
.popup_wrap.active_pop {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.popup_wrap .popup_cont {
  width: 742px;
  max-width: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transform: translate(-50%, 0%);
  position: absolute;
  top: 40px;
  left: 50%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .popup_wrap .popup_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
  }
}
.popup_wrap .popup_cont .close_x {
  color: #232323;
  width: 26px;
  height: 26px;
  padding: 3px;
  display: block;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  transform: translateY(-50%);
  transition: background 0.3s, color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
}
.popup_wrap .popup_cont .close_x:before {
  content: "\f00d";
  font-style: normal;
  font-weight: normal;
  font-family: "Font Awesome 5";
}
.popup_wrap .popup_cont .close_x:hover {
  background-color: #1F6F43;
}
.popup_wrap .popup_cont .popup_header {
  padding: 30px 20px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #1F6F43;
}
.popup_wrap .popup_cont .popup_footer {
  width: 100%;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #707070;
}
.popup_wrap .popup_cont .popup_footer button,
.popup_wrap .popup_cont .popup_footer .btn,
.popup_wrap .popup_cont .popup_footer .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button,
.woocommerce .product .main_section form.cart:not(.variations_form) .popup_wrap .popup_cont .popup_footer .single_add_to_cart_button,
.popup_wrap .popup_cont .popup_footer .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .popup_wrap .popup_cont .popup_footer .single_add_to_cart_button {
  padding: 8px 10px;
  max-width: 100px;
  margin-bottom: 0;
  margin: 0 5px;
}
.popup_wrap .popup_cont .popup_ct {
  padding: 20px;
}

.fab_custom:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far_custom:before {
  font-family: "Font Awesome 5";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa_custom:before,
.fas_custom:before {
  font-family: "Font Awesome 5";
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ci:before {
  speak: never;
  line-height: 1;
  font-family: "Custom Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ci-youtube:before {
  content: "\e903";
}

.ci-facebook:before {
  content: "\e904";
}

.ci-linkedin-in:before {
  content: "\e905";
}

.ci-bars:before {
  content: "\e906";
}

.ci-times:before {
  content: "\e907";
}

.ci-plus:before {
  content: "\e908";
}

.ci-search:before {
  content: "\e909";
}

.ci-search-plus:before {
  content: "\e90a";
}

.ci-search-minus:before {
  content: "\e90b";
}

.ci-file:before {
  content: "\e90c";
}

.ci-file-download:before {
  content: "\e90d";
}

.ci-file-pdf:before {
  content: "\e90e";
}

.ci-file-archive:before {
  content: "\e90f";
}

.ci-file-outline:before {
  content: "\e910";
}

.ci-file-archive1:before {
  content: "\e911";
}

.ci-file-word:before {
  content: "\e912";
}

.ci-file-alt:before {
  content: "\e913";
}

.ci-file-pdf-alt:before {
  content: "\e914";
}

.ci-book-open:before {
  content: "\e915";
}

.ci-play-circle:before {
  content: "\e916";
}

.ci-arrow-alt-circle-left:before {
  content: "\e917";
}

.ci-arrow-alt-circle-right:before {
  content: "\e918";
}

.ci-chevron-left:before {
  content: "\e919";
}

.ci-chevron-right:before {
  content: "\e91a";
}

.ci-chevron-up:before {
  content: "\e91b";
}

.ci-chevron-down:before {
  content: "\e91c";
}

.ci-map-marker-alt:before {
  content: "\e91e";
}

.ci-phone-square-alt:before {
  content: "\e91f";
}

.ci-phone-alt:before {
  content: "\e920";
}

.ci-envelope:before {
  content: "\e921";
}

.ci-calendar:before {
  content: "\e922";
}

.ci-check:before {
  content: "\e923";
}

.ci-user:before {
  content: "\e900";
}

.ci-cart:before {
  content: "\e901";
}

.ci-instagram:before {
  content: "\e902";
}

.ci-instagram:before {
  content: "\e902";
}

.ci-tiktok:before {
  content: "\e92f";
}

.ci-truck-line:before {
  content: "\e924";
}

.ci-heart-dot:before {
  content: "\e925";
}

.ci-coins-fill:before {
  content: "\e926";
}

.ci-heart-outline:before {
  content: "\e927";
}

.ci-plus-circle:before {
  content: "\e928";
}

.ci-minus-circle:before {
  content: "\e929";
}

.ci-menu-line:before {
  content: "\e92a";
}

.ci-crown:before {
  content: "\e92b";
}

.ci-search-line:before {
  content: "\e92c";
}

.ci-play-circle-fill:before {
  content: "\e92d";
}

.ci-arrow-right-line:before {
  content: "\e92e";
}

body.error404 main {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  body.error404 main {
    padding-bottom: 80px;
  }
}
@media (min-width: 1540px) {
  body.error404 main {
    padding-bottom: 100px;
  }
}
body.error404 .wrap_404 {
  position: relative;
  text-align: center;
}
body.error404 .wrap_404 h1 {
  color: #232323;
  font-size: 90px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  body.error404 .wrap_404 h1 {
    font-size: 100px;
  }
}

header {
  width: 100%;
  z-index: 12;
}
header .top_line {
  background-color: #FFFFFF;
  transition: padding 0.3s ease-in-out;
  padding: 22px 0;
}
header .top_line .header_logo {
  display: block;
  max-width: 193px;
  transition: max-width 0.3s ease-in-out;
  max-width: 260px;
}
header .top_line .header_logo img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}
header .fixed_cont {
  width: 100%;
  color: #FFFFFF;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  transition: box-shadow 0.3s ease-in-out;
}
header.sticky_nav .sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 6px 0px rgba(24, 24, 24, 0.1);
}
@media screen and (max-width: 600px) {
  body.admin-bar header.sticky_nav .sticky {
    top: 0 !important;
  }
}
header.sticky_nav .sticky .top_line {
  padding: 8px 0;
}
header.sticky_nav .sticky .top_line .header_logo {
  max-width: 180px;
}
header .right_col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header .right_col .utilities_bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  header .right_col .utilities_bar {
    padding: 20px 0;
  }
}
header .right_col .utilities_bar .btn, header .right_col .utilities_bar .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) header .right_col .utilities_bar .single_add_to_cart_button,
header .right_col .utilities_bar .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart header .right_col .utilities_bar .single_add_to_cart_button {
  flex-grow: 1;
  padding: 20px 10px;
  margin-bottom: 0;
  max-width: 185px;
  width: 100%;
  display: none;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  header .right_col .utilities_bar .btn, header .right_col .utilities_bar .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) header .right_col .utilities_bar .single_add_to_cart_button,
  header .right_col .utilities_bar .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .woocommerce .product .main_section .woocommerce-variation-add-to-cart header .right_col .utilities_bar .single_add_to_cart_button {
    display: inline-block;
  }
}
@media (min-width: 1540px) {
  header .right_col .utilities_bar .btn, header .right_col .utilities_bar .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) header .right_col .utilities_bar .single_add_to_cart_button,
  header .right_col .utilities_bar .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .woocommerce .product .main_section .woocommerce-variation-add-to-cart header .right_col .utilities_bar .single_add_to_cart_button {
    width: 185px;
    margin-left: 20px;
  }
}
header .utility_links {
  display: flex;
  padding: 0 15px;
  position: relative;
  align-items: center;
}
header .utility_links:after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #252525;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
header .utility_links .widget {
  display: none;
}
@media (min-width: 640px) {
  header .utility_links .widget {
    display: inline-block;
  }
}
header .utility_links .widget .wc-price-based-country {
  position: relative;
}
header .utility_links .widget .wc-price-based-country .currency-switcher {
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  color: #FFFFFF;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 15px;
  background-color: transparent;
}
header .utility_links .widget .wc-price-based-country .currency-switcher option {
  color: #232323;
  display: block;
  padding: 5px 0;
  border-radius: 0;
  font-weight: 700;
}
header .utility_links .lang_switch .lang_holder {
  position: relative;
  text-transform: uppercase;
}
header .utility_links .lang_switch .lang_holder:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .utility_links .lang_switch .lang_holder .current_lang {
  position: relative;
  cursor: pointer;
}
header .utility_links .lang_switch .lang_holder .current_lang::before {
  color: #707070;
  content: "\f57d";
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5";
  margin-right: 6px;
}
header .utility_links .lang_switch .lang_holder ul {
  opacity: 0;
  width: 65px;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility ease-in-out;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
  transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
}
header .utility_links .lang_switch .lang_holder ul:before {
  content: "";
  height: 20px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
}
header .utility_links .lang_switch .lang_holder ul li {
  display: block;
}
header .utility_links .lang_switch .lang_holder ul li a {
  color: #232323;
  display: block;
  font-weight: 700;
  padding: 10px 10px;
  background-color: #FFFFFF;
  border-top: 1px solid #e9e9e9;
  transition: color 0.3s, background 0.3 ease-in-out;
}
header .utility_links .lang_switch .lang_holder ul li a:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
header .nav_outter_wrap {
  background-color: #1F6F43;
}

.search_form {
  opacity: 0;
  width: 100%;
  z-index: 11;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1, 0);
  background-color: #FFFFFF;
  transform-origin: top center;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s ease-in-out;
  position: absolute;
  left: 0;
}
.search_form:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #FFFFFF;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.search_form.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  pointer-events: auto;
}
.search_form {
  padding: 15px;
  top: calc(100% + 20px);
}
@media (min-width: 992px) {
  .search_form {
    top: 100%;
  }
}
@media (min-width: 1200px) {
  .search_form {
    padding: 0;
    opacity: 1;
    width: 100%;
    height: auto;
    max-width: 380px;
    position: static;
    visibility: visible;
    margin-right: 30px;
    transform: scale(1, 1);
    pointer-events: auto;
  }
  .search_form::before {
    content: none;
  }
}
.search_form form {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  border: 1px solid #e1e1e1;
  transform-origin: center right;
  transition: border 0.3s ease-in-out;
}
.search_form form:focus, .search_form form:focus-within {
  border-color: #1F6F43;
}
.search_form form [type=text],
.search_form form [type=search] {
  width: 100%;
  height: 57px;
  display: block;
  border: none;
  outline: none;
  border-radius: 100px;
  padding: 0 65px 0 15px;
  transition: border 0.3s ease-in-out;
}
.search_form form [type=submit] {
  margin: 0;
  width: 57px;
  border: none;
  height: 100%;
  font-size: 0;
  color: #1F6F43;
  transform: translateY(-50%);
  padding: 10px 19px 10px 15px;
  border-radius: 5px 100px 100px 5px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 0;
}
.search_form form [type=submit]:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
.search_form form [type=submit]::before {
  content: "\f002";
  font-size: 18px;
  line-height: 1;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5";
}

.sticky_line {
  width: 100%;
  z-index: 60;
  color: #FFFFFF;
  padding: 7px 0;
  backdrop-filter: blur(10px);
  background-color: rgba(56, 56, 56, 0.8);
  transition: top 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}
.sticky_line .sticky_title {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.sticky_line .btn, .sticky_line .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .sticky_line .single_add_to_cart_button,
.sticky_line .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .sticky_line .single_add_to_cart_button {
  width: 160px !important;
  min-height: auto !important;
  margin: 0 0 0 auto !important;
  padding: 10px 10px !important;
}

.shipping_restrictions {
  color: #232323;
  padding: 13px 0;
  text-align: center;
  background-color: #F0D548;
}
.shipping_restrictions i {
  margin-right: 5px;
}

.opening_section_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 50px;
}
.opening_section_wrapper .breadcrumbs_wrapper {
  color: #232323;
  padding: 20px 0;
  font-size: 16px;
}
.opening_section_wrapper .breadcrumbs_wrapper a {
  color: #232323;
}
.opening_section_wrapper .breadcrumbs_wrapper a:hover {
  color: #1F6F43;
}
.opening_section_wrapper .breadcrumbs_wrapper > span {
  color: #232323;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.opening_section_wrapper .breadcrumbs_wrapper .breadcrumb_last {
  color: #232323;
}
.opening_section_wrapper .content_holder {
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  min-height: 400px;
}
.opening_section_wrapper.has_description .content_holder {
  min-height: 650px;
}
.opening_section_wrapper .term-description p:last-child {
  margin-bottom: 0;
}

.breadcrubs_area {
  z-index: 2;
  color: #232323;
}
body.page-template-page-template-nomargins .breadcrubs_area {
  margin-bottom: 0;
}
.breadcrubs_area {
  font-size: 16px;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .breadcrubs_area {
    padding: 40px 0;
  }
}
.breadcrubs_area.absolute {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrubs_area a {
  color: #232323;
}
.breadcrubs_area a:hover {
  color: #1F6F43;
}
.breadcrubs_area > span {
  color: #232323;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrubs_area .breadcrumb_last {
  color: #232323;
}
.breadcrubs_area.account_pages .page-title {
  margin: 40px 0;
}
.breadcrubs_area.cart_checkout {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.breadcrubs_area.cart_checkout .page-title {
  margin: 40px 0;
}

.fancy_breadcrumbs.has_img {
  color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fancy_breadcrumbs.has_img ::-moz-selection {
  color: #FFFFFF;
  background: #1F6F43;
}
.fancy_breadcrumbs.has_img ::selection {
  color: #FFFFFF;
  background: #1F6F43;
}
.fancy_breadcrumbs.has_img::before {
  content: none;
}
.fancy_breadcrumbs.has_img a:not(.btn) {
  color: #FFFFFF;
}
.fancy_breadcrumbs.has_img a:not(.btn):hover {
  color: #1F6F43;
}
.fancy_breadcrumbs.has_img h1.page-title {
  color: inherit;
}

ul.autocomplete.autocomplete__frame {
  overflow: hidden;
  padding-top: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(24, 24, 24, 0.16);
}
ul.autocomplete.autocomplete__frame .pc-autocomplete {
  padding: 10px 10px;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.3s ease-in-out;
}
ul.autocomplete.autocomplete__frame .pc-autocomplete:first-child {
  border-top: 5px solid #181818;
}
ul.autocomplete.autocomplete__frame .pc-autocomplete:last-child {
  border-radius: 0 0 10px 10px;
}
ul.autocomplete.autocomplete__frame .pc-autocomplete .product-price {
  font-size: 0;
  display: none;
}
ul.autocomplete.autocomplete__frame .pc-autocomplete .pc-autocomplete__product-title {
  color: #181818;
  font-weight: 700;
  font-size: 14px;
}
ul.autocomplete.autocomplete__frame .pc-autocomplete.pc-autocomplete__message--show-all {
  padding: 0;
  font-size: 14px;
  line-height: 1.15;
}
ul.autocomplete.autocomplete__frame .pc-autocomplete.pc-autocomplete__message--show-all a {
  display: block;
  padding: 12px 0;
}
ul.autocomplete.autocomplete__frame .pc-autocomplete.pc-autocomplete__message--show-all a::before {
  content: "\f06e";
  font-family: "Font Awesome 5";
  font-weight: 900;
}

.header_action_urls .item_box {
  display: none;
  margin: 0 5px;
  position: relative;
}
.header_action_urls .item_box:before {
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  right: -22px;
}
@media (min-width: 768px) {
  .header_action_urls .item_box:before {
    content: "";
  }
}
@media (min-width: 768px) {
  .header_action_urls .item_box {
    margin: 0 20px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .header_action_urls .item_box {
    margin: 0 35px;
  }
  .header_action_urls .item_box::before {
    right: -35px;
  }
}
.header_action_urls .item_box.cart_wrapper {
  display: inline-block;
}
.header_action_urls .item_box:last-child {
  margin-right: 0;
}
.header_action_urls .item_box:last-child::before {
  content: none;
}
.header_action_urls .item_box:first-child {
  margin-left: 0;
}
@media (min-width: 370px) {
  .header_action_urls .item_box.wishlist_counter_wrap {
    display: inline-block;
  }
}
.header_action_urls .item_box.wishlist_counter_wrap .wishlist_products_counter {
  width: 100%;
  text-align: center;
  transform: translate(-50%);
  position: absolute;
  top: 10px;
  left: calc(50% - 1px);
}
@media (min-width: 768px) {
  .header_action_urls .item_box.wishlist_counter_wrap .wishlist_products_counter {
    top: 13px;
  }
}
.header_action_urls .item_box.wishlist_counter_wrap .wishlist_products_counter .wishlist_products_counter_number {
  font-size: 10px;
  color: #F0CF5A;
}
@media (min-width: 768px) {
  .header_action_urls .item_box.wishlist_counter_wrap .wishlist_products_counter .wishlist_products_counter_number {
    font-size: 13px;
  }
}
.header_action_urls .item_box.wishlist_counter_wrap:hover .cart_label {
  color: #F0CF5A;
}
.header_action_urls a, .header_action_urls span {
  color: #232323;
  font-size: 9px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header_action_urls a, .header_action_urls span {
    font-size: 11px;
  }
}
.header_action_urls a .ci, .header_action_urls span .ci {
  color: #707070;
  display: block;
  font-size: 30px;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header_action_urls a .ci, .header_action_urls span .ci {
    font-size: 40px;
  }
}
.header_action_urls a .cart_label, .header_action_urls span .cart_label {
  color: #232323;
  display: block;
  margin-top: 4px;
  transition: color 0.3s ease-in-out;
}
.header_action_urls a.search_toggle, .header_action_urls span.search_toggle {
  display: inline-block;
}
.header_action_urls a.search_toggle .close, .header_action_urls span.search_toggle .close {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.3s ease-in-out;
  width: 30px;
  height: 30px;
}
.header_action_urls a.search_toggle .close:before, .header_action_urls a.search_toggle .close:after, .header_action_urls span.search_toggle .close:before, .header_action_urls span.search_toggle .close:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #B71C1C;
  transition: background 0.3s, transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
}
.header_action_urls a.search_toggle .close::before, .header_action_urls span.search_toggle .close::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header_action_urls a.search_toggle .close::after, .header_action_urls span.search_toggle .close::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header_action_urls a.search_toggle.active .ci:before, .header_action_urls span.search_toggle.active .ci:before {
  transform: scale(0, 0);
}
.header_action_urls a.search_toggle.active .close, .header_action_urls span.search_toggle.active .close {
  transform: translate(-50%, -50%) scale(1, 1);
}
.header_action_urls a.search_toggle.active .close::before, .header_action_urls span.search_toggle.active .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_action_urls a.search_toggle.active .close::after, .header_action_urls span.search_toggle.active .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header_action_urls a.search_toggle .ci, .header_action_urls span.search_toggle .ci {
  color: #1F6F43;
  font-size: 26px;
  margin-bottom: 6px;
}
.header_action_urls a.search_toggle .ci::before, .header_action_urls span.search_toggle .ci::before {
  display: inline-block;
  transform: scale(1, 1);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header_action_urls a.search_toggle .ci, .header_action_urls span.search_toggle .ci {
    font-size: 30px;
  }
}
.header_action_urls a.search_toggle:hover .cart_label, .header_action_urls span.search_toggle:hover .cart_label {
  color: #1F6F43;
}
@media (min-width: 1200px) {
  .header_action_urls a.search_toggle, .header_action_urls span.search_toggle {
    display: none;
  }
}
.header_action_urls a.awards_link .ci, .header_action_urls span.awards_link .ci {
  color: #5E5EA8;
}
.header_action_urls a.awards_link:hover .cart_label, .header_action_urls span.awards_link:hover .cart_label {
  color: #5E5EA8;
}
.header_action_urls a.wishlist_link .ci, .header_action_urls span.wishlist_link .ci {
  color: #F0CF5A;
}
.header_action_urls a.wishlist_link:hover .cart_label, .header_action_urls span.wishlist_link:hover .cart_label {
  color: #F0CF5A;
}
.header_action_urls a.my_account_link, .header_action_urls span.my_account_link {
  display: none;
}
@media (min-width: 640px) {
  .header_action_urls a.my_account_link, .header_action_urls span.my_account_link {
    display: inline-block;
  }
}
.header_action_urls a.my_account_link .ci, .header_action_urls span.my_account_link .ci {
  color: #E6B800;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .header_action_urls a.my_account_link .ci, .header_action_urls span.my_account_link .ci {
    font-size: 38px;
  }
}
.header_action_urls a.my_account_link:hover .cart_label, .header_action_urls span.my_account_link:hover .cart_label {
  color: #E6B800;
}
.header_action_urls a.cart_button, .header_action_urls span.cart_button {
  position: relative;
}
.header_action_urls a.cart_button .ci, .header_action_urls span.cart_button .ci {
  color: #1F6F43;
  position: relative;
}
.header_action_urls a.cart_button .cart-contents-count, .header_action_urls span.cart_button .cart-contents-count {
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.8em;
  border-radius: 100%;
  background-color: #E6B800;
  position: absolute;
  top: 0;
  right: 0;
}
.header_action_urls a.cart_button:hover .cart_label, .header_action_urls span.cart_button:hover .cart_label {
  color: #1F6F43;
}
.header_action_urls a.cart_button:hover .empty_cart, .header_action_urls span.cart_button:hover .empty_cart {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header_action_urls a.cart_button .empty_cart, .header_action_urls span.cart_button .empty_cart {
  z-index: 1;
  color: #FFFFFF;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  padding: 15px 10px;
  background-color: #393939;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
}
.header_action_urls a.cart_button .empty_cart:before, .header_action_urls span.cart_button .empty_cart:before {
  content: "";
  height: 10px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (min-width: 1920px) {
  .header_action_urls a.cart_button .empty_cart, .header_action_urls span.cart_button .empty_cart {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
  }
}

.cart_wrapper {
  position: relative;
  display: inline-block;
}
.cart_wrapper.active .mini_cart_holder, .cart_wrapper:hover .mini_cart_holder {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cart_wrapper .mini_cart_holder {
  z-index: 12;
  opacity: 0;
  width: 330px;
  color: #232323;
  visibility: hidden;
  border-radius: 10px;
  pointer-events: none;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}
.cart_wrapper .mini_cart_holder:before {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ECE4D6 transparent;
  position: absolute;
  right: 10px;
  bottom: 100%;
}
.cart_wrapper .mini_cart_holder::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.cart_wrapper .mini_cart_holder .mini_cart_title_wrap {
  z-index: 0;
  position: relative;
  margin-bottom: 13px;
  background: #ECE4D6;
  padding: 20px 15px 20px 53px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cart_wrapper .mini_cart_holder .mini_cart_title_wrap::before {
  content: "\e901";
  font-size: 26px;
  color: #1F6F43;
  font-style: normal;
  font-weight: normal;
  font-family: "Custom Icons";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
}
.cart_wrapper .mini_cart_holder .mini_cart_title_wrap .mini_cart_title {
  font-weight: 700;
}
.cart_wrapper .mini_cart_holder .mini_cart_title_wrap .mini_cart_title::before {
  content: "";
  z-index: -1;
  height: 100%;
  background: #ECE4D6;
  width: calc(100% + 40px);
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 50%;
}
.cart_wrapper .mini_cart_holder .widget_shopping_cart_content {
  padding: 0 20px 20px;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart {
  max-height: 300px;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D9D8D9;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item:last-child {
  margin-bottom: 0;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .thumb {
  width: 40px;
  margin: 0 10px 0 0;
  transition: opacity 0.3s ease-in-out;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .thumb:hover {
  opacity: 0.8;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .prod_title {
  font-size: 14px;
  padding-right: 10px;
  width: calc(100% - 140px);
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .prod_title a {
  margin: 0;
  color: #232323;
  font-size: 13px;
  text-align: left;
  text-transform: none;
  transition: color 0.3s ease-in-out;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .prod_title a:hover {
  color: #E6B800;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .prod_title .variation {
  font-size: 12px;
  color: #5c5c5c;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .prod_title .variation p {
  margin-bottom: 0;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  color: #5c5c5c;
  width: 70px;
  font-size: 12px;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .awdr_cart_strikeout_line del span {
  opacity: 0.7;
  text-decoration: line-through;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .secondary-currency {
  font-size: 0.85em;
  display: block;
  line-height: 0.8em;
  white-space: nowrap;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity .secondary-currency .woocommerce-Price-currencySymbol {
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  margin: 0;
  width: 20px;
  height: 20px;
  color: #E6B800;
  font-size: 15px;
  line-height: 1.2em;
  padding-right: 1px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #E6B800;
  transition: background 0.3s, color 0.3s ease-in-out;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
  background-color: #E6B800;
  color: #FFFFFF;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart__total {
  display: flex;
  margin-top: 15px;
  text-align: right;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart__total .secondary-currency {
  font-size: 0.85em;
  display: block;
  line-height: 0.8em;
  white-space: nowrap;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart__total .secondary-currency .woocommerce-Price-currencySymbol {
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}
.cart_wrapper .mini_cart_holder a.checkout_btn {
  margin: 0;
  width: 100%;
  color: #FFFFFF;
  display: block;
  max-width: none;
  font-size: 16px;
  padding: 15px 15px;
}
.cart_wrapper .mini_cart_holder .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

#footer {
  z-index: 1;
  width: 100%;
  position: relative;
  margin-top: 60px;
}
body.home #footer {
  margin-top: 0;
}
body.single-post #footer {
  margin-top: 0;
}
#footer .footer_inner {
  z-index: 1;
  position: relative;
}
#footer .footer_inner a {
  color: #FFFFFF;
}
#footer .footer_inner a:hover {
  color: #E6B800;
}
#footer .footer_inner {
  padding: 50px 30px 20px;
}
@media (min-width: 992px) {
  #footer .footer_inner .socials {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  #footer .footer_inner {
    padding: 50px 0 20px;
  }
}
@media (min-width: 1200px) {
  #footer .footer_inner > .row {
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
}
#footer .main_footer {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.429em;
  background-color: #1F6F43;
}
#footer .main_footer > .outter_row {
  padding: 0 10px;
}
#footer .main_footer .info_col {
  color: #FFFFFF;
  margin-bottom: 35px;
}
#footer .main_footer .info_col .footer_logo {
  width: 100%;
  display: block;
  max-width: 237px;
  margin-bottom: 16px;
}
#footer .main_footer .info_col p {
  line-height: inherit;
}
#footer .main_footer h3,
#footer .main_footer .footer_title {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 15px;
  text-transform: uppercase;
}
#footer .main_footer ul.menu {
  margin-bottom: 20px;
}
#footer .main_footer ul.menu li {
  display: block;
  margin-bottom: 7px;
}
#footer .main_footer ul.menu li a {
  color: #FFFFFF;
  position: relative;
  line-height: 1.33em;
  display: inline-block;
}
#footer .main_footer ul.menu li a:hover {
  color: #E6B800;
}
#footer .main_footer .widget_text .textwidget .footer_title {
  margin-top: 30px;
}
#footer .main_footer .app_icons {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -10px;
  width: calc(100% + 20px);
}
#footer .main_footer .app_icons li {
  width: 50%;
  padding: 0 10px;
}
#footer .main_footer .app_icons li a, #footer .main_footer .app_icons li img {
  display: block;
  width: 100%;
  line-height: 0;
}
#footer .main_footer .inline_form {
  margin-bottom: 30px;
}
#footer .main_footer .inline_form form {
  border-color: #e7e7e7;
  background-color: #f8f8f8;
}
#footer .main_footer .inline_form form input {
  margin-bottom: 0;
}
#footer .main_footer .inline_form form .hs-error-msgs {
  display: none !important;
}
#footer .main_footer .inline_form form .hs-form-field {
  width: calc(100% - 80px);
}
#footer .main_footer .inline_form form .hs-form-field input {
  display: block;
  border: none;
  outline: none;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 0 15px;
  background-color: #f8f8f8;
}
#footer .main_footer .inline_form form .actions {
  height: 100%;
}
#footer .main_footer .inline_form form .actions input {
  height: 100%;
  width: 80px;
}
#footer .main_footer .inline_form .submitted-message {
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 15px 15px;
  font-weight: 700;
}
#footer .main_footer .inline_form .submitted-message p {
  margin: 0;
}
#footer .main_footer .footer_newsletter form {
  position: relative;
  border-radius: 35px;
  padding: 50px 30px 30px;
  box-shadow: 0px 0px 0px 10px rgba(106, 100, 91, 0.04);
}
#footer .main_footer .footer_newsletter form::before {
  content: "";
  width: 56px;
  height: 54px;
  transform: translateX(-50%);
  position: absolute;
  top: -25px;
  left: 50%;
  background: url("../images/layout/letter.png") center center no-repeat;
  background-size: contain;
}
#footer .main_footer .footer_newsletter form .header_form_wrapp {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
#footer .main_footer .footer_newsletter form .header_form_wrapp p {
  max-width: 500px;
  margin: 0 auto 1.4em;
}
#footer .main_footer .footer_newsletter form .header_form_wrapp .submit_wrap {
  display: flex;
  align-items: center;
  position: relative;
}
#footer .main_footer .footer_newsletter form .header_form_wrapp .submit_wrap .wpcf7-spinner {
  order: -1;
  margin-left: auto;
  margin-right: 5px;
}
#footer .main_footer .footer_newsletter form h2 {
  text-align: center;
}
#footer .main_footer .footer_newsletter form .wpcf7-submit {
  margin: 0 auto;
  display: block;
}
@media (min-width: 1200px) {
  #footer .main_footer .footer_newsletter form .wpcf7-submit {
    margin: 0 0 0 auto;
  }
}
#footer .main_footer .footer_info_row {
  margin-top: 40px;
}
#footer .payment_options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #156138;
  margin-top: 10px;
  padding-top: 15px;
}
#footer .payment_options span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
#footer .copyrights {
  z-index: 0;
  font-size: 14px;
  font-weight: 300;
  color: #a79c88;
  position: relative;
  line-height: 1.33em;
  padding: 20px 0 20px;
  background-color: #135632;
  text-align: center;
}
@media (min-width: 1200px) {
  #footer .copyrights {
    text-align: left;
  }
}
#footer .copyrights .copyright_menu {
  display: flex;
  font-weight: 300;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 10px;
  justify-content: center;
}
@media (min-width: 1200px) {
  #footer .copyrights .copyright_menu {
    margin-bottom: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 1540px) {
  #footer .copyrights .copyright_menu {
    font-size: 14px;
  }
}
#footer .copyrights .copyright_menu li {
  margin: 0 10px;
  position: relative;
}
#footer .copyrights .copyright_menu li::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #a79c88;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -11px;
}
#footer .copyrights .copyright_menu li:last-child::before {
  content: none;
}
#footer .copyrights .copyright_menu li a {
  color: #a79c88;
}
#footer .copyrights .copyright_menu li a:hover {
  color: #1F6F43;
}

.opening_slider {
  background-color: pink;
  height: 758px;
}

.header_form_wrapp {
  padding: 30px;
  max-width: 500px;
  margin-left: auto;
  border-radius: 30px;
  background-color: #FFFFFF;
}
.header_form_wrapp h2 {
  display: block;
  font-size: 27px;
}
.header_form_wrapp .note {
  color: #70bbba;
  font-size: 14px;
  margin-bottom: 30px;
  display: inline-block;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-form input.wpcf7-not-valid {
  border-color: #E6B800 !important;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border: 1px solid;
  padding: 12px 20px;
  border-radius: 10px;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #856404;
  background-color: #fff3cd;
  border-color: #efdea8;
}
.wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  color: #721C24;
  background-color: #F8D7DA;
  border-color: #F5C6CB;
}

#afreg_additional_1196_field,
#afreg_additionalshowhide_1196,
[data-name=child_birthday] {
  position: relative;
  display: block;
}
#afreg_additional_1196_field::before,
#afreg_additionalshowhide_1196::before,
[data-name=child_birthday]::before {
  speak: never;
  content: "\e922";
  line-height: 1;
  font-family: "Custom Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #90d4d5;
  z-index: 1;
  pointer-events: none;
}
#afreg_additional_1196_field input,
#afreg_additionalshowhide_1196 input,
[data-name=child_birthday] input {
  padding-right: 60px;
}

input[type=date] {
  display: flex;
  align-items: center;
}
input[type=date]:before {
  content: attr(placeholder);
  color: #626366;
}

.blue_section {
  z-index: 0;
}
.blue_section::before {
  content: "";
  width: 600px;
  height: 298px;
  z-index: -1;
  background: url("../images/layout/left_clouds.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -260px;
}
@media (min-width: 992px) {
  .blue_section::before {
    left: -100px;
  }
}
@media (min-width: 992px) {
  .blue_section::after {
    content: "";
    width: 442px;
    height: 536px;
    z-index: -1;
    background: url("../images/layout/right_clouds.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    right: -100px;
    bottom: 0;
  }
}
.blue_section .elementor-container {
  position: static;
}
.blue_section .elementor-container::before {
  z-index: -1;
  content: "";
  width: 165px;
  height: 156px;
  transform: translateX(-50%);
  position: absolute;
  bottom: -80px;
  left: 50%;
  background: url("../images/layout/witkid_guarantee.svg") center center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .blue_section .elementor-container::before {
    width: 245px;
    height: 216px;
    bottom: -60px;
  }
}
.blue_section .section_title {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .blue_section .section_title {
    font-size: 28px;
  }
}
.blue_section .section_title small {
  color: #FFFFFF;
  font-size: 100px;
  font-weight: 700;
  margin: 0 15px 0 0;
}

.file_image {
  z-index: 0;
}
.file_image .elementor-widget-container {
  position: relative;
  display: inline-block;
}
.file_image .elementor-widget-container::before {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  content: "\f15c";
  align-items: center;
  font-weight: 900;
  color: #1F6F43;
  text-align: center;
  border-radius: 100%;
  font-family: "Font Awesome 5";
  justify-content: center;
  background-color: #FFFFFF;
  position: absolute;
  right: 17px;
  bottom: 17px;
}
@media (min-width: 992px) {
  .file_image .elementor-widget-container::before {
    width: 67px;
    height: 67px;
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .custom_cols .elementor-container .elementor-col-33,
  .custom_cols .elementor-container .elementor-col-66 {
    width: 100%;
  }
}

.application_listing {
  z-index: 1;
  position: relative;
}
.application_listing .product_applications_tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 45px;
}
.application_listing .product_applications_tabs li {
  color: #181818;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .application_listing .product_applications_tabs li {
    font-size: 17px;
    padding: 30px 25px;
  }
}
.application_listing .product_applications_tabs li::before {
  content: "";
  width: 100%;
  height: 5px;
  transform: scale(1, 0);
  background-color: #1F6F43;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.application_listing .product_applications_tabs li:hover::before, .application_listing .product_applications_tabs li.active::before {
  transform: scale(1, 1);
}
.application_listing .listing_box {
  display: block;
}
.application_listing .listing_box figure {
  display: block;
  margin-bottom: 15px;
  transition: opacity 0.3s ease-in-out;
}
.application_listing .listing_box figure img {
  border-radius: 10px 10px 60px 10px;
}
@media (min-width: 992px) {
  .application_listing .listing_box figure img {
    border-radius: 10px 10px 80px 10px;
  }
}
@media (min-width: 1540px) {
  .application_listing .listing_box figure img {
    border-radius: 10px 10px 100px 10px;
  }
}
.application_listing .listing_box figure:hover {
  opacity: 0.7;
}
.application_listing .listing_box h3 {
  margin-bottom: 10px;
}
.application_listing .listing_box h3 a {
  color: #181818;
}
.application_listing .listing_box h3 a:hover {
  color: #1F6F43;
}
.application_listing .listing_box .btn, .application_listing .listing_box .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .application_listing .listing_box .single_add_to_cart_button,
.application_listing .listing_box .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .application_listing .listing_box .single_add_to_cart_button {
  margin-bottom: 40px;
}

.page_seo_text {
  margin-top: 35px;
}

.badge_list {
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 10px;
}
.badge_list.down {
  top: 100%;
}
.badge_list .single_badge {
  color: #FFFFFF;
  margin: 0 5px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  min-width: 33.33%;
  padding: 9px 10px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background-color: #1F6F43;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
}
.badge_list .single_badge:first-child {
  margin-left: 0;
}
.badge_list .single_badge:last-child {
  margin-right: 0;
}
.badge_list .single_badge.sale_badge {
  min-width: auto;
  background-color: #f72929;
}
.badge_list .single_badge.outof_stock {
  font-weight: 700;
  font-size: 14px;
}
.badge_list .single_badge.icon {
  min-width: auto;
}
.badge_list .single_badge img {
  width: 100%;
  max-width: 40px;
  max-height: 40px;
}

.products_col .bapf_sfilter {
  width: 50%;
  flex-basis: 50%;
}
.products_col .woocommerce-ordering select {
  padding: 16px 14px;
}
.products_col .woocommerce_per_page {
  width: 100%;
  flex-basis: 100%;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 11px;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .products_col .woocommerce_per_page {
    display: block;
  }
}
.products_col .woocommerce_per_page .perpage_label {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.products_col .woocommerce_per_page input[type=radio] {
  display: none;
}
.products_col .woocommerce_per_page input[type=radio] + label {
  color: #707070;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.products_col .woocommerce_per_page input[type=radio] + label:hover {
  color: #1F6F43;
}
.products_col .woocommerce_per_page input[type=radio] + label::after {
  content: "/";
  margin: 0 5px;
  font-weight: 400;
  color: #707070;
  display: inline-block;
}
.products_col .woocommerce_per_page input[type=radio] + label:last-of-type::after {
  content: none;
}
.products_col .woocommerce_per_page input[type=radio]:checked + label {
  color: #232323;
  font-weight: 700;
}
.products_col .woocommerce-notices-wrapper {
  width: 100%;
  flex-basis: 100%;
}
.products_col .page-description {
  width: 100%;
  flex-basis: 100%;
  margin-top: 30px;
}
.products_col .product_listing {
  line-height: 1.429;
}
@media (min-width: 768px) {
  .products_col .product_listing.center_block {
    justify-content: center;
  }
}
.products_col .product_listing .product {
  padding-top: 30px;
  margin-bottom: 10px;
}
.products_col .product_listing .product .price_block {
  color: #A74A20;
  display: flex;
  flex-wrap: wrap;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
}
.products_col .product_listing .product .price_block del {
  order: 1;
  font-size: 0.73em;
  font-weight: 300;
  color: #BEBEBE;
  margin-left: 10px;
}
.products_col .product_listing .product .price_block {
  font-size: 18px;
  margin-bottom: 15px;
}
.products_col .product_listing .product .price_block .subscription-details {
  margin-left: 5px;
  font-weight: 300;
}
.products_col .product_listing .product .price_block .secondary-currency {
  font-size: 0.75em;
}
.products_col .product_listing .product .product_listing_box {
  height: 100%;
  position: relative;
  border-radius: 10px;
  text-align: left;
  background-color: transparent;
  transition: background 0.3s, box-shadow 0.3s ease-in-out;
}
.products_col .product_listing .product .product_listing_box > .row {
  height: 100%;
  align-content: space-between;
}
.products_col .product_listing .product .product_listing_box > .outter_row {
  height: 100%;
  align-content: space-between;
}
.products_col .product_listing .product .product_listing_box .info_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products_col .product_listing .product .product_listing_box .info_col .excerpt {
  font-size: 16px;
}
.products_col .product_listing .product .product_listing_box.style_2 {
  background-color: #FFFFFF;
}
.products_col .product_listing .product .accessories_style .prod_img {
  height: 100%;
  font-size: 0;
  margin-bottom: 0;
}
.products_col .product_listing .product .accessories_style h3 {
  margin-bottom: 0;
  border-top: 1px solid #e1e1e1;
  padding: 10px 0 0;
}
.products_col .product_listing.static_bg .product_listing_box {
  background-color: #FFFFFF;
}
.products_col .product_listing.dark_mode .product_listing_box ul li .value,
.products_col .product_listing.dark_mode .product_listing_box ul li .label {
  background-color: #ede7db;
  transition: background 0.3s ease-in-out;
}
.products_col .product_listing.dark_mode .product_listing_box:hover ul li .value,
.products_col .product_listing.dark_mode .product_listing_box:hover ul li .label {
  background-color: #FFFFFF;
}
.products_col .product_listing .prod_img {
  position: relative;
  display: block;
  line-height: 0;
  border-radius: 10px;
  transition: opacity 0.3s ease-in-out;
  margin-bottom: 24px;
}
.products_col .product_listing .prod_img img {
  width: 100%;
  border-radius: 10px;
}
.products_col .product_listing .prod_img:hover {
  opacity: 0.7;
}
.products_col .product_listing h3 {
  line-height: 1.25;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .products_col .product_listing h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .products_col .product_listing h3 {
    margin-bottom: 25px;
  }
}
.products_col .product_listing h3 a {
  color: #232323;
}
.products_col .product_listing h3 a:hover {
  color: #1F6F43;
}
.products_col .product_listing .add_info {
  display: flex;
  font-size: 16px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.products_col .product_listing .add_info .watch_video a {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.products_col .product_listing .add_info .watch_video a::before {
  font-size: 13px;
  position: absolute;
  top: 4px;
  left: 0;
}
.products_col .product_listing .add_info li .value {
  font-weight: 700;
  display: inline-block;
}
.products_col .product_listing .btn, .products_col .product_listing .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .products_col .product_listing .single_add_to_cart_button,
.products_col .product_listing .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .products_col .product_listing .single_add_to_cart_button {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.products_col .product_listing .btn:hover, .products_col .product_listing .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button:hover, .woocommerce .product .main_section form.cart:not(.variations_form) .products_col .product_listing .single_add_to_cart_button:hover,
.products_col .product_listing .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .products_col .product_listing .single_add_to_cart_button:hover {
  border-color: #155736;
  background-color: #155736;
}
.products_col .swiper-container.has_dots .product_listing {
  margin-bottom: 60px;
}
.products_col .woocommerce-pagination {
  line-height: 0;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: right !important;
}
.products_col .woocommerce-pagination ul.page-numbers {
  margin: 0;
  border-radius: 150px;
  padding: 15px 15px 12px;
  border: 1px solid #dbd4c7;
}
.products_col .woocommerce-pagination ul.page-numbers li {
  border: none;
  overflow: visible;
}
.products_col .woocommerce-pagination ul.page-numbers li a, .products_col .woocommerce-pagination ul.page-numbers li span {
  color: #7f7f7f;
  padding: 0;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  background-color: transparent;
}
.products_col .woocommerce-pagination ul.page-numbers li a:hover, .products_col .woocommerce-pagination ul.page-numbers li a:focus, .products_col .woocommerce-pagination ul.page-numbers li span:hover, .products_col .woocommerce-pagination ul.page-numbers li span:focus {
  color: #232323;
  background-color: transparent;
}
.products_col .woocommerce-pagination ul.page-numbers li a.current, .products_col .woocommerce-pagination ul.page-numbers li span.current {
  color: #232323;
  font-weight: 700;
  background-color: transparent;
}
.products_col .woocommerce-pagination ul.page-numbers li a.next, .products_col .woocommerce-pagination ul.page-numbers li a.prev, .products_col .woocommerce-pagination ul.page-numbers li span.next, .products_col .woocommerce-pagination ul.page-numbers li span.prev {
  font-size: 0;
  position: relative;
  color: #c4c4c4;
}
.products_col .woocommerce-pagination ul.page-numbers li a.next:hover, .products_col .woocommerce-pagination ul.page-numbers li a.next:focus, .products_col .woocommerce-pagination ul.page-numbers li a.prev:hover, .products_col .woocommerce-pagination ul.page-numbers li a.prev:focus, .products_col .woocommerce-pagination ul.page-numbers li span.next:hover, .products_col .woocommerce-pagination ul.page-numbers li span.next:focus, .products_col .woocommerce-pagination ul.page-numbers li span.prev:hover, .products_col .woocommerce-pagination ul.page-numbers li span.prev:focus {
  color: #232323;
  background-color: transparent;
}
.products_col .woocommerce-pagination ul.page-numbers li a.next:before, .products_col .woocommerce-pagination ul.page-numbers li a.prev:before, .products_col .woocommerce-pagination ul.page-numbers li span.next:before, .products_col .woocommerce-pagination ul.page-numbers li span.prev:before {
  font-family: "Custom Icons";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3;
}
.products_col .woocommerce-pagination ul.page-numbers li a.next::before, .products_col .woocommerce-pagination ul.page-numbers li span.next::before {
  content: "\e91a";
}
.products_col .woocommerce-pagination ul.page-numbers li a.next:after, .products_col .woocommerce-pagination ul.page-numbers li span.next:after {
  content: none;
}
.products_col .woocommerce-pagination ul.page-numbers li a.prev::before, .products_col .woocommerce-pagination ul.page-numbers li span.prev::before {
  content: "\e919";
}

.brands_slider_wrapper {
  padding: 0 60px;
  position: relative;
  margin-bottom: 40px;
}
.brands_slider_wrapper .brand_box {
  opacity: 1;
  height: 120px;
  display: flex;
  margin: 5px 5px;
  padding: 10px 10px;
  border-radius: 10px;
  align-items: center;
  background: #F6F7F7;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}
.brands_slider_wrapper .brand_box:hover {
  opacity: 0.5;
}
.brands_slider_wrapper .brand_box img {
  padding: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.brands_slider_wrapper .swiper-button-prev,
.brands_slider_wrapper .swiper-button-next {
  display: block !important;
}

.category_page-title {
  margin-bottom: 23px;
}

.category_links {
  margin-left: -8px;
  margin-bottom: 23px;
  width: calc(100% + 16px);
}
.category_links:not(.is_inline) {
  display: flex;
  flex-wrap: wrap;
}
.category_links:not(.is_inline) .link_box {
  max-width: calc(100% - 16px);
  flex-basis: calc(100% - 16px);
  max-width: calc(33.333% - 16px);
  flex-basis: calc(33.333% - 16px);
}
@media (min-width: 1200px) {
  .category_links:not(.is_inline) .link_box {
    max-width: calc(25% - 16px);
    flex-basis: calc(25% - 16px);
  }
}
.category_links .link_box {
  color: #232323;
  margin: 0 8px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  margin-bottom: 16px;
  line-height: 1.25em;
  display: inline-block;
  background-color: #E3F4F4;
}
.category_links .link_box.no_img {
  transition: background 0.3s, color 0.3s ease-in-out;
  padding: 15px 15px;
}
.category_links .link_box.no_img:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
.category_links .link_box:not(.no_img) {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  padding: 17px 19px 40px;
  height: calc(100% - 30px);
  justify-content: space-between;
}
.category_links .link_box:not(.no_img)::after {
  content: "\e92e";
  font-style: normal;
  font-weight: normal;
  font-family: "Custom Icons";
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.category_links .link_box:not(.no_img) img {
  width: 100%;
  max-width: 120px;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.category_links .link_box .box_title {
  display: block;
}

.bapf_sfilter {
  width: calc(100% + 10px) !important;
  flex-basis: calc(100% + 10px) !important;
  margin-left: -5px;
}

.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter > div {
  display: inline-block;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter > div > span {
  display: none;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter > div ul li {
  display: inline-block;
  margin: 5px 5px !important;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter > div ul li a {
  color: #232323;
  font-size: 16px;
  position: relative;
  border-radius: 100px;
  display: inline-block;
  padding: 8px 36px 8px 13px;
  background-color: #F6F6F6;
  border: 1px solid #D7D7D7;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter > div ul li a .fa-times {
  font-size: 14px;
  color: #909191;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 14px;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter > div ul li a:hover .fa-times {
  color: #1F6F43;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_unall {
  font-size: 16px;
  margin: 5px 5px;
  display: inline-block;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a {
  color: #232323;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a:hover {
  color: #B71C1C;
}

.category_description {
  margin: 40px 0 70px;
}

.archive_description {
  background: #ebebeb url("../images/layout/decoration_gray.jpg") right bottom no-repeat;
  background-size: 854px;
  padding: 60px 0;
}
.archive_description p:last-child {
  margin-bottom: 0;
}
.archive_description {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .archive_description {
    margin-top: 80px;
  }
}
@media (min-width: 1540px) {
  .archive_description {
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  #filters_wrap {
    top: 0;
    padding: 0;
    z-index: 20;
    width: 100%;
    padding: 50px 20px 20px;
    max-width: 320px;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: 0 10px 10px 0;
    transition: left 0.6s ease-in-out;
    position: fixed;
    bottom: 0;
    left: -100%;
    box-shadow: 0px 3px 6px 0px rgba(24, 24, 24, 0.16);
  }
  body {
    position: relative;
  }
  body::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 19;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(24, 24, 24, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.5s, opacity 0.5s, visibility 0.5s ease-in-out;
  }
  body.sidebar_opened::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.sidebar_opened #filters_wrap {
    left: 0%;
  }
  .filter_toggle {
    color: #181818;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    border: 1px solid #E1E1E1;
    transition: background 0.3s, color 0.3s ease-in-out;
  }
  .filter_toggle::before {
    color: #E6B800;
    margin-right: 8px;
  }
  .filter_toggle:hover {
    background-color: #f2f2f2;
  }
  .filter_toggle {
    min-width: 180px;
    padding: 15px 25px;
  }
}
@media (min-width: 992px) {
  .filters_close,
  .filter_toggle {
    display: none;
  }
  .filters_inner {
    margin-bottom: 60px;
    position: sticky;
    top: 90px;
  }
  .filters_inner .widget_product_categories,
  .filters_inner .berocket_single_filter_widget,
  .filters_inner .widget_brand_nav {
    font-size: 16px;
    padding: 25px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #F6F7F6;
    border: 1px solid #D7D7D8;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .filters_inner .widget_product_categories::-webkit-scrollbar,
  .filters_inner .berocket_single_filter_widget::-webkit-scrollbar,
  .filters_inner .widget_brand_nav::-webkit-scrollbar {
    display: none;
  }
}
.widget_product_categories .product-categories {
  margin-bottom: 0;
}
.widget_product_categories .product-categories li {
  position: relative;
  margin-bottom: 20px !important;
}
.widget_product_categories .product-categories li .dropdown_icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #AAABAB;
  line-height: 0.8em;
  text-align: center;
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_product_categories .product-categories li .dropdown_icon::before {
  content: "+";
}
.widget_product_categories .product-categories li.current-cat > a, .widget_product_categories .product-categories li.current-cat-parent > a {
  color: #1F6F43;
  font-weight: 700;
}
.widget_product_categories .product-categories li a {
  display: block;
  color: #0A0A0A;
  transition: color 0.3s ease-in-out;
}
.widget_product_categories .product-categories li a:hover {
  color: #1F6F43;
}
.widget_product_categories .product-categories li a:hover .dropdown_icon {
  color: #1F6F43;
}
.widget_product_categories .product-categories li a.active_dropdown .dropdown_icon {
  color: #1F6F43;
}
.widget_product_categories .product-categories li a.active_dropdown .dropdown_icon::before {
  content: "-";
}
.widget_product_categories .product-categories li .children {
  display: none;
  position: relative;
}
.widget_product_categories .product-categories li ul li {
  padding-left: 15px;
}
.widget_product_categories .product-categories li ul li:first-child {
  margin-top: 20px !important;
}

@media (max-width: 991px) {
  .widget_product_categories,
  .berocket_single_filter_widget,
  .widget_brand_nav {
    margin-bottom: 40px;
  }
  .widget_product_categories:first-child,
  .berocket_single_filter_widget:first-child,
  .widget_brand_nav:first-child {
    margin-bottom: 20px;
  }
  .widget_product_categories h3,
  .berocket_single_filter_widget h3,
  .widget_brand_nav h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.widget_product_categories h3,
.berocket_single_filter_widget h3,
.widget_brand_nav h3 {
  color: #181818;
  font-size: 18px;
  position: relative;
  padding-bottom: 7px;
  line-height: 1.222em;
  margin-bottom: 10px;
}
.widget_product_categories .price_filter .bapf_body .bapf_from,
.widget_product_categories .price_filter .bapf_body .bapf_to,
.berocket_single_filter_widget .price_filter .bapf_body .bapf_from,
.berocket_single_filter_widget .price_filter .bapf_body .bapf_to,
.widget_brand_nav .price_filter .bapf_body .bapf_from,
.widget_brand_nav .price_filter .bapf_body .bapf_to {
  display: flex;
  align-items: center;
}
.widget_product_categories .price_filter .bapf_body .bapf_from input[type=text],
.widget_product_categories .price_filter .bapf_body .bapf_to input[type=text],
.berocket_single_filter_widget .price_filter .bapf_body .bapf_from input[type=text],
.berocket_single_filter_widget .price_filter .bapf_body .bapf_to input[type=text],
.widget_brand_nav .price_filter .bapf_body .bapf_from input[type=text],
.widget_brand_nav .price_filter .bapf_body .bapf_to input[type=text] {
  height: auto;
  padding: 6px 6px;
  border-radius: 5px;
  text-align: center;
}
.widget_product_categories .price_filter .bapf_body .bapf_to,
.berocket_single_filter_widget .price_filter .bapf_body .bapf_to,
.widget_brand_nav .price_filter .bapf_body .bapf_to {
  justify-content: flex-end;
}
.widget_product_categories .bapf_body ul,
.berocket_single_filter_widget .bapf_body ul,
.widget_brand_nav .bapf_body ul {
  margin-bottom: 0px !important;
}
.widget_product_categories .bapf_body ul li::before,
.berocket_single_filter_widget .bapf_body ul li::before,
.widget_brand_nav .bapf_body ul li::before {
  content: none;
}
.widget_product_categories .bapf_body ul li label,
.berocket_single_filter_widget .bapf_body ul li label,
.widget_brand_nav .bapf_body ul li label {
  color: #0A0A0A;
  transition: color 0.3s ease-in-out;
}
.widget_product_categories .bapf_body ul li label:hover,
.berocket_single_filter_widget .bapf_body ul li label:hover,
.widget_brand_nav .bapf_body ul li label:hover {
  color: #1F6F43;
}
.widget_product_categories .bapf_body .bapf_slidr_all,
.berocket_single_filter_widget .bapf_body .bapf_slidr_all,
.widget_brand_nav .bapf_body .bapf_slidr_all {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  justify-content: space-between;
}
.widget_product_categories .bapf_body .bapf_slidr_all .bapf_slidr_main,
.berocket_single_filter_widget .bapf_body .bapf_slidr_all .bapf_slidr_main,
.widget_brand_nav .bapf_body .bapf_slidr_all .bapf_slidr_main {
  height: 10px;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background-color: #D7D8D7;
}
.widget_product_categories .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-range,
.berocket_single_filter_widget .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-range,
.widget_brand_nav .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-range {
  background-color: #1F6F43;
}
.widget_product_categories .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-handle,
.berocket_single_filter_widget .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-handle,
.widget_brand_nav .bapf_body .bapf_slidr_all .bapf_slidr_main .ui-slider-handle {
  top: -4px;
  width: 15px;
  height: 15px;
  border: 1px solid #181818;
  background-color: #FFFFFF;
}
.widget_product_categories .bapf_body .bapf_slidr_all .bapf_from,
.widget_product_categories .bapf_body .bapf_slidr_all .bapf_to,
.berocket_single_filter_widget .bapf_body .bapf_slidr_all .bapf_from,
.berocket_single_filter_widget .bapf_body .bapf_slidr_all .bapf_to,
.widget_brand_nav .bapf_body .bapf_slidr_all .bapf_from,
.widget_brand_nav .bapf_body .bapf_slidr_all .bapf_to {
  width: 50%;
  float: none;
  color: #232323;
  font-size: 16px;
  flex-basis: 50%;
}
.widget_product_categories .bapf_hideckbox ul li,
.widget_product_categories .bapf_ckbox_sqchck ul li,
.berocket_single_filter_widget .bapf_hideckbox ul li,
.berocket_single_filter_widget .bapf_ckbox_sqchck ul li,
.widget_brand_nav .bapf_hideckbox ul li,
.widget_brand_nav .bapf_ckbox_sqchck ul li {
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 20px !important;
}
.widget_product_categories .bapf_hideckbox ul li input[type=checkbox],
.widget_product_categories .bapf_ckbox_sqchck ul li input[type=checkbox],
.berocket_single_filter_widget .bapf_hideckbox ul li input[type=checkbox],
.berocket_single_filter_widget .bapf_ckbox_sqchck ul li input[type=checkbox],
.widget_brand_nav .bapf_hideckbox ul li input[type=checkbox],
.widget_brand_nav .bapf_ckbox_sqchck ul li input[type=checkbox] {
  border-radius: 3px;
  background-color: #FFFFFF;
  border: 1px solid #D7D7D8;
  transition: border 0.3s ease-in-out;
  position: absolute;
  top: -3px;
  left: 0;
}
.widget_product_categories .bapf_hideckbox ul li input[type=checkbox]:hover,
.widget_product_categories .bapf_ckbox_sqchck ul li input[type=checkbox]:hover,
.berocket_single_filter_widget .bapf_hideckbox ul li input[type=checkbox]:hover,
.berocket_single_filter_widget .bapf_ckbox_sqchck ul li input[type=checkbox]:hover,
.widget_brand_nav .bapf_hideckbox ul li input[type=checkbox]:hover,
.widget_brand_nav .bapf_ckbox_sqchck ul li input[type=checkbox]:hover {
  border-color: #B71C1C;
}
.widget_product_categories .bapf_hideckbox ul li input[type=checkbox]:checked:after,
.widget_product_categories .bapf_ckbox_sqchck ul li input[type=checkbox]:checked:after,
.berocket_single_filter_widget .bapf_hideckbox ul li input[type=checkbox]:checked:after,
.berocket_single_filter_widget .bapf_ckbox_sqchck ul li input[type=checkbox]:checked:after,
.widget_brand_nav .bapf_hideckbox ul li input[type=checkbox]:checked:after,
.widget_brand_nav .bapf_ckbox_sqchck ul li input[type=checkbox]:checked:after {
  top: auto;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 10px;
  border-color: #EA5063;
  transform: rotate(45deg);
}
.widget_product_categories .bapf_hideckbox ul li input[type=checkbox]:checked + label,
.widget_product_categories .bapf_ckbox_sqchck ul li input[type=checkbox]:checked + label,
.berocket_single_filter_widget .bapf_hideckbox ul li input[type=checkbox]:checked + label,
.berocket_single_filter_widget .bapf_ckbox_sqchck ul li input[type=checkbox]:checked + label,
.widget_brand_nav .bapf_hideckbox ul li input[type=checkbox]:checked + label,
.widget_brand_nav .bapf_ckbox_sqchck ul li input[type=checkbox]:checked + label {
  font-weight: 700;
}
.widget_product_categories .bapf_hideckbox ul li input[type=checkbox]:checked + label + span,
.widget_product_categories .bapf_ckbox_sqchck ul li input[type=checkbox]:checked + label + span,
.berocket_single_filter_widget .bapf_hideckbox ul li input[type=checkbox]:checked + label + span,
.berocket_single_filter_widget .bapf_ckbox_sqchck ul li input[type=checkbox]:checked + label + span,
.widget_brand_nav .bapf_hideckbox ul li input[type=checkbox]:checked + label + span,
.widget_brand_nav .bapf_ckbox_sqchck ul li input[type=checkbox]:checked + label + span {
  font-weight: 700;
}
.widget_product_categories .bapf_hideckbox ul > li input[type=checkbox]:checked + label,
.berocket_single_filter_widget .bapf_hideckbox ul > li input[type=checkbox]:checked + label,
.widget_brand_nav .bapf_hideckbox ul > li input[type=checkbox]:checked + label {
  color: #1F6F43;
}
.widget_product_categories .bapf_hideckbox ul > li input[type=checkbox]:checked + label + i,
.berocket_single_filter_widget .bapf_hideckbox ul > li input[type=checkbox]:checked + label + i,
.widget_brand_nav .bapf_hideckbox ul > li input[type=checkbox]:checked + label + i {
  color: #1F6F43;
}
.widget_product_categories .bapf_hideckbox ul > li i,
.berocket_single_filter_widget .bapf_hideckbox ul > li i,
.widget_brand_nav .bapf_hideckbox ul > li i {
  font-size: 0.8em;
  color: #ABABAA;
  transition: color 0.3s ease-in-out;
}
.widget_product_categories .bapf_hideckbox ul > li:hover > label, .widget_product_categories .bapf_hideckbox ul > li:hover > i,
.berocket_single_filter_widget .bapf_hideckbox ul > li:hover > label,
.berocket_single_filter_widget .bapf_hideckbox ul > li:hover > i,
.widget_brand_nav .bapf_hideckbox ul > li:hover > label,
.widget_brand_nav .bapf_hideckbox ul > li:hover > i {
  color: #1F6F43;
}
.widget_product_categories .bapf_hideckbox ul li,
.berocket_single_filter_widget .bapf_hideckbox ul li,
.widget_brand_nav .bapf_hideckbox ul li {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
  justify-content: space-between;
}
.widget_product_categories .bapf_hideckbox ul li ul,
.berocket_single_filter_widget .bapf_hideckbox ul li ul,
.widget_brand_nav .bapf_hideckbox ul li ul {
  width: 100%;
  flex-basis: 100%;
}
.widget_product_categories .bapf_hideckbox ul li ul > li:first-child,
.berocket_single_filter_widget .bapf_hideckbox ul li ul > li:first-child,
.widget_brand_nav .bapf_hideckbox ul li ul > li:first-child {
  margin-top: 20px !important;
}
.widget_product_categories .bapf_sfilter,
.berocket_single_filter_widget .bapf_sfilter,
.widget_brand_nav .bapf_sfilter {
  margin-bottom: 0;
}
.widget_product_categories .bapf_sfilter.bapf_srch input.bapf_input,
.berocket_single_filter_widget .bapf_sfilter.bapf_srch input.bapf_input,
.widget_brand_nav .bapf_sfilter.bapf_srch input.bapf_input {
  border: none;
  height: 50px;
  margin-bottom: 0;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #D6D7D8;
  padding: 10px 50px 10px 20px;
}
.widget_product_categories .bapf_sfilter.bapf_srch span.bapf_search,
.berocket_single_filter_widget .bapf_sfilter.bapf_srch span.bapf_search,
.widget_brand_nav .bapf_sfilter.bapf_srch span.bapf_search {
  top: 50%;
  width: 50px;
  font-size: 16px;
  transform: translateY(-50%);
}

.widget_brand_nav .wc-brand-list-layered-nav-product_brand {
  margin-bottom: 0;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand li.wc-layered-nav-term {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px !important;
  justify-content: space-between;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand li.wc-layered-nav-term::before {
  content: none;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand li.wc-layered-nav-term a {
  color: #0A0A0A;
  transition: color 0.3s ease-in-out;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand li.wc-layered-nav-term a:hover {
  color: #1F6F43;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand li.wc-layered-nav-term .count {
  font-size: 0.8em;
  color: #ABABAA;
  transition: color 0.3s ease-in-out;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand li.wc-layered-nav-term:hover .count {
  color: #1F6F43;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand li.wc-layered-nav-term.chosen a {
  color: #1F6F43;
  font-weight: 700;
}
.widget_brand_nav .wc-brand-list-layered-nav-product_brand li.wc-layered-nav-term.chosen .count {
  color: #1F6F43;
  font-weight: 700;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce .product {
  color: #232323;
}
.woocommerce .product.product-type-subscription .quantity_wrapper {
  display: none !important;
}
.woocommerce .product.product-type-subscription .main_section .summary_col form.cart {
  align-items: flex-start;
}
.woocommerce .product .main_section {
  padding: 0 0 55px;
}
.woocommerce .product .main_section span.product_title,
.woocommerce .product .main_section h1.product_title {
  color: #232323;
  display: none;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.33em;
}
@media (min-width: 992px) {
  .woocommerce .product .main_section span.product_title,
  .woocommerce .product .main_section h1.product_title {
    display: block;
  }
}
.woocommerce .product .main_section span.product_title.mobile_title,
.woocommerce .product .main_section h1.product_title.mobile_title {
  display: block;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .woocommerce .product .main_section span.product_title.mobile_title,
  .woocommerce .product .main_section h1.product_title.mobile_title {
    display: none;
  }
}
.woocommerce .product .main_section .price {
  display: flex;
  flex-wrap: wrap;
  font-size: 32px;
  line-height: 1.3;
  align-items: baseline;
  margin-bottom: 10px;
  color: #E6B800;
  font-weight: 700;
}
.woocommerce .product .main_section .price:empty {
  display: none;
}
.woocommerce .product .main_section .price {
  margin-bottom: 30px;
}
.woocommerce .product .main_section .price del {
  color: #898989;
  font-weight: 300;
  font-size: 0.666em;
}
.woocommerce .product .main_section .price ins {
  order: -1;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .woocommerce .product .main_section .price ins {
    margin-right: 20px;
  }
}
.woocommerce .product .main_section .price .secondary-currency {
  font-size: 0.75em;
}
.woocommerce .product .main_section .saved_amount {
  color: #232323;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}
.woocommerce .product .main_section .tinvwl-shortcode-add-to-cart {
  padding: 0 0 20px;
}
@media (min-width: 992px) {
  .woocommerce .product .main_section .tinvwl-shortcode-add-to-cart {
    padding: 0 0 37px;
  }
}
.woocommerce .product .main_section .woocommerce-product-details__short-description {
  padding: 0 0 10px;
  margin-bottom: 20px;
}
.woocommerce .product .main_section .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce .product .main_section table.variations tr .label {
  color: #232323;
  font-weight: 700;
  text-align: left;
  padding-right: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
}
.woocommerce .product .main_section table.variations tr .label label:after {
  content: ":";
}
.woocommerce .product .main_section table.variations tr .woo-variation-items-wrapper {
  margin-bottom: 20px;
}
.woocommerce .product .main_section table.variations tr .variable-items-wrapper li,
.woocommerce .product .main_section table.variations tr .color-variable-items-wrapper li {
  padding: 0;
  min-width: 60px !important;
  height: 60px;
  box-shadow: none !important;
  border-radius: 7px;
  border: 2px solid #f0f0f0;
  transition: border 0.3s ease-in-out;
}
.woocommerce .product .main_section table.variations tr .variable-items-wrapper li.selected,
.woocommerce .product .main_section table.variations tr .color-variable-items-wrapper li.selected {
  border-color: #1F6F43;
}
.woocommerce .product .main_section table.variations tr .variable-items-wrapper li.selected .variable-item-contents::before,
.woocommerce .product .main_section table.variations tr .color-variable-items-wrapper li.selected .variable-item-contents::before {
  content: none !important;
}
.woocommerce .product .main_section table.variations tr .variable-items-wrapper li .variable-item-contents,
.woocommerce .product .main_section table.variations tr .color-variable-items-wrapper li .variable-item-contents {
  border-radius: 5px;
}
.woocommerce .product .main_section table.variations tr .variable-items-wrapper li .variable-item-contents .variable-item-span,
.woocommerce .product .main_section table.variations tr .variable-items-wrapper li .variable-item-contents .variable-item-span-color,
.woocommerce .product .main_section table.variations tr .color-variable-items-wrapper li .variable-item-contents .variable-item-span,
.woocommerce .product .main_section table.variations tr .color-variable-items-wrapper li .variable-item-contents .variable-item-span-color {
  border-radius: 5px;
}
.woocommerce .product .main_section table.variations tr select {
  min-width: auto !important;
  display: block;
  margin-bottom: 0;
  width: 350px !important;
}
.woocommerce .product .main_section table.variations tr .reset_variations {
  display: none !important;
}
.woocommerce .product .main_section form.cart:not(.variations_form),
.woocommerce .product .main_section .woocommerce-variation-add-to-cart {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .woocommerce .product .main_section form.cart:not(.variations_form),
  .woocommerce .product .main_section .woocommerce-variation-add-to-cart {
    margin-bottom: 42px;
  }
}
.woocommerce .product .main_section form.cart:not(.variations_form) .added_to_cart,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .added_to_cart {
  display: none !important;
}
.woocommerce .product .main_section form.cart:not(.variations_form) .quantity_wrapper,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .quantity_wrapper {
  display: flex;
  margin-right: 5px;
  border-radius: 100px;
  border: 1px solid #cbcbcb;
}
.woocommerce .product .main_section form.cart:not(.variations_form) .quantity_wrapper .qty_buttons,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .quantity_wrapper .qty_buttons {
  margin: 0;
  padding: 0;
  width: 40px;
  border: none;
  color: #898989;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  background: transparent;
}
.woocommerce .product .main_section form.cart:not(.variations_form) .quantity,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .quantity {
  margin: 0;
  float: none;
  width: 57px;
  font-weight: 700;
}
.woocommerce .product .main_section form.cart:not(.variations_form) .quantity input,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .quantity input {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 100px;
  -moz-appearance: textfield;
  padding: 5px 5px;
}
.woocommerce .product .main_section form.cart:not(.variations_form) .quantity input::-webkit-outer-spin-button,
.woocommerce .product .main_section form.cart:not(.variations_form) .quantity input::-webkit-inner-spin-button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  float: none;
  max-width: 245px;
  margin-bottom: 0;
  width: calc(100% - 147px);
}
.woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button.loading,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading {
  color: #FFFFFF !important;
  background-color: #E6B800 !important;
  border-color: #E6B800 !important;
}
.woocommerce .product .product_gallery .gallery_item {
  font-size: 0;
  position: relative;
  margin-bottom: 20px;
}
.woocommerce .product .product_gallery .gallery_item .badge_list {
  z-index: 2;
}
.woocommerce .product .product_gallery .gallery_item figure {
  display: block;
}
.woocommerce .product .product_gallery .gallery_item video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.woocommerce .product .summary_col {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .woocommerce .product .summary_col {
    padding-left: 45px;
  }
}
.woocommerce .product .summary_col .brand_description_block {
  height: 120px;
  display: flex;
  padding: 0 10px;
  max-width: 215px;
  margin-bottom: 15px;
  border-radius: 10px;
  align-items: center;
  background: #F6F7F7;
  justify-content: center;
  margin-bottom: 30px;
}
.woocommerce .product .summary_col .brand_description_block .berocket_brand_description {
  margin: 0;
  text-align: center;
}
.woocommerce .product .summary_col .brand_description_block .berocket_brand_description .br_brand_image {
  padding: 0;
  display: block;
}
.woocommerce .product .summary_col .sku_code {
  display: block;
  font-size: 18px;
  color: #BEBEBE;
  margin-bottom: 7px;
}
.woocommerce .product .summary_col p {
  line-height: inherit;
}
.woocommerce .product .summary_col .attributes_wrapper {
  width: 100%;
  padding: 20px 0;
  margin-top: 5px;
  border-top: 1px solid #E1E1E1;
}
.woocommerce .product .summary_col .attributes_wrapper li {
  display: flex;
  margin: 0 0 5px;
}
.woocommerce .product .summary_col .attributes_wrapper li:last-child {
  margin-bottom: 0;
}
.woocommerce .product .summary_col .attributes_wrapper li::before {
  color: #1F6F43;
  margin-right: 3px;
  text-align: center;
  vertical-align: text-top;
}
.woocommerce .product .summary_col .attributes_wrapper li .label {
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}
.woocommerce .product .summary_col .attributes_wrapper li .label::after {
  content: ": ";
}
.woocommerce .product .summary_col .attributes_wrapper li .value {
  display: inline-block;
}
.woocommerce .product .summary_col .attributes_wrapper li .value strong {
  margin: 0 5px;
  font-weight: 400;
  display: inline-block;
}
.woocommerce .product .summary_col .attributes_wrapper li .value strong::before {
  top: 1px;
  color: #A74A20;
  position: relative;
  content: "\e923";
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  font-family: "Custom Icons";
}
.woocommerce .product .summary_col .attributes_wrapper li .value a {
  color: #232323;
}
.woocommerce .product .summary_col .attributes_wrapper li .value a:hover {
  color: #1F6F43;
}
.woocommerce .product .summary_col .attributes_wrapper li.stock_status .value {
  position: relative;
  padding-left: 23px;
}
.woocommerce .product .summary_col .attributes_wrapper li.stock_status .value::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #BEBEBE;
  position: absolute;
  top: 2px;
  left: 0;
}
.woocommerce .product .summary_col .attributes_wrapper li.stock_status .value.instock::before {
  background-color: #57E500;
}
.woocommerce .product .summary_col .attributes_wrapper li.stock_status .value.outofstock::before {
  background-color: #E6000B;
}
.woocommerce .product .summary_col .attributes_wrapper li.stock_status .value.onbackorder::before {
  background-color: #E68300;
}
.woocommerce .product .summary_col .stock {
  display: none;
}
.woocommerce .product .summary_col .suitable_for .default_list, .woocommerce .product .summary_col .suitable_for section.text_img_section .description ul, section.text_img_section .description .woocommerce .product .summary_col .suitable_for ul {
  margin-bottom: 20px;
}
.woocommerce .product .summary_col .suitable_for .default_list li, .woocommerce .product .summary_col .suitable_for section.text_img_section .description ul li, section.text_img_section .description .woocommerce .product .summary_col .suitable_for ul li {
  margin-bottom: 10px;
}
.woocommerce .product .summary_col .find_product .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.woocommerce .product .summary_col .find_product .btn_wrap .btn, .woocommerce .product .summary_col .find_product .btn_wrap .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .summary_col .find_product .btn_wrap .single_add_to_cart_button,
.woocommerce .product .summary_col .find_product .btn_wrap .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .summary_col .find_product .btn_wrap .single_add_to_cart_button {
  width: 100%;
  margin: 0 10px 10px;
}
@media (min-width: 640px) {
  .woocommerce .product .summary_col .find_product .btn_wrap .btn, .woocommerce .product .summary_col .find_product .btn_wrap .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .summary_col .find_product .btn_wrap .single_add_to_cart_button,
  .woocommerce .product .summary_col .find_product .btn_wrap .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .woocommerce .product .main_section .woocommerce-variation-add-to-cart .summary_col .find_product .btn_wrap .single_add_to_cart_button {
    width: calc(50% - 20px);
  }
}
.woocommerce .product .bis_sub_div_border_enable_product_page {
  border: none;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 27.84px 1.16px gainsboro;
}
.woocommerce .product .bis_sub_div_border_enable_product_page label {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #232323 !important;
}
.woocommerce .product .bis_sub_div_border_enable_product_page .bis_email_price {
  display: flex;
}
.woocommerce .product .bis_sub_div_border_enable_product_page .bis_email_price .bis_email_input_price input {
  margin-bottom: 0;
}
.woocommerce .product .bis_sub_div_border_enable_product_page .bis_email_price .bis_button_price #bis_stock_button {
  margin-bottom: 0;
  margin-left: 5px;
  height: 100% !important;
  width: 160px;
  color: #1F6F43 !important;
  max-width: 100%;
  padding: 10px 10px;
  border: 1px solid #1F6F43;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: transparent !important;
  transition: background 0.3s, color 0.3s, border 0.3s ease-in-out;
}
.woocommerce .product .bis_sub_div_border_enable_product_page .bis_email_price .bis_button_price #bis_stock_button:hover {
  color: #FFFFFF !important;
  background-color: #1F6F43 !important;
}
.woocommerce .product .stock.out-of-stock {
  display: none;
}

.product_description_box {
  position: relative;
  z-index: 0;
}
.product_description_box::before {
  content: "";
  width: 1000px;
  height: 600px;
  z-index: -1;
  background: url("../images/layout/lines_decoration.svg") center center no-repeat;
  background-size: contain;
  transform: translate(50%, 50%);
  position: absolute;
  right: 0;
  bottom: 50%;
}

.elementor-widget-product_title {
  color: #FFFFFF;
}
.elementor-widget-product_title h1 {
  color: inherit;
  font-size: 45px;
}
@media (min-width: 992px) {
  .elementor-widget-product_title h1 {
    font-size: 50px;
  }
}
@media (min-width: 1540px) {
  .elementor-widget-product_title h1 {
    font-size: 60px;
  }
}
.elementor-widget-product_title h1 small {
  display: block;
  color: #78797d;
  font-weight: 300;
  margin-top: 15px;
  font-size: 26px;
}
@media (min-width: 992px) {
  .elementor-widget-product_title h1 small {
    font-size: 36px;
  }
}

.products_slider_section .heading_col h2 {
  font-size: 48px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .products_slider_section .heading_col h2 {
    font-size: 60px;
  }
}
.products_slider_section .heading_col .additional_text {
  margin-bottom: 30px;
}
.products_slider_section .full .products_slider_wrapper {
  padding: 0;
}
.products_slider_section .products_slider_wrapper {
  z-index: 0;
  position: relative;
}
@media (min-width: 1700px) {
  .products_slider_section .products_slider_wrapper {
    padding: 0 80px;
  }
}
.products_slider_section .products_slider_wrapper .swiper-wrapper .swiper-slide {
  height: auto;
  width: 60%;
  max-width: 60%;
  flex-basis: 60%;
}
@media (min-width: 480px) {
  .products_slider_section .products_slider_wrapper .swiper-wrapper .swiper-slide {
    width: 360px;
    max-width: 360px;
    flex-basis: 360px;
  }
}
.products_slider_section .products_slider_wrapper .info_col .buy_section {
  padding-top: 0;
}
.products_slider_section .swiper-pagination {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.products_slider_section.style_2 .products_slider_wrapper .product .product_listing_box {
  text-align: left;
}
.products_slider_section.style_2 .products_slider_wrapper .product .product_listing_box .info_col .buy_section .price_block {
  text-align: left;
  justify-content: flex-start;
}
.products_slider_section.in_post .heading_row {
  margin-bottom: 30px;
}
.products_slider_section.in_post .heading_col h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 0;
}
.products_slider_section.in_post .heading_col .additional_text {
  margin-top: 20px;
  margin-bottom: 0;
}

.img_caption_box {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  flex-direction: column;
  background-color: #FFFFFF;
  justify-content: space-between;
}
.img_caption_box .img_caption {
  color: #232323;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 10px;
  border-top: 1px solid #E1E1E1;
}

.table table,
.elementor-widget-table table {
  width: 100%;
}
.table table tr th, .table table tr td,
.elementor-widget-table table tr th,
.elementor-widget-table table tr td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 2px solid #343434;
}
.table table tr th.active, .table table tr td.active,
.elementor-widget-table table tr th.active,
.elementor-widget-table table tr td.active {
  background-color: #222222;
}
.table table tbody tr th,
.table table thead tr th,
.elementor-widget-table table tbody tr th,
.elementor-widget-table table thead tr th {
  font-weight: 400;
  color: #bababa;
}
.table table tbody tr td,
.elementor-widget-table table tbody tr td {
  font-weight: 300;
}
.table table tbody tr td:first-child,
.elementor-widget-table table tbody tr td:first-child {
  color: #bababa;
  text-align: right;
  font-weight: 700;
  border-right: 2px solid #343434;
}
.table table tbody tr:last-child td,
.elementor-widget-table table tbody tr:last-child td {
  border-bottom: none;
}

.info_table .inner_table_wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.info_table .inner_table_wrapper > .row {
  border-bottom: 2px solid #FFFFFF;
}
.info_table .inner_table_wrapper > .row > .col {
  background-color: #F6F1E8;
  font-size: 18px;
  padding: 20px 40px;
}
.info_table .inner_table_wrapper > .row > .col.left_col {
  border-right: 2px solid #FFFFFF;
  background-color: #EEE7DA;
}
.info_table .inner_table_wrapper > .row > .col.left_col h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.info_table .inner_table_wrapper > .row > .col p:last-child {
  margin-bottom: 0;
}
.info_table .inner_table_wrapper > .row:nth-child(even) > .col {
  background-color: #FAF8F4;
}
.info_table .inner_table_wrapper > .row:nth-child(even) > .col.left_col {
  background-color: #FCFBF8;
}

.product_variations.style_1 .variation_box .main_img::before {
  top: 10px;
  left: 10px;
}
.product_variations.style_1 .variation_box .main_img img {
  border-radius: 10px 10px 0 0;
}
.product_variations.style_1 .variation_box .info_col {
  padding: 20px 20px;
}
@media (min-width: 640px) {
  .product_variations.style_1 .variation_box .info_col {
    padding: 20px 30px;
  }
}
@media (min-width: 1540px) {
  .product_variations.style_1 .variation_box .info_col {
    padding: 20px 50px;
  }
}
.product_variations.style_1 .variation_box .info_col figure {
  position: relative;
  padding-bottom: 50%;
}
.product_variations.style_1 .variation_box .info_col figure img {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.product_variations.style_1 .variation_box .info_col .price_wrap {
  margin-top: -40px;
}
@media (min-width: 1200px) {
  .product_variations.style_1 .variation_box .info_col .price_wrap {
    margin-top: -60px;
  }
}
.product_variations.style_2 .variation_box .main_img {
  height: 100%;
}
.product_variations.style_2 .variation_box .main_img::before {
  right: 10px;
  bottom: 10px;
}
.product_variations.style_2 .variation_box .main_img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 480px) {
  .product_variations.style_2 .variation_box .main_img img {
    border-radius: 0 10px 10px 0;
  }
}
.product_variations.style_2 .variation_box .info_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .product_variations.style_2 .variation_box .info_col {
    position: static;
  }
}
.product_variations.style_2 .variation_box .info_col .price_wrap {
  margin-top: -40px;
}
.product_variations.style_2 .variation_box .info_col .price_wrap .secondary_img {
  width: 100%;
}
@media (min-width: 480px) {
  .product_variations.style_2 .variation_box .info_col .price_wrap {
    order: 1;
    width: 50%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .product_variations.style_2 .variation_box .info_col .price_wrap {
    max-width: 80px;
  }
}
@media (min-width: 992px) {
  .product_variations.style_2 .variation_box .info_col .price_wrap {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .product_variations.style_2 .variation_box .info_col .price_wrap {
    max-width: 120px;
  }
}
@media (min-width: 1540px) {
  .product_variations.style_2 .variation_box .info_col .price_wrap {
    max-width: 150px;
  }
}
.product_variations.style_2 .variation_box .info_col .price_wrap {
  transform: translate(calc(-50% + 10px), -50%);
}
@media (min-width: 480px) {
  .product_variations.style_2 .variation_box .info_col .price_wrap figure {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.product_variations.style_2 .variation_box .info_col .info_holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 480px) {
  .product_variations.style_2 .variation_box .info_col .info_holder {
    width: 50%;
  }
}
.product_variations.style_2 .variation_box .info_col .info_holder h3 {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .product_variations.style_2 .variation_box .info_col .info_holder h3 {
    font-size: 48px;
  }
}
.product_variations.style_2 .variation_box .info_col {
  padding: 15px 10px 15px 30px;
}
@media (min-width: 992px) {
  .product_variations.style_2 .variation_box .info_col {
    padding: 20px 10px 20px 40px;
  }
}

.variation_box {
  color: #FFFFFF;
  display: block;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #78797d;
  transition: color 0.3s, background-color 0.3s ease-in-out;
  margin: 15px 0;
  height: calc(100% - 30px);
}
.variation_box:hover {
  color: #FFFFFF;
  background-color: #1e1e1e;
}
.variation_box.active {
  color: #232323;
  background-color: #FFFFFF;
}
.variation_box.active .main_img::before {
  opacity: 1;
}
.variation_box .main_img {
  z-index: 0;
  width: 100%;
  display: block;
  line-height: 0;
  position: relative;
}
.variation_box .main_img::before {
  z-index: 1;
  opacity: 0;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-color: #1F6F43;
  background-size: contain;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHdpZHRoPSI0OCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4LjkgMzUuNyA3LjcgMjQuNSA5Ljg1IDIyLjM1IDE4LjkgMzEuNCAzOC4xIDEyLjIgNDAuMjUgMTQuMzVaIi8+PC9zdmc+");
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .variation_box .main_img::before {
    width: 60px;
    height: 50px;
  }
}
.variation_box .info_col {
  z-index: 0;
  position: relative;
}
.variation_box .info_col .price_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.variation_box .info_col .price_wrap figure {
  width: 60%;
  max-width: 150px;
  margin-bottom: 10px !important;
  width: 60%;
}
.variation_box .info_col .price_wrap .price_amount {
  font-size: 27px;
  font-weight: 300;
}
.variation_box .info_col .price_wrap .price_amount del, .variation_box .info_col .price_wrap .price_amount ins {
  display: block;
}
.variation_box .info_col .price_wrap .price_amount del {
  color: #78797D;
  margin-bottom: 5px;
  font-size: 0.7em;
}
.variation_box .info_col .small {
  display: block;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .variation_box .info_col .small {
    font-size: 27px;
  }
}
.variation_box .info_col h3 {
  color: inherit;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 30px;
}
@media (min-width: 992px) {
  .variation_box .info_col h3 {
    font-size: 48px;
  }
}
@media (min-width: 1540px) {
  .variation_box .info_col h3 {
    font-size: 63px;
  }
}

.slider_tabs .tabs_pagination {
  padding: 0 30px;
  position: relative;
  margin-bottom: 40px;
  padding: 0 50px;
}
@media (min-width: 1200px) {
  .slider_tabs .tabs_pagination {
    padding: 0 100px;
  }
}
.slider_tabs .tabs_pagination .pagination_box {
  color: #232323;
  display: block;
  cursor: pointer;
  font-size: 16px;
  margin: 15px 10px;
  text-align: center;
  padding: 25px 10px;
  border-radius: 20px;
  background-color: #FFFFFF;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s ease-in-out;
  font-size: 18px;
}
@media (min-width: 992px) {
  .slider_tabs .tabs_pagination .pagination_box {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .slider_tabs .tabs_pagination .pagination_box {
    font-size: 23px;
  }
}
@media (min-width: 1540px) {
  .slider_tabs .tabs_pagination .pagination_box {
    font-size: 24px;
  }
}
.slider_tabs .tabs_pagination .pagination_box:hover {
  box-shadow: 0px 0px 0px 10px rgba(106, 100, 91, 0.04);
}
.slider_tabs .tabs_pagination .pagination_box.slick-current {
  color: #FFFFFF;
  background-color: #E6B800;
}
.slider_tabs .tabs_pagination .pagination_box strong {
  display: block;
  margin-bottom: 10px;
}
.slider_tabs .tabs_pagination .pagination_box span {
  font-weight: 300;
}
.slider_tabs .tabs_pagination:not(.slick-initialized) {
  padding: 0;
}
.slider_tabs .tabs_pagination:not(.slick-initialized) .pagination_box {
  width: calc(25% - 25px);
  display: inline-block;
}
.slider_tabs .tabs_pagination .slick-prev,
.slider_tabs .tabs_pagination .slick-next {
  z-index: 0;
  width: 30px;
  height: 50px;
  cursor: pointer;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.slider_tabs .tabs_pagination .slick-prev::before,
.slider_tabs .tabs_pagination .slick-next::before {
  font-weight: 900;
  font-style: normal;
  color: #F0CF5A;
  font-family: "Custom Icons";
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
}
.slider_tabs .tabs_pagination .slick-prev:hover::before,
.slider_tabs .tabs_pagination .slick-next:hover::before {
  color: #232323;
}
.slider_tabs .tabs_pagination .slick-prev {
  left: 0;
}
.slider_tabs .tabs_pagination .slick-prev::before {
  content: "\e919";
}
.slider_tabs .tabs_pagination .slick-next {
  right: 0;
}
.slider_tabs .tabs_pagination .slick-next::before {
  content: "\e91a";
}

.tabs_content_wrap {
  color: #232323;
}
.tabs_content_wrap strong {
  font-weight: 600;
}
.tabs_content_wrap:not(.slick-initialized) {
  padding: 0;
}
.tabs_content_wrap:not(.slick-initialized) .tabs_content_wrap {
  display: none;
}
.tabs_content_wrap:not(.slick-initialized) .tabs_content_wrap:first-child {
  display: block;
}

.category_slider {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  margin-bottom: 40px;
}
.category_slider .swiper-wrapper .swiper-slide a {
  display: block;
  line-height: 0;
}
.category_slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.category_slider .swiper-pagination {
  z-index: 1 !important;
}
.category_slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.7 !important;
  background-color: #FFFFFF !important;
  transition: opacity 0.3s, width 0.3s ease-in-out;
}
.category_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.category_slider .buttons_wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
}
.category_slider .buttons_wrapper .swiper-button-prev,
.category_slider .buttons_wrapper .swiper-button-next {
  background: #FFFFFF;
}
.category_slider .buttons_wrapper .swiper-button-prev {
  left: 10px !important;
}
.category_slider .buttons_wrapper .swiper-button-next {
  right: 10px !important;
}

.link_and_icon .link_and_icon_item {
  color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.link_and_icon .link_and_icon_item .item_img {
  max-width: 115px;
}
.link_and_icon .link_and_icon_item .item_img img {
  margin-bottom: 25px;
  border-radius: 0 !important;
}
.link_and_icon .link_and_icon_item .item_title {
  color: #FFFFFF;
}

.cta_boxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.cta_boxes .large_boxes .cta_box:not(.no_img) {
  min-height: 230px;
}
@media (min-width: 1200px) {
  .cta_boxes .large_boxes .cta_box:not(.no_img) {
    min-height: 260px;
  }
}
.cta_boxes .cta_box {
  color: #FFFFFF;
  z-index: 0;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 1.25em;
  display: inline-block;
  background-color: #0A0A0A;
  margin-bottom: 20px;
}
.cta_boxes .cta_box.no_img {
  transition: background 0.3s, color 0.3s ease-in-out;
  padding: 15px 15px;
}
.cta_boxes .cta_box.no_img:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
.cta_boxes .cta_box:not(.no_img) {
  display: flex;
  min-height: 140px;
  align-items: flex-start;
  flex-direction: column;
  height: calc(100% - 30px);
  justify-content: space-between;
  min-height: 180px;
  padding: 29px 30px 14px;
}
@media (min-width: 1200px) {
  .cta_boxes .cta_box:not(.no_img) {
    min-height: 260px;
  }
}
.cta_boxes .cta_box:not(.no_img) img {
  width: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cta_boxes .cta_box .link::after {
  font-size: 12px;
  content: "\e92e";
  font-style: normal;
  font-weight: normal;
  font-family: "Custom Icons";
}
.cta_boxes .cta_box .link {
  height: auto;
  max-width: 100%;
  min-width: 106px;
  text-align: left;
  position: relative;
  border-radius: 100px;
  padding: 0 40px 0 0;
  transition: background 0.3s, color 0.3s, padding 0.3s ease-in-out;
}
.cta_boxes .cta_box .link:after {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 18px;
}
.cta_boxes .cta_box .box_title {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cta_boxes .cta_box .box_title {
    font-size: 18px;
  }
}
@media (min-width: 1540px) {
  .cta_boxes .cta_box .box_title {
    font-size: 22px;
  }
}
.cta_boxes .cta_box:hover .link {
  color: #1F6F43;
  background-color: #FFFFFF;
  padding: 10px 35px 10px 15px;
}

.products_grid_section {
  padding: 40px 0;
  padding: 60px 0;
}
.products_grid_section .header_col {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-bottom: 0;
}
.products_grid_section .header_content {
  padding: 40px 40px 40px 30px;
  max-width: 500px;
}
.products_grid_section .section_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 32px;
}
@media (min-width: 1200px) {
  .products_grid_section .section_title {
    font-size: 38px;
  }
}
.products_grid_section .section_title .highlight {
  font-weight: 700;
}
.products_grid_section .section_title .regular {
  font-weight: 400;
  display: block;
}
.products_grid_section .section_description {
  margin-bottom: 25px;
}
.products_grid_section .section_description p {
  color: #707070;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}
.products_grid_section .btn_outline {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #181818;
  background: transparent;
  color: #181818;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.products_grid_section .btn_outline:hover {
  background: #181818;
  color: #FFFFFF;
}
.products_grid_section .products_grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(180px, auto);
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(200px, auto);
}
@media (min-width: 1200px) {
  .products_grid_section .products_grid {
    grid-auto-rows: minmax(220px, auto);
  }
}
.products_grid_section .grid_item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 20px;
  text-decoration: none;
  min-height: 180px;
  border: 2px solid #FFFFFF;
  padding: 25px;
  min-height: 200px;
}
@media (min-width: 1200px) {
  .products_grid_section .grid_item {
    min-height: 220px;
  }
}
.products_grid_section .grid_item.large {
  grid-column: span 2;
}
.products_grid_section .grid_item .grid_item_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
  z-index: 0;
}
.products_grid_section .grid_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  transition: background 0.3s ease;
}
.products_grid_section .grid_item .grid_item_title {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
@media (min-width: 1200px) {
  .products_grid_section .grid_item .grid_item_title {
    font-size: 20px;
  }
}
.products_grid_section .grid_item:hover .grid_item_image {
  transform: scale(1.08);
}
.products_grid_section .grid_item:hover::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
}
.products_grid_section .counter_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
  background-color: #181818;
  min-height: 180px;
  grid-column: span 2;
  min-height: 200px;
  padding: 40px 30px;
}
@media (min-width: 1200px) {
  .products_grid_section .counter_box {
    min-height: 220px;
  }
}
.products_grid_section .counter_box::before {
  display: none;
}
.products_grid_section .counter_box .counter_number {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 60px;
}
@media (min-width: 1200px) {
  .products_grid_section .counter_box .counter_number {
    font-size: 72px;
  }
}
.products_grid_section .counter_box .counter_text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.4;
  max-width: 150px;
  font-size: 16px;
  max-width: 180px;
}
@media (min-width: 1200px) {
  .products_grid_section .counter_box .counter_text {
    font-size: 18px;
  }
}

.about_company_section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  padding: 80px 0;
}
@media (min-width: 1200px) {
  .about_company_section {
    padding: 100px 0;
  }
}
.about_company_section .bg_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
  z-index: 0;
  pointer-events: none;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .about_company_section .bg_logo {
    max-width: 1400px;
  }
}
.about_company_section .bg_logo svg {
  width: 100%;
  height: auto;
}
.about_company_section .about_company_row {
  position: relative;
  z-index: 1;
  align-items: center;
}
.about_company_section .left_col {
  padding-right: 20px;
}
.about_company_section .left_content {
  max-width: 280px;
}
@media (min-width: 1200px) {
  .about_company_section .left_content {
    max-width: 320px;
  }
}
.about_company_section .about_title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .about_company_section .about_title {
    font-size: 34px;
  }
}
@media (min-width: 1540px) {
  .about_company_section .about_title {
    font-size: 38px;
  }
}
.about_company_section .about_title .title_bold {
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
}
.about_company_section .about_title .title_light {
  display: block;
  font-weight: 300;
  letter-spacing: 2px;
}
.about_company_section .mobile_only {
  display: none !important;
}
.about_company_section .image_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
@media (min-width: 1200px) {
  .about_company_section .image_wrapper {
    padding: 40px;
  }
}
.about_company_section .image_wrapper.has_frame .about_image {
  position: relative;
  z-index: 1;
}
.about_company_section .decorative_frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 70%;
  border: 3px solid #E6B800;
  border-radius: 0;
  z-index: 0;
  pointer-events: none;
  width: 50%;
  height: 65%;
}
@media (min-width: 1200px) {
  .about_company_section .decorative_frame {
    border-width: 4px;
  }
}
.about_company_section .about_image {
  max-width: 100%;
  height: auto;
  display: block;
  max-width: 320px;
}
@media (min-width: 1200px) {
  .about_company_section .about_image {
    max-width: 380px;
  }
}
.about_company_section .right_col {
  padding-left: 20px;
}
.about_company_section .right_content {
  max-width: 340px;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .about_company_section .right_content {
    max-width: 380px;
  }
}
.about_company_section .text_block {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px 0;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .about_company_section .text_block {
    font-size: 16px;
  }
}
.about_company_section .text_block:last-child {
  margin-bottom: 0;
}
.about_company_section .text_block_1 {
  font-weight: 500;
}
.about_company_section .text_block_2 {
  font-weight: 400;
}

.product-slider-prev,
.product-slider-next,
.buttons_wrapper .swiper-button-next,
.buttons_wrapper .swiper-button-prev {
  display: none;
  cursor: pointer;
  border-radius: 100%;
  background-color: #E8E2D5;
  transition: border 0.3s, background 0.3s ease-in-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.product-slider-prev::before,
.product-slider-next::before,
.buttons_wrapper .swiper-button-next::before,
.buttons_wrapper .swiper-button-prev::before {
  color: #A49F97;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5";
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
}
.product-slider-prev,
.product-slider-next,
.buttons_wrapper .swiper-button-next,
.buttons_wrapper .swiper-button-prev {
  width: 43px;
  height: 43px;
  font-size: 18px;
}
@media (min-width: 1540px) {
  .product-slider-prev,
  .product-slider-next,
  .buttons_wrapper .swiper-button-next,
  .buttons_wrapper .swiper-button-prev {
    display: block;
  }
}
.products_slider_wrapper .product-slider-prev,
.products_slider_wrapper .product-slider-next,
.products_slider_wrapper .buttons_wrapper .swiper-button-next,
.products_slider_wrapper .buttons_wrapper .swiper-button-prev {
  display: block;
}
.product-slider-prev.swiper-button-disabled,
.product-slider-next.swiper-button-disabled,
.buttons_wrapper .swiper-button-next.swiper-button-disabled,
.buttons_wrapper .swiper-button-prev.swiper-button-disabled {
  overflow: 0.9;
  pointer-events: none;
}
.product-slider-prev:hover::before,
.product-slider-next:hover::before,
.buttons_wrapper .swiper-button-next:hover::before,
.buttons_wrapper .swiper-button-prev:hover::before {
  color: #1F6F43;
}
.product-slider-prev.down_arrows,
.product-slider-next.down_arrows,
.buttons_wrapper .swiper-button-next.down_arrows,
.buttons_wrapper .swiper-button-prev.down_arrows {
  top: auto;
  bottom: 0;
  display: block;
  border-color: #1F6F43;
  background-color: #1F6F43;
}
.product-slider-prev.down_arrows:hover,
.product-slider-next.down_arrows:hover,
.buttons_wrapper .swiper-button-next.down_arrows:hover,
.buttons_wrapper .swiper-button-prev.down_arrows:hover {
  border-color: #181818;
  background-color: #181818;
}

.swiper-slide.down_arrows {
  margin-bottom: 13px;
}

.buttons_wrapper.relative {
  width: 100%;
  display: flex;
  max-width: 100px;
  align-content: center;
  justify-content: space-between;
}
.buttons_wrapper.relative .swiper-button-next,
.buttons_wrapper.relative .swiper-button-prev {
  margin: 0;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: inline-block;
  background-image: none;
}

.product-slider-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  top: 30% !important;
  left: 0 !important;
}
@media (min-width: 1540px) {
  .product-slider-prev,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -60px !important;
  }
}
@media (min-width: 1700px) {
  .product-slider-prev,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -110px !important;
  }
}
.products_slider_wrapper .product-slider-prev,
.products_slider_wrapper .swiper-button-prev,
.products_slider_wrapper .swiper-container-rtl .swiper-button-next {
  left: 15px !important;
}
@media (min-width: 1740px) {
  .products_slider_wrapper .product-slider-prev,
  .products_slider_wrapper .swiper-button-prev,
  .products_slider_wrapper .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
  }
}
.inside .product-slider-prev,
.inside .swiper-button-prev,
.inside .swiper-container-rtl .swiper-button-next {
  left: 0px !important;
}
.full .products_slider_wrapper .product-slider-prev,
.full .products_slider_wrapper .swiper-button-prev,
.full .products_slider_wrapper .swiper-container-rtl .swiper-button-next {
  left: 15px !important;
}
.product-slider-prev::before,
.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before {
  content: "\f053";
}
.product-slider-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none !important;
}
.product-slider-prev.down_arrows,
.swiper-button-prev.down_arrows,
.swiper-container-rtl .swiper-button-next.down_arrows {
  left: auto;
  right: 90px;
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
  right: 0;
}
@media (min-width: 1540px) {
  .elementor-arrows-position-outside .elementor-swiper-button-next {
    right: -30px;
  }
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
  left: 0;
}
@media (min-width: 1540px) {
  .elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: -30px;
  }
}

.product-slider-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: 30% !important;
  right: 0 !important;
}
@media (min-width: 1540px) {
  .product-slider-next,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -60px !important;
  }
}
@media (min-width: 1700px) {
  .product-slider-next,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -110px !important;
  }
}
.products_slider_wrapper .product-slider-next,
.products_slider_wrapper .swiper-button-next,
.products_slider_wrapper .swiper-container-rtl .swiper-button-prev {
  right: 15px !important;
}
@media (min-width: 1740px) {
  .products_slider_wrapper .product-slider-next,
  .products_slider_wrapper .swiper-button-next,
  .products_slider_wrapper .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
  }
}
.inside .product-slider-next,
.inside .swiper-button-next,
.inside .swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
}
.full .products_slider_wrapper .product-slider-next,
.full .products_slider_wrapper .swiper-button-next,
.full .products_slider_wrapper .swiper-container-rtl .swiper-button-prev {
  right: 15px !important;
}
.product-slider-next::before,
.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
  content: "\f054";
}
.product-slider-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important;
}

.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 50px;
}

.swiper-pagination {
  bottom: 25px;
  z-index: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0 5px;
  border-radius: 30px;
  border: none !important;
  display: inline-block;
  background-color: #ded3c0;
  transition: background 0.3s, width 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background-color: #E6B800;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #E6B800;
}

.home_slider {
  padding-top: 80px;
}
.home_slider .swiper-slide {
  display: flex;
  padding: 50px 0;
  align-items: center;
  position: relative;
  background: url("../images/layout/home_slide_1.jpg") center center no-repeat;
  background-size: cover;
  min-height: 550px;
}
.home_slider .swiper-slide h1 {
  color: inherit;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .home_slider .swiper-slide h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .home_slider .swiper-slide h1 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .home_slider .swiper-slide h1 {
    font-size: 55px;
  }
}
@media (min-width: 1540px) {
  .home_slider .swiper-slide h1 {
    font-size: 60px;
  }
}
.home_slider .swiper-slide .description {
  margin-bottom: 30px;
  line-height: 1.15em;
}
.home_slider .swiper-slide .description p:last-child {
  margin-bottom: 0;
}
.home_slider .swiper-pagination {
  bottom: 25px;
}
.home_slider .product-slider-prev,
.home_slider .swiper-button-prev,
.home_slider .swiper-container-rtl .swiper-button-next {
  left: 20px !important;
}
.home_slider .product-slider-next,
.home_slider .swiper-button-next,
.home_slider .swiper-container-rtl .swiper-button-prev {
  right: 20px !important;
}

.testimonials {
  overflow: hidden;
}
.testimonials .testimonial_box {
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
}
.testimonials .testimonial_box::before {
  z-index: 2;
  content: "„";
  color: #FFFFFF;
  line-height: 0;
  font-weight: 700;
  font-size: 110px;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials .testimonial_box .item_img {
  z-index: 1;
  width: 350px;
  height: 240px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-bottom: -50px !important;
  border-radius: 100% 100% 150px 150px;
}
@media (min-width: 640px) {
  .testimonials .testimonial_box .item_img {
    height: 300px;
    margin-bottom: 0 !important;
    margin-right: -200px !important;
  }
}
.testimonials .testimonial_box .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.testimonials .testimonial_box .content_box {
  width: 100%;
  display: flex;
  text-align: left;
  min-height: 300px;
  margin-top: 20px;
  color: #252525;
  position: relative;
  line-height: 1.5em;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  padding: 30px 25px 30px 25px;
}
@media (min-width: 640px) {
  .testimonials .testimonial_box .content_box {
    width: calc(100% - 150px);
    padding: 30px 25px 30px 250px;
  }
}
.testimonials .testimonial_box .content_box p {
  line-height: 1.5em;
}
.testimonials .testimonial_box .content_box p:last-child {
  margin-bottom: 0;
}
.testimonials .testimonial_box .content_box .item_title {
  display: block;
  color: #E6B800;
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.33em;
}
@media (min-width: 640px) {
  .testimonials .testimonial_box .content_box .item_title {
    font-size: 30px;
  }
}
.testimonials .testimonial_box .content_box .item_title small {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
.testimonials .swiper-wrapper {
  margin-bottom: 60px;
}
.testimonials .swiper-pagination {
  bottom: 0px;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #E1E1E1;
  transition: border 0.3s, background 0.3s ease-in-out;
}
.testimonials .swiper-pagination .swiper-pagination-bullet:hover, .testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #1F6F43;
}

.service_slider_wrap .swiper-wrapper .default_flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media (min-width: 480px) {
  .service_slider_wrap .swiper-wrapper .default_flex {
    height: 500px;
    align-items: center;
    flex-direction: column;
  }
}
.service_slider_wrap .swiper-wrapper .default_flex figure {
  line-height: 0;
  font-size: 0;
  margin: 10px !important;
}
@media (min-width: 480px) {
  .service_slider_wrap .swiper-wrapper .default_flex figure:nth-child(1), .service_slider_wrap .swiper-wrapper .default_flex figure:nth-child(2) {
    width: calc(50% - 20px);
    height: calc(50% - 20px);
  }
  .service_slider_wrap .swiper-wrapper .default_flex figure:nth-child(3) {
    width: calc(50% - 20px);
    height: calc(100% - 20px);
  }
  .service_slider_wrap .swiper-wrapper .default_flex figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.product_application {
  z-index: 0;
  position: relative;
  overflow: hidden;
  padding: 60px 0 40px;
}
.product_application::before {
  color: #707070;
  z-index: -2;
  opacity: 0.16;
  content: "\e902";
  transform: translate(-50%, 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (min-width: 768px) {
  .product_application::before {
    font-size: 700px;
  }
}
@media (min-width: 992px) {
  .product_application::before {
    font-size: 800px;
  }
}
@media (min-width: 1540px) {
  .product_application::before {
    font-size: 900px;
  }
}
@media (min-width: 992px) {
  .product_application {
    padding: 80px 0 60px;
  }
}
@media (min-width: 1540px) {
  .product_application {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  .product_application .icon_col {
    margin-bottom: 100px;
  }
}
.product_application .icon_box {
  height: 100%;
  margin: 0 auto;
  display: block;
  max-width: 300px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  padding: 23px 15px 23px;
  background-color: #BEBEBE;
  transition: border-radius 0.3s ease-in-out;
}
@media (min-width: 1540px) {
  .product_application .icon_box {
    padding: 23px 15px 38px;
  }
}
.product_application .icon_box:before {
  width: 47px;
  height: 47px;
  color: #FFFFFF;
  display: flex;
  font-size: 20px;
  line-height: 1;
  content: "\f054";
  font-weight: 900;
  text-align: center;
  font-style: normal;
  align-items: center;
  font-family: "Font Awesome 5";
  border-radius: 100%;
  justify-content: center;
  background-color: #1F6F43;
  transform: translateY(50%);
  position: absolute;
  right: 30px;
  bottom: -7px;
  transition: background 0.3s ease-in-out;
}
@media (min-width: 1540px) {
  .product_application .icon_box:before {
    width: 57px;
    height: 57px;
  }
}
.product_application .icon_box:hover:before {
  background-color: #232323;
}
.product_application .icon_box figure {
  display: block;
  max-width: 60px;
  border-radius: 0;
  margin: 0 auto 20px !important;
}
@media (min-width: 1200px) {
  .product_application .icon_box figure {
    max-width: 82px;
  }
}
.product_application .icon_box figure img {
  border-radius: 0;
}
.product_application .icon_box h3 {
  color: #232323;
  font-size: 16px;
  line-height: 1.15em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product_application .icon_box h3 {
    min-height: 2.3em;
  }
}
@media (min-width: 992px) {
  .product_application .icon_box h3 {
    font-size: 18px;
  }
}
.product_application .icon_box.has_category {
  border-radius: 0 0 10px 10px;
  border-radius: 10px;
}
.product_application .icon_box.has_category:hover {
  border-radius: 0 0 10px 10px;
}
.product_application .icon_box.has_category:hover .applications_categories {
  transform: translateY(-100%);
}
.product_application .icon_box.has_category .applications_categories {
  z-index: -1;
  width: 100%;
  display: flex;
  padding: 5px 0;
  user-select: none;
  pointer-events: none;
  border-radius: 10px 10px 0 0;
  background-color: #BEBEBE;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s, opacity 0.3s ease-in-out;
}
.product_application .icon_box.has_category .applications_categories li {
  flex-grow: 1;
  color: #181818;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 10px;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media (min-width: 1540px) {
  .product_application .icon_box.has_category .applications_categories li {
    padding: 10px 5px;
  }
}
@media (min-width: 1700px) {
  .product_application .icon_box.has_category .applications_categories li {
    padding: 10px 10px;
  }
}
.product_application .icon_box.has_category .applications_categories li::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  right: 0;
}
.product_application .icon_box.has_category .applications_categories li:last-child::before {
  content: none;
}

.gray_with_radius {
  padding: 40px 0 20px;
  overflow: hidden;
  background-color: #BEBEBE;
}
.gray_with_radius.top_radius {
  border-radius: 40px 40px 0 0;
}
@media (min-width: 640px) {
  .gray_with_radius.top_radius {
    border-radius: 60px 60px 0 0;
  }
}
@media (min-width: 992px) {
  .gray_with_radius.top_radius {
    padding: 60px 0 40px;
    border-radius: 70px 70px 0 0;
  }
}
@media (min-width: 1540px) {
  .gray_with_radius.top_radius {
    padding: 68px 0 45px;
    border-radius: 100px 100px 0 0;
  }
}
.gray_with_radius.bottom_radius {
  border-radius: 0 0 40px 40px;
}
@media (min-width: 640px) {
  .gray_with_radius.bottom_radius {
    border-radius: 0 0 60px 60px;
  }
}
@media (min-width: 992px) {
  .gray_with_radius.bottom_radius {
    padding: 60px 0 40px;
    border-radius: 0 0 70px 70px;
  }
}
@media (min-width: 1540px) {
  .gray_with_radius.bottom_radius {
    padding: 68px 0 45px;
    border-radius: 0 0 100px 100px;
  }
}

.category_list .category_listing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  width: calc(100% + 20px);
}
@media (min-width: 1540px) {
  .category_list .category_listing {
    width: calc(100% + 34px);
    margin-left: -17px;
  }
}
.category_list .category_listing li {
  flex-grow: 1;
  padding: 0 10px;
}
.category_list .category_listing li::before {
  content: none;
}
.category_list .category_listing li {
  max-width: 50%;
  flex-basis: 50%;
}
@media (min-width: 992px) {
  .category_list .category_listing li {
    max-width: 33.33%;
    flex-basis: 33.33%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .category_list .category_listing li {
    margin-bottom: 50px;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1540px) {
  .category_list .category_listing li {
    padding: 0 17px;
    margin-bottom: 50px;
  }
}
.category_list .category_listing a {
  display: block;
}
.category_list .category_listing a:hover figure::before {
  transform: scale(0.9, 1);
}
.category_list .category_listing a:hover figure img {
  opacity: 0.7;
}
.category_list .category_listing figure {
  z-index: 0;
  display: block;
  position: relative;
  margin-bottom: 25px !important;
}
.category_list .category_listing figure img {
  border-radius: 10px 10px 60px 10px;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .category_list .category_listing figure img {
    border-radius: 10px 10px 80px 10px;
  }
}
@media (min-width: 1540px) {
  .category_list .category_listing figure img {
    border-radius: 10px 10px 100px 10px;
  }
}
.category_list .category_listing figure::before {
  content: "";
  height: 11px;
  width: 80px;
  z-index: 1;
  background-color: #1F6F43;
  transition: transform 0.3s ease-in-out;
  transform: scale(1, 1);
  transform-origin: left center;
  position: absolute;
  bottom: -5px;
  left: 20px;
}
@media (min-width: 1200px) {
  .category_list .category_listing figure::before {
    width: 125px;
  }
}
@media (min-width: 1540px) {
  .category_list .category_listing figure::before {
    left: 45px;
  }
}
.category_list .category_listing .cat_title a {
  color: #232323;
  max-width: 70%;
  font-size: 18px;
  display: inline;
  font-weight: 700;
  margin-left: 20px;
  line-height: 1.15em;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .category_list .category_listing .cat_title a {
    font-size: 19px;
  }
}
@media (min-width: 1540px) {
  .category_list .category_listing .cat_title a {
    font-size: 24px;
    margin-left: 45px;
  }
}
.category_list .category_listing .cat_title a:after {
  content: "\f054";
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5";
  color: #1F6F43;
  margin-left: 5px;
  display: inline;
  vertical-align: text-bottom;
  transition: transform 0.3s ease-in-out;
}
.category_list .category_listing .cat_title a:hover:after {
  transform: translateX(5px);
}

section.cta_section_home {
  color: #FFFFFF;
  z-index: 0;
  overflow: hidden;
  position: relative;
  padding: 40px 0 20px;
  background-color: #181818;
}
section.cta_section_home ::-moz-selection {
  color: #FFFFFF;
  background: #1F6F43;
}
section.cta_section_home ::selection {
  color: #FFFFFF;
  background: #1F6F43;
}
section.cta_section_home::before {
  color: #2b425d;
  content: "\e900";
  z-index: -1;
  font-size: 438px;
  transform: translate(30%, 30%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  section.cta_section_home {
    font-size: 18px;
    padding: 60px 0 40px;
  }
}
@media (min-width: 1540px) {
  section.cta_section_home {
    padding: 90px 0 70px;
  }
}
section.cta_section_home .description {
  margin-bottom: 45px;
}
section.cta_section_home .description p:last-child {
  margin-bottom: 0;
}
section.cta_section_home .section_title {
  color: inherit;
}
section.cta_section_home > .row {
  position: static;
}
@media (min-width: 1540px) {
  .elementor div.elementor-element section.cta_section_home figure.cta_img {
    height: 100%;
    max-height: 80%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: calc(50% + 20px);
  }
}
.elementor div.elementor-element section.cta_section_home figure.cta_img img {
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

section.text_img_section {
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.text_img_section {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  section.text_img_section {
    padding: 60px 0;
  }
}
section.text_img_section .section_title {
  margin-bottom: 35px;
}
section.text_img_section .btn, section.text_img_section .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) section.text_img_section .single_add_to_cart_button,
section.text_img_section .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart section.text_img_section .single_add_to_cart_button {
  margin-bottom: 0;
}
section.text_img_section div.row.img_list figure.img_wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}
section.text_img_section div.row.img_list > .col:last-child figure {
  margin-bottom: 0;
}
section.text_img_section:not(.reversed) {
  z-index: 0;
}
section.text_img_section:not(.reversed) div.row.img_list > .col:nth-child(odd) figure.img_wrap {
  border-bottom-right-radius: 60px;
}
@media (min-width: 992px) {
  section.text_img_section:not(.reversed) div.row.img_list > .col:nth-child(odd) figure.img_wrap {
    border-bottom-right-radius: 80px;
  }
}
@media (min-width: 1200px) {
  section.text_img_section:not(.reversed) div.row.img_list > .col:nth-child(odd) figure.img_wrap {
    border-bottom-right-radius: 100px;
  }
}
section.text_img_section:not(.reversed) div.row.img_list > .col:nth-child(even) figure.img_wrap {
  border-top-right-radius: 60px;
}
@media (min-width: 992px) {
  section.text_img_section:not(.reversed) div.row.img_list > .col:nth-child(even) figure.img_wrap {
    border-top-right-radius: 80px;
  }
}
@media (min-width: 1200px) {
  section.text_img_section:not(.reversed) div.row.img_list > .col:nth-child(even) figure.img_wrap {
    border-top-right-radius: 100px;
  }
}
section.text_img_section:not(.reversed) .gx::before {
  content: "\e902";
  font-size: 650px;
  color: #707070;
  opacity: 0.16;
  transform: translate(-50%, 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}
section.text_img_section.reversed .gx::before {
  content: "\e902";
  font-size: 650px;
  color: #707070;
  opacity: 0.16;
  z-index: -1;
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
section.text_img_section.reversed div.row.img_list > .col:nth-child(odd) figure.img_wrap {
  border-bottom-left-radius: 60px;
}
@media (min-width: 992px) {
  section.text_img_section.reversed div.row.img_list > .col:nth-child(odd) figure.img_wrap {
    border-bottom-left-radius: 80px;
  }
}
@media (min-width: 1200px) {
  section.text_img_section.reversed div.row.img_list > .col:nth-child(odd) figure.img_wrap {
    border-bottom-left-radius: 100px;
  }
}
section.text_img_section.reversed div.row.img_list > .col:nth-child(even) figure.img_wrap {
  border-top-left-radius: 60px;
}
@media (min-width: 992px) {
  section.text_img_section.reversed div.row.img_list > .col:nth-child(even) figure.img_wrap {
    border-top-left-radius: 80px;
  }
}
@media (min-width: 1200px) {
  section.text_img_section.reversed div.row.img_list > .col:nth-child(even) figure.img_wrap {
    border-top-left-radius: 100px;
  }
}

.video_separator {
  z-index: 0;
  color: #FFFFFF;
  padding-top: 40px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  align-items: flex-end;
  min-height: 500px;
  max-height: 700px;
  height: 80vh;
}
.video_separator .elementor-custom-embed-play {
  position: static !important;
  transform: none !important;
}
.video_separator::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(10, 10, 10, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.video_separator .section_title {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 65px;
}
.video_separator .section_title:after {
  content: "";
  height: 14px;
  width: 150px;
  max-width: 100%;
  background-color: #1F6F43;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.video_separator .section_title a, .video_separator .section_title span {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.video_separator .section_title a:hover, .video_separator .section_title span:hover {
  color: #1F6F43;
}
.video_separator .section_title a:before, .video_separator .section_title span:before {
  display: block;
  content: "\f144";
  font-size: 1.667em;
  font-weight: 400;
  line-height: 1em;
  font-style: normal;
  font-family: "Font Awesome 5";
  margin-bottom: 35px;
}
@media (min-width: 1540px) {
  .video_separator .section_title a:before, .video_separator .section_title span:before {
    margin-bottom: 55px;
  }
}
.video_separator .section_title a:hover {
  color: #1F6F43;
}

.catalogue {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .catalogue {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .catalogue {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .catalogue {
    padding-top: 165px;
  }
}
.catalogue .section_content {
  z-index: 0;
  position: relative;
}
.catalogue .section_content::before {
  content: "\e902";
  font-size: 550px;
  color: #707070;
  opacity: 0.16;
  z-index: -1;
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.catalogue .section_content::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #BEBEBE;
  border-top-right-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .catalogue .section_content::after {
    border-top-right-radius: 100px;
  }
}
.catalogue .section_content .catalogue_img {
  z-index: 0;
  position: relative;
}
.catalogue .section_content .catalogue_img::before {
  content: "";
  width: 750px;
  height: 750px;
  z-index: -1;
  border-radius: 100%;
  background-color: #1F6F43;
  transform: translate(-50%, 10%);
  position: absolute;
  top: 0;
  left: 50%;
}
.catalogue .section_content .catalogue_img {
  margin-top: -130px;
}
@media (min-width: 992px) {
  .catalogue .section_content .catalogue_img {
    margin-bottom: 20px;
  }
}
.catalogue .section_content .catalogue_img::before {
  width: 380px;
  height: 380px;
}
@media (min-width: 992px) {
  .catalogue .section_content .catalogue_img::before {
    width: 550px;
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .catalogue .section_content .catalogue_img {
    margin: 0;
    position: absolute;
    top: -190px;
    right: 55%;
  }
  .catalogue .section_content .catalogue_img:before {
    width: 750px;
    height: 750px;
  }
}
.catalogue .section_content .content_col {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .catalogue .section_content .content_col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .catalogue .section_content .content_col {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.catalogue .section_content .content_col .btn, .catalogue .section_content .content_col .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .catalogue .section_content .content_col .single_add_to_cart_button,
.catalogue .section_content .content_col .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .catalogue .section_content .content_col .single_add_to_cart_button {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .catalogue .section_content > .row {
    position: static;
  }
}

.latest_posts .post_col {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .latest_posts .post_col {
    margin-bottom: 0;
  }
}
.latest_posts .post_img {
  z-index: 0;
  display: block;
  line-height: 0;
  position: relative;
}
@media (min-width: 992px) {
  .latest_posts .post_img {
    margin-bottom: 27px;
  }
}
.latest_posts .post_img::before {
  content: "";
  z-index: 1;
  height: 11px;
  width: 125px;
  max-width: 50%;
  transform: scale(1, 1);
  transform-origin: left center;
  background-color: #1F6F43;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  bottom: -5px;
  left: 27px;
}
.latest_posts .post_img figure {
  width: 100%;
  display: block;
}
.latest_posts .post_img figure img {
  transition: opacity 0.3s ease-in-out;
}
.latest_posts .post_img:hover::before {
  transform: scale(0.9, 1);
}
.latest_posts .post_img:hover img {
  opacity: 0.7;
}
.latest_posts .post_content {
  line-height: 1.5;
  font-size: 15px;
}
@media (min-width: 992px) {
  .latest_posts .post_content {
    font-size: 16px;
  }
}
.latest_posts .post_content .post_title {
  line-height: 1.15em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .latest_posts .post_content .post_title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .latest_posts .post_content .post_title {
    font-size: 24px;
  }
}
.latest_posts .post_content .post_title a {
  color: #232323;
}
.latest_posts .post_content .post_title a:hover {
  color: #1F6F43;
}
.latest_posts .post_content .meta {
  display: block;
  font-size: 14px;
  color: #1F6F43;
  line-height: 1.15;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .latest_posts .post_content .meta {
    margin-bottom: 25px;
  }
}
.latest_posts .post_content p {
  margin-bottom: 15px;
}
.latest_posts .post_content .read_more {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
}
.latest_posts .post_content .read_more:after {
  content: "\f054";
  font-style: normal;
  font-weight: 900;
  font-family: "Font Awesome 5";
  margin-left: 5px;
}
.latest_posts .see_all_btn {
  margin-top: 40px;
}
.latest_posts .see_all_btn .btn, .latest_posts .see_all_btn .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .latest_posts .see_all_btn .single_add_to_cart_button,
.latest_posts .see_all_btn .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .latest_posts .see_all_btn .single_add_to_cart_button {
  min-width: 200px;
  margin-bottom: 0;
}

.prod_navi_row {
  background-color: #BEBEBE;
  transition: top 0.3s ease-in-out;
}
.prod_navi_row .prod_navi {
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.prod_navi_row .prod_navi .nav_inner_wrap {
  margin: 0;
  width: 100%;
  display: flex;
  overflow-x: auto;
  max-width: 1435px;
  flex-wrap: nowrap;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.prod_navi_row .prod_navi .nav_inner_wrap::-webkit-scrollbar {
  display: none;
}
.prod_navi_row .prod_navi .nav_inner_wrap {
  padding: 0 10px;
}
.prod_navi_row .prod_navi .nav_col {
  position: relative;
  flex-grow: 1;
  display: inline-block;
  border-right: 1px solid #E1E1E1;
}
.prod_navi_row .prod_navi .nav_col:last-child {
  border: none;
}
.prod_navi_row .prod_navi .nav_col.documents {
  display: none;
}
.prod_navi_row .prod_navi .nav_col .item_title {
  display: flex;
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  border-top: 2px solid transparent;
  transition: background 0.3s, border 0.3s, padding 0.3s ease-in-out;
  padding: 32px 15px;
}
.prod_navi_row .prod_navi .nav_col .item_title:hover {
  background-color: #f7f6f6;
  border-color: #1F6F43;
}

.prod_navi_section {
  transition: top 0.3s ease-in-out;
}
.prod_navi_section.prod_navi_stick {
  transition: box-shadow 0.3s ease-in-out;
}
.prod_navi_section.prod_navi_stick .custom_sticky {
  transition: top 0.3s, box-shadow 0.3s ease-in-out;
  left: 0;
  z-index: 9;
  width: 100%;
  position: fixed;
  box-shadow: 0px 8px 10px -9px rgba(0, 0, 0, 0.16);
}
.prod_navi_section.prod_navi_stick .custom_sticky .nav_col .item_title {
  padding: 20px 10px;
}

.product_video_wrap {
  padding: 70px 0;
}
.product_video_wrap .txt_box {
  max-width: 800px;
  margin: 0 auto 50px;
}
.product_video_wrap .elementor-custom-embed-image-overlay {
  border-radius: 10px;
}

.elementor section.product_features .feature_box .item_img {
  width: 100%;
  display: block;
  line-height: 0;
  position: relative;
  margin-bottom: 35px;
  background-color: #FFFFFF;
  padding: 35px 40px 35px;
  border-radius: 10px 10px 100px 10px;
}
@media (min-width: 640px) {
  .elementor section.product_features .feature_box .item_img {
    padding: 35px 40px 35px 10px;
    max-width: 245px;
  }
}
.elementor section.product_features .feature_box .item_img::before {
  content: "";
  height: 11px;
  width: 125px;
  max-width: 30%;
  background-color: #1F6F43;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.elementor section.product_features .feature_box .item_img img {
  width: 100%;
  display: block;
  max-width: 100px;
}
.elementor section.product_features .feature_box .item_title {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .elementor section.product_features .feature_box .item_title {
    font-size: 24px;
  }
}

.product_specs {
  padding: 70px 0;
}
.product_specs .attributes_wrapper ul li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E1E1E1;
}
.product_specs .attributes_wrapper ul li:first-child {
  border-top: 1px solid #E1E1E1;
}
.product_specs .attributes_wrapper ul li .label, .product_specs .attributes_wrapper ul li .value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.product_specs .attributes_wrapper ul li .label {
  width: 60%;
  flex-basis: 60%;
  padding: 13px 15px 13px 0;
  border-right: 1px solid #E1E1E1;
}
.product_specs .attributes_wrapper ul li .value {
  width: 40%;
  flex-basis: 40%;
  padding: 13px 0 13px 15px;
}

.product_spare_parts .white_box {
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 25px;
}
.product_spare_parts .white_box h3 {
  margin-bottom: 15px;
}
.product_spare_parts .white_box p:last-child {
  margin-bottom: 0;
}

.product_documents {
  padding: 70px 0;
}
.product_documents .file_list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}
.product_documents .file_list li:last-child {
  margin-bottom: 0;
}
.product_documents .file_list li .label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px 20px 60px;
  background-color: #BEBEBE;
}
@media (min-width: 640px) {
  .product_documents .file_list li .label {
    margin-right: 20px;
    border-radius: 100px;
    width: calc(100% - 180px);
    padding: 10px 30px 10px 60px;
  }
}
.product_documents .file_list li .label::before {
  font-size: 26px;
  color: #1F6F43;
  position: absolute;
  top: 15px;
  left: 30px;
}
.product_documents .file_list li .label .overflow_txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.product_documents .file_list li .btn, .product_documents .file_list li .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .product_documents .file_list li .single_add_to_cart_button,
.product_documents .file_list li .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.woocommerce .product .main_section .woocommerce-variation-add-to-cart .product_documents .file_list li .single_add_to_cart_button {
  width: 100%;
  margin-bottom: 0;
  padding: 15px 15px;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 640px) {
  .product_documents .file_list li .btn, .product_documents .file_list li .woocommerce .product .main_section form.cart:not(.variations_form) .single_add_to_cart_button, .woocommerce .product .main_section form.cart:not(.variations_form) .product_documents .file_list li .single_add_to_cart_button,
  .product_documents .file_list li .woocommerce .product .main_section .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .woocommerce .product .main_section .woocommerce-variation-add-to-cart .product_documents .file_list li .single_add_to_cart_button {
    max-width: 160px;
    padding: 20px 15px;
    border-radius: 100px;
  }
}

.elementor section.company_values {
  margin-bottom: 60px;
}
.elementor section.company_values .feature_box .item_img {
  line-height: 0;
  position: relative;
  margin-bottom: 20px;
  border-radius: 0;
  max-width: 120px;
}
.elementor section.company_values .feature_box .item_img img {
  width: 100%;
  display: block;
  border-radius: 0;
}
.elementor section.company_values .feature_box .item_title {
  padding-top: 20px;
  position: relative;
  margin-bottom: 15px;
  border-top: 1px solid #E1E1E1;
}
.elementor section.company_values .feature_box .item_title::before {
  content: "";
  height: 11px;
  width: 125px;
  max-width: 30%;
  background-color: #1F6F43;
  position: absolute;
  top: -6px;
  left: 0;
}
.elementor section.company_values .feature_box .item_title {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .elementor section.company_values .feature_box .item_title {
    font-size: 24px;
  }
}
.elementor section.company_values.style_2 {
  padding: 60px 0 0;
}
@media (min-width: 1200px) {
  .elementor section.company_values.style_2 {
    padding: 80px 0 0;
  }
}
.elementor section.company_values.style_2 .feature_box .number {
  color: #181818;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  width: 125px;
  max-width: 30%;
}
.elementor section.company_values.style_2 .feature_box .item_title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}

.teachers_slider {
  position: relative;
  padding-bottom: 50px;
}
.teachers_slider .swiper-pagination {
  bottom: 0;
  width: 100%;
}
.teachers_slider figure {
  width: 100%;
}
.teachers_slider h2 {
  color: #eb5063;
  font-size: 30px;
}
.teachers_slider h3 {
  font-size: 24px;
}
.teachers_slider .product-slider-next,
.teachers_slider .swiper-button-next,
.teachers_slider .swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
}
@media (min-width: 1540px) {
  .teachers_slider .product-slider-next,
  .teachers_slider .swiper-button-next,
  .teachers_slider .swiper-container-rtl .swiper-button-prev {
    right: -40px !important;
  }
}
.teachers_slider .product-slider-next:hover:before,
.teachers_slider .swiper-button-next:hover:before,
.teachers_slider .swiper-container-rtl .swiper-button-prev:hover:before {
  color: #E6B800;
}
.teachers_slider .product-slider-next::before,
.teachers_slider .swiper-button-next::before,
.teachers_slider .swiper-container-rtl .swiper-button-prev::before {
  content: "\f105";
  color: #92D4D5;
}
.teachers_slider .product-slider-prev,
.teachers_slider .swiper-button-prev,
.teachers_slider .swiper-container-rtl .swiper-button-next {
  left: 0px !important;
}
@media (min-width: 1540px) {
  .teachers_slider .product-slider-prev,
  .teachers_slider .swiper-button-prev,
  .teachers_slider .swiper-container-rtl .swiper-button-next {
    left: -40px !important;
  }
}
.teachers_slider .product-slider-prev:hover:before,
.teachers_slider .swiper-button-prev:hover:before,
.teachers_slider .swiper-container-rtl .swiper-button-next:hover:before {
  color: #E6B800;
}
.teachers_slider .product-slider-prev::before,
.teachers_slider .swiper-button-prev::before,
.teachers_slider .swiper-container-rtl .swiper-button-next::before {
  content: "\f104";
  color: #92D4D5;
}
.teachers_slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #FFFFFF;
}

.see_more:before {
  content: attr(data-text);
}
.see_more span {
  transition: all 0.3s;
}
.see_more.active span {
  transform: rotate(-90deg);
}
.see_more.active:before {
  content: attr(data-text-less);
}

.post_list {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .post_list {
    padding: 50px 42px;
  }
}
@media (min-width: 992px) {
  .post_list {
    padding: 90px 42px;
  }
}
@media (min-width: 992px) {
  .post_list .section_title {
    font-size: 30px;
  }
}
@media (min-width: 1540px) {
  .post_list .section_title {
    font-size: 36px;
  }
}
.post_list .post {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.post_list .post .post_img {
  display: block;
  height: 175px;
  width: 100%;
  overflow: hidden;
}
.post_list .post .post_img img {
  transition: all 0.3s;
}
.post_list .post .post_img:hover img {
  transform: scale(1.06);
}
.post_list .post h4 {
  margin: 12px 0 10px;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .post_list .post h4 {
    margin: 18px 0;
    font-size: 22px;
  }
  body:not(.home) .post_list .post h4 {
    min-height: 72px;
  }
}
@media (min-width: 1540px) {
  .post_list .post h4 {
    font-size: 24px;
  }
  body:not(.home) .post_list .post h4 {
    min-height: 80px;
  }
}
.post_list .post h4 a {
  color: #232323;
}
.post_list .post h4 a:hover {
  color: #1F6F43;
}
.post_list .post p {
  color: #707070;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .post_list .post p {
    font-size: 16px;
  }
}
.post_list .post .see_more {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .post_list .post .see_more {
    margin-top: 30px;
  }
}
.post_list .post .see_more:before {
  content: attr(data-text);
}
.post_list .post .see_more span {
  transition: all 0.3s;
}
.post_list .post .see_more.active span {
  transform: rotate(-90deg);
}
.post_list .post .see_more.active:before {
  content: attr(data-text-less);
}
.post_list .toggle_post_desc {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 80px;
  position: relative;
}
.post_list .toggle_post_desc:before {
  content: "";
  width: 100%;
  height: 70px;
  max-height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 85%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 1;
  pointer-events: all;
}
.post_list .toggle_post_desc.active:before {
  opacity: 0;
}
.post_list .sidebar_col .sidebar h4 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #E1E1E1;
}

.see_more {
  color: #232323;
  font-size: 14px;
  text-transform: uppercase;
}
.see_more .fas {
  color: #E6B800;
  margin-left: 5px;
  display: inline-block;
  transition: inherit;
}
.see_more a {
  color: #232323;
  font-weight: 700;
}
.see_more a:hover {
  color: #1F6F43;
}
.see_more a:hover span {
  color: #1F6F43;
}

.single_post_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.single_post_meta .news_categories {
  max-width: 70%;
}
@media (min-width: 640px) {
  .single_post_meta .reading_time {
    width: auto;
    max-width: 30%;
  }
}

.reading_time {
  display: block;
  color: #232323;
  font-size: 16px;
  line-height: 1.33em;
}
.reading_time .rt-prefix {
  font-weight: 700;
}

.sidebar_col .sidebar {
  position: sticky;
  top: 90px;
}
.sidebar_col .sidebar .widget_wrap {
  padding: 25px 25px;
  font-size: 15px;
  line-height: 1.15;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #D6D7D6;
  background-color: #F7F6F6;
}
.sidebar_col .sidebar .widget_wrap h4 {
  margin-bottom: 25px;
}
.sidebar_col .sidebar .sidebar_title {
  font-size: 18px;
  font-weight: 700;
  color: #181818;
}
.sidebar_col .sidebar ul.wp-block-categories-list li {
  margin-bottom: 0;
}
.sidebar_col .sidebar ul.wp-block-categories-list li:last-child {
  margin-bottom: 25px;
}
.sidebar_col .sidebar ul li {
  margin-bottom: 15px;
}
.sidebar_col .sidebar ul li.current-cat a {
  font-weight: 700;
}
.sidebar_col .sidebar ul li:last-child {
  margin-bottom: 0;
}
.sidebar_col .sidebar ul li:last-child a {
  margin-bottom: 0;
}
.sidebar_col .sidebar ul li a {
  display: inline-block;
  line-height: 1.3em;
  color: #232323;
  margin-bottom: 5px;
}
.sidebar_col .sidebar ul li a:hover {
  color: #1F6F43;
}
.sidebar_col .sidebar ul li span,
.sidebar_col .sidebar ul li time {
  text-transform: uppercase;
  color: #BEBEBE;
  font-size: 12.25px;
}
.sidebar_col .sidebar ul li.tag_checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.sidebar_col .sidebar ul li.tag_checkbox:last-child {
  margin-bottom: 0;
}
.sidebar_col .sidebar ul li.tag_checkbox.checked {
  font-weight: 700;
}
.sidebar_col .sidebar ul li.tag_checkbox label {
  cursor: pointer;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.sidebar_col .sidebar ul li.tag_checkbox label:hover {
  color: #1F6F43;
}
.sidebar_col .sidebar ul li input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #D7D7D7;
  width: 20px;
  height: 20px;
  outline: 0;
  padding: 4px;
  margin-right: 5px;
  background-color: #FFFFFF;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  border: 1px solid #E1E1E1;
  transition: border 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar_col .sidebar ul li input[type=checkbox]:hover {
  border-color: #232323;
}
.sidebar_col .sidebar ul li input[type=checkbox]:checked:after {
  content: "";
  top: auto;
  left: 7px;
  bottom: 3px;
  width: 10px;
  height: 20px;
  transform: rotate(45deg);
  border-bottom: 2px solid #EA5063;
  border-right: 2px solid #EA5063;
  display: block;
  position: absolute;
}
.sidebar_col .sidebar ul li input[type=checkbox]:checked + label {
  font-weight: 700;
}
.sidebar_col .sidebar .tagcloud {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.sidebar_col .sidebar .tagcloud a {
  color: #232323;
  line-height: 1.3em;
  margin-bottom: 15px;
  font-size: inherit !important;
}
.sidebar_col .sidebar .tagcloud a:last-child {
  margin-bottom: 0;
}
.sidebar_col .sidebar .tagcloud a:hover {
  color: #1F6F43;
}

.news_img {
  display: block;
  position: relative;
}
.news_img time {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FFFFFF;
  padding: 8px 10px;
  font-size: 13px;
  z-index: 1;
  text-align: center;
}
.news_img time span {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}
.news_img figure {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px !important;
}
.news_img figure img {
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.news_img:hover img {
  transform: scale(1.07);
}

.news_categories {
  margin-bottom: 10px;
}
.news_categories a[rel=tag] {
  margin: 2px 2px;
  font-size: 13px;
  display: inline-block;
  padding: 8px 8px;
  color: #FFFFFF;
  border-radius: 50px;
}
.news_categories a[rel=tag]:hover {
  background: #1F6F43;
}
.news_categories a[rel=tag]:first-child {
  margin-left: 0;
}
.news_categories a[rel=tag]:nth-child(odd) {
  background-color: #659D41;
}
.news_categories a[rel=tag]:nth-child(even) {
  background-color: #D2D128;
}
.news_categories > a[rel="category tag"] {
  font-size: 13px;
  margin-bottom: 2px;
  line-height: 1.33em;
  display: inline-block;
}
.news_categories .post-categories li {
  display: inline-block;
  margin: 0 2px;
}
.news_categories .post-categories li:first-child {
  margin-left: 0;
}
.news_categories .post-categories li:last-child {
  margin-left: 0;
}
.news_categories .post-categories li a {
  font-size: 13px;
  display: inline-block;
  padding: 8px 8px;
  background: #1F6F43;
  color: #FFFFFF;
  border-radius: 4px;
}
.news_categories .post-categories li a:hover {
  background: #1F6F43;
}

.news_list .sidebar_col .sidebar {
  top: 130px;
}
.news_list .news_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .news_list .news_wrapper {
    margin-bottom: 40px;
  }
}
.news_list .news_wrapper .news_cnt {
  width: 100%;
  color: #898989;
}
.news_list .news_wrapper .news_cnt h4 {
  color: #232323;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.news_list .news_wrapper .news_cnt h4 a {
  color: #232323;
}
.news_list .news_wrapper .news_cnt h4 a:hover, .news_list .news_wrapper .news_cnt h4 a:focus {
  color: #1F6F43;
}
.news_list .news_wrapper .news_cnt .see_more {
  justify-content: flex-start;
}
.news_list.related_posts {
  padding: 50px 0;
  margin: 50px 0 0;
  background-color: #f5f1ea;
}
.news_list.related_posts .post_box {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news_list.related_posts .post_box .news_img {
    margin-bottom: 20px;
  }
}
.news_list.related_posts .related_title {
  position: relative;
  margin-bottom: 20px;
}
.news_list.related_posts .related_title::before {
  color: #E6B800;
  font-size: 22px;
  content: "\e91d";
  font-family: "Custom Icons";
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.news_list.related_posts .related_title {
  font-size: 48px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .news_list.related_posts .related_title {
    font-size: 60px;
  }
}
.news_list.related_posts .description {
  max-width: 800px;
  margin: 0 auto 30px;
}
.news_list.related_posts .news_wrapper {
  margin-bottom: 0;
}

.news_single .sidebar_col .sidebar {
  top: 130px;
  margin-bottom: 30px;
}
.news_single .news_img figure {
  height: auto;
}
.news_single .news_img figure img {
  min-height: 280px;
  transform: none;
}
.news_single .news_categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0;
}
.news_single .news_categories .post-categories li a {
  font-size: 15px;
  padding: 8px 12px;
}
.news_single .news_categories .share_links {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.news_single .news_categories .share_links .share_title {
  color: #232323;
}
.news_single .news_categories .share_links .s_socials {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.news_single .news_categories .share_links .s_socials li {
  padding: 0;
  margin-right: 10px;
  transition: all 0.3s;
}
.news_single .news_categories .share_links .s_socials li:last-child {
  margin-right: 0;
}
.news_single .news_categories .share_links .s_socials li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #181818;
  border: 1px solid #181818;
  width: 30px;
  height: 30px;
  font-size: 15px;
}
@media (min-width: 640px) {
  .news_single .news_categories .share_links .s_socials li {
    font-size: 16px;
    width: 34px;
    height: 34px;
  }
}
.news_single .news_categories .share_links .s_socials li:hover {
  background: #181818;
  color: #FFFFFF;
}
.news_single .news_categories .share_links .s_socials li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
}
.news_single .post_navigation {
  padding: 20px;
  margin: 30px 0;
  font-weight: 400;
  border-radius: 10px;
  background-color: #BEBEBE;
}
.news_single .post_navigation:after {
  content: "";
  clear: both;
  display: block;
}
.news_single .post_navigation .prev_link a,
.news_single .post_navigation .next_link a {
  font-size: 16px;
  position: relative;
}
.news_single .post_navigation .prev_link a:before,
.news_single .post_navigation .next_link a:before {
  content: "\f105";
  font-family: "Font Awesome 5";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news_single .post_navigation .prev_link {
  float: left;
}
.news_single .post_navigation .prev_link a {
  padding-left: 23px;
}
.news_single .post_navigation .prev_link a:before {
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
}
.news_single .post_navigation .next_link {
  float: right;
}
.news_single .post_navigation .next_link a {
  padding-right: 23px;
}
.news_single .post_navigation .next_link a:before {
  right: 0;
}

.wp-pagenavi {
  padding: 15px 15px;
  border-radius: 150px;
  display: inline-block;
  border: 1px solid #dbd4c7;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  margin: 0;
  border: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 18px;
  padding: 0 16px;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
.wp-pagenavi > a:hover,
.wp-pagenavi > span:hover {
  color: #1F6F43;
}
.wp-pagenavi > a.previouspostslink, .wp-pagenavi > a.nextpostslink,
.wp-pagenavi > span.previouspostslink,
.wp-pagenavi > span.nextpostslink {
  top: -2px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 5px 0;
  color: #DAD4C7;
  line-height: 0.5em;
  position: relative;
}
.wp-pagenavi > a.previouspostslink:hover, .wp-pagenavi > a.nextpostslink:hover,
.wp-pagenavi > span.previouspostslink:hover,
.wp-pagenavi > span.nextpostslink:hover {
  color: #1F6F43;
}
.wp-pagenavi > a.current,
.wp-pagenavi > span.current {
  color: #181818;
  font-weight: 700;
}

.category_archive {
  line-height: 0;
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
}
.category_archive img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.seo_section {
  z-index: 0;
  margin-top: 50px;
  position: relative;
  background-color: #b6e7e8;
}
.seo_section::before {
  z-index: -1;
  content: "";
  width: 684px;
  height: 395px;
  background: url("../images/layout/seo_clouds.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 60%;
}
.seo_section {
  padding: 100px 50px;
  border-radius: 200px 200px 0 0;
}
.seo_section h2 {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .seo_section h2 {
    font-size: 48px;
  }
}

.single.single-post .post_info_wrap ul.post-categories {
  margin-left: -10px;
  margin-bottom: 20px;
  width: calc(100% + 20px);
  margin-bottom: 20px;
}
.single.single-post .post_info_wrap ul.post-categories li {
  margin: 0 10px 10px;
  display: inline-block;
}
.single.single-post .post_info_wrap h1 {
  margin-bottom: 30px;
}
.single.single-post .post_info_wrap figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.single.single-post .main_website_wrapper ol li {
  display: block;
  padding-left: 30px;
  position: relative;
  line-height: 1.15em;
  margin-bottom: 12px;
  counter-increment: step-counter;
}
.single.single-post .main_website_wrapper ol li::before {
  width: 21px;
  height: 21px;
  color: #FFFFFF;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #1F6F43;
  content: counter(step-counter);
  position: absolute;
  top: -3px;
  left: 0;
}

.contact_us .ct_form_wrap {
  position: relative;
  border-radius: 10px 10px 40px 10px;
  background-color: #BEBEBE;
}
@media (min-width: 640px) {
  .contact_us .ct_form_wrap {
    border-radius: 10px 10px 60px 10px;
  }
}
.contact_us .ct_form_wrap {
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .contact_us .ct_form_wrap {
    padding: 40px 30px;
    border-radius: 10px 10px 70px 10px;
  }
}
@media (min-width: 1540px) {
  .contact_us .ct_form_wrap {
    border-radius: 10px 10px 100px 10px;
  }
}
.contact_us .ct_form_wrap:before {
  content: "";
  height: 11px;
  width: 15%;
  min-width: 150px;
  max-width: 35%;
  background-color: #1F6F43;
  position: absolute;
  top: -6px;
  left: 20px;
}
@media (min-width: 992px) {
  .contact_us .ct_form_wrap:before {
    left: 30px;
  }
}
.contact_us .ct_form_wrap h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.15em;
}
.contact_us .ct_form_wrap .gdpr-check {
  color: #707070;
  display: block;
  margin: 16px 0;
}
.contact_us .ct_form_wrap .gdpr-check .wpcf7-list-item {
  margin: 0;
}
.contact_us .contact_list {
  margin-top: 100px;
}
.contact_us .contact_list li h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.contact_us .contact_list li h3::before {
  margin-right: 10px;
  color: #1F6F43;
}
.contact_us .contact_list li h3::after {
  content: "";
  height: 5px;
  width: 15%;
  min-width: 150px;
  max-width: 35%;
  background-color: #1F6F43;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.contact_us .contact_list li > div {
  margin-bottom: 15px;
}

.cart_progress,
.cart_progress .step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cart_progress {
  margin-bottom: 50px;
  justify-content: space-between;
}
.cart_progress .step {
  max-width: 33.333%;
  padding: 0 10px;
}
.cart_progress .step.active .number {
  color: #FFFFFF;
  background-color: #1F6F43;
}
.cart_progress .step .number {
  z-index: 0;
  width: 85px;
  height: 85px;
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  color: #1F6F43;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  line-height: 1.3em;
  position: relative;
  align-items: center;
  margin-right: 10px;
  justify-content: center;
  background-color: #f4efe7;
  width: 50px;
  height: 50px;
  font-size: 19px;
}
.cart_progress .step .number::before {
  z-index: -1;
  content: "";
  border-radius: 100%;
  border: 1px dashed #E7E3E1;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
}
.cart_progress .step .progress_label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  display: inline-block;
  width: calc(100% - 110px);
  width: calc(100% - 60px);
}
@media (min-width: 992px) {
  .cart_progress .step .progress_label {
    font-size: 18px;
  }
}
@media (min-width: 1540px) {
  .cart_progress .step .progress_label {
    font-size: 22px;
  }
}
.cart_progress li i.fas {
  color: #D4D0CC;
  font-size: 20px;
}
@media (min-width: 992px) {
  .cart_progress li i.fas {
    font-size: 28px;
  }
}

body.woocommerce-checkout main {
  margin-bottom: 80px;
}
body.woocommerce-checkout .woocommerce-NoticeGroup {
  display: none !important;
}
body.woocommerce-checkout.woocommerce-page.custom_checkout main {
  z-index: 0;
  position: relative;
}
body.woocommerce-checkout.woocommerce-page.custom_checkout main .col-md-12 {
  max-width: 1200px;
  margin: 0 auto;
}
body.woocommerce-checkout.woocommerce-page.custom_checkout main .info_text {
  color: #909090;
  margin-bottom: 20px;
}

.woocommerce-notices-wrapper ul li {
  line-height: 1.3em;
}

.coupon button.button {
  width: 100px;
  color: #232323;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 19px 0 0;
  background: transparent;
  border-radius: 0 7px 7px 0;
  transition: color 0.3s ease-in-out;
}
.coupon button.button:hover {
  color: #1F6F43;
  background-color: transparent;
}
.coupon button.button::before {
  content: "\e92e";
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: "Custom Icons";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-coupon-toggle,
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-notices-wrapper {
  display: none !important;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_hide {
  display: block;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 20px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .thwcfd-field-heading {
  margin-bottom: 0;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .col-1, body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .col-2 {
  width: 100%;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-input-wrapper .radio_wrap {
  display: flex;
  border: 1px solid #dbdbdb;
  gap: 20px;
  align-items: center;
  flex: 1;
  border-radius: 10px;
  position: relative;
  flex-basis: 100%;
  margin-bottom: 10px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-input-wrapper .radio_wrap input {
  margin: 0;
  left: 10px;
  position: absolute;
}
@media (min-width: 992px) {
  body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-input-wrapper .radio_wrap input {
    left: 15px;
  }
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-input-wrapper .radio_wrap .radio {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  margin: 0;
  padding: 10px 30px 10px;
}
@media (min-width: 480px) {
  body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-input-wrapper .radio_wrap .radio {
    padding: 10px 40px 10px;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-input-wrapper .radio_wrap .radio {
    font-size: 15px;
  }
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-additional-fields > h3 {
  display: none;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields {
  margin: 10px 0 40px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields div.create-account label {
  display: none;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields div.create-account .afreg_extra_fields {
  display: none;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields .create-account.woocommerce-validated {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields .afreg_extra_fields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields .afreg_extra_fields .form-row {
  width: 50%;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields .create-account,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 10px);
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields .create-account textarea,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-additional-fields__field-wrapper textarea,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-billing-fields__field-wrapper textarea {
  margin-bottom: 0;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields .create-account #afreg_additional_1196_field label,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-account-fields .create-account #afreg_additional_1195_field label,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-additional-fields__field-wrapper #afreg_additional_1196_field label,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-additional-fields__field-wrapper #afreg_additional_1195_field label,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-billing-fields__field-wrapper #afreg_additional_1196_field label,
body.woocommerce-checkout.woocommerce-page main .woocommerce #customer_details .woocommerce-billing-fields__field-wrapper #afreg_additional_1195_field label {
  display: none;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .fgf_hide {
  display: none;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
  overflow: hidden;
  max-width: 100%;
  border-radius: 10px;
  background-color: #f7f4ed;
  margin: 20px auto 40px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr {
  width: 100%;
  display: flex;
  padding: 0 10px;
  align-items: center;
  flex-wrap: wrap;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr th, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr th, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  border: none;
  color: #232323;
  font-size: 16px;
  padding: 5px 10px;
  vertical-align: middle;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr th, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr th {
  padding: 10px 10px;
  border-radius: 0;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr td.product-thumbnail, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr th.product-thumbnail, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-thumbnail, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr th.product-thumbnail {
  order: 1;
  width: 150px;
  flex-basis: 150px;
  background-color: #f7f4ed;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr td.product-name, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr th.product-name, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr th.product-name {
  order: 2;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2em;
  background-color: #f7f4ed;
  width: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr td.product-name .qty_wrap .old_price, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr th.product-name .qty_wrap .old_price, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .qty_wrap .old_price, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr th.product-name .qty_wrap .old_price {
  font-weight: 400;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr:nth-child(even), body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
  border-left: 2px solid #f7f4ed;
  border-right: 2px solid #f7f4ed;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr:nth-child(even) td.product-thumbnail, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr:nth-child(even) td.product-name, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr:nth-child(even) th.product-thumbnail, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead tr:nth-child(even) th.product-name, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:nth-child(even) td.product-thumbnail, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:nth-child(even) td.product-name, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:nth-child(even) th.product-thumbnail, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tbody tr:nth-child(even) th.product-name {
  background-color: #FFFFFF;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th {
  padding-top: 20px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th {
  padding-bottom: 20px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  width: 50%;
  flex-basis: 50%;
  font-weight: 400;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  border-top: 2px solid #fff;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.recurring-totals, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.recurring-total, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table tfoot tr.recurring-total {
  display: none !important;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce #order_review_heading {
  display: none;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf-popup-gift-products-wrapper {
  padding: 0;
  max-height: none;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table {
  margin-bottom: 70px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table thead tr th:last-child, body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table thead tr td:last-child,
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table tbody tr th:last-child,
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table tbody tr td:last-child {
  text-align: right;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table tbody tr td {
  color: #232323;
  font-weight: 400;
  font-size: 16px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table tbody tr td img {
  width: 80px;
  max-width: 100%;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #e1e1e1;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table tbody tr td .button {
  height: 55px;
  width: 160px;
  color: #1F6F43;
  max-width: 100%;
  font-weight: 700;
  text-align: center;
  padding: 10px 10px;
  border-radius: 6px;
  letter-spacing: 1px;
  border: 1px solid #1F6F43;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-transform: uppercase;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .fgf_gift_products_table tbody tr td .button:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login__submit[type=submit],
body.woocommerce-checkout.woocommerce-page main .woocommerce #place_order[type=submit] {
  width: 100%;
  padding: 17px 10px;
  color: #FFFFFF !important;
  background-color: #1F6F43 !important;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 1px;
}
@media (min-width: 480px) {
  body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login__submit[type=submit],
  body.woocommerce-checkout.woocommerce-page main .woocommerce #place_order[type=submit] {
    max-width: 200px;
  }
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login__submit[type=submit]:hover, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login__submit[type=submit]:focus,
body.woocommerce-checkout.woocommerce-page main .woocommerce #place_order[type=submit]:hover,
body.woocommerce-checkout.woocommerce-page main .woocommerce #place_order[type=submit]:focus {
  color: #FFFFFF !important;
  background-color: #E6B800 !important;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  color: #232323;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle .woocommerce-info a {
  color: #1F6F43;
  white-space: nowrap;
  display: inline-block;
  border-bottom: 1px solid #1F6F43;
  text-transform: uppercase;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: #232323;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle .woocommerce-info::before {
  content: none;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle + .woocommerce-form.woocommerce-form-login {
  border: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  margin-left: -10px;
  width: calc(100% + 10px);
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle + .woocommerce-form.woocommerce-form-login input, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle + .woocommerce-form.woocommerce-form-login textarea, body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle + .woocommerce-form.woocommerce-form-login select {
  border-radius: 5px;
  border-color: #cbcbcb;
  background-color: #f8f8f8;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle + .woocommerce-form.woocommerce-form-login p {
  padding: 0 10px;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle + .woocommerce-form.woocommerce-form-login .form-row:not(.form-row-first):not(.form-row-last) {
  width: 100%;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .woocommerce-form-login-toggle + .woocommerce-form.woocommerce-form-login .lost_password {
  width: 100%;
}
body.woocommerce-checkout.woocommerce-page main .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 8px 0 8px;
  transform: translateX(-50%);
}

.woocommerce-order-received .cart-empty,
.woocommerce-order-received .return-to-shop {
  display: none !important;
}

body.woocommerce-order-received main .woocommerce-order {
  background-color: #fff;
}

body.woocommerce-order-received main .woocommerce-order .woocommerce-table--order-details tfoot small {
  font-size: 100%;
}

body.woocommerce-order-received main .woocommerce-order .woocommerce-table--order-details tbody tr td, body.woocommerce-order-received main .woocommerce-order .woocommerce-table--order-details tbody tr th, body.woocommerce-order-received main .woocommerce-order .woocommerce-table--order-details tfoot tr td, body.woocommerce-order-received main .woocommerce-order .woocommerce-table--order-details tfoot tr th {
  color: #232323;
}

body.woocommerce-order-received main .thankyou_header {
  z-index: 0;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  body.woocommerce-order-received main .thankyou_header h1 {
    font-size: 60px;
  }
}
body.woocommerce-order-received main .thankyou_header figure {
  display: block;
}
body.woocommerce-order-received main .thankyou_header p:last-child {
  margin-bottom: 0;
}
body.woocommerce-order-received main .payment_method_details .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  display: block;
}
body.woocommerce-order-received main .woocommerce-order h2.woocommerce-order-details__title,
body.woocommerce-order-received main .woocommerce-order ul.woocommerce-thankyou-order-details {
  display: none;
}
body.woocommerce-order-received main .woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  font-weight: 700;
  color: #232323;
  font-size: 24px;
}
body.woocommerce-order-received main .woocommerce-order .woocommerce-table tbody tr td, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tbody tr th, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tfoot tr td, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tfoot tr th {
  border-radius: 0 !important;
  background-color: #eff5f2 !important;
  border-top: 1px solid #FFFFFF !important;
  font-weight: 400 !important;
  display: table-cell !important;
}
body.woocommerce-order-received main .woocommerce-order .woocommerce-table tbody tr td a, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tbody tr td strong, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tbody tr th a, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tbody tr th strong, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tfoot tr td a, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tfoot tr td strong, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tfoot tr th a, body.woocommerce-order-received main .woocommerce-order .woocommerce-table tfoot tr th strong {
  font-weight: 400 !important;
}
body.woocommerce-order-received main .woocommerce-order .woocommerce-table tbody tr {
  display: table-row !important;
}
body.woocommerce-order-received main .woocommerce-order .woocommerce-table tbody tr td {
  width: auto !important;
}
body.woocommerce-order-received main .woocommerce-order .woocommerce-table tfoot tr:last-child th {
  font-weight: 700 !important;
  border-bottom-left-radius: 10px !important;
}
body.woocommerce-order-received main .woocommerce-order .woocommerce-table tfoot tr:last-child td {
  font-weight: 700 !important;
  border-bottom-right-radius: 10px !important;
}
body.woocommerce-order-received main .woocommerce-customer-details {
  display: none;
}
body.woocommerce-order-received main .thankyou_btn {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.33;
  padding: 20px 20px;
  display: inline-block;
  border-radius: 10px;
}
@media (min-width: 992px) {
  body.woocommerce-order-received main .thankyou_btn {
    font-size: 20px;
  }
}
body.woocommerce-order-received main .thankyou_btn .label {
  font-weight: 700;
  text-transform: uppercase;
}
body.woocommerce-order-received main .thankyou_btn.back_tosite {
  background-color: #1F6F43;
}
body.woocommerce-order-received main .thankyou_btn.back_tosite:hover {
  background-color: #E6B800;
}

.woocommerce-customer-details address {
  padding: 20px 20px !important;
  line-height: 1.33em;
}

body.woocommerce-order-received main .woocommerce-order .woocommerce-table__product-purchase-note,
body.woocommerce-order-received main .woocommerce-order ul.woocommerce-order-overview + p {
  display: none;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details li {
  width: auto !important;
  flex-grow: 1;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__payment-method.method,
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__total.total {
  display: none !important;
}

body.woocommerce-order-received .mollie-instructions,
body.woocommerce-order-received .woocommerce-table--custom-fields {
  display: none;
}

body.woocommerce-order-pay .return-to-shop,
body.woocommerce-order-pay .cart-empty.woocommerce-info {
  display: none !important;
}

.cross-sell_section {
  margin-bottom: 30px;
}
.cross-sell_section .additional_text {
  max-width: 800px;
  margin: 20px auto 30px;
}

.woocommerce .wc-stripe-elements-field {
  background-color: #FFFFFF;
}

.empty_cart_msg h2 {
  margin-bottom: 30px;
}

.woocommerce .change_payment_method_form #place_order {
  margin: 0 auto;
  display: block;
  float: none !important;
  max-width: 300px !important;
}

.update-all-subscriptions-payment-method-wrap {
  display: none !important;
}

.change_payment_method_form #payment .payment_methods.methods {
  border-bottom: none !important;
}

body.woocommerce-account .breadcrubs_area {
  margin-bottom: 0;
}
body.woocommerce-account main {
  z-index: 0;
  margin-bottom: 80px;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: #F7F7F7;
  border: 1px solid #E4E4E4;
}
@media (min-width: 768px) {
  body.woocommerce-account main .woocommerce-MyAccount-navigation {
    padding: 15px 20px;
  }
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li {
  display: block;
  margin-bottom: 10px;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-bottom: 0;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods, body.woocommerce-account main .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads, body.woocommerce-account main .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--videos {
  order: -1;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li.is-active a {
  padding-left: 20px;
  color: #F0CF5A;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li.is-active a::before {
  content: "\f105";
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li a {
  color: #232323;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 13px 0 13px 0;
  font-size: 16px;
  line-height: 1.33;
}
@media (min-width: 992px) {
  body.woocommerce-account main .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
  }
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li a::before {
  font-weight: 900;
  text-align: center;
  font-style: normal;
  font-family: "Font Awesome 5";
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
}
body.woocommerce-account main .woocommerce-MyAccount-navigation ul li a:hover {
  color: #E6B800;
}
body.woocommerce-account main .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders tr td {
  padding: 15px 10px;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions {
  text-align: right;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.view,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions a.view {
  border: none;
  color: #232323;
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.view:hover,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions a.view:hover {
  color: #1F6F43;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .btn_wrap,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .btn_wrap .button,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions .btn_wrap .button {
  margin: 2px 5px !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .btn_wrap .button:after,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions .btn_wrap .button:after {
  font-style: normal;
  font-weight: normal;
  font-family: "Font Awesome 5";
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .btn_wrap .button.view:after,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions .btn_wrap .button.view:after {
  content: "\f06e";
  margin-left: 3px;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .btn_wrap .button.cancel,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions .btn_wrap .button.cancel {
  color: #626366;
  border-color: #626366;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .btn_wrap .button.cancel:hover,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions .btn_wrap .button.cancel:hover {
  color: #FFFFFF;
  background-color: #626366;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .btn_wrap .button.pay,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions .btn_wrap .button.pay {
  color: #1F6F43;
  border-color: #1F6F43;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .btn_wrap .button.pay:hover,
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions .btn_wrap .button.pay:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a {
  color: #232323;
  font-weight: 700;
  text-decoration: underline;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status {
  color: #232323;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .button {
  height: auto;
  width: 110px;
  color: #1F6F43;
  max-width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 1px;
  border: 1px solid #1F6F43;
  padding: 12px 10px 11px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders .button:hover {
  color: #FFFFFF;
  background-color: #1F6F43;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr th, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th {
  border-radius: 0 !important;
  background-color: #eff5f2 !important;
  border-top: 1px solid #FFFFFF !important;
  font-weight: 400 !important;
  display: table-cell !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td a, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td strong, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr th a, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr th strong, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td a, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td strong, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th a, body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th strong {
  font-weight: 400 !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr {
  display: table-row !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td {
  width: auto !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr:last-child th {
  font-weight: 700 !important;
  border-bottom-left-radius: 10px !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr:last-child td {
  font-weight: 700 !important;
  border-bottom-right-radius: 10px !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th {
  padding: 15px 10px !important;
  border-radius: 0 !important;
  background-color: #eff5f2 !important;
  border-top: 1px solid #FFFFFF !important;
  font-weight: 400 !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td strong, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th strong {
  font-weight: 400 !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a.button, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a.button {
  padding: 0;
  display: inline-block;
  font-weight: 700 !important;
  background-color: transparent;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a.button.change_payment_method, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a.button.cancel, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a.button.change_payment_method, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a.button.cancel {
  color: #232323;
  color: #656565;
  font-size: 13px;
  margin-right: 10px;
  text-decoration: underline;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a.button.change_payment_method:hover, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a.button.cancel:hover, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a.button.change_payment_method:hover, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a.button.cancel:hover {
  color: #1F6F43;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a.button.change_address, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a.button.change_address {
  display: none !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a.button.subscription_renewal_early, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a.button.subscription_renewal_early {
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 12px;
  padding: 10px 10px;
  text-decoration: none;
  background-color: #1F6F43;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr td a.button.subscription_renewal_early:hover, body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr th a.button.subscription_renewal_early:hover {
  background-color: #232323;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr:first-child td:first-child {
  border-top-left-radius: 10px !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr:first-child td:last-child {
  border-top-right-radius: 10px !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content table.subscription_details tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important;
}
body.woocommerce-account main .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border-radius: 10px;
  border: 10px solid #F9F9F9;
}
body.woocommerce-account main .woocommerce-MyAccount-content .woocommerce-Address {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account main .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3 {
  display: none;
}
body.woocommerce-account main .woocommerce-MyAccount-content .woocommerce-Address address {
  order: -1;
  line-height: 1.5;
  margin-bottom: 20px;
}
body.woocommerce-account main .woocommerce-MyAccount-content .woocommerce-Button--next {
  color: #FFFFFF;
  background-color: #1F6F43;
}
body.woocommerce-account main .woocommerce-MyAccount-content .woocommerce-Button--next:hover {
  color: #FFFFFF;
  border-color: #E6B800;
  background-color: #E6B800;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr:first-child td {
  border-top: 2px solid #FFFFFF;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr:last-child td {
  border-bottom: none !important;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr td {
  padding: 15px 10px !important;
  border-bottom: 2px solid #FFFFFF !important;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr td:last-child, body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr td:first-child {
  border-radius: 0 !important;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr td.subscription-actions {
  text-align: right;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr td.subscription-actions .woocommerce-button {
  padding: 0;
  color: #232323;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
  background-color: transparent;
  transition: color 0.3s ease-in-out;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr td.subscription-actions .woocommerce-button:hover {
  color: #1F6F43;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr td a {
  color: #232323;
  font-weight: 700;
  text-decoration: underline;
}
body.woocommerce-account main .woocommerce_account_subscriptions table.my_account_subscriptions tbody tr td a:hover {
  color: #1F6F43;
}

body.page-id-14611 main .woocommerce h2:not(.elementor-heading-title),
body.woocommerce-page main .woocommerce h2:not(.elementor-heading-title) {
  display: none;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list,
body.page-id-14611 main .woocommerce table.shop_table,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list,
body.woocommerce-page main .woocommerce table.shop_table {
  border: none;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr th, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr td, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr th, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td,
body.page-id-14611 main .woocommerce table.shop_table thead tr th,
body.page-id-14611 main .woocommerce table.shop_table thead tr td,
body.page-id-14611 main .woocommerce table.shop_table tbody tr th,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr th,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr td,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr th,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td,
body.woocommerce-page main .woocommerce table.shop_table thead tr th,
body.woocommerce-page main .woocommerce table.shop_table thead tr td,
body.woocommerce-page main .woocommerce table.shop_table tbody tr th,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td {
  border: none;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr th,
body.page-id-14611 main .woocommerce table.shop_table thead tr th,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr th,
body.woocommerce-page main .woocommerce table.shop_table thead tr th {
  color: #FFFFFF;
  font-size: 16px;
  background-color: #1F6F43;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr th:first-child,
body.page-id-14611 main .woocommerce table.shop_table thead tr th:first-child,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr th:first-child,
body.woocommerce-page main .woocommerce table.shop_table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr th:last-child,
body.page-id-14611 main .woocommerce table.shop_table thead tr th:last-child,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr th:last-child,
body.woocommerce-page main .woocommerce table.shop_table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr th.product-quantity,
body.page-id-14611 main .woocommerce table.shop_table thead tr th.product-quantity,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr th.product-quantity,
body.woocommerce-page main .woocommerce table.shop_table thead tr th.product-quantity {
  text-align: center;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr th.product-price, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr th.product-subtotal,
body.page-id-14611 main .woocommerce table.shop_table thead tr th.product-price,
body.page-id-14611 main .woocommerce table.shop_table thead tr th.product-subtotal,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr th.product-price,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr th.product-subtotal,
body.woocommerce-page main .woocommerce table.shop_table thead tr th.product-price,
body.woocommerce-page main .woocommerce table.shop_table thead tr th.product-subtotal {
  text-align: center;
}
@media (min-width: 992px) {
  body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list thead tr th,
  body.page-id-14611 main .woocommerce table.shop_table thead tr th,
  body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list thead tr th,
  body.woocommerce-page main .woocommerce table.shop_table thead tr th {
    padding: 18px 12px;
  }
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td:not(.actions),
body.page-id-14611 main .woocommerce table.shop_table tbody tr td:not(.actions),
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td:not(.actions),
body.woocommerce-page main .woocommerce table.shop_table tbody tr td:not(.actions) {
  background-color: #ECE4D6;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr:nth-child(odd) td:not(.actions),
body.page-id-14611 main .woocommerce table.shop_table tbody tr:nth-child(odd) td:not(.actions),
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr:nth-child(odd) td:not(.actions),
body.woocommerce-page main .woocommerce table.shop_table tbody tr:nth-child(odd) td:not(.actions) {
  background-color: #FFFFFF;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr:nth-last-child(2) td:first-child,
body.page-id-14611 main .woocommerce table.shop_table tbody tr:nth-last-child(2) td:first-child,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr:nth-last-child(2) td:first-child,
body.woocommerce-page main .woocommerce table.shop_table tbody tr:nth-last-child(2) td:first-child {
  border-bottom-left-radius: 10px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr:nth-last-child(2) td:last-child,
body.page-id-14611 main .woocommerce table.shop_table tbody tr:nth-last-child(2) td:last-child,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr:nth-last-child(2) td:last-child,
body.woocommerce-page main .woocommerce table.shop_table tbody tr:nth-last-child(2) td:last-child {
  border-bottom-right-radius: 10px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td {
  padding: 10px 10px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td::before,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td::before,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td::before,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td::before {
  color: #232323;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-remove,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-remove,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-remove,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-remove {
  width: 40px;
  min-width: 40px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-remove .remove,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-remove .remove,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-remove .remove,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-remove .remove {
  width: 28px;
  height: 28px;
  font-size: 30px !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-remove .remove,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-remove .remove,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-remove .remove,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-remove .remove {
  border: none;
  position: relative;
  border-radius: 100%;
  color: #B71C1C !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-remove .remove:hover,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-remove .remove:hover,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-remove .remove:hover,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-remove .remove:hover {
  color: #E6B800 !important;
  background-color: transparent;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-thumbnail,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-thumbnail,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-thumbnail,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-thumbnail {
  width: 100px;
  max-width: 100px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-thumbnail > a,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-thumbnail > a,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-thumbnail > a,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-thumbnail > a {
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #E1E1E1;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-thumbnail img,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-thumbnail img,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-thumbnail img,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-thumbnail img {
  width: 100%;
  display: block;
  max-width: 100%;
  border-radius: 10px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-name > a,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-name > a,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-name > a,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-name > a {
  color: #232323;
  font-size: 15px;
  display: inline-block;
  line-height: 1.2;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-quantity .qty,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-quantity .qty,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-quantity .qty,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-quantity .qty {
  width: 90px;
  height: auto;
  max-width: 100%;
  font-weight: 700;
  padding: 8px 8px;
  border-radius: 5px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-quantity,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-quantity,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-quantity,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-quantity {
  width: 160px;
  max-width: 160px;
  text-align: center;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-quantity .qty,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-quantity .qty,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-quantity .qty,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-quantity .qty {
  margin: 0 auto;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-price,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-subtotal,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-price,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-subtotal {
  color: #232323;
  font-weight: 700;
  text-align: center;
  width: 160px;
  max-width: 160px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price del > span, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal del > span,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-price del > span,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-subtotal del > span,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price del > span,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal del > span,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-price del > span,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-subtotal del > span {
  opacity: 0.5;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price del span, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal del span,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-price del span,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-subtotal del span,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price del span,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal del span,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-price del span,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-subtotal del span {
  font-weight: 700;
  padding-right: 5px;
  text-decoration: line-through;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price span, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal span,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-price span,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-subtotal span,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price span,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal span,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-price span,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-subtotal span {
  display: inline-block;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price span.old_price bdi, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price span.old_price span, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal span.old_price bdi, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal span.old_price span,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-price span.old_price bdi,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-price span.old_price span,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-subtotal span.old_price bdi,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-subtotal span.old_price span,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price span.old_price bdi,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price span.old_price span,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal span.old_price bdi,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal span.old_price span,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-price span.old_price bdi,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-price span.old_price span,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-subtotal span.old_price bdi,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-subtotal span.old_price span {
  text-decoration: line-through;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price .secondary-currency, body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal .secondary-currency,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-price .secondary-currency,
body.page-id-14611 main .woocommerce table.shop_table tbody tr td.product-subtotal .secondary-currency,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-price .secondary-currency,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-subtotal .secondary-currency,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-price .secondary-currency,
body.woocommerce-page main .woocommerce table.shop_table tbody tr td.product-subtotal .secondary-currency {
  font-size: 0.75em;
  display: block;
  line-height: 0.8em;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions {
  padding: 10px 0;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon {
  width: 100%;
  display: flex;
  max-width: 400px;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon label,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon label,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon label,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon label {
  display: none !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code {
  margin: 0 0 0 0;
  padding: 10px 30px;
  border-radius: 10px 0 0 10px;
  border-right: none;
  border-color: #ebe9eb;
  width: calc(100% - 160px);
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code::-webkit-input-placeholder,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code::-webkit-input-placeholder,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code::-webkit-input-placeholder,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code::-webkit-input-placeholder {
  color: #c0c0c0;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code::-moz-placeholder,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code::-moz-placeholder,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code::-moz-placeholder,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code::-moz-placeholder {
  color: #c0c0c0;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code:-ms-input-placeholder,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code:-ms-input-placeholder,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code:-ms-input-placeholder,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code:-ms-input-placeholder {
  color: #c0c0c0 !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code:-moz-placeholder,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code:-moz-placeholder,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon #coupon_code:-moz-placeholder,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon #coupon_code:-moz-placeholder {
  color: #c0c0c0;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon button.button,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon button.button,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon button.button,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon button.button {
  width: 75px;
  font-size: 0;
  color: #232323;
  padding: 5px 10px;
  border: 1px solid #ebe9eb;
  border-radius: 0 10px 10px 0 !important;
  transition: color 0.3s, background 0.3s ease-in-out;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon button.button:hover,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon button.button:hover,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon button.button:hover,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon button.button:hover {
  background-color: #232323;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon button.button:hover::before,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon button.button:hover::before,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon button.button:hover::before,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon button.button:hover::before {
  color: #FFFFFF;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon button.button::before,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .coupon button.button::before,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .coupon button.button::before,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .coupon button.button::before {
  color: #232323;
  content: "\e91a";
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-family: "Custom Icons";
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .button,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .button,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .button,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .button {
  height: 55px;
  color: #232323;
  font-weight: 500;
  padding: 10px 50px;
  text-transform: none;
  border-radius: 10px !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .button:not([disabled]):hover,
body.page-id-14611 main .woocommerce table.shop_table tbody tr .actions .button:not([disabled]):hover,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr .actions .button:not([disabled]):hover,
body.woocommerce-page main .woocommerce table.shop_table tbody tr .actions .button:not([disabled]):hover {
  color: #FFFFFF;
  background-color: #232323;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td {
  border-radius: 0 !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-action .button.alt,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-action .button.alt {
  background-color: #1F6F43;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-action .button.alt:hover,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr td.product-action .button.alt:hover {
  background-color: #155736;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr:first-child td:first-child,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr:first-child td:first-child {
  border-top-left-radius: 10px !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr:first-child td:last-child,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr:first-child td:last-child {
  border-top-right-radius: 10px !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr:last-child td:first-child,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important;
}
body.page-id-14611 main .woocommerce table.tinvwl-table-manage-list tbody tr:last-child td:last-child,
body.woocommerce-page main .woocommerce table.tinvwl-table-manage-list tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important;
}
body.page-id-14611 main .woocommerce table.woocommerce-orders-table--subscriptions tbody tr:nth-last-child(2) td:first-child,
body.woocommerce-page main .woocommerce table.woocommerce-orders-table--subscriptions tbody tr:nth-last-child(2) td:first-child {
  border-bottom-left-radius: 0;
}
body.page-id-14611 main .woocommerce table.woocommerce-orders-table--subscriptions tbody tr:nth-last-child(2) td:last-child,
body.woocommerce-page main .woocommerce table.woocommerce-orders-table--subscriptions tbody tr:nth-last-child(2) td:last-child {
  border-bottom-right-radius: 0;
}
body.page-id-14611 main .woocommerce table.woocommerce-orders-table--subscriptions tbody tr:last-child td:first-child,
body.woocommerce-page main .woocommerce table.woocommerce-orders-table--subscriptions tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
body.page-id-14611 main .woocommerce table.woocommerce-orders-table--subscriptions tbody tr:last-child td:last-child,
body.woocommerce-page main .woocommerce table.woocommerce-orders-table--subscriptions tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
body.page-id-14611 main .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:nth-last-child(2) td:first-child,
body.woocommerce-page main .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:nth-last-child(2) td:first-child {
  border-bottom-left-radius: 0;
}
body.page-id-14611 main .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:nth-last-child(2) td:last-child,
body.woocommerce-page main .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:nth-last-child(2) td:last-child {
  border-bottom-right-radius: 0;
}
body.page-id-14611 main .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child td:first-child,
body.woocommerce-page main .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
body.page-id-14611 main .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child td:last-child,
body.woocommerce-page main .woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
body.page-id-14611 main .woocommerce .cart_totals,
body.woocommerce-page main .woocommerce .cart_totals {
  float: none;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #F7F7F7;
  border: 1px solid #E1E1E1;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table .recurring-totals,
body.page-id-14611 main .woocommerce .cart_totals .shop_table .recurring-total,
body.page-id-14611 main .woocommerce .cart_totals .shop_table .cart-subtotal,
body.page-id-14611 main .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator,
body.page-id-14611 main .woocommerce .cart_totals .shop_table .woocommerce-shipping-destination,
body.woocommerce-page main .woocommerce .cart_totals .shop_table .recurring-totals,
body.woocommerce-page main .woocommerce .cart_totals .shop_table .recurring-total,
body.woocommerce-page main .woocommerce .cart_totals .shop_table .cart-subtotal,
body.woocommerce-page main .woocommerce .cart_totals .shop_table .woocommerce-shipping-calculator,
body.woocommerce-page main .woocommerce .cart_totals .shop_table .woocommerce-shipping-destination {
  display: none !important;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.woocommerce-shipping-totals,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.woocommerce-shipping-totals {
  order: 4;
  border-bottom: 1px solid #E1E1E1;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-Price-amount.amount,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.woocommerce-shipping-totals .woocommerce-Price-amount.amount {
  font-weight: 400;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.order-total,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.order-total {
  order: 5;
  margin-bottom: 0;
  border-top: 1px solid #E0E0E1;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr td,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr td {
  width: 50%;
  padding: 0;
  text-align: right;
  background-color: transparent !important;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr td::before,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr td::before {
  content: none;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr th,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr th {
  width: 50%;
  padding: 0;
  display: table-cell;
}
@media (min-width: 992px) {
  body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.order-total,
  body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.order-total {
    font-size: 22px;
  }
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.order-total .secondary-currency,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.order-total .secondary-currency {
  font-size: 0.75em;
  display: block;
  line-height: 0.8em;
  white-space: nowrap;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.order-total th, body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.order-total td,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.order-total th,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.order-total td {
  color: #232323;
  font-weight: 700;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.cart-total-discount,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.cart-total-discount {
  color: #1F6F43;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder {
  padding: 20px 0;
  margin-bottom: 0;
  border-top: 1px solid #E0E0E1;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder td,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder td {
  width: 100%;
  text-align: left;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder td label,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder td label {
  display: block;
  font-weight: 700;
  color: #1F6F43;
  margin-bottom: 10px;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder td .coupon,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder td .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body.page-id-14611 main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder td .coupon .input-text,
body.woocommerce-page main .woocommerce .cart_totals .shop_table tbody tr.coupon_holder td .coupon .input-text {
  height: auto;
  margin-bottom: 0;
  padding: 13px 13px;
  margin-right: 15px;
  width: calc(100% - 115px);
}
body.page-id-14611 main .woocommerce .cart_totals .wc-proceed-to-checkout,
body.woocommerce-page main .woocommerce .cart_totals .wc-proceed-to-checkout {
  text-align: center;
  padding: 0;
}
body.page-id-14611 main .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button,
body.woocommerce-page main .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin: 0 auto;
  border-radius: 100px;
  display: inline-block;
  background-color: #1F6F43;
  padding: 20px 40px;
}

body.woocommerce-page main .woocommerce #payment {
  clear: both;
  background-color: transparent;
  padding: 0 0 0 0;
}
@media (min-width: 480px) {
  body.woocommerce-page main .woocommerce #payment {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 768px) {
  body.woocommerce-page main .woocommerce #payment {
    padding: 0 15px 0 0;
  }
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods {
  padding: 0;
  border: none;
  margin-bottom: 25px;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method {
  background-color: #F2F2F2;
  border-bottom: 2px solid #FFFFFF;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method:last-child {
  border-bottom: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method {
  padding: 20px 20px;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio] {
  display: none;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method input[type=radio]:checked + label::after {
  opacity: 1;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method .wc-credit-card-form {
  margin-left: -10px;
  width: calc(100% + 20px);
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method .wc-credit-card-form .form-row {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 0;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-first, body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-last {
  width: 50%;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-first .wc-stripe-elements-field, body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-last .wc-stripe-elements-field {
  margin-bottom: 0;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method > label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #898989;
  position: relative;
  padding-left: 40px;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method > label::before, body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method > label:after {
  top: 50%;
  content: "";
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method > label::before {
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #cbcbcb;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method > label:after {
  left: 7px;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #1F6F43;
  transition: opacity 0.3s ease-in-out;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box {
  padding: 0;
  color: #898989;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
}
body.woocommerce-page main .woocommerce #payment .wc_payment_methods.payment_methods .wc_payment_method .payment_box::before {
  content: none;
}
body.woocommerce-page main .woocommerce #payment .place-order {
  padding: 0;
  width: 100%;
}
body.woocommerce-page main .woocommerce #payment .place-order input {
  width: 18px;
  height: 18px;
  outline: none;
}
body.woocommerce-page main .woocommerce #payment .place-order .validate-required {
  padding: 0;
  color: #717171;
  width: 100%;
}
body.woocommerce-page main .woocommerce #payment .place-order .validate-required a {
  color: #717171;
  text-decoration: underline;
}
body.woocommerce-page main .woocommerce #payment .place-order .validate-required a:hover {
  text-decoration: none;
}
body.woocommerce-page main .woocommerce #payment .place-order #place_order[type=submit] {
  float: none !important;
}
body.woocommerce-page main .woocommerce #payment .woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
}

body.woocommerce-page main .woocommerce .woocommerce-cart-form {
  margin-bottom: 40px;
}
body.woocommerce-page main .woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions + .validate-required {
  width: 100%;
  margin: 0 0 10px;
}
body.woocommerce-page main .woocommerce .form-row {
  margin: 0;
  margin-left: -10px;
  width: calc(100% + 20px);
}
@media (max-width: 479px) {
  body.woocommerce-page main .woocommerce .form-row {
    float: none;
  }
}
@media (min-width: 480px) {
  body.woocommerce-page main .woocommerce .form-row {
    width: 50%;
    margin-left: 0;
  }
}
body.woocommerce-page main .woocommerce .form-row.place-order {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 480px) {
  body.woocommerce-page main .woocommerce .form-row.form-row-wide, body.woocommerce-page main .woocommerce .form-row.wide, body.woocommerce-page main .woocommerce .popup_wrap .popup_cont .popup_footer button.form-row, .popup_wrap .popup_cont .popup_footer body.woocommerce-page main .woocommerce button.form-row,
  body.woocommerce-page main .woocommerce .popup_wrap .popup_cont .popup_footer .form-row.btn,
  .popup_wrap .popup_cont .popup_footer body.woocommerce-page main .woocommerce .form-row.btn,
  body.woocommerce-page main .popup_wrap .popup_cont .popup_footer .woocommerce .product .main_section form.cart:not(.variations_form) .form-row.single_add_to_cart_button,
  .popup_wrap .popup_cont .popup_footer body.woocommerce-page main .woocommerce .product .main_section form.cart:not(.variations_form) .form-row.single_add_to_cart_button,
  body.woocommerce-page main .woocommerce .product .main_section form.cart:not(.variations_form) .popup_wrap .popup_cont .popup_footer .form-row.single_add_to_cart_button,
  body.woocommerce-page main .popup_wrap .popup_cont .popup_footer .woocommerce .product .main_section .woocommerce-variation-add-to-cart .form-row.single_add_to_cart_button,
  .popup_wrap .popup_cont .popup_footer body.woocommerce-page main .woocommerce .product .main_section .woocommerce-variation-add-to-cart .form-row.single_add_to_cart_button,
  body.woocommerce-page main .woocommerce .product .main_section .woocommerce-variation-add-to-cart .popup_wrap .popup_cont .popup_footer .form-row.single_add_to_cart_button {
    width: 100%;
  }
}
body.woocommerce-page main .woocommerce .form-row.form-row-wide label[for=carrier_Address], body.woocommerce-page main .woocommerce .form-row.wide label[for=carrier_Address], body.woocommerce-page main .woocommerce .popup_wrap .popup_cont .popup_footer button.form-row label[for=carrier_Address], .popup_wrap .popup_cont .popup_footer body.woocommerce-page main .woocommerce button.form-row label[for=carrier_Address],
body.woocommerce-page main .woocommerce .popup_wrap .popup_cont .popup_footer .form-row.btn label[for=carrier_Address],
.popup_wrap .popup_cont .popup_footer body.woocommerce-page main .woocommerce .form-row.btn label[for=carrier_Address],
body.woocommerce-page main .popup_wrap .popup_cont .popup_footer .woocommerce .product .main_section form.cart:not(.variations_form) .form-row.single_add_to_cart_button label[for=carrier_Address],
.popup_wrap .popup_cont .popup_footer body.woocommerce-page main .woocommerce .product .main_section form.cart:not(.variations_form) .form-row.single_add_to_cart_button label[for=carrier_Address],
body.woocommerce-page main .woocommerce .product .main_section form.cart:not(.variations_form) .popup_wrap .popup_cont .popup_footer .form-row.single_add_to_cart_button label[for=carrier_Address],
body.woocommerce-page main .popup_wrap .popup_cont .popup_footer .woocommerce .product .main_section .woocommerce-variation-add-to-cart .form-row.single_add_to_cart_button label[for=carrier_Address],
.popup_wrap .popup_cont .popup_footer body.woocommerce-page main .woocommerce .product .main_section .woocommerce-variation-add-to-cart .form-row.single_add_to_cart_button label[for=carrier_Address],
body.woocommerce-page main .woocommerce .product .main_section .woocommerce-variation-add-to-cart .popup_wrap .popup_cont .popup_footer .form-row.single_add_to_cart_button label[for=carrier_Address] {
  display: none;
}
body.woocommerce-page main .woocommerce .form-row.invoice_input {
  display: none;
}
body.woocommerce-page main .woocommerce .form-row {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  body.woocommerce-page main .woocommerce .form-row.thwcfd-field-textarea, body.woocommerce-page main .woocommerce .form-row.thwcfd-field-heading {
    width: 100%;
  }
}
body.woocommerce-page main .woocommerce .form-row input[type=email], body.woocommerce-page main .woocommerce .form-row input[type=number], body.woocommerce-page main .woocommerce .form-row input[type=password], body.woocommerce-page main .woocommerce .form-row input[type=tel], body.woocommerce-page main .woocommerce .form-row input[type=text], body.woocommerce-page main .woocommerce .form-row select, body.woocommerce-page main .woocommerce .form-row textarea {
  font-size: 16px;
  font-weight: 300;
  padding: 11px 11px;
  border-radius: 10px;
  border-color: #D9D8D9;
  background-color: #FFFFFF;
}
body.woocommerce-page main .woocommerce .form-row.woocommerce-invalid input[type=email], body.woocommerce-page main .woocommerce .form-row.woocommerce-invalid input[type=number], body.woocommerce-page main .woocommerce .form-row.woocommerce-invalid input[type=password], body.woocommerce-page main .woocommerce .form-row.woocommerce-invalid input[type=tel], body.woocommerce-page main .woocommerce .form-row.woocommerce-invalid input[type=text], body.woocommerce-page main .woocommerce .form-row.woocommerce-invalid select, body.woocommerce-page main .woocommerce .form-row.woocommerce-invalid textarea {
  border-color: #b81c23;
}
body.woocommerce-page main .woocommerce .form-row .select2 .selection .select2-selection {
  height: 55px;
  padding: 12px 14px;
  border-radius: 10px;
  border-color: #D9D8D9;
  background-color: #FFFFFF;
}
body.woocommerce-page main .woocommerce .form-row .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
body.woocommerce-page main .woocommerce .form-row .select2 .selection .select2-selection .select2-selection__arrow {
  height: 100%;
}
body.woocommerce-page main .woocommerce .form-row textarea {
  height: 200px;
  margin-bottom: 35px;
  border-radius: 10px;
}
body.woocommerce-page main .woocommerce #econt_offices,
body.woocommerce-page main .woocommerce .selectize-control {
  display: none;
}
body.woocommerce-page main .woocommerce .selectize-input {
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
  height: auto;
  padding: 11px 11px;
  box-shadow: none;
  border-color: #D9D8D9;
  background-color: #FFFFFF;
}
body.woocommerce-page main .woocommerce .selectize-input input {
  font-size: 16px;
  color: #232323;
}
body.woocommerce-page main .woocommerce .selectize-input .item {
  text-overflow: ellipsis;
  width: 93%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
body.woocommerce-page main .woocommerce .selectize-dropdown {
  box-shadow: none;
  border: 1px solid #D9D8D9;
}

body.woocommerce-page main .woocommerce #customer_login h2 {
  display: block;
}
body.woocommerce-page main .woocommerce #customer_login form.login, body.woocommerce-page main .woocommerce #customer_login form.register {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
body.woocommerce-page main .woocommerce #customer_login form.login .woocommerce-privacy-policy-text, body.woocommerce-page main .woocommerce #customer_login form.register .woocommerce-privacy-policy-text {
  padding: 0 10px;
  margin-bottom: 20px;
}
body.woocommerce-page main .woocommerce #customer_login form.login .signin_actions, body.woocommerce-page main .woocommerce #customer_login form.register .signin_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
body.woocommerce-page main .woocommerce #customer_login .login_box {
  position: relative;
  border-radius: 10px;
  padding: 40px 40px;
  margin-bottom: 20px;
  border: 1px solid #DADBD9;
  background-color: #F7F7F7;
  padding: 20px 10px;
}
@media (min-width: 992px) {
  body.woocommerce-page main .woocommerce #customer_login .login_box {
    padding: 40px 40px;
  }
}
body.woocommerce-page main .woocommerce #customer_login .login_box .elementor-widget-button {
  margin-bottom: 0;
}
body.woocommerce-page main .woocommerce #customer_login .login_box.register_col::before {
  content: "";
  z-index: -1;
  opacity: 0.2;
  width: 400px;
  height: 400px;
  background: url("../images/layout/dots_decoration.svg") center center no-repeat;
  background-size: contain;
  transform: translate(50%, 0);
  position: absolute;
  right: 0;
  bottom: -33px;
}
body.woocommerce-page main .woocommerce #customer_login .login_box.register_col .woocommerce-password-strength {
  margin-top: 10px;
  border-radius: 100px;
}
body.woocommerce-page main .woocommerce #customer_login .login_box.register_col .button {
  background-color: #1F6F43;
}
body.woocommerce-page main .woocommerce #customer_login .login_box.register_col .button:hover {
  background-color: #1F6F43;
}
body.woocommerce-page main .woocommerce #customer_login .login_box label:not(.woocommerce-form-login__rememberme) {
  display: none;
}

.witkid_features {
  padding-top: 30px;
  border-top: 1px solid #E1E1E1;
}
@media (min-width: 992px) {
  .witkid_features {
    padding-top: 42px;
  }
}
.witkid_features li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
}
@media (min-width: 640px) {
  .witkid_features li {
    text-align: center;
    justify-content: center;
    align-content: flex-start;
  }
}
@media (min-width: 992px) {
  .witkid_features li {
    text-align: left;
    align-items: center;
    justify-content: flex-start;
  }
}
.witkid_features li .ci {
  width: 60px;
  height: 60px;
  display: flex;
  color: #FFFFFF;
  line-height: 1;
  font-size: 30px;
  margin-right: 15px;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .witkid_features li .ci {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .witkid_features li .ci {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.witkid_features li .ci.ci-truck-line {
  background-color: #5D5FA7;
}
.witkid_features li .ci.ci-coins-fill {
  background-color: #F4B51A;
}
.witkid_features li .ci.ci-heart-dot {
  background-color: #ED4F65;
}
.witkid_features li .info {
  color: #909090;
}
.witkid_features li .info strong {
  color: #232323;
  display: block;
  font-weight: 600;
  font-size: 18px;
}

.tinv-wishlist .tinv-header h2 {
  display: block;
}
.tinv-wishlist .tinvwl-table-manage-list thead {
  display: none;
}
/*# sourceMappingURL=styles-l.css.map */
