/**
 * Product image slider
 */
#product-images-slider .carousel-item {
  position: relative;
  padding-top: 100%;
}
#product-images-slider .carousel-item img {
  max-width: 100%;
  max-height: 100%;
}
#product-images-slider .carousel-item .image-click,
#product-images-slider .carousel-item .video-click {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#product-images-slider .carousel-item .video-click:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -.35em;
  vertical-align: middle;
  width: 0;
}
#product-images-slider .carousel-item .video-link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
}
#product-images-slider .carousel-item .video-player {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-width: 380px;
  max-height: 214px;
}
#product-images-slider .carousel-control-prev,
#product-images-slider .carousel-control-next {
  min-width: 48px;
  min-height: 48px;
  top: 75%;
  transform: translateY(-150%);
  opacity: .75;
}
#product-images-slider .carousel-control-prev:hover,
#product-images-slider .carousel-control-next:hover {
  opacity: 1;
}
#product-images-slider .carousel-control-prev-icon,
#product-images-slider .carousel-control-next-icon {
  width: 44px;
  height: 44px;
  background-color: #c2c2c2;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}
#product-images-slider .carousel-indicators {
  display: block;
  max-height: 550px;
  list-style: none;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  justify-content: normal;
  scrollbar-color: grey white;
  scrollbar-width: thin;
}
#product-images-slider .carousel-indicators::-webkit-scrollbar-track {
  background-color: #eff4ef;
}
#product-images-slider .carousel-indicators::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #bfc3bf;
}
#product-images-slider .carousel-indicators::-webkit-scrollbar-thumb {
  background-color: #a7aaa7;
}
#product-images-slider .carousel-indicators li {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 12px;
  text-indent: 0;
  text-align: center;
  word-spacing: -.35em;
  border: none;
  opacity: 1;
}
#product-images-slider .carousel-indicators li img {
  max-width: 50px;
  max-height: 50px;
}
#product-images-slider .carousel-indicators li video {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-height: 100%;
}
#product-images-slider .thumbnails.carousel-indicators li {
  border: 1px solid #ccc;
}
#product-images-slider .thumbnails.carousel-indicators li.active {
  border-color: #d51130;
}
#product-images-slider .thumbnails.carousel-indicators li.video-thumb {
  width: 74px;
  height: 74px;
  padding: 0;
}
#product-images-slider .thumbnails.carousel-indicators li.video-thumb:after {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  background: url('/assets/images/shop/video-overlay.png') no-repeat;
  background-size: contain;
}
#product-images-slider .product-brand {
  position: absolute;
  left: 15px;
  top: 5px;
  max-width: 150px;
  height: 50px;
}
#product-images-slider .product-brand img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
@media (min-width: 1200px) {
  #product-images-slider .carousel-indicators {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #product-images-slider .carousel-indicators li {
    display: block;
  }
  #product-images-slider .thumbnails.carousel-indicators {
    direction: rtl;
  }
  #product-images-slider .thumbnails.carousel-indicators li {
    border-bottom: none;
  }
  #product-images-slider .thumbnails.carousel-indicators li:last-child {
    border-bottom: 1px solid #ccc;
  }
  #product-images-slider .thumbnails.carousel-indicators li.active:last-child {
    border-bottom-color: #d51130;
  }
  #product-images-slider .thumbnails.carousel-indicators li.active + li {
    border-top-color: #d51130;
  }
  #product-images-slider .thumbnails.carousel-indicators li.video-thumb {
    width: 99px;
    padding: 12px 0;
  }
  #product-images-slider .thumbnails.carousel-indicators li.video-thumb:before {
    top: 16px;
  }
}
@media (min-width: 1800px) {
  #product-images-slider .carousel-indicators li {
    width: 75px;
    height: 75px;
  }
  #product-images-slider .carousel-indicators li img {
    max-width: 75px;
    max-height: 75px;
  }
}

/**
 * Product cta box
 */
#product-cta-box .hide {
  display: none;
}
#product-cta-box .addtocart-qty {
  min-width: 50px;
}
#product-cta-box .addtocart:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  cursor: not-allowed;
}
#product-cta-box .dropdown-toggle {
  position: relative;
  padding: .725rem 1.75rem .725rem .75rem;
  border-color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
#product-cta-box .dropdown-toggle:after {
  position: absolute;
  right: .75rem;
  top: 1.25rem;
  margin: 0;
  vertical-align: unset;
}
#product-cta-box .dropdown-toggle:focus {
  box-shadow: none;
}
#product-cta-box .dropdown-menu {
  width: 100%;
  padding: 0;
  z-index: 20;
  border-color: #ccc;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
  transform: none !important;
  top: auto !important;
}
#product-cta-box .dropdown-menu .product-group {
  background-color: #3c3c3b;
  color: #fff;
  font-weight: bold;
}
#product-cta-box .dropdown-menu .product-variant {
  display: table-row;
  padding: 0;
}
#product-cta-box .dropdown-menu .product-variant:nth-child(odd) {
  background-color: #fff;
}
#product-cta-box .dropdown-menu .product-variant:nth-child(even) {
  background-color: #f2f2f2;
}
#product-cta-box .dropdown-menu .product-variant:hover {
  background-color: #fff6bf;
}
#product-cta-box .dropdown-menu .product-variant.inactive {
  background-color: #f8d7da;
  color: #58151c;
}
@media (min-width: 768px) {
  #product-cta-box .dropdown-menu {
    width: 200%;
  }
}
@media (min-width: 1800px) {
  #product-cta-box .dropdown-menu {
    width: 150%;
  }
}
#content .product-detail .product-stock {
  margin-bottom: .5em;
}
#content .product-detail .product-shipping-price.free {
  color: #2b8731;
}
#content .product-detail .product-shopping-counter {
  font-size: 0.9em;
}
#content .product-detail .product-price-option {
  display: flex;
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #cbcbcb;
}
#content .product-detail .product-price-option.option-block {
  display: block;
}
#content .product-detail .product-price-option:last-child {
  border-bottom: none;
}

#content .product-detail ul.list-style-square {
  padding-left: 1.1em;
  list-style-type: square;
}
#content .product-detail ul.list-style-square li::marker {
  color: #3c3c3b;
}

#content .product-detail .product-guarantee-extension-box svg {
  margin-top: .6em;
}
#guaranteeExt-tooltip .modal-dialog {
  max-width: 750px;
}
.product-detail .product-info-list {
  margin-left: 15px;
  margin-right: 10px;
}
.product-detail .product-info-list li {
  padding: .25em 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.product-detail .product-info-list li:last-child {
  border-bottom: none;
}
.product-detail .product-info-list .option-free:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-bottom: -3px;
  background-image: url("/assets/images/shop/discount.png");
  background-size: contain;
}
.product-detail .product-info-list .option-free span {
  color: #d51130;
  white-space: nowrap;
}

/**
 * Promotion details
 */
.homepage .promotion-hint,
.product-list .promotion-hint {
  font-size: 0.95em;
}
.product-detail .promotion-hint,
.brand-category .promotion-hint {
  font-size: 0.85em;
}
.homepage .promotion-hint,
.product-list .promotion-hint,
.product-detail .promotion-hint,
.brand-category .promotion-hint {
  width: 100%;
}
.product-list .promotion-hint {
  width: auto;
  margin: 0 -0.6em 0.25em;
}
.homepage .promotion-hint p,
.product-list .promotion-hint p,
.product-detail .promotion-hint p,
.brand-category .promotion-hint p {
  line-height: 1.25em;
}
.homepage .promotion-hint .bg-red,
.product-list .promotion-hint .bg-red,
.product-detail .promotion-hint .bg-red,
.brand-category .promotion-hint .bg-red {
  background-color: #d51130;
  color: #fff;
}
.homepage .promotion-hint .bg-grey-dark,
.product-list .promotion-hint .bg-grey-dark,
.product-detail .promotion-hint .bg-grey-dark,
.brand-category .promotion-hint .bg-grey-dark {
  background-color: #3c3c3b;
  color: #fff;
}
.homepage .promotion-hint .bg-grey-light,
.product-list .promotion-hint .bg-grey-light,
.product-detail .promotion-hint .bg-grey-light,
.brand-category .promotion-hint .bg-grey-light {
  background-color: #f3f3f3;
}
.homepage .promotion-hint .font-red,
.product-list .promotion-hint .font-red,
.product-detail .promotion-hint .font-red,
.brand-category .promotion-hint .font-red {
  color: #d51130;
}

#addon-product-table {
  display: table;
  width: 100%;
}
#addon-product-table label.image,
#addon-product-table label.name {
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  cursor: pointer;
}
#addon-product-table .table-row:last-child label.image,
#addon-product-table .table-row:last-child label.name {
  border-bottom: none;
}
#addon-product-table label.image {
  width: 55px;
  height: 55px;
  border-right: none;
}
#addon-product-table .price .old {
  color: #0b2228;
  text-decoration: line-through;
}
#addon-product-table .price .now {
  color: #d51130;
  font-weight: bold;
}
#addon-product-table label.name {
  padding: 5px;
}
#addon-product-table .custom-checkbox {
  position: absolute;
  right: -5px;
  top: 5px;
}

/**
 * Product Detail Popup
 */
#content .product-popup .modal-dialog {
  max-width: 776px;
}
#content .product-popup .modal-title {
  font-weight: bold;
  width: 100%;
}
#content .product-popup .modal-title span {
  line-height: 50px;
}
#content .product-popup .modal-header {
  border-bottom: 1px solid #d51130;
  padding: 5px 10px;
  position: relative;
  border-radius: 0;
}
#content .product-popup .modal-header .icon-delivery {
  font-size: 35px;
  padding-right: 0.25em;
  color: #d51130;
}
#content .product-popup .close {
  padding-right: 1rem;
}
#content .product-popup .close-x {
  color: #fff;
  background-color: #d51130;
  padding: 4px 12px;
  margin-left: 5px;
}
#content .product-popup label {
  margin: 0;
}
#content .product-popup .delivery-option .delivery-option-text {
  display: none;
}
#content .product-popup .delivery-option.selected .delivery-option-text {
  display: block;
}
#content .product-popup .delivery-option-title {
  font-weight: bold;
  display: block;
}
#content .product-popup .delivery-option-price {
  padding-right: .25em;
}
#content .product-popup .delivery-option-name {
  padding-left: .25em;
}
#content .product-info-list .grey,
#content .product-price-option .grey,
#content .product-popup .delivery-option-price.grey {
  color: #3c3c3b;
}
#content .product-info-list .red,
#content .product-price-option .red,
#content .product-popup .delivery-option-price.red {
  color: #d51130;
}
#content .product-info-list .green,
#content .product-price-option .green,
#content .product-popup .delivery-option-price.green {
  color: #2b8731;
}
#content .product-info-list .orange,
#content .product-price-option .orange,
#content .product-popup .delivery-option-price.orange {
  color: #f60;
}
#content .product-popup .delivery-option-text.option-free:before {
  float: left;
  padding-right: .8em;
  content: url("/assets/images/shop/discount.png");
}
#content .product-popup .delivery-option {
  display: table;
  width: 100%;
}
#content .product-popup .delivery-option span:hover,
#content .product-popup .delivery-option input:hover {
  cursor: pointer;
}
#content .product-popup .delivery-option > div {
  display: table-cell;
}
#content .product-popup .delivery-option .radio {
  position: relative;
  width: 45px;
  padding-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content .product-popup .delivery-option input {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  opacity: 0;
}
#content .product-popup .delivery-option .checkmark {
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #d51130;
}
#content .product-popup .delivery-option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#content .product-popup .delivery-option input:checked ~ .checkmark:after {
  display: block;
}
#content .product-popup .delivery-option .checkmark:after {
  top: 8px;
  left: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d51130;
}
#content .product-popup .addtocart {
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  width: 100% !important;
  text-align: left;
}
#content .product-popup .addtocart span {
  font-size: 1.2em;
  line-height: 38px;
}

/**
 * Product reviews
 */
#product-info .product-expertreviews {
  border: 1px solid #cbcbcb;
  padding: 10px;
}
#product-info .product-expertreviews-title {
  margin-bottom: 8px;
  padding: 2px 0 8px 0;
  border-bottom: 1px solid #cbcbcb;
  font-weight: bold;
}
#product-info a {
  color: #212529;
  text-decoration: underline;
}
#product-info a:hover {
  text-decoration: none;
}

/**
 * Product rating carousel
 */
#content .product-detail .product-rating-carousel {
  max-width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
#content .product-detail .product-rating-carousel li {
  position: relative;
  display: inline-block;
  width: 282px;
  margin-right: 15px;
  vertical-align: top;
  white-space: normal;
}
#content .product-detail .product-rating-carousel li:last-child {
  margin-right: 0;
}
#content .product-detail .product-rating-carousel li .user-rating {
  margin-bottom: 0;
}
#content .product-detail .product-rating-carousel::-webkit-scrollbar-track,
#content .product-detail .product-rating-carousel li::-webkit-scrollbar-track {
  background-color: #eff4ef;
}
#content .product-detail .product-rating-carousel::-webkit-scrollbar,
#content .product-detail .product-rating-carousel li::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #bfc3bf;
}
#content .product-detail .product-rating-carousel::-webkit-scrollbar-thumb,
#content .product-detail .product-rating-carousel li::-webkit-scrollbar-thumb {
  background-color: #a7aaa7;
}
#content .product-detail .product-rating-carousel .bubble {
  position: relative;
  background: #fafafa;
  width: 100%;
  height: 100%;
  border: 2px solid #e6e6e6;
  border-radius: 20px 20px 20px 0;
  padding: 1em;
}
#content .product-detail .product-rating-carousel .bubble:after {
  content: url("/assets/images/shop/bubble.png");
  position: absolute;
  display: block;
  width: 42px;
  height: 23px;
  left: -2px;
  bottom: -23px;
  z-index: 1;
}

/**
 * Product facts
 */
#product-details ul {
  padding-left: 25px;
}
#product-details ul li {
  word-break: break-word;
  word-wrap: break-word;
}
#product-details .fact-style-bold,
#product-details .fact-style-red,
#product-details .fact-style-highlight {
  font-weight: bold;
}
#product-details .fact-style-red,
#product-details .fact-style-highlight {
  color: #d51130;
}

/**
 * Product description
 */
#product-text-blocks .block-text h2,
#product-description .product-description h2 {
  margin-top: 1em;
  font-size: 1.5em;
}
#product-text-blocks .block-text h3,
#product-text-blocks .block-text h4,
#product-description .product-description h3,
#product-description .product-description h4 {
  margin-top: .75em;
  font-size: 1.1em;
  font-weight: bold;
}
#product-description .product-description h2:first-child,
#product-description .product-description h3:first-child,
#product-description .product-description h4:first-child {
  margin-top: 0;
}

/**
 * Product text blocks
 */
#product-text-blocks .block-big .block-big-content ul {
  margin-bottom: 0;
  padding-left: 25px;
}
#product-text-blocks .block-big .block-big-content li {
  font-size: 1.3em;
}
#product-text-blocks .block-big .block-big-content li span {
  display: block;
  font-size: .8em;
}
@media (min-width: 992px) {
  #product-text-blocks .block-big .block-big-content {
    position: absolute;
    top: 0;
    width: 60%;
    padding: 1em;
    color: #fff;
  }
  #product-text-blocks .block-big.txt-black .block-big-content {
    color: #000;
  }
  #product-text-blocks .block-big.block-right .block-big-content {
    right: 1em;
    text-align: right;
  }
  #product-text-blocks .block-big.block-right .block-big-content ul {
    list-style: none;
  }
  #product-text-blocks .block-big .block-big-video {
    position: absolute !important;
    right: 2em;
    bottom: 1em;
    width: 30%;
  }
  #product-text-blocks .block-big.video-small .block-big-video {
    width: 29%;
  }
  #product-text-blocks .block-big.block-right .block-big-video {
    right: unset;
    left: 2em;
  }
  #product-text-blocks .block-big.bg-grey .block-big-content {
    top: 1em;
    width: auto;
    background-color: rgba(50, 50, 50, 0.8);
  }
  #product-text-blocks .block-big.block-left.bg-grey .block-big-content {
    left: 2em;
  }
  #product-text-blocks .block-big.block-right.bg-grey .block-big-content {
    right: 2em;
  }

  /* Bowflex M7 */
  .usps-header-m7 {
    height: 272px;
    min-height: 0;
  }
  .usps-header-m7 .block-big-video {
    display: none;
  }
  .usps-header-m7 .block-big-content {
    color: #fff;
    font-size: 1.2em;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    top: 100px !important;
    max-height: 80px;
    max-width: 420px;
    text-align: center;
  }
  .usps-header-m7 .claim {
    font-style: italic;
  }
  .usps-cell-fw-m7a {
    box-sizing: border-box;
    color: #fff;
    height: 473px;
    position: relative;
    width: 1000px;
  }
  .usps-cell-fw-m7a > img {
    background: #333;
    left: 0;
    position: absolute;
    width: 1000px;
    z-index: -1;
  }
  .usps-cell-fw-m7a > h3,
  .usps-cell-fw-m7a > div {
    left: 660px;
    position: absolute;
    width: 400px;
  }
  .usps-cell-fw-m7a > h3 {
    bottom: 380px;
  }
  .usps-cell-fw-m7a > div {
    height: 280px;
    overflow: auto;
    top: 110px;
    font-size: .85em;
  }
  .usps-cell-fw-m7b {
    box-sizing: border-box;
    color: #fff;
    height: 491px;
    position: relative;
    width: 1000px;

  }
  .usps-cell-fw-m7b > img {
    background: #fff;
    left: 0;
    position: absolute;
    top: 20px;
    width: 1000px;
    z-index: -1;
  }
  .usps-cell-fw-m7b > div > i {
    box-sizing: border-box;
    color: #000;
    font-style: normal;
    list-style: none;
    margin: 0;
    position: absolute;
    width: 330px;
    font-size: .85em;
  }
  .usps-cell-fw-m7b > div > i:nth-child(1),
  .usps-cell-fw-m7b > div > i:nth-child(2),
  .usps-cell-fw-m7b > div > i:nth-child(3) {
    border-right: 1px solid #aaa;
    padding-right: 8px;
    text-align: right;
    left: 20px;
  }
  .usps-cell-fw-m7b > div > i:nth-child(1) { top: 40px; }
  .usps-cell-fw-m7b > div > i:nth-child(2) { top: 180px; }
  .usps-cell-fw-m7b > div > i:nth-child(3) { top: 315px; }
  .usps-cell-fw-m7b > div > i:nth-child(4),
  .usps-cell-fw-m7b > div > i:nth-child(5),
  .usps-cell-fw-m7b > div > i:nth-child(6) {
    border-left: 1px solid #aaa;
    padding-left: 8px;
    text-align: left;
    right: 15px;
  }
  .usps-cell-fw-m7b > div > i:nth-child(4) { top: 35px; }
  .usps-cell-fw-m7b > div > i:nth-child(5) { top: 190px; }
  .usps-cell-fw-m7b > div > i:nth-child(6) { top: 300px; }

}
@media (min-width: 1800px) {
  #product-text-blocks .block-big .block-big-video {
    width: 35%;
  }
  #product-text-blocks .block-big .block-big-video {
    left: 2em;
  }
  #product-text-blocks .block-big.block-right .block-big-video {
    left: unset;
    right: 2em;
  }
}
@media (min-width: 1900px) {
  .usps-cell-fw-m7a,
  .usps-cell-fw-m7b {
    display: block !important;
  }
}

/**
 * Product warranty table
 */
#product-warranty .product-warranty-table {
  width: 100%;
}
#product-warranty .product-warranty-table th {
  border-top: 3px solid #d51130;
}
#product-warranty .product-warranty-table th,
#product-warranty .product-warranty-table td {
  padding: .85em;
  border-bottom: 1px solid #ccc;
}
#product-warranty .product-warranty-table th:first-child,
#product-warranty .product-warranty-table td:first-child {
  border-left: 1px solid #ccc;
}
#product-warranty .product-warranty-table th:last-child,
#product-warranty .product-warranty-table td:last-child {
  border-right: 1px solid #ccc;
}

/**
 * Product reviews
 */
#product-reviews .bar {
  padding: 0;
  background-color: #ddd;
}
#product-reviews .bar-yellow {
  display: inline-block;
  height: 100%;
  background-color: #f8c500;
}
#product-reviews .star {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
}
#product-reviews .count a {
  color: #212529;
  text-decoration: underline;
}
#product-reviews .count a:hover {
  text-decoration: none;
}

/**
 * Product accessories + bestseller
 */
#product-accessories .accessories-list > li,
#product-accessories-popup .accessories-list > li,
#product-bestseller .bestseller-list > li {
  min-height: 85px;
  padding: 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#product-accessories .accessories-list > li:first-child,
#product-accessories-popup .accessories-list > li:first-child,
#product-bestseller .bestseller-list > li:first-child {
  border-top: 3px solid #d51130;
}
#product-accessories-popup .accessories-list > li > div,
#product-accessories-popup .accessories-list > li > form > div {
  padding-top: 15px;
}
#product-accessories .accessories-list > li > div:first-child,
#product-accessories-popup .accessories-list > li form > div:first-child {
  padding-top: 0;
}
#product-bestseller .bestseller-list > li > div:first-child {
  padding-top: 38px;
  border-right: 1px solid #ccc;
}
#product-accessories-popup .accessories-list > li > div:last-child {
  padding-top: 20px;
}
#product-bestseller .bestseller-list > li > div:last-child {
  padding: 10px;
}
#product-accessories .accessories-list img,
#product-accessories-popup .accessories-list img,
#product-bestseller .bestseller-list img {
  max-width: 75px;
  max-height: 75px;
}
#product-bestseller .bestseller-list .brand-logo {
  display: block;
  max-width: 125px;
  height: 30px;
}
#product-bestseller .bestseller-list .brand-logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
#product-accessories .accessories-list .rrp,
#product-accessories-popup .accessories-list .rrp,
#product-bestseller .bestseller-list .rrp {
  min-height: 0.8em;
  font-size: 0.95em;
  color: #666;
}
#product-accessories .accessories-list .now,
#product-accessories-popup .accessories-list .now,
#product-bestseller .bestseller-list .now {
  color: #d51130;
  font-weight: bold;
}
#product-bestseller .bestseller-list .icon-down {
  color: #d51130;
}
#product-bestseller .bestseller-list .icon-new {
  color: #ffcf00;
}
#product-bestseller .bestseller-list .icon-old {
  color: #a4a4a4;
}
#product-bestseller .bestseller-list .icon-up {
  color: #2b8731;
}


/**
 * Product fixed menu
 */
#product-fixed-menu {
  position: absolute;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#product-fixed-menu.fixed {
  position: fixed;
  top: 175px;
}
#product-fixed-menu li {
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom: none;
}
#product-fixed-menu li:last-child {
  border-bottom: 1px solid #ccc;
}
#product-fixed-menu li.active {
  position: relative;
  border-color: #3c3c3a;
  background-color: #3c3c3a;
}
#product-fixed-menu li.active:after {
  content: '';
  position: absolute;
  right: -21px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 20px solid #3c3c3a;
}
#product-fixed-menu li a {
  display: block;
  padding: .75em 1em;
  color: #212529;
}
#product-fixed-menu li a:hover {
  color: #d51130;
  text-decoration: none;
}
#product-fixed-menu li.active a {
  color: #fff;
}

/*
 * List Subcategories
 */
.list-subcategories li div {
  margin: 0 2px;
  border: 1px solid #ccc;
  text-align: center;
}
.list-subcategories li div.category-video {
  border: none;
}
.list-subcategories li div a {
  display: inline-block;
  width: 100%;
  height: 150px;
}
.list-subcategories .h2 {
  display: block;
  margin-top: 0.2em;
  text-align: center;
  font-size: 1.2em;
  color: #000;
  word-wrap: break-word;
}
.list-brands img {
  max-width: 90%;
  max-height: 50px;
  width: auto;
  height: auto;
}

/*
 * Category view / Product list/gallery view
 */
.product-list .modal-video {
  display: inline-block;
  cursor: pointer;
}
.product-list .product-list-header {
  margin-bottom: 10px;
}
.product-list .product-list-header-top {
  text-align: center;
}
.product-list .product-list-header-top h1,
.product-list .product-list-header-top .seo-h1 {
  display: inline-block;
  color: #d51130;
  font-size: 1.5em;
  text-transform: uppercase;
}
.product-list .product-list-header-top .seo-h1 {
  padding-left: .2em;
  line-height: 1.2;
}
.product-list .product-list-header-top div {
  color: #3c3c3b;
  margin: 0 auto;
}
.list-subcategories .subcategory {
  text-align: center;
}
.sidebar-box .box-video,
.product-list-header-bottom .category-video,
.list-subcategories .subcategory .category-video {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.sidebar-box .box-video video,
.product-list-header-bottom .category-video,
.brand-video {
  width: 204px;
  height: 115px;
}
.list-subcategories .subcategory .category-video {
  height: 152px;
}
.list-subcategories .subcategory .category-video video {
  max-height: 150px;
}
@media (max-width: 767px) {
  .product-list-header-bottom .category-video {
    width: 150px;
    height: 85px;
  }
}
@media (min-width: 768px) {
  .product-list .product-list-header-top h1,
  .product-list .product-list-header-top .seo-h1 {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) and (max-width: 1799px) {
  .sidebar-box .box-video,
  .list-subcategories .subcategory .category-video video,
  .brand-video video {
    width: 100%;
    height: auto;
  }
}

.product-detail .product-video {
  padding: .75em 1em 1em;
  background-color: #f0f0f0;
  max-width: 350px;
  min-height: 182px;
}
.product-detail .product-video .col-6 .video-preview img {
  object-fit: cover;
  height: 82px;
}
.product-detail .product-video video,
.product-detail .product-video .video-preview {
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  text-align: center;
}
.sidebar-box .box-video video,
.product-list-header-bottom .category-video video,
.product-detail .product-video video {
  max-width: 100%;
  height: auto;
}
.sidebar-box .box-video a,
.product-list-header-bottom .category-video a,
.list-subcategories .subcategory .category-video a,
.product-detail .product-video a,
.brand-video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.sidebar-box .box-video .video-link,
.product-list-header-bottom .category-video .video-link,
.list-subcategories .subcategory .category-video .video-link,
.product-detail .product-video .video-link,
.product-detail .product-text-blocks .video-link,
.brand-video .video-link {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 100%;
  margin-top: -37px;
}
.sidebar-box .box-video .video-link span,
.product-list-header-bottom .category-video .video-link span {
  padding: 2px 4px;
  color: #0e7d01;
  background-color: #fff;
  font-size: .9em;
}
.product-list-header-bottom .headline {
  text-transform: uppercase;
  margin-bottom: 3px;
}
.product-list-header-bottom .headline span {
  color: #d51130;
}


/**
 * LIST GALLERY/LIST-VIEW
 */
#content .product-detail .product-stock > span {
  display: inline-block;
  padding: 0.25em 0.55em;
  font-size: 0.9em;
  color: #141414;
}
#content .product-list .stock-wrapper.in-stock,
#content .product-detail .product-stock .in-stock {
  background: rgba(122, 186, 82, 0.85);
}
#content .product-list .stock-wrapper.out-of-stock,
#content .product-detail .product-stock .preorder {
  background: rgba(255, 171, 92, 0.85);
}

.product-rating a {
  color: #212529;
}
.product-rating a:hover {
  text-decoration: none;
}
#content .product-rating .product-rating-stars,
#content .product-rating .product-rating-awards {
  display: inline-block;
  vertical-align: middle;
}
#content .product-rating-reviews,
#content .product-rating-awards {
  display: inline-block;
  font-size: 0.9em;
  vertical-align: bottom;
}
@media (max-width: 575px) {
  #content .product-rating .product-rating-awards {
    max-width: 15px;
  }
  #content .product-rating.bigger .product-rating-awards {
    max-width: 20px;
  }
}
#content .product-rating .icon-award {
  width: 75px;
  height: 15px;
  margin-bottom: 1px;
  background-size: 15px 15px;
}
#content .product-rating .icon-award-gold {
  height: 15px;
  background-size: 15px 15px;
}
#content .product-rating.bigger .icon-award {
  width: 100px;
  height: 20px;
  background-size: 20px 20px;
}
#content .product-rating.bigger .icon-award-gold {
  height: 20px;
  background-size: 20px 20px;
}
#content .product-rating.bigger .product-rating-awards {
  vertical-align: text-bottom;
}
#content .product-rating .star-0, #content .product-rating .award-0 { width: 0; }
#content .product-rating .star-1, #content .product-rating .award-1 { width: 15px; }
#content .product-rating .star-1-5, #content .product-rating .award-1-5 { width: 23px; }
#content .product-rating .star-2, #content .product-rating .award-2 { width: 30px; }
#content .product-rating .star-2-5, #content .product-rating .award-2-5 { width: 38px; }
#content .product-rating .star-3, #content .product-rating .award-3 { width: 45px; }
#content .product-rating .star-3-5, #content .product-rating .award-3-5 { width: 53px; }
#content .product-rating .star-4, #content .product-rating .award-4 { width: 60px; }
#content .product-rating .star-4-5, #content .product-rating .award-4-5 { width: 68px; }
#content .product-rating .star-5, #content .product-rating .award-5 { width: 75px; }

#content .product-detail .product-price-box {
  display: block;
  background-color: #ededed;
  font-size: 1.1em;
}
#content .product-detail .product-price-box-padding {
  padding: 10px;
}
#content .product-detail .promo-page-label {
  height: 100%;
  color: #fff;
  text-align: center;
}
#content .product-detail .promo-page-label div {
  padding: 10px;
  background-color: #d51130;
}
#content .product-detail .promo-page-label p {
  margin-bottom: 0;
  line-height: 1.25em;
}
#content .product-detail .product-price.discount {
  color: #4f4f4f;
  font-size: 0.8em;
}
#content .product-detail .product-price.discount span,
#content .catalogentry-successor .product-price.discount span {
  display: inline-block;
  padding: 2px 5px 1px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #d51130;
}
#content .product-detail .product-price.now {
  padding-top: .1em;
  color: #d51130;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3em;
}
#content .product-detail .product-price.now span,
#content .catalogentry-successor .product-price.now span {
  font-size: 1.1em;
}
#content .product-detail .product-price.rrp,
#content .catalogentry-successor .product-price.rrp {
  color: #666;
  font-size: 0.875em;
}
#content .product-detail .product-price.old,
#content .catalogentry-successor .product-price.old {
  color: #4f4f4f;
  font-size: 0.875em;
}
#content .product-detail .product-price.rrp,
#content .product-detail .product-price.old {
  font-size: 0.8em;
}
#content .product-detail .product-price.old30 {
  color: #4f4f4f;
  font-size: 0.7em;
}
#content .product-detail .product-price.rrp .text-nowrap,
#content .product-detail .product-price.old .text-nowrap,
#content .catalogentry-successor .product-price.rrp .text-nowrap,
#content .catalogentry-successor .product-price.old .text-nowrap {
  font-size: 1.1em;
  font-weight: bold;
}
#content .product-detail .product-price-base {
  font-size: .8em;
  color: #4f4f4f;
}
#content .product-detail .product-price-vat {
  margin-top: .5em;
  font-size: .75em;
  font-style: italic;
  color: #4f4f4f;
}
#content .product-detail .product-price-used {
  padding-right: 10px;
  padding-bottom: 5px;
  color: #4f4f4f;
}
#content .product-detail .product-price-used {
  font-size: .8em;
}

/**
* Media queries
* Category view / Product list/gallery view
 */
@media (min-width: 992px) {
  .product-list .product-list-header-top div {
    width: 75%;
  }
  #content .catalogentry-successor .product-name a {
    font-size: 1.25em;
  }
  #content .catalogentry-successor .promo-page-label p {
    line-height: 1.3em;
  }
  #content .catalogentry-successor .product-price-wrapper {
    margin-right: -10px;
  }
  #content .product-detail .product-price-box {
    font-size: 1.2em;
  }
  #content .catalogentry-successor .product-price.now {
    font-size: 1.1em;
  }
  #content .catalogentry-successor .product-price.now span {
    font-size: 1.3em;
  }
  #content .catalogentry-successor .product-price.rrp {
    font-size: .9em;
  }
}

/**
 * PRODUCT PRICE LABEL
 */
#content .product-price-label {
  position: absolute;
  width: 100px;
  padding: 8px 5px 0 5px;
  color: #fff;
  font-weight: bold;
  font-size: .8em;
  text-align: center;
  line-height: 1.1em;
  z-index: 1;
  border-radius: 5px;
}
#content .product-detail h1 {
  font-size: 1.75em;
}
#content .product-detail .product-price-label {
  right: 10px;
  top: 10px;
}
#content .product-price-label:before {
  position: absolute;
  bottom: -23px;
  left: 0;
  content: ' ';
  z-index: -1;
  border-style: solid;
  border-width: 24px 50px 0 50px;
  border-radius: 5px;
}
#content .product-price-label .table-cell {
  height: 30px;
  vertical-align: middle;
}
#content .product-price-label.default,
#content .product-price-label.red {
  background-color: #d51130;
}
#content .product-price-label.default:before,
#content .product-price-label.red:before {
  border-color: #d51130 transparent transparent;
}
#content .product-price-label.teal {
  background-color: #2eabe2;
}
#content .product-price-label.teal:before {
  border-color: #2eabe2 transparent transparent;
}
#content .product-price-label.black {
  background-color: #000;
  font-size: .9em;
}
#content .product-price-label.black:before {
  border-color: #000 transparent transparent;
}
#content .product-price-label.fivestar {
  background-color: #d51130;
  font-size: .9em;
}
#content .product-price-label.fivestar:before {
  border-color: #d51130 transparent transparent;
}
#content .product-price-label.save7 {
  background-color: #d51130;
  font-size: .9em;
}
#content .product-price-label.save7:before {
  border-color: #d51130 transparent transparent;
}

/**
 * Paginator Box
 */
#content .toolbar {
  margin: 0.5rem 0;
  padding: .25em 0 .35em 0;
  border: 1px solid #ccc;
  border-top: 3px solid #d51130;
}
@media (min-width: 576px) {
  #content .toolbar,
  #content .filter-active-box {
    margin: 0 0.5rem 0.5rem;
  }
}
.toolbar-pagination {
  margin: 1em 0;
  padding: 0;
}
.toolbar-pagination label {
  margin-bottom: 0;
}
.toolbar-pagination .toolbar-item {
  border-radius: 0;
  width: auto;
  max-width: 155px;
  word-spacing: normal;
  vertical-align: middle;
}
.toolbar-pagination .toolbar-item.toolbar-btn i {
  line-height: 0.8em;
}
.toolbar-pagination .toolbar-text {
  background: transparent none no-repeat;
  border: 0;
  color: inherit;
  padding-left: 0;
  padding-right: 0;
}
.toolbar-pagination .custom-select {
  color: #fff;
  background-color: #54595f;
  border-color: #54595f;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yIDBMMCAyaDR6bTAgNUwwIDNoNHoiLz48L3N2Zz4=");
  padding-right: 1.75rem;
}
.toolbar-pagination .custom-select option:disabled {
  color: #fff;
}
.toolbar-pagination i[class^="icon-"]:before {
  font-size: 28px;
  color: #54595f;
  vertical-align: middle;
}
.toolbar-pagination .icon-sliders {
  padding: 0.15em;
}
.toolbar-pagination .icon-sliders:before {
  font-size: 24px !important;
}
.toolbar-pagination .toolbar-btn {
  color: #fff;
  background-color: #54595f;
  border-color: #54595f;
}
.toolbar-pagination a.toolbar-btn i[class^="icon-"]:before {
  font-size: 20px;
  color: #fff;
  vertical-align: text-bottom;
}
@media (min-width: 768px) {
  .toolbar-pagination .custom-select {
    color: #fff;
    background-color: #54595f;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0IDUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yIDBMMCAyaDR6bTAgNUwwIDNoNHoiLz48L3N2Zz4=");
  }
}

/**
 * List-Content
 */
.sidebar-overlay {
  position: fixed;
  z-index: 450;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #000;
  opacity: 0.25;
}
.product-list .product-list-content-sidebar {
  position: fixed;
  z-index: 500;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  transition: right 200ms ease;
}
@media (min-width: 768px) {
  .product-list .product-list-content-sidebar {
    right: -346px;
    width: 346px;
  }
}
.product-list .product-list-content-sidebar.toggled-opened {
  right: 0;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
}
.product-list .product-list-content-sidebar .sticky-top {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.product-list .technicaldetails-filter-input ul {
  list-style-image: none;
  padding-left: 20px !important;
}
.product-list .product-list-content-sidebar .sidebar-box ul {
  margin: 15px 0;
  padding-left: 30px;
  padding-right: 15px;
}

.product-list .sidebar-box-filter {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.product-list .sidebar-box-filter:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.product-list .sidebar-box-filter:last-child {
  padding-bottom: 10px;
}
.product-list .sidebar-box-filter .sidebar-box-heading {
  padding: 0.5em 0.75em;
  font-weight: bold;
}
.product-list .sidebar-box-filter ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0 1em 0 1.25em;
}
.product-list .sidebar-box-filter .sidebar-menu-link {
  display: flex;
}
.product-list .sidebar-box-filter .sidebar-menu-link a {
  flex-grow: 1;
  color: #3c3c3b;
}
.product-list .sidebar-box-filter .sidebar-menu-link.active a {
  font-weight: bold;
  color: #d51130;
}
.product-list .sidebar-box-filter .sidebar-menu-link span {
  flex-shrink: 1;
  width: 35px;
  text-align: center;
}
.product-list .sidebar-box-filter .custom-control-label {
  cursor: pointer;
}
.product-list .sidebar-box-filter .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6cc633;
  background-color: #6cc633;
}

.product-list .list-products,
.brand-category .list-products {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.product-list .list-products > li {
  width: 100%;
}

.technicaldetails-filter-minmax {
  padding: 0 .5em .5em;
}
.technicaldetails-filter-minmax .price-slider,
.technicaldetails-filter-minmax .multi-range {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  overflow-x: hidden;
  overflow-y: visible;
  align-items: center;
}
.technicaldetails-filter-minmax input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  pointer-events: none;
}
.technicaldetails-filter-minmax .slider-track {
  width: 90%;
  height: 5px;
  position: absolute;
  margin: auto;
  left: 5%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #d51130;
}
.technicaldetails-filter-minmax input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.technicaldetails-filter-minmax input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
.technicaldetails-filter-minmax input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}
.technicaldetails-filter-minmax input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.7em;
  height: 1.7em;
  background-color: #fff;
  border: 3px solid #343a40;
  cursor: pointer;
  margin-top: -10px;
  pointer-events: auto;
  border-radius: 50%;
  box-shadow: none !important;
}
.technicaldetails-filter-minmax input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 1.7em;
  height: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #343a40;
  pointer-events: auto;
}
.technicaldetails-filter-minmax input[type="range"]::-ms-thumb {
  appearance: none;
  width: 1.7em;
  height: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #343a40;
  pointer-events: auto;
}
.technicaldetails-filter-minmax input[type="range"]:active::-webkit-slider-thumb {
  background-color: #343a40;
}
.technicaldetails-filter-minmax input[type="range"]:active::-moz-range-thumb {
  background-color: #343a40;
}
@media (min-width: 992px) {
  .technicaldetails-filter-minmax input[type="range"]::-webkit-slider-thumb {
    width: 1.25em;
    height: 1.25em;
    margin-top: -8px;
  }
  .technicaldetails-filter-minmax input[type="range"]::-moz-range-thumb {
    width: 1em;
    height: 1em;
  }
  .technicaldetails-filter-minmax input[type="range"]::-ms-thumb {
    width: 1.25em;
    height: 1.25em;
  }
}
.technicaldetails-filter-minmax .text-value {
  display: flex;
  font-size: 0.85em;
  font-weight: normal;
}
.technicaldetails-filter-minmax .text-value label {
  margin: 0;
}

/**
 * List box toggle
 */
#content .filter-wrapper {
  font-size: .8em;
  text-align: right;
}
#content .btn-filter {
  margin-left: .5em;
  background-color: #d51130;
  font-size: 1em;
}

.product-stock.available,
.product-variant-stock.available {
  color: #2b8731;
}
.product-stock.less5,
.product-stock.otw,
.product-variant-stock.less5,
.product-variant-stock.otw {
  color: #c75000;
}
.product-stock.outofstock,
.product-variant-stock.outofstock {
  color: #c75000;
}
.product-shopping-counter span {
  color: #2b8731;
}
.product-shopping-counter span.text-dark span {
  font-weight: bold;
}
.product-variant-price.promotion span:first-child {
  text-decoration: line-through;
}
.product-variant-price.promotion span + span {
  font-weight: bold;
  color: #d51130;
}

/**
 * Product expert reviews
 */
#content .product-expertreviews {
  font-size: .9em;
}
#content .product-list-content .product-expertreviews {
  font-size: .8em;
}
#content .product-expertreviews-title {
  text-transform: uppercase;
}
#content .product-expertreviews-title .product-expertreviews-info {
  cursor: help;
}
#content .product-expertreviews dl,
#content .product-expertreviews dd {
  margin: 0;
}
#content .product-expertreviews .expertreview-rating {
  width: 75px;
  max-width: 75px;
  float: right;
  line-height: 17px;
  padding-top: 2px;
}
#content .product-expertreviews .icon-progress-back {
  width: 75px;
  height: 17px;
  background-size: 15px 22px;
  display: inline-block;
  background-repeat: repeat-x;
}
#content .product-expertreviews .icon-progress {
  height: 17px;
  display: inline-block;
  background-size: 15px 22px;
  margin-top: -2px;
  background-repeat: repeat-x;
  fill: #d51130;
}
#content .product-expertreviews .icon-progress.bar-1 { width: 15px; }
#content .product-expertreviews .icon-progress.bar-1-5 { width: 23px; }
#content .product-expertreviews .icon-progress.bar-2 { width: 30px; }
#content .product-expertreviews .icon-progress.bar-2-5 { width: 38px; }
#content .product-expertreviews .icon-progress.bar-3 { width: 45px; }
#content .product-expertreviews .icon-progress.bar-3-5 { width: 53px; }
#content .product-expertreviews .icon-progress.bar-4 { width: 60px; }
#content .product-expertreviews .icon-progress.bar-4-5 { width: 68px; }
#content .product-expertreviews .icon-progress.bar-5 { width: 75px; }

/*
 * List text
 */
.list-text-long h2,
.list-text-long h3,
.list-text-long h4 {
  margin-top: 1.5rem;
}
.list-text-long h2:first-child {
  margin-top: 0;
}
.list-text-long img {
  max-width: 100%;
}
.list-text-long ul {
  margin-top: 1rem;
}
.list-text-long li {
  margin-bottom: .5rem;
}
.list-text-short.top {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .list-text-short.top {
    -webkit-line-clamp: 5;
  }
}
.list-text-short.bottom {
  margin-bottom: 1em;
}
.list-text-short dl,
.list-text-short dd {
  margin-top: 0;
  margin-bottom: 0;
}
.list-text-long dl {
  max-width: 50%;
}
.list-text-short dt,
.list-text-long dt {
  text-align: center;
}
.list-text-long dd {
  font-size: .8em;
  text-align: center;
  word-break: break-word;
}
.list-text-long table {
  width: 100%;
}
.list-text-long table th {
  text-align: center;
}
.list-text-long table th,
.list-text-long table td {
  vertical-align: top;
}
.list-text-long table .odd {
  background-color: rgba(0, 0, 0, .05);
}
.list-text-long .table dl,
.list-text-long .lexikon_text_img_center {
  max-width: 100%;
}
.list-text-long select,
.list-text-long iframe {
  max-width: 100% !important;
}
.list-text-long .faq {
  padding-left: 2em;
  list-style-image: url("/assets/icons/faq.png");
}
.list-figure-left,
.lexikon_text_img_left {
  clear: both;
  float: left;
  margin: 10px 15px 10px 0;
  padding-right: 15px;
}
.list-figure-right,
.lexikon_text_img_right {
  clear: both;
  float: right;
  margin: 10px 0 15px 10px;
  padding-left: 15px;
}
.lexikon_text_img_left + .lexikon_text_img_left,
.lexikon_text_img_right + .lexikon_text_img_right {
  clear: none;
}
dl.list-figure-center {
  max-width: 100%;
  margin: 1em 0;
  text-align: center;
}
/*.list-block,*/
.textImg_Block.supplyCat {
  display: inline-block;
}

/**
 * Product Rating
 */
.user-title {
  font-weight: bold;
}
.user-stars .icon-star {
  height: 20px;
  width: 100px;
}
.user-stars .icon-star-gold {
  height: 20px;
}
.user-stars .icon-star-gold.star-1 { width: 20px; }
.user-stars .icon-star-gold.star-1-5 { width: 30px; }
.user-stars .icon-star-gold.star-2 { width: 40px; }
.user-stars .icon-star-gold.star-2-5 { width: 50px; }
.user-stars .icon-star-gold.star-3 { width: 60px; }
.user-stars .icon-star-gold.star-3-5 { width: 70px; }
.user-stars .icon-star-gold.star-4 { width: 80px; }
.user-stars .icon-star-gold.star-4-5 { width: 90px; }
.user-stars .icon-star-gold.star-5 { width: 100px; }
.read-more {
  color: #0c5460;
}
.read-more-text {
  display: none;
}
.user-rating {
  margin-bottom: 1em;
  padding: 0 1rem 1rem;
  background-color: #f5f5f5;
}
.user-rating.marked {
  border: 1px solid #f8c500;
  background-color: #fef6d9;
}
.user-rating .helpful-count div {
  display: inline-block;
  text-align: center;
  font-size: .9em;
  color: #4e4e4e;
  background-color: #d9d9d9;
}
.user-rating.marked .helpful-count div {
  color: #823700;
  background-color: #f8c500;
}
.user-rating .user-info,
.user-rating .user-info a {
  font-size: .95em;
  color: #707070;
}
.user-rating .user-info a:hover {
  text-decoration: none;
  color: #212529;
}
.user-rating .user-info .thumbs-up.active,
.user-rating .user-info .thumbs-up:hover {
  color: #297f2e;
}
.user-rating .user-info .thumbs-down.active,
.user-rating .user-info .thumbs-down:hover {
  color: #d51130;
}
.user-rating .user-text,
.user-rating .user-comment fieldset {
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
}
.user-rating .user-comment fieldset {
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #f0f0f0;
  font-size: .95em;
}
.user-rating .user-comment fieldset legend {
  width: inherit;
  margin-bottom: 0;
  font-size: 1em;
}

/**
 * Product Rating Pop-up
 */
#writereview-popup .writereview-stars .icon-star {
  height: 25px;
  width: 125px;
  background-size: 25px 25px;
}
#content .writereview-stars .star-1 {
  width: 25px;
  display: inline-block;
  float: left;
}
#content .writereview-stars .star-1.active {
  fill: #daa520;
}
#writereview-popup .text-help {
  font-size: 0.9em;
}
#writereview-popup .error label {
  color: #d51130;
}

/**
 * Product availability table
 */
#content .availability-table-wrapper {
  position: relative;
  width: 100%;
  max-width: 1470px;
  overflow-x: auto;
}
#content .availability-table {
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse;
  text-align: center;
  font-size: .85em;
  border-top: 3px solid #d51130;
}
#content .availability-table th {
  width: 50px;
  padding: 9px 0;
  font-weight: bold;
  white-space: nowrap;
}
#content .availability-table.legend th {
  white-space: normal;
}
#content .availability-table th,
#content .availability-table td {
  border: 1px solid #ccc;
}
@media (max-width: 991px) {
  .availability-table th:first-child,
  .availability-table td:first-child {
    position: sticky;
    left: -1px;
    top: 0;
  }
}
#content .availability-table .product-image {
  background-color: #fff;
}
#content .availability-table .product-image img {
  max-width: 50px;
  max-height: 50px;
}
#content .availability-table .product-name {
  width: auto;
  padding: 10px .5em;
  font-size: 1.15em;
  text-align: left;
}
#content .availability-table .product-instock {
  background-color: #aff3a8;
}
#content .availability-table .product-outofstock {
  background-color: #ffebb0;
}
#content .availability-table .product-soldout {
  background-color: #fff;
}
#content .availability-table.legend {
  min-width: auto;
}
#content .availability-table.legend th {
  width: 33%;
}

#content .filter-search .form-control,
#content .filter-search .input-group-text {
  font-size: .9em;
}

#content .search-pages a {
  color: inherit;
}
#content .search-pages a:hover {
  text-decoration: none;
  background-color: #eee;
}
#content .search-pages .col-lg-6 a {
  border-bottom: 1px solid #ccc;
}
#content .search-pages .col-lg-6:last-child a {
  border-bottom: none;
}
@media (min-width: 992px) {
  #content .search-pages .col-lg-6:nth-last-child(-n+2) a {
    border-bottom: none;
  }
}

#product-sticky-menu {
  position: relative;
  margin-bottom: 1.5em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}
.product-list-content-sidebar #product-sticky-menu {
  display: none;
}
#product-sticky-menu li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
#product-sticky-menu li a {
  display: block;
  padding: .5em 1em;
  color: #3c3c3b;
}
@media (max-width: 1199px) {
  #product-sticky-menu li a:before {
    color: #d51130;
    font-weight: bold;
    content: '\00BB';
    display: inline-block;
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  #product-sticky-menu {
    position: absolute;
    max-width: 185px;
    z-index: 50;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
  }
  .product-list-content-sidebar #product-sticky-menu {
    max-width: 285px;
  }
  #product-sticky-menu.fixed {
    position: fixed;
    display: block;
    top: 200px;
  }
  #product-sticky-menu.bottom {
    position: absolute;
    top: unset;
    bottom: 2em;
  }
  #product-sticky-menu li.active {
    background-color: #3c3c3b;
  }
  #product-sticky-menu li.active:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #3c3c3b;
  }
  #product-sticky-menu li.active a {
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 1800px) {
  #product-sticky-menu {
    max-width: 265px;
  }
  .product-list-content-sidebar #product-sticky-menu {
    max-width: 368px;
  }
}

/**
 * CatalogEntry Successor
 */
#content .catalogentry-successor img {
  max-width: 200px;
  max-height: 200px;
}
#content .catalogentry-successor .catalogentry-successor-cta a {
  color: #fff;
  text-decoration: none;
}

/**
 * Cetelem Calculator
 */
.product-payment-widgets #eCalculadoraCetelemEnCuotas .eCalculadoraCetelem-encuotas .calculadora-enc,
.product-payment-widgets #eCalculadoraCetelemDiv .eCalculadoraCetelem-combo .calculadora-enc {
  min-width: auto !important;
}
.product-payment-widgets #eCalculadoraCetelemEnCuotas .eCalculadoraCetelem-encuotas .encabezado-enc svg,
.product-payment-widgets #eCalculadoraCetelemDiv .eCalculadoraCetelem-combo .encabezado-enc svg {
  vertical-align: baseline !important;
}

/**
 * in3 widget
 */
#content .product-detail .in3-widget {
  padding: 10px;
  color: #fff;
  background-color: #b1275f;
  font-size: 1.2em;
}
#content .product-detail .in3-widget img {
  vertical-align: text-bottom;
}
#content .product-detail .in3-widget #payin3-installment {
  font-size: 1.1em;
}
#content .product-detail .in3-widget .icon-info {
  color: #fff;
}

/**
 * Peloton exclusive text
 */
#content .peloton-exclusive {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  color: #cddc30;
  background-color: #040503;
}
#content .product-detail .peloton-exclusive {
  padding: 0.1em 0.5em 0.05em;
  font-size: 1.2em
}
#content .product-list .peloton-exclusive {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
}


.price-margin-toggle .stock-de:before,
.price-margin-toggle .stock-nl:before,
.price-margin-toggle .stock-ch:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  margin: -3px 5px 0 0;
  vertical-align: middle;
  background-size: contain;
}
.price-margin-toggle .stock-de:before {
  background-image: url("/assets/images/shop/country/de.svg");
}
.price-margin-toggle .stock-nl:before {
  background-image: url("/assets/images/shop/country/nl.svg");
}
.price-margin-toggle .stock-ch:before {
  background-image: url("/assets/images/shop/country/ch.svg");
}
.product-list-entry .price-margin-toggle {
  padding-right: 0.5em;
  padding-bottom: 0.25em;
}
.product-detail .price-margin-toggle {
  font-size: 0.9em;
}

.product-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-list .product-list-entry {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0 2rem;
}
@media (min-width: 576px) {
  .product-list .product-list-entry {
    width: 50%;
    padding: 0.5rem 0.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .product-list .product-list-entry {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .product-list .product-list-entry {
    width: 25%;
  }
  .brand-categories .product-list .product-list-entry {
    width: 33.3%;
  }
}

.product-list .product-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.product-list .image-wrapper {
  position: relative;
  height: 250px;
  max-height: 100%;
}
.product-list .image-wrapper:hover ~ .title-wrapper a {
  text-decoration: underline;
}
.product-list .image-wrapper .image-main {
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 0.75em;
}
.product-list .image-wrapper .image-product {
  position: relative;
}
.product-list .image-wrapper .image-product img {
  width: auto;
  max-height: 250px;
}
.product-list .image-wrapper .image-product img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.product-list .image-wrapper .image-product:hover img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.product-list .image-wrapper .image-awards {
  width: 50px;
  max-height: 100%;
  overflow-y: hidden;
  text-align: center;
}
.product-list .image-wrapper .image-awards img {
  width: auto;
  max-width: 100%;
  max-height: 45px;
  margin-bottom: 5px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-list .image-wrapper .image-product,
  .product-list .image-wrapper .image-awards {
    max-height: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .product-list .image-wrapper .image-product,
  .product-list .image-wrapper .image-awards {
    max-height: 210px;
  }
}
.product-list .image-wrapper .bestseller-wrapper {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0.25em 0.25em 0.25em 0.5em;
  font-weight: bold;
  color: #fff;
  background-color: #ba2c30;
}
.product-list .image-wrapper .bestseller-wrapper:after {
  position: absolute;
  top: 0;
  right: -0.8em;
  content: "";
  display: block;
  border-style: solid;
  border-width: 2em 0.85em 0 0;
  border-color: #ba2c30 transparent transparent transparent;
}
.product-list .image-wrapper .used-wrapper,
.product-list .image-wrapper .stock-wrapper,
.product-list .image-wrapper .sku-wrapper {
  position: absolute;
  display: inline-block;
  padding: 0.24em 0.5em;
  font-size: 0.9em;
  color: #141414;
}
.product-list .image-wrapper .used-wrapper {
  top: 0;
  left: 0;
  background-color: rgba(255, 122, 0, 0.9);
}
.product-list .image-wrapper .stock-wrapper {
  left: 0;
  bottom: 0;
}
.product-list .image-wrapper .sku-wrapper {
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.9);
}

.product-list .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4em;
  padding: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.product-list .title-wrapper a {
  display: block;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
  text-align: center;
}

.product-list .details-wrapper .row,
.product-list .review-wrapper .row,
.product-list .rating-wrapper .row {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
.product-list .details-wrapper ~ .review-wrapper .row:first-child,
.product-list .review-wrapper ~ .rating-wrapper .row:first-child {
  border-top: none;
}
.product-list .details-wrapper .row:last-child,
.product-list .review-wrapper .row:last-child,
.product-list .rating-wrapper .row:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.product-list .details-wrapper .row div[class^="col"],
.product-list .review-wrapper .row .col,
.product-list .rating-wrapper .row .col {
  padding: 0.2em 0.5em;
}
.product-list .details-wrapper .hover-overflow:hover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: visible;
  text-overflow: initial;
}
.product-list .review-wrapper .row .col,
.product-detail .review-wrapper .row .col {
  text-align: center;
}
.product-list .review-wrapper .row .col:first-child {
  border-right: 1px solid #e5e5e5;
}
.product-list .review-wrapper .row .col:last-child {
  border-right: none;
}
.product-list .details-wrapper .row:nth-child(odd),
.product-list .review-wrapper .row:nth-child(odd),
.product-list .rating-wrapper .row {
  background-color: #f4f4f4;
}
.product-list .review-wrapper .review-squares,
.product-detail .review-wrapper .review-squares {
  line-height: 1.1em;
}
.product-list .review-wrapper .review-squares i,
.product-detail .review-wrapper .review-squares i {
  letter-spacing: 0.25em;
  color: #6e6e6e;
  font-size: 0.8em;
}

.product-rating > i {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  color: #f1ba00;
}
.product-rating i.icon-star-fill {
  position: absolute;
  left: 0;
  overflow: hidden;
}

.product-list .price-wrapper {
  padding: 0.25em 0.5em;
}
.product-list .price-wrapper .promo-page-label {
  margin: -0.25em -0.55em 0.5em -0.55em ;
  line-height: 1.2em;
}
.product-list .price-wrapper .price-30 {
  font-size: 0.75em;
  color: #4f4f4f;
}
.product-list .price-wrapper .price-30 .discount span {
  display: inline-block;
  padding: 2px 5px 1px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #d51130;
}
.product-list .price-wrapper .price-old {
  display: inline-block;
  color: #4f4f4f;
  font-size: 0.9em;
}
.product-list .price-wrapper .price-old span,
.product-list .price-wrapper .price-old .placeholder {
  font-size: 1.25em;
  font-weight: bold;
}
.product-list .price-wrapper .price-now {
  line-height: 1.25em;
  font-size: 1.25em;
  font-weight: bold;
  color: #d51130;
}
.product-list .price-wrapper .price-now span {
  font-size: 1.25em;
}
.product-list .price-used {
  padding: 0.15em 0.25em 0;
  text-align: right;
}
.product-list sup {
  top: -0.3em;
}
