/*
Theme Name: sklofar + woo
Theme URI: https://wsm.co.ua
Author: WiSiM
Author URI: https://wsm.co.ua
Description:
Version: 3.5.1
Text Domain: sklofar

*/

html body {
  padding: 0;
  margin: 0;
  /*word-break: break-word;*/
  color: #fff;
  background: #282828;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.hidden {
  display: none !important;
}
@media (min-width: 1515px) {
  html body {
    background: url('images/bg_line.svg') center, #282828;
    background-size: 10px;
  }
}
body.overlayshown {
  max-height: calc(100vh - 100px);
  overflow: hidden;
}
body.loading {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}
body.loading:before {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('images/ico_loading.gif');
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100000000;
}
body.loading form {
  pointer-events: none;
}

input[type='number'],
input[type='text'],
input[type='tel'],
input[type='password'],
input[type='date'],
input[type='email'],
textarea,
button,
html body {
  font-family: 'Roboto';
}
@media (min-width: 992px) {
  #content_wrapper {
    min-height: calc(100vh - 330px);
  }
}

/*layout*/
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
p {
  margin-top: 0;
  margin-bottom: 15px;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1514px;
}
.container.fullwidth {
  max-width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.u-column1.col-1,
.u-column2.col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12,
.u-column1.col-1,
.u-column2.col-2 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6,
  .u-column1.col-1,
  .u-column2.col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .acf-field[data-name='review_checkboxes'] .acf-input label:hover {
    background: #565656;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.clearfix {
  clear: both;
  width: 100%;
  float: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
@media (min-width: 768px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1515px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.screen-reader-text {
  display: none !important;
}
/*images*/
img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  margin: 15px auto;
  float: none;
  display: block;
}
.wp-caption {
  max-width: 100%;
}

/*color*/
a {
  text-decoration: none;
  outline: 0;
  transition: all ease 0.25s;
}
a:hover {
  text-decoration: none;
}

/*black*/
.f000,
.f000 a,
a.f000 {
  color: #232323;
}

/*white*/
.text-white,
.text-white a,
a.text-white {
  color: #fff;
}

/*primary color*/
a,
.fF4FE26,
.fF4FE26 a,
a.fF4FE26,
a.f191716:hover,
a.f000:hover,
.f000:hover a,
a.text-white:hover {
  color: #f4fe26;
}

/*secondary color*/
.f191716,
.f191716 a,
a.f191716,
a.fF4FE26:hover,
.fF4FE26:hover a,
a:hover {
  color: #191716;
}

.nav-tabs a:hover {
  color: #f4fe26;
  font-size: 105%;
  font-weight: bold;
  padding-left: 14px;
  padding-right: 14px;
}

/*background color*/
.bgfff {
  background-color: #fff;
}
.bg000 {
  background-color: #282828;
}
.bgF4FE26 {
  background-color: #f4fe26;
}
.cover_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contain_image,
.cover_image {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
}
.cover_image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.contain_image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/*shadow */
.box_shad {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
}

/*font sizes*/
.f0 {
  font-size: 0 !important;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16,
.f18,
.f20 {
  font-size: 16px;
}
h3,
.f22,
.f24 {
  font-size: 20px;
}
h2,
.f26,
.f30,
.f36 {
  font-size: 24px;
}
h1,
.f40,
.f45,
.f50,
.f55,
.f60,
.f70,
.f80 {
  font-size: 28px;
}

/*font styling*/
.text-underline {
  text-decoration: underline;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.font-italic {
  font-style: italic !important;
}
ins {
  text-decoration: none;
}
.text-capitalize {
  text-transform: capitalize !important;
}

@media (max-width: 991px) {
  .overflowscroll {
    display: flex;
    flex-wrap: unset;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .overflowscroll::-webkit-scrollbar {
    display: none;
  }
  .overflowscroll > a,
  .overflowscroll > div {
    flex: 0 0 auto;
  }
  .hd_reviews_wr {
    height: 37px;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.border5 {
  border-radius: 5px;
}
.border10 {
  border-radius: 10px;
}
.border20 {
  border-radius: 20px;
}
.border50 {
  border-radius: 50%;
}
.border100 {
  border-radius: 100%;
}
.zindex10 {
  z-index: 10;
}
.zindex100 {
  z-index: 100;
}
/*line height*/
.l1 {
  line-height: 1;
}
.l12 {
  line-height: 1.2;
}
.l15 {
  line-height: 1.5;
}
.l2 {
  line-height: 2;
}
.l30 {
  line-height: 30px;
}
.l40 {
  line-height: 40px;
}
.l50 {
  line-height: 50px;
}

/*heights and widths*/
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}

/*font weight*/
.f100 {
  font-weight: 100;
}
.f200 {
  font-weight: 200;
}
.f300 {
  font-weight: 300;
}
.f400 {
  font-weight: 400;
}
.f500,
h3,
h2 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.f700,
.fbold,
strong {
  font-weight: 700;
}
.f800 {
  font-weight: 800;
}
.f900 {
  font-weight: 900;
}

/* margins */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.mb0,
.mb0 p:last-of-type,
.mb-0,
.mb-0 p:last-of-type {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.post_content h2,
.post_content h3,
.mb20,
.mbres20,
.mb30,
.mb40,
.mb50,
.mb60,
.mb70,
.mb80 {
  margin-bottom: 20px;
}
.post_content h3:not(:first-child),
.post_content h2:not(:first-child),
.mt20,
.mt30,
.mt40,
.mt50,
.mt60,
.mt70,
.mt80 {
  margin-top: 20px;
}
.mr20,
.mr30,
.mr40 {
  margin-right: 20px;
}
.ml20,
.ml30,
.ml40 {
  margin-left: 20px;
}
.mbres30 {
  margin-bottom: 30px;
}
.mbres40 {
  margin-bottom: 40px;
}

/*paddings*/
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl20,
.pl30,
.pl40,
.pl50 {
  padding-left: 20px;
}
.pr20,
.pr30,
.pr40,
.pr50 {
  padding-right: 20px;
}
.pt20,
.pt30,
.pt40,
.pt50,
.pt60,
.pt70,
.pt80 {
  padding-top: 20px;
}
.pb20,
.pb30,
.pb40,
.pb50,
.pb60,
.pb70,
.pb80 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .d-flex.respcenter,
  .row.respcenter {
    justify-content: center !important;
  }
  .respcenter,
  .respcenter.text-right,
  .respcenter.text-left {
    text-align: center !important;
  }
  .row.respreverse > .col-12:nth-child(1),
  .d-flex.respreverse > .col-12:nth-child(1) {
    order: 20;
  }
  .row.respreverse > .col-12:nth-child(2),
  .d-flex.respreverse > .col-12:nth-child(2) {
    order: 10;
  }
  .row.respreverse > .col-12:nth-child(3),
  .d-flex.respreverse > .col-12:nth-child(3) {
    order: 5;
  }
}
@media (min-width: 768px) {
  /*font sizes*/
  .woocommerce div.product .woocommerce-tabs h3,
  .comments-form-wrap h3.comment-reply-title,
  .post_content h3,
  h3,
  .f22,
  .f24 {
    font-size: 22px;
  }
  h2,
  .related h2,
  .f26,
  .f30,
  .f36 {
    font-size: 26px;
  }
  h1,
  .f40,
  .f45,
  .f50,
  .f55,
  .f60,
  .f70,
  .f80 {
    font-size: 30px;
  }

  /*margins*/
  .mbres20,
  .mbres30,
  .mbres40 {
    margin-bottom: 0;
  }
  .post_content h2,
  .post_content h3,
  .mb30,
  .mb40,
  .mb50,
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 30px;
  }
  .post_content h2:not(:first-child),
  .post_content h3:not(:first-child),
  .mt30,
  .mt40,
  .mt50,
  .mt60,
  .mt70,
  .mt80 {
    margin-top: 30px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .ml30 {
    margin-left: 30px;
  }
  .ml40 {
    margin-left: 40px;
  }

  /*paddings*/
  .pl30,
  .pl40,
  .pl50 {
    padding-left: 30px;
  }
  .pr30,
  .pr40,
  .pr50 {
    padding-right: 30px;
  }
  .pt30,
  .pt40,
  .pt50,
  .pt60,
  .pt70,
  .pt80 {
    padding-top: 30px;
  }
  .pb30,
  .pb40,
  .pb50,
  .pb60,
  .pb70,
  .pb80 {
    padding-bottom: 30px;
  }

  #scroll_bt {
    height: 45px !important;
    line-height: 45px !important;
    width: 45px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  /*font sizes*/
  .woocommerce div.product .woocommerce-tabs h3,
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .f15 {
    font-size: 15px;
  }
  .f16 {
    font-size: 16px;
  }
  .f18 {
    font-size: 18px;
  }
  .f20 {
    font-size: 20px;
  }
  .f22 {
    font-size: 22px;
  }
  .f24 {
    font-size: 24px;
  }
  .f26,
  h2 {
    font-size: 26px;
  }
  .f30 {
    font-size: 30px;
  }
  .comments-form-wrap h3.comment-reply-title,
  .post_content h3,
  .related h2,
  .f36 {
    font-size: 36px;
  }
  .f40 {
    font-size: 40px;
  }
  .f45 {
    font-size: 45px;
  }
  .f50 {
    font-size: 50px;
  }
  .f55 {
    font-size: 55px;
  }
  .f60 {
    font-size: 60px;
  }
  .f70 {
    font-size: 70px;
  }
  .f80 {
    font-size: 80px;
  }

  /* margins */
  .mb30 {
    margin-bottom: 30px;
  }
  .post_content h2,
  .post_content h3,
  .mb40 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .post_content h3,
  .mt40 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt70 {
    margin-top: 70px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .ml30 {
    margin-left: 30px;
  }

  /*paddings*/
  .pl30 {
    padding-left: 30px;
  }
  .pl40 {
    padding-left: 40px;
  }
  .pl50 {
    padding-left: 50px;
  }
  .pr10 {
    padding-right: 10px;
  }
  .pr15 {
    padding-right: 15px;
  }
  .pr20 {
    padding-right: 20px;
  }
  .pr30 {
    padding-right: 30px;
  }
  .pr40 {
    padding-right: 40px;
  }
  .pr50 {
    padding-right: 50px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pt15 {
    padding-top: 15px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pt60 {
    padding-top: 60px;
  }
  .pt70 {
    padding-top: 70px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .pb15 {
    padding-bottom: 15px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .pb60 {
    padding-bottom: 60px;
  }
  .pb70 {
    padding-bottom: 70px;
  }
  .pb80 {
    padding-bottom: 80px;
  }

  .sticky_block {
    position: sticky !important;
    top: 50px;
    height: fit-content;
    max-height: calc(100vh - 50px);
    overflow: auto;
  }
  .admin-bar .sticky_block {
    top: 65px;
    max-height: calc(100vh - 65px);
  }
}

/*modals*/
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: '';
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  pointer-events: auto;
  background-color: #282828;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  padding-right: 20px;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px !important;
  font-size: 0 !important;
  margin: 0;
  background: transparent !important;
  opacity: 1 !important;
  padding: 0 !important;
  color: #000 !important;
  line-height: 20px !important;
  height: 20px !important;
  z-index: 1;
}
.modal button.close > i {
  display: block;
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
.modal-body {
  padding: 0;
  margin-top: 20px;
}
.modal_form_wr div.wpcf7 {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 768px) {
  .modal-content {
    padding: 20px 30px;
  }
}
/*iframe*/
.iframe_wr {
  position: relative;
}
.iframe_wr iframe,
.iframe_wr video {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  object-fit: contain;
}
iframe,
video {
  max-width: 100%;
}

/*inputs*/
label {
  display: inline-block;
  margin-bottom: 10px;
}
textarea {
  overflow: auto;
  resize: vertical;
}
select {
  word-wrap: normal;
  border-radius: 10px;
  border: 1px solid #808080;
  height: 36px;
  line-height: 34px;
  color: #808080;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
  width: 100%;
  -ms-appearance: none;
  appearance: none !important;
  position: relative;
  background-image: url('images/down-arrow_w.svg');
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-color: transparent;
  outline: 0;
}
select::-ms-expand {
  display: none;
}
mark {
  background-color: transparent;
  color: inherit;
}

input[type='password'],
input[type='date'],
input[type='tel'],
[type='email'],
[type='text'],
input[type='number'] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.woocommerce table.shop_table td.actions .coupon .input-text,
.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type='text'],
.woocommerce #review_form input[type='email'],
.woocommerce #review_form input[type='text'],
.woocommerce form .form-row input.input-text,
.wpcf7-form-control-wrap input[type='date'],
.wpcf7-form-control-wrap input[type='tel'],
.wpcf7-form-control-wrap input[type='email'],
.wpcf7-form-control-wrap input[type='text'],
.wpcf7-form-control-wrap input[type='number'],
input[type='text'],
input[type='tel'],
input[type='password'],
input[type='date'],
input[type='email'] {
  height: 36px;
  line-height: 1;
  width: 100%;
  outline: none;
  border: 1px solid #808080;
  border-radius: 10px;
  background: #292929;
  padding: 0 15px;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 12px;
  color: #fff;
}
form textarea,
form.comment-form textarea,
.woocommerce form .form-row textarea#order_comments,
.wpcf7-form-control-wrap textarea,
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 170px;
  border: 1px solid #808080;
  border-radius: 10px;
  background-color: #292929 !important;
  background-clip: border-box;
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  font-family: inherit;
  box-shadow: none !important;
  font-weight: 400;
}

.wpcf7-form br {
  display: none;
}
/*
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder,
*/
::placeholder {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
}

.file_upload_wr {
  height: 50px;
  align-items: center;
  width: 100%;
  outline: none;
  border: 1px solid #808080;
  border-radius: 10px;
  background-color: #292929;
  outline: none;
  padding: 0 30px;
}

.file_upload_wr .wpcf7-form-control-wrap {
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: block;
}

.wpcf7-form label.cf7_file_upload {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  height: 30px;
  line-height: 30px;
  z-index: 15;
  color: #000;
  cursor: pointer;
  background: linear-gradient(0deg, #ffffff, #ffffff),
    radial-gradient(97.26% 97.26% at 50% 50%, #ffffff 0%, #696969 90.1%),
    #e4e4e4;
  border-radius: 5.54113px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: none;
  width: 116px;
  text-align: center;
}

.file_upload_wr:hover,
.file_upload_wr:hover label.cf7_file_upload {
  color: #f4fe26;
}

@media (max-width: 991px) {
  .wpcf7-form label.cf7_file_upload {
    width: 130px;
  }
}

div.wpcf7 input[type='file'] {
  left: 60px;
  position: absolute;
  top: calc(50% - 10px);
  height: 20px;
  outline: none;
  font-family: inherit;
}

/*tables*/
.table {
  width: 100%;
  margin-bottom: 1rem;
}
.table td,
.table th {
  vertical-align: top;
}
.table thead th {
  vertical-align: bottom;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

/*aiowps start*/
.aiowps-captcha-equation,
.aiowps-captcha {
  width: 100%;
  margin-bottom: 20px;
}
#aiowps-captcha-answer {
  max-width: 200px;
}
.grecaptcha-badge,
.rc-anchor {
  display: none !important;
}
/*aiowps end*/

/*header*/
header.header {
  height: 122px;
  z-index: 111;
  background: #282828;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 480px) {
  header.header {
    height: 137px;
  }
}
@media (min-width: 768px) {
  header.header {
    height: 113px;
  }
}
@media (min-width: 768px) and (max-width: 1514px) {
  .hd_acc_link {
    order: 20;
  }
  .hd_search {
    order: 10;
  }
  .hd_cart_link {
    order: 15;
  }
  .hd_ct_item {
    order: 5;
  }
  header .hd_ct_item:hover .hd_ct_info {
    transform: translate(0, 295px);
  }
}
@media (min-width: 1515px) {
  header.header {
    height: 154px;
  }
}
.bottom_row_wr.position-fixed {
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
}

header.header.scrolled_header .header_logo,
header.header.scrolled_header .header_logo img {
  width: auto;
}
.header_logo,
.header_logo img {
  transition: all ease 0.3s;
  height: auto;
  width: 144px;
}
.header_logo {
  margin-right: auto;
}
@media (min-width: 768px) {
  .header_logo,
  .header_logo img {
    width: 207px;
  }
}
@media (min-width: 1515px) {
  .header_logo,
  .header_logo img {
    width: 322px;
  }
  .header_logo {
    margin-right: 44px;
  }
}

header.header.position-fixed.scrolled_header {
  height: 50px;
  transform: translate(0, 0);
  background-color: #fff;
  z-index: 111111;
}

.admin-bar header.header.position-fixed.scrolled_header {
  transform: translate(0, -46px);
}

body.modal-open header.header.position-fixed.scrolled_header {
  z-index: 1;
}
.admin-bar.modal-open #wpadminbar {
  display: none;
}

@media (max-width: 1200px) {
  #wpadminbar {
    height: 64px;
  }

  :root:has(#wpadminbar) {
    margin-top: 64px !important;
  }
}

@media (max-width: 480px) {
  html #wpadminbar {
    height: 92px;
  }

  :root:has(#wpadminbar) {
    margin-top: 92px !important;
  }
}

header.header.position-fixed + #content_wrapper {
  padding-top: 50px;
}
.bottom_row_wr {
  background: linear-gradient(
      336.84deg,
      rgba(0, 0, 0, 0.2) 15.92%,
      rgba(0, 0, 0, 0) 85.98%
    ),
    #e4e4e4;
  box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.25);
  height: 37px;
}
@media (min-width: 480px) {
  .bottom_row_wr {
    height: 51px;
  }
}

.hd_ct_item {
  margin-top: 10px;
  border-top: 1px solid #4e4e4e;
  width: 100%;
  justify-content: center;
}
.hd_ct_info {
  display: none;
  top: -300px;
  z-index: -1;
  transition: all ease 0.3s;
  width: 290px;
  background: #282828;
}
.hd_ct_item:hover .hd_ct_info {
  display: block;
  opacity: 1;
  z-index: 11;
  transform: translate(0, 305px);
  left: calc(50% - 145px);
}
.hd_soc_wr {
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
}
.hd_soc_item {
  background: #fff;
  color: #292929;
  width: 36px;
  height: 36px;
}

.hd_soc_item:hover {
  background: #f4fe26;
}
a.route_link {
  color: #6dd257;
}
a.route_link:hover {
  color: #f4fe26;
}
@media (max-width: 600px) {
  .admin-bar header.header.position-fixed {
    top: 46px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar header.header.position-fixed {
    top: 46px;
  }
}
@media (min-width: 768px) {
  .hd_ct_item {
    margin-left: auto;
    margin-top: unset;
    width: auto;
    border-top: unset;
    padding-top: unset;
    margin-right: 15px;
  }
}
@media (min-width: 782px) {
  .admin-bar header.header.position-fixed.scrolled_header {
    transform: translate(0, -32px);
  }
  .admin-bar header.header.position-fixed {
    top: 32px;
  }
  header.header.position-fixed.scrolled_header {
    transform: translate(0, 0);
  }
}
@media (min-width: 1515px) {
  header.header {
    height: 133px;
  }
  header.header.position-fixed + #content_wrapper {
    padding-top: 133px;
  }
  .hd_ct_item:hover .hd_ct_info {
    transform: translate(0, 295px);
  }
}

/*menu start*/
.zindex1000 {
  z-index: 100000 !important;
  overflow: visible !important;
}
header.header {
  border-bottom: 1px solid #edecec;
}

.menu_toggler {
  width: 25px;
  height: 17px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.menu_toggler:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 49%;
  border-top: 1px solid #000;
}
header.header ul.nav {
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 0;
  overflow: auto;
  margin-bottom: 0;
  flex-direction: column;
}
.navbar li {
  position: relative;
  width: 100%;
  display: block;
}

@media (max-width: 1514px) {
  .navbar a,
  .navbar li {
    min-height: 41px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
  }
}
@media (max-width: 1514px) {
  .navbar > .nav > li > a {
    padding: 0 40px 0 20px;
  }
}
.navbar li a:not([href]):not([tabindex]),
.navbar li a {
  color: #c4c4c4;
  text-decoration: none;
  padding: 0 40px 0 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  z-index: 2;
  position: relative;
}

.has_children_link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.has_children_link:after {
  content: '\f105';
  font-size: 16px;
}

.expanded > a .has_children_link:after {
  content: '\f104';
}
header.header ul.children {
  display: none;
  z-index: -1;
  list-style: none;
  transition: all ease 0.3s;
  transform: translate(-200%);
}
header.header .navbar li.expanded > ul.children {
  display: block;
  transform: translate(0);
  z-index: 111111;
  padding: 0 20px;
}

@media (max-width: 1514px) {
  header.header .navbar ul.children,
  header.header .navbar {
    top: 62px;
    bottom: 0;
  }
  .admin-bar header.header .navbar ul.children,
  .admin-bar header.header .navbar {
    top: 93px;
    height: calc(100vh - 93px);
  }
  .top_menu_wr {
    border-bottom: 1px solid #272727;
    box-shadow: 0px 1px 0px #464646;
  }
  header.header .navbar ul.children,
  header.header .navbar {
    top: 50px;
    display: none;
    position: fixed;
    z-index: 111111;
    left: 0;
    bottom: 0;
    background: #343434;
    overflow: auto;
    width: 290px;
    /*		padding: 0 0 80px;*/
  }
  header.header .navbar ul.children ul.children {
    top: 40px;
    height: calc(100vh - 85px);
  }
  .children li a,
  .menu-item.expanded.submenuExpanded > a {
    padding-left: 70px !important;
  }

  .menu-item.expanded.submenuExpanded > a > .has_children_link {
    left: -15px;
    right: unset;
  }
}
@media (max-width: 782px) {
  .admin-bar header.header .navbar ul.children,
  .admin-bar header.header .navbar {
    top: 107px;
  }
}

@media (max-width: 767px) {
  .admin-bar header.header .navbar ul.children,
  .admin-bar header.header .navbar {
    top: 95px;
  }
}

@media (min-width: 1515px) {
  .navbar .cat_menu {
    display: none !important;
  }
  header.header {
    border-bottom: unset;
  }
  .admin-bar header.header .navbar {
    top: unset;
  }
  header.header .navbar {
    padding-top: unset !important;
    padding-left: 380px;
    padding-right: 0;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    background: transparent;
    height: auto;
    width: auto;
    z-index: 1;
    padding-bottom: unset;
    overflow: unset;
    margin: 0;
  }

  header.header ul.nav {
    flex-direction: row;
    width: auto;
    height: auto;
    overflow: unset;
  }
  .navbar li {
    width: auto;
    border-bottom: unset;
    margin-bottom: unset;
  }
  .navbar li a:not([href]):not([tabindex]),
  .navbar li a {
    display: block;
    justify-content: unset;
    width: auto;
    color: #2f2f2f;
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px 0 0;
  }
  .navbar li:nth-last-child(n + 2) {
    margin-right: 20px;
  }
  .navbar li:nth-last-child(n + 2):after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 31px;
    transform: translate(0, -50%);
    border-left: 2px solid #a7a7a7;
    box-shadow: -1px 0px 0px #ececec;
  }

  .navbar li:hover > a,
  .navbar li:hover > a:not([href]):not([tabindex]) {
    text-decoration: underline;
  }
  .has_children_link {
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: -5px;
    top: -2px;
    font-size: 15px;
  }
  .has_children_link:after {
    content: '\f107';
  }
  .navbar li.menu-item-has-children:hover:after {
    content: '';
    z-index: 0;
    position: absolute;
    height: 42px;
    width: 100%;
    min-width: 100px;
    bottom: -30px;
    left: 0;
    display: block;
    background: transparent;
  }
  header.header ul.sub-menu {
    z-index: 1;
    width: 250px;
    margin: 15px 0px 0 -59px;
    padding: 8px 0px 8px;
    opacity: 0;
    position: absolute;
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .navbar li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 100;
  }
  header.header ul.sub-menu li {
    padding-left: 0;
  }
  header.header ul.sub-menu li:before {
    display: none;
  }
  header.header ul.sub-menu li a {
    display: block;
    width: auto;
    position: relative;
    margin: 0 10px;
    padding: 10px 18px;
    color: #191716;
  }
  header.header ul.sub-menu li:hover > a {
    background-color: #cf9b8e;
    color: #fff !important;
  }
}

/* menu end*/

/*header mini cart start*/
.hd_count {
  width: auto;
  padding: 2px 7px;
  height: 20px;
  border-radius: 10px;
  top: -10px;
  right: -5px;
  background-color: #f4fe26;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .hd_count {
    top: -10px;
  }
}
/*header mini cart end*/

/*header search start*/
header.header form.searchform {
  line-height: 1;
  z-index: 100;
  display: none;
  right: 50px;
  top: 55px;
  width: calc(100vw - 67px);
  height: 38px;
  background-color: transparent;
  z-index: 5;
  position: fixed;
}

header.header .searchform input[type='text'] {
  position: absolute;
  z-index: 2;
  background-color: #282828;
  border-radius: 10px;
  padding: 0 0 0 20px;
  border: 1px solid #fff;
  outline: none;
  -webkit-transition: 0.55s ease;
  -moz-transition: 0.55s ease;
  -ms-transition: 0.55s ease;
  -o-transition: 0.55s ease;
  transition: 0.55s ease;
  width: 100%;
  height: 36px;
  line-height: 1;
}

.search_toggler {
  cursor: pointer;
  width: 16px;
  height: auto;
  padding: 0;
  border-radius: 0 !important;
  border-bottom: none;
}
button:not(.slick-arrow):not(.fancybox-button).hd_search_bt {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  z-index: 5;
  box-shadow: unset !important;
}
.hd_search_close {
  width: 36px;
  height: 36px;
  right: 15px !important;
  cursor: pointer;
  border-radius: 10px;
  background: #fff;
  top: 12px;
}
@media (max-width: 767px) {
  button:not(.slick-arrow):not(.fancybox-button).hd_search_bt {
    right: 67px;
    top: 12px;
  }
  header.header .searchform input[type='text'] {
    width: calc(100% - 81px);
    left: 15px;
    top: 12px;
  }
  header.header form.searchform {
    height: 60px;
    background-color: #292929;
    width: 100%;
    right: 0;
  }
}
button:not(.slick-arrow):not(.fancybox-button).hd_search_bt:hover {
  background-color: #f4fe26 !important;
}
@media (min-width: 768px) {
  header.header form.searchform {
    top: calc(50% - 19px);
    right: 40px;
    width: 290px;
    position: absolute;
  }
}
@media (min-width: 1515px) {
  header.header form.searchform,
  header.header .searchform input[type='text'] {
    position: relative;
    top: unset;
    right: unset;
    display: block;
  }
  .hd_search {
    margin-right: 40px;
  }
}
/*header search end*/

/*breadcrumbs*/
#breadcrumbs a {
  margin-right: 5px;
}
#breadcrumbs,
#breadcrumbs a {
  color: #fff;
}
#breadcrumbs a:hover {
  color: #f4fe26;
}

#breadcrumbs ul {
  list-style: none;
  row-gap: 8px;
}
#breadcrumbs ul li {
  margin-right: 10px;
}
#breadcrumbs li span.breadcrumb_last {
  color: #a6a6a6;
}
@media (min-width: 1515px) {
  #breadcrumbs {
    padding-left: 380px;
  }
}

/*sidebar menu start*/

.cat_menu,
.cat_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.cat_menu li {
  background: #343434;
  /*        transition: all ease .3s;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

  .cat_menu > li:nth-last-child(n + 2) {
    border-bottom: 2px solid #464646;
  }
  .cat_menu ul li:first-child {
    border-top: 2px solid #4e4e4e;
  }
  .cat_menu ul li:nth-last-child(n + 2) {
    border-bottom: 2px solid #4e4e4e;
  }
  .cat_menu ul ul li,
  .cat_menu li.expanded,
  .cat_menu li:hover {
    background: #292929;
  }


.cat_menu a,
.cat_menu li {
  min-height: 41px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
}
.cat_menu a {
  color: #c4c4c4;
}
.cat_menu li.expanded > a,
.cat_menu li:hover > a {
  color: #f4fe26;
  font-weight: 700;
}
.cat_menu > li > a {
  padding-left: 70px;
  padding-right: 40px;
  position: relative;
}

.cat_menu .has_children_link {
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
.cat_menu li.expanded .has_children_link,
.cat_menu li:hover .has_children_link {
  color: #f4fe26;
}
@media (min-width: 1515px) {
  .expanded > a .has_children_link:after {
    content: '\f106';
  }
}
.cat_img_wr {
  width: 42px;
  height: 25px;
  left: 15px;
  transform: translate(0, -50%);
  top: 50%;
}
.cat_img_wr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cat_menu > li > ul > li > a {
  padding-left: 85px;
}
.cat_menu > li > ul ul li > a {
  padding-left: 120px;
}
.cat_menu ul.children {
  display: none;
}
.cat_menu .expanded > ul.children {
  display: block;
}

.widget-title {
  background: linear-gradient(
      336.84deg,
      rgba(0, 0, 0, 0.2) 15.92%,
      rgba(0, 0, 0, 0) 85.98%
    ),
    #e4e4e4;
  border-radius: 10px 10px 0 0;
}
.content_wr {
  margin-bottom: 30px;
}
@media (min-width: 1515px) {
  /*products archive */
  .content_wr {
    width: calc(100% - 365px);
    max-width: calc(100% - 365px);
    padding: 30px 45px 15px;
    position: relative;
  }
  .content_wr * {
    /*z-index: 10;*/
    position: relative;
  }
  body:not(.single-product) .content_wr:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: #292929;
    box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  .woo_sidebar {
    width: 355px;
    max-height: unset;
    overflow: unset;
    left: unset;
    top: unset;
    bottom: unset;
    position: relative;
    z-index: 1;
  }
}

/*sidebar menu end*/

/*search start*/
.search .searchform_search button {
  right: 15px;
  top: 0;
}
.search .searchform_search input[type='text'] {
  padding-right: 55px;
}
/*search end*/

/*footer*/
.acf_map {
  display: block;
  height: 290px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image_1_wr,
  .acf_map_wr {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .acf_map {
    border-radius: 10px;
  }
}
.acf_map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.colophon {
  background-color: #232323;
}

.colophon ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.colophon ul.menu li {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.colophon ul.menu li {
  margin-bottom: 20px;
}
.colophon ul.menu li a {
  font-weight: 700;
  color: #fff;
}
.colophon ul.menu li a:hover {
  color: #f4fe26 !important;
}
.colophon a.route_link {
  justify-content: center;
}
.colophon .widget_media_gallery {
  display: flex;
  flex-wrap: wrap;
}
.colophon .gallery-icon {
  height: 35px;
  width: auto;
}
.colophon .gallery-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  border: none !important;
}
.footer_container,
.footer_container_col_1,
.footer_container_col_2,
.footer_container_col_1_widgets {
  display: flex;
}
.footer_container {
  flex-direction: column;
  align-items: center;
}
.footer_container_col_1 {
  flex-direction: column;
}
.footer_container_col_2 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 22px;
}
.footer_container_col_1_widgets {
  flex-direction: row;
}
#menu-footer-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 100px;
  max-height: 180px;
}
#menu-footer-menu .menu-item {
  /*max-width: 205px;*/
  max-width: 180px;
}
.footer_container_col_1_map {
  margin-left: 15px;
}
/*.footer_container_col_1_map {*/
/*	margin-top: -20px;*/
/*	max-height: 30px;*/
/*}*/

@media (max-width: 480px) {
  #menu-footer-menu {
    max-height: none;
  }
  #menu-footer-menu .menu-item {
    max-width: none;
  }
}

@media (max-width: 1200px) {
  #menu-footer-menu {
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer_container_col_1_widgets {
    flex-direction: column;
  }
}
@media (min-width: 480px) {
  .colophon ul.menu li {
    width: 50%;
    text-align: left;
  }
  .colophon a.route_link {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .colophon ul.menu li {
    width: 33%;
  }
  .colophon .gallery .gallery-item {
    width: 16.6% !important;
  }
  .colophon .gallery br {
    display: none;
  }
}
@media (min-width: 992px) {
  .colophon > .container > .row > div:nth-child(1) {
    order: 1;
  }
  .colophon > .container > .row > div:nth-child(2) {
    order: 10;
  }
  .colophon > .container > .row > div:nth-child(3) {
    order: 5;
  }
  .colophon > .container > .row > div:nth-child(4) {
    order: 15;
  }
  .colophon ul.menu li {
    width: 50%;
  }
  .colophon .gallery .gallery-item {
    width: 33% !important;
  }
  .footer_container {
    flex-direction: row-reverse;
    align-items: end;
  }
}
@media (min-width: 1515px) {
  .colophon {
    margin-top: 30px;
  }
}

#scroll_bt {
  background-color: #f4fe26 !important;
  padding: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 40px;
}

#scroll_bt:hover {
  opacity: 0.5;
}

/*message sent start*/
.message_sent_wr {
  height: 150px;
  top: -100%;
  left: 50%;
  width: 250px;
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  -o-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.message_sent_wr.d-flex {
  top: calc(50% - 120px);
  border-radius: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1111111;
  box-shadow: 0px 0px 12px 10px rgb(0 0 0 / 30%);
}
.message_sent_close.position-absolute {
  top: 5px;
  right: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .message_sent_close.position-absolute {
    top: 20px;
    right: 20px;
  }
}
/*message sent end*/

/*shop homepage start*/
.home_cats_wr {
  margin-left: -7px;
  margin-right: -7px;
  justify-content: center;
}
.home_cat_item_wr {
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.home_cat_item_wr a {
  height: calc(33.3333vw - 26px);
  width: calc(33.3333vw - 26px);
  background: radial-gradient(
      97.26% 97.26% at 50% 50%,
      #ffffff 0%,
      #696969 90.1%
    ),
    #e4e4e4;
  box-shadow: 0px 6px 8px 1px rgba(0, 0, 0, 0.25),
    inset 0px 0px 13px rgba(255, 255, 255, 0.67);
}
.home_cat_item_wr a:hover {
  background: linear-gradient(0deg, #f4fe26, #f4fe26),
    radial-gradient(97.26% 97.26% at 50% 50%, #ffffff 0%, #696969 90.1%),
    #e4e4e4;
}
.cat_image_large {
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.cat_image_large > svg {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
@media (min-width: 480px) {
  .cat_image_large {
    height: 57px;
  }
}
@media (min-width: 768px) {
  .home_cat_item_wr a {
    height: calc(25vw - 23px);
    width: calc(25vw - 23px);
  }
  .cat_image_large {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .home_cat_item_wr a {
    height: calc(20vw - 21px);
    width: calc(20vw - 21px);
  }
}
@media (min-width: 1515px) {
  .home_cat_item_wr a {
    height: 164px;
    width: 164px;
  }
}
/*shop homepage end*/

/*posts archive blog category start */
.loop_cat_wr {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 15px;
}
.loop_post_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zoom_image {
  overflow: hidden;
}
.zoom_image img {
  transition: all ease 0.3s;
}
.zoom_image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.loop_entry_meta {
  background-color: #f4fe26;
  padding: 14px 16px 10px;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.loop_post_wr {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.loop_entry_thumb {
  height: 270px;
}
.loop_recent_thumb img,
.loop_entry_thumb img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.loop_recent_thumb:hover img,
.loop_entry_thumb:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

/*posts pagination start*/
.woocommerce nav.woocommerce-pagination ul,
ul.pagination,
div.pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  justify-content: center;

  clear: both;
  border: none;
  padding: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.pagination .page-numbers.dots,
.pagination .page-numbers.current,
.pagination a.page-numbers {
  border-right: none;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination .page-numbers.dots,
.pagination .page-numbers.current,
.pagination a.page-numbers {
  font-size: 14px;
  position: relative;
  text-align: center;
  /*color:#000;*/
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  font-weight: 700;
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination a.prev.page-numbers,
.woocommerce nav.woocommerce-pagination a.next.page-numbers,
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before {
  display: block;
  font-size: 14px;
  /*color:#000;*/
  color: #f4fe26;
}
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.pagination a.prev.page-numbers:before {
  content: '\f104';
}

.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.pagination a.next.page-numbers:before {
  content: '\f105';
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:hover:before,
.pagination .page-numbers.current {
  background: #f4fe26 !important;
  text-decoration: none;
  /*color: #fff;*/
  color: #000;
}

.pagination a.page-numbers.disabled,
.pagination a.page-numbers.disabled:hover,
.pagination a.page-numbers.disabled::before,
.pagination a.page-numbers.disabled:hover::before {
  color: rgba(255, 255, 255, 0.5);
  background: none !important;
  cursor: default;
}

.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  pointer-events: none;
}
/*posts pagination end*/
/*posts archive end*/

/*review form start*/
.review_acf_form_wr {
  max-width: 520px;
  margin: 0 auto;
}
.review_acf_form_wr .select2-selection__choice {
  color: #000;
  padding: 5px !important;
}
.review_acf_form_wr .acf-repeater .acf-row-handle .acf-icon.-plus,
.review_acf_form_wr .acf-repeater .acf-row-handle .acf-icon.-minus {
  display: block !important;
}
.acf-icon:before {
  font-size: 16px;
}
.review_acf_form_wr .acf-fields > .acf-field {
  padding: 0;
  border: none;
}
.review_acf_form_wr .acf-fields > .acf-field:nth-last-child(n + 2) {
  margin-bottom: 30px;
}
.review_acf_form_wr .acf-field .acf-label {
  font-size: 14px;
}
body .select2-dropdown,
body .select2-container.-acf .select2-selection,
.review_acf_form_wr .acf-field textarea {
  border: 1px solid #808080 !important;
  border-color: #808080 !important;
  background: #292929 !important;
  border-radius: 10px;
  color: #fff;
  outline: none;
}
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 38px;
}
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
body .select2-container .select2-selection--single {
  height: 38px;
}

body .select2-container .select2-selection--single {
  background-color: #292929;
  border: 1px solid #808080;
  border-radius: 10px;
  font-size: 12px;
}

body
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 15px;
}

body
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f4fe26 !important;
  color: #000 !important;
}
body
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid #808080;
  color: #fff;
  background: #292929;
  outline: none;
}
.review_acf_form_wr .acf-field[data-name='review_rating'] .acf-button-group {
  width: 290px;
  height: 50px;
  display: flex;
  padding-left: unset;
}
.review_acf_form_wr .acf-field[data-name='review_rating'] .acf-input label {
  border: unset;
  border-radius: unset;
  background: unset;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 8px;
  margin-left: 0;
  margin-left: 0;
  padding: 0 !important;
  width: 37px;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* .review_acf_form_wr .acf-field[data-name="review_rating"] .acf-input label:after, */
.review_acf_form_wr
  .acf-field[data-name='review_rating']
  .acf-input
  label:before {
  font-family: 'Fontello';
  position: absolute;
  font-size: 35px;
  /*color:#B7B7B7;*/
  color: #f4fe26;
  border-radius: 0;
  border: none;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: none;
  background: transparent;
  width: 37px;
  height: 34px;
}
.review_acf_form_wr
  .acf-field[data-name='review_rating']
  .acf-input
  label.fill:before {
  content: '\e805';
}
.review_acf_form_wr
  .acf-field[data-name='review_rating']
  .acf-input
  label:before {
  content: '\e80c'; /*empty*/
}
.review_acf_form_wr
  .acf-field[data-name='images_repeater']
  .acf-input
  table
  td.order,
.review_acf_form_wr
  .acf-field[data-name='images_repeater']
  .acf-input
  table
  thead {
  display: none !important;
}
.review_acf_form_wr .acf-field[data-name='images_repeater'] .acf-input table,
.review_acf_form_wr .acf-field[data-name='images_repeater'] .acf-input table th,
.review_acf_form_wr
  .acf-field[data-name='images_repeater']
  .acf-input
  table
  td {
  background: transparent;
  border: none;
  color: #fff;
}

.review_acf_form_wr
  .acf-field[data-name='images_repeater']
  .acf-input
  .acf-actions {
  text-align: left;
}
.review_acf_form_wr
  .acf-field[data-name='images_repeater']
  .acf-input
  .acf-actions
  .acf-button {
  float: none;
}
@media (max-width: 1514px) {
  .review_acf_form_wr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .review_acf_form_wr .acf-field[data-name='review_rating'] .acf-button-group {
    margin-left: auto;
    margin-right: auto;
  }
  .acf_form_note,
  .review_acf_form_wr
    .acf-field[data-name='images_repeater']
    .acf-input
    .acf-actions,
  .review_acf_form_wr {
    text-align: center;
  }
  .acf-field[data-name='review_checkboxes'] .acf-input .acf-checkbox-list {
    justify-content: center;
  }
  .acf-form-submit .acf-button.button {
    width: 100%;
  }
}

/*review form end*/

/*reviews archive start*/
.loop_review {
  background: #343434;
}
.loop_review_meta {
  color: #b7b7b7;
}
.loop_review_meta:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border: 1px solid #272727;
  box-shadow: 0px 1px 0px #464646;
}
.photo_item {
  height: 78px;
  width: 112px;
}
.acf-field[data-name='review_checkboxes'] .acf-input label,
.review_checkbox_item {
  background: #565656;
  font-size: 8px;
  height: 26px;
  position: relative;
  padding-left: 37px;
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.acf-field[data-name='review_checkboxes'] .acf-input label {
  cursor: pointer;
  border: 1px solid #565656;
  background: #292929;
}

.acf-field[data-name='review_checkboxes'] .acf-input label.selected {
  background: #565656;
}

.acf-field[data-name='review_checkboxes']
  .acf-input
  label
  input[type='checkbox'] {
  display: none;
}
.loop_review_wr {
  padding-left: 0;
  padding-right: 0;
}
.acf-field[data-name='review_checkboxes'] .acf-input label:before,
.review_checkbox_item:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
}

.acf-field[data-name='review_checkboxes'] .acf-input .acf-checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.acf-field[data-name='review_checkboxes'] .acf-input label.service:before,
.review_checkbox_item.service:before {
  background: url('images/ico_checkbox_1.svg') center/contain no-repeat;
}
.acf-field[data-name='review_checkboxes'] .acf-input label.description:before,
.review_checkbox_item.description:before {
  background: url('images/ico_checkbox_2.svg') center/contain no-repeat;
}
.acf-field[data-name='review_checkboxes'] .acf-input label.delivery:before,
.review_checkbox_item.delivery:before {
  background: url('images/ico_checkbox_3.svg') center/contain no-repeat;
}
.acf-field[data-name='review_checkboxes'] .acf-input label.price:before,
.review_checkbox_item.price:before {
  background: url('images/ico_checkbox_4.svg') center/contain no-repeat;
}
.acf-field[data-name='review_checkboxes'] .acf-input label.contact:before,
.review_checkbox_item.contact:before {
  background: url('images/ico_checkbox_5.svg') center/contain no-repeat;
}
.acf-field[data-name='review_checkboxes'] .acf-input label.polite:before,
.review_checkbox_item.polite:before {
  background: url('images/ico_checkbox_6.svg') center/contain no-repeat;
}
.acf-field[data-name='review_checkboxes'] .acf-input label.stock:before,
.review_checkbox_item.stock:before {
  background: url('images/ico_checkbox_7.svg') center/contain no-repeat;
}
.acf-field[data-name='review_checkboxes'] .acf-input label.consultation:before,
.review_checkbox_item.consultation:before {
  background: url('images/ico_checkbox_8.svg') center/contain no-repeat;
}
.acf-field[data-name='review_checkboxes'] ul.acf-checkbox-list li {
  width: 50%;
}
@media (min-width: 480px) {
  .acf-field[data-name='review_checkboxes'] .acf-input label,
  .review_checkbox_item {
    font-size: 13px;
    height: 34px;
  }
}
@media (min-width: 768px) {
  .acf-field[data-name='review_checkboxes'] .acf-input label,
  .review_checkbox_item {
    font-size: 14px;
    height: 37px;
    padding-left: 43px;
  }
  .loop_review_wr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .review_checkbox_item:before {
    width: 23px;
    height: 23px;
  }
}
@media (min-widfth: 992px) {
  .photo_item {
    height: 57px;
    width: 83px;
  }
}
/*reviews archive end*/

/*page contact start*/
@media (max-width: 575px) {
  .page-template-page-cont .narrow_item {
    max-width: 290px;
    flex: 0 0 290px;
  }
}
/*page contact end*/

/*single portfolio start*/
.portfolio_slick_item {
  height: 215px;
  border: 1px solid transparent;
}

.portfolio_slider_wr .slick-arrow {
  background-color: transparent;
  width: 30px;
  height: 30px;
}
.portfolio_slider_wr.slick-initialized .slick-arrow:before {
  display: block;
  top: 0px;
  font-size: 30px;
  color: #fff;
}
.portfolio_slider_wr.slick-initialized .slick-arrow:hover:before {
  color: #f4fe26;
}
@media (min-width: 576px) {
  .portfolio_slick_item {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .portfolio_slick_item {
    height: 295px;
  }
  .portfolio_slider_wr button.slick-arrow.slick-prev {
    left: calc(33.3333% - 100px);
  }
  .portfolio_slider_wr button.slick-arrow.slick-next {
    right: calc(33.3333% - 100px);
  }
  .portfolio_slider_wr .slick-slide:not(.slick-current) img {
    opacity: 0.4;
  }
  .portfolio_slick_item {
    width: calc(25vw - 10px) !important;
  }
  .portfolio_slider_wr .slick-slide.slick-current .portfolio_slick_item {
    width: calc(50vw - 20px) !important;
  }
}
@media (min-width: 1515px) {
  .portfolio_slick_item {
    width: 300px !important;
  }
  .portfolio_slider_wr .slick-slide.slick-current .portfolio_slick_item {
    width: 440px !important;
  }
}
/*single portfolio end*/
/*single sto start*/
.sto_single_img {
  height: 85px;
}
.author_soc_wr a:hover svg path,
.author_soc_wr a:hover svg {
  fill: #f4fe26;
}
.portfolio_item {
  width: 100%;
  height: 91px;
}
.portfolio_des {
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.portfolio_des:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
}
.author .loop_portfolio_author {
  display: none !important;
}
@media (min-width: 576px) {
  .portfolio_item {
    height: 115px;
  }
  .sto_single_img {
    height: 133px;
  }
}
@media (min-width: 768px) {
  .sto_single_img {
    height: 190px;
  }
}
/*single sto end*/

/*single post start*/
.bordered_title:after,
.page-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border: 1px solid #212121;
  box-shadow: 0px 1px 0px #4e4e4e;
}
.wp-caption-text {
  font-size: 12px;
  margin-bottom: 10px;
}
.post_content p {
  line-height: 1.5;
}
.post_content p:last-child {
  margin-bottom: 0;
}
.single_entry_meta {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}

.single .entry-meta {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
img.alignleft,
.single img.alignleft,
img.alignright,
.single img.alignright {
  display: block;
  margin: 15px auto;
}
@media (min-width: 576px) {
  img.alignright,
  .wp-caption.alignright,
  .single img.alignright {
    float: right;
    margin: 15px 0 15px 15px;
  }
  .wp-caption.alignleft,
  img.alignleft,
  .single img.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
  }
}

blockquote {
  margin: 20px 0;
  padding-left: 30px;
  border-left: 3px solid #000;
}

/*li start*/
.woocommerce-Tabs-panel ul,
body:not(.woocommerce-checkout) .post_content ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.woocommerce-Tabs-panel ul li,
body:not(.woocommerce-checkout)
  .post_content
  ul
  li:not(.woocommerce-MyAccount-navigation-link) {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 20px;
}
.woocommerce-Tabs-panel ul li:nth-last-child(n + 2),
body:not(.woocommerce-checkout)
  .post_content
  ul
  li:not(.woocommerce-MyAccount-navigation-link):nth-last-child(n + 2) {
  margin-bottom: 15px;
}

.woocommerce-Tabs-panel ul li:before,
body:not(.woocommerce-checkout)
  .post_content
  ul
  li:not(.woocommerce-MyAccount-navigation-link):before {
  content: '\f104';
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 8px;
  background-color: #f4fe26;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.woocommerce-error li:before {
  display: none !important;
}
/*li end*/
/*ol start*/
.post_content ol {
  counter-reset: point;
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
}
.post_content ol li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.post_content ol li:nth-last-child(n + 2) {
  margin-bottom: 15px;
}
.post_content ol > li:after {
  content: '0' counter(point);
  position: absolute;
  counter-increment: point;
  display: block;
  top: 1px;
  left: 0;
  color: #f4fe26;
}
.post_content ol > li:nth-child(n + 10):after {
  content: counter(point);
}
/*ol end*/

/*tables start*/
.single-post table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.single-post table td {
  padding: 15px 20px;
  font-size: 13px;
  min-width: 165px;
  width: auto;
  border: 1px solid #cecece;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .single-post table {
    display: block;
    max-width: 100vw;
    overflow: auto;
  }
}
/*tables end*/
.single_post_footer {
  padding: 15px 0;
  border-top: 1px solid #cecece;
}
.single_tags_wr a {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
  font-size: 14px !important;
  line-height: 1.3em;
  font-weight: 700;
  display: inline-block;
  padding: 7px 30px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f4fe26;
  color: #fff !important;
}

.single_tags_wr a:hover {
  background-color: #191716;
}

/*custom share */
.social_hd {
  font-size: 14px;
}
.social_share_wr {
  max-width: 100%;
}
.social_share_wr {
  position: relative;
}
.single-post .social_share_wr {
  margin-top: 0;
}
.social_share_wr a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 0 0 0 2px;
  vertical-align: top;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.social_share_wr a:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
a.social-sharing-icon-viber {
  background: #8c66a9;
}
a.social-sharing-icon-facebook {
  background: #4c6ea8;
}
a.social-sharing-icon-telegram {
  background: #39c8ff;
}
a.social-sharing-icon-twitter {
  background: #4c86c8;
}
a.social-sharing-icon-vkontakte {
  background: #61799e;
}
a.social-sharing-icon-whatsapp {
  background: #2abe48;
}

/*share buttons end*/
/*post comments start */
.comment-respond.comment-respond form,
.comments-form.comment-respond form {
  margin-top: 0 !important;
}
form.comment-form {
  margin-top: 20px;
  text-align: left;
}
.comment-respond form,
.comments-form form {
  margin-top: 30px !important;
}
form.comment-form .comments_notes {
  font-size: 14px;
  color: #ed6436;
  margin-bottom: 20px;
  text-align: center;
}
.comments-field {
  margin-bottom: 20px;
}
form.comment-form .comments-field label {
  display: none;
}

.comments-form-wrap h3.comment-reply-title {
  margin-bottom: 20px;
  text-align: center;
}
.comments-field input[type='text'],
.comments-field input[type='email'] {
  height: 60px;
  line-height: 60px;
  padding: 0 22px;
  border-radius: 48px;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
}
.comment-list {
  list-style: none;
}
.comment-list li .comment-body {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding: 0;
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.comment-author.vcard {
  position: absolute;
}
.comment-author.vcard img.avatar {
  width: 60px;
  height: auto;
}
.comment-body .reply,
.comment-body .comment-meta + p,
.comment-meta {
  padding: 0 0 0 90px;
}
.comment-body .comment-meta + p {
  margin-top: 30px;
}
.comment-meta a {
  font-size: 12px;
  color: #c6c5c5;
}
.comment-meta a:hover {
  color: #ed6436;
}
.comment-author cite {
  top: 25px;
  position: absolute;
  left: 90px;
  width: 200px;
  font-weight: 700;
}
.comment-author .says {
  display: none !important;
}
/*post comments end*/

/*author card start*/
.author.vcard {
  padding: 20px;
  color: #fff;
  background-color: #9dca5d;
  margin-bottom: 2em;
  overflow: hidden;
  margin-top: 2.5em;
  border-radius: 20px;
  display: block;
}
.post_author .post_author_avatar {
  float: left;
  margin: 0 1.3334em 0.6667em 0;
  overflow: hidden;
}
.post_author_avatar img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.about_author {
  margin-left: 93px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .author.vcard {
    padding: 30px;
  }
  .post_author_avatar img {
    width: 90px;
    height: 90px;
  }
  .about_author {
    margin-left: 127px;
    font-size: 17px;
  }
}
.post_author_name a,
.post_author_title {
  color: #fff;
}
.post_author .post_author_name a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.post_author .about_author .post_author_name {
  margin-bottom: 0.4em;
  margin-top: 0.1em;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
}
/*author card end*/
/*single post end*/

/*modal and cf7 forms start*/
.wpcf7-spinner {
  background-color: rgba(0, 0, 0, 0.3);
}
.wpcf7 .screen-reader-response {
  display: none !important;
}

.wpcf7-form p {
  margin: 0 0 20px !important;
}
.wpcf7-form p:last-of-type {
  margin: 0 !important;
}
.wpcf7-form p,
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  line-height: 1;
}

span.wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
}
span.wpcf7-list-item:nth-last-child(n + 2) {
  margin-bottom: 10px;
}

.wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
}

.wpcf7-list-item-label {
  display: block;
  line-height: 1;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  z-index: 5;
}

span.wpcf7-not-valid-tip {
  position: relative;
  font-size: 10px !important;
  z-index: 1;
  top: 5px;
  left: 0;
  background-color: #fff;
  background-image: url('images/ico_not_valid.png');
  line-height: 1;
  background-position: 10px center;
  background-repeat: no-repeat;
  margin-top: 0;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  border: 1px solid #000;
  width: auto;
  color: #000;
}

span.wpcf7-not-valid-tip:before,
span.wpcf7-not-valid-tip:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
span.wpcf7-not-valid-tip:after {
  left: 11px;
  top: -8px;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #ffffff transparent;
}

span.wpcf7-not-valid-tip:before {
  left: 10px;
  top: -10px;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000000 transparent;
}

.wpcf7 form.resetting .wpcf7-response-output {
  display: block !important;
}

div.wpcf7-response-output {
  margin-bottom: 12px !important;
  background: transparent;
  color: #fff;
  border: none !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  padding: 12px !important;
  float: none;
  text-align: center;
}

.wpcf7 input[type='submit'] {
  padding: 0 30px;
}

/*style radio buttons (radio input inside label) start [radio radio-1 use_label_element default:1 "Restaurant 1" "Restaurant 2"]*/

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}
.wpcf7-radio span.wpcf7-list-item {
  text-align: center;
  margin-left: 0;
}
.wpcf7-list-item input[type='radio'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}
.wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ab0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}

.wpcf7-list-item input[type='radio']:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
/*style radio buttons (radio input inside label) end*/

/*style checkbox start*/
.wpcf7-form-control-wrap input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

input[type='checkbox'] + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type='checkbox']:checked + .wpcf7-list-item-label:before {
  content: '\e807';
  font-family: 'Fontello';
}
/*style checkbox end*/

/*modal and cf7 forms end*/

/*buttons*/
.fancybox-navigation button:before {
  display: none !important;
}

#map button {
  background: #fff !important;
}
.woocommerce button.button.alt,
.woocommerce .button.loadmore,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce div.product form.cart .button,
.return_to_cart,
.proceed_to_check,
div.button,
button:not(.slick-arrow):not(.fancybox-button),
a.button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.widget a.button {
  cursor: pointer;
  padding: 0 15px;
  overflow: hidden;
  background-color: #f4fe26;
  color: #000;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  box-shadow: 0px 4.47761px 5.97015px 0.746269px rgba(244, 254, 38, 0.25);
  width: auto;
  height: 38px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .woocommerce button.button.alt,
  .woocommerce .button.loadmore,
  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled[disabled],
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce a.button.alt,
  .woocommerce div.product form.cart .button,
  .return_to_cart,
  .proceed_to_check,
  div.button,
  button:not(.slick-arrow):not(.fancybox-button),
  a.button,
  html input[type='button'],
  input[type='reset'],
  input[type='submit'],
  .widget a.button {
    padding: 0 35px;
  }
}

.woocommerce .button.loadmore:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.return_to_cart:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .product-remove a.remove:hover:before,
.woo_sidebar_close:hover:before,
.hd_cart_mini_delete:hover:before,
.hd_cart_mini_close:hover:before,
.message_sent_close:hover:before,
header.menu_expanded .menu_close:hover:before,
.menu_close:hover:before,
.close2:hover:before,
button:not(.slick-arrow):not(.fancybox-button):hover,
a.button:hover,
div.button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.modal-header .close:hover,
.widget a.button:hover {
  background-color: #565656;
  color: #fff;
}

.hd_search_close:hover:before,
.modal button.close:hover:before,
.modal-header button.close:hover {
  opacity: 0.65;
  background-color: transparent !important;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.loop_product_item_wr a.button.add_to_cart_button.loading,
a.button.disabled,
a.button:disabled,
button.disabled,
button:disabled,
input.button.disabled,
input.button:disabled {
  cursor: not-allowed !important;
}
/*bordered buttons*/
div.button.bordered_bt,
a.button.bordered_bt,
button:not(.slick-arrow):not(.fancybox-button).bordered_bt {
  background-color: transparent;
  border: 1px solid #f4fe26;
  color: #f4fe26;
}
div.button.bordered_bt:hover,
a.button.bordered_bt:hover,
button:not(.slick-arrow):not(.fancybox-button).bordered_bt:hover {
  background-color: #f4fe26;
  color: #000;
}
/*black buttons*/
div.button.black_bt,
a.button.black_bt,
button:not(.slick-arrow):not(.fancybox-button).black_bt {
  background-color: #343434;
  color: #fff;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.22);
}
div.button.black_bt:hover,
a.button.black_bt:hover,
button:not(.slick-arrow):not(.fancybox-button).black_bt:hover {
  background-color: #f4fe26;
  color: #000;
}

/*gray_bt buttons*/
div.button.gray_bt,
a.button.gray_bt,
button:not(.slick-arrow):not(.fancybox-button).gray_bt {
  background-color: transparent;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  box-shadow: unset;
}
div.button.gray_bt:hover,
a.button.gray_bt:hover,
button:not(.slick-arrow):not(.fancybox-button).gray_bt:hover {
  border-color: transparent;
  background-color: #f4fe26;
  color: #000;
}

.hd_cart_mini_delete:before {
  width: 10px;
  height: 10px;
}
.woo_sidebar_close:before,
.hd_cart_mini_delete:before,
.woocommerce .product-remove a.remove:before,
.hd_cart_mini_close:before,
.message_sent_close:before,
.hd_search_close:before,
header.menu_expanded .menu_close:before,
.menu_close:before,
.close2:before,
.modal button.close:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  transition: all ease 0.3s;
  opacity: 1;
  background: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 0.8px),
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) calc(50% + 0.8px),
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      to top right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 0.8px),
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) calc(50% + 0.8px),
      rgba(0, 0, 0, 0) 100%
    );
}

.modal button.close {
  background: transparent !important;
  box-shadow: unset;
}

.message_sent_close:before,
.modal button.close:before,
header.menu_expanded .menu_close:before {
  background: linear-gradient(
      to top left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) calc(50% - 0.8px),
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) calc(50% + 0.8px),
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      to top right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) calc(50% - 0.8px),
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) calc(50% + 0.8px),
      rgba(255, 255, 255, 0) 100%
    );
}

button.fancybox-button {
  background-color: transparent;
  padding: 0;
  color: #cecece;
  font-size: 14px;
  width: 40px;
}

/*fonts*/
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
    url('fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
    url('fonts/Roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a.woof_front_toggle:after,
.woof_childs_list_opener span:after,
.yith-wcwl-wishlistexistsbrowse.show a:before,
.yith-wcwl-add-button a.add_to_wishlist:before,
.star-rating::before,
.star-rating span::before,
.woocommerce p.stars a::before,
.woocommerce nav.woocommerce-pagination a.prev.page-numbers:before,
.woocommerce nav.woocommerce-pagination a.next.page-numbers:before,
.woocommerce-Tabs-panel ul li:before,
.woocommerce div.quantity span.more:before,
.woocommerce div.product form.cart div.quantity span.more:before,
.woocommerce-page div.product form.cart div.quantity span.more:before,
.woocommerce div.quantity span.less:before,
.woocommerce div.product form.cart div.quantity span.less:before,
.woocommerce-page div.product form.cart div.quantity span.less:before,
.loop_product_item .yith-wcwl-wishlistexistsbrowse a:before,
.loop_product_item .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-wishlistexistsbrowse.show a:before,
.yith-wcwl-add-button a.add_to_wishlist:before,
.yith-wcwl-add-button a.delete_item:before,
.hover_item .compare-button a:before,
.hover_item .loop_compare:before,
.hover_item a.add_to_cart_variable:before,
.hover_item a.add_to_cart_button:before,
.hover_item a.add_to_cart:before,
.hover_item a.button.product_type_simple:before,
.hover_item a.added_to_cart:before,
body:not(.woocommerce-checkout)
  .post_content
  ul
  li:not(.woocommerce-MyAccount-navigation-link):before,
.slick-arrow:before,
.pagination a.prev.page-numbers:before,
.pagination a.next.page-numbers:before,
header.header ul.sub-menu li:before,
.radio_rating .wpcf7-list-item-label:after,
.radio_rating .wpcf7-list-item-label:before,
.faq_question:after,
.has_children_link:after {
  font-family: 'fontello';
}

/*responsive*/
@media (min-width: 1200px) {
  /*single post start*/
  blockquote {
    padding: 30px 80px 60px;
    margin: 40px 0;
  }
  .comment-list li .comment-single {
    margin-bottom: 32px;
    padding-bottom: 30px;
  }
  /*single post end*/
  /*footer start*/
  .wpcf7-form p {
    margin: 0 0 30px !important;
  }
  /*footer end*/
}
/*animation start*/
.slide-in-left {
  transition: all ease 1.5s;
  transform: translate(-200%, 0);
}
.slide-in-left.animated {
  transform: translate(0, 0);
}
.slide-in-bottom {
  opacity: 0;
  transition: all ease 1.5s;
  transform: translate(0, 50%);
}
.slide-in-bottom.animated {
  opacity: 1;
  transform: translate(0, 0);
}
/*animation end*/

.woo_sidebar .expanded {
  border-left: 5px solid #f4fe26;
}
.woo_sidebar .expanded .expanded {
  border-left: unset;
}

.badges_wr {
  top: 15px;
  left: 15px;
  z-index: 101;
}

.product-badge {
  background: linear-gradient(
      336.84deg,
      rgba(0, 0, 0, 0.2) 15.92%,
      rgba(0, 0, 0, 0) 85.98%
    ),
    #e4e4e4;
  font-size: 14px;
}

.product_gallery_wr .product-badge {
  font-size: 14px;
}

.upsell_item .product-badge {
  font-size: 14px;
}

.loop_product_thumb_wr .product-badge {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .upsells_wr_moved {
    top: -88px;
  }
}

/* intlTelInput start */
form span.validate {
  padding-left: 10px;
  /*color:#F4FE26;*/
  color: #d54046;
  line-height: 1.4em;
}
form .iti {
  display: block;
  font-size: 12px;
}
form .iti #billing_phone {
  padding-left: 85px !important;
}
form .iti__country-list {
  background-color: #282828;
  list-style: none !important;
}
.iti__country:before,
.iti__divider:before {
  display: none !important;
}
form .iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 1);
}

input::placeholder {
  color: #9b9b9b !important;
}

/* intlTelInput end */

.upsell_item .upsell_img_wr {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 66.66%;
}
.upsell_item .upsell_img_wr .cover_image > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
}
.woocommerce-cart-form__cart-item .upsell_img_wr {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 66.67%;
}
.woocommerce-cart-form__cart-item .upsell_img_wr img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
}
.home_cat_item_wr .cat_image_large {
  text-align: center;
}
@media (min-width: 480px) {
  .home_cat_item_wr .cat_image_not_brand {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .home_cat_item_wr .cat_image_not_brand {
    height: 110px;
  }
}

.home_cat_item_wr .cat_text {
  text-align: center;
  font-size: 14px;
  color: black;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .home_cat_item_wr .cat_text {
    font-size: 10px;
  }
  .home_cat_item_wr .cat_image_not_brand {
    height: 60px;
  }
}
.home_cat_item_wr .cat_image_large > svg,
.home_cat_item_wr .cat_image_large .contain_image > img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-position: unset;
  object-fit: unset;
}
/*#breadcrumbs ul {
 overflow: auto;
}
#breadcrumbs ul::-webkit-scrollbar-track {
 background: #ffffff;
}
#breadcrumbs ul::-webkit-scrollbar-thumb {
 background: #585858;
}
#breadcrumbs ul::-webkit-scrollbar {
 width: 4px;
 height: 4px;
}*/
.ajax-loader {
  border: 4px solid #ffffff;
  border-radius: 50%;
  border-top: 5px solid #000000 !important;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute !important;
  left: calc(50% - 13px) !important;
  top: calc(50% - 13px) !important;
  margin: 0 !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  z-index: 1001;
  background: #000000a8;
}
.review_acf_form_wr .acf-image-uploader {
  display: flex;
  align-items: center;
}
.review_acf_form_wr
  .acf-image-uploader
  .show-if-value.image-wrap:hover
  .acf-actions {
  display: none;
}
.review_acf_form_wr .acf-image-uploader .image-wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
  max-height: 50px !important;
  margin-right: 10px;
}

.load-more-btn {
  margin-top: 12px;
  margin-bottom: 30px;
  height: 45px !important;
  padding: 0 40px !important;
}

@media (min-width: 1515px) {
  .load-more-btn {
    height: 40px !important;
    padding: 0 35px !important;
  }
}

/* # selector doesn't work for ids that start with a number */
form[id='7553'] .acf-form-submit .acf-button {
  width: 100%;
}

img {
  pointer-events: none;
}
