.container-wrapper.boughttogether {
  margin-top: 36px;
}
.container-wrapper.boughttogether .block-title {
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  color: #312780;
  text-transform: initial;
  text-align: left;
}
.container-wrapper.boughttogether .block-title strong {
  font-size: 36px;
  display: flex;
  font-weight: 700;
}
.container-wrapper.boughttogether .products-grid .product-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
}
.container-wrapper.boughttogether .products-grid .product-items .product-item {
  width: 100% !important;
  margin-bottom: 0;
}
.container-wrapper.boughttogether .products-grid .product-items .product-item img {
  width: 100%;
  aspect-ratio: 1.04;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product {
  text-align: center;
  border: solid 1px #eef1fa;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 24px 16px;
  box-sizing: border-box;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .title {
  text-align: center;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .title .text-top {
  font-weight: 700;
  font-size: 24px;
  color: #1b1b1b;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .title small {
  font-size: 16px;
  font-weight: 400;
  color: #1b1b1b;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .prices {
  font-size: 13px;
  font-weight: 400;
  color: #c0c9de;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .total-boughttogether span {
  text-decoration: line-through;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .price-box .price-wrapper {
  width: 100%;
  display: block;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .total-price {
  width: 100%;
  margin-block: 24px;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .discount-flag {
  display: none;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .price {
  font-size: 24px;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .price::before {
  content: 'Total no Pix: ';
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .price:after {
  display: none;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .custom-old-price .price::before {
  display: none;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .explicative-text {
  font-size: 14px;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .bundle_price {
  display: none;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .boughttogether-btn {
  width: 90%;
  height: 45px;
  font-size: 14px;
  background-color: #669a3e;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 14px;
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .boughttogether-btn:before {
  font-family: 'fontello';
  font-size: 22px;
  font-weight: 400;
  content: '\E975';
}
.container-wrapper.boughttogether .products-grid .product-items .last-product .boughttogether-btn:hover {
  background-color: #4e762f;
}
@media only screen and (max-width: 768px) {
  .container-wrapper.boughttogether {
    margin-top: 18px;
  }
  .container-wrapper.boughttogether .products-grid .product-items:not(.last) {
    width: calc(100% + 15px);
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 16px;
  }
  .container-wrapper.boughttogether .products-grid .product-items:not(.last) .product-item {
    width: 45vw !important;
    flex: 0 0 auto;
  }
  .container-wrapper.boughttogether .products-grid .product-items:not(.last) .product-item:not(:last-child) {
    position: relative;
    margin-right: 32px;
  }
  .container-wrapper.boughttogether .products-grid .product-items:not(.last) .product-item:not(:last-child):after {
    font-size: 38px;
    z-index: 11;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    right: -33px;
    content: "+";
    color: #000000;
  }
  .container-wrapper.boughttogether .products-grid .product-items .last-product {
    width: 100%;
  }
  .container-wrapper.boughttogether .products-grid .product-items .last-product .title span,
  .container-wrapper.boughttogether .products-grid .product-items .last-product .title small {
    display: block;
  }
  .container-wrapper.boughttogether .products-grid .product-items .last-product .boughttogether-btn {
    font-size: 18px;
  }
  .container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .price-billet .price {
    color: #000;
  }
  .container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .explicative-text,
  .container-wrapper.boughttogether .products-grid .product-items .last-product .total-price .explicative-text b {
    color: #000 !important;
  }
  .container-wrapper.boughttogether .product-item-actions {
    display: none;
  }
}
