@charset "UTF-8";
/*
Theme Name: Lemontec Gutenberg Framework
Theme URI: https://lemontec.at
Author: LEMONTEC
Author URI: https://lemontec.at
Description: Framework für Gutenberg.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenbergtheme
Tags: translation-ready
*/
* {
  outline: none;
  box-sizing: border-box; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

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

svg:not(:root) {
  overflow: hidden; }

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

.entry-content ul.wp-block-gallery {
  margin: 0 auto; }

ul.flex_wrapper.wp-block-list,
ol.flex_wrapper.wp-block-list {
  padding: 0 0 0 35px;
  margin: 0 auto; }

ul.wp-block-list li {
  list-style-type: disc; }

ol.wp-block-list li {
  list-style-type: decimal; }

hr {
  width: 100%;
  display: block;
  border-top: 1px solid; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: not-allowed; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

abbr,
acronym {
  cursor: help; }

pre {
  background: #eee;
  padding: 15px; }

.wp-block-separator {
  margin: 40px 0 10px; }

.wp-block-gallery:not(.components-placeholder) {
  padding: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.flex_wrapper.alignright {
  margin: 15px 0 15px auto; }

.flex_wrapper.alignleft {
  margin: 15px auto 15px 0; }

.flex_wrapper.alignfull {
  max-width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

#primary[tabindex="-1"]:focus {
  outline: 0; }

.links-header, .secondary-menu ul, .card-product .awards-list, .woocommerce-account .woocommerce-MyAccount-navigation ul, .wc-block-product-categories-list--depth-0, .breadcrumb ul, .intro-section .breadcrumb-block .breadcrumb ul, .product-gallery .awards-list, .anchor-links-list, .content-list, .commentlist, .bapf_sfa_taxonomy ul, .bapf_sfa_unall ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.drop-info-box > img{
  	width: 100%
	height: 100%}

.card-product-gallery .product-main .slide-gallery img {
  width: 100% !important;
	height: unset !important;
  object-fit: contain !important;
	padding: 0px !important;
  aspect-ratio: 1 !important;}


.g-container:after {
  content: '';
  display: block;
  clear: both; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; 
 width: max-content !important;
padding-top:20px;}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

a.slick-slide.slick-current {margin:10px;}


.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?727yy3");
  src: url("fonts/icomoon/icomoon.eot?727yy3#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?727yy3") format("truetype"), url("fonts/icomoon/icomoon.woff?727yy3") format("woff"), url("fonts/icomoon/icomoon.svg?727yy3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

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

.icon-calendar:before {
  content: "\e90f"; }

.icon-load:before {
  content: "\e90c"; }

.icon-dec:before {
  content: "\e906"; }

.icon-inc:before {
  content: "\e90a"; }

.icon-filters:before {
  content: "\e90b"; }

.icon-caret-right:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e908"; }

.icon-user:before {
  content: "\e909"; }

.icon-cart-empty:before {
  content: "\e907"; }

.icon-arrow-right:before {
  content: "\e900"; }

.icon-close:before {
  content: "\e90d"; }

.icon-cart:before {
  content: "\e905"; }

.icon-arrow:before {
  content: "\e903"; }

.icon-prev:before {
  content: "\e901"; }

.icon-next:before {
  content: "\e902"; }

.icon-check:before {
  content: "\e90e"; }

.icon-star-regular:before {
  content: "\e91d"; }

.icon-star:before {
  content: "\e916"; }

/* custom number input styles */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px; }

.jcf-number input {
  -moz-appearance: textfield; }

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.jcf-number input {
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%; }

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
  top: 1px; }

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px; }

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6; }

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa; }

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent; }

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent; }

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3; }

.jcf-number.jcf-disabled input {
  background: #ddd; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important; }

/* custom file input styles */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px; }

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  line-height: 28px;
  height: 28px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important; }

#header {
  position: relative;
  z-index: 999; }
  @media (max-width: 1023px) {
    #header {
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.02); } }
  .loader #header {
    z-index: -1; }
  .loader #header {
    z-index: 999; }
  .fixed-position #header {
    width: 100% !important; }
  #header .container {
    max-width: 1230px;
    padding: 0 20px !important; }
  #header a {
    opacity: 1; }

.header-main {
  transition: padding 0.3s ease-in-out;
  position: relative;
  z-index: 10;
  background: #272523;
  color: #fff;
  padding: 23px 0; }
  @media (min-width: 1024px) {
    .header-main {
      padding: 12px 0;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05); } }
  @media (min-width: 1024px) {
    .fixed-position .header-main {
      padding: 7px 0; } }
  .header-main .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 1024px) {
      .header-main .container > *:not(.logo) {
        -ms-flex: 1 0;
            flex: 1 0; } }

.header-bottom {
  background-color: #141212;
  color: #fff; }
  @media (min-width: 1024px) {
    .header-bottom {
      position: relative; } }

@media (max-width: 1023px) {
  .logo {
    text-align: center;
    -ms-flex: 1 0;
        flex: 1 0; } }

@media (min-width: 1024px) {
  .logo {
    margin: 0 20px; } }

.logo img {
  transition: width 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: 154px; }
  @media (min-width: 1024px) {
    .logo img {
      width: 285px; } }
  @media (min-width: 1024px) {
    .fixed-position .logo img {
      width: 335px; } }

.logo a:hover {
  opacity: 1; }

.links-header {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .links-header {
      position: absolute;
      top: 57%;
      transform: translateY(-50%);
      right: 13px; } }
  @media (min-width: 1024px) {
    .links-header {
      gap: 30px;
      -ms-flex-pack: end;
          justify-content: flex-end;
      gap: 18px; } }
  .links-header .d-lg {
    margin: 0 3px 0 0; }
    @media (max-width: 1023px) {
      .links-header .d-lg {
        display: none; } }
  .links-header * {
    transition: none; }
  .links-header a {
    transition: color 0.3s ease-in-out;
    font-family: "DMSans-Regular", sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 200; }
    @media (min-width: 1024px) {
      .links-header a {
        min-width: 70px; } }
    .links-header a:hover {
      color: #F1C23D; }
    @media (max-width: 1023px) {
      .links-header a.cart {
        position: fixed;
        right: 0;
        top: calc(100vh - 30px);
        transform: translateY(-100%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #272523;
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3); } }
    @media (max-width: 1023px) {
      .single-product .links-header a {
        top: calc(100vh - 80px); } }
    .links-header a .cart-icon-wrap {
      position: relative;
      width: 100%;
      text-align: center; }
    .links-header a i {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 100%;
      font-size: 18px;
      transition: none;
      margin-bottom: 2px; }
      @media (min-width: 1024px) {
        .links-header a i {
          margin-bottom: 7px; } }
    .links-header a .entry-count {
      position: absolute;
      top: -9px;
      right: 13px;
      font-size: 10px;
      display: block;
      color: #fff;
      z-index: 10;
      color: #fff;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .links-header a .entry-count {
          top: -6px;
          right: 17px; } }

.secondary-menu {
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .secondary-menu {
      display: none; } }
  .secondary-menu ul {
    display: -ms-flexbox;
    display: flex;
    gap: 45px; }
    @media (min-width: 1200px) {
      .secondary-menu ul {
        gap: 66px; } }
  .secondary-menu li.hover a {
    color: #F1C23D; }
  .secondary-menu a {
    transition: color 0.3s ease-in-out;
    font-family: "DMSans-Regular", sans-serif;
    font-size: 14px;
    letter-spacing: 0.21px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 700; }
    @media (min-width: 1200px) {
      .secondary-menu a {
        font-size: 14px; } }
    .secondary-menu a:hover {
      color: #F1C23D; }

.nav-opener {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  color: #fff; }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }
  .nav-opener .nav-opener-box {
    height: 24px;
    width: 40px;
    display: inline-block;
    position: relative; }
    .nav-opener .nav-opener-box span {
      position: absolute;
      display: block;
      margin-top: -2px;
      transition-property: transform;
      width: 20px;
      height: 1px;
      background: currentColor;
      bottom: 0;
      transition-duration: 0.13s;
      transition-delay: 0.13s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .nav-active .nav-opener .nav-opener-box span {
        transform: translate3d(5px, -10px, 0) rotate(-45deg);
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 22px; }
      .nav-opener .nav-opener-box span:after, .nav-opener .nav-opener-box span:before {
        position: absolute;
        content: "";
        display: block;
        background: currentColor;
        width: 30px;
        height: 1px; }
      .nav-opener .nav-opener-box span:after {
        bottom: -10px;
        top: -6px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
        .nav-active .nav-opener .nav-opener-box span:after {
          opacity: 0;
          transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
      .nav-opener .nav-opener-box span:before {
        top: -12px;
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
        .nav-active .nav-opener .nav-opener-box span:before {
          top: 0;
          transform: rotate(-90deg);
          transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
          width: 22px; }

.navbar-holder {
  transition: transform 0.3s ease-in-out; }
  @media (max-width: 1023px) {
    .navbar-holder {
      width: 100%;
      position: absolute;
      left: 0;
      top: 100%;
      transform: translateY(-100%);
      background: #141212;
      height: calc(100vh - 66px - 50px);
      overflow-y: auto;
      overflow-x: hidden; } }
  @media (max-width: 1023px) {
    .nav-active .navbar-holder {
      transform: translateY(0);
      top: 100%;
      margin-top: 50px; } }

@media (max-width: 1023px) {
  #nav {
    height: auto !important; } }

#nav * {
  transition: none; }

@media (max-width: 1023px) {
  #nav li {
    position: static;
    border: 1px solid #4d4d4d;
    border-width: 1px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

#nav li:last-child {
  border-width: 1px 0; }

@media (max-width: 1023px) {
  #nav li.active-item > .drop {
    display: block !important; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > ul > li > a:after {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > ul > li > .opener {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > .drop-holder > ul > li > a:after {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > .drop-holder > ul > li > .opener {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > ul > li:after {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > ul > li > .opener {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.has-drop > .opener {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 15px; } }

@media (min-width: 1024px) {
  #nav li.has-drop > .opener {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    padding-right: 40px;
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 1320px) {
  #nav li.has-drop > .opener {
    padding-right: 60px; } }

#nav li:not(.has-drop) > a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  #nav li:not(.has-drop) > a:after {
    content: "";
    font-family: 'icomoon';
    font-size: inherit;
    line-height: 1;
    text-indent: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding-right: 20%;
    padding-left: 15px;
    animation-duration: .3s;
    animation-delay: .5s;
    animation-fill-mode: both;
    font-size: 15px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1024px) {
      #nav li:not(.has-drop) > a:after {
        font-size: 10px; } }

@media (max-width: 1023px) {
  #nav .nav-inner {
    position: relative;
    width: 100%;
    margin: 0 0 30px; } }

#nav .nav-inner > .drop-info-box {
  display: block; }
  @media (min-width: 1024px) {
    #nav .nav-inner > .drop-info-box {
      display: none; } }
  #nav .nav-inner > .drop-info-box > img {
    max-height: 80vw; }

@media (max-width: 1023px) {
  #nav .nav-inner > ul {
    margin: 0 0 30px; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li {
    display: none; } }

@media (max-width: 1023px) {
  #nav .nav-inner > ul > li:first-child {
    border: none; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop {
    display: block; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop > a {
    display: none; } }

@media (max-width: 1023px) {
  #nav .nav-inner > ul > li.has-drop > .opener {
    padding-right: calc(19% + 15px);
    font-size: 20px; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop > .opener {
    display: none; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop > .drop > .drop-inner > ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop > .drop > .drop-inner > ul > li > .opener {
    display: none; } }

#nav .nav-inner > ul > li > a {
  font-size: 20px;
  padding: 23px 20px;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    #nav .nav-inner > ul > li > a {
      -ms-flex: 1 0;
          flex: 1 0; } }
  @media (min-width: 1024px) {
    #nav .nav-inner > ul > li > a {
      padding: 0; } }
  #nav .nav-inner > ul > li > a:after {
    display: none !important; }

#nav .btn-back {
  font-size: 20px !important; }
  @media (max-width: 1023px) {
    #nav .btn-back {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media (max-width: 1023px) {
    #nav .btn-back:before {
      content: "";
      font-family: 'icomoon';
      font-size: 20px;
      line-height: 1;
      text-indent: 0;
      margin: 0 20px 0 0;
      pointer-events: none; } }

#nav a,
#nav .opener {
  font-family: "DM Sans", sans-serif !important;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  line-height: 1.2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media (min-width: 1024px) {
  #nav .js-first-level {
    font-size: 14px;
    margin: 0 10px; } }

#nav .js-first-level.hover > .drop {
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

@media (min-width: 1024px) {
  #nav .js-first-level.hover > a {
    background-size: 100% 3px;
    background-position: 0 100%; } }

@media (min-width: 1024px) {
  #nav .js-first-level > a {
    font-weight: 500;
    position: relative;
    background: linear-gradient(#f1c23d, #f1c23d);
    background-size: 0 3px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-size .35s, padding .3s;
    padding: 11px 5px; } }

@media (min-width: 1024px) {
  #nav .js-first-level > a:after {
    display: none !important; } }

@media (min-width: 1024px) {
  .is-not-touch-device #nav .js-first-level > a:hover {
    background-size: 100% 3px;
    background-position: 0 100%; } }

@media (min-width: 1024px) {
  .fixed-position #nav .js-first-level > a {
    padding-top: 7px;
    padding-bottom: 7px; } }

@media (min-width: 1024px) {
  #nav .js-first-level.active > a {
    background-size: 100% 3px;
    background-position: 0 100%; } }

@media (min-width: 1024px) {
  #nav .js-first-level > .drop {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
    display: block !important;
    overflow: hidden;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), inset 0 3px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    z-index: -1; } }

.loader #nav .js-first-level > .drop {
  opacity: 0; }

.loaded #nav .js-first-level > .drop {
  opacity: 1; }

@media (min-width: 1024px) {
  #nav .js-first-level > .drop > .drop-inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  #nav .drop-holder {
    -ms-flex: 1 0;
        flex: 1 0;
    position: relative;
    padding: 50px 0 40px; } }

@media (min-width: 1320px) {
  #nav .drop-holder {
    padding-top: 85px; } }

@media (min-width: 1024px) {
  #nav .drop-holder:after {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    bottom: 0;
    left: 280px;
    background: #E2E2E2; } }

@media (min-width: 1320px) {
  #nav .drop-holder:after {
    left: 357px; } }

#nav .drop-holder > h2, #nav .woocommerce-products-header .drop-holder > h1, .woocommerce-products-header #nav .drop-holder > h1 {
  color: inherit;
  text-align: left;
  margin: 0 0 35px; }
  @media (max-width: 1023px) {
    #nav .drop-holder > h2, #nav .woocommerce-products-header .drop-holder > h1, .woocommerce-products-header #nav .drop-holder > h1 {
      display: none; } }
  @media (min-width: 1320px) {
    #nav .drop-holder > h2, #nav .woocommerce-products-header .drop-holder > h1, .woocommerce-products-header #nav .drop-holder > h1 {
      margin: 0 0 42px; } }
  #nav .drop-holder > h2 a, #nav .woocommerce-products-header .drop-holder > h1 a, .woocommerce-products-header #nav .drop-holder > h1 a {
    transition: color 0.3s ease-in-out;
    padding: 0; }
    #nav .drop-holder > h2 a:hover, #nav .woocommerce-products-header .drop-holder > h1 a:hover, .woocommerce-products-header #nav .drop-holder > h1 a:hover {
      color: #F1C23D; }

@media (min-width: 1024px) {
  #nav .drop-holder > * {
    width: 280px; } }
  @media (min-width: 1024px) and (min-width: 1320px) {
    #nav .drop-holder > * {
      width: 357px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul:after {
    position: absolute;
    content: '';
    left: 280px;
    width: 9999px;
    background: #fff;
    top: 0;
    bottom: 0; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul:after {
    left: 357px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 0 20px; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul > li {
    margin: 0 0 30px; } }

.is-not-touch-device #nav .drop-holder > ul > li:hover > a:before, .is-not-touch-device #nav .drop-holder > ul > li:hover > a:after {
  opacity: 1; }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.hover > a:before {
    opacity: 1; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop.hover > .drop {
    opacity: 1 !important;
    visibility: visible !important; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop.hover > .opener {
    visibility: visible;
    opacity: 1; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop > .drop {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 300px;
    max-height: calc(100vh - 109px);
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    opacity: 0;
    visibility: hidden;
    padding: 20px 15px;
    transform: translate(0, 0) !important;
    z-index: 10; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul > li.has-drop > .drop {
    padding-right: 100px !important;
    padding: 50px 90px;
    left: 335px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop > .drop a {
    transition: color 0.3s ease-in-out;
    display: block;
    font-weight: 700;
    padding: 10px 12px;
    max-width: 230px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop > .drop a:after {
    padding-right: 0; } }

#nav .drop-holder > ul > li.has-drop > .drop a:hover {
  color: #F1C23D; }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 10px 85px;
    letter-spacing: 1.05px;
    color: #000;
    font-size: 14px; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul > li > a {
    padding: 16px 0 16px 104px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li > a:after {
    padding-right: 40px;
    opacity: 0; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul > li > a:after {
    padding-right: 60px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li > a:before {
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -9999px;
    left: -9999px;
    pointer-events: none;
    opacity: 0;
    background: #fdf4d7;
    z-index: -1; } }

#nav .drop-holder > ul > li > a .img-holder {
  display: none;
  width: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    #nav .drop-holder > ul > li > a .img-holder {
      display: -ms-flexbox;
      display: flex; } }
  #nav .drop-holder > ul > li > a .img-holder img {
    width: auto;
    max-height: 100%; }

@media (max-width: 1023px) {
  #nav .drop {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    display: none !important;
	padding-bottom: 100px;} }

@media (max-width: 1023px) {
  #nav .drop .drop {
    left: 100%;
    top: 0; } }

@media (max-width: 1023px) {
  #nav .drop .drop .drop a:not(.btn-back) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

@media (max-width: 1023px) {
  #nav .drop .drop .drop a:not(.btn-back):after {
    padding-right: 15px; } }

#nav .drop a {
  -ms-flex: 1 0;
      flex: 1 0; }
  @media (max-width: 1023px) {
    #nav .drop a {
      font-size: 16px;
      padding: 20px; } }

@media (max-width: 1023px) {
  #nav .drop .opener {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding-right: calc(20% + 15px);
    animation-duration: .3s;
    animation-delay: .5s;
    animation-fill-mode: both;
    font-size: 15px; } }

@media (min-width: 1024px) {
  #nav .drop .opener {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    vertical-align: top;
    font-size: 10px; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.btn-holder-header {
  position: relative;
  padding: 35px 20px;
  text-align: center; }
  @media (min-width: 1024px) {
    .btn-holder-header {
      padding: 20px 40px 0 0;
      margin: 30px 0 0 0; } }
  @media (min-width: 1320px) {
    .btn-holder-header {
      margin: 55px 0 0;
      padding: 30px 60px 0 0; } }
  .btn-holder-header:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    background: #4d4d4d;
    top: 0; }
    @media (min-width: 1024px) {
      .btn-holder-header:after {
        left: -9999px;
        background: #E2E2E2; } }
  .btn-holder-header .btn {
    transition: opacity 0.3s ease-in-out !important;
    max-width: 290px;
    font-weight: 500 !important; }
    .btn-holder-header .btn:hover {
      opacity: 0.7 !important; }

.drop-info-box {
  position: relative;
  width: 100%;
  z-index: 1;
  min-height: 265px; }
  @media (max-width: 1023px) {
    .drop-info-box {
      display: none; } }
  @media (min-width: 1024px) {
    .drop-info-box {
      width: 400px;
      margin-right: -20px; } }
  @media (min-width: 1320px) {
    .drop-info-box {
      width: 510px;
      margin-right: -120px; } }
  .drop-info-box .info-link-box {
    position: absolute;
    right: 50px;
    bottom: 30px;
    padding: 0;
    transform: rotate(10deg); }
    @media (min-width: 1024px) {
      .drop-info-box .info-link-box {
        right: 45px;
        bottom: 45px; } }
    .drop-info-box .info-link-box .info-link-inner {
      padding: 35px 30px !important; }

.search-header {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  color: #9A9A9A; }
  .fixed-position .search-header {
    transform: translateY(-100%); }
.fixed-position .search-header:focus-within {
    transform: none;
    }

  .nav-active .search-header {
    transform: translateY(0) !important; }
  .search-header input {
    text-align: center;
    width: 100%;
    border: none;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    background: #fff !important;
    height: 50px !important;
    padding: 10px 45px;
    margin: 0 !important;
    border-radius: 0 !important; }
    .search-header input::-webkit-input-placeholder {
      color: #9A9A9A; }
    .search-header input::-moz-placeholder {
      opacity: 1;
      color: #9A9A9A; }
    .search-header input:-moz-placeholder {
      color: #9A9A9A; }
    .search-header input:-ms-input-placeholder {
      color: #9A9A9A; }
    .search-header input.placeholder {
      color: #9A9A9A; }
  @media (min-width: 1024px) {
    .search-header {
      display: none; } }
  .search-header i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    right: 22px; }

html {
  scroll-behavior: initial; }

#wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  min-height: 100vh; }
  .single-product #wrapper {
    overflow: hidden; }
  .nav-active #wrapper {
    overflow: hidden; }
  .single #wrapper {
    padding-bottom: 65px; }
    @media (min-width: 768px) {
      .single #wrapper {
        padding-bottom: 73px; } }
    @media (min-width: 1024px) {
      .single #wrapper {
        padding-bottom: 100px; } }

img,
svg {
  max-width: 100%;
  height: auto; }

main {
  overflow: hidden;
  -ms-flex: 1 0;
      flex: 1 0; }
  @media (max-width: 1023px) {
    main {
      padding-top: 50px; } }
  .home main {
    overflow: inherit; }
  @media (max-width: 1023px) {
    main main {
      padding-top: 0; } }
  main > .container-holder:first-child,
  main > .g-container:first-child {
    padding-top: 50px; }
    @media (min-width: 768px) {
      main > .container-holder:first-child,
      main > .g-container:first-child {
        padding-top: 90px; } }
  main > .container-holder:last-child,
  main > .g-container:last-child {
    padding-bottom: 85px; }
    @media (min-width: 768px) {
      main > .container-holder:last-child,
      main > .g-container:last-child {
        padding-bottom: 140px; } }

.container .g-container,
.container .container-holder,
.container #content {
  padding: 0; }

.container-holder,
.g-container {
  width: 100%;
  max-width: 1240px;
  padding: 20px;
  margin: 0 auto; }
  .container-holder .g-container,
  .container-holder .container-holder,
  .container-holder #content,
  .g-container .g-container,
  .g-container .container-holder,
  .g-container #content {
    padding: 0; }
  .container-holder > h1:last-child, .container-holder .h1:last-child,
  .container-holder > h2:last-child,
  .woocommerce-products-header .container-holder > h1:last-child, .container-holder .h2:last-child,
  .container-holder > h3:last-child, .container-holder .h3:last-child,
  .container-holder > h4:last-child, .container-holder .h4:last-child,
  .container-holder > h5:last-child, .container-holder .h5:last-child,
  .container-holder > h6:last-child, .container-holder .h6:last-child,
  .container-holder > .h:last-child,

  
  .woocommerce-products-header .g-container > h1:last-child,
  .g-container .h2:last-child,
  .g-container > h3:last-child,
  .g-container .h3:last-child,
  .g-container > h4:last-child,
  .g-container .h4:last-child,
  .g-container > h5:last-child,
  .g-container .h5:last-child,
  .g-container > h6:last-child,
  .g-container .h6:last-child,
  .g-container > .h:last-child {
    margin-bottom: 0; }
  .container-holder h2.has-text-align-center, .container-holder .woocommerce-products-header h1.has-text-align-center, .woocommerce-products-header .container-holder h1.has-text-align-center,
  .g-container h2.has-text-align-center,
  .g-container .woocommerce-products-header h1.has-text-align-center,
  .woocommerce-products-header .g-container h1.has-text-align-center {
    margin: 0 0 50px; }
    @media (min-width: 768px) {
      .container-holder h2.has-text-align-center, .container-holder .woocommerce-products-header h1.has-text-align-center, .woocommerce-products-header .container-holder h1.has-text-align-center,
      .g-container h2.has-text-align-center,
      .g-container .woocommerce-products-header h1.has-text-align-center,
      .woocommerce-products-header .g-container h1.has-text-align-center {
        margin: 0 0 100px; } }

.g-container {
  padding-top: 20px;
  padding-bottom: 25px;
  text-align: left; }
  @media (min-width: 768px) {
    .g-container {
      padding-bottom: 35px; } }
  .g-container:last-child .wp-block-columns {
    margin: 0; }
  .g-container + .g-container {
    padding-top: 0; }
  .g-container h1,
  .g-container h2,
  .g-container .woocommerce-products-header h1,
  .woocommerce-products-header .g-container h1,
  .g-container h3,
  .g-container h4,
  .g-container h5,
  .g-container h6 {
    color: inherit;
    margin: 0 0 .5em; }
  .g-container p {
    margin: 0 0 15px; }
    .g-container p + h2, .g-container .woocommerce-products-header p + h1, .woocommerce-products-header .g-container p + h1,
    .g-container p + h3,
    .g-container p + h4,
    .g-container p + h5,
    .g-container p + h6 {
      margin-top: 25px; }
  .g-container h1 {
    text-align: center;
    font-weight: 700; }

  .g-container h2,
  .g-container .woocommerce-products-header h1,
  .woocommerce-products-header .g-container h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 35px;}
  .g-container h3 {
    text-align: left;
    font-family: "DMSans-Bold", sans-serif;
    font-size: 18px;
	font-weight: 700;
	color: #626262 !important;
    line-height: calc(25/16);
    margin-bottom: 10px !important; }

.advice + .products {
  padding: 65px 0 50px; }
  @media (min-width: 768px) {
    .advice + .products {
      padding: 115px 0 100px; } }

.sticky-wrap {
  position: relative;
  z-index: 100; }

.alignright {
  margin-bottom: 40px !important; }
  @media (min-width: 768px) {
    .alignright {
      margin-bottom: 65px !important; } }
  @media (min-width: 1024px) {
    .alignright {
      margin-bottom: 90px !important; } }
  .alignright.is-resized {
    margin-left: 20px !important; }

.alignleft {
  margin-bottom: 40px !important; }
  @media (min-width: 768px) {
    .alignleft {
      margin-bottom: 65px !important; } }
  @media (min-width: 1024px) {
    .alignleft {
      margin-bottom: 90px !important; } }
  .alignleft.is-resized {
    margin-right: 20px !important; }

.wp-block-gallery {
  padding-left: 0 !important; }

.content > img {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px; }

.head-holder {
  text-align: center;
  margin: 0 0 35px; }
  @media (min-width: 768px) {
    .head-holder {
      margin: 0 0 65px; } }
  .head-holder > *:first-child {
    margin-top: 0; }
  .head-holder > *:last-child {
    margin-bottom: 0; }
  .head-holder h1,
  .head-holder h2,
  .head-holder .woocommerce-products-header h1,
  .woocommerce-products-header .head-holder h1,
  .head-holder h3,
  .head-holder h4,
  .head-holder h5,
  .head-holder h6 {
    color: #000; }

  .head-holder h2,
  .head-holder .woocommerce-products-header h1,
  .woocommerce-products-header .head-holder h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: calc(55/40);
    letter-spacing: -0.03em; }
    @media (min-width: 768px) {

      .head-holder h2,
      .head-holder .woocommerce-products-header h1,
      .woocommerce-products-header .head-holder h1 {
        font-size: 40px; } }

.columns {
  max-width: 1210px;
  font-size: 14px;
  line-height: calc(25/14); }
  @media (min-width: 768px) {
    .columns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -35px; } }
  @media (min-width: 1024px) {
    .columns {
      margin: 0 -58px; } }
  .columns:last-child {
    margin-bottom: -50px; }
  .columns .col {
    padding: 0 0 50px; }
    @media (min-width: 768px) {
      .columns .col {
        width: 50%;
        padding: 0 35px 50px; } }
    @media (min-width: 1024px) {
      .columns .col {
        padding: 0 58px 50px; } }
    .columns .col > *:last-child {
      margin-bottom: 0; }
    .columns .col > * > *:last-child {
      margin-bottom: 0; }
  .columns p {
    color: #4a4a4a; }

.width {
  width: 100%; }

.wp-block-columns {
  margin: 0 0 50px; }
  @media (min-width: 768px) {
    .wp-block-columns {
      margin: 0 0 84px; } }
  @media (min-width: 782px) {
     }
  @media (min-width: 782px) {
    .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
      padding: 0 20px 0 0; } }
  @media (min-width: 1024px) {
    .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
      padding: 0 50px 0 0; } }
  @media (min-width: 1320px) {
    .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] {
      padding: 0 90px 0 0; } }
  @media (min-width: 782px) {
    .wp-block-columns .wp-block-column[style="flex-basis:33.33%"]:last-child {
      padding: 0 0 0 20px; } }
  @media (min-width: 1024px) {
    .wp-block-columns .wp-block-column[style="flex-basis:33.33%"]:last-child {
      padding: 0 0 0 50px; } }
  @media (min-width: 1320px) {
    .wp-block-columns .wp-block-column[style="flex-basis:33.33%"]:last-child {
      padding: 0 0  0 90px; } }
  @media (min-width: 782px) {
    .wp-block-columns .wp-block-column[style="flex-basis:33.33%"]:last-child .wp-block-image {
      text-align: right; } }
  @media (min-width: 782px) {
    .wp-block-columns .wp-block-column .wp-block-image {
      margin: 0 0 17px; } }

.first-view-outer {
  overflow: hidden; }
  .first-view-outer .first-view {
    margin-top: 0 !important; }



.contact-overlay .contact-me .items-container .contact-item .button-div .yellow-button {
  white-space: nowrap; }

#footer .footer-p {
  font-weight: 700; }

@media (min-width: 768px) {
  #footer .footer-inner .footer-three {
    padding-bottom: 52px; } }

@media (min-width: 768px) {
  #footer .footer-inner .footer-four {
    padding-top: 22px;
    padding-bottom: 25px; } }

@media (min-width: 1024px) {
  #footer .menu {
    padding-top: 6px; } }

#footer .menu li {
  margin: 0 0 6px; }

#footer .menu a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 350ms;
  padding-bottom: 1px; }
  #footer .menu a:hover {
    background-size: 100% 1px;
    background-position: 0 100%;
    opacity: 1; }

#footer .accordion .widget > div {
  transition: none !important; }

footer .footer-inner .footer-three .accordion .widgets-container .widget .list-head {
  font-weight: 700; }

.advice + .g-container {
  padding-top: 80px; }
  @media (min-width: 768px) {
    .advice + .g-container {
      padding-top: 130px; } }

.badge {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  background-color: #c92020;
  padding: 6.5px 10px; }

.position .button-div {
  z-index: 999; }

.btn {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 500 !important;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px; }

.yellow-button {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 500 !important; }

.title-head h2, .title-head .woocommerce-products-header h1, .woocommerce-products-header .title-head h1 {
  letter-spacing: -.04em; }

.title-head h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em; }

form input[type='text'],
form input[type='tel'],
form input[type='email'],
form input[type='search'],
form input[type='password'],
form input[type='url'],
form textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  border: 1px solid rgba(219, 219, 219, 0.4);
  border-radius: 5px;
  margin: 0 0 15px;
  background: rgba(219, 219, 219, 0.4); }
  @media (min-width: 1024px) {
    form input[type='text'],
    form input[type='tel'],
    form input[type='email'],
    form input[type='search'],
    form input[type='password'],
    form input[type='url'],
    form textarea {
      font-size: 14px; } }
  form input[type='text']:not(textarea),
  form input[type='tel']:not(textarea),
  form input[type='email']:not(textarea),
  form input[type='search']:not(textarea),
  form input[type='password']:not(textarea),
  form input[type='url']:not(textarea),
  form textarea:not(textarea) {
    height: 45px; }
  form input[type='text']:focus,
  form input[type='tel']:focus,
  form input[type='email']:focus,
  form input[type='search']:focus,
  form input[type='password']:focus,
  form input[type='url']:focus,
  form textarea:focus {
    outline: none;
    border-color: #dbdbdb; }
  form input[type='text']::-webkit-input-placeholder,
  form input[type='tel']::-webkit-input-placeholder,
  form input[type='email']::-webkit-input-placeholder,
  form input[type='search']::-webkit-input-placeholder,
  form input[type='password']::-webkit-input-placeholder,
  form input[type='url']::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: #7a797a; }
  form input[type='text']::-moz-placeholder,
  form input[type='tel']::-moz-placeholder,
  form input[type='email']::-moz-placeholder,
  form input[type='search']::-moz-placeholder,
  form input[type='password']::-moz-placeholder,
  form input[type='url']::-moz-placeholder,
  form textarea::-moz-placeholder {
    opacity: 1;
    color: #7a797a; }
  form input[type='text']:-moz-placeholder,
  form input[type='tel']:-moz-placeholder,
  form input[type='email']:-moz-placeholder,
  form input[type='search']:-moz-placeholder,
  form input[type='password']:-moz-placeholder,
  form input[type='url']:-moz-placeholder,
  form textarea:-moz-placeholder {
    color: #7a797a; }
  form input[type='text']:-ms-input-placeholder,
  form input[type='tel']:-ms-input-placeholder,
  form input[type='email']:-ms-input-placeholder,
  form input[type='search']:-ms-input-placeholder,
  form input[type='password']:-ms-input-placeholder,
  form input[type='url']:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: #7a797a; }
  form input[type='text'].placeholder,
  form input[type='tel'].placeholder,
  form input[type='email'].placeholder,
  form input[type='search'].placeholder,
  form input[type='password'].placeholder,
  form input[type='url'].placeholder,
  form textarea.placeholder {
    color: #7a797a; }
  .single-page form input[type='text'], .single-page
  form input[type='tel'], .single-page
  form input[type='email'], .single-page
  form input[type='search'], .single-page
  form input[type='password'], .single-page
  form input[type='url'], .single-page
  form textarea {
    max-width: 600px; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

select {
  font-size: 16px; }
  @media (min-width: 1024px) {
    select {
      font-size: 14px; } }

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto; }

input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  text-align: center;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 10px 15px;
  float: none;
  color: #000;
  font-size: 14px !important;
  border-radius: 0;
  background: #f1c23d;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  height: 50px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: 500 !important;
  min-width: 185px; }
  @media (min-width: 420px) {
    input[type="button"],
    input[type="reset"],
    input[type="file"],
    input[type="submit"] {
      padding: 10px 20px; } }
  input[type="button"][aria-disabled="true"],
  input[type="reset"][aria-disabled="true"],
  input[type="file"][aria-disabled="true"],
  input[type="submit"][aria-disabled="true"] {
    pointer-events: none; }
  input[type="button"]:hover, input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="file"]:hover,
  input[type="file"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    color: #000 !important;
    background: #f1c23d !important;
    opacity: 0.7; }

.search-form fieldset {
  padding: 20px 10px; }
  @media (min-width: 420px) {
    .search-form fieldset {
      padding: 30px 20px; } }
  @media (min-width: 768px) {
    .search-form fieldset {
      padding: 50px 35px; } }

body .comment-form input[type="checkbox"] {
  margin-top: 3px !important; }

.check-holder input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0; }
  .check-holder input[type="checkbox"]:checked + label:after {
    display: block; }

.check-holder label {
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  padding-left: 35px; }
  .check-holder label:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 19px;
    height: 19px;
    border-radius: 4px;
    border: 1px solid #272523; }
  .check-holder label:after {
    content: "";
    font-family: 'icomoon';
    font-size: 18px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    left: 3px;
    top: 1px;
    display: none; }

.jcf-number {
  height: 45px;
  width: 86px; }

.jcf-number input {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #dbdbdb;
  padding-right: 30px;
  font-size: 14px;
  color: #000;
  text-align: center; }

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  width: 27px;
  height: calc(50% - 1px);
  right: 1px;
  top: 1px;
  background: transparent;
  cursor: pointer; }

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px; }

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  content: "";
  font-family: 'icomoon';
  font-size: 5px;
  line-height: 1;
  text-indent: 0;
  border: none;
  left: 37%; }

.jcf-number .jcf-btn-inc:before {
  bottom: 6px;
  top: auto; }

.jcf-number .jcf-btn-dec:before {
  content: '\e906';
  top: 2px; }

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 1; }

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: transparent; }

.jcf-disabled {
  background: transparent !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #c2c2c2 !important; }

.card-product {
  color: #818181 !important;
  font-size: 14px;
  line-height: calc(18/14); }
  .card-product.product {
    padding-top: 0; }
  .card-product .card-head {
    background: #fff;
    position: relative;
    height: 300px;
    margin: 0 0 20px; }
  .card-product h4 {
    font-size: 16px;
    line-height: calc(18/16);
    margin: 0 0 10px; }
  .card-product p {
    margin: 0 0 18px; }
    .card-product p:last-child {
      margin: 0; }
  .card-product .price-info {
    display: block;
    font-size: 13px;
    color: #b9b9b9; }
    .card-product .price-info a:hover {
      opacity: 1;
      text-decoration: underline; }
  .card-product .price {
    display: block;
    font-weight: 700;
    margin-bottom: 2px !important; }
  .card-product .badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    pointer-events: none; }
  .card-product .card-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5; }
  .card-product .awards-list {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 15;
    pointer-events: none;
    text-align: center; }
    .card-product .awards-list li {
      margin: 0 0 10px; }
    .card-product .awards-list img {
      width: auto;
      max-width: 52px; }
  .card-product .product-info {
    height: 100%; }
  .card-product .add_to_cart_button {
    transition: background 0.3s ease-in-out;
    position: absolute !important;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    margin: 0;
	margin-bottom: 10px !important;
    z-index: 10;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 5px !important;
    border-radius: 3px;
    color: #272523  !important;
    background-image: linear-gradient(48deg, #f1c23d 0%, #f9e866 100%) !important; }
    .card-product .add_to_cart_button:after {
      content: "";
      font-family: 'icomoon';
      font-size: 25px;
      line-height: 1;
      text-indent: 0;
      font-weight: normal;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
      margin: 0 !important; }
    .is-not-touch-device .card-product .add_to_cart_button:hover {
      background-image: linear-gradient(48deg, #f1c23d 0%, #f1c23d 100%) !important;
      opacity: 1; }
    .card-product .add_to_cart_button.added:after {
      content: "";
      font-family: 'icomoon';
      font-size: 20px;
      line-height: 1;
      text-indent: 0; }
    .card-product .add_to_cart_button.loading:after {
      top: 21px !important;
      left: 50% !important;
      right: auto !important; }
  body .card-product a.added_to_cart {
    display: none !important;
    font-size: 0 !important; }
  .card-product .card-product-gallery {
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out; }

.products-holder {
  width: calc(100% + 14px);
  margin: 0 -7.5px;
  display: -ms-flexbox;
  display: flex;
justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 935px) {
    .products-holder {
      margin-left: auto;
      margin-right: auto;
      max-width: 605px; } }
  @media (max-width: 599px) {
    .products-holder {
      -ms-flex-pack: center;
          justify-content: center; } }
  .products-holder .card-product {
    margin: 20px 0 50px;
    max-width: 288px; }
    @media (min-width: 600px) {
      .products-holder .card-product {
        width: calc(50% - 30px);
        margin: 20px 15px 50px; } }
    @media (min-width: 960px) {
      .products-holder .card-product {
        margin: 20px 15px 80px; } }
    @media (min-width: 1024px) {
      .products-holder .card-product {
        width: calc(33.3% - 30px); } }
  .products-holder .info-box {
    margin: 20px 0 50px;
    width: calc(100% - 30px); }
    @media (min-width: 600px) {
      .products-holder .info-box {
        margin: 20px 15px 50px;
        width: calc(50% - 30px); } }
    @media (min-width: 960px) {
      .products-holder .info-box {
        margin: 20px 15px 80px; } }
    @media (min-width: 1024px) {
      .products-holder .info-box {
        width: calc(100% - 33.3% - 30px); } }
    @media (min-width: 1215px) {
      .products-holder .info-box {
        width: calc(288px * 2); } }

.card-product-gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none; }
  .card-product-gallery .slide-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .card-product-gallery .product-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
padding-bottom: 60px;}
    .card-product-gallery .product-main .slide-inner {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: calc(100% - 5px); }
    .card-product-gallery .product-main .slick-list,
    .card-product-gallery .product-main .slick-track {
      height: 100%; }
  .card-product-gallery .product-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 45px 6px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.products-holder  .card-product-gallery .product-nav {padding: 6px 0px 6px 0px}


    .card-product-gallery .product-nav .slide-gallery {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      height: 40px;
      width: 40px;
      margin: 4px;
      border-radius: 3px;
      padding: 2px;
      z-index: 1;
      cursor: pointer;
      background: #f0f0f0;
      pointer-events: auto; }
      .card-product-gallery .product-nav .slide-gallery:after {
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        position: absolute;
        content: '';
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #bcbcbc;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        border-radius: 3px;
        pointer-events: none;
        z-index: 1; }
      .card-product-gallery .product-nav .slide-gallery:only-child {
        display: none; }
      .card-product-gallery .product-nav .slide-gallery.slick-active:after {
        opacity: 1;
        visibility: visible; }
      .card-product-gallery .product-nav .slide-gallery:before {
        transition: color 0.3s ease-in-out;
        content: "+" attr(data-hidden-items);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        color: #969696;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.9px;
        z-index: 2; }
      .card-product-gallery .product-nav .slide-gallery[data-hidden-items] {
        position: relative; }
        .card-product-gallery .product-nav .slide-gallery[data-hidden-items]:after {
          transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
          border-color: #f0f0f0;
          background: #f0f0f0;
          opacity: 1;
          visibility: visible; }
        .card-product-gallery .product-nav .slide-gallery[data-hidden-items] ~ * {
          display: none; }
        .is-not-touch-device .card-product-gallery .product-nav .slide-gallery[data-hidden-items]:hover:after {
          border-color: #d7d7d7;
          background: #d7d7d7; }
        .is-not-touch-device .card-product-gallery .product-nav .slide-gallery[data-hidden-items]:hover:before {
          color: #000; }
    .card-product-gallery .product-nav .slick-arrow {
      transition: color 0.3s ease-in-out;
      position: absolute;
      bottom: 0;
      height: 64px;
      background: transparent;
      border: none;
      background: #fff;
      font-size: 30px;
      padding: 0;
      line-height: 0;
      z-index: 999;
      border-radius: 0; }
      .card-product-gallery .product-nav .slick-arrow.slick-next {
        right: -50px; }
      .card-product-gallery .product-nav .slick-arrow.slick-prev {
        right: -30px; }

.woocommerce .star-rating::before {
  color: #BCBCBC; }

.woocommerce .star-rating span::before {
  color: #F1C23D; }

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: inherit;
  display: inline-block;
  text-decoration: none; }

.woocommerce div.product {z-index: 5;}

.woocommerce div.product.first {z-index: 6;}
/*
.woocommerce span.onsale {
  font-size: 13px;
  width: 45px;
  height: 45px;
  background: #F1C23D;
  border: 1px;
  border-radius: 50%;
  background: #F1C23D;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
*/

.woocommerce #review_form #respond {
  text-align: center; }

.woocommerce #review_form #respond p span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.woocommerce div.product .woocommerce-product-rating {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important; }

.ginput_preview .gform_delete_file {
  background: #e9ecef;
  color: #DE5307;
  height: 40px;
  padding: 10px;
  margin: 0 15px 10px 0; }

.woocommerce-product-details__short-description {
  margin: 0 -5px 25px;
  color: #4e7467; }
  .woocommerce-product-details__short-description .g-container > * {
    display: inline;
    margin: 0 5px; }

#gform_preview_2_61 {
  width: 100%; }

.product-template-default div.product form.cart .variations tr,
.product-template-default div.product form.cart .variations td {
  display: block !important; }

.variation-selector.variation-select-image.hidden > select {
  display: none !important; }

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woof_reset_button_2 {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  text-align: center;
  z-index: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex: 1 0;
      flex: 1 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 10px 15px !important;
  float: none !important;
  color: #000 !important;
  font-size: 14px !important;
  background: #f1c23d !important;
  text-decoration: none;
  border: none;
  border-radius: 8px !important;
  height: 45px !important;
  cursor: pointer;
  font-weight: normal !important;
  min-width: 187px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: 500 !important; }
  @media (min-width: 420px) {
    .woocommerce #respond input#submit,
    .woocommerce button.button,
    .woocommerce input.button,
    .woof_reset_button_2 {
      padding: 10px 20px !important; } }
  .woocommerce #respond input#submit.single_add_to_cart_buttonsingle_add_to_cart_button:before,
  .woocommerce button.button.single_add_to_cart_buttonsingle_add_to_cart_button:before,
  .woocommerce input.button.single_add_to_cart_buttonsingle_add_to_cart_button:before,
  .woof_reset_button_2.single_add_to_cart_buttonsingle_add_to_cart_button:before {
    content: "";
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1;
    text-indent: 0;
    margin: 0 15px 0 0; }
  .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus,
  .woof_reset_button_2:hover,
  .woof_reset_button_2:focus {
    opacity: 0.7; }

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;}



.woocommerce #respond input#submit {
  padding: 5px 20px !important; }

.price,
.p-price {
  font: 700 18px/1.25 "DM Sans", sans-serif !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center;
      align-items: center;
  color: #000 !important;
  margin: 0 -5px !important; }
  .price > *,
  .p-price > * {
    margin: 0 5px !important; }
  .price del,
  .p-price del {
    font: 14px/1.25 "DM Sans", sans-serif  !important;
    color: #000;
    opacity: 1 !important;
    -ms-flex-order: 3 !important;
        order: 3 !important; }
  .price ins,
  .p-price ins {
    text-decoration: none;
    font: 700 18px/1.25 "DM Sans", sans-serif !important;
    -ms-flex-order: 1 !important;
        order: 1 !important;
    color: #c92020;
    text-decoration: none; }
  .price .small,
  .price .per-liter,
  .p-price .small,
  .p-price .per-liter {
    color: #000 !important;
    font-size: 12px;
    margin: 0 0 0 5px;
    opacity: .5;
    -ms-flex-order: 2 !important;
        order: 2 !important;
    font-weight: normal !important; }
    .price .small:first-child,
    .price .per-liter:first-child,
    .p-price .small:first-child,
    .p-price .per-liter:first-child {
      margin: 0; }
    .price .small span,
    .price .per-liter span,
    .p-price .small span,
    .p-price .per-liter span {
      opacity: 0.5; }

.yith-wcwl-add-to-wishlist {
  transition: color 0.3s ease-in-out;
  margin: 0 !important;
  width: 21px;
  height: 20px;
  color: #f1c23d; }

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  color: #f1c23d; }

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0 !important; }
  .is-not-touch-device .yith-wcwl-wishlistexistsbrowse:hover:after, .is-not-touch-device
  .yith-wcwl-add-button:hover:after, .is-not-touch-device
  .yith-wcwl-wishlistaddedbrowse:hover:after {
    content: "";
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 1;
    text-indent: 0; }
  .yith-wcwl-wishlistexistsbrowse a,
  .yith-wcwl-add-button a,
  .yith-wcwl-wishlistaddedbrowse a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%; }

.wp-block-button .wp-block-button__link {
  min-width: 275px; }

#yith-wcwl-popup-message {
  margin-left: 0 !important;
  display: block;
  transform: translate(-50%, -50%) !important;
  line-height: 1.5 !important; }

.woocommerce a.remove {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 21px !important;
  height: inherit !important;
  width: 23px !important;
  -ms-flex-align: self-start;
      align-items: self-start;
  -ms-flex-pack: center;
      justify-content: center; }

.yith-wcwl-wishlistexistsbrowse:after,
.yith-wcwl-wishlistaddedbrowse:after {
  content: "";
  font-family: 'icomoon';
  font-size: 22px;
  line-height: 1;
  text-indent: 0; }

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none !important; }

.woocommerce-breadcrumb {
  font: 14px/1.2 "DM Sans", sans-serif  !important;
  color: #F1C23D  !important;
  margin: 0 0 20px !important; }
  @media (min-width: 768px) {
    .woocommerce-breadcrumb {
      font-size: 16px !important; } }
  .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #000 !important; }
    .woocommerce-breadcrumb a:hover {
      color: #F1C23D  !important; }

@media (max-width: 767px) {
  .woocommerce-products-header {
    display: none; } }

@media (max-width: 767px) {
  .woocommerce-products-header.mobile-mod {
    display: block; } }

@media (min-width: 768px) {
  .woocommerce-products-header.mobile-mod {
    display: none; } }

.woocommerce nav.woocommerce-pagination {
  margin: 0 -8px; }
  @media (min-width: 768px) {
    .woocommerce nav.woocommerce-pagination {
      text-align: right; } }

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  font: 14px/1 "DM Sans", sans-serif; }

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li a {
  width: 25px;
  height: 25px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  background: #F1C23D;
  color: #000;
  margin: 0 8px; }
  @media (min-width: 768px) {
    .woocommerce nav.woocommerce-pagination ul li a {
      width: 31px;
      height: 31px; } }
  .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
    display: none; }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  width: 25px;
  height: 25px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  opacity: 1;
  background: #f1c23d;
  color: #fff;
  text-decoration: underline;
  text-decoration: none; }
  @media (min-width: 768px) {
    .woocommerce nav.woocommerce-pagination ul li a:focus,
    .woocommerce nav.woocommerce-pagination ul li a:hover,
    .woocommerce nav.woocommerce-pagination ul li span.current {
      width: 31px;
      height: 31px; } }

@media (min-width: 769px) {
  .coupon {
    padding: 0 15px 0 0; } }

.coupon .input-text {
  width: 100% !important;
  margin: 0 0 10px !important;
  max-width: none; }

.coupon .button {
  float: none !important;
  width: auto !important; }
  @media (max-width: 768px) {
    .coupon .button {
      width: 100% !important; } }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  text-align: center;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 10px 15px;
  float: none;
  color: #000;
  font-size: 14px !important;
  border-radius: 0;
  background: #f1c23d;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  height: 50px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: 500 !important; }
  @media (min-width: 420px) {
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
      padding: 10px 20px; } }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button[aria-disabled="true"] {
    pointer-events: none; }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
    color: #000 !important;
    background: #f1c23d !important;
    opacity: 0.7; }

.woocommerce-cart table.cart th {
  text-align: center !important; }

.woocommerce-info {
  border-top-color: #f1c23d !important; }

.woocommerce-info::before {
  color: #f1c23d !important; }

.select2-container .select2-selection--single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 35px !important;
  padding: 5px 45px 5px 20px !important;
  background: #dddddd;
  background-color: #dddddd;
  border: none !important; }
  @media (min-width: 768px) {
    .select2-container .select2-selection--single {
      height: 40px !important;
      padding-right: 58px !important; } }
  .woocommerce-checkout .select2-container .select2-selection--single {
    height: 45px !important;
    background-color: rgba(219, 219, 219, 0.4) !important; }

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
  font-size: 16px;
  margin: 0 0 15px !important; }

.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px !important;
  height: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: transparent !important;
  border: none !important; }
  @media (min-width: 768px) {
    .select2-container--classic .select2-selection--single .select2-selection__arrow,
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 50px !important; } }
  .select2-container--classic .select2-selection--single .select2-selection__arrow:after,
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "";
    font-family: 'icomoon';
    font-size: 10px;
    line-height: 1;
    text-indent: 0; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow b,
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #dddddd !important;
  background-color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
  font-family: "DM Sans", sans-serif !important;
  color: #000  !important;
  padding: 0 !important;
  font-weight: 700; }
  @media (max-width: 767px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
      font-size: 16px; } }
  .woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    color: #9A9A9A !important; }

.bapf_sfilter {
  margin: 0 !important; }

.bapf_slidr_jqrui .bapf_slidr_main {
  margin-bottom: 18px !important; }

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #F1C23D !important; }

.bapf_slidr_jqrui .bapf_slidr_main {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background: #dddddd !important; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background: #dddddd !important;
  color: #000 !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f1c23d !important;
  color: #000 !important; }

.select2-container {
  z-index: 10 !important; }

.select2-container--classic .select2-selection--single {
  border: 1px !important;
  border-radius: 5px !important; }

input[type="submit"] {
  font-family: serif;
  background: #f1c23d !important;
  font-family: "DM Sans", sans-serif !important; }

@media (max-width: 767px) {
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: none !important;
    width: 100% !important; } }

body .blockUI.blockOverlay {
  background: transparent !important; }

@media (max-width: 767px) {
  .woocommerce form .form-row-last > *,
  .woocommerce-page form .form-row-last > * {
    width: 100% !important; } }

form.cart div.quantity {
  margin: 0 10px 20px 0 !important; }
  form.cart div.quantity + .button {
    margin-left: 0 !important; }

.related h2, .related .woocommerce-products-header h1, .woocommerce-products-header .related h1 {
  text-align: center; }

.woocommerce div.product div.images {
  margin-bottom: 45px !important; }
  @media (min-width: 768px) {
    .woocommerce div.product div.images {
      margin-bottom: 65px !important; } }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 -3px !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media (min-width: 420px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      margin: 0 -5px !important; } }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  background-color: #BABABA  !important;
  color: #fff  !important;
  margin: 0 3px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media (min-width: 420px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      margin: 0 5px !important;
      padding: 15px 15px !important; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #F1C23D  !important; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0px !important; }

.woocommerce table.shop_attributes td {
  vertical-align: middle !important;
  padding: 5px !important; }

.comment-form input[type="checkbox"] {
  max-width: 15px !important;
  float: left !important;
  margin: 6px 8px 0 0 !important; }

.woocommerce #respond input#submit:hover {
  opacity: 0.8; }

.clear {
  margin-top: 20px; }

.woocommerce a.button.wc-backward,
.woocommerce-Button {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  text-align: center;
  z-index: 1;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex: 1 0;
      flex: 1 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 10px 15px !important;
  font-weight: 500 !important;
  float: none !important;
  color: #000 !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  background: #f1c23d  !important;
  text-decoration: none;
  border: none;
  border-radius: 8px  !important;
  height: 50px !important;
  cursor: pointer;
  min-width: 185px;
  margin-right: 15px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  .woocommerce a.button.wc-backward:hover, .woocommerce a.button.wc-backward:focus,
  .woocommerce-Button:hover,
  .woocommerce-Button:focus {
    opacity: 0.7; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding-top: .8em !important;
  padding-bottom: .8em !important; }

.woocommerce .wishlist-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -15px 20px; }
  .woocommerce .wishlist-title > * {
    margin: 0 15px; }
  .woocommerce .wishlist-title h2, .woocommerce .wishlist-title .woocommerce-products-header h1, .woocommerce-products-header .woocommerce .wishlist-title h1 {
    padding: 0 !important;
    font-size: 25px !important; }
  .woocommerce .wishlist-title a.button {
    transition: opacity 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    transition-property: color;
    transition-duration: 0.3s;
    font: 500 14px/1.2 "DM Sans", sans-serif;
    border: none;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    color: #000;
    border-radius: 5px;
    background: #f1c23d  !important;
    letter-spacing: .05em;
    opacity: 1;
    height: auto;
    min-width: auto;
    width: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
    .woocommerce .wishlist-title a.button:before {
      display: none; }
    .woocommerce .wishlist-title a.button:hover, .woocommerce .wishlist-title a.button:focus {
      color: #000;
      opacity: 0.7; }

.wishlist-title.wishlist-title-with-form h2:hover, .wishlist-title.wishlist-title-with-form .woocommerce-products-header h1:hover, .woocommerce-products-header .wishlist-title.wishlist-title-with-form h1:hover {
  background: transparent !important;
  color: #F1C23D; }

@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0 25px 0 0; } }

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  font: 14px/1.2 "DM Sans", sans-serif;
  border-radius: 5px;
  background-color: #f1c23d;
  color: #fff;
  letter-spacing: .025em;
  padding: 11px 15px;
  overflow: hidden;
  margin: 0 0 40px; }

.woocommerce-account .woocommerce-MyAccount-navigation li {
  transition: border 0.3s ease-in-out;
  position: relative;
  border-bottom: 1px solid #fff; }
  .woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    font-weight: 700;
    text-decoration: underline; }

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  padding: 17px 15px;
  line-height: 1.2;
  color: #000; }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation a {
      padding: 21px 17px; } }
  .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    text-decoration: underline;
    opacity: 1; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 0 0 10px; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  max-width: none; }

  .woocommerce form .form-row .input.input-text {
    max-width: none !important; }

.shop-filters-wrap {
  margin-bottom: 30px !important;
  clear: both; }
  @media (min-width: 1024px) {
    .shop-filters-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1024px) {
    .shop-filters-wrap .berocket_single_filter_widget {
      width: 50%;
      padding: 0 10px 10px; } }

.woocommerce .woocommerce-ordering {
  position: relative;
  width: auto !important;
  margin: 0 0 10px !important; }
  @media (max-width: 959px) {
    .woocommerce .woocommerce-ordering {
      float: none;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media (min-width: 960px) {
    .woocommerce .woocommerce-ordering {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 25px !important; } }
  .woocommerce .woocommerce-ordering:after {
    content: '';
    position: absolute;
    bottom: 18px;
    right: 27px;
    pointer-events: none;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 5px solid black; }

.woocommerce form .form-row input.input-text {
  height: 45px !important;
  padding: 10px 20px !important; }

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 1em !important; }

.woocommerce .woocommerce-ordering select {
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  border: none;
  border-radius: 1px-radius;
  background: transparent;
  height: 50px;
  border: 1px !important;
  text-align: left;
  font-size: 14px !important;
  font-family: "DM Sans", sans-serif !important;
  padding: 10px 27px 10px 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000 !important;
  max-width: none !important; }
  @media (max-width: 959px) {
    .woocommerce .woocommerce-ordering select {
      width: 100%; } }
  @media (max-width: 767px) {
    .woocommerce .woocommerce-ordering select {
      font-size: 16px !important; } }
  .woocommerce .woocommerce-ordering select::-webkit-input-placeholder {
    color: #9A9A9A !important; }
  .woocommerce .woocommerce-ordering select::-moz-placeholder {
    opacity: 1;
    color: #9A9A9A !important; }
  .woocommerce .woocommerce-ordering select:-moz-placeholder {
    color: #9A9A9A !important; }
  .woocommerce .woocommerce-ordering select:-ms-input-placeholder {
    color: #9A9A9A !important; }
  .woocommerce .woocommerce-ordering select.placeholder {
    color: #9A9A9A !important; }
  .woocommerce .woocommerce-ordering select option {
    color: #000;
    font-size: 16px;
    padding: 0; }
    @media (min-width: 768px) {
      .woocommerce .woocommerce-ordering select option {
        font-size: 12px; } }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  width: 100%; }

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  width: 100%;
  margin: 0 0 50px !important; }
  @media (min-width: 768px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
      margin: 0 !important; } }
  @media (min-width: 1024px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media (max-width: 1023px) {
    .woocommerce div.product div.images.woocommerce-product-gallery .slick-track {
      display: -ms-flexbox;
      display: flex; } }

.woocommerce div.product div.images img {
  width: auto !important;
  height: auto !important; }

.woocommerce div.product div.images .awards-list img {
  width: 61px !important; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1; }
  @media (min-width: 768px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
      top: 10px;
      right: 10px; } }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    font-family: 'icomoon';
    font-size: 15px;
    line-height: 1;
    text-indent: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    height: auto !important;
    width: auto !important;
    background: transparent !important; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    display: none !important; }

.flex-viewport {
  margin: 0 0 10px !important;
  overflow: hidden;
  border-radius: 5px !important;
  border: 1px solid #dbdbdb; }
  .flex-viewport .woocommerce-product-gallery__image > a {
    display: block;
    border-radius: 0 !important;
    border: none !important;
    width: 100% !important; }
  @media (min-width: 768px) {
    .flex-viewport {
      width: 380px !important; } }
  @media (min-width: 1024px) {
    .flex-viewport {
      -ms-flex: 1 0;
          flex: 1 0;
      width: 490px !important;
      margin: 0 0 0 15px !important; } }

.woocommerce div.product div.images .flex-control-thumbs {
  position: relative; }
  @media (min-width: 1024px) {
    .woocommerce div.product div.images .flex-control-thumbs {
      position: relative;
      height: 507px;
      padding: 11px 12px 0 !important;
      margin-left: -12px !important;
      margin-right: -12px !important; } }

.woocommerce-page .woocommerce-message .button {
  margin: 0 0 10px 10px !important; }

.flex-control-nav {
  position: relative;
  margin: 0 -3px !important;
  padding: 0 45px 0 0 !important; }
  @media (min-width: 420px) {
    .flex-control-nav {
      margin: 0 -5px !important; } }
  @media (min-width: 1024px) {
    .flex-control-nav {
      padding: 13px 0 0 !important;
      margin: -14px 0 -2.5px !important;
      width: 110px; } }
  @media (min-width: 768px) {
    .flex-control-nav .slick-slide {
      width: 77px;
      height: 77px; } }
  @media (min-width: 1024px) {
    .flex-control-nav .slick-slide {
      width: 86px;
      height: 86px; } }
  @media (max-width: 1023px) {
    .flex-control-nav .slick-list {
      padding: 2px 0; } }
  .flex-control-nav .slick-arrow {
    transition: background 0.3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    width: 33px;
    height: 8vw;
    border-radius: 5px;
    background: #fff;
    color: #f1c23d;
    transform: translateY(0);
    border: 1px solid #f1c23d;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    font-size: 12px; }
    @media (min-width: 420px) {
      .flex-control-nav .slick-arrow {
        height: 9vw; } }
    @media (min-width: 768px) {
      .flex-control-nav .slick-arrow {
        height: 38px; } }
    @media (min-width: 1024px) {
      .flex-control-nav .slick-arrow {
        width: 40px;
        height: 31px;
        font-size: 10px; } }
    @media (max-width: 1023px) {
      .flex-control-nav .slick-arrow {
        top: 2.5vw; } }
    @media (max-width: 767px) {
      .flex-control-nav .slick-arrow {
        top: 7vw; } }
    @media (min-width: 1024px) {
      .flex-control-nav .slick-arrow {
        transform: translateY(0);
        left: 58px; } }
    .flex-control-nav .slick-arrow:before {
      display: none; }
    .is-not-touch-device .flex-control-nav .slick-arrow:hover {
      background: #f0f0f0; }
    @media (max-width: 1023px) {
      .flex-control-nav .slick-arrow.slick-next {
        right: 4px;
        top: 42px; } }
    @media (max-width: 767px) {
      .flex-control-nav .slick-arrow.slick-next {
        top: 10vw; } }
    @media (max-width: 419px) {
      .flex-control-nav .slick-arrow.slick-next {
        top: 9vw; } }
    @media (min-width: 1024px) {
      .flex-control-nav .slick-arrow.slick-next {
        top: 475px; } }
    @media (max-width: 1023px) {
      .flex-control-nav .slick-arrow.slick-next i {
        transform: rotate(-90deg);
        margin: 0 0 0 3px; } }
    @media (min-width: 1024px) {
      .flex-control-nav .slick-arrow.slick-next i {
        margin: 2px 0 0; } }
    .flex-control-nav .slick-arrow.slick-prev {
      z-index: 2; }
      @media (max-width: 1023px) {
        .flex-control-nav .slick-arrow.slick-prev {
          right: 4px;
          left: auto;
          top: 0; } }
      @media (min-width: 1024px) {
        .flex-control-nav .slick-arrow.slick-prev {
          right: auto;
          left: 12px;
          top: 475px; } }
      @media (max-width: 1023px) {
        .flex-control-nav .slick-arrow.slick-prev i {
          transform: rotate(90deg);
          margin: 0 3px 0 0; } }
      @media (min-width: 1024px) {
        .flex-control-nav .slick-arrow.slick-prev i {
          transform: rotate(180deg);
          margin: 0 0 2px; } }
    .flex-control-nav .slick-arrow i {
      display: inline-block;
      vertical-align: top; }
    .flex-control-nav .slick-arrow.slick-disabled {
      opacity: 0.3;
      pointer-events: none; }
      .is-not-touch-device .flex-control-nav .slick-arrow.slick-disabled:hover {
        background: #fff; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  transition: background 0.3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 3px;
  background: #f0f0f0;
  overflow: hidden;
  color: #000;
  z-index: 1; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: currentColor; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border-color: currentColor; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    background: #e2e2e2; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
    display: none !important; }

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
    width: 100%;
    display: block;
    border-radius: 5px !important;
    border: 1px solid #DDDDDD; }
    @media (min-width: 768px) {
      .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
        height: 380px !important; } }
    @media (min-width: 1024px) {
      .woocommerce div.product div.images .woocommerce-product-gallery__image > a {
        height: 490px !important; } }
    .woocommerce div.product div.images .woocommerce-product-gallery__image > a img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain; }

@-moz-document url-prefix() {
  @media (min-width: 1024px) {
    .woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__image > a img {
      width: calc(100% - 100px) !important; } } }

.woocommerce-review-link {
  text-decoration: none;
  color: #000; }
  .woocommerce-review-link:hover {
    color: #F1C23D; }

@media (max-width: 1023px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    width: 100% !important; } }

.woocommerce div.product div.images .flex-control-thumbs .slick-slide img {
  opacity: 1; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs .slick-slide,
.woocommerce div.product div.images .flex-control-thumbs .slick-slide {
  overflow: hidden;
  margin: 0 3px !important; }
  @media (min-width: 420px) {
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs .slick-slide,
    .woocommerce div.product div.images .flex-control-thumbs .slick-slide {
      margin: 0 5px !important; } }
  @media (max-width: 1023px) {
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs .slick-slide,
    .woocommerce div.product div.images .flex-control-thumbs .slick-slide {
      width: calc(25% - 3px) !important; } }
  @media (min-width: 1024px) {
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs .slick-slide,
    .woocommerce div.product div.images .flex-control-thumbs .slick-slide {
      margin: 2.5px 0 !important; } }
  .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs .slick-slide img,
  .woocommerce div.product div.images .flex-control-thumbs .slick-slide img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; }
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs .slick-slide img.flex-active,
    .woocommerce div.product div.images .flex-control-thumbs .slick-slide img.flex-active {
      border-color: #f1c23d; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: inherit; }

@media (max-width: 767px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%; } }

@media (max-width: 419px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    width: 100% !important;
    margin: 0 0 15px; } }

@media (min-width: 420px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    margin: 0 0 15px 20px; } }

@media (max-width: 419px) {
  .woocommerce .woocommerce-ordering > *,
  .woocommerce-page .woocommerce-ordering > * {
    width: 100% !important; } }

@media (max-width: 419px) {
  .woocommerce .woocommerce-ordering > * > *,
  .woocommerce-page .woocommerce-ordering > * > * {
    width: 100% !important; } }

.woocommerce-result-count {
  margin: 10px 0 15px !important; }
  @media (max-width: 419px) {
    .woocommerce-result-count {
      width: 100% !important; } }

@media (max-width: 419px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none !important; } }

.single-product .summary.entry-summary {
  position: relative;
  padding-top: 30px; }
  .single-product .summary.entry-summary .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 0;
    left: 0;
    color: #000; }

.woocommerce-message {
  border-top-color: #f1c23d !important; }

.woocommerce-message::before {
  color: #f1c23d !important; }

.posted_in {
  display: block; }

/*.woocommerce span.onsale,
span.onsale {
  top: 0;
  left: 27px;
  width: 25px;
  height: 40px;
  background: transparent;
  color: #fff;
  z-index: 5;
  font-size: 0;
  border: none; }
  .woocommerce span.onsale:after,
  span.onsale:after {
    content: "";
    font-family: 'icomoon';
    font-size: 14px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal; }
  .woocommerce span.onsale:before,
  span.onsale:before {
    content: "";
    font-family: 'icomoon';
    font-size: 41px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #096019; }
  .woocommerce span.onsale + .badge,
  span.onsale + .badge {
    left: 65px; }
  */



table p {
  margin: 0 !important; }
  table p a {
    text-decoration: none;
    color: inherit;
    pointer-events: none; }
    table p a:hover {
      text-decoration: underline; }

.woocommerce div.product form.cart .variations td.label {
  display: block;
  letter-spacing: .025em;
  font-size: 14px; }

.woocommerce div.product form.cart:not(.swatches-support) {
  display: -ms-flexbox;
  display: flex; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 25px; }

.woocommerce div.product form.cart .variations label {
  display: block;
  margin: 0 0 10px;
  font: 500 14px/1.5 "DM Sans", sans-serif-sans-serif;
  color: #000; }

.woocommerce div.product form.cart .variations th {
  padding: 0; }

.woocommerce div.product form.cart .variations select {
  padding: 14px 55px 14px 15px;
  font-size: 14px;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  color: #000;
  background: #fff; }
  @media (max-width: 767px) {
    .woocommerce div.product form.cart .variations select {
      font-size: 16px; } }
  .woocommerce div.product form.cart .variations select:not(textarea) {
    height: 40px; }
  .woocommerce div.product form.cart .variations select:focus {
    outline: none;
    border-color: #000; }
  .woocommerce div.product form.cart .variations select::-webkit-input-placeholder {
    color: #9A9A9A; }
  .woocommerce div.product form.cart .variations select::-moz-placeholder {
    opacity: 1;
    color: #9A9A9A; }
  .woocommerce div.product form.cart .variations select:-moz-placeholder {
    color: #9A9A9A; }
  .woocommerce div.product form.cart .variations select:-ms-input-placeholder {
    color: #9A9A9A; }
  .woocommerce div.product form.cart .variations select.placeholder {
    color: #9A9A9A; }

.disabled,
[disabled] {
  pointer-events: none !important; }

body.woocommerce div.product form.cart.variations_form .tawcvs-swatches,
body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches {
  margin: 0 -8px -4px !important;
  display: -ms-flexbox;
  display: flex; }

body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper {
  margin: 0 8px 16px !important;
  width: 50px;
  height: 50px;
  background-size: contain; }
  body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch,
  body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch {
    min-width: 100% !important;
    height: 100% !important;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    cursor: pointer; }
    body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch.selected,
    body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch.selected {
      border-color: #f1c23d; }

.woocommerce div.product form.cart {
  margin-bottom: 10px !important; }

.flex-direction-nav {
  position: static; }
  .flex-direction-nav .flex-nav-prev,
  .flex-direction-nav .flex-nav-next {
    position: absolute;
    z-index: 10;
    height: 76px;
    width: 60px;
    top: 35vw; }
    @media (min-width: 768px) {
      .flex-direction-nav .flex-nav-prev,
      .flex-direction-nav .flex-nav-next {
        transform: translateY(-50%);
        top: 190px; } }
    @media (min-width: 1024px) {
      .flex-direction-nav .flex-nav-prev,
      .flex-direction-nav .flex-nav-next {
        top: 50%; } }
    .flex-direction-nav .flex-nav-prev a,
    .flex-direction-nav .flex-nav-next a {
      display: block;
      height: 100%;
      width: 100%;
      font-size: 0;
      background-position: center;
      background-size: 100%; }
  .flex-direction-nav .flex-nav-prev {
    left: 0; }
    @media (min-width: 1024px) {
      .flex-direction-nav .flex-nav-prev {
        left: calc(100px + 6px); } }
    .flex-direction-nav .flex-nav-prev a {
      background-image: url(img/prev.svg); }
  .flex-direction-nav .flex-nav-next {
    right: 0; }
    @media (min-width: 1024px) {
      .flex-direction-nav .flex-nav-next {
        right: 6px; } }
    .flex-direction-nav .flex-nav-next a {
      background-image: url(img/next.svg); }

body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
body.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
body.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before {
  border-radius: 5px;
  border: 1px solid #939DA2;
  z-index: -1; }

.swatch.swatch-shape-circle.swatch-label {
  opacity: .5; }
  .swatch.swatch-shape-circle.swatch-label.selected {
    opacity: 1;
    color: #F1C23D; }
  .is-not-touch-device .swatch.swatch-shape-circle.swatch-label:hover {
    opacity: 1; }

.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label {
  color: #939da2; }

.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.selected:before {
  border-color: #f1c23d !important;
  background: #f1c23d0d  !important; }

.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.selected .text,
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.selected .text {
  color: #000 !important; }

body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
body.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
body.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color) {
  background-color: transparent;
  padding: 4px 20px;
  height: 23px;
  min-width: 78px; }
  body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color).selected,
  body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color).selected,
  body.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color).selected,
  body.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color).selected,
  body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color).selected,
  body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color).selected {
    color: #fff; }

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right; }

.woocommerce div.product form.cart .reset_variations {
  display: none !important; }

.woocommerce-page table.cart td.actions .coupon + .button {
  margin: 0 0 0 auto !important; }


.single_variation_wrap p {
  margin: 0 !important; }

.woocommerce div.product .stock {
  color: inherit; }

.woocommerce-variation.single_variation {
  margin: 0 0 25px; }

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-right: 15px !important;
  margin-bottom: 15px !important; }
  .woocommerce div.product form.cart div.quantity input {
    height: 45px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #000;
    letter-spacing: .025em;
    min-width: 86px; }
    .woocommerce div.product form.cart div.quantity input:focus-visible {
      outline: none; }

.woocommerce div.product form.cart .button {
  float: none;
  font-family: "DM Sans", sans-serif-sans-serif;
  margin-bottom: 15px !important;
  font-size: 15px !important; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow {
  transition: opacity 0.3s ease-in-out, border 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
  border: 2px solid transparent;
  border-radius: 3px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow:before {
    display: none; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow:after {
    position: absolute;
    content: url(img/prev.svg);
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .is-not-touch-device .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow:hover {
    border-color: #fff; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow.slick-prev {
    left: 15px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow.slick-next {
    right: 15px; }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow.slick-next:after {
      position: absolute;
      content: url(img/next.svg);
      pointer-events: none;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media (min-width: 1024px) {
  .single-product .woocommerce-message {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  .single-product .woocommerce-message:before {
    top: 14px; } }

.woocommerce-message .button {
  margin-left: 15px; }

.woocommerce .quantity .qty {
  width: 85px !important; }

.woocommerce table.shop_table th {
  text-align: center; }

.woocommerce .cart-collaterals .cross-sells .products .card-product,
.woocommerce-page .cart-collaterals .cross-sells .products .card-product {
  width: 100%;
  max-width: 280px; }

@media only screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center; } }

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    -ms-flex: 1 0;
        flex: 1 0;
    text-align: left; } }

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: -ms-flexbox;
  display: flex; }

.wc-block-product-categories-list--depth-0 {
  position: relative;
  z-index: 1;
  font: 700 14px/1.2 "DM Sans", sans-serif; }
  @media (min-width: 960px) {
    .wc-block-product-categories-list--depth-0 {
      padding: 0 0 37px; } }
  @media (min-width: 960px) {
    .wc-block-product-categories-list--depth-0:after {
      position: absolute;
      content: '';
      top: -9999px;
      left: -9999px;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: #f0f0f0;
      opacity: 0.3;
      pointer-events: none; } }
  .wc-block-product-categories-list--depth-0 a {
    text-decoration: none;
    color: #000; }
    .is-not-touch-device .wc-block-product-categories-list--depth-0 a:hover {
      color: #F1C23D; }
  .wc-block-product-categories-list--depth-0 .categories-opener-holder {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 35px; }
    .wc-block-product-categories-list--depth-0 .categories-opener-holder:only-child .categories-opener,
    .wc-block-product-categories-list--depth-0 .categories-opener-holder:only-child .categories-children-opener {
      pointer-events: none; }
    .wc-block-product-categories-list--depth-0 .categories-opener-holder > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      line-height: 1.2; }
  .wc-block-product-categories-list--depth-0 .categories-opener,
  .wc-block-product-categories-list--depth-0 .categories-children-opener {
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
    width: 35px;
    cursor: pointer;
    color: #000;
    margin: 0 20px; }
    .wc-block-product-categories-list--depth-0 .categories-opener:after,
    .wc-block-product-categories-list--depth-0 .categories-children-opener:after {
      transition: transform 0.3s ease-in-out;
      content: "";
      font-family: 'icomoon';
      font-size: 8px;
      line-height: 1;
      text-indent: 0;
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
    .is-not-touch-device .wc-block-product-categories-list--depth-0 .categories-opener:hover, .is-not-touch-device
    .wc-block-product-categories-list--depth-0 .categories-children-opener:hover {
      color: #F1C23D; }
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list-item {
    border: 1px solid #f0f0f0;
    border-width: 1px 0; }
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list-item.active-slide > .categories-opener-holder > .categories-opener:after,
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list-item.active-slide > .categories-opener-holder > .categories-children-opener:after, .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list-item.active-slide-children > .categories-opener-holder > .categories-opener:after,
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list-item.active-slide-children > .categories-opener-holder > .categories-children-opener:after {
      transform: translate(-50%, -50%) rotateX(180deg); }
  .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item {
    margin: 0 0 10px; }
    /*
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list--depth-1 {
    margin: 0 0 0 15px; } */
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item {
      min-height: 20px; }
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item:last-child {
        border-width: 1px 0 0; }
        /*
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list--depth-2 .wc-block-product-categories-list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 25px;
    padding-right: 50px; } */
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list--depth-2 .wc-block-product-categories-list-item:last-child {
      border-width: 1px 0 0; }
      /*
  .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list--depth-2 .wc-block-product-categories-list-item:after {
      transition: transform 0.3s ease-in-out;
      content: "";
      font-family: 'icomoon';
      font-size: 8px;
      line-height: 1;
      text-indent: 0;
      position: absolute;
      transform: translateY(-50%) rotate(-90deg);
      top: 50%;
      width: 10px;
      height: 10px;
      right: 31px;
      pointer-events: none; }*/

.widget {
  margin: 0 !important; }

.single-page form input[type='text'], .single-page
form input[type='tel'], .single-page
form input[type='email'], .single-page
form input[type='search'], .single-page
form input[type='password'], .single-page
form input[type='url'], .single-page
form textarea {
  max-width: none !important; }

.mobile-cat-wrap {
  margin: 0 !important; }
  @media (min-width: 960px) {
    .mobile-cat-wrap {
      margin: 0 0 37px !important; } }
  @media (max-width: 959px) {
    .mobile-cat-wrap.active h4:after {
      color: #000;
      transform: translateY(-50%) rotateX(180deg); } }
  .mobile-cat-wrap h4 {
    z-index: 5;
    position: relative;
    color: #000 !important;
    font-family: "DM Sans", sans-serif; }
    @media (max-width: 959px) {
      .mobile-cat-wrap h4 {
        position: relative;
        border-bottom: 1px solid #9a9a9a;
        margin: 0;
        padding: 0 35px 10px 0; }
        .mobile-cat-wrap h4:after {
          transition: transform 0.3s ease-in-out;
          content: "";
          font-family: 'icomoon';
          font-size: 10px;
          line-height: 1;
          text-indent: 0;
          position: absolute;
          transform: translateY(-50%);
          top: 50%;
          right: 15px;
          width: 10px;
          height: 10px;
          color: #000; }
        .mobile-cat-wrap h4:hover:after {
          color: #000; } }
    @media (min-width: 960px) {
      .mobile-cat-wrap h4 {
        margin: 0 0 21px !important; } }

.bapf_head {
  display: block; }
  .bapf_head h3 {
    font: 700 10px/1 "DM Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin: 0 0 0px !important;
    color: #000; }

.pswp__caption__center {
  text-align: center; }

.otgs-development-site-front-end {
  z-index: -1 !important;
  position: static !important;
  padding: 8px 0 !important; }
  @media (max-width: 1023px) {
    .otgs-development-site-front-end {
      display: none !important; } }
  .single .otgs-development-site-front-end {
    display: none !important; }

body .select2-container,
body .ui-widget.ui-datepicker {
  z-index: 10 !important; }

.woocommerce table.shop_table td {
  text-align: center !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  top: 0 !important; }

.woocommerce .star-rating {
  font-size: 0.75em !important;
  width: 72px !important;
  height: 12px !important;
  letter-spacing: .4em !important; }
  .woocommerce .star-rating:before,
  .woocommerce .star-rating span {
    top: 1px !important; }

.woocommerce #respond input#submit {
  font-size: 15px !important; }

.comment-respond .form-submit input.submit,
.comment-respond .form-submit input#submit {
  background: #f1c23d !important;
  text-align: center; }

.comment-respond {
  border-radius: 5px;
  border: 1px solid #d6d6d6 !important;
  padding: 30px 20px !important; }
  @media (min-width: 420px) {
    .comment-respond {
      padding: 39px 25px 35px !important; } }
  @media (min-width: 768px) {
    .comment-respond {
      padding-left: 10% !important;
      padding-right: 10% !important; } }
  @media (min-width: 1024px) {
    .comment-respond {
      padding-left: 16.5% !important;
      padding-right: 16.5% !important; } }
  .comment-respond .comment-reply-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: -.02em;
    line-height: calc(25/20) !important;
    margin: 0 0 5px !important; }
  .comment-respond .comment-form-rating-wrap {
    -ms-flex-order: -1;
        order: -1; }
    .comment-respond .comment-form-rating-wrap .comment-form-rating {
      margin: 0 0 30px; }
      @media (min-width: 768px) {
        .comment-respond .comment-form-rating-wrap .comment-form-rating {
          margin: 0 0 40px; } }
    .comment-respond .comment-form-rating-wrap label,
    .comment-respond .comment-form-rating-wrap h4 {
      font-family: "DM Sans", sans-serif;
      font-size: 15px !important;
      font-weight: 500 !important;
      line-height: calc(20/15);
      margin: 0 0 15px; }
    .comment-respond .comment-form-rating-wrap h4 {
      margin: 0 0 15px; }
  .comment-respond .required {
    margin: 0 0 0 -2px; }
  .comment-respond .comment-notes {
    color: #bcbcbc;
    font-size: 15px;
    line-height: calc(20/15);
    font-style: italic;
    margin: 0 0 30px;
    -ms-flex-order: -2;
        order: -2;
    margin: 0 0 28px !important; }
  .comment-respond .comment-form-cookies-consent {
    -ms-flex-order: 10;
        order: 10;
    text-align: left;
    margin-top: -13px !important; }
    .comment-respond .comment-form-cookies-consent label {
      position: relative;
      color: #b1b1b1;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400;
      padding-left: 30px; }
      .comment-respond .comment-form-cookies-consent label:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background: #eaeaea; }
      .comment-respond .comment-form-cookies-consent label:after {
        content: "";
        font-family: 'icomoon';
        font-size: 15px;
        line-height: 1;
        text-indent: 0;
        position: absolute;
        left: 1px;
        top: 1px;
        display: none;
        color: #000; }
    .comment-respond .comment-form-cookies-consent input[type="checkbox"] {
      position: absolute;
      visibility: hidden;
      opacity: 0; }
      .comment-respond .comment-form-cookies-consent input[type="checkbox"]:checked + label:after {
        display: block; }
  .comment-respond .form-submit {
    -ms-flex-order: 11;
        order: 11;
    text-align: center;
    margin: 23px 0 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .comment-respond .form-submit input.submit,
    .comment-respond .form-submit input#submit {
      margin: 0;
      -ms-flex: none !important;
          flex: none !important; }
      @media (min-width: 768px) {
        .comment-respond .form-submit input.submit,
        .comment-respond .form-submit input#submit {
          min-width: 288px !important; } }
  .comment-respond .comment-form-comment,
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    text-align: left;
    margin: 0 0 16px !important; }
    .comment-respond .comment-form-comment label,
    .comment-respond .comment-form-author label,
    .comment-respond .comment-form-email label {
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      line-height: 1.2;
      color: #7a797a;
      text-transform: capitalize;
      margin: 0 0 6px; }
  .comment-respond .comment-form {
    margin: 0 -8px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .comment-respond .comment-form > * {
      padding-left: 8px !important;
      padding-right: 8px !important;
      width: 100%; }
  @media (min-width: 768px) {
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
      width: 50%; } }
  .comment-respond textarea,
  .comment-respond input {
    border: none !important;
    background: rgba(219, 219, 219, 0.4) !important;
    color: #7a797a;
    text-align: left;
    outline: none;
    padding-left: 25px !important;
    padding-right: 25px !important;
    letter-spacing: .02em; }
  .comment-respond textarea {
    resize: none;
    min-height: 95px;
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

.woocommerce p.stars a:hover {
  content: "";
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  text-indent: 0;
  opacity: 1; }

.woocommerce p.stars a::before {
  content: "";
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  text-indent: 0;
  color: #bcbcbc; }

.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before {
  content: '\e916'; }

.woocommerce p.stars.selected a.active ~ a::before,
.woocommerce p.stars a:hover ~ a::before {
  content: '\e91d'; }

.woocommerce p.stars a {
  font-size: 16px;
  margin: 0 3px;
  text-indent: -9999px; }

.breadcrumb-block {
  padding: 10px 0;
  background: #f0f0f0;
  z-index: 100; }
  .breadcrumb-block .container {
    max-width: 1230px;
    padding: 0 20px !important; }

.breadcrumb ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #272523;
  margin-bottom: -3px; }

.breadcrumb li {
  position: relative;
  opacity: 0.3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    opacity: 1; }
    .breadcrumb li:last-child:after {
      display: none; }
    .breadcrumb li:last-child a {
      pointer-events: none; }
  .breadcrumb li:after {
    content: "";
    font-family: 'icomoon';
    font-size: inherit;
    line-height: 1;
    text-indent: 0;
    margin: 0 9px; }

.breadcrumb a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
  z-index: 1;
  color: inherit;
  font-size: 14px;
  line-height: calc(22/14);
  background: linear-gradient(#272523, #272523);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 350ms; }
  .breadcrumb a:hover {
    background-size: 100% 1px;
    background-position: 0 100%;
    opacity: 1; }

.intro-section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: calc(20/14);
  min-height: 290px; }
  .intro-section:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(39, 37, 35, 0.7);
    z-index: -1; }
  .intro-section .container {
    max-width: 1230px;
    padding: 0 20px !important; }
  .intro-section .intro-inner {
    padding: 45px 0;
    max-width: 500px; }
  .intro-section .breadcrumb-block {
    background: transparent; }
    @media (max-width: 767px) {
      .intro-section .breadcrumb-block + .container .intro-inner {
        padding-top: 0; } }
    .intro-section .breadcrumb-block .breadcrumb ul {
      color: #fff; }
    .intro-section .breadcrumb-block .breadcrumb li {
      opacity: 0.5; }
      .intro-section .breadcrumb-block .breadcrumb li:last-child {
        opacity: 1; }
    .intro-section .breadcrumb-block .breadcrumb a {
      background: linear-gradient(#fff, #fff);
      background-size: 0 1px;
      background-position: 100% 100%;
      background-repeat: no-repeat;
      transition: background-size 350ms; }
      .intro-section .breadcrumb-block .breadcrumb a:hover {
        background-size: 100% 1px;
        background-position: 0 100%; }
  .intro-section h1 {
    font-weight: normal;
    letter-spacing: -.045em;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .intro-section h1 {
        font-size: 40px; } }
    @media (min-width: 768px) {
      .intro-section h1 {
        margin: 0 0 30px; } }
  .intro-section .anchor-link {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    line-height: inherit;
    text-decoration: underline;
    margin-top: 7px; }
    .intro-section .anchor-link:hover {
      text-decoration: none;
      opacity: 1; }

.product-item-gallery {
  display: block !important;
  margin: 0 -8px; }
  @media (min-width: 768px) {
    .product-item-gallery {
      margin: 0 -15px; } }
  .product-item-gallery.slick-dotted:last-child {
    margin-bottom: 0; }
  .product-item-gallery .slide-gallery {
    margin: 0 8px; }
    @media (min-width: 768px) {
      .product-item-gallery .slide-gallery {
        margin: 0 15px; } }
  .product-item-gallery .slick-dots {
    position: relative;
    bottom: 0 !important;
    margin: 20px 0 0; }
  .product-item-gallery .product-item {
    width: 100% !important; }
    @media (min-width: 1024px) {
      .product-item-gallery .product-item {
        height: 450px !important; } }
    .product-item-gallery .product-item h2, .product-item-gallery .product-item .woocommerce-products-header h1, .woocommerce-products-header .product-item-gallery .product-item h1 {
      color: white; }

.info-link-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: center;
  padding-right: 10px; }
  @media (max-width: 419px) {
    .info-link-box {
      margin-right: -35px; } }
  @media (min-width: 768px) {
    .info-link-box {
      font-size: 14px; } }
  .info-link-box > img {
    position: absolute;
    top: -65px;
    width: 105px;
    right: 0;
    pointer-events: none; }
    @media (min-width: 420px) {
      .info-link-box > img {
        width: 125px;
        top: -85px; } }
    @media (min-width: 768px) {
      .info-link-box > img {
        width: 201px;
        top: -123px; } }
  .info-link-box i {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin: 13px 0 0; }
  .info-link-box p {
    font-size: 14px;
    line-height: calc(20/14);
    margin: 0 0 3px;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }
    .info-link-box p strong {
      font-weight: 700;
      font-family: "DMSans-Bold", sans-serif;
      font-size: 18px; }
  .info-link-box h2, .info-link-box .woocommerce-products-header h1, .woocommerce-products-header .info-link-box h1 {
    font-family: "DMSans-Bold", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    margin: 0 0 8px; }
  .info-link-box .info-link-inner {
    font-family: "DMSans-Regular", sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 55px 15px 10px;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: #fff;
    color: #272523;
    text-decoration: none;
    box-shadow: 2px 4px 15px 0px rgba(80, 76, 73, 0.1); }
    @media (min-width: 768px) {
      .info-link-box .info-link-inner {
        padding: 110px 30px 10px; } }
    .info-link-box .info-link-inner:hover {
      box-shadow: 2px 4px 15px 0px rgba(80, 76, 73, 0.5); }
    .info-link-box .info-link-inner > *:last-child {
      margin-bottom: 0; }

.product-section,
.product {
  padding: 15px 0 15px;
  color: #000; }
  @media (min-width: 768px) {
    .product-section,
    .product {
      padding: 15px 0 15px; } }
  .product-section .container,
  .product .container {
    max-width: 1230px;
    padding: 0 20px !important; }
  .product-section .product-head,
  .product .product-head {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .product-section .product-head,
      .product .product-head {
        -ms-flex-align: center;
            align-items: center;
        margin: 0 0 20px; } }
    @media (min-width: 768px) {
      .product-section .product-head + .price-holder,
      .product .product-head + .price-holder {
        margin-top: -17px; } }
  .product-section hr,
  .product hr {
    margin: 22px 0;
    color: rgba(219, 219, 219, 0.5);
    border: none;
    height: 1px;
    background: currentColor; }
  .product-section .head-holder,
  .product .head-holder {
    text-align: left;
    margin: 0;
    -ms-flex: 1 0;
        flex: 1 0;
    margin: 0 0 20px; }
    @media (min-width: 960px) {
      .product-section .head-holder,
      .product .head-holder {
        margin: 0 20px 32px 0; } }
    .product-section .head-holder h2, .product-section .head-holder .woocommerce-products-header h1, .woocommerce-products-header .product-section .head-holder h1,
    .product .head-holder h2,
    .product .head-holder .woocommerce-products-header h1,
    .woocommerce-products-header .product .head-holder h1 {
      font-weight: normal;
      text-transform: none;
      text-align: left;
      font-weight: 700;
      font-size: 25px !important; }
      @media (min-width: 768px) {
        .product-section .head-holder h2, .product-section .head-holder .woocommerce-products-header h1, .woocommerce-products-header .product-section .head-holder h1,
        .product .head-holder h2,
        .product .head-holder .woocommerce-products-header h1,
        .woocommerce-products-header .product .head-holder h1 {
          font-size: 30px !important; } }
  @media (min-width: 768px) {
    .product-section .mobile-content,
    .product .mobile-content {
      display: none !important; } }
  @media (max-width: 767px) {
    .product-section .desktop-content,
    .product .desktop-content {
      display: none !important; } }
  .product-section .product-logo-holder,
  .product .product-logo-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 5px;
    width: 55px;
    height: 55px;
    border: 1px solid #bcbcbc;
    border-radius: 3px; }
    @media (min-width: 420px) {
      .product-section .product-logo-holder,
      .product .product-logo-holder {
        width: 60px;
        height: 60px; } }
    @media (min-width: 768px) {
      .product-section .product-logo-holder,
      .product .product-logo-holder {
        width: 86px;
        height: 86px; } }
  .product-section .woocommerce-variation-description > *,
  .product .woocommerce-variation-description > * {
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: top;
    background: #f1c23d;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    border-radius: 8px;
    padding: 6px 16px !important;
    margin: 0 0 10px; }
  .product-section .quantity + .yith-wcwl-add-to-wishlist,
  .product .quantity + .yith-wcwl-add-to-wishlist {
    display: inline-block; }
  .woocommerce .product-section .star-rating, .woocommerce
  .product .star-rating {
    margin: 1em 8px 0 0 !important;
    float: left;
    font-size: .7em !important;
    width: 7.2em !important;
    margin-bottom: 0 !important; }
    .woocommerce .product-section .star-rating span:before, .woocommerce
    .product .star-rating span:before {
      letter-spacing: .45em !important; }
    .woocommerce .product-section .star-rating:before, .woocommerce
    .product .star-rating:before {
      letter-spacing: .45em !important; }

@media (min-width: 768px) {
  .product-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; } }

.product-gallery {
  position: relative; }
  @media (min-width: 768px) {
    .product-gallery {
      width: 380px; } }
  @media (min-width: 1025px) {
    .product-gallery {
      width: 400px; } }
  @media (min-width: 1200px) {
    .product-gallery {
      width: 450px; } }
  .product-gallery .badge {
    position: absolute;
    right: 10px;
    top: 55px;
    pointer-events: none; }
  .product-gallery .single-thumbnail .awards-list {
    left: 20px; }
  .product-gallery .awards-list {
    position: absolute;
    top: 20px;
    left: 20px;
    pointer-events: none;
    z-index: 10; }
    @media (min-width: 1024px) {
      .product-gallery .awards-list {
        left: 121px; } }
    .product-gallery .awards-list li {
      margin: 0 0 16px; }
    .product-gallery .awards-list img {
      width: 61px; }

@media (min-width: 768px) {
  .product-content {
    -ms-flex: 1 0;
        flex: 1 0;
    padding: 3px 0 0 30px; } }

@media (min-width: 1024px) {
  .product-content {
    padding: 3px 0 0 50px; } }

@media (min-width: 1200px) {
  .product-content {
    padding: 3px 0 0 116px; } }

.product-content p {
  color: #4a4a4a; }

.product-content h3 {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
  padding: 0;
  font-family: "DM Sans", sans-serif; }

.product-content .subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .07em;
  margin: 0 0 25px; }

.product-content .price-holder {
  -ms-flex: 1 0;
      flex: 1 0;
  margin: 0 0 36px; }
  @media (min-width: 768px) {
    .product-content .price-holder {
      width: calc(100% - 86px);
      margin: 0 20px 0 0; } }

.product-content .price {
  font-family: "DM Sans", sans-serif !important;
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 24px !important; }
  .product-content .price del {
    font-size: 20px !important;
    margin-bottom: 4px !important; }
  .product-content .price ins {
    font-family: inherit !important;
    text-decoration: none;
    font-weight: normal !important; }

.product-content .price-info {
  display: block;
  font-size: 12px;
  color: #b9b9b9; }
  .product-content .price-info a {
    color: inherit; }

.product-content .button {
  position: relative;
  text-align: center;
  z-index: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex: 1 0;
      flex: 1 0;
  font-size: 15px !important;
  font-weight: 500;
  max-width: 218px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 10px 15px !important;
  float: none !important;
  color: #000 !important;
  border-radius: 0 !important;
  background: #f1c23d !important;
  text-decoration: none;
  border: none;
  border-radius: 8px !important;
  height: 45px !important;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  @media (min-width: 420px) {
    .product-content .button {
      padding: 10px 20px !important; } }
  .product-content .button:hover {
    opacity: 0.7; }

.product-content .woocommerce-product-details__short-description p {
  margin: 0; }

.product-content p,
.product-content .woocommerce-product-details__short-description {
  line-height: 1.75;
  margin: 0 0 19px; }
  .product-content p a,
  .product-content .woocommerce-product-details__short-description a {
    font-size: 12px;
    font-weight: 700;
    color: #000; }

.product-content .content-inner {
  position: relative;
  padding: 0 0 36px;
  margin: 0 0 30px; }
  .product-content .content-inner:after {
    position: absolute;
    content: '';
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 1px;
    background: rgba(226, 226, 226, 0.5); }
    @media (min-width: 768px) {
      .product-content .content-inner:after {
        right: -9999px;
        left: 0; } }
  .product-content .content-inner > *:last-child {
    margin-bottom: 0; }
  .product-content .content-inner p {
    font-weight: 300;
    letter-spacing: -.02em; }
  .product-content .content-inner .anchor-link {
    margin: 0 0 0 20px; }

.product-cart-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -7.5px; }
  .product-cart-holder > * {
    margin: 0 7.5px; }

.sticky-wrap-success-product-block {
  position: absolute;
  width: 100%;
  z-index: 99;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .sticky-wrap-success-product-block {
      z-index: 999; } }

.success-product-block {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  z-index: 99;
  width: 100%; }

.success-product-added {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  background: #fff;
  padding: 0 0 0 20px;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.05);
  transform: translateY(100%);
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (min-width: 1320px) {
    .success-product-added {
      padding-left: 50px !important; } }
  @media (min-width: 1440px) {
    .success-product-added {
      padding-left: 118px !important; } }
  .fixed-position .success-product-added {
    opacity: 1;
    transform: translateY(0); }
  .success-product-added a.added_to_cart {
    display: none !important; }
  .success-product-added a.button.loading:after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    animation: none !important;
    top: 0 !important;
    right: 0 !important; }
  .success-product-added a.button.added:after {
    font-family: inherit !important;
    content: " ";
    margin-left: 0 !important; }
  .success-product-added h4 {
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: 700;
    font-size: 16px; }
    @media (min-width: 768px) {
      .success-product-added h4 {
        font-size: 18px;
        margin: 0 0 10px; } }
    @media (min-width: 1024px) {
      .success-product-added h4 {
        font-size: 21px; } }
  .success-product-added .subtitle {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 0;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 767px) {
      .success-product-added .subtitle {
        display: none; } }
    @media (min-width: 1024px) {
      .success-product-added .subtitle {
        font-size: 12px;
        -webkit-line-clamp: 2; } }
  .success-product-added .price-holder {
    margin: 0 15px;
    -ms-flex: none;
        flex: none; }
    @media (max-width: 767px) {
      .success-product-added .price-holder {
        display: none; } }
    @media (min-width: 420px) {
      .success-product-added .price-holder {
        margin: 0 15px; } }
    @media (min-width: 1024px) {
      .success-product-added .price-holder {
        margin: 0 30px; } }
    @media (min-width: 1320px) {
      .success-product-added .price-holder {
        margin: 0 50px; } }
    @media (min-width: 1200px) {
      .success-product-added .price-holder {
        margin: 0 73px; } }
  .success-product-added .price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000 !important; }
    @media (max-width: 767px) {
      .success-product-added .price {
        -ms-flex: 1 0;
            flex: 1 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    @media (min-width: 768px) {
      .success-product-added .price {
        font-size: 20px !important; } }
    .success-product-added .price .small {
      display: inline-block;
      font-size: 12px;
      margin: 0 0 5px 20px;
      color: #b9b9b9;
      opacity: 0.5; }
  .success-product-added .price-info {
    font-size: 12px;
    color: #b9b9b9;
    display: block; }
  .success-product-added .button {
    font-family: "DMSans-Bold", sans-serif;
    position: relative;
    text-align: center;
    z-index: 1;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 10px 15px !important;
    float: none !important;
    color: #272523 !important;
    border-radius: 0 !important;
    background: #f1c23d !important;
    text-decoration: none;
    font-weight: normal !important;
    min-width: 130px;
    font-size: 14px !important;
    font-weight: 700; }
    @media (min-width: 420px) {
      .success-product-added .button {
        font-size: 16px !important;
        padding: 10px 20px !important;
        min-width: 170px; } }
    @media (min-width: 1024px) {
      .success-product-added .button {
        min-width: 220px; } }
    @media (min-width: 1320px) {
      .success-product-added .button {
        min-width: 352px; } }
    .success-product-added .button:hover {
      color: #000; }
      .success-product-added .button:hover:after {
        transform: scale(1); }
    .success-product-added .button.added {
      font-size: 0 !important; }
      .success-product-added .button.added:before {
        content: "";
        font-family: 'icomoon';
        font-size: 20px;
        line-height: 1;
        text-indent: 0;
        margin: 0; }
        @media (min-width: 420px) {
          .success-product-added .button.added:before {
            font-size: 30px; } }
        @media (min-width: 768px) {
          .success-product-added .button.added:before {
            font-size: 35px; } }

@media (min-width: 1200px) {
  .success-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.success-holder {
  -ms-flex: 1 0;
      flex: 1 0; }
  @media (min-width: 768px) {
    .success-holder {
      display: -ms-flexbox;
      display: flex; } }
  .success-holder .logo-holder {
    margin-left: 25px;
    max-width: 65px;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .success-holder .logo-holder {
        display: none; } }
    @media (min-width: 1024px) {
      .success-holder .logo-holder {
        margin-top: 7px;
        margin-left: 40px;
        max-width: 86px; } }

.success-holder-inner > *:last-child {
  margin-bottom: 0; }

.success-product-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1 0;
      flex: 1 0;
  padding: 11px 15px 11px 0; }
  .success-product-holder .image-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px; }
    @media (min-width: 420px) {
      .success-product-holder .image-holder {
        width: 50px;
        height: 50px; } }
    @media (min-width: 1024px) {
      .success-product-holder .image-holder {
        width: 78px;
        height: 78px;
        margin: 0 23px 0 0; } }

.delivery-info {
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 10px;
  padding-left: 16px;
  color: #31d337;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .delivery-info {
      font-size: 12px;
      padding-left: 20px; } }
  .delivery-info:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    left: 0;
    top: 1px; }
    @media (min-width: 768px) {
      .delivery-info:after {
        width: 10px;
        height: 10px;
        top: 3px; } }

.anchor-links-block {
  background: #000;
  color: #fff;
  padding: 10px 0; }
  @media (min-width: 420px) {
    .anchor-links-block {
      padding: 20px 0; } }
  @media (min-width: 768px) {
    .anchor-links-block {
      padding: 30px 0; } }
  .anchor-links-block .container {
    max-width: 1230px;
    padding: 0 20px !important; }

.anchor-links-list {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: none;
  margin: 0 -10px -10px; }
  @media (min-width: 768px) {
    .anchor-links-list {
      margin: 0 auto -10px; } }
  .anchor-links-list li {
    margin: 0 10px 10px; }
    @media (min-width: 768px) {
      .anchor-links-list li {
        margin: 0 20px 10px; } }
  .anchor-links-list a {
    opacity: 0.45;
    background: linear-gradient(#fff, #fff);
    background-size: 0 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-size 350ms; }
    .anchor-links-list a:hover {
      background-size: 100% 1px;
      background-position: 0 100%;
      opacity: 1; }

.container-holder {
  padding-top: 35px;
  padding-bottom: 80px; }
  @media (min-width: 960px) {
    .container-holder {
      display: -ms-flexbox;
      display: flex;
      padding-top: 47px;
      padding-bottom: 160px; } }
  .container-holder #sidebar {
    padding: 0 0 25px; }
    @media (min-width: 960px) {
      .container-holder #sidebar {
        padding: 0 25px 0 0;
        width: 280px; } }
    @media (min-width: 1024px) {
      .container-holder #sidebar {
        padding: 0 25px 0 0; } }
    @media (min-width: 1320px) {
      .container-holder #sidebar {
        width: 305px;
        padding: 0 25px 0 0; } }
    @media (max-width: 959px) {
      .container-holder #sidebar > .g-container > *:not(.mobile-cat-wrap) {
        display: none !important; } }
  @media (min-width: 960px) {
    .container-holder #primary {
      -ms-flex: 1 0;
          flex: 1 0; } }
  .container-holder h2, .container-holder .woocommerce-products-header h1, .woocommerce-products-header .container-holder h1,
  .container-holder h3 {
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.03em; }
  .container-holder .widget-mobile {
    margin-top: 50px; }
    @media (min-width: 960px) {
      .container-holder .widget-mobile {
        display: none !important; } }

.info-box {
  display: -ms-flexbox;
  display: flex; }
  .info-box .info-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    padding: 0px;
    min-height: 280px; }
    @media (min-width: 420px) {
      .info-box .info-inner {
        min-height: 320px; } }
    @media (min-width: 768px) {
      .info-box .info-inner {
        min-height: 400px; } }
    .info-box .info-inner:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      z-index: -1;
	  background: rgba(0, 0, 0, 0.4); }
    .info-box .info-inner h3 {
      color: #ffffff !important;
      font-size: 40px;
      line-height: calc(55/50);
      max-width: 450px;
      margin: 0 0 20px;
      letter-spacing: -.04em; }
      @media (min-width: 1320px) {
        .info-box .info-inner h3 {
          font-size: 50px; } }
    .info-box .info-inner .btn {
      width: auto;
      max-width: none;
      min-width: 187px;
      padding-left: 20px;
      padding-right: 20px; }

.comparison-holder h4 {
  margin: 0 0 20px;
  letter-spacing: -0.04em; }

.comparison-holder .btn {
  width: 100%;
  max-width: 300px; }

.comparison-holder p {
  margin: 0 0 15px; }

.comparison-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 30px; }
  .comparison-item > *:last-child {
    margin-bottom: 0; }
  .comparison-item .delete {
    transition: color 0.3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-transform: lowercase;
    cursor: pointer; }
    .comparison-item .delete:hover {
      color: #F1C23D; }
    .comparison-item .delete:before {
      content: "";
      font-family: 'icomoon';
      font-size: 0.8em;
      line-height: 1;
      text-indent: 0;
      margin: 3px 7px 0 0; }

.comparison-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 5px;
  padding: 5px;
  background: #F0F0F0;
  margin: 0 15px 0 0;
  font-size: 14px;
  line-height: calc(18/14); }

.comparison-text {
  -ms-flex: 1 0;
      flex: 1 0; }
  .comparison-text > *:last-child {
    margin-bottom: 0; }

.single-page {
  padding: 35px 0; }
  @media (min-width: 768px) {
    .single-page {
      padding: 50px 0; } }
  .single-page .container {
    max-width: 1230px;
    padding: 0 20px !important; }
  .single-page h1,
  .single-page h2,
  .single-page .woocommerce-products-header h1,
  .woocommerce-products-header .single-page h1,
  .single-page h3,
  .single-page h4,
  .single-page h5,
  .single-page h6 {
    color: #000;
    text-align: left;
    margin: 0 0 .5em; }
  .single-page p {
    margin: 0 0 15px; }

.cards-section {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .cards-section {
      padding: 95px 0; } }
  .cards-section + .advice {
    margin-top: 0; }
  .cards-section .container {
    max-width: 1300px;
    padding: 0 20px !important; }
  .cards-section h2, .cards-section .woocommerce-products-header h1, .woocommerce-products-header .cards-section h1 {
    font-size: 30px;
    line-height: calc(55/30); }
  @media (min-width: 1024px) {
    .cards-section .head-holder {
      margin: 0 0 42px; } }
  @media (min-width: 768px) {
    .cards-section .products-holder {
      margin-left: -15px;
      margin-right: -15px; } }
  .cards-section .products-holder .card-product {
    margin-left: 15px;
    margin-right: 15px; }

.cards-gallery {
  margin: 0 -8px 50px; }
  @media (min-width: 768px) {
    .cards-gallery {
      margin-bottom: 60px; } }
  .cards-gallery:last-child {
    margin-bottom: 0; }
  .cards-gallery .gallery-slide {
    padding: 0 8px; }
  .cards-gallery .card-product {
    padding: 0; }
    @media (max-width: 419px) {
      .cards-gallery .card-product {
        max-width: 288px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .cards-gallery .card-product {
        padding: 0 0 35px; } }
  .cards-gallery .slick-dots {
    position: relative;
    bottom: 0 !important; }
    .cards-gallery .slick-dots li {
      margin: 35px 0 0 !important; }
      .cards-gallery .slick-dots li:only-child {
        display: none; }

.content-section:not(.single-product-content) h2 + h3, .content-section:not(.single-product-content) .woocommerce-products-header h1 + h3, .woocommerce-products-header .content-section:not(.single-product-content) h1 + h3 {
  color: #9a9a9a;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: -10px !important; }

.content-section {
  padding: 60px 0;
  font-size: 16px;
  line-height: calc(25/14); }
  @media (min-width: 768px) {
    .content-section {
      padding: 0 0; } }
  .content-section + .advice {
    margin-top: 0; }
  .content-section + .content-section {
    padding-top: 0px; }
    @media (min-width: 768px) {
      .content-section + .content-section {
        padding-top: 13px; } }
  .content-section + .cards-section {
    padding-top: 0; }
    @media (min-width: 768px) {
      .content-section + .cards-section {
        margin-top: -20px; } }
  .content-section .container {
    max-width: 1230px;
    padding: 0 20px !important; }
  .content-section h1,
  .content-section h2,
  .content-section .woocommerce-products-header h1,
  .woocommerce-products-header .content-section h1,
  .content-section h3,
  .content-section h4,
  .content-section h5,
  .content-section h6 {
    color: #000; }

  
    margin: 0 0 25px; }
    .content-section p:last-child {
      margin: 0; }
  .content-section img {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    margin: 0 0 17px; }
    .content-section img:last-child {
      margin: 0; }

@media (min-width: 768px) {
  .content-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.content-holder:last-child {
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    .content-holder:last-child {
      margin-bottom: -65px; } }
  @media (min-width: 1024px) {
    .content-holder:last-child {
      margin-bottom: -90px; } }

@media (min-width: 768px) {
  .content-holder img {
    width: calc(100% - 40px); } }

@media (min-width: 1024px) {
  .content-holder img {
    width: calc(100% - 70px); } }

@media (min-width: 1320px) {
  .content-holder img {
    width: calc(100% - 116px); } }

@media (min-width: 768px) {
  .content-holder .alignleft {
    width: 50%; } }

.content-holder .alignleft:only-child {
  width: 100%; }

@media (min-width: 768px) {
  .content-holder .alignleft img {
    text-align: left;
    margin-right: 40px; } }

@media (min-width: 1024px) {
  .content-holder .alignleft img {
    margin-right: 70px; } }

@media (min-width: 1320px) {
  .content-holder .alignleft img {
    margin-right: 116px; } }

@media (min-width: 768px) {
  .content-holder .alignright {
    width: 50%; } }

.content-holder .alignright:only-child {
  width: 100%; }

@media (min-width: 768px) {
  .content-holder .alignright img {
    text-align: right;
    margin-left: 40px; } }

@media (min-width: 1024px) {
  .content-holder .alignright img {
    margin-left: 70px; } }

@media (min-width: 1320px) {
  .content-holder .alignright img {
    margin-left: 116px; } }

.content-list {
  font-size: 14px;
  line-height: calc(20/15);
  color: #9A9A9A; }
  @media (min-width: 768px) {
    .content-list {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .content-list {
      column-count: 2;
      column-gap: 14px; } }
  .content-list li {
    display: -ms-flexbox;
    display: flex;
    min-height: 58px;
    padding: 5px;
    -ms-flex-align: center;
        align-items: center;
    break-inside: avoid;
    border-bottom: 1px solid #d6d6d6; }
    @media (min-width: 420px) {
      .content-list li {
        padding: 5px 15px; } }
    @media (min-width: 768px) {
      .content-list li {
        min-height: 63px;
        padding: 5px 30px; } }
    .content-list li:nth-child(even) {
      background: rgba(240, 240, 240, 0.5); }
    .content-list li > * {
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      padding: 0 8px; }
      .content-list li > *:first-child {
        padding-right: 8px; }
      .content-list li > *:last-child {
        padding-left: 8px; }
    .content-list li strong {
      font-weight: 500;
      color: #000; }

.popup-info {
  position: relative;
  z-index: 10;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(18/14);
  margin: 0 0 30px; }
  .popup-info:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: #f1c23d;
    background-image: url(img/info.svg);
    background-size: 6px 12px;
    background-position: center;
    background-repeat: no-repeat; }
  .popup-info .open-info {
    color: #272523; }
  .popup-info .popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: calc(25/14);
    z-index: 10;
    padding: 15px 0 0; }
    .popup-info .popup:before {
      position: absolute;
      content: '';
      top: 3px;
      left: 70px;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-right-width: 15px;
      border-left-width: 15px;
      border-bottom: 12px solid #F0F0F0; }
  .popup-info .popup-inner {
    background: #F0F0F0;
    border-radius: 5px;
    color: #9A9A9A;
    padding: 10px 20px; }
    @media (min-width: 768px) {
      .popup-info .popup-inner {
        padding: 20px 15px 20px 35px; } }
    .popup-info .popup-inner > *:last-child {
      margin-bottom: 0; }

.commentlist {
  margin: 40px 0 35px; }
  @media (min-width: 768px) {
    .commentlist {
      margin: 52px 0 45px; } }
  .commentlist:first-child {
    margin-top: 0; }
  .commentlist:last-child {
    margin: 0; }
  .commentlist li {
    margin-bottom: 20px; }
    .commentlist li:last-child {
      margin-bottom: 0; }
  .commentlist .comment_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
  .commentlist .avatar {
    margin: 0 16px 0 0;
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 5px;
    background-color: #f0f0f0; }
  .commentlist .comment-text {
    border-radius: 5px;
    -ms-flex: 1 0;
        flex: 1 0;
    background: rgba(240, 240, 240, 0.5);
    padding: 10px 15px;
    letter-spacing: 0.6px;
    font-size: 14px; }
    @media (min-width: 420px) {
      .commentlist .comment-text {
        padding: 15px 20px; } }
    @media (min-width: 768px) {
      .commentlist .comment-text {
        padding: 20px 30px 20px 45px; } }
    .commentlist .comment-text .meta {
      margin: 0 0 5px !important; }
      .commentlist .comment-text .meta strong {
        font-weight: 500;
        font-size: 15px; }
    .commentlist .comment-text .description {
      font-family: 'Kumbh Sans', sans-serif;
      font-size: 12px;
      line-height: calc(25/12); }
    .commentlist .comment-text .woocommerce-review__author {
      margin-right: 20px; }
      @media (min-width: 768px) {
        .commentlist .comment-text .woocommerce-review__author {
          margin-right: 35px; } }
    .commentlist .comment-text .woocommerce-review__dash {
      display: none; }

.filters-section {
  overflow: hidden; }
  .filters-section + .advice {
    margin-top: 0 !important; }
  .filters-section .products-holder {
    border-bottom: 1px solid #f0f0f0; }
    @media (min-width: 1024px) {
      .filters-section .products-holder {
        padding-bottom: 20px; } }
  .filters-section .lmp_load_more_button.br_lmp_button_settings {
    padding-top: 40px; }
    @media (min-width: 960px) {
      .filters-section .lmp_load_more_button.br_lmp_button_settings {
        padding-top: 55px; } }
    @media (min-width: 1024px) {
      .filters-section .lmp_load_more_button.br_lmp_button_settings {
        padding-top: 72px; } }
    .filters-section .lmp_load_more_button.br_lmp_button_settings .lmp_button {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #F1C23D !important;
      border-radius: 5px !important;
      min-width: 285px;
      font-family: "DM Sans", sans-serif !important;
      font-weight: 500 !important;
      font-size: 16px !important;
      letter-spacing: 0px;
      line-height: 20px;
      color: #272523 !important;
      padding: 14px 30px !important;
      text-align: center; }
      .berocket_lmp_ajax_loading .filters-section .lmp_load_more_button.br_lmp_button_settings .lmp_button {
        opacity: 0.7;
        pointer-events: none; }
      .filters-section .lmp_load_more_button.br_lmp_button_settings .lmp_button:after {
        content: "";
        font-family: 'icomoon';
        font-size: 0.9em;
        line-height: 1;
        text-indent: 0;
        margin: 0 -19px 0 17px; }
        .berocket_lmp_ajax_loading .filters-section .lmp_load_more_button.br_lmp_button_settings .lmp_button:after {
          animation: load 1.3s linear infinite; }
      .filters-section .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
        background-color: #F1C23D !important; }

.lmp_load_more_button .lmp_button .br_loading_inside_image_lmp {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important; }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.filter-block {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .filter-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 0 10px;
      margin: 0 0 10px; } }
  .filter-block:after {
    position: absolute;
    content: '';
    left: -9999px;
    right: -9999px;
    height: 1px;
    background: #f0f0f0;
    bottom: 0; }
    @media (min-width: 960px) {
      .filter-block:after {
        left: 0; } }
  .filter-block > h3 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    font-size: 20px;
    line-height: calc(25/20);
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .filter-block > h3 {
        margin: 0 0 25px; } }
    .filter-block > h3:after {
      content: "";
      font-family: 'icomoon';
      font-size: inherit;
      line-height: 1;
      text-indent: 0;
      margin-left: 20px; }
 /* .filter-block .bapf_head {
    display: none; }*/
  .filter-block .filter-block-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0;
        flex: 1 0;
    margin: 0 -7.5px 10px; }
    @media (max-width: 1023px) {
      .filter-block .filter-block-items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .filter-block .filter-block-items {
        margin-right: 20px; } }
    .filter-block .filter-block-items > * {
      margin: 0 7.5px 8px; }
  .filter-block .woocommerce-ordering {
    float: none !important; }
  .filter-block .woocommerce-ordering {
    position: relative; }
    @media (min-width: 1024px) {
      .filter-block .woocommerce-ordering {
        margin-bottom: 0 !important; } }
    .filter-block .woocommerce-ordering select {
      min-width: 220px;
      height: 40px;
      border-radius: 5px;
      border: 1px solid #9a9a9a !important;
      background-color: #ffffff;
      padding: 2px 45px 2px 30px !important;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 960px) {
        .filter-block .woocommerce-ordering select {
          width: 223px; } }

.filter-search-items .bapf_head {
  display: none; }

.berocket_aapf_widget_selected_filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bapf_sfa_inline .berocket_aapf_widget_selected_area ul li {
  margin: 0 15px 8px 0 !important; }

.berocket_single_filter_widget {
    background-color: #dddddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;}

.bapf_ckbox_greychck input[type=checkbox] {border: 1px solid #696969;
	background-color: #ffffff; border-radius: 5px;}

.bapf_sfa_taxonomy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bapf_sfa_taxonomy > span {
    display: none; }
  .bapf_sfa_taxonomy a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-align: center;
        align-items: center;
    min-height: 30px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    border-radius: 5px;
    background-color: rgba(186, 186, 186, 0.3);
    padding: 2px 13px 2px 20px; }
    @media (min-width: 768px) {
      .bapf_sfa_taxonomy a {
        min-height: 26px; } }
    .bapf_sfa_taxonomy a:after {
      content: "";
      font-family: 'icomoon';
      font-size: 0.85em;
      line-height: 1;
      text-indent: 0;
      margin: 2px 0 0 17px; }
    .is-not-touch-device .bapf_sfa_taxonomy a:hover {
      background-color: rgba(186, 186, 186, 0.5);
      opacity: 1; }
  .bapf_sfa_taxonomy i {
    display: none; }

.bapf_sfa_unall {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .bapf_sfa_unall > span {
    display: none; }
  .bapf_sfa_unall a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-align: center;
        align-items: center;
    min-height: 30px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    background: #fff;
    padding: 2px 13px 2px 20px; }
    @media (min-width: 768px) {
      .bapf_sfa_unall a {
        min-height: 26px; } }
    .bapf_sfa_unall a:after {
      content: "";
      font-family: 'icomoon';
      font-size: 0.85em;
      line-height: 1;
      text-indent: 0;
      margin: 2px 0 0 17px; }
    .is-not-touch-device .bapf_sfa_unall a:hover {
      background-color: rgba(186, 186, 186, 0.3);
      opacity: 1; }
  .bapf_sfa_unall i {
    display: none !important; }

.filter-search-items {
  margin: 0 0 35px; }

.contact-me {
  position: relative;
  z-index: 5; }

.button-div {
  position: static; }

.popup-holder.active {
  z-index: 5; }

.popup-holder .popup {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: none;
  pointer-events: auto;
  padding: 25px 20px;
  pointer-events: none; }
  .popup-holder .popup p {
    text-align: left !important; }

.popup-holder .popup-inner {
  position: relative;
  pointer-events: none;
  max-width: 995px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 25px 20px;
  pointer-events: auto; }
  @media (min-width: 768px) {
    .popup-holder .popup-inner {
      padding: 30px 55px; } }
  @media (min-width: 1024px) {
    .popup-holder .popup-inner {
      padding: 57px 100px 40px; } }
  @media (min-width: 1024px) {
    .termina .popup-holder .popup-inner {
      padding-top: 30px; } }
  .popup-holder .popup-inner:before {
    content: "";
    display: block;
    height: -webkit-min-content;
    height: min-content; }

.popup-holder .close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: linear-gradient(51deg, #f1c23d 0%, #f9e866 100%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #2c2c2c; }

.gform_confirmation_message {
  text-align: center !important;
  font-size: 20px !important; }
  @media (min-width: 768px) {
    .gform_confirmation_message {
      font-size: 25px !important; } }

.termina .gform_wrapper.gravity-theme .gform_heading h2, .termina .gform_wrapper.gravity-theme .gform_heading .woocommerce-products-header h1, .woocommerce-products-header .termina .gform_wrapper.gravity-theme .gform_heading h1 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin: 0; }

.termina .gform_wrapper.gravity-theme .gform_heading .gform_description {
  display: block;
  color: #272523;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  margin: 0 0 28px; }
  @media (min-width: 1024px) {
    .termina .gform_wrapper.gravity-theme .gform_heading .gform_description {
      margin: 0 0 33px; } }

.gform_wrapper.gravity-theme .gfield textarea {
  padding: 14px 20px !important;
  letter-spacing: 0.35px;
  font-size: 14px;
  line-height: calc(25/14);
  color: #7a797a; }
  @media (min-width: 768px) {
    .gform_wrapper.gravity-theme .gfield textarea {
      padding-right: 50px !important; } }
  @media (min-width: 1024px) {
    .gform_wrapper.gravity-theme .gfield textarea {
      padding-right: 90px !important; } }
  .gform_wrapper.gravity-theme .gfield textarea.large {
    resize: none;
    height: 115px !important;
    border-color: transparent; }
    @media (min-width: 1024px) {
      .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 95px !important; } }

.gform_wrapper.gravity-theme .gfield_description {
  display: none !important; }

.gform_wrapper.gravity-theme .gform_fileupload_rules {
  color: #bcbcbc;
  font-size: 12px !important;
  line-height: 1 !important;
  margin: 0 0 0 7px !important;
  padding: 0 !important; }

.gform_wrapper.gravity-theme .ginput_container_fileupload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px 0 4px; }
  .gform_wrapper.gravity-theme .ginput_container_fileupload .jcf-file {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center; }
  .gform_wrapper.gravity-theme .ginput_container_fileupload .jcf-fake-input {
    height: auto;
    width: auto;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    border: none;
    margin: 0 0 0 7px; }
  .gform_wrapper.gravity-theme .ginput_container_fileupload .jcf-upload-button {
    transition: opacity 0.3s ease-in-out;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    border-radius: 5px;
    background-color: #d6d6d6;
    border: none;
    margin-left: 1px;
    height: auto;
    padding: 7px 14px; }
    .gform_wrapper.gravity-theme .ginput_container_fileupload .jcf-upload-button:hover {
      opacity: 0.7; }

@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1 !important; } }

.gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  width: 255px;
  padding: 0 !important;
  margin: 20px auto 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 768px) {
    .gform_wrapper.gravity-theme .gform_footer {
      margin: 0 0 8px auto !important; } }
  .gform_wrapper.gravity-theme .gform_footer:hover:after {
    opacity: 0.7; }
  .gform_wrapper.gravity-theme .gform_footer:after {
    transition: opacity 0.3s ease-in-out;
    content: "";
    font-family: 'icomoon';
    font-size: 13px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 16px;
    color: #272523;
    right: 40px;
    pointer-events: none;
    z-index: 1; }
  .gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
    display: none !important; }

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px !important; }

.gform_wrapper.gravity-theme input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0; }
  .gform_wrapper.gravity-theme input[type="checkbox"]:checked + label:after {
    display: block; }
  .gform_wrapper.gravity-theme input[type="checkbox"] + label {
    position: relative;
    display: block;
    color: #b1b1b1;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px; }
    @media (min-width: 768px) {
      .gform_wrapper.gravity-theme input[type="checkbox"] + label {
        width: calc(100% - 265px); } }
    .gform_wrapper.gravity-theme input[type="checkbox"] + label:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      border-radius: 3px;
      background-color: #eaeaea; }
    .gform_wrapper.gravity-theme input[type="checkbox"] + label:after {
      content: "";
      font-family: 'icomoon';
      font-size: 14px;
      line-height: 1;
      text-indent: 0;
      position: absolute;
      left: 2px;
      top: 2px;
      display: none; }
    .gform_wrapper.gravity-theme input[type="checkbox"] + label a {
      text-decoration: none; }
      .gform_wrapper.gravity-theme input[type="checkbox"] + label a:hover {
        opacity: 1;
        text-decoration: none; }

.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme select {
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  height: 45px !important;
  font-size: 16px !important;
  border-color: transparent; }
  @media (min-width: 1024px) {
    .gform_wrapper.gravity-theme input,
    .gform_wrapper.gravity-theme select {
      font-size: 14px !important; } }
  .gform_wrapper.gravity-theme input.gform_button,
  .gform_wrapper.gravity-theme select.gform_button {
    margin: 0 !important;
    padding: 10px 65px 10px 30px !important;
    font-size: 15px !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1 !important; }

.gform_wrapper.gravity-theme select {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 20px !important;
  font-size: 16px !important;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  border: 1px solid rgba(219, 219, 219, 0.4);
  border-radius: 5px;
  margin: 0 0 15px;
  background: rgba(219, 219, 219, 0.4);
  color: #7a797a;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media (min-width: 1024px) {
    .gform_wrapper.gravity-theme select {
      font-size: 14px !important; } }

.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative; }
  .gform_wrapper.gravity-theme .ginput_container_select:after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 22px;
    pointer-events: none;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 5px solid #2c2c2c; }

.gform_wrapper.gravity-theme h2, .gform_wrapper.gravity-theme .woocommerce-products-header h1, .woocommerce-products-header .gform_wrapper.gravity-theme h1 {
  color: #272523;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  margin: 0 0 28px; }

.gform_wrapper.gravity-theme .gfield_label {
  color: #7a797a;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important; }
  .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    display: none; }

.gform_wrapper.gravity-theme .ginput_container_date {
  position: relative; }
  .gform_wrapper.gravity-theme .ginput_container_date:after {
    content: "";
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2c2c2c;
    right: 18px;
    pointer-events: none; }
  .gform_wrapper.gravity-theme .ginput_container_date input {
    padding-right: 40px !important;
    text-transform: uppercase; }

.gform_wrapper.gravity-theme .ginput_container {
  width: 100%; }

.gform_wrapper.gravity-theme .gfield.gfield--width-third {
  -ms-grid-column: span 3;
      grid-column: span 3; }

.woocommerce div.product form.cart .variations select:not(textarea) {
  height: unset;
}

/* ÜBERSCHRIFTEN ABSTAND VOM 16.01.2023 START */
.g-container > h2 {
  margin-bottom: 30px;
}

.g-container > h1 {
  margin-bottom: 20px;
}

.is-content-justification-center .g-container {
  text-align: center;
}

.wp-block-image.aligncenter {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 768px) {
  
}

/* ÜBERSCHRIFTEN ABSTAND VOM 16.01.2023 END */

li.search-icon {
  cursor: pointer;
}

/* CHRISTOPHER EDIT VOM 23.01.2023 START */
.wvg-single-gallery-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 1440px) {
  .wvg-single-gallery-image-container {
    height: 490px;
  }
}

.product-nav .slide-gallery img {
 max-height: 100% !important;
}

/* CHRISTOPHER EDIT VOM 23.01.2023 END */

.recommend-slider .slick-track {
  display: flex;
  align-items: flex-end;
}

.recommend-slider .recommend-item {
  display: flex;
  justify-content: center;
}

.recommend-slider .recommend-body {
  display: flex; 
  flex-direction: column;
  align-items: center;
}

.dashicons.dashicons-search {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

/* CHRISTOPHER EDIT VOM 25.01.2023 START */
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover {
  background: transparent!important;
}

.dashicons-arrow-right-alt2:before, .dashicons-arrow-left-alt2:before {
  font-size: 45px!important;
  font-weight: 100!important;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before {
  color: #fff!important;
}


.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  background: transparent;
}

.woo-variation-gallery-slider-wrapper:hover .wvg-slider-next-arrow {
  right: 20px;
}

.woo-variation-gallery-slider-wrapper:hover .wvg-slider-prev-arrow {
  left: 20px;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover {
  background: transparent;
}

.woo-variation-gallery-slider-wrapper .dashicons-search:before {
  content: ""!important;
  background-image: url('/wp-content/themes/hifistudioat/img/icon-search.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  right: 10px;
  top: 8px;
  background-color: transparent;
}

.wvg-gallery-thumbnail-image.slick-slide.slick-cloned.slick-active {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.woo-variation-product-gallery .slick-vertical .slick-slide {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 767px) {
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
      width: 14.5%;
      margin-right: 20px;
  }

  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    width: 75%;
  }
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
}

@media only screen and (min-width: 767px) {
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
      bottom: 0px;
      top: unset;
      width: 48%;
      background-color: transparent;
      border: 1px solid #f1c446;
      border-radius: 5px;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow {
    bottom: 0px;
    top: unset;
    right: 0px;
    width: 48%;
    background-color: transparent;
    border: 1px solid #f1c446;
    border-radius: 5px;
  }
  .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before {
    color: #f1c446;
  }
  .woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-5 .wvg-thumbnail-prev-arrow.dashicons.dashicons-arrow-left-alt2.slick-arrow:before {
    font-size: 15px!important;
  }
  .woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-5 .wvg-thumbnail-next-arrow.dashicons.dashicons-arrow-right-alt2.slick-arrow:before {
    font-size: 15px!important;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized {
    padding-bottom: 35px;
  }
}

.filter-block .filter-block-items {
  flex: unset!important;
  flex-wrap: wrap;
}

/* CHRISTOPHER EDIT VOM 25.01.2023 END */

/* TOBIAS */
.wc-block-product-categories-list-item > ul {
  display: none;
  padding-left: 10px;
}

.wc-block-product-categories-list-item a {
  display: inline-block;
  padding: 8px;
}

/*
.wc-block-product-categories-list--depth-0 .wc-block-product-categories-list--depth-2 .wc-block-product-categories-list-item:after {
    transition: transform 0.3s ease-in-out;
    content: "";
    font-family: 'icomoon';
    font-size: 8px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
    width: 10px;
    height: 10px;
    right: 31px;
    pointer-events: none; 
} */

.wc-block-product-categories-list-item {
  position: relative;
}

.lmt_toggle {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.lmt_active > .lmt_toggle {
  transform: rotate(180deg);
}

.lmt_toggle:after {
  transition: transform 0.3s ease-in-out;
  content: "";
  font-family: 'icomoon';
  font-size: 10px;
  line-height: 1;
  text-indent: 0;
  position: relative;
  top: 50%;
  right: 0;
  pointer-events: none;
  width: 10px;
  height: 10px;
  margin: auto;
  display: block;
  transform: translateY(-50%);
}

.card-product .product-detail-page-contact-button a {
  background: #f1c23d; 
  padding: 10px 20px ;
  color: #000000;
}

.card-product .product-detail-page-contact-button {
  margin-left: 0px;
}

.single_prod_slider_wrapper {
  display: none;
}

.woocommerce span.onsale {
  background-color: #c92020;
  border-radius: 5px;
  top: 0px;
  font-size: 10px;
  line-height: 0px;
  padding: 12px 10px;
  min-height: unset;
  font-weight: 500;
}

.product-badge-liste .vorfuehr, .product-badge-liste .new {
  background-color: green;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 0px;
  padding: 12px 10px;
  min-height: unset;
  font-weight: 500;
  border-radius: 5px;
  width: fit-content;
}

.product-badge-liste .new {
  background-color: blue;
}

.product-badge-liste {
  z-index: 6;
  position: absolute;
  gap: 10px;
  display: flex;
}

/* CHRISTOPHER EDIT VOM 30.01.2023 START */
body .brand-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 20px;
}

.brand-buttons .g-container {
  padding-bottom: 0px;
}

.brand-buttons .g-container .wp-block-button__link {
  max-width: unset;
  min-width: unset;
}

.archive .section-filters .title {
  display: none;
}


/* CHRISTOPHER EDIT VOM 30.01.2023 END */

.related .products-holder {
  display: block;
  margin: 0px;
  max-width: unset;
  width: unset;
  padding: 0 20px;
}

.related .products-holder .card-product {
  margin: 0px;
  position: unset;
  padding: 0px;
  max-width: unset;
  margin: 0 7.5px;
}

.related.products {
  max-width: 1200px;
  margin: 0 auto;
  padding: 115px 0 100px;
}

/* CHRISTOPHER BUG FIXING VOM 20.04.2023 START */
@media all and (max-width: 320px) {
  .logo img {
    width: 110px;
  }
  .logo {
    flex: unset;
    margin-left: 54px;
  }
}

@media all and (min-width: 375px) and (max-width: 424px) {
  .logo {
    flex: unset;
    margin-left: 60px;
  }
}

@media all and (max-width: 425px) {
  .products-holder {
    width: 100%;
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
    align-items: center;
  }
  .woocommerce div.product {
    width: 100%;
    max-width: unset;
  }
}

/* CHRISTOPHER BUG FIXING VOM 20.04.2023 END */

/* Benjamin Promotion-Feld VOM 07.11.2024 START */
.promotion:has(p) {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -10px;
    background-color: #fff6dd;
    border: 2px solid #ed2854;
    padding: 10px;
    border-radius: 10px;}

.promotion p {font-weight: 900; margin-bottom: 10px;}
.promotion a {
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px !important;
    background-color: #f1c23d;
    color: #000;
}
/* Benjamin Promotion-Feld VOM 07.11.2024 END */

/* Benjamin Blackfriday-banner VOM 22.11.2024 START */
.term-blackfriday .intro-section:after, .term-blackfriday .intro-section .container {background-color: #000 !important;}
.term-blackfriday .intro-inner h1 {display:none;}
.term-blackfriday .term-description div.g-container {column-width: unset !important;}
img.blackfriday-banner {max-width: 100%; min-width: 600px;}


.wdr-onsale {display: none;}

/* Benjamin Labels VOM 22.11.2024 START */
p.wc-gzd-additional-info.wc-gzd-additional-info-loop.tax-info, p.wc-gzd-additional-info.wc-gzd-additional-info-loop.shipping-costs-info, p.wc-gzd-additional-info.delivery-time-info.wc-gzd-additional-info-loop {display:none !important;}

.bapf_img_woborder.bapf_sfilter .bapf_img_span {filter: grayscale(0.7);}

.bapf_sfilter.brchecked_hue_rotate input:checked+label .bapf_img_span {filter:none;}





/* Benjamin Labels VOM 14.01.2025 START */

p.wc-gzd-manufacturer-address:before {
    content: "Herstelleradresse";
    display: block;
    font-family: "DMSans-Bold", sans-serif, "DMSans-Regular", sans-serif;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 30px;
    color: #000000;
}

 .wc-gzd-manufacturer-eu-title {
	display: block;
    font-family: "DMSans-Bold", sans-serif, "DMSans-Regular", sans-serif;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 30px;
	color: #000000;
	margin: 10px 0px 0px 0px!important;}

.wc-gzd-manufacturer-eu-address {margin: 0px;}

.manufacturer.wc-gzd-additional-info {column-count: 2; width: 100%}


@media only screen and (max-width: 600px) {.manufacturer.wc-gzd-additional-info {column-count: 1;}}


/* Benjamin Product-Tabs VOM 17.01.2025 START */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: -30px !important;!i;!;
  margin-bottom: 10px !important;!i;!;
  padding: 0px;
  padding-left: 30px !important;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 5px 9px 0px #d3d3d3;
  }

.product .wc-tab h2, .product .g-container h1, .product h3.wc-gzd-product-manufacturer-heading, #testberichte h3 {
	font-weight: 900 !important;
    font-family: "DM Sans", sans-serif;
    display: block !important;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none;
    color: #000000 !important;
    font-size: 25px;
	margin-top: 0px;}

#tab-description h2 {
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}
	

.single-product .woocommerce div.product {
    margin-bottom: 20px;
    position: relative;
    max-width: 900px;
    margin-right: auto;
	margin-left: auto;
padding: 20px !important;}

.single-product #primary, .filters-section  {background-color: #f0f0f0;}

.woocommerce-tabs.wc-tabs-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
	max-width: 900px;
		margin-left: auto;
	margin-right: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: unset !important;
	color: #000000 !important;
	text-decoration: underline;}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: unset !important;
	color: #8a8a8a !important;}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none !important;
}

.product .g-container h2 {
	font-family: "DM Sans", sans-serif;
    display: block !important;
    margin-top: 25px !important;
    text-align: left;
	text-transform: none;
	color: #000000;
	font-size: 25px !important;
}

.product h2.description_heading {
    font-weight: 900;
    font-family: "DM Sans", sans-serif;
    display: block !important;
    margin-top: 0px;
    text-align: left;
    text-transform: none;
    color: #000000;
    font-size: 30px;
}

.product .g-container li, .table-holder li {font-size: 16px;}

li#tab-title-auszeichungen_tab a {color: #f1c23d}



@media only screen and (max-width: 600px) {
.woocommerce div.product .woocommerce-tabs h2, .wc-gzd-product-safety-heading.wc-tab h2, #awards .container h2, #details .container h2, #testberichte .container h2, #datenblatt_pdf .container h2{
	display: unset !important;
    color: #000000;
    text-align: left;
    margin-left: 0px;
	font-size: 25px;
}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin-top: -75px !important;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    box-shadow: 0 -1px 9px 0px #a0a0a0;
    margin: 10px 5px 0px 5px !important;
    background-color: #000000 !important;
	padding: 10px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #ffffff !important}

li#tab-title-auszeichungen_tab a {
    content: url(https://content.escape-house.at/layout/Auszeichnungen.svg);
    width: 25px;
}

li#tab-title-product_safety a {
    content: url(https://content.escape-house.at/layout/Produktsicherheit.svg);
    width: 25px;
}

li#tab-title-additional_information a, li#tab-title-details_tab a {
    content: url(https://content.escape-house.at/layout/Details.svg);
    width: 25px;
}

li#tab-title-description a {
    content: url(https://content.escape-house.at/layout/Informationen.svg);
    width: 25px;
}

li#tab-title-downloads_tab a {
    content: url(https://content.escape-house.at/layout/Downloads.svg);
    width: 25px;
}}


/*Tab Produktsicherheit */
div#tab-product_safety {
    padding: 20px !important;}

/*h2.wc-gzd-product-safety-heading.wc-tab::after {
    content: '&';
	padding-left: 10px;
	padding-right: 10px;*/
}

h2.wc-gzd-product-safety-heading.wc-tab {
    float: left;
	line-height: unset;
}

/*Tab Auszeichnungen */
.product-content .image-gallery li img {
    object-fit: cover;
    max-height: 70px;
	width: auto;}

.image-gallery li img {
    object-fit: cover;
    max-height: 100px;
	width: auto;}

#awards .image-gallery, .awards-list .image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;}

.awards-list .image-gallery > li {
	flex-basis: auto;}

section#awards, section#technical, section#testberichte, section#datenblatt_pdf {padding: 0px;}

div.testbericht {font-family: "Poppins", sans-serif; color: #fff; max-width: 700px; margin-top: 25px;}
div.t-row {display: table-row;}
div.t-logo {display: table-cell; min-width: 100px; border: solid 1px #fff;}
div.t-titel {display: table-cell; color: #fff; border-top-right-radius: 15px; padding: 15px; vertical-align: middle; border: solid 1px #fff; width: 100%;}
p.t-titel {font-size: 25px; margin: 0px; color: #fff !important; font-weight: 700;}
p.t-jahr {font-size: 18px; margin: 0px; color: #fff !important;}
div.t-beschreibung {color:#fff; border-bottom-left-radius: 15px; padding: 15px; border: solid 1px #fff;}


.t-ausgezeichnet div.t-logo {background-color: #E9D24A;}
.t-ausgezeichnet div.t-row div.t-titel { background-color: #AF9E38;}
.t-ausgezeichnet div.t-beschreibung {background-color: #3A3616;}

.t-stereoplay div.t-logo {background-color: #2D3E8C;}
.t-stereoplay div.t-row div.t-titel { background-color: #222F69;}
.t-stereoplay div.t-beschreibung {background-color: #0B1126;}

.t-stereo div.t-logo {background-color: #E10101;}
.t-stereo div.t-row div.t-titel { background-color: #A90101;}
.t-stereo div.t-beschreibung {background-color: #380203;}

.t-home-cinema div.t-logo {background-color: #00A5E8;}
.t-home-cinema div.t-row div.t-titel { background-color: #007CAF;}
.t-home-cinema div.t-beschreibung {background-color: #002B3D;}

.t-lp div.t-logo {background-color: #fff;}
.t-lp div.t-row div.t-titel { background-color: #C0C0C0;}
.t-lp div.t-beschreibung {background-color: #404143;}


.testbericht-icon:hover {float: left;
padding-right: 60px;
background-image: url(https://content.hifi-studio.at/layout/pdf-icon-hover.svg);
background-repeat: no-repeat; height: 55px;}

.testbericht-icon {float: left;
padding-right: 60px;
background-image: url(https://content.hifi-studio.at/layout/pdf-icon.svg);
background-repeat: no-repeat; height: 55px;}

.download-text {color: #fff; padding: 10px; max-width: 320px;}
.t-download {margin-top: 10px; min-height: 60px;}



/* Tab Dowloads */
.pdf a::before {
	content: url(https://www.hifi-studio.at/wp-content/uploads/content-hifi/pdf-icon.svg);
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-bottom: 20px;
	bottom: -15px;
	position: relative; }

.pdf a:hover::before {
	content: url(https://www.hifi-studio.at/wp-content/uploads/content-hifi/pdf-icon-hover.svg);}

/* Benjamin Produktseite Fotos und Preis */
.breadcrumb-block .container {
    max-width: 1200px;
    padding: 0px !important;
}
.product .container {
background-color: #ffffff;
 border-radius: 10px;
}

woocommerce div.product {
    padding-bottom: 10px;
    padding-top: 10px;
}

.product-section .container, .product .container {
    max-width: 900px;
    padding: 20px !important;
}

.product-content {
    padding: 20px 0px 0px 50px;
}

/* Benjamin Product-Gallery  */
img.size-woocommerce_single {
 
    border-radius: 10px;

}

/* Benjamin Produkbeschreibungen*/


.product .g-container p {
    margin: 0 0 15px;
    font-size: 16px;
}

.product.g-container img {
	max-width: 100%;
    border-radius: 10px;
	display: block;
margin:30px;
 margin-left: auto;
margin-right:auto;}

/* Benjamin Up-Sells */
section.up-sells.upsells.products {margin-top:40px;}

.up-sells h2 {color:#000000; margin-bottom: 20px; font-weight:700}

/* Benjamin Product-Cards*/
.card-product {
    background-color: #ffffff;
    border-radius: 10px;
	padding: 10px 20px !important;}

.card-product .card-head {
    background: #fff;
    position: relative;
    height: 300px;
}

/* Express Checkout - Benjamin */
#wc-stripe-express-checkout-element {
      justify-content: left;
}

/* Ausblendung der Germanized GPSR Informationen unter dem Preis - Benjamin */
.product-content h3.wc-gzd-product-manufacturer-heading, .product-content .manufacturer.wc-gzd-additional-info {
    display: none !important;
} 


/* Berocket Labels - Benjamin */
.berocket_better_labels_label {
    height: 100%;
}
.berocket_better_labels_position.berocket_better_labels_position_left {
    position: absolute;
    bottom: 60px;
}
.berocket_better_labels .berocket_better_labels_position {
    display: flex;
	flex-direction: row;}

@media (min-width: 500px) {
    .woocommerce div.product:has(.berocket_alabel_id_71858) {
        border: solid 2px #000000;
        box-shadow: #00000033 0px -1px 6px 2px;
    }
}


/* Slider Anzeige - Benjamin */
/* Standardmäßig verstecken */
.info-box.disruptor_1, .info-box.disruptor_2 {
    display: none;
}

/* CSS, um den Slider nach dem 4. Produkt anzuzeigen */
.products .product:nth-child(4) + .info-box.disruptor_1 {
display: flex
;
    margin: auto;
    margin-top: 20px !important;
	margin-bottom: 0px;
}

/* CSS, um den Slider nach dem 4. Produkt anzuzeigen */
.products .product:nth-child(6) + .info-box.disruptor_2 {
  display: flex
;
    margin: auto;
    margin-top: 20px !important;
}


/* Footer Bezahldienste */
.footer-pay{
    display: flex;
    flex-direction: row;}

.footer-pay img {
    max-height: 50px;
    width: auto;
}
/* Rezensionen Trustindex Slider */
.wp-block-columns.Rezensionen {
    padding: 0px 25px;
}
 .Rezensionen .g-container p {
    margin: 0 0 0px;
    }

/* Produktauflistung  auf neuen Seiten */
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {display: none;}

.shortcode-products .products-holder {
  width: calc(100% + 14px);
	max-width: 909px;}

.bg-grey .woocommerce.columns-4 {
    display: flex;
    justify-content: center;
}

.bg-grey {background-color: #f0f0f0;}

.contact-products .contact-overlay .contact-me {border-radius: 15px;}
.contact-products .contact-overlay .contact-me .items-container {padding: 25px !important; margin-bottom: 25px;}

.make-me-sticky {position: sticky; z-index: 200;}


/* Post, Beiträge, Kundenprojekte */
#main:has(.post) {
    background: #f0f0f0;
}

article {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


/* Flexbox auf Galerie Container */
/* ==========================
   Flex-Galerie Platzfüllend
   ========================== */

/* Galerie Container */
.wp-block-gallery.has-nested-images.is-layout-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px;
}

/* Direkte Kinder (.g-container) */
.wp-block-gallery.has-nested-images.is-layout-flex > .g-container {
    flex: 1 1 calc(33.333% - 16px) !important; /* 3 Spalten */
    display: flex !important;
}

/* figure innerhalb von g-container */
.wp-block-gallery.has-nested-images.is-layout-flex > .g-container > figure.wp-block-image {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 5px;
    overflow: hidden;
}

/* Bilder */
.wp-block-gallery.has-nested-images.is-layout-flex > .g-container > figure.wp-block-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 5px;
}

/* Letztes Bild oder letzte Zeile auf Desktop platzfüllend */
.wp-block-gallery.has-nested-images.is-layout-flex > .g-container:nth-last-child(-n+3) {
    /* Wir nehmen die letzten 1–3 Bilder */
    flex: 1 1 calc(33.333% - 16px) !important;
}

/* Tablet (2 Spalten) */
@media (max-width: 900px) {
    .wp-block-gallery.has-nested-images.is-layout-flex > .g-container {
        flex: 1 1 calc(50% - 16px) !important;
    }
}

/* Mobil (1 Spalte) */
@media (max-width: 600px) {
    .wp-block-gallery.has-nested-images.is-layout-flex > .g-container {
        flex: 1 1 100% !important;
    }
}
