@charset "UTF-8";
.smart-bundles .sb-bundle-group {
  padding-top: 0;
  margin-top: 0;
}
.smart-bundles .sb-bundle-group h3 {
  padding-bottom: 0;
}
.smart-bundles .sb-bundle-group .sb-bundle-header {
  margin-bottom: 5px;
}
.smart-bundles .sb-bundle-group .sb-btn-bundle-tabs {
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 10px;
}
.smart-bundles .sb-bundle-group .sb-btn-bundle-tabs .sb-btn-bundle-tab {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
}
.smart-bundles .sb-bundle-group .sb-btn-bundle-tabs .sb-btn-bundle-tab.active {
  color: rgb(0, 0, 0);
}
.smart-bundles .sb-bundle[data-type=bundle] .sb-bundle-body {
  display: grid;
  grid-template-columns: calc(100% - 300px) 300px;
}
.smart-bundles .sb-bundle[data-type=bundle] .sb-products .sb-bundle-product:after {
  border-radius: 50px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  display: block;
  content: "+";
  font-size: 24px;
  position: absolute;
  top: 35%;
  right: -21px;
  background-color: grey;
  color: white;
  z-index: 100;
}
.smart-bundles .sb-bundle[data-type=bundle] .sb-products .sb-bundle-product:last-of-type:after {
  display: none;
}
.smart-bundles .sb-bundle .badge {
  border-radius: 2px;
  padding: 3px;
  font-size: 12px;
  line-height: 20px;
}
/* 
.sb-details-product-check input {
  opacity: 0;
  visibility: hidden;
} */
section.product-customization {
  display: none;
}
.smart-bundles .sb-bundle .badge.badge-quantity {
  background-color: #eee;
  color: black;
  margin-left: 5px;
}
.smart-bundles .sb-bundle .sb-product-price-saving_percente,
.smart-bundles .sb-bundle .sb-product-price-saving {
  background-color: #E1344B;
  border-radius: 2px;
  padding: 3px;
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.smart-bundles .sb-bundle .sb-product-price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.smart-bundles .sb-bundle .sb-product-price .sb-product-price-original {
  text-decoration: line-through;
  line-height: 20px;
}
.smart-bundles .sb-bundle .sb-product-price .sb-product-price-discounted {
  font-size: 16px;
  line-height: 20px;
}
.smart-bundles .sb-bundle .slick-arrow {
  position: absolute;
  top: calc(40% - 20px);
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
  border: none;
  font-size: 0;
  line-height: 40px;
  cursor: pointer;
}
.smart-bundles .sb-bundle .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.smart-bundles .sb-bundle .slick-prev {
  left: 0;
}
.smart-bundles .sb-bundle .slick-prev:before, .smart-bundles .sb-bundle .slick-next:before {
  font-size: 18px;
}
.smart-bundles .sb-bundle .slick-prev:before {
  content: "❰";
}
.smart-bundles .sb-bundle .slick-next:before {
  content: "❱";
}
.smart-bundles .sb-bundle .slick-next {
  right: 0;
}
.smart-bundles .sb-bundle .title {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products {
  display: block;
  position: relative;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product {
  position: relative;
  margin-right: 20px;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product .product-flags {
  pointer-events: all;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product .sb-product-checkbox {
  /*position: absolute;
  top: 10px;
  left: 10px;*/
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product .sb-product-checkbox input {
  height: 20px;
  width: 20px;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product .product-image {
  position: relative;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product .sb-product-info {
  padding: 10px;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product .product-name {
  font-size: 12px;
  padding: 10px 0;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product select {
  font-size: 12px;
  width: 100%;
}
.smart-bundles .sb-bundle .sb-bundle-body .sb-products .sb-bundle-product.in-cart img {
  opacity: 0.5;
}
.smart-bundles .sb-bundle .bundle-totals {
  text-align: center;
}
.smart-bundles .sb-bundle .bundle-totals .heading-text {
  font-size: 12px;
}
.smart-bundles .sb-bundle .bundle-totals .bundle_saving_price_formatted_tax_included {
  text-align: center;
  margin: 10px 0;
}

body#cart .smart-bundles .sb-bundle-body {
  display: grid;
  grid-template-columns: calc(100% - 200px) 200px;
}
body#cart .smart-bundles .sb-bundle-body .sb-products {
  display: block;
}
body#cart .smart-bundles .sb-bundle[data-type=cross_sell] .sb-bundle-body {
  display: block;
  /*.sb-products {
      width: 100%;
      overflow-x: auto;
      display: flex;
      justify-content: center;
      gap: 10px;
  }*/
}

@media only screen and (max-width: 767.98px) {
  .sb-products-slider .prod_min_infos{
    margin-left: 5px;
  }
  select.sb-bundle-product-ipa {
      max-width: 100%;
      font-size: 12px;
      padding: 0 5px;
  }

  .sb-products-slider h2.h3.product-title a {
    font-size: 16px;
}
  .smart-bundles .remove_icon,
  .smart-bundles div.add_icon {
      width: 20px;
      height: 20px;
      background: transparent;
  }
  .smart-bundles .remove_text span,
  .smart-bundles .remove_text div{
    font-size: 12px;
  }
  .smart-bundles .remove_text,
  .smart-bundles button.btn span {
    padding-left: 3px;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
  }

}
@media only screen and (max-width: 992px) {
  .sb-bundle-group .sb-bundle .sb-bundle-body {
    display: block !important;
  }
  .sb-bundle-group .sb-bundle .sb-products {
    width: 100%;
    overflow-x: auto;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-4) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-5) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-6) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-7) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-8) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-9) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-10) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-11) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-12) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-13) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-14) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-15) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-16) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-17) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-18) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-19) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-20) {
    justify-content: normal !important;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: auto;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product {
    width: 100px !important;
    text-align: center;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .sb-product-info {
    padding: 0px;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .product-image img {
    max-width: 100px;
    max-height: 100px;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .wishlist-button-add, .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .product-description, .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .product-name, .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .sb-product-price, .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product select[name=sb-bundle-product-ipa], .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product input[name=flag_selected] {
    display: none;
  }
  .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product:after {
    font-size: 18px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    top: 30% !important;
    right: -20px !important;
  }
  
  
  .sb-bundle-group .sb-bundle .sb-see-details {
    margin: 5px 0px;

    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    height: 45px;
    line-height: 35px;
    text-align: center;
    position: relative;
  }
  .sb-bundle-group .sb-bundle .sb-see-details .arrow {
    position: absolute;
    top: calc(50% - 18px);
    right: 10px;
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }
  .sb-bundle-group .sb-bundle .sb-see-details .arrow:before {
    display: inline-block;
    height: 30px;
    width: 30px;
    content: "❯";
    font-size: 20px;
  }
  .sb-bundle-group .sb-bundle .sb-see-details.expanded .arrow {
    transform: rotate(-90deg);
  }
  .sb-bundle-group .sb-bundle .sb-see-details-expanded .sb-details-product {
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: 25px 60px auto;
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .sb-bundle-group .sb-bundle .sb-see-details-expanded .sb-details-product .sb-details-product-check {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sb-bundle-group .sb-bundle .sb-see-details-expanded .sb-details-product .sb-details-product-check input {
    width: 15px;
    height: 15px;
  }
  .sb-bundle-group .sb-bundle .sb-see-details-expanded.expanded .bundle-totals {
    display: block;
  }

  .sb-bundle-group .sb-bundle .sb-btn-add-to-basket {
    width: 100%;
  }
  .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-products-slider {
    display: block;
  }
  .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product {
    width: 100% !important;
  }
  .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product .wishlist-button-add, .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product .product-description, .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product .product-name, .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product .sb-product-price, .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product select[name=sb-bundle-product-ipa], .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product input[name=flag_selected] {
    display: block;
  }
}
.smart-bundles a.product-miniature__thumb-link {
  text-decoration: none;
}


.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-bundle-body {
  display: block !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products {
  width: 100%;
  overflow-x: auto;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-4) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-5) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-6) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-7) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-8) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-9) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-10) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-11) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-12) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-13) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-14) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-15) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-16) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-17) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-18) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-19) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider:has(.sb-bundle-product-20) {
  justify-content: normal !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider >div{
  max-width: 100%;
  flex: 0 0 100%;
}
.sb-products-slider .card{
  box-shadow: none;
}
.sb-products-slider .prod_min_infos{
  padding-top: 0;
}
.sb-products-slider h2.h3.product-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.sb-products-slider .favorite-btn__content.favorite-btn__content--add,
.sb-products-slider .product-miniature__actions,
.sb-products-slider .prod_progress-box{
  display: none;
}
.sb-products-slider article {
  display: flex;
  flex-direction: row;
}

select.sb-bundle-product-ipa {
  max-width: 100%;
  font-size: 14px;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider {
  width: 100%;
  display: flex;
  overflow: auto;
  flex-direction: column;
}
.sb-see-details-expanded{
  display: block !important;
}

.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product {
  width: 100px !important;
  text-align: center;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .sb-product-info {
  padding: 0px;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .product-image img {
  max-width: 100px;
  max-height: 100px;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .wishlist-button-add, .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .product-description, .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .product-name, .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product .sb-product-price, .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product select[name=sb-bundle-product-ipa], .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product input[name=flag_selected] {
  display: none;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product:after {
  font-size: 18px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  top: 30% !important;
  right: -20px !important;
}
.sb-see-details-expanded.expanded,
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details > span.arrow {
  display: none;
}

.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  font-size: 14px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  position: relative;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details .arrow {
  position: absolute;
  top: calc(50% - 18px);
  right: 10px;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details .arrow:before {
  display: inline-block;
  height: 30px;
  width: 30px;
  content: "❯";
  font-size: 20px;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details.expanded .arrow {
  transform: rotate(-90deg);
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details-expanded .sb-details-product {
  display: flex;
  grid-column-gap: 5px;
  grid-template-columns: 25px 60px auto;
  font-size: 12px;
  border-bottom: 1px solid #D6D6D6;
  padding: 10px 0;
  align-items: center;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details-expanded .sb-details-product .sb-details-product-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details-expanded .sb-details-product .sb-details-product-check input {
  width: 15px;
  height: 15px;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details-expanded.expanded .bundle-totals {
  display: block;
}
/* .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .bundle-totals {
  display: none;
} */
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-btn-add-to-basket {
  width: 100%;
  text-transform: uppercase;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-products-slider {
  display: block;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product {
  width: 100% !important;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product .wishlist-button-add, .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product .product-description, .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product .product-name, .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product .sb-product-price, .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product select[name=sb-bundle-product-ipa], .smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle[data-type=cross_sell] .sb-bundle-product input[name=flag_selected] {
  display: block;
}
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-products-slider .sb-bundle-product {
  width: 100px !important;
}

.modal-dialog .smart-bundles {
  padding: 20px;
}
.sb-products-slider{
  overflow-x: auto;
margin: 0;
}
.sb-products-slider>div {
  padding: 0;
}
.sb-product-info .sb-product-price>span {
  padding: 0 4px 0 0;
}
.sb-products-slider .product-flags>li.product-flag {
  display: none;
}
.sb-products-slider::-webkit-scrollbar {
height: 8px;
}

.sb-products-slider::-webkit-scrollbar-track {
background: #ECECEC; 
}

.sb-products-slider::-webkit-scrollbar-thumb {
background-color: #D6D6D6; 
border-radius: 10px;
}


.sb-products-slider::-webkit-scrollbar-thumb:hover {
  background: #D6D6D6;
}


.sb-products-slider .product-flag {
  background: #1377C9;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
  padding: 5px 10px;
  pointer-events: auto;
  width: -moz-fit-content;
  border-radius: 0;
  margin-top: 12px;
  width: fit-content;
}
.sb-products-slider .product-flag.-discount {
  background-color: #A93F9A;
}
/*# sourceMappingURL=front.css.map */