/* počet kusov v košíku */

:root {
  --sharing-basket-pozadie-odkazu: var(--color-primary);
  --sharing-basket-pozadie-odkazu-hover: var(--color-primary-hover);
  --sharing-basket-farba-odkazu: #fff;
  --sharing-basket-farba-odkazu-hover: #fff;
  --sharing-basket-farba-ikonky: var(--sharing-basket-farba-odkazu);
  --sharing-basket-zaoblenie: 0;
}
.sharing-basket-addon.template-13 .sharing-basket {
  order: 1;
  padding-right: 0;
}
@media (max-width: 767px) {
  .sharing-basket-addon.template-10 .sharing-basket {
    padding-right: 10px;
  }
}
.sharing-basket-addon .sharing-basket {
  position: relative;
  display: block;
  width: auto;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sharing-basket-addon .sharing-basket {
    font-size: 15px;
    padding-right: 0;
  }
}
.sharing-basket-addon .sharing-basket.has-bg .sharing-basket__content {
  background-color: var(--sharing-basket-pozadie-odkazu);
  padding: 10px 20px;
  min-height: 40px;
}
.sharing-basket-addon .sharing-basket.has-bg .sharing-basket__content:hover {
  background-color: var(--sharing-basket-pozadie-odkazu-hover);
}
.sharing-basket-addon .sharing-basket.has-radius .sharing-basket__content {
  border-radius: var(--sharing-basket-zaoblenie);
}
.sharing-basket-addon .sharing-basket__content {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.sharing-basket-addon .sharing-basket__content:hover .sharing-basket__text {
  color: var(--sharing-basket-farba-odkazu-hover);
}
.sharing-basket-addon
  .sharing-basket__content:hover
  .sharing-basket__icon
  svg
  path {
  fill: var(--sharing-basket-farba-odkazu-hover);
}
.sharing-basket-addon .sharing-basket__text {
  line-height: 1;
  text-transform: uppercase;
  color: var(--sharing-basket-farba-odkazu);
}
.sharing-basket-addon .sharing-basket__icon {
  height: 16px;
  width: 16px;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
.sharing-basket-addon .sharing-basket__icon svg {
  width: 100%;
  height: 100%;
}
.sharing-basket-addon .sharing-basket__icon svg path {
  fill: var(--sharing-basket-farba-ikonky);
}
.sharing-basket-addon.is-sharing-basket-modal-active
  .sharing-basket-modal__overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.sharing-basket-addon.is-sharing-basket-modal-active .sharing-basket-modal {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.sharing-basket-addon.is-sharing-basket-modal-active
  .sharing-basket-modal
  .sharing-basket-modal__box {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sharing-basket-addon .sharing-basket-modal__overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.sharing-basket-addon .sharing-basket-modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: auto;
  height: 0;
  padding: 30px 0 30px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
  transition: opacity 400ms ease;
}
.sharing-basket-addon
  .sharing-basket-modal.is-centered
  .sharing-basket-modal__content {
  text-align: center;
}
.sharing-basket-addon
  .sharing-basket-modal.is-centered
  .sharing-basket-modal__url-input {
  text-align: center;
}
.sharing-basket-addon
  .sharing-basket-modal.has-radius
  .sharing-basket-modal__url-input,
.sharing-basket-addon
  .sharing-basket-modal.has-radius
  .sharing-basket-modal__btn,
.sharing-basket-addon
  .sharing-basket-modal.has-radius
  .sharing-basket-modal__body {
  border-radius: var(--sharing-basket-zaoblenie);
}
.sharing-basket-addon
  .sharing-basket-modal.sharing-basket-modal__hidden
  .sharing-basket-modal__close,
.sharing-basket-addon
  .sharing-basket-modal.sharing-basket-modal__hidden
  .sharing-basket-modal__scroll {
  display: none;
}
.sharing-basket-addon .sharing-basket-modal__scroll {
  width: 100%;
  margin: auto 20px;
}
.sharing-basket-addon .sharing-basket-modal__box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .sharing-basket-addon .sharing-basket-modal__box {
    width: 600px;
  }
}
.sharing-basket-addon .sharing-basket-modal__close {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  display: flex;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
}
.sharing-basket-addon .sharing-basket-modal__close:focus,
.sharing-basket-addon .sharing-basket-modal__close:hover {
  color: #cb0000;
}
.sharing-basket-addon .sharing-basket-modal__body {
  padding: 50px 22px 20px;
  background-color: white;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .sharing-basket-addon .sharing-basket-modal__body {
    padding: 50px 30px 20px;
  }
}
.sharing-basket-addon .sharing-basket-modal__icon {
  background-color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.sharing-basket-addon .sharing-basket-modal__icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 100%;
  box-sizing: border-box;
}
.sharing-basket-addon .sharing-basket-modal__icon svg {
  width: 24px;
  height: 24px;
}
.sharing-basket-addon .sharing-basket-modal__icon svg path {
  fill: var(--sharing-basket-farba-ikony);
}
.sharing-basket-addon .sharing-basket-modal__title {
  display: block;
  position: relative;
  color: #000000;
  margin-top: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sharing-basket-addon .sharing-basket-modal__title {
    font-size: 24px;
  }
}
.sharing-basket-addon .sharing-basket-modal__url-input {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 10px 10px;
  background-color: #f0f0f0;
  border-color: silver;
  color: #6d6d6d;
  min-height: 45px;
}
.sharing-basket-addon .sharing-basket-modal__btn {
  min-height: 45px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.25;
}
@media (max-width: 480px) {
  .sharing-basket-addon .sharing-basket-modal__btn {
    width: 100%;
  }
}

:root {
  --cart-product-quantity-pozadie: var(--color-secondary);
  --cart-product-quantity-farba-text: #ffffff;
  --cart-product-quantity-farba-ohranicenie: #ffffff;
  --cart-product-quantity-zaoblenie: 100%;
}

.tursky-apollo.cart-product-quantity-addon .cart-product-quantity:before {
  font-family: "Roboto", sans-serif !important;
}

html:not(.is-border-radius-rectangle)
  .tursky-apollo.cart-product-quantity-addon
  .product
  .cart-product-quantity:before {
  right: -7px;
  top: -12px;
}

html:not(.is-border-radius-rectangle)
  .tursky-apollo.cart-product-quantity-addon
  .p-info-wrapper
  .cart-product-quantity:before {
  right: -4px;
  top: -13px;
}

body.shoptak-carbon.cart-product-quantity-addon
  .product
  .cart-product-quantity:before {
  top: -17px;
  right: -11px;
  left: auto;
  width: 24px;
  height: 24px;
  font-size: 11px;
  line-height: 1;
  padding-bottom: 1px;
}

body.shoptak-carbon.cart-product-quantity-addon
  .cart-product-quantity.cart-product-quantity-is-big:before {
  top: -20px;
  right: -17px;
  font-size: 16px;
  width: 34px;
  height: 34px;
}

/* Adjusting size for bigger products */
body.shoptak-carbon.cart-product-quantity-addon
  .product
  .cart-product-quantity.cart-product-quantity-is-big:before {
  top: -18px;
  right: -11px;
  width: 28px;
  height: 28px;
  font-size: 13px;
}

/* Handling radius and border changes */
body.shoptak-carbon.cart-product-quantity-addon
  .cart-product-quantity:not(.cart-product-quantity-has-radius):before {
  right: -7px;
}

body.cart-product-quantity-addon .cart-product-quantity {
  position: relative;
}

body.jupiter.template-13.cart-product-quantity-addon
  .advanced-parameter.cart-product-quantity:before {
  right: -7px;
  top: -10px;
}

body.cart-product-quantity-addon .cart-product-quantity:before {
  content: attr(data-cart-product-quantity-count) !important;
  position: absolute;
  top: -16px;
  right: -13px;
  font-size: 14px;
  font-style: normal;
  width: 26px;
  height: 26px;
  font-weight: 400;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--cart-product-quantity-farba-text);
  background: var(--cart-product-quantity-pozadie);
  font-family: var(--template-headings-font), sans-serif;
  margin: 0;
}

/* Adjusting size for smaller products */
body.cart-product-quantity-addon
  .advanced-parameter.cart-product-quantity:before,
body.cart-product-quantity-addon .product .cart-product-quantity:before {
  right: -9px;
  top: -15px;
  width: 24px;
  height: 24px;
  font-size: 11px;
  line-height: 1;
  padding-bottom: 1px;
}

body.template-13.cart-product-quantity-addon
  .product
  .cart-product-quantity:before {
  top: -13px;
  right: -11px;
}

body.template-10.cart-product-quantity-addon
  .product
  .cart-product-quantity:before {
  right: 0;
}

body.template-07.cart-product-quantity-addon
  .product
  .cart-product-quantity:before {
  right: -3px;
}

body.cart-product-quantity-addon .variant-cart .cart-product-quantity:before {
  right: 3px;
}

body.template-14.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:before {
  right: -13px;
}

body.template-13.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:before {
  right: -1px;
  top: -9px;
}

body.template-12.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:before {
  right: -3px;
  top: -17px;
}

body.template-10.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:before {
  top: -17px;
  right: -14px;
}

body.template-09.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:before {
  right: -11px;
  top: -20px;
}

body.template-07.cart-product-quantity-addon
  .variant-cart
  .cart-product-quantity:before {
  right: -2px;
  top: -1px;
}

/* Bigger variant size */
body.cart-product-quantity-addon
  .cart-product-quantity.cart-product-quantity-is-big:before {
  top: -20px;
  right: -17px;
  font-size: 16px;
  width: 34px;
  height: 34px;
}

/* Adjusting size for bigger products */
body.cart-product-quantity-addon
  .product
  .cart-product-quantity.cart-product-quantity-is-big:before {
  top: -18px;
  right: -11px;
  width: 28px;
  height: 28px;
  font-size: 13px;
}

/* Handling radius and border changes */
body.cart-product-quantity-addon
  .cart-product-quantity:not(.cart-product-quantity-has-radius):before {
  right: -7px;
}

body.cart-product-quantity-addon
  .cart-product-quantity.cart-product-quantity-has-radius:before {
  border-radius: var(--cart-product-quantity-zaoblenie);
}

body.cart-product-quantity-addon
  .cart-product-quantity.cart-product-quantity-has-border:before {
  border: 2px solid var(--cart-product-quantity-farba-ohranicenie);
}

/* 82*/

:root {
  --discount-summary-farba-nadpis: var(--color-secondary);
  --discount-summary-pozadie-zlava: #ffe9e9;
  --discount-summary-farba-text-zlava: #b71c1c;
  --discount-summary-farba-ohranicenie-zlava: #f44336;
  --discount-summary-pozadie-kupon: #e6f4ea;
  --discount-summary-farba-text-kupon: #4caf50;
  --discount-summary-farba-ohranicenie-kupon: #4caf50;
  --discount-summary-zaoblenie: 10px;
  --discount-summary-text: #000;
}

.jt-discount-summary-addon.template-14 .jt-discount-summary-title {
  display: none;
}

.jt-discount-summary-addon.template-14 .jt-discount-summary-item {
  border-radius: var(--discount-summary-zaoblenie);
}

.jt-discount-summary-addon.template-13 .jt-discount-summary-item--product,
.jt-discount-summary-addon.template-09 .jt-discount-summary-item--product,
.jt-discount-summary-addon.template-10 .jt-discount-summary-item--product,
.jt-discount-summary-addon.template-12 .jt-discount-summary-item--product {
  display: none;
}

.jt-discount-summary-addon.template-13 .jt-discount-summary {
  margin-bottom: 0;
}

.jt-discount-summary-addon.template-13 .jt-discount-summary-title {
  display: block !important;
  text-align: left;
  margin-top: 20px;
}

.jt-discount-summary-addon .jt-discount-summary {
  margin-bottom: 20px;
}

.jt-discount-summary-addon
  .jt-discount-summary.discount-summary-has-radius
  .jt-discount-summary-item--coupon,
.jt-discount-summary-addon
  .jt-discount-summary.discount-summary-has-radius
  .jt-discount-summary-item--discount {
  border-radius: var(--discount-summary-zaoblenie);
}

.jt-discount-summary-addon .jt-discount-summary-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.jt-discount-summary-addon .jt-discount-summary-items {
}

.jt-discount-summary-addon .jt-discount-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  gap: 6px;
  border-top: 1px solid var(--discount-summary-farba-ohranicenie);
  margin-bottom: 5px;
  margin-top: 5px;
}

.jt-discount-summary-addon
  .jt-discount-summary-item:first-child.jt-discount-summary-item--product {
  border-top: 0;
}

.jt-discount-summary-addon .jt-discount-summary-item-name {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--discount-summary-text);
}

.jt-discount-summary-addon .jt-discount-summary-item-amount {
  width: 42px;
  text-align: right;
  color: #555;
  color: var(--colors-foregrounds-content-tertiary);
  font-weight: 400;
  white-space: nowrap;
}

.jt-discount-summary-item-amount .unit-value {
  font-size: 12px;
  color: #888;
  color: var(--colors-foregrounds-content-tertiary);
  margin-left: 2px;
}

.jt-discount-summary-addon .jt-discount-summary-item-price {
  display: flex;
  align-items: center;
  min-width: 120px; /* zabezpečí, že cena a € sú vedľa seba */
  white-space: nowrap;
  font-weight: 700;
  text-align: right;
  justify-content: flex-end;
}

.jt-discount-summary-addon .jt-discount-summary-original-price {
  text-decoration: line-through;
  color: #b71c1c;
  font-weight: 400;
  margin-right: 8px;
  white-space: nowrap;
}

.jt-discount-summary-addon .jt-discount-summary-item--discount {
  background-color: var(--discount-summary-pozadie-zlava);
  border: 1px solid var(--discount-summary-farba-ohranicenie-zlava);
  padding: 8px;
  font-weight: bold;
  margin-top: 8px;
}

.jt-discount-summary-addon
  .jt-discount-summary-item--discount
  .jt-discount-summary-item-name {
  font-size: 16px;
}

.jt-discount-summary-addon
  .jt-discount-summary-item--discount
  .jt-discount-summary-item-price {
  color: var(--discount-summary-farba-text-zlava);
  font-size: 16px;
}

.jt-discount-summary-addon .jt-discount-summary-item--coupon {
  background-color: var(--discount-summary-pozadie-kupon); /* svetlá zelená */
  border: 1px solid var(--discount-summary-farba-ohranicenie-kupon); /* tmavšia zelená */
  padding: 8px;
  font-weight: bold;
  margin-top: 8px;
}

.jt-discount-summary-addon
  .jt-discount-summary-item--coupon
  .jt-discount-summary-coupon-code {
  background-color: var(--discount-summary-pozadie-kupon);
  background-color: color-mix(
    in srgb,
    var(--discount-summary-pozadie-kupon) 80%,
    black 10%
  );

  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}

.jt-discount-summary-addon
  .jt-discount-summary-item--coupon
  .jt-discount-summary-item-name {
  font-size: 16px;
}

.jt-discount-summary-addon
  .jt-discount-summary-item--coupon
  .jt-discount-summary-item-price {
  color: var(--discount-summary-farba-text-kupon);
  font-size: 16px;
}

.jt-discount-summary-addon .jt-discount-summary {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .jt-discount-summary-addon .summary-wrapper h4 {
    margin-bottom: 0;
  }
  .jt-discount-summary-addon .jt-discount-summary {
    padding: 10px 10px 0;
  }
  .jt-discount-summary--products-hidden-mobile
    .jt-discount-summary-item.jt-discount-summary-item--product {
    display: none;
  }
  .jt-discount-summary-addon.template-10 .jt-discount-summary {
    padding: 0;
  }
  .jt-discount-summary-addon.template-07 .jt-discount-summary,
  .jt-discount-summary-addon.template-13 .jt-discount-summary,
  .jt-discount-summary-addon.template-14 .jt-discount-summary,
  .jt-discount-summary-addon.template-12 .jt-discount-summary {
    padding: 10px 0 0;
  }
}

/* 26 */
:root {
  --header-info-bar-BG: var(--color-secondary);
  --header-info-bar-BG-hover: var(--color-secondary-hover);
  --header-info-bar-btn-BG: #ffffff;
  --header-info-bar-btn-BG-hover: #ffffff;
  --header-info-bar-btn-text-color: #000000;
  --header-info-bar-btn-text-color-hover: #000000;
  --header-info-bar-text-color: #ffffff;
  --header-info-bar-icon-color: var(--header-info-bar-text-color);
}
@font-face {
  font-family: "hib";
  src: url("../../assets/hib.eot?5dxjad");
  src: url("../../assets/hib.eot?5dxjad#iefix") format("embedded-opentype"),
    url("../../assets/hib.ttf?5dxjad") format("truetype"),
    url("../../assets/hib.woff?5dxjad") format("woff"),
    url("../../assets/hib.svg?5dxjad#hib") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="hib-ico"]:after,
[class*="hib-ico"]:after,
[class^="hib-ico"]:before,
[class*="hib-ico"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hib" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hib-ico.support-center:before {
  content: "\e900";
}
.hib-ico.money-back:before {
  content: "\e901";
}
.hib-ico.call:before {
  content: "\e902";
}
.hib-ico.promotion:before {
  content: "\e903";
}
.hib-ico.online-shop:before {
  content: "\e904";
}
.hib-ico.best-choice:before {
  content: "\e905";
}
.hib-ico.quality:before {
  content: "\e906";
}
.hib-ico.pricetag:before {
  content: "\e907";
}
.hib-ico.delivery:before {
  content: "\e908";
}
.hib-ico.bestseller:before {
  content: "\e909";
}
.hib-ico.email:before {
  content: "\e90a";
}
.hib-ico.settings:before {
  content: "\e90b";
}
.hib-ico.sale:before {
  content: "\e90c";
}
.hib-ico.favourite:before {
  content: "\e90d";
}
.hib-ico.faq:before {
  content: "\e90e";
}
.hib-ico.payment:before {
  content: "\e90f";
}
.hib-ico.gift:before {
  content: "\e910";
}
.hib-ico.online:before {
  content: "\e911";
}
.hib-ico.wishlist:before {
  content: "\e912";
}
.hib-ico.search:before {
  content: "\e913";
}
.hib-ico.secure:before {
  content: "\e914";
}
.hib-ico.card:before {
  content: "\e915";
}
.hib-ico.support:before {
  content: "\e916";
}
.hib-ico.cart:before {
  content: "\e917";
}
.hib-ico.basket:before {
  content: "\e918";
}
@media (max-width: 767px) {
  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible).is-hib-mobile-fixed
    .header-info-bar {
    transform: translateY(-110%);
    top: 0;
  }
}
@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.template-07).is-hib-mobile-fixed.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).is-hib-mobile-fixed
    .overall-wrapper {
    padding-top: 86px;
  }
}
@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.template-07).type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07) .overall-wrapper {
    padding-top: 50px;
  }
  body:not(.mobile-header-version-0):not(.template-07):not(.in-index).shoptetak-nanite.header-info-bar-addon
    .header-info-bar {
    position: relative;
    top: 60px;
  }

  body:not(.mobile-header-version-0):not(.template-07).shoptetak-nanite.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).shoptetak-nanite
    .overall-wrapper {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.template-07).template-12.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-12
    .overall-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.template-07).template-12.is-hib-mobile-fixed.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-12.is-hib-mobile-fixed
    .overall-wrapper {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.template-07).template-13.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-13
    .overall-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.template-07).template-13.is-hib-mobile-fixed.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-13.is-hib-mobile-fixed
    .overall-wrapper {
    padding-top: 86px;
  }
}
@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.template-07).template-14.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-09.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-14
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-09
    .overall-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.template-07).template-14.is-hib-mobile-fixed.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-09.is-hib-mobile-fixed.type-index
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-14.is-hib-mobile-fixed
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-09.is-hib-mobile-fixed
    .overall-wrapper {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .template-11.mobile-header-version-0 .top-navigation-bar .dropdown {
    position: static;
    left: auto;
  }
}
@media (max-width: 767px) {
  .mobile-header-version-0.header-info-bar-addon.is-hib-mobile-fixed
    .header-info-bar {
    position: static;
    top: 0;
  }
}
@media (min-width: 992px) {
  .header-info-bar-addon.is-hib-top .popup-widget.cart-widget {
    margin-top: 86px;
  }
}
@media (min-width: 992px) {
  .header-info-bar-addon.is-hib-top.template-11 .popup-widget.cart-widget,
  .header-info-bar-addon.is-hib-top.template-11 .popup-widget.login-widget {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .header-info-bar-addon.is-hib-top.template-11 .popup-widget.cart-widget,
  .header-info-bar-addon.is-hib-top.template-11 .popup-widget.login-widget {
    top: 106px;
  }
}
@media (min-width: 992px) {
  .header-info-bar-addon.is-hib-top.template-11.shoptetak-jaspis
    .popup-widget.cart-widget {
    margin-top: 46px;
  }
}
@media (max-width: 991px) {
  .header-info-bar-addon.is-hib-top.template-11.shoptetak-jaspis
    .popup-widget.cart-widget {
    top: 153px;
  }
}
@media (min-width: 992px) {
  .header-info-bar-addon.is-hib-top.template-11.shoptak-titan.cart-widget,
  .header-info-bar-addon.is-hib-top.template-11.shoptak-titan.login-widget {
    top: 111px;
  }
}
@media (min-width: 992px) {
  .header-info-bar-addon.is-hib-bottom .popup-widget.cart-widget {
    margin-top: 86px;
  }
}
@media (min-width: 992px) {
  .header-info-bar-addon.is-hib-bottom.template-11 .popup-widget.cart-widget,
  .header-info-bar-addon.is-hib-bottom.template-11 .popup-widget.login-widget {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .header-info-bar-addon.is-hib-bottom.template-11.tursky-apollo
    .popup-widget.cart-widget,
  .header-info-bar-addon.is-hib-bottom.template-11.tursky-apollo
    .popup-widget.login-widget {
    margin-top: 26px;
  }
  .header-info-bar-addon.is-hib-top.template-13 .popup-widget.login-widget {
    margin-top: 26px;
  }
  .header-info-bar-addon.is-hib-top.template-13 .popup-widget.cart-widget {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .header-info-bar-addon.is-hib-bottom.template-11.tursky-apollo
    .popup-widget.cart-widget,
  .header-info-bar-addon.is-hib-bottom.template-11.tursky-apollo
    .popup-widget.login-widget {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header-info-bar-addon.is-hib-top-mobile .header-info-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.15s;
    z-index: 56;
  }
}
@media (max-width: 767px) {
  .header-info-bar-addon.is-hib-top-mobile .top-navigation-bar {
    top: 50px;
  }
}
@media (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-info-bar-addon.template-13 .header-info-bar {
    top: 80px;
  }
}
@media (max-width: 480px) {
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-info-bar-addon.template-13.is-hib-mobile-fixed .header-info-bar {
    top: 80px;
  }
}
@media (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-info-bar-addon.template-09 .header-info-bar,
  .header-info-bar-addon.template-07 .header-info-bar,
  .header-info-bar-addon.template-12 .header-info-bar {
    position: static;
    top: 60px;
  }
}
@media (max-width: 480px) {
  .header-info-bar-addon.template-09 .header-info-bar,
  .header-info-bar-addon.template-07 .header-info-bar,
  .header-info-bar-addon.template-12 .header-info-bar {
    position: static;
    top: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-info-bar-addon.template-09.is-hib-mobile-fixed .header-info-bar,
  .header-info-bar-addon.template-07.is-hib-mobile-fixed .header-info-bar,
  .header-info-bar-addon.template-12.is-hib-mobile-fixed .header-info-bar {
    top: 60px;
  }
}
@media (max-width: 480px) {
  .header-info-bar-addon.template-09.is-hib-mobile-fixed .header-info-bar,
  .header-info-bar-addon.template-07.is-hib-mobile-fixed .header-info-bar,
  .header-info-bar-addon.template-12.is-hib-mobile-fixed .header-info-bar {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .header-info-bar-addon.template-14.is-hib-mobile-fixed .header-info-bar {
    top: 60px;
  }
}
@media (min-width: 768px) {
  .header-info-bar-addon.is-hib-big .header-info-bar {
    font-size: 16px;
  }
  .header-info-bar-addon.is-hib-big .header-info-bar__content {
    height: 40px;
  }
  .header-info-bar-addon.is-hib-big .header-info-bar__close {
    height: 40px;
  }
  .header-info-bar-addon.is-hib-big
    .header-info-bar__right-panel
    .header-info-bar__btn {
    font-size: 14px;
    padding: 7px 10px 6px;
  }
  .header-info-bar-addon.is-hib-big .header-info-bar__icon.hib-ico {
    width: 40px;
    max-width: 40px;
    flex: 0 0 40px;
    padding-right: 8px;
  }
  .header-info-bar-addon.is-hib-big .header-info-bar__icon.hib-ico:before {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .header-info-bar-addon.is-hib-mobile-fixed .header-info-bar {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    transition: transform 0.15s;
    z-index: 56;
  }
}
@media (max-width: 767px) {
  .header-info-bar-addon.is-hib-mobile-fixed.shoptak-titan .header-info-bar {
    top: 60px;
  }
}
@media (max-width: 767px) {
}
.header-info-bar-addon .header-info-bar {
  position: relative;
  background-color: transparent;
  color: var(--header-info-bar-text-color);
  font-size: 13px;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
  .header-info-bar-addon .header-info-bar {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-info-bar-addon .header-info-bar.hidden-on-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-info-bar-addon .header-info-bar.hidden-on-desktop {
    display: none;
  }
}
.header-info-bar-addon .header-info-bar.is-full-width {
  background-color: var(--header-info-bar-BG);
}
.header-info-bar-addon .header-info-bar.is-full-width .container {
  position: static;
}
.header-info-bar-addon .header-info-bar.no-text .header-info-bar__text {
  text-decoration: none;
}
.header-info-bar-addon .header-info-bar.is-centered {
  text-align: center;
  justify-content: center;
}
.header-info-bar-addon .header-info-bar.is-centered .header-info-bar__content {
  justify-content: center;
}
.header-info-bar-addon
  .header-info-bar.is-centered
  .header-info-bar__left-panel {
  flex: inherit;
}
.header-info-bar-addon .header-info-bar.is-centered .header-info-bar__text {
  justify-content: center;
}
.header-info-bar-addon .header-info-bar.has-cross .header-info-bar__content {
  padding-right: 35px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .header-info-bar-addon .header-info-bar.has-cross .header-info-bar__content {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .header-info-bar-addon
    .header-info-bar.has-cross:not(.is-full-width)
    .header-info-bar__content {
    padding-left: 15px;
  }
}
.header-info-bar-addon
  .header-info-bar:not(.is-full-width)
  .header-info-bar__content {
  background-color: var(--header-info-bar-BG);
}
.header-info-bar-addon
  .header-info-bar:not(.is-full-width)
  .header-info-bar__content:hover {
  background-color: var(--header-info-bar-BG-hover);
}
.header-info-bar-addon .header-info-bar .container {
  position: relative;
  padding: 0;
}
.header-info-bar-addon .header-info-bar__link {
  display: block;
  color: var(--header-info-bar-text-color);
  background-color: var(--header-info-bar-BG);
  text-decoration: none;
}
.header-info-bar-addon .header-info-bar__link:hover {
  background-color: var(--header-info-bar-BG-hover);
}
.header-info-bar-addon .header-info-bar__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--header-info-bar-text-color);
  padding: 4px 10px;
  min-height: 42px;
}
@media (min-width: 480px) {
  .header-info-bar-addon .header-info-bar__content {
    padding: 8px 10px;
  }
}
@media (min-width: 768px) {
  .header-info-bar-addon .header-info-bar__content {
    padding: 0;
    min-height: 30px;
    height: 30px;
    justify-content: space-between;
  }
}
.header-info-bar-addon .header-info-bar__left-panel {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .header-info-bar-addon .header-info-bar__left-panel {
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    width: auto;
    flex: 1;
  }
}
.header-info-bar-addon .header-info-bar__right-panel {
  margin-top: 6px;
  text-align: right;
}
@media (max-width: 767px) {
  .header-info-bar-addon .header-info-bar__right-panel {
    display: none;
  }
}
.header-info-bar-addon .header-info-bar__right-panel .header-info-bar__btn {
  text-transform: uppercase;
  border: 1px solid var(--header-info-bar-btn-BG);
  background-color: var(--header-info-bar-btn-BG);
  color: var(--header-info-bar-btn-text-color);
  font-weight: 700;
  font-size: 12px;
  padding: 4px 10px 2px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .header-info-bar-addon .header-info-bar__right-panel .header-info-bar__btn {
    padding: 5px 10px 4px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}
.header-info-bar-addon
  .header-info-bar__right-panel
  .header-info-bar__btn:hover {
  border: 1px solid var(--header-info-bar-btn-BG-hover);
  background-color: var(--header-info-bar-btn-BG-hover);
  color: var(--header-info-bar-btn-text-color-hover);
}
@media (min-width: 480px) {
  .header-info-bar-addon .header-info-bar__right-panel {
    margin-left: 15px;
    margin-top: 0;
  }
}
.header-info-bar-addon .header-info-bar__close {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .header-info-bar-addon .header-info-bar__close {
    height: 30px;
  }
}
.header-info-bar-addon .header-info-bar__close:before {
  content: "\e912";
  font-family: "shoptet" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.header-info-bar-addon .header-info-bar__text {
  flex: 1;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .header-info-bar-addon .header-info-bar__text {
    line-height: 1.3;
    justify-content: center;
  }
}
.header-info-bar-addon .header-info-bar__text a {
  color: var(--header-info-bar-text-color);
}
.header-info-bar-addon .header-info-bar__text a:hover {
  text-decoration: none;
}
.header-info-bar-addon .header-info-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  max-width: 30px;
  flex: 0 0 30px;
  padding-right: 3px;
}
.header-info-bar-addon .header-info-bar__icon.hib-ico:before {
  display: inline-block !important;
  margin-top: 0;
  font-size: 20px;
  line-height: 1;
  color: var(--header-info-bar-icon-color);
}
.header-info-bar-addon .header-info-bar__icon img {
  display: inline-block;
  max-width: 35px;
  max-height: 35px;
}
@media (max-width: 767px) {
  body.tursky-apollo.is-hib-mobile-fixed:not(.hib-hide-on-mobile)
    .overall-wrapper,
  body.tursky-apollo.is-hib-mobile-fixed.type-index:not(.hib-hide-on-mobile)
    .overall-wrapper {
    padding-top: 135px;
  }
  .header-info-bar-addon.tursky-apollo.is-hib-mobile-fixed:not(.hib-hide-on-mobile)
    .header-info-bar__content {
    min-height: 40px;
    padding: 2px 10px;
  }
  .header-info-bar-addon.tursky-apollo.is-hib-mobile-fixed:not(.hib-hide-on-mobile)
    .header-info-bar {
    top: 0;
  }
  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible):not(.hib-hide-on-mobile).tursky-apollo.is-hib-mobile-fixed
    .header-info-bar {
    transform: translate(0);
  }
  body:not(.navigation-window-visible):not(.hib-hide-on-mobile).tursky-apollo.header-info-bar-addon.is-hib-mobile-fixed
    .top-navigation-bar {
    top: 40px;
    transition: top 600ms ease;
  }
  body:not(.navigation-window-visible):not(.is-hidden-search-bar):not(.hib-hide-on-mobile).tursky-apollo.header-info-bar-addon.is-hib-mobile-fixed
    #header {
    top: 90px;
  }
  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper {
    padding-top: 125px;
  }
  body.venus.header-info-bar-addon .header-info-bar {
    z-index: 2;
  }
  body.shoptak-carbon.header-info-bar-addon
    .header-info-bar.is-centered
    .header-info-bar__text {
    justify-content: flex-start;
    text-align: left;
  }
  body.shoptak-carbon .overall-wrapper {
    padding-top: 60px;
  }

  body.shoptak-carbon.ordering-process #content-wrapper,
  body.shoptak-carbon .breadcrumbs-wrapper,
  body.shoptak-carbon.blank-mode .container.breadcrumbs-wrapper,
  body.shoptak-carbon #content-wrapper {
    margin-top: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .header-info-bar-addon.template-13.jupiter .header-info-bar,
  .header-info-bar-addon.template-13.is-hib-mobile-fixed.jupiter
    .header-info-bar {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .header-info-bar-addon.is-hib-mobile-fixed.template-13.jupiter
    .header-info-bar {
    top: 60px;
  }
  body:not(.mobile-header-version-0):not(.template-07).template-13.jupiter.is-hib-mobile-fixed
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.template-07).template-13.jupiter.is-hib-mobile-fixed.type-index
    .overall-wrapper {
    padding-top: 102px;
  }
}

.header-info-bar-addon.is-hib-big .header-info-bar__icon.hib-ico {
  display: none;
}

/* 26 */

body {
  background-color: white !important;
}
.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}
.in-contacts .content-inner > article {
  width: 100%;
}
.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .navigation-in {
    font-size: 15px;
    line-height: 15px;
  }
  .navigation-in ul li a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 768px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 144px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 144px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 144px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 169px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart > a[data-target="cart"] {
    background: var(--color-secondary);
    border-radius: 0;
  }
  .click-cart > a[data-target="cart"]:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 0;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 0;
  }
  .cart-window-visible #header .cart-count {
    background: var(--color-secondary-hover);
    border-radius: 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 56px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 80px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

/* 113 */

.news-item-detail .products-block.products .p .name {
  text-decoration: none;
  text-transform: capitalize;
}

.news-item-detail .products-block .product-btn a.btn {
  text-decoration: none;
}
/* .news-item-detail .product .flags-extra .price-standard {
  display: none;
} */
.news-item-detail .product .flags-extra .price-save {
  font-size: 14px;
}
/*
.news-item-detail .product .p-tools {
  display: none;
}

.news-item-detail .product .price-additional {
  display: none;
} */

@media (min-width: 768px) {
  .news-item-detail .flags-extra {
    top: -20px;
  }
}

/* 107 */

.news-item-detail {
  /* max-width: 700px; */
  margin-left: auto;
  margin-right: auto;
}

.blog-img {
  margin-bottom: 40px;
  margin-top: 20px;
}

.blog-img img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  object-fit: cover;
}

.detail-links {
  padding: 20px 25px;
  background: #edf1f0;
  border-radius: 0;
  border: 2px solid var(--color-secondary);
  margin-bottom: 30px;
}
.detail-links-title {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
  font-size: 18px;
  color: black;
}
.detail-links__item {
  font-weight: 700;
  padding: 5px 0;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: black;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.detail-links__item:hover {
  text-decoration: underline;
  color: var(--color-secondary-hover);
}
.detail-links__item:hover:before {
  color: var(--color-secondary-hover);
}
.detail-links__item:before {
  content: "\e90e";
  font-family: apollo;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 0;
  color: black;
}

/* 104 */

/* header contact */

@media (max-width: 767px) {
  .header-contact {
    display: flex;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-contact {
    /* display: flex; */
    display: none;
  }
}

.header-contact {
  align-items: center;
  column-gap: 16px;
  position: relative;
  color: var(--color-text-default);
}

@media (max-width: 767px) {
  .header-contact {
    padding: 12px 20px;
    margin-block: 16px;
    margin-inline: 0;
    border-radius: var(--radius-m);
    background-color: var(--color-surface-content-green);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact {
    align-content: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-inline-end: 0;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    margin-right: -15px;
  }

  .header-contact::before {
    display: flex;
    content: "\e924";
    aspect-ratio: 1;
    font-size: 28px;
    font-family: "apollo" !important;
    width: 23px;
    color: var(--header-color);
  }

  .header-contact:hover {
    background-color: var(--color-surface-white-hover);
  }
}

@media (min-width: 992px) {
  .header-contact {
    width: auto;
    padding: 0;
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
  .header-contact {
    margin-right: 12px;
  }
}

@media (min-width: 1600px) {
  .header-contact {
    margin-right: 20px;
  }
}

.header-contact--online .header-contact__image::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: var(--color-secondary);
}

.header-contact:hover .header-contact__value {
  text-decoration: underline;
}

.header-contact__image {
  display: flex;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact__image {
    display: none;
  }
}

.header-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.header-contact__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1px;
  flex: 1;
  min-width: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact__content {
    display: none;
  }
}

.header-contact__value {
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-secondary);
  font-size: 16px;
  font-family: "Roboto";
}

.header-contact__text {
  color: var(--header-color);
  font-size: 13px;
}

.p-info-wrapper .header-contact__text {
  color: #737373;
}

@media (min-width: 768px) {
  #header .header-top .search {
    margin-inline: 16px;
  }
}

@media (min-width: 1200px) {
  #header .header-top .search {
    margin-inline: 40px;
  }
}

.footer-contact .header-contact a {
  color: var(--color-secondary);
}

.footer-contact .header-contact {
  width: 100%;
  margin-right: 0;
  color: white;
  display: flex;
}

.footer-contact .header-contact__image {
  display: flex;
  width: 80px;
  height: 80px;
}

.support__address-block .header-contact {
  display: flex;
  margin-right: 0;
  width: 100%;
}

.support__address-block .header-contact .header-contact__image {
  width: 80px;
  height: 80px;
}

.support__address-block .header-contact .header-contact__value {
  color: white;
}

.header-contact__text--ext {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
}

.support__address-block .header-contact .header-contact__text--ext,
.support__address-block .header-contact .header-contact__text {
  color: white;
}

.p-detail-contact__title {
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin-bottom: 1px;
}

.p-info-wrapper .header-contact .header-contact__image {
  width: 80px;
  height: 80px;
}

.p-info-wrapper .header-contact {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 15px 20px;
  margin-block-end: 20px;
  border-radius: 0;
  border: 1px solid #e0e5ee;
  background: #ffffff;
  margin-right: 0;
}

.p-info-wrapper .header-contact--online .header-contact__image::before,
.footer-contact .header-contact--online .header-contact__image::before {
  right: 6px;
  top: 6px;
}

/* 102 */

@media (min-width: 992px) {
  .shp-tabs-wrapper {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .shp-tabs-wrapper .tab-pane {
    padding: 40px 40px 30px;
    margin-bottom: 20px;
  }
  .extended-description h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

/* 54 */

/* .flags-extra.add-text
  .flag
  .price-save
  .parameter-dependent.default-variant:before,
.product .flags-extra.add-text .flag .price-save:before {
  content: "Zľava až";
  display: block;
  margin-bottom: 2px;
  color: white;
  font-size: 60%;
} */

.flags-extra .flag .price-save {
  position: relative;
}

.flags-extra .flag .price-save:before {
  content: "Zľava až";
  display: block;
  margin-bottom: 2px;
  color: white;
  font-size: 55%;
}

.p-image .flags-extra .flag .price-save:before {
  font-size: 50%;
}

/* 34 */

@media (max-width: 767px) {
  .navigation-window-visible .responsive-tools {
    /*margin-right: 30px;*/
  }
  .overall-wrapper {
    padding-top: 50px;
  }
  .in-index .overall-wrapper {
    padding-top: 50px;
  }
  .responsive-tools .click-cart {
    padding-left: 5px;
  }
  .responsive-tools > a {
    width: 40px;
  }
  .responsive-tools > a[data-target="navigation"] {
    width: 50px;
  }
  .responsive-tools > a[data-target="search"] {
    display: flex;
    width: 30px;
  }
  .responsive-tools .click-cart {
    padding-right: 0;
  }
  .search-window-visible:not(.navigation-window-visible) #header {
    top: 50px;
  }
  .search-window-visible #header .search-form {
    margin: 0;
  }
  #header {
    top: -10px;
  }
}

/* 31 */
@media (max-width: 767px) {
  #footer .site-name a {
    text-align: center;
  }

  .custom-footer {
    text-align: center;
  }

  #footer .site-name {
    justify-content: center;
  }
}

/* 21 */

.flag.flag-discount:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23d01154' d='M93.71 42.777l-3.374-5.121a3.181 3.181 0 0 1-.507-1.844l.333-6.193a9.472 9.472 0 0 0-5.197-8.995l-5.49-2.777a2.987 2.987 0 0 1-1.327-1.328l-2.774-5.485a9.424 9.424 0 0 0-8.993-5.199l-6.195.334c-.65.034-1.29-.14-1.833-.5l-5.131-3.38A9.46 9.46 0 0 0 48 .722a9.457 9.457 0 0 0-5.22 1.566l-5.122 3.373a3.21 3.21 0 0 1-1.843.508l-6.193-.334a9.425 9.425 0 0 0-8.995 5.197l-2.778 5.491a2.986 2.986 0 0 1-1.327 1.326l-5.486 2.774a9.472 9.472 0 0 0-5.198 8.993l.334 6.198a3.013 3.013 0 0 1-.501 1.83l-3.38 5.132a9.474 9.474 0 0 0 0 10.443l3.372 5.12c.358.557.533 1.2.509 1.843l-.334 6.194a9.471 9.471 0 0 0 5.196 8.995l5.492 2.777a2.989 2.989 0 0 1 1.325 1.328l2.774 5.485a9.426 9.426 0 0 0 8.994 5.198l6.196-.333c.65-.036 1.287.14 1.832.5l5.132 3.38A9.46 9.46 0 0 0 48 95.274a9.463 9.463 0 0 0 5.221-1.566l5.121-3.373a3.2 3.2 0 0 1 1.843-.508l6.193.333a9.424 9.424 0 0 0 8.995-5.196l2.777-5.491a2.991 2.991 0 0 1 1.328-1.326l5.486-2.774a9.47 9.47 0 0 0 5.198-8.993l-.333-6.2c-.037-.64.14-1.288.5-1.828l3.38-5.132a9.477 9.477 0 0 0 0-10.442z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.flag.flag-discount:before {
  background: var(--color-secondary);
  border-radius: 100%;
}

.categories#cat-1157 .topic > a {
  /* color: white !important;
	background-color: rgb(254 0 0 / 37%);
	border-radius: 10px; */
}

.categories#cat-1157 .topic > a,
.navigation-in > ul > li.menu-item-1157 > a {
  background: var(--color-secondary);
  color: white !important;
}

.categories#cat-1157 .topic > a:hover,
.navigation-in > ul > li.menu-item-1157 > a:hover {
  background: var(--color-secondary-hover) !important;
  color: white !important;
}

.categories#cat-1157 .topic > a:before {
  display: none;
}

.navigation-in > ul > li.menu-item-1157 > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px !important;
  border-radius: 0;
}

.categories#cat-1157 {
  margin-bottom: 12px;
  margin-top: 12px;
}

.categories#cat-1157 .topic > a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 55px !important;
  border-radius: 0;
}

.categories#cat-1157 .topic > a svg,
.navigation-in > ul > li.menu-item-1157 > a svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  stroke-width: 0;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.categories#cat-1157 .topic > a svg {
  left: -10px;
}

.navigation-in > ul > li.menu-item-1157.ext > a:after {
  display: none;
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden .navigation-in > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #navigation {
    height: 45px;
  }
}

/* 20 */

#footer .contact-box p {
  line-height: 2;
  color: #7c7e8f;
}

/* 19 */

@media (min-width: 768px) {
  .desktop .carousel-inner .item:nth-child(2) {
    height: 498px;
  }
  .carousel-inner {
    min-height: auto !important;
    height: 498px !important;
  }
  .carousel-inner > .item > a > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
  .carousel-inner > .item {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .desktop .carousel-inner .item:nth-child(2) {
    height: 414px;
  }
  .carousel-inner {
    height: 414px !important;
  }
}

@media (min-width: 1200px) {
  .desktop .carousel-inner .item:nth-child(2) {
    height: 506px;
  }
  .carousel-inner {
    height: 506px !important;
  }
}

@media (min-width: 1440px) {
  .desktop .carousel-inner .item:nth-child(2) {
    height: 613px;
  }
  .carousel-inner {
    height: 613px !important;
  }
}

.desktop .carousel-inner video {
  display: block;
  margin: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.carousel-inner video {
  overflow: hidden;
  border-radius: 0;
}

/* 72 */

.p-image-wrapper .flags-default .flag {
  font-size: 14px;
  padding: 8px 10px;
}

@media (min-width: 768px) {
  .p-image-wrapper .flags-default .flag {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.products-block .p-bottom .price-additional {
  display: none;
}

.p-info-wrapper .p-final-price-wrapper.has-discount {
  border-radius: 0;
  border: 2px solid #e94b4b;
  max-width: 170px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.p-info-wrapper .p-final-price-wrapper.has-discount .price-measure {
  display: none;
}

.p-info-wrapper .p-final-price-wrapper.has-discount .price-discount {
  display: block;
  width: 100%;
  color: white;
  text-transform: uppercase;
  background-color: #e94b4b;
  font-weight: 700;
  font-size: 16px;
  padding: 3px 2px;
  letter-spacing: 0;
  order: 0;
}

.p-info-grid .detail-price-block .detail-grid-title {
  display: none;
}

.p-info-wrapper .p-final-price-wrapper.has-discount .price-standard {
  margin-right: 0;
  margin-top: 2px;
  order: 2;
  margin-bottom: 5px;
  font-weight: 400;
  color: #7c7e8f;
  font-size: 20px;
}

.p-info-wrapper .p-final-price-wrapper.has-discount .price-final {
  order: 1;
  font-weight: 700;
  margin-bottom: 0;
  color: #e94b4b;
  font-size: 24px;
}

@media (min-width: 480px) {
  .p-info-wrapper .p-final-price-wrapper.has-discount {
    max-width: 210px;
  }
  .p-info-wrapper .p-final-price-wrapper.has-discount .price-discount {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  .p-info-wrapper .p-final-price-wrapper.has-discount .price-standard {
    font-size: 22px;
  }
  .p-info-wrapper .p-final-price-wrapper.has-discount .price-final {
    font-size: 33px;
  }
}

.products-block.products .p .price.has-discount {
  border-radius: 0;
  border: 2px solid #e94b4b;
  max-width: 140px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.products-block.products .p .price.has-discount {
  line-height: 1;
  max-width: 130px;
}

.products-block.products .p .price.has-discount .price-discount {
  display: block;
  width: 100%;
  color: white;
  text-transform: uppercase;
  background-color: #e94b4b;
  font-weight: 700;
  font-size: 16px;
  padding: 3px 2px;
  letter-spacing: 0;
  order: 0;
}

.products-block .has-discount .pr-list-unit {
  display: none;
}

.product .up-product-wrapper {
  display: none;
}

.products-block.products .p .price.has-discount .price-discount {
  font-size: 14px;
}

.products-block.products .p .price.has-discount .price-standard {
  margin-right: 0;
  order: 2;
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 400;
  color: #7c7e8f;
  font-size: 20px;
}

.products-block.products .p .price.has-discount .price-standard span {
  margin-top: 3px;
  margin-bottom: 3px;
}

.products-block.products .p .price.has-discount .price-standard span {
  font-size: 16px;
}

.products-block.products .p .price.has-discount > strong {
  order: 1;
  font-weight: 700;
  margin-bottom: 0;
  color: #e94b4b;
  font-size: 24px;
  margin-top: 3px;
  margin-bottom: 0;
}

.products-block.products .p .price.has-discount > strong {
  font-size: 20px;
}

@media (min-width: 480px) {
  .products-block.products .p .price.has-discount {
    max-width: 170px;
  }
  .products-block.products .p .price.has-discount {
    max-width: 160px;
  }
  .products-block.products .p .price.has-discount .price-discount {
    /* letter-spacing: 0.5px; */
  }
  .products-block.products .p .price.has-discount .price-discount {
    font-size: 14px;
  }
  .products-block.products .p .price.has-discount .price-standard span {
    font-size: 16px;
  }

  .products-block.products .p .price.has-discount .price-final {
    font-size: 22px;
  }

  .products-block.products .p .price.has-discount > strong {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .products-block.products .p .price.has-discount .price-discount {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .products-block .product-btn a,
  .products-block .product-btn .pr-action {
    max-width: 130px;
  }
  .products-block.products .p .price.has-discount .price-discount {
    font-size: 12px;
  }

  .products-block:not(.products-additional) .product .p .p-in {
    margin: 0 -15px;
  }
}

/* 16 */

.contact-box-icon-list:not(.contact-box-icon-list--not-facebook):not(.contact-box-icon-list--not-instagram) {
  display: flex !important;
}
.contact-box-icon-list:not(.contact-box-icon-list--not-facebook):not(.contact-box-icon-list--not-instagram)
  .contact-box-icon {
  width: 35px !important;
  margin-right: 5px !important;
}

#header ul li.contact-box-icon,
#footer .contact-box ul li.contact-box-icon {
  width: auto;
  margin-right: 0;
  display: block;
  width: 100%;
}

#header ul li.contact-box-icon .instagram,
#footer .contact-box ul li.contact-box-icon .instagram,
#header ul li.contact-box-icon .facebook,
#footer .contact-box ul li.contact-box-icon .facebook {
  display: block;
  width: 100%;
}

#header ul li.contact-box-icon span,
#footer .contact-box ul li.contact-box-icon span {
  color: #fff;
}

#header ul li.contact-box-icon .instagram a,
#footer .contact-box ul li.contact-box-icon .instagram a,
#header ul li.contact-box-icon .facebook a,
#footer .contact-box ul li.contact-box-icon .facebook a {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 20px;
  padding-left: 60px;
  background: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  min-height: 50px;
}

#header ul li.contact-box-icon .instagram a,
#header ul li.contact-box-icon .facebook a {
  position: relative;
  padding: 10px 12px;
  padding-left: 40px;
  font-size: 14px;
}

#header ul li.contact-box-icon .instagram a:hover,
#footer .contact-box ul li.contact-box-icon .instagram a:hover,
#header ul li.contact-box-icon .facebook a:hover,
#footer .contact-box ul li.contact-box-icon .facebook a:hover {
  background: var(--color-secondary);
}

#header ul li.contact-box-icon .instagram:before,
#footer .contact-box ul li.contact-box-icon .instagram:before,
#header ul li.contact-box-icon .facebook:before,
#footer .contact-box ul li.contact-box-icon .facebook:before {
  display: none;
}

#header .contact-box-icon-list.contact-box-icon-list--not-instagram,
#header .contact-box-icon-list.contact-box-icon-list--not-facebook {
  margin: 0;
  padding: 0;
}

#header ul li.contact-box-icon .instagram a:before,
#footer .contact-box ul li.contact-box-icon .instagram a:before,
#header ul li.contact-box-icon .facebook a:before,
#footer .contact-box ul li.contact-box-icon .facebook a:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  font-size: 24px;
  text-align: center;
  font-family: "apollo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
  content: "\e90d";
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  transition: color 250ms ease-out;
  font-size: 25px;
}

#header ul li.contact-box-icon .instagram a:before,
#footer .contact-box ul li.contact-box-icon .instagram a:before {
  content: "\e90b";
}

#header ul li.contact-box-icon .instagram a:before,
#header ul li.contact-box-icon .facebook a:before {
  font-size: 20px;
  left: 22px;
}

#header ul li.contact-box-icon .instagram a:before,
#header ul li.contact-box-icon .facebook a:before {
  font-size: 20px;
  left: 22px;
}

#header ul li.contact-box-icon .instagram a span,
#header ul li.contact-box-icon .facebook a span {
  display: none;
}

#header ul li.contact-box-icon .instagram a:before,
#header ul li.contact-box-icon .facebook a:before {
  font-size: 24px;
  left: 26px;
}

#footer .contact-box ul li.contact-box-icon a:hover span,
#footer .contact-box ul li.contact-box-icon .facebook a:hover:before {
  color: white;
}

@media (max-width: 1200px) {
  #header ul li.contact-box-icon .instagram a:before,
  #header ul li.contact-box-icon .facebook a:before {
    font-size: 24px;
    left: 26px;
  }
  #header ul li.contact-box-icon .instagram a span,
  #header ul li.contact-box-icon .facebook a span {
    display: none;
  }
}

#header .contact-box-icon-list.contact-box-icon-list--not-instagram {
  margin-left: 10px;
}

@media (max-width: 768px) {
  #header .contact-box-icon-list.contact-box-icon-list--not-instagram,
  #header .contact-box-icon-list.contact-box-icon-list--not-facebook {
    display: none;
  }
}

#footer ul.contact-box-icon-list {
  margin-top: 0px;
}

@media (max-width: 767px) {
  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper,
  body:not(.mobile-header-version-0):not(.is-hib-mobile-fixed).tursky-apollo
    .overall-wrapper {
    padding-top: 50px !important;
  }
}

/* 105 */

.flag.flag-cena-na-vyziadanie {
  display: none;
}

/* 90 */

.p-short-description-block {
  margin-bottom: 15px;
}

.p-short-description-block.show-text .chevron-after.chevron-down-after::after {
  content: "\e915";
}

.p-short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.p-short-description p.full-text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: none;
}

/* 92 */

.navigation-in-bottom .top-navigation-contacts a.project-whatsapp,
.navigation-in-bottom .top-navigation-contacts a.project-instagram,
.navigation-in-bottom .top-navigation-contacts a.project-facebook,
.navigation-in-bottom .top-navigation-contacts a.project-tiktok {
  display: inline-flex;
  width: 50px;
  height: 50px;
}

.top-navigation-contacts a.project-instagram::before,
.top-navigation-contacts a.project-whatsapp::before,
.top-navigation-contacts a.project-facebook::before,
.top-navigation-contacts a.project-tiktok::before {
  font-family: "apollo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

.navigation-in-bottom .top-navigation-contacts a.project-whatsapp::before,
.top-navigation-bar .top-navigation-contacts a.project-whatsapp::before {
  content: "\e939";
  font-size: 24px;
  background: linear-gradient(45deg, #25d366, #128c7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation-in-bottom .top-navigation-contacts a.project-instagram::before,
.top-navigation-bar .top-navigation-contacts a.project-instagram::before {
  content: "\e90b";
  font-size: 24px;
  background: linear-gradient(
    45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation-in-bottom .top-navigation-contacts a.project-facebook::before,
.top-navigation-bar .top-navigation-contacts a.project-facebook::before {
  content: "\e90d"; /* FB ikona */
  font-size: 24px;
  background: linear-gradient(45deg, #1877f2, #3b5998);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation-in-bottom .top-navigation-contacts a.project-tiktok::before,
.top-navigation-bar .top-navigation-contacts a.project-tiktok::before {
  content: "\e926"; /* TikTok ikona */
  font-size: 24px;
  background: linear-gradient(45deg, #ffffff, #ffffff); /* typický TikTok mix */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .top-navigation-bar .container > div {
    flex: 1 1 50%;
  }
}

/* 97 */

.product .quantity input {
  border: 0;
  outline: none;
  background: #f5f6f8;
}
.product .quantity .decrease,
.product .quantity .increase {
  height: 40px;
  width: 40px;
  top: 0;
}

.product .quantity {
  max-width: 85%;
  margin-bottom: 10px;
  border-radius: 0;
  overflow: hidden;
  background: #f5f6f8;
}

.product.has-quantity .p {
  padding: 20px 16px 65px;
}

@media (min-width: 768px) {
  .product.has-quantity .p {
    padding: 30px 30px 80px;
  }
}

@media (max-width: 480px) {
  .in-index .product.has-quantity .p,
  .in-index .product .p {
    padding: 20px 10px 115px;
  }
  .in-index .products-block .product-btn {
    bottom: 15px;
  }
}

.products-block .product-btn a,
.products-block .product-btn .pr-action {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.shkDetailStock {
  border-radius: var(--border-radius-apollo) !important;
}

@media (min-width: 768px) {
  .product .quantity {
    margin-bottom: 0;
    border: 1px solid #7c7e8f;
  }
  .product.has-quantity .p .quantity {
    width: 50%;
  }
  .product .quantity {
    margin: 0 5px;
    font-size: 16px;
  }
  .product .quantity input {
    height: 45px;
    font-size: 16px;
  }
  .products-block .product-btn .btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
    min-height: 45px;
    flex: auto;
  }
  .product .quantity .decrease,
  .product .quantity .increase {
    height: 43px;
  }
  .product .p {
    /* padding: 30px 30px 130px; */
  }

  .type-detail .products-block .product-btn .btn:not(.btn-primary) {
    width: 40px;
  }

  /* .type-detail .products-block .product-btn .btn span {
    display: none;
  }
  .type-detail .products-block .product-btn .btn:after {
    margin-left: 0;
  } */
}

@media (min-width: 1200px) {
  .product .quantity {
    min-width: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .product .quantity {
    margin-bottom: 0;
    border: 1px solid #7c7e8f;
  }
  .product .quantity {
    margin: 0 5px;
    height: 45px;
  }
  .product .quantity input {
    height: 45px;
  }
  .products-block .product-btn .btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
    min-height: 45px;
  }
  .product .quantity .decrease,
  .product .quantity .increase {
    height: 43px;
  }
  .product .quantity,
  .in-index .product .quantity {
    width: calc(100% - 50px);
  }
  .products-block .product-btn .btn,
  .in-index .products-block .product-btn .btn {
    width: 45px;
  }
  .products-block .product-btn .btn.btn-primary,
  .in-index .products-block .product-btn .btn.btn-primary {
    width: 100%;
  }
  .products-block .product-btn .btn span,
  .in-index .products-block .product-btn .btn span {
    display: none;
  }
  .products-block .product-btn .btn:after,
  .in-index .products-block .product-btn .btn:after {
    font-size: 16px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .product .quantity {
    margin-bottom: 0;
    border: 1px solid #7c7e8f;
  }
  .product .quantity {
    margin: 0 5px;
    height: 45px;
  }
  .product .quantity input {
    height: 45px;
  }
  .products-block .product-btn .btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
    min-height: 45px;
  }
  .product .quantity .decrease,
  .product .quantity .increase {
    height: 43px;
  }
  .product .quantity,
  .in-index .product .quantity {
    width: calc(100% - 50px);
  }
  .products-block .product-btn .btn,
  .in-index .products-block .product-btn .btn {
    width: 45px;
  }
  .products-block .product-btn .btn.btn-primary,
  .in-index .products-block .product-btn .btn.btn-primary {
    width: 100%;
  }
  .products-block .product-btn .btn span,
  .in-index .products-block .product-btn .btn span {
    display: none;
  }
  .products-block .product-btn .btn:after,
  .in-index .products-block .product-btn .btn:after {
    font-size: 16px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .in-index .product.has-quantity .p,
  .in-index .product .p {
    padding: 20px 10px 65px;
  }
  .products-block .product-btn a,
  .products-block .product-btn .pr-action {
    max-width: calc(100% - 10px);
  }
  .product .quantity {
    width: 50%;
  }
  .products-block .product-btn .btn {
    width: 50%;
  }
  .products-block .product-btn {
    bottom: 15px;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block .product-btn .btn.btn-primary {
    max-width: 85%;
    margin: 0 15px;
  }
  .product .quantity {
    margin: 0;
  }
  .product .quantity .decrease,
  .product .quantity .increase {
    width: 32px;
  }
}

@media (max-width: 480px) {
  .products-block .product-btn .btn {
    width: 45px;
  }
  .product .quantity {
    width: calc(100% - 50px);
  }
}

.shipping-options-popup .products .product-btn .quantity,
.advanced-order .products .product-btn .quantity {
  display: none;
}

.product.has-quantity .p .quantity {
  margin-bottom: 0;
}

.products-block .product-btn .btn.btn-primary {
  margin: 0 20px;
}

body.cart-product-quantity-addon
  .plugin-fixed-header__basket
  .cart-product-quantity.cart-product-quantity-has-border:before {
  display: none !important;
}

/* 89 */

.js-partners-classic .partners__content {
  height: 128px;
}

.js-partners-classic .partners__image-block {
  height: 85px;
  max-width: 200px;
}

.js-partners-slider .container {
  width: 100%;
  padding: 0;
}

.js-partners-slider .partners__content {
  height: 128px;
  border-radius: 25px;
  background: white;
  box-shadow: none;
}

.js-partners-slider .partners__content:hover {
  background-color: white;
}

.js-partners-slider .partners__image-block img {
  mix-blend-mode: multiply;
}

.js-partners-slider .partners-group {
  display: block;
  margin: 0;
}

.js-partners-slider .partners__item {
  width: 100%;
  padding: 0;
  margin: 0;
}

.js-partners-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .js-partners-classic .partners__item {
    width: calc(100% / 3);
  }
  .js-partners-classic .partners__image-block {
    max-width: 300px;
  }
  .partners-block {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .partners-block {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .js-partners-slider .partners__image-block {
    max-width: 100%;
    height: 110px;
  }
}

@media (min-width: 768px) {
  .partners__image-block {
    height: 135px;
    max-width: 110px;
  }
}

.partners-block {
  margin-top: 25px;
  margin-bottom: 0;
}

.partners-block .h4 {
  margin-bottom: 10px;
}

.benefitBanner__item {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.benefitBanner__picture {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.benefitBanner__link {
  flex-wrap: wrap;
}
.benefitBanner__content {
  margin-top: 15px;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
.benefitBanner__picture img {
  max-height: 70px;
  max-width: 75px;
}
.benefitBanner__picture {
  height: 70px;
}

@media (min-width: 768px) {
  .in-index .position--benefitHomepage {
    margin-bottom: 20px;
  }
  .top-category-block {
    margin-top: 30px;
  }
}

/* 63 */

/* welcome */

.welcome .welcome-logo {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 240px;
}

.welcome h1 {
  display: none;
}

.welcome .welcome-logo img {
  max-width: 240px;
}

.homepage-box.welcome-wrapper {
  position: relative;
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome {
  position: static;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

.welcome h1 {
  /* max-width: 260px; */
  margin-left: 0;
}

.welcome {
  background-color: transparent;

  /* overflow: hidden; */
}

.welcome .welcome__content {
  z-index: 2;
  position: relative;
}

.welcome-img-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 675px;
  object-fit: cover;
  object-position: left;
  display: block;
}

/* .welcome-img-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
} */

.welcome-img-right img {
  object-fit: cover;
  object-position: right;
  display: block;
  width: 100%;
  height: 100%;
}

.welcome-wrapper .container {
  /* width: 100%; */
}

.welcome-wrapper .welcome {
  box-shadow: none;
  /* background-color: transparent;
  padding: 0; */
}

.welcome-box {
  background: white;
  text-align: left;
  padding: 30px 35px;
  max-width: 560px !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
  margin: 0 !important;
  text-align: center;
}

.homepage-box.welcome-wrapper {
  overflow: hidden;
}

.welcome-img-right {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100% !important;
  height: auto;
  overflow: hidden;
  height: 100%;
  border-radius: 0;
}

.welcome-img-right img {
  /* object-position: bottom; */
}

.welcome__left-panel {
  text-align: center;
}

.homepage-box.welcome-wrapper {
  background-color: transparent;
}

.welcome-box h2 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.4;
  /* font-family: var(--font-secondary); */
  color: var(--color-secondary);
  font-weight: 700;
}

.welcome-box p.welcome-subheadline {
  font-size: 18px;
  font-weight: 700;
}

.welcome .btn.btn-secondary {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: white;
  display: flex;
  max-width: 160px;
  margin: 0 auto -50px;
}

.welcome .btn.btn-secondary:hover {
  color: white;
  border-color: var(--color-primary-hover);
  background-color: var(--color-primary-hover);
}

@media (min-width: 992px) {
  .welcome {
    padding: 40px 0 40px 0;
  }
}

@media (min-width: 768px) {
  .welcome-img-right img {
    object-position: center;
  }

  .welcome-img-right {
    border-radius: 0 0;
  }
  .welcome-box h2 {
    font-size: 20px;
  }

  .welcome-box p.welcome-subheadline {
    font-size: 20px;
  }

  .homepage-box.welcome-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1220px) {
  .header-contact {
    display: none;
  }
}

@media (min-width: 1220px) {
  .welcome-img-right img {
    object-position: right;
  }
}

@media (max-width: 768px) {
  .welcome__left-panel {
    padding: 0;
  }
  .welcome {
    padding: 20px 0px 10px 0;
  }
}

/* 33 */

/* Header menu item */

.navigation-in > ul > li.ext > ul > li.menu-item-category {
  display: none;
}

/* Header subcategory */

.navigation-in
  > ul
  > li.ext
  > ul
  > li:nth-child(n + 13):not(.menu-item-category) {
  display: flex;
}

.navigation-in
  > ul
  > li.ext
  > ul
  > li:nth-child(n + 16):not(.menu-item-category) {
  display: none;
}

.navigation-in > ul > li.ext > ul > li.menu-item-category {
  /* width: 25%;
	flex-basis: 25%; */
  margin-top: 0;
}

.navigation-in > ul > li.ext > ul > li > div > ul > li.more-submenu-list a {
  font-weight: 700;
}

.navigation-in
  > ul
  > li.ext
  > ul
  > li
  > div
  > ul
  > li.more-submenu-list
  a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: -1px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.0858 7.75739L15.3284 12L11.0858 16.2427L9.67157 14.8285L12.5 12L9.67157 9.1716L11.0858 7.75739Z' fill='currentColor'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12Z' fill='currentColor'/%3e%3c/svg%3e");
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 45px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    width: 100%;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    position: relative;
    padding-left: 15px !important;
    display: block;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li a:before {
    content: "\e90e";
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li.more-submenu-list {
    display: none;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    position: relative;
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navigation-in > ul > li.ext > ul > li > div .arrow-span {
    position: absolute;
    top: 0;
    right: -4px;
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 3;
  }
  .navigation-in > ul > li.ext > ul > li > div .arrow-span:after {
    content: "\e900";
    color: #7c7e8f;
    font-size: 8px;
    transition: transform 0.3s ease-out;
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navigation-in > ul ul.menu-level-3 li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .navigation-in > ul ul.menu-level-3 {
    display: none;
  }
  .navigation-in > ul li.is-active ul.menu-level-3 {
    display: flex;
  }

  .navigation-in > ul > li.ext > ul > li.is-active > div .arrow-span:after {
    transform: rotate(180deg);
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    display: none;
  }
}

@media (min-width: 992px) {
  .navigation-in > ul > li.ext > ul > li.menu-item-category {
    width: 25%;
    flex-basis: 25%;
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 80px;
    padding-right: 0;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: 60px;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    font-size: 13px;
  }
}

.basic-description img {
  border-radius: 15px;
}

.navigation-in > ul > li.ext > ul > li > div,
.navigation-in > ul > li.ext > ul > li > a.menu-image {
  align-self: center;
}

@media (min-width: 768px) {
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    align-items: normal;
  }

  .navigation-in > ul ul.menu-level-2 {
    padding-top: 10px;
  }

  .navigation-in > ul > li.ext > ul > li {
    position: relative;
    padding: 15px 15px 15px;
    align-items: normal;
  }

  .navigation-in > ul > li.ext > ul > li.menu-item-category {
    align-items: center;
  }

  .navigation-in > ul > li.ext > ul > li:after {
    position: absolute;
    left: 0;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 1px;
    content: "";
    background-image: linear-gradient(to top, #c1c1c1 62.5%, transparent 37.5%);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 8px;
  }

  .navigation-in > ul > li.ext > ul > li:before {
    position: absolute;
    left: 1.5625rem;
    right: 1.5625rem;
    top: 0;
    height: 1px;
    content: "";
    background-image: linear-gradient(
      to right,
      #c1c1c1 62.5%,
      transparent 37.5%
    );
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 1.1px;
  }

  .navigation-in > ul > li.ext > ul > li:nth-child(-n + 4):before {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li:nth-child(4n + 1):after {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li > div {
    padding-left: 5px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    display: block;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: none;
  }
  .navigation-in
    > ul
    > li.ext
    > ul
    > li
    > div
    > ul
    > li:not(.more-submenu-list):nth-child(n + 4) {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    position: relative;
    padding-left: 20px;
    display: block;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a:before {
    content: "\e90e";
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 5px;
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > div.menu-no-image {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }

  /* .in-index #content .banners-row {
    display: none;
  } */
}
@media (min-width: 992px) {
  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    font-size: 15px;
    line-height: 1.2;
  }
}

.navigation-in ul li a {
  font-size: 15px;
  font-weight: 500;
}

/* @media (min-width: 768px) {
  #navigation {
    position: relative;
    background-color: #fde1ca;
    border-radius: 30px;
  }
  .navigation-in > ul > li:first-child > a {
    padding-left: 0 !important;
  }
  .menu-helper {
    right: 15px;
    border-radius: 30px;
  }
} */

@media (max-width: 767px) {
  .navigation-window-visible
    .responsive-tools
    .click-cart[data-target="navigation"]:before,
  .navigation-window-visible
    .responsive-tools
    > a[data-target="navigation"]:before {
    content: "\e921";
  }
}

@media (max-width: 767px) {
  #navigation {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    width: 320px;
  }
  .navigation-window-visible #navigation {
    transform: translateX(0);
    width: 320px;
    left: 0 !important;
  }
  .navigation-in > ul {
    padding-top: 5px;
  }
  .navigation-in > ul > li {
    margin: 10px 0;
  }
  .navigation-in > ul > li > a {
    padding: 1.25rem 20px;
    text-transform: none;
    text-decoration: none;
    padding: 12px 15px !important;
    background: #f1f3f7;
    margin: 0 15px;
    border-radius: 0;
    color: #1e1e1c !important;
    line-height: 1.2em !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 35px;
    line-height: 100px;
    font-weight: 500;
    font-size: 15px;
    color: #1e1e1c;
    position: relative;
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 60px;
    height: 60px;
    display: flex;
    padding: 0;
  }

  .submenu-visible .navigation-in > ul > li.exp > ul {
    padding-bottom: 0;
  }

  #navigation li a .submenu-arrow {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #7c7e8f;
    font-size: 8px;
  }

  #navigation li.menu-item-1157 > a .submenu-arrow {
    color: #fff;
  }

  .navigation-in > ul ul.menu-level-2 > li {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    padding: 0 15px;
  }

  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 99999;
    background: white;
    overflow: auto;
    padding-top: 15px;
  }

  .submenu-visible .menu-level-2 > a {
    position: relative;
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding: 1.25rem 20px;
    text-transform: none;
    text-decoration: none;
    padding: 12px 15px 12px 50px !important;
    background: #f1f3f7;
    margin: 0px 15px;
    border-radius: 10px;
    color: #1e1e1c !important;
    line-height: 1.2em !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 35px;
    line-height: 100px;
    font-weight: 500;
    font-size: 15px;
    color: #1e1e1c;
    position: relative;
    transition: none;
    margin-bottom: 15px;
  }

  .navigation-window-visible .header-top > div.search {
    display: none;
  }

  .navigation-window-visible #cboxOverlay {
    display: block !important;
  }

  body.submenu-visible.navigation-window-visible #cboxOverlay {
    display: block !important;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 250ms ease-out;
  }

  .navigation-window-visible
    .responsive-tools
    .click-cart[data-target="navigation"]:before,
  .navigation-window-visible
    .responsive-tools
    > a[data-target="navigation"]:before {
    content: "\e921";
  }

  .navigation-in > ul > li {
    border-bottom: 0;
  }

  .is-open-submenu .navigation-in > ul > li:not(.exp),
  .is-open-submenu .navigation-in-bottom {
    display: none;
  }

  .submenu-visible .menu-level-2 > a .submenu-arrow {
    right: auto;
    left: 0;
  }

  .submenu-visible .menu-level-2 > a .submenu-arrow:after {
    content: "\e908";
    font-size: 14px;
  }

  .navigation-in > ul > li.ext > ul > li > div {
    width: calc(100% - 60px);
    padding-left: 15px;
    align-self: center;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    object-fit: contain;
  }
  .navigation-in > ul ul.menu-level-2 > li {
    align-items: flex-start;
  }
}
