@charset "UTF-8";
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
:root {
  --primary: #e21838;
  --primary-text: #ffffff;
  --secondary: #18e2c0;
  --secondary-text: #000000;
  --gray-100: #f5f7fa;
  --gray-200: #ebebeb;
  --gray-300: #e5e5e5;
  --gray-400: #9b9b9b;
  --gray-500: #707070;
  --gray-600: #525252;
  --body-bg: #ffffff;
  --body-color: #000000;
  --border-color: #ebebeb;
  --border-radius: 0;
  --border-radius-lg: 0;
  --border-radius-sm: 0;
  --border-width: 1px;
  --btn-border-color: #9b9b9b;
  --btn-icon-height: 2.5rem;
  --btn-icon-height-sm: 2rem;
  --btn-gap: 0.5rem;
  --transition-base: all 0.3s ease-in-out;
}
.product-detail .product-image {
  cursor: zoom-in;
}
.product-detail .slick-slide {
  transition: opacity ease-in-out;
}
.product-detail .product-thumbnails-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.product-detail .product-thumbnails-wrapper .product-thumbnails {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .product-detail .product-thumbnails-wrapper .product-thumbnails {
    margin-bottom: 0;
    display: flex;
  }
}
.product-detail .product-thumbnails-wrapper .product-thumbnails .slick-list {
  width: 100%;
}
.product-detail .product-thumbnails-wrapper .product-thumbnails .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
.product-detail .product-thumbnails-wrapper .product-thumbnails .inner {
  padding: 0.25rem;
}
@media (min-width: 992px) {
  .product-detail .product-thumbnails-wrapper .product-thumbnails .inner {
    padding: 0.5rem;
  }
}
.product-detail .product-manufacturer img {
  max-width: 35px;
}
.delivery-status .list-unstyled {
  margin-bottom: 0;
}
#image_wrapper {
  text-align: right;
}
#image_wrapper .slick-list, #image_wrapper .slick-slide, #image_wrapper img {
  outline: none !important;
}
#image_wrapper .gallery-with-action-main {
  height: 100%;
}
#image_wrapper .product-detail-image-topbar {
  margin-bottom: 1.5rem;
}
#image_wrapper.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(82, 82, 82, 0.5);
  overflow: hidden;
  padding: 3rem;
}
#image_wrapper.fullscreen .product-actions {
  display: none;
}
#image_wrapper.fullscreen .gallery-with-action-main {
  background: #ffffff;
}
#image_wrapper.fullscreen .product-detail-image-preview-bar {
  background: #ffffff;
}
#image_wrapper.fullscreen .product-detail-image-topbar {
  background: #ffffff;
  height: 20px;
  display: block;
  margin-bottom: 0;
}
#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close {
  background-color: #9b9b9b;
  color: #e5e5e5;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  outline: 0;
  padding: 0;
  font-size: 1.3125rem;
  font-weight: 700;
  border: 0;
}
#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close:hover {
  background-color: #e21838;
  color: #ffffff;
}
#image_wrapper.fullscreen #gallery {
  margin-bottom: 0;
}
#image_wrapper.fullscreen #gallery .product-image {
  cursor: pointer;
}
#image_wrapper.fullscreen #gallery .square-image .inner img {
  margin: 0 auto;
  left: initial;
  top: initial;
  -webkit-transform: initial;
  transform: initial;
}
#image_wrapper.fullscreen #gallery .slick-arrow {
  display: block !important;
}
#image_wrapper.fullscreen #gallery_preview_wrapper {
  width: 100%;
  padding: 1rem;
  max-width: 760px;
}
@media (min-width: 768px) {
  #image_wrapper.fullscreen #gallery_preview_wrapper {
    width: 80%;
  }
}
#image_wrapper .variation-image-preview {
  position: absolute;
  top: 0;
  right: 0;
  width: 98%;
  height: auto;
  background: #ffffff;
  border: 3px solid #9b9b9b;
  opacity: 0;
  transition: opacity 300ms;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: -5;
}
@media (min-width: 992px) {
  #image_wrapper .variation-image-preview.show {
    z-index: 1070;
    opacity: 1;
  }
}
#image_wrapper .variation-image-preview img {
  object-fit: contain;
}
#image_wrapper .variation-image-preview::before, #image_wrapper .variation-image-preview::after {
  left: 100%;
  top: 50%;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  border-width: initial;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
}
#image_wrapper .variation-image-preview::before {
  margin-top: -0.265625rem;
  border-width: 14px 0px 14px 18px;
  border-color: transparent transparent transparent #9b9b9b;
}
#image_wrapper .variation-image-preview::after {
  margin-top: -0.015625rem;
  border-width: 10px 0px 10px 14px;
  border-color: transparent transparent transparent #ffffff;
}
#image_wrapper .variation-image-preview .variation-image-preview-title {
  margin: 0.5rem 0;
  text-align: center;
}
#image_wrapper .variation-image-preview .variation-image-preview-title .variation-image-preview-title-value {
  color: #1c871e;
}
#image_wrapper #gallery:not(.slick-initialized) {
  padding: 0;
}
@media (max-width: 991.98px) {
  #image_wrapper #gallery .slick-list {
    padding-right: 0;
  }
}
#image_wrapper #gallery .slick-slide {
  padding: 0;
}
#image_wrapper #gallery .slick-arrow {
  display: none !important;
  background-color: transparent;
}
#image_wrapper #gallery .slick-arrow:hover {
  background-color: #e21838;
}
#image_wrapper .product-thumbnails .square-image {
  margin-bottom: 0;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images {
  width: calc(79%/5);
  min-width: calc(79%/5);
  height: 100%;
  padding: 0;
  border: 1px solid #525252;
  border-radius: 0;
  margin: 0 0.5rem;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images:not(.preview-first) {
  opacity: 0.5;
}
@media (max-width: 1299.98px) {
  #image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images {
    width: calc(72%/5);
    min-width: calc(72%/5);
  }
}
#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images.first-ml {
  margin-left: auto;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images.last-mr {
  margin-right: auto;
}
#image_wrapper .product-thumbnails:not(.slick-initialized).slick-count-default div.js-gallery-images {
  width: calc(((100%)/5) - 1rem);
  min-width: calc(((100%)/5) - 1rem);
}
#image_wrapper .product-thumbnails:not(.slick-initialized) .slick-prev {
  margin-right: -0.5rem;
  animation: 0.5s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) .slick-next {
  margin-left: -0.5rem;
  animation: 0.5s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}
@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.cfg-item-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
  margin: 0.5rem 0;
}
.product-configuration {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.bg-recommendation {
  background-color: #faccd4;
}
#cfg-container {
  margin-bottom: 2rem;
}
#cfg-container .cfg-group .hr-sect {
  margin-bottom: 0;
}
#cfg-container .cfg-group .hr-sect::before {
  max-width: 50%;
}
#cfg-container .cfg-group .h5 {
  background: #ebebeb;
}
#cfg-container .cfg-group .list-group-item {
  border: 0;
}
#cfg-container .cfg-group .custom-control-inline {
  width: 100%;
}
#cfg-container .cfg-group .custom-control-inline .custom-control-label {
  width: 100%;
}
#cfg-container .cfg-group .sticky-bottom .btn {
  margin: auto;
}
@media (max-width: 991.98px) {
  #cfg-container .hr-sect {
    text-align: initial;
    border-top: 0;
    border-bottom: 0;
    padding: initial;
    margin: initial;
  }
  #cfg-container .hr-sect::before {
    margin: 0 30px 0 0;
  }
  #cfg-container .hr-sect::after {
    margin: 0 0 0 30px;
  }
  #cfg-container .hr-sect::before, #cfg-container .hr-sect::after {
    content: "";
    background: #ebebeb;
    height: 1px;
    font-size: 0;
    line-height: 0;
  }
  #cfg-container .hr-sect a {
    text-decoration: none;
    border-bottom: 0.375rem solid transparent;
    font-weight: 700;
  }
}
#cfg-container .cfg-footnote {
  text-align: center;
  margin-top: 1.8rem;
  color: #525252;
}
#cfg-container .modal-body {
  padding: 1rem 0 0;
}
#cfg-container .cfg-price {
  text-align: right;
  white-space: nowrap;
}
#cfg-modal-tabs {
  margin-top: auto;
}
#cfg-modal-tabs .nav-link-text {
  display: none;
  margin-left: 0.5rem;
}
@media (min-width: 576px) {
  #cfg-modal-tabs .nav-link-text {
    display: inline-flex;
  }
}
#cfg-tab-summary-finish {
  margin: auto;
}
#configuration-table .vat_info {
  color: #525252;
}
.modal-body .tab-content {
  margin-top: 0;
  margin-bottom: 1rem;
}
#cfg-modal-tabs {
  margin-bottom: -1rem;
}
#cfg-container-tab-panes {
  border-bottom: 2px solid #ebebeb;
  /*@include media-breakpoint-down(sm) {
		height: calc((var(--vh, 1vh) * 87) - 5rem);
	}*/
}
#cfg-container-tab-panes .input-group.form-counter {
  width: auto;
}
#cfg-container-tab-panes.cfg-gallery {
  height: calc((var(--vh, 1vh) * 78) - 3rem);
  overflow-x: auto;
  padding-right: 17px;
}
#cfg-container-tab-panes.cfg-list .cfg-group .config-item {
  margin: 0;
  padding: 0.75rem;
}
#cfg-container-tab-panes.cfg-list .custom-radio .cfg-item-description {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}
#cfg-container-tab-panes.cfg-list .custom-checkbox .config-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cfg-options {
  height: calc((var(--vh, 1vh) * 78) - 4rem);
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  .cfg-options {
    height: calc((var(--vh, 1vh) * 87) - 6rem);
  }
}
#cfg-nav {
  height: calc((var(--vh, 1vh) * 78) - 4rem);
  z-index: 1019;
  align-content: flex-start;
}
#cfg-nav .nav {
  width: 100%;
}
.cfg-group .cfg-group-info {
  text-align: center;
  margin-bottom: 1.5rem;
  z-index: 1019;
}
.cfg-group .group-description {
  margin-bottom: 1rem;
}
.cfg-group .group-description img {
  margin-bottom: 1rem;
}
.cfg-group .config-item {
  cursor: pointer;
  display: block;
  padding: 0.75rem;
  border: 2px solid #f8f8f8;
}
.cfg-group .config-item .badge-circle {
  display: none;
}
@media (max-width: 767.98px) {
  .cfg-group .config-item {
    padding: 0.5rem;
  }
}
.cfg-group .cfg-swatch ~ .custom-control-label::before, .cfg-group .cfg-swatch ~ .custom-control-label::after {
  display: none;
}
.cfg-group .cfg-swatch:disabled ~ .custom-control-label .config-item {
  cursor: default;
  background: #f8f8f8;
  color: #ebebeb;
}
.cfg-group .custom-control {
  margin-right: 0;
  padding-left: 0;
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item {
  border-color: #e21838;
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item .badge-circle {
  display: flex;
  background-color: #e21838;
  border-color: #e21838;
  color: #fff;
  opacity: 1;
  align-items: center;
  position: absolute;
  top: -20px;
  right: -22px;
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item .badge-circle i {
  margin-left: auto;
  margin-right: auto;
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item .badge-circle.circle-small {
  top: -12px;
  right: -14px;
}
.cfg-group .drpdwn_qnt {
  display: none;
}
.cfg-group .config-option-dropdown {
  margin-top: 1rem;
}
.cfg-group .config-option-dropdown .config-option-dropdown-description {
  margin-bottom: 0.5rem;
}
.cfg-group .form-counter .btn {
  background-color: #ffffff;
}
.cfg-group .form-counter .btn:hover {
  background-color: #f5f7fa;
}
.config-table .accent-bg {
  background: #000000;
}
@media (max-width: 767.98px) {
  #product-configurator .modal-dialog {
    margin: 0;
  }
  #product-configurator .modal-dialog .modal-header {
    padding: 0;
  }
  #product-configurator .modal-dialog .modal-header .close {
    right: 0;
    transform: none;
    background-color: transparent;
    font-size: 2rem;
    top: 8px;
  }
  #product-configurator .modal-dialog .hr-sect::before {
    margin: 0px 10px 0px 0px;
  }
  #product-configurator .modal-dialog .btn-sm {
    padding: 0.2rem 0.5rem;
  }
}
.product-detail-video {
  max-width: 100%;
}
.helpful, .not_helpful {
  background: transparent;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  padding: 0.2rem 0.45rem;
}
.start-configuration i {
  margin-left: 0.25rem;
}
#add-to-cart {
  margin-top: 2rem;
}
@media print {
  #add-to-cart {
    display: none !important;
  }
}
#add-to-cart .alert .purchase-info {
  margin-top: 0.5rem;
}
.basket-form-inline {
  text-align: center;
  margin-bottom: 1rem;
}
.basket-form-inline .col:first-child {
  margin-bottom: 1rem;
}
#form_bundles .row {
  margin-bottom: 4rem;
  margin-top: -0.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  #form_bundles .row {
    justify-content: center;
  }
}
#form_bundles .bundle-price {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  #form_bundles .bundle-price {
    text-align: right;
    margin-bottom: 0;
  }
}
#form_bundles .bundle-price .text-warning {
  margin-left: 0.25rem;
}
#jump-to-votes-tab {
  text-decoration: none;
}
@media print {
  #jump-to-votes-tab {
    display: none;
  }
}
#tabAccordion, .tab-navigation {
  margin-bottom: 4rem;
}
#tabAccordion > .card, #tab-downloads .card {
  margin-bottom: 1rem;
}
.variations .custom-radio {
  margin-bottom: 0.5rem;
}
.variations .custom-radio:hover, .variations .custom-radio:focus {
  color: #525252;
  text-decoration: none;
  background-color: #f5f7fa;
}
.variations .variation-badge {
  white-space: nowrap;
}
.variations .variation-badge.badge-right {
  margin-left: auto;
}
.variations .variation-badge:not(.badge-right) {
  margin-left: 0.25rem;
}
.variations .swatches .variation-badge {
  white-space: initial;
  margin-left: auto;
}
#tabAccordion > .card .card-header {
  margin-bottom: 0;
  font-size: 1.3em;
}
#tabAccordion > .card .collapse {
  margin-bottom: 2rem;
}
.product-stock-info {
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .product-stock-info {
    padding: 1rem;
  }
}
.product-stock-info .product-stock-info-button {
  padding: 0;
  text-decoration: underline;
}
.warehouse-row .warehouse-right {
  margin-left: auto;
  text-align: right;
}
.product-matrix {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.product-matrix .variation-matrix .delivery-status {
  margin: 0 0.5rem;
}
.product-matrix .variation-matrix .configurepos span {
  padding-left: 0.5rem;
  display: none;
}
@media (min-width: 576px) {
  .product-matrix .variation-matrix .configurepos span {
    display: inline-block;
  }
}
.product-matrix .product-matrix-submit {
  margin-top: 1rem;
}
.product-matrix .product-matrix-submit .col {
  margin-left: auto;
}
.product-matrix .matrix-list-wrapper > .matrix-list {
  padding: 0.5rem 0;
  margin-left: 0;
  margin-right: 0;
}
.product-matrix .matrix-list-wrapper > .matrix-list:nth-of-type(odd) {
  background-color: #f5f7fa;
}
.media .card, .reviews-mosthelpful, #reviews-list .review {
  margin-bottom: 1rem;
}
.product-popup {
  display: none;
}
#productImagesModal .modal-header {
  padding: 0;
  border: 0;
}
#pushed-success {
  padding: 0;
  margin-bottom: 2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#pushed-success .square-image .image, #pushed-success .continue-shopping {
  margin-bottom: 1rem;
}
#pushed-success .x-selling {
  display: none;
  border-left: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  #pushed-success .x-selling {
    display: block;
  }
}
#pushed-success .card-header {
  text-align: center;
}
#pushed-success .pushed-success-image-wrapper {
  margin-bottom: 1rem;
}
.reviews, #description .desc .h3 {
  margin-top: 1rem;
}
#reviews-overview {
  align-items: center;
}
#reviews-overview .card {
  margin-bottom: 1rem;
}
#ratingDropdown {
  padding-left: 0;
  padding-right: 0;
}
#ratingDropdown span {
  margin: 0 0.5rem;
}
#ratingDropdown .dropdown-menu {
  padding: 0;
}
#ratingDropdown .dropdown-body {
  padding: 1rem;
}
#ratingDropdown .dropdown-body .row {
  margin-bottom: 0.5rem;
}
#article_rating {
  margin-bottom: 1rem;
  width: auto;
}
.review-comment .row {
  margin-top: 0.25rem;
}
.review-comment .review-helpful {
  margin-top: 1rem;
  margin-bottom: 2rem;
  justify-content: space-evenly;
}
.review-comment .review-helpful .col {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.review-comment .review-reply {
  margin-left: 1rem;
}
.product-attributes {
  margin-top: 1rem;
}
.product-attributes tr > td {
  word-break: break-word;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .product-attributes tr > td {
    padding: 0.5rem 0.75rem;
  }
  .product-attributes tr > td:first-child {
    width: 40%;
  }
}
.product-attributes .attr-characteristic a {
  vertical-align: top;
}
.product-attributes .attr-characteristic a:last-child {
  margin: 0;
}
.estimated-delivery {
  color: #525252;
  font-size: 0.75rem;
  display: inline-block;
}
.mediafiles .mediafiles-description {
  padding-bottom: 1rem;
}
.attr-characteristic a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.swatches-image .square-image .inner img {
  width: 100%;
}
.blockquote-divider::before {
  content: "—";
}
.verified-purchase {
  font-weight: 700;
}
.verified-purchase-notice {
  margin-bottom: 1rem;
}
.cfg-layout-list {
  margin-bottom: 1rem;
}
.cfg-layout-list .cfg-group .config-item {
  padding: 0.75rem 0;
}
.cfg-layout-list .cfg-item-description {
  margin: 0;
}
.cfg-layout-list .cfg-item-description dd, .cfg-layout-list .cfg-item-description dl {
  margin-bottom: 0;
}
.cfg-layout-list .cfg-item-qty {
  text-align: right;
}
@media (max-width: 991.98px) {
  .cfg-layout-list .cfg-item-qty {
    margin-top: 0.5rem;
  }
}
.cfg-layout-gallery .product-configuration-sidebar-wrapper table td a {
  text-decoration: none;
  cursor: default;
}
.cfg-layout-gallery .product-configuration-sidebar-wrapper table td a:hover {
  color: #000000;
}
.product-configuration-sidebar-wrapper {
  z-index: 1019;
}
.cfg-position-details.cfg-layout-list .product-configuration-sidebar-wrapper {
  border: 1px solid #9b9b9b;
  padding: 0.75rem;
}
@media (min-width: 992px) {
  .cfg-position-details.cfg-layout-list .product-configuration-sidebar-wrapper {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.cfg-position-details.cfg-layout-list .product-configuration-sidebar-wrapper .cfg-summary-item .col:not(:first-child) {
  padding-left: 0.5rem;
}
.cfg-position-details.cfg-layout-list .product-configuration-sidebar-wrapper .cfg-summary-item .col:not(:last-child) {
  padding-right: 0.5rem;
}
.cfg-position-details.cfg-layout-list .cfg-group-list-wrapper .cfg-group {
  border: 1px solid #9b9b9b;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .cfg-position-details.cfg-layout-list .cfg-group-list-wrapper .cfg-group {
    border: none;
    border-bottom: 1px solid #9b9b9b;
    padding: 1.5rem 0;
  }
}
.cfg-item-detail-button .badge {
  margin-top: 0.3rem;
  padding: 0.35rem;
}
#modal-article-dialog .modal-body {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.cfg-group-icon {
  float: right;
}
.cfg-group-check {
  color: #1c871e;
}
.cfg-group-missing {
  color: #b90000;
}
.cfg-group-optional .cfg-group-check {
  color: #f5a64d;
}
/*
***************
* alerts
***************
*/
#alert-list {
  margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
  #alert-list {
    margin: 1rem 0 -2rem 0;
  }
}
/*
***************
* product wrapper
***************
*/
.product-detail {
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .product-detail {
    flex-direction: row-reverse;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .product-detail, #result-wrapper .product-content.g-7-lg {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
  .product-detail > .col, #result-wrapper .product-content.g-7-lg > .col {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    width: calc(100% + 1.75rem);
  }
}
.product-detail .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus) ~ label {
  top: calc((
        1.5em + 0.75rem + 1px + 0.5rem
      ) / 2);
}
/*
***************
* product image gallery
***************
*/
.product-detail .product-gallery {
  margin-bottom: 1rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .product-detail .product-gallery {
    margin-bottom: 0;
  }
}
.product-detail #gallery_wrapper {
  aspect-ratio: 1;
  position: relative;
}
.product-detail #gallery_wrapper .ribbons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  z-index: 100;
}
.product-detail #image_wrapper.fullscreen #gallery_wrapper {
  aspect-ratio: unset;
}
.product-detail:has(#image_wrapper.fullscreen) .product-gallery, .product-detail:has(#productImagesModal[style*="display: block"]) .product-gallery {
  z-index: 1050;
}
@media (max-width: 991.98px) {
  .product-detail #productImagesModal .modal-content {
    gap: 0;
    min-height: 100vh;
  }
  .product-detail #productImagesModal .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.product-detail #image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close, .product-detail #productImagesModal .modal-header .close {
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  top: 0;
  transform: none;
  z-index: 10;
}
#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close:hover, #image_wrapper #gallery .slick-arrow:hover {
  background-color: transparent;
  color: #e21838;
}
.product-detail .product-gallery #image_wrapper {
  cursor: pointer;
}
.product-detail:has(#image_wrapper.fullscreen) .product-gallery #image_wrapper #gallery .js-gallery-images {
  border: none;
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper {
  margin-top: 1rem;
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview {
  display: flex;
  margin: 0;
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .slick-slide {
  border-color: #e5e5e5;
  margin: 0 0.25rem;
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .slick-slide.slick-current {
  border-color: #e21838;
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .slick-arrow {
  padding-bottom: 0;
  padding-top: 0;
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .slick-arrow:hover {
  color: #e21838;
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .slick-arrow.slick-prev {
  margin-left: -1rem;
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .slick-arrow.slick-next {
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .slick-arrow.slick-prev {
    margin-left: -0.5rem;
  }
  .product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .slick-arrow.slick-next {
    margin-right: -0.5rem;
  }
}
.product-detail .product-gallery #image_wrapper #gallery_preview_wrapper #gallery_preview .product-image {
  cursor: pointer;
}
.product-detail .product-info {
  z-index: 20;
}
@media (min-width: 992px) {
  .product-detail .product-info {
    height: 100%;
    position: sticky;
    top: calc(4.25rem + 1rem);
  }
}
/*
***************
* product short description
***************
*/
.product-detail .shortdesc {
  margin-bottom: 2rem;
}
.product-detail .shortdesc p {
  margin-bottom: 0.5rem;
}
.product-detail .shortdesc ul, .product-detail .shortdesc ol {
  padding-inline-start: 1rem;
}
.product-detail .shortdesc h1, .product-detail .shortdesc h2, .product-detail .shortdesc h3, .product-detail .shortdesc h4, .product-detail .shortdesc h5 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .product-detail .shortdesc h1, .product-detail .shortdesc h2, .product-detail .shortdesc h3, .product-detail .shortdesc h4, .product-detail .shortdesc h5 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.product-detail .shortdesc > *:first-child {
  margin-top: 0;
}
/*
***************
* product title and manufacturer
***************
*/
.product-detail .product-manufacturer {
  margin-bottom: 0.5rem;
}
.product-detail .product-manufacturer a {
  text-decoration: none;
}
.product-detail .product-manufacturer a span {
  transition: all 0.3s ease-in-out;
}
.product-detail .product-manufacturer a:hover span {
  color: #e21838 !important;
}
.product-detail .product-title {
  margin-bottom: 0.5rem;
}
/*
***************
* product rating
***************
*/
.product-detail .rating-wrapper {
  margin-bottom: 1rem;
}
.product-detail .rating-wrapper a {
  text-decoration: none;
}
/*
***************
* product price
***************
*/
.product-detail .price_wrapper {
  align-items: baseline;
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  row-gap: 0;
}
.product-detail .price_wrapper .pricestarting {
  margin-right: -0.5rem;
}
.product-detail .price_wrapper .price {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  .product-detail .price_wrapper .price {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
  }
}
.product-detail .price_wrapper .base-price, .product-detail .price_wrapper .vat_info {
  color: #525252;
  width: 100%;
}
.product-detail .price_wrapper .vat_info .shipping-tax-info-comma {
  margin-left: -0.25rem;
}
.product-detail .price_wrapper .price-note {
  align-items: center;
  align-self: center;
  display: flex;
  gap: 1rem;
}
.product-detail .price_wrapper .price-note .ribbon {
  font-size: 1rem;
}
.product-detail .price_wrapper .sale-price {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .product-detail .price_wrapper .sale-price {
    font-size: 1.3em;
    line-height: 1.625rem;
  }
}
.product-detail .price_wrapper .suggested-price {
  line-height: normal;
  margin-top: 0.25rem;
  width: 100%;
}
/*
***************
* oss lieferland
***************
*/
.product-detail .ws5_oss_articlewrapper {
  flex: 100%;
  margin: 1rem 0 -1rem 0;
}
.product-detail .ws5_oss_articlewrapper .ws5_oss_article_span {
  color: #000000;
  display: flex;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.product-detail .ws5_oss_articlewrapper .ws5_oss_article_span:hover {
  color: #e21838;
}
.product-detail .ws5_oss_articlewrapper .ws5_oss_article_text {
  display: inline-block;
  width: auto;
}
.product-detail .ws5_oss_articlewrapper .ws5_oss_articleImg img, .product-detail .ws5_oss_articlewrapper .select2-container--default img, body:has(.product-detail) .select2-container--default .select2-results__option .ws_oss_flagimage {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
}
.product-detail .ws5_oss_articlewrapper .ws5_oss_article_selection_wrapper {
  margin: -0.5rem 0 1rem 0;
}
.product-detail .ws5_oss_articlewrapper .select2-container--default .select2-selection--single {
  border: 1px solid #9b9b9b;
  border-radius: 0;
}
body:has(.product-detail) .select2-dropdown {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #9b9b9b;
}
body:has(.product-detail) .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #9b9b9b;
}
body:has(.product-detail) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ebebeb;
  color: #000000;
}
body:has(.product-detail) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable.select2-results__option--selected {
  background-color: #f5f7fa;
}
body:has(.product-detail) .select2-container--default .select2-results__option .select2-results__option {
  transition: all 0.3s ease-in-out;
}
/*
***************
* product stock status
***************
*/
.product-detail .product-info .stock-information {
  border: none;
  padding: 0;
}
.product-detail .product-info .delivery-status {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.product-detail .product-info .estimated-delivery {
  color: #000000;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.product-detail .product-info .estimated-delivery, .product-detail .product-info .estimated-delivery span {
  display: flex;
  gap: 0.25rem;
}
.product-detail .product-info .estimated-delivery .estimated-delivery-info {
  display: block;
}
.product-detail .product-info .product-offer .row:not(:has(div)) {
  display: none;
}
/*
***************
* notice for products with a specific shipping class
***************
*/
.product-detail .product-info .cart-button-notice, .product-detail .product-info .info-notice {
  align-items: flex-start;
  background-color: #f5f7fa;
  border: 1px solid #e21838;
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 0.75rem;
}
.product-detail .product-info .cart-button-notice i, .product-detail .product-info .info-notice i {
  margin-top: 0.3125rem;
}
.product-detail .product-info .cart-button-notice p, .product-detail .product-info .info-notice p {
  margin: 0;
}
/*
***************
* usp boxes
***************
*/
.product-detail .usp-boxes {
  column-gap: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  row-gap: 8px;
}
.product-detail .usp-boxes .usp-box {
  align-items: center;
  background-color: #f5f7fa;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.5rem;
}
.product-detail .usp-boxes .usp-box-icon {
  aspect-ratio: 1;
  display: inline-grid;
  font-weight: 400;
  margin: 0.125rem 0 0 0;
  place-items: center;
}
@media (min-width: 576px) {
  .product-detail .usp-boxes .usp-box-content {
    min-width: 8.125rem;
  }
}
.product-detail .usp-boxes .usp-box-title {
  font-weight: 700;
}
.product-detail .usp-boxes .usp-box-description {
  margin: 0;
}
/*
***************
* product variations
***************
*/
.product-detail .product-info .product-offer, .product-detail .product-info .product-offer > .row, .product-detail .product-info .product-offer .variations dl, .product-detail .product-info .product-offer .variations .form-group {
  margin: 0 !important;
}
.product-detail .product-info .product-offer .variations {
  margin: 1rem 0 0 0 !important;
  min-height: 5.1875rem;
}
.product-detail .product-info .product-offer .variations .col {
  padding: 0;
}
.product-detail .product-info .product-offer .variations dl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-detail .product-info .product-offer .variations .dropdown > .dropdown-menu {
  border: 1px solid #9b9b9b;
  box-shadow: none;
  margin-top: -1px;
  padding: 0;
}
.product-detail .product-info .product-offer .variations .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
.product-detail .product-info .product-offer .row:has(.updatingStockInfo.d-none) {
  display: none;
}
.product-detail .product-info .product-offer .variations .dropdown-toggle {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  outline: none !important;
  padding: 0.75rem 1rem;
  text-transform: none;
}
.product-detail .product-info .product-offer .variations .dropdown-toggle .filter-option, .product-detail .product-info .product-offer .variations .dropdown-toggle .filter-option-inner-inner {
  overflow: visible;
}
.product-detail .product-info .product-offer .variations .dropdown-menu .text {
  margin: 0;
}
.product-detail .product-info .product-offer .variations .dropdown-toggle .filter-option-inner-inner .variation-badge, .product-detail .product-info .product-offer .variations .dropdown-menu .variation-badge {
  color: #525252;
  font-size: 0.75rem;
  margin: 0 0.5rem;
}
.product-detail .product-info .product-offer .variations .dropdown-menu .variation .badge {
  margin-bottom: -0.5rem;
}
.product-detail .product-info .product-offer .variations .dropdown-menu .selected .check-mark {
  display: none;
}
.product-detail .product-info .product-offer .variations .js-btn-slider-btns {
  display: none;
}
.product-detail .product-info .product-offer .variations .swatches.form-row {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0.125rem 0;
}
@media (min-width: 992px) {
  .product-detail .product-info .product-offer .variations .swatches.form-row {
    grid-template-columns: repeat(5, 1fr);
  }
}
.product-detail .product-info .product-offer .variations .swatches .col {
  aspect-ratio: 1;
  border: 1px solid #9b9b9b;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.product-detail .product-info .product-offer .variations .swatches .col:has(.swatches-image.active) {
  border-color: #e21838;
}
.product-detail .product-info .product-offer .variations .swatches .col:has(.swatches-sold-out) {
  border-color: #ebebeb;
}
.product-detail .product-info .product-offer .variations .swatches .swatches-text {
  align-content: center;
  border: none;
  height: 100%;
  line-height: normal;
  margin: 0;
}
.product-detail .product-info .product-offer .variations .swatches .swatches-image {
  border: none;
  border-radius: 0;
  margin: -0.0625rem;
}
.product-detail .product-info .product-offer .variations .swatches .swatches-image img {
  padding: 0;
}
.product-detail .product-info .product-offer .variations .swatches .variation-badge {
  background: #ffffff;
  bottom: 1px;
  font-size: 0.75rem;
  left: 1px;
  position: absolute;
  width: calc(100% - 2px);
}
.product-detail #image_wrapper .variation-image-preview {
  border: 1px solid #ebebeb;
  box-shadow: none;
}
.product-detail #image_wrapper .variation-image-preview::before {
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  height: 1.5rem;
  margin: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1.5rem;
}
.product-detail #image_wrapper .variation-image-preview::after {
  display: none;
}
.product-detail #image_wrapper .variation-image-preview img {
  width: 100%;
}
/*
***************
* product bulk price table
***************
*/
.product-detail .product-info .product-offer .bulk-prices {
  background-color: rgb(from #e21838 r g b / 5%);
  border: 1px solid #e21838;
  margin-top: 1rem;
  padding: 1rem;
}
.product-detail .product-info .product-offer .bulk-prices .table {
  margin: -0.5rem 0;
}
.product-detail .product-info .product-offer .bulk-prices .table thead {
  display: none;
}
.product-detail .product-info .product-offer .bulk-prices .table tr:first-child td {
  border-top: none;
}
.product-detail .product-info .product-offer .bulk-prices .table tr td {
  align-content: center;
  border-top: 1px solid #e5e5e5;
  padding-left: 0;
  padding-right: 0;
}
.product-detail .product-info .product-offer .bulk-prices .table .bulk-price-amount {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  row-gap: 0.1875rem;
}
/*
***************
* product add to cart button
***************
*/
.product-detail .product-info .product-offer #add-to-cart {
  margin: 1rem 0 0 0;
}
.product-detail .product-info .product-offer #add-to-cart .input-group-text.unit {
  display: none;
}
.product-detail .product-info .product-offer #add-to-cart #quantity-grp, #cfg-container #product-configuration-sidebar #add-to-cart #quantity-grp {
  height: 2.75rem;
  max-height: 2.75rem;
  overflow: hidden;
}
.product-detail .product-info .product-offer #add-to-cart #quantity-grp .btn, #cfg-container #product-configuration-sidebar #add-to-cart #quantity-grp .btn {
  height: 2.75rem;
  max-height: 2.75rem;
  padding: 0.75rem 1rem;
}
.product-detail .product-info .product-offer #add-to-cart #quantity-grp #quantity, #cfg-container #product-configuration-sidebar #add-to-cart #quantity {
  padding: 0;
}
.product-detail .product-info .product-offer #add-to-cart .basket-form-inline, #cfg-container #product-configuration-sidebar #add-to-cart .basket-form-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin: 0;
}
.product-detail .product-info .product-offer #add-to-cart .basket-form-inline .col, #cfg-container #product-configuration-sidebar #add-to-cart .basket-form-inline .col {
  margin: 0;
  padding: 0;
}
.product-detail .product-info .product-offer #add-to-cart .basket-form-inline .col:first-of-type, #cfg-container #product-configuration-sidebar #add-to-cart .basket-form-inline .col:first-of-type {
  max-width: 10.625rem;
}
.product-detail .product-info .product-offer #add-to-cart .basket-form-inline .col:last-of-type, #cfg-container #product-configuration-sidebar #add-to-cart .basket-form-inline .col:last-of-type {
  flex: 1;
  max-width: 100%;
}
.product-detail .product-info .product-offer #add-to-cart .btn, #cfg-container #product-configuration-sidebar #add-to-cart .btn {
  height: 2.75rem;
}
.product-detail .product-info .product-offer #add-to-cart .btn .btn-basket-check span, #cfg-container #product-configuration-sidebar #add-to-cart .btn .btn-basket-check span {
  display: inline-block;
  margin: 0;
}
.product-detail .product-info .product-offer #add-to-cart .basket-form-inline i {
  display: none;
}
.product-detail .product-info .product-offer #ppc-productDetails-instalment-banner {
  display: none !important;
  margin-top: 1rem !important;
}
.product-detail .product-info .product-offer .express-paypal-checkout {
  align-content: center;
  margin: 1rem 0 -0.75rem 0;
  text-align: center;
}
.product-detail .product-info .product-offer .express-paypal-checkout:empty {
  display: none;
}
.product-detail .product-info .product-offer .express-paypal-checkout .paypal-buttons {
  height: 2.9375rem !important;
}
@media (min-width: 768px) {
  #paypal-button-productDetails-container {
    flex: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .product-detail .product-info .product-offer .express-paypal-checkout .ppc-standalone-buttons:first-child {
    padding-right: 0.25rem;
  }
  .product-detail .product-info .product-offer .express-paypal-checkout .ppc-standalone-buttons:last-child {
    padding-left: 0.25rem;
  }
}
/*
***************
* minimum order quantity notice
***************
*/
.product-detail .purchase-info {
  margin-top: 1rem;
}
.product-detail .purchase-info p {
  margin: 0;
}
/*
***************
* product accordion
***************
*/
.product-detail .container:has(> #tabAccordion) {
  padding: 0;
}
.product-detail #tabAccordion {
  margin: 0;
  margin-top: 2rem;
}
.product-detail #tabAccordion .card {
  border: none;
}
.product-detail #tabAccordion .card:last-child {
  margin-bottom: 0;
}
.product-detail #tabAccordion > .card .collapse {
  margin-bottom: 0;
}
.product-detail #tabAccordion > .card:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1rem;
}
.product-detail #tabAccordion > .card .card-header {
  background: none;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-detail #tabAccordion > .card .card-header {
    font-size: 1.3em;
    line-height: 1.625rem;
  }
}
.product-detail #tabAccordion .card .card-title {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75;
  text-transform: none;
}
.product-detail #tabAccordion > .card .card-body {
  padding: 0.5rem 0 0 0;
}
.product-detail #tabAccordion #tab-attributes {
  margin: 0.5rem 0 0 0;
}
.product-detail #tabAccordion #tab-attributes .product-attributes, .product-detail #tabAccordion #tab-attributes .table {
  margin: 0;
}
.product-detail #tabAccordion #tab-attributes .table tr, .product-detail #tabAccordion #tab-attributes .table td {
  background: none;
  border: none;
}
.product-detail #tabAccordion #tab-attributes .table tr:nth-child(odd) {
  background-color: #f5f7fa;
}
.product-detail #tabAccordion #tab-attributes .table td {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.75;
  text-transform: none;
  vertical-align: top;
}
.product-detail #tabAccordion #tab-attributes .table tr td {
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.product-detail #tabAccordion #tab-attributes .table .attr-characteristic {
  column-gap: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 18.75rem;
}
.product-detail #tabAccordion #tab-attributes .table .attr-characteristic a {
  display: flex;
  gap: 0.25rem;
  margin: 0;
}
.product-detail #tabAccordion #tab-attributes .table .product-attribute-item:not(:last-child)::after {
  content: ",";
  margin-left: -0.25rem;
}
.product-detail #tabAccordion #tab-manufacturer .product-manufacturer-title {
  font-weight: 700;
}
.product-detail #tabAccordion #tab-manufacturer .product-manufacturer-info {
  margin-top: 0.5rem;
}
.product-detail #tabAccordion #reviews-overview > .col.order-1 {
  margin-bottom: 1rem;
}
.product-detail #tabAccordion #reviews-overview .subheadline {
  margin: 0;
}
.product-detail #tabAccordion #reviews-overview #article_rating {
  margin-bottom: 0;
}
.product-detail #tabAccordion #reviews-overview .btn {
  margin: 0 auto 0 0;
}
.product-detail #tabAccordion .reviews {
  margin: 0;
}
.product-detail #tabAccordion .reviews-list {
  margin-top: 1rem;
}
.product-detail #tabAccordion .reviews-list .review-item .review-author {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.product-detail #tabAccordion .reviews-list .review-item .review-author-meta {
  margin-bottom: -0.25rem;
}
.product-detail #tabAccordion .reviews-list .review-item .review-author-image {
  align-items: center;
  background-color: #ebebeb;
  border-radius: 200px;
  display: flex;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}
.product-detail #tabAccordion .reviews-list .review-item .review-author-text {
  display: flex;
  flex-direction: column;
}
.product-detail #tabAccordion .reviews-list .review-item .review-rating {
  margin-left: auto;
}
.product-detail #tabAccordion .reviews-list .review-item .review-title {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-detail #tabAccordion .reviews-list .review-item .verified-purchase {
  color: #1c871e;
}
.product-detail #tabAccordion .reviews-list .review-item .review-title-text, .product-detail #tabAccordion .reviews-list .review-item .review-reply blockquote {
  margin: 0;
}
.product-detail #tabAccordion .reviews-list .review-item .review-reply .subheadline, .product-detail #tabAccordion .reviews-list .review-item .review-reply p {
  margin-bottom: 0.5rem;
}
.product-detail #tabAccordion #tab-votes > .card-body > .card {
  margin-top: 1rem;
}
.product-detail #tabAccordion #tab-votes > .card-body .review .fa-star, .product-detail #tabAccordion #tab-votes > .card-body .review .fa-star-o {
  color: #f39932;
}
.product-detail #tabAccordion #tab-votes > .card-body .review .fa-star::before {
  content: "" !important;
}
.product-detail #tabAccordion #tab-votes > .card-body .review .fa-star-o::before {
  content: "" !important;
}
.product-detail #tabAccordion #tab-votes > .card-body .review p {
  margin: 0;
}
.product-detail #tabAccordion #tab-questionOnItem .ml-auto-util {
  margin-left: 0;
}
.product-detail #tabAccordion #tab-availabilityNotification hr {
  display: none;
}
.product-detail #tabAccordion #tab-availabilityNotification .col:not(.col-md-auto) {
  flex: 100%;
  max-width: 100%;
}
.product-detail #tabAccordion #tab-Video .mediafiles {
  column-count: 1;
}
.product-detail #tabAccordion #tab-Video .mediafiles .mediafiles-description {
  padding-bottom: 0.5rem;
}
/*
***************
* ws5_oftzusammengekauft
***************
*/
#result-wrapper .ws5_ozg_container {
  background-color: #f5f7fa;
  border: 1px solid #9b9b9b;
  margin: 2rem auto;
  padding: 1rem;
}
@media (min-width: 992px) {
  #result-wrapper .ws5_ozg_container {
    margin: 3.5rem auto;
    padding: 1.5rem;
  }
}
#result-wrapper .ws5_ozg_container .ws5_ozg_success_message {
  margin-bottom: 1rem;
}
#result-wrapper .ws5_ozg_container .ws5_ozg_box_headline {
  font-family: "Work Sans", sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #result-wrapper .ws5_ozg_container .ws5_ozg_box_headline {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
#result-wrapper .ws5_ozg_container .ws5_ozg_box_content {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #result-wrapper .ws5_ozg_container .ws5_ozg_box_content {
    margin-bottom: 0;
  }
}
#result-wrapper .ws5_ozg_container .ws5_ozg_artikel {
  flex: 1;
  max-width: 12.5rem;
  text-decoration: none;
}
#result-wrapper .ws5_ozg_container .ws5_ozg_bildcontainer {
  height: auto;
  max-width: 100%;
}
#result-wrapper .ws5_ozg_container .ws5_ozg_artikel img {
  aspect-ratio: 1;
  border: 1px solid #ebebeb;
  height: auto;
  max-height: unset;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}
#result-wrapper .ws5_ozg_container .ws5_ozg_artikelname {
  line-height: 1.5;
  margin: 0.5rem 0 0 0;
  overflow-wrap: anywhere;
  text-align: left;
}
#result-wrapper .ws5_ozg_container .ws5_ozg_artikelname strong {
  font-weight: 400 !important;
}
#result-wrapper .ws5_ozg_container .ws5_ozg_checkbox_container {
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 992px) {
  #result-wrapper .ws5_ozg_container .ws5_ozg_checkbox_container {
    gap: 0;
    padding: 1rem 1rem 0 1rem;
  }
}
@media (min-width: 992px) {
  #result-wrapper .ws5_ozg_container .ws5_ozg_checkbox_container {
    padding: 0 1rem;
  }
}
#result-wrapper .ws5_ozg_container .ws5_ozg_checkbox_row {
  align-items: flex-start;
  margin: 0;
}
@media (min-width: 992px) {
  #result-wrapper .ws5_ozg_container .ws5_ozg_checkbox_row {
    flex-wrap: nowrap;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #result-wrapper .ws5_ozg_container .ws5_ozg_checkbox_row .col-1 {
    padding-left: 0;
  }
}
#result-wrapper .ws5_ozg_container .ws5_ozg_checkbox_row .col-11 {
  padding-left: 0.5rem;
}
#result-wrapper .ws5_ozg_container .ws5_ozg_checkbox_row .col-11 .ws5_ozg_checkbox_label {
  cursor: pointer;
  line-height: 1.5;
}
#result-wrapper .ws5_ozg_container .ws5_ozg_warenkorb_button {
  border-radius: 0;
  height: 2.75rem;
  margin: 0;
  padding: 0.75rem 1.5rem;
}
/*
***************
* product description
***************
*/
#result-wrapper .product-content {
  gap: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 0;
}
@media (min-width: 992px) {
  #result-wrapper .product-content {
    gap: 0;
    margin-bottom: 3.5rem;
    margin-top: 3.5rem;
  }
}
#result-wrapper .product-content .product-description-heading {
  margin-bottom: 2rem;
}
#result-wrapper .product-description h2, #result-wrapper .product-description .h2, #result-wrapper .product-description .product-matrix .product-matrix-title, .product-matrix #result-wrapper .product-description .product-matrix-title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #result-wrapper .product-description h2, #result-wrapper .product-description .h2, #result-wrapper .product-description .product-matrix .product-matrix-title, .product-matrix #result-wrapper .product-description .product-matrix-title {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
  }
}
#result-wrapper .product-description h3, #result-wrapper .product-description .h3, #result-wrapper .product-description h4, #result-wrapper .product-description .h4, #result-wrapper .product-description h5, #result-wrapper .product-description .h5, #result-wrapper .product-description h6, #result-wrapper .product-description .h6 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #result-wrapper .product-description h3, #result-wrapper .product-description .h3, #result-wrapper .product-description h4, #result-wrapper .product-description .h4, #result-wrapper .product-description h5, #result-wrapper .product-description .h5, #result-wrapper .product-description h6, #result-wrapper .product-description .h6 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem;
  }
}
#result-wrapper .product-description > *:first-child, #result-wrapper .product-description .hintergrund-box-clp > *:first-child, #result-wrapper .product-description .clp-notice > *:first-child {
  margin-top: 0;
}
#result-wrapper .product-description ul, #result-wrapper .product-description ol {
  padding-inline-start: 1rem;
}
#result-wrapper .product-description .hintergrund-box-clp, #result-wrapper .product-description .clp-notice {
  border: 1px solid #b90000;
  margin-top: 2rem;
  padding: 1rem;
}
#result-wrapper .product-description > *:last-child, #result-wrapper .product-description .hintergrund-box-clp > *:last-child, #result-wrapper .product-description .clp-notice > *:last-child {
  margin-bottom: 0;
}
/*
***************
* product cross-sells
***************
*/
.product-content .product-xsell-wrapper {
  align-self: flex-start;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
}
.product-content .product-xsell-wrapper .productlist-filter-headline {
  grid-column: span 2;
  margin-bottom: -0.5rem;
}
/*
*****************
* bundle products
*****************
*/
#result-wrapper .partslist {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #result-wrapper .partslist {
    margin-bottom: 3.5rem;
  }
}
/*
*****************
* recommendations
*****************
*/
#result-wrapper .recommendations {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  #result-wrapper .recommendations {
    gap: 3.5rem;
  }
}
/*
*****************
* configurable products
*****************
*/
.product-detail .product-info .product-offer .btn.start-configuration {
  margin: 1rem -1rem 0 -1rem;
  width: calc(100% + 2rem);
}
@media (min-width: 992px) {
  .product-detail .product-info .product-offer .btn.start-configuration {
    margin: 1rem auto 0 -1rem;
    width: auto;
  }
}
#product-configurator {
  background-color: #ffffff;
  margin-bottom: 0;
  margin-top: 2rem;
  padding: 0;
}
#cfg-container {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
}
#cfg-container > .col {
  flex: 1;
  max-width: 100%;
}
#cfg-container .cfg-group {
  border-color: #ebebeb;
}
@media (max-width: 991.98px) {
  #cfg-container .cfg-group {
    padding-top: 0;
  }
}
#cfg-container .cfg-group:last-child {
  margin-bottom: 0 !important;
}
#cfg-container .cfg-group .cfg-option-heading {
  background: none;
  margin-bottom: 0.5rem;
  text-align: center;
}
#cfg-container .cfg-group .cfg-group-info {
  position: relative;
  top: unset !important;
  z-index: 1;
}
#cfg-container .cfg-group .group-description p, #cfg-container .cfg-group .form-group {
  margin-bottom: 0;
}
#cfg-container .cfg-group .config-option-dropdown {
  line-height: normal;
  margin-top: 0;
}
#cfg-container .cfg-group .cfg-item-description {
  margin: 1rem 0 0 0;
}
#cfg-container .cfg-group .cfg-item-description > .col {
  align-items: flex-start !important;
  align-self: flex-start;
  padding: 0;
}
#cfg-container .cfg-group .cfg-item-description img {
  border: 1px solid #ebebeb;
}
#cfg-container .cfg-group .cfg-item-description dl {
  margin-left: 0.5rem;
}
#cfg-container .cfg-group .cfg-item-description .price-note {
  display: none;
}
#cfg-container .cfg-group .cfg-item-description .badge {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-self: flex-start;
  line-height: normal;
}
#cfg-container .cfg-group .cfg-item-description-description {
  display: none;
}
#cfg-container .cfg-group .cfg-item-detail-button {
  cursor: pointer;
}
#cfg-container .cfg-group .cfg-item-detail-button .badge {
  margin-top: 0.5rem;
}
#cfg-container .cfg-group .custom-checkbox .config-item {
  border: 1px solid #ebebeb;
  padding: 0.75rem;
}
#cfg-container .cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item {
  border-color: #e21838;
}
#cfg-container .cfg-group .custom-checkbox .config-item .badge {
  display: none;
}
#cfg-container #product-configuration-sidebar {
  background-color: #ffffff;
  border-color: #e21838;
  z-index: 10;
}
#cfg-container #product-configuration-sidebar .panel-title {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #cfg-container #product-configuration-sidebar .panel-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
#cfg-container #product-configuration-sidebar .config-table {
  margin-bottom: -0.5rem;
}
#cfg-container #product-configuration-sidebar .config-table thead {
  display: none;
}
#cfg-container #product-configuration-sidebar .config-table tbody tr:first-child td {
  border-top: none;
}
#cfg-container #product-configuration-sidebar .config-table .accent-bg {
  background: none;
}
#cfg-container #product-configuration-sidebar .config-table tr > td:first-child {
  padding-left: 0;
}
#cfg-container #product-configuration-sidebar .config-table tr > td:last-child {
  padding-right: 0;
}
#cfg-container #product-configuration-sidebar .config-table tfoot {
  display: none;
}
#cfg-container #product-configuration-sidebar .basket-form-inline {
  margin-bottom: 0;
}
#cfg-container #product-configuration-sidebar #add-to-cart {
  margin-top: 1rem;
}
#cfg-container #product-configuration-sidebar #add-to-cart .btn {
  display: flex;
}
#cfg-container #product-configuration-sidebar #add-to-cart .btn .btn-basket-check span {
  display: inline-block;
}
#cfg-container #product-configuration-sidebar #add-to-cart .btn .btn-basket-check i {
  display: none;
}
/*
***************
* opc content
***************
*/
.opc-default-content .opc-Container > div:not(.row) > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(script), .opc-default-content:not(:has(.opc-Container)) > div:not(.row) > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(script) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 52.5rem;
}
.opc-default-content h1, .opc-default-content h2, .opc-default-content h3, .opc-default-content h4, .opc-default-content h5, .opc-default-content h6 {
  text-align: center;
  margin-top: 2rem;
}
.opc-default-content h1, .opc-default-content:not(:has(.opc-Container)) div > *:first-child {
  margin-top: 0;
}
.opc-default-content h3, .opc-default-content h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.opc-default-content h5 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .opc-default-content h3, .opc-default-content h4 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .opc-default-content h5 {
    font-size: 1.3em;
    line-height: 1.625rem;
  }
}
.productlist-category-text p {
  white-space: pre-line;
}
.opc-default-content ul, .opc-default-content ol {
  padding-left: 1.5rem;
}
.opc-default-content img {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=productdetails.css.map */