: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-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: var(--colors-foregrounds-content-tertiary, #555);
  font-weight: 400;
  white-space: nowrap;
}

.jt-discount-summary-item-amount .unit-value {
  font-size: 12px;
  color: var(--colors-foregrounds-content-tertiary, #888);
  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-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;
}

@media (max-width: 991px) {
  .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;
  }
}

:root {
  --color-detail-product-arrows-BG: rgba(0, 0, 0, 0.25);
  --color-detail-product-arrows-BG-hover: rgba(0, 0, 0, 0.6);
  --color-detail-product-arrows-icon: #ffffff;
  --color-detail-product-arrows-icon-hover: #ffffff;
  --detail-product-arrows-border-radius: 100%;
}
.has-detail-product-arrows.tursky-apollo
  .carousel-control--product.right:before,
.has-detail-product-arrows.tursky-apollo
  .carousel-control--product.left:before {
  box-shadow: none;
  background-color: transparent;
  color: inherit;
}
.has-detail-product-arrows.dklab-sliderplus-arrow-bublina
  .p-image
  .carousel-control:after,
.has-detail-product-arrows.shoptak-carbon .p-image .carousel-control:after {
  display: none;
}
.has-detail-product-arrows.dklab-sliderplus-arrow-bublina
  .p-image
  .carousel-control.right:before,
.has-detail-product-arrows.shoptak-carbon
  .p-image
  .carousel-control.right:before,
.has-detail-product-arrows.dklab-sliderplus-arrow-bublina
  .p-image
  .carousel-control.left:before,
.has-detail-product-arrows.shoptak-carbon
  .p-image
  .carousel-control.left:before {
  content: "" !important;
  font-family: shoptet;
}
.has-detail-product-arrows.template-09 .carousel-control--product.right,
.has-detail-product-arrows.template-10 .carousel-control--product.right,
.has-detail-product-arrows.template-09 .carousel-control--product.left,
.has-detail-product-arrows.template-10 .carousel-control--product.left {
  display: inline-block;
  speak: none;
  vertical-align: middle;
  font-family: shoptet;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0;
  text-transform: none;
  text-decoration: none;
}
.has-detail-product-arrows.template-09 .carousel-control--product.right:before,
.has-detail-product-arrows.template-10 .carousel-control--product.right:before,
.has-detail-product-arrows.template-09 .carousel-control--product.left:before,
.has-detail-product-arrows.template-10 .carousel-control--product.left:before {
  font-size: 24px;
}
@media (min-width: 768px) {
  .has-detail-product-arrows.template-09
    .carousel-control--product.right:before,
  .has-detail-product-arrows.template-10
    .carousel-control--product.right:before,
  .has-detail-product-arrows.template-09 .carousel-control--product.left:before,
  .has-detail-product-arrows.template-10
    .carousel-control--product.left:before {
    font-size: 26px;
  }
}
.has-detail-product-arrows.template-09 .carousel-control--product.right:before,
.has-detail-product-arrows.template-10 .carousel-control--product.right:before {
  content: "\e910";
}
.has-detail-product-arrows.template-09 .carousel-control--product.left:before,
.has-detail-product-arrows.template-10 .carousel-control--product.left:before {
  content: "\e90f";
}
.has-detail-product-arrows .p-image.is-border-radius + .carousel-control.right,
.has-detail-product-arrows
  .p-image.is-border-radius
  + .carousel-control
  + .carousel-control.right,
.has-detail-product-arrows
  .p-image.is-border-radius
  .carousel-control--product.right,
.has-detail-product-arrows .p-image.is-border-radius + .carousel-control.left,
.has-detail-product-arrows
  .p-image.is-border-radius
  + .carousel-control
  + .carousel-control.left,
.has-detail-product-arrows
  .p-image.is-border-radius
  .carousel-control--product.left {
  border-radius: var(--detail-product-arrows-border-radius);
}
@media (min-width: 768px) {
  .has-detail-product-arrows
    .p-image.show-on-hover
    .carousel-control--product.right,
  .has-detail-product-arrows
    .p-image.show-on-hover
    .carousel-control--product.left {
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease-out, transform 250ms ease-out;
  }
}
@media (min-width: 768px) {
  .has-detail-product-arrows
    .p-image.show-on-hover
    .carousel-control--product.left {
    transform: translateX(-20px);
  }
  .has-detail-product-arrows
    .p-image.show-on-hover
    .carousel-control--product.right {
    transform: translateX(20px);
  }
}
@media (min-width: 768px) {
  .has-detail-product-arrows
    .p-image.show-on-hover:hover
    .carousel-control--product.right,
  .has-detail-product-arrows
    .p-image.show-on-hover:hover
    .carousel-control--product.left {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.has-detail-product-arrows .carousel-control--product {
  display: block;
  color: var(--color-detail-product-arrows-icon);
}
.has-detail-product-arrows .carousel-control--product:hover {
  color: var(--color-detail-product-arrows-icon-hover);
}
.lSSlideWrapper .has-detail-product-arrows .carousel-control--product.right,
.lSSlideWrapper .has-detail-product-arrows .carousel-control--product.left {
  width: 40px !important;
}
.lSSlideWrapper
  .has-detail-product-arrows
  .carousel-control--product.right:before,
.lSSlideWrapper
  .has-detail-product-arrows
  .carousel-control--product.left:before {
  width: 40px !important;
}
@media (min-width: 768px) {
  .lSSlideWrapper
    .has-detail-product-arrows
    .carousel-control--product.right:before,
  .lSSlideWrapper
    .has-detail-product-arrows
    .carousel-control--product.left:before {
    width: 50px !important;
  }
}
@media (min-width: 768px) {
  .lSSlideWrapper .has-detail-product-arrows .carousel-control--product.right,
  .lSSlideWrapper .has-detail-product-arrows .carousel-control--product.left {
    width: 50px !important;
  }
}
.has-detail-product-arrows .carousel-control--product.right,
.has-detail-product-arrows .carousel-control--product.left {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  background-color: var(--color-detail-product-arrows-BG);
  background-image: none;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}
.has-detail-product-arrows .carousel-control--product.right:hover,
.has-detail-product-arrows .carousel-control--product.left:hover {
  background-color: var(--color-detail-product-arrows-BG-hover);
}
.has-detail-product-arrows .carousel-control--product.right:before,
.has-detail-product-arrows .carousel-control--product.left:before {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  margin: 0;
  top: 0;
}
@media (max-width: 767px) {
  .has-detail-product-arrows .carousel-control--product.right:before,
  .has-detail-product-arrows .carousel-control--product.left:before {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .has-detail-product-arrows .carousel-control--product.right:before,
  .has-detail-product-arrows .carousel-control--product.left:before {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .has-detail-product-arrows .carousel-control--product.right,
  .has-detail-product-arrows .carousel-control--product.left {
    width: 50px;
    height: 50px;
  }
}
.has-detail-product-arrows .carousel-control--product.left {
  left: 0;
}
.has-detail-product-arrows .carousel-control--product.left:before {
  left: 0;
}
.has-detail-product-arrows .carousel-control--product.right {
  right: 0;
}
.has-detail-product-arrows .carousel-control--product.right:before {
  right: 0;
}
@media (min-width: 768px) {
  body.dklab-sliderplus.type-detail .p-image .carousel-control {
    display: block !important;
  }
}

: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 (min-width: 480px) and (max-width: 992px) {
  body.mobile-header-version-0:not(.template-07).template-12.header-info-bar-addon
    .navigation-buttons {
    top: 42px;
  }
  body.mobile-header-version-0:not(.template-07).template-12.header-info-bar-addon
    .header-info-bar__content {
    height: 42px;
  }
  body.mobile-header-version-0:not(.template-07).template-12 #navigation {
    padding-top: 102px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body:not(.mobile-header-version-0):not(.template-07).template-12.type-index
    .header-info-bar__content,
  body:not(.mobile-header-version-0):not(.template-07).template-12
    .header-info-bar__content {
    height: 40px;
    min-height: 40px;
  }
  body.mobile-header-version-0:not(.template-07).template-12
    .navigation-buttons {
    top: 40px;
  }
}

@media (min-width: 480px) and (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: 60px;
  }
}

@media (max-width: 480px) {
  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;
  }

  body.mobile-header-version-0:not(.template-07).template-12.header-info-bar-addon
    .navigation-buttons {
    top: 42px;
  }
  body.mobile-header-version-0:not(.template-07).template-12
    .header-info-bar-addon
    .header-info-bar__content {
    height: 42px;
  }
}

@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: 14px;
  }
  .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 (min-width: 992px) {
  .header-info-bar-addon.is-hib-big .header-info-bar {
    font-size: 16px;
  }
}

@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;
  }
}

:root {
  --product-label-BG: var(--color-primary);
  --product-label-title-color: #ffffff;
  --product-label-border-color: var(--color-primary);
  --product-label-border-radius: 10px;
}
@font-face {
  font-family: "product-label-addon";
  src: url("assets/icomoon.eot?mkc7ui");
  src: url("assets/icomoon.eot?mkc7ui#iefix") format("embedded-opentype"),
    url("assets/icomoon.ttf?mkc7ui") format("truetype"),
    url("assets/icomoon.woff?mkc7ui") format("woff"),
    url("assets/icomoon.svg?mkc7ui#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.flag.flag-discount:before {
  font-family: "product-label-addon" !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;
}
.icon-label-16:before {
  content: "\e906";
}
.icon-label-10:before {
  content: "\e907";
}
.icon-label-9:before {
  content: "\e908";
}
.icon-label-11:before {
  content: "\e909";
}
.icon-label-12:before {
  content: "\e90a";
}
.icon-label-13:before {
  content: "\e90b";
}
.icon-label-14:before {
  content: "\e90c";
}
.icon-label-15:before {
  content: "\e90d";
}
.icon-label-7:before {
  content: "\e90e";
}
.icon-label-8:before {
  content: "\e90f";
}
.icon-label-6:before {
  content: "\e900";
}
.icon-label-5:before {
  content: "\e901";
}
.icon-label-4:before {
  content: "\e902";
}
.icon-label-3:before {
  content: "\e903";
}
.icon-label-2:before {
  content: "\e904";
}
.icon-label-1:before {
  content: "\e905";
}
@media (min-width: 321px) and (max-width: 767px) {
  .custom-product-label.columns-mobile-2
    .products-block
    .product
    .flag.flag-discount {
    height: 55px;
  }
  .custom-product-label.columns-mobile-2
    .products-block
    .product
    .flag.flag-discount
    .flag-discount-text
    .price-standard {
    font-size: 11px;
    font-weight: 400;
    margin-top: 2px;
  }
  .custom-product-label.columns-mobile-2
    .products-block
    .product
    .flag.flag-discount
    .flag-discount-text
    .save-percent,
  .custom-product-label.columns-mobile-2
    .products-block
    .product
    .flag.flag-discount
    .flag-discount-text
    .price-save {
    font-size: 15px;
  }
  .custom-product-label.columns-mobile-2
    .products-block
    .product
    .flag.flag-discount.top-right.has-code {
    top: 0;
  }
  .custom-product-label.columns-mobile-2
    .products-block
    .product
    .flag.flag-discount.has-icon.button-ico:before {
    font-size: 65px;
  }
}
.custom-product-label.tursky-apollo.columns-mobile-2
  .products-block
  .product
  .flag.flag-discount {
  display: flex !important;
}
.custom-product-label.tursky-apollo.columns-mobile-2.has-simple-layout
  .products-block
  .product
  .flag.flag-discount {
  display: none !important;
}
.custom-product-label.tursky-apollo.type-detail .p-image .price-save sub {
  bottom: auto;
  font-size: 100%;
}
.custom-product-label.tursky-apollo
  .products-block
  .product
  .flag.flag-discount.has-icon.top-right {
  top: -20px;
  right: -15px;
}
.custom-product-label.tursky-apollo
  .products-block
  .product
  .flag.flag-discount.has-icon.top-right.has-code {
  top: 20px;
}
.custom-product-label.tursky-apollo
  .products-block
  .product
  .flag.flag-discount.has-icon.top-left {
  top: -20px;
  left: -15px;
}
.custom-product-label.tursky-apollo
  .products-block
  .product
  .flag.flag-discount.has-icon.bottom-left {
  bottom: -20px;
  left: -15px;
}
.custom-product-label.tursky-apollo
  .products-block
  .product
  .flag.flag-discount.has-icon.bottom-right {
  bottom: -20px;
  right: -15px;
}
@media (max-width: 480px) {
  .custom-product-label.tursky-apollo
    .products-block
    .product
    .flag.flag-discount.has-icon.button-ico
    .flag-discount-text
    .price-save {
    font-size: 12px;
  }
}
.custom-product-label.tursky-apollo
  .products-block
  .product
  .flag.flag-discount.has-icon.button-ico:before {
  background-image: none;
}
@media (max-width: 480px) {
  .custom-product-label.tursky-apollo
    .products-block
    .product
    .flag.flag-discount.has-icon.button-ico:before {
    font-size: 55px;
  }
}
.custom-product-label.paxio-merkur
  .products-block
  .product
  .flag.flag-discount.has-icon.top-right {
  top: -15px;
  right: -5px;
}
.custom-product-label.paxio-merkur
  .products-block
  .product
  .flag.flag-discount.has-icon.top-left {
  top: -5px;
  left: 5px;
}
.custom-product-label.paxio-merkur
  .products-block
  .product
  .flag.flag-discount.has-icon.bottom-left {
  bottom: -5px;
  left: 5px;
}
.custom-product-label.paxio-merkur
  .products-block
  .product
  .flag.flag-discount.has-icon.bottom-right {
  bottom: -5px;
  right: -5px;
}
.custom-product-label.jupiter .product .flag.flag-sleva,
.custom-product-label.jupiter .p-image .flag.flag-sleva {
  display: none;
}
.custom-product-label.jupiter .flag.flag-discount {
  line-height: 1;
}
.custom-product-label.is-ready .p-detail-info .flag.flag-action,
.custom-product-label.is-ready .p-image .flag.flag-action,
.custom-product-label.is-ready .product .flag.flag-action,
.custom-product-label.is-ready .p-detail-info .flag.flag-discount,
.custom-product-label.is-ready .p-image .flag.flag-discount,
.custom-product-label.is-ready .product .flag.flag-discount {
  opacity: 1;
}
.custom-product-label.is-ready-lslide .lSSlideWrapper .flag.flag-discount {
  opacity: 1;
}
.custom-product-label.has-simple-layout .p-image .flag.flag-discount,
.custom-product-label.has-simple-layout .product .flag.flag-discount {
  display: none !important;
}
.custom-product-label.has-simple-layout .flag.flag-action.has-custom-bg {
  background-color: var(--product-label-BG);
  color: var(--product-label-title-color);
}
.custom-product-label.template-10
  .products-block
  .product
  .flag.flag-discount.top-right {
  left: 0;
  right: auto;
}
.custom-product-label.template-10
  .products-block
  .product
  .flag.flag-discount.top-right.has-code {
  left: 0;
  right: auto;
}
.custom-product-label.template-14 .p-image .flag.flag-discount.top-right {
  top: 45px;
}
.custom-product-label.template-14 .p-image .flag.flag-discount.top-center {
  top: 45px;
}
.custom-product-label.template-14 .p-image .flag.flag-discount.top-left {
  top: 45px;
}
.custom-product-label .has-label-border-radius .flag.flag-discount {
  border-radius: var(--product-label-border-radius) !important;
}
.custom-product-label .lSSlideWrapper .p-image .flag.flag-discount {
  right: auto !important;
  left: 5px !important;
}
.custom-product-label .p-image .flag-freeshipping,
.custom-product-label .products-block .product .flag-freeshipping {
  width: 70px;
  height: 70px;
}
.custom-product-label .p-image .flag-freeshipping .icon-van,
.custom-product-label .products-block .product .flag-freeshipping .icon-van {
  margin-top: -4px;
  margin-bottom: -2px;
  font-size: 32px;
}
.custom-product-label .p-image .flag-freeshipping .flag-text,
.custom-product-label .products-block .product .flag-freeshipping .flag-text {
  font-size: 12px;
  letter-spacing: 0.15px;
}
.custom-product-label .p-image .price-standard-label,
.custom-product-label .products-block .product .price-standard-label {
  display: none;
}
.custom-product-label .p-image .p-image,
.custom-product-label .products-block .product .p-image,
.custom-product-label .p-image .image,
.custom-product-label .products-block .product .image {
  display: block;
  position: relative;
}
.custom-product-label .p-image .flag.flag-discount,
.custom-product-label .products-block .product .flag.flag-discount {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 65px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount,
  .custom-product-label .products-block .product .flag.flag-discount {
    width: 80px;
    height: 80px;
  }
}
.custom-product-label .p-image .flag.flag-discount.is-hidden,
.custom-product-label .products-block .product .flag.flag-discount.is-hidden {
  display: none;
}
.custom-product-label .p-image .flag.flag-discount .btn-cart-icon,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .btn-cart-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-product-label .p-image .flag.flag-discount .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .price-standard,
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .save-percent,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .save-percent,
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .price-save {
  font-size: 14px;
  width: 100%;
  color: var(--product-label-title-color);
}
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .save-percent,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .save-percent,
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .price-save {
  font-size: 16px;
  order: -1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .custom-product-label
    .p-image
    .flag.flag-discount
    .flag-discount-text
    .save-percent,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount
    .flag-discount-text
    .save-percent,
  .custom-product-label
    .p-image
    .flag.flag-discount
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount
    .flag-discount-text
    .price-save {
    font-size: 18px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .price-additional,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .price-additional {
  display: none;
}
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .price-final,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .price-final {
  display: none;
}
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .price-standard {
  order: 1;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
  margin-right: 0;
  text-decoration: line-through;
}
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .price-standard
  strong,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .price-standard
  strong {
  font-weight: 400;
}
@media (min-width: 768px) {
  .custom-product-label
    .p-image
    .flag.flag-discount
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount
    .flag-discount-text
    .price-standard {
    margin-top: 5px;
    font-size: 13px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount
  .flag-discount-text
  .widget-parameter-wrapper,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount
  .flag-discount-text
  .widget-parameter-wrapper {
  display: none;
}
.custom-product-label .p-image .flag.flag-discount.has-icon,
.custom-product-label .products-block .product .flag.flag-discount.has-icon {
  background-color: transparent;
}
.custom-product-label .p-image .flag.flag-discount.has-icon.button-ico:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.button-ico:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--product-label-BG);
  z-index: 0;
  font-size: 75px;
  background-image: none;
  height: auto;
  width: auto;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.has-icon.button-ico:before,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.has-icon.button-ico:before {
    font-size: 85px;
  }
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-1:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-1:before {
  content: "\e905";
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-2:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-2:before {
  content: "\e904";
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-3:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-3:before {
  content: "\e903";
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-4:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-4:before {
  content: "\e902";
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-5:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-5:before {
  content: "\e901";
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-6:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-6:before {
  content: "\e900";
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-7:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-7:before {
  content: "\e90e";
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-7
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-7
  .flag-discount-text {
  padding-bottom: 17px;
  padding-right: 8px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-7
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-7
  .flag-discount-text
  .price-save {
  font-size: 14px;
  line-height: 1.2;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-7
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-7
  .flag-discount-text
  .price-standard {
  font-size: 10px;
  margin-top: 1px;
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-8:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-8:before {
  content: "\e90f";
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-9:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-9:before {
  content: "\e907";
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-10,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-10 {
  height: 40px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.has-icon.label-10,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.has-icon.label-10 {
    height: 45px;
  }
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-10:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-10:before {
  content: "\e908";
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-10
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-10
  .flag-discount-text {
  padding-left: 10px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-10
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-10
  .flag-discount-text
  .price-save {
  font-size: 16px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-10
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-10
  .flag-discount-text
  .price-standard {
  font-size: 11px;
  margin-top: 1px;
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-11,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-11 {
  width: 45px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.has-icon.label-11,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.has-icon.label-11 {
    width: 50px;
  }
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-11:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-11:before {
  content: "\e909";
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-11
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-11
  .flag-discount-text
  .price-save {
  font-size: 12px;
}
@media (min-width: 768px) {
  .custom-product-label
    .p-image
    .flag.flag-discount.has-icon.label-11
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.has-icon.label-11
    .flag-discount-text
    .price-save {
    font-size: 14px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-11
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-11
  .flag-discount-text
  .price-standard {
  display: none;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.has-icon.label-12,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.has-icon.label-12 {
    width: 65px;
  }
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-12:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-12:before {
  content: "\e90a";
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-12
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-12
  .flag-discount-text {
  padding-top: 5px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-12
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-12
  .flag-discount-text
  .price-save {
  font-size: 16px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-12
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-12
  .flag-discount-text
  .price-standard {
  font-size: 11px;
  margin-top: 2px;
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-13,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-13 {
  height: 35px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.has-icon.label-13,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.has-icon.label-13 {
    height: 40px;
  }
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-13:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-13:before {
  content: "\e90b";
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-13
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-13
  .flag-discount-text {
  padding-left: 8px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-13
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-13
  .flag-discount-text
  .price-save {
  font-size: 16px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-13
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-13
  .flag-discount-text
  .price-standard {
  font-size: 11px;
  margin-top: 2px;
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-14,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-14 {
  height: 40px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.has-icon.label-14,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.has-icon.label-14 {
    height: 40px;
  }
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-14:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-14:before {
  content: "\e90c";
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-14
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-14
  .flag-discount-text {
  padding-left: 8px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-14
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-14
  .flag-discount-text
  .price-save {
  font-size: 16px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-14
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-14
  .flag-discount-text
  .price-standard {
  font-size: 11px;
  margin-top: 1px;
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-15:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-15:before {
  content: "\e90d";
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-15
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-15
  .flag-discount-text {
  padding-left: 0;
  padding-bottom: 5px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-15
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-15
  .flag-discount-text
  .price-save {
  font-size: 16px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-15
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-15
  .flag-discount-text
  .price-standard {
  font-size: 11px;
  margin-top: 5px;
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-16,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-16 {
  height: 40px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.has-icon.label-16,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.has-icon.label-16 {
    height: 40px;
  }
}
.custom-product-label .p-image .flag.flag-discount.has-icon.label-16:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-16:before {
  content: "\e906";
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-16
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-16
  .flag-discount-text {
  padding-right: 8px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-16
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-16
  .flag-discount-text
  .price-save {
  font-size: 15px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.has-icon.label-16
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-icon.label-16
  .flag-discount-text
  .price-standard {
  font-size: 11px;
  margin-top: 1px;
}
.custom-product-label .p-image .flag.flag-discount.has-img,
.custom-product-label .products-block .product .flag.flag-discount.has-img {
  background-color: transparent;
}
.custom-product-label .p-image .flag.flag-discount.has-img:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-img:before {
  display: none;
}
.custom-product-label .p-image .flag.flag-discount.no-icon,
.custom-product-label .products-block .product .flag.flag-discount.no-icon {
  border-radius: 100%;
}
.custom-product-label .p-image .flag.flag-discount.no-icon:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.no-icon:before {
  display: none;
}
.custom-product-label .p-image .flag.flag-discount.has-border,
.custom-product-label .products-block .product .flag.flag-discount.has-border {
  border: 2px solid var(--product-label-border-color);
}
.custom-product-label .p-image .flag.flag-discount.has-custom-bg,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.has-custom-bg {
  background-color: var(--product-label-BG);
}
.custom-product-label .p-image .flag.flag-discount.top-left,
.custom-product-label .products-block .product .flag.flag-discount.top-left {
  top: 5px;
  left: 5px;
}
.custom-product-label .p-image .flag.flag-discount.top-left.has-flags-default,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.top-left.has-flags-default {
  bottom: 5px;
  top: auto;
  left: 5px;
}
.custom-product-label .p-image .flag.flag-discount.top-right,
.custom-product-label .products-block .product .flag.flag-discount.top-right {
  top: 5px;
  right: 5px;
}
.custom-product-label .p-image .flag.flag-discount.top-right.has-code,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.top-right.has-code {
  top: 30px;
}
.custom-product-label .p-image .flag.flag-discount.top-center,
.custom-product-label .products-block .product .flag.flag-discount.top-center {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.custom-product-label .p-image .flag.flag-discount.bottom-left,
.custom-product-label .products-block .product .flag.flag-discount.bottom-left {
  bottom: 5px;
  left: 5px;
  top: auto;
}
.custom-product-label .p-image .flag.flag-discount.bottom-center,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.bottom-center {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
.custom-product-label .p-image .flag.flag-discount.bottom-right,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.bottom-right {
  bottom: 5px;
  right: 5px;
  top: auto;
}
.custom-product-label
  .p-image
  .flag.flag-discount.bottom-right.has-delivery-free,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.bottom-right.has-delivery-free {
  bottom: 80px;
}
.custom-product-label .p-image .flag.flag-discount.small,
.custom-product-label .products-block .product .flag.flag-discount.small {
  width: 60px;
  height: 60px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small
  .flag-discount-text
  .save-percent,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small
  .flag-discount-text
  .save-percent,
.custom-product-label
  .p-image
  .flag.flag-discount.small
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small
  .flag-discount-text
  .price-save {
  font-size: 12px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small
  .flag-discount-text
  .price-standard {
  font-size: 11px;
  margin-top: 1px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.button-ico:before,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.button-ico:before {
  font-size: 65px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-7
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-7
  .flag-discount-text {
  padding-bottom: 12px;
  padding-right: 8px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-7
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-7
  .flag-discount-text
  .price-standard {
  display: none;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-7
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-7
  .flag-discount-text
  .price-save {
  font-size: 12px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-8
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-8
  .flag-discount-text
  .price-standard,
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-9
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-9
  .flag-discount-text
  .price-standard {
  font-size: 12px;
  margin-top: 3px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-8
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-8
  .flag-discount-text
  .price-save,
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-9
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-9
  .flag-discount-text
  .price-save {
  font-size: 14px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.small.has-icon.label-10,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.small.has-icon.label-10 {
    height: 35px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-10
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-10
  .flag-discount-text {
  padding-left: 6px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-10
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-10
  .flag-discount-text
  .price-save {
  font-size: 14px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-10
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-10
  .flag-discount-text
  .price-standard {
  display: none;
  font-size: 11px;
  margin-top: 1px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.small.has-icon.label-14,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.small.has-icon.label-14 {
    height: 30px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-14
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-14
  .flag-discount-text {
  padding-bottom: 1px;
  padding-left: 8px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-14
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-14
  .flag-discount-text
  .price-save {
  font-size: 13px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-14
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-14
  .flag-discount-text
  .price-standard {
  display: none;
  font-size: 10px;
  margin-top: 1px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.small.has-icon.label-11,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.small.has-icon.label-11 {
    width: 40px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-11
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-11
  .flag-discount-text
  .price-save {
  font-size: 12px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-11
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-11
  .flag-discount-text
  .price-standard {
  display: none;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.small.has-icon.label-12,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.small.has-icon.label-12 {
    width: 50px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-12
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-12
  .flag-discount-text {
  padding-top: 5px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-12
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-12
  .flag-discount-text
  .price-save {
  font-size: 15px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-12
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-12
  .flag-discount-text
  .price-standard {
  display: none;
}
.custom-product-label .p-image .flag.flag-discount.small.has-icon.label-13,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-13 {
  height: 35px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.small.has-icon.label-13,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.small.has-icon.label-13 {
    height: 30px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-13
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-13
  .flag-discount-text {
  padding-left: 3px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-13
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-13
  .flag-discount-text
  .price-save {
  font-size: 14px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-13
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-13
  .flag-discount-text
  .price-standard {
  display: none;
  font-size: 10px;
  margin-top: 3px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-15
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-15
  .flag-discount-text
  .price-save {
  font-size: 13px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-15
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-15
  .flag-discount-text
  .price-standard {
  display: none;
  font-size: 10px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.small.has-icon.label-16,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.small.has-icon.label-16 {
    height: 30px;
  }
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-16
  .flag-discount-text,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-16
  .flag-discount-text {
  padding-top: 0;
  padding-right: 5px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-16
  .flag-discount-text
  .price-save,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-16
  .flag-discount-text
  .price-save {
  font-size: 14px;
}
.custom-product-label
  .p-image
  .flag.flag-discount.small.has-icon.label-16
  .flag-discount-text
  .price-standard,
.custom-product-label
  .products-block
  .product
  .flag.flag-discount.small.has-icon.label-16
  .flag-discount-text
  .price-standard {
  display: none;
  font-size: 10px;
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .custom-product-label .p-image .flag.flag-discount.large,
  .custom-product-label .products-block .product .flag.flag-discount.large {
    width: 100px;
    height: 100px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large
    .flag-discount-text
    .save-percent,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large
    .flag-discount-text
    .save-percent,
  .custom-product-label
    .p-image
    .flag.flag-discount.large
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large
    .flag-discount-text
    .price-save {
    font-size: 22px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large
    .flag-discount-text
    .price-standard {
    font-size: 16px;
    margin-top: 5px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.button-ico:before,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.button-ico:before {
    font-size: 110px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-10
    .flag-discount-text,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-10
    .flag-discount-text {
    padding-left: 10px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-10
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-10
    .flag-discount-text
    .price-save {
    font-size: 18px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-10
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-10
    .flag-discount-text
    .price-standard {
    font-size: 14px;
    margin-top: 3px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-11
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-11
    .flag-discount-text
    .price-save {
    font-size: 16px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-11
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-11
    .flag-discount-text
    .price-standard {
    display: block;
    font-size: 11px;
    margin-top: 3px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-7
    .flag-discount-text,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-7
    .flag-discount-text {
    padding-bottom: 25px;
    padding-right: 10px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-7
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-7
    .flag-discount-text
    .price-standard {
    font-size: 12px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-7
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-7
    .flag-discount-text
    .price-save {
    font-size: 16px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-16
    .flag-discount-text,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-16
    .flag-discount-text {
    padding-right: 10px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-16
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-16
    .flag-discount-text
    .price-save {
    font-size: 18px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-16
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-16
    .flag-discount-text
    .price-standard {
    font-size: 13px;
    margin-top: 1px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-15
    .flag-discount-text,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-15
    .flag-discount-text {
    padding-left: 0;
    padding-bottom: 5px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-15
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-15
    .flag-discount-text
    .price-save {
    font-size: 18px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-15
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-15
    .flag-discount-text
    .price-standard {
    font-size: 13px;
    margin-top: 5px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-12
    .flag-discount-text,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-12
    .flag-discount-text {
    padding-top: 5px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-12
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-12
    .flag-discount-text
    .price-save {
    font-size: 18px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-12
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-12
    .flag-discount-text
    .price-standard {
    font-size: 14px;
    margin-top: 5px;
  }
  .custom-product-label .p-image .flag.flag-discount.large.has-icon.label-13,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-13 {
    height: 35px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-13
    .flag-discount-text,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-13
    .flag-discount-text {
    padding-left: 8px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-13
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-13
    .flag-discount-text
    .price-save {
    font-size: 18px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-13
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-13
    .flag-discount-text
    .price-standard {
    font-size: 14px;
    margin-top: 3px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-14:before,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-14:before {
    content: "\e90c";
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-14
    .flag-discount-text,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-14
    .flag-discount-text {
    padding-left: 10px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-14
    .flag-discount-text
    .price-save,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-14
    .flag-discount-text
    .price-save {
    font-size: 18px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.large.has-icon.label-14
    .flag-discount-text
    .price-standard,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-14
    .flag-discount-text
    .price-standard {
    font-size: 13px;
    margin-top: 1px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.large.has-icon.label-10,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-10 {
    height: 60px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.large.has-icon.label-11,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-11 {
    width: 70px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.large.has-icon.label-16,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-16 {
    height: 55px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.large.has-icon.label-12,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-12 {
    width: 80px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.large.has-icon.label-13,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-13 {
    height: 50px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.large.has-icon.label-14,
  .custom-product-label
    .products-block
    .product
    .flag.flag-discount.large.has-icon.label-14 {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .custom-product-label .p-image .flag.flag-discount.top-left {
    top: 5px;
    left: 5px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.top-left.has-flags-default {
    bottom: 5px;
    left: 5px;
  }
  .custom-product-label .p-image .flag.flag-discount.top-right {
    top: 5px;
    right: 10px;
  }
  .custom-product-label .p-image .flag.flag-discount.top-right.has-code {
    top: 30px;
  }
  .custom-product-label .p-image .flag.flag-discount.top-center {
    top: -15px;
  }
  .custom-product-label .p-image .flag.flag-discount.bottom-left {
    bottom: 5px;
    left: 5px;
  }
  .custom-product-label .p-image .flag.flag-discount.bottom-center {
    bottom: -10px;
  }
  .custom-product-label .p-image .flag.flag-discount.bottom-right {
    bottom: 5px;
    right: 10px;
  }
  .custom-product-label
    .p-image
    .flag.flag-discount.bottom-right.has-delivery-free {
    bottom: 80px;
  }
  .custom-product-label .p-image .flag.flag-discount.bottom-right.small {
    bottom: 110px;
  }
}

:root {
  --sharing-basket-pozadie-odkazu: var(--color-primary);
  --sharing-basket-pozadie-odkazu-hover: var(--color-primary-hover);
  --sharing-basket-farba-odkazu: #000000;
  --sharing-basket-farba-odkazu-hover: var(--color-primary);
  --sharing-basket-farba-ikonky: var(--sharing-basket-farba-odkazu);
  --sharing-basket-zaoblenie: 10px;
}
.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 #cboxContent {
  margin-top: 30px;
}
.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__button {
  background-color: var(--sharing-basket-pozadie-odkazu);
  padding: 10px 20px;
  min-height: 40px;
}
.sharing-basket-addon .sharing-basket.has-bg .sharing-basket__button:hover {
  background-color: var(--sharing-basket-pozadie-odkazu-hover);
}
.sharing-basket-addon .sharing-basket.has-radius .sharing-basket__button {
  border-radius: var(--sharing-basket-zaoblenie);
}
.sharing-basket-addon .sharing-basket__button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-color: transparent;
  border: 0;
}
.sharing-basket-addon .sharing-basket__button:hover .sharing-basket__text {
  color: var(--sharing-basket-farba-odkazu-hover);
}
.sharing-basket-addon
  .sharing-basket__button: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
  .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__body {
  padding: 50px 22px 20px;
  background-color: white;
}
@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.2);
  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;
}
.sharing-basket-addon .sharing-basket-modal__perex {
  line-height: 1.5;
  font-size: 14px;
  color: #000000;
}
@media (min-width: 768px) {
  .sharing-basket-addon .sharing-basket-modal__title {
    font-size: 24px;
  }
  .sharing-basket-addon .sharing-basket-modal__perex {
    font-size: 16px;
  }
}
.sharing-basket-addon .sharing-basket-modal__url-input {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px 0;
  background-color: #f0f0f0;
  border-color: silver;
  color: #6d6d6d;
  min-height: 45px;
  display: inline-flex !important;
}
.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: 479px) {
  .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);
}
