/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 1023px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000000;
  background: #f4f4f4;
}
.tooltipster-default .tooltipster-content {
  line-height: 16px;
  padding: 0;
  overflow: hidden;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
@media (min-width: 1024px) 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: 1024px) 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: 1024px) {
  .navpro.orientation-horizontal > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .navpro.orientation-horizontal > ul > li {
    display: flex;
    align-items: flex-end;
  }
}
@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: 1024px) {
  .shevron-hidden .navpro-shevron {
    display: none !important;
  }
  .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;
  }
}
@starting-style {
  .navpro-dropdown {
    opacity: 0;
  }
  .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: 1025px) {
  .navpro-dropdown {
    transform: rotateX(20deg);
    transform-origin: 0 0;
    transition-property: transform, opacity, display;
    transition-behavior: allow-discrete;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(0.4, 0, 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: 1024px) {
  .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: 1024px) {
  .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: var(--container-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: var(--container-max-width, 1280px);
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .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;
  }
  .orientation-horizontal a.level-top > .navpro-icon-caret::before,
  .orientation-horizontal .parent > a.level-top::before {
    transform: rotate(0);
  }
}
@media (min-width: 1024px) {
  .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-with-slideout .navpro .li-item.opened,
  body:has(.navpro-overlay) .navpro .li-item.opened {
    z-index: 89;
  }
  .navpro-overlay-element {
    content: '';
    display: none;
    position: fixed;
    inset: 0;
    opacity: 0;
    z-index: 85;
    transition: opacity, display;
    transition-behavior: allow-discrete;
    transition-delay: 300ms;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.4);
  }
  @starting-style {
    .navpro-overlay-element {
      opacity: 0;
    }
  }
  .nav-open .navpro-with-slideout .navpro-overlay-element,
  body:has(.navpro-overlay li.opened:is(:hover, :focus-within)) .navpro-overlay-element {
    display: block;
    opacity: 1;
    transition-delay: 0ms;
  }
}
@media (min-width: 1024px) {
  .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: 1024px) {
  .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;
  }
}
.navpro-mobile-slideout .navpro-close {
  display: none;
}
@media (min-width: 1024px) {
  .navpro-mobile-slideout .all-category {
    display: none;
  }
  .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: var(--container-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: 1024px) {
  .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: 1024px) {
  .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;
}
@media only screen and (max-width: 1023px) {
  .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;
  }
}
/**
 * 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%;
  }
}
@media all and (min-width: 1024px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar: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 .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,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    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,
  .product-add-form .fieldset > .field,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .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,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    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,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .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 {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  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: 1280px;
    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: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    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: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    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: #f5f5f5;
    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: 53px;
    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: #ff5501;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    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: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .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 5px 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;
  }
  .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;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 1023px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    background: #ffffff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .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%;
    padding: 0;
    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;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .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;
  }
  .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%;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .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;
    padding: 5px 0;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .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 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .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;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .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: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .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: 1023px;
    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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .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%;
  }
  .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.8%;
  }
  .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: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .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;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .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 #ff5501;
    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 {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .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;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    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 .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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;
  }
  .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: 22px;
    line-height: 22px;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    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: 22px;
    line-height: 22px;
    color: inherit;
    content: '\e618';
    font-family: 'icons-blank-theme';
    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 .customer-menu .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    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 .customer-menu .header.links li {
    margin: 0;
    padding: 3px 5px;
  }
  .customer-welcome .customer-menu .header.links li:hover {
    background: transparent;
    cursor: pointer;
  }
  .customer-welcome .customer-menu .header.links:before,
  .customer-welcome .customer-menu .header.links:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome .customer-menu .header.links:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome .customer-menu .header.links:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome .customer-menu .header.links:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome .customer-menu .header.links:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active .customer-menu .header.links {
    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 .action.switch {
    background: transparent;
    border: none;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: auto 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 gray;
  }
  .page-layout-1column .filter-content {
    margin-top: auto;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 2px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
    margin: 0px !important;
  }
  .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: auto;
    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 0px 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 gray;
    padding: auto 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: auto;
  }
  .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: 2px;
    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: 2px;
  }
}
@media all and (min-width: 1280px), print {
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .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: 0;
    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;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    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 {
  .amslider .wrapper {
    justify-content: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .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;
  }
}
.width-1280-margin-auto {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
}
.margin-top-maincontent #maincontent {
  margin-top: 150px;
}
.margin-top-maincontent-cms-page .columns {
  padding-top: 150px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .margin-top-maincontent-cms-page .columns {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .margin-top-maincontent-cms-page .columns {
    padding-top: 150px;
  }
}
.margin-top-maincontent-cms-page .columns .column {
  padding-bottom: 0;
}
.background-rules {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}
.input-rules-login {
  height: 45px;
  background-color: #fff;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #504c4b;
  font-family: 'Spartan', 'arial' !important;
}
.confirm-button {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.cancel-button {
  background-color: #f5f5f5 !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #1c1715 !important;
}
.product-item-premiato {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d29e0e;
  z-index: 2;
}
@media (max-width: 767px) {
  .product-item-premiato {
    width: 40px;
    height: 40px;
  }
}
.black-icons {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.black-icons .icon-new-product,
.black-icons .icon-discount {
  width: 70px;
  height: 26px;
  background-color: #1c1715;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .black-icons .icon-new-product,
  .black-icons .icon-discount {
    margin: 0;
  }
}
.black-icons .icon-new-product .text,
.black-icons .icon-discount .text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.slick-dots li button:before {
  color: #d29e0e !important;
  font-size: 32px !important;
  line-height: 32px !important;
}
.cms-banner-title {
  position: relative;
}
.cms-banner-title img {
  height: 200px;
  min-height: 200px;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
}
.cms-banner-title .banner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .cms-banner-title .banner {
    width: 90%;
  }
}
.cms-banner-title .banner .banner-title {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
}
.cms-banner-title .banner .banner-description {
  font-size: 27px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
}
.icon-info:before {
  content: "\e60c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: white;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  background: orange;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}
.icon-wishlist-empty:before {
  content: "\e601";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #1c1715;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}
.icon-search:before {
  content: url('/pub/media/lens-icon.png');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}
.icon-account {
  font-family: 'Spartan', 'arial';
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #504c4b;
}
@media (min-width: 1023px) {
  .icon-account {
    content: url('/pub/media/user-icon.png');
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
  }
}
.icon-cart {
  content: "\e611";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 36px;
  color: #1c1715;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}
.icon-close {
  content: "\e62f";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 36px;
  color: gray;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}
.customer-welcome .action.switch::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.customer-welcome .action.switch:hover:after {
  color: #fff;
}
/* functions */
.icon-config {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 26px;
  line-height: 26px;
  vertical-align: top;
  display: inline-block;
  font-family: 'icons-blank-theme';
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
}
.max-with-margin-auto {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.form-box-border-shadow {
  border: 1px solid transparent;
  border-radius: 15px;
  box-shadow: 0px 0px 7px 1px #757575;
  -webkit-box-shadow: 0px 0px 7px 1px #757575;
  -moz-box-shadow: 0px 0px 7px 1px #757575;
  -o-box-shadow: 0px 0px 7px 1px #757575;
}
.box-item-style {
  position: relative;
  width: 280px !important;
  max-width: 280px !important;
  height: 500px !important;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
}
@media (max-width: 1023px) {
  .box-item-style {
    width: 280px !important;
  }
}
@media (max-width: 767px) {
  .box-item-style {
    width: 280px !important;
    margin: 0 auto !important;
    border: none;
  }
}
.box-item-style .actions-primary {
  position: absolute;
  display: none;
  top: 50%;
  bottom: 50%;
  z-index: 2;
  width: 100%;
}
.box-item-style .actions-primary .tocart-form {
  display: flex;
}
.box-item-style .actions-primary .action.tocart.primary {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
.box-item-style:hover {
  background-color: #d29e0e;
}
.box-item-style:hover .product-item-link,
.box-item-style:hover .old-price span,
.box-item-style:hover .special-price span {
  color: #ffffff !important;
}
.box-item-style .product-item-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.box-item-style .product-item-info .product-item-extra-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 18px;
  height: 240px;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-extra-info {
    padding: 8px;
  }
}
.box-item-style .product-item-info .product-item-extra-info .top-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.box-item-style .product-item-info .product-item-extra-info .product-item-premiato {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d29e0e;
  z-index: 2;
}
@media (max-width: 767px) {
  .box-item-style .product-item-info .product-item-extra-info .product-item-premiato {
    width: 40px;
    height: 40px;
  }
}
.box-item-style .product-item-info .product-item-extra-info .black-icons {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.box-item-style .product-item-info .product-item-extra-info .black-icons .icon-new-product,
.box-item-style .product-item-info .product-item-extra-info .black-icons .icon-discount {
  width: 70px;
  height: 26px;
  background-color: #1c1715;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .box-item-style .product-item-info .product-item-extra-info .black-icons .icon-new-product,
  .box-item-style .product-item-info .product-item-extra-info .black-icons .icon-discount {
    margin: 0;
  }
}
.box-item-style .product-item-info .product-item-extra-info .black-icons .icon-new-product .text,
.box-item-style .product-item-info .product-item-extra-info .black-icons .icon-discount .text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.box-item-style .product-item-info .product-item-extra-info .extra-discount {
  z-index: 2;
  background-color: #1c1715;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: fit-content;
  padding: 8px 12px;
  width: fit-content;
  display: flex;
  align-self: flex-end;
  text-transform: uppercase;
}
.box-item-style .product-item-info .product-item-photo {
  width: 100%;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-photo {
    display: flex;
  }
}
.box-item-style .product-item-info .product-item-photo .product-image-container {
  width: 252px !important;
  padding: 14px;
  width: 100%;
  margin: 0 auto;
}
.box-item-style .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.box-item-style .product-item-info .product-item-photo .product-image-container .product-image-photo {
  background: #fff;
  margin: 0 !important;
  position: relative;
}
.box-item-style .product-item-info .product-item-details {
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-item-style .product-item-info .product-item-details .product-item-categories {
  font-size: 13px;
  color: #1c1715;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-details .product-item-categories {
    display: none;
  }
}
.box-item-style .product-item-info .product-item-details .product-item-name {
  text-align: center;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-details .product-item-name {
    margin: 0px;
  }
}
.box-item-style .product-item-info .product-item-details .product-item-name a {
  font-size: 15px;
  font-weight: 500;
  color: #1c1715;
  hyphens: none;
  -webkit-hyphens: none;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
    font-weight: 500;
    color: #1c1715;
  }
}
.box-item-style .product-item-info .product-item-details .product-item-additional-info {
  text-align: center;
  height: 20px;
}
.box-item-style .product-item-info .product-item-details .product-item-additional-info-title {
  font-size: 11px;
}
.box-item-style .product-item-info .product-item-details .product-item-manufacturer {
  text-align: center;
  font-size: 13px;
  color: #1c1715;
  min-height: 20px;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-details .product-item-manufacturer {
    padding: 8px 0;
  }
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 23px;
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0px;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
    text-align: left;
  }
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .old-special-price,
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .old-special-price {
  display: flex;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
  .box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
    text-align: center;
  }
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
  font-size: 11px;
  color: #1c1715;
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
  .box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .discount {
    display: none;
  }
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price {
  display: flex;
  flex-direction: column;
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .price {
  font-size: 16px;
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .vat-excl {
  font-size: 14px;
  color: gray;
  margin: 14px 0;
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .special-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #cf9c0d;
  padding: 0 4px;
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .old-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #1c1715;
  padding: 0 4px;
  /*text-decoration: line-through;*/
}
.box-item-style .product-item-info .product-item-details .product-box-price-symbols .stock.unavailable span {
  font-size: 14px;
  color: gray;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols {
  height: fit-content;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4px;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item {
  margin: 1px 3px;
  display: flex;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels {
  background-color: #d2b13d;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px;
  display: inline-block;
  line-height: 10px !important;
  height: 8px;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.additive-free,
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.preservative-free {
  background-color: #af9ec0;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.gluten-free {
  background-color: #cc9a51;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.lactose-free {
  background-color: #9fbbb8;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.palmoil-free {
  background-color: #8ea649;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.yeast-free {
  background-color: #a68d60;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.sugar-free {
  background-color: #7fc2c6;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.milk-free {
  background-color: #5dbde8;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.egg-free {
  background-color: #d2b13d;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.aroma-free {
  background-color: #cc9a51;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.bio {
  background-color: #71c527;
}
.box-item-style .product-item-info .product-item-details .product-item-symbols .items .item .labels.vegan {
  background-color: #0bb238;
}
.modals-wrapper {
  font-size: 18px;
  color: #1c1715;
  font-family: 'Spartan', 'arial';
}
.modals-wrapper .modal-footer .action-accept {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.modals-wrapper .modal-footer .action-dismiss {
  background-color: #f5f5f5 !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #1c1715 !important;
}
.page.messages .messages {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page.messages .messages .info,
.page.messages .messages .message-success,
.page.messages .messages .message-error,
.page.messages .messages .message-notice {
  font-family: 'Spartan', 'arial';
  background-color: #d29e0e;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  font-weight: 500;
}
.page.messages .messages .info a,
.page.messages .messages .message-success a,
.page.messages .messages .message-error a,
.page.messages .messages .message-notice a {
  color: #fff;
  text-decoration: underline;
}
.page.messages .messages ::before {
  color: #1c1715;
}
.navigation-menu-item-active {
  border-bottom: 1px solid #d29e0e;
  color: #d29e0e;
}
.navigation-menu-item-active a {
  color: #d29e0e;
}
.field-error,
div.mage-error[generated] {
  font-size: 12px;
  color: #f81701;
}
body.cms-chi-siamo .navigation li.company,
body.cms-etica-e-sostenibilita .navigation li.company,
body.cms-qualita .navigation li.company {
  border-bottom: 1px solid #d29e0e;
  color: #d29e0e;
}
body.cms-chi-siamo .navigation li.company a,
body.cms-etica-e-sostenibilita .navigation li.company a,
body.cms-qualita .navigation li.company a {
  color: #d29e0e;
}
body.catalog-category-view .navigation li.shop span,
body.catalog-product-view .navigation li.shop span {
  border-bottom: 1px solid #d29e0e;
  color: #d29e0e;
}
body.catalog-category-view .navigation li.shop span a,
body.catalog-product-view .navigation li.shop span a {
  color: #d29e0e;
}
body.cms-clienti .navigation li.customers > div > a,
body.cms-hotel .navigation li.customers > div > a {
  border-bottom: 1px solid #d29e0e;
  color: #d29e0e;
}
body.cms-clienti .navigation li.customers > div > a a,
body.cms-hotel .navigation li.customers > div > a a {
  color: #d29e0e;
}
body.cms-contatti .navigation li.contacts,
body.cms-lavora-con-noi .navigation li.contacts {
  border-bottom: 1px solid #d29e0e;
  color: #d29e0e;
}
body.cms-contatti .navigation li.contacts a,
body.cms-lavora-con-noi .navigation li.contacts a {
  color: #d29e0e;
}
body.eventcalendar-event-eventlist .navigation li.academy {
  border-bottom: 1px solid #d29e0e;
  color: #d29e0e;
}
body.eventcalendar-event-eventlist .navigation li.academy a {
  color: #d29e0e;
}
body.amblog-index-index .navigation li.blog,
body.amblog-index-post .navigation li.blog {
  border-bottom: 1px solid #d29e0e;
  color: #d29e0e;
}
body.amblog-index-index .navigation li.blog a,
body.amblog-index-post .navigation li.blog a {
  color: #d29e0e;
}
.widget.block.block-static-block {
  margin-bottom: 0;
}
.content-center-carousel__excerpt {
  max-width: 52rem;
  font-size: 1.06666667rem;
  margin: auto;
}
.carousel-cont .slick-slide.lt1 {
  transform: translate(0%, 0) scale(0.6);
}
@media (max-width: 991.98px) {
  .carousel-cont .slick-slide.lt1 {
    transform: translate(1%, 0) scale(0.6);
  }
}
.carousel-cont .slick-slide.lt1 .carousel-item__text {
  display: none;
}
.carousel-cont .slick-slide.lt1 h2 {
  font-size: 15px;
  font-weight: 500;
  width: 180px;
  height: 180px;
  color: #1c1715;
  border-radius: 50%;
  line-height: 180px;
  margin-top: -16px;
}
.carousel-cont .slick-slide.gt1 {
  transform: translate(0%, 0) scale(0.6);
}
@media (max-width: 991.98px) {
  .carousel-cont .slick-slide.gt1 {
    transform: translate(-1%, 0) scale(0.6);
  }
}
.carousel-cont .slick-slide.gt1 .carousel-item__text {
  display: none;
}
.carousel-cont .slick-slide.gt1 h2 {
  font-size: 15px;
  font-weight: 500;
  width: 180px;
  height: 180px;
  color: #1c1715;
  border-radius: 50%;
  line-height: 180px;
  margin: auto;
  margin-bottom: 53px;
  margin-top: -16px;
}
.carousel-cont .slick-slide.slick-center {
  z-index: 1;
  transform: scale(1);
  vertical-align: top;
}
.carousel-cont .slick-slide.slick-center h2 {
  font-size: 25px;
  font-weight: 500;
  width: 180px;
  height: 180px;
  background-color: #d29e0e;
  color: #fff;
  border-radius: 50%;
  line-height: 180px;
  margin: auto;
  margin-bottom: 53px;
}
.carousel-cont .slick-slide.slick-center .carousel-item__text {
  display: block;
  height: 130px;
}
.carousel-cont .slick-slide {
  transform: translate(0, 0) scale(0.6);
}
.carousel-cont .slick-slide h2 {
  font-size: 25px;
  font-weight: 500;
  width: 180px;
  height: 180px;
  background-color: #d8d8d8;
  border-radius: 50%;
  line-height: 180px;
  margin: auto;
  margin-bottom: 53px;
  margin-top: -16px;
}
.carousel-cont .slick-slide .carousel-item__text {
  display: none;
}
.carousel-cont .carousel-item {
  background: transparent;
  padding: 2rem 0;
  float: inline-start !important;
}
.carousel-cont .carousel-item__title {
  text-align: center;
  font-size: 2.93333333rem;
  line-height: 3.33333333rem;
  margin-bottom: 1.33333333rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .carousel-cont .carousel-item__title {
    font-size: 2.33333333rem;
  }
}
.carousel-cont .carousel-item__text {
  text-align: center;
}
.carousel-cont .carousel-item__text p {
  margin-bottom: 0.2rem;
}
.carousel-cont .slick-list {
  padding-bottom: 10rem !important;
  padding-top: 3.33333333rem !important;
}
@media (max-width: 991.98px) {
  .carousel-cont .slick-list {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 6rem !important;
  }
}
@media (max-width: 991.98px) {
  .carousel-cont .slick-prev,
  .carousel-cont .slick-next {
    top: 45px;
  }
}
.carousel-wrap {
  position: relative;
  z-index: 0;
  max-width: 1280px;
  margin: 0 auto;
}
.carousel-wrap .carousel-line {
  background-color: #b1b0b0;
  height: 0.06666667rem;
  width: 70%;
  top: 142px;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .carousel-wrap .carousel-line {
    display: none;
  }
}
.carousel-wrap .carousel-item__title {
  font-size: 2.66666667rem;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*.slick-slider .slick-arrow  {
    background: url(/pub/media/icons/freccia_dx_oro.svg) !important;
    width: 14px!important;
    &.slick-prev {
        z-index: 1;
    }
}*/
body {
  font-family: 'Spartan', 'arial';
}
p {
  margin: 0 !important;
  line-height: normal !important;
}
.top-banner-header {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  position: fixed;
  height: 50px;
  background-color: #f5f5f5;
  margin-bottom: 0px;
  width: 100%;
  z-index: 30;
}
@media (max-width: 1024px) {
  .top-banner-header {
    display: flex;
    justify-content: center;
    height: 50px;
  }
}
.top-banner-header-background {
  background-image: url('/pub/media/background/topbar.png');
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: right;
}
.top-banner-header-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  padding: 0 0 0 12px;
}
@media (max-width: 1024px) {
  .top-banner-header-link {
    position: absolute;
  }
}
.top-banner-header-link .text {
  padding: 8px 0;
  font-size: 14px;
  color: #1c1715;
  text-align: center;
  margin: 0;
  display: block;
}
@media (max-width: 1065px) {
  .top-banner-header-link .text {
    font-size: 14px;
    display: none;
  }
}
.top-banner-header-link .text-mobile {
  display: none;
}
@media (max-width: 1065px) {
  .top-banner-header-link .text-mobile {
    display: block;
  }
}
.top-banner-header-link .link-b2c {
  background-color: #d29e0e;
  padding: 6px 10px;
  margin-left: 12px;
  color: #1c1715;
}
@media (max-width: 1023px) {
  .top-banner-header-link .link-b2c {
    background-color: transparent;
    padding: 0;
    width: fit-content;
    text-align: center;
    margin: 0;
    text-decoration: underline;
  }
}
.top-banner-header-link .link-b2c span {
  text-transform: uppercase;
  font-size: 14px;
}
.header.content {
  padding: 0px !important;
  display: flex;
  align-items: center;
  max-width: unset;
}
.page-header {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 20;
  border-bottom: none;
}
.page-header .panel.wrapper {
  height: 100px;
  border-bottom: none;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #1c1715;
}
@media (max-width: 1023px) {
  .page-header .panel.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
  }
}
.page-header .panel.wrapper .panel.header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: 100% !important;
  margin-top: 50px;
  height: 100px;
}
@media (max-width: 767px) {
  .page-header .panel.wrapper .panel.header {
    padding: 0 15px !important;
    width: auto !important;
    align-items: center;
    justify-content: space-around;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .page-header .panel.wrapper .panel.header {
    width: auto !important;
    justify-content: space-between;
  }
}
.page-header .panel.wrapper .panel.header .header-links-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 20%;
  justify-content: end;
  flex-grow: 2;
}
@media (max-width: 1023px) {
  .page-header .panel.wrapper .panel.header .header-links-container {
    justify-content: right;
    padding-right: 12px;
  }
}
.page-header .panel.wrapper .panel.header .header-links-container .header.links {
  order: 3;
  margin: 0 0 0 16px !important;
  padding: 0 !important;
}
.page-header .panel.wrapper .panel.header .header-links-container .header.links li {
  background: #1c1715;
}
.page-header .panel.wrapper .panel.header .header-links-container .header.links li a {
  color: #fff;
  font-family: 'Spartan', 'arial';
  font-size: 15px;
}
.page-header .panel.wrapper .panel.header .header-links-container .minicart-wrapper {
  max-width: fit-content;
  margin: 0 0 0 16px;
}
@media (max-width: 1023px) {
  .page-header .panel.wrapper .panel.header .header-links-container .minicart-wrapper {
    margin: 0;
    padding-left: 24px;
  }
}
.page-header .panel.wrapper .panel.header .header-links-container .minicart-wrapper .action.showcart {
  position: relative;
}
.page-header .panel.wrapper .panel.header .header-links-container .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  line-height: 12px;
  background: #d69f00;
  border: 1px solid #f81701;
  margin: 0;
  height: auto;
  left: 20px;
  top: 18px;
  font-size: 12px;
  padding: 2px;
  border-radius: 8px;
  line-height: unset;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-header .panel.wrapper .panel.header .header-links-container .minicart-wrapper .action.showcart .counter.qty {
    left: 14px;
  }
}
.page-header .panel.wrapper .panel.header .header-links-container .minicart-wrapper .action.showcart::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  content: url('/pub/media/shoppingcart-icon.png');
  font-family: 'icons-blank-theme';
  margin: 0;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.page-header .panel.wrapper .panel.header .header-links-container .minicart-wrapper .action.close:before {
  color: #1c1715 !important;
  font-size: 40px;
  line-height: 40px;
}
.page-header .panel.wrapper .panel.header .nav-toggle::before {
  color: #fff;
}
@media (max-width: 1023px) {
  .page-header .panel.wrapper .panel.header .nav-toggle {
    top: unset;
    position: inherit;
    left: unset;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .page-header .panel.wrapper .panel.header .nav-sections-items #store\.links .header.links {
    display: block !important;
    background-color: #f5f5f5;
  }
  .page-header .panel.wrapper .panel.header .nav-sections-items #store\.links .header.links li {
    font-size: 13px;
    font-weight: 500 !important;
    color: #504c4b;
    text-transform: uppercase;
    line-height: 3.08;
  }
  .page-header .panel.wrapper .panel.header .nav-sections-items #store\.links .header.links li a {
    font-weight: 500 !important;
  }
}
@media (max-width: 768px) {
  .page-header .panel.wrapper .panel.header .nav-sections-items #store\.settings #switcher-language-nav {
    display: block !important;
  }
  .page-header .panel.wrapper .panel.header .nav-sections-items #store\.settings #switcher-language-nav #switcher-language-trigger-nav::after {
    display: none;
  }
}
.page-header .panel.wrapper #switcher-language {
  order: 5;
  max-width: fit-content;
  color: #fff;
  margin: 0 0 0 16px !important;
}
.page-header .panel.wrapper #switcher-language .switcher-options {
  width: max-content;
}
.page-header .panel.wrapper #switcher-language .switcher-options #switcher-language-trigger {
  display: flex;
  align-items: end;
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper #switcher-language .switcher-options #switcher-language-trigger strong {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Spartan', 'arial';
  font-weight: normal;
}
.page-header .panel.wrapper #switcher-language .switcher-options #switcher-language-trigger strong::after {
  font-weight: 700;
  font-size: 26px;
  display: flex !important;
  vertical-align: none !important;
}
.page-header .panel.wrapper #switcher-language .switcher-options .dropdown.switcher-dropdown {
  background: #1c1715;
  font-size: 15px;
  font-weight: 500;
  width: 64px;
  min-width: 60px;
}
.page-header .panel.wrapper #switcher-language .switcher-options .dropdown.switcher-dropdown li.switcher-option:hover {
  background: #fff;
  color: #1c1715;
}
.page-header .panel.wrapper #switcher-language .switcher-options .dropdown.switcher-dropdown li.switcher-option a {
  font-family: 'Spartan', 'arial';
  color: #fff;
}
.page-header .panel.wrapper #switcher-language .switcher-options .dropdown.switcher-dropdown li.switcher-option a:hover {
  color: #1c1715;
}
.nav-sections {
  display: flex;
  flex: 60%;
  justify-content: center;
  background-color: #1c1715;
  margin-bottom: 0px !important;
  flex-grow: 8;
}
@media (max-width: 1023px) {
  .nav-sections {
    background-color: #f5f5f5;
  }
}
.nav-sections .nav-sections-items {
  width: 100%;
}
@media (max-width: 1023px) {
  .nav-sections .nav-sections-items {
    background-color: #fff;
    margin-top: 50px;
  }
}
.nav-sections .nav-sections-items div[aria-controls="store.menu"] a {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: black;
  font-family: 'Spartan', 'arial';
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-sections .nav-sections-items div[aria-controls="store.menu"] a::after {
  display: none;
  content: "\e609";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #d29e0e;
  font-family: 'icons-blank-theme';
}
.nav-sections .nav-sections-items div[aria-controls="store.links"] a {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  font-family: 'Spartan', 'arial';
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-sections .nav-sections-items div[aria-controls="store.links"] a::after {
  display: none;
  visibility: visible;
  content: "\e627";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #d29e0e;
  font-family: 'icons-blank-theme';
}
.nav-sections .nav-sections-items div[aria-controls="store.settings"] a {
  visibility: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-sections .nav-sections-items div[aria-controls="store.settings"] a::after {
  visibility: visible;
  content: "\e61b";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-family: 'icons-blank-theme';
}
.nav-sections .nav-sections-items .nav-sections-item-title {
  background: white;
  border: none;
  color: #000;
}
@media (max-width: 1023px) {
  .nav-sections .nav-sections-items .nav-sections-item-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 60px !important;
  }
}
.nav-sections .nav-sections-items .nav-sections-item-title.active .nav-sections-item-switch {
  color: #d29e0e;
  border-bottom: 1px solid #d29e0e;
}
.nav-sections .nav-sections-items .swissup-navigationpro.navpro.navigation #navpro-topnav li.li-item.level0 {
  margin: 0;
}
.nav-sections .nav-sections-items .swissup-navigationpro.navpro.navigation #navpro-topnav li.li-item.level0 a.level-top {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}
@media (max-width: 1023px) {
  .nav-sections .nav-sections-items .swissup-navigationpro.navpro.navigation #navpro-topnav li.li-item.level0 a.level-top {
    color: #504c4b !important;
    padding: 14px 0;
  }
}
.nav-sections .nav-sections-items .swissup-navigationpro.navpro.navigation #navpro-topnav li.li-item.level0 a.level-top .ui-menu-icon.ui-icon::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=');
  background-size: 14px 14px;
  opacity: 1;
  right: 0;
}
@media (max-width: 1023px) {
  .nav-sections .nav-sections-items .swissup-navigationpro.navpro.navigation #navpro-topnav li.li-item.level0 a.level-top .ui-menu-icon.ui-icon::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=');
  }
}
.nav-sections .nav-sections-items .swissup-navigationpro.navpro.navigation #navpro-topnav li.li-item.level0 a.level-top .navpro-dropdown-inner {
  background-color: #f5f5f5;
  border: none !important;
}
.nav-sections .nav-sections-items .swissup-navigationpro.navpro.navigation #navpro-topnav li.li-item.level0 a.level-top .navpro-dropdown-level1 li.li-item.level1 a span {
  font-size: 13px;
  color: #1c1715;
}
input {
  border-radius: 25px;
  background: lightgray;
  color: black;
  font-size: 16px;
  border: none;
}
input::placeholder {
  color: black;
}
.footer_advantages {
  background-image: url('/pub/media/background/vantaggi-bg.webp');
  background-color: rgba(28, 23, 21, 0.55);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 200px;
  padding: 24px 0;
}
@media (max-width: 959px) {
  .footer_advantages {
    height: auto;
    padding: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer_advantages {
    padding: 24px 0 0;
  }
}
.footer_advantages .title {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer_advantages .title {
    display: none;
  }
}
.footer_advantages .items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .footer_advantages .items {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .footer_advantages .items {
    flex-direction: row;
    justify-content: space-around;
    padding: 18px 0;
  }
}
.footer_advantages .items .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .footer_advantages .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer_advantages .items .item {
    flex-direction: column;
    width: 250px;
  }
}
@media (max-width: 768px) {
  .footer_advantages .items .item .icon {
    border-radius: 50%;
  }
}
.footer_advantages .items .item .description {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  max-width: 240px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .footer_advantages .items .item .description {
    text-align: center;
    max-width: 100px;
    padding: 6px 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer_advantages .items .item .description {
    text-align: center;
    padding: 12px 0 0 0;
  }
}
.block-search div.control {
  padding-bottom: 0px !important;
}
.block-search .action.search {
  padding: 0px;
}
.block-search .action.search:before {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  border-radius: 50%;
}
.logo {
  display: flex;
  flex: 20%;
  flex-grow: 2;
  margin: 0px !important;
}
@media (max-width: 1023px) {
  .logo img {
    max-width: 200px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content {
    padding: 0px;
    margin-top: 25px;
  }
}
@media (max-width: 1023px) {
  .nav-sections-item-content#store\.links,
  .nav-sections-item-content#store\.settings {
    padding: 12px;
    margin-top: 60px;
    height: 44px;
    background-color: #f5f5f5;
  }
  .nav-sections-item-content#store\.links .customer-welcome,
  .nav-sections-item-content#store\.settings .customer-welcome {
    list-style: none;
  }
}
.swissup-navigationpro {
  background-color: #1c1715;
}
@media (max-width: 1023px) {
  .swissup-navigationpro {
    background-color: #f5f5f5;
  }
}
.swissup-navigationpro #navpro-topnav {
  justify-content: space-evenly;
}
@media (max-width: 1023px) {
  .swissup-navigationpro #navpro-topnav {
    margin: 36px 20px 0;
  }
}
@media (max-width: 1023px) {
  .swissup-navigationpro #navpro-topnav .level0 {
    border-top: none !important;
    border-bottom: 1px solid #b1b0b0;
  }
}
.swissup-navigationpro #navpro-topnav .level0 ul.children.multicolumn li.li-item.level1 a span {
  font-family: 'Spartan', 'arial';
  font-size: 13px;
  font-weight: bold;
  line-height: 1.31;
  color: #1c1715;
  text-transform: uppercase !important;
}
.swissup-navigationpro #navpro-topnav .level0 ul.children.multicolumn li.li-item.level1 a span:hover {
  color: #d29e0e;
}
.swissup-navigationpro #navpro-topnav .level0 ul.children.multicolumn li.li-item.level1 li.li-item.level2 a span {
  font-family: 'Spartan', 'arial';
  font-size: 13px;
  font-weight: normal;
  color: #1c1715;
  text-transform: none !important;
}
.swissup-navigationpro #navpro-topnav .level0 ul.children.multicolumn li.li-item.level1 li.li-item.level2 a span:hover {
  color: #d29e0e;
}
.swissup-navigationpro #navpro-topnav .level0 ul.children li.li-item.level1 a {
  font-family: 'Spartan', 'arial';
  font-size: 13px;
  font-weight: 500;
  color: #504c4b;
  padding: 2px 12px;
}
@media (max-width: 1023px) {
  .swissup-navigationpro #navpro-topnav .level0 ul.children li.li-item.level1 a {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.swissup-navigationpro #navpro-topnav .level0 ul.children li.li-item.level1 a:hover {
  color: #d29e0e;
}
.header.links {
  max-width: min-content !important;
  margin-left: 0px !important;
}
@media (max-width: 768px) {
  .header.links {
    max-width: none !important;
    padding: 0 16px !important;
    border: none !important;
  }
}
.header.links .greet.welcome {
  border: none !important;
}
.header.links .customer-welcome {
  margin: 0 6px 0 0 !important;
}
@media (max-width: 767px) {
  .header.links .customer-welcome .customer-menu li,
  .header.links .customer-welcome .customer-menu li {
    font-size: 13px;
    font-weight: 500 !important;
    color: #504c4b;
    text-transform: uppercase;
    border-bottom: 1px solid #b1b0b0;
    line-height: 3.08;
  }
  .header.links .customer-welcome .customer-menu li a,
  .header.links .customer-welcome .customer-menu li a {
    font-weight: 500 !important;
    border: none !important;
    padding: 12px 0;
  }
}
.header.links .customer-welcome .customer-name {
  display: flex;
}
@media (max-width: 768px) {
  .header.links .customer-welcome .customer-name {
    display: none;
  }
}
.header.links .authorization-link {
  display: block;
}
@media (max-width: 768px) {
  .header.links .authorization-link {
    border-bottom: 1px solid #b1b0b0;
    margin: 0 !important;
  }
  .header.links .authorization-link a {
    font-size: 13px;
    font-weight: 500 !important;
    color: #504c4b;
    text-transform: uppercase;
    line-height: 3.08;
  }
}
.header.links .authorization-link a span.text {
  display: none;
}
@media (max-width: 768px) {
  .header.links .authorization-link a span.text {
    display: block;
  }
}
@media (max-width: 768px) {
  .header.links .authorization-link .icon-account {
    display: none;
  }
}
.page-footer {
  background-image: url('/pub/media/background/food-drawing-footer.webp');
  background-color: #1c1715;
  padding: 24px 0 0;
}
@media (max-width: 768px) {
  .page-footer {
    height: auto;
    padding: 0px;
  }
}
.page-footer .footer.content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: none;
}
@media (max-width: 768px) {
  .page-footer .footer.content {
    flex-direction: column;
    margin-top: 0;
  }
}
.page-footer .footer.content .links {
  color: #fff;
}
.page-footer .footer.content .links .title {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  margin: 0 !important;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .page-footer .footer.content .links .title {
    text-align: center;
  }
}
.page-footer .footer.content .links .items {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
@media (max-width: 768px) {
  .page-footer .footer.content .links .items {
    text-align: center;
  }
}
.page-footer .footer.content .links .items span {
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-footer .footer.content .links .items span {
    text-align: center;
  }
}
.page-footer .footer.content .links .items span a {
  text-decoration: underline;
  color: #fff;
}
.page-footer .footer.content .links .items .pages {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
}
.page-footer .footer.content .links .items .pages a {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 768px) {
  .page-footer .footer.content .links .items .link-b2c {
    text-align: center;
    padding: 24px 0;
  }
}
.page-footer .footer.content .links .items .link-b2c a {
  text-decoration: underline;
  color: #fff;
}
.page-footer .footer.content .links .items a {
  text-decoration: underline;
  color: #fff;
}
.page-footer .footer.content .social {
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 768px) {
  .page-footer .footer.content .social {
    margin-top: 24px;
  }
}
.page-footer .footer.content .social .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .page-footer .footer.content .social .info {
    align-items: center;
  }
}
.page-footer .footer.content .social .info .subscribe-newsletter {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.page-footer .footer.content .social .info .social-icons {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-footer .footer.content .social .info .social-icons {
    padding: 24px 0;
    text-align: center;
  }
}
.page-footer .footer.content .social .info .social-icons .link-social {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.page-footer .footer.content .social .info .social-icons .items {
  display: flex;
}
@media (max-width: 768px) {
  .page-footer .footer.content .social .info .social-icons .items {
    justify-content: center;
    padding: 8px 0;
  }
}
.page-footer .footer.content .social .info .social-icons .items .item img {
  margin-right: 8px;
  width: 25px;
  height: 25px;
}
.page-footer .footer.content .payments .methods {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .page-footer .footer.content .payments .methods {
    text-align: center;
    padding: 12px 0;
  }
}
.page-footer .footer.content .payments .items {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-footer .footer.content .payments .items {
    flex-direction: row;
    justify-content: space-around;
  }
}
.page-footer .footer.content .payments .items .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 18px;
  font-size: 12px;
  color: #fff;
}
.page-footer .footer.content .payments .items .item img {
  max-width: 30px;
}
.page-footer .footer.content .payments .items .item span {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .page-footer .footer.content .payments .items .item span {
    display: none;
  }
}
.page-footer .footer.content .company-logo {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page-footer .footer.content .company-logo {
    margin-bottom: 0;
  }
}
.page-footer .footer.content .address {
  color: #fff;
}
@media (max-width: 768px) {
  .page-footer .footer.content .address {
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.page-footer .footer.content .address .column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .page-footer .footer.content .address .column {
    flex-direction: column;
  }
}
.page-footer .footer.content .address .column .name {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 768px) {
  .page-footer .footer.content .address .column .name {
    margin-top: 16px;
  }
}
.page-footer .footer.content .address .column .addess,
.page-footer .footer.content .address .column .vat {
  margin: 0;
  font-size: 12px;
}
.page-footer .company_info {
  background-color: #1c1715;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 48px;
  font-size: 9px;
  height: 50px;
  color: #fff;
}
@media (max-width: 1023px) {
  .page-footer .company_info {
    flex-direction: column;
    height: auto;
    padding: 12px 24px;
    align-items: center;
  }
}
.page-footer .company_info .info {
  margin: 0;
}
@media (max-width: 768px) {
  .page-footer .company_info .info {
    text-align: center;
    line-height: 18px;
  }
}
.page-footer .company_info .links {
  margin: 0 !important;
}
.page-footer .company_info .links a,
.page-footer .company_info .links a:hover,
.page-footer .company_info .links a:visited,
.page-footer .company_info .links span {
  text-decoration: underline;
  color: #fff !important;
}
.pages .items {
  display: flex;
  align-items: center;
}
.pages .item {
  line-height: 0;
}
.pages a.page,
.pages .item,
.pages .item.current strong {
  font-size: 14px;
  font-weight: 400;
  color: #333333 !important;
  font-family: 'Spartan', 'arial';
  text-decoration: underline;
}
.pages .item.current,
.pages .item.current strong {
  text-decoration: none;
}
.pages .action,
.pages .action.next .action.previous {
  background-color: #d29e0e;
  border: none;
  border-radius: 100%;
  color: #fff;
  height: 35px;
  width: 35px;
}
.pages .action:visited,
.pages .action.next .action.previous:visited,
.pages .action:hover,
.pages .action.next .action.previous:hover,
.pages .action:hover::after,
.pages .action.next .action.previous:hover::after,
.pages .action:hover::before,
.pages .action.next .action.previous:hover::before {
  color: #fff;
}
.pages .action::before,
.pages .action.next .action.previous::before {
  color: #fff !important;
  padding: 0;
  font-weight: 500 !important;
  margin: 1px 0 0 -13px !important;
  font-size: 52px !important;
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
}
.pages .action::after,
.pages .action.next .action.previous::after {
  color: #fff !important;
}
.pages .item.pages-item-previous .action.previous::before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 !important;
}
.pages .item.pages-item-next .action.next::before {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 !important;
}
.contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/pub/media/background/contact-form.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}
.contact-form.-course {
  background-image: url('/pub/media/background/contact-form-course.jpg');
}
.contact-form-content {
  margin: 40px 20px;
  padding: 32px 64px;
  height: auto;
  background-color: #f5f5f5;
  background-image: url('/pub/media/background/form-ill.png');
  background-repeat: no-repeat;
  background-size: 410px;
  background-position: top right;
  padding: 24px;
}
.contact-form-content-title {
  font-size: 23px;
  font-weight: 500;
  color: #1c1715;
}
.contact-form-content-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #1c1715;
  padding: 6px 0 10px;
}
.contact-form-content .form.contact .fieldset .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}
@media (max-width: 1023px) {
  .contact-form-content .form.contact .fieldset .row {
    width: 100%;
    flex-direction: column;
  }
}
.contact-form-content .form.contact .fieldset .row .field {
  width: 380px;
}
@media (max-width: 1023px) {
  .contact-form-content .form.contact .fieldset .row .field {
    width: auto;
  }
}
.contact-form-content .form.contact .fieldset .privacy-policy .control {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  color: #504c4b;
}
.contact-form-content .form.contact .fieldset .privacy-policy .control #privacy-policy {
  margin: 0 4px 0 !important;
  top: 0;
}
.contact-form-content .form.contact .fieldset .privacy-policy .control span {
  font-size: 12px;
  font-weight: 500;
  color: #d29e0e;
}
.contact-form-content .form.contact .fieldset .privacy-policy .control span a,
.contact-form-content .form.contact .fieldset .privacy-policy .control span:hover,
.contact-form-content .form.contact .fieldset .privacy-policy .control span:visited {
  text-decoration: none;
  color: #d29e0e;
}
.contact-form-content .form.contact .fieldset .messaggio {
  margin: 0 !important;
}
.contact-form-content .form.contact .fieldset .messaggio .control {
  width: 100%;
}
.contact-form-content .form.contact .fieldset .messaggio .control #messaggio {
  margin: 8px 0;
  height: 100px;
  resize: none;
  padding: 18px;
}
.contact-form-content .form.contact .actions-toolbar {
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
}
.contact-form-content .form.contact .actions-toolbar .primary .action.submit.primary {
  background-color: #d29e0e;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 0;
  color: #ffffff;
  padding: 12px 28px;
}
.contact-form-content .form.contact .input-text {
  border: none !important;
  height: 45px;
  background-color: #ffffff;
  padding: 0 18px;
}
.contact-form-content .form.contact .input-text::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: 500;
  color: #626262;
}
.contact-form-content .form.contact textarea {
  border: none;
  width: 100%;
}
.contact-form-content .form.contact textarea::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: 500;
  color: #626262;
}
.reseller {
  padding: 32px 12px;
  background-image: url('/pub/media/background/contact-form.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
}
@media (max-width: 1023px) {
  .reseller {
    width: auto;
  }
}
.reseller-content {
  max-width: 780px;
  height: auto;
  margin: 0 auto;
  padding: 32px 64px;
  background-color: #f5f5f5;
  background-image: url('/pub/media/background/form-ill.png');
  background-repeat: no-repeat;
  background-size: 410px;
  background-position: top right;
}
@media (max-width: 1023px) {
  .reseller-content {
    padding: 24px 0;
    width: 100%;
  }
}
.reseller-content-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
}
@media (max-width: 1023px) {
  .reseller-content-title {
    padding: 4px 12px;
  }
}
.reseller-content-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #1c1715;
  padding: 18px 0;
}
@media (max-width: 1023px) {
  .reseller-content-subtitle {
    padding: 0 12px;
  }
}
.reseller-content .form-reseller {
  background: transparent;
}
.reseller-content .form-reseller .fieldset .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  padding: 8px 0;
}
@media (max-width: 1023px) {
  .reseller-content .form-reseller .fieldset .row {
    width: 100%;
    flex-direction: column;
  }
}
.reseller-content .form-reseller .fieldset .row .field {
  width: 380px;
}
@media (max-width: 1023px) {
  .reseller-content .form-reseller .fieldset .row .field {
    width: auto;
    padding: 0 12px;
  }
}
.reseller-content .form-reseller .fieldset .row .attachment {
  width: 100%;
}
.reseller-content .form-reseller .fieldset .row .attachment .label {
  font-size: 14px;
  font-weight: 500;
  color: #1c1715;
}
.reseller-content .form-reseller .fieldset .row .attachment #attachment {
  border-radius: 0 !important;
  padding: 12px 0;
  background-color: #f5f5f5;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
}
.reseller-content .form-reseller .fieldset .row .attachment .file-size-warning {
  font-size: 12px;
  font-weight: 500;
  color: #1c1715;
}
.reseller-content .form-reseller .fieldset .privacy-policy {
  padding: 12px 0;
}
.reseller-content .form-reseller .fieldset .privacy-policy .control {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  color: #504c4b;
}
.reseller-content .form-reseller .fieldset .privacy-policy .control #privacy-policy {
  margin: 0 4px 0 !important;
  top: 0;
}
.reseller-content .form-reseller .fieldset .privacy-policy .control span {
  font-size: 12px;
  font-weight: 500;
  color: #d29e0e;
}
.reseller-content .form-reseller .fieldset .privacy-policy .control span a,
.reseller-content .form-reseller .fieldset .privacy-policy .control span:hover,
.reseller-content .form-reseller .fieldset .privacy-policy .control span:visited {
  text-decoration: none;
  color: #d29e0e;
}
.reseller-content .form-reseller .fieldset .messaggio {
  margin: 0 !important;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
}
@media (max-width: 1023px) {
  .reseller-content .form-reseller .fieldset .messaggio {
    padding: 0 12px;
  }
}
.reseller-content .form-reseller .fieldset .messaggio .control {
  width: 100%;
}
.reseller-content .form-reseller .fieldset .messaggio .control #messaggio {
  margin: 8px 0;
  height: 100px;
  resize: none;
}
.reseller-content .form-reseller .actions-toolbar {
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
}
.reseller-content .form-reseller .actions-toolbar .primary .action.submit.primary {
  background-color: #d29e0e;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 12px 28px;
}
.reseller-content .form-reseller .input-text {
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  border: none !important;
  height: 45px;
  background-color: #ffffff;
  padding: 0 18px;
}
.reseller-content .form-reseller .input-text::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: 500;
  color: #626262;
}
.reseller-content .form-reseller textarea {
  border: none;
  width: 100%;
}
.reseller-content .form-reseller textarea::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: 500;
  color: #626262;
}
.reseller {
  padding: 32px 12px;
  background-image: url('/pub/media/background/contact-form.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
}
@media (max-width: 1023px) {
  .reseller {
    width: auto;
  }
}
.reseller-content {
  max-width: 780px;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 32px 20px;
  background-color: #f5f5f5;
  background-image: url('/pub/media/background/form-ill.png');
  background-repeat: no-repeat;
  background-size: 410px;
  background-position: top right;
}
.reseller-content-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  padding: 0 0 6px 0;
}
.reseller-content-subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #1c1715;
  padding: 0;
}
.reseller-content .form-reseller {
  background: transparent;
}
.reseller-content .form-reseller .fieldset .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  padding: 8px 0;
}
@media (max-width: 1023px) {
  .reseller-content .form-reseller .fieldset .row {
    width: 100%;
    flex-direction: column;
  }
}
.reseller-content .form-reseller .fieldset .row .field {
  width: 100%;
  padding: 0;
}
.reseller-content .form-reseller .fieldset .row .field .control {
  width: 100%;
}
.reseller-content .form-reseller .fieldset .row .attachment {
  width: 100%;
}
.reseller-content .form-reseller .fieldset .row .attachment .label {
  font-size: 14px;
  font-weight: 500;
  color: #1c1715;
}
.reseller-content .form-reseller .fieldset .row .attachment #attachment {
  width: 100%;
  border-radius: 0 !important;
  padding: 12px 0;
  background-color: #f5f5f5;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
}
.reseller-content .form-reseller .fieldset .row .attachment .file-size-warning {
  font-size: 12px;
  font-weight: 500;
  color: #1c1715;
}
.reseller-content .form-reseller .fieldset .privacy-policy {
  padding: 12px 0;
}
.reseller-content .form-reseller .fieldset .privacy-policy .control {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  color: #504c4b;
}
.reseller-content .form-reseller .fieldset .privacy-policy .control #privacy-policy {
  margin: 0 4px 0 !important;
  top: 0;
}
.reseller-content .form-reseller .fieldset .privacy-policy .control span {
  font-size: 12px;
  font-weight: 500;
  color: #d29e0e;
}
.reseller-content .form-reseller .fieldset .privacy-policy .control span a,
.reseller-content .form-reseller .fieldset .privacy-policy .control span:hover,
.reseller-content .form-reseller .fieldset .privacy-policy .control span:visited {
  text-decoration: none;
  color: #d29e0e;
}
.reseller-content .form-reseller .fieldset .messaggio {
  margin: 0 !important;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  padding: 0;
}
.reseller-content .form-reseller .fieldset .messaggio .control {
  width: 100%;
}
.reseller-content .form-reseller .fieldset .messaggio .control #messaggio {
  margin: 8px 0;
  height: 100px;
  resize: none;
}
.reseller-content .form-reseller .fieldset .messaggio .control #messaggio::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: 500;
  color: #626262;
}
.reseller-content .form-reseller .actions-toolbar {
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
}
.reseller-content .form-reseller .actions-toolbar .primary .action.submit.primary {
  background-color: #d29e0e;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 12px 28px;
}
.reseller-content .form-reseller .input-text {
  padding: 12px;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  border: none !important;
  height: 45px;
  width: 100%;
  background-color: #ffffff;
}
.reseller-content .form-reseller .input-text::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: 500;
  color: #626262;
}
.reseller-content .form-reseller textarea {
  border: none;
  width: 100%;
}
.reseller-content .form-reseller textarea::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: 500;
  color: #626262;
}
body.amblog-index-post .column.main,
body.amblog-index-category .column.main,
body.amblog-index-index .column.main {
  padding-top: 150px;
  padding-bottom: 0;
  margin: 0 auto;
  width: 100%;
}
body.amblog-index-post .column.main .amblog-element-block,
body.amblog-index-category .column.main .amblog-element-block,
body.amblog-index-index .column.main .amblog-element-block {
  border: none !important;
  box-shadow: none !important;
  margin: 0 auto !important;
  max-width: 1280px;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-title,
body.amblog-index-category .column.main .amblog-element-block .amblog-title,
body.amblog-index-index .column.main .amblog-element-block .amblog-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 48px 0 !important;
  padding: 0 !important;
  text-align: center;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-categories,
body.amblog-index-category .column.main .amblog-element-block .amblog-categories,
body.amblog-index-index .column.main .amblog-element-block .amblog-categories {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1023px) {
  body.amblog-index-post .column.main .amblog-element-block .amblog-categories,
  body.amblog-index-category .column.main .amblog-element-block .amblog-categories,
  body.amblog-index-index .column.main .amblog-element-block .amblog-categories {
    justify-content: center;
    width: auto;
    flex-wrap: wrap;
    white-space: nowrap;
    overflow: hidden;
  }
}
body.amblog-index-post .column.main .amblog-element-block .amblog-categories .amblog-category,
body.amblog-index-category .column.main .amblog-element-block .amblog-categories .amblog-category,
body.amblog-index-index .column.main .amblog-element-block .amblog-categories .amblog-category {
  padding: 4px 12px !important;
  margin: 0 12px;
  border: none !important;
}
@media (max-width: 1023px) {
  body.amblog-index-post .column.main .amblog-element-block .amblog-categories .amblog-category,
  body.amblog-index-category .column.main .amblog-element-block .amblog-categories .amblog-category,
  body.amblog-index-index .column.main .amblog-element-block .amblog-categories .amblog-category {
    width: max-content;
    margin: 0;
    padding: 0 8px;
  }
}
body.amblog-index-post .column.main .amblog-element-block .amblog-categories .amblog-category .amblog-link,
body.amblog-index-category .column.main .amblog-element-block .amblog-categories .amblog-category .amblog-link,
body.amblog-index-index .column.main .amblog-element-block .amblog-categories .amblog-category .amblog-link {
  font-size: 15px;
  font-weight: 500 !important;
  color: #626262;
  border-bottom: none;
  padding: 12px 18px;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-categories .amblog-category .amblog-link:hover,
body.amblog-index-category .column.main .amblog-element-block .amblog-categories .amblog-category .amblog-link:hover,
body.amblog-index-index .column.main .amblog-element-block .amblog-categories .amblog-category .amblog-link:hover {
  color: #626262;
  text-decoration: none;
  border-bottom: 1px solid #626262;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container {
  max-width: 880px;
  width: auto;
  margin: 0 auto !important;
  border: none;
  padding: 32px 20px;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .action.back,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .action.back,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .action.back {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .action.back a,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .action.back a,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .action.back a {
  color: #1c1715;
  padding: 0 8px;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .action.back a:hover,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .action.back a:hover,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .action.back a:hover {
  text-decoration: none;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-features,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-features,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-features {
  display: flex;
  align-items: center;
  padding: 14px 0 0 0;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-features .amblog-category,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-features .amblog-category,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-features .amblog-category {
  font-size: 13px;
  margin: 0 !important;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-features .amblog-category .amblog-ref,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-features .amblog-category .amblog-ref,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-features .amblog-category .amblog-ref {
  font-size: 13px;
  color: #626262;
  font-weight: normal;
  text-decoration: underline;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-title,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-title,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 0 !important;
  padding: 18px 0 !important;
  text-align: left;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-date,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-date,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-date {
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e !important;
  padding-bottom: 12px;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-content,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-content,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-content {
  font-size: 15px;
  color: #504c4b;
  margin: 0 !important;
  padding: 0 !important;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-social-container,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-social-container,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-social-container {
  padding: 0 !important;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-social-container .amblog-title,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-social-container .amblog-title,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-social-container .amblog-title {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
body.amblog-index-post .column.main .amblog-element-block .amblog-post-container .amblog-social-container .amblog-list .amblog-icon,
body.amblog-index-category .column.main .amblog-element-block .amblog-post-container .amblog-social-container .amblog-list .amblog-icon,
body.amblog-index-index .column.main .amblog-element-block .amblog-post-container .amblog-social-container .amblog-list .amblog-icon {
  background-color: #d29e0e;
}
body.amblog-index-post .column.main .amblog-container,
body.amblog-index-category .column.main .amblog-container,
body.amblog-index-index .column.main .amblog-container {
  background-color: #f5f5f5;
  background-image: url("/pub/media/background/background-layer.png");
  background-repeat: no-repeat;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  justify-items: center;
  gap: 12px;
}
@media (max-width: 1023px) {
  body.amblog-index-post .column.main .amblog-container .amblog-grid-list,
  body.amblog-index-category .column.main .amblog-container .amblog-grid-list,
  body.amblog-index-index .column.main .amblog-container .amblog-grid-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 20px;
    width: auto;
  }
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 12px auto;
  max-width: 380px;
  width: auto;
  max-height: 410px;
  height: 410px;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
  background-color: #ffffff;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px;
}
@media (max-width: 1023px) {
  body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item,
  body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item,
  body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item {
    margin: 12px 0 !important;
  }
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-wrapper .amblog-image,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-wrapper .amblog-image,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-wrapper .amblog-image {
  height: 200px;
  border-radius: 0 !important;
  object-fit: cover;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content {
  padding: 0 !important;
  flex: 1;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features {
  display: flex;
  align-items: center;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-category,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-category,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-category {
  font-size: 13px;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-category .amblog-ref,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-category .amblog-ref,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-features .amblog-category .amblog-ref {
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  text-decoration: none;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-title,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-title,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-title {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  margin: 12px 0 !important;
  padding: 0;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-title .amblog-link,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-title .amblog-link,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-title .amblog-link {
  color: #1c1715;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-date,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-date,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-date {
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e !important;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-bottom,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-bottom,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-content .amblog-bottom {
  font-size: 14px;
  color: #d29e0e;
  font-weight: 500;
  margin: 0;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer {
  padding: 0 !important;
  width: 100%;
  display: flex;
  justify-content: end;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer .amblog-read,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer .amblog-read,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer .amblog-read {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e;
  margin: 0 !important;
  background: none !important;
  border-radius: none !important;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer .amblog-read .amblog-arrow,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer .amblog-read .amblog-arrow,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-footer .amblog-read .amblog-arrow {
  display: none;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper {
  bottom: 30px;
  left: 30px;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper .amblog-headline,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper .amblog-headline,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper .amblog-headline {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  padding: 18px 0 6px;
}
body.amblog-index-post .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper .amblog-date,
body.amblog-index-category .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper .amblog-date,
body.amblog-index-index .column.main .amblog-container .amblog-grid-list .amblog-item .amblog-recent-post-content-wrapper .amblog-date {
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e;
}
body.cms-index-index .amblog-element-block {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0;
  padding: 60px 20px 20px;
}
body.cms-index-index .amblog-element-block > div {
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  padding: 0 !important;
  text-align: center;
}
body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-list {
  display: flex;
  justify-content: space-evenly;
  margin: 36px 0 24px;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-list {
    flex-direction: column;
    align-items: center;
    margin: 36px 0 0;
  }
}
body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-list .amblog-item {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  border: none !important;
}
@media (max-width: 1023px) {
  body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-list .amblog-item {
    padding: 0;
    margin-bottom: 24px;
  }
}
body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-recent-post-image-wrapper {
  margin: 0;
}
body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-recent-post-image-wrapper .thumbnail .img {
  height: 200px;
  object-fit: cover;
}
body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-recent-post-content-wrapper .amblog-headline {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  padding: 16px 0;
}
body.cms-index-index .amblog-element-block .amblog-widget-container .amblog-list .amblog-item .amblog-recent-post-content-wrapper .amblog-date {
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e;
}
/*.message.notice {
    background-color: @color-f5f5f5;
    background-image: url("@{path-media-background}background-layer.png");
    background-repeat: no-repeat;
    margin: 0 !important;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: @color-1c1715;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    div&::before {
        display: none;
    }
}*/
.amblog-container-list .amblog-post-container {
  padding: 24px 0;
  border: none;
  display: flex;
}
.amblog-container-list .amblog-post-container .content {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .amblog-container-list .amblog-post-container .content {
    margin-top: 36px;
  }
}
.amblog-container-list .amblog-post-container .amblog-content {
  width: 50%;
}
@media (max-width: 768px) {
  .amblog-container-list .amblog-post-container .amblog-content {
    width: auto;
  }
}
.amblog-container-list .amblog-post-container .amblog-content .amblog-shot .amblog-more .amblog-read {
  background: #ffa500;
  color: white;
  padding: 8px 16px;
  border-radius: 15px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .amblog-container-list .amblog-post-container .amblog-content .amblog-shot .amblog-more .amblog-read {
    width: auto;
  }
}
.amblog-related-wrapper {
  border: none !important;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.amblog-related-wrapper .amblog-title {
  border: none !important;
  color: #1c1715;
  font-family: 'Spartan', 'arial';
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}
.amblog-related-wrapper .amblog-related-grid {
  text-align: center;
}
.amblog-related-wrapper .amblog-related-grid .slick-list {
  padding: 12px 0;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 380px;
  max-height: 410px;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
  background-color: #ffffff;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-wrapper .amblog-image {
  height: 230px;
  border-radius: 0 !important;
  object-fit: cover !important;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content {
  padding: 0;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content .amblog-features {
  display: flex;
  align-items: center;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content .amblog-features .amblog-category {
  font-size: 13px;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content .amblog-features .amblog-category .amblog-ref {
  font-size: 13px;
  color: #d29e0e;
  font-weight: normal;
  text-decoration: underline;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content .amblog-features .amblog-date {
  color: #1c1715 !important;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content .amblog-post-title {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  margin: 12px 0 !important;
  padding: 0;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content .amblog-post-title .amblog-link {
  color: #1c1715;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content .amblog-bottom {
  font-size: 14px;
  color: #d29e0e;
  font-weight: 500;
  margin: 0;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-content .amblog-bottom .amblog-date {
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-footer {
  padding: 0 !important;
  display: flex;
  align-items: flex-end !important;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-footer .amblog-read {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e;
  margin: 0 !important;
  padding: 0;
  background: none !important;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-footer .amblog-read .amblog-arrow {
  display: none;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-recent-post-content-wrapper {
  bottom: 30px;
  left: 30px;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-recent-post-content-wrapper .amblog-headline {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  padding: 18px 0 6px;
}
.amblog-related-wrapper .amblog-related-grid .amblog-item .amblog-recent-post-content-wrapper .amblog-date {
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e;
}
.amblog-background-related-products {
  background-image: url("/pub/media/background/backround-layer-related.png");
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}
.amblog-background-related-products .amblog-related-wrapper {
  border: none;
  padding: 0 20px;
  max-width: 1280px;
  width: auto;
  margin: 0 auto !important;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  border: none;
  padding: 56px 0 24px;
  text-transform: none !important;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-related-grid {
  text-align: center;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-related-grid .slick-dots {
  position: relative !important;
  padding: 24px 0;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-related-grid .slick-dots li[role='presentation'] {
  padding: 0 4px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-related-grid .slick-dots li[role='presentation'] button {
  width: 14px;
  height: 14px;
  background: #b1b0b0;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-related-grid .slick-dots li[role='presentation'].slick-active button {
  background: #d29e0e;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product {
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  margin: 0 auto!important;
  position: relative;
  width: 280px !important;
  max-width: 280px !important;
  height: 500px !important;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
}
@media (max-width: 1023px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product {
    width: 280px !important;
  }
}
@media (max-width: 767px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product {
    width: 280px !important;
    margin: 0 auto !important;
    border: none;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .actions-primary {
  position: absolute;
  display: none;
  top: 50%;
  bottom: 50%;
  z-index: 2;
  width: 100%;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .actions-primary .tocart-form {
  display: flex;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .actions-primary .action.tocart.primary {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product:hover {
  background-color: #d29e0e;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product:hover .product-item-link,
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product:hover .old-price span,
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product:hover .special-price span {
  color: #ffffff !important;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 18px;
  height: 240px;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info {
    padding: 8px;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .top-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .product-item-premiato {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d29e0e;
  z-index: 2;
}
@media (max-width: 767px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .product-item-premiato {
    width: 40px;
    height: 40px;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .black-icons {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .black-icons .icon-new-product,
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .black-icons .icon-discount {
  width: 70px;
  height: 26px;
  background-color: #1c1715;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .black-icons .icon-new-product,
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .black-icons .icon-discount {
    margin: 0;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .black-icons .icon-new-product .text,
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .black-icons .icon-discount .text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-extra-info .extra-discount {
  z-index: 2;
  background-color: #1c1715;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: fit-content;
  padding: 8px 12px;
  width: fit-content;
  display: flex;
  align-self: flex-end;
  text-transform: uppercase;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-photo {
  width: 100%;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-photo {
    display: flex;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-photo .product-image-container {
  width: 252px !important;
  padding: 14px;
  width: 100%;
  margin: 0 auto;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-photo .product-image-container .product-image-photo {
  background: #fff;
  margin: 0 !important;
  position: relative;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details {
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-categories {
  font-size: 13px;
  color: #1c1715;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-categories {
    display: none;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-name {
  text-align: center;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-name {
    margin: 0px;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-name a {
  font-size: 15px;
  font-weight: 500;
  color: #1c1715;
  hyphens: none;
  -webkit-hyphens: none;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
    font-weight: 500;
    color: #1c1715;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-additional-info {
  text-align: center;
  height: 20px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-additional-info-title {
  font-size: 11px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-manufacturer {
  text-align: center;
  font-size: 13px;
  color: #1c1715;
  min-height: 20px;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-manufacturer {
    padding: 8px 0;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 23px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0px;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
    text-align: left;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .old-special-price,
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .old-special-price {
  display: flex;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
    text-align: center;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
  font-size: 11px;
  color: #1c1715;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .discount {
    display: none;
  }
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price {
  display: flex;
  flex-direction: column;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .price {
  font-size: 16px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .vat-excl {
  font-size: 14px;
  color: gray;
  margin: 14px 0;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .special-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #cf9c0d;
  padding: 0 4px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .old-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #1c1715;
  padding: 0 4px;
  /*text-decoration: line-through;*/
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-box-price-symbols .stock.unavailable span {
  font-size: 14px;
  color: gray;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols {
  height: fit-content;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item {
  margin: 1px 3px;
  display: flex;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels {
  background-color: #d2b13d;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px;
  display: inline-block;
  line-height: 10px !important;
  height: 8px;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.additive-free,
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.preservative-free {
  background-color: #af9ec0;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.gluten-free {
  background-color: #cc9a51;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.lactose-free {
  background-color: #9fbbb8;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.palmoil-free {
  background-color: #8ea649;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.yeast-free {
  background-color: #a68d60;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.sugar-free {
  background-color: #7fc2c6;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.milk-free {
  background-color: #5dbde8;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.egg-free {
  background-color: #d2b13d;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.aroma-free {
  background-color: #cc9a51;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.bio {
  background-color: #71c527;
}
.amblog-background-related-products .amblog-related-wrapper .amblog-item-product .product-item-info .product-item-details .product-item-symbols .items .item .labels.vegan {
  background-color: #0bb238;
}
.amblog-background-related-products .amblog-widget-container {
  padding: 48px 0;
}
@media (max-width: 768px) {
  .amblog-background-related-products .amblog-widget-container {
    padding: 24px 0;
  }
}
.amblog-background-related-products .amblog-widget-container .amblog-title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin-bottom: 24px;
  text-transform: none !important;
}
.amblog-background-related-products .amblog-widget-container .amblog-list {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 959px) {
  .amblog-background-related-products .amblog-widget-container .amblog-list {
    flex-direction: column;
  }
}
.amblog-background-related-products .amblog-widget-container .amblog-list .amblog-item {
  display: flex;
  flex-direction: column;
  border: none !important;
}
.amblog-background-related-products .amblog-widget-container .amblog-list .amblog-item .amblog-headline,
.amblog-background-related-products .amblog-widget-container .amblog-list .amblog-item .amblog-headline:hover {
  font-size: 18px;
  color: #1c1715;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 0;
}
.amblog-background-related-products .amblog-widget-container .amblog-list .amblog-item .amblog-date {
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e;
}
@media (max-width: 768px) {
  .sidebar-additional {
    display: none;
  }
}
.amblog-pager-container {
  padding: 0 20px;
}
.amblog-pager-container .amblog-link {
  background: #d29e0e;
}
.amblog-pager-container .amblog-link:hover {
  background: #d29e0e;
}
.amcheckout-summary-container {
  background-color: transparent;
}
.amcheckout-summary-container .amcheckout-content {
  background-color: #fff !important;
}
.amcheckout-summary-container .amcheckout-content .order-attributes .field {
  display: flex;
  flex-direction: column;
}
.amcheckout-summary-container .amcheckout-content .order-attributes .field .label {
  text-align: left;
  width: 100%;
}
.checkout-header {
  margin: 0;
  width: 100%;
}
.checkout-header .title {
  font-size: 25px !important;
  font-weight: 500 !important;
  color: #1c1715 !important;
}
.amcheckout-wrapper {
  padding: 20px !important;
  font-size: 15px;
}
.amcheckout-wrapper .product-item .product {
  font-size: 15px;
}
.amcheckout-wrapper .product-item .product .product-item-inner {
  font-size: 15px;
}
.amcheckout-wrapper .product-item .product .product-item-inner span {
  font-size: 15px;
}
.amcheckout-step-container.-summary {
  border: none !important;
}
.amcheckout-step-container.-summary .action.action-apply,
.amcheckout-step-container.-summary .action.primary.checkout.amasty {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  width: 80% !important;
  padding: 6px 0;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .amcheckout-step-container.-summary .action.action-apply,
  .amcheckout-step-container.-summary .action.primary.checkout.amasty {
    width: 100% !important;
    font-size: 16px;
    height: 60px;
  }
}
.amcheckout-shipping-address,
.checkout-shipping-method,
.amcheckout-payment-methods,
.amcheckout-delivery-date,
.checkout-billing-info,
.amcheckout-summary-container {
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
  background-color: #fff;
}
.amcheckout-shipping-address .amcheckout-title,
.checkout-shipping-method .amcheckout-title,
.amcheckout-payment-methods .amcheckout-title,
.amcheckout-delivery-date .amcheckout-title,
.checkout-billing-info .amcheckout-title,
.amcheckout-summary-container .amcheckout-title {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #1c1715;
  background-color: #fff !important;
}
.amcheckout-shipping-address .shipping-address-item,
.checkout-shipping-method .shipping-address-item,
.amcheckout-payment-methods .shipping-address-item,
.amcheckout-delivery-date .shipping-address-item,
.checkout-billing-info .shipping-address-item,
.amcheckout-summary-container .shipping-address-item {
  background-color: #fff !important;
  font-size: 15px;
  color: #504c4b;
  border: 1px solid #c2c2c2 !important;
}
.amcheckout-shipping-address .shipping-address-item .edit-address-link,
.checkout-shipping-method .shipping-address-item .edit-address-link,
.amcheckout-payment-methods .shipping-address-item .edit-address-link,
.amcheckout-delivery-date .shipping-address-item .edit-address-link,
.checkout-billing-info .shipping-address-item .edit-address-link,
.amcheckout-summary-container .shipping-address-item .edit-address-link {
  display: block;
}
.amcheckout-shipping-address .shipping-address-item.selected-item,
.checkout-shipping-method .shipping-address-item.selected-item,
.amcheckout-payment-methods .shipping-address-item.selected-item,
.amcheckout-delivery-date .shipping-address-item.selected-item,
.checkout-billing-info .shipping-address-item.selected-item,
.amcheckout-summary-container .shipping-address-item.selected-item {
  border: 2px solid #d29e0e !important;
}
.amcheckout-shipping-address .amcheckout-icon,
.checkout-shipping-method .amcheckout-icon,
.amcheckout-payment-methods .amcheckout-icon,
.amcheckout-delivery-date .amcheckout-icon,
.checkout-billing-info .amcheckout-icon,
.amcheckout-summary-container .amcheckout-icon {
  border: none !important;
}
.amcheckout-shipping-address .amcheckout-icon::before,
.checkout-shipping-method .amcheckout-icon::before,
.amcheckout-payment-methods .amcheckout-icon::before,
.amcheckout-delivery-date .amcheckout-icon::before,
.checkout-billing-info .amcheckout-icon::before,
.amcheckout-summary-container .amcheckout-icon::before {
  border-right: 2px solid #1c1715 !important;
  border-bottom: 2px solid #1c1715 !important;
}
.amcheckout-shipping-address .magenio-fiscaldata-fieldset,
.checkout-shipping-method .magenio-fiscaldata-fieldset,
.amcheckout-payment-methods .magenio-fiscaldata-fieldset,
.amcheckout-delivery-date .magenio-fiscaldata-fieldset,
.checkout-billing-info .magenio-fiscaldata-fieldset,
.amcheckout-summary-container .magenio-fiscaldata-fieldset {
  margin: 40px 0 0 0;
  padding: 0 24px;
}
.amcheckout-shipping-address .magenio-fiscaldata-fieldset legend,
.checkout-shipping-method .magenio-fiscaldata-fieldset legend,
.amcheckout-payment-methods .magenio-fiscaldata-fieldset legend,
.amcheckout-delivery-date .magenio-fiscaldata-fieldset legend,
.checkout-billing-info .magenio-fiscaldata-fieldset legend,
.amcheckout-summary-container .magenio-fiscaldata-fieldset legend {
  text-transform: capitalize;
  color: #1c1715;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 0;
}
.amcheckout-shipping-address button,
.checkout-shipping-method button,
.amcheckout-payment-methods button,
.amcheckout-delivery-date button,
.checkout-billing-info button,
.amcheckout-summary-container button {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.amcheckout-shipping-address input,
.checkout-shipping-method input,
.amcheckout-payment-methods input,
.amcheckout-delivery-date input,
.checkout-billing-info input,
.amcheckout-summary-container input,
.amcheckout-shipping-address textarea,
.checkout-shipping-method textarea,
.amcheckout-payment-methods textarea,
.amcheckout-delivery-date textarea,
.checkout-billing-info textarea,
.amcheckout-summary-container textarea,
.amcheckout-shipping-address select,
.checkout-shipping-method select,
.amcheckout-payment-methods select,
.amcheckout-delivery-date select,
.checkout-billing-info select,
.amcheckout-summary-container select {
  height: 45px;
  background-color: #fff;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #504c4b;
  font-family: 'Spartan', 'arial' !important;
}
#checkout-step-shipping_method,
#checkout-payment-method-load,
.checkout-billing-info {
  font-size: 15px;
}
#checkout-step-shipping_method .amcheckout-method,
#checkout-payment-method-load .amcheckout-method,
.checkout-billing-info .amcheckout-method,
#checkout-step-shipping_method .payment-method,
#checkout-payment-method-load .payment-method,
.checkout-billing-info .payment-method {
  background: #fff;
  border: none;
}
#checkout-step-shipping_method .note,
#checkout-payment-method-load .note,
.checkout-billing-info .note {
  font-size: 12px;
  font-weight: 500;
  color: #1c1715;
}
.am-widget-product-grid,
.amrelated-grid-wrapper,
.-amrelated-grid-wrapper {
  order: 5;
  margin: 0 !important;
  padding: 36px 0 48px 0;
}
.am-widget-product-grid .block-title,
.amrelated-grid-wrapper .block-title,
.-amrelated-grid-wrapper .block-title {
  text-align: center;
  margin: 0 !important;
  padding: 44px 0;
}
.am-widget-product-grid .block-title strong,
.amrelated-grid-wrapper .block-title strong,
.-amrelated-grid-wrapper .block-title strong {
  font-size: 25px;
  font-family: 'Spartan', 'arial';
  font-weight: 500;
}
.am-widget-product-grid .product-item,
.amrelated-grid-wrapper .product-item,
.-amrelated-grid-wrapper .product-item {
  display: flex !important;
  justify-content: center;
  margin: 0 auto!important;
  position: relative;
  width: 280px !important;
  max-width: 280px !important;
  height: 500px !important;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
}
@media (max-width: 1023px) {
  .am-widget-product-grid .product-item,
  .amrelated-grid-wrapper .product-item,
  .-amrelated-grid-wrapper .product-item {
    width: 280px !important;
  }
}
@media (max-width: 767px) {
  .am-widget-product-grid .product-item,
  .amrelated-grid-wrapper .product-item,
  .-amrelated-grid-wrapper .product-item {
    width: 280px !important;
    margin: 0 auto !important;
    border: none;
  }
}
.am-widget-product-grid .product-item .actions-primary,
.amrelated-grid-wrapper .product-item .actions-primary,
.-amrelated-grid-wrapper .product-item .actions-primary {
  position: absolute;
  display: none;
  top: 50%;
  bottom: 50%;
  z-index: 2;
  width: 100%;
}
.am-widget-product-grid .product-item .actions-primary .tocart-form,
.amrelated-grid-wrapper .product-item .actions-primary .tocart-form,
.-amrelated-grid-wrapper .product-item .actions-primary .tocart-form {
  display: flex;
}
.am-widget-product-grid .product-item .actions-primary .action.tocart.primary,
.amrelated-grid-wrapper .product-item .actions-primary .action.tocart.primary,
.-amrelated-grid-wrapper .product-item .actions-primary .action.tocart.primary {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
.am-widget-product-grid .product-item:hover,
.amrelated-grid-wrapper .product-item:hover,
.-amrelated-grid-wrapper .product-item:hover {
  background-color: #d29e0e;
}
.am-widget-product-grid .product-item:hover .product-item-link,
.amrelated-grid-wrapper .product-item:hover .product-item-link,
.-amrelated-grid-wrapper .product-item:hover .product-item-link,
.am-widget-product-grid .product-item:hover .old-price span,
.amrelated-grid-wrapper .product-item:hover .old-price span,
.-amrelated-grid-wrapper .product-item:hover .old-price span,
.am-widget-product-grid .product-item:hover .special-price span,
.amrelated-grid-wrapper .product-item:hover .special-price span,
.-amrelated-grid-wrapper .product-item:hover .special-price span {
  color: #ffffff !important;
}
.am-widget-product-grid .product-item .product-item-info,
.amrelated-grid-wrapper .product-item .product-item-info,
.-amrelated-grid-wrapper .product-item .product-item-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 18px;
  height: 240px;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-extra-info,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info {
    padding: 8px;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info .top-icons,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .top-icons,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .top-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info .product-item-premiato,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .product-item-premiato,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .product-item-premiato {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d29e0e;
  z-index: 2;
}
@media (max-width: 767px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-extra-info .product-item-premiato,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .product-item-premiato,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .product-item-premiato {
    width: 40px;
    height: 40px;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount {
  width: 70px;
  height: 26px;
  background-color: #1c1715;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
  .am-widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount {
    margin: 0;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product .text,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product .text,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product .text,
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount .text,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount .text,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount .text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.am-widget-product-grid .product-item .product-item-info .product-item-extra-info .extra-discount,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .extra-discount,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-extra-info .extra-discount {
  z-index: 2;
  background-color: #1c1715;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: fit-content;
  padding: 8px 12px;
  width: fit-content;
  display: flex;
  align-self: flex-end;
  text-transform: uppercase;
}
.am-widget-product-grid .product-item .product-item-info .product-item-photo,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-photo,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-photo {
  width: 100%;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-photo,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-photo,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-photo {
    display: flex;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-photo .product-image-container,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-photo .product-image-container {
  width: 252px !important;
  padding: 14px;
  width: 100%;
  margin: 0 auto;
}
.am-widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.am-widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container .product-image-photo,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-photo .product-image-container .product-image-photo,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-photo .product-image-container .product-image-photo {
  background: #fff;
  margin: 0 !important;
  position: relative;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details {
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-categories,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-categories,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-categories {
  font-size: 13px;
  color: #1c1715;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-categories,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-categories,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-categories {
    display: none;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-name,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-name,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-name,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-name,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-name {
    margin: 0px;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-name a,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-name a,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 15px;
  font-weight: 500;
  color: #1c1715;
  hyphens: none;
  -webkit-hyphens: none;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-name a,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-name a,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
    font-weight: 500;
    color: #1c1715;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-additional-info,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-additional-info,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-additional-info {
  text-align: center;
  height: 20px;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-additional-info-title,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-additional-info-title,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-additional-info-title {
  font-size: 11px;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-manufacturer,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-manufacturer,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-manufacturer {
  text-align: center;
  font-size: 13px;
  color: #1c1715;
  min-height: 20px;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-manufacturer,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-manufacturer,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-manufacturer {
    padding: 8px 0;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 23px;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0px;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
    text-align: left;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .old-special-price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .old-special-price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .old-special-price,
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .old-special-price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .old-special-price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .old-special-price {
  display: flex;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
    text-align: center;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
  font-size: 11px;
  color: #1c1715;
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .discount,
  .amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .discount,
  .-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .discount {
    display: none;
  }
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price {
  display: flex;
  flex-direction: column;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .price {
  font-size: 16px;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .vat-excl,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .vat-excl,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .vat-excl {
  font-size: 14px;
  color: gray;
  margin: 14px 0;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .special-price .price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .special-price .price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .special-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #cf9c0d;
  padding: 0 4px;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .old-price .price,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .old-price .price,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .old-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #1c1715;
  padding: 0 4px;
  /*text-decoration: line-through;*/
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .stock.unavailable span,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .stock.unavailable span,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-box-price-symbols .stock.unavailable span {
  font-size: 14px;
  color: gray;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols {
  height: fit-content;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4px;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item {
  margin: 1px 3px;
  display: flex;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels {
  background-color: #d2b13d;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px;
  display: inline-block;
  line-height: 10px !important;
  height: 8px;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.additive-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.additive-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.additive-free,
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.preservative-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.preservative-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.preservative-free {
  background-color: #af9ec0;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.gluten-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.gluten-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.gluten-free {
  background-color: #cc9a51;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.lactose-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.lactose-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.lactose-free {
  background-color: #9fbbb8;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.palmoil-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.palmoil-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.palmoil-free {
  background-color: #8ea649;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.yeast-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.yeast-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.yeast-free {
  background-color: #a68d60;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.sugar-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.sugar-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.sugar-free {
  background-color: #7fc2c6;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.milk-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.milk-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.milk-free {
  background-color: #5dbde8;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.egg-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.egg-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.egg-free {
  background-color: #d2b13d;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.aroma-free,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.aroma-free,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.aroma-free {
  background-color: #cc9a51;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.bio,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.bio,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.bio {
  background-color: #71c527;
}
.am-widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.vegan,
.amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.vegan,
.-amrelated-grid-wrapper .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.vegan {
  background-color: #0bb238;
}
body.eventcalendar-event-eventlist .column.main {
  padding-top: 150px;
  padding-bottom: 0;
}
body.eventcalendar-event-eventview #maincontent {
  margin-top: 150px;
}
@media (max-width: 767px) {
  body.eventcalendar-event-eventview #maincontent {
    margin-top: 150px;
  }
}
body.eventcalendar-event-eventview .columns {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
}
body.eventcalendar-event-eventview .page-title-wrapper {
  text-align: left;
  padding: 24px 12px 0;
}
body.eventcalendar-event-eventview .page-title-wrapper .page-title {
  margin: 0;
}
body.eventcalendar-event-eventview .page-title-wrapper .page-title span {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1c1715;
}
body.eventcalendar-event-eventview .events-content-info {
  display: flex;
  padding: 24px 12px;
}
@media (max-width: 767px) {
  body.eventcalendar-event-eventview .events-content-info {
    padding: 6px 12px;
  }
}
body.eventcalendar-event-eventview .events-content-info-categories,
body.eventcalendar-event-eventview .events-content-info-date {
  font-size: 15px;
  color: #504c4b;
}
body.eventcalendar-event-eventview .events-calendar-details {
  padding: 26px 12px 64px;
}
body.eventcalendar-event-eventview .events-calendar-details .events-content {
  display: grid;
  grid-template-columns: 45% 55%;
}
@media (max-width: 1023px) {
  body.eventcalendar-event-eventview .events-calendar-details .events-content {
    grid-template-columns: 100%;
    justify-items: center;
  }
}
body.eventcalendar-event-eventview .events-calendar-details .events-content-description {
  font-size: 15px;
  color: #504c4b;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  body.eventcalendar-event-eventview .events-calendar-details .events-content-description {
    padding: 36px 12px;
  }
}
.home_upcoming {
  background-color: #f5f5f5;
}
.home_upcoming .widget_upcoming {
  max-width: 1280px;
  margin: 0 auto !important;
  background-color: #f5f5f5;
}
@media (max-width: 1023px) {
  .home_upcoming .widget_upcoming {
    width: auto;
  }
}
.home_upcoming .widget_upcoming .widget_upcoming_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}
.home_upcoming .widget_upcoming .widget_upcoming_title h3 {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
}
.home_upcoming .widget_upcoming .widget_upcoming_title a {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  text-decoration: underline;
}
.home_upcoming .widget_upcoming .event-list {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
}
@media (max-width: 768px) {
  .home_upcoming .widget_upcoming .event-list {
    grid-template-columns: 100%;
  }
}
.home_upcoming .widget_upcoming .event-list .event-item {
  display: flex;
  flex-direction: row;
  border: none !important;
}
.home_upcoming .widget_upcoming .event-list .event-item .event-image {
  width: auto;
}
.home_upcoming .widget_upcoming .event-list .event-item .event-image img {
  width: 180px !important;
  height: 180px !important;
  object-fit: cover;
}
.home_upcoming .widget_upcoming .event-list .event-item .event-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
  max-height: 180px;
}
.home_upcoming .widget_upcoming .event-list .event-item .event-info-date {
  font-size: 18px;
  font-weight: 500;
  color: #d29e0e;
}
.home_upcoming .widget_upcoming .event-list .event-item .event-info-name {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
}
.home_upcoming .widget_upcoming .event-list .event-item .event-info-link {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  width: max-content;
  padding: 8px 24px;
}
.event-page-description .description {
  max-width: 880px;
  margin: 96px auto 64px;
}
@media (max-width: 1023px) {
  .event-page-description .description {
    width: auto;
    margin: 24px auto;
    padding: 0 12px;
  }
}
.event-page-description .description .academy-page-description .title {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #1c1715;
}
.event-page-description .description .academy-page-description .short-description {
  font-size: 15px;
  font-weight: normal;
  color: #504c4b;
  text-align: center;
}
.category-list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 48px auto 0 !important;
  padding: 0px;
  list-style: none;
}
.category-list .category-item {
  margin-bottom: 16px;
}
.category-list .category-item a {
  font-size: 15px;
  text-align: center;
  color: #1c1715;
  padding: 16px;
  margin: 0 12px;
  text-decoration: none;
}
.category-list .category-item a:hover {
  border-bottom: 1px solid #d29e0e;
  color: #d29e0e;
  text-decoration: none;
}
.event-category-filters {
  background-color: lightgray;
  padding: 48px 0;
}
.event-toolbar {
  margin: 0px;
  background-color: lightgray;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.event-toolbar .space {
  order: 1;
  flex: 33%;
}
.event-toolbar .title {
  order: 2;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  flex: 33%;
}
.event-toolbar .event-modes {
  order: 3;
  flex: 33%;
}
.event-toolbar .event-modes #viewmodelist {
  width: auto;
}
.events-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
  background-image: url('/pub/media/background/background-layer.png');
  background-repeat: no-repeat;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .events-list {
    width: auto;
    padding: 48px 12px;
  }
}
.events-list .event_loop {
  display: flex;
  justify-content: center;
  width: auto;
  padding: 0 32px;
  margin: 12px;
}
@media (max-width: 1023px) {
  .events-list .event_loop {
    width: auto !important;
  }
}
.events-list .event_loop:nth-child(odd) {
  margin: 12px;
}
.events-list .event_loop:hover {
  background: transparent;
  box-shadow: none;
}
.events-list .event_loop .event-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
  width: 100%;
  max-width: 1280px;
  padding: 28px;
}
@media (max-width: 767px) {
  .events-list .event_loop .event-list-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .events-list .event_loop .event-list-wrapper-image {
    flex: 25%;
  }
}
.events-list .event_loop .event-list-wrapper-image img {
  height: 100%;
  width: 200px;
  max-height: 100%;
  max-width: 200px;
  object-fit: cover;
}
.events-list .event_loop .event-list-wrapper-content {
  max-width: 740px;
  padding: 0 16px;
}
@media (max-width: 1280px) {
  .events-list .event_loop .event-list-wrapper-content {
    flex: 65%;
    width: 60%;
  }
}
@media (max-width: 959px) {
  .events-list .event_loop .event-list-wrapper-content {
    max-width: 460px;
    width: 100%;
    padding: 24px 0;
  }
}
.events-list .event_loop .event-list-wrapper-content .event-time {
  font-size: 14px;
  color: #1c1715;
  text-transform: uppercase;
}
.events-list .event_loop .event-list-wrapper-content .title {
  font-size: 16px;
  font-weight: 500;
  color: #1c1715;
  text-align: left;
}
.events-list .event_loop .event-list-wrapper-content .description,
.events-list .event_loop .event-list-wrapper-content .description p {
  font-size: 15px;
  font-weight: normal;
  color: #504c4b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .events-list .event_loop .event-list-wrapper-content .description,
  .events-list .event_loop .event-list-wrapper-content .description p {
    white-space: normal;
  }
}
.events-list .event_loop .event-list-wrapper .event-button {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  height: fit-content;
  padding: 10px 26px;
  text-align: center;
}
@media (max-width: 1280px) {
  .events-list .event_loop .event-list-wrapper .event-button {
    flex: 10%;
  }
}
@media (max-width: 959px) {
  .events-list .event_loop .event-list-wrapper .event-button {
    padding: 10px 16px;
  }
}
.go-back,
.go-back a {
  font-size: 14px;
  font-weight: 500;
  color: #1c1715;
  background: none;
  border: none;
  text-transform: uppercase;
  padding: 32px 12px 0;
  width: 100%;
}
@media (max-width: 959px) {
  .go-back,
  .go-back a {
    padding: 0;
  }
}
.go-back:hover,
.go-back a:hover,
.go-back:visited,
.go-back a:visited {
  color: #1c1715;
  text-decoration: none;
}
/*.events-calendar-details {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}*/
body.catalog-category-view .page-wrapper,
body.catalog-product-view .page-wrapper {
  background-color: #f5f5f5;
}
body.catalog-category-view #maincontent,
body.catalog-product-view #maincontent {
  margin-top: 175px;
}
@media (max-width: 767px) {
  body.catalog-category-view #maincontent,
  body.catalog-product-view #maincontent {
    margin-top: 150px;
  }
}
body.catalog-category-view #maincontent .columns .column.main .go-back,
body.catalog-product-view #maincontent .columns .column.main .go-back {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #1c1715;
  width: auto;
}
body.catalog-category-view #maincontent .columns .column.main .go-back a,
body.catalog-product-view #maincontent .columns .column.main .go-back a,
body.catalog-category-view #maincontent .columns .column.main .go-back a:hover,
body.catalog-product-view #maincontent .columns .column.main .go-back a:hover,
body.catalog-category-view #maincontent .columns .column.main .go-back a:visited,
body.catalog-product-view #maincontent .columns .column.main .go-back a:visited {
  color: #1c1715;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  body.catalog-category-view #maincontent .columns .column.main .go-back a,
  body.catalog-product-view #maincontent .columns .column.main .go-back a,
  body.catalog-category-view #maincontent .columns .column.main .go-back a:hover,
  body.catalog-product-view #maincontent .columns .column.main .go-back a:hover,
  body.catalog-category-view #maincontent .columns .column.main .go-back a:visited,
  body.catalog-product-view #maincontent .columns .column.main .go-back a:visited {
    padding: 0;
  }
}
@media (max-width: 767px) {
  body.catalog-category-view #maincontent .columns .column.main .go-back,
  body.catalog-product-view #maincontent .columns .column.main .go-back {
    order: 1;
    margin: 0 0 24px;
    padding: 0;
  }
}
body.catalog-category-view #maincontent .columns .column.main .category-view .category-description .category-content,
body.catalog-product-view #maincontent .columns .column.main .category-view .category-description .category-content {
  font-size: 15px;
  color: #504c4b;
  text-align: justify;
  line-height: normal !important;
  padding-bottom: 10px;
}
body.catalog-category-view #maincontent .columns .column.main .category-view .category-description h1,
body.catalog-product-view #maincontent .columns .column.main .category-view .category-description h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 12px 0 24px 0;
}
body.catalog-category-view #maincontent .columns .column.main .category-view .category-description ul,
body.catalog-product-view #maincontent .columns .column.main .category-view .category-description ul,
body.catalog-category-view #maincontent .columns .column.main .category-view .category-description li,
body.catalog-product-view #maincontent .columns .column.main .category-view .category-description li {
  margin: 0;
}
body.catalog-category-view .page-wrapper {
  background-image: url('/pub/media/background/catalog-background.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  body.catalog-category-view .page-wrapper .columns {
    padding: 36px 0;
  }
}
body.catalog-category-view .page-wrapper .columns .page-title-wrapper h1.page-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 0;
}
.subcategories {
  background: #ffffff;
  height: 50px;
  margin-top: 150px;
  margin-bottom: 24px;
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .subcategories {
    display: none;
  }
}
.subcategories .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 12px 0;
}
.subcategories .items .item {
  background: transparent;
  margin: 0px 8px;
}
.subcategories .items .item a .category-title {
  color: #504c4b;
  margin: 0px;
  padding: 4px 24px;
  font-weight: 500;
  font-size: 13px;
}
.subcategories .items .item a:hover {
  text-decoration: none !important;
}
.subcategories .items .item:hover {
  background: #ffffff;
}
.subcategories .items .item.selected {
  padding-bottom: 11px;
  border-bottom: 1px solid #d29e0e;
}
@media (max-width: 767px) {
  .product-info-main {
    order: 2;
  }
}
.product-info-main .product-item-extra-info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .product-info-main .product-item-extra-info {
    padding-bottom: 16px;
    flex-direction: row;
    align-items: center;
  }
}
.product-info-main .product-item-extra-info .product-item-premiato {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d29e0e;
  z-index: 2;
  margin-bottom: 24px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .product-info-main .product-item-extra-info .product-item-premiato {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .product-info-main .product-item-extra-info .product-item-premiato {
    margin: 0;
  }
}
.product-info-main .product-item-extra-info .black-icons {
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin-right: 12px;
}
.product-info-main .product-item-extra-info .black-icons .icon-new-product,
.product-info-main .product-item-extra-info .black-icons .icon-discount {
  width: 70px;
  height: 26px;
  background-color: #1c1715;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-info-main .product-item-extra-info .black-icons .icon-new-product,
  .product-info-main .product-item-extra-info .black-icons .icon-discount {
    margin: 0;
  }
}
.product-info-main .product-item-extra-info .black-icons .icon-new-product .text,
.product-info-main .product-item-extra-info .black-icons .icon-discount .text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.product-info-main .page-title-wrapper {
  text-align: left;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 20px;
  font-weight: 400;
  color: #1c1715;
  margin: 0;
}
@media (max-width: 767px) {
  .product-info-main .page-title-wrapper .page-title {
    font-size: 22px;
    font-weight: 500;
    color: #1c1715;
    padding: 8px 0;
  }
}
.product-info-main .product-item-additional-info-title {
  font-size: 14px;
}
.product-info-main .product.attribute.sku {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .product-info-main .product.attribute.sku {
    margin: 0;
  }
}
.product-info-main .product.attribute.sku .type {
  margin: 0;
}
.product-info-main .product.attribute.sku .value {
  font-size: 14px;
  color: #1c1715;
}
.product-info-main .product-manufacturer {
  font-size: 18px;
  font-weight: normal;
  color: #1c1715;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .product-info-main .product-manufacturer {
    padding: 0;
  }
}
.product-info-main .product-info-price {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
}
@media (max-width: 767px) {
  .product-info-main .product-info-price {
    justify-content: space-between;
  }
}
.product-info-main .product-info-price .product-info-stock-sku {
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
@media (max-width: 767px) {
  .product-info-main .product-info-price .product-info-stock-sku {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.product-info-main .product-info-price .price-box {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-info-main .product-info-price .price-box .container-price {
  display: flex;
  flex-direction: column;
}
.product-info-main .product-info-price .price-box .container-special-price {
  display: flex;
  flex-direction: column;
}
.product-info-main .product-info-price .price-box .container-special-price .special-price .price {
  font-size: 20px;
  font-weight: 500;
  color: #d29e0e;
}
.product-info-main .product-info-price .price-box .container-special-price .old-price .price {
  font-size: 16px;
  font-weight: 500;
  color: #1c1715;
  margin-right: 12px;
}
.product-info-main .product-info-price .price-box .vat-excl {
  font-size: 13px;
  color: #1c1715;
}
.product-info-main .product-info-price .discount {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .product-info-main .product-info-price .discount {
    padding: 0;
  }
}
.product-info-main .product-info-price .discount .first-discount {
  padding: 0 0 12px;
}
.product-info-main .product-info-price .discount .first-discount-percentuage {
  background-color: #1c1715;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-info-main .product-info-price .discount .first-discount-text {
  color: #1c1715;
  font-size: 13px;
}
.product-info-main .product-info-price .discount .second-discount {
  background-color: #1c1715;
  padding: 8px 16px;
  width: fit-content;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.product-info-main .product-item-symbols {
  padding: 12px 0;
  border-bottom: 1px solid #b1b0b0;
}
@media (max-width: 768px) {
  .product-info-main .product-item-symbols {
    margin: 0;
    border-bottom: none;
  }
}
.product-info-main .product-item-symbols .items {
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .product-item-symbols .items .item {
  margin: 0 3px 4px;
}
.product-info-main .product-item-symbols .items .item .labels {
  background-color: #d2b13d;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  display: inline-block;
  line-height: 10px !important;
  height: 8px;
}
.product-info-main .product-item-symbols .items .item .labels.additive-free,
.product-info-main .product-item-symbols .items .item .labels.preservative-free {
  background-color: #af9ec0;
}
.product-info-main .product-item-symbols .items .item .labels.gluten-free {
  background-color: #cc9a51;
}
.product-info-main .product-item-symbols .items .item .labels.lactose-free {
  background-color: #9fbbb8;
}
.product-info-main .product-item-symbols .items .item .labels.palmoil-free {
  background-color: #8ea649;
}
.product-info-main .product-item-symbols .items .item .labels.yeast-free {
  background-color: #a68d60;
}
.product-info-main .product-item-symbols .items .item .labels.sugar-free {
  background-color: #7fc2c6;
}
.product-info-main .product-item-symbols .items .item .labels.milk-free {
  background-color: #5dbde8;
}
.product-info-main .product-item-symbols .items .item .labels.egg-free {
  background-color: #d2b13d;
}
.product-info-main .product-item-symbols .items .item .labels.aroma-free {
  background-color: #cc9a51;
}
.product-info-main .product-item-symbols .items .item .labels.bio {
  background-color: #71c527;
}
.product-info-main .product-item-symbols .items .item .labels.vegan {
  background-color: #0bb238;
}
.product-info-main .product-info-stock-sku .stock.unavailable {
  margin: 24px 0 0 0;
  font-size: 18px;
  color: #1c1715;
  font-family: 'Spartan', 'arial';
}
.product-info-main .product-item-package-size {
  display: flex;
  flex-direction: row;
}
.product-info-main .product.alert.stock {
  margin: 36px 0 0 0;
}
@media (max-width: 767px) {
  .product-info-main .product.alert.stock {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.product-info-main .product.alert.stock .action.alert {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 8px;
}
.product-info-main .product.alert.stock .action.alert:hover {
  text-decoration: underline;
}
.product-info-main .product-add-form .box-tocart {
  display: block;
}
.product-info-main .product-add-form .box-tocart .fieldset {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: left;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
  border: none;
  width: 60%;
  font-size: 20px;
  font-weight: 500;
  color: #1c1715;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text.qty {
    width: auto;
  }
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .less,
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .more {
  background: #1c1715;
  height: 50px;
  width: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-info-main .product-add-form .box-tocart .fieldset .product-size-description {
  margin: 28px 0;
}
.product-info-main .product-add-form .box-tocart .fieldset .product-size-description-text {
  font-size: 13px;
  color: #504c4b;
}
.product-info-main .product-add-form .box-tocart .actions {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 10px;
  padding: 0;
}
@media (max-width: 768px) {
  .product-info-main .product-add-form .box-tocart .actions {
    margin-top: 36px;
    margin-bottom: 24px;
    grid-template-columns: 100%;
    justify-content: space-evenly;
  }
}
.product-info-main .product-add-form .box-tocart .actions .action.primary.tocart {
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #1c1715;
  padding: 4px 6px;
  height: 50px;
}
@media (max-width: 768px) {
  .product-info-main .product-add-form .box-tocart .actions .action.primary.tocart {
    width: auto;
  }
}
.product-info-main .product-add-form .box-tocart .actions #wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #d29e0e;
}
@media (max-width: 768px) {
  .product-info-main .product-add-form .box-tocart .actions #wishlist {
    width: auto;
    height: 50px;
    padding: 0;
  }
}
.product-info-main .product-add-form .box-tocart .actions #wishlist:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .product.media {
    order: 3 !important;
  }
}
.product.custom.detail {
  display: flex;
  flex-direction: column;
  clear: both;
}
@media (max-width: 767px) {
  .product.custom.detail {
    order: 4 !important;
    padding-top: 36px;
  }
}
.product.custom.detail .block-title {
  font-family: 'Spartan', 'arial';
  font-size: 20px;
  font-weight: 500;
  color: #1c1715;
  padding-bottom: 24px;
}
.product.custom.detail .product.description,
.product.custom.detail .am-attachments {
  padding-bottom: 40px;
}
.product.custom.detail .product.description .description,
.product.custom.detail .am-attachments .description {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: normal;
  color: #504c4b;
}
.product.custom.detail .product.description .am-fileline .am-filelink,
.product.custom.detail .am-attachments .am-fileline .am-filelink {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: normal;
  color: #504c4b;
  text-decoration: underline;
}
.products.list.items.product-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  column-gap: 10px;
  row-gap: 15px;
}
@media (max-width: 599px) {
  .products.list.items.product-items {
    grid-template-columns: auto;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .products.list.items.product-items {
    grid-template-columns: auto auto;
  }
}
.products.list.items.product-items .item.product.product-item {
  position: relative;
  width: 280px !important;
  max-width: 280px !important;
  height: 500px !important;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
  margin: 0 !important;
  justify-self: center;
}
@media (max-width: 1023px) {
  .products.list.items.product-items .item.product.product-item {
    width: 280px !important;
  }
}
@media (max-width: 767px) {
  .products.list.items.product-items .item.product.product-item {
    width: 280px !important;
    margin: 0 auto !important;
    border: none;
  }
}
.products.list.items.product-items .item.product.product-item .actions-primary {
  position: absolute;
  display: none;
  top: 50%;
  bottom: 50%;
  z-index: 2;
  width: 100%;
}
.products.list.items.product-items .item.product.product-item .actions-primary .tocart-form {
  display: flex;
}
.products.list.items.product-items .item.product.product-item .actions-primary .action.tocart.primary {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
.products.list.items.product-items .item.product.product-item:hover {
  background-color: #d29e0e;
}
.products.list.items.product-items .item.product.product-item:hover .product-item-link,
.products.list.items.product-items .item.product.product-item:hover .old-price span,
.products.list.items.product-items .item.product.product-item:hover .special-price span {
  color: #ffffff !important;
}
.products.list.items.product-items .item.product.product-item .product-item-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 18px;
  height: 240px;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info {
    padding: 8px;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .top-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .product-item-premiato {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d29e0e;
  z-index: 2;
}
@media (max-width: 767px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .product-item-premiato {
    width: 40px;
    height: 40px;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .black-icons {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .black-icons .icon-discount {
  width: 70px;
  height: 26px;
  background-color: #1c1715;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .black-icons .icon-discount {
    margin: 0;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product .text,
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .black-icons .icon-discount .text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-extra-info .extra-discount {
  z-index: 2;
  background-color: #1c1715;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: fit-content;
  padding: 8px 12px;
  width: fit-content;
  display: flex;
  align-self: flex-end;
  text-transform: uppercase;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-photo {
  width: 100%;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-photo {
    display: flex;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-photo .product-image-container {
  width: 252px !important;
  padding: 14px;
  width: 100%;
  margin: 0 auto;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-photo .product-image-container .product-image-photo {
  background: #fff;
  margin: 0 !important;
  position: relative;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details {
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-categories {
  font-size: 13px;
  color: #1c1715;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-categories {
    display: none;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-name {
    margin: 0px;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 15px;
  font-weight: 500;
  color: #1c1715;
  hyphens: none;
  -webkit-hyphens: none;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
    font-weight: 500;
    color: #1c1715;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-additional-info {
  text-align: center;
  height: 20px;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-additional-info-title {
  font-size: 11px;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-manufacturer {
  text-align: center;
  font-size: 13px;
  color: #1c1715;
  min-height: 20px;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-manufacturer {
    padding: 8px 0;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 23px;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0px;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
    text-align: left;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .old-special-price,
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .old-special-price {
  display: flex;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
    text-align: center;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
  font-size: 11px;
  color: #1c1715;
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .discount {
    display: none;
  }
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price {
  display: flex;
  flex-direction: column;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .price {
  font-size: 16px;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .vat-excl {
  font-size: 14px;
  color: gray;
  margin: 14px 0;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .special-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #cf9c0d;
  padding: 0 4px;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .old-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #1c1715;
  padding: 0 4px;
  /*text-decoration: line-through;*/
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-box-price-symbols .stock.unavailable span {
  font-size: 14px;
  color: gray;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols {
  height: fit-content;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4px;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item {
  margin: 1px 3px;
  display: flex;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels {
  background-color: #d2b13d;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px;
  display: inline-block;
  line-height: 10px !important;
  height: 8px;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.additive-free,
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.preservative-free {
  background-color: #af9ec0;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.gluten-free {
  background-color: #cc9a51;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.lactose-free {
  background-color: #9fbbb8;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.palmoil-free {
  background-color: #8ea649;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.yeast-free {
  background-color: #a68d60;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.sugar-free {
  background-color: #7fc2c6;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.milk-free {
  background-color: #5dbde8;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.egg-free {
  background-color: #d2b13d;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.aroma-free {
  background-color: #cc9a51;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.bio {
  background-color: #71c527;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.vegan {
  background-color: #0bb238;
}
.products.list.items.product-items .item.product.product-item .old-special-price {
  display: flex;
}
.products.list.items.product-items .item.product.product-item .discount {
  display: none;
}
@media (max-width: 599px) {
  .products.list.items.product-items .item.product.product-item {
    width: 100%;
    height: 480px;
  }
}
.block-actions.filter-actions {
  display: flex;
  justify-content: left;
}
@media (max-width: 1023px) {
  .block-actions.filter-actions {
    background-color: transparent;
    color: #1c1715;
  }
}
.block-actions.filter-actions .action.clear.filter-clear {
  padding: 18px 0 0 0;
  color: #d29e0e;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .block-actions.filter-actions .action.clear.filter-clear {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  }
}
.amshopby-search-box input {
  font-family: 'Spartan', 'arial' !important;
}
@media (max-width: 1023px) {
  .toolbar.toolbar-products {
    padding: 0;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  .toolbar.toolbar-products .toolbar-amount {
    display: none;
  }
}
.toolbar.toolbar-products .toolbar-sorter.sorter select {
  border: 1px solid #504c4b;
  background-color: #f5f5f5;
  font-size: 13px;
  color: #504c4b;
  font-weight: 500;
  -webkit-appearance: none;
}
@media (max-width: 1023px) {
  .toolbar.toolbar-products .toolbar-sorter.sorter {
    text-align: right;
    padding: 8px 8px;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter select {
    font-family: 'Spartan', 'arial';
    font-size: 13px;
    font-weight: 500;
  }
}
body.catalogsearch-result-index #maincontent {
  margin-top: 175px;
}
@media (max-width: 767px) {
  body.catalogsearch-result-index #maincontent {
    margin-top: 150px;
  }
}
.home_featured_products {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url('/pub/media/background/background-products-slider.png');
  background-color: #1c1715;
  height: 700px;
}
@media (max-width: 768px) {
  .home_featured_products {
    padding: 0 12px;
  }
}
.home_featured_products .block-products-list {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
}
.home_featured_products .block-products-list .block-title {
  text-align: left;
  padding: 44px 12px;
  margin: 0 !important;
}
.home_featured_products .block-products-list .block-title strong {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}
.home_featured_products .block-products-list .product-items.widget-product-grid {
  /*display: flex;
            flex-direction: row;
            justify-content: space-evenly;*/
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item {
  display: flex !important;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 auto !important;
  position: relative;
  width: 280px !important;
  max-width: 280px !important;
  height: 500px !important;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
}
@media (max-width: 1023px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item {
    width: 280px !important;
  }
}
@media (max-width: 767px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item {
    width: 280px !important;
    margin: 0 auto !important;
    border: none;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .actions-primary {
  position: absolute;
  display: none;
  top: 50%;
  bottom: 50%;
  z-index: 2;
  width: 100%;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .actions-primary .tocart-form {
  display: flex;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .actions-primary .action.tocart.primary {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item:hover {
  background-color: #d29e0e;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item:hover .product-item-link,
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item:hover .old-price span,
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item:hover .special-price span {
  color: #ffffff !important;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 18px;
  height: 240px;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info {
    padding: 8px;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .top-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .product-item-premiato {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d29e0e;
  z-index: 2;
}
@media (max-width: 767px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .product-item-premiato {
    width: 40px;
    height: 40px;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount {
  width: 70px;
  height: 26px;
  background-color: #1c1715;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount {
    margin: 0;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product .text,
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount .text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-extra-info .extra-discount {
  z-index: 2;
  background-color: #1c1715;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: fit-content;
  padding: 8px 12px;
  width: fit-content;
  display: flex;
  align-self: flex-end;
  text-transform: uppercase;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-photo {
  width: 100%;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-photo {
    display: flex;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container {
  width: 252px !important;
  padding: 14px;
  width: 100%;
  margin: 0 auto;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-photo .product-image-container .product-image-photo {
  background: #fff;
  margin: 0 !important;
  position: relative;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details {
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-categories {
  font-size: 13px;
  color: #1c1715;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-categories {
    display: none;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name {
    margin: 0px;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 15px;
  font-weight: 500;
  color: #1c1715;
  hyphens: none;
  -webkit-hyphens: none;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
    font-weight: 500;
    color: #1c1715;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-additional-info {
  text-align: center;
  height: 20px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-additional-info-title {
  font-size: 11px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-manufacturer {
  text-align: center;
  font-size: 13px;
  color: #1c1715;
  min-height: 20px;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-manufacturer {
    padding: 8px 0;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 23px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0px;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
    text-align: left;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .old-special-price,
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .old-special-price {
  display: flex;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
    text-align: center;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
  font-size: 11px;
  color: #1c1715;
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .discount {
    display: none;
  }
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price {
  display: flex;
  flex-direction: column;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .price {
  font-size: 16px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .vat-excl {
  font-size: 14px;
  color: gray;
  margin: 14px 0;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .special-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #cf9c0d;
  padding: 0 4px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .old-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #1c1715;
  padding: 0 4px;
  /*text-decoration: line-through;*/
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-box-price-symbols .stock.unavailable span {
  font-size: 14px;
  color: gray;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols {
  height: fit-content;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item {
  margin: 1px 3px;
  display: flex;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels {
  background-color: #d2b13d;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px;
  display: inline-block;
  line-height: 10px !important;
  height: 8px;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.additive-free,
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.preservative-free {
  background-color: #af9ec0;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.gluten-free {
  background-color: #cc9a51;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.lactose-free {
  background-color: #9fbbb8;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.palmoil-free {
  background-color: #8ea649;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.yeast-free {
  background-color: #a68d60;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.sugar-free {
  background-color: #7fc2c6;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.milk-free {
  background-color: #5dbde8;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.egg-free {
  background-color: #d2b13d;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.aroma-free {
  background-color: #cc9a51;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.bio {
  background-color: #71c527;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.vegan {
  background-color: #0bb238;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .old-special-price {
  display: flex;
}
.home_featured_products .block-products-list .product-items.widget-product-grid .product-item .discount {
  display: none;
}
body.checkout-index-index .page-wrapper {
  background-color: #f5f5f5;
}
body.checkout-index-index .page-wrapper #maincontent {
  margin-top: 150px;
}
body.checkout-index-index .page-wrapper .top-banner-header {
  display: none;
}
body.checkout-index-index .page-wrapper .panel.wrapper .panel.header .logo {
  flex-grow: 1;
}
body.checkout-index-index .page-wrapper .panel.wrapper .panel.header .nav-sections {
  display: block;
  flex-grow: 2;
}
body.checkout-cart-index .cart.main.actions {
  padding: 0;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart.main.actions {
    display: flex;
    flex-direction: column;
  }
}
body.checkout-cart-index .cart.main.actions .mpsavecart-toggle,
body.checkout-cart-index .cart.main.actions .action.continue,
body.checkout-cart-index .cart.main.actions .action.clear,
body.checkout-cart-index .cart.main.actions .action.update {
  margin: 0;
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart.main.actions .mpsavecart-toggle,
  body.checkout-cart-index .cart.main.actions .action.continue,
  body.checkout-cart-index .cart.main.actions .action.clear,
  body.checkout-cart-index .cart.main.actions .action.update {
    margin: 4px 0;
  }
}
body.checkout-cart-index .page-wrapper {
  background-color: #f5f5f5;
}
body.checkout-cart-index .page-wrapper #maincontent {
  margin-top: 150px;
}
body.checkout-cart-index .page-wrapper #maincontent .page-title-wrapper {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  color: #1c1715;
  margin: 48px 0 24px 0;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper #maincontent .page-title-wrapper {
    padding: 8px 0;
  }
}
body.checkout-cart-index .page-wrapper #maincontent .page-title-wrapper .page-title {
  margin: 0;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main {
  width: 100% !important;
  padding: 0 0 36px 0;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .cart-empty {
  font-size: 18px;
  color: #1c1715;
  text-align: center;
  padding: 10px 0;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .cart-empty a {
  color: #d29e0e;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .cart-container .cart-summary {
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
  font-size: 15px;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .cart-container .cart-summary .summary.title {
  font-size: 17px;
  font-weight: 700;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .cart-container .cart-summary .cart-totals {
  font-size: 13px;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .cart-container .cart-summary #block-discount #block-discount-heading {
  font-size: 15px;
  font-weight: 700;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .cart-container .cart-summary #block-discount #block-discount-heading .actions-toolbar {
  display: flex;
  justify-content: center;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .cart-container .cart-summary button {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item {
  border: none !important;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 40%;
  padding: 0 0 0 12px;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.item .product-item-details {
  color: #1c1715;
  font-family: 'Spartan', 'arial';
  font-size: 20px;
  font-weight: 500;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.item .product-item-details .product-item-name {
  margin: 0;
  font-size: 14px;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.item .product-item-photo {
  width: 100px;
  top: 0;
  position: relative;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.price,
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.subtotal {
  flex: 15%;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.price,
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.subtotal {
    width: 100%;
    justify-content: space-between;
    padding: 6px 12px;
  }
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.price::before,
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.subtotal::before {
    padding: 0;
  }
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.price .price,
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.subtotal .price {
  font-size: 15px;
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.qty {
  padding: 0;
  flex: 10%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.qty {
    width: 100%;
    justify-content: space-between;
    padding: 6px 12px;
  }
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.qty::before {
    padding: 0;
  }
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.qty .input-text.qty {
  background: #fff;
  color: #1c1715;
  font-weight: 500;
  font-size: 18px;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.qty .input-text.qty {
    padding: 0 12px;
    height: auto;
    width: 60px;
    font-size: 16px;
  }
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.actions {
  padding: 0;
  flex: 20%;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .cart.item .item-info .col.actions {
    padding: 0 0 4px 0 !important;
    width: 100%;
  }
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .actions-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .actions-toolbar {
    flex-direction: row;
  }
}
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .actions-toolbar .action-towishlist,
body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .actions-toolbar .action-delete {
  margin: 4px 0;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .actions-toolbar .action-towishlist,
  body.checkout-cart-index .page-wrapper #maincontent .column.main .form-cart .actions-toolbar .action-delete {
    margin: 4px;
  }
}
body.checkout-onepage-success #maincontent {
  margin-top: 150px;
  margin-bottom: 48px;
}
body.checkout-onepage-success #maincontent .page-title-wrapper {
  padding-top: 40px;
}
body.checkout-onepage-success #maincontent a,
body.checkout-onepage-success #maincontent a:hover {
  color: #d29e0e;
}
body.checkout-onepage-success #maincontent .actions-toolbar .primary .action.primary.continue {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
body.checkout-onepage-success #maincontent .checkout-success .success-messages {
  font-size: 16px;
}
body.checkout-onepage-success #maincontent .checkout-success .account .block-order-details .block-title strong {
  font-size: 24px;
}
body.checkout-onepage-success #maincontent .checkout-success .account .block-order-details .order-date {
  padding-bottom: 0;
  font-size: 18px;
}
body.checkout-onepage-success #maincontent .checkout-success .account .order-details-items .cart-price {
  font-size: 14px;
}
.minicart-wrapper .block-minicart {
  background: #f5f5f5 !important;
  color: white;
  padding: 8px 0px 0px 0px !important;
  border: none !important;
}
.minicart-wrapper .block-minicart #top-cart-btn-checkout {
  background: #f5c53c;
  color: #fff;
  font-size: 15px;
  font-family: 'Spartan', 'arial';
  border-radius: 0px;
  border: none !important;
}
.minicart-wrapper .block-minicart .subtitle.empty {
  color: #1c1715;
}
.minicart-wrapper .block-minicart .minicart-items .item.product.product-item {
  padding: 0 24px !important;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-name,
.minicart-wrapper .block-minicart .minicart-items .product-item-details .price-including-tax,
.minicart-wrapper .block-minicart .minicart-items .product-item-details .price-excluding-tax {
  margin: 0px !important;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-name a,
.minicart-wrapper .block-minicart .minicart-items .product-item-details .price-including-tax a,
.minicart-wrapper .block-minicart .minicart-items .product-item-details .price-excluding-tax a {
  color: #1c1715;
  font-size: 15px;
  font-family: 'Spartan', 'arial';
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 8px;
  border-bottom: 1px solid #d29e0e;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-info {
  color: #1c1715;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .details-qty.qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .details-qty.qty .less,
.minicart-wrapper .block-minicart .minicart-items .product-item-details .details-qty.qty .more {
  background-color: #1c1715;
  width: 50px;
  height: 50px;
  font-size: 36px;
  text-align: center;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .price {
  font-weight: 400;
}
.minicart-wrapper .block-minicart .minicart-items .action.edit:before,
.minicart-wrapper .block-minicart .minicart-items .action.delete:before {
  color: #1c1715;
  font-size: 36px;
  line-height: 36px;
}
.minicart-wrapper .block-minicart .minicart-items .item-qty.cart-item-qty {
  background: #fff;
  color: #1c1715;
  font-weight: 500;
  font-size: 18px;
  border: none;
  width: 50px;
  height: 50px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  border: none;
  height: auto !important;
}
.minicart-wrapper .block-minicart .items-total {
  font-size: 15px;
  color: #1c1715;
  font-weight: normal;
  font-family: 'Spartan', 'arial';
  padding: 10px 0;
  width: 100%;
}
.minicart-wrapper .block-minicart .actions .primary {
  margin: 0px !important;
}
.minicart-wrapper .block-minicart .actions .subtotal {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  color: #1c1715;
}
.minicart-wrapper .block-minicart .actions .subtotal .label {
  font-size: 15px;
  color: #1c1715;
}
.minicart-wrapper .block-minicart .actions .subtotal .amount.price-container {
  background-color: #d29e0e;
  padding: 10px 22px;
  color: #fff;
}
.minicart-wrapper .block-minicart .actions .subtotal .amount.price-container span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.product.actions {
  margin: 0px !important;
}
body.cms-index-index .columns {
  padding-top: 150px;
}
body.cms-page-view .columns {
  padding-top: 150px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  body.cms-page-view .columns {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  body.cms-page-view .columns {
    padding-top: 150px;
  }
}
body.cms-page-view .columns .column {
  padding-bottom: 0;
}
body.cms-page-view .page-title-wrapper {
  text-align: center;
  margin-bottom: 48px;
}
body.cms-page-view .page-title-wrapper .page-title {
  font-size: 24px;
}
body.cms-page-view .contact-content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 1280px;
  margin: 40px auto;
}
@media (max-width: 959px) {
  body.cms-page-view .contact-content {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 0 28px;
  }
}
body.cms-page-view .contact-content .contact-form {
  display: flex;
  align-items: start;
  height: auto;
  background-image: none;
}
@media (max-width: 768px) {
  body.cms-page-view .contact-content .contact-form {
    margin: 0;
  }
}
body.cms-page-view .contact-content .contact-form-content {
  background-color: #fff;
  padding: 24px 12px;
  background-image: none;
}
@media (max-width: 768px) {
  body.cms-page-view .contact-content .contact-form-content-title {
    padding: 4px 12px 26px;
  }
}
body.cms-page-view .contact-content .contact-form-content-subtitle {
  color: #504c4b;
  font-weight: normal;
}
body.cms-page-view .contact-content .contact-form-content .input-text {
  background-color: #f5f5f5;
}
body.cms-page-view .contact-content .contact-form-content .input-text::placeholder {
  color: #504c4b;
}
body.cms-page-view .contact-content .contact-form-content .actions-toolbar {
  justify-content: left;
}
@media (max-width: 768px) {
  body.cms-page-view .contact-content .contact-form-content .actions-toolbar {
    justify-content: center;
  }
}
body.cms-page-view .contact-content .contact-us {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  height: fit-content;
  padding: 24px 12px;
}
@media (max-width: 1023px) {
  body.cms-page-view .contact-content .contact-us {
    width: 100%;
  }
}
body.cms-page-view .contact-content .contact-us-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  line-height: 1.8 !important;
}
body.cms-page-view .contact-content .contact-us .info {
  font-size: 15px;
  color: #504c4b;
  margin-top: 24px;
}
body.cms-page-view .contact-content .contact-us .info p {
  line-height: 1.8 !important;
}
body.cms-page-view .faq {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
}
@media (max-width: 768px) {
  body.cms-page-view .faq {
    max-width: 100%;
    margin: 0px 12px;
  }
}
body.cms-page-view .faq .faq-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
body.cms-page-view .faq .faq-subtitle {
  font-size: 16px;
  text-align: center;
}
body.cms-page-view .faq .faq-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
body.cms-page-view .faq .faq-search label {
  color: gray;
  margin-right: 12px;
}
body.cms-page-view .faq .faq-search .faq-input-search {
  max-width: 800px;
  border: none;
  border-bottom: 1px solid #b1b0b0;
  background-color: transparent;
  padding: 4px 12px;
}
body.cms-page-view .faq .faq-search .faq-input-search::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
body.cms-page-view .faq #accordion {
  font-size: 16px;
  margin: 32px 0;
  max-width: 1280px;
  padding: 0 12px;
}
body.cms-page-view .faq #accordion div[data-role="collapsible"] {
  margin: 16px 0 0;
}
body.cms-page-view .faq #accordion .accordion-title {
  height: 80px;
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.11;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
body.cms-page-view .faq #accordion .accordion-title:hover {
  text-decoration: underline;
  cursor: pointer;
}
body.cms-page-view .faq #accordion .accordion-description {
  background-color: #f5f5f5;
  color: #626262;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 24px 24px;
}
body.cms-no-route .page-wrapper {
  background-image: url('/pub/media/background/404.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}
@media (max-width: 767px) {
  body.cms-no-route .page-wrapper {
    background-size: auto;
  }
}
body.cms-no-route .page-wrapper #maincontent {
  margin-top: 150px;
}
body.cms-no-route .page-wrapper #maincontent .no-route {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 120px 0;
}
body.cms-no-route .page-wrapper #maincontent .no-route-title {
  font-size: 112px;
  font-weight: 500;
}
body.cms-no-route .page-wrapper #maincontent .no-route-subtitle {
  font-size: 27px;
  font-weight: 500;
  padding: 24px 0;
}
body.cms-no-route .page-wrapper #maincontent .no-route-description {
  font-size: 15px;
  padding: 0 0 36px;
}
body.cms-no-route .page-wrapper #maincontent .no-route-link {
  font-size: 14px;
  font-family: 'Spartan', 'arial';
  color: #fff;
  background-color: #d29e0e;
  width: fit-content;
  padding: 8px 20px;
}
body.cms-thank-you .page-wrapper {
  background-image: url('/pub/media/background/thank-you.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}
body.cms-thank-you .page-wrapper #maincontent {
  margin-top: 150px;
}
body.cms-thank-you .page-wrapper #maincontent .columns {
  padding: 0;
}
body.cms-thank-you .page-wrapper #maincontent .columns .thankyou {
  max-width: 900px;
  width: 100%;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 120px 0;
}
body.cms-thank-you .page-wrapper #maincontent .columns .thankyou-title {
  font-size: 27px;
  color: #000;
  font-weight: normal;
  padding: 24px 0;
}
body.cms-thank-you .page-wrapper #maincontent .columns .thankyou-content {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  padding: 12px 0 32px;
}
body.cms-thank-you .page-wrapper #maincontent .columns .thankyou-link {
  font-size: 14px;
  font-family: 'Spartan', 'arial';
  color: #fff;
  background-color: #d29e0e;
  width: fit-content;
  padding: 8px 20px;
}
.about_us_text {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  padding-top: 80px;
}
.about_us_text .title {
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  color: #1c1715;
  padding-bottom: 18px;
}
.about_us_text .text {
  font-size: 15px;
  color: #504c4b;
  column-count: 2;
  column-gap: 48px;
  margin: 0 auto !important;
}
.ethics-introduction {
  padding: 48px 20px;
  max-width: 880px;
  margin: 0 auto;
  width: auto;
}
.ethics-introduction-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding-bottom: 24px;
}
.ethics-introduction-description {
  font-size: 15px;
  color: #504c4b;
  text-align: center;
}
.ethics-philosophy {
  max-width: 1280px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 48px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .ethics-philosophy {
    flex-direction: column;
  }
}
.ethics-philosophy-img {
  flex: 50%;
  padding: 20px;
}
.ethics-philosophy-content {
  padding: 20px;
  flex: 50%;
}
.ethics-philosophy-content-title {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  padding-bottom: 24px;
}
.ethics-philosophy-content-description {
  font-size: 15px;
  color: #504c4b;
  text-align: justify;
}
.ethics-philosophy-content ul {
  margin: 0;
  padding: 0;
  max-width: 480px;
  line-height: normal;
}
.ethics-code {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/pub/media/background/codice-etico-bg.jpg');
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
}
.ethics-code-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  color: #fff;
  font-weight: 500;
}
.ethics-code-content-title {
  font-size: 25px;
  text-align: center;
}
.ethics-code-content-description {
  font-size: 15px;
  font-weight: 500;
  padding: 24px 0;
  text-align: center;
}
.ethics-code-content a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.ethics-code-content ul {
  padding: 0;
}
.ethics-politics {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}
.ethics-politics-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  color: #1c1715;
  font-weight: 500;
}
.ethics-politics-content-title {
  font-size: 25px;
  text-align: center;
}
.ethics-politics-content-description {
  font-size: 15px;
  font-weight: 500;
  padding: 24px 0;
  text-align: center;
}
.ethics-politics-content a {
  color: #1c1715;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
}
.ethics-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-repeat: no-repeat;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/pub/media/background/visionari-bg.webp");
  background-size: cover;
  background-blend-mode: hard-light;
}
@media (max-width: 767px) {
  .ethics-banner {
    height: 100%;
  }
}
.ethics-banner-img {
  object-fit: cover;
  object-position: center;
  height: 400px;
  min-height: 400px;
  width: 100%;
  filter: brightness(50%);
}
.ethics-banner-content {
  text-align: center;
  padding: 24px 20px;
}
.ethics-banner-content-title {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 24px;
}
.ethics-banner-content-description {
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  max-width: 900px;
  padding: 0 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .ethics-banner-content-description {
    width: 100%;
    padding: 0;
  }
}
.ethics-slider {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  padding: 64px 20px;
}
.ethics-slider-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding-bottom: 32px;
}
.ethics-slider-items .ethics-slider-item {
  display: flex !important;
  flex-direction: row;
  float: left !important;
  align-items: center;
  background-color: #f5f5f5;
  padding: 48px;
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 768px) {
  .ethics-slider-items .ethics-slider-item {
    flex-direction: column;
  }
}
.ethics-slider-items .ethics-slider-item img {
  display: block;
}
.ethics-slider-items .ethics-slider-item-content {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .ethics-slider-items .ethics-slider-item-content {
    padding: 24px 0;
  }
}
.ethics-slider-items .ethics-slider-item-content-title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
}
.ethics-slider-items .ethics-slider-item-content-description {
  font-size: 15px;
  color: #504c4b;
  margin: 24px 0;
  text-align: left;
}
.ethics-slider-items .ethics-slider-item-content-link {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 8px 24px;
}
.ethics-slider-items .slick-dots {
  bottom: 12px !important;
}
.ethics-text {
  background-color: #f5f5f5;
  padding: 48px 20px;
}
.ethics-text-title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #1c1715;
}
.ethics-text-description {
  max-width: 1280px;
  width: auto;
  margin: 0 auto !important;
  font-size: 15px;
  color: #504c4b;
  column-count: 2;
  column-gap: 48px;
  text-align: justify;
  padding: 0;
}
@media (max-width: 1023px) {
  .ethics-text-description {
    column-count: 1;
    width: auto;
  }
}
.about-us-introduction {
  padding: 48px 20px;
  width: 880px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .about-us-introduction {
    width: auto;
  }
}
.about-us-introduction-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding-bottom: 18px;
  margin: 0;
}
.about-us-introduction-description {
  font-size: 15px;
  color: #504c4b;
  text-align: center;
}
.about-us-team {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  padding-bottom: 56px;
}
.about-us-team .title {
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 36px;
  padding-top: 48px;
}
@media (max-width: 768px) {
  .about-us-team .title {
    padding: 0;
  }
}
.about-us-team .items {
  /*display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-evenly;*/
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  column-gap: 10px;
  row-gap: 15px;
  padding: 0 24px;
  justify-items: center;
}
.about-us-team .items .item {
  position: relative;
  width: 280px;
  margin: 0 0 14px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.about-us-team .items .item .img-description {
  position: relative;
  max-height: 340px;
}
.about-us-team .items .item .img-description .description {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-us-team .items .item img {
  opacity: 1;
  height: 100%;
  max-height: 340px;
  width: 100%;
  object-fit: cover;
}
.about-us-team .items .item .text {
  bottom: 14px;
  left: 12px;
  padding: 8px;
}
.about-us-team .items .item .text .name {
  font-size: 16px;
  font-weight: 500;
  color: #d29e0e;
  text-transform: uppercase;
  padding: 6px 0 4px;
}
.about-us-team .items .item .text .position {
  font-size: 14px;
  color: #000000;
}
.about-us-team .items .item .text .description {
  display: none;
}
.about-us-team .items .item:hover .img-description .description {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}
.about-us-ethical-code {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://via.placeholder.com/1440x400");
  position: relative;
  height: 400px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .about-us-ethical-code {
    height: 560px;
  }
}
.about-us-ethical-code-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .about-us-ethical-code-content {
    top: 50%;
    width: 100%;
    padding: 24px 12px;
  }
}
.about-us-ethical-code-content-title {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .about-us-ethical-code-content-title {
    padding: 24px;
  }
}
.about-us-ethical-code-content-description {
  font-size: 15px;
  text-align: justify;
  width: 800px;
  color: #fff;
  padding-bottom: 46px;
}
@media (max-width: 768px) {
  .about-us-ethical-code-content-description {
    width: auto;
    padding: 0 12px 24px;
  }
}
.about-us-ethical-code-content-list {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  height: 130px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-content: space-between;
}
@media (max-width: 768px) {
  .about-us-ethical-code-content-list {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: initial;
    height: auto;
  }
}
.about-us-ethical-code-content-list li {
  text-align: left;
}
.about-us-ethical-code-content-link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-align: center;
}
.about-us-ethical-code-content-link:hover,
.about-us-ethical-code-content-link:visited {
  color: #fff;
  text-decoration: none;
}
.about-us-slider {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  padding: 64px 0;
}
.about-us-slider-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding-bottom: 32px;
}
.about-us-slider-items .about-us-slider-item {
  display: flex !important;
  flex-direction: row;
  float: left !important;
  align-items: center;
  background-color: #f5f5f5;
  padding: 48px 48px;
  margin: 0 12px;
}
@media (max-width: 768px) {
  .about-us-slider-items .about-us-slider-item {
    flex-direction: column;
    padding: 24px 32px;
    margin: 0;
  }
}
.about-us-slider-items .about-us-slider-item img {
  display: block;
}
.about-us-slider-items .about-us-slider-item-content {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .about-us-slider-items .about-us-slider-item-content {
    padding: 24px 0;
  }
}
.about-us-slider-items .about-us-slider-item-content-title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
}
.about-us-slider-items .about-us-slider-item-content-description {
  font-size: 15px;
  color: #504c4b;
  margin: 24px 0;
  text-align: left;
}
.about-us-slider-items .about-us-slider-item-content-link {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 8px 24px;
}
.about-us-slider-items .slick-dots {
  bottom: 12px !important;
}
.about-us-text {
  background-color: #f5f5f5;
  padding: 48px 0;
}
.about-us-text-title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #1c1715;
}
.about-us-text-description {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  font-size: 15px;
  color: #504c4b;
  column-count: 2;
  column-gap: 48px;
  text-align: justify;
}
@media (max-width: 768px) {
  .about-us-text-description {
    column-count: 1;
    width: auto;
    padding: 0 12px;
  }
}
.about-us-history {
  background-color: #f5f5f5;
  padding: 32px 0;
}
.about-us-history-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding: 26px 0;
}
.about-us-history-description {
  font-size: 16px;
  color: #504c4b;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px !important;
}
@media (max-width: 768px) {
  .about-us-history-description {
    padding: 0 12px;
  }
}
.about-us-history #vt1 {
  max-width: 1280px;
  margin: 0 auto !important;
}
.about-us-banner-text {
  background-color: #ffffff;
  padding: 48px 20px;
}
.about-us-banner-text-title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #1c1715;
}
.about-us-banner-text-description {
  max-width: 1280px;
  width: auto;
  margin: 0 auto !important;
  font-size: 15px;
  color: #504c4b;
  column-count: 2;
  column-gap: 48px;
  text-align: justify;
  padding: 0;
}
@media (max-width: 1023px) {
  .about-us-banner-text-description {
    column-count: 1;
    width: auto;
  }
}
.quality-introduction {
  padding: 48px 12px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .quality-introduction {
    width: auto;
    padding: 48px 12px;
  }
}
.quality-introduction-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding-bottom: 24px;
}
.quality-introduction-description {
  font-size: 15px;
  color: #504c4b;
  text-align: center;
}
.quality-legend-title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
}
@media (max-width: 768px) {
  .quality-legend-title {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.quality-legend-items {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  align-items: flex-start;
  justify-items: center;
  padding: 32px 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
}
@media (max-width: 479px) {
  .quality-legend-items {
    grid-template-columns: 100%;
    row-gap: 48px;
  }
}
@media (min-width: 480px) and (max-width: 959px) {
  .quality-legend-items {
    grid-template-columns: 50% 50%;
    row-gap: 48px;
  }
}
.quality-legend-items .quality-legend-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
}
@media (max-width: 767px) {
  .quality-legend-items .quality-legend-item {
    flex-direction: column;
    margin-bottom: 42px;
  }
}
.quality-legend-items .quality-legend-item-content-text {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding: 24px 0 10px;
  height: 64px;
}
@media (max-width: 1023px) {
  .quality-legend-items .quality-legend-item-content-text {
    min-height: 50px;
    padding: 24px 0 0;
  }
}
.quality-legend-items .quality-legend-item-content-description {
  font-size: 14px;
  color: #504c4b;
  text-align: center;
}
.quality-banner {
  position: relative;
  margin-top: 64px;
}
.quality-banner img {
  height: 400px;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .quality-banner img {
    height: auto;
    min-height: 550px;
  }
}
.quality-banner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.quality-banner .content .title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .quality-banner .content .title {
    margin: 0 0 12px 0;
  }
}
.quality-banner .content .description {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 800px;
}
@media (max-width: 1023px) {
  .quality-banner .content .description {
    width: auto;
    padding: 0 12px;
  }
}
.quality-certificates {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 42px 0;
}
.quality-certificates .title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 36px 0;
}
@media (max-width: 768px) {
  .quality-certificates .title {
    margin-bottom: 24px;
  }
}
.quality-certificates .items {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .quality-certificates .items {
    flex-direction: column;
  }
}
.quality-certificates .items .item {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 0 12px;
}
@media (max-width: 1023px) {
  .quality-certificates .items .item {
    margin-bottom: 36px;
  }
}
.quality-certificates .items .item a {
  display: flex;
  justify-content: center;
}
.quality-certificates .items .item a img {
  display: flex;
  align-self: center;
  max-height: 160px;
  width: fit-content;
}
.quality-certificates .items .item .title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding: 32px 0 18px;
}
.quality-certificates .items .item .subtitle {
  font-size: 18px;
  color: #000;
  text-align: center;
  min-height: 80px;
}
.quality-certificates .items .item .description {
  font-size: 15px;
  color: #504c4b;
  text-align: center;
}
.quality-security {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}
.quality-security-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  color: #1c1715;
  font-weight: 500;
}
.quality-security-content-title {
  font-size: 25px;
  text-align: center;
}
.quality-security-content-description {
  font-size: 15px;
  font-weight: 500;
  padding: 24px 0;
  text-align: center;
}
.quality-security-content a {
  color: #1c1715;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
}
.quality-text {
  background-color: #f5f5f5;
  padding: 48px 20px;
}
.quality-text-title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #1c1715;
}
.quality-text-description {
  max-width: 1280px;
  width: auto;
  margin: 0 auto !important;
  font-size: 15px;
  color: #504c4b;
  column-count: 2;
  column-gap: 48px;
  text-align: justify;
  padding: 0;
}
@media (max-width: 1023px) {
  .quality-text-description {
    column-count: 1;
    width: auto;
  }
}
.chefs .title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 52px auto 36px;
  max-width: 800px;
  padding: 0 12px;
}
.chefs .banner .description {
  font-size: 16px;
  color: #504c4b;
  text-align: center;
  max-width: 800px;
  margin: 32px auto !important;
}
@media (max-width: 1023px) {
  .chefs .banner .description {
    padding: 0 12px;
  }
}
.chefs .list {
  margin-top: 52px;
  background-color: #f5f5f5;
}
.chefs .list .title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  padding-top: 32px;
}
.chefs .list .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .chefs .list .items {
    flex-direction: column;
  }
}
.chefs .list .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 12px;
}
@media (max-width: 1023px) {
  .chefs .list .items .item {
    width: 100%;
    margin: 0 0 48px;
  }
}
.chefs .list .items .item img {
  width: 380px;
  height: 340px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .chefs .list .items .item img {
    width: 90%;
  }
}
.chefs .list .items .item .name {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #d29e0e;
  padding-top: 32px;
}
.chefs .list .items .item .company {
  font-size: 18px;
  font-weight: 500;
  color: #d29e0e;
  margin-bottom: 6px;
  text-align: center;
}
.chefs .list .items .item .location {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 12px 0;
}
.chefs .list .items .item .open {
  content: url(/pub/media/icons/virgolette.png);
  margin-top: -40px !important;
}
.chefs .list .items .item .text {
  font-size: 14px;
  color: #504c4b;
  max-width: 280px;
  text-align: center;
  margin-top: 12px;
}
.chefs .list .items .item .link {
  width: 180px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.chefs .list .items .item .link:hover {
  color: #fff;
  background-color: #d29e0e;
  text-decoration: none;
}
.chefs .bottom-banner {
  position: relative;
}
.chefs .bottom-banner img {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  height: 400px;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
}
.chefs .bottom-banner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .chefs .bottom-banner .content {
    width: 100%;
  }
}
.chefs .bottom-banner .content .description {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1023px) {
  .chefs .bottom-banner .content .description {
    padding: 20px;
    font-size: 22px;
  }
}
.chefs .text-double-cols {
  background-color: #ffffff;
  padding: 48px 20px;
}
.chefs .text-double-cols-title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #1c1715;
}
.chefs .text-double-cols-description {
  max-width: 1280px;
  width: auto;
  margin: 0 auto !important;
  font-size: 15px;
  color: #504c4b;
  column-count: 2;
  column-gap: 48px;
  text-align: justify;
  padding: 0;
}
@media (max-width: 1023px) {
  .chefs .text-double-cols-description {
    column-count: 1;
    width: auto;
  }
}
.chefs .text-double-cols-title {
  padding-bottom: 20px;
}
.chef-intro {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.chef-intro .name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.chef-intro .description {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px auto 36px auto;
  max-width: 1000px;
}
.chef-intro .description .container {
  margin-left: 12px;
}
.chef-intro .description .container a {
  background-color: orange;
  color: white;
  text-align: center;
  padding: 4px 12px;
  border-radius: 15px;
  margin-bottom: 16px;
}
.chef-intro .description .container a:hover {
  text-decoration: none;
}
.chef-intro .images {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chef-intro .images .images-description {
  text-align: center;
  max-width: 800px;
}
.chef-page .chef-introduction {
  display: flex;
  flex-direction: row;
  align-items: end;
  max-width: 990px;
  margin: 0 auto;
  padding: 84px 0;
}
@media (max-width: 959px) {
  .chef-page .chef-introduction {
    align-items: center;
    flex-direction: column;
    padding: 0 12px;
    margin: 32px 0;
  }
}
.chef-page .chef-introduction .description {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 959px) {
  .chef-page .chef-introduction .description {
    padding: 24px;
    align-items: center;
  }
}
.chef-page .chef-introduction .description .title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 0;
}
.chef-page .chef-introduction .description .text {
  font-size: 15px;
  font-weight: normal;
  color: #1c1715;
  padding: 24px 0;
}
.chef-page .chef-introduction .description .receipt-link {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 24px;
  width: max-content;
}
.chef-page .chef-history {
  background-color: #f5f5f5;
  padding: 56px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chef-page .chef-history .title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  margin: 0;
}
.chef-page .chef-history .text {
  font-size: 15px;
  font-weight: 500;
  color: #504c4b;
  text-align: justify;
  max-width: 870px;
  padding: 24px 12px 0;
}
.chef-page .chef-slider {
  padding: 84px 20px;
}
.chef-page .chef-slider .title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 36px;
}
.chef-page .chef-slider .items {
  max-width: 1280px;
  margin: 0 auto;
}
.chef-page .chef-slider .items .item {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  float: left !important;
  width: 1020px;
  height: 320px;
  margin: 0 auto;
  padding: 32px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .chef-page .chef-slider .items .item {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
  }
}
.chef-page .chef-slider .items .item img {
  max-width: 300px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  object-fit: contain;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .chef-page .chef-slider .items .item img {
    max-width: 260px;
    max-height: 260px;
  }
}
.chef-page .chef-slider .items .item .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 48px;
}
@media (max-width: 767px) {
  .chef-page .chef-slider .items .item .description {
    padding: 0;
    align-items: center;
  }
}
.chef-page .chef-slider .items .item .description .title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .chef-page .chef-slider .items .item .description .title {
    padding: 24px 0;
  }
}
.chef-page .chef-slider .items .item .description .text {
  font-size: 15px;
  font-weight: 500;
  color: #504c4b;
  text-align: left;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .chef-page .chef-slider .items .item .description .text {
    padding: 0 0 24px;
  }
}
.chef-page .chef-slider .items .item .description .receipt-link {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 24px;
}
.chef-page .chef-restaurant {
  background-color: #f5f5f5;
  padding: 48px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .chef-page .chef-restaurant {
    padding: 48px 0 0;
  }
}
.chef-page .chef-restaurant .title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  margin: 0;
}
.chef-page .chef-restaurant .text {
  font-size: 15px;
  font-weight: 500;
  color: #504c4b;
  max-width: 1280px;
  column-count: 2;
  padding: 32px 20px 64px;
  text-align: justify;
}
@media (max-width: 767px) {
  .chef-page .chef-restaurant .text {
    column-count: 1;
    padding: 24px 20px;
  }
}
.chef-page .chef-restaurant .items {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.chef-page .chef-restaurant .items .item {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  float: left !important;
}
.chef-page .chef-restaurant .items .item img {
  width: 100%;
}
.chef-page .chef-restaurant .slick-dots {
  bottom: 16px;
}
.chef-page .chef-recipe {
  padding: 64px 20px;
}
.chef-page .chef-recipe .title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  margin: 0;
  padding: 0 0 32px;
}
.chef-page .chef-recipe .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 12px 0;
}
.chef-page .chef-recipe .container .recipe-idea {
  flex: 50%;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .chef-page .chef-recipe .container .recipe-idea {
    flex: 100%;
  }
}
.chef-page .chef-recipe .container .recipe-idea .title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  text-align: left;
  margin: 0;
  padding-bottom: 24px;
}
.chef-page .chef-recipe .container .recipe-idea .text {
  font-size: 15px;
  font-weight: 500;
  color: #504c4b;
  text-align: left;
}
.chef-page .chef-recipe .container .recipe-ingredients {
  flex: 50%;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .chef-page .chef-recipe .container .recipe-ingredients {
    flex: 100%;
  }
}
.chef-page .chef-recipe .container .recipe-ingredients .title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  text-align: left;
  margin: 0;
  padding-bottom: 24px;
}
.chef-page .chef-recipe .container .recipe-ingredients .items-list {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}
.chef-page .chef-recipe .container .recipe-preparation {
  flex: 50%;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .chef-page .chef-recipe .container .recipe-preparation {
    flex: 100%;
  }
}
.chef-page .chef-recipe .container .recipe-preparation .title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  text-align: left;
  margin: 0;
  padding-bottom: 24px;
}
.chef-page .chef-recipe .container .recipe-preparation .items-list {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #504c4b;
  list-style: auto;
}
.chef-page .chef-recipe .container .recipe-image {
  flex: 50%;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .chef-page .chef-recipe .container .recipe-image {
    flex: 100%;
  }
}
.chef-page .chef-recipe .container .recipe-gallery {
  flex: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .chef-page .chef-recipe .container .recipe-gallery {
    flex-direction: column;
  }
}
.chef-page .chef-recipe .container .recipe-gallery img {
  margin: 12px;
}
@media (max-width: 767px) {
  .chef-page .chef-recipe .container .recipe-gallery img {
    margin: 12px 0;
    width: 100%;
  }
}
.customers .content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  width: 880px;
  padding: 54px 0;
}
@media (max-width: 1023px) {
  .customers .content {
    width: auto;
    padding: 36px 12px;
    flex-direction: column;
  }
}
.customers .content-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
}
.customers .content-description {
  font-size: 15px;
  color: #504c4b;
  text-align: center;
}
.customers .content-middle {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  padding: 64px 12px;
}
@media (max-width: 1023px) {
  .customers .content-middle {
    width: auto;
  }
}
.customers .content-middle-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  margin-bottom: 36px;
  padding: 12px 0;
}
.customers .content-middle-description {
  font-size: 15px;
  color: #504c4b;
  text-align: justify;
  column-count: 2;
  padding: 24px 0;
}
@media (max-width: 1023px) {
  .customers .content-middle-description {
    column-count: 1;
  }
}
.customers .content-bottom {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  padding: 54px 12px;
}
@media (max-width: 1023px) {
  .customers .content-bottom {
    width: auto;
  }
}
.customers .content-bottom-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  margin-bottom: 36px;
}
.customers .content-bottom-description {
  font-size: 15px;
  color: #504c4b;
  text-align: left;
  column-count: 2;
}
@media (max-width: 1023px) {
  .customers .content-bottom-description {
    column-count: 1;
  }
}
.customers .description {
  text-align: center;
  font-size: 16px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.customers .items {
  background-color: #f5f5f5;
  padding: 48px 12px;
}
.customers .items-content {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
}
@media (max-width: 1023px) {
  .customers .items-content {
    flex-direction: column;
  }
}
.customers .items-content .item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .customers .items-content .item {
    margin-bottom: 32px;
  }
}
.customers .items-content .item-content {
  position: relative;
}
.customers .items-content .item-content:hover .item-link {
  text-decoration: none;
  visibility: visible;
  opacity: 0.5;
}
.customers .items-content .item-content:hover .item-title {
  color: #d29e0e;
}
.customers .items-content .item-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding: 0 0 16px;
}
.customers .items-content .item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  opacity: 0;
  transition: opacity .3s, visibility .2s;
  margin: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customers .banner {
  position: relative;
  background-image: url(/pub/media/background/clienti-background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customers .banner img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}
.customers .banner .banner-description {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  max-width: 780px;
  text-align: center;
  padding: 60px 20px;
}
.home-additional-text {
  background: #ffffff;
  padding: 84px 20px;
  max-width: 1280px;
  margin: 0 auto !important;
  color: #504c4b;
}
.home-additional-text-title {
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  margin: 18px 0;
}
@media (max-width: 768px) {
  .home-additional-text-title {
    text-align: center;
  }
}
.home-additional-text-subtitle {
  font-size: 21px;
  font-weight: 500;
  text-align: left;
  margin: 18px 0;
}
@media (max-width: 768px) {
  .home-additional-text-subtitle {
    text-align: center;
  }
}
.home-additional-text-cols {
  column-count: 2;
  font-size: 15px;
  text-align: justify;
}
@media (max-width: 768px) {
  .home-additional-text-cols {
    column-count: 1;
  }
}
.home_philosophy {
  margin: 48px auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .home_philosophy {
    padding: 0 12px;
    max-width: 100%;
    display: block;
  }
}
.home_philosophy .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
}
.home_philosophy .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
  width: 220px;
}
.home_philosophy .items .item img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
  min-height: 60px;
}
.home_philosophy .items .item .title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding: 18px 0;
}
.home_philosophy .items .item .description {
  font-size: 14px;
  text-align: center;
  color: #504c4b;
  width: 160px;
  margin: 0 auto;
}
.home_philosophy .items .slick-dots li button::before {
  font-size: 32px;
  line-height: 32px;
  color: #b1b0b0;
}
.home_philosophy .items .slick-dots li.slick-active button::before {
  color: #d29e0e;
}
@media (max-width: 1023px) {
  .home_philosophy .items .slick-dots {
    bottom: -28px !important;
  }
}
.home_main_banner {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  height: fit-content;
}
.home_main_banner picture,
.home_main_banner img {
  width: 100%;
}
@media (max-width: 1023px) {
  .home_main_banner {
    align-items: center;
  }
}
.home_main_banner .content {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1023px) {
  .home_main_banner .content {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 2rem;
  }
}
.home_main_banner .content-title {
  font-size: 27px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 !important;
}
.home_main_banner .content-description {
  font-size: 15px;
  color: #ffffff;
  padding: 36px 0 24px 0;
}
@media (max-width: 768px) {
  .home_main_banner .content-description {
    padding-bottom: 24px;
  }
}
.home_main_banner .content-link {
  background: #fff;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #1c1715;
  font-family: 'Spartan', 'arial';
}
@media (max-width: 768px) {
  .home_main_banner .content-link {
    color: #1c1715;
    background-color: #fff;
    padding: 12px 28px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .home_main_banner img {
    height: 375px;
    object-fit: cover;
  }
}
.home_protection {
  background-image: url('/pub/media/background/food-drawing.webp');
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 0 12px;
}
.home_protection_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 36px auto;
  background-color: #f5f5f5;
  max-width: 900px;
  padding: 54px;
}
@media (max-width: 767px) {
  .home_protection_content {
    flex-direction: column;
    width: auto;
    padding: 24px 0;
    margin: 0;
  }
}
.home_protection_content .col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .home_protection_content .col {
    flex-direction: column;
    width: auto;
    padding: 12px 36px;
    margin: 0;
  }
}
.home_protection_content .col .title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: left;
  padding: 24px 0;
}
.home_protection_content .col .description {
  font-size: 15px;
  color: #504c4b;
  text-align: left;
}
@media (max-width: 768px) {
  .home_protection_content .col .description {
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .home_protection_content .col img {
    padding-bottom: 28px;
  }
}
.home_sustainability {
  width: 100%;
  height: 400px;
  position: relative;
  background-image: url('/pub/media/background/background-sustainability.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  background-color: #1c1715;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  .home_sustainability {
    height: auto;
  }
}
.home_sustainability .col {
  padding: 30px 20px;
  max-width: 1000px;
  width: auto;
}
.home_sustainability .col .title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .home_sustainability .col .title {
    text-align: center;
  }
}
.home_sustainability .col .description {
  text-align: left;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 1023px) {
  .home_sustainability .col .description {
    text-align: center;
    width: 100%;
  }
}
.home_sustainability .col .discover {
  background-color: #ffffff;
  color: #1c1715;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
}
.home_sustainability img {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .home_sustainability img {
    display: none;
  }
}
.home_testimonials {
  padding: 64px 20px;
  max-width: 960px;
  width: auto;
  margin: 0 auto;
}
.home_testimonials .title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 24px 0 18px;
}
.home_testimonials .chefs-testimonials {
  max-width: 1280px;
  width: 100%;
  margin: 48px auto 36px;
}
.home_testimonials .chefs-testimonials-items .chefs-testimonials-item {
  display: flex !important;
  flex-direction: row;
  float: left !important;
  align-items: center;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 48px 48px;
  margin: 0;
}
@media (max-width: 768px) {
  .home_testimonials .chefs-testimonials-items .chefs-testimonials-item {
    flex-direction: column;
    padding: 24px 44px;
    margin: 0;
  }
}
.home_testimonials .chefs-testimonials-items .chefs-testimonials-item img {
  display: block;
  max-width: 300px;
  max-height: 300px;
}
@media (max-width: 767px) {
  .home_testimonials .chefs-testimonials-items .chefs-testimonials-item img {
    max-width: 260px;
    max-height: 260px;
  }
}
.home_testimonials .chefs-testimonials-items .chefs-testimonials-item .chefs-testimonials-content {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .home_testimonials .chefs-testimonials-items .chefs-testimonials-item .chefs-testimonials-content {
    padding: 24px 0;
  }
}
.home_testimonials .chefs-testimonials-items .chefs-testimonials-item .chefs-testimonials-content-title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1715;
}
.home_testimonials .chefs-testimonials-items .chefs-testimonials-item .chefs-testimonials-content-description {
  font-size: 15px;
  color: #504c4b;
  margin: 24px 0;
  text-align: left;
  padding: 12px 0 48px;
}
.home_testimonials .chefs-testimonials-items .chefs-testimonials-item .chefs-testimonials-content-link {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 8px 24px;
}
.horeca-content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  width: 880px;
  padding: 54px 0;
}
@media (max-width: 1023px) {
  .horeca-content {
    width: auto;
    padding: 36px 12px;
    flex-direction: column;
  }
}
.horeca-content-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  padding: 0 0 18px;
}
.horeca-content-description {
  font-size: 15px;
  color: #504c4b;
  text-align: center;
}
.horeca-content-bottom {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  padding: 54px 0;
}
@media (max-width: 1023px) {
  .horeca-content-bottom {
    width: auto;
  }
}
.horeca-content-bottom-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
  margin-bottom: 36px;
  padding: 0 0 18px;
}
@media (max-width: 1023px) {
  .horeca-content-bottom-title {
    padding: 0 24px 24px;
  }
}
.horeca-content-bottom-description {
  font-size: 15px;
  color: #504c4b;
  text-align: justify;
  column-count: 2;
  width: auto;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .horeca-content-bottom-description {
    column-count: 1;
    padding: 0 12px;
  }
}
.horeca-brands {
  background-color: #f5f5f5;
}
.horeca-brands .items {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  padding: 32px 0;
}
.horeca-banner {
  position: relative;
}
@media (max-width: 1023px) {
  .horeca-banner {
    height: 600px;
  }
}
.horeca-banner img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  filter: brightness(50%);
}
@media (max-width: 1023px) {
  .horeca-banner img {
    height: 100%;
  }
}
.horeca-banner-description {
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 780px;
  text-align: center;
  padding: 0 12px;
}
@media (max-width: 1023px) {
  .horeca-banner-description {
    width: 90%;
  }
}
.work_with_us .wwu-introduction {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.work_with_us .wwu-introduction-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin-top: 64px;
  margin-bottom: 48px;
  padding-bottom: 16px;
}
.work_with_us .wwu-introduction-description {
  font-size: 15px;
  color: #504c4b;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .work_with_us .wwu-introduction-description {
    padding: 0 12px;
    line-height: 1.4;
  }
}
.work_with_us .wwu-positions {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto !important;
  margin-top: 64px;
}
.work_with_us .wwu-positions-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  padding-bottom: 48px;
  text-align: center;
}
.work_with_us .wwu-positions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  row-gap: 76px;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .work_with_us .wwu-positions-list {
    display: flex;
    flex-direction: column;
  }
}
.work_with_us .wwu-positions-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work_with_us .wwu-positions-list-item-content {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
.work_with_us .wwu-positions-list-item-content-img {
  max-width: 100px;
}
.work_with_us .wwu-positions-list-item-content-title {
  font-size: 16px;
  font-weight: 500;
  color: #1c1715;
  padding-top: 16px;
  max-width: 220px;
  text-align: center;
}
.work_with_us .wwu-positions-list-item-link {
  background-color: #d29e0e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 140px;
  padding: 8px 0;
  margin-top: 24px;
}
.work_with_us .wwu-bottom-banner {
  position: relative;
  background-image: url('/pub/media/background/lavoraconnoi-img.jpg');
  background-size: cover;
  background-position: center right;
  height: 500px;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (max-width: 1023px) {
  .work_with_us .wwu-bottom-banner {
    background-position: center center;
    height: 100%;
    padding: 64px 0;
  }
}
.work_with_us .wwu-bottom-banner-content {
  max-width: 600px;
  padding-left: 8%;
}
@media (max-width: 1023px) {
  .work_with_us .wwu-bottom-banner-content {
    padding: 0 12px;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
}
.work_with_us .wwu-bottom-banner-content-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .work_with_us .wwu-bottom-banner-content-title {
    text-align: center;
  }
}
.work_with_us .wwu-bottom-banner-content-description {
  font-size: 15px;
  color: #504c4b;
}
@media (max-width: 1023px) {
  .work_with_us .wwu-bottom-banner-content-description {
    padding: 0 12px;
    text-align: center;
  }
}
.work_with_us_job {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work_with_us_job .job {
  max-width: 1280px;
  padding: 48px 20px 24px;
}
.work_with_us_job .job-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: center;
}
.work_with_us_job .job-description {
  font-size: 15px;
  color: #504c4b;
  text-align: center;
  max-width: 800px;
  padding: 24px 0;
}
.work_with_us_job .requirements-container {
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  justify-content: center;
}
.work_with_us_job .requirements-container .requirements {
  max-width: 1280px;
  padding: 36px 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.work_with_us_job .requirements-container .requirements .rules,
.work_with_us_job .requirements-container .requirements .contract {
  padding: 20px;
}
.work_with_us_job .requirements-container .requirements .rules-title,
.work_with_us_job .requirements-container .requirements .contract-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  text-align: left;
}
.work_with_us_job .requirements-container .requirements .rules-description,
.work_with_us_job .requirements-container .requirements .contract-description {
  font-size: 15px;
  color: #504c4b;
}
.reseller-introduction .title {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 52px auto 36px;
  max-width: 800px;
  padding: 0 12px;
}
.reseller-introduction .content {
  font-size: 16px;
  color: #504c4b;
  text-align: center;
  max-width: 800px;
  margin: 32px auto !important;
}
@media (max-width: 1023px) {
  .reseller-introduction .content {
    padding: 0 12px;
  }
}
.terms-conditions {
  margin: 0 auto;
  max-width: 1280px;
  padding: 64px 12px;
}
.terms-conditions-item {
  padding: 24px 0;
}
.terms-conditions-item-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
}
.terms-conditions-item-content {
  font-size: 15px;
  font-weight: 500;
  color: #504c4b;
  text-align: justify;
}
body.account .page-wrapper #maincontent {
  margin-top: 150px;
}
@media (max-width: 1023px) {
  body.account .page-wrapper #maincontent {
    margin-top: 172px;
  }
}
body.account .page-wrapper .columns {
  padding: 64px 0;
}
@media (max-width: 1023px) {
  body.account .page-wrapper .columns {
    padding: 16px 0 64px;
  }
}
body.account .page-wrapper .columns .column.main {
  padding: 0;
}
body.account .page-wrapper .page-title {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  color: #1c1715;
}
body.customer-account-create .page-wrapper {
  background-image: url('/pub/media/background/registration.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}
body.customer-account-create .page-wrapper #maincontent {
  margin-top: 150px;
}
@media (max-width: 768px) {
  body.customer-account-create .page-wrapper #maincontent {
    padding: 0 !important;
  }
}
body.customer-account-login .page-wrapper,
body.customer-account-forgotpassword .page-wrapper {
  background-image: url('/pub/media/background/img-form-signup.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}
body.customer-account-login .page-wrapper #maincontent,
body.customer-account-forgotpassword .page-wrapper #maincontent {
  margin-top: 150px;
}
@media (max-width: 767px) {
  body.customer-account-login .page-wrapper #maincontent,
  body.customer-account-forgotpassword .page-wrapper #maincontent {
    margin-top: 175px;
  }
}
body.customer-account-edit .form-address-edit,
body.customer-address-form .form-address-edit {
  display: flex;
  flex-direction: column;
}
body.customer-account-edit .form-address-edit .fieldset .legend,
body.customer-address-form .form-address-edit .fieldset .legend {
  margin: 0 !important;
  padding-bottom: 12px;
  color: #1c1715;
  font-weight: 500;
}
body.customer-account-edit .form-address-edit .fieldset .field.choice.set.billing,
body.customer-address-form .form-address-edit .fieldset .field.choice.set.billing,
body.customer-account-edit .form-address-edit .fieldset .field.choice.set.shipping,
body.customer-address-form .form-address-edit .fieldset .field.choice.set.shipping {
  display: flex;
  align-items: start;
  justify-content: left;
  padding: 6px 0;
}
body.customer-account-edit .form-address-edit .fieldset .field.choice.set.billing::before,
body.customer-address-form .form-address-edit .fieldset .field.choice.set.billing::before,
body.customer-account-edit .form-address-edit .fieldset .field.choice.set.shipping::before,
body.customer-address-form .form-address-edit .fieldset .field.choice.set.shipping::before {
  display: none;
}
body.customer-account-edit .form-address-edit .fieldset .field,
body.customer-address-form .form-address-edit .fieldset .field {
  margin: 0 !important;
}
body.customer-account-edit .form-address-edit .fieldset .field .control,
body.customer-address-form .form-address-edit .fieldset .field .control {
  width: 100%;
}
body.customer-account-edit .form-address-edit .fieldset input[type=text],
body.customer-address-form .form-address-edit .fieldset input[type=text],
body.customer-account-edit .form-address-edit .fieldset input[type=tel],
body.customer-address-form .form-address-edit .fieldset input[type=tel],
body.customer-account-edit .form-address-edit .fieldset select,
body.customer-address-form .form-address-edit .fieldset select {
  height: 45px;
  background-color: #fff;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #504c4b;
  font-family: 'Spartan', 'arial' !important;
  margin: 8px 0;
}
body.customer-account-edit .form-address-edit .fieldset input[type=checkbox],
body.customer-address-form .form-address-edit .fieldset input[type=checkbox] {
  margin: 0 !important;
  height: auto !important;
}
body.customer-account-edit .form-address-edit .fieldset .disabled-field-text,
body.customer-address-form .form-address-edit .fieldset .disabled-field-text {
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  margin: 8px 0 !important;
  height: 45px;
  background-color: #b1b0b0;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #504c4b;
  font-family: 'Spartan', 'arial' !important;
}
body.customer-account-edit .form-address-edit .actions-toolbar,
body.customer-address-form .form-address-edit .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0 !important;
}
body.customer-account-edit .form-address-edit .actions-toolbar .primary,
body.customer-address-form .form-address-edit .actions-toolbar .primary {
  margin-left: 18px;
}
body.newsletter-manage-index .fieldset .legend {
  margin: 0 !important;
}
body.newsletter-manage-index .fieldset .field.choice::before {
  display: none;
}
body.newsletter-manage-index .actions-toolbar {
  margin: 0 !important;
  display: flex;
  justify-content: left;
}
body.newsletter-manage-index .actions-toolbar::before {
  display: none;
}
#block-collapsible-nav {
  background: none;
}
@media (max-width: 767px) {
  #block-collapsible-nav {
    background: #f5f5f5;
  }
}
#block-collapsible-nav .nav.items .nav.item {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2.5;
}
#block-collapsible-nav .nav.items .nav.item.current > strong {
  border: none !important;
  color: #d29e0e !important;
  font-weight: 500 !important;
  line-height: 2.5;
}
body.customer-account-index .page-wrapper .block-dashboard-info .block-content .box-information {
  width: auto;
  background: #f5f5f5;
  padding: 24px;
}
body.customer-account-index .page-wrapper .block-dashboard-info .block-content .box-information .box-title > span {
  font-size: 15px;
  font-weight: normal;
  color: #d29e0e;
}
body.customer-account-index .page-wrapper .block-dashboard-info .block-content .box-information .box-content > p {
  font-size: 15px;
  color: #504c4b;
}
body.customer-account-index .page-wrapper .block-dashboard-info .block-content .box-information .box-actions {
  text-align: right;
}
body.customer-account-index .page-wrapper .block-dashboard-info .block-content .box-information .box-actions a {
  font-size: 14px;
  font-weight: 600;
  color: #d29e0e;
}
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content {
  display: flex;
  flex-direction: column;
}
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-billing-address,
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-shipping-address {
  width: auto;
  background: #f5f5f5;
  padding: 24px;
}
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-billing-address .box-title > span,
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-shipping-address .box-title > span {
  font-size: 15px;
  font-weight: normal;
  color: #d29e0e;
}
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-billing-address .box-content > p,
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-shipping-address .box-content > p {
  font-size: 15px;
  color: #504c4b;
}
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-billing-address .box-actions,
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-shipping-address .box-actions {
  text-align: right;
}
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-billing-address .box-actions a,
body.customer-account-index .page-wrapper .block-dashboard-addresses .block-content .box-shipping-address .box-actions a {
  font-size: 14px;
  font-weight: 600;
  color: #d29e0e;
}
.action.primary.add,
.action.save.primary {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.form-edit-account {
  margin-bottom: 36px;
}
.form-edit-account #change-password {
  margin: 0 !important;
  top: 0 !important;
  height: 0 !important;
}
.form-edit-account .actions-toolbar .primary .action.save.primary {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 8px 36px;
}
.form-edit-account .actions-toolbar .secondary .action.back {
  font-size: 14px;
  font-weight: 500;
  color: #d29e0e;
}
.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .login-container {
    padding: 0;
  }
}
.login-container .fieldset:after {
  display: none;
}
.login-container .block-customer-login {
  width: 800px !important;
  height: 320px !important;
  padding: 24px 0 40px;
  margin: 0;
  background-color: #f5f5f5;
  background-image: url('/pub/media/background/form-ill.png');
  background-repeat: no-repeat;
  background-size: 410px;
  background-position: top right;
}
@media (max-width: 767px) {
  .login-container .block-customer-login {
    width: 100% !important;
    height: 100% !important;
    padding: 24px 0;
  }
}
.login-container .block-customer-login .block-content {
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .login-container .block-customer-login .block-content {
    width: auto;
  }
}
.login-container .block-customer-login .block-content-title {
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  color: #1c1715;
}
@media (max-width: 767px) {
  .login-container .block-customer-login .block-content-title {
    padding: 0 12px;
  }
}
.login-container .block-customer-login .block-content-note {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #504c4b;
}
@media (max-width: 768px) {
  .login-container .block-customer-login .block-content-note {
    padding: 0 12px;
  }
}
.login-container .block-customer-login .block-content-note-first {
  font-size: 15px;
  padding: 4px 0;
}
.login-container .block-customer-login .block-content-note-second {
  font-size: 12px;
  padding: 4px 0;
}
.login-container .block-customer-login .block-content-note-second-link {
  font-weight: bold;
  color: #d29e0e;
}
@media (max-width: 768px) {
  .login-container .block-customer-login .block-content .form-login {
    padding: 0 12px;
  }
}
.login-container .block-customer-login .block-content .form-login .field.email,
.login-container .block-customer-login .block-content .form-login .field.password {
  margin: 18px 0 !important;
}
.login-container .block-customer-login .block-content .form-login .field.email .control,
.login-container .block-customer-login .block-content .form-login .field.password .control {
  width: 100% !important;
}
.login-container .block-customer-login .block-content .form-login .field.email .control input,
.login-container .block-customer-login .block-content .form-login .field.password .control input {
  height: 45px;
  background-color: #fff;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #504c4b;
  font-family: 'Spartan', 'arial' !important;
}
.login-container .block-customer-login .block-content .form-login .field.password.required {
  font-size: 13px;
  color: #504c4b;
}
.login-container .block-customer-login .block-content .form-login .block-new-customer {
  padding: 8px 0;
}
.login-container .block-customer-login .block-content .form-login .action.remind {
  text-decoration: underline;
  color: #d29e0e;
}
.login-container .block-customer-login .block-content .form-login .actions-toolbar {
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 16px 0 0 !important;
}
.login-container .block-customer-login .block-content .form-login .actions-toolbar .primary {
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  font-weight: 500;
  background-color: #d29e0e;
  width: 180px;
  height: 40px;
  margin: 0px !important;
  color: #ffffff;
  border: none;
}
.login-container .block-customer-login .block-customer-login-heading {
  font-weight: 400;
  font-size: 16px;
}
.login-container .form.password.reset {
  margin-top: 100px;
}
.form-create-account {
  margin: 24px auto 48px;
  max-width: 980px !important;
  width: 980px !important;
  background-color: #f5f5f5;
  padding: 24px 36px;
}
@media (max-width: 768px) {
  .form-create-account {
    width: auto !important;
  }
}
.form-create-account .form-create-account-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  padding: 16px 0;
}
.form-create-account .form-create-account-subtitle,
.form-create-account .form-existing-account {
  font-size: 15px;
  color: #504c4b;
  padding: 12px 0;
}
.form-create-account .fieldset,
.form-create-account .fieldset.create.info {
  margin: 0 !important;
}
.form-create-account .row {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .form-create-account .row {
    grid-template-columns: 100%;
    padding: 0 0 10px;
  }
}
.form-create-account .row .field {
  width: 100%;
}
.form-create-account .row .field .control input,
.form-create-account .row .field .control select {
  height: 45px;
  background-color: #fff;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #504c4b;
  font-family: 'Spartan', 'arial' !important;
  border: none;
}
.form-create-account .row .field .control input::placeholder,
.form-create-account .row .field .control select::placeholder {
  color: #504c4b;
  font-weight: 500;
}
.form-create-account .row .field .control .password-strength-meter {
  background-color: transparent;
  font-size: 12px;
  color: black;
}
.form-create-account .row .info-popup-country .dropdown-button {
  background-color: #f5f5f5;
  font-size: 15px;
  font-weight: 500;
  color: #504c4b;
  border: 1px solid #d69f00;
  border-radius: 22.5px;
  font-family: 'Spartan', 'arial';
  padding: 7px;
  height: 45px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}
.form-create-account .row .info-popup-country .dropdown-button .info-icon {
  content: url("/pub/media/icons/info.png");
}
.form-create-account .row .info-popup-country .dropdown-button .info-text {
  padding-left: 6px;
}
.form-create-account .row .info-popup-country .mage-dropdown-dialog {
  position: absolute;
  background-color: #fff7e1;
  border: 1px solid #d69f00;
  max-width: 480px;
  border-radius: 10px;
  padding: 6px;
  margin-top: -126px;
}
.form-create-account .row .info-popup-country .mage-dropdown-dialog #dropdown-dialog {
  font-size: 12px;
  font-family: 'Spartan', 'arial';
  font-weight: 500;
  color: #504c4b;
  line-height: 1.58;
}
.form-create-account .row .info-popup-country .mage-dropdown-dialog #dropdown-dialog svg {
  position: absolute;
  height: 16px;
  top: 68px;
  left: 50px;
}
.form-create-account .row .info-popup-country .mage-dropdown-dialog #dropdown-dialog svg #box {
  width: 16px;
  height: 16px;
  border: 1px solid #d69f00;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  fill: #fff7e1;
  stroke: #d69f00;
  stroke-width: 1px;
}
.form-create-account .row .info-popup-country .mage-dropdown-dialog .ui-dialog-buttonset {
  display: none;
}
.form-create-account .newsletter {
  display: flex;
  align-items: center;
}
.form-create-account .actions-toolbar {
  display: flex;
  margin: 0 0 36px !important;
  justify-content: center;
}
.form-create-account .actions-toolbar .primary {
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  font-weight: 500;
  background-color: #d29e0e;
  margin: 0px !important;
  color: #ffffff;
  border: none;
  width: 180px;
  height: 40px;
}
.form-create-account .form-title {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin: 12px 0;
}
.form-create-account .title_form_registration {
  padding: 6px 0 24px;
}
.form-create-account .title_form_registration p {
  font-size: 15px;
  color: #504c4b;
  text-align: left;
}
.form-create-account .info_form_registration {
  padding: 28px 0;
}
.form-create-account .info_form_registration p {
  font-size: 13px;
  color: #504c4b;
  text-align: left;
}
body.customer-account-forgotpassword .column.main {
  display: flex;
  justify-content: center;
}
body.customer-account-forgotpassword .column.main .form.password.forget {
  width: 800px !important;
  padding: 24px 0;
  margin: 0;
  background-color: #f5f5f5;
  background-image: url('/pub/media/background/form-ill.png');
  background-repeat: no-repeat;
  background-size: 410px;
  background-position: top right;
}
@media (max-width: 959px) {
  body.customer-account-forgotpassword .column.main .form.password.forget {
    padding: 24px 12px;
  }
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset {
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  body.customer-account-forgotpassword .column.main .form.password.forget fieldset {
    width: 100%;
  }
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.note {
  color: #1c1715;
  text-align: left;
  font-size: 15px;
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.email {
  margin: 18px 0 !important;
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.email .control {
  width: 100%;
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.email .control input {
  height: 45px;
  background-color: #fff;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #504c4b;
  font-family: 'Spartan', 'arial' !important;
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.captcha label {
  font-weight: 500;
  width: 100%;
  padding: 0;
  text-align: left;
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.captcha .control.captcha {
  width: 100%;
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.captcha .control.captcha input {
  height: 45px;
  background-color: #fff;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #504c4b;
  font-family: 'Spartan', 'arial' !important;
}
@media (max-width: 959px) {
  body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.captcha .control.captcha .nested .control.captcha-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.captcha .control.captcha .nested .control.captcha-image .action.reload.captcha-reload {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 12px;
  height: 32px;
}
@media (max-width: 959px) {
  body.customer-account-forgotpassword .column.main .form.password.forget fieldset .field.captcha .control.captcha .nested .control.captcha-image .action.reload.captcha-reload {
    width: fit-content;
    margin: 12px 0;
  }
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
}
.block.newsletter .field.newsletter {
  display: flex;
  align-items: center;
  position: relative;
}
.block.newsletter .field.newsletter .control {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.block.newsletter .field.newsletter .control::before {
  display: none;
}
.block.newsletter .field.newsletter .control #newsletter {
  font-family: 'Spartan', 'arial';
  font-size: 14px;
  width: 200px;
  height: 40px;
  background-color: #ffffff;
  color: #504c4b;
  border: none;
  padding: 0 0 0 10px !important;
  margin: 0;
}
.block.newsletter .field.newsletter .control #newsletter::placeholder {
  font-family: 'Spartan', 'arial';
  font-size: 12px;
  color: #504c4b;
  line-height: 1.67;
  padding-left: 10px !important;
}
.block.newsletter .field.newsletter .control .actions {
  position: absolute;
  width: auto;
  padding: 0 6px;
  background: #fff;
}
.block.newsletter .field.newsletter .control .actions .action.subscribe.primary {
  font-size: 22px;
  font-weight: normal;
  color: #d29e0e;
  background: none;
  border: none;
  padding: 0;
}
@media (max-width: 768px) {
  .block.newsletter {
    margin-bottom: 0;
  }
}
.block-search {
  display: none;
  background: #1c1715;
  z-index: 5;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .block-search {
    width: 100%;
    margin: 0;
  }
}
.block-search .block-content {
  width: 100%;
}
.block-search #search_mini_form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #1c1715;
}
@media (max-width: 767px) {
  .block-search #search_mini_form {
    padding: 0 24px;
  }
}
.block-search #search_mini_form .field.search {
  width: 700px;
  background: #1c1715;
  padding: 16px;
}
@media (max-width: 767px) {
  .block-search #search_mini_form .field.search {
    width: 100%;
  }
  .block-search #search_mini_form .field.search label.label {
    display: none;
  }
  .block-search #search_mini_form .field.search div.control {
    border: none;
  }
}
.block-search #search_mini_form .field.search input {
  font-family: 'Spartan', 'arial';
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #fff;
  background-color: #1c1715;
}
@media (max-width: 767px) {
  .block-search #search_mini_form .field.search input {
    position: relative;
    left: 0;
  }
}
.block-search #search_mini_form .field.search:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
}
.block-search #search_mini_form .actions {
  display: flex;
  align-items: center;
  width: auto;
}
.block-search #search_mini_form .actions .action.search {
  position: relative !important;
  right: 40px !important;
}
.block-search #search_mini_form .actions .search-close {
  color: #b1b0b0;
  border: none;
  background: none;
  font-weight: 100;
  padding: 0px;
  margin: 0px;
  font-size: 24px;
}
.block-search .searchsuite-autocomplete {
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 700px;
  border: none;
}
@media (max-width: 767px) {
  .block-search .searchsuite-autocomplete {
    left: 0;
    right: 0;
    width: 90%;
    border: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 1px #757575;
    -webkit-box-shadow: 0px 0px 7px 1px #757575;
    -moz-box-shadow: 0px 0px 7px 1px #757575;
    -o-box-shadow: 0px 0px 7px 1px #757575;
  }
}
.mobile-wrapper {
  display: none;
}
.mobile-wrapper .search-mobile .field-wrapper {
  display: flex;
  padding: 6px 12px;
}
.mobile-wrapper .search-mobile .field-wrapper #custom-search::placeholder {
  font-family: 'Spartan', 'arial';
}
.mobile-wrapper .search-mobile .field-wrapper .custom-submit {
  margin-left: 4px;
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
body.wishlist-index-index .products-grid.wishlist {
  margin-bottom: 36px;
}
body.wishlist-index-index .products-grid.wishlist .product-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  column-gap: 10px;
  row-gap: 15px;
}
@media (max-width: 599px) {
  body.wishlist-index-index .products-grid.wishlist .product-items {
    grid-template-columns: auto;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  body.wishlist-index-index .products-grid.wishlist .product-items {
    grid-template-columns: auto auto;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item {
  position: relative;
  width: 280px !important;
  max-width: 280px !important;
  height: 500px !important;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(80, 76, 75, 0.15);
  margin: 0 !important;
  justify-self: center;
}
@media (max-width: 1023px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 280px !important;
  }
}
@media (max-width: 767px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    width: 280px !important;
    margin: 0 auto !important;
    border: none;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .actions-primary {
  position: absolute;
  display: none;
  top: 50%;
  bottom: 50%;
  z-index: 2;
  width: 100%;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .actions-primary .tocart-form {
  display: flex;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .actions-primary .action.tocart.primary {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item:hover {
  background-color: #d29e0e;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item:hover .product-item-link,
body.wishlist-index-index .products-grid.wishlist .product-items .product-item:hover .old-price span,
body.wishlist-index-index .products-grid.wishlist .product-items .product-item:hover .special-price span {
  color: #ffffff !important;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  padding: 18px;
  height: 240px;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info {
    padding: 8px;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .top-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .product-item-premiato {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4px 0 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d29e0e;
  z-index: 2;
}
@media (max-width: 767px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .product-item-premiato {
    width: 40px;
    height: 40px;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .black-icons {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount {
  width: 70px;
  height: 26px;
  background-color: #1c1715;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product,
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount {
    margin: 0;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .black-icons .icon-new-product .text,
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .black-icons .icon-discount .text {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-extra-info .extra-discount {
  z-index: 2;
  background-color: #1c1715;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: fit-content;
  padding: 8px 12px;
  width: fit-content;
  display: flex;
  align-self: flex-end;
  text-transform: uppercase;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
  width: 100%;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
    display: flex;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  width: 252px !important;
  padding: 14px;
  width: 100%;
  margin: 0 auto;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-photo {
  background: #fff;
  margin: 0 !important;
  position: relative;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details {
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-categories {
  font-size: 13px;
  color: #1c1715;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-categories {
    display: none;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name {
    margin: 0px;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 15px;
  font-weight: 500;
  color: #1c1715;
  hyphens: none;
  -webkit-hyphens: none;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
    font-weight: 500;
    color: #1c1715;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-additional-info {
  text-align: center;
  height: 20px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-additional-info-title {
  font-size: 11px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-manufacturer {
  text-align: center;
  font-size: 13px;
  color: #1c1715;
  min-height: 20px;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-manufacturer {
    padding: 8px 0;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 23px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0px;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price {
    text-align: left;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .old-special-price,
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .old-special-price {
  display: flex;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price,
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price {
    text-align: center;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
  font-size: 11px;
  color: #1c1715;
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-price .vat-excl,
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .container-special-price .vat-excl {
    margin: 0;
  }
}
@media (max-width: 768px) {
  body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .discount {
    display: none;
  }
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price {
  display: flex;
  flex-direction: column;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .price {
  font-size: 16px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .final_price .price-final_price .vat-excl {
  font-size: 14px;
  color: gray;
  margin: 14px 0;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .special-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #cf9c0d;
  padding: 0 4px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .price-box.price-final_price .old-price .price {
  font-weight: 500;
  font-size: 15px;
  color: #1c1715;
  padding: 0 4px;
  /*text-decoration: line-through;*/
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-box-price-symbols .stock.unavailable span {
  font-size: 14px;
  color: gray;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols {
  height: fit-content;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item {
  margin: 1px 3px;
  display: flex;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels {
  background-color: #d2b13d;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px;
  display: inline-block;
  line-height: 10px !important;
  height: 8px;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.additive-free,
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.preservative-free {
  background-color: #af9ec0;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.gluten-free {
  background-color: #cc9a51;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.lactose-free {
  background-color: #9fbbb8;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.palmoil-free {
  background-color: #8ea649;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.yeast-free {
  background-color: #a68d60;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.sugar-free {
  background-color: #7fc2c6;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.milk-free {
  background-color: #5dbde8;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.egg-free {
  background-color: #d2b13d;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.aroma-free {
  background-color: #cc9a51;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.bio {
  background-color: #71c527;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item .product-item-info .product-item-details .product-item-symbols .items .item .labels.vegan {
  background-color: #0bb238;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .product-item-photo .product-image-container {
  max-width: 100% !important;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .product-item-name {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #1c1715;
  margin: 0;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .product-item-inner {
  display: flex;
  justify-content: center;
}
body.wishlist-index-index .products-grid.wishlist .product-items .product-item-info .product-item-inner .product-item-actions .btn-remove.action.delete {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 4px 8px;
}
body.wishlist-index-index .actions-toolbar button {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
@media (max-width: 1023px) {
  body.wishlist-index-index .pager {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
body.mpsavecart-dashboard-index .block-dashboard-history .block-title > strong {
  font-size: 25px;
  font-weight: 500;
  color: #1c1715;
  margin-bottom: 32px;
}
body.mpsavecart-dashboard-index .block-dashboard-history .block-content .history-recent .cart {
  background-color: #f5f5f5;
  padding: 16px;
  width: 280px;
}
body.mpsavecart-dashboard-index .block-dashboard-history .block-content .history-recent .cart-name {
  font-size: 15px;
  color: #d29e0e;
  padding-bottom: 14px;
}
body.mpsavecart-dashboard-index .block-dashboard-history .block-content .history-recent .cart-items {
  font-size: 15px;
  color: #504c4b;
  padding-bottom: 36px;
}
body.mpsavecart-dashboard-index .block-dashboard-history .block-content .history-recent .cart-actions {
  font-size: 14px;
  font-weight: 600;
  color: #d29e0e;
  text-decoration: underline;
}
.modal-popup.mp-save-cart-content {
  font-size: 13px;
}
.modal-popup.mp-save-cart-content #mpsavecart-name,
.modal-popup.mp-save-cart-content #mpsavecart-description {
  font-family: 'Spartan', 'arial';
}
.modal-popup.mp-save-cart-content .mpsavecart-model-button .action.primary {
  background-color: #d29e0e !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.modal-popup.mp-save-cart-content .mpsavecart-model-button .action.cancel {
  background-color: #f5f5f5 !important;
  font-family: 'Spartan', 'arial' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  border: none !important;
  border-radius: 0 !important;
  color: #1c1715 !important;
}
