@charset "UTF-8";
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
/* focus-states */
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
@import '../base/slick/slick-lightbox.css';
h1, h2, h3, h4, h5, h6,
.h1, .h2, .product-matrix .product-matrix-title, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #525252;
}

h1, .h1 {
  font-size: 1.875rem;
}

h2, .h2, .product-matrix .product-matrix-title {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1rem;
}

h4, .h4 {
  font-size: 0.875rem;
}

h5, .h5 {
  font-size: 0.875rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #707070;
}
.blockquote-footer::before {
  content: "— ";
}

#footer .productlist-filter-headline {
  border-bottom: 0 solid #ebebeb;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  padding-bottom: 0;
}

.modal .productlist-filter-wrapper {
  max-height: 75vh;
  overflow-x: auto;
  padding-right: 10px;
}

.productlist-filter:not(.collapse) {
  display: none;
}
@media (min-width: 992px) {
  .productlist-filter:not(.collapse) {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .productlist-filter#collapseFilter {
    position: fixed;
    width: 100%;
    height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    z-index: 1050;
    background: #ffffff;
    top: 0;
    left: 0;
    transform: translateY(-3rem);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
  }
  .productlist-filter#collapseFilter.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .productlist-filter#collapseFilter .productlist-filter-wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    overflow: auto;
  }
  .productlist-filter#collapseFilter .productlist-filter-wrapper .dropdown-menu .dropdown-item {
    text-decoration: none;
    white-space: normal;
  }
  .productlist-filter#collapseFilter .productlist-filter-footer {
    background: #ffffff;
    box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
  }
}

.filter-item {
  padding: 0.25rem 0;
  display: block;
  text-decoration: none;
  margin: 0 3px;
}
.filter-item .filter-img {
  width: auto;
  height: 42px;
  max-width: 42px;
  margin: 0.2rem;
  border: 3px solid transparent;
  object-fit: contain;
}
.filter-item.active, .filter-item:active {
  color: #525252;
  font-weight: 600;
  background-color: transparent;
}
.filter-item.active .filter-img, .filter-item:active .filter-img {
  border: 3px solid #e46066;
  border-radius: 0.125rem;
}
.filter-item.dropdown-item {
  padding: 0.25rem 1.5rem;
}
.filter-item .badge {
  word-break: keep-all;
}

.filter-search-wrapper .form-clear {
  bottom: 13px;
  right: 7px;
}
.filter-search-wrapper .input-group-text {
  background-color: #ffffff;
}
.filter-search-wrapper .filter-search {
  margin-bottom: 0.5rem;
}
.filter-search-wrapper .filter-search:focus {
  box-shadow: none;
  border-color: inherit;
}
.filter-search-wrapper .filter-search {
  border-left: 0;
}
.filter-search-wrapper.input-group-selected .input-group-text, .filter-search-wrapper.input-group-selected .filter-search {
  transition: none;
  border-color: #e46066;
  border-width: 2px;
}
.filter-search-wrapper.input-group-selected .input-group-text {
  border-right-width: 0px;
}

.productlist-filter-categories > .nav-item > .nav-link {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.productlist-filter-categories > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 0 0.375rem;
  border-color: #e46066;
  border-style: solid;
  transition: width 0.4s ease-in-out;
  width: 0;
}
.productlist-filter-categories > .nav-item > .nav-link.active {
  padding-bottom: 0.875rem;
}
.productlist-filter-categories > .nav-item > .nav-link.active::before {
  width: 100%;
}
.productlist-filter-categories .nav-link {
  padding: 0.5rem 2rem;
}
.productlist-filter-categories .nav-link.active {
  font-weight: 700;
}
.productlist-filter-categories .nav-link.active + .submenu {
  background: #9b9b9b;
}

.productlist-filter-accordion {
  border-left: 0;
  border-right: 0;
  list-style: none;
  padding: 1rem;
}
.productlist-filter-accordion li {
  padding: 1rem 0;
}
.productlist-filter-accordion li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.productlist-filter-accordion [data-toggle=collapse] {
  padding: 1rem 0;
  margin: -1rem 0;
  text-decoration: none;
}
.productlist-filter-accordion .filter-search-wrapper {
  padding-top: 0.5rem;
}

.list-gallery img.first {
  opacity: 1;
  transition: opacity 0.35s linear;
}
.list-gallery img.second {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.list-gallery:hover img.first {
  opacity: 0;
}
.list-gallery:hover img.second {
  opacity: 1;
}

.row.gallery .product-wrapper {
  border-bottom: none;
  border-right: none;
}

.productlist-header-description-image {
  margin-bottom: 2rem;
}

#product-list .product-wrapper:not(:last-child) {
  margin-bottom: 4rem;
}
#product-list.layout-gallery .productbox-hover.productbox-show-variations.transition, #product-list.layout-gallery .productbox-hover.productbox-show-variations:hover, #product-list.layout-gallery .productbox-hover.productbox-show-variations:focus, #product-list.layout-gallery .productbox-hover.productbox-show-variations.focus {
  position: absolute;
  z-index: 1000;
  padding: 1rem 1rem 0;
  margin: -1rem;
  width: 100%;
}
#product-list.layout-gallery .productbox-hover.productbox-show-variations.show-variation-collapse:hover {
  background-color: #ffffff;
}

#result-wrapper .title {
  margin-bottom: 1.5rem;
}
#result-wrapper .desc::after {
  display: block;
  clear: both;
  content: "";
}
#result-wrapper .desc {
  margin-bottom: 2rem;
}

.content-cats-small {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .content-cats-small > div {
    margin-bottom: 1rem;
  }
}
.content-cats-small .sub-categories {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.content-cats-small .sub-categories .subcategories-image {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.content-cats-small::after {
  display: block;
  clear: both;
  content: "";
}
.content-cats-small .outer {
  margin-bottom: 0.5rem;
}
.content-cats-small .caption {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .content-cats-small .caption {
    text-align: center;
  }
}
.content-cats-small hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

.item-delivery-status {
  margin-bottom: 1rem;
}

.item-list-price {
  margin-bottom: 1rem;
}

.item-list-basket-details {
  margin-top: 2rem;
}

.basket-details-add-to-cart {
  margin-top: 1rem;
}

#result-options .col {
  justify-content: space-between;
}

.item-slider.productbox-image {
  margin-bottom: 0;
}

.variations-list {
  margin-bottom: 0;
}

.item-list-description {
  display: none;
}
@media (min-width: 768px) {
  .item-list-description {
    display: block;
  }
}
.item-list-description {
  margin-bottom: 0.25rem;
  margin-top: -0.5rem;
}

.active-filters {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.gallery,
.list {
  align-items: flex-start;
}
.gallery .image-wrapper,
.list .image-wrapper {
  display: block;
  position: relative;
}
.gallery .image-wrapper .yousave,
.list .image-wrapper .yousave {
  position: absolute;
  padding: 0.5rem 0.75rem;
  left: 0.5rem;
}

.list .productbox-details dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery .image-wrapper .yousave {
  margin-top: -2rem;
}

.list .image-wrapper .yousave {
  margin-top: -1.6rem;
}

.layout-gallery .variations .variation-wrapper .form-group {
  margin-bottom: 0;
}

.is-mobile .show-variation-collapse .productbox-onhover.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.swatches-image.focus, .swatches-text.focus {
  outline: 2px solid rgb(242.8064516129, 183.1935483871, 185.9032258065);
  border-radius: 0.125rem;
}

.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;
  border-radius: 0.125rem;
}
#image_wrapper.fullscreen .product-detail-image-preview-bar {
  background: #ffffff;
  border-radius: 0.125rem;
}
#image_wrapper.fullscreen .product-detail-image-topbar {
  background: #ffffff;
  height: 20px;
  display: block;
  margin-bottom: 0;
  border-radius: 0.125rem;
}
#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close {
  background-color: #ebebeb;
  color: #707070;
  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: #e46066;
  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 #ebebeb;
  opacity: 0;
  transition: opacity 300ms;
  border-radius: 0.125rem;
  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.15625rem;
  border-width: 14px 0px 14px 18px;
  border-color: transparent transparent transparent #ebebeb;
}
#image_wrapper .variation-image-preview::after {
  margin-top: 0.09375rem;
  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: #e46066;
}
#image_wrapper .product-thumbnails .square-image {
  margin-bottom: 0;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images {
  width: 15.8%;
  min-width: 15.8%;
  height: 100%;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images:not(.preview-first) {
  opacity: 0.5;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images {
  padding: 0;
  border: 1px solid #525252;
  border-radius: 0.125rem;
  margin: 0 0.5rem;
}
@media (max-width: 1299.98px) {
  #image_wrapper .product-thumbnails:not(.slick-initialized) div.js-gallery-images {
    width: 14.4%;
    min-width: 14.4%;
  }
}
#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(20% - 1rem);
  min-width: calc(20% - 1rem);
}
#image_wrapper .product-thumbnails:not(.slick-initialized) .slick-prev {
  margin-right: -0.5rem;
  animation: 0.5s fadeIn;
  animation-fill-mode: forwards;
  opacity: 0;
}
#image_wrapper .product-thumbnails:not(.slick-initialized) .slick-next {
  margin-left: -0.5rem;
  animation: 0.5s fadeIn;
  animation-fill-mode: forwards;
  opacity: 0;
}

.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: white;
}

#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: rgba(0, 0, 0, 0.1);
    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: #707070;
}
#cfg-container .modal-body {
  padding: 1rem 0 0;
}
#cfg-container .cfg-price {
  text-align: right;
  white-space: nowrap;
}
#cfg-container .custom-control:focus > label {
  outline: 2px solid rgb(242.8064516129, 183.1935483871, 185.9032258065);
  border-radius: 0.125rem;
  outline-offset: 1px;
}
#cfg-container .custom-control:focus-within > label {
  outline: 2px solid rgb(242.8064516129, 183.1935483871, 185.9032258065);
  border-radius: 0.125rem;
  outline-offset: 1px;
}

#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: #707070;
}

.modal-body .tab-content {
  margin-top: 0;
  margin-bottom: 1rem;
}

#cfg-modal-tabs {
  margin-bottom: -1rem;
}

#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.625rem;
}
#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-container-tab-panes {
  border-bottom: 2px solid #ebebeb;
  /*@include media-breakpoint-down(sm) {
  	height: calc((var(--vh, 1vh) * 87) - 5rem);
  }*/
}

.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;
  outline: 2px solid #f8f8f8;
  border-radius: 0;
}
.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: #525252;
}
.cfg-group .custom-control {
  margin: 2px;
  padding-left: 0;
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item {
  outline-color: rgb(242.8064516129, 183.1935483871, 185.9032258065);
}
.cfg-group .cfg-swatch:checked ~ .custom-control-label .config-item .badge-circle {
  display: flex;
  background-color: #e46066;
  border-color: #e46066;
  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: #f5f7fa;
}

@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 #9b9b9b;
  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: 0.875rem;
}
#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 .col {
  margin-left: auto;
}
.product-matrix .product-matrix-submit {
  margin-top: 1rem;
}
.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: #707070;
  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 input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.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: #525252;
}

.product-configuration-sidebar-wrapper {
  z-index: 1019;
}

.cfg-position-details.cfg-layout-list .product-configuration-sidebar-wrapper {
  border: 1px solid #ebebeb;
  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 #ebebeb;
  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 #ebebeb;
    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: #f39932;
}

.product-detail-image-preview-bar {
  display: flex;
  gap: var(--space-1);
  flex-wrap: wrap;
}

#filter-checkboxes {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  #filter-checkboxes .custom-checkbox label {
    max-width: 32vw;
  }
}
#filter-checkboxes .custom-checkbox label, #filter-checkboxes .custom-checkbox ::after {
  cursor: pointer;
}

.delete-link-times {
  position: absolute;
  z-index: 1;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 1rem;
}

.comparelist .table tr.comparelist-row td:first-child {
  position: sticky;
  left: 0;
  z-index: 996;
}
.comparelist .table thead th:first-child {
  z-index: 1000;
  border: 0 none;
  left: -1px;
}
.comparelist .table thead th:not(:first-child) {
  z-index: 998;
}
.comparelist .table thead th {
  background: #ffffff;
  vertical-align: top;
  z-index: 999;
}
.comparelist .table tbody td:first-child {
  background-color: #f5f7fa;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .comparelist .table td {
    padding: 0.3rem;
  }
  .comparelist .table td:first-child > div {
    width: 110px;
  }
  .comparelist .table th {
    padding: 0;
  }
}
.comparelist .stretched {
  display: flex;
  flex-direction: column;
}
.comparelist .comparelist-label-button th {
  padding: 0;
  border: 0;
}

.custom-checkbox + .description {
  margin-left: 1.5rem;
}

.comparelist-checkboxes {
  padding-top: 1rem;
}
.comparelist-checkboxes .comparelist-checkbox-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.comparelist-item {
  padding-bottom: 0;
  text-align: center;
}
.comparelist-item .comparelist-item-image {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.comparelist-item .comparelist-item-more {
  padding-left: 0;
}

.comparelist-delete-all {
  float: right;
}

.selection-wizard-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.selection-wizard-wrapper .selection-wizard-desc {
  margin-bottom: 0;
}
.selection-wizard-wrapper .selection-wizard {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.selection-wizard-wrapper .selection-wizard-question .row {
  text-align: center;
}
.selection-wizard-wrapper .selection-wizard-question .selection-wizard-question-item {
  margin-bottom: 1rem;
}
.selection-wizard-wrapper .selection-wizard-answer {
  display: block;
}
