.smart-bundles .sb-bundle-group {
  padding-top: 20px;
  margin-top: 20px; }
  .smart-bundles .sb-bundle-group h3 {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px; }
  .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: black; }
.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 {
  background-color: firebrick;
  border-radius: 2px;
  padding: 3px;
  color: white;
  font-size: 12px;
  line-height: 20px; }
.smart-bundles .sb-bundle .sb-product-price-saving {
  background-color: firebrick;
  border-radius: 2px;
  padding: 3px;
  color: white;
  font-size: 12px;
  line-height: 20px; }
.smart-bundles .sb-bundle .sb-product-price {
  margin-top: 10px; }
  .smart-bundles .sb-bundle .sb-product-price .sb-product-price-original {
    font-size: 14px;
    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: '\2770'; }
.smart-bundles .sb-bundle .slick-next:before {
  content: '\2771'; }
.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: 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: 10px 0px;
    display: block !important;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 5px 10px;
    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: '\276F';
        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 .bundle-totals {
    display: none; }
  .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.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 {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: auto; }
  .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; }
.smart-bundles.layout-type-compact .sb-bundle-group .sb-bundle .sb-see-details {
  margin: 10px 0px;
  display: block !important;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding: 5px 10px;
  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: '\276F';
      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: 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; }
  .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%; }
.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; }

/*# sourceMappingURL=front.css.map */


.sb-bundle .js-product-miniature-wrapper {
  width: auto !important;
  max-width: inherit !important;
}

.sb-bundle .product-description .row {
  display: block !important;
}

.sb-bundle .product-description select {
  background: none !important;
  padding: 4px;
  max-width: 250px;
}

.sb-bundle .product-description select option {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
}

