:root {
  --msgInformationHeight: 0px;
  --color-blue: #002e66;
  --color-white: #fff;
  --color-green: #1aa741;
  --color-gray: #eaeff5;
  --color-red: #d02530;
  --color-bg: #eaeff5;
  --color-border: #cad4e0;
  --color-border-dark: #28548a;
  --color-addons: #738498;
  --color-yellow: #ffbe41;
  --color-orange: #a85400;
  --color-pink: #ca4d88;
  --icon-cart: "\e903";
  --icon-user: "\e902";
  --icon-star-full: "\e91a";
  --icon-star-empty: "\e918";
  --icon-star-half: "\e919";
  --icon-caret-down: "\e905";
  --icon-caret-up: "\e906";
  --icon-check: "\e917";
  --icon-breacrumb-home: "\e915";
  --icon-breacrumb-arrow: "\e916";
  --icon-caret-right: "\e908";
  --icon-caret-right-slider: "\e90a";
  --icon-caret-left: "\e907";
  --icon-caret-left-slider: "\e909";
  --icon-arrow-up: "\e90c";
  --icon-arrow-right: "\e90b";
  --icon-share: "\e91d";
  --icon-chat: "\e91e";
  --icon-print: "\e91f";
  --icon-watchdog: "\e91c";
  --icon-search: "\e900";
  --icon-search-close: "\e901";
  --icon-phone-footer: "\e913";
  --icon-mail-footer: "\e914";
  --icon-facebook: "\e920";
  --icon-instagram: "\e921";
  --icon-linkedin: "\e922";
  --icon-tiktok: "\e923";
  --icon-youtube: "\e924";
  --icon-truck: "\e912";
  --icon-menu-open: "\e925";
  --icon-menu-close: "\e926";
  --icon-filter: "\e927";
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?1p1pxe');
  src: url('../fonts/icomoon/icomoon.eot?1p1pxe#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?1p1pxe') format('truetype'), url('../fonts/icomoon/icomoon.woff?1p1pxe') format('woff'), url('../fonts/icomoon/icomoon.svg?1p1pxe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Darre-SegoeUI';
  src: url('../fonts/Segoe/SegoeUI-Regular.woff2') format('woff2'), url('../fonts/Segoe/SegoeUI-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darre-SegoeUI';
  src: url('../fonts/Segoe/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/Segoe/SegoeUI-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.external-fonts-loaded body,
body.blank-mode {
  font-family: 'Kanit', 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: 'Kanit', 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,
.external-fonts-loaded .btn {
  font-family: 'Kanit', sans-serif;
}
.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: 'Kanit', sans-serif;
}
.external-fonts-loaded #footer h5 {
  font-family: 'Kanit', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  color: var(--color-primary);
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
}
h1,
.h1 {
  line-height: 1.3;
  margin: 0 0 36px 0;
  font-size: 28px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
h2,
.h2 {
  line-height: 1.3;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
h3,
.h3 {
  line-height: 1.3;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
h4,
.h4 {
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: 0;
  padding: 0 0 0 32px;
  line-height: 1.3;
  width: auto;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  width: 24px;
  height: 24px;
  top: -4px;
  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;
}
.radio-wrapper input[type="radio"] + label {
  padding-top: 16px;
  padding-bottom: 16px;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  visibility: visible;
  width: 12px;
  height: 12px;
  left: 6px;
  border: none;
  background-color: var(--color-primary);
}
input[type="radio"] + label:before {
  border-radius: 50%;
  background-color: var(--color-white);
  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-primary);
}
.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-primary);
  border-color: var(--color-primary);
}
input[type="checkbox"]:checked + label:after {
  width: auto;
  height: auto;
  left: 5px;
  top: 1px;
  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);
}
.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 36px;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  border: none;
  color: var(--color-primary);
  font-size: 16px;
  text-transform: uppercase;
}
.btn.btn-cart,
a.btn.btn-cart {
  column-gap: 12px;
  height: 44px;
  padding: 0 24px;
  text-transform: uppercase;
}
.btn.btn-cart:before,
a.btn.btn-cart:before {
  display: none;
}
.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-primary);
  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);
  color: var(--color-primary);
}
.btn.btn-sm,
a.btn.btn-sm {
  padding: 0 24px;
}
.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;
  position: relative;
  padding-right: 24px;
  transition: all 300ms ease;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-secondary);
  text-decoration: underline;
}
.btn-link:hover {
  color: var(--color-secondary-hover);
  text-decoration: none;
}
.btn-link:after {
  position: absolute;
  right: 0;
  top: 5px;
  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;
}
.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 {
    display: block;
    max-width: 647px;
    width: 100%;
    position: relative;
  }
}
.form-group label {
  width: 100%;
  padding-right: 0;
  line-height: 1.3;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .form-group label {
    width: 175px;
    padding-top: 16px;
  }
}
.form-group > input.form-control,
.form-group > select.form-control {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 480px) {
  .form-group > input.form-control,
  .form-group > select.form-control {
    width: calc(100% - 175px);
  }
}
@media screen and (min-width: 992px) {
  .form-group > input.form-control,
  .form-group > select.form-control {
    max-width: 472px;
  }
}
.form-group > textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-group .question-tooltip {
  top: calc(100% - 54px / 2);
  left: auto;
  right: 8px;
}
.form-group .btn.btn-secondary {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
@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-primary);
  color: var(--color-white);
}
.form-control,
select {
  height: 50px;
  padding: 0 16px;
  max-width: 487px;
  width: 100%;
  background-color: var(--color-white);
  border-color: var(--color-border);
  font-size: 16px;
  color: var(--color-primary);
}
@media screen and (min-width: 992px) {
  .form-control,
  select {
    font-size: 14px;
  }
}
.form-control:focus,
select:focus {
  box-shadow: none;
}
select,
select.form-control,
.select2-selection {
  background: url("../img/ico-caret-down.svg") no-repeat calc(100% - 12px) 50%;
  cursor: pointer;
}
select:focus,
select.form-control:focus,
.select2-selection:focus {
  color: var(--color-primary);
  border-color: var(--color-border);
}
.consents label {
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-primary);
  cursor: auto;
}
.consents a {
  color: var(--color-primary);
  text-decoration: underline;
}
.consents a:hover {
  text-decoration: none;
}
body {
  line-height: 1.5;
  font-family: 'Kanit', sans-serif;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 300;
  background-color: var(--color-bg);
}
@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(51, 51, 51, 0.3);
    touch-action: none;
  }
}
@media screen and (min-width: 768px) {
  body.submenu-visible:before,
  body.menu-helper-visible:before {
    opacity: 1;
    visibility: visible;
  }
}
.icon-menu-percentage:before {
  content: "\e904";
}
.icon-vyhody-clock:before {
  content: "\e90d";
}
.icon-vyhody-credit-card:before {
  content: "\e90e";
}
.icon-vyhody-parking:before {
  content: "\e90f";
}
.icon-vyhody-store:before {
  content: "\e910";
}
.icon-vyhody-refresh:before {
  content: "\e911";
}
.icon-detail-doprava:before {
  content: "\e91b";
}
.user-action .container {
  position: relative;
}
strong,
b {
  font-weight: 700;
}
.content-wrapper {
  background-color: transparent;
}
@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: 16px;
}
@media screen and (min-width: 768px) {
  .colorbox-html-content {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .colorbox-html-content {
    padding: 60px;
  }
}
.dkLabFavProductSpan.hasIcon.dkLabFavouriteProductLinkRemove:before {
  color: var(--color-red);
}
.dkLabFavFlagDetail.hasIcon > span:before,
.dkLabFavFlagProduct.hasIcon > span:before,
.dkLabFavProductSpan.hasIcon:before {
  line-height: 1;
  top: 0;
}
/*
#cboxClose {
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  right: @size-20;
  top: @size-20;
  width: 22px;
  height: 22px;

  &:before {
    display: none;
  }

  &:after {
    .icomoon;

  }
}

 */
.product-section {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .product-section {
    margin-bottom: 80px;
  }
}
.product-section--related {
  margin-bottom: 0;
}
.product-section__title {
  margin: 0 0 12px 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-section__title {
    margin-bottom: 40px;
  }
}
.product-section__wrap {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (min-width: 768px) {
  .product-section__wrap {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1440px) {
  .product-section__wrap {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media screen and (min-width: 1680px) {
  .product-section__wrap {
    margin-left: -90px;
    margin-right: -90px;
  }
}
.product-section .products.swiper-initialized > div {
  width: auto;
  border: none;
}
.product-section .products.swiper-initialized .product {
  height: auto;
}
@media screen and (max-width: 767px) {
  .product-section .products.swiper-initialized .product {
    width: 146px;
  }
}
@media screen and (min-width: 768px) {
  .product-section .products.swiper-initialized .product {
    width: 315px;
  }
}
.breadcrumbs-wrapper {
  margin: 0 auto 16px auto;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-wrapper {
    margin-bottom: 24px;
  }
}
.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: 4px;
  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-breacrumb-home);
  font-size: 20px;
  transform: none;
  background-color: transparent;
}
.breadcrumbs > span {
  display: inline;
  margin-right: 16px;
  font-size: 14px;
}
.breadcrumbs > span a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: color 300ms ease;
}
.breadcrumbs > span a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.breadcrumbs > span:after {
  position: relative;
  top: 3px;
  margin-left: 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-breacrumb-arrow);
  font-size: 17px;
  color: var(--color-addons);
}
.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;
}
@media screen and (max-width: 767px) {
  .swiper-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    top: 134px;
    width: 48px;
    height: 48px;
    transition: all 300ms ease;
    cursor: pointer;
    font-size: 26px;
    background-color: var(--color-white);
    color: var(--color-primary);
  }
}
.swiper-nav.swiper-button-disabled {
  opacity: 0;
  cursor: not-allowed;
}
.swiper-nav--prev {
  left: 20px;
}
.swiper-nav--prev:before {
  content: var(--icon-caret-left-swiper);
}
.swiper-nav--next {
  right: 20px;
}
.swiper-nav--next:before {
  content: var(--icon-caret-right-swiper);
}
.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-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  transition: all 300ms ease;
  cursor: pointer;
  font-size: 10px;
  color: var(--color-primary);
  border: 1px solid var(--color-border);
}
.swiper-thumb:hover {
  border-color: var(--color-primary);
}
.swiper-thumb.swiper-button-disabled {
  opacity: 0;
}
.swiper-thumb--prev {
  margin-bottom: 8px;
}
.swiper-thumb--prev:before {
  content: var(--icon-caret-up);
}
.swiper-thumb--next {
  margin-top: 8px;
}
.swiper-thumb--next:before {
  content: var(--icon-caret-down);
}
.swiper-thumb: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-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none!important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none!important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none!important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none!important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.flags.flags-default {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.flags.flags-default.flags-inline {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.flags.flags-default.flags-inline .flag {
  display: flex;
  align-items: center;
  margin: 0;
}
.flag {
  display: flex;
  align-items: center;
  float: none;
  margin: 0;
  max-width: none;
  line-height: 1.3;
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  border-radius: 90px;
}
@media screen and (max-width: 767px) {
  .flag {
    height: 20px;
    padding: 0 8px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .flag {
    height: 25px;
    padding: 0 12px;
    font-size: 12px;
  }
}
.flags.flags-extra {
  display: flex;
  flex-direction: row;
  column-gap: 4px;
}
.flags.flags-extra .flag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .flags.flags-extra .flag {
    width: 48px;
    height: 48px;
  }
}
.flags.flags-extra .flag-discount {
  padding: 0;
  background-color: var(--color-red);
}
.flags.flags-extra .flag-discount .price-save {
  color: var(--color-white);
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .flags.flags-extra .flag-discount .price-save {
    font-size: 14px;
  }
}
.flags.flags-extra .flag-freeshipping .icon-van {
  margin: 0;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .flags.flags-extra .flag-freeshipping .icon-van {
    font-size: 22px;
  }
}
.flags.flags-extra .flag-freeshipping .icon-van: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-truck);
}
.flags.flags-extra .flag-freeshipping .flag-text {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .flags.flags-extra .flag-freeshipping .flag-text {
    font-size: 9px;
  }
}
.stars-wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.stars-label {
  line-height: 1.5;
  text-decoration: underline;
  font-size: 14px;
  color: var(--color-primary);
}
.stars-label:hover {
  text-decoration: none;
}
.stars {
  display: flex;
  align-items: center;
  column-gap: 4px;
  height: auto;
  width: auto;
  margin: 0;
}
.stars a,
.stars span {
  display: flex;
  line-height: 1;
  width: auto;
  height: auto;
  float: none;
  font-size: 14px;
}
.stars a:before,
.stars span:before {
  width: auto;
  height: auto;
  position: relative;
  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-yellow);
}
.stars a.star-on:before,
.stars span.star-on:before {
  content: var(--icon-star-full);
}
.stars a.star-off:before,
.stars span.star-off:before {
  content: var(--icon-star-empty);
}
.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: 60px;
  width: 95px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0;
}
.quantity input {
  flex: 1;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--color-primary);
  border-radius: 0;
  background-color: transparent;
}
.quantity .increase,
.quantity .decrease {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 31px;
  height: 50%;
  transition: all 300ms ease;
  background-color: var(--color-white);
  border: none;
  border-left: 1px solid var(--color-border);
  color: var(--color-primary);
}
.quantity .increase:hover,
.quantity .decrease:hover {
  background-color: var(--color-bg);
}
.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 .decrease {
  top: 50%;
}
.quantity .decrease:before {
  content: var(--icon-caret-down);
}
.quantity .increase {
  top: 0;
  border-bottom: 1px solid var(--color-border);
}
.quantity .increase:before {
  content: var(--icon-caret-up);
}
.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;
}
.ao-product__price--base {
  text-decoration: line-through;
  font-size: 14px;
}
.id-682 .content-inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.id-682 .breadcrumbs {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.id-682 .blog-detail-header {
  position: relative;
}
.id-682 .blog-detail-header:before {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 246px;
  left: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0.81deg, rgba(0, 11, 45, 0.7) 0.91%, rgba(0, 11, 45, 0) 99.51%);
}
.id-682 .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 20px 20px 20px;
}
@media screen and (min-width: 768px) {
  .id-682 .blog-detail-header__content {
    padding: 0 40px 32px 40px;
  }
}
.id-682 .blog-detail-header h1 {
  line-height: 1.5;
  max-width: 846px;
  margin: 0;
  color: var(--color-white);
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .id-682 .blog-detail-header h1 {
    font-size: 32px;
  }
}
.id-682 .blog-detail-header img {
  width: 100%;
}
.id-682 .news-item-detail time {
  display: none;
}
.id-682 .news-item-detail .text {
  border: 1px solid var(--color-border);
  border-top: none;
  padding: 20px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .id-682 .news-item-detail .text {
    padding: 40px;
  }
}
.id-682 .news-item-detail .next-prev {
  display: flex;
  flex-direction: column;
  gap: 8px 20px;
  max-width: 846px;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 600px) {
  .id-682 .news-item-detail .next-prev {
    flex-direction: row;
    justify-content: center;
  }
}
.id-682 .news-item-detail .next-prev .btn {
  height: 50px;
  background-color: var(--color-secondary);
  color: var(--color-white);
}
@media screen and (min-width: 600px) {
  .id-682 .news-item-detail .next-prev .btn {
    flex: 1;
    min-width: 1px;
    max-width: calc(50% - 10px);
  }
}
.id-682 .news-item-detail .next-prev .btn:hover {
  background-color: var(--color-secondary-hover);
  color: var(--color-white);
}
.news-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.news-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .news-item {
    flex-direction: row;
  }
}
.news-item .image {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news-item .image {
    width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .news-item .image {
    width: 420px;
  }
}
.news-item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 16px;
  padding: 20px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-border);
}
@media screen and (min-width: 768px) {
  .news-item .text {
    row-gap: 20px;
    border-width: 1px 1px 1px 0;
  }
}
@media screen and (min-width: 1200px) {
  .news-item .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.news-item .text .title {
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
}
.news-item .text time {
  display: none;
}
.news-item .text .description {
  font-size: 14px;
}
.reviews__wrap {
  display: flex;
  flex-direction: column;
}
.reviews__title {
  margin-bottom: 44px;
  text-align: center;
}
.reviews__in {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 480px) {
  .reviews__in {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .reviews__in {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.reviews__actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.reviews__actions .btn {
  height: 44px;
  font-size: 16px;
}
.reviews-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.reviews-item__name {
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
}
.reviews-item__info {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.reviews-item__date {
  position: relative;
  font-size: 14px;
  color: var(--color-addons);
}
.reviews-item__date:before {
  position: absolute;
  left: -10px;
  top: 3px;
  width: 1px;
  height: 16px;
  content: "";
  opacity: 0.5;
  background-color: var(--color-addons);
}
.reviews-item__text {
  line-height: 1.8;
}
.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: 0 0 90px 90px;
  box-shadow: none;
}
.popup-widget.cart-widget:before {
  display: none;
}
.popup-widget.login-widget {
  padding-top: 0;
  top: calc(113px + 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;
  }
}
.multiple-columns-body .position--benefitProduct {
  width: auto;
  flex-wrap: nowrap;
}
.multiple-columns-body .benefitBanner__item {
  flex: 0 1 auto;
}
.benefitBanner {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px 0;
  position: relative;
  max-width: none;
  width: auto;
  margin: 40px 0 0 0;
  padding: 20px 12px;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .benefitBanner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media screen and (min-width: 992px) {
  .benefitBanner {
    justify-content: space-between;
    column-gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .benefitBanner {
    margin-top: 80px;
    padding: 32px 32px;
  }
}
@media screen and (min-width: 1440px) {
  .benefitBanner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .benefitBanner {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.benefitBanner--hp {
  background-color: var(--color-bg);
  margin-top: 0;
}
.benefitBanner.position--benefitHomepage {
  margin-top: 0;
}
.benefitBanner__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 auto;
  gap: 8px 12px;
  margin: 0;
  width: calc(100% / 4);
}
@media screen and (min-width: 992px) {
  .benefitBanner__item {
    width: auto;
    flex-direction: row;
  }
}
.benefitBanner__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  max-width: none;
  margin: 0;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .benefitBanner__picture {
    width: 32px;
    height: 32px;
  }
}
.benefitBanner__picture img {
  max-height: 100%;
}
.benefitBanner__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 1px;
  padding: 0;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .benefitBanner__content {
    text-align: left;
  }
}
.benefitBanner__title {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .benefitBanner__title {
    font-size: 16px;
  }
}
#header {
  border: none;
  background-color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  #header {
    position: sticky;
    top: calc(0px + var(--msgInformationHeight));
    height: 120px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  #header {
    z-index: 5;
    position: relative;
    margin-bottom: 12px;
  }
  #header:before {
    display: none;
  }
}
#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;
  height: 68px;
  position: relative;
  padding: 0 0 0 56px;
}
@media screen and (min-width: 375px) {
  #header .header-top {
    padding-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  #header .header-top {
    justify-content: flex-start;
    column-gap: 24px;
    height: 110px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  #header .header-top {
    column-gap: 32px;
  }
}
#header .header-top > div {
  flex: 0 1 auto;
}
#header .navigation-buttons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 8px;
  padding: 0;
  margin-left: auto;
}
@media screen and (min-width: 375px) {
  #header .navigation-buttons {
    column-gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  #header .navigation-buttons {
    column-gap: 20px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  #header .navigation-buttons {
    column-gap: 32px;
  }
}
.navigation-buttons .dropdown.open > button {
  color: var(--color-addons);
  border-color: var(--color-border);
}
.navigation-buttons .dropdown.open > button .caret {
  color: var(--color-addons);
  transform: rotate(-180deg);
}
.navigation-buttons .dropdown.open > button .caret:before {
  color: var(--color-secondary);
}
.navigation-buttons .dropdown > span {
  display: none;
}
.navigation-buttons .dropdown > button {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 0 8px;
  height: 29px;
  border: 1px solid transparent;
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
}
.navigation-buttons .dropdown > button:hover {
  color: var(--color-addons);
}
.navigation-buttons .dropdown > button:hover .caret:before {
  color: var(--color-addons);
}
.navigation-buttons .dropdown > button .caret {
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  transition: all 300ms ease;
}
.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: 0;
  width: 100%;
  margin: -1px 0 0 0;
  float: none;
  min-width: 0;
  box-shadow: none;
}
.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;
  color: var(--color-addons);
  font-size: 14px;
  font-weight: 700;
}
.navigation-buttons .dropdown .dropdown-menu li a:before {
  display: none;
}
.navigation-buttons .dropdown .dropdown-menu li a:hover {
  color: var(--color-primary);
}
.header-lang {
  position: relative;
}
.header-lang:hover .header-lang__actual {
  color: var(--color-addons);
}
.header-lang.active .header-lang__in {
  display: block;
}
.header-lang.active .header-lang__actual {
  color: var(--color-addons);
  border-color: var(--color-border);
}
.header-lang.active .header-lang__actual:after {
  transform: rotate(-180deg);
}
.header-lang__actual {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 0 8px;
  height: 29px;
  transition: all 300ms ease;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
}
.header-lang__actual:after {
  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-down);
  font-size: 10px;
  color: var(--color-primary);
}
.header-lang__in {
  display: none;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin: -1px 0 0 0;
  padding: 0;
  list-style: none;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
}
.header-lang__in li {
  border-bottom: 1px solid var(--color-border);
}
.header-lang__in li:last-child {
  border-bottom: none;
}
.header-lang__in li a {
  display: block;
  padding: 8px;
  line-height: 1.3;
  color: var(--color-addons);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.header-lang__in li a:hover {
  color: var(--color-primary);
}
.search-active .search-toggle {
  color: var(--color-white);
}
.search-active .search-toggle:before {
  content: var(--icon-search-close);
}
@media screen and (max-width: 767px) {
  .search-toggle {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .search-toggle {
    display: flex;
    transition: color 300ms ease;
    color: var(--color-white);
    cursor: pointer;
    font-size: 23px;
  }
  .search-toggle:hover {
    color: var(--color-secondary);
  }
  .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;
    content: var(--icon-search);
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .search {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #header .header-top .search {
    display: none;
    width: 100%;
    max-width: 980px;
  }
  #header .header-top .search.is-active {
    display: block;
  }
}
#header .header-top .search .search-form {
  display: block;
}
.search {
  margin-left: auto;
}
.search fieldset {
  display: flex;
  align-items: stretch;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .search fieldset {
    height: 40px;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .search fieldset {
    height: 50px;
    padding: 4px 4px 4px 20px;
  }
}
.search input[type="search"].form-control {
  flex: 1;
  min-width: 1px;
  max-width: none;
  height: 100%;
  padding: 0;
  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-addons);
}
.search .btn {
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--color-secondary);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .search .btn {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0;
    background: transparent;
    color: var(--color-primary);
  }
  .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: 14px;
  }
}
@media screen and (min-width: 768px) {
  .search .btn {
    width: auto;
    height: 100%;
    padding: 0 32px;
    background-color: var(--color-secondary);
    color: var(--color-white);
  }
}
.search .btn:hover {
  background-color: var(--color-secondary-hover);
  color: var(--color-white);
}
.search-whisperer {
  top: 100%;
  left: 0;
  border-color: var(--color-border);
  border-width: 0 2px 2px 2px;
}
.search-whisperer ul li {
  border-color: var(--color-border);
}
@media screen and (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .search-active .top-navigation-bar {
    z-index: 4;
  }
}
.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;
}
.top-navigation-bar .container > .top-navigation-menu {
  display: none;
}
.top-navigation-bar .container > .top-navigation-tools {
  height: 0;
}
.top-navigation-bar .container .responsive-tools > a[data-target="search"] {
  display: none;
}
.top-navigation-bar-menu li:before {
  display: none;
}
.top-navigation-bar-menu li a {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  transition: color 300ms ease;
  color: var(--color-white);
  font-size: 14px;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
}
.top-navigation-bar-menu li a:hover {
  color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .search-active #navigation {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .navigation-window-visible #navigation {
    width: 100%;
    transform: translateX(0);
  }
}
@media screen and (min-width: 992px) {
  .dklabFavHeader #navigation {
    left: 164px;
    right: 208px;
  }
}
@media screen and (min-width: 1200px) {
  .dklabFavHeader #navigation {
    left: 240px;
    right: 256px;
  }
}
@media screen and (min-width: 1440px) {
  .dklabFavHeader #navigation {
    right: 278px;
  }
}
@media screen and (min-width: 1680px) {
  .dklabFavHeader #navigation {
    left: 270px;
    right: 312px;
  }
}
@media screen and (min-width: 992px) {
  .dklabFavHeader #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    left: -164px;
    right: -208px;
  }
}
@media screen and (min-width: 1200px) {
  .dklabFavHeader #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    left: -240px;
    right: -256px;
  }
}
@media screen and (min-width: 1440px) {
  .dklabFavHeader #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    right: -278px;
  }
}
@media screen and (min-width: 1440px) {
  .dklabFavHeader #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    left: -270px;
    right: -312px;
  }
}
#navigation {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #navigation {
    position: fixed;
    top: calc(120px + var(--msgInformationHeight));
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    transform: translateX(100%);
  }
}
@media screen and (min-width: 768px) {
  #navigation {
    position: absolute;
    top: 30px;
    height: 50px;
    left: auto;
    right: 0;
    pointer-events: none;
    transition: all 300ms ease;
  }
}
@media screen and (min-width: 992px) {
  #navigation {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  #navigation {
    left: 164px;
    right: 164px;
  }
}
@media screen and (min-width: 1200px) {
  #navigation {
    left: 240px;
    right: 196px;
  }
}
@media screen and (min-width: 1440px) {
  #navigation {
    left: 270px;
    right: 224px;
  }
}
@media screen and (min-width: 1680px) {
  #navigation {
    right: 252px;
  }
}
@media screen and (min-width: 768px) {
  #navigation.fitted .navigation-in ul {
    justify-content: center;
  }
}
#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;
  }
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in .navigationActions {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in > ul.menu-level-1 {
    background: var(--color-primary);
  }
}
#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-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li {
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li.ext.exp > a {
    background-color: var(--color-white);
    color: var(--color-primary);
  }
}
@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: 50px;
    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: 60px;
    height: 40px;
  }
  #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;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 64px 0;
    border: none;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2:before {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: auto;
    content: "";
    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: 0 1 auto;
    width: calc((100% - 40px) / 3);
    padding: 0;
    min-width: 1px;
    position: relative;
    min-height: 0;
  }
  #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 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 60px;
    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: 4px;
    flex: 1;
    height: 100%;
    min-width: 1px;
    width: auto;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div > a {
    display: flex;
    align-items: center;
    padding: 0;
    transition: color 300ms ease;
    font-weight: 700;
    color: var(--color-primary);
    font-size: 16px;
    text-transform: uppercase;
  }
  #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;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div > .menu-level-3 {
    max-height: none;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div > .menu-level-3 li a {
    line-height: 1.5;
    color: var(--color-primary);
    font-size: 14px;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li > div > .menu-level-3 li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 992px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    left: -164px;
    right: -164px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    left: -240px;
    right: -196px;
  }
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 > li {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (min-width: 1440px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    left: -270px;
    right: -224px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  #navigation .navigation-in > ul.menu-level-1 > li > ul.menu-level-2 {
    right: -252px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
#navigation .navigation-in > ul.menu-level-1 > li > a {
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 300ms ease;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    min-height: 50px;
    padding: 8px 12px 8px 12px;
    color: var(--color-white);
    background-color: var(--color-primary);
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    column-gap: 12px;
    justify-content: flex-start;
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: transparent;
    color: var(--color-white);
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1200px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  #navigation .navigation-in > ul.menu-level-1 > li > a {
    font-size: 16px;
  }
}
#navigation .navigation-in > ul.menu-level-1 > li > a b {
  padding: 0;
  font-weight: 700;
}
#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 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 44px;
    margin-right: -12px;
  }
}
#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: 12px;
}
@media screen and (min-width: 768px) {
  .dklabFavHeader .menu-helper {
    right: 212px;
  }
}
@media screen and (min-width: 1200px) {
  .dklabFavHeader .menu-helper {
    right: 260px;
  }
}
@media screen and (min-width: 1440px) {
  .dklabFavHeader .menu-helper {
    right: 288px;
  }
}
@media screen and (min-width: 1680px) {
  .dklabFavHeader .menu-helper {
    right: 318px;
  }
}
@media screen and (min-width: 768px) {
  .menu-helper {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 164px;
    top: 38px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .menu-helper {
    right: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .menu-helper {
    right: 228px;
  }
}
@media screen and (min-width: 1680px) {
  .menu-helper {
    right: 258px;
  }
}
.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-open);
  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: row;
  align-items: center;
  column-gap: 8px;
  order: 4;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  width: auto;
  height: auto;
  transition: all 300ms ease;
  color: var(--color-white);
  font-size: 14px;
}
#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: 26px;
}
#header .cart-count .cart-price {
  display: none !important;
}
#header .cart-count i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 14px;
  width: 17px;
  height: 17px;
  padding: 0;
  transition: color 300ms ease;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  background-color: var(--color-secondary);
  border-radius: 50%;
}
.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-bg);
  text-align: center;
  font-size: 14px;
}
.cart-free-shipping > div {
  display: block;
  padding: 0;
}
.cart-free-shipping strong {
  color: var(--color-primary);
}
.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 {
  background: none;
}
.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 {
  display: none;
}
#header .top-nav-button-login,
#header .top-nav-button-account {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 8px;
  order: 2;
  width: auto;
  height: auto;
  padding: 0;
  transition: all 300ms ease;
  background-color: transparent;
  color: var(--color-white);
}
#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: 23px;
}
#header .top-nav-button-login span,
#header .top-nav-button-account span {
  display: none;
}
.login-widget .login-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.login-widget .login-wrapper:before,
.login-widget .login-wrapper:after {
  display: none;
}
.login-widget .login-wrapper .btn {
  padding-left: 24px;
  padding-right: 24px;
  width: auto;
  max-width: none;
}
.login-widget .login-wrapper .password-helper {
  float: none;
  width: auto;
}
.login-widget .login-wrapper .password-helper a {
  padding: 0;
  font-size: 14px;
}
@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 .site-name {
  display: flex;
}
@media screen and (max-width: 767px) {
  #header .site-name-wrapper .site-name {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}
@media screen and (min-width: 768px) {
  #header .site-name-wrapper .site-name {
    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-width: 120px;
  max-height: 50px;
}
@media screen and (min-width: 1200px) {
  #header .site-name-wrapper .site-name a img {
    max-height: 82px;
    max-width: 176px;
  }
}
#header .site-name-wrapper .site-name a img::selection {
  background-color: transparent;
}
.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: 12px;
  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: 42px;
  content: var(--icon-menu-open);
  color: var(--color-white);
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  body.template-11:not(.mobile-header-version-0) #dkLabFavHeaderWrapper {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .scrolled-down body.template-11:not(.ordering-process):not(.search-window-visible):not(.mobile-header-version-0) #dkLabFavHeaderWrapper {
    transform: none;
  }
}
body.template-11:not(.ordering-process) #header #oblibeneBtn {
  display: flex !important;
}
#header #dkLabFavHeaderWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 3;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  padding: 0;
  transition: all 300ms ease;
}
#header #dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn {
  display: flex;
  top: 0;
  color: var(--color-white);
}
#header #dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn:hover {
  color: var(--color-secondary);
}
#header #dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn:before {
  margin: 0;
  font-size: 23px;
}
#header #dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn em {
  top: 18px;
  left: 15px;
  font-size: 12px;
  background-color: var(--color-secondary);
}
.site-msg.information {
  max-width: none;
  position: sticky;
  z-index: 57;
  top: 0;
  bottom: auto;
  left: 0;
  line-height: 1.5;
  padding: 4px 20px;
  opacity: 1;
  box-shadow: none;
  background-color: var(--color-secondary);
  color: var(--color-white);
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .site-msg.information {
    padding: 8px 40px;
    position: relative;
    font-size: 14px;
  }
}
.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: 18px;
    height: 18px;
    margin-top: -9px;
    font-size: 18px;
  }
}
.site-msg.information .close:before {
  line-height: 1;
  color: var(--color-white);
}
#footer {
  margin: 0;
  background-color: var(--color-primary);
}
#footer .footer-rows {
  padding-bottom: 40px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  #footer .footer-rows {
    padding-bottom: 60px;
  }
}
#footer .footer-rows:before,
#footer .footer-rows:after {
  display: none;
}
#footer .site-name {
  display: none;
}
#footer h4 {
  margin: 0 0 4px 0;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  color: var(--color-white);
}
#footer .news-item-widget {
  margin: 0;
}
#footer .news-item-widget a {
  line-height: 2.2;
  display: inline-block;
  font-size: 16px;
  color: var(--color-white);
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
}
#footer .news-item-widget a:hover {
  text-decoration: underline;
  color: var(--color-white);
}
#footer .news-item-widget time {
  display: none;
}
.custom-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  padding: 0;
  border-top: none;
}
@media screen and (min-width: 1200px) {
  .custom-footer {
    row-gap: 0;
  }
}
.custom-footer .banner,
.custom-footer .banner-wrapper {
  margin: 0;
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  .custom-footer .banner {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .custom-footer .banner-wrapper {
    height: 100%;
  }
  .custom-footer .banner-wrapper > span {
    display: block;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .custom-footer.elements-5 > div {
    width: calc((100% - 48px) / 4);
  }
}
.custom-footer > div {
  flex: 0 1 auto;
  padding: 0;
  width: 100%;
  min-width: 1px;
}
#footer .footer-bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px 16px;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  background: transparent;
  border-top: 1px solid var(--color-border-dark);
  font-size: 14px;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  #footer .footer-bottom {
    flex-direction: row-reverse;
  }
}
#footer .footer-bottom:before,
#footer .footer-bottom:after {
  display: none;
}
#footer .footer-bottom .copyright {
  margin: 0;
}
#footer .footer-bottom #signature {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #footer .footer-bottom #signature {
    justify-content: flex-end;
  }
}
#footer .footer-bottom #signature a {
  color: var(--color-white);
}
#footer .footer-bottom #signature .image {
  margin: 0 4px 0 0;
}
#footer .custom-footer > div > ul {
  padding: 0;
  margin: 0;
}
#footer .custom-footer > div > ul li {
  padding: 0;
}
#footer .custom-footer > div > ul li a {
  line-height: 2.2;
  color: var(--color-white);
}
#footer .custom-footer > div > ul li a:hover {
  text-decoration: underline;
}
.custom-footer__banner3 {
  grid-column: 1 / -1;
  width: auto;
  margin-bottom: 60px;
  margin-top: 60px;
}
.footer-banner-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid var(--color-border);
}
.footer-banner-contact__title {
  font-family: 'Kanit', sans-serif;
  font-size: 36px;
}
.footer-banner-contact__in {
  display: flex;
  align-items: center;
  column-gap: 44px;
}
.footer-banner-contact__item {
  font-weight: 700;
}
.footer-banner-contact__item--phone,
.footer-banner-contact__item--mail {
  position: relative;
  padding-left: 32px;
}
.footer-banner-contact__item--phone:hover,
.footer-banner-contact__item--mail:hover {
  text-decoration: underline;
}
.footer-banner-contact__item--phone:before,
.footer-banner-contact__item--mail:before {
  position: absolute;
  left: 0;
  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;
  font-size: 20px;
}
.footer-banner-contact__item--phone:before {
  content: var(--icon-phone);
}
.footer-banner-contact__item--mail:before {
  content: var(--icon-mail);
}
.custom-footer__banner4 {
  grid-column: 1 / -1;
  width: auto;
}
.footer-delivery-payment {
  display: flex;
  justify-content: center;
}
.footer-delivery-payment__in {
  display: flex;
  justify-content: center;
  column-gap: 52px;
}
.footer-delivery-payment__item {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
#footer .custom-footer__instagram {
  grid-column: 1 / -1;
  margin: 0 -90px 80px -90px;
  width: auto;
}
#footer .custom-footer__instagram h4 {
  display: none;
}
#footer .custom-footer__instagram .instagram-widget {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: none;
}
#footer .custom-footer__instagram .instagram-widget > a {
  width: 100%;
  padding: 0;
  aspect-ratio: 1 / 1;
}
#footer .custom-footer__instagram .instagram-widget > a:nth-child(1) {
  order: 1;
}
#footer .custom-footer__instagram .instagram-widget > a:nth-child(2) {
  order: 3;
}
#footer .custom-footer__instagram .instagram-widget > a:nth-child(3) {
  order: 5;
}
#footer .custom-footer__instagram .instagram-widget > a:nth-child(4) {
  order: 7;
}
#footer .custom-footer__instagram .instagram-widget > a:nth-child(5) {
  order: 9;
}
#footer .custom-footer__instagram .instagram-widget > a:nth-child(6) {
  order: 11;
}
#footer .custom-footer__instagram .instagram-widget .instagram-follow-btn {
  order: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: var(--color-border);
}
#footer .custom-footer__contact > h4 {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__contact > h4 {
    margin-bottom: 32px;
  }
}
#footer .custom-footer__contact .contact-box ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
}
#footer .custom-footer__contact .contact-box ul li {
  display: flex;
  padding: 0;
}
#footer .custom-footer__contact .contact-box ul li:nth-child(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__contact .contact-box ul li:nth-child(1) {
    margin-bottom: 36px;
  }
}
#footer .custom-footer__contact .contact-box ul li:nth-child(2) {
  order: -1;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__contact .contact-box ul li:nth-child(2) {
    margin-bottom: 16px;
  }
}
#footer .custom-footer__contact .contact-box ul li:nth-child(1),
#footer .custom-footer__contact .contact-box ul li:nth-child(2) {
  width: 100%;
}
#footer .custom-footer__contact .contact-box ul li:nth-child(1) span.tel a:before,
#footer .custom-footer__contact .contact-box ul li:nth-child(2) span.tel a:before {
  content: var(--icon-phone-footer);
}
#footer .custom-footer__contact .contact-box ul li:nth-child(1) span.mail a:before,
#footer .custom-footer__contact .contact-box ul li:nth-child(2) span.mail a:before {
  content: var(--icon-mail-footer);
}
#footer .custom-footer__contact .contact-box ul li:nth-child(1) span:before,
#footer .custom-footer__contact .contact-box ul li:nth-child(2) span:before {
  display: none;
}
#footer .custom-footer__contact .contact-box ul li:nth-child(1) span a,
#footer .custom-footer__contact .contact-box ul li:nth-child(2) span a {
  display: inline-flex;
  align-items: center;
  column-gap: 16px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 18px;
}
#footer .custom-footer__contact .contact-box ul li:nth-child(1) span a:hover,
#footer .custom-footer__contact .contact-box ul li:nth-child(2) span a:hover {
  color: var(--color-secondary);
}
#footer .custom-footer__contact .contact-box ul li:nth-child(1) span a:before,
#footer .custom-footer__contact .contact-box ul li:nth-child(2) span a: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: 28px;
  color: var(--color-secondary);
}
#footer .custom-footer__contact .contact-box ul li span {
  display: inline-flex;
  padding: 0;
}
#footer .custom-footer__contact .contact-box ul li span.skype:before,
#footer .custom-footer__contact .contact-box ul li span.tiktok:before,
#footer .custom-footer__contact .contact-box ul li span.facebook:before,
#footer .custom-footer__contact .contact-box ul li span.twitter:before,
#footer .custom-footer__contact .contact-box ul li span.youtube:before,
#footer .custom-footer__contact .contact-box ul li span.instagram:before {
  display: none;
}
#footer .custom-footer__contact .contact-box ul li span.skype a,
#footer .custom-footer__contact .contact-box ul li span.tiktok a,
#footer .custom-footer__contact .contact-box ul li span.facebook a,
#footer .custom-footer__contact .contact-box ul li span.twitter a,
#footer .custom-footer__contact .contact-box ul li span.youtube a,
#footer .custom-footer__contact .contact-box ul li span.instagram a {
  font-size: 0;
}
#footer .custom-footer__contact .contact-box ul li span.skype a:before,
#footer .custom-footer__contact .contact-box ul li span.tiktok a:before,
#footer .custom-footer__contact .contact-box ul li span.facebook a:before,
#footer .custom-footer__contact .contact-box ul li span.twitter a:before,
#footer .custom-footer__contact .contact-box ul li span.youtube a:before,
#footer .custom-footer__contact .contact-box ul li span.instagram a:before {
  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: 22px;
  color: var(--color-secondary);
}
#footer .custom-footer__contact .contact-box ul li span.facebook a:before {
  content: var(--icon-facebook);
}
#footer .custom-footer__contact .contact-box ul li span.youtube a:before {
  content: var(--icon-youtube);
}
#footer .custom-footer__contact .contact-box ul li span.twitter a:before {
  content: var(--icon-twitter);
}
#footer .custom-footer__contact .contact-box ul li span.instagram a:before {
  content: var(--icon-instagram);
}
#footer .custom-footer__contact .contact-box ul li span.skype a:before {
  content: var(--icon-linkedin);
}
#footer .custom-footer__contact .contact-box ul li span.tiktok a:before {
  content: var(--icon-tiktok);
}
#footer .custom-footer__newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  flex: 0 1 auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border-dark);
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter {
    flex-direction: row;
    column-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  #footer .custom-footer__newsletter {
    padding-bottom: 60px;
  }
}
#footer .custom-footer__newsletter .topic {
  font-size: 22px;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  #footer .custom-footer__newsletter .topic {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  #footer .custom-footer__newsletter .topic {
    font-size: 38px;
  }
}
#footer .custom-footer__newsletter .compact-form {
  flex: 1;
  min-width: 1px;
}
#footer .custom-footer__newsletter .compact-form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#footer .custom-footer__newsletter .compact-form .validator-msg-holder {
  order: 1;
  flex: 1;
  min-width: 1px;
  max-width: 419px;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form .validator-msg-holder {
    max-width: none;
  }
}
#footer .custom-footer__newsletter .compact-form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  max-width: none;
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-border);
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form .form-control {
    height: 60px;
  }
}
#footer .custom-footer__newsletter .compact-form .form-control::placeholder {
  color: var(--color-addons);
}
#footer .custom-footer__newsletter .compact-form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  position: relative;
  height: 50px;
  margin-left: 12px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  border-radius: 0;
}
@media screen and (min-width: 375px) {
  #footer .custom-footer__newsletter .compact-form .btn {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form .btn {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  #footer .custom-footer__newsletter .compact-form .btn {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #footer .custom-footer__newsletter .compact-form .btn {
    padding-left: 48px;
    padding-right: 48px;
    margin-right: 40px;
  }
}
#footer .custom-footer__newsletter .compact-form .btn:hover {
  background-color: var(--color-secondary-hover);
}
#footer .custom-footer__newsletter .compact-form .btn:before {
  display: none;
}
#footer .custom-footer__newsletter .compact-form .btn .sr-only {
  display: block !important;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: auto;
  border: 0;
}
#footer .custom-footer__newsletter .compact-form br {
  display: none;
}
#footer .custom-footer__newsletter .compact-form br + div {
  order: 3;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .custom-footer__newsletter .compact-form br + div {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  #footer .custom-footer__newsletter .compact-form br + div {
    max-width: 220px;
    margin-top: 0;
  }
}
#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;
  margin: 0;
  float: none;
  line-height: 1.3;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 300;
}
#footer .custom-footer__newsletter .compact-form .form-group .whole-width a {
  color: var(--color-secondary);
  text-decoration: underline;
  font-weight: 500;
}
#footer .custom-footer__newsletter .compact-form .form-group .whole-width a:hover {
  text-decoration: none;
}
.type-index .overall-wrapper {
  padding: 0;
}
.type-index #header {
  margin-bottom: 0;
  border-bottom: none;
}
.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;
}
.latest-contribution-box {
  display: none;
}
.homepage-box.middle-banners-wrapper {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.homepage-box.before-carousel {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  border-top: none;
}
.homepage-box.welcome-wrapper {
  padding: 0;
  margin: 0 0 40px 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .homepage-box.welcome-wrapper {
    margin-bottom: 80px;
  }
}
.welcome:before,
.welcome:after {
  display: none;
}
.welcome > h1 {
  max-width: none;
  text-align: center;
}
.welcome > div {
  max-width: none;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .welcome > div {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .welcome > div {
    padding: 20px;
  }
}
.welcome > div > * {
  margin: 0 0 16px 0;
  margin-bottom: 0;
}
.banners-row {
  display: flex;
  flex-direction: column;
  margin: 0 -12px 40px -12px;
}
@media screen and (max-width: 767px) {
  .banners-row {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .banners-row {
    margin-left: -32px;
    margin-right: -32px;
    margin: 0 -32px 80px -32px;
  }
}
@media screen and (min-width: 1440px) {
  .banners-row {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media screen and (min-width: 1680px) {
  .banners-row {
    margin-left: -90px;
    margin-right: -90px;
  }
}
.banners-row:before,
.banners-row:after {
  display: none;
}
.banners-row .banner-wrapper {
  margin: 0;
}
.banners-row .col-sm-8,
.banners-row .col-sm-4 {
  width: 100%;
  padding: 0;
  float: none;
}
.carousel:hover .carousel-control.left:before {
  left: 0;
}
.carousel:hover .carousel-control.right:before {
  right: 0;
}
.carousel .carousel-control {
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  margin-top: -15px;
  width: auto;
  text-shadow: none;
  opacity: 1;
  font-size: 30px;
  background: none;
}
@media screen and (max-width: 767px) {
  .carousel .carousel-control {
    display: none;
  }
}
.carousel .carousel-control:before {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: none;
  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;
}
.carousel .carousel-control.left {
  left: 44px;
}
.carousel .carousel-control.left:before {
  left: 0;
  content: var(--icon-caret-left-slider);
}
.carousel .carousel-control.right {
  right: 44px;
}
.carousel .carousel-control.right:before {
  right: 0;
  content: var(--icon-caret-right-slider);
}
.carousel .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 4px;
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  margin: 0;
}
.carousel .carousel-indicators li {
  height: 3px;
  width: 30px;
  margin: 0;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  transition: all 300ms ease;
}
.carousel .carousel-indicators li.active {
  background-color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .carousel .item {
    height: 100%;
  }
}
.carousel .item a {
  display: block;
}
.carousel .item a > img {
  max-width: none;
  width: 100%;
}
.carousel .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.carousel .extended-banner-title,
.carousel .extended-banner-text,
.carousel .extended-banner-link {
  position: relative;
  padding: 0;
  max-width: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
.carousel .extended-banner-title {
  line-height: 1.1;
  max-width: 78.667vw;
  margin-bottom: 5.333vw;
  color: var(--color-white);
  font-size: 10.133vw;
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .carousel .extended-banner-title {
    margin-bottom: 0;
    max-width: none;
    line-height: normal;
    font-size: 4.688vw;
  }
}
@media screen and (min-width: 1200px) {
  .carousel .extended-banner-title {
    font-size: 76px;
  }
}
.carousel .extended-banner-text {
  max-width: 78.667vw;
  color: var(--color-white);
  font-size: 5.333vw;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .carousel .extended-banner-text {
    max-width: none;
    font-size: 2.604vw;
  }
}
@media screen and (min-width: 1200px) {
  .carousel .extended-banner-text {
    font-size: 24px;
  }
}
.next-to-carousel-banners {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 32px;
  padding: 40px 12px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .next-to-carousel-banners {
    padding: 80px 32px;
  }
}
@media screen and (min-width: 1440px) {
  .next-to-carousel-banners {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .next-to-carousel-banners {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.next-to-carousel-banners .banner-wrapper {
  width: calc(100% / 2);
}
@media screen and (min-width: 375px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(100% / 6);
  }
}
.next-to-carousel-banners .banner-wrapper + .banner-wrapper {
  margin: 0;
}
.next-to-carousel-banners .banner-wrapper a {
  display: grid;
  grid-template-rows: 80px 1fr;
  align-items: center;
  row-gap: 20px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .next-to-carousel-banners .banner-wrapper a {
    grid-template-rows: 165px 1fr;
  }
}
.next-to-carousel-banners .banner-wrapper a:hover img {
  transform: none;
}
.next-to-carousel-banners .banner-wrapper a:hover .extended-banner-title {
  color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}
.next-to-carousel-banners .banner-wrapper a img {
  margin: auto;
  max-height: 100%;
  width: auto;
}
.next-to-carousel-banners .extended-banner-title,
.next-to-carousel-banners .extended-banner-text,
.next-to-carousel-banners .extended-banner-link {
  position: relative;
  padding: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.next-to-carousel-banners .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.next-to-carousel-banners .extended-banner-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 300ms ease;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (min-width: 768px) {
  .next-to-carousel-banners .extended-banner-title {
    font-size: 24px;
  }
}
.body-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 0 -12px 40px -12px;
}
@media screen and (max-width: 767px) {
  .body-banners {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
@media screen and (min-width: 768px) {
  .body-banners {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 992px) {
  .body-banners {
    margin: 0 -32px 80px -32px;
  }
}
@media screen and (min-width: 1440px) {
  .body-banners {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media screen and (min-width: 1680px) {
  .body-banners {
    margin-left: -90px;
    margin-right: -90px;
  }
}
.body-banners:before,
.body-banners:after {
  display: none;
}
.body-banners > div {
  float: none;
  min-width: 1px;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .body-banners > div {
    flex: 1;
    min-width: calc((100% - 1px) / 2);
  }
}
.body-banners .banner-wrapper {
  margin: 0;
}
.body-banners .banner-wrapper a {
  display: block;
  overflow: hidden;
}
.body-banners .banner-wrapper a:hover img {
  transform: scale(1.02);
}
.body-banners .banner-wrapper img {
  width: 100%;
}
.body-banners .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.body-banners .extended-banner-title,
.body-banners .extended-banner-text,
.body-banners .extended-banner-link {
  position: relative;
  padding: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.body-banners .extended-banner-title {
  line-height: 1.3;
  max-width: 80vw;
  margin-bottom: 2.133vw;
  font-size: 5.333vw;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  color: var(--color-white);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .body-banners .extended-banner-title {
    max-width: 60.677vw;
    line-height: 1.1;
    margin-bottom: 2.604vw;
    font-size: 2.604vw;
  }
}
@media screen and (min-width: 1200px) {
  .body-banners .extended-banner-title {
    margin-bottom: 20px;
    max-width: 466px;
    font-size: 36px;
  }
}
.body-banners .extended-banner-text {
  max-width: 80vw;
  margin-bottom: 2.133vw;
  line-height: 1.5;
  font-size: 4.267vw;
  font-weight: 300;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .body-banners .extended-banner-text {
    max-width: 60.677vw;
    font-size: 2.083vw;
  }
}
@media screen and (min-width: 1200px) {
  .body-banners .extended-banner-text {
    max-width: 466px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.body-banners .extended-banner-link {
  display: inline-flex;
  position: relative;
  padding-right: 24px;
  transition: all 300ms ease;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-secondary);
  text-decoration: underline;
  margin: 0;
  height: auto;
  top: 0;
}
.body-banners .extended-banner-link:hover {
  color: var(--color-secondary-hover);
  text-decoration: none;
}
.body-banners .extended-banner-link:after {
  position: absolute;
  right: 0;
  top: 5px;
  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;
}
.products-block.products:not(.swiper-initialized) {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 375px) {
  .products-block.products:not(.swiper-initialized) {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .products-block.products:not(.swiper-initialized) {
    gap: 20px;
  }
}
.products-block.products > div {
  padding: 0;
}
.products-block.products .product {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-width: 1px;
  margin: 0;
  position: relative;
  border: none !important;
  transition: all 300ms ease;
  background-color: var(--color-white);
}
@media screen and (min-width: 375px) {
  .products-block.products .product {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .products-block.products .product {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .products-block.products .product {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1440px) {
  .products-block.products .product {
    width: calc((100% - 80px) / 4);
  }
}
.products-block.products .product .dkLabFavDeleteBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .products-block.products .product .dkLabFavDeleteBtn {
    right: 4px;
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .products-block.products .product .dkLabFavDeleteBtn {
    right: 12px;
    top: 12px;
  }
}
.products-block.products .product .dkLabFavouriteProductDiv {
  display: flex;
  position: absolute;
  transition: all 300ms ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .products-block.products .product .dkLabFavouriteProductDiv {
    right: 4px;
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .products-block.products .product .dkLabFavouriteProductDiv {
    right: 16px;
    top: 16px;
  }
}
.products-block.products .product .dkLabFavouriteProductDiv > span {
  display: flex;
  color: var(--color-primary);
}
.products-block.products .product .dkLabFavouriteProductDiv > span:before {
  font-size: 20px;
}
.products-block.products .product .flags-extra {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .products-block.products .product .flags-extra {
    left: 8px;
    bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .products-block.products .product .flags-extra {
    left: 16px;
    bottom: 16px;
  }
}
.products-block.products .product .flags-default {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .products-block.products .product .flags-default {
    left: 8px;
    top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .products-block.products .product .flags-default {
    left: 16px;
    top: 16px;
  }
}
.products-block.products .product .flags-default .price-standard {
  display: none;
}
.products-block.products .product .p {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  position: relative;
  height: 100%;
  padding: 0;
}
.products-block.products .product .image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 12px;
  aspect-ratio: 1 / 1;
}
@media screen and (min-width: 992px) {
  .products-block.products .product .image {
    padding: 20px;
  }
}
.products-block.products .product .image:before,
.products-block.products .product .image:after {
  display: none;
}
.products-block.products .product .p-in {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 0 8px 20px 8px;
}
@media screen and (min-width: 992px) {
  .products-block.products .product .p-in {
    padding: 0 16px 32px 16px;
  }
}
.products-block.products .product .p-in-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  flex: 1;
  margin: 0 0 4px 0;
}
@media screen and (min-width: 768px) {
  .products-block.products .product .p-in-in {
    margin-bottom: 16px;
  }
}
.products-block.products .product .name {
  height: auto;
  margin: 0;
  line-height: 1.3;
  font-weight: 300;
  color: var(--color-blue);
  font-size: 14px;
  text-align: center;
}
@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: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 12px;
  min-height: 0;
  padding: 0;
}
.products-block.products .product .ratings-wrapper .stars-placeholder {
  display: none;
  height: 14px;
}
.products-block.products .product .ratings-wrapper .availability {
  flex: 0 1 auto;
  margin: 0;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}
.products-block.products .product .ratings-wrapper .availability .availability-amount {
  display: none;
}
.products-block.products .product .p-bottom {
  position: relative;
}
.products-block.products .product .p-bottom > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .products-block.products .product .p-bottom > div {
    flex-direction: column;
    row-gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .products-block.products .product .p-bottom > div {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    column-gap: 20px;
  }
}
.products-block.products .product .p-bottom .prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 12px;
  flex: 0 1 auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .products-block.products .product .p-bottom .prices {
    flex-direction: column;
    align-items: flex-end;
    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-primary);
}
.products-block.products .product .p-bottom .prices .price-final strong {
  display: block;
  font-weight: 700;
  font-size: 17px;
}
.products-block.products .product .p-bottom .prices .price-final span {
  color: var(--color-primary);
}
.products-block.products .product .p-bottom .prices .price-standard {
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .products-block.products .product .p-bottom .prices .price-standard {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .products-block.products .product .p-bottom .prices .price-standard {
    font-size: 14px;
  }
}
.products-block.products .product .p-bottom .prices .price-standard span {
  position: relative;
  text-decoration: none;
}
.products-block.products .product .p-bottom .prices .price-standard span: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;
}
.products-block.products .product .p-bottom .p-tools {
  flex: 0 1 auto;
}
.products-block.products .product .p-bottom .p-tools .btn {
  flex: 1;
  height: 42px;
  width: auto;
  background-color: transparent;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .products-block.products .product .p-bottom .p-tools .btn {
    flex: 0 1 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .products-block.products .product .p-bottom .p-tools .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .products-block.products .product .p-bottom .p-tools .btn {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.products-block.products .product .p-bottom .p-tools .btn:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.products-inline.products-top {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .products-inline.products-top {
    gap: 12px;
  }
}
.products-inline.products-top .product {
  display: flex;
  width: 100%;
  padding: 12px;
  margin: 0;
  background-color: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .products-inline.products-top .product {
    width: calc((100% - 24px) / 3);
    padding: 20px;
  }
}
.products-inline.products-top .product .p {
  display: flex;
  align-items: center;
  column-gap: 12px;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .products-inline.products-top .product .p {
    column-gap: 20px;
  }
}
.products-inline.products-top .product .p .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-height: 0;
}
@media screen and (min-width: 1440px) {
  .products-inline.products-top .product .p .image {
    width: 80px;
    height: 80px;
  }
}
.products-inline.products-top .product .p .p-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  row-gap: 4px;
  padding: 0;
  min-width: 1px;
  width: auto;
  line-height: 1.2;
}
.products-inline.products-top .product .p .p-in .p-in-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 4px;
  flex: 0 1 auto;
  padding: 0;
}
.products-inline.products-top .product .p .p-in .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .products-inline.products-top .product .p .p-in .name {
    font-size: 16px;
  }
}
.products-inline.products-top .product .p .p-in .name:hover {
  text-decoration: underline;
}
.products-inline.products-top .product .p .p-in .availability {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}
.products-inline.products-top .product .p .p-in .p-bottom .prices {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  column-gap: 12px;
}
.products-inline.products-top .product .p .p-in .p-bottom .prices .price-standard {
  color: var(--color-primary);
  font-size: 15px;
}
.products-inline.products-top .product .p .p-in .p-bottom .prices .price-final {
  color: var(--color-primary);
  font-size: 17px;
}
.type-category .sidebar {
  display: block;
}
@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;
  }
}
.category-top {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .category-top {
    margin-bottom: 32px;
  }
}
.category-top > h4 {
  order: 4;
  margin: 32px 0 16px 0;
  font-size: 24px;
  text-transform: uppercase;
}
.category-top #productsTop {
  order: 5;
}
.category-title {
  order: 1;
  margin: 0;
}
.category-perex {
  order: 3;
  margin: 12px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .category-perex {
    margin-top: 20px;
  }
}
.category-perex > * {
  margin: 0 0 20px 0;
}
.category-perex > *:last-child {
  margin-bottom: 0;
}
.category__secondDescription {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}
@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: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .pagination-wrapper {
    flex-direction: row;
    margin-top: 40px;
  }
}
.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 {
  padding-left: 44px;
  padding-right: 44px;
}
.pagination-wrapper .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  transition: all 300ms ease;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-primary);
}
.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-primary);
  color: var(--color-white);
}
.pagination-top {
  display: flex;
  align-items: center;
  column-gap: 12px;
  order: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pagination-top {
    display: none;
  }
}
.pagination-top:hover .pagination-link {
  background: var(--color-primary);
  color: var(--color-white);
}
.pagination-top strong {
  margin: 0;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.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.5;
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 400;
}
#content .filter-section fieldset div.advanced-filters-wrapper {
  margin: 0;
}
.content #category-filter-hover,
.content .sidebar #category-filter-hover.visible,
#category-filter-hover.visible {
  display: flex;
}
.filter-toggle {
  display: none;
}
#content .filter-section fieldset div label,
#footer .filter-section fieldset div label {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #filters-wrapper {
    margin-bottom: 20px;
  }
}
#filters-wrapper .filter-toggle {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  margin-bottom: 0 !important;
  font-weight: 700;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 16px;
  text-transform: uppercase;
}
#filters-wrapper .filter-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;
  content: var(--icon-filter);
  font-size: 20px;
}
#filters-wrapper .filter-toggle:after {
  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-down);
  font-size: 12px;
}
#filters-wrapper .filter-toggle--active:after {
  transform: rotate(-180deg);
}
#filters-wrapper .filter-toggle--active + .filters.visible {
  display: block;
}
@media screen and (max-width: 767px) {
  .filters {
    padding: 20px;
    border: 1px solid var(--color-border);
    border-top: none;
    background-color: var(--color-white);
  }
  .filters.visible {
    display: none;
  }
}
.filters > div h4 {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .filters > div h4 {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.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-down);
  font-size: 12px;
  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.responsive-collapsed h4 {
    margin-bottom: 20px;
  }
  .filters .slider-wrapper.responsive-collapsed h4:after {
    transform: rotate(0);
  }
  .filters .slider-wrapper.responsive-collapsed .slider-header,
  .filters .slider-wrapper.responsive-collapsed .slider-content {
    display: block;
  }
}
@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(0);
  }
}
@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: 12px;
  height: 6px;
  padding: 0 9px;
  border-radius: 6px;
  background-color: var(--color-border);
}
.filters .slider-wrapper .slider-content .ui-slider {
  height: 6px;
  background-color: var(--color-border);
}
.filters .slider-wrapper .slider-content .ui-slider-range {
  background-color: var(--color-primary);
}
.filters .slider-wrapper .slider-content .ui-slider-handle {
  top: -6px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background-color: var(--color-primary);
}
.filters .slider-wrapper .slider-content .ui-slider-handle:before {
  z-index: 2;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: var(--color-white);
}
.filters .slider-wrapper .slider-content .ui-slider-handle:after {
  display: none;
}
.filters .slider-wrapper .slider-header {
  order: 3;
  padding: 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: 24px;
}
@media screen and (min-width: 768px) {
  .filters #category-filter-hover.visible {
    row-gap: 32px;
  }
}
.filters .filter-section {
  padding: 0;
  border: none;
}
.filters .filter-section:before,
.filters .filter-section:after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .filters .filter-section.responsive-collapsed h4 {
    margin-bottom: 20px;
  }
  .filters .filter-section.responsive-collapsed h4:after {
    transform: rotate(0);
  }
  .filters .filter-section.responsive-collapsed form {
    display: block;
  }
}
@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(0);
  }
}
@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: 300;
}
.filters .filter-section-count .filter-total-count {
  display: none;
}
.filters #clear-filters {
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .filters #clear-filters {
    margin-top: 0;
  }
}
.filters #clear-filters .close-after {
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 0 16px 0 0;
  color: var(--color-red);
  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: 8px 8px;
}
@media screen and (min-width: 768px) {
  .filters fieldset {
    grid-template-columns: 1fr;
  }
}
.filters fieldset .advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.filters fieldset .advanced-filters-wrapper:empty {
  display: none;
}
.filters fieldset .advanced-filters-wrapper > div {
  padding: 0 !important;
}
.filters fieldset .advanced-filters-wrapper > div .advanced-parameter {
  width: 36px;
  height: 36px;
}
.filters fieldset .advanced-filters-wrapper > div .advanced-parameter .advanced-parameter-inner {
  width: 36px;
  height: 36px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.filters fieldset .advanced-filters-wrapper > div .advanced-parameter .advanced-parameter-inner[style^="background-color: #fff"] {
  border: 1px solid var(--color-border);
}
.filters fieldset .advanced-filters-wrapper > div .advanced-parameter .advanced-parameter-inner[style^="background-color: #fff"]:before {
  color: var(--color-primary);
}
.filters fieldset .advanced-filters-wrapper > div .advanced-parameter .advanced-parameter-inner.yes-before:before {
  opacity: 1;
  visibility: visible;
}
.filters fieldset .advanced-filters-wrapper > div .advanced-parameter .advanced-parameter-inner:before {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: none;
  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);
}
.filters .filter-count {
  padding: 0;
  margin: 0 0 0 2px;
  color: var(--color-tertiary);
  background-color: transparent;
  font-size: 13px;
  font-weight: 300;
  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 12px 0;
  padding-bottom: 8px;
  max-width: 100%;
  overflow: auto;
  background-color: transparent;
}
.category-header div {
  display: none;
}
@media screen and (min-width: 1200px) {
  .category-header div {
    flex: 0 1 auto;
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
  }
  .category-header div strong {
    font-weight: 300;
  }
}
.category-header form fieldset {
  display: flex;
  column-gap: 20px;
  white-space: nowrap;
}
.category-header input[type="radio"]:checked + label {
  font-weight: 500;
}
.category-header input[type="radio"]:checked + label:hover {
  background-color: var(--color-white);
}
.category-header input[type="radio"] + label {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 36px;
  font-weight: 300;
  font-size: 16px;
  transition: all 300ms ease;
  background-color: transparent;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .category-header input[type="radio"] + label {
    height: 46px;
  }
}
.subcategories.with-image {
  order: 2;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4px;
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .subcategories.with-image {
    grid-gap: 12px;
    margin-top: 20px;
  }
}
.subcategories.with-image li {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
}
@media screen and (min-width: 480px) {
  .subcategories.with-image li {
    width: calc((100% - 4px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .subcategories.with-image li {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .subcategories.with-image li {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .subcategories.with-image li {
    width: calc((100% - 36px) / 4);
  }
}
@media screen and (min-width: 1440px) {
  .subcategories.with-image li {
    width: calc((100% - 48px) / 5);
  }
}
.subcategories.with-image li a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 4px;
  height: 100%;
  transition: all 300ms ease;
  color: var(--color-primary);
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  background-color: var(--color-white);
  font-size: 16px;
  border: none;
}
@media screen and (min-width: 992px) {
  .subcategories.with-image li a {
    column-gap: 12px;
    padding: 12px;
  }
}
.subcategories.with-image li a:hover .text {
  color: var(--color-secondary);
}
.subcategories.with-image li a:before,
.subcategories.with-image li a:after {
  display: none;
}
.subcategories.with-image li a .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 45px;
}
@media screen and (min-width: 768px) {
  .subcategories.with-image li a .image {
    width: 90px;
    height: 60px;
  }
}
.subcategories.with-image li a .image img {
  max-width: 100%;
  max-height: 100%;
}
.subcategories.with-image li a .text {
  flex: 1;
  display: block;
  padding: 0;
  overflow: visible;
  width: auto;
  min-width: 1px;
  max-height: none;
  font-size: 16px;
  transition: all 300ms ease;
}
.sidebar-indented .content .sidebar {
  margin-left: 0;
  padding: 0;
  width: 200px;
}
.sidebar-indented .content .category-content-wrapper {
  flex: 1;
  min-width: 1px;
  width: auto;
}
.sidebar {
  display: none;
  width: 200px;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .sidebar {
    margin-right: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .sidebar {
    margin-right: 80px;
  }
}
.sidebar .sidebar-inner {
  padding: 0;
}
.sidebar .box.box-sm.box-filters {
  padding: 0;
  border: none;
}
.type-detail .breadcrumbs-wrapper {
  margin-bottom: 16px;
}
.product-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
  margin: 0 0 40px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product-top {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .product-top {
    column-gap: 64px;
  }
}
.product-top:before,
.product-top:after {
  display: none;
}
.product-top > div {
  padding: 0;
}
.product-top > div:first-child {
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-image-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-image-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
    min-width: 1px;
    position: relative;
  }
  .p-image-wrapper .flags.flags-extra {
    display: none;
  }
  .p-image-wrapper .p-image {
    margin: 0;
  }
}
.p-info-wrapper {
  display: flex;
  flex-direction: column;
  order: 3;
  width: 100%;
  position: static;
  min-width: 1px;
}
.p-detail-inner-header {
  order: 1;
  display: block;
  margin-bottom: 8px;
}
.p-detail-inner-header h1 {
  margin: 0;
}
.p-detail-info {
  order: 2;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .p-detail-info .flags.flags-default {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-detail-info .flags.flags-default {
    flex-direction: column;
    gap: 4px;
    position: absolute;
    left: 16px;
    top: 16px;
  }
}
.p-detail-info .flags.flags-default:before,
.p-detail-info .flags.flags-default:after {
  display: none;
}
.p-detail-info .stars-wrapper:before {
  display: none;
}
.p-detail-info .p-code {
  color: var(--color-primary);
}
.p-info-wrapper .detail-parameters {
  order: 6;
  display: block;
  margin: 0;
}
.p-info-wrapper .detail-parameters tbody {
  display: flex;
  flex-direction: column;
}
.p-info-wrapper .detail-parameters tr {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.p-info-wrapper .detail-parameters tr.variant-list {
  margin-top: 40px;
}
.p-info-wrapper .detail-parameters tr:first-of-type {
  margin-top: 32px;
}
.p-info-wrapper .detail-parameters th {
  padding: 0;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary);
  text-transform: uppercase;
}
.p-info-wrapper .detail-parameters td {
  width: 100%;
  margin: 0;
  padding: 0;
}
.p-info-wrapper .detail-parameters td select {
  width: 100%;
  max-width: none;
  background-color: var(--color-white);
}
.p-info-wrapper .detail-parameters td .hidden-split-parameter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-info-wrapper .detail-parameters td .hidden-split-parameter .advanced-parameter {
  display: block;
  margin: 0;
  width: auto;
  height: auto;
}
.p-info-wrapper .detail-parameters td .hidden-split-parameter .advanced-parameter-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
}
.p-info-wrapper .detail-parameters td .hidden-split-parameter .advanced-parameter-inner.yes-before {
  padding: 7px;
  border-width: 2px;
  border-color: var(--color-primary);
}
.p-info-wrapper .detail-parameters td .hidden-split-parameter .advanced-parameter-inner img {
  border-radius: 0;
}
.p-info-wrapper .detail-parameters .hidden-split-parameter {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-info-wrapper .detail-parameters .hidden-split-parameter > span {
  display: none;
}
.p-info-wrapper .detail-parameters .hidden-split-parameter .advanced-parameter-inner {
  margin: 0;
  width: 43px;
  height: 43px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.p-info-wrapper .detail-parameters .hidden-split-parameter .advanced-parameter-inner[style^="background-color: #fff"] {
  border: 1px solid var(--color-border);
}
.p-info-wrapper .detail-parameters .hidden-split-parameter .advanced-parameter-inner[style^="background-color: #fff"]:before {
  color: var(--color-primary);
}
.p-info-wrapper .detail-parameters .hidden-split-parameter .advanced-parameter-inner:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transition: all 300ms ease;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  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: 16px;
  color: var(--color-white);
  background: none;
}
.p-info-wrapper .detail-parameters .hidden-split-parameter .advanced-parameter-inner.yes-before:before {
  opacity: 1;
  visibility: visible;
}
.p-detail .detail-buy {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  order: 10;
  position: relative;
  padding: 20px 16px;
  margin: 20px 0 0 0;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-detail .detail-buy {
    padding: 32px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-detail .detail-buy {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail .detail-buy {
    padding: 32px;
  }
}
.p-detail .detail-buy__top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-detail .detail-buy__top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-detail .detail-buy__top {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
.p-detail .detail-buy__main {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-detail .detail-buy__main {
    flex-direction: column;
    row-gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-detail .detail-buy__main {
    align-items: center;
    column-gap: 40px;
  }
}
.p-detail .detail-buy .quantity {
  border-style: solid;
}
.p-detail .detail-buy #dkLabFavouriteDiv {
  margin: 0;
}
.p-detail .detail-buy #dkLabFavouriteDiv .dkLabFavDetailSpan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  transition: all 300ms ease;
  color: var(--color-primary);
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 480px) {
  .p-detail .detail-buy #dkLabFavouriteDiv .dkLabFavDetailSpan {
    width: 60px;
  }
}
.p-detail .detail-buy #dkLabFavouriteDiv .dkLabFavDetailSpan.dkLabFavouriteDetailLinkRemove {
  border-color: var(--color-primary);
}
.p-detail .detail-buy #dkLabFavouriteDiv .dkLabFavDetailSpan:before {
  margin: 0;
  top: 0;
}
.p-detail .detail-buy #dkLabFavouriteDiv .dkLabFavDetailSpan span {
  display: none;
}
.p-detail .detail-buy .shipping-options {
  order: 3;
  position: relative;
  padding-left: 32px;
  font-weight: 600;
  text-decoration: underline;
  color: var(--color-primary);
}
.p-detail .detail-buy .shipping-options:hover {
  text-decoration: none;
}
.p-detail .detail-buy .shipping-options: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;
  content: var(--icon-truck);
  font-size: 22px;
}
.p-detail .detail-buy .p-final-price-wrapper {
  display: flex;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-detail .detail-buy .p-final-price-wrapper {
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-detail .detail-buy .p-final-price-wrapper {
    flex-direction: column;
    row-gap: 4px;
    align-items: flex-end;
    width: 115px;
  }
}
.p-detail .detail-buy .p-final-price-wrapper .price-save {
  display: none;
}
.p-detail .detail-buy .p-final-price-wrapper .price-standard {
  margin: 0;
  position: relative;
  color: var(--color-primary);
  font-size: 16px;
  text-decoration: none;
}
.p-detail .detail-buy .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-detail .detail-buy .p-final-price-wrapper .price-standard > span {
  text-decoration: none;
}
.p-detail .detail-buy .p-final-price-wrapper .price-final {
  color: var(--color-primary);
  font-weight: 700;
  white-space: nowrap;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-detail .detail-buy .p-final-price-wrapper .price-final {
    order: -1;
  }
}
.p-detail .detail-buy .p-final-price-wrapper .price-final .pr-list-unit {
  display: none;
}
.p-detail .detail-buy .p-final-price-wrapper .price-measure {
  display: none;
}
.p-detail .detail-buy .availability-value {
  order: 1;
  display: flex;
  column-gap: 4px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.p-detail .detail-buy .availability-value:before {
  display: none;
}
.p-detail .detail-buy .availability-value span {
  display: inline;
}
.p-detail .detail-buy .availability-value .availability-amount {
  color: var(--color-primary);
  font-weight: 400;
}
.p-detail .detail-buy .detail-delivery-time {
  order: 2;
  display: flex;
  align-items: baseline;
  column-gap: 4px;
  font-weight: 400;
  color: var(--color-primary);
  font-size: 14px;
}
.p-detail .detail-buy .detail-delivery-time:before {
  display: none;
}
.p-detail .detail-buy .detail-delivery-time .delivery-time {
  padding: 0;
  color: var(--color-green);
  font-weight: 700;
}
.p-detail .add-to-cart {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 4px;
  flex: 1;
  min-width: 1px;
  margin: 0;
}
@media screen and (min-width: 375px) {
  .p-detail .add-to-cart {
    column-gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-detail .add-to-cart {
    column-gap: 16px;
  }
}
@media screen and (max-width: 374px) {
  .p-detail .add-to-cart .quantity {
    width: 80px;
  }
}
@media screen and (min-width: 375px) {
  .p-detail .add-to-cart .quantity {
    width: 100px;
  }
}
@media screen and (min-width: 480px) {
  .p-detail .add-to-cart .quantity {
    width: 115px;
  }
}
.p-detail .add-to-cart .btn.add-to-cart-button {
  flex: 1 1 auto;
  column-gap: 4px;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .p-detail .add-to-cart .btn.add-to-cart-button {
    column-gap: 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) {
  .p-detail .add-to-cart .btn.add-to-cart-button {
    column-gap: 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .p-detail .add-to-cart .btn.add-to-cart-button {
    column-gap: 20px;
  }
}
.p-detail .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: 18px;
}
@media screen and (max-width: 374px) {
  .p-detail .add-to-cart .btn.add-to-cart-button:before {
    display: none;
  }
}
.detail-description {
  order: 9;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 16px;
}
.detail-description__link {
  margin-top: 8px;
}
.detail-description__link a {
  position: relative;
  padding-right: 16px;
  color: var(--color-secondary);
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.detail-description__link a:hover {
  text-decoration: underline;
}
.detail-description__link a:before {
  position: absolute;
  right: 0;
  top: 5px;
  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;
}
.p-short-description {
  order: 3;
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}
.p-short-description + p {
  order: 4;
  margin-top: 16px;
  margin-bottom: 0;
}
.p-short-description + p a {
  display: inline-flex;
  position: relative;
  padding-right: 24px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--color-primary);
}
.p-short-description + p a:hover {
  text-decoration: none;
  color: var(--color-primary);
}
.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-caret-down);
  font-size: 14px;
}
.p-short-description + p a:after {
  display: none;
}
.p-short-description p {
  margin: 0;
}
.description-inner {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .description-inner {
    flex-direction: row;
    column-gap: 60px;
  }
}
.products-related {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .p-image {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .p-thumbnails-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-thumbnails-wrapper {
    display: flex;
  }
}
.p-thumbnails {
  width: 100%;
  height: auto;
  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;
  column-gap: 12px;
}
.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: 119px;
  height: 119px;
  margin: 0;
  float: none;
  transition: all 300ms ease;
  border: 2px solid var(--color-white);
  background-color: var(--color-white);
}
.p-thumbnails .p-thumbnail.highlighted {
  border-color: var(--color-primary);
}
.p-thumbnails .p-thumbnail:before {
  display: none;
}
.p-thumbnails .p-thumbnail img {
  border: none;
}
.detail-images-responsive {
  order: 3;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .detail-images-responsive {
    display: none;
  }
}
.detail-images-responsive__in {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 8px;
  overflow: scroll hidden;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.detail-images-responsive__item {
  flex-shrink: 0;
  width: calc(100% - 40px);
  scroll-snap-align: start;
}
.shp-tabs-holder {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.shp-tabs {
  border: none;
  background-color: transparent;
}
.shp-tabs .shp-tab {
  margin-right: 20px;
}
.shp-tabs .shp-tab.active .shp-tab-link {
  background-color: var(--color-white);
  font-weight: 500;
}
.shp-tabs .shp-tab .shp-tab-link {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  font-weight: 300;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .shp-tabs .shp-tab .shp-tab-link {
    height: 46px;
  }
}
.shp-tabs .shp-tab .shp-tab-link:hover {
  background-color: var(--color-white);
}
.p-detail-tabs-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-detail-tabs-wrapper {
    margin-bottom: 80px;
  }
}
.p-detail-tabs-wrapper .row {
  margin: 0;
}
.p-detail-tabs-wrapper .row:before,
.p-detail-tabs-wrapper .row:after {
  display: none;
}
.p-detail-tabs-wrapper .row > div {
  padding: 0;
  float: none;
}
@media screen and (min-width: 992px) {
  .p-detail-tabs-wrapper .tab-content {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 992px) {
  .p-detail-tabs-wrapper .tab-content {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .p-detail-tabs-wrapper .tab-content {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .p-detail-tabs-wrapper .tab-content {
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
.p-detail-tabs-wrapper .tab-content #productVideos {
  display: none;
}
.browse-p {
  display: none;
}
.basic-description,
.extended-description {
  padding: 0;
}
.basic-description > h3:first-child,
.extended-description > h3:first-child {
  margin: 0 0 24px 0;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .basic-description > h3:first-child,
  .extended-description > h3:first-child {
    font-size: 28px;
  }
}
.extended-description {
  margin-left: -12px;
  margin-right: -12px;
  padding: 40px 12px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .extended-description {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 992px) {
  .extended-description {
    width: calc(100% / 2 - 30px);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
  }
}
.extended-description .detail-parameters {
  display: block;
}
.extended-description .detail-parameters tbody {
  display: block;
}
.extended-description .detail-parameters tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 8px;
  padding: 8px 16px;
}
.extended-description .detail-parameters tbody tr:nth-child(odd) {
  background-color: var(--color-bg);
}
.extended-description .detail-parameters tbody th {
  flex-shrink: 0;
  padding: 0;
  font-weight: 600;
  color: var(--color-primary);
}
.extended-description .detail-parameters tbody th .row-header-label-colon {
  display: none;
}
.extended-description .detail-parameters tbody td {
  flex: 1;
  min-width: 1px;
  padding: 0;
  font-weight: 300;
  text-align: right;
}
.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 .description-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 20px;
}
.basic-description .description-video iframe,
.basic-description .description-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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: 12px;
}
.basic-description ul li:last-child {
  margin-bottom: 0;
}
.basic-description ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  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;
  content: var(--icon-check);
}
.social-buttons-wrapper {
  order: 20;
  margin-top: 40px;
}
.link-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
a.link-icon {
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding: 0;
  margin: 0;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  a.link-icon {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  a.link-icon {
    column-gap: 12px;
    font-size: 16px;
  }
}
a.link-icon:hover span {
  text-decoration: none;
}
a.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: 20px;
}
a.link-icon.print {
  display: flex;
}
a.link-icon.print:before {
  content: var(--icon-print);
}
a.link-icon.chat:before {
  content: var(--icon-chat);
}
a.link-icon.watchdog:before {
  content: var(--icon-watchdog);
}
a.link-icon.share:before {
  content: var(--icon-share);
}
a.link-icon span {
  text-decoration: underline;
}
#ratingTab {
  grid-template-columns: 1fr;
}
#ratingTab.active {
  display: grid;
}
@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-color: 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-primary);
  text-decoration: none;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #ratingTab #ratingWrapper .rate-wrap .rate-star-wrap .stars-label {
    font-size: 14px;
  }
}
#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 36px;
  font-weight: 700;
  font-family: 'Kanit', sans-serif;
  border: none;
  color: var(--color-primary);
  font-size: 16px;
  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 {
  column-gap: 12px;
  height: 44px;
  padding: 0 24px;
  text-transform: uppercase;
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-cart:before {
  display: none;
}
#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-primary);
  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);
  color: var(--color-primary);
}
#ratingTab #ratingWrapper .rate-wrap .add-comment .link-like.btn-sm {
  padding: 0 24px;
}
#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: 700;
}
.votes-wrap .vote-wrap .vote-rating {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.votes-wrap .vote-wrap .vote-time {
  font-size: 14px;
  color: var(--color-primary);
}
.votes-wrap .vote-wrap .vote-delimeter {
  display: none;
}
.votes-wrap .vote-wrap .vote-content {
  margin: 0;
  font-size: 16px;
}
body.ordering-process:not(.id--15) #header {
  height: auto;
}
body.ordering-process:not(.id--15) #header:before {
  display: none;
}
body.ordering-process:not(.id--15) #header .search {
  display: none;
}
body.ordering-process:not(.id--15) #header .navigation-buttons > .oblibeneBtn,
body.ordering-process:not(.id--15) #header .navigation-buttons > .dropdown {
  display: none;
}
@media screen and (min-width: 768px) {
  body.ordering-process:not(.id--15) #navigation {
    display: none;
  }
}
@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: 50px;
}
@media screen and (min-width: 992px) {
  body.ordering-process.admin-logged .popup-widget.login-widget {
    top: 75px;
  }
}
body.ordering-process .top-navigation-bar {
  position: relative;
}
body.ordering-process .top-navigation-bar .top-navigation-bar-menu {
  display: none;
}
body.ordering-process .responsive-tools > a[data-target="navigation"] {
  position: absolute;
  width: auto;
  height: auto;
  right: auto;
  left: 4px;
  top: 4px;
}
@media screen and (max-width: 767px) {
  body.ordering-process #header {
    position: relative;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) {
  body.ordering-process #header {
    margin-bottom: 60px;
  }
}
body.ordering-process #header .header-top {
  justify-content: space-between;
}
body.ordering-process #header .header-contact {
  display: none;
}
body.ordering-process #header .header-lang {
  display: none;
}
body.ordering-process #header .site-name-wrapper {
  margin-right: 0;
}
@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-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  body.ordering-process #navigation {
    top: 50px;
  }
}
.id--9 .cart-row > .col-md-4,
.id--16 .cart-row > .col-md-4 {
  display: none;
}
.cart-inner {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cart-inner {
    padding-bottom: 76px;
  }
}
.cart-content {
  padding: 0;
  background-color: transparent;
}
ol.cart-header {
  display: flex;
  justify-content: space-between;
  column-gap: 4px;
  position: relative;
  margin: 0 0 12px 0;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  ol.cart-header {
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    z-index: 9;
    position: absolute;
    top: -161px;
    left: 160px;
    right: 160px;
    margin-bottom: 0;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  ol.cart-header {
    column-gap: 48px;
  }
}
ol.cart-header li {
  display: flex;
  align-items: center;
  height: auto;
  top: 0;
  padding: 0;
  width: auto;
  min-width: 1px;
  position: relative;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  ol.cart-header li {
    column-gap: 12px;
  }
}
@media screen and (min-width: 992px) {
  ol.cart-header li {
    column-gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  ol.cart-header li:after {
    color: var(--color-border);
    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: 16px;
  }
}
@media screen and (min-width: 992px) {
  ol.cart-header li:after {
    font-size: 18px;
  }
}
ol.cart-header li:last-child:after {
  display: none;
}
ol.cart-header li.active {
  display: flex;
}
ol.cart-header li.active strong span,
ol.cart-header li.active a span {
  color: var(--color-primary);
}
ol.cart-header li.active strong span:before,
ol.cart-header li.active a span:before {
  background: var(--color-primary);
  color: var(--color-white);
}
ol.cart-header li.completed strong span,
ol.cart-header li.completed a span {
  color: var(--color-primary);
}
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;
  background: var(--color-secondary-hover);
  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;
  line-height: 1.2;
  border: none;
}
ol.cart-header li strong span,
ol.cart-header li a span {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  color: var(--color-primary);
  font-size: 10px;
  font-family: 'Kanit', sans-serif;
  text-transform: none;
}
@media screen and (min-width: 375px) {
  ol.cart-header li strong span,
  ol.cart-header li a span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  ol.cart-header li strong span,
  ol.cart-header li a span {
    column-gap: 12px;
    white-space: nowrap;
    font-size: 16px;
  }
}
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: 20px;
  height: 20px;
  line-height: 1.3;
  color: var(--color-primary);
  background: var(--color-border);
  font-size: 12px;
  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: 26px;
    height: 26px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  ol.cart-header li strong span:before,
  ol.cart-header li a span:before {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
#checkoutSidebar {
  position: relative;
  top: 0 !important;
}
#checkoutSidebar .cart-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#checkoutSidebar .order-summary {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#checkoutSidebar .consents {
  margin: 0;
  max-width: none;
}
#checkoutSidebar .consents input[type="hidden"] + label {
  padding: 0;
  line-height: 1.5;
}
#checkoutSidebar .consents label {
  color: var(--color-primary);
  font-size: 14px;
}
#checkoutSidebar .next-step {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
}
#checkoutSidebar .next-step .next-step-back,
#checkoutSidebar .next-step .btn {
  width: 100%;
}
#checkoutContent .cart-content {
  display: flex;
  flex-direction: column;
}
.box.co-box,
.co-box {
  padding: 40px;
  margin: 0;
  border: 1px solid var(--color-border);
}
.box.co-box.co-basic-information,
.co-box.co-basic-information {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .box.co-box.co-basic-information,
  .co-box.co-basic-information {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .box.co-box.co-basic-information h4,
  .co-box.co-basic-information h4 {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.box.co-box.co-basic-information h4:before,
.co-box.co-basic-information h4:before {
  content: var(--icon-sort);
}
@media screen and (min-width: 1200px) {
  .box.co-box.co-basic-information > .row,
  .co-box.co-basic-information > .row {
    flex: 1;
    min-width: 1px;
  }
  .box.co-box.co-basic-information > .row .form-group,
  .co-box.co-basic-information > .row .form-group {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
  .box.co-box.co-basic-information > .row .form-control,
  .co-box.co-basic-information > .row .form-control {
    width: 100%;
    max-width: none;
  }
}
.box.co-box.co-billing-address,
.co-box.co-billing-address,
.box.co-box.co-shipping-address,
.co-box.co-shipping-address,
.box.co-box.co-box-additional,
.co-box.co-box-additional {
  margin-top: 20px;
}
.box.co-box.co-payment-method h4:before,
.co-box.co-payment-method h4:before {
  content: var(--icon-wallet);
}
.box.co-box.co-delivery-method h4:before,
.co-box.co-delivery-method h4:before {
  content: var(--icon-truck);
}
.box.co-box.co-order h4:before,
.co-box.co-order h4:before {
  content: var(--icon-box);
}
.box.co-box.co-billing-address h4:before,
.co-box.co-billing-address h4:before {
  content: var(--icon-pin);
}
.box.co-box.co-contact-information h4:before,
.co-box.co-contact-information h4:before {
  content: var(--icon-user-cart);
}
.box.co-box.co-box-additional,
.co-box.co-box-additional {
  border: none;
}
.box.co-box h4,
.co-box h4 {
  margin: 0 0 40px 0;
  padding: 0 0 0 52px;
  text-transform: none;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Kanit', sans-serif;
}
.box.co-box h4:before,
.co-box h4:before {
  left: 0;
  top: 50%;
  margin-top: -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;
  font-size: 32px;
}
.cart-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .cart-row {
    flex-direction: row;
    grid-template-columns: 1fr 420px;
  }
}
.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;
}
@media screen and (min-width: 1200px) {
  .cart-row .col-md-8 {
    flex: 1;
    min-width: 1px;
  }
}
.cart-row .col-md-8 .cart-content {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .cart-row .col-md-4 {
    width: 420px;
  }
}
.cart-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cart-title {
    margin-bottom: 32px;
  }
}
.summary-wrapper {
  padding: 0;
  margin: 0;
}
.checkout-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  padding: 20px 16px;
  margin: 0;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .checkout-box {
    padding: 56px 20px 40px 20px;
  }
}
.checkout-box .toggle-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  background: transparent;
  color: var(--color-primary);
  font-size: 24px;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  text-transform: none;
}
.checkout-box .toggle-contacts:hover {
  background: transparent;
  color: var(--color-primary);
}
.checkout-box .toggle-contacts:after {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  font-family: 'Kanit', sans-serif;
  content: "Pondělí–Pátek: 8.00–15.00";
}
.checkout-box .toggle-contacts br {
  display: none;
}
.checkout-box .toggle-contacts span {
  display: none;
}
.checkout-box .box.box-sm {
  visibility: visible;
  height: auto;
  overflow: visible;
  background-color: transparent;
  transform: scale(1);
}
.checkout-box .contact-box {
  padding: 0 0 0 120px;
  min-height: 100px;
}
.checkout-box .contact-box > img {
  left: 0;
  top: -10px;
  max-width: 100px;
  border-radius: 50%;
}
.checkout-box .contact-box > strong {
  margin-bottom: 8px;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.checkout-box .contact-box ul {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 4px;
}
.checkout-box .contact-box ul li {
  padding: 0;
}
.checkout-box .contact-box ul li span {
  padding-left: 28px;
  font-weight: 700;
  font-size: 14px;
}
.checkout-box .contact-box ul li span:before {
  width: auto;
  height: auto;
  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;
  font-size: 18px;
}
.checkout-box .contact-box ul li span.tel:before {
  content: var(--icon-phone);
}
.checkout-box .contact-box ul li span.mail:before {
  content: var(--icon-mail);
}
.checkout-box h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-box h4:after {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  content: "Pondělí–Pátek: 8.00–15.30";
}
.order-summary-inner {
  padding: 12px;
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .order-summary-inner {
    padding: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .order-summary-inner {
    padding: 40px 24px;
  }
}
.order-summary-inner > h4 {
  margin: 0 0 28px 0;
  text-align: center;
  text-transform: none;
  font-size: 24px;
}
.order-recapitulation {
  display: none;
  margin: 0;
}
.price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 4px;
  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%;
  font-size: 16px;
}
.price-wrapper .price-label.price-primary {
  font-weight: 400;
}
.price-wrapper .price {
  width: 50%;
  padding: 0;
  text-align: right;
  font-size: 16px;
}
.price-wrapper .price.price-primary {
  font-weight: 700;
  font-size: 24px;
}
.order-summary-item.price {
  padding: 0;
  margin: 0;
  border-top: none;
}
.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: 700;
  color: var(--color-primary);
}
.order-summary-item.helper + .cart-items {
  padding: 0;
  margin: 0;
  border: none;
}
.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;
  font-weight: 700;
}
.col-md-8 .summary-wrapper {
  margin-top: 40px;
}
.col-md-8 .next-step {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .col-md-8 .next-step {
    flex-direction: row;
    justify-content: space-between;
  }
}
.col-md-8 .next-step .btn,
.col-md-8 .next-step .next-step-back {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col-md-8 .next-step .btn,
  .col-md-8 .next-step .next-step-back {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .col-md-8 .next-step .btn,
  .col-md-8 .next-step .next-step-back {
    width: 420px;
  }
}
.next-step {
  display: flex;
  flex-direction: row;
  gap: 8px 20px;
  padding: 0;
}
.next-step--cart {
  margin: 60px 0 0 0;
}
.next-step--step-1 {
  margin: 20px 0 0 0;
}
.next-step .btn.btn-lg {
  padding: 0 24px;
  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;
  height: 60px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.next-step .btn.next-step-forward {
  background-color: var(--color-primary);
}
.next-step .btn.next-step-forward:hover {
  background-color: var(--color-secondary-hover);
}
.next-step .btn.next-step-forward: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);
}
.next-step .btn.next-step-finish {
  justify-content: center;
}
.next-step .btn.next-step-finish .order-button-suffix {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.next-step .btn.next-step-finish .order-button-suffix:before {
  content: "\00a0";
}
.next-step .next-step-back {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  color: var(--color-primary);
  font-family: 'Kanit', 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-caret-left);
}
.next-step .next-step-back:hover {
  background: var(--color-border);
  color: var(--color-primary);
}
.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;
  font-size: 12px;
  color: var(--color-addons);
}
.cart-items .cart-item .cart-item-amount .unit-value {
  display: inline;
  padding: 0;
  color: var(--color-addons);
}
.cart-items .cart-item .cart-item-price {
  width: 50%;
  text-align: right;
  font-weight: 700;
}
.cart-coupon-delivery-prices {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: 0 0 32px 0;
}
@media screen and (min-width: 768px) {
  .cart-coupon-delivery-prices {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .cart-coupon-delivery-prices .price-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .cart-coupon-delivery-prices .price-wrapper {
    width: 420px;
  }
}
.cart-row .delivery-time {
  display: none;
}
.cart-summary {
  display: none;
}
.discount-coupon,
.extra.delivery {
  padding-left: 48px;
}
.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-primary);
  font-size: 28px;
  transform: translateY(-50%);
}
.extra.delivery {
  margin: 0;
  font-size: 14px;
}
.extra.delivery:before {
  content: var(--icon-truck);
}
.extra.delivery .price-range {
  margin-top: 8px;
  margin-bottom: 0;
  height: 12px;
  padding: 1px;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
}
.extra.delivery .price-range > div {
  background-color: var(--color-tertiary);
}
.discount-coupon {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
  flex-shrink: 0;
  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: 'Kanit', sans-serif;
  font-weight: 700;
  text-transform: none;
}
.discount-coupon form {
  display: flex;
  column-gap: 8px;
  flex: 1;
  min-width: 1px;
}
.discount-coupon form input {
  flex: 1;
  min-width: 1px;
  max-width: 220px;
  height: 45px;
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
  border-radius: 0;
}
.discount-coupon form .btn {
  flex: 0 1 auto;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
@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: 24px;
    padding-right: 24px;
  }
}
.discount-coupon form .btn:hover {
  background-color: var(--color-secondary-hover);
  color: var(--color-white);
}
.order-delivery-payment-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .order-delivery-payment-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
.radio-wrapper {
  padding: 0;
  border-color: var(--color-border);
}
.radio-wrapper:last-child {
  border-bottom-style: solid;
}
.radio-wrapper.inactive-child {
  display: none;
}
.radio-wrapper.active .for-free {
  color: var(--color-green);
}
@media screen and (min-width: 375px) {
  .radio-wrapper[data-testid="paymentMethod"] input[type="radio"] + label .payment-info {
    order: 1;
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 375px) {
  .radio-wrapper[data-testid="paymentMethod"] input[type="radio"] + label .payment-logo {
    order: 2;
  }
}
.radio-wrapper input[type="radio"] + label {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 20px 16px 20px 52px;
}
@media screen and (min-width: 480px) {
  .radio-wrapper input[type="radio"] + label {
    column-gap: 16px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .radio-wrapper input[type="radio"] + label {
    padding-left: 64px;
  }
}
.radio-wrapper input[type="radio"] + label:before {
  left: 12px;
}
@media screen and (min-width: 768px) {
  .radio-wrapper input[type="radio"] + label:before {
    left: 24px;
  }
}
.radio-wrapper input[type="radio"] + label:after {
  left: 18px;
}
@media screen and (min-width: 768px) {
  .radio-wrapper input[type="radio"] + label:after {
    left: 30px;
  }
}
.radio-wrapper input[type="radio"] + label .payment-logo {
  order: 1;
  flex-basis: auto;
  text-align: left;
  width: 40px;
}
@media screen and (min-width: 375px) {
  .radio-wrapper input[type="radio"] + label .payment-logo {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .radio-wrapper input[type="radio"] + label .payment-logo {
    width: 70px;
  }
}
.radio-wrapper input[type="radio"] + label .payment-logo img {
  max-width: 100%;
}
.radio-wrapper input[type="radio"] + label .payment-info {
  order: 2;
  padding: 0;
}
@media screen and (min-width: 375px) {
  .radio-wrapper input[type="radio"] + label .payment-info {
    flex: 1;
  }
}
.radio-wrapper input[type="radio"] + label .payment-info .shipping-billing-name {
  padding: 0;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 375px) {
  .radio-wrapper input[type="radio"] + label .payment-info .shipping-billing-name {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .radio-wrapper input[type="radio"] + label .payment-info .shipping-billing-name {
    font-size: 14px;
  }
}
.radio-wrapper input[type="radio"] + label .payment-info .gls-parcel-shop-choose {
  margin-top: 8px;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .radio-wrapper input[type="radio"] + label .payment-info .gls-parcel-shop-choose {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .radio-wrapper input[type="radio"] + label .payment-info .gls-parcel-shop-choose {
    font-size: 14px;
  }
}
.radio-wrapper input[type="radio"] + label .payment-info .gls-parcel-shop-choose a {
  color: var(--color-green);
}
.radio-wrapper input[type="radio"] + label .payment-info .not-possible-info {
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  color: var(--color-red);
}
@media screen and (min-width: 375px) {
  .radio-wrapper input[type="radio"] + label .payment-info .not-possible-info {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .radio-wrapper input[type="radio"] + label .payment-info .not-possible-info {
    font-size: 14px;
  }
}
.radio-wrapper input[type="radio"] + label .payment-shipping-price {
  order: 3;
  flex: 0 0 auto;
  padding: 0;
  margin-left: auto;
  width: auto;
  text-align: right;
  font-size: 12px;
  color: var(--color-green);
}
@media screen and (min-width: 375px) {
  .radio-wrapper input[type="radio"] + label .payment-shipping-price {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .radio-wrapper input[type="radio"] + label .payment-shipping-price {
    font-size: 16px;
  }
}
.radio-wrapper .for-free {
  text-transform: lowercase;
}
.payment-info .shipping-billing-name {
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .co-contact-information .form-group .btn.btn-secondary {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.id--15.ordering-process #header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .id--15.ordering-process #header {
    margin-bottom: 52px;
  }
}
.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-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 40px 20px;
  margin-bottom: 20px;
  border: 1px solid var(--color-border);
}
.id--15.ordering-process .order-summary-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .id--15.ordering-process .order-summary-heading {
    font-size: 32px;
  }
}
.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-addons);
}
.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: 20px;
  margin: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
}
@media screen and (min-width: 768px) {
  .id--15.ordering-process .recapitulation-wrapper .co-box {
    padding: 40px;
  }
}
.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-primary);
}
.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: 20px 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 {
  column-gap: 40px;
  height: 60px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .id--15.ordering-process .order-complete-links .btn {
    column-gap: 60px;
  }
}
.id--15.ordering-process .order-complete-links .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-caret-left-swiper);
  font-size: 12px;
}
.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;
}
.ordering-process .cart-table tbody {
  display: block;
  background-color: var(--color-white);
}
.ordering-process .cart-table tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  border: none;
  border-top: 1px solid var(--color-border);
}
@media screen and (max-width: 991px) {
  .ordering-process .cart-table tbody tr {
    gap: 4px 8px;
    padding: 12px 12px 12px 88px;
  }
  .ordering-process .cart-table tbody tr > td:nth-child(even) {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table tbody tr {
    column-gap: 20px;
    padding: 12px 24px 12px 12px;
  }
}
@media screen and (min-width: 1200px) {
  .ordering-process .cart-table tbody tr {
    column-gap: 40px;
  }
}
@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:first-child {
  border-top: none;
}
.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 12px 16px 12px;
  border: none;
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table .related {
    padding: 12px 24px 16px 132px;
  }
}
@media screen and (min-width: 1200px) {
  .ordering-process .cart-table .related {
    padding-left: 178px;
  }
}
.ordering-process .cart-table .related.visible > td {
  display: flex;
}
.ordering-process .cart-table .related > td {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  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: 12px;
    margin: 0;
    width: 65px;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table tr > td.cart-p-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .ordering-process .cart-table tr > td.cart-p-image {
    width: 150px;
  }
}
.ordering-process .cart-table tr > td.cart-p-image a {
  display: block;
  position: relative;
}
.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: 8px;
  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;
  }
}
@media screen and (min-width: 1200px) {
  .ordering-process .cart-table tr > td.p-name {
    margin-left: -24px;
  }
}
.ordering-process .cart-table tr > td.p-name .main-link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  line-height: 1.2;
  text-transform: none;
  font-size: 16px;
  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-surcharges {
  text-decoration: none;
}
.ordering-process .cart-table tr > td.p-name .main-link-surcharges {
  margin: 0;
  color: var(--color-primary);
  font-size: 14px;
}
.ordering-process .cart-table tr > td.p-name .main-link-variant {
  display: none;
}
.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-caret-down);
  font-size: 10px;
}
.ordering-process .cart-table tr > td.p-name .show-related:after {
  display: none;
}
@media screen and (max-width: 1439px) {
  .ordering-process .cart-table tr > td.p-name .show-related b:after {
    display: block;
    content: '';
  }
}
.ordering-process .cart-table .p-availability {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .ordering-process .cart-table .p-availability {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .ordering-process .cart-table .p-availability {
    width: 120px;
  }
}
.ordering-process .cart-table .p-availability .p-label {
  display: none;
}
.ordering-process .cart-table .p-availability .availability-label {
  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: 100px;
  }
}
.ordering-process .cart-table .p-quantity .p-label {
  display: none;
}
.ordering-process .cart-table .p-quantity .quantity-form {
  display: flex;
  width: 100%;
  max-width: 100px;
}
.ordering-process .cart-table .p-quantity .quantity-form .quantity {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .ordering-process .cart-table .p-quantity .quantity-form .quantity {
    padding: 0;
  }
}
.ordering-process .cart-table .p-quantity .quantity-form .increase,
.ordering-process .cart-table .p-quantity .quantity-form .decrease {
  border: 1px solid var(--color-border);
}
@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: 28px;
    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% - 84px) / 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 .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% - 84px) / 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: 16px;
  color: var(--color-primary);
  font-weight: 700;
}
.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: 6px;
    top: 50%;
    width: auto;
    height: auto;
    padding: 0;
    margin-top: -5px;
    transition: all 300ms ease;
  }
  .ordering-process .cart-table tr > .p-total .remove-item:before {
    line-height: 1;
    color: var(--color-primary);
    font-size: 10px;
  }
}
.cart-table .cart-related-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .cart-table .cart-related-product {
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cart-table .cart-related-product {
    column-gap: 40px;
  }
}
.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;
    column-gap: 12px;
    min-width: 1px;
    width: auto;
  }
}
.cart-table .cart-related-product .cart-related-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  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: 13px;
}
@media screen and (min-width: 768px) {
  .cart-table .cart-related-product .cart-related-name {
    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 77px;
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}
@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: 100px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .cart-table .cart-related-product .cart-related-availability {
    width: 260px;
  }
}
.cart-table .cart-related-product .cart-related-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  column-gap: 16px;
  padding: 0 0 0 77px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart-table .cart-related-product .cart-related-button {
    justify-content: flex-start;
    column-gap: 20px;
    width: auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .cart-table .cart-related-product .cart-related-button {
    column-gap: 40px;
  }
}
.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 .pr-action .btn:before {
  display: none;
}
.cart-table .cart-related-product .cart-related-button .price {
  width: 100px;
  margin: 0;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cart-table .cart-related-product .cart-related-button .price {
    font-size: 16px;
  }
}
.cart-table .cart-related-product .cart-related-button .btn {
  width: 100px;
  padding: 0;
  height: 30px;
  color: var(--color-primary);
  background-color: var(--color-border);
}
.cart-table .cart-related-product .cart-related-button .btn:hover {
  background-color: var(--color-secondary-hover);
  color: var(--color-primary);
}
.cart-table .cart-related-product .cart-related-button .btn:before {
  display: none;
}
.id--8 .co-box.co-registration {
  padding-left: 0;
}
