/** Shopify CDN: Minification failed

Line 690:8 Expected ":"

**/
/* ######################################################################################################### */
/* ######################################################################################################### */
/* ######################################################################################################### */
/* ######################################## CSS STYLE CUSTOMISATION ######################################## */
/* ######################################################################################################### */
/* ######################################################################################################### */
/* ######################################################################################################### */

/* ##### GENERAL ##### */
/* Wrap text */
body {
  overflow-wrap: break-word;
}

/* Default link colors */
a {
  color: #f33e3e;
}

/* Color definitions for success, warning and danger messages */
.success {
  color: #29CB72;
}

.filter-success {
  filter: invert(57%) sepia(83%) saturate(391%) hue-rotate(94deg) brightness(96%) contrast(93%);
}
  
.warning {
  color: #FF8000;
}

.filter-warning {
  filter: invert(72%) sepia(54%) saturate(6728%) hue-rotate(0deg) brightness(105%) contrast(105%);
}
  
.danger {
  color: #F33E3E;
}

.filter-danger {
  filter: invert(59%) sepia(87%) saturate(5377%) hue-rotate(337deg) brightness(96%) contrast(98%);
}

/* Page Content */
.site-page .page-content {
  max-width: 1150px;
  padding: 0px 20px;
}

@media screen and (max-width: 768px) {
  .site-page, .page-masthead {
    margin-top: 0px !important;
  }
}

.page-masthead {
  max-width: 1150px;
  background-color: #f33e3e;
  padding: 45px 0px;
}

.page-masthead h1 {
  color: #ffffff;
}

/*
.long_description, .product-technical-data {
  max-width: 60vw;
}
*/

/* Powered by Shopify */
.site-footer-left .site-footer-credits:last-child, .password-page-footer .password-page-footer--item:last-child {
  display: none;
}

/* ##### MY ACCOUNT ##### */
@media screen and (max-width: 1024px) {
  .site-header-actions__account-link {
	margin-right: 0px;
  }
}
  
/* ##### PRODUCT ##### */
/* Share buttons */
.share-buttons {
  display: none;
}

/* Cart Icon 100% */
button.product-form--atc-button {
  width: 100%;
  margin: 15px 0px 0px 0px;
}

/* Product title */
.product_description_title {
  font-size: 1.5em !important;
}

/* Delivery text general design */
.product-delivery {
  font-weight: 700;
  padding-top: 10px;
}

.product-delivery-grid {
  font-weight: 700;
  padding-top: 10px;
}
  
.product-delivery .delivery-text {
  font-size: 15px;
  font-weight: 700;
}
  
.product-delivery .delivery-text:first-letter {
  text-transform: uppercase;
}

/* Product price */
.product-pricing-mobile, .product-form--regular-mobile, .data-product-form-area-mobile, .mobile-view {
  display: none;
}

@media screen and (max-width: 1024px) {
  .product-title {
    font-size: var(--font-size-heading-5);
  }
  
  .product-pricing-mobile, .product-form--regular-mobile, .data-product-form-area-mobile, .mobile-view {
    display: block;
  }
  
  .product-pricing-desktop, .product-form--regular-desktop, .data-product-form-area-desktop, .desktop-view {
    display: none;
  }
}

/* Product image */
@media screen and (max-width: 719px) {
  .click-to-zoom-enabled .product-gallery--viewer {
    max-height: 250px !important;
  }
  
  img.product-gallery--loaded-image {
    width: auto !important;
    max-height: 250px;
  }
}

/* Product add to cart button */
.product-form--atc-qty.form-fields--qty {
  width: 28%;
  height: 50px;
}

button.product-form--atc-button.mdc-ripple-surface.mdc-ripple-upgraded {
  width: 68%;
  margin: 0px 0px 0px 4%;
  height: 50px;
}

select#product-quantity-select {
  box-shadow: none;
}

/* Product vendor link design */
.product-vendor a {
  font-weight: 700;
}
 
/* Stock information */
.variant-inventory {
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
}
  
/* Short Description */
.short_description {
  margin-top: 20px;
  line-height: 26px;
}

/* Long description */
.long_description table, .long_description table td {
  border: none;
  box-shadow: none;
  white-space: inherit;
}

.long_description img{
  display: block;
  height: auto;
  margin: 0px 0px 10px 0px !important;
}

.long_description video{
  display: block;
  height: auto;
  width: auto !important;
  max-width: 50%;
  clip-path: inset(1px 1px);
}

.long_description li svg {
    display: none;
}

.long_description h3 {
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .long_description video{
    max-width: 100%;
  }
}

/* Thumnail images */
span.product-gallery--media-thumbnail-img-wrapper {
  -moz-box-shadow: 0 0 5px rgb(33 33 33 / 30%);
  -webkit-box-shadow: 0 0 5px rgb(33 33 33 / 30%);
  box-shadow: 0 0 5px rgb(33 33 33 / 30%);
}

/* 3-Column-Product design changes */
@media screen and (min-width: 1024px) {
  .layout--three-col .product-gallery {
    width: 25%;
  }
  .layout--three-col .product-main {
    width: 46.5%;
  }
}
  
@media screen and (min-width: 1080px) {
  .product-gallery--media-thumbnail {
    height: 3rem;
  }
}
  
.shopify-payment-button {
  margin-bottom: 16px
}
  
.product-gallery--expand {
  display: none;
}

/* ##### PRODUCT GRID ##### */
.product-stock-level__badge-text {
  display: none !important;
}



/* ##### HOME PAGE ##### */
/* Shop page */
  
.productitem--swatches-container {
  padding-right: 5px;
}

/* Quick buy Popup */
.product-description.rte, .product-technical-data {
  white-space: initial;
  margin-top: 30px;
}
  
/* Options Popup */
.modal--quickshop-slim .short_description,
.modal--quickshop-slim .product-description,
.modal--quickshop-slim .product-technical-data{
  display: none;
}
  
/* Text style */
.long_description, .product-technical-data {
  padding: 10px;
  white-space: normal;
  text-align: justify;
}

/* List style */
.rte ul li {
  text-align: left;
}
  
/* Technical information */
table.product_table {
  width: 100%;
}
  
/* Text style */
.product-technical-data h4:first-letter, .product-technical-data td:first-letter {
  text-transform: uppercase;
}
  
/* iFrames Style */
iframe {
  margin: 0px !important;
  max-width: 100% !important;
}
  
/* Credit Card & Powerpay page */
.page-width {
    width: 40vw;
    margin: 0 auto;
    display: grid;
}
  
a.btn--link.cancel-link {
    background-color: #333333;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
}
  
button#payment-confirm {
    font-family: Poppins, sans-serif;
    height: 43px;
    background-color: #333333;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
  	border: 0px;
    margin-top: -13px;
    cursor: pointer;
}



/* START MEDIA 1024 CUSTOMISATION */
@media screen and (max-width: 1024px) {
  .page-width {
    width: 80vw;
  }
}
/* END MEDIA 1024 CUSTOMISATION */



/* START MEDIA 768 CUSTOMISATION */
@media screen and (max-width: 768px) {
  .page-width {
    width: 90vw;
  }
  /* Technical information */
  table.product_table tbody tr td {
    width: 50%;
  }
}
/* END MEDIA 768 CUSTOMISATION */



/* START CART CUSTOMISATION */
/* Cart page */
.cart-title-right {
    display: none;
}
/* END CART CUSTOMISATION */



/* START TERMS & CONDITIONS CUSTOMISATION */
/* Terms & Conditions */
.terms-and-conditions p {
  width: 100%;
  text-align: left;
  display: block;
  margin: 20px 0;
  font-size: 12px;
}

.terms-and-conditions-error {
  width: 100%;
  text-align: left;
  display: none;
  margin: 20px 0;
  color: #F33E3E;
}
/* END TERMS & CONDITIONS CUSTOMISATION */



/* START EMPIRE SLIDESHOW CUSTOMISATION */
/* Slideshow Tablet View */
@media screen and (max-width: 1023px) {
  .slideshow-slide--mobile .slideshow-slide__image--desktop {
    display: none;
  }
  .slideshow--height-original-mobile .slideshow-slide__image-wrapper {
    height: auto;
  }
  .slideshow--height-original-mobile .slideshow-slide__image {
    position: relative;
  }
}
/* END EMPIRE SLIDESHOW CUSTOMISATION */



/* START REWARD SYSTEM CUSTOMISATION */
/* Reward Popup */
#swell-popup {
  border: none !important;
  border-radius: 20px !important;
}
/* END REWARD SYSTEM CUSTOMISATION */



/* START NEWSLETTER CUSTOMISATION */
/* Newsletter button */
.newsletter-button {
  padding: 0.7em 2em;
  font-size:16px;
  background-color: #F33E3E;
  color:#ffffff;
  border-radius:5px;
  border-width: 0px;
  margin-top: 20px;
  cursor: pointer;
}
  
.newsletter-button:hover {
  background-color: #f45152;
  box-shadow: rgba(0,0,0,0.1) 0px 3px 8px;
}
/* END NEWSLETTER CUSTOMISATION */



/* START NOTIFY ME CUSTOMISATION */
.btn-notify-me .button-primary {
  background-color: #000000;
  border: 1px solid #000000;
}

.btn-notify-me .button-primary:hover, .btn-notify-me .button-primary:active {
  background-color: #333333;
  border: 1px solid #333333;
}
/* END NOTIFY ME CUSTOMISATION */



/* START COLLECTION CUSTOMISATION */
.subcollections-grid__item-image img, figure.subcollections-grid__item-image.pxu-lia-element {
  border-radius: 30px;
}

.subcollections-list__content[data-subcollections-layout=slideshow] .subcollections-grid__item-title {
  font-size: 14px;
}

li.subcollections-grid__item.pxu-lia-block.pxu-lia-block--play {
  text-align: center;
}

.productgrid-gridview .productitem--actions, .productgrid-gridview .has-touch .productitem--actions, .flickity-slider .productitem--actions, .flickity-slider .has-touch .productitem--actions {
  position: absolute !important;
  bottom: 10px !important;
  left: 0 !important;
}

.productgrid-gridview .productgrid--item, .flickity-slider .productgrid--item {
  min-height: 400px !important;
}

@media screen and (min-width: 540px) {
  .productgrid-gridview .productgrid--item, .flickity-slider .productgrid--item {
    min-height: 450px !important;
  }
}

.product-recommendations--container .flickity-slider .productitem {
  height: 420px;
}

.product-recommendations--container .flickity-slider .productitem .productitem--image img {
  width: 100%;
}

.productgrid-gridview .productitem--info, .flickity-slider .productitem--info {
  /*margin: 15px 0px 0px 0px !important;*/
}

.productitem--title a {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* END COLLECTION CUSTOMISATION */




/* START NAVIGATION CUSTOMISATION */
.navmenu-meganav-standard__image {
  background-color: transparent;
}
.navmenu-meganav-standard__image-size-small {
  width: 100px;
}
/* END NAVIGATION CUSTOMISATION */



/* START SEARCH & FILTER CUSTOMISATION */
.usf-sr-more .usf-progress div {
  background: #f33e3e !important;
}

@media screen and (min-width: 1024px) {
  .productgrid--masthead .productgrid--search {
      display: none;
  }
}

.collection-filters__filter-range-label {
  left: 3rem
}

.search-flydown--continue {
    display: none;
}

.collection-filters__filter {
  padding-bottom: 10px;
}

.collection-filters__showmore_link {
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.productgrid--items {
  margin-top: 0.75rem;
}

@media screen and (min-width: 860px) {
  .collection--section .productgrid--outer {
    grid-template-columns: 250px calc(100% - 275px);
  }
  
  .productgrid--sidebar {
    width: 250px;
  }
}

/* END SEARCH & FILTER CUSTOMISATION */




/* START BANNER CUSTOMISATION */

.slideshow-slide__content {
  top: auto !important;
  bottom: 2%;
}

.slideshow-slide__content--text-left {
  padding: 0px;
  text-align: center;
}

.slideshow-slide__button, .slideshow-slide__button:hover {
  border: none !important;
  -webkit-box-shadow: 0 0 10px #000000 !important;
  box-shadow: 0 0 10px #000000 !important;
}

.slideshow-slide__button--secondary {
  background-color: #000000;
  color: #FFFFFF;
}

.slideshow-slide__button--primary:hover {
  background: #f33e3e !important;
}

.slideshow-slide__button--secondary:hover {
  background: #000000 !important;
}

.slideshow-pagination {
  margin: 0px;
  bottom: 10px;
}

.btn-overlay {
  display: none;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: background .5s ease-out;  
  -moz-transition: background .5s ease-out;  
  -o-transition: background .5s ease-out;  
  transition: background .5s ease-out; 
}

.btn-overlay:hover {
  background: linear-gradient(
              45deg,
              rgba(255, 255, 255, 0),
              rgba(255, 255, 255, 0.1) 40%,
              rgba(255, 255, 255, 0.3) 50%,
              rgba(255, 255, 255, 0.7) 60%,
              rgba(255, 255, 255, 0.7) 60%,
              rgba(255, 255, 255, 0.3) 70%,
              rgba(255, 255, 255, 0.1) 80%,
              rgba(255, 255, 255, 0) 85%,
              rgba(255, 255, 255, 0) 100%
  );
  background-position:-180px;
}

/* Galaxy Fold */
@media screen and (max-width: 281px) {
  .slideshow-slide__content {
    top: auto !important;
    bottom: 0%;
  }
  .slideshow-slide__button {
    font-size: 11px !important;
    padding: 0.4rem 1rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .slideshow--width-content {
    padding: 0px;
  }
  
  .slideshow-slide__content {
    font-size: 16px;
  }
}


@media screen and (min-width: 678px) and (max-width: 1024px) { 
  .slideshow-slide__button {
    font-size: 25px !important;
  }
}

@media screen and (min-width: 1024px) {
  .slideshow-slide__content {
    top: auto;
    bottom: 5%;
  }
  .slideshow-slide__content--text-left {
    padding-left: 10.25em;
    text-align: left;
  }
  .slideshow-slide__button {
    padding: 0.675rem 1.75rem !important;
  }
}

/* END BANNER CUSTOMISATION */



/* START PAYMENT CUSTOMISATION */

#payment-endeavour-threedsecure-container {
  margin 10vh auto !important;
}

/* END PAYMENT CUSTOMISATION */

/* START LIST CUSTOMISATION */
/* AGB Page */
li::marker {
  font-size: var(--font-size-heading-3);
  font-weight: 700;
}
.agb {
  text-align: justify;
}
.agb ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  padding-left: 0px !important;
}
.agb li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.agb h6 {
  font-size: 17px;
}
.agb li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  font-size: 17px;
  font-weight: 800;
}
.agb li li {
  margin: 0;
}
.agb li li:before {
  content: counters(item, ".") " ";
}
.agb li p, ol.count {
  margin-left: -25px;
}
/* END LIST CUSTOMISATION */

/* START PASSWORD PAGE CUSTOMISATION */
  .password-page-header, .password-page-content, .password-page-footer {
    display: none;
  }
/* END PASSWORD PAGE CUSTOMISATION */

/* START SIB FORM PAGES/PAGEFLY CUSTOMISATION */
.sib-form-message-panel {
  display: none;
}
button.sib-form-block__button.sib-form-block__button-with-loader {
    background-color: #f33e3e;
    color: white;
}
#error-message .sib-form-message-panel__text {
  justify-content: center;
  background-color: #ffeded;
  max-width: 540px;
  margin: 0 auto !important;
  border-radius: 5px;
  color: #661d1d;
  padding: 15px !important;
}
/* END SIB FORM PAGES/PAGEFLY CUSTOMISATION */

/* START SHOW MORE COLLECTION CUSTOMISATION */
.collection-more {
  display: none;
}
/* END SHOW MORE COLLECTION CUSTOMISATION */

/* START COLLECTION CUSTOMISATION */
figure.collection--image {
    display: none;
}
/* END COLLECTION CUSTOMISATION */

/* START BREADCRUMBS CUSTOMISATION */
.breadcrumbs-container {
    margin-top: 1.5rem;
    margin-bottom: 0rem;
}
/* START BREADCRUMBS CUSTOMISATION */

/* START HEIDIPAY CUSTOMISATION */
.heidipay_inline_wrapper div {
    display: none;
}

.monthly-payment-mobile {
  display: none;
}

.cart-selection-mobile {
  display: none;
}

.cart-selection-desktop {
  display: block;
}

/*.monthly-payment-desktop {
    display: block;
    color: black;
    font-size: x-large;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}*/

.monthly-payment-desktop {
    display: block;
    background: #000000;
    border-radius: 3px;
    color: white;
    font-size: x-large;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    width: fit-content;
    padding: 5px;
}

.cart-subtotal .money {
    font-size: 1.25rem;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}
  
@media screen and (max-width: 768px) {
  /*.monthly-payment-mobile {
      display: block;
      color: black;
      font-size: large;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 10px;
  }*/

  .monthly-payment-mobile {
      display: block;
      background: #000000;
      border-radius: 3px;
      color: white;
      font-size: large;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 10px;
      width: fit-content;
      padding: 5px;
  }

  .mobile {
    display: block;
  }

  .monthly-payment-desktop {
      display: none;
  }
  
  .desktop {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .cart-selection-desktop {
    display: none;
  }

  .cart-selection-mobile {
    display: block;
  }
}

.monthly-payment-badge {
    background: #000000;
    border-radius: 3px;
    /*position: absolute;*/
    color: white;
    bottom: -13px;
    right: 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size: smaller;
    font-weight: 600;
}

.productitem--sale .productitem__price .price__current, .productitem__price .price__current {
    color: #000000;
    font-size: 14px !important;
}

.product__price .price__compare-at.visible~.price__current {
    color: black;
}

.myBtn_heidipay {
  text-decoration: underline;
  cursor: pointer;
}

.myBtn_heidipay img {
  width: 16px;
  margin-right: 5px;
}

.close_heidipay {
  position: relative !important;
}

.myModal_heidipay .modal-content {
  max-width: 60vw !important;
  width: 450px;
}

.myModal_heidipay ol {
  padding-left: 60px;
  padding-right: 20px;
  white-space: initial;
}

.myModal_heidipay p {
  padding-left: 43px;
  padding-right: 20px;
  white-space: initial;
  margin-top: -20px;
}

.myModal_heidipay ol li {
  padding-bottom: 20px;
}

.myModal_heidipay ol li, .myModal_heidipay ol li::marker {
  font-size: 16px;
  font-weight: 800;
}

.heidipay-popup-footer {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
  white-space: initial;
}

.heidipay-special-message {
  display: flex;
  align-items: center;
  background-color: #f33e3e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 50px;
  width: 95%;
  border-radius: 0px 10px 10px 0px;
  white-space: initial;
}

.heidipay-special-message img {
  margin-right: 10px;
}

.heidipay-popup-images {
  width: 100%;
  box-shadow: 0px 0px 10px -3px #333333;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: -10px;
}

@media screen and (max-width: 800px) {
  .myModal_heidipay .modal-content {
    max-width: 90vw !important;
    width: 90vw;
  }

  .myModal_heidipay ol {
    padding-left: 40px;
  }

  .myModal_heidipay p {
    padding-left: 20px;
  }
  
  .myModal_heidipay ol li, .myModal_heidipay ol li::marker {
    font-size: 14px;
    font-weight: 600;
  }

  .heidipay-special-message {
    font-size: 11px;
  }
}

.price-info {
  font-size: 12px;
}

.heidipay-info p {
  width: 100%;
  text-align: left;
  display: block;
  margin: 20px 0;
  font-size: 12px;
}

.atc--product-details--price-value {
  display: none;
}

/* END HEIDIPAY CUSTOMISATION */

/* START SEARCH CUSTOMISATION */
.search--section .layout--has-sidebar .productgrid--wrapper {
    grid-template-columns: max-content;
}
/* END SEARCH CUSTOMISATION */

/**/

#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialogHeader, .CookiebotWidget-main-logo, #CybotCookiebotDialogPoweredByText {
  display: none !important;
}

/* ALTRON TECHNICAL DESCRIPTION */

.cds-Table-Cell--SpecsAttribute, .cds-Table--Specs td {
  padding: 0rem 1rem !important;
}

.cds-Table--Specs ul {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  list-style-type: none;
}

.cds-Table--Specs th {
  border: 0px !important;
}

.cds-Table--Specs::-webkit-scrollbar {
  display: none;
}

/* RATENZAHLUNG BUTTON */
.ratenzahlung-button {
  background-color: #333333;
  border: 1px solid #333333;
  width: 100%; 
  margin-top: 15px;
  padding: 14px 28px;
  text-align: center;
  font-size: var(--font-size-button-x-large);
}

.ratenzahlung-button-red {
  background-color: #f33e3e;
  border: 1px solid #f33e3e;
  width: 100%; 
  margin-top: 15px;
  padding: 14px 28px;
  text-align: center;
  font-size: var(--font-size-button-x-large);
}

@media (max-width: 687px) {
  .ratenzahlung-button {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .small-promo {
    display: none;
  }
}

/* Alltron CUSTOMIZATION */
.ProductDescription-Remark div svg {
    float: left;
    margin-right: 10px;
}

.ProductSpecification table th, .ProductSpecification table td {
  padding-left: 0px !important;
}

figure.productitem--image {
  height: 160px;
}

@media (min-width: 950px) {
  figure.productitem--image {
    height: 220px;
  }
}

.ProductDescription-Banner a {
  pointer-events: none;
}

/*.ProductDescription-BulletPoints, .ProductData-BulletPoints {
  margin-left: 25px;
}*/

/*TBD*/
.short_description .ProductData-BulletPoints {
  display: none;
}

/* START eComposer CUSTOMIZATION */
.ecom-block ul {
  margin-left: 25px;
}
/* END eComposer CUSTOMIZATION */

#site-header-nav > nav > ul {
    opacity: 0;
}

.anzahlung-message {
  background: #f33e3e;
  color: white;
  padding: 10px 20px;
  border-radius: 3px;
  margin-top: 20px
}

.atc-banner--cart .atc-banner--cart-footer form, .atc-banner--cart .atc-banner--cart-subtotal, .atc-banner--cart .terms-and-conditions {
  display: none;
}

.ecom-collection__product-prices {
  display: none !important;
}

/* ADJUST ECOM COLLECTION STYLES & BLOCKS */
.ecom-collection__description--paragraph[style*=max-height]:after {
  background: none !important;
}
.productgrid--masthead>*:first-child {
  margin-top: 1.75rem;
}

.promo-text {
  text-align: center;
  padding: 10px 20px;
  color: black;
  font-size: small;
  border: #f33e3e 2px dashed;
}

.promo-title {
  text-align: center;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
}

span.qq-text {
  font-weight: 500;
}

/* START LIEF 2 */

.bpantBJu.bpamcOTw.col-lg-12 table {
  width: 100%;
  text-align: left;
}

.bpantBJu.bpamcOTw.col-lg-12 table td {
    width: 50%;
}

/* START LIEF 2 */


/* START GRID ITEM BIGGER FOR SCROLL EFFECT */
.featured-collection__content[data-layout=slideshow] .productgrid--item {
    width: 240px;
}

.productitem--action-trigger {
    width: 95%;
}

.productitem--action {
    text-align: -webkit-center;
}

/* END GRID ITEM BIGGER FOR SCROLL EFFECT */

/* START EPREL ENERGY LABEL APP EFFECT */
.energy-label__popup-link {
  display: none !important;
}
/* END EPREL ENERGY LABEL APP EFFECT */