/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@media (min-width: 1201px) and (max-width: 1023px) {
  .navpro.navpro .md-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .navpro.navpro .lg-hide {
    display: none !important;
  }
}
@media (min-width: 1201px) and (max-width: 1023px) {
  .navpro > .navpro-menu .md-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .md-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .md-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .md-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .navpro > .navpro-menu .lg-hide-dropdown > a > .navpro-icon-caret::before {
    display: none !important;
  }
  .navpro > .navpro-menu .lg-hide-dropdown > .navpro-dropdown {
    display: none !important;
  }
  .navpro > .navpro-menu .lg-hide-dropdown a.level-top::before,
  .navpro > .navpro-menu .lg-hide-dropdown a.level-top::after {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .navpro.orientation-horizontal > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .navpro.orientation-horizontal > ul > li {
    display: flex;
    align-items: flex-end;
  }
}
.navpro-initially-expanded {
  width: 1280px;
  height: 0;
  overflow: hidden;
  display: none;
}
@media (min-width: 1280px) {
  .cms-index-index .navpro li.home-expanded {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .cms-index-index:not('.theme-editor-sticky') .navpro li.home-expanded > .navpro-dropdown {
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: all;
    left: 0;
    top: 100%;
  }
  .cms-index-index:not('.theme-editor-sticky') .navpro li.home-expanded > .navpro-dropdown:not(.shown) > .navpro-shevron {
    opacity: 0;
  }
}
@media (min-width: 1201px) {
  .navpro.orientation-horizontal .navpro-dropdown-level1 > .navpro-shevron {
    display: block;
    pointer-events: none;
    content: '';
    height: 12px;
    width: 12px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-color: #eaeaea transparent transparent #eaeaea;
    position: absolute;
    top: -6px !important;
    transform: rotate(45deg);
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-shevron {
    top: -5px !important;
  }
  .dropdown-top.navpro.orientation-horizontal .navpro-dropdown-level1 > .navpro-shevron {
    top: auto !important;
    bottom: -6px !important;
    transform: rotate(-135deg);
  }
  .dropdown-top.navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-shevron {
    bottom: -5px !important;
  }
}
@media (min-width: 1025px) {
  .navpro-dropdown {
    transform: rotateX(20deg);
    transform-origin: 0 0;
    transition-property: transform, opacity, visibility;
    transition-duration: .5s, .5s, 0.5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1), cubic-bezier(0.2, 1, 0.2, 1), cubic-bezier(0.2, 1, 0.2, 1);
  }
  .navpro-dropdown.shown {
    transform: none !important;
  }
  .navpro.navpro-effect-none .navpro-dropdown {
    transition: none;
    transform: none;
    transition-duration: 0s;
  }
  .navpro.navpro-effect-fade .navpro-dropdown {
    transform: none;
  }
  .orientation-vertical .navpro-dropdown {
    transform: rotateY(20deg);
  }
  .navpro.navpro-effect-slidein.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.orientation-vertical.dropdown-left .navpro-dropdown {
    transform: translateX(20px);
  }
  .navpro.navpro-effect-slideout.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slidein.orientation-vertical.dropdown-left .navpro-dropdown {
    transform: translateX(-20px);
  }
  .navpro.navpro-effect-slidein .navpro-dropdown,
  .navpro.navpro-effect-slidein.navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.dropdown-left .navpro-dropdown {
    transform: translateY(20px);
  }
  .navpro.navpro-effect-slideout .navpro-dropdown,
  .navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slideout.navpro-accordion.orientation-vertical .navpro-dropdown,
  .navpro.navpro-effect-slidein.dropdown-left .navpro-dropdown {
    transform: translateY(-20px);
  }
}
@media (min-width: 1201px) {
  .navpro-dropdown.size-small {
    width: 230px;
  }
  .navpro-dropdown.size-medium {
    width: 400px;
  }
  .navpro-dropdown.size-large {
    width: 650px;
  }
  .navpro-dropdown.size-boxed > .navpro-dropdown-inner,
  .navpro-dropdown.size-fullwidth > .navpro-dropdown-inner,
  .navpro-dropdown.size-fullscreen,
  .navpro-dropdown.size-xlarge {
    width: 850px;
  }
}
@media (min-width: 1201px) {
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-width: 0;
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-dropdown-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
    min-width: 230px;
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed,
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullwidth,
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullscreen {
    max-width: none;
    width: 100%;
    left: 0 !important;
  }
  .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullwidth > .navpro-dropdown-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1201px) {
  .navpro-dropdown .multicolumn-8 > li {
    width: 12.5%;
  }
  .navpro-dropdown .multicolumn-7 > li {
    width: 14.28571429%;
  }
  .navpro-dropdown .multicolumn-6 > li {
    width: 16.66666667%;
  }
  .navpro-dropdown .multicolumn-5 > li {
    width: 20%;
  }
  .navpro-dropdown .multicolumn-4 > li {
    width: 25%;
  }
  .navpro-dropdown .multicolumn-3 > li {
    width: 33.33333333%;
  }
  .navpro-dropdown .multicolumn-2 > li {
    width: 50%;
  }
  .navpro-dropdown .multicolumn-1 > li {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .navpro-icon-caret {
    opacity: 1 !important;
  }
  a.level-top > .navpro-icon-caret::before,
  .navpro .parent > a.level-top::before {
    opacity: 0.8;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M19 9l-7 7-7-7" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 12px 12px;
  }
}
@media (min-width: 1201px) {
  .navpro.dropdown-top.orientation-horizontal a.level-top .navpro-icon-caret::before,
  .navpro.dropdown-top.orientation-horizontal .parent > a.level-top::before {
    transform: rotate(180deg);
  }
}
@media (min-width: 1024px) {
  .navpro-overlay-element {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 85;
  }
  .nav-open .navpro-with-slideout .navpro-overlay-element,
  .navpro-overlay-element.shown {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transition: visibility 0ms linear,
                    opacity 200ms linear;
  }
}
@media (min-width: 1201px) {
  .navpro-sticky {
    top: 0;
    position: sticky !important;
    z-index: 99;
  }
  .navpro-sticky.nav-sections {
    z-index: 3;
  }
  .navpro-sticky.sticky-active {
    z-index: 500;
  }
  .navpro-top100 {
    top: 100px;
  }
  .navpro-top90 {
    top: 90px;
  }
  .navpro-top80 {
    top: 80px;
  }
  .navpro-top70 {
    top: 70px;
  }
  .navpro-top60 {
    top: 60px;
  }
  .navpro-top50 {
    top: 50px;
  }
  .navpro-top40 {
    top: 40px;
  }
  .navpro-top30 {
    top: 30px;
  }
  .navpro-top20 {
    top: 20px;
  }
  .navpro-top10 {
    top: 10px;
  }
}
@media (min-width: 1201px) {
  .navpro-with-slideout .page-header .nav-toggle {
    display: block;
    margin: 8px 0 8px 8px;
  }
  .navpro-with-slideout .page-header .header.content .nav-toggle + .logo {
    margin-left: 50px;
  }
  .navpro-with-slideout .nav-sections {
    margin: 0;
  }
  .navpro.navpro.navpro-slideout {
    position: fixed !important;
    opacity: 0;
  }
}
@media (min-width: 1201px) {
  .navpro.navpro.navpro-slideout {
    background: #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    max-width: none;
    padding: 0;
    top: 0;
    will-change: transform, opacity;
    transition-property: transform, opacity, visibility;
    transition-duration: 0s;
    transform-origin: 0 0;
  }
  .navpro-with-slideout .navpro.navpro.navpro-slideout {
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
  }
  .nav-open .navpro.navpro.navpro-slideout {
    opacity: 1;
  }
  .navpro.navpro.navpro-slideout .navpro-menu {
    background: #ffffff;
    padding: 0;
    gap: 0;
  }
  .navpro.navpro.navpro-slideout .navpro-header {
    min-width: 200px;
    padding: 0 12px;
    color: #777;
    text-transform: uppercase;
  }
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
    float: right;
    margin-left: auto;
    display: block;
  }
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close::before,
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close::after {
    content: '';
    position: absolute;
    left: auto;
    right: 10px;
    top: 0;
    height: 20px;
    width: 2px;
    background-color: #333333;
  }
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close::before {
    transform: rotate(45deg);
  }
  .navpro.navpro.navpro-slideout .navpro-header .navpro-close::after {
    transform: rotate(-45deg);
  }
  .navpro.navpro.navpro-slideout li.li-item.level0 {
    margin: 0;
  }
  .navpro.navpro.navpro-slideout li.li-item.level0 > a.level-top {
    border: 1px solid #eaeaea;
    border-radius: 0;
    display: block;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark {
    background: #4a4a4a;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-menu {
    background: #4a4a4a;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark li.li-item.level0 > a.level-top {
    border-color: #525252;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header {
    color: #eaeaea;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header .navpro-close::before,
  .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header .navpro-close::after {
    background-color: #eaeaea;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion {
    -webkit-overflow-scrolling: touch;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar-track {
    background-color: #3d3d3d;
    border-radius: 0;
  }
  .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar-thumb {
    background-color: #646464;
    border-radius: 0;
  }
  .navpro.navpro.navpro-slideout.orientation-horizontal {
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
  }
  .nav-open .navpro.navpro.navpro-slideout.orientation-horizontal {
    transform: translateY(0);
  }
  .navpro.navpro.navpro-slideout.orientation-horizontal .navpro-menu {
    flex-wrap: nowrap;
    align-items: center;
  }
  .navpro.navpro.navpro-slideout.orientation-horizontal li.li-item.level0 > a.level-top {
    border-width: 0 1px;
    margin-left: -1px;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical {
    width: 300px;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    left: 0;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar-track {
    background-color: #ededed;
    border-radius: 0;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 0;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical.dropdown-left {
    transform: translateX(100%);
    right: 0;
    left: auto;
  }
  .nav-open .navpro.navpro.navpro-slideout.orientation-vertical {
    transform: translateX(0);
  }
  .navpro.navpro.navpro-slideout.orientation-vertical li.li-item.level0 > a.level-top {
    border-width: 1px 0;
    margin-top: -1px;
  }
  .navpro.navpro.navpro-slideout.orientation-vertical .navpro-header {
    padding: 16px 12px;
  }
}
.navpro-ribbon .navpro-dropdown {
  border-radius: 0 !important;
}
.orientation-horizontal .navpro-ribbon .navpro-dropdown {
  max-width: none;
  border-width: 1px 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.orientation-horizontal .navpro-ribbon .navpro-dropdown:not(.size-fullscreen) > .navpro-dropdown-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.orientation-horizontal .navpro-ribbon .navpro-dropdown .navpro-dropdown {
  top: 100% !important;
}
.orientation-horizontal .navpro-ribbon .navpro-dropdown .navpro-icon-caret::before {
  transform: rotate(0);
}
.orientation-horizontal .navpro-ribbon .children {
  display: flex;
  flex-wrap: wrap;
}
.navpro-slideout.orientation-vertical .navpro-ribbon .navpro-dropdown {
  left: 100% !important;
  top: -1px !important;
  bottom: -1px;
}
.rtl .orientation-vertical .navpro-ribbon .navpro-dropdown,
.dropdown-left.orientation-vertical .navpro-ribbon .navpro-dropdown {
  left: auto !important;
  right: 100% !important;
}
.rtl .dropdown-left.orientation-vertical .navpro-ribbon .navpro-dropdown {
  right: auto !important;
  left: 100% !important;
}
.navpro-stacked ul li.li-item {
  position: static;
}
.navpro-stacked ul li.li-item > .navpro-dropdown {
  top: -1px !important;
  left: 100% !important;
}
.rtl .navpro-stacked ul li.li-item > .navpro-dropdown {
  left: auto !important;
  right: 100% !important;
}
.navpro-stacked ul .navpro-dropdown {
  transition-delay: .3s;
}
.navpro-stacked ul .navpro-dropdown.shown {
  transition-delay: 0s;
}
.dropdown-left .navpro-stacked ul li.li-item > .navpro-dropdown {
  left: auto !important;
  right: 100% !important;
}
.navpro-slideout.orientation-vertical .navpro-stacked {
  height: 100%;
  width: 300px;
  overflow: hidden;
  position: fixed;
  justify-content: flex-start;
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown {
  width: 300px !important;
  transition-delay: 0s !important;
  box-shadow: none !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border: 0 !important;
}
.rtl .navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown {
  left: auto !important;
  right: 0 !important;
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown > .navpro-close {
  top: 18px;
  right: auto;
  left: 26px;
  width: 10px;
  height: 10px;
  color: #333;
  border: 2px solid currentColor;
  border-top-width: 0;
  border-right-width: 0;
  transform: rotate(45deg);
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown > .navpro-close:before {
  display: none;
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown > .navpro-close:after {
  content: '';
  position: absolute;
  height: 19px;
  width: 2px;
  right: auto;
  left: -1px;
  bottom: 0;
  top: auto;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: 50% 100%;
}
.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown > .navpro-close + .navpro-dropdown-inner {
  margin-top: 32px;
}
.navpro-slideout.dropdown-left.orientation-vertical .navpro-stacked .li-item > a {
  text-align: right;
}
.navpro-slideout.dropdown-left.orientation-vertical .navpro-stacked .navpro-dropdown {
  left: auto !important;
  right: 0 !important;
}
.rtl .navpro-slideout.dropdown-left.orientation-vertical .navpro-stacked .navpro-dropdown {
  right: auto !important;
  left: 0 !important;
}
@media (min-width: 1201px) {
  .navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1 > .navpro-shevron {
    height: 8px;
    width: 8px;
    top: -4px !important;
  }
  .navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1.size-boxed > .navpro-shevron {
    top: -3px !important;
  }
  .dropdown-top.navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1 > .navpro-shevron {
    bottom: -4px !important;
  }
  .dropdown-top.navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1.size-boxed > .navpro-shevron {
    bottom: -3px !important;
  }
}
@media (min-width: 1201px) {
  .navpro.navpro-theme-compact .navpro-dropdown.size-small {
    min-width: 180px;
    width: 180px;
  }
  .navpro.navpro-theme-compact .navpro-dropdown.size-medium {
    width: 260px;
  }
  .navpro.navpro-theme-compact .navpro-dropdown.size-large {
    width: 450px;
  }
  .navpro.navpro-theme-compact .navpro-dropdown.size-xlarge {
    width: 600px;
  }
}
.navpro.navpro-theme-air .navpro-dropdown {
  border-radius: 4px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
  border: 0;
}
.navpro.navpro-theme-air .navpro-dropdown > .navpro-shevron {
  border: 0 !important;
}
.navpro.navpro-theme-air.orientation-vertical,
.navpro.navpro-theme-air.navpro-slideout {
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
}
.navpro.navpro-theme-air.orientation-vertical:not(.navpro-slideout) {
  padding: 10px;
  border-radius: 4px;
}
.navpro.navpro-theme-air.orientation-vertical:not(.navpro-slideout) .level-top {
  color: #666666;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 1200px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 1200px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
/* ******************************************************************************* */
/* FONTS */
/* ******************************************************************************* */
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLm111VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/poppins/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
h2 {
  font-weight: 700;
}
.page-title,
.product.name,
.product.name a {
  word-break: unset !important;
}
/* ******************************************************************************* */
/* Default Page elements */
/* ******************************************************************************* */
body {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #2d2318;
  position: relative;
  font-family: 'Museo Sans Cyrillic', sans-serif;
}
b,
strong {
  font-weight: 600;
}
a,
a:visited,
.alink:visited {
  color: #2d2318;
}
.clear {
  clear: both;
}
.container {
  position: relative;
  max-width: 100%;
  width: 1420px;
  padding: 0 30px;
  margin: 0 auto;
}
.nav-sections {
  background: none;
}
.navigation {
  background: transparent !important;
  text-align: right;
}
.cookie-bar,
.radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 0;
  }
}
.old-price .price {
  text-decoration: line-through;
  font-size: 18px;
}
.special-price .price-label {
  height: unset;
  width: unset;
  position: relative;
}
.taxnotice {
  font-size: 12px;
  color: #707070;
}
button,
.btn,
a.action.primary,
.action.primary,
.action-primary,
.action.primary:hover,
.action-primary:hover,
.action.blank,
.cart-summary .checkout-methods-items .action.primary.checkout,
#top-cart-btn-checkout,
.action.tocart.primary {
  font-weight: 400;
  font-size: 15px;
  padding: 10px 25px;
  line-height: 1.4em;
  cursor: pointer;
  border: 1px solid #4f4f3f;
  background: #4f4f3f;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
button:hover,
.btn:hover,
a.action.primary,
.action.primary:hover,
.action-primary:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
#top-cart-btn-checkout:hover,
.action.tocart.primary:focus,
.action.tocart.primary:active,
.action.tocart.primary:hover {
  border-color: #2e2e23;
  background-color: #2e2e23;
  color: #ffffff;
}
#top-cart-btn-checkout,
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.action.primary,
.action.tocart.primary {
  background: #008834;
  border-color: #008834;
  color: #ffffff;
  text-transform: none;
}
.products-grid .action.primary,
.products-grid .action.tocart.primary,
.products-grid button {
  background: #008834;
  border-color: #008834;
}
a.action.primary,
a.action.blank,
a.btn {
  display: inline-block;
}
.action.blank {
  background: #ffffff;
  border-color: #cccccc;
  color: #2d2318;
}
.btn,
.action.blank,
.product-item .tocart {
  padding: 0 25px;
  line-height: 42px;
  height: 42px;
}
.products-grid .btn,
.products-grid .action.blank,
.products-grid .product-item .tocart {
  padding: 0 10px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: unset;
}
.breadcrumbz {
  min-height: 24px;
}
.breadcrumbz .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbz .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbz .item {
  margin: 0;
}
.breadcrumbz a {
  color: #2d2318;
  text-decoration: none;
}
.breadcrumbz a:visited {
  color: #2d2318;
  text-decoration: none;
}
.breadcrumbz a:hover {
  color: #2d2318;
  text-decoration: underline;
}
.breadcrumbz a:active {
  color: #2d2318;
  text-decoration: none;
}
.breadcrumbz strong {
  font-weight: 400;
}
.breadcrumbz .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbz .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbz,
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.breadcrumbz a:visited,
.breadcrumbz a:focus,
.breadcrumbz a,
.breadcrumbs a:visited,
.breadcrumbs a:focus,
.breadcrumbs a {
  color: #555555;
}
.breadcrumbz .items,
.breadcrumbs .items {
  font-size: 13px;
}
.grecaptcha-badge {
  display: none !important;
}
.column.main {
  min-height: unset;
}
.columns .column.main {
  padding-bottom: 25px;
}
/* owl carousel */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  font-size: 14px;
  margin: 5px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-nav button,
.owl-theme .owl-dots button {
  box-shadow: unset;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 6px;
  margin: 0 5px;
  background: #4f4f3f;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2e2e23;
}
/* owl carousel custom */
.owl-theme {
  position: relative;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  cursor: pointer;
  background: #f1f1ea;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
.owl-theme.owl-carousel .product-item {
  width: 100% !important;
}
/* gradient */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.gradienth,
.gradient {
  border: 1px solid #dfdfd4;
  background: #DEDED2;
  background: -webkit-linear-gradient(0deg, #deded2 0%, #fbfbfa 100%);
  background: -moz-linear-gradient(0deg, #deded2 0%, #fbfbfa 100%);
  background: linear-gradient(0deg, #deded2 0%, #fbfbfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DEDED2", endColorstr="#FBFBFA", GradientType=0);
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.related-posts .item:hover .gradient,
.gradienth,
.gradient:hover {
  color: #ffffff;
  border-color: #007530;
  background: #007B2F;
  background: -webkit-linear-gradient(0deg, #007b2f 0%, #00a33f 100%);
  background: -moz-linear-gradient(0deg, #007b2f 0%, #00a33f 100%);
  background: linear-gradient(0deg, #007b2f 0%, #00a33f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007B2F", endColorstr="#00A33F", GradientType=0);
}
.owl-carousel .owl-nav button.owl-prev::after,
.owl-carousel .owl-nav button.owl-next::after,
.left-icon::after,
.right-icon::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.owl-carousel .owl-nav button.owl-prev::after,
.left-icon::after {
  background-image: url(../images/left.svg);
}
.owl-carousel .owl-nav button.owl-next::after,
.right-icon::after {
  background-image: url(../images/right.svg);
}
.gradienth.left-icon::after,
.owl-carousel .owl-nav button.owl-prev:hover::after,
.related-posts .item:hover .left-icon::after,
.left-icon:hover::after {
  background-image: url(../images/left-white.svg);
}
.gradienth.right-icon::after,
.owl-carousel .owl-nav button.owl-next:hover::after,
.related-posts .item:hover .right-icon::after,
.right-icon:hover::after {
  background-image: url(../images/right-white.svg);
}
.preload-icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url(../images/left-white.svg), url(../images/right-white.svg);
}
/* cookie */
.cookie-bar {
  background: #ffffff;
  font-size: 15px;
  line-height: 1.3em;
  color: #2d2318;
  max-width: 960px;
  transform: translate(-50%, 0);
  bottom: 20px;
  left: 50%;
  box-shadow: rgba(0, 0, 0, 0.07000000000000001) 0px 1px 2px, rgba(0, 0, 0, 0.07000000000000001) 0px 2px 4px, rgba(0, 0, 0, 0.07000000000000001) 0px 4px 8px, rgba(0, 0, 0, 0.07000000000000001) 0px 8px 16px, rgba(0, 0, 0, 0.07000000000000001) 0px 16px 32px, rgba(0, 0, 0, 0.07000000000000001) 0px 32px 64px;
}
.cookie-bar .cookie-bar-buttons a {
  color: #2d2318;
}
@keyframes gdpr-slide-up {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
/* increment */
.product-item form .qtyz input.qty {
  margin: 0;
  width: 56px;
}
.product-item form .qtyz {
  margin: 10px 5px 0 0;
}
.catalog-product-view .qtyz {
  overflow: hidden;
}
.qtyz {
  position: relative;
}
.qtyz input#qty {
  padding-right: 20px;
  padding-left: 0;
}
.qtyz > div {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #cccccc;
  color: #707070;
  text-align: center;
  width: 20px;
  height: 50%;
  line-height: 100%;
}
.qtyz > div.minus {
  top: 50%;
  border-top: 1px solid #f1f1f1;
}
/* top action */
.top-container {
  min-height: 43px;
  position: relative;
  z-index: 4;
  max-width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #008834;
  line-height: 1.5em;
  font-size: 15px;
  padding: 10px 20px 10px 0;
  text-align: left;
  box-shadow: inset rgba(0, 0, 0, 0.08) 0px -15px 10px;
}
.top-container .container {
  text-align: center;
}
.top-container p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.top-container a {
  text-decoration: none;
  color: #ffffff;
}
.top-container .owl-carousel {
  padding-left: 32px;
  padding-right: 32px;
}
.top-container .owl-carousel .owl-nav button.owl-prev,
.top-container .owl-carousel .owl-nav button.owl-next {
  background: transparent;
  box-shadow: unset;
  border: 0 !important;
}
.top-container .owl-carousel .owl-nav button.owl-prev span,
.top-container .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.top-container .owl-carousel .owl-nav button.owl-prev:after,
.top-container .owl-carousel .owl-nav button.owl-next:after {
  opacity: 0.8;
  content: '';
  width: 8px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-container .owl-carousel .owl-nav button.owl-prev:after {
  background-image: url(../images/left-white.svg);
}
.top-container .owl-carousel .owl-nav button.owl-next:after {
  background-image: url(../images/right-white.svg);
}
.top-container .owl-carousel .owl-nav button.owl-prev:after:hover,
.top-container .owl-carousel .owl-nav button.owl-next:after:hover {
  opacity: 1;
}
.bottom-container {
  min-height: 44px;
  background-color: #f1f1ea;
  line-height: 1.5em;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #dfdfdf;
}
.bottom-container p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.bottom-container .owl-carousel .owl-item img {
  display: inline-block;
  width: unset;
  vertical-align: bottom;
}
.bottom-container .owl-carousel .owl-item span {
  margin-left: 5px;
}
.message.global.demo {
  font-size: 15px;
  font-weight: 600;
  background: #d00000;
}
.page-header .switcher .switcher-dropdown {
  display: none;
}
.page-header .switcher .active .switcher-dropdown {
  display: block;
}
.page-header .switcher .active .switcher-dropdown li {
  margin: 0;
}
/* header_links */
.header_links {
  background-color: #f1f1ea;
  border-bottom: 1px solid #deded4;
  font-size: 14px;
  padding: 10px 0;
  box-shadow: inset rgba(0, 0, 0, 0.05) 0px 3px 6px;
}
.header_links .container {
  display: flex;
  justify-content: space-between;
}
.header_links .container > div {
  flex: 1;
}
.header_links .container .right {
  text-align: right;
}
.header_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.header_links ul li {
  margin: 0;
}
.header_links .container .left {
  display: flex;
  gap: 15px;
}
/* Header */
.page-header {
  z-index: 9;
  position: relative;
  z-index: 4;
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid #e0e0e0 !important;
}
/* header icons */
.header .wishlink {
  float: right;
  margin: 10px 0 0 10px;
  text-decoration: none;
  position: relative;
}
.header .wishlink .svg:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/wishlist.svg);
}
.header .wishlink .counter.qty {
  margin: 0;
  float: none;
  position: absolute;
  top: -5px;
  right: -10px;
  width: 18px;
  min-width: unset;
  padding: 0;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  background: #008834;
  color: #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.page-header .switcher {
  float: right;
  position: relative;
  margin: 12px 10px 0 0;
  text-align: left;
}
.page-header .switcher .label {
  display: none !important;
}
.page-header .switcher .switcher-trigger {
  cursor: pointer;
  position: relative;
  padding: 0 30px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.page-header .switcher .switcher-trigger:before {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/down.svg) no-repeat center;
  background-size: contain;
}
.page-header .switcher .switcher-dropdown {
  z-index: 99999;
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  border: 1px solid #ebebeb;
  padding: 10px;
  background: #fff;
}
.page-header .switcher .switcher-dropdown a {
  padding: 4px 10px;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
}
.page-header .switcher .switcher-dropdown a.selected {
  font-weight: bold;
  pointer-events: none;
}
.page-header .switcher .switcher-dropdown a:hover {
  text-decoration: underline;
}
.block-search .action.search:hover:before,
.minicart-wrapper .action.showcart:hover:before {
  color: #008834;
}
.block-search {
  padding: 0;
  display: inline-block;
}
.mobile-search input,
.block-search input {
  -webkit-box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.02);
  box-shadow: inset 3px 3px 3px 0px rgba(0, 0, 0, 0.02);
  flex: 1;
  padding: 0px 0px 0px 20px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #ebebeb;
  background: #fff;
  border-right: 0;
  box-sizing: border-box;
  text-align: left;
  color: #111;
  margin: 0px;
  font-size: 14px;
}
.block-search form {
  display: flex;
}
.block-search .field.search {
  flex: 1;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: unset;
}
.mobile-search .action.searchs,
.block-search .action.search {
  padding: 0 20px 0 15px;
  position: relative;
  height: 46px;
  line-height: 46px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  background: #ebebeb;
}
.block-swissup-ajaxsearch-results .ajaxsearch-title {
  font-size: 19px;
  margin-top: 8px;
}
.block-swissup-ajaxsearch-results .ajaxsearch-header-container .view-all {
  position: absolute;
  top: 20px;
  right: 20px;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-details {
  text-align: left;
  vertical-align: middle;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-details .product-item-name,
.product.name a {
  font-weight: 600;
  font-size: 14px;
}
.block-swissup-ajaxsearch-results .product-item-info .product-item-details .product-info-stock-sku {
  display: none;
}
.page-header .myacc {
  float: right;
  margin: 10px 0 0 15px;
  position: relative;
}
.page-header .myacc:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background: url(../images/account.svg) no-repeat center;
  background-size: contain;
}
.page-header .myacc span {
  display: none;
}
.page-header .myacc .logged {
  margin: 0;
  float: none;
  position: absolute;
  top: -5px;
  left: 13px;
  width: 19px;
  min-width: unset;
  padding: 0;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  background: #008834;
  color: #ffffff;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
body .wishlist-index-index .product-item-inner {
  clip: unset;
  height: unset;
  margin: 0;
  padding: 0;
  position: relative;
  width: unset;
  box-shadow: unset;
}
.page-header .phonenumber {
  float: right;
  margin: 10px 15px 0 0;
  font-weight: 300;
  font-size: 17px;
  color: #323226;
}
.header > .minicart-wrapper {
  margin: 0 0 0 15px !important;
  height: 42px;
}
.minicart-wrapper .action.showcart {
  position: relative;
  margin-left: 0 !important;
}
.minicart-wrapper .action.showcart:hover::before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart::before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 62%;
}
.header .item.link.compare a .counter.qty,
.minicart-wrapper .action.showcart .counter.qty {
  margin: 0;
  float: none;
  position: absolute;
  top: 0px;
  right: -12px;
  width: 27px;
  min-width: unset;
  padding: 0;
  height: 27px;
  line-height: 27px;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  background: #008834;
  color: #ffffff;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 transparent;
}
.minicart-wrapper .action.showcart .subtotal {
  float: right;
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
}
.minicart-wrapper .action.showcart {
  margin-left: 17px;
  line-height: 28px;
  font-size: 17px;
  font-weight: 300;
}
.minicart-wrapper .action.showcart::before {
  float: left;
}
.block-minicart .items-total {
  display: none;
}
.block-minicart .subtotal {
  text-align: center;
}
.block-minicart .subtotal div {
  display: inline;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0;
}
.block-minicart .block-content > .actions a {
  padding: 7px 5px;
  font-size: 14px;
  background: #f1f1f1;
  color: #2d2318;
  display: block;
  width: 100%;
}
.minicart-wrapper .block-minicart {
  padding: 20px 0px;
}
.block-minicart .block-content > .actions > .primary {
  margin-left: 0;
  margin-right: 0;
}
.block-minicart .subtotal {
  margin-top: 15px;
}
.block-minicart .block-content > .actions a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .block-minicart .subtotal {
  text-align: left;
}
body .minicart-wrapper .product .actions > .primary {
  display: none;
}
body .ajaxpro-popup-minicart.modal-slide .action-close {
  margin-bottom: 0;
  margin-right: 10px;
}
body .ajaxpro-popup-minicart.modal-slide .modal-header {
  padding-bottom: 0;
  padding-top: 15px;
}
body .minicart-wrapper .block-minicart .block-title {
  display: block;
  padding: 0;
  font-size: 17px;
}
.cms-index-index .block.block-minicart .block-title strong {
  font-size: 16px;
}
body .minicart-wrapper .block-minicart .block-title span.qty {
  display: inline-block;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #f9f9f9;
  font-weight: bold;
  font-size: 13px;
  color: #555555;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
body .minicart-wrapper .block-minicart {
  padding-top: 0;
}
body .block-minicart .subtotal {
  margin-left: 0;
}
.header .item.link.compare {
  float: right;
  margin: 7px 15px 0 0;
  position: relative;
}
.header .compare.wrapper {
  display: none;
}
.header .item.link.compare a:before {
  background: url(../images/compare.svg) no-repeat center;
  background-size: contain;
}
.nav-sections-item-title {
  display: none;
}
.nav-sections-item-content {
  margin-top: 0;
}
.nav-sections-item-content .language-switch {
  position: relative;
  right: unset;
  top: unset;
  text-align: left;
  margin-top: 20px;
}
.nav-sections-item-content .language-switch ul li {
  font-size: 16px;
}
.nav-sections .switcher:last-child,
.nav-sections .switcher {
  border: 0;
}
.nav-sections.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.navigation li.level1 a.navpro-a-with-thumbnail {
  text-align: left;
  font-size: 16px;
}
.navpro .navpro-a-with-thumbnail img {
  clear: both;
  display: block;
}
.nav-toggle:before {
  content: '';
  height: 24px;
  width: 35px;
  background: url(../images/menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
/* language switcher */
.page-header .switcher {
  margin: 5px 0 0 20px !important;
}
.page-header .switcher .active .switcher-dropdown {
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-header .switcher .options .view-current-store-switch .svg {
  float: none;
  display: inline-block !important;
  width: 30px;
  margin: 0;
  height: 30px;
}
.page-header .switcher .switcher-trigger {
  height: 32px;
  padding: 0 10px 0 0;
}
.page-header .switcher .switcher-trigger:before {
  right: 3px;
  background-size: 70%;
  background-color: #f1f1ea;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.page-header .switcher .view-current-store-switch {
  padding: 0;
  display: inline-block;
  height: 32px;
}
/* newsletter */
.page-wrapper > .page-bottom {
  width: 100%;
}
.fnewsletter {
  margin-bottom: 40px;
}
.fnewsletter .wrap {
  background-color: #4f4f3f;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.fnewsletter .image {
  flex: 1;
  order: 2;
  margin-top: -65px;
  margin-bottom: -65px;
  max-width: 50%;
}
.fnewsletter .inner {
  flex: 1;
  padding: 75px;
  text-align: center;
}
.fnewsletter .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 30%, #000000 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 30%, #000000 100%);
}
.fnewsletter .contain {
  max-width: 460px;
  margin: 0 auto;
  color: #ffffff;
}
.fnewsletter .title h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 10px;
  z-index: 2;
  position: relative;
}
.fnewsletter .title h5 strong {
  font-weight: 700;
}
.fnewsletter .title p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}
.fnewsletter .content {
  margin-top: 35px;
}
.fnewsletter .newsletter .control {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fnewsletter .newsletter .control div.mage-error {
  position: absolute;
  top: 100%;
  margin-top: 0;
}
.fnewsletter .newsletter .control button {
  flex: 1;
  height: 48px;
  line-height: 48px;
  background: #008834;
  border-color: #008834;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  text-transform: none;
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 48px;
  -webkit-border-bottom-right-radius: 48px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 48px;
  -moz-border-radius-bottomright: 48px;
  border-radius: 0;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}
.fnewsletter .newsletter .control input[type="email"] {
  flex: 2;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 20px;
  font-size: 15px;
  font-weight: 300;
  border: 0;
  -webkit-border-top-left-radius: 48px;
  -webkit-border-bottom-left-radius: 48px;
  -moz-border-radius-topleft: 48px;
  -moz-border-radius-bottomleft: 48px;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 6px 0px inset;
}
.fnewsletter .field.consent {
  margin-top: 15px;
  line-height: 1.2em;
}
.fnewsletter .field.consent label {
  font-size: 14px;
  line-height: 1.3em;
}
/* Footer */
.block.block-photo-slider.container {
  max-width: 100%;
  padding: 0;
}
.block.block-photo-slider ul.photos-slick {
  margin: 0;
}
.page-footer {
  background: #ffffff;
  padding-bottom: 0;
}
/* first block */
.footer-background {
  background-color: #4f4f3f;
  color: #ffffff;
  position: relative;
}
.footer-background .flogo {
  position: absolute;
  z-index: 2;
  top: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 200px;
  margin-top: 4px;
}
.footer-background .flogo img {
  max-width: 100%;
  height: unset;
}
.page-footer .background .container .bloc .title {
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: 21px;
}
.contact .tel:before,
.contact .email:before,
.contact .location:before,
.contact .what:before,
.page-footer .background .tel:before,
.page-footer .background .email:before,
.page-footer .background .location:before,
.page-footer .background .what:before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact .tel:before,
.page-footer .background .tel:before {
  background-image: url(../images/tel.svg);
}
.contact .email:before,
.page-footer .background .email:before {
  background-image: url(../images/email.svg);
}
.contact .what:before,
.page-footer .background .what:before {
  background-image: url(../images/what.svg);
}
.contact .location:before,
.page-footer .background .location:before {
  background-image: url(../images/location.svg);
}
.page-footer .background .container .flogo img {
  width: 100%;
  max-width: 250px;
  display: inline-block;
  height: unset;
}
@media (max-width: 620px) {
  .page-footer .background .container {
    display: block;
  }
  .page-footer .background .container .bloc {
    margin-top: 30px;
  }
  .page-footer .background .container .bloc.flogo {
    margin-top: 0;
  }
  .page-footer .background .container .flogo img {
    max-width: 150px;
  }
}
/* second footer wtf */
.footer.content {
  max-width: unset !important;
  padding: 90px 0 110px 0;
  overflow: hidden;
  position: relative;
}
.footer.content::after,
.footer.content::before {
  content: '';
  opacity: 0.3;
  position: absolute;
  z-index: 1;
  width: 441px;
  height: 570px;
  background-image: url(../images/leaf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer.content::after {
  top: -147px;
  right: -200px;
  transform: rotate(75deg);
  width: 309px;
  height: 399px;
}
.footer.content::before {
  bottom: -300px;
  left: 200px;
  transform: rotate(344deg);
}
.footer .container {
  display: flex;
  align-items: flex-start;
  font-weight: 300;
  gap: 70px;
  flex-wrap: wrap;
}
.footer .bloc {
  flex: 1;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
.footer .bloc.about {
  flex: 2;
}
.footer .bloc h4 {
  font-weight: 800;
  font-size: 24px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.footer.content ul > li {
  margin-bottom: 3px;
}
.footer .bloc a,
.footer .bloc a:visited {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
}
.footer .bloc.contact a,
.footer .bloc.contact a:visited,
.footer .bloc strong {
  font-weight: 600;
}
.footer .flogo {
  max-width: 320px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.footer .flogo img {
  max-width: 100%;
  width: unset;
  height: unset;
}
.footer .bloc.about {
  font-weight: 300;
  margin-top: 0;
}
.footer .bloc.about .title {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer .bloc.about .title p {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0;
}
.footer .bloc.about .inner {
  max-width: 530px;
}
.footer .bloc.about .fotlog {
  flex: 1;
}
.footer .bloc.about .content {
  flex: 3;
}
.footer .bloc.about a {
  text-decoration: underline;
  font-weight: 600;
}
.footer .bloc.about .content span.tel:before,
.footer .bloc.about .content span.email:before,
.footer .bloc.about .content span.what:before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .bloc.about .content span.tel:before {
  background-image: url(../images/tel.svg);
}
.footer .bloc.about .content span.email:before {
  background-image: url(../images/email.svg);
}
.footer .bloc.about .content span.what:before {
  background-image: url(../images/what.svg);
}
.page-footer .social {
  display: block;
  margin: 15px 0 0 0;
}
.page-footer .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.page-footer .social li {
  display: inline;
}
.page-footer .social li:last-child {
  margin-right: 0;
}
.page-footer .social li a {
  display: inline-block;
}
.page-footer .social li a strong,
.page-footer .social li a span {
  display: none;
}
.page-footer .social li a:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-footer .social li.facebook a:before {
  background-image: url(../images/facebook.svg);
}
.page-footer .social li.instagram a:before {
  background-image: url(../images/instagram.svg);
}
.footer .bloc .title {
  font-weight: 600;
  margin: 0 0 30px 0;
  font-size: 19px;
}
.footer .bloc.footer-links li a:before {
  /* content: '-'; margin-right: 5px;*/
}
.copyright {
  background-color: #2e2e23;
  color: #737369;
  box-sizing: border-box;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 50px;
}
.copyright a {
  color: #4f4f3f;
}
.copyright .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright .notice {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.copyright .notice p {
  margin: 0;
}
.copyright .cards {
  float: right;
  margin-top: -5px;
}
/* ******************************************************************************* */
/* Home page */
/* ******************************************************************************* */
.page-main {
  padding-top: 20px;
}
.cms-index-index .page-main {
  padding-top: 0;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.abs-margin-for-blocks-and-widgets-desktop,
.page-main .block,
.customer-review .product-details {
  margin-bottom: 0;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 0;
}
.cms-index-index .columns .column.main {
  margin-bottom: 0;
}
.cms-index-index .home p {
  margin: 0;
}
.cms-index-index .home {
  margin-bottom: 30px;
}
.cms-index-index .block.widget.block-products-list.grid {
  margin: 0;
}
.cms-index-index .block .block-title {
  overflow: hidden;
  font-size: 26px;
  color: #2d2318;
  padding: 10px 0 20px 0;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  margin: 0;
}
/* main banner */
.banner.container {
  padding-left: 0;
  padding-right: 0;
  width: 1720px;
}
.banner {
  margin: 0 auto;
  margin-bottom: 30px;
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.banner .owl-carousel .owl-item img {
  display: block;
  height: auto;
  width: 100%;
}
.banner .floater {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.banner .floater .content {
  font-size: 18px;
  font-weight: 300;
  color: #f1f1ea;
  line-height: 1.3em;
  max-width: 380px;
}
.banner .floater .content p {
  margin: 0 0 10px 0;
}
.banner .floater .content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1em;
}
.banner .floater .cta {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px 10px 23px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.banner .floater .cta::after {
  vertical-align: middle;
  margin-left: 12px;
  transform: translateY(-1px);
}
.banner .owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  margin-top: 0;
}
.banner .shadow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  opacity: 0.9;
  background: #2c2516;
  background: linear-gradient(90deg, #2c2516 50%, rgba(44, 37, 22, 0) 100%);
}
.banner .shadow::after,
.banner .shadow::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 441px;
  height: 570px;
  background-image: url(../images/leaf-brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.banner .shadow::after {
  bottom: -147px;
  left: 57px;
  transform: rotate(46deg);
  width: 309px;
  height: 399px;
}
.banner .shadow::before {
  top: -300px;
  left: -208px;
  transform: rotate(134deg);
}
.owl-video-frame {
  position: relative;
  padding-bottom: 38.75%;
  height: 0;
}
.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.owl-thumbs {
  margin-top: -60px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.owl-thumbs .owl-thumb-item {
  flex: 1;
  position: relative;
  max-width: 240px;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.owl-thumbs .owl-thumb-item img {
  display: block;
}
.owl-thumbs .owl-thumb-item:before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: #2c2516;
  background: -moz-linear-gradient(0deg, rgba(44, 37, 22, 0.75) 0%, rgba(44, 37, 22, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(44, 37, 22, 0.75) 0%, rgba(44, 37, 22, 0) 100%);
  background: linear-gradient(0deg, rgba(44, 37, 22, 0.75) 0%, rgba(44, 37, 22, 0) 100%);
}
.owl-thumbs .owl-thumb-item .title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0;
}
.owl-thumbs .owl-thumb-item.active:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #008834;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* banner bottom */
.banner_bottom {
  margin-top: -15px;
}
.banner_bottom a {
  text-decoration: none;
}
.banner_bottom .flex {
  display: flex;
  gap: 20px;
}
.banner_bottom .flex .itm {
  flex: 1;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.banner_bottom .flex .itm img {
  max-width: 100%;
  height: auto;
  width: 100%;
  z-index: 1;
  display: block;
}
.banner_bottom .flex .itm:hover img {
  -webkit-animation: scale 1s ease-out forwards;
}
.banner_bottom .flex .itm .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  padding: 50px;
  text-decoration: none;
}
.banner_bottom .flex .itm .content h2,
.banner_bottom .flex .itm .content h3,
.banner_bottom .flex .itm .content h4 {
  font-size: 37px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #ffffff;
}
.banner_bottom .flex .itm .content .std {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  color: #ccc4ba;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}
.banner_bottom .flex .itm .content .cta {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  padding: 10px 20px 10px 23px;
  border-radius: 50px;
}
.banner_bottom .flex .itm .content .cta::after {
  vertical-align: middle;
  margin-left: 12px;
  transform: translateY(-1px);
}
.banner_bottom .flex .itm .shadow {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(46, 46, 35, 0.75) 50%, rgba(46, 46, 35, 0) 100%);
  transition: all 0.4s ease;
}
.banner_bottom .flex .itm:hover .shadow {
  height: 100%;
  /*background: rgba(46, 46, 35, 0.75);*/
}
.banner_bottom .flex .itm:hover .content .cta {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.banner_bottom .flex .itm:hover .content .std {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* banner categories */
.related-posts,
.banner_categories {
  background: #f1f1ea;
  margin-bottom: 40px;
  padding-top: 65px;
  padding-bottom: 45px;
}
.hblock .head {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.homer.hblock .head {
  margin-bottom: 50px;
}
.hblock .head .title {
  font-size: 21px;
  line-height: 1.4em;
  font-weight: 300;
  color: #737369;
}
.hblock .head .title strong {
  font-size: 48px;
  line-height: 1em;
  font-weight: 800;
  color: #2d2318;
  display: block;
}
.hblock .head .desc {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #2e2e23;
}
.hblock .head .desc p {
  margin: 0;
}
.hblock .head .button a {
  padding: 10px 17px 10px 21px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 5px 0px;
}
.hblock .head .button a:hover {
  text-decoration: none;
  color: #ffffff;
}
.hblock .head .button a::after {
  vertical-align: middle;
  margin-left: 12px;
  transform: translateY(-1px);
}
.banner_categories .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  max-width: 100%;
}
.banner_categories .itm {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.banner_categories .itm:hover {
  -webkit-animation: scale 1s ease-out forwards;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 24px 0px, rgba(0, 0, 0, 0.18) 0px 0px 1px 0px;
}
.banner_categories .itm img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: unset;
  position: relative;
}
.banner_categories .itm .floater {
  position: absolute;
  z-index: 2;
  padding: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.banner_categories .itm .floater h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: #ffffff;
}
/* related posts */
.related-posts {
  overflow: hidden;
}
.related-posts .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.related-posts .item {
  display: block;
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
}
.related-posts .item:hover {
  text-decoration: none;
}
.related-posts .image {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.related-posts .image img {
  display: block;
  height: unset;
  width: unset;
  max-width: 100%;
}
.related-posts .item:hover img {
  -webkit-animation: scale 1s ease-out forwards;
}
.related-posts .image:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: #000000;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.related-posts .content {
  min-height: 217px;
  padding: 35px 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  position: relative;
}
.related-posts .content h5 {
  margin: 0 0 10px 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
}
.related-posts .content .more {
  text-decoration: underline;
  font-weight: 600;
}
.related-posts .content .gradient {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
  position: absolute;
  z-index: 2;
  right: 35px;
  bottom: -22px;
}
.related-posts .content .gradient::after {
  transform: translate(16px, 14px);
}
/* home product carousel */
.homer {
  margin-bottom: 30px;
}
/* products */
.related .owl-theme.owl-carousel .owl-nav button.owl-next,
.related .owl-theme.owl-carousel .owl-nav button.owl-prev,
.widget .owl-theme.owl-carousel .owl-nav button.owl-next,
.widget .owl-theme.owl-carousel .owl-nav button.owl-prev {
  top: 35%;
}
.stock .availability:before {
  content: '-';
  margin-right: 5px;
}
.product-item .price-box.ondemand .price {
  font-size: 14px;
}
.stock.unavailable {
  color: #e90101;
}
/* sections */
#section-block .container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#section-block .container > ul > li {
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#section-block .container > ul > li img {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: unset !important;
  width: unset !important;
}
#section-block .container > ul > li .wrapper,
#section-block .container > ul > li .content {
  flex: 1;
  width: 50%;
}
#section-block .container > ul > li:nth-child(2n) .wrapper {
  order: 2;
}
#section-block .container > ul > li .wrapper .image {
  text-align: right;
  max-width: 100%;
  overflow: hidden;
}
#section-block .container > ul > li:nth-child(2n) .wrapper .image {
  text-align: left;
}
#section-block .container > ul > li .wrapper .image img {
  float: right;
  max-width: unset;
}
#section-block .container > ul > li:nth-child(2n) .wrapper .image img {
  float: left;
}
#section-block .container > ul > li .content .wrap {
  max-width: 100%;
  text-align: left;
  padding: 20px;
  margin: 0 auto;
  max-width: 500px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4em;
}
#section-block .container > ul > li .content h2,
#section-block .container > ul > li .content h3,
#section-block .container > ul > li .content h4 {
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  font-weight: 800;
}
#section-block .container > ul > li .content h3 {
  font-size: 30px;
}
#section-block .container > ul > li .content h4 {
  font-size: 28px;
}
#section-block .container > ul > li .content h2 strong,
#section-block .container > ul > li .content h3 strong,
#section-block .container > ul > li .content h4 strong {
  font-weight: 800;
}
/* ******************************************************************************* */
/* Category page */
/* ******************************************************************************* */
.products {
  margin-top: 0;
}
.toolbar {
  margin-bottom: 0;
}
.pages .action {
  background-color: #ffffff;
  box-shadow: unset;
  border-radius: 36px;
  border-color: #f1f1f1;
}
.toolbar select {
  background-color: #ffffff;
  box-shadow: unset;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
.pages .action.next,
.pages .action.prev {
  width: 32px;
}
.pages .action:hover {
  background-color: #f1f1f1;
}
.pages strong.page,
.pages .item {
  font-size: 15px;
}
.pages strong.page {
  font-weight: 600;
}
.page-products .toolbar .limiter {
  font-size: 13px;
  color: #707070;
}
.toolbar-products {
  padding-top: 5px;
}
.toolbar-products .pages {
  display: inline-block;
  float: left;
  margin: 0;
}
.pages strong.page {
  width: 30px;
  background-color: #f1f1f1;
  border-radius: 36px;
}
.state-item {
  font-size: 14px;
}
/* grid */
.products-grid .product-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-items .minimal-price-link {
  display: none;
}
.page-products .product-item-info {
  width: 100%;
}
.columns.swissup-aln-do-slideout .column.main {
  padding-left: 0;
}
.products-grid .product-item-inner,
.products-grid .product-item-info,
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: unset;
  margin: 0;
  position: relative;
  border: 1px solid #ebebe1;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.products-grid .product-item-photo {
  position: relative;
  mix-blend-mode: multiply;
}
.products-grid .product-item-photo .product-image-container,
.products-grid .product-item-photo {
  display: block;
  position: relative;
  max-width: 100%;
  width: 100% !important;
}
.products-grid .product-image-photo {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.products-grid .list-attributepages {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.products-grid .list-attributepages li {
  padding: 0;
  margin: 0;
}
.products-grid .list-attributepages .attributepages-option-title {
  color: #707070;
  font-weight: 300;
  font-size: 12px;
}
.products-grid .product-item-image {
  position: relative;
  overflow: hidden;
  background: #fbfbfa;
  padding: 20px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.products-grid .product-item-image:after {
  content: "";
  position: absolute;
  z-index: 2;
  border-top: 1px dashed #ebebe1;
  bottom: 0;
  left: 0;
  right: 0;
}
.products-grid .product-item-details {
  padding: 15px 0 15px 0;
  text-align: left;
  position: relative;
}
.products-grid .product-item-info .product-item-details {
  padding: 30px;
}
.products-grid .product-item-info .product-item-actions {
  position: relative;
}
.products-grid .flex {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.products-grid .product-item-details .swtch {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 3;
}
.products-grid .product-item-details .swtch .swatch-option {
  margin: 0 3px 3px 0 !important;
}
.products-grid .product-item-details .swtch .swatch-attribute-options {
  margin-bottom: -3px;
}
.products-grid .product-item-actions {
  margin: 0;
}
.products-grid .product-item-info .product-item-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: unset;
}
.products-grid .action.tocart.primary:focus,
.products-grid .action.tocart.primary:active,
.products-grid .action.tocart.primary:hover,
.products-grid .action.tocart.primary {
  font-size: 17px;
}
.products-grid .actions-primary .stock.unavailable {
  line-height: 38px;
  margin-right: 10px;
}
.block.crosssell .products-grid .product-item {
  width: 33.33%;
}
body .block.crosssell .title {
  text-align: center;
}
body .block.crosssell .title strong {
  font-size: 24px;
  font-weight: 300;
}
.block.crosssell .product-item-info {
  width: auto;
}
.block.crosssell .products-grid .product-item-info .product-item-inner {
  display: block;
  position: relative;
  width: unset;
  height: unset;
}
.minicart-wrapper .block.crosssell .products-grid .product .actions {
  float: none;
  margin: 0;
}
.products-grid .product-item-photo .product-image-container,
.products-grid .product-item-photo {
  margin-bottom: 0;
}
.product-item form {
  display: flex;
  margin-top: 10px;
}
.product-item form input.qty {
  width: 36px;
  text-align: center;
  margin: 10px 5px 0 0;
}
.products-grid .product-item {
  position: relative;
}
.products-grid .product-item .tocompare span {
  display: none;
}
.products-grid .product-item .tocompare:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/compare.svg) no-repeat center;
  background-size: contain;
}
.products-grid .product-item .product-item-name {
  margin: 0;
}
.products-grid .product-item .product.name a {
  text-transform: none;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.4em;
  height: 72px;
  color: #2d2318;
  white-space: unset;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.products-grid .product-item .subtitle {
  margin-top: 10px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.3em;
  height: 33px;
  overflow: hidden;
  color: #737369;
}
.product-item .price-box .minimal-price,
.product-item .price-box {
  display: flex;
  width: unset;
  text-align: left;
  align-items: center;
  justify-content: left;
  margin: 0;
}
.product-item .price-box.price-installment_price {
  min-height: 18px;
}
.product-item .price-box .minimal-price {
  margin: 0;
}
.product-item .price-box .price-label {
  display: none;
}
.product-item .price-box .price-to .price-label,
.product-item .price-box .price-from .price-label {
  display: inline-block;
  color: #707070;
  text-transform: lowercase;
}
.product-item .price-box .price-from {
  margin-right: 5px;
}
.product-item .price-box .price {
  font-size: 16px;
}
.product-item .price-box .minimal-price .price-final_price,
.product-item .price-box .normal-price,
.product-item .price-box .special-price {
  order: 2;
}
.product-item .price-box .old-price {
  margin: 0 10px 0 0;
}
.product-item .enota {
  color: #b3aba3;
  font-size: 14px;
  font-weight: 300;
}
.product-item .stock-status {
  font-size: 14px;
  font-weight: normal;
  color: #188c00;
}
.product-item .stock-status:before {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 8px;
  background-color: #188c00;
  border-radius: 20px;
  vertical-align: top;
  margin-top: 6px;
}
.product-item .stock-status.out-of-stock {
  color: #e90101;
}
.product-item .stock-status.out-of-stock:before {
  background-color: #e90101;
}
.products-grid .product-item .tocart {
  width: 100%;
}
.products-grid .product-item .actions-primary {
  display: flex;
  margin-top: 15px;
}
.products-grid .product-item .actions-primary form {
  flex: 1 1 auto;
  margin-top: 0;
  margin-right: 3px;
}
.products-grid .product-item .actions-primary .blank {
  flex: 1 1 auto;
  margin-left: 3px;
}
.product-reviews-summary {
  margin-bottom: 0 !important;
}
.rating-summary .rating-result {
  width: 74px;
}
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before {
  font-size: 13px;
  height: 13px;
  line-height: 13px;
}
.rating-summary .rats {
  color: #707070;
  vertical-align: middle;
  line-height: 13px;
}
.filter-options-item {
  border-bottom-color: #f1f1f1;
}
.filter-options-title {
  padding-top: 12px;
  padding-left: 0;
  font-size: 15px;
}
.filter-options-title:after {
  font-size: 10px;
}
.filter-options-item .filter-options-content {
  padding: 10px 0 0 0;
}
.filter-options-item-category .filter-options-content {
  max-height: unset;
}
.swatch-attribute-options {
  margin: 0;
}
.swatch-option {
  height: 30px;
  min-height: 30px;
  margin: 0 5px 5px 0;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option,
.swatch-option.text,
.product-item .swatch-option {
  background-color: #f1f1f1;
  color: #2d2318;
  width: 24px;
  min-width: unset;
  height: 24px;
  min-height: 24px;
  line-height: 24px;
  border: 0;
  padding: 0;
  display: inline-block;
  float: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover,
.swatch-option.selected {
  outline: 0;
  border-color: #2d2318;
}
.swatch-layered.color .swatch-option.color.disabled,
.swatch-layered.color .swatch-option.color:not(.disabled):hover,
.swatch-layered.color .swatch-option.color {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border-width: 1px;
  padding: 0;
  margin: 0 !important;
}
.filter-options-content .color a {
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0 !important;
}
.new-label,
.discount-label {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  bottom: 0;
  z-index: 3;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  padding: 8px 12px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #ffffff;
  border: 1px solid #007530;
  background: #007B2F;
  background: -webkit-linear-gradient(0deg, #007b2f 0%, #00a33f 100%);
  background: -moz-linear-gradient(0deg, #007b2f 0%, #00a33f 100%);
  background: linear-gradient(0deg, #007b2f 0%, #00a33f 100%);
}
.new-label {
  left: 17px;
  font-size: 15px;
  color: #2e2e23;
  border-color: #dabb05;
  background: #dcc712;
  background: -webkit-linear-gradient(0deg, #c8c712 0%, #f1f020 100%);
  background: -moz-linear-gradient(0deg, #c8c712 0%, #f1f020 100%);
  background: linear-gradient(0deg, #c8c712 0%, #f1f020 100%);
}
.discount-label {
  right: 17px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.catalog-product-view .product-info-main {
  position: unset;
}
.catalog-product-view .product-info-main .box-tocart .discount-label {
  bottom: unset;
  top: -45px;
  font-size: 19px;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view .product-info-main .box-tocart .new-label {
  bottom: unset;
  top: -45px;
  font-size: 18px;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-products .sorter label {
  display: none;
}
body .filter-options-item-category ol.items li,
body .filter-options-item-category ol.items ol.items {
  padding-left: 0;
}
.easycatalogimg .parent-category-top {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.easycatalogimg .image {
  float: left;
  margin-right: 25px;
}
.easycatalogimg .list-subcategories {
  overflow: hidden;
}
.easycatalogimg a {
  line-height: 1.2em;
  display: block;
}
.easycatalogimg .parent-category + .list-subcategories {
  margin: 0;
}
.easycatalogimg .image + .parent-category {
  margin: 0 0 10px 0;
}
/* product list */
.page-title,
.product.name,
.product.name a {
  word-break: break-all;
}
.products-list .product-item {
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  padding-top: 10px;
}
.products-list .product-item-details {
  display: flex;
  gap: 10px;
  align-items: center;
}
.products-list .flex {
  flex: 1;
}
.products-list .product-image {
  width: 60px;
  flex: 0 0 60px;
}
.products-list .product-item-name {
  flex: 3;
}
.products-list .actions {
  flex: 1;
  text-align: right;
}
.products-list .product.name a {
  font-size: 13px;
}
.products-list .product-item .qty-wrapper {
  display: flex;
}
.products-list .product-item form {
  margin-top: 0;
}
.products-list .product-item form input.qty {
  margin: 0;
  border-left: 0;
  border-right: 0;
}
.products-list .product-item .qty-wrapper button {
  padding: 4px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
}
.products-list .action.tocart.primary {
  padding: 5px 15px;
  margin-left: 5px;
  height: unset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.products-list .action.tocart.primary span {
  display: none;
}
.products-list .action.tocart.primary:before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/cart-white.svg);
}
.products-list .flex {
  display: flex;
  gap: 10px;
  align-items: center;
}
/* category */
.breadcrumbs {
  padding-left: 30px;
  padding-right: 0px;
}
body .breadcrumbs .item:not(:last-child):after {
  vertical-align: middle;
}
.page-layout-1column.page-with-filter .column.main {
  padding-top: 0;
}
.page-products.page-layout-1column .products-grid .product-item {
  width: 25%;
}
.catewrap {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.catewrap .flex {
  display: flex;
  gap: 40px;
}
.catewrap .flex > div {
  flex: 1;
}
.catewrap .content {
  max-width: 660px;
}
.catewrap .content h1.page-title {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
}
.catewrap .content .category-description {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}
.catewrap .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.category-description .readmore {
  cursor: pointer;
  color: #2d2318;
  font-weight: 600;
  text-decoration: underline;
}
/* subcategeories */
.subcategories {
  margin-bottom: 20px;
}
.subcategories .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  max-width: 100%;
}
.subcategories .itm {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.subcategories .itm:hover {
  -webkit-animation: scale 1s ease-out forwards;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 24px 0px, rgba(0, 0, 0, 0.18) 0px 0px 1px 0px;
}
.subcategories .itm img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: unset;
  position: relative;
}
.subcategories .itm .floater {
  position: absolute;
  z-index: 2;
  padding: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.subcategories .itm .floater h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: #ffffff;
}
.subcategories .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.subcategories .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.category-long-description {
  margin-top: 30px;
}
.category-long-description [data-content-type='row'][data-appearance='contained'] {
  padding-left: 0;
  padding-right: 0;
}
/* popup video */
.popvideo .item {
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  background: #000;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 15px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 15px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px -4px rgba(0, 0, 0, 0.1);
}
.popvideo .item .image {
  position: relative;
  margin-bottom: 5px;
}
.popvideo .item .image img {
  max-width: 200px;
  width: 100%;
  height: unset;
  display: block;
}
.popvideo .item .image:before {
  content: '';
  height: 40px;
  width: 30px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-image: url(../images/play.svg);
}
.popvideo .item .image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.popvideo .item .button {
  position: relative;
  text-align: center;
  line-height: 32px;
  background: #008834;
  border: 2px solid #007530;
  border-top: 0;
  border-left: 0;
  color: #ffffff;
  padding: 5px 55px 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popvideo .item .button span {
  text-transform: uppercase;
  font-weight: 700;
}
.popvideo .item .button:after {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  content: '';
  width: 42px;
  height: 32px;
  background: url(../images/play.svg) no-repeat center;
  background-size: 34%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.popvideo .popup {
  display: none;
  position: fixed;
  z-index: 7;
  right: 10px;
  bottom: 10px;
  width: 520px;
  max-width: 100%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
}
.popvideo.show .popup {
  display: block;
}
.popvideo .popup .close {
  z-index: 8;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 0;
  height: 33px;
  width: 33px;
  padding: 10px;
  background: #008834;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.popvideo .popup .close:before {
  content: '';
  cursor: pointer;
  height: 13px;
  width: 13px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/close-white.svg);
}
.popvideo .popup .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
}
.popvideo .popup .embed-container iframe,
.popvideo .popup .embed-container object,
.popvideo .popup .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog-product-view .popvideo .item {
  position: relative;
  right: unset;
  bottom: unset;
  display: block;
  padding: 0;
  background: transparent;
  margin-bottom: 40px;
}
.catalog-product-view .popvideo .item .image {
  margin-bottom: 0;
}
.catalog-product-view .popvideo .item .image img {
  max-width: unset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.catalog-product-view .popvideo .item .button {
  background-color: #707070;
  border-color: #2d2318;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 8px;
  right: 5px;
}
/* filters */
body .sidebar-main {
  padding-right: 0;
}
.swatch-option:focus {
  box-shadow: unset;
}
.filter-options-item .swatch-attribute-options {
  margin-top: 5px;
}
.swatch-option.text {
  font-weight: 400;
  background-color: #ffffff;
}
.swatch-option.text.selected {
  background-color: #f1f1f1 !important;
}
.filter-options-item .swatch-option.text {
  line-height: 20px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  color: #2d2318;
}
.layered-filter-apply-tooltip-items-qty,
.filter-options-content .count:after,
.filter-options-content .count:before {
  display: none;
}
.filter-options-content .count {
  float: right;
  font-size: 11px;
}
.swissup-filter-item-checkbox > div::after,
.swissup-filter-item-checkbox > div::before {
  height: 10px;
  top: 5px;
  width: 10px;
}
.swissup-filter-item-checkbox > div::before {
  border: 1px solid #f9f9f9;
}
.swissup-filter-item-checkbox > div {
  height: 16px;
  width: 10px;
}
.filter-content .item {
  margin: 2px 0;
}
.filter-options-content {
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter-options-item-state-reset-url.reset-show {
  position: absolute;
  right: 18px;
  opacity: 0.3;
}
.layered-filter-apply-wrapper {
  padding: 10px 0;
}
.layered-filter-apply-wrapper .action.primary {
  width: 100%;
}
.filter-options-item.inactive .filter-options-content {
  display: none;
}
.swissup-filter-item-checkbox input:checked + div::before {
  border-color: #2d2318;
  height: 5px;
  top: 6px;
}
.irs--round .irs-handle {
  top: 29px;
  width: 17px;
  height: 17px;
}
#layered-filter-apply-tooltip {
  min-width: 84px;
  padding-left: 3px;
}
.filter-options-item-category ol.items li.current {
  display: none;
}
.filter-options-item-category ol.items ol.items {
  padding-left: 0;
}
.filter-options-item-category ol.items li {
  padding-left: 0;
}
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #008834 !important;
}
.irs--flat .irs-handle {
  border-color: #008834 !important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #008834 !important;
}
body .swissup-count-green {
  color: #707070 !important;
}
.swissup-layered-more-products {
  text-transform: uppercase;
}
.filter-title strong {
  background-color: #ffffff;
  box-shadow: unset;
  border-color: #2d2318;
  border-radius: 0;
}
/* product view */
.catalog-product-view .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body .fotorama__thumb-border {
  border-color: #202020;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.fotorama__img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
body .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
body .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 5px;
}
.fotorama__stage__frame .fotorama__img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product.info.detailed {
  clear: both;
}
.product-info-main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.product-info-main .page-title-wrapper {
  flex: 1;
}
.product-info-main .product-add-form {
  flex: 1;
  position: relative;
}
.product-info-main .product-add-form {
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  border: 0;
  background: #f1f1ea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
}
.product-info-main .product-add-form .advatext {
  margin: 30px 0 0 0;
}
.product-info-main .product-add-form .advatext .wrapper {
  text-decoration: none;
  color: #2d2318;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.product-info-main .product-add-form .advatext .wrapper p {
  flex: 1;
  font-size: 15px;
  line-height: 1.4em;
  color: #666666;
}
.product-info-main .product-add-form .advatext .wrapper p strong {
  display: block;
  color: #2d2318;
}
.product-info-main .product-add-form .advatext .wrapper .image img {
  height: unset;
  width: 100%;
  max-width: 50px;
}
.product-info-main .product-add-form .cards {
  position: relative;
  padding: 25px 0 0 0;
  text-align: center;
}
.product-info-main .product-add-form .cards:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: #737369;
}
.product-info-main .product-add-form .cards img {
  display: inline-block;
  margin: 0 5px 5px 5px;
  height: 36px;
  width: unset;
}
.product-info-main .swatch-attribute-label {
  text-transform: unset;
  font-size: 17px;
}
.product-info-main .swatch-attribute-options {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-info-main .swatch-option {
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-info-main .swatch-option.selected {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.product-info-main .swatch-attribute.size .swatch-option,
.product-info-main .swatch-attribute.manufacturer .swatch-option,
.product-info-main .swatch-option.text,
.product-info-main .product-item .swatch-option {
  background: #ffffff;
  width: unset;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-info-main .swatch-attribute.size .swatch-option.selected,
.product-info-main .swatch-attribute.manufacturer .swatch-option.selected {
  border-color: #2d2318;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.catalog-product-view .long {
  max-width: 1600px;
  margin: 30px auto;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: justify;
}
.catalog-product-view .long h2 {
  font-weight: 600;
  font-size: 32px;
}
[data-content-type='row'][data-appearance='contained'] {
  padding-left: 20px;
  padding-right: 20px;
}
/* product content */
.product-info-main .page-title-wrapper h1 {
  overflow: hidden;
  font-size: 32px;
  color: #2d2318;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.product-info-main .page-title-wrapper h2 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.product-info-main .page-title-wrapper h2 span.volume {
  color: #999999;
}
.product-info-main .page-title-wrapper h2 span.volume:before {
  content: '|';
  margin: 0 4px;
}
.product-info-main .yotpoBottomLine .yotpo a.text-m {
  color: #777777 !important;
  border-left: 1px solid #eaeaea;
  padding-left: 10px;
  margin-left: 7px;
}
.product-info-main .facebooklike {
  float: right;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
}
.product-info-main .product.attribute.sku .type {
  font-weight: 300;
  margin-right: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  text-transform: none;
  line-height: unset;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dashed #f9f9f9;
}
.product-info-main .product-info-stock-sku {
  float: none;
  padding: 0;
  text-align: left;
}
.product-info-main .product.attribute.overview {
  clear: both;
}
.product.attribute.overview {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  position: relative;
}
.product.attribute.overview.limited:after {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  border-bottom: 1px solid #f9f9f9;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.product.attribute.overview.expanded {
  max-height: none;
}
.product.attribute.overview.expanded:after {
  display: none;
}
.show-more-less {
  cursor: pointer;
  color: #2d2318;
  font-weight: 700;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.product-info-main .product.attribute.overview iframe {
  width: 100% !important;
  aspect-ratio: 1.77777778;
  max-width: 100%;
}
.product-info-main .product.attribute.overview ul {
  list-style: none;
  padding-left: 5px;
}
.product-info-main .stock.available:before,
.product-info-main .product.attribute.overview ul li:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  background: url(../images/check-red.svg) no-repeat #ffffff;
  border-radius: 30px;
  background-size: 80% !important;
  background-position: center center !important;
  vertical-align: top;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
}
.product-info-main .stock.available:before {
  background: url(../images/check.svg) no-repeat #ffffff;
}
.product-info-main .stock.available {
  color: #008834;
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.product.media {
  position: relative;
}
.product.data.items .overview,
.product.data.items > .item.content .description li {
  margin: 0;
}
.product-info-main .product-info-price {
  margin-top: 20px;
  border-bottom: 0;
  margin-bottom: 0;
}
.product-info-main .product-info-price .old-price .price-label::after {
  content: ': ';
}
.product-info-price .price-box .old-price .price-container .price-wrapper .price {
  font-weight: 300;
}
.product-info-main .product-info-price .price-label,
.product-info-main .product-info-price .old-price .price-label,
.product-info-main .product-info-price .special-price .price-label {
  font-weight: 300;
  font-size: 16px;
  display: none !important;
}
.product-info-main .product-info-price .price-box .minimal-price,
.product-info-main .product-info-price .price-box {
  display: flex;
  width: unset;
}
.product-info-main .product-info-price .price-box .minimal-price .old-price,
.product-info-main .product-info-price .price-box > span {
  padding-right: 10px;
}
.product-info-main .product-info-price .price-box .minimal-price > .price-final_price,
.product-info-main .product-info-price .price-box .normal-price,
.product-info-main .product-info-price .price-box .special-price {
  order: 2;
}
.product-info-main .product-info-price .price-box .price-container .price {
  font-weight: 600;
}
.product-info-main .product-info-price .old-price .price-wrapper .price,
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 32px;
  line-height: 1em;
}
.price-final_price .price,
.price-box .minimal-price .price-final_price .price,
.price-box .special-price .price {
  color: #e90101;
  font-weight: 600;
}
.old-price .price {
  color: #666;
}
.price-box .minimal-price .old-price .price-final_price .price {
  color: #2d2318;
}
.lowprice {
  font-size: 12px;
  color: grey;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}
.product-info-main .product-reviews-summary {
  float: none;
}
#product-attribute-specs-table tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.7);
}
#product-attribute-specs-table tr td,
#product-attribute-specs-table tr th {
  padding-left: 10px;
  padding-right: 10px;
}
body .product.info.detailed .additional-attributes > thead > tr > th,
body .product.info.detailed .additional-attributes > tbody > tr > th,
body .product.info.detailed .additional-attributes > tfoot > tr > th,
body .product.info.detailed .additional-attributes > thead > tr > td,
body .product.info.detailed .additional-attributes > tbody > tr > td,
body .product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 10px;
}
.review-field-rating .control {
  margin-bottom: 35px;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 20px;
  height: 20px;
  letter-spacing: 3px;
  line-height: 20px;
}
.product-item-info {
  width: unset !important;
}
.block.related,
.block.upsell {
  display: block;
  clear: both;
}
.block-title.title.upsell,
.block-title.title.related {
  text-align: center;
  margin: 30px 0 0 0;
}
.block-title.title.upsell strong,
.block-title.title.related strong {
  font-size: 23px;
  font-weight: 600;
}
.swatch-attribute-label {
  font-weight: 500;
  text-transform: uppercase;
}
.product-info-main .swatch-option.text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.related.block .title,
.upsell.block .title {
  overflow: hidden;
  font-size: 32px;
  color: #2d2318;
  margin: 0;
  padding: 30px 0 20px 0;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}
.related.block .title strong,
.upsell.block .title strong {
  font-size: 24px;
  color: #2d2318;
  line-height: 1em;
  font-weight: 600;
}
.product-info-main .list-attributepages {
  margin: 0;
}
.product-info-main .list-attributepages li {
  margin-bottom: 0;
}
.product-info-main .product-addto-links .action.tocompare {
  line-height: 22px;
  background: #f1f1f1;
  display: inline-block;
  padding: 6px 10px 6px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}
.product-info-main .product-addto-links .action.tocompare:before {
  content: '';
  display: block;
  float: left;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  background: url(../images/compare.svg) no-repeat center;
  background-size: contain;
}
.product-info-main .prices-tier {
  display: none;
}
/* bundle */
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .product-options-wrapper {
  display: block;
  float: none;
  width: 100%;
}
.bundle-options-container .block-bundle-summary {
  float: none;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  position: unset;
}
.bundle-options-container .product-add-form {
  display: block;
}
.bundle-options-container .block-bundle-summary {
  top: unset !important;
}
.bundle-options-container .product-options-bottom {
  display: none;
}
.bundle-options-wrapper {
  margin-top: 20px;
}
.bundle-options-wrapper .fieldset {
  margin-bottom: 10px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top-style: dashed;
}
.product-add-form .bundle-options-wrapper .product-options-wrapper .field .control {
  width: 100%;
}
.bundle-options-container .product-options-wrapper .field.choice .label.zero .price-notice {
  display: none;
}
.bundle-options-container .product-options-wrapper .fieldset > .field.chck {
  border: 1px solid #f9f9f9;
  background: #ffffff;
  padding: 15px 15px 10px 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.fieldset > .field.chck.required > .label:after {
  display: none;
}
.fieldset > .field.chck > .label {
  margin-bottom: 12px;
}
.fieldset > .field.chck .field.choice {
  padding: 10px;
  background: #f9f9f9;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}
.fieldset > .field.chck .field.choice .bundle-option-image {
  margin-right: 15px;
  flex: 1;
}
.bundle-options-container .product-options-wrapper .chck .field.choice .label .cntn {
  flex: 2;
  text-align: left;
}
.fieldset > .field.chck .field.choice .bundle-option-image img {
  width: 100%;
}
.bundle-options-container .product-options-wrapper .chck .field.choice .label {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* povprasevanje */
.povprasevanje {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
}
.povprasevanje:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 1.5em;
  border: .75rem solid transparent;
  border-top: none;
  border-bottom-color: #ffffff;
}
.povprasevanje p {
  margin: 0;
}
.povprasevanje a.btn {
  display: inline-block;
  height: unset;
  line-height: 1.4em;
  text-align: center;
  padding: 10px 15px;
}
/* qtys */
.box-tocart {
  margin: 15px 0;
}
.box-tocart .qty label span {
  font-weight: 500;
  font-size: 13px;
}
.box-tocart.stndrd .fieldset {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.box-tocart.stndrd .fieldset .field {
  flex: 1;
  margin: 0;
}
.box-tocart.stndrd .fieldset .actions {
  flex: 2;
}
.box-tocart.stndrd .action.primary {
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  font-size: 21px;
}
.box-tocart.stndrd .input-text.qty {
  height: 51px;
  border-color: #f1f1ea;
}
.box-tocart.stndrd .qraps .input-text.qty {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-tocart.stndrd .qraps .mores,
.box-tocart.stndrd .qraps .lesss {
  width: 30px;
}
.custom_qty .title {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 600;
  color: #2d2318;
}
.custom_qty ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  display: block;
}
.custom_qty li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  padding: 12px 12px 12px 45px;
  cursor: pointer;
  color: #2d2318;
  border: 1px solid #d2d2d2;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.custom_qty li:last-child {
  margin-bottom: 0;
}
.custom_qty li.active,
.custom_qty li:hover {
  border-color: #a3a3a3;
  -webkit-box-shadow: 1px 1px 1px 0px #c4c4c4;
  -moz-box-shadow: 1px 1px 1px 0px #c4c4c4;
  box-shadow: 1px 1px 1px 0px #c4c4c4;
  overflow: hidden;
}
.custom_qty li:before {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/dots.jpg) no-repeat top;
}
.custom_qty li:hover:before,
.custom_qty li.active:before {
  background-position: bottom;
}
.custom_qty li b,
.custom_qty li .price_qty {
  font-weight: 800;
}
.field.qty.quantitys {
  display: none;
}
.custom_qty li span.save {
  display: inline-block;
  float: right;
  background: #e90101;
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  line-height: 32px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box-tocart .action.tocart:not(:last-child),
.box-tocart .fieldset:last-child {
  margin-bottom: 0;
}
.box-tocart .action.tocart {
  margin-right: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 21px;
  text-transform: uppercase;
}
/* advantages */
.advantages {
  background: #f1f1ea;
}
.advantages .container {
  padding-top: 60px;
  padding-bottom: 65px;
}
.advantages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.advantages ul li {
  flex: 1;
  margin: 0;
  padding: 0;
}
.advantages ul li .wrapper {
  text-align: center;
}
.advantages ul li .image {
  margin-bottom: 10px;
}
.advantages ul li .image img {
  display: block;
  margin: 0 auto;
  min-width: 100px;
  max-width: 100%;
}
.advantages ul li .content {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
  color: #323226;
}
.advantages ul li .content h5 {
  font-weight: 300;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.advantages ul li .content h5 strong {
  font-weight: 600;
  display: block;
}
.advantages ul li .content p {
  margin: 0;
}
/* blog */
.blog-search {
  display: flex;
}
.page-main .block {
  margin-bottom: 20px;
}
.post-list.grid li {
  margin-bottom: 20px;
}
.post-list.grid li a,
.post-list.grid li img {
  display: block;
}
.post-list.grid li button {
  margin-top: 15px;
}
.related-products.block .title {
  margin: 30px 0 10px 0;
}
.related-products.block .title strong {
  font-size: 18px;
}
/* Firecheckout */
body.firecheckout .page-main {
  max-width: 1240px;
}
body.firecheckout .firecheckout-header .header .logo {
  float: none;
  margin: 0 auto;
  display: block;
  position: relative;
  transform: none;
  left: unset;
  top: unset;
}
body.firecheckout:not(.page-layout-checkout) .page-title-wrapper h1 {
  margin: 20px auto;
  font-size: 24px;
  font-weight: 600;
}
body.firecheckout .opc-progress-bar li._complete span {
  color: #2d2318;
}
.firecheckout .featured {
  display: none;
}
.firecheckout.firecheckout-layout-empty .page-main {
  padding-bottom: 40px;
}
[name*="shippingAddress.street.0"] {
  display: none;
}
.firecheckout #maincontent .authentication-wrapper .action-auth-toggle,
body.firecheckout .place-order .actions-toolbar .primary .action:hover,
body.firecheckout .place-order .actions-toolbar .primary .action:focus,
body.firecheckout .place-order .actions-toolbar .primary .action {
  border-radius: 0;
  background-color: #008834;
  border-color: #008834;
}
body.firecheckout .place-order .actions-toolbar .primary .action,
body.firecheckout .place-order .actions-toolbar .primary .action:focus,
body.firecheckout .place-order .actions-toolbar .primary .action:hover {
  font-size: 21px;
  border: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
body.firecheckout #checkout .opc-wrapper .step-title,
body.firecheckout #checkout .opc-block-summary > .title,
body.firecheckout #checkout .opc-sidebar .step-title {
  font-size: 19px;
}
body.firecheckout #checkout .opc-wrapper .step-title:before,
body.firecheckout #checkout .opc-block-summary > .title:before,
body.firecheckout #checkout .opc-sidebar .step-title:before {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  color: #2d2318;
  background: #f9f9f9;
  border-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.firecheckout #checkout [data-collapsible="true"] > [role="tab"],
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"],
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > span,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > span,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong,
.firecheckout #checkout [data-collapsible="true"] > [role="tab"] .action-toggle,
.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] .action-toggle {
  color: #2d2318;
}
.opc-block-summary .table-totals tbody .totals.sub .mark,
.opc-block-summary .table-totals tbody .totals.sub .price {
  font-weight: 800;
}
body.firecheckout #checkout .opc-wrapper .opc > li,
body.firecheckout #checkout .opc-sidebar,
body.firecheckout.firecheckout-col1-set.fc-multistep #checkout .opc-wrapper .opc,
body.firecheckout #checkout .opc-sidebar {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
body.firecheckout .actions-toolbar .action.primary.action[data-role="opc-continue"] {
  background-color: #4abc33;
  border-color: #4abc33;
}
body.firecheckout .actions-toolbar .action.primary.action[data-role="opc-continue"]:hover {
  background: #3dad26;
  border-color: #3dad26;
}
body.opc-block-summary .table-totals .totals-tax-summary .mark {
  border-bottom: 0;
  border-top: 0;
}
.checkout-cart-index .featured .checkout-cart-index {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
body.firecheckout #checkout [data-collapsible="true"] > [role="tab"],
body.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"],
body.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > span,
body.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > span,
body.firecheckout #checkout [data-collapsible="true"] > [role="tab"] > strong,
body.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] > strong,
body.firecheckout #checkout [data-collapsible="true"] > [role="tab"] .action-toggle,
body.firecheckout #checkout [data-collapsible="true"] > .title[data-role="title"] .action-toggle {
  color: #2d2318;
  text-transform: unset;
  font-weight: 600;
}
/* FAQ */
.knowledge_base-index-index .page-main .page-title-wrapper .page-title {
  color: #202020;
  text-shadow: unset;
}
.knowledge_base-index-index .page-main {
  background: #ffffff;
}
/* update */
body .swell-tab {
  z-index: 2 !important;
}
.firecheckout .swell-tab {
  display: none;
}
.firecheckout .phonenumber {
  float: right;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
}
.firecheckout .phonenumber:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background: url(../images/phone.svg) no-repeat center;
  background-size: contain;
}
.page-title-wrapper .page-title {
  font-weight: bold;
}
/* increments */
.minicart-items .product-item-details .details-qty .wrap {
  position: relative;
  display: inline-block;
}
.minicart-items .details-qty .label {
  display: none;
}
.minicart-items .details-qty input.item-qty {
  padding-left: 25px;
  padding-right: 25px;
  width: 75px;
}
.minicart-items .details-qty .more,
.minicart-items .details-qty .less {
  position: absolute;
  width: 20px;
  text-align: center;
  top: 0;
  bottom: 0;
  line-height: 32px;
  cursor: pointer;
}
.minicart-items .details-qty .more {
  right: 0;
  border-left: 1px solid #f1f1ea;
}
.minicart-items .details-qty .less {
  left: 0;
  border-right: 1px solid #f1f1ea;
}
.qty_control {
  position: relative;
  display: inline-block;
  margin-top: -7px;
  margin-right: 5px;
}
.cart.table-wrapper .col.qty .input-text {
  padding-left: 25px;
  padding-right: 25px;
  width: 75px;
  margin-top: 0;
}
.qty_control .increaseQty,
.qty_control .decreaseQty {
  position: absolute;
  width: 20px;
  text-align: center;
  top: 0;
  bottom: 0;
  line-height: 36px;
  cursor: pointer;
}
.qty_control .increaseQty {
  right: 0;
  border-left: 1px solid #f1f1ea;
}
.qty_control .decreaseQty {
  left: 0;
  border-right: 1px solid #f1f1ea;
}
.box-tocart .qraps {
  position: relative;
  display: inline-block;
}
.box-tocart .qraps .input-text.qty {
  padding-left: 27px;
  padding-right: 27px;
  width: 75px;
}
.box-tocart .qraps .mores,
.box-tocart .qraps .lesss {
  position: absolute;
  width: 24px;
  text-align: center;
  top: 0;
  bottom: 0;
  line-height: 50px;
  cursor: pointer;
}
.box-tocart .qraps .mores {
  right: 0;
  border-left: 1px solid #f1f1ea;
}
.box-tocart .qraps .lesss {
  left: 0;
  border-right: 1px solid #f1f1ea;
}
body .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell {
  margin-top: 20px;
}
body .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items {
  display: block !important;
}
.rating-summary .rating-result > span:before {
  color: #FEC600;
}
.mnenja .verified {
  text-transform: uppercase;
  line-height: 21px;
  font-size: 13px;
  margin-left: 15px;
  font-weight: 600;
}
.mnenja .verified:before {
  content: '';
  vertical-align: bottom;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background: url(../images/compare.svg) no-repeat center;
  background-size: contain;
}
/* crossel mini cart */
.ajaxpro-popup-minicart .new-label,
.ajaxpro-popup-minicart .discount-label {
  font-size: 16px;
  top: 5px;
  right: 5px;
  height: 45px;
  line-height: 45px;
  width: 45px;
}
.firecheckout #maincontent .page-title-wrapper .authentication-wrapper {
  display: none;
}
/* product view sticky */
.catalog-product-view .sticky {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.catalog-product-view .sticky.fixed {
  display: block;
}
.catalog-product-view .sticky .container {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.catalog-product-view .sticky .container .product-name {
  font-weight: 600;
  font-size: 19px;
  line-height: 44px;
  color: #2d2318;
}
.catalog-product-view .sticky .container .addtosticky {
  flex: 1;
  text-align: right;
  height: 44px;
  overflow: hidden;
  text-transform: uppercase;
}
.catalog-product-view .sticky .container .price-box {
  padding: 0 20px;
}
.catalog-product-view .sticky .container .price-box p {
  margin-bottom: 0;
}
.catalog-product-view .sticky .container .price-box .price-label {
  display: none;
}
.catalog-product-view .sticky .container .price-box .price-container .price {
  font-size: 19px;
  line-height: 44px;
}
.catalog-product-view .sticky .container .price-box .old-price {
  margin-right: 7px;
}
/* blog */
.post-list-item h2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4em;
}
.post-list-item .post-entry {
  overflow: hidden;
  margin-bottom: 30px;
}
.post-list-item .post-excerpt {
  margin-bottom: 20px;
}
.post-list-item .more {
  position: relative;
  float: right;
  padding-right: 45px;
  background-color: #ffffff;
  border-color: #707070;
  color: #2d2318;
  font-weight: 400;
  font-size: 15px;
}
.post-list-item .more:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url(../images/right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.post-list-item .more:hover {
  text-decoration: none;
}
.block-blog-search form {
  display: flex;
}
.block-blog-search .fieldset {
  margin-bottom: 0;
  flex: 1;
}
.block-blog-search .fieldset input[type="text"] {
  line-height: 43px;
  height: 43px;
}
.block-blog-search .actions-toolbar .primary .action {
  margin: 0 !important;
}
.post-content h2 {
  font-weight: 600;
}
/* cms page view */
.cms-page-view .column.main h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 1.4em;
}
.cms-page-view h1.page-title {
  font-weight: bold;
}
.page-layout-cms-full-width .page-title-wrapper {
  position: relative;
  max-width: 100%;
  width: 1420px;
  padding: 0 20px;
  margin: 0 auto;
}
.cms-page-view.page-layout-1column [data-content-type='row'][data-appearance='contained'] {
  padding-left: 0;
  padding-right: 0;
}
/* update */
.product-item .action.towishlist {
  margin-right: 0;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 8px;
  z-index: 2;
}
.catalog-product-view .product-info .product-addto-links a.towishlist {
  margin-right: 0;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
  z-index: 2;
}
.product-item .action.towishlist span,
.catalog-product-view .product-info .product-addto-links a.towishlist span {
  display: none;
}
.product-item .action.towishlist:before,
.catalog-product-view .product-info .product-addto-links a.towishlist:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/wish.svg) no-repeat center;
  background-size: contain;
  opacity: 0.8;
}
.product-item .action.towishlist:before {
  margin: 0;
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
.product-item .action.towishlist:before:hover,
.catalog-product-view .product-info .product-addto-links a.towishlist:before:hover {
  opacity: 1;
}
.modal-slide.ajaxpro-modal-dialog._inner-scroll .modal-content {
  height: 100%;
}
.page-main .search.results .block {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* chcekout changes */
.firecheckout .table-checkout-shipping-method tbody td#label_carrier_standard_gls span,
.firecheckout .table-checkout-shipping-method tbody td#label_carrier_psd_gls span {
  display: none;
}
.firecheckout .table-checkout-shipping-method tbody td#label_carrier_standard_gls:after,
.firecheckout .table-checkout-shipping-method tbody td#label_carrier_psd_gls:after {
  margin-left: 5px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 30px;
  width: 59px;
  background: url(../images/gls2.svg) no-repeat center;
  background-size: contain;
}
.checkout-gls-parcel-shop-delivery button {
  background: #008834;
  border-color: #008834;
  border-radius: 3px;
  font-family: 'Fira Sans Condensed', sans-serif;
}
.firecheckout .payment-group .payment-method,
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method tbody tr.row {
  border: 1px solid #cccccc;
  padding-left: 10px;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}
.firecheckout .payment-group .payment-method._active,
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method tbody tr.row.active {
  border-color: #008834;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method tbody tr.row {
  display: flex;
  gap: 10px;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method tbody tr.row .col-method.name {
  flex: 1;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method tbody tr.row .col-price {
  order: 3;
}
.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method tbody tr.row .col-carrier {
  color: #666666;
}
.firecheckout .payment-group .payment-method .payment-method-title {
  display: flex;
}
.firecheckout .payment-group .payment-method .payment-method-title label {
  flex: 1;
}
.firecheckout .checkout-payment-method .opc-payment {
  margin-bottom: 0;
}
.firecheckout .checkout-payment-method .payment-method-title .payment-icon {
  float: right;
  max-height: 29px;
}
body.firecheckout #checkout .opc-wrapper .step-title:before,
body.firecheckout #checkout .opc-block-summary > .title:before,
body.firecheckout #checkout .opc-sidebar .step-title:before {
  font-size: 19px;
  background-color: #008834;
  color: #ffffff;
  width: 29px;
  height: 29px;
  line-height: 29px;
  border: 0;
}
body.firecheckout .continue-shopping {
  font-size: 14px;
  background-color: #008834;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 3px;
  text-transform: uppercase;
}
.firecheckout .payment-group .payment-method.stripe-payments .payment-method-title:after {
  content: '';
  display: block;
  float: right;
  height: 29px;
  width: 95px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(../images/stripe_cards.svg);
}
/* easycatalogimg */
.easycatalogimg-departments-view .easycatalogimg .image {
  float: none;
  margin-right: 0;
  margin-bottom: 25px;
}
.easycatalogimg-departments-view .easycatalogimg .image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: unset;
  width: 100% !important;
}
.easycatalogimg-departments-view .easycatalogimg .category-name-bottom .list-subcategories {
  margin: 10px 0 0 0;
  font-size: 15px;
}
.easycatalogimg-departments-view .easycatalogimg .category-name {
  font-size: 17px;
}
/* attrbiute page */
.anchor-menu {
  margin: 20px 0;
  text-align: left;
}
.anchor-menu ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.anchor-menu ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.anchor-menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #323226;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.anchor-menu ul li a:hover {
  background-color: #323226;
  color: #ffffff;
}
/* leanpay */
.catalog-product-view .installment-block-wrapper {
  margin-top: 25px;
  padding: 0;
}
.catalog-product-view .installment-logo-text {
  text-decoration: underline;
}
.catalog-product-view .installment-additional-wrapper {
  padding-top: 10px;
}
.catalog-product-view .installment-wrapper-start {
  background: #f1f1ea;
}
.leanpay-container {
  position: relative;
  background: #2d2318;
  overflow: hidden;
  max-width: 100%;
  font-size: 16px;
}
.leanpay-container .container {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.leanpay-container p:before {
  content: '';
  background: url(../images/leanpay.webp) no-repeat;
  vertical-align: middle;
  background-size: contain;
  width: 100px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
}
.leanpay-container p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.leanpay-container strong {
  font-weight: 600;
}
.leanpay-container a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  margin-left: 20px;
  background: #707070;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.leanpay-container .close {
  cursor: pointer;
  height: 12px;
  width: 12px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/close-white.svg);
}
/* calculator */
.calculator-button {
  font-size: 14px;
  background-color: #ffffff;
  color: #2d2318;
  text-align: center;
  border: none;
  padding: 10px 15px;
  margin: 10px 0 0 0;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.calculator-button:hover {
  background-color: #007530;
  color: #ffffff;
}
.calculator-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.shipping-content,
.calculator-content {
  background-color: #ffffff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  width: 80%;
  max-width: 800px;
  position: relative;
}
.close-shipping-calculator,
.close-calculator {
  color: #2e2e23;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}
.close-shipping-calculator:hover,
.close-calculator:hover {
  color: #2d2318;
}
#shipping-calculator-modal .title,
#material-calculator .title {
  color: #008834;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
}
.calc-section {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #f1f1ea;
  border-radius: 8px;
}
.calculator-content .calc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.calculator-content .field {
  flex: 1;
  min-width: 150px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
}
.calculator-content .sign {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.calculator-content .field input {
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  min-width: 80px;
  margin-top: 5px;
  transition: border-color 0.3s ease;
}
.calculator-content .field input:focus {
  border-color: #008834;
  outline: none;
}
.calculator-content .result {
  font-weight: bold;
  font-size: 16px;
  color: #008834;
  background-color: #eef4e2;
  padding: 8px;
  border-radius: 4px;
  margin-top: 5px;
  text-align: center;
}
.calculator-content .note {
  font-size: 12px;
  color: #666666;
  margin-top: 15px;
  text-align: center;
}
.calculator-content .calc-tabs {
  display: flex;
  margin-bottom: 20px;
}
.calculator-content .calc-tab:hover,
.calculator-content .calc-tab {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
}
.calculator-content .calc-tab.active {
  background-color: #008834;
  color: white;
}
.calculator-content .calc-tab:first-child {
  border-radius: 4px 0 0 4px;
}
.calculator-content .calc-tab:last-child {
  border-radius: 0 4px 4px 0;
}
.calculator-content .tab-content {
  display: none;
}
.calculator-content .tab-content.active {
  display: block;
}
/* pakiranje */
.custom-order-box {
  margin: 20px 0;
  padding: 20px;
  background: #ffffff;
  border: 2px solid #007530;
  border-radius: 8px;
  font-size: 14px;
  color: #323226;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
}
.custom-order-box h3 {
  font-size: 15px;
  color: #007530;
  margin: 0 0 15px 0;
}
.custom-order-box label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}
.custom-order-box .qty-wrapper {
  margin-bottom: 12px;
}
.custom-order-box .qty-control {
  display: flex;
  align-items: center;
  gap: 6px;
}
.custom-order-box .qty-control input[type="number"] {
  width: 46px;
  height: 28px;
  padding: 4px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  -moz-appearance: textfield;
}
.custom-order-box .qty-control input::-webkit-outer-spin-button,
.custom-order-box .qty-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-order-box .qty-btn {
  width: 24px;
  height: 24px;
  background: #007530;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-order-box .qty-btn:hover {
  background: #007530;
  color: #ffffff;
}
.custom-order-box .plus-separator {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  color: #007530;
  height: 1px;
  background: #cccccc;
}
.custom-order-box .plus-separator span {
  position: absolute;
  background: #ffffff;
  padding: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-order-box strong {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #007530;
}
button#open-product-map-tab {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.box-tocart.stndrd .action.primary {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.attadd {
  font-weight: bold;
  font-size: 13px;
}
.attadd .label {
  font-weight: 300;
}
.product-info-main .stock.available .qty {
  font-weight: 300;
}
.enotam {
  color: #323226;
  font-size: 14px;
  margin: 5px 0;
}
.enotam:before {
  content: '';
  vertical-align: middle;
  width: 19px;
  height: 19px;
  opacity: 0.6;
  margin-right: 4px;
  display: inline-block;
  background: url(../images/circle-info.svg) no-repeat;
  background-size: contain;
}
/* RESPONSIVE */
@media (max-width: 1860px) {
  .banner .owl-carousel .owl-nav button.owl-next {
    right: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .banner .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .banner .owl-carousel .owl-nav button.owl-next::after,
  .banner .owl-carousel .owl-nav button.owl-prev::after {
    margin-top: 7px;
  }
  .banner .floater .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1440px) {
  .fnewsletter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1361px) {
  .navpro.navpro .level0 > .level-top,
  .navigation .level0 > .level-top {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .headerblock li {
    padding-left: 0;
  }
  .headerblock li:before {
    display: none;
  }
}
@media (max-width: 1180px) {
  .popvideo .item {
    position: relative;
    right: unset;
    bottom: unset;
    padding: 0;
    background: transparent;
  }
  .popvideo .item .image {
    display: none;
  }
  .catewrap {
    display: block;
  }
  .catewrap .shadow {
    height: 80%;
  }
}
@media (max-width: 1160px) {
  .block-search {
    width: 308px;
  }
  .headerblock li:nth-child(2) {
    display: none;
  }
  .banner_categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1080px) {
  .page-products.page-layout-1column .products-grid .product-item {
    width: 32%;
    margin-left: 2%;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 2%;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .banner .owl-thumbs .owl-thumb-item .title {
    font-size: 18px;
  }
  .footer {
    gap: 8%;
  }
  .footer .bloc.about,
  .footer .bloc.contact {
    flex: 0 0 43%;
  }
}
/* desktop */
/* mobile */
/* mobile alternetive */
@media (max-width: 1200px) {
  .catewrap .flex {
    display: block;
  }
  .catewrap .content {
    max-width: unset;
  }
  .subcategories .content {
    grid-template-columns: repeat(4, 1fr);
  }
  .subcategories .itm .floater h4 {
    font-size: 16px;
  }
}
@media (min-width: 460px) and (max-width: 980px) {
  .advantages ul li .wrapper {
    display: block;
    text-align: center;
  }
  .advantages ul li .image {
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 960px) {
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
  }
}
@media (max-width: 930px) {
  .fnewsletter .inner {
    padding: 30px;
  }
  .fnewsletter .title h5 {
    font-size: 26px;
  }
  .navpro.navpro .level0 > .level-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navpro.navpro .level0.parent > .level-top {
    padding-right: 10px;
  }
  .navigation .level0 > .level-top {
    font-size: 16px;
  }
  .catalog-product-view .sticky .container .product-name {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .subcategories .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .banner_categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .minicart-wrapper .action.showcart span.title {
    display: none;
  }
  .minicart-wrapper .action.showcart::before {
    margin-left: 0;
  }
  .banner_bottom ul li {
    width: 49%;
  }
  .banner_bottom ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .banner_bottom ul li:nth-child(2n) {
    margin-right: 0;
  }
  .banner_bottom ul li:nth-child(2n+1) {
    content: '';
    clear: both;
  }
  .fnewsletter .wrap {
    display: block;
  }
  .fnewsletter .image {
    margin-top: 0;
    margin-bottom: 0;
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 860px) {
  .banner {
    margin-bottom: 118px;
  }
  .banner .owl-thumbs .owl-thumb-item .title,
  .products-grid .list-attributepages {
    display: none;
  }
  .owl-thumbs {
    position: absolute;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .banner .title {
    font-size: 40px;
  }
  .banner .content {
    font-size: 20px;
  }
  .cms-index-index .block .block-title {
    font-size: 21px;
  }
  .banner_bottom .flex {
    display: block;
  }
  .banner_bottom .flex .itm {
    margin-top: 30px;
  }
  .banner_bottom .flex .itm.first {
    margin-top: 0;
  }
  .banner_categories .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .hblock .head {
    display: block;
  }
  .homer.hblock .head {
    margin-bottom: 20px;
  }
  .hblock .head .title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .hblock .head .title strong {
    font-size: 36px;
  }
  .hblock .head .button {
    margin-top: 25px;
  }
  .hblock .head .button a {
    padding: 7px 15px 7px 18px;
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  body.page-products .products-grid .product-item,
  body.page-layout-1column .products-grid .product-item,
  body.page-layout-3columns .products-grid .product-item,
  body.page-products.page-layout-1column .products-grid .product-item,
  body.page-products.page-layout-3columns .products-grid .product-item {
    margin-right: 2%;
    margin-bottom: 5px;
    width: calc(49%);
  }
  body.page-products .products-grid .product-item:nth-child(2n),
  body.page-layout-1column .products-grid .product-item:nth-child(2n),
  body.page-layout-3columns .products-grid .product-item:nth-child(2n),
  body.page-products.page-layout-1column .products-grid .product-item:nth-child(2n),
  body.page-products.page-layout-3columns .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .subcategories .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .header_links .container .left {
    flex: unset;
  }
  .header_links .container .left a {
    height: 18px;
  }
  .header_links .container .left .phone span,
  .header_links .container .left .email span {
    display: none;
  }
  .header_links .container .left .phone:before,
  .header_links .container .left .email:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header_links .container .left .phone:before {
    background-image: url(../images/phone.svg);
  }
  .header_links .container .left .email:before {
    background-image: url(../images/email.svg);
  }
  .breadcrumbs {
    display: none;
  }
  .banner .title {
    margin-bottom: 10px;
  }
  .banner .floater {
    padding-bottom: 60px;
  }
  .banner .floater .container {
    display: block;
  }
  .banner .btn {
    margin-top: 20px;
    padding: 10px 25px;
  }
  .catalog-product-view .sticky .container {
    flex-wrap: wrap;
  }
  .catalog-product-view .sticky .container .product-name {
    flex: 0 0 100%;
    line-height: 1.4em;
    padding-bottom: 10px;
  }
  .catalog-product-view .sticky .container .price-box {
    padding: 0;
  }
  .product-info-main {
    display: block;
  }
  .product.data.items .brandinfo,
  .product-info-main .product-add-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-latest .wrap {
    display: block;
  }
  .blog-latest .wrap .block.advices {
    margin-bottom: 30px;
  }
  .related.block .title,
  .upsell.block .title {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .copyright {
    padding-left: 0;
    padding-right: 0;
  }
  .copyright .cards {
    float: none;
    margin-top: 10px;
  }
  .copyright span.copy {
    display: block;
  }
}
@media (max-width: 620px) {
  .footer .container {
    display: block;
  }
  .footer .bloc.contact .title,
  .footer .bloc.footer-links ul {
    display: none;
  }
  .footer .bloc.footer-links.show ul {
    display: block;
  }
  .footer .bloc.footer-links .title {
    position: relative;
  }
  .footer .bloc.footer-links .title:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .footer .bloc.footer-links.show .title:after {
    content: '\e621';
  }
  #banner-block ul li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .banner-slider .item {
    display: block;
  }
  .banner-slider .content .wrap {
    font-size: 15px;
    padding: 30px 20px;
  }
  .banner-slider .content h2 {
    font-size: 34px;
  }
  .banner-slider .content h3 {
    font-size: 28px;
  }
  .banner-slider .content h4 {
    font-size: 24px;
  }
  .banner-slider.owl-theme .owl-dots {
    bottom: unset;
    right: 25px;
    top: 10px;
  }
  body.firecheckout .firecheckout-header .header .logo {
    float: none;
  }
  .firecheckout .phonenumber {
    float: none;
    clear: both;
    display: block;
    text-align: left;
    margin-top: 14px;
  }
  .banner_categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner_bottom ul li {
    width: 100%;
    margin-right: 0;
  }
  .banner_bottom ul li:nth-child(3n) {
    margin-right: 0;
  }
  .cms-index-index .columns .column.main {
    padding-bottom: 0;
  }
  .cms-index-index .home {
    margin-bottom: 0;
  }
  .banner_bottom .flex .itm.first,
  .banner_bottom .flex .itm {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .products-list .product-item-details {
    gap: 4%;
    flex-wrap: wrap;
  }
  .products-list .product-item-details .product-image {
    flex: 0 0 20%;
  }
  .products-list .product-item-details .product-item-name {
    flex: 0 0 76%;
    order: -1;
  }
  .products-list .product-item-details .flex {
    flex: 0 0 46%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .products-list .product-item-details .actions {
    flex: 0 0 100%;
  }
  .products-list .product-item-details .product.name a {
    font-size: 14px;
    line-height: 1.3em;
  }
  .catewrap .content .category-description {
    font-size: 15px;
  }
  .catewrap .content h1.page-title {
    font-size: 21px;
  }
  .header_links .container {
    gap: 10px;
  }
  .header_links ul {
    font-size: 13px;
    gap: 0 10px;
    flex-wrap: wrap;
  }
  .top-container {
    font-size: 14px;
  }
  .banner_categories {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-info-main .product-info-price .old-price .price-wrapper .price,
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 26px;
  }
  .owl-thumbs {
    display: none;
  }
  .banner {
    margin-bottom: 15px;
  }
  .popvideo .popup {
    width: 420px;
  }
  .banner .floater {
    top: unset;
    transform: unset;
    bottom: 0px;
  }
  .banner .floater .content {
    max-width: unset;
  }
  .banner .floater .content h2 {
    font-size: 30px;
  }
  .banner .floater .cta {
    margin-top: 20px;
  }
  .banner .shadow {
    top: 10%;
    width: 100%;
    background: linear-gradient(0deg, #2c2516 50%, rgba(44, 37, 22, 0) 100%);
  }
}
@media (max-width: 490px) {
  .product-item .price-box .minimal-price,
  .product-item .price-box {
    display: block;
  }
  .product-item .price-box .old-price {
    margin: 0;
    height: unset;
    display: inline-block;
  }
}
@media (max-width: 460px) {
  .advantages ul {
    display: block;
  }
  .advantages ul li {
    margin-bottom: 20px;
  }
  .advantages ul li:last-child {
    margin-bottom: 0;
  }
  .advantages ul li .content .title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .advantages ul li .content {
    flex: 4;
  }
}
@media (max-width: 420px) {
  .banner_bottom ul li {
    width: 100%;
    margin-right: 0;
  }
  .popvideo .popup {
    width: 360px;
  }
}
@media (max-width: 399px) {
  .footer .bloc.about .title p {
    font-size: 21px;
  }
}
.category-description.category-long-description {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 1201px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1420px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #2d2318;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #2d2318;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .ajaxpro-modal-dialog .modal-inner-wrap .block.crosssell .products-grid .product-items .product-item {
    flex-grow: 1;
  }
  .ajaxpro-modal-dialog.ajaxpro-popup-simple:not(.ajaxpro-modal-dialog-slide) .modal-inner-wrap {
    max-width: 400px;
  }
  .ajaxpro-modal-dialog.modal-popup.modal-slide .modal-footer {
    text-align: center;
    justify-content: center;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide {
    left: auto;
    max-width: 95%;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide .ajaxpro-continue-button {
    display: none;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .modal-inner-wrap {
    max-width: 600px;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity {
    flex-direction: column;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-1,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-2 {
    width: 100%;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .actions button {
    margin: 5px 0;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-suggest-list ol li {
    flex-direction: column;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-suggestpage-view .suggestpage-activity .col-suggest-list ol li a {
    text-align: center;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart {
    width: 100%;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.price,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.price,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.subtotal,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.subtotal,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .col.qty,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .col.qty {
    font-size: 1.3rem;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container .cart-summary .cart.table-wrapper .product-item-photo,
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-container form.form-cart .cart.table-wrapper .product-item-photo {
    max-width: 80px;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-discount #block-discount {
    min-width: 200px;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-checkout-cart-index .cart-discount #coupon_code {
    min-width: 155px;
  }
  .ajaxpro-modal-dialog.ajaxpro-modal-dialog-slide.modal-slide.ajaxpro-popup-minicart {
    max-width: 420px;
    width: 100%;
  }
  .block-swissup-ajaxsearch-results .grid {
    display: flex !important;
    overscroll-behavior-y: contain;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper {
    min-width: 450px;
    flex-grow: 2;
    display: flex;
    flex-wrap: wrap;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info {
    width: 33.33%;
    border-bottom: none;
    margin: 0;
    box-sizing: border-box;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-item-photo,
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-item-details {
    max-width: none;
    display: block;
    text-align: center;
  }
  .block-swissup-ajaxsearch-results .grid .product-item-info-wrapper .product-item-info .product-info-stock-sku {
    justify-content: center;
  }
  .block-swissup-ajaxsearch-results .grid .custom-item-info-wrapper {
    order: -1;
    flex-grow: 1;
    min-width: 170px;
    max-width: 250px;
  }
  ul.select2-results__options > li.select2-results__option {
    margin: 0;
    padding: 1px 6px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper {
    display: block;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    max-width: 30%;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper + .origin .input-text {
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container + .select2-container {
    right: auto !important;
    left: 0 !important;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container + .select2-container--open .select2-dropdown {
    right: auto;
    left: -1px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown {
    min-width: 250px;
    max-width: 450px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::before {
    left: 15px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-dropdown::after {
    left: 14px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results {
    padding: 3px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options {
    padding-right: 3px;
    -webkit-overflow-scrolling: touch;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #ededed;
    border-radius: 4px;
  }
  .block-swissup-ajaxsearch .swissup-ajaxsearch-filter-category-wrapper .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 4px;
  }
  .block-swissup-ajaxsearch .select2-container,
  .block-swissup-ajaxsearch .select2-container .select2-selection--single,
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
  }
  .block-swissup-ajaxsearch .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .block-swissup-ajaxsearch .select2-container--default {
    color: inherit;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: currentColor;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto;
    line-height: normal;
    color: inherit;
  }
  .block-swissup-ajaxsearch .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: currentColor;
  }
  .block-swissup-ajaxsearch .select2-container--default .select2-search--dropdown .select2-search__field {
    box-shadow: none;
    height: auto;
  }
  .block-swissup-ajaxsearch.block-search .actions .action.search {
    display: block;
    position: absolute;
    top: 0;
  }
  .block-swissup-ajaxsearch.block-search .field.search {
    display: flex;
    flex-wrap: nowrap;
  }
  .block-swissup-ajaxsearch.block-search .field.search .origin {
    flex-grow: 1;
  }
  .block-swissup-ajaxsearch ._block-content-loading {
    position: static;
  }
  .block-swissup-ajaxsearch .loading-mask {
    right: 32px;
    top: 0;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search,
  .block-search.block-swissup-ajaxsearch.folded {
    width: 32px;
    height: 32px;
    opacity: 0;
    padding: 0;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search .field.search,
  .block-search.block-swissup-ajaxsearch.folded .field.search {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search .action.search,
  .block-search.block-swissup-ajaxsearch.folded .action.search {
    width: 32px;
    height: 32px;
    right: 0;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search .action.search:before,
  .block-search.block-swissup-ajaxsearch.folded .action.search:before {
    font-size: 19px;
  }
  .block-search.block-swissup-ajaxsearch.folded {
    opacity: 1;
  }
  .block-search.block-swissup-ajaxsearch.folded .field.search {
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }
  .block-search.block-swissup-ajaxsearch.folded .loading-mask {
    z-index: 1001;
    margin: 0;
    top: 7px;
  }
  .block-search.block-swissup-ajaxsearch.folded .actions {
    z-index: 1001;
  }
  .block-search.block-swissup-ajaxsearch.folded .action.close {
    position: absolute;
    z-index: 1001;
    top: 1px;
    right: 0;
    line-height: 32px;
    font-size: 23px;
  }
  .block-search.block-swissup-ajaxsearch.folded .action.search .loading-mask {
    display: none;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .field.search {
    opacity: 1;
    width: auto;
    height: auto;
    visibility: visible;
    overflow: visible;
    min-width: 350px;
    padding: 10px 10px;
    top: -10px;
    transition: 300ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .action.search {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    right: 2px;
  }
  .block-search.block-swissup-ajaxsearch.folded.shown .action.close {
    width: 32px;
    height: 32px;
    transition: 300ms opacity ease-in-out;
    opacity: 1;
    overflow: visible;
  }
  .ajaxsearch-mask {
    opacity: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0);
    z-index: 999;
  }
  .ajaxsearch-mask.shown {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: 300ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.inline .field.search {
    background-color: #ffffff;
  }
  .block-search.block-swissup-ajaxsearch.inline .field.search .input-text {
    box-shadow: 0 0 0 3px #eaeaea;
  }
  .block-search.block-swissup-ajaxsearch.inline .swissup-ajaxsearch-filter-category-wrapper {
    flex-shrink: 0;
    min-width: 90px;
    width: 90px;
    margin-right: -90px;
  }
  .block-search.block-swissup-ajaxsearch.inline .swissup-ajaxsearch-filter-category-wrapper + .origin .input-text {
    padding-left: 95px;
    border-radius: 1px;
  }
  .block-search.block-swissup-ajaxsearch.inline.shown .field.search {
    left: auto;
    right: -10px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .select2-selection--single {
    font-size: 40px;
    font-weight: 600;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .control,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-wrapper,
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .twitter-typeahead {
    height: 100%;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text {
    border: 0;
    box-shadow: none;
    background: #ffffff;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .field.search .input-text::placeholder {
    color: #cacaca;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .swissup-ajaxsearch-filter-category-wrapper {
    border: 0;
    background: #ffffff;
    border-right: 4px solid #333333;
    min-width: 140px;
    max-width: 200px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .action.close {
    font-size: 40px;
    line-height: 100px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown {
    z-index: 9999;
    position: static;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown .field.search {
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    padding-left: 10%;
    padding-right: 10%;
    transition: 0ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen.shown .action.close {
    right: 10%;
    top: 0;
    width: 52px;
    height: 100px;
    transition: 0ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results {
    margin-top: 10px;
    padding-top: 10px;
    border: 0;
    border-top: 0;
    box-shadow: none;
    filter: none;
    max-width: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results::before,
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results::after {
    display: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results .tt-dataset {
    max-height: none;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .block-swissup-ajaxsearch-results .list {
    font-size: 1.5rem;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .ajaxsearch-mask {
    background: #ffffff;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .ajaxsearch-mask.shown {
    transition: 0ms opacity ease-in-out;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 7px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
  }
  .block-search.block-swissup-ajaxsearch.fullscreen .loading-mask {
    right: calc(10% + 48px);
    top: 40px;
  }
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
  }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
  }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container .select2-search--inline {
    float: left;
  }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
  }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
  }
  .select2-results {
    display: block;
  }
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
  }
  .select2-results__option[aria-selected] {
    cursor: pointer;
  }
  .select2-container--open .select2-dropdown {
    left: 0;
  }
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-search--dropdown {
    display: block;
    padding: 4px;
  }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
  }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
  }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
  }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
  }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0;
  }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
  }
  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
  }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
  }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
  }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
  }
  .select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
  }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
  }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
  }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
  }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
  }
  .select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
  }
  .select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
  }
  .select2-container--classic .select2-dropdown--above {
    border-bottom: none;
  }
  .select2-container--classic .select2-dropdown--below {
    border-top: none;
  }
  .select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  .select2-container--classic .select2-results__option[role=group] {
    padding: 0;
  }
  .select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
  }
  .select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
  }
  .select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
  }
  .select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
  }
  .block.newsletter .form.subscribe.hidden-consents > .field,
  .block.newsletter .form.subscribe.visible-consents > .field,
  .block.newsletter .form.subscribe.hidden-consents > .actions,
  .block.newsletter .form.subscribe.visible-consents > .actions {
    float: none;
  }
  .cookie-bar-mode-minimalistic .cookie-bar-container {
    flex-direction: row;
    align-items: center;
  }
  .cookie-bar-mode-minimalistic .cookie-bar-buttons {
    justify-content: flex-end;
    max-width: 50%;
  }
  .cookie-settings-multicols .cookie-groups {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cookie-settings-multicols .cookie-group {
    width: calc(50% - 7px);
  }
  .cookie-settings-multicols .cookie-group-description {
    min-height: 85px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    transition: transform 0.05s ease-in-out;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 1px #007aff);
    transform: scale(1.1);
  }
  .swiper-button-black:hover {
    filter: drop-shadow(0px 0px 1px #000);
  }
  .swiper-button-white:hover {
    filter: drop-shadow(0px 0px 1px #fff);
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #2d2318;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #2d2318;
    border-color: #2d2318;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #2d2318;
    border-color: #2d2318;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #2d2318;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1200px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #2d2318;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .block-swissup-ajaxsearch-results {
    min-width: 440px !important;
  }
  .block-swissup-ajaxsearch-results .product.name {
    line-height: 1.4em;
  }
  .header .logo {
    width: 194px;
    height: 155px;
    max-width: unset;
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: url(../images/bck.png) bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header .logo img {
    width: 260px;
    height: unset;
    max-width: unset;
    margin-top: 12px;
    transform: translateX(-13%);
  }
  body .related-products .products-grid .product-item,
  body.page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc(32%);
  }
  body .related-products .products-grid .product-item:nth-child(4n + 1),
  body.page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  body .related-products .products-grid .product-item:nth-child(3n + 1),
  body.page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .catalog-category-view.page-layout-2columns-left .column.main {
    float: left;
  }
  .catalog-category-view.page-layout-2columns-left .main {
    padding-left: 0;
    padding-right: 2%;
  }
  .header.content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-sections {
    margin-bottom: 0;
  }
  .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 102px;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    width: 100%;
  }
  .top-container {
    max-width: 100%;
  }
  .swissup-ajaxsearch-folded-loading .block.block-search .action.search:before,
  .block-search.block-swissup-ajaxsearch.folded .action.search:before,
  body .block-search .action.search:before {
    margin-top: 10px;
    margin-right: 5px;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/search.svg) no-repeat center;
    background-size: contain;
  }
  .page-header .switcher .switcher-trigger span {
    display: none;
  }
  .page-header .switcher .switcher-trigger span.short {
    display: inline-block !important;
    text-transform: uppercase;
  }
  .nav-sections {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
  }
  .navpro.navpro {
    position: absolute;
    top: -84px;
    left: 0;
    display: inline-block !important;
    width: unset;
  }
  .navpro-dropdown .children > li > a,
  .navpro-dropdown .children .parent > a {
    color: #2d2318;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
  }
  .navpro.navpro li.li-item.level-top.parent:first-child > .level-top span:not(.ui-menu-icon):before {
    content: '';
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block !important;
    width: 17px;
    height: 19px;
    background: url(../images/bars.svg) no-repeat center;
    background-size: contain;
  }
  .navigation .level0 {
    margin-right: 0;
  }
  .navigation .level0 > .level-top {
    padding: 0 15px;
  }
  .navigation .level0:last-child > .level-top {
    padding-right: 0;
  }
  .block-search .action.search:before {
    content: '';
    line-height: 44px;
    height: 44px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    font-size: 8px;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 14px;
  }
  .navpro.navpro .level0 > .level-top,
  .navigation .level0 > .level-top {
    color: #2d2318;
    font-weight: 600;
    font-size: 18px;
    line-height: 84px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #008834;
  }
  .catalog-product-view .toolbar-products {
    margin-top: -75px;
  }
  .modes-mode {
    background-color: #ffffff;
    box-shadow: unset;
  }
  .modes-label + .modes-mode {
    border-radius: 30px 0 0 30px;
  }
  .modes-mode:last-child {
    border-radius: 0 30px 30px 0;
  }
  .modes-mode.active {
    background-color: #f1f1f1;
    box-shadow: unset;
  }
  .filter .block-subtitle {
    border-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1em;
    padding: 15px 0px;
  }
  .filter-options {
    background-color: #f9f9f9;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .page-footer {
    background: #ffffff;
    padding-bottom: 0;
  }
  .catalog-product-view .page-main {
    padding-top: 0;
  }
  .catalog-product-view .product-info {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .catalog-product-view .product-info-main {
    flex: 2;
    position: relative;
  }
  .catalog-product-view .product.media {
    flex: 1;
  }
  /* product tabs */
  .product.data.items > .item.title > .switch {
    line-height: 64px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 64px;
  }
  .product.data.items > .item.content {
    margin-top: 63px;
    font-size: 17px;
    line-height: 1.6em;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    color: #2d2318;
  }
  .bgs {
    background: #f1f1ea;
    margin: 40px 0;
    position: relative;
  }
  .bgs:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: #ffffff;
  }
  .bgs .row {
    z-index: 2;
  }
  .bgs .product.data.items > .item.title > .switch {
    background-color: #ffffff;
    border-color: #f1f1ea;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background-color: #f1f1ea;
  }
  .bgs .product.data.items > .item.content {
    border: 0;
    background-color: transparent;
    display: flex;
    gap: 40px;
  }
  .bgs .product.data.items > .item.content > * {
    flex: 1;
  }
  .bgs .product.data.items > .item.content:before,
  .bgs .product.data.items > .item.content:after {
    display: none;
  }
  .block-swissup-ajaxsearch .input-text {
    background: #fafaf8;
    border-color: #c8c8b9;
    line-height: 44px;
    height: 44px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  .block-search .action.search {
    line-height: 44px;
    height: 44px;
  }
  .box-tocart .action.tocart {
    margin-right: 0;
    width: 100%;
  }
  .footer.content ul {
    padding-right: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .cookie-settings-cols3 .cookie-group {
    width: calc(33% - 7px);
  }
  .cookie-settings-cols4 .cookie-group {
    width: calc(25% - 7px);
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
