:root {
  --msgInformationHeight: 0px;
  --color-gray: #f9f9f9;
  --color-white: #fff;
  --color-border: #e4e2d7;
  --color-green: #625b41;
  --color-red: #a81c00;
  --color-orange: #e27d67;
  --color-bg: #3d4c61;
  --color-bg-light: #f2f5f9;
  --shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  --icon-user: "\e920";
  --icon-cart: "\e900";
  --icon-search: "\e91c";
  --icon-heart: "\e910";
  --icon-close: "\e90c";
  --icon-arrow-right: "\e901";
  --icon-arrow-up: "\e904";
  --icon-arrow-down: "\e902";
  --icon-arrow-left: "\e903";
  --icon-caret-right: "\e906";
  --icon-caret-left: "\e908";
  --icon-caret-up: "\e909";
  --icon-caret-down: "\e907";
  --icon-home: "\e911";
  --icon-phone: "\e916";
  --icon-mail: "\e914";
  --icon-menu: "\e923";
  --icon-menu-close: "\e922";
  --icon-minus: "\e91b";
  --icon-plus: "\e919";
  --icon-print: "\e91a";
  --icon-share: "\e91d";
  --icon-chat: "\e915";
  --icon-bell: "\e905";
  --icon-star: "\e924";
  --icon-star-half: "\e925";
  --icon-star-empy: "\e91e";
  --icon-pinterest: "\e918";
  --icon-twitter: "\e91f";
  --icon-youtube: "\e921";
  --icon-linkedin: "\e913";
  --icon-instagram: "\e912";
  --icon-facebook: "\e90e";
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?qnn5u3');
  src: url('../fonts/icomoon/icomoon.eot?qnn5u3#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?qnn5u3') format('truetype'), url('../fonts/icomoon/icomoon.woff?qnn5u3') format('woff'), url('../fonts/icomoon/icomoon.svg?qnn5u3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.external-fonts-loaded body,
body.blank-mode {
  font-family: 'Poppins', sans-serif;
}
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6 {
  font-family: 'Playfair Display', sans-serif;
}
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: 'Poppins', sans-serif;
}
.external-fonts-loaded .btn,
.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .products .name {
  font-family: 'Poppins', sans-serif;
}
.external-fonts-loaded #footer h5 {
  font-family: 'Poppins', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  line-height: 1.3;
  color: var(--color-primary);
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
}
h1,
.h1 {
  margin: 0 0 36px 0;
  font-size: 36px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
h4,
.h4 {
  font-size: 28px;
  font-weight: 400;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  color: var(--color-secondary);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: 0;
  padding: 0 0 0 32px;
  line-height: 1.3;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  width: 24px;
  height: 24px;
  top: -2px;
  transform: none;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
}
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  transform: none;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  visibility: visible;
  width: 12px;
  height: 12px;
  left: 6px;
  border: none;
  background-color: var(--color-tertiary);
}
input[type="radio"] + label:before {
  border-radius: 50%;
  background-color: var(--color-bg-light);
  border: 1px solid var(--color-border);
  transform: none;
}
input[type="radio"] + label:after {
  top: 4px;
  content: "";
  border: none;
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-primary);
  border-radius: 50%;
}
.radio-wrapper input[type="radio"]:checked + label:before {
  border-color: var(--color-border);
}
.radio-wrapper input[type="radio"]:checked + label:after {
  border: none;
  background-color: var(--color-tertiary);
}
.radio-wrapper input[type="radio"] + label:before,
.radio-wrapper input[type="radio"] + label:after {
  top: 50%;
  transform: translateY(-50%);
}
.radio-wrapper input[type="radio"] + label:before {
  border-color: var(--color-border);
}
input[type="checkbox"]:checked + label:before {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
input[type="checkbox"]:checked + label:after {
  width: auto;
  height: auto;
  left: 5px;
  top: 3px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-check);
  color: var(--color-white);
  border: none;
  background-color: transparent;
  font-size: 14px;
}
input[type="checkbox"] + label:before {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 3px;
}
.phone-combined-input {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .phone-combined-input {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .phone-combined-input {
    max-width: 487px;
  }
}
.btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 32px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border: none;
  border-radius: 3px;
  color: var(--color-white);
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: none;
}
.btn.btn-cart,
a.btn.btn-cart {
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
.btn.btn-primary,
a.btn.btn-primary {
  background-color: var(--color-secondary);
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: var(--color-secondary-hover);
}
.btn.btn-default,
a.btn.btn-default,
.btn a.btn-default,
a.btn a.btn-default {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.btn.btn-default:hover,
a.btn.btn-default:hover,
.btn a.btn-default:hover,
a.btn a.btn-default:hover {
  background-color: var(--color-secondary-hover);
}
.btn.btn-arrow,
a.btn.btn-arrow {
  column-gap: 12px;
}
.btn.btn-arrow:after,
a.btn.btn-arrow:after {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
}
.btn-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 300ms ease;
  border-bottom: 1px solid var(--color-secondary);
  font-weight: 500;
  text-decoration: none;
  color: var(--color-secondary);
  letter-spacing: 0.1em;
}
.btn-link:hover:after {
  margin-left: 16px;
}
.btn-link:after {
  margin-left: 12px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 300ms ease;
  content: var(--icon-arrow-right);
  font-size: 14px;
}
.phone-combined-input {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .phone-combined-input {
    width: calc(100% - 175px);
  }
}
@media screen and (min-width: 992px) {
  .phone-combined-input {
    max-width: 472px;
  }
}
@media screen and (min-width: 480px) {
}
.form-group label {
  padding-right: 0;
  line-height: 1.3;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form-group label {
    font-size: 16px;
  }
}
.form-group > input.form-control,
.form-group > select.form-control {
  padding-left: 12px;
  padding-right: 12px;
}
.form-group > textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-group .btn.btn-secondary {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  border-color: var(--color-tertiary);
  color: var(--color-tertiary);
}
@media screen and (min-width: 480px) {
  .form-group .btn.btn-secondary {
    width: calc(100% - 175px);
  }
}
@media screen and (min-width: 992px) {
  .form-group .btn.btn-secondary {
    max-width: 472px;
  }
}
.form-group .btn.btn-secondary:hover {
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
}
.form-control {
  height: 50px;
  padding: 0 12px;
  max-width: 487px;
  width: 100%;
  background-color: var(--color-bg-light);
  border-color: var(--color-border);
  font-size: 16px;
  color: var(--color-primary);
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .form-control {
    font-size: 14px;
  }
}
.form-control:focus {
  box-shadow: none;
}
.consents label {
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-tertiary);
  cursor: auto;
}
.consents a {
  color: var(--color-primary);
  text-decoration: underline;
}
.consents a:hover {
  text-decoration: none;
}
.admin-bar {
  display: none !important;
}
body {
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
  color: var(--color-primary);
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  body:before {
    z-index: 4;
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
    content: "";
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.75);
    touch-action: none;
  }
}
@media screen and (min-width: 768px) {
  body.submenu-visible:before,
  body.menu-helper-visible:before {
    opacity: 1;
    visibility: visible;
  }
}
.icon-clock:before {
  content: "\e90a";
}
.icon-close-small:before {
  content: "\e90b";
}
.icon-delivery:before {
  content: "\e90d";
}
.icon-gift:before {
  content: "\e90f";
}
.icon-pin:before {
  content: "\e917";
}
.user-action .container {
  position: relative;
}
strong,
b {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content-wrapper.container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper.container .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-wrapper.container {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .content-wrapper.container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .content-wrapper.container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .content-wrapper.container {
    padding: 0 90px;
  }
}
.container {
  width: 100%;
  max-width: none;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .container {
    padding: 0 90px;
  }
}
.content {
  padding: 0;
}
.content-inner {
  max-width: none;
}
.overall-wrapper {
  padding: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: opacity 100ms ease;
}
#content .btn.unveil-button,
#footer .btn.unveil-button {
  display: inline-flex;
}
#cboxOverlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  opacity: 1 !important;
}
.colorbox-html-content {
  padding: 32px;
}
@media screen and (min-width: 768px) {
  .colorbox-html-content {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .colorbox-html-content {
    padding: 60px;
  }
}
.dkLabFavDetailSpan.hasIcon:before,
.dkLabFavFlagDetail.hasIcon > span:before,
.dkLabFavFlagProduct.hasIcon > span:before,
.dkLabFavProductSpan.hasIcon:before {
  top: 0;
  margin: 0;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-heart);
}
.dkLabFavDetailSpan.hasIcon.dkLabFavouriteDetailLinkRemove:before,
.dkLabFavProductSpan.hasIcon.dkLabFavouriteProductLinkRemove:before {
  content: var(--icon-heart);
}
.sidebar-indented .content .sidebar {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 1200px) {
  .sidebar-indented .content .sidebar {
    margin-right: 60px;
  }
}
.sidebar-indented .category-content-wrapper {
  width: auto;
  flex: 1;
  min-width: 1px;
}
.product-section {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .product-section {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .product-section--detail {
    margin-bottom: 40px;
  }
}
.product-section--hp .product-section__title {
  text-align: center;
  font-size: 48px;
  margin: 0 0 24px 0;
}
@media screen and (min-width: 768px) {
  .product-section--hp .product-section__title {
    margin-bottom: 48px;
  }
}
.breadcrumbs-wrapper {
  margin: 0 auto 16px auto;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-wrapper {
    margin-bottom: 40px;
  }
}
.breadcrumbs {
  display: block;
  margin: 0 auto;
  color: var(--color-primary);
  background-color: transparent;
  border-bottom: none;
}
.breadcrumbs:before {
  display: none;
}
.breadcrumbs a {
  text-decoration: underline;
  color: var(--color-primary);
}
.breadcrumbs a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.breadcrumbs #navigation-first span {
  display: none;
}
.breadcrumbs #navigation-first a {
  padding: 0;
  text-decoration: none;
}
.breadcrumbs #navigation-first a:before {
  display: inline;
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-home);
  font-size: 18px;
  transform: none;
  background-color: transparent;
}
.breadcrumbs > span {
  display: inline;
  margin-right: 8px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs > span {
    margin-right: 16px;
  }
}
.breadcrumbs > span a {
  color: var(--color-addons);
  text-decoration: none;
  transition: color 300ms ease;
}
.breadcrumbs > span a:hover {
  color: var(--color-primary);
}
.breadcrumbs > span:after {
  position: relative;
  top: 1px;
  margin-left: 8px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-arrow-right);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs > span:after {
    margin-left: 16px;
  }
}
.breadcrumbs > span:last-child {
  margin-right: 0;
  color: var(--color-primary);
}
.breadcrumbs > span:last-child:after {
  display: none;
}
.breadcrumbs > span > a {
  display: inline;
  min-height: 0;
  padding: 0;
}
.breadcrumbs > span > a:before,
.breadcrumbs > span > a:after {
  display: none;
}
.breadcrumbs > span > span {
  display: inline;
  padding: 0;
}
.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 24px;
  background-color: var(--color-white);
}
.swiper-nav:hover {
  color: var(--color-secondary);
}
.swiper-nav.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.swiper-nav--prev {
  left: -12px;
}
@media screen and (min-width: 768px) {
  .swiper-nav--prev {
    left: -32px;
  }
}
@media screen and (min-width: 1440px) {
  .swiper-nav--prev {
    left: -60px;
  }
}
@media screen and (min-width: 1680px) {
  .swiper-nav--prev {
    left: -69px;
  }
}
.swiper-nav--prev:before {
  content: var(--icon-caret-left);
}
.swiper-nav--next {
  right: -12px;
}
@media screen and (min-width: 768px) {
  .swiper-nav--next {
    right: -32px;
  }
}
@media screen and (min-width: 1440px) {
  .swiper-nav--next {
    right: -60px;
  }
}
@media screen and (min-width: 1680px) {
  .swiper-nav--next {
    right: -69px;
  }
}
.swiper-nav--next:before {
  content: var(--icon-caret-right);
}
.swiper-nav:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-actions-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 14px;
  color: var(--color-primary);
  background-color: #f6f5f4;
  border-radius: 2px;
}
.swiper-actions-thumbs:hover {
  color: var(--color-primary);
}
.swiper-actions-thumbs.swiper-button-disabled {
  opacity: 0;
}
.swiper-actions-thumbs--prev {
  margin-bottom: 8px;
}
.swiper-actions-thumbs--prev:before {
  content: var(--icon-caret-up);
}
.swiper-actions-thumbs--next {
  margin-top: 8px;
}
.swiper-actions-thumbs--next:before {
  content: var(--icon-caret-down);
}
.swiper-actions-thumbs:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  width: 100%;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  transition: all 300ms ease;
  border-radius: 90px;
  background-color: var(--color-white);
  opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  background-color: var(--color-primary);
}
.flags.flags-default {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.flags.flags-inline {
  flex-direction: row;
}
.flags.flags-inline:after {
  display: none;
}
.flags.flags-inline .flag {
  display: flex;
  align-items: center;
  margin: 0;
}
.flag {
  display: flex;
  align-items: center;
  float: none;
  padding: 0 12px;
  margin: 0;
  height: 24px;
  max-width: none;
  line-height: 1.3;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.flag.flag-discount {
  background-color: var(--color-white);
}
.flag.flag-discount .price-standard {
  display: none;
}
.flag.flag-discount .price-save {
  color: var(--color-secondary);
}
.flags.flags-extra {
  display: none;
}
.stars-wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.stars-label {
  line-height: 1.3;
  text-decoration: underline;
  font-size: 16px;
  color: var(--color-primary);
}
.stars-label:hover {
  text-decoration: none;
}
.stars {
  display: flex;
  align-items: center;
  column-gap: 2px;
  height: auto;
  width: auto;
  margin: 0;
}
.stars a.star,
.stars span.star {
  display: flex;
  line-height: 1;
  width: auto;
  height: auto;
  float: none;
  font-size: 14px;
}
.stars a.star:before,
.stars span.star:before {
  width: auto;
  height: auto;
  position: relative;
  transition: color 300ms ease;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: var(--color-border);
}
.stars a.star:hover:before,
.stars span.star:hover:before {
  color: var(--color-green);
}
.stars a.star.star-on:before,
.stars span.star.star-on:before {
  content: var(--icon-star);
  color: var(--color-green);
}
.stars a.star.star-off:before,
.stars span.star.star-off:before {
  content: var(--icon-star);
}
.stars a.star.star-half:before,
.stars span.star.star-half:before {
  content: var(--icon-star);
}
.quantity-form .quantity {
  padding-right: 0;
}
.quantity-form .quantity input {
  flex: 1;
  width: 100%;
  height: auto;
}
.quantity-form .quantity .increase,
.quantity-form .quantity .decrease {
  top: 0;
  width: 35px;
  height: 100%;
}
.quantity {
  display: flex;
  position: relative;
  padding: 0 31px 0 0;
  height: 45px;
  width: 110px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 3px;
}
.quantity input {
  flex: 1;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: var(--color-primary);
  background-color: transparent;
  border-right: 1px solid var(--color-border);
}
.quantity .increase,
.quantity .decrease {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1px;
  width: 30px;
  height: 50%;
  transition: all 300ms ease;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: none;
}
.quantity .increase:before,
.quantity .decrease:before {
  position: relative;
  width: auto;
  height: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
.quantity .increase {
  top: 0;
  border-top-right-radius: 3px;
  border-bottom: 1px solid var(--color-border);
}
.quantity .increase:before {
  content: var(--icon-caret-up);
}
.quantity .decrease {
  top: 50%;
  border-bottom-right-radius: 3px;
}
.quantity .decrease:before {
  content: var(--icon-caret-down);
}
.blog-panel {
  padding: 36px 12px 44px 12px;
  margin: 0 -12px 36px -12px;
  background-color: var(--color-border);
}
@media screen and (min-width: 768px) {
  .blog-panel {
    padding: 80px 32px;
    margin: 0 -32px 80px -32px;
  }
}
@media screen and (min-width: 1440px) {
  .blog-panel {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .blog-panel {
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
.blog-panel__in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-panel__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .blog-panel__title {
    margin-bottom: 48px;
  }
}
.blog-panel__list {
  width: 100%;
}
.blog-panel__actions {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .blog-panel__actions {
    margin-top: 60px;
  }
}
.blog-panel .btn {
  background-color: var(--color-green);
}
.blog-panel .btn:hover {
  background-color: var(--color-secondary);
}
.blog-panel-item__image img {
  width: 100%;
}
.blog-panel-item__content {
  padding: 24px 20px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .blog-panel-item__content {
    padding: 44px;
  }
}
.blog-panel-item__title {
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .blog-panel-item__title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.blog-panel-item__title:hover {
  text-decoration: underline;
}
.blog-panel-item__text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .blog-panel-item__text {
    font-size: 16px;
  }
}
.blog-panel-item__more {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .blog-panel-item__more {
    margin-top: 20px;
  }
}
.advanced-order {
  text-align: left;
}
.advanced-order > .h1:first-child {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 20px 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .advanced-order > .h1:first-child {
    justify-content: center;
    flex-direction: row;
    margin-bottom: 36px;
    font-size: 28px;
  }
}
.advanced-order > .h1:first-child:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-green);
  color: var(--color-white);
  content: var(--icon-check);
  font-size: 10px;
}
.advanced-order > .h2 {
  display: none;
}
.advanced-order .extras-wrap {
  display: flex;
  justify-content: flex-start;
}
.advanced-order .extras-wrap .extra.delivery {
  display: none;
}
.advanced-order .extras-wrap .extra.step {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .advanced-order .extras-wrap .extra.step {
    flex-direction: row;
    justify-content: space-between;
  }
}
.advanced-order .extras-wrap .extra.step .btn {
  justify-content: space-between;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 480px) {
  .advanced-order .extras-wrap .extra.step .btn {
    flex: 1;
    min-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .advanced-order .extras-wrap .extra.step .btn {
    flex: 0 1 auto;
    width: 280px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.advanced-order .extras-wrap .extra.step .btn-back {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-border);
}
.advanced-order .extras-wrap .extra.step .btn-back:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-caret-left);
}
.advanced-order .extras-wrap .extra.step .btn-back:hover {
  background-color: var(--color-border);
  color: var(--color-primary);
}
.advanced-order .extras-wrap .extra.step .btn-conversion:after {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-caret-right);
}
.advanced-order .advanced-order-suggestion {
  margin: 36px 0 24px 0;
  padding: 0;
  border: none;
  font-size: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .advanced-order .advanced-order-suggestion {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .advanced-order .products.products-block:not(.swiper-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .advanced-order .products.products-block:not(.swiper-initialized) {
    grid-template-columns: repeat(4, 1fr);
  }
}
.advanced-order #products.products-block.products .product {
  border: 1px solid var(--color-border);
}
.advanced-order #products.products-block.products .product .quantity {
  display: none;
}
.advanced-order #products.products-block.products .product .pr-action {
  flex: 1;
}
.advanced-order #products.products-block.products .product .pr-action .btn {
  width: 100%;
}
.ao-product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 480px) {
  .ao-product {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .ao-product {
    margin-bottom: 32px;
    padding: 20px;
  }
}
.ao-product__main {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .ao-product__main {
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ao-product__main {
    align-items: center;
    flex: 1;
    min-width: 1px;
  }
}
.ao-product__image {
  width: 80px;
}
@media screen and (min-width: 480px) {
  .ao-product__image {
    width: 100px;
  }
}
.ao-product__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  row-gap: 4px;
  min-width: 1px;
}
.ao-product__title {
  font-weight: 700;
}
.ao-product__availability {
  font-size: 14px;
  font-weight: 400;
}
.ao-product__availability--green {
  color: var(--color-green);
}
.ao-product__amount {
  width: calc(50% - 8px);
}
@media screen and (min-width: 768px) {
  .ao-product__amount {
    width: 60px;
    text-align: center;
  }
}
.ao-product__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(50% - 8px);
}
@media screen and (min-width: 768px) {
  .ao-product__prices {
    width: 160px;
  }
}
.ao-product__price--main {
  font-weight: 700;
  font-size: 18px;
}
.ao-product__price--base {
  text-decoration: line-through;
}
.news-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1680px) {
  .news-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.news-item .image {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.news-item .image:before {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(30, 61, 113, 0) 20%, #1E3D71 90%);
}
.news-item .image a {
  display: block;
  width: 100%;
  height: 360px;
}
.news-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 36px;
  flex: 1;
  padding: 20px;
  position: relative;
  background: var(--color-border);
  border-radius: 0 0 6px 6px;
}
@media screen and (min-width: 992px) {
  .news-item .text {
    padding: 36px 32px 32px 32px;
  }
}
.news-item .text .title {
  z-index: 4;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  line-height: 1.5;
  padding: 20px;
  margin: 0;
  color: var(--color-white);
  font-weight: 700;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news-item .text .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .news-item .text .title {
    padding: 32px;
    font-size: 24px;
  }
}
.news-item .text time {
  display: none;
}
.news-item .text .btn-link {
  margin-top: auto;
}
.blog-detail-header {
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
  height: 465px;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .blog-detail-header {
    margin-bottom: 52px;
  }
}
.blog-detail-header:before {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(30, 61, 113, 0) 20%, #1E3D71 90%);
}
.blog-detail-header__content {
  display: flex;
  align-items: flex-end;
  z-index: 4;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 12px 48px 12px;
}
@media screen and (min-width: 768px) {
  .blog-detail-header__content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.blog-detail-header h1 {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 846px;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .blog-detail-header h1 {
    font-size: 42px;
  }
}
.blog-detail-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item-detail time {
  display: none;
}
.news-item-detail .text {
  max-width: 846px;
  margin: 0 auto;
}
.news-item-detail .next-prev {
  display: flex;
  flex-direction: column;
  gap: 8px 20px;
  max-width: 846px;
  margin: 60px auto 0 auto;
}
@media screen and (min-width: 600px) {
  .news-item-detail .next-prev {
    flex-direction: row;
    justify-content: center;
  }
}
.news-item-detail .next-prev .btn {
  height: 50px;
  background-color: var(--color-border);
  color: var(--color-tertiary);
}
@media screen and (min-width: 600px) {
  .news-item-detail .next-prev .btn {
    flex: 1;
    min-width: 1px;
    max-width: calc(50% - 10px);
  }
}
.news-item-detail .next-prev .btn:hover {
  background-color: var(--color-tertiary);
  color: var(--color-white);
}
.box-categories > h4 {
  display: none;
}
#categories .expandable > a > span,
#categories .expandable > .topic > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  width: 20px;
  height: 20px;
  color: var(--color-primary);
  font-size: 0;
}
#categories .expandable > a > span:before,
#categories .expandable > .topic > a > span:before {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 6px;
}
#categories ul .expandable .cat-trigger {
  position: absolute;
  right: 12px;
  top: 4px;
  left: auto;
}
#categories .expandable.active.expanded > a > .cat-trigger,
#categories .expandable.active.expanded > a:hover > .cat-trigger {
  color: var(--color-primary);
}
#categories .categories {
  margin: 0;
}
#categories .categories li.active > a {
  text-decoration: underline;
  background-color: transparent;
  color: var(--color-primary);
}
#categories .categories .topic > a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 4px 12px 4px 20px;
  background-color: var(--color-border);
  border-bottom: 1px solid var(--color-white);
  color: var(--color-primar);
  letter-spacing: 0.1em;
  font-size: 16px;
}
#categories .categories .topic > a:hover {
  color: var(--color-primar);
  background-color: var(--color-border);
}
#categories .categories .topic.active > a {
  background-color: var(--color-border);
  color: var(--color-primar);
}
#categories .categories .topic.active > a .cat-trigger {
  color: var(--color-primary);
}
#categories .categories > ul {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f5f4;
}
#categories .categories > ul > li.active > a {
  background-color: transparent;
  color: var(--color-primary);
}
#categories .categories > ul > li > a {
  display: flex;
  align-items: center;
  padding: 6px 12px 6px 32px;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: var(--color-primary);
}
#categories .categories > ul > li > a:hover {
  text-decoration: underline;
}
#categories .categories > ul > li > ul {
  padding-top: 8px;
  padding-bottom: 8px;
}
#categories .categories > ul > li > ul > li > a {
  padding: 6px 16px 6px 44px;
  color: var(--color-primary);
  font-size: 14px;
}
#categories .categories > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
#categories .categories > ul > li > ul > li ul > li > a {
  color: var(--color-primary);
  font-size: 14px;
}
.popup-widget {
  margin-left: 0;
  right: 12px;
  top: 80px;
}
@media screen and (min-width: 768px) {
  .popup-widget {
    right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .popup-widget {
    left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .popup-widget {
    right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .popup-widget {
    right: 90px;
  }
}
.popup-widget.cart-widget {
  top: 80px;
  margin-top: 0;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
}
.popup-widget.cart-widget:before {
  display: none;
}
.popup-widget.login-widget {
  padding-top: 0;
  top: calc(130px + var(--msgInformationHeight));
}
@media screen and (min-width: 992px) {
  .popup-widget.login-widget {
    top: 80px;
  }
}
.popup-widget.login-widget:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .popup-widget .popup-widget-inner {
    border: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
  }
}
@media screen and (min-width: 992px) {
  .admin-logged .popup-widget.login-widget {
    top: 105px;
  }
}
@media screen and (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 105px;
  }
}
@media screen and (min-width: 992px) {
  .popup-widget-inner:not(.cart-widget-inner) {
    border: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
  }
}
.in-index #header {
  border-bottom: none;
}
#header {
  border: none;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  #header {
    z-index: 5;
    position: sticky;
    top: calc(0px + var(--msgInformationHeight));
    height: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #header {
    z-index: 5;
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--color-border);
  }
  #header:before {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--color-border);
  }
}
#header .container {
  position: static;
}
@media screen and (min-width: 768px) {
  #header .container {
    position: relative;
  }
}
#header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  height: 60px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #header .header-top {
    justify-content: flex-start;
    height: 121px;
  }
}
#header .header-top > div {
  flex: 0 1 auto;
}
#header .navigation-buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 16px;
  padding: 0;
  margin-left: 16px;
}
@media screen and (min-width: 375px) {
  #header .navigation-buttons {
    column-gap: 24px;
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  #header .navigation-buttons {
    column-gap: 32px;
    margin-left: 32px;
  }
}
#header .header-top .search--active .search-form {
  display: flex;
}
.search {
  display: flex;
  align-items: center;
  column-gap: 28px;
  margin-left: auto;
}
.search--active .search-form {
  display: block;
}
.search__toggle {
  display: flex;
  order: 2;
  cursor: pointer;
}
.search__toggle:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 300ms ease;
  content: var(--icon-search);
  color: var(--color-primary);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .search__toggle:before {
    font-size: 26px;
  }
}
.search__toggle:hover:before {
  color: var(--color-secondary);
}
.search .search-form {
  display: none;
  z-index: 5;
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  padding: 12px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .search .search-form {
    align-items: center;
    height: 51px;
    left: -32px;
    right: -32px;
    top: calc(100% - 1px);
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .search .search-form {
    left: -60px;
    right: -60px;
  }
}
@media screen and (min-width: 1680px) {
  .search .search-form {
    left: -90px;
    right: -90px;
  }
}
.search fieldset {
  display: flex;
  height: 46px;
  width: 100%;
  background-color: var(--color-border);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .search fieldset {
    margin-left: auto;
    margin-right: auto;
    height: 36px;
    width: 452px;
    background-color: transparent;
  }
}
.search input[type="search"].form-control {
  flex: 1;
  min-width: 1px;
  max-width: none;
  height: 100%;
  color: var(--color-primary);
  background-color: transparent;
  border: none;
}
.search input[type="search"].form-control::selection {
  background-color: transparent;
}
.search input[type="search"].form-control::placeholder {
  color: var(--color-primary);
}
.search .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  border: none;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .search .btn {
    height: 100%;
    width: 46px;
    background-color: transparent;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) {
  .search .btn {
    height: 36px;
    padding: 0 32px;
    border-radius: 3px;
    font-size: 16px;
    background-color: var(--color-secondary);
  }
}
@media screen and (min-width: 992px) {
  .search .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search .btn:hover {
  background-color: var(--color-secondary-hover);
}
.search .btn::selection {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .search .btn:before {
    font-family: 'icomoon';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: var(--icon-search);
    font-size: 20px;
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .search .btn:before {
    display: none;
  }
}
.search--active .search__toggle:before {
  content: var(--icon-close);
}
.search--active .search-form {
  display: block;
}
.search-whisperer {
  top: 100%;
  left: 0;
}
.navigation-buttons .dropdown > span {
  display: none;
}
.navigation-buttons .dropdown > button {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.navigation-buttons .dropdown > button .caret {
  width: auto;
  height: auto;
  margin: 0;
  border: none;
}
.navigation-buttons .dropdown > button .caret:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-caret-down);
  font-size: 10px;
  color: var(--color-primary);
}
.navigation-buttons .dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
.navigation-buttons .dropdown .dropdown-menu li {
  border-bottom: 1px solid var(--color-border);
}
.navigation-buttons .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.navigation-buttons .dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  color: var(--color-primary);
  font-size: 14px;
}
.navigation-buttons .dropdown .dropdown-menu li a:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    transform: none;
  }
}
.top-navigation-bar {
  z-index: 57;
  height: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .top-navigation-bar {
    position: sticky;
    top: calc(0px + var(--msgInformationHeight));
  }
}
@media screen and (min-width: 768px) {
  .top-navigation-bar {
    position: relative;
  }
}
.top-navigation-bar .container {
  padding: 0;
  height: 0;
}
.top-navigation-bar .container > .top-navigation-contacts {
  display: none;
}
@media screen and (max-width: 1199px) {
  .top-navigation-bar .container > .top-navigation-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-navigation-bar .container > .top-navigation-menu {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    position: absolute;
    left: 32px;
    top: 0;
    height: 120px;
    padding-right: 0;
    background-color: transparent;
  }
}
@media screen and (min-width: 1440px) {
  .top-navigation-bar .container > .top-navigation-menu {
    left: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .top-navigation-bar .container > .top-navigation-menu {
    left: 90px;
  }
}
.top-navigation-bar .container > .top-navigation-tools {
  height: 0;
}
.top-navigation-bar .container .responsive-tools > a[data-target="search"],
.top-navigation-bar .container .responsive-tools > a[data-target="login"] {
  display: none;
}
.top-navigation-contacts {
  display: none;
}
.top-navigation-bar-menu li {
  text-transform: none;
}
.top-navigation-bar-menu li:first-child a {
  padding-left: 0;
}
.top-navigation-bar-menu li:before {
  display: none;
}
.top-navigation-bar-menu li a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  transition: color 300ms ease;
  color: var(--color-primary);
  font-size: 14px;
}
.top-navigation-bar-menu li a:hover {
  color: var(--color-secondary);
}
@media screen and (max-width: 767px) {
  .navigation-window-visible #navigation {
    width: 100%;
    transform: translateX(0);
  }
}
#navigation {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #navigation {
    position: fixed;
    top: calc(60px + var(--msgInformationHeight));
    bottom: 0;
    width: 100%;
    height: auto;
    background: var(--color-white);
    border-top: 1px solid var(--color-border);
    transform: translateX(100%);
  }
}
@media screen and (min-width: 768px) {
  #navigation {
    height: 50px;
  }
}
#navigation .navigation-close {
  display: none;
}
#navigation .navigation-in {
  line-height: 1.5;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in {
    padding-bottom: 20px;
  }
}
#navigation .navigation-in .navigationActions {
  margin: 28px 0 0 0;
  padding-left: 12px;
  padding-right: 12px;
}
#navigation .navigation-in .navigationActions > li:nth-child(2) {
  display: none;
}
#navigation .navigation-in .navigationActions > li > a {
  position: relative;
  display: block;
  padding: 0;
  font-size: 14px;
}
#navigation .navigation-in .navigationActions > li > a .submenu-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--color-white);
}
#navigation .navigation-in .navigationActions > li > a .submenu-arrow:after {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-chevron-down);
}
#navigation .navigation-in .navigationActions > li > a .navigationActions__flagWrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
  width: 100%;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid var(--color-white);
  border-radius: 90px;
  color: var(--color-white);
}
#navigation .navigation-in .navigationActions > li > a .navigationActions__flagWrapper:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-world);
  font-size: 18px;
}
#navigation .navigation-in .navigationActions > li > a .navigationActions__flagWrapper span {
  text-transform: uppercase;
  font-weight: 700;
}
#navigation .navigation-in .navigationActions > li > a .navigationActions__flagWrapper .shp-flag {
  display: none;
}
#navigation .navigation-in .navigationActions__submenu {
  padding-top: 8px;
}
#navigation .navigation-in .navigationActions__submenu > li > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#navigation .navigation-in .navigationActions__submenu > li > ul > li:last-child {
  border-bottom: none;
}
#navigation .navigation-in .navigationActions__submenu > li > ul > li:before {
  display: none;
}
#navigation .navigation-in .navigationActions__submenu > li > ul > li > a {
  padding: 12px 0;
  margin: 0;
  width: 100%;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 14px;
}
#navigation .navigation-in .navigationActions__submenu > li > ul > li > a .shp-flag {
  display: none;
}
#navigation .navigation-in > ul.menu-level-1 > li {
  border: none;
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in > ul.menu-level-1 > li {
    border-bottom: 1px solid var(--color-border);
  }
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li:first-child > a {
    padding-left: 0;
  }
}
#navigation .navigation-in > ul.menu-level-1 > li.ext.exp > a {
  color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li.ext.exp > ul {
    display: flex;
  }
}
#navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li {
    display: flex;
    align-items: center;
    column-gap: 12px;
    min-height: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 45px;
    height: 45px;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > a img {
    max-width: 100%;
    max-height: 100%;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div {
    flex: 1;
    min-width: 1px;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div a {
    padding: 0;
    font-size: 16px;
    color: var(--color-primary);
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    align-items: flex-start;
    grid-gap: 20px;
    padding: 60px 20px;
    border: none;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2:before {
    top: 0;
    position: absolute;
    left: -32px;
    right: -32px;
    height: 100%;
    width: auto;
    content: "";
    border-top: 1px solid var(--color-border);
    background-color: var(--color-white);
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li {
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-basis: auto;
    width: calc(100% / 3 - 14px);
    min-width: 1px;
    position: relative;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li.has-third-level {
    align-items: flex-start;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li.has-third-level > a {
    align-items: flex-start;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    padding: 0;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > a img {
    max-width: 100%;
    max-height: 100%;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > a:hover + div > a {
    text-decoration: underline;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    flex: 1;
    min-width: 1px;
    width: auto;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div .more-items-trigger {
    display: none;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div > a {
    display: block;
    padding: 0;
    transition: color 300ms ease;
    font-weight: 600;
    color: var(--color-primary);
    font-size: 16px;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div > a:hover {
    text-decoration: underline;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div > a span {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li {
    width: calc(100% / 4 - 15px);
  }
}
@media screen and (min-width: 1440px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2:before {
    left: -60px;
    right: -60px;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li {
    width: calc(100% / 5 - 16px);
  }
}
@media screen and (min-width: 1680px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2:before {
    left: -90px;
    right: -90px;
  }
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in > ul.menu-level-1 > li ul.menu-level-3 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li ul.menu-level-3 {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    align-items: flex-start;
    line-height: 1.3;
    max-height: none;
    overflow: visible;
  }
  #navigation .navigation-in > ul.menu-level-1 > li ul.menu-level-3 > li {
    font-size: 0;
  }
  #navigation .navigation-in > ul.menu-level-1 > li ul.menu-level-3 > li > a {
    font-size: 16px;
    color: var(--color-primary);
  }
  #navigation .navigation-in > ul.menu-level-1 > li ul.menu-level-3 > li > a:hover {
    text-decoration: underline;
  }
}
#navigation .navigation-in > ul.menu-level-1 > li > a {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin: 0;
  transition: all 300ms ease;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    min-height: 50px;
    position: relative;
    padding: 8px 56px 8px 12px;
    color: var(--color-primary);
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    justify-content: flex-start;
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: transparent;
    color: var(--color-primary);
  }
  #navigation .navigation-in > ul.menu-level-1 > li > a.active {
    color: var(--color-secondary);
  }
}
@media screen and (min-width: 992px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (min-width: 1440px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    padding-left: 44px;
    padding-right: 44px;
  }
}
#navigation .navigation-in > ul.menu-level-1 > li > a b {
  padding: 0;
  font-weight: 400;
}
#navigation .navigation-in > ul.menu-level-1 > li > a .submenu-arrow {
  display: flex;
  padding: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a .submenu-arrow {
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
  }
}
#navigation .navigation-in > ul.menu-level-1 > li > a .submenu-arrow:after {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-caret-down);
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a .submenu-arrow:after {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .menu-helper {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 32px;
    top: 85px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1440px) {
  .menu-helper {
    right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .menu-helper {
    right: 90px;
  }
}
.menu-helper-visible .menu-helper:after {
  content: var(--icon-menu-close);
}
.menu-helper:after {
  width: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-menu);
  background-color: transparent;
  color: var(--color-white);
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
    transform: none;
  }
}
#header .cart-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  width: auto;
  height: auto;
  transition: all 300ms ease;
}
#header .cart-count:hover {
  color: var(--color-secondary);
}
#header .cart-count:hover i {
  color: var(--color-secondary);
}
#header .cart-count:before {
  margin: 0;
  width: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-cart);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #header .cart-count:before {
    font-size: 26px;
  }
}
#header .cart-count .cart-price {
  display: none !important;
}
#header .cart-count i {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 28px;
  padding: 8px 0 0 0;
  transition: color 300ms ease;
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  #header .cart-count i {
    padding-top: 12px;
    font-size: 11px;
  }
}
.cart-widget-button {
  padding: 0;
}
.cart-widget-button .btn {
  display: flex;
  column-gap: 12px;
  padding: 0 24px;
}
.cart-widget-button .btn:after {
  margin: 0;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 12px;
}
.cart-free-shipping {
  display: block;
  position: relative;
  bottom: 0;
  height: auto;
  padding: 16px;
  background-color: var(--color-border);
  text-align: center;
  font-size: 14px;
}
.cart-free-shipping > div {
  display: block;
  padding: 0;
}
.cart-free-shipping strong {
  color: var(--color-tertiary);
}
.cart-widget-products .cart-widget-products-inner {
  color: var(--color-primary);
}
.cart-widget-products .cart-widget-product {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.cart-widget-products .cart-widget-product > div {
  display: block;
}
.cart-widget-products .cart-widget-product-image {
  width: 68px;
  height: auto;
  padding: 4px;
}
.cart-widget-products .cart-widget-product-image a {
  height: auto;
}
.cart-widget-products .cart-widget-product-amount {
  padding: 0;
  width: 80px;
}
.cart-widget-products .cart-widget-product-amount .quantity {
  width: 100%;
  height: 40px;
}
.cart-widget-products .cart-widget-product-amount .quantity .increase,
.cart-widget-products .cart-widget-product-amount .quantity .decrease {
  width: 20px;
}
.cart-widget-products .cart-widget-product-amount .quantity .increase:before,
.cart-widget-products .cart-widget-product-amount .quantity .decrease:before {
  font-size: 8px;
}
.cart-widget-products .cart-widget-product-unit {
  padding: 0;
  width: 28px;
  font-size: 14px;
  color: var(--color-primary);
}
.cart-widget-products .cart-widget-product-name {
  flex: 1;
  min-width: 1px;
}
.cart-widget-products .cart-widget-product-name strong {
  font-weight: 400;
}
.cart-widget-products .cart-widget-product-name strong a {
  display: block;
  line-height: 1.3;
  color: var(--color-primary);
  font-size: 14px;
  text-decoration: none;
}
.cart-widget-products .cart-widget-product-name strong a:hover {
  text-decoration: underline;
}
.cart-widget-products .cart-widget-product-name span {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
}
.cart-widget .popup-widget-inner.full + .cart-widget-button {
  border-radius: 0 0 6px 6px;
}
.cart-widget .popup-widget-inner.full + .cart-widget-button .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cart-widget .popup-widget-inner.full + .cart-widget-button .btn:after {
  content: var(--icon-chevron-right);
}
#header .top-nav-button-login,
#header .top-nav-button-account {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
  width: auto;
  height: auto;
  padding: 0;
  transition: all 300ms ease;
  background-color: transparent;
  color: var(--color-primary);
}
#header .top-nav-button-login:hover,
#header .top-nav-button-account:hover {
  color: var(--color-secondary);
}
#header .top-nav-button-login:before,
#header .top-nav-button-account:before {
  width: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-user);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #header .top-nav-button-login:before,
  #header .top-nav-button-account:before {
    font-size: 26px;
  }
}
#header .top-nav-button-login span,
#header .top-nav-button-account span {
  display: none;
}
@media screen and (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name {
    transform: none;
  }
}
#header .site-name-wrapper {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #header .site-name-wrapper {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#header .site-name-wrapper .site-name {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}
#header .site-name-wrapper .site-name a {
  height: auto;
}
#header .site-name-wrapper .site-name a img {
  padding: 0;
  max-height: 32px;
  max-width: 132px;
}
@media screen and (min-width: 375px) {
  #header .site-name-wrapper .site-name a img {
    max-height: 36px;
    max-width: 140px;
  }
}
@media screen and (min-width: 768px) {
  #header .site-name-wrapper .site-name a img {
    max-width: 284px;
    max-height: 72px;
  }
}
#header .site-name-wrapper .site-name a img::selection {
  background-color: transparent;
}
.languagesMenu__content {
  background-color: transparent;
}
.languagesMenu__box.open .languagesMenu__header {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  border-radius: 20px 20px 0 0;
  border-bottom-color: transparent;
}
.languagesMenu__box.open .languagesMenu__header .caret {
  transform: rotate(-180deg);
}
.languagesMenu__header {
  display: flex;
  align-items: center;
  column-gap: 8px;
  height: 40px;
  padding: 0 16px;
  margin: 0;
  transition: color 300ms ease, border-color 300ms ease;
  border-radius: 90px;
  border: 1px solid var(--color-white);
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 700;
}
.languagesMenu__header:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.languagesMenu__header:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-world);
  font-size: 18px;
}
.languagesMenu__header .caret {
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
}
.languagesMenu__header .caret:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-chevron-down);
  font-size: 9px;
}
.languagesMenu__header--name {
  display: none;
}
.languagesMenu .languagesMenu__list {
  min-width: 0;
  width: 100%;
  left: 0;
  overflow: hidden;
  background-color: var(--color-primary);
  border: 1px solid var(--color-secondary);
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.languagesMenu .languagesMenu__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.languagesMenu .languagesMenu__list li:last-child {
  border-bottom: none;
}
.languagesMenu .languagesMenu__list__link {
  display: block;
  padding: 8px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.languagesMenu .languagesMenu__list__link .shp-flag {
  display: none;
}
.navigation-window-visible .responsive-tools > a[data-target="navigation"]:before {
  content: var(--icon-menu-close);
}
.responsive-tools > a[data-target="navigation"] {
  display: flex;
  position: absolute;
  left: 8px;
  top: 8px;
  right: auto;
  width: auto;
  height: auto;
  padding: 0;
}
.responsive-tools > a[data-target="navigation"]:before {
  width: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 44px;
  content: var(--icon-menu);
  color: var(--color-primary);
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .scrolled-down body.template-11:not(.ordering-process):not(.search-window-visible):not(.mobile-header-version-0) #header .oblibeneBtn {
    transform: none;
  }
}
body.template-11:not(.ordering-process) #header #oblibeneBtn {
  display: flex !important;
}
#header .navigation-buttons > .oblibeneBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  position: relative;
  left: 0;
  top: 0;
  order: -99;
  width: auto;
  height: auto;
  padding: 0;
  color: var(--color-primary);
  font-weight: 600;
}
#header .navigation-buttons > .oblibeneBtn:hover {
  color: var(--color-secondary);
}
#header .navigation-buttons > .oblibeneBtn:hover em {
  color: var(--color-secondary);
}
#header .navigation-buttons > .oblibeneBtn em {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  width: 100%;
  height: 24px;
  transition: color 300ms ease;
  font-size: 11px;
  font-weight: 800;
  color: var(--color-primary);
  background-color: transparent;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  #header .navigation-buttons > .oblibeneBtn em {
    height: 28px;
  }
}
#header .navigation-buttons > .oblibeneBtn:before {
  margin: 0;
  width: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-heart);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #header .navigation-buttons > .oblibeneBtn:before {
    font-size: 26px;
  }
}
#header .navigation-buttons > .oblibeneBtn:after {
  display: none;
}
.site-msg.information {
  max-width: none;
  position: sticky;
  z-index: 57;
  top: 0;
  bottom: auto;
  left: 0;
  padding: 4px 20px;
  line-height: 1.3;
  opacity: 1;
  box-shadow: none;
  background-color: var(--color-green);
  color: var(--color-white);
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .site-msg.information {
    padding: 8px 40px;
    position: relative;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .site-msg.information {
    font-size: 16px;
  }
}
.site-msg.information .container {
  position: static;
}
.site-msg.information .container:before,
.site-msg.information .container:after {
  display: none;
}
.site-msg.information a {
  color: var(--color-white);
  text-decoration: underline;
}
.site-msg.information a:hover {
  text-decoration: none;
}
.site-msg.information .text {
  padding-right: 0;
}
.site-msg.information .close {
  display: flex;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  line-height: 1;
  right: 12px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .site-msg.information .close {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    font-size: 14px;
  }
}
.site-msg.information .close:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-close);
  color: var(--color-white);
}
#footer {
  margin-top: 44px;
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 80px;
  }
}
#footer .footer-rows {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
#footer .footer-rows:before,
#footer .footer-rows:after {
  display: none;
}
#footer .site-name {
  display: none;
}
#footer h4 {
  margin: 0 0 16px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: 'Poppins', sans-serif;
}
@media screen and (min-width: 768px) {
  #footer h4 {
    margin-bottom: 32px;
  }
}
.custom-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .custom-footer {
    row-gap: 40px;
    padding-bottom: 80px;
  }
}
.custom-footer .banner,
.custom-footer .banner-wrapper {
  margin: 0;
  min-height: 0;
}
.custom-footer > div {
  padding: 0;
  width: 100%;
  min-width: 1px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .custom-footer > div {
    width: calc(100% / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .custom-footer > div {
    width: calc(100% / 4);
  }
}
.custom-footer > div.custom-footer__banner8 {
  width: 100%;
  margin-bottom: 0;
}
#footer .footer-links-icons .footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--color-border);
}
@media screen and (min-width: 1200px) {
  #footer .footer-links-icons .footer-icons {
    justify-content: space-between;
  }
}
#footer .footer-links-icons .footer-icon {
  margin: 0;
}
#footer .footer-bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  background: var(--color-white);
  border-top: none;
  font-size: 14px;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  #footer .footer-bottom {
    flex-direction: row-reverse;
  }
}
#footer .footer-bottom:before {
  display: block;
  position: absolute;
  left: 90px;
  right: 90px;
  top: 0;
  height: 1px;
  background-color: var(--color-border);
  content: "";
}
#footer .footer-bottom:after {
  display: none;
}
#footer .footer-bottom .copyright {
  margin: 0;
}
#footer .footer-bottom #signature {
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #footer .footer-bottom #signature {
    justify-content: flex-end;
  }
}
#footer .footer-bottom #signature img {
  margin: 0;
}
#footer .footer-bottom #signature img.dklab {
  position: relative;
  top: -3px;
  margin-left: 8px;
  width: 48px;
}
#footer .footer-bottom #signature .partnerLink {
  order: 3;
  margin-left: 12px;
}
#footer .footer-bottom #signature .image {
  order: 2;
  margin: 0 0 0 12px;
}
#footer .footer-bottom #signature .title {
  order: 1;
}
.custom-footer__articles ul {
  margin: 0;
}
.custom-footer__articles ul li {
  padding: 0;
  margin-bottom: 8px;
}
.custom-footer__articles ul li:last-child {
  margin-bottom: 0;
}
.custom-footer__articles ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
  text-decoration: none;
  text-transform: none;
}
.custom-footer__articles ul li a:hover {
  text-decoration: underline;
}
#footer ul a {
  color: var(--color-primary);
}
.footer-banner {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.footer-banner__in {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .footer-banner__in {
    flex-direction: row;
    column-gap: 44px;
  }
}
.footer-banner__title {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-banner__images {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
#footer .custom-footer__newsletter {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: calc(100% + 24px);
  margin: 0 -12px 40px -12px;
  padding: 48px 12px;
  background-color: var(--color-border);
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter {
    width: calc(100% + 64px);
    margin-left: -32px;
    margin-right: -32px;
    margin: 0 -32px 40px -32px;
  }
}
@media screen and (min-width: 992px) {
  #footer .custom-footer__newsletter {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  #footer .custom-footer__newsletter {
    width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  #footer .custom-footer__newsletter {
    width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
    padding: 90px;
  }
}
#footer .custom-footer__newsletter .newsletter-header {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
#footer .custom-footer__newsletter .newsletter-header .newsletter-custom {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  content: "-20% ";
  background-color: var(--color-orange);
  color: var(--color-white);
  border-radius: 2px;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .newsletter-header .newsletter-custom {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 32px;
  }
}
#footer .custom-footer__newsletter .newsletter-header .topic {
  margin: 0;
  font-size: 22px;
  color: var(--color-green);
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .newsletter-header .topic {
    font-size: 32px;
  }
}
#footer .custom-footer__newsletter .compact-form {
  max-width: 869px;
  width: 100%;
}
#footer .custom-footer__newsletter .compact-form fieldset {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form fieldset {
    flex-direction: row;
    align-items: center;
  }
}
#footer .custom-footer__newsletter .compact-form .validator-msg-holder {
  order: 1;
  flex: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form .validator-msg-holder {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
#footer .custom-footer__newsletter .compact-form .form-control {
  padding-left: 20px;
  padding-right: 52px;
  height: 50px;
  max-width: none;
  width: 100%;
  color: var(--color-primary);
  border: none;
  background-color: var(--color-white);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form .form-control {
    max-width: 350px;
    height: 70px;
  }
}
#footer .custom-footer__newsletter .compact-form .form-control::placeholder {
  color: var(--color-primary);
}
#footer .custom-footer__newsletter .compact-form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  height: 50px;
  padding-left: 44px;
  padding-right: 44px;
  margin: 0 68px 0 0;
  background-color: var(--color-green);
  color: var(--color-white);
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form .btn {
    width: auto;
    height: 70px;
  }
}
#footer .custom-footer__newsletter .compact-form .btn:hover {
  background-color: var(--color-secondary);
}
#footer .custom-footer__newsletter .compact-form .btn:before {
  display: none;
}
#footer .custom-footer__newsletter .compact-form .btn .sr-only {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: unset;
  border: none;
}
#footer .custom-footer__newsletter .compact-form br {
  display: none;
}
#footer .custom-footer__newsletter .compact-form br + div {
  order: 3;
  margin: 16px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form br + div {
    margin-top: 0;
    max-width: 261px;
  }
}
#footer .custom-footer__newsletter .compact-form .js-validator-msg.msg-error {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  background-color: var(--color-white);
  border-radius: 6px;
  color: var(--color-red);
  font-size: 14px;
}
#footer .custom-footer__newsletter .compact-form .form-group {
  max-width: none;
  min-width: 0;
}
#footer .custom-footer__newsletter .compact-form .form-group:before,
#footer .custom-footer__newsletter .compact-form .form-group:after {
  display: none;
}
#footer .custom-footer__newsletter .compact-form .form-group .whole-width {
  padding-top: 0;
  float: none;
  line-height: 1.3;
  color: var(--color-primary);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form .form-group .whole-width {
    font-size: 16px;
  }
}
#footer .custom-footer__newsletter .compact-form .form-group .whole-width a {
  color: var(--color-green);
  text-decoration: underline;
}
#footer .custom-footer__newsletter .compact-form .form-group .whole-width a:hover {
  text-decoration: none;
}
.sidebar .contact-box ul,
#footer .contact-box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.sidebar .contact-box ul li,
#footer .contact-box ul li {
  padding: 0;
}
.sidebar .contact-box ul li:nth-child(1),
#footer .contact-box ul li:nth-child(1) {
  order: -1;
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .contact-box ul li:nth-child(2),
#footer .contact-box ul li:nth-child(2) {
  order: -2;
  width: 100%;
}
.sidebar .contact-box ul li span,
#footer .contact-box ul li span {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.sidebar .contact-box ul li span.mail:hover a,
#footer .contact-box ul li span.mail:hover a,
.sidebar .contact-box ul li span.tel:hover a,
#footer .contact-box ul li span.tel:hover a {
  color: var(--color-secondary);
}
.sidebar .contact-box ul li span.mail:hover:before,
#footer .contact-box ul li span.mail:hover:before,
.sidebar .contact-box ul li span.tel:hover:before,
#footer .contact-box ul li span.tel:hover:before {
  color: var(--color-secondary);
}
.sidebar .contact-box ul li span.mail:before,
#footer .contact-box ul li span.mail:before,
.sidebar .contact-box ul li span.tel:before,
#footer .contact-box ul li span.tel:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 300ms ease;
  color: var(--color-secondary);
  font-size: 20px;
}
.sidebar .contact-box ul li span.mail a,
#footer .contact-box ul li span.mail a,
.sidebar .contact-box ul li span.tel a,
#footer .contact-box ul li span.tel a {
  position: relative;
  padding-left: 32px;
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 500;
}
.sidebar .contact-box ul li span.tel:before,
#footer .contact-box ul li span.tel:before {
  content: var(--icon-phone);
}
.sidebar .contact-box ul li span.mail:before,
#footer .contact-box ul li span.mail:before {
  content: var(--icon-mail);
}
.sidebar .contact-box ul li span.skype:hover:before,
#footer .contact-box ul li span.skype:hover:before,
.sidebar .contact-box ul li span.tiktok:hover:before,
#footer .contact-box ul li span.tiktok:hover:before,
.sidebar .contact-box ul li span.facebook:hover:before,
#footer .contact-box ul li span.facebook:hover:before,
.sidebar .contact-box ul li span.twitter:hover:before,
#footer .contact-box ul li span.twitter:hover:before,
.sidebar .contact-box ul li span.youtube:hover:before,
#footer .contact-box ul li span.youtube:hover:before,
.sidebar .contact-box ul li span.instagram:hover:before,
#footer .contact-box ul li span.instagram:hover:before {
  color: var(--color-secondary);
}
.sidebar .contact-box ul li span.skype:before,
#footer .contact-box ul li span.skype:before,
.sidebar .contact-box ul li span.tiktok:before,
#footer .contact-box ul li span.tiktok:before,
.sidebar .contact-box ul li span.facebook:before,
#footer .contact-box ul li span.facebook:before,
.sidebar .contact-box ul li span.twitter:before,
#footer .contact-box ul li span.twitter:before,
.sidebar .contact-box ul li span.youtube:before,
#footer .contact-box ul li span.youtube:before,
.sidebar .contact-box ul li span.instagram:before,
#footer .contact-box ul li span.instagram:before {
  display: none;
}
.sidebar .contact-box ul li span.skype a,
#footer .contact-box ul li span.skype a,
.sidebar .contact-box ul li span.tiktok a,
#footer .contact-box ul li span.tiktok a,
.sidebar .contact-box ul li span.facebook a,
#footer .contact-box ul li span.facebook a,
.sidebar .contact-box ul li span.twitter a,
#footer .contact-box ul li span.twitter a,
.sidebar .contact-box ul li span.youtube a,
#footer .contact-box ul li span.youtube a,
.sidebar .contact-box ul li span.instagram a,
#footer .contact-box ul li span.instagram a {
  font-size: 0;
}
.sidebar .contact-box ul li span.skype a:before,
#footer .contact-box ul li span.skype a:before,
.sidebar .contact-box ul li span.tiktok a:before,
#footer .contact-box ul li span.tiktok a:before,
.sidebar .contact-box ul li span.facebook a:before,
#footer .contact-box ul li span.facebook a:before,
.sidebar .contact-box ul li span.twitter a:before,
#footer .contact-box ul li span.twitter a:before,
.sidebar .contact-box ul li span.youtube a:before,
#footer .contact-box ul li span.youtube a:before,
.sidebar .contact-box ul li span.instagram a:before,
#footer .contact-box ul li span.instagram a:before {
  font-size: 22px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-secondary);
}
.sidebar .contact-box ul li span.facebook a:before,
#footer .contact-box ul li span.facebook a:before {
  content: var(--icon-facebook);
}
.sidebar .contact-box ul li span.youtube a:before,
#footer .contact-box ul li span.youtube a:before {
  content: var(--icon-youtube);
}
.sidebar .contact-box ul li span.twitter a:before,
#footer .contact-box ul li span.twitter a:before {
  content: var(--icon-twitter);
}
.sidebar .contact-box ul li span.instagram a:before,
#footer .contact-box ul li span.instagram a:before {
  content: var(--icon-instagram);
}
.sidebar .contact-box ul li span.skype a:before,
#footer .contact-box ul li span.skype a:before {
  content: var(--icon-linkedin);
}
.sidebar .contact-box ul li span.tiktok a:before,
#footer .contact-box ul li span.tiktok a:before {
  content: var(--icon-tiktok);
}
#footer .news-item-widget,
.sidebar .news-item-widget {
  margin-bottom: 8px;
}
#footer .news-item-widget:last-child,
.sidebar .news-item-widget:last-child {
  margin-bottom: 0;
}
#footer .news-item-widget h5.with-short-description a,
.sidebar .news-item-widget h5.with-short-description a {
  font-size: 16px;
  font-weight: 700;
}
#footer .news-item-widget h5.with-short-description ~ div,
.sidebar .news-item-widget h5.with-short-description ~ div {
  font-size: 14px;
}
#footer .news-item-widget a,
.sidebar .news-item-widget a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
  text-decoration: none;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}
#footer .news-item-widget a:hover,
.sidebar .news-item-widget a:hover {
  text-decoration: underline;
}
.sidebar .box-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .box-articles ul li {
  margin-bottom: 8px;
}
.sidebar .box-articles ul li:last-child {
  margin-bottom: 0;
}
.sidebar .box-articles ul a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
  text-decoration: none;
  text-transform: none;
}
.sidebar .box-articles ul a:hover {
  text-decoration: underline;
}
.id-1.one-column-body #header {
  margin-bottom: 0;
}
.id-1.multiple-columns-body #header {
  margin-bottom: 32px;
}
.id-1.multiple-columns-body .sidebar {
  display: block;
}
.id-1 .overall-wrapper {
  padding: 0;
}
.index-section {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .index-section {
    margin-bottom: 64px;
  }
}
.index-section:last-child {
  margin-bottom: 0;
}
.index-section__title {
  margin: 0 0 36px 0;
  text-align: center;
}
.homepage-box.welcome-wrapper {
  display: none;
}
.homepage-box.before-carousel {
  margin: 0;
  padding: 0;
  background-color: var(--color-white);
  border-bottom: none;
  border-top: none;
}
.latest-contribution-box .latest-contribution-placeholder {
  display: none;
}
.latest-contribution-box .latest-contribution-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .latest-contribution-box .latest-contribution-wrapper .latest-contribution {
    gap: 40px 32px;
  }
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution.latest-contribution-discussion {
  display: none;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution > h2 {
  width: 100%;
  margin-bottom: 0;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution.latest-contribution-rating .latest-contribution-image {
  aspect-ratio: 2 / 3;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-inner {
  display: flex;
  column-gap: 12px;
  align-items: flex-start;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .latest-contribution-box .latest-contribution-wrapper .latest-contribution-inner {
    column-gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .latest-contribution-box .latest-contribution-wrapper .latest-contribution-inner {
    width: calc(100% / 2 - 32px);
  }
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-image {
  flex: 0 1 auto;
  height: auto;
  width: 60px;
  margin: 0;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-image img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  border-radius: 0;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-image .vote-initials {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  border: none;
  background-color: #f6f5f4 !important;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-image .vote-initials:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-user);
  font-size: 28px;
  color: var(--color-green);
  border-radius: 50%;
  background-color: #f6f5f4 !important;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  flex: 1;
  min-width: 1px;
  width: 100%;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-product {
  height: auto;
  margin: 0;
  line-height: 1.3;
  overflow: visible;
  white-space: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-product:hover {
  text-decoration: underline;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-info {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin: 0;
  color: #757575;
  font-size: 14px;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-info .stars {
  display: flex;
  width: auto;
  height: auto;
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-description {
  font-size: 14px;
  color: var(--color-primary);
}
.latest-contribution-box .latest-contribution-wrapper i {
  display: block !important;
  padding: 0;
  font-size: 0;
}
.latest-contribution-box .latest-contribution-wrapper i:before {
  display: block;
  width: 1px;
  height: 20px;
  content: "";
  background-color: var(--color-border);
}
.latest-contribution-box .latest-contribution-wrapper .latest-contribution-date {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .one-column-body .banners-row {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .one-column-body .banners-row {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1440px) {
  .one-column-body .banners-row {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media screen and (min-width: 1680px) {
  .one-column-body .banners-row {
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media screen and (min-width: 992px) {
  .one-column-body .banners-row > .col-sm-4 {
    width: 34%;
  }
}
@media screen and (min-width: 992px) {
  .one-column-body .banners-row .next-to-carousel-banners .banner-wrapper {
    width: 100%;
  }
}
.multiple-columns-body #content .banners-row {
  margin-top: 0;
}
.multiple-columns-body #content .banners-row > div {
  width: 100%;
  float: none;
  padding: 0;
}
.multiple-columns-body #content .banners-row:before,
.multiple-columns-body #content .banners-row:after {
  display: none;
}
.wide-carousel {
  width: 100%;
}
.banners-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 0 0 36px 0;
}
@media screen and (min-width: 768px) {
  .banners-row {
    margin-bottom: 40px;
  }
}
.banners-row > .col-sm-8 {
  flex: 1;
  min-width: 1px;
  width: auto;
  float: none;
  padding: 0;
}
.banners-row > .col-sm-4 {
  width: 100%;
  float: none;
  padding: 0;
}
.banners-row:before,
.banners-row:after {
  display: none;
}
.banners-row .banner-wrapper {
  margin: 0;
}
.banners-row .extended-banner-title,
.banners-row .extended-banner-text,
.banners-row .extended-banner-link {
  position: relative;
  top: 0;
  right: auto;
  left: 0;
  padding: 0;
  max-width: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
.banners-row .extended-banner-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--color-white);
}
.banners-row .extended-banner-title {
  line-height: 1.3;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
}
.banners-row #carousel {
  height: 100%;
}
.banners-row #carousel .carousel-inner {
  height: 100%;
  min-height: 0 !important;
}
@media screen and (min-width: 768px) {
  .banners-row #carousel .item {
    height: 100%;
  }
}
.banners-row #carousel .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.banners-row #carousel .item a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banners-row #carousel .extended-banner-texts {
  left: 4.831vw;
  max-width: 63.768vw;
}
@media screen and (min-width: 768px) {
  .banners-row #carousel .extended-banner-texts {
    left: 0;
    max-width: none;
    padding-left: 9.375vw;
  }
}
@media screen and (min-width: 992px) {
  .banners-row #carousel .extended-banner-texts {
    padding-left: 6.869vw;
  }
}
@media screen and (min-width: 1200px) {
  .banners-row #carousel .extended-banner-texts {
    padding-left: 148px;
  }
}
.banners-row #carousel .extended-banner-title {
  width: 100%;
  font-size: 8.696vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banners-row #carousel .extended-banner-title {
    width: auto;
    font-size: 4.688vw;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .banners-row #carousel .extended-banner-title {
    font-size: 3.636vw;
  }
}
@media screen and (min-width: 1200px) {
  .banners-row #carousel .extended-banner-title {
    font-size: 76px;
  }
}
.banners-row #carousel .extended-banner-link {
  display: inline-flex;
  align-items: center;
  margin-top: 4.831vw;
  height: 12.077vw;
  padding-left: 7.729vw;
  padding-right: 7.729vw;
  transition: all 300ms ease;
  border-radius: 3px;
  background-color: var(--color-white);
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 3.382vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .banners-row #carousel .extended-banner-link {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
    height: 6.51vw;
    margin-top: 2.604vw;
    font-size: 1.823vw;
  }
}
@media screen and (min-width: 992px) {
  .banners-row #carousel .extended-banner-link {
    padding-left: 3.232vw;
    padding-right: 3.232vw;
    height: 5.051vw;
    margin-top: 2.02vw;
    font-size: 1.414vw;
  }
}
@media screen and (min-width: 1200px) {
  .banners-row #carousel .extended-banner-link {
    margin-top: 40px;
    height: 70px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
  }
}
.banners-row #carousel .extended-banner-link:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.banners-row .next-to-carousel-banners {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .banners-row .next-to-carousel-banners {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.banners-row .next-to-carousel-banners .banner-wrapper {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banners-row .next-to-carousel-banners .banner-wrapper {
    width: calc(50% - 0.5px);
  }
}
.banners-row .next-to-carousel-banners .banner-wrapper + .banner-wrapper {
  margin: 0;
}
.banners-row .next-to-carousel-banners .banner-wrapper a {
  width: 100%;
  max-width: none;
}
.banners-row .next-to-carousel-banners .banner-wrapper a:hover img {
  transform: none;
}
.banners-row .next-to-carousel-banners .banner-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banners-row .next-to-carousel-banners .extended-banner-title {
  padding-left: 7.729vw;
  font-size: 8.696vw;
}
@media screen and (min-width: 768px) {
  .banners-row .next-to-carousel-banners .extended-banner-title {
    padding-left: 4.167vw;
    font-size: 4.688vw;
  }
}
@media screen and (min-width: 992px) {
  .banners-row .next-to-carousel-banners .extended-banner-title {
    padding-left: 3.232vw;
    font-size: 3.636vw;
  }
}
@media screen and (min-width: 1200px) {
  .banners-row .next-to-carousel-banners .extended-banner-title {
    padding-left: 60px;
    font-size: 48px;
  }
}
.middle-banners-wrapper {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.body-banners {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 768px) {
  .body-banners {
    margin-bottom: 80px;
  }
}
.body-banners:before,
.body-banners:after {
  display: none;
}
.body-banners > div {
  padding: 0;
  width: 100%;
  float: none;
}
.body-banners .banner-wrapper a {
  display: block;
}
.body-banners .banner-wrapper a:hover img {
  transform: none;
}
.body-banners .banner-wrapper a img {
  width: 100%;
}
.body-banners .extended-banner-title,
.body-banners .extended-banner-text,
.body-banners .extended-banner-link {
  position: relative;
  top: 0;
  right: auto;
  left: 0;
  padding: 0;
  max-width: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
.body-banners .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7.729vw 6.763vw 10.628vw 6.763vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .body-banners .extended-banner-texts {
    justify-content: center;
    padding: 0;
  }
}
.body-banners .extended-banner-title {
  line-height: 1.3;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  color: var(--color-white);
  font-size: 7.729vw;
}
@media screen and (min-width: 768px) {
  .body-banners .extended-banner-title {
    font-size: 48px;
  }
}
.body-banners .extended-banner-link {
  display: inline-flex;
  align-items: center;
  height: 12.077vw;
  padding-left: 7.729vw;
  padding-right: 7.729vw;
  margin: 0;
  font-size: 3.865vw;
  transition: all 300ms ease;
  border-radius: 3px;
  background-color: var(--color-white);
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .body-banners .extended-banner-link {
    height: 50px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
  }
}
.body-banners .extended-banner-link:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.one-column-body .benefitBanner.position--benefitHomepage .benefitBanner__item {
  flex: 1;
  width: auto;
}
.multiple-columns-body .benefitBanner.position--benefitHomepage .benefitBanner__item {
  flex: 1;
  width: auto;
}
.benefitBanner {
  display: flex;
  column-gap: 4px;
  position: relative;
  max-width: none;
  width: auto;
  margin: 0 0 40px 0;
  padding: 0 0 28px 0;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .benefitBanner {
    column-gap: 16px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .benefitBanner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.benefitBanner__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  width: calc(25% - 3px);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .benefitBanner__item {
    width: calc(25% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .benefitBanner__item {
    flex-direction: row;
    column-gap: 16px;
    width: auto;
  }
}
.benefitBanner__picture {
  flex: 0 1 auto;
  width: auto;
  max-width: none;
  margin: 0;
  height: 28px;
}
@media screen and (min-width: 992px) {
  .benefitBanner__picture {
    height: auto;
  }
}
.benefitBanner__picture img {
  max-height: 100%;
}
.benefitBanner__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 1px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .benefitBanner__content {
    text-align: left;
  }
}
.benefitBanner__title {
  display: block;
  font-weight: 400;
  font-size: 10px;
}
@media screen and (min-width: 375px) {
  .benefitBanner__title {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .benefitBanner__title {
    font-size: 16px;
  }
}
.banner-wrapper .hp-sizes__in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
@media screen and (min-width: 375px) {
  .banner-wrapper .hp-sizes__in {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .banner-wrapper .hp-sizes__in {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-wrapper .hp-sizes__in {
    grid-template-columns: repeat(9, 1fr);
    gap: 20px;
  }
}
.banner-wrapper .hp-sizes__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 1.3;
  padding-left: 4px;
  padding-right: 4px;
  transition: all 300ms ease;
  color: var(--color-secondary);
  background-color: var(--color-gray);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banner-wrapper .hp-sizes__item {
    height: 80px;
    font-size: 16px;
  }
}
.banner-wrapper .hp-sizes__item:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.hp-categories__in {
  margin-left: calc(var(--offset) * -1);
  margin-right: calc(var(--offset) * -1);
}
@media screen and (min-width: 1440px) {
  .hp-categories__in {
    margin-left: calc(var(--offset-lg) * -1);
    margin-right: calc(var(--offset-lg) * -1);
  }
}
@media screen and (min-width: 1680px) {
  .hp-categories__in {
    margin-left: calc(var(--offset-xxl) * -1);
    margin-right: calc(var(--offset-xxl) * -1);
  }
}
.hp-categories__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  width: 115px;
  height: 115px;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid var(--color-border);
  border-right: none;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .hp-categories__item {
    width: 250px;
    height: 250px;
  }
}
.hp-categories__item:first-child {
  margin-left: var(--offset);
}
@media screen and (min-width: 768px) {
  .hp-categories__item:first-child {
    margin-left: var(--offset-lg);
  }
}
@media screen and (min-width: 1680px) {
  .hp-categories__item:first-child {
    margin-left: var(--offset-xxl);
  }
}
.hp-categories__item:last-child {
  border-right: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .hp-categories__item:hover {
    z-index: 2;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  }
}
.hp-categories__item:hover .hp-categories__title {
  color: var(--color-secondary);
}
.hp-categories__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1 / 1;
}
@media screen and (min-width: 768px) {
  .hp-categories__image {
    width: 200px;
  }
}
.hp-categories__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 8px;
  height: 36px;
  line-height: 18px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .hp-categories__title {
    height: 42px;
    line-height: 21px;
    bottom: 12px;
    font-size: 16px;
  }
}
.hp-store {
  margin: 0 -12px 32px 0;
}
@media screen and (min-width: 768px) {
  .hp-store {
    margin: 0 0 64px 0;
  }
}
.hp-store__map {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  filter: drop-shadow(0px 0px 50px rgba(14, 47, 74, 0.25));
}
@media screen and (min-width: 992px) {
  .hp-store__map {
    top: 50%;
    left: 100%;
  }
}
.hp-store__map iframe {
  width: 100%;
  height: 100%;
}
.hp-store__in {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .hp-store__in {
    grid-template-columns: 1fr 1fr;
  }
}
.hp-store__main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 16px 192px 16px;
  background: linear-gradient(90deg, #FFEEF0 0%, #FFF1F3 100%);
}
@media screen and (min-width: 992px) {
  .hp-store__main {
    justify-content: flex-start;
    min-height: 445px;
    padding: 24px 24px 24px 76px;
  }
}
.hp-store__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 241px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hp-store__wrap {
    align-items: flex-start;
    max-width: none;
    padding-right: 138px;
  }
}
.hp-store__title {
  margin: 0 0 20px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hp-store__title {
    margin-bottom: 36px;
  }
}
.hp-store__actions {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .hp-store__actions {
    margin-top: 40px;
  }
}
.hp-store__actions .btn {
  justify-content: space-between;
  width: 226px;
}
.hp-store__actions .btn:after {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
.hp-store__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
}
.hp-store__item {
  position: relative;
  padding-left: 36px;
}
.hp-store__item:before {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.hp-store__item--address:before {
  content: "\e928";
}
.hp-store__item--opening:before {
  content: "\e910";
}
.hp-store__item--phone:before {
  content: "\e925";
}
.hp-store__item--mail:before {
  content: "\e91c";
}
.hp-store__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-block.products:not(.swiper-initialized) {
  margin: -12px;
}
@media screen and (min-width: 768px) {
  .products-block.products:not(.swiper-initialized) {
    margin: -20px;
  }
}
.products-block.products.swiper-initialized > div {
  width: auto;
  border: none;
}
.products-block.products.swiper-initialized .product {
  margin: 0;
  padding: 0;
  height: auto;
}
.products-block.products > div {
  padding: 0;
}
.products-block.products .product {
  display: flex;
  flex-direction: column;
  padding: 12px;
  min-width: 1px;
  margin: 0;
  position: relative;
  transition: all 300ms ease;
  border: none !important;
}
@media screen and (min-width: 768px) {
  .products-block.products .product {
    padding: 20px;
  }
}
.products-block.products .product:hover .image:before {
  opacity: 0;
  visibility: hidden;
}
.products-block.products .product .dkLabFavouriteProductDiv {
  display: none;
}
.products-block.products .product .flags-default {
  z-index: 3;
  position: absolute;
  left: 8px;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .products-block.products .product .flags-default {
    left: 20px;
    top: 20px;
  }
}
.products-block.products .product .flags-extra {
  position: absolute;
  right: 4px;
  top: 12px;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .products-block.products .product .flags-extra {
    right: 20px;
    top: 20px;
  }
}
.products-block.products .product .p {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  position: relative;
  height: 100%;
}
.products-block.products .product .p:hover .btn-primary {
  background-color: var(--color-secondary);
}
.products-block.products .product .image {
  width: 100%;
  margin: 0;
  position: relative;
}
.products-block.products .product .image:before {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  content: "";
  transition: all 300ms ease;
  background: rgba(0, 0, 0, 0.15);
}
.products-block.products .product .image:after {
  display: none;
}
.products-block.products .product .image img {
  position: relative;
  z-index: 1;
}
.products-block.products .product .p-in {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  column-gap: 8px;
  width: 100%;
  padding: 0;
}
.products-block.products .product .p-in-in {
  flex: 1;
  min-width: 1px;
}
.products-block.products .product .name {
  height: auto;
  margin: 0;
  font-weight: 400;
  color: var(--color-primary);
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .products-block.products .product .name {
    font-size: 16px;
  }
}
.products-block.products .product .name:hover {
  text-decoration: underline;
}
.products-block.products .product .ratings-wrapper {
  display: none;
}
.products-block.products .product .p-bottom {
  flex-shrink: 0;
}
.products-block.products .product .p-bottom .prices {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  column-gap: 8px;
  order: 2;
  flex: 0 1 auto;
  width: 100%;
  margin: 0;
  text-align: right;
}
.products-block.products .product .p-bottom .prices .price {
  line-height: 1.3;
}
.products-block.products .product .p-bottom .prices .price-final {
  color: var(--color-tertiary);
}
.products-block.products .product .p-bottom .prices .price-final strong {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .products-block.products .product .p-bottom .prices .price-final strong {
    font-size: 16px;
  }
}
.products-block.products .product .p-bottom .prices .price-standard {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .products-block.products .product .p-bottom .prices .price-standard {
    font-size: 16px;
  }
}
.products-block.products .product .p-bottom .p-tools {
  display: none;
}
.products-inline.products-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
.products-inline.products-top .product {
  padding: 0;
  margin: 0;
  width: 100%;
}
.products-inline.products-top .product .p {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.products-inline.products-top .product .p .image {
  width: 90px;
  min-height: 0;
}
.products-inline.products-top .product .p .p-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  flex: 1;
  line-height: 1.3;
  padding: 0;
  width: auto;
  min-width: 1px;
}
.products-inline.products-top .product .p .p-in-in {
  display: flex;
  flex: 1;
  padding: 0;
}
.products-inline.products-top .product .p .name:hover {
  text-decoration: underline;
}
.products-inline.products-top .product .p .prices .price.price-final {
  color: var(--color-primary);
}
.products-inline.products-top .product .p .prices .price.price-final strong {
  font-weight: 500;
  font-size: 16px;
}
.products-block.products-alternative > div:nth-child(4n),
.products-block.products-related > div:nth-child(4n) {
  border: none !important;
}
.type-category .sidebar {
  display: block;
}
.category-top {
  margin: 0 0 56px 0;
}
@media screen and (max-width: 767px) {
  .category-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .category-content-wrapper #filters-wrapper {
    order: 1;
  }
  .category-content-wrapper .category-header {
    order: 2;
  }
  .category-content-wrapper #products {
    order: 3;
  }
  .category-content-wrapper .pagination-wrapper {
    order: 4;
  }
  .category-content-wrapper .category__secondDescription {
    order: 5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-page.products-block.products:not(.swiper-initialized) .product .btn {
    height: 45px;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .products-page.products-block.products:not(.swiper-initialized) .product .btn span {
    display: none;
  }
}
.category-title {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .category-title {
    margin-bottom: 32px;
  }
}
.category-perex {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .category-perex {
    font-size: 16px;
  }
}
.category-perex p {
  margin: 0;
}
.category__secondDescription {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .category__secondDescription {
    margin-top: 40px;
  }
}
.category__secondDescription > *:last-child {
  margin-bottom: 0;
}
.category-main {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .category-main {
    margin-bottom: 52px;
  }
}
.pagination-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 16px;
  justify-content: space-between;
  margin: 28px 0 0 0;
}
@media screen and (min-width: 768px) {
  .pagination-wrapper {
    flex-direction: row;
    margin-top: 56px;
  }
}
.pagination-wrapper .pagination,
.pagination-wrapper .pagination-loader,
.pagination-wrapper .pagination-top {
  min-width: 0;
}
.pagination-wrapper .pagination-loader {
  order: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination-loader {
    width: 100%;
  }
  .pagination-wrapper .pagination-loader .btn {
    width: 100%;
  }
}
.pagination-wrapper .pagination-loader .btn {
  height: 45px;
  padding-left: 32px;
  padding-right: 32px;
}
.pagination-wrapper .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0;
  transition: all 300ms ease;
  border-radius: 3px;
  color: var(--color-secondary);
  background: var(--color-white);
  border: 1px solid var(--color-secondary);
}
.pagination-wrapper .pagination-link.up:before {
  content: var(--icon-arrow-up);
}
.pagination-wrapper .pagination-link.next:before {
  content: var(--icon-caret-right);
}
.pagination-wrapper .pagination-link.prev:before {
  content: var(--icon-caret-left);
}
.pagination-wrapper .pagination-link:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.pagination-wrapper .pagination-link:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.pagination-top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  order: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pagination-top {
    display: none;
  }
}
.pagination-top:hover .pagination-link {
  background: var(--color-secondary);
  color: var(--color-white);
}
.pagination-top strong {
  margin: 0;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.pagination {
  display: flex;
  align-items: center;
  column-gap: 20px;
  order: 3;
}
.pagination > strong,
.pagination > a {
  margin: 0;
  width: auto;
  height: auto;
  min-width: 0;
  line-height: 1.3;
  font-size: 14px;
  color: var(--color-secondary);
  font-weight: 500;
}
.subcategories + h4 {
  margin: 52px 0 24px 0;
}
.products-top > h4 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #content #filters-wrapper {
    margin-bottom: 28px;
  }
  #content #filters-wrapper.active .filters__toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #content #filters-wrapper.active .filters__toggle:after {
    transform: rotate(-180deg);
  }
  #content #filters-wrapper.active .filters.visible {
    display: block;
  }
}
#content #filters-wrapper .filters__toggle {
  margin: 0;
}
.filters__toggle {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .filters__toggle {
    display: none;
  }
}
.filters__toggle:after {
  margin-left: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 300ms ease;
  content: var(--icon-caret-down);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .filters {
    padding: 16px 20px;
    border: 1px solid var(--color-border);
    border-radius: 0 0 3px 3px;
  }
  .filters.visible {
    display: none;
  }
}
.filters__title {
  display: none;
}
@media screen and (min-width: 768px) {
  .filters__title {
    display: block;
    margin-bottom: 32px;
    font-size: 28px;
    font-family: 'Playfair Display', sans-serif;
  }
}
.filters > div h4 {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .filters > div h4 {
    margin-bottom: 16px;
  }
}
.filters > div h4:after {
  flex-shrink: 0;
  margin-left: auto;
  transition: all 300ms ease;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-caret-up);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .filters > div h4:after {
    transform: rotate(-180deg);
  }
}
.filters .slider-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 20px 0;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .filters .slider-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .filters .slider-wrapper.collapsed h4 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .filters .slider-wrapper.collapsed h4 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .filters .slider-wrapper.collapsed h4:after {
    transform: rotate(0);
  }
}
@media screen and (min-width: 768px) {
  .filters .slider-wrapper.collapsed h4:after {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 767px) {
  .filters .slider-wrapper.collapsed .slider-header,
  .filters .slider-wrapper.collapsed .slider-content {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .filters .slider-wrapper.collapsed .slider-header,
  .filters .slider-wrapper.collapsed .slider-content {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .filters .slider-wrapper .slider-header,
  .filters .slider-wrapper .slider-content {
    display: none;
  }
}
.filters .slider-wrapper h4 {
  order: 1;
}
.filters .slider-wrapper .slider-content {
  order: 2;
  margin-bottom: 16px;
  height: 4px;
  padding: 0 9px;
  border-radius: 6px;
  background-color: var(--color-border);
}
.filters .slider-wrapper .slider-content .ui-slider {
  height: 4px;
  background-color: var(--color-border);
}
.filters .slider-wrapper .slider-content .ui-slider-range {
  background-color: var(--color-secondary);
}
.filters .slider-wrapper .slider-content .ui-slider-handle {
  top: -6px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background-color: var(--color-secondary);
}
.filters .slider-wrapper .slider-content .ui-slider-handle:after {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
}
.filters .slider-wrapper .slider-header {
  order: 3;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .filters .slider-wrapper .slider-header {
    padding-bottom: 0;
  }
}
.filters .slider-wrapper .slider-header .from,
.filters .slider-wrapper .slider-header .to {
  font-size: 14px;
}
.filters .filter-sections {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .filters .filter-sections {
    row-gap: 32px;
  }
}
.filters .param-filter-top {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.filters .param-filter-top fieldset {
  display: grid;
  grid-template-columns: 1fr;
}
.filters #category-filter-hover.visible {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .filters #category-filter-hover.visible {
    row-gap: 32px;
  }
}
.filters .filter-section {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .filters .filter-section.collapsed {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .filters .filter-section.collapsed h4 {
    margin-bottom: 20px;
  }
  .filters .filter-section.collapsed h4:after {
    transform: rotate(0);
  }
}
@media screen and (min-width: 768px) {
  .filters .filter-section.collapsed h4 {
    margin-bottom: 0;
  }
  .filters .filter-section.collapsed h4:after {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 767px) {
  .filters .filter-section.collapsed form {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .filters .filter-section.collapsed form {
    display: none;
  }
}
.filters .filter-section form fieldset > div:nth-child(n+6) {
  display: none;
}
.filters .filter-section form.show-more fieldset > div:nth-child(n+6) {
  display: block;
}
@media screen and (max-width: 767px) {
  .filters .filter-section form {
    display: none;
  }
}
.filters .filter-section label.active {
  font-weight: 400;
}
.filters .filter-section-count .filter-total-count {
  display: none;
}
.filters #clear-filters {
  margin-top: 8px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .filters #clear-filters {
    margin-top: 0;
  }
}
.filters #clear-filters .close-after {
  display: inline-block;
  position: relative;
  padding: 0 16px 0 0;
  color: var(--color-primary);
  text-transform: none;
}
.filters #clear-filters .close-after:hover {
  text-decoration: underline;
}
.filters #clear-filters .close-after:after {
  position: absolute;
  right: 0;
  top: 7px;
  margin: 0;
  line-height: 1;
}
.filters #category-filter-hover .filter-section {
  border: none;
}
.filters fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px 8px;
}
@media screen and (min-width: 768px) {
  .filters fieldset {
    grid-template-columns: 1fr;
  }
}
.filters fieldset .advanced-filters-wrapper {
  display: none;
}
.filters .filter-count {
  padding: 0;
  margin: 0 0 0 2px;
  color: #a5a08d;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
}
.filters .filter-count:before {
  content: "(";
}
.filters .filter-count:after {
  content: ")";
}
.filters .filter-more {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 16px;
  margin-top: 12px;
  line-height: 1.3;
  font-size: 14px;
  color: var(--color-primary);
  cursor: pointer;
  text-decoration: underline;
}
.filters .filter-more:hover {
  text-decoration: none;
}
.filters .filter-more:before {
  position: absolute;
  right: 0;
  top: 6px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  content: "\e90c";
}
.filters .filter-more--less:before {
  content: "\e90e";
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px 0;
  padding: 0;
  max-width: 100%;
  position: relative;
  background-color: transparent;
}
.category-header div {
  display: none;
}
@media screen and (min-width: 1200px) {
  .category-header div {
    flex: 0 1 auto;
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
    padding: 0;
    font-size: 14px;
  }
  .category-header div strong {
    font-weight: 400;
  }
}
.category-header form {
  overflow: auto;
  width: 100%;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .category-header form {
    overflow: visible;
  }
}
.category-header form fieldset {
  display: flex;
  column-gap: 20px;
  padding-bottom: 8px;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 1200px) {
  .category-header form fieldset {
    column-gap: 44px;
  }
}
.category-header input[type="radio"]:checked + label {
  font-weight: 700;
  color: var(--color-secondary);
}
.category-header input[type="radio"]:checked + label:before {
  opacity: 1;
  visibility: visible;
}
.category-header input[type="radio"]:hover + label {
  color: var(--color-secondary);
}
.category-header input[type="radio"] + label {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 400;
  transition: all 300ms ease;
  background-color: transparent;
  color: var(--color-primary);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .category-header input[type="radio"] + label {
    font-size: 16px;
  }
}
.category-header input[type="radio"] + label:before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 8px;
  height: 3px;
  width: auto;
  content: "";
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  border: none;
  border-radius: 0;
  background-color: var(--color-secondary);
}
.subcategories.with-image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: 32px 0 0 0;
}
@media screen and (min-width: 768px) {
  .subcategories.with-image {
    grid-gap: 20px;
  }
}
.subcategories.with-image li {
  width: calc(100% / 2 - 6px);
  min-width: 1px;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .subcategories.with-image li {
    width: calc(100% / 3 - 8px);
  }
}
@media screen and (min-width: 768px) {
  .subcategories.with-image li {
    width: calc(100% / 4 - 15px);
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .subcategories.with-image li {
    width: calc(100% / 7 - 18px);
  }
}
.subcategories.with-image li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  padding: 16px;
  height: 100%;
  transition: all 300ms ease;
  border: 1px solid var(--color-border);
  color: var(--color-primary);
  border-radius: 3px;
  font-weight: 600;
}
@media screen and (min-width: 375px) {
  .subcategories.with-image li a {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .subcategories.with-image li a {
    padding: 24px 32px;
  }
}
.subcategories.with-image li a:before,
.subcategories.with-image li a:after {
  display: none;
}
.subcategories.with-image li a:hover {
  border-color: var(--color-tertiary);
}
.subcategories.with-image li a:hover .text {
  color: var(--color-tertiary);
}
.subcategories.with-image li a .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
}
.subcategories.with-image li a .image img {
  max-width: 100%;
  max-height: 100%;
}
.subcategories.with-image li a .text {
  flex: 0 1 auto;
  display: block;
  width: 100%;
  padding: 0;
  overflow: visible;
  max-height: none;
  text-align: center;
}
.sidebar {
  display: none;
  width: 200px;
  margin-right: 40px;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .sidebar {
    width: 291px;
    margin-right: 60px;
  }
}
.sidebar .sidebar-inner {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  padding: 0;
}
.sidebar .sidebar-inner > div {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidebar .box.box-sm.box-filters {
  padding: 0;
  border: none;
}
.sidebar .box > div > h4,
.sidebar .box > h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Playfair Display', sans-serif;
  text-transform: none;
  font-weight: 400;
  color: var(--color-primary);
}
.sidebar #facebookWidget .fb_iframe_widget {
  width: 100%;
}
.sidebar #facebookWidget .fb_iframe_widget > span {
  width: 100% !important;
}
.sidebar #facebookWidget iframe {
  width: 100% !important;
}
.sidebar .box-newsletter .validator-msg-holder + br + div label {
  font-size: 12px;
}
.sidebar .box-newsletter .btn {
  height: 50px;
}
.product-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
  margin: 0 0 40px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product-top {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .product-top {
    grid-column-gap: 60px;
  }
}
.product-top:before,
.product-top:after {
  display: none;
}
.product-top > div {
  padding: 0;
}
.product-top > div:first-child {
  display: none;
}
.p-detail-inner .detail-responsive-title {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .p-detail-inner .detail-responsive-title {
    display: none;
  }
}
.product-top .p-image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-width: 1px;
}
@media screen and (min-width: 1200px) {
  .product-top .p-image-wrapper {
    padding-left: 142px;
  }
}
.product-top .p-image-wrapper .flags.flags-extra {
  display: none;
}
.product-top .p-image-wrapper .p-image {
  order: 2;
  margin: 0;
}
.p-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  align-content: flex-start;
  order: 3;
  width: 100%;
  position: static;
  min-width: 1px;
}
.p-info-wrapper > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-info-wrapper {
    row-gap: 40px;
  }
}
.p-detail-inner-header {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-detail-inner-header {
    order: 1;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .p-detail-inner-header h1 {
    display: block;
    margin: 0;
  }
}
.p-detail-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 20px;
  order: 2;
  margin: 0;
  color: var(--color-primary);
}
.p-detail-info > div:before {
  display: none;
}
.p-detail-info > div + div:before {
  display: none;
}
.p-detail-info a:not(.star) {
  color: inherit;
  text-decoration: underline;
}
.p-detail-info a:not(.star):hover {
  text-decoration: none;
}
.p-detail-info .flags .flag {
  border-radius: 3px;
  border: 1px solid var(--color-secondary);
}
.p-info-wrapper .detail-parameters {
  order: 3;
  display: block;
  margin: 0 0 32px 0;
}
.p-info-wrapper .detail-parameters tbody {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.p-info-wrapper .detail-parameters tr {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-info-wrapper .detail-parameters tr {
    column-gap: 16px;
  }
}
.p-info-wrapper .detail-parameters th {
  padding: 0;
  width: 80px;
  color: var(--color-tertiary);
  font-weight: 600;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-info-wrapper .detail-parameters th {
    width: 150px;
    font-size: 16px;
  }
}
.p-info-wrapper .detail-parameters td {
  flex: 1;
  min-width: 1px;
}
.p-info-wrapper .availability-value {
  display: flex;
  column-gap: 4px;
  order: 6;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.p-info-wrapper .availability-value:before {
  display: none;
}
.p-info-wrapper .availability-value span {
  display: block;
}
.p-info-wrapper .availability-value .availability-amount {
  color: var(--color-primary);
  font-size: 14px;
}
#dkLabFavouriteDiv {
  margin: 0;
}
#dkLabFavouriteDiv .dkLabFavDetailSpan {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: var(--color-primary);
}
#dkLabFavouriteDiv .dkLabFavDetailSpan:hover span {
  text-decoration: none;
}
#dkLabFavouriteDiv .dkLabFavDetailSpan:before {
  font-size: 19px;
}
#dkLabFavouriteDiv .dkLabFavDetailSpan span {
  text-decoration: underline;
}
.p-info-wrapper .p-final-price-wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
  order: 7;
  position: relative;
  margin: 0;
  width: 40%;
}
.p-info-wrapper .p-final-price-wrapper .price-standard {
  margin: 0;
  position: relative;
  color: #868686;
  font-size: 16px;
  text-decoration: none;
}
.p-info-wrapper .p-final-price-wrapper .price-standard:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: '';
  border-top: 1px solid var(--color-primary);
  transform: rotate(-7deg);
  opacity: 0.7;
}
.p-info-wrapper .p-final-price-wrapper .price-standard > span {
  text-decoration: none;
}
.p-info-wrapper .p-final-price-wrapper .price-final {
  color: var(--color-primary);
  font-weight: 500;
  white-space: nowrap;
  font-size: 20px;
}
.p-info-wrapper .p-final-price-wrapper .price-save {
  display: none;
}
.p-info-wrapper .p-final-price-wrapper .price-measure {
  display: none;
}
.p-info-wrapper .add-to-cart {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  column-gap: 16px;
  order: 8;
  margin: 0;
  width: 60%;
}
.p-info-wrapper .add-to-cart .quantity {
  height: 60px;
  border: 1px solid var(--color-border);
}
.p-info-wrapper .add-to-cart .btn.add-to-cart-button {
  column-gap: 16px;
  height: 60px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media screen and (min-width: 768px) {
  .p-info-wrapper .add-to-cart .btn.add-to-cart-button {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.p-info-wrapper .add-to-cart .btn.add-to-cart-button:before {
  margin: 0;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-cart);
  font-size: 24px;
}
@media screen and (max-width: 374px) {
  .p-info-wrapper .add-to-cart .btn.add-to-cart-button:before {
    display: none;
  }
}
.p-short-description {
  order: 3;
}
.p-short-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-short-description p {
  margin: 0;
}
.p-short-description + p {
  order: 4;
  margin: -12px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p-short-description + p {
    margin-top: -32px;
  }
}
.p-short-description + p a {
  position: relative;
  padding-right: 20px;
  color: var(--color-tertiary);
  font-weight: 400;
  text-decoration: underline;
}
.p-short-description + p a:hover {
  text-decoration: none;
}
.p-short-description + p a:before {
  position: absolute;
  right: 0;
  top: 6px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-chevron-down);
  font-size: 12px;
}
.p-short-description + p a:after {
  display: none;
}
.description-inner {
  display: flex;
  flex-direction: column;
  gap: 32px 40px;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .description-inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .description-inner {
    column-gap: 60px;
  }
}
.detail-banner {
  order: 7;
  padding: 24px 20px;
  background: linear-gradient(106.01deg, #0054A6 0%, #1E3D71 100%);
  border-radius: 6px;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .detail-banner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.detail-banner__in {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .detail-banner__in {
    flex-direction: row;
    column-gap: 28px;
  }
}
.detail-banner__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail-banner__content {
    flex: 1;
    min-width: 1px;
    text-align: left;
  }
}
.detail-banner__title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Playfair Display', sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  .detail-banner__title {
    font-size: 18px;
  }
}
.detail-banner__text {
  font-size: 14px;
}
@media screen and (min-width: 1440px) {
  .detail-banner__text {
    font-size: 16px;
  }
}
.detail-banner__values {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}
@media screen and (min-width: 768px) {
  .detail-banner__values {
    flex-direction: column;
    flex-shrink: 0;
  }
}
.detail-banner__item {
  position: relative;
  padding-left: 32px;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (max-width: 374px) {
  .detail-banner__item {
    font-size: 14px;
  }
}
.detail-banner__item--phone:before {
  content: var(--icon-phone-footer);
}
.detail-banner__item--mail:before {
  content: var(--icon-mail-footer);
}
.detail-banner__item:before {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
@media screen and (min-width: 375px) {
  .detail-banner__item:before {
    font-size: 22px;
  }
}
.detail-banner__item:hover {
  text-decoration: underline;
  color: var(--color-white);
}
@media screen and (max-width: 1199px) {
  .p-image {
    display: none !important;
  }
}
.p-thumbnails-wrapper {
  order: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .p-thumbnails-wrapper {
    display: none;
  }
}
.p-thumbnails {
  width: 100%;
  height: calc(100% - 84px);
  margin: 0;
  overflow: visible;
  position: relative;
}
.p-thumbnails .p-thumbnails-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-thumbnails .p-thumbnails-inner > div {
  display: flex;
}
.p-thumbnails .p-thumbnails-inner > div:before,
.p-thumbnails .p-thumbnails-inner > div:after {
  display: none;
}
.p-thumbnails .p-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 165px;
  padding: 0;
  margin: 0;
  transition: all 300ms ease;
}
.p-thumbnails .p-thumbnail.highlighted:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid var(--color-secondary);
}
.p-thumbnails .p-thumbnail:before {
  display: none;
}
.p-thumbnails .p-thumbnail img {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.detail-images-responsive {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .detail-images-responsive {
    display: none;
  }
}
.shp-tabs-wrapper .row {
  margin: 0;
}
.shp-tabs-wrapper .row:before,
.shp-tabs-wrapper .row:after {
  display: none;
}
.shp-tabs-wrapper .row > div {
  padding: 0;
  float: none;
}
.shp-tabs-wrapper .shp-tabs-row {
  margin-bottom: 32px;
}
.shp-tabs-wrapper .shp-tabs-holder {
  padding-bottom: 12px;
  background-color: transparent;
  border-bottom: 1px solid var(--color-border);
}
.shp-tabs-wrapper .shp-tabs {
  margin: 0;
  background-color: transparent;
}
.shp-tabs-wrapper .shp-tabs .shp-tab {
  margin-right: 44px;
  border: none;
}
.shp-tabs-wrapper .shp-tabs .shp-tab.active a {
  color: var(--color-secondary);
  font-size: 16px;
}
.shp-tabs-wrapper .shp-tabs .shp-tab.active a:before {
  opacity: 1;
  visibility: visible;
}
.shp-tabs-wrapper .shp-tabs .shp-tab a {
  padding: 0;
  position: relative;
  color: var(--color-primary);
  background-color: transparent;
  border: none;
}
.shp-tabs-wrapper .shp-tabs .shp-tab a:before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 12px;
  height: 3px;
  width: auto;
  content: "";
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  border: none;
  border-radius: 0;
  background-color: var(--color-secondary);
}
.browse-p {
  display: none;
}
.basic-description,
.extended-description {
  padding: 0;
}
.basic-description > h3:first-child,
.extended-description > h3:first-child {
  margin: 0 0 32px 0;
  font-weight: 400;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .basic-description > h3:first-child,
  .extended-description > h3:first-child {
    font-size: 28px;
  }
}
.extended-description {
  flex: 0 1 auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .extended-description {
    max-width: calc(50% - 26px);
  }
}
.extended-description .detail-parameters {
  display: block;
  width: 100%;
}
.extended-description .detail-parameters tbody {
  display: block;
}
.extended-description .detail-parameters tr {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .extended-description .detail-parameters tr {
    grid-template-columns: 1fr 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.extended-description .detail-parameters tr:first-child {
  padding-top: 0;
}
.extended-description .detail-parameters tr:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.extended-description .detail-parameters th,
.extended-description .detail-parameters td {
  padding: 0;
}
.extended-description .detail-parameters th {
  color: var(--color-primary);
  font-weight: 500;
  text-transform: uppercase;
}
.extended-description .detail-parameters td {
  font-weight: 400;
}
.extended-description .detail-parameters td a {
  text-decoration: underline;
}
.extended-description .detail-parameters td a:hover {
  text-decoration: none;
}
.basic-description {
  flex: 1;
  width: 100%;
}
.basic-description h2,
.basic-description h3 {
  margin: 44px 0 32px 0;
}
.basic-description p {
  margin: 20px 0;
}
.basic-description ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.basic-description ul ul {
  margin: 12px 0 0 0;
}
.basic-description ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.basic-description ul li:last-child {
  margin-bottom: 0;
}
.basic-description ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  content: "\e934";
  color: var(--color-primary);
}
.social-buttons-wrapper {
  order: 12;
  margin-top: 0;
}
.link-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.link-icons .link-icon {
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin: 0;
  padding: 0;
  text-transform: none;
  color: var(--color-primary);
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .link-icons .link-icon {
    column-gap: 12px;
    font-size: 16px;
  }
}
.link-icons .link-icon.print:before {
  content: var(--icon-print);
}
.link-icons .link-icon.chat:before {
  content: var(--icon-chat);
}
.link-icons .link-icon.watchdog:before {
  content: var(--icon-bell);
}
.link-icons .link-icon.share:before {
  content: var(--icon-share);
}
.link-icons .link-icon:hover span {
  text-decoration: none;
}
.link-icons .link-icon:before {
  margin: 0;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .link-icons .link-icon:before {
    font-size: 18px;
  }
}
.link-icons .link-icon span {
  text-decoration: underline;
}
#ratingTab {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  #ratingTab {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
  }
}
#ratingTab > h2 {
  order: 1;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #ratingTab > h2 {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  #ratingTab > h2 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
#ratingTab > p {
  order: 2;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #ratingTab > p {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  #ratingTab > p {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
#ratingTab #ratingWrapper {
  order: 3;
  max-width: none;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  #ratingTab #ratingWrapper {
    order: 4;
  }
}
#ratingTab #ratingWrapper.unveiled .rate-wrap {
  display: none;
}
#ratingTab #ratingWrapper .vote-form {
  margin: 0;
}
#ratingTab #ratingWrapper .vote-form .form-group .form-control {
  float: none;
}
#ratingTab #ratingWrapper .rate-wrap {
  width: 100%;
}
#ratingTab #ratingWrapper .rate-wrap .rate-average-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  padding: 20px;
  background: var(--color-bg);
  border-radius: 2px;
}
@media screen and (min-width: 375px) {
  #ratingTab #ratingWrapper .rate-wrap .rate-average-wrap {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #ratingTab #ratingWrapper .rate-wrap .rate-average-wrap {
    padding: 36px 40px;
  }
}
#ratingTab #ratingWrapper .rate-wrap .rate-average-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  flex: 1;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  #ratingTab #ratingWrapper .rate-wrap .rate-average-inner {
    column-gap: 20px;
  }
}
#ratingTab #ratingWrapper .rate-wrap .rate-average {
  font-size: 36px;
  font-weight: 600;
  color: var(--color-primary);
}
#ratingTab #ratingWrapper .rate-wrap .rate-star-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 4px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #ratingTab #ratingWrapper .rate-wrap .rate-star-wrap {
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
  }
}
#ratingTab #ratingWrapper .rate-wrap .rate-star-wrap .stars {
  display: flex;
  margin: 0;
  width: auto;
}
#ratingTab #ratingWrapper .rate-wrap .rate-star-wrap .stars-label {
  color: var(--color-tertiary);
  text-decoration: none;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #ratingTab #ratingWrapper .rate-wrap .rate-star-wrap .stars-label {
    font-size: 16px;
  }
}
#ratingTab #ratingWrapper .rate-wrap .add-comment {
  flex: 0 0 auto;
  margin: 0;
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 32px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: none;
  background-color: var(--color-secondary);
  padding-left: 8px;
  padding-right: 8px;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 14px;
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-cart {
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-primary {
  background-color: var(--color-secondary);
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-primary:hover {
  background-color: var(--color-secondary-hover);
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-default,
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like a.btn-default {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-default:hover,
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like a.btn-default:hover {
  background-color: var(--color-secondary-hover);
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-arrow {
  column-gap: 12px;
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-arrow:after {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like:hover {
  background-color: var(--color-secondary-hover);
}
@media screen and (min-width: 768px) {
  #ratingTab #ratingWrapper .rate-wrap .add-comment .link-like {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
  }
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like:before {
  display: none;
}
#ratingTab #ratingWrapper .rate-wrap .rate-average-wrap + div {
  display: none;
}
#ratingTab .votes-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 24px;
  order: 4;
  margin: 28px 0 0 0;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  #ratingTab .votes-wrap {
    order: 3;
    margin-top: 0;
  }
}
#ratingTab .votes-more {
  position: relative;
  margin-top: -8px;
  padding-right: 16px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#ratingTab .votes-more:hover {
  text-decoration: none;
}
#ratingTab .votes-more--active:before {
  transform: rotate(-180deg);
}
#ratingTab .votes-more:before {
  position: absolute;
  right: 0;
  top: 6px;
  transition: all 300ms ease;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-size: 10px;
}
.votes-wrap .vote-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.votes-wrap .vote-wrap:nth-child(n+2):not(.vote-wrap--active) {
  display: none;
}
.votes-wrap .vote-wrap .vote-header {
  margin: 0;
}
.votes-wrap .vote-wrap .vote-pic {
  display: none;
}
.votes-wrap .vote-wrap .vote-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
}
.votes-wrap .vote-wrap .vote-name {
  line-height: 1.3;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-tertiary);
}
.votes-wrap .vote-wrap .vote-rating {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.votes-wrap .vote-wrap .vote-time {
  color: var(--color-tertiary);
  font-size: 14px;
}
.votes-wrap .vote-wrap .vote-delimeter {
  display: none;
}
.votes-wrap .vote-wrap .vote-content {
  margin: 0;
  font-size: 16px;
  color: var(--color-tertiary);
}
body.ordering-process {
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  body.ordering-process .content-wrapper.container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body.ordering-process .popup-widget.login-widget {
  top: 80px;
}
@media screen and (min-width: 992px) {
  body.ordering-process.admin-logged .popup-widget.login-widget {
    top: 105px;
  }
}
body.ordering-process .top-navigation-bar {
  position: relative;
}
body.ordering-process .top-navigation-bar .top-navigation-bar-menu {
  display: none;
}
body.ordering-process .languagesMenu {
  display: none;
}
body.ordering-process .responsive-tools > a[data-target="navigation"] {
  position: absolute;
  width: auto;
  height: auto;
  right: auto;
  left: 12px;
  top: 12px;
}
body.ordering-process #header {
  margin-bottom: 12px;
  height: auto;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  body.ordering-process #header {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  body.ordering-process #header {
    margin-bottom: 36px;
  }
}
body.ordering-process #header:before {
  display: none;
}
body.ordering-process #header .header-top {
  justify-content: space-between;
  height: 70px;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  body.ordering-process #header .header-top {
    height: 80px;
  }
}
body.ordering-process #header .navigation-buttons > .oblibeneBtn {
  display: none;
}
@media screen and (min-width: 768px) {
  body.ordering-process #header .site-name-wrapper .site-name a img {
    max-height: 60px;
  }
}
body.ordering-process #header .search {
  display: none;
}
@media screen and (max-width: 767px) {
  body.ordering-process #navigation {
    top: 70px;
  }
}
@media screen and (min-width: 768px) {
  body.ordering-process #navigation {
    display: none;
  }
}
body.ordering-process .contact-box {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  position: relative;
  padding: 0 0 0 80px;
  min-height: 64px;
}
@media screen and (min-width: 480px) {
  body.ordering-process .contact-box {
    padding-left: 120px;
    min-height: 100px;
  }
}
body.ordering-process .contact-box > img {
  position: absolute;
  max-width: 64px;
  max-height: 64px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
  body.ordering-process .contact-box > img {
    max-width: 100px;
    max-height: 100px;
  }
}
body.ordering-process .contact-box > strong {
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
  font-family: 'Playfair Display', sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  body.ordering-process .contact-box > strong {
    font-size: 16px;
  }
}
body.ordering-process .contact-box ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
body.ordering-process .contact-box ul li {
  padding: 0;
}
body.ordering-process .contact-box ul li > span.tel:before {
  content: var(--icon-phone-cart);
}
body.ordering-process .contact-box ul li > span.mail:before {
  content: var(--icon-mail-cart);
}
body.ordering-process .contact-box ul li > span {
  padding-left: 20px;
  color: var(--color-tertiary);
  font-weight: 700;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 375px) {
  body.ordering-process .contact-box ul li > span {
    padding-left: 24px;
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) {
  body.ordering-process .contact-box ul li > span {
    padding-left: 28px;
    font-size: 16px;
  }
}
body.ordering-process .contact-box ul li > span a {
  color: var(--color-tertiary);
  font-weight: 700;
}
body.ordering-process .contact-box ul li > span a:hover {
  text-decoration: underline;
}
body.ordering-process .contact-box ul li > span:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 375px) {
  body.ordering-process .contact-box ul li > span:before {
    font-size: 18px;
  }
}
.cart-inner {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cart-inner {
    padding-bottom: 76px;
  }
}
.cart-content {
  padding: 0;
}
ol.cart-header {
  display: flex;
  column-gap: 4px;
  position: relative;
  margin: 0 0 12px 0;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  ol.cart-header {
    justify-content: center;
    column-gap: 12px;
    right: 48px;
    margin-bottom: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  ol.cart-header {
    column-gap: 20px;
  }
}
@media screen and (min-width: 1440px) {
  ol.cart-header {
    left: 0;
    right: 0;
  }
}
ol.cart-header li {
  display: flex;
  align-items: center;
  height: auto;
  top: 0;
  padding: 0;
  width: calc(100% / 3 - 3px);
  min-width: 1px;
  position: relative;
  border: none;
  background-color: transparent;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  ol.cart-header li {
    width: calc(100% / 3 - 8px);
  }
}
@media screen and (min-width: 1200px) {
  ol.cart-header li {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
ol.cart-header li.active {
  display: flex;
}
ol.cart-header li.active strong,
ol.cart-header li.active a {
  background-color: var(--color-secondary);
}
ol.cart-header li.active strong span,
ol.cart-header li.active a span {
  color: var(--color-white);
}
ol.cart-header li.active strong span:before,
ol.cart-header li.active a span:before {
  color: var(--color-secondary);
}
ol.cart-header li.completed strong,
ol.cart-header li.completed a {
  background-color: var(--color-border);
}
ol.cart-header li.completed strong:hover,
ol.cart-header li.completed a:hover {
  background-color: var(--color-border);
}
ol.cart-header li.completed strong span,
ol.cart-header li.completed a span {
  color: #7c8ea6;
}
ol.cart-header li.completed strong span:before,
ol.cart-header li.completed a span:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-check);
  font-size: 14px;
  color: #7c8ea6;
  background-color: var(--color-white);
}
ol.cart-header li a:hover {
  background-color: var(--color-white);
}
ol.cart-header li strong,
ol.cart-header li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 4px;
  line-height: 1.2;
  border: none;
  background-color: var(--color-white);
  border-radius: 6px;
}
@media screen and (min-width: 375px) {
  ol.cart-header li strong,
  ol.cart-header li a {
    height: 45px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  ol.cart-header li strong,
  ol.cart-header li a {
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  ol.cart-header li strong,
  ol.cart-header li a {
    padding-right: 40px;
    padding-left: 12px;
  }
}
ol.cart-header li strong span,
ol.cart-header li a span {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 4px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 11px;
  font-family: 'Playfair Display', sans-serif;
}
@media screen and (min-width: 480px) {
  ol.cart-header li strong span,
  ol.cart-header li a span {
    column-gap: 8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  ol.cart-header li strong span,
  ol.cart-header li a span {
    column-gap: 32px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  ol.cart-header li strong span,
  ol.cart-header li a span {
    white-space: nowrap;
  }
}
ol.cart-header li strong span:before,
ol.cart-header li a span:before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0;
  position: relative;
  width: 26px;
  height: 26px;
  line-height: 1.3;
  background-color: var(--color-border);
  font-size: 14px;
  font-weight: 700;
  border: none;
}
@media screen and (min-width: 375px) {
  ol.cart-header li strong span:before,
  ol.cart-header li a span:before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
#checkoutSidebar {
  position: relative;
  top: 0 !important;
}
#checkoutContent .cart-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#checkoutContent .co-box {
  padding: 32px 20px;
  margin: 0;
  border: none;
  box-shadow: var(--shadow);
  border-radius: 6px;
  background-color: var(--color-white);
}
#checkoutContent .co-box.co-box-additional {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  #checkoutContent .co-box {
    padding: 60px 40px 60px 80px;
  }
}
@media screen and (min-width: 992px) {
  #checkoutContent .co-box {
    padding-left: 120px;
  }
}
.cart-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 40px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .cart-row {
    grid-template-columns: 1fr 420px;
    grid-column-gap: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .cart-row {
    grid-template-columns: 1fr 487px;
    grid-column-gap: 60px;
  }
}
.cart-row:before,
.cart-row:after {
  display: none;
}
.cart-row .col-md-8,
.cart-row .col-md-4 {
  float: none;
  width: 100%;
  padding: 0;
  min-width: 1px;
}
.cart-row .col-md-8 {
  position: static;
}
.cart-row .col-md-8 .cart-content {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .cart-row .sidebar-in-cart {
    padding-top: 28px;
  }
}
.sidebar-in-cart .checkout-box-wrapper {
  margin-bottom: 40px;
}
.sidebar-in-cart .price-wrapper {
  margin-bottom: 40px;
}
.sidebar-in-cart .price-wrapper .price-label.price-primary {
  font-weight: 400;
}
.sidebar-in-cart .extras-wrap {
  margin-bottom: 44px;
  padding: 32px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.summary-wrapper {
  padding: 0;
  margin: 0;
}
.checkout-box-wrapper,
.checkout-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px;
  margin: 0 0 20px 0;
  background: var(--color-white);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .checkout-box-wrapper,
  .checkout-box {
    padding: 48px 20px;
  }
}
.checkout-box-wrapper .toggle-contacts,
.checkout-box .toggle-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  height: auto;
  padding: 0;
  margin: 0 0 24px 0;
  text-align: center;
  background: transparent;
  color: var(--color-primary);
  font-size: 20px;
}
.checkout-box-wrapper .toggle-contacts:hover,
.checkout-box .toggle-contacts:hover {
  background: transparent;
  color: var(--color-primary);
}
.checkout-box-wrapper .toggle-contacts br,
.checkout-box .toggle-contacts br {
  display: none;
}
.checkout-box-wrapper .toggle-contacts span,
.checkout-box .toggle-contacts span {
  display: none;
}
.checkout-box-wrapper .box.box-sm,
.checkout-box .box.box-sm {
  visibility: visible;
  height: auto;
  background-color: transparent;
  transform: scale(1);
}
.checkout-box-wrapper h4,
.checkout-box h4 {
  margin: 0 0 32px 0;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Playfair Display', sans-serif;
}
.order-summary-inner {
  padding: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .order-summary-inner {
    padding: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .order-summary-inner {
    padding: 40px 20px 20px 20px;
  }
}
.order-summary-inner > h4 {
  margin: 0 0 20px 0;
  text-align: center;
}
.order-summary + .consents {
  margin: 40px 0;
  max-width: none;
}
.order-summary + .consents label {
  color: var(--color-primary);
  font-size: 14px;
}
.order-summary + .consents a {
  font-weight: 400;
  color: var(--color-tertiary);
}
.order-recapitulation {
  margin: 0;
}
.price-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  padding: 0;
}
.price-wrapper .price-secondary,
.price-wrapper .price-primary {
  color: var(--color-primary);
}
.price-wrapper .price-secondary {
  padding-top: 0;
}
.price-wrapper .price-label {
  width: 50%;
}
.price-wrapper .price {
  width: 50%;
  padding: 0;
  text-align: right;
}
.price-wrapper .price.price-primary {
  font-weight: 700;
}
.summary-wrapper .price-wrapper .price-label {
  font-size: 16px;
}
.summary-wrapper .price-wrapper .price.price-primary {
  font-size: 24px;
}
.order-summary-item.price {
  padding: 16px;
  margin: 16px 0 0 0;
  border-top: none;
  background: var(--color-border);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .order-summary-item.price {
    padding: 24px 20px;
  }
}
.order-summary-item.price .price-wrapper .price-label {
  font-weight: 400;
}
.order-summary-item.price .price-wrapper .price-label.price-primary {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 375px) {
  .order-summary-item.price .price-wrapper .price-label.price-primary {
    font-size: 20px;
  }
}
.order-summary-item.price .price-wrapper .price.price-primary {
  font-size: 20px;
}
.order-summary-item.price .price-wrapper .price-primary {
  color: var(--color-tertiary);
}
.order-summary-item.helper {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 400;
}
.order-summary-item.helper > div:first-child {
  flex: 1;
  min-width: 1px;
}
.order-summary-item.helper > div:first-child strong {
  font-weight: 400;
}
.order-summary-item.helper > div:last-child {
  flex: 0 0 auto;
  font-weight: 600;
  color: var(--color-primary);
}
.recapitulation-single {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 14px;
}
.recapitulation-single:last-child {
  margin-bottom: 0;
}
.recapitulation-single > span {
  display: none;
}
.recapitulation-single > strong {
  display: flex;
  align-items: baseline;
  width: 100%;
  font-weight: 400;
}
.recapitulation-single > strong > span {
  order: 2;
  margin: 0;
  color: var(--color-green);
  font-weight: 600;
  text-transform: lowercase;
}
.col-md-8 .summary-wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .col-md-8 .price-wrapper {
    margin-left: auto;
    max-width: calc(50% - 10px);
  }
}
.col-md-8 .next-step {
  flex-direction: column-reverse;
  gap: 8px 20px;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 768px) {
  .col-md-8 .next-step {
    flex-direction: row;
  }
}
.col-md-4 .next-step {
  flex-direction: column-reverse;
  row-gap: 12px;
}
.next-step {
  display: flex;
  padding: 0;
}
.next-step--step-1 {
  margin: 44px 0 0 0;
}
.next-step .btn.btn-lg {
  padding: 0 32px;
  line-height: 1.5;
}
.next-step .btn.next-step-forward,
.next-step .btn.next-step-finish,
.next-step .next-step-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 32px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
}
.next-step .btn.next-step-forward,
.next-step .btn.next-step-finish {
  background-color: var(--color-secondary);
}
.next-step .btn.next-step-forward:hover,
.next-step .btn.next-step-finish:hover {
  background-color: var(--color-secondary-hover);
}
.next-step .btn.next-step-forward:after,
.next-step .btn.next-step-finish:after {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-chevron-right);
}
.next-step .btn.next-step-finish .order-button-suffix {
  display: none;
}
.next-step .next-step-back {
  background: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-tertiary);
  font-family: 'Playfair Display', sans-serif;
}
.next-step .next-step-back:before {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-chevron-left);
}
.next-step .next-step-back:hover {
  background: var(--color-tertiary);
  color: var(--color-white);
}
.next-step .order-button-text {
  font-size: inherit;
  font-weight: inherit;
}
.cart-items {
  padding: 0 0 16px 0;
  margin: 0 0 16px 0;
  border-bottom: 1px solid var(--color-border);
}
.cart-items .cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid var(--color-border);
}
.cart-items .cart-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cart-items .cart-item > div {
  padding: 0;
  border: none;
  font-size: 14px;
  color: var(--color-primary);
}
.cart-items .cart-item .cart-item-name {
  width: 100%;
  text-transform: none;
}
.cart-items .cart-item .cart-item-name:hover {
  text-decoration: underline;
}
.cart-items .cart-item .cart-item-name .main-link-variant {
  display: none;
}
.cart-items .cart-item .cart-item-amount {
  width: 50%;
  text-align: left;
}
.cart-items .cart-item .cart-item-amount .unit-value {
  display: inline;
  padding: 0;
  color: var(--color-primary);
}
.cart-items .cart-item .cart-item-price {
  width: 50%;
  text-align: right;
  font-weight: 700;
}
.box.co-box,
.co-box {
  padding: 0;
  margin: 0 0 40px 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .box.co-box,
  .co-box {
    padding-left: 56px;
    margin-bottom: 56px;
  }
}
.box.co-box h4,
.co-box h4 {
  padding-left: 40px;
  margin: 0 0 32px 0;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .box.co-box h4,
  .co-box h4 {
    margin-left: -56px;
    padding-left: 56px;
  }
}
.box.co-box h4:before,
.co-box h4:before {
  left: 0;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .box.co-box h4:before,
  .co-box h4:before {
    font-size: 32px;
  }
}
.cart-row .delivery-time {
  display: block;
  margin: 0 0 36px 0;
  font-size: 16px;
  font-weight: 400;
}
.cart-row .delivery-time:before {
  position: relative;
  top: 2px;
  margin-right: 16px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-calendar);
  font-size: 18px;
  color: var(--color-green);
}
.cart-row .delivery-time strong {
  color: var(--color-green);
  font-weight: 400;
}
.cart-summary {
  padding: 0;
}
.cart-summary > h4 {
  display: none;
}
.cart-summary .extras-wrap {
  width: 100%;
}
.cart-summary .extras-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.cart-summary .extras-col {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  max-width: none;
}
.cart-summary .extras-col:nth-child(2) {
  display: none;
}
.discount-coupon,
.extra.delivery {
  padding-left: 64px;
}
.discount-coupon:before,
.extra.delivery:before {
  margin-top: 0;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-tertiary);
  font-size: 36px;
  transform: translateY(-50%);
}
.extra.delivery {
  font-size: 14px;
}
.extra.delivery:before {
  content: var(--icon-truck);
}
.extra.delivery .price-range {
  margin-top: 8px;
  height: 12px;
  padding: 1px;
  border: 1px solid var(--color-border);
  border-radius: 90px;
  background-color: var(--color-white);
}
.extra.delivery .price-range > div {
  background-color: var(--color-tertiary);
  border-radius: 90px;
}
.discount-coupon {
  display: flex;
  flex-direction: column;
  gap: 8px 28px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .discount-coupon {
    flex-direction: row;
    align-items: center;
  }
}
.discount-coupon:before {
  content: var(--icon-sale);
}
.discount-coupon h4 {
  margin: 0;
  font-size: 16px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
}
.discount-coupon form {
  display: flex;
  column-gap: 12px;
}
.discount-coupon form input {
  flex: 1;
  min-width: 1px;
  height: 40px;
  background-color: var(--color-bg-light);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
.discount-coupon form .btn {
  flex: 0 1 auto;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: var(--color-white);
  color: var(--color-tertiary);
  border: 1px solid var(--color-tertiary);
}
@media screen and (min-width: 375px) {
  .discount-coupon form .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  .discount-coupon form .btn {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.discount-coupon form .btn:hover {
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  color: var(--color-white);
}
.order-delivery-payment-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.radio-wrapper {
  border-color: var(--color-border);
}
.radio-wrapper.active .for-free {
  color: var(--color-green);
}
@media screen and (max-width: 479px) {
  .radio-wrapper input[type="radio"] + label {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 479px) {
  .radio-wrapper input[type="radio"] + label .payment-shipping-price {
    flex-grow: 0;
    font-size: 14px;
  }
}
.radio-wrapper .for-free {
  color: var(--color-green);
}
@media screen and (max-width: 479px) {
  .radio-wrapper .payment-info {
    font-size: 14px;
  }
}
.radio-wrapper .payment-info .shipping-billing-name {
  color: var(--color-primary);
}
@media screen and (max-width: 479px) {
  .radio-wrapper .payment-logo {
    flex-basis: 60px;
  }
}
.payment-info .shipping-billing-name {
  text-transform: none;
}
.id--15.ordering-process #header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .id--15.ordering-process #header {
    margin-bottom: 60px;
  }
}
.id--15.ordering-process .cart-table {
  margin-bottom: 0;
}
.id--15.ordering-process .cart-table tbody {
  border: none;
  filter: none;
}
@media screen and (max-width: 991px) {
  .id--15.ordering-process .cart-table tbody tr {
    min-height: 100px;
  }
}
.id--15.ordering-process .cart-table tbody tr:last-child {
  border-bottom: none;
}
.id--15.ordering-process .cart-table .p-quantity {
  font-size: 14px;
}
@media screen and (max-width: 374px) {
  .id--15.ordering-process .cart-table .p-quantity {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  .id--15.ordering-process .cart-table .p-quantity {
    width: calc((100% - 16px) / 2);
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .id--15.ordering-process .cart-table .p-quantity {
    text-align: right;
  }
}
.id--15.ordering-process .cart-table .p-price {
  color: var(--color-primary);
  font-size: 14px;
}
@media screen and (max-width: 374px) {
  .id--15.ordering-process .cart-table .p-price {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  .id--15.ordering-process .cart-table .p-price {
    width: calc((100% - 16px) / 2);
    text-align: right;
  }
}
.id--15.ordering-process .cart-finis-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  padding: 60px 16px;
  margin-bottom: 20px;
  text-align: center;
  background: var(--color-white);
  box-shadow: var(--shadow);
  border-radius: 6px;
}
.id--15.ordering-process .order-summary-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .id--15.ordering-process .order-summary-heading {
    font-size: 28px;
  }
}
.id--15.ordering-process .order-summary-heading:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--color-white);
  background-color: var(--color-green);
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-check);
  border-radius: 50%;
  font-size: 16px;
}
.id--15.ordering-process .reca-number {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--color-primary);
}
.id--15.ordering-process .reca-number strong {
  font-weight: 400;
}
.id--15.ordering-process .order-summary-heading,
.id--15.ordering-process .recapitulation-wrapper {
  max-width: none;
}
.id--15.ordering-process .recapitulation-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 64px;
}
.id--15.ordering-process .recapitulation-wrapper .co-box {
  padding: 32px 20px;
  margin: 0;
  border: none;
  box-shadow: var(--shadow);
  border-radius: 6px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .id--15.ordering-process .recapitulation-wrapper .co-box {
    padding: 60px 40px 60px 80px;
  }
}
@media screen and (min-width: 992px) {
  .id--15.ordering-process .recapitulation-wrapper .co-box {
    padding-left: 120px;
  }
}
.id--15.ordering-process table.table.recapitulation-table > tbody > tr {
  display: table-row;
}
.id--15.ordering-process table.table.recapitulation-table > tbody > tr > th {
  display: table-cell;
  width: auto;
  padding: 0.25rem 0.5rem;
  color: var(--color-primary);
  font-weight: 600;
}
@media screen and (min-width: 480px) {
  .id--15.ordering-process table.table.recapitulation-table > tbody > tr > th {
    width: 40%;
  }
}
.id--15.ordering-process table.table.recapitulation-table > tbody > tr > td {
  display: table-cell;
  padding: 0.25rem 0.5rem;
  color: var(--color-tertiary);
}
.id--15.ordering-process table.table.recapitulation-table > tbody > tr > td strong {
  font-weight: 400;
}
.id--15.ordering-process .order-summary-item {
  font-size: 16px;
  color: var(--color-primary);
}
.id--15.ordering-process .order-summary-item.total {
  margin: 0;
}
.id--15.ordering-process .order-summary-item.summary-thx {
  margin: -12px 0 0 0;
}
.id--15.ordering-process .order-complete-links {
  padding: 16px 0 0 0;
}
.id--15.ordering-process .order-complete-links p {
  margin: 0;
}
.id--15.ordering-process .order-complete-links p:nth-child(2) {
  display: none;
}
.id--15.ordering-process .order-complete-links .btn {
  height: 60px;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 16px;
}
.cart-empty h1 {
  padding: 0;
}
.cart-empty .search {
  margin-left: 0;
  margin-right: 0;
}
.cart-empty .cart-row .col-md-4 .cart-content {
  padding: 20px 16px;
  background: var(--color-bg);
}
@media screen and (min-width: 768px) {
  .cart-empty .cart-row .col-md-4 .cart-content {
    padding: 48px 20px;
  }
}
.cart-empty .cart-row .col-md-4 .cart-content h4 {
  margin: 0 0 32px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
}
.cart-empty .empty-cart-boxes {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 0;
}
.cart-empty .empty-cart-boxes:before,
.cart-empty .empty-cart-boxes:after {
  display: none;
}
.cart-empty .empty-cart-boxes > div {
  padding: 0;
  float: none;
  width: 100%;
}
.cart-empty .empty-cart-boxes h3 {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 20px;
}
.ordering-process .cart-table {
  display: block;
  margin: 0 0 32px 0;
  border: none;
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .ordering-process .cart-table thead {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table thead {
    display: block;
  }
}
.ordering-process .cart-table thead tr {
  display: flex;
  padding: 0 20px 0 16px;
  column-gap: 16px;
  height: 20px;
  margin-bottom: 8px;
}
.ordering-process .cart-table thead tr td {
  padding: 0;
  border: none;
  font-size: 13px;
}
.ordering-process .cart-table thead tr td.p-name {
  padding-left: 0;
}
.ordering-process .cart-table tbody {
  display: block;
  border-radius: 6px;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
  background-color: var(--color-white);
}
.ordering-process .cart-table tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 4px 8px;
  position: relative;
  margin: 0;
  padding: 12px 12px 12px 88px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 991px) {
  .ordering-process .cart-table tbody tr > td:nth-child(even) {
    text-align: left;
  }
}
@media screen and (min-width: 480px) {
  .ordering-process .cart-table tbody tr {
    gap: 8px 16px;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table tbody tr {
    padding-right: 20px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .ordering-process .cart-table tbody tr:hover .remove-item {
    opacity: 1;
    visibility: visible;
  }
}
.ordering-process .cart-table tbody tr.related {
  display: none;
  column-gap: 0;
}
.ordering-process .cart-table tbody tr.related.visible {
  display: block;
}
.ordering-process .cart-table tbody tr.related-visible {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ordering-process .cart-table tbody tr td {
  padding: 0;
  border: none;
}
.ordering-process .cart-table tbody tr:last-child td {
  border-bottom: none;
}
.ordering-process .cart-table .related-visible .show-related:before {
  transform: rotate(-180deg);
}
.ordering-process .cart-table .related {
  padding: 8px 16px 16px 16px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table .related {
    padding-left: 112px;
    padding-right: 20px;
  }
}
.ordering-process .cart-table .related.visible > td {
  display: flex;
}
.ordering-process .cart-table .related > td {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border: none;
}
.ordering-process .cart-table .p-label {
  display: block;
  margin: 0;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table .p-label {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .ordering-process .cart-table tr > td.p-discount {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table tr > td.p-discount {
    width: 80px;
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .ordering-process .cart-table tr > td.cart-p-image {
    flex: 0 1 auto;
    position: absolute;
    left: 12px;
    top: 16px;
    margin: 0;
    width: 64px;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table tr > td.cart-p-image {
    width: 80px;
  }
}
.ordering-process .cart-table tr > td.cart-p-image a {
  display: block;
  position: relative;
  padding: 4px;
}
.ordering-process .cart-table tr > td.cart-p-image img {
  width: auto;
  max-width: 100%;
}
.ordering-process .cart-table tr > td.p-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 4px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .ordering-process .cart-table tr > td.p-name {
    flex: 0 1 auto;
    padding: 0 8px 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table tr > td.p-name {
    flex: 1;
    min-width: 1px;
  }
}
.ordering-process .cart-table tr > td.p-name .main-link {
  line-height: 1.3;
  text-transform: none;
  font-size: 14px;
  color: var(--color-primary);
}
.ordering-process .cart-table tr > td.p-name .main-link:hover {
  text-decoration: underline;
}
.ordering-process .cart-table tr > td.p-name .main-link:hover .main-link-variant {
  text-decoration: none;
}
.ordering-process .cart-table tr > td.p-name .main-link-variant {
  line-height: 1.5;
  font-size: 14px;
}
.ordering-process .cart-table tr > td.p-name .show-related {
  position: relative;
  padding: 0 20px 0 0;
  margin: 0;
  color: var(--color-primary);
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (min-width: 375px) {
  .ordering-process .cart-table tr > td.p-name .show-related {
    font-size: 14px;
  }
}
.ordering-process .cart-table tr > td.p-name .show-related:hover {
  text-decoration: none;
}
.ordering-process .cart-table tr > td.p-name .show-related:before {
  position: absolute;
  right: 0;
  top: 4px;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 300ms ease;
  content: var(--icon-chevron-down);
  font-size: 10px;
}
.ordering-process .cart-table tr > td.p-name .show-related:after {
  display: none;
}
.ordering-process .cart-table tr > td.p-name .show-related b {
  font-weight: 400;
}
.ordering-process .cart-table tr > td.p-name .show-related b:after {
  display: block;
  content: '';
}
@media screen and (max-width: 991px) {
  .ordering-process .cart-table .p-availability {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table .p-availability {
    width: 120px;
    text-align: center;
  }
}
.ordering-process .cart-table .p-availability .p-label {
  display: none;
}
.ordering-process .cart-table .p-availability .availability-label {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table .p-availability .availability-label {
    justify-content: center;
  }
}
.ordering-process .cart-table .p-availability .availability-amount {
  display: none;
}
@media screen and (max-width: 374px) {
  .ordering-process .cart-table .p-quantity {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .ordering-process .cart-table .p-quantity {
    width: 100px;
  }
}
@media screen and (min-width: 480px) {
  .ordering-process .cart-table .p-quantity {
    width: 115px;
  }
}
.ordering-process .cart-table .p-quantity .p-label {
  display: none;
}
.ordering-process .cart-table .p-quantity .quantity-form {
  display: flex;
  width: 100%;
  max-width: 115px;
}
@media screen and (max-width: 479px) {
  .ordering-process .cart-table .p-quantity .quantity-form .quantity {
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .ordering-process .cart-table .p-quantity .quantity-form .increase,
  .ordering-process .cart-table .p-quantity .quantity-form .decrease {
    width: 35px;
    height: 100%;
  }
}
.ordering-process .cart-table .p-quantity strong {
  font-weight: 400;
}
.ordering-process .cart-table .p-price {
  min-width: 0;
}
@media screen and (max-width: 374px) {
  .ordering-process .cart-table .p-price {
    width: calc(100% / 2 - 4px);
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .ordering-process .cart-table .p-price {
    width: calc(((100% - 100px) / 2) - 8px);
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .ordering-process .cart-table .p-price {
    width: calc(((100% - 115px) / 2) - 16px);
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table .p-price {
    width: 100px;
    text-align: right;
  }
}
.ordering-process .cart-table .p-price .show-tooltip {
  display: inline-flex;
  flex-direction: column;
  cursor: initial;
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table .p-price .show-tooltip {
    align-items: flex-end;
  }
}
.ordering-process .cart-table .p-price .show-tooltip .price-final {
  color: var(--color-primary);
}
.ordering-process .cart-table .p-price .price-final {
  font-weight: 400;
  color: var(--color-primary);
}
.ordering-process .cart-table .p-price .unit-value {
  display: none;
}
.ordering-process .cart-table tr > .p-total {
  text-align: right !important;
}
@media screen and (max-width: 374px) {
  .ordering-process .cart-table tr > .p-total {
    width: calc(100% / 2 - 4px);
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .ordering-process .cart-table tr > .p-total {
    width: calc(((100% - 100px) / 2) - 8px);
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .ordering-process .cart-table tr > .p-total {
    width: calc(((100% - 115px) / 2) - 16px);
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table tr > .p-total {
    width: 100px;
  }
}
.ordering-process .cart-table tr > .p-total .price-final {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 400;
}
.ordering-process .cart-table tr > .p-total .remove-item {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .ordering-process .cart-table tr > .p-total .remove-item {
    top: 0;
    right: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .ordering-process .cart-table tr > .p-total .remove-item {
    right: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    background-color: var(--color-primary);
    border-radius: 50%;
  }
  .ordering-process .cart-table tr > .p-total .remove-item:hover {
    background-color: var(--color-red);
  }
  .ordering-process .cart-table tr > .p-total .remove-item:before {
    font-family: 'icomoon';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: var(--icon-close);
    color: var(--color-white);
    font-size: 8px;
  }
}
.cart-table .cart-related-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  max-width: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .cart-table .cart-related-product {
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
  }
}
.cart-table .cart-related-product .cart-related-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart-table .cart-related-product .cart-related-info {
    flex: 1;
    min-width: 1px;
    width: auto;
  }
}
.cart-table .cart-related-product .cart-related-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: 60px;
  height: 60px;
  max-width: none;
  margin: 0;
}
.cart-table .cart-related-product .cart-related-name {
  flex: 1;
  min-width: 1px;
  padding: 0;
  color: var(--color-primary);
  text-transform: none;
  font-size: 14px;
}
.cart-table .cart-related-product .cart-related-name:hover {
  text-decoration: underline;
}
.cart-table .cart-related-product .cart-related-availability {
  flex: 0 1 auto;
  padding: 0 0 0 92px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 375px) {
  .cart-table .cart-related-product .cart-related-availability {
    padding-left: 0;
    width: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .cart-table .cart-related-product .cart-related-availability {
    margin-left: 0;
    width: 120px;
    text-align: center;
  }
}
.cart-table .cart-related-product .cart-related-button {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  column-gap: 16px;
  padding: 0 0 0 92px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart-table .cart-related-product .cart-related-button {
    justify-content: flex-start;
    width: auto;
    padding-left: 0;
  }
}
.cart-table .cart-related-product .cart-related-button .pr-action {
  display: flex;
  justify-content: flex-end;
  width: 100px;
}
.cart-table .cart-related-product .cart-related-button .price {
  width: 100px;
  margin: 0;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 14px;
}
.cart-table .cart-related-product .cart-related-button .btn {
  padding: 0;
  height: 40px;
  width: 40px;
  border: 1px solid var(--color-tertiary);
  color: var(--color-tertiary);
  background-color: var(--color-white);
  font-size: 0;
}
.cart-table .cart-related-product .cart-related-button .btn:hover {
  background-color: var(--color-tertiary);
  color: var(--color-white);
}
.cart-table .cart-related-product .cart-related-button .btn:before {
  margin: 0;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--icon-cart-add);
  font-size: 26px;
}
.id--8 .co-box.co-registration {
  padding-left: 0;
}
