:root {
  --font-base: "opensans", sans-serif;
  --font-header: "opensans", sans-serif;
  --background-primary: #FFFFFF;
  --background-secondary: #f7f7f7;
  --background-secondary-opacity: rgba(240, 240, 242, 0.4);
  --background-light: #FFFFFF;
  --background-light-adv: #f8f9fa;
  --background-submit: linear-gradient(180deg, #79BA2A 0%, #69A125 100%);
  --border-primary: #EAEAF0;
  --border-hover: #DFDFE4;
  --content-primary: #555555;
  --content-secondary: #666672;
  --content-tertiary: #C0C0C6;
  --content-primary-inverted: #FFFFFF;
  --content-link: #0171E3;
  --content-link-hovered: #0171E3;
  --content-link-visited: #0171E3;
  --background-price: #30B400;
  --content-price: #175800;
  --content-price-secondary: #7E9B7A;
  --shared-feedback-success: #00843C;
  --shared-feedback-success-pressed: #458b47;
  --shared-feedback-success-border: rgba(79, 158, 81, 0.35);
  --shared-feedback-success-background: #D8FCD8;
  --shared-feedback-warning: #FCC000;
  --shared-feedback-warning-background: #FCF0CC;
  --shared-feedback-danger: #AE3030;
  --shared-feedback-danger-border: rgba(201, 54, 51, 0.35);
  --shared-feedback-danger-background: #FCEAEA;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  --black: #000000;
  --blue-light: #eef2ff;
  --blue: #c7d2fe;
  --blue-dark: #4f46e5;
  --green-primary: #5bb12b;
  --green-light: #f0fdf4;
  --green: #bbf7d0;
  --green-dark: #16a34a;
  --lime_green: #2e7d32;
  --orange-light: #fff7ed;
  --orange: #ffedd5;
  --orange-dark: #d1b06e;
  --violet-light: #f5f3ff;
  --violet: #ddd6fe;
  --violet-dark: #7c3aed;
  --sky-light: #e0f2fe;
  --sky: #bae6fd;
  --sky-dark: #0369a1;
}

.product-content .free-delivery-mark {
  border-radius: 2px;
  background: #e7ad00;
  text-align: center;
  width: 72px;
  height: 16px;
  margin: 1px 0;
  float: left;
  clear: left;
}
.product-content .free-delivery-mark span {
  color: var(--content-primary-inverted);
  font-family: var(--font-base), serif;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  line-height: 16px;
}
.product-content .free-delivery-mark span.small-visible {
  display: block;
}
.product-content .free-delivery-mark span.visible {
  display: none;
}
@media (min-width: 768px) {
  .product-content .free-delivery-mark {
    background: url("../../images/responsiveNew/common/commonFreeDeliveryMark.png") 50% 50% no-repeat;
    text-align: left;
    width: 96px;
    height: 96px;
    margin: 0;
    position: absolute;
    top: -26px;
    left: -26px;
  }
  .product-content .free-delivery-mark span {
    color: var(--content-primary-inverted);
    font-family: var(--font-base), serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    line-height: 37px;
    transform: rotate(-45deg);
  }
  .product-content .free-delivery-mark span.small-visible {
    display: none;
  }
  .product-content .free-delivery-mark span.visible {
    display: block;
  }
  .product-content .free-delivery-mark.smaller-font span {
    font-size: 11px;
  }
}

.product-data-left-border .free-delivery-mark,
.product-intro-prices-content .free-delivery-mark {
  background: #e7ad00;
  text-align: right;
  text-transform: uppercase;
  width: auto;
  max-width: 50%;
  min-width: 100px;
  height: auto;
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 1;
}
.product-data-left-border .free-delivery-mark span,
.product-intro-prices-content .free-delivery-mark span {
  color: var(--content-primary-inverted);
  font-family: var(--font-base), serif;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  line-height: 16px;
  text-align: center;
  display: block;
  padding: 5px;
}
.product-data-left-border .free-delivery-mark span.small-visible,
.product-intro-prices-content .free-delivery-mark span.small-visible {
  display: none !important;
}
@media (min-width: 480px) {
  .product-data-left-border .free-delivery-mark,
  .product-intro-prices-content .free-delivery-mark {
    width: 96px;
    min-width: unset;
    max-width: none;
    height: 96px;
    background: url("../images/responsiveNew/common/productFreeDeliveryMark.png") no-repeat;
    background-size: 100% 100%;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    top: -5px;
    right: -7px;
    z-index: 1;
  }
  .product-data-left-border .free-delivery-mark span,
  .product-intro-prices-content .free-delivery-mark span {
    color: var(--content-primary-inverted);
    font-family: var(--font-base), serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    text-align: center;
    display: block;
    width: 110px;
    margin: 0;
    padding: 6px 0;
    position: absolute;
    top: 19px;
    right: -22px;
    transform: rotate(45deg);
  }
  .product-data-left-border .free-delivery-mark.smaller-font,
  .product-intro-prices-content .free-delivery-mark.smaller-font {
    white-space: nowrap;
    overflow: hidden;
  }
  .product-data-left-border .free-delivery-mark.smaller-font span,
  .product-intro-prices-content .free-delivery-mark.smaller-font span {
    font-size: 11px;
  }
}

.product-free-delivery-mark {
  width: 66px;
  height: 66px;
  background: url("../images/responsiveNew/common/productFreeDeliveryMark.png") no-repeat;
  background-size: 100% 100%;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 1;
}
.product-free-delivery-mark span {
  margin-left: 7px;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 37px;
  transform: rotate(45deg);
}

.left-news-mark {
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  width: 72px;
  height: 16px;
  margin: 1px 0;
  float: left;
  clear: left;
}
.left-news-mark span {
  color: inherit;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
}
.left-news-mark span.small-visible {
  display: block;
}
.left-news-mark span.visible {
  display: none;
}
@media (min-width: 768px) {
  .left-news-mark {
    margin: 0px;
    background: transparent !important;
    width: 155px;
    height: 0;
    border-bottom: 34px solid transparent;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: -56px;
  }
  .left-news-mark span {
    display: inline-block;
    width: 97px;
    height: 34px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: inherit;
  }
  .left-news-mark span.small-visible {
    display: none;
  }
  .left-news-mark span.visible {
    display: block;
  }
  .left-news-mark.smaller-font span {
    font-size: 11px;
  }
}

.cart-slider-container .left-news-mark,
.favorite-window-product-container .left-news-mark {
  margin: 0px;
  background: transparent !important;
  width: 155px;
  height: 0;
  border-bottom: 34px solid transparent;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -56px;
}
.cart-slider-container .left-news-mark span,
.favorite-window-product-container .left-news-mark span {
  display: inline-block;
  width: 97px;
  height: 34px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: inherit;
}
.cart-slider-container .left-news-mark span.small-visible,
.favorite-window-product-container .left-news-mark span.small-visible {
  display: none;
}
.cart-slider-container .left-news-mark span.visible,
.favorite-window-product-container .left-news-mark span.visible {
  display: block;
}
.cart-slider-container .left-news-mark.smaller-font span,
.favorite-window-product-container .left-news-mark.smaller-font span {
  font-size: 11px;
}

.product-intro-prices-content .left-news-mark {
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 100px;
  left: auto;
  height: auto;
  top: -15px;
  right: 0;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-intro-prices-content .left-news-mark {
    padding-bottom: 0;
    padding-top: 0;
    height: 16px;
    top: 16px;
    right: -31px;
    width: 130px;
    transform: rotate(45deg);
  }
  .product-intro-prices-content .left-news-mark span {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .product-intro-prices-content .left-news-mark {
    top: -14px;
    right: -62px;
    width: 128px;
  }
  .product-intro-prices-content .left-news-mark span {
    width: 75px;
  }
}
@media (min-width: 1200px) {
  .product-intro-prices-content .left-news-mark {
    width: 130px;
  }
  .product-intro-prices-content .left-news-mark span {
    width: 75px;
  }
}

.tooltip-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.tooltip-container .tooltip-trigger {
  background-color: transparent;
  border: 0;
  position: relative;
  width: 12px;
  height: 100%;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
  transition: background 0.2s;
}
.tooltip-container .tooltip-trigger::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}
.tooltip-container .tooltip-trigger .icon {
  color: var(--content-price-secondary);
  font-size: 16px;
  vertical-align: text-bottom;
}
.tooltip-container .tooltip-box {
  color: var(--content-primary);
  font-family: var(--font-base), serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  background: var(--background-primary);
  border: 1px solid var(--border-primary);
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  max-width: 90vw;
  width: 250px;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.tooltip-container .tooltip-box.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 480px) {
  .tooltip-container .tooltip-box {
    position: fixed;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    transform: none !important;
    max-width: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .tooltip-container .tooltip-box .tooltip-arrow {
    display: none;
  }
}
.tooltip-container .tooltip-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.tooltip-container .tooltip-list {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 14px;
}
.tooltip-container .tooltip-list li {
  margin-bottom: 4px;
}
.tooltip-container .tooltip-arrow {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--background-primary);
  border-left: 1px solid var(--border-primary);
  border-top: 1px solid var(--border-primary);
  transform: translateX(-50%) rotate(45deg);
}

#searchProductsTop {
  background-color: var(--background-secondary);
}
#searchProductsTop .main-container {
  background: transparent;
}
#searchProductsTop .product-top-background {
  background: transparent;
}

.background-container.product-top-background {
  overflow: hidden;
}

.background-container.trustpilot-product-reviews {
  display: none;
  margin-top: 10px;
  padding: 40px 10px;
  background: #f6f6f6;
  max-height: 560px;
  overflow: auto;
}

@media (min-width: 992px) {
  .product-data-intro-border-container {
    margin-top: 12px;
  }
}
.product-data-intro-border-container .row__product-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .product-data-intro-border-container .row__product-main {
    flex-direction: row;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-data-intro-border-container .product-data-right-border,
.product-data-intro-border-container .product-data-left-border {
  background: var(--background-primary);
  border: solid 1px var(--border-primary);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  float: none;
}

.product-title-content-container {
  margin: 0 0 20px;
  padding: 0;
}
.product-title-content-container .product-title {
  color: var(--content-primary);
  font-family: var(--font-header), serif;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  line-height: 1.2;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 992px) {
  .product-title-content-container {
    margin-bottom: 12px;
  }
  .product-title-content-container .product-title {
    text-align: left;
  }
}

.part-number {
  color: var(--content-tertiary);
  font-family: var(--font-base), serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
}

.reviews-star-content {
  display: none;
  margin: auto;
  max-width: 100px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 20px;
  left: 20px;
  z-index: 1;
}

.reviews-star-content .tp-label {
  width: 97px;
  height: 19px;
  float: right;
}

.reviews-star-content span.empty-star,
.reviews-star-content span.full-star {
  display: inline-block;
  width: 20px;
  height: 19px;
}

.reviews-star-content span.empty-star {
  background: url("../images/responsiveNew/common/productReviewsStarEmptyIcon.png") no-repeat;
}

.reviews-star-content span.full-star {
  background: url("../images/responsiveNew/common/productReviewsStarIconNew.png") no-repeat;
  background-size: 100% auto;
}

.stock-info-item {
  margin: 11px 0;
  padding-top: 7px;
  padding-bottom: 1px;
  padding-left: 56px;
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  line-height: 23px;
  position: relative;
  float: left;
}

.stock-info-item span {
  font-weight: bold;
}

.stock-info-item span.clickable {
  cursor: pointer;
  text-decoration: none;
}

.stock-info-item:before {
  content: " ";
  display: inline-block;
  margin-right: 9px;
  width: 40px;
  height: 31px;
  background: url("../images/responsiveNew/common/deliveryInfoIcon.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.product-intro-prices-container {
  position: relative;
  margin: 0;
  padding: 16px 0;
}

.brief-product-info,
.product-intro-prices-content {
  margin: auto;
  width: 100%;
  position: relative;
}

.brief-product-info {
  max-width: 450px;
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 0 5px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.brief-product-info .lead-controls {
  padding: 12px 0 8px;
  width: 100%;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.3;
  color: #000000;
  text-decoration: underline;
}

.brief-product-info .lead-controls > span {
  min-width: 115px;
  text-decoration: underline;
  cursor: pointer;
}

.brief-product-info .brief-descrition {
  max-height: 70px;
  overflow: hidden;
  position: relative;
}

.brief-product-info .brief-descrition img {
  max-width: 100%;
  max-height: 60px;
}

.prices-info-container {
  background: #E3ECCA;
  border-radius: 8px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 24px;
}

.prices-general-container {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.price-additional-content {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.prices-switcher-container {
  margin-top: -5px;
  margin-bottom: 10px;
  width: 100%;
}

.brief-descrition-section {
  max-height: 130px;
  margin: 12px 0;
  position: relative;
  overflow: hidden;
}
.brief-descrition-section .header {
  color: var(--content-primary);
  font-family: var(--font-header), serif;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: left;
  margin: 0 0 12px;
}
.brief-descrition-section .text {
  color: #333;
  font-family: var(--font-base), serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
}
.brief-descrition-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .brief-descrition-section:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}

.scroll-to-description {
  color: #1155cc;
  font-family: var(--font-base), serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 16px;
  cursor: pointer;
}

.lead-controls {
  text-align: center;
  width: 100%;
  padding: 12px 0 8px;
}
.lead-controls .goto-related {
  background-color: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  min-width: 115px;
  margin: 0 8px;
  padding: 6px 12px;
  cursor: pointer;
}
.lead-controls .goto-related:hover {
  box-shadow: var(--box-shadow);
}
.lead-controls .goto-related .icon {
  font-size: 22px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .lead-controls {
    text-align: left;
  }
  .lead-controls .goto-related {
    background-color: #f6f6f6;
  }
}

.switcher-title {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
}

.switcher-rb-container {
  margin: 4px 0;
  padding-top: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.switcher-rb-container input[type=radio] {
  margin: -13px 0 0 -17px;
  float: left;
}

.switcher-rb-container label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 6px 0 6px 45px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  cursor: pointer;
}

.switcher-rb-container .checker {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: #ffffff;
  border: 1px solid #7F7F7F;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.switcher-rb-container .checker:after {
  content: " ";
  display: inline-block;
  width: 26px;
  height: 25px;
  position: absolute;
  top: -3px;
  right: -3px;
}

.switcher-rb-container input[type=radio]:checked ~ label .checker:after {
  background: url("../images/responsiveNew/common/switcherChecker.png") no-repeat 50% 50%;
  background-size: 100% auto;
}

.switcher-related-container {
  display: none;
  margin-top: 4px;
  min-width: 180px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

.switcher-related-container.visible {
  display: inline-block;
}

.product-contains-amount .inner {
  background-color: color-mix(in srgb, var(--background-price), transparent 78%);
  border-radius: 8px;
  color: var(--content-price);
  font-family: var(--font-base), serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  display: inline-block;
  margin: 0 0 24px;
  padding: 12px 16px;
}

.price-general-content {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  margin: 0 auto;
  align-items: center;
}
.price-general-content .price-per-lot {
  color: var(--content-price);
  font-family: var(--font-base), serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}
.price-general-content #mainVisiblePrice {
  color: var(--content-price);
  font-family: var(--font-base), serif;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
}
.price-general-content #mainVisiblePrice.with-border::after {
  background-color: #60865B;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1em;
}
.price-general-content .price-per-unit {
  color: #60865B;
  font-family: var(--font-base), serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  text-transform: lowercase;
}

.price-vat-label {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}
.price-vat-label.underlined {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 992px) {
  .price-vat-label {
    margin-top: 4px;
  }
}

.price-vat-label-1-unit {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  margin-top: 15px;
}

.pricematch_extra-freight__container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  margin: 16px 0 0;
}
.pricematch_extra-freight__container .extra-freight-wrapper {
  color: var(--content-price-secondary);
  font-family: var(--font-base), serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  line-height: 90%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  position: relative;
}

.countdown-container {
  margin-bottom: 20px;
  width: 100%;
  max-width: 267px;
  height: 50px;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border: solid 1px #c9c9c9;
}

.countdown-container .expires {
  margin: 0;
  position: absolute;
  right: 170px;
  bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.countdown-container .countdown-label {
  width: 36px;
  position: absolute;
  top: 4px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.countdown-container .count {
  width: 27px;
  height: 20px;
  padding-left: 3px;
  position: absolute;
  bottom: 10px;
  border-top: solid 1px #777777;
  color: white;
  background: #aaaaaa;
  background: linear-gradient(#aaaaaa, #000000);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 5px;
}

.countdown-container .count:after {
  width: 1px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background: linear-gradient(#998099, #000000);
}

.countdown-container .days {
  right: 134px;
}

.countdown-container .hours {
  right: 93px;
}

.countdown-container .mins {
  right: 52px;
}

.countdown-container .secs {
  right: 12px;
}

.amount-buy-container {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
}
.amount-buy-container .amount-input {
  background-color: var(--background-primary);
  border: 1px solid var(--border-primary);
  border-radius: 8px;
  position: relative;
  width: 112px;
  height: 47px;
  margin-right: 8px;
  float: left;
}
.amount-buy-container .amount-input input {
  background: transparent;
  border: 0;
  color: var(--black);
  font-family: var(--font-base), serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  line-height: 45px;
  text-align: center;
  padding: 0 40px 0 5px;
  width: 100%;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.amount-buy-container .amount-input input:focus {
  outline: none;
  border-color: var(--border-hover);
}
.amount-buy-container .amount-input span {
  color: color-mix(in srgb, var(--black), transparent 50%);
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  text-transform: lowercase;
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.amount-buy-container .buy-button {
  overflow: hidden;
}
.amount-buy-container .buy-button input {
  border: 0;
  border-radius: 8px;
  background-color: #2AA900;
  color: var(--content-primary-inverted);
  font-family: var(--font-base), serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 14px 0;
}

.price-tag-container {
  margin-top: 0;
  width: 100%;
  position: relative;
}
.price-tag-container .price-tag-content {
  padding: 10px 5px 0;
  width: 100%;
  position: relative;
}

.viabill-pricetag {
  height: 40px;
}

.product-tabs-info-container {
  width: 100%;
  min-height: 600px;
  position: relative;
}

.product-tabs-container {
  margin-right: -10px;
  margin-left: -10px;
  padding: 0px 10px;
  position: relative;
  background: #F6F6F6;
  border: solid 1px #e3e3e3;
  border-width: 1px 0px 1px 0px;
  min-height: 600px;
}

.product-tabs-headers {
  margin-top: 25px;
  width: 100%;
  position: relative;
}

.product-tab-header-container {
  padding: 5px;
  width: 50%;
  position: relative;
  float: left;
}

.product-tab-header {
  padding: 6px;
  height: 34px;
  background: #ffffff;
  border: solid 1px #e3e3e3;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
}

.product-tab-header.active {
  padding: 7px 6px;
  background: #03385a;
  border: 0px;
  color: #ffffff;
}

.product-tabs-content {
  width: 100%;
  position: relative;
}

.product-tab-content {
  padding: 15px 5px 20px;
  width: 100%;
  max-height: 515px;
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.product-tabs-info-container .product-tab-content {
  display: none;
}

.product-tab-content.active {
  display: block;
}

.product-tab-content img {
  max-width: 100%;
  height: auto !important;
}

.description-container {
  background-color: var(--background-primary);
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  color: var(--content-primary);
  font-family: var(--font-base), serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  margin: 8px 0 12px;
  padding: 16px;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .description-container {
    padding: 16px 0;
  }
}
.description-container .description-head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .description-container .description-head {
    font-size: 24px;
    padding: 0 16px;
  }
}

.description-section {
  padding: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.description-section img {
  max-width: 100%;
  height: auto !important;
}

.product-pdf-content {
  margin-top: 35px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}

.product-pdf-title {
  display: inline-block;
  padding: 7px 0px;
  padding-left: 50px;
  background: url("../images/responsiveNew/common/pdfIcon.png") no-repeat 0 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #454545;
  text-decoration: underline;
  float: left;
  clear: left;
}

.video-container a {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 320px;
  position: relative;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.video-container a:hover,
.video-container a:visited {
  text-decoration: none;
}

.video-container a span {
  margin-top: 5px;
  margin-bottom: 15px;
  float: left;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.video-container a img {
  max-width: 100%;
  max-height: 180px;
}

.video-container a .video-play-icon {
  margin: -24px auto 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
}

.energy-class-container {
  margin: auto;
  width: 100%;
  max-width: 570px;
  position: relative;
}

.energy-class-table {
  width: 100%;
  position: relative;
}

.energy-class-table .table-row {
  padding: 5px 0px;
  background: #e0e9ee;
}

.energy-class-table .table-row:nth-child(2n) {
  background: #ffffff;
}

.energy-class-mark-container {
  margin: 30px 0 10px;
  padding: 8px 15px 7px 5px;
  width: 100%;
  max-width: 235px;
  height: 335px;
  background: #ffffff;
  border: 6px #489CE4 solid;
  border-radius: 12px;
  float: left;
  position: relative;
}

.energy-class-mark-container.image {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.energy-class-mark-container img {
  max-width: 100%;
  max-height: 100%;
}

.energy-class-mark-content {
  width: 100%;
  height: 100%;
  background: url("../images/responsiveNew/common/energyClassNew.png") no-repeat;
  background-size: 100% auto;
  position: relative;
}

.energy-class-mark-top {
  width: 100%;
  height: 46px;
  background: #ffffff url("../images/responsiveNew/common/energyClassTop.png") no-repeat top center;
}

.energy-class-mark-arrow {
  padding: 0 13px;
  min-width: 45px;
  height: 28px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
  right: 1px;
  overflow: hidden;
}

.energy-class-mark-arrow:before {
  content: " ";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  background: #FFFFFF;
  border: solid transparent;
  border-right-color: #000000;
  border-width: 14px;
  top: 0;
  left: -14px;
}

.energy-class-mark-power {
  width: 66px;
  height: 36px;
  border: 2px #489CE4 solid;
  border-radius: 6px;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  position: absolute;
  right: 1px;
  bottom: 1px;
}

.energy-class-mark-power span {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.info-label {
  display: inline-block;
  float: left;
  clear: left;
}

.info-label .visibility-hidden {
  visibility: hidden;
}

.info-label .attribute-key {
  float: left;
  padding-right: 10px;
}

.info-label .attribute-key {
  float: left;
  padding-right: 10px;
}

.info-label .attribute-items {
  float: left;
}

.info-label .attribute-item {
  clear: left;
  display: inline-block;
  float: left;
}

.info-label.tax-without-vat-content {
  display: none;
}

.info-label.tax-without-vat-content .attribute-key {
  visibility: hidden;
}

.product-info-container {
  margin-right: -10px;
  margin-left: -10px;
  padding: 0px 15px;
  position: relative;
  background: #03385a;
}

.product-info-content {
  padding: 20px 0px;
  width: 100%;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}

.product-info-content .head-line {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-info-content .info-container {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}

.product-info-content .info-container .product-info-link {
  display: block;
  width: 100%;
  position: relative;
}

.product-info-content .info-container .product-info-link.cursor-pointer {
  cursor: pointer;
}

.product-info-content .info-container a.product-info-link,
.product-info-content .info-container a.product-info-link:hover,
.product-info-content .info-container a.product-info-link:visited {
  text-decoration: none;
  color: #ffffff;
}

.product-info-content .info-container .row .col-xs-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.product-info-link .separator-line {
  width: 1px;
  background: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0.1;
}

.product-info-link .separator-line.left-line {
  right: 100%;
}

.product-info-link .product-info-icon {
  margin-bottom: 10px;
  width: 100%;
  height: 26px;
}

.product-info-link .product-info-icon.contact-icon {
  background: url("../images/responsiveNew/common/productInfoContactIcon.png") no-repeat 50% 50%;
}

.product-info-link .product-info-icon.mail-icon {
  background: url("../images/responsiveNew/common/productInfoMailIcon.png") no-repeat 50% 50%;
}

.product-info-link .product-info-icon.chat-icon {
  background: url("../images/responsiveNew/common/productInfoChatIcon.png") no-repeat 50% 50%;
}

.product-info-content .info-container .product-info-text {
  width: 100%;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-info-text span {
  color: #dcf1fa;
  text-transform: none;
  font-size: 11px;
}

.product-info-text.smallest span {
  padding-left: 12px;
}

.product-info-text span.online-mark {
  text-transform: uppercase;
  color: #71ad27;
}

.product-saving-select-container {
  width: 100%;
  height: 47px;
  position: relative;
  background-color: #fff;
  border: solid 1px #d6d6d6;
}

.product-saving-select-container select {
  padding: 8px 65px 9px 15px;
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 16px;
  line-height: 20px;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.product-saving-select-container:after {
  content: " ";
  width: 52px;
  height: 100%;
  background: url("../images/responsiveNew/common/customSelectIcon.png") no-repeat 50% 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  border: solid 1px #d6d6d6;
  border-width: 0px 0px 0px 1px;
  pointer-events: none;
}

.package-product {
  margin-top: 10px;
  display: table;
}

.package-product-image {
  margin-right: 10px;
  width: 78px;
  height: 78px;
  position: relative;
  float: left;
}

.package-product-image img {
  margin: auto;
  border: 0px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.package-product-info {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.package-product-info span {
  display: inline-block;
  width: 100%;
  clear: left;
  color: #747474;
  font-size: 13px;
  line-height: 14px;
}

.close-images-button {
  display: none;
  position: absolute;
  width: 40px;
  height: 30px;
  text-align: right;
  right: 25px;
  top: 10px;
  font-size: 35px;
  line-height: 30px;
  z-index: 10;
  cursor: zoom-out;
  color: #D7D7D7;
}

.popup-images-info {
  display: none;
  margin-top: -25px;
  padding-right: 30px;
  width: 100%;
  color: #D7D7D7;
  text-align: right;
  position: absolute;
  font-size: 22px;
  line-height: 30px;
}

.popup-window-images-container {
  margin: auto;
  background: transparent;
  position: fixed;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 2000;
}

.popup-images-container {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: zoom-out;
}

.popup-images-content {
  display: inline-block;
  max-width: 100%;
  height: 100%;
  position: relative;
  cursor: zoom-out;
}

.popup-images-content img {
  display: none;
  padding: 30px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.popup-images-content img.active {
  display: block;
}

.popup-images-control {
  display: none;
  margin: auto;
  width: 50%;
  height: 100px;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.popup-images-control:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
}

.popup-images-control.images-prev {
  left: 0;
}

.popup-images-control.images-prev:after {
  background: url("../images/responsiveNew/common/commonSliderPrevIcon.png") 0 50% no-repeat;
}

.popup-images-control.images-next {
  right: 0;
}

.popup-images-control.images-next:after {
  background: url("../images/responsiveNew/common/commonSliderNextIcon.png") 100% 50% no-repeat;
}

.related-products-container .col-product-container.detect-small-hidden:nth-of-type(1n + 4) {
  display: none;
}

.sliders-shadow-container.product-slider-background-container {
  margin-top: 80px;
}

.common-additional-background-container.related-products-container {
  margin-top: -10px;
}

.col-product-slider-container {
  container-type: inline-size;
  container-name: product_box;
}
@container product_box (max-width: 230px) {
  .col-product-slider-container .product-container {
    padding: 20px 12px 16px;
  }
  .col-product-slider-container .product-controls .buy-button input {
    font-size: 14px;
    text-transform: none;
  }
}

@media (min-width: 480px) {
  /*free delivery mark styles*/
  .product-free-delivery-mark {
    width: 96px;
    height: 96px;
  }
  .product-free-delivery-mark span {
    margin-left: 0px;
    margin-right: -6px;
    font-size: 14px;
    line-height: 41px;
  }
  /*end free delivery mark styles*/
}
@media (min-width: 768px) {
  .product-tabs-container {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px 15px;
  }
  .product-info-container {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px 20px;
  }
  .background-container.trustpilot-product-reviews {
    margin-bottom: -50px;
  }
  .related-products-container .col-product-container.detect-small-hidden:nth-of-type(1n + 4) {
    display: block;
  }
  .related-products-container .col-product-container.detect-small-hidden:nth-of-type(1n + 5) {
    display: none;
  }
}
@media (min-width: 992px) {
  .background-container.product-top-background {
    padding-bottom: 24px;
    background: #F6F6F6;
  }
  .product-data-intro-border-container .common-slider-container {
    padding: 0;
    margin: 0 -10px 0 -5px;
    width: calc(100% + 15px);
  }
  .product-data-intro-border-container .common-slider-container .common-underlined-header .common-underlined-header-text {
    text-align: center;
  }
  .product-data-intro-border-container .common-slider-container .col-product-slider-container {
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    width: 50%;
    padding: 0;
  }
  .product-data-intro-border-container .common-slider-container .col-product-slider-container:nth-child(n+5) {
    display: none;
  }
  .product-data-intro-border-container .common-slider-container .col-product-slider-container:hover {
    border: 1px solid #a6a6a6;
  }
  .product-data-intro-border-container .common-slider-container .col-product-slider-container .product-container {
    margin-bottom: 0;
  }
  .product-data-intro-border-container .common-slider-container .common-slider-nav {
    display: none !important;
  }
  .brief-product-info,
  .product-intro-prices-content {
    max-width: none;
  }
  .prices-info-container {
    margin-bottom: 0;
  }
  .prices-general-container {
    margin-bottom: 16px;
  }
  .price-additional-content {
    font-size: 15px;
  }
  .product-tabs-info-container {
    padding: 50px 0px;
    background: #e0e9ee;
  }
  .product-tabs-container {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    width: 100%;
    background: transparent;
    border: 0px;
  }
  .product-tabs-headers {
    margin-top: 0px;
  }
  .product-tab-header-container {
    padding: 0px;
    padding-right: 2px;
    width: auto;
  }
  .product-tab-header {
    padding: 11px 10px 10px;
    border: 0px;
    height: 41px;
    background: #03385a;
    font-size: 15px;
    color: #ffffff;
  }
  .product-tab-header.trustbox-tab {
    background: #71ad27;
  }
  .product-tab-header.active,
  .product-tab-header.trustbox-tab.active {
    margin-top: -4px;
    padding: 15px 15px 10px;
    height: 45px;
    background: #ffffff;
    color: #454545;
  }
  .product-tab-content {
    padding: 35px 15px 20px;
    background: #ffffff;
    max-height: none;
  }
  .description-section {
    padding: 15px;
  }
  .energy-class-container {
    max-width: none;
  }
  .video-container a {
    float: left;
  }
  .energy-class-table .table-row {
    background: #eeeeee;
  }
  .product-info-container {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    width: 100%;
  }
  .product-info-content {
    padding: 20px;
    height: 556px;
  }
  .product-info-content .head-line {
    margin-bottom: 20px;
  }
  .product-info-content .info-container {
    margin-bottom: 45px;
    max-height: 220px;
    overflow: hidden;
  }
  .product-free-delivery-mark {
    top: -35px;
    right: -35px;
  }
  .top-vertical-slider-container.right-slider .common-slider {
    padding: 0px;
    max-height: 485px;
  }
  .top-vertical-slider-container.right-slider .col-product-slider-container {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
  }
  .top-vertical-slider-container.right-slider .thumbnails-container.products-thumbnails-container {
    bottom: 22px;
  }
  .top-vertical-slider-container.right-slider .common-slider-container .common-slider-nav {
    bottom: 10px;
  }
  .top-vertical-slider-container.right-slider .common-slider-container .common-slider-nav.common-slider-nav-prev {
    left: 50%;
    margin-left: -47px;
  }
  .top-vertical-slider-container.right-slider .common-slider-container .common-slider-nav.common-slider-nav-next {
    right: 50%;
    margin-right: -47px;
  }
  .common-underlined-header.top-right-slider-header {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .top-vertical-slider-container.right-slider .common-underlined-header .common-underlined-header-text.smaller-header-text,
  .common-underlined-header-text.smaller-header-text {
    padding: 12px 14px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
  }
  .top-vertical-slider-container.right-slider {
    margin-bottom: 0px;
  }
  .package-products-container-title {
    width: 100%;
    background: #F6F6F6;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding-bottom: 8px;
  }
  .package-products-container {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 675px;
    background: #ffffff;
  }
  .package-product {
    margin-top: 14px;
    margin-bottom: 8px;
  }
  .package-product-info {
    font-size: 15px;
  }
  .product-images-container .amount-discount-container.right-news,
  .product-images-container .article-news-content-container {
    top: 10px;
    left: 0;
  }
  .stock-info-item {
    margin: 5px 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 38px;
    width: 50%;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
  }
  .stock-info-item:before {
    width: 29px;
    height: 23px;
  }
  .background-container.trustpilot-product-reviews {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  .bottom-space {
    margin-bottom: 58px;
  }
  .reviews-star-content {
    text-align: right;
    top: auto;
    bottom: 0;
    left: auto;
  }
  .related-products-container .col-product-container.detect-small-hidden:nth-of-type(1n + 5) {
    display: block;
  }
  .sliders-shadow-container.product-slider-background-container,
  .common-additional-background-container.related-products-container {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .product-tab-header {
    padding: 11px 15px 10px;
    font-size: 16px;
  }
}
.usp__row {
  border-top: 1px solid var(--border-primary);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}
@media (min-width: 480px) {
  .usp__row {
    gap: 20px 32px;
  }
}
.usp__item {
  min-height: 48px;
  position: relative;
  padding: 14px 12px;
}
.usp__item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #e5e7eb;
}
@media (min-width: 480px) {
  .usp__item:not(:nth-child(3n))::after {
    right: -16px;
  }
}
@media (min-width: 992px) {
  .usp__item {
    transition: transform 0.2s ease;
  }
  .usp__item:hover {
    transform: translateY(-2px);
  }
}
.usp__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usp__icon.icon {
  color: var(--green-primary);
  font-size: 38px;
}
.usp__logo {
  width: 40px;
  height: 28px;
  margin: 0 auto 8px;
}
.usp__content {
  line-height: 1.2;
}
.usp__title {
  color: var(--green-primary);
  font-family: var(--font-base), serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  text-align: center;
  text-transform: uppercase;
}
.usp__title a {
  color: var(--green-primary);
  text-decoration: none;
}
.usp__text {
  color: var(--content-primary);
  font-family: var(--font-base), serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  text-align: center;
}
.usp__text .clickable {
  color: var(--content-link);
  font-size: 16px;
  cursor: pointer;
  margin: 0 0 0 4px;
  vertical-align: top;
}
.usp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.usp .row--trustpilot {
  border-bottom: 1px solid var(--border-primary);
  grid-template-columns: repeat(1, 1fr);
  margin: 0;
}
.usp .row--trustpilot .item {
  text-align: center;
  padding: 14px 12px;
}
.usp .row--trustpilot .item .usp__content .icon-fill {
  color: var(--green-primary);
}
.usp .row--trustpilot .item .usp__content a {
  color: var(--content-link);
  text-decoration: none;
  cursor: pointer;
}
.usp .row--trustpilot .item .usp__content a:hover {
  color: var(--content-link-hovered);
  text-decoration: underline;
}
.usp .row--trustpilot .item .usp__content a:visited {
  color: var(--content-link-visited);
  text-decoration: none;
}
.usp .row--trustpilot .item .usp__content a:hover:after {
  opacity: 0;
}
.usp .row--trustpilot .item .usp__content a .icon {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 4px;
}

.pricematch-position-container {
  display: none;
  width: 100%;
  position: absolute;
}

.pricematch-container {
  display: none;
  margin: auto;
  padding: 30px 10px 20px;
  width: 100%;
  max-width: 540px;
  background: #eeeeee;
  border: 4px solid #3b86b2;
  border-radius: 5px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.pricematch-container .pricematch-top {
  width: 25px;
  height: 30px;
  background: url("../images/responsiveNew/common/pricematchTop.png") no-repeat;
  position: absolute;
  top: -30px;
  right: 150px;
}
.pricematch-container .pricematch-close {
  width: 18px;
  height: 17px;
  background: url("../images/responsiveNew/common/pricematchClose.png") no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.pricematch-container .title {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #a5a5a5;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.pricematch-container .pricematch-paragraph {
  margin: 15px 0 0;
  font-size: 13px;
}
.pricematch-container .box-pricematch-value {
  padding: 0 18px;
  width: 239px;
  height: 46px;
  border-radius: 5px;
  box-shadow: inset 2px 2px 9px 0 #dcdcdc;
  border: none;
  font-size: 14px;
  font-weight: 600;
  float: left;
  overflow: hidden;
}
.pricematch-container .box-pricematch-ok {
  margin: 0 0 0 8px;
  padding: 0;
  width: 64px;
  height: 45px;
  background: #448f00;
  background: linear-gradient(#89e437, #448f00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#89e437', endColorstr='#448f00');
  border-radius: 5px;
  border: solid 2px #999999;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.pricematch-container .pricematch-bold {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.pricematch-container .pricematch-link {
  font-size: 14px;
  color: #3b86b2;
  cursor: pointer;
}

.pricematch-position-container .pricematch-container {
  top: 0;
  right: 15px;
  left: 15px;
  width: auto;
}

@media (min-width: 992px) {
  .pricematch-container {
    padding: 30px 30px 20px 40px;
    width: 465px;
  }
  .pricematch-position-container .pricematch-container {
    width: 465px;
    right: 30px;
    left: auto;
  }
}
.pricematch-control-container {
  color: var(--content-price-secondary);
  font-family: var(--font-base), serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  line-height: 90%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  position: relative;
}
.pricematch-control-container .icon {
  font-size: 18px;
  vertical-align: middle;
}
.pricematch-control-container .pricematch-control {
  background-color: transparent;
  border: 0;
  position: relative;
  width: 12px;
  height: 100%;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
  transition: background 0.2s;
}
.pricematch-control-container .pricematch-control::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}
.pricematch-control-container .pricematch-control .icon {
  color: var(--content-price-secondary);
  font-size: 16px;
  vertical-align: text-bottom;
}

.delivery-energyLabel__container {
  border-bottom: 1px solid rgba(83, 120, 88, 0.1019607843);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding-bottom: 8px;
  width: 100%;
}

.delivery__container {
  color: var(--content-price);
  font-family: var(--font-base), serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 4px;
  min-height: 45px;
}
.delivery__container .icon-fill {
  color: var(--background-price);
  font-size: 12px;
  vertical-align: middle;
}
.delivery__container .clickable {
  background-color: transparent;
  border: 0;
  position: relative;
  width: 12px;
  height: 100%;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
  transition: background 0.2s;
}
.delivery__container .clickable::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}
.delivery__container .clickable .icon {
  color: var(--content-price-secondary);
  font-size: 16px;
  vertical-align: text-bottom;
}

.product-energy-data-container {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 32px;
}
.product-energy-data-container .product-energy-datapdf {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-energy-data-container .product-energy-datapdf .icon {
  font-size: 18px;
  vertical-align: middle;
}
.product-energy-data-container .product-energy-data {
  display: flex;
  align-items: center;
}
.product-energy-data-container .product-energy-data img {
  display: block;
  vertical-align: bottom;
}
.product-energy-data-container .product-energy-data .product-energy-data-link {
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  color: #ffffff;
  vertical-align: top;
}
.product-energy-data-container .product-energy-data .product-energy-data-link.datafile {
  margin-right: 0;
  padding-right: 15px;
  padding-left: 15px;
  border: solid 1px #F6F6F6;
  border-width: 0px 0px 0px 1px;
}
@media (min-width: 992px) {
  .product-energy-data-container .product-energy-data .product-energy-data-link.datafile {
    border-color: #ffffff;
  }
}
.product-energy-data-container .product-energy-data .product-energy-label-arrow {
  width: 0px;
  height: 0px;
  position: absolute;
  background: #e4eccd;
  border: solid transparent;
  border-right-color: #71ad27;
  border-width: 18px;
  top: 0;
  left: -18px;
}
@media (min-width: 992px) {
  .product-energy-data-container .product-energy-data .product-energy-label-arrow {
    background: #e4eccd;
  }
}
.product-energy-data-container a,
.product-energy-data-container a:visited,
.product-energy-data-container a:hover {
  color: var(--content-price);
  font-family: var(--font-base), serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  display: inline-block;
  min-height: 45px;
  text-decoration: none;
  align-content: center;
}
.product-energy-data-container a:hover {
  text-decoration: underline;
}

.product-images-container {
  position: relative;
  width: 100%;
  padding: 16px 0;
}
.product-images-container ul.common-slider {
  font-size: 0;
  padding: 0;
  overflow-x: hidden;
  white-space: nowrap;
}
.product-images-container ul.common-slider li {
  width: 100%;
}
.product-images-container .thumbnails-container {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .product-images-container .thumbnails-container {
    margin-bottom: 0;
  }
  .product-images-container .thumbnails-container .thumbnails-content {
    min-height: 90px;
  }
}
.product-images-container .article-news-content-container {
  left: 0;
  right: auto;
  z-index: 1;
}

.product-images-content {
  padding: 32px 0;
}

.product-image-item-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
}
.product-image-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-image-item.zoom-in {
  cursor: zoom-in;
}

.single-image .product-image-item {
  aspect-ratio: 1/1;
}

.images-slider-container {
  position: relative;
}
.images-slider-container .common-slider-nav {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 1;
  bottom: 50%;
  transform: translateY(50%);
  transition: opacity 0.2s;
  cursor: pointer;
  z-index: 1;
}
.images-slider-container .common-slider-nav:hover {
  opacity: 0.75;
}
.images-slider-container .common-slider-nav span {
  color: var(--content-tertiary);
  font-size: 60px;
  display: block;
  width: auto;
  height: auto;
}
.images-slider-container .common-slider-nav.common-slider-nav-prev {
  left: 6px;
  text-align: center;
}
.images-slider-container .common-slider-nav.common-slider-nav-next {
  right: 6px;
  text-align: center;
}

.zoom-in-icon {
  font-size: 36px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  z-index: 2;
  cursor: zoom-in;
}
@media (min-width: 992px) {
  .zoom-in-icon {
    right: auto;
    left: 20px;
    bottom: 30px;
  }
}

.fitments-forward-container {
  margin-right: 75px;
  margin-left: -10px;
  margin-top: -44px;
  padding: 10px 5px 13px 20px;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: left;
}
.fitments-forward-container .fitments-icon {
  display: inline-block;
  margin-top: -5px;
  margin-right: 15px;
  width: 32px;
  height: 24px;
  position: relative;
  float: left;
}
.fitments-forward-container .fitments-icon img {
  margin: auto;
  max-width: 100%;
  max-height: 40px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.fitments-forward-container .fitments-text {
  display: inline-block;
  padding: 9px 0 10px;
  color: #0070c0;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
}
.fitments-forward-container .fitments-text:hover {
  text-decoration: underline;
}
.fitments-forward-container .fitments-text > span {
  text-transform: lowercase;
}
.fitments-forward-container .fitments-text .fitments-set-title {
  display: block;
  margin-left: 47px;
  float: none;
  text-transform: none;
}
@media (min-width: 992px) {
  .fitments-forward-container {
    display: none;
    margin: -59px 0 -1px;
    padding: 25px 20px 23px;
    border: solid #e3e3e3;
    border-width: 1px 0 1px 0;
  }
  .fitments-forward-container.top-space {
    margin-top: 10px;
  }
  .fitments-forward-container .fitments-icon {
    margin-top: -9px;
    margin-right: 30px;
    width: 40px;
    height: 28px;
  }
  .fitments-forward-container .fitments-text {
    font-size: 15px;
  }
  .fitments-forward-container .fitments-text .fitments-set-title {
    margin-left: 70px;
  }
}

.product-amount-discount-container {
  background: #db2800;
  border-radius: 2px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -10px;
  width: auto;
  min-width: 102px;
  min-height: 26px;
  padding: 5px 10px;
  z-index: 1;
}
.product-amount-discount-container span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
}
.product-amount-discount-container span.product-amount-discount-expiration {
  display: inline-block;
  width: 100%;
}
@media (min-width: 480px) {
  .product-amount-discount-container {
    background: url("../images/responsiveNew/common/productAmountDiscountMark.png") 50% 50% no-repeat;
    text-align: center;
    top: -12px;
    left: 0;
    width: 102px;
    height: 103px;
    margin: 0;
    padding: 0;
  }
  .product-amount-discount-container span {
    display: inline-block;
    width: 100%;
  }
  .product-amount-discount-container span.product-amount-discount-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
  }
  .product-amount-discount-container span.product-amount-discount-percentage {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
  }
  .product-amount-discount-container span.product-amount-discount-condition {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }
  .product-amount-discount-container span.product-amount-discount-expiration {
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    display: block;
    padding: 0 10px;
  }
  .product-amount-discount-container.expiration {
    background-size: cover;
    width: 113px;
    height: 115px;
  }
  .product-amount-discount-container.expiration .product-amount-discount-label {
    padding-top: 4px;
    line-height: 16px;
  }
  .product-amount-discount-container.expiration .product-amount-discount-percentage {
    line-height: 26px;
  }
  .product-amount-discount-container.expiration .product-amount-discount-condition {
    line-height: 14px;
  }
}

.wide-favorite-button.favorite-button {
  background: none;
  color: #454545;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  display: block;
  height: 32px;
  width: auto;
  position: absolute;
  top: 8px;
  right: 20px;
}
.wide-favorite-button.favorite-button .icon {
  font-size: 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .wide-favorite-button.favorite-button {
    top: 0;
    right: 20px;
  }
}