/* Ocultar bloque original */
.product-sumary .bundle-cta .woosb-products{
	display: none;
}


/* Estilos Base */
body .woosb-custom-products .woosb-custom-product > div {
  padding-right: 0;
}

.product-bundle .woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .initial-add-to-bundle .btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  padding: 12px 26px;
  border-radius: 4px;
}

.woosb-custom-product {
  margin-top: 50px;
}

.woosb-qty .quantity .numero-fake.numero-menos {
  pointer-events: all;
}

.woosb-qty .quantity .numero-fake.numero-menos:after {
  background-image: url(../images/minus-turquesa.svg);
}

/* Subproductos - Contenedor */
.woosb-custom-products {
  border: none;
  margin-bottom: 0;
}

.woosb-custom-products > .row {
  align-items: stretch;
}

.woosb-custom-products > .row > div {
  display: flex;
  align-items: stretch;
}

.woosb-custom-products > .row > div > * {
  width: 100%;
}

.woosb-custom-products > .row > div:first-of-type {
  display: flex;
  align-items: stretch;
}

.woosb-custom-products > .row > div:first-of-type > * {
  width: 100%;
}

.woosb-custom-products .blunded-image {
  max-width: 100%;
  height: auto;
  padding: 0;
}

.woosb-custom-products .blunded-image img {
  max-width: 100%;
}

.woosb-custom-products .product-sumary .bundle-cta .button {
  margin-top: 0;
  background: #29a8b3 !important; /* Reemplazo de $mainColor */
  min-width: 170px;
}

/* Modal */
.woosb-custom-products .bundle-modal {
  text-align: left;
}

.woosb-custom-products .bundle-modal .modal-header {
  border: none;
}

.woosb-custom-products .bundle-modal .modal-icons .caracteristicas_producto {
  margin-top: 0;
}

.woosb-custom-products .bundle-modal .modal-body {
  padding: 0 30px 30px 30px;
}

@media (min-width: 1200px) {
  .woosb-custom-products .bundle-modal .modal-body {
    padding: 0 50px 30px 50px;
  }
}

.woosb-custom-products .bundle-modal .modal-body .modal-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.woosb-custom-products .bundle-modal .modal-body .modal-img {
  margin-bottom: 20px;
}

.woosb-custom-products .bundle-modal .modal-body .modal-img img {
  max-height: 200px;
  height: auto;
  width: auto;
}

.woosb-custom-products .bundle-modal .modal-body .modal-excerpt p {
  margin-bottom: 5px;
}

/* Producto Individual */
.woosb-custom-products .woosb-custom-product {
  background: #fff;
  border: none;
  padding: 0;
  position: relative;
  margin: 0 0 30px 0;
  display: block;
}

.woosb-custom-products .woosb-custom-product .bundle-data {
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 20px;
}

.woosb-custom-products .woosb-custom-product .bundle-data .bundle-tit {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
}

.woosb-custom-products .woosb-custom-product .bundle-cta {
  padding: 0 15px;
  height: 40px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .bundle-more-info {
  font-size: 14px;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty {
  width: 110px;
  flex: 0 0 110px;
  position: relative;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .quantity {
  float: none;
  width: 110px;
  margin: 0;
  display: flex;
  align-items: center;
  background: transparent;
  color: #29a8b3; /* Reemplazo de $mainColor */
  font-weight: 300;
  font-size: 20px;
  opacity: 1;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .quantity input {
  outline: none;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .quantity .number-helper {
  color: #29a8b3; /* Reemplazo de $mainColor */
  transition: all 0.5s ease;
  max-width: 20px;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .quantity .number-helper:hover {
  color: #29a8b3;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .initial-add-to-bundle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  z-index: -10;
  opacity: 0;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .initial-add-to-bundle.visible {
  z-index: 10;
  opacity: 1;
}

.woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .initial-add-to-bundle .btn {
  margin: 0;
  display: block;
}

.woosb-custom-products .woosb-custom-product .blunde-qty {
  font-weight: 600;
}

.woosb-custom-products .woosb-custom-product .bundle-added {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #6ff18c;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}

.woosb-custom-products .woosb-custom-product .bundle-added.visible {
  opacity: 1;
}

.woosb-custom-products .woosb-custom-product .bundle-added .amount {
  font-size: 24px;
}

/* Media Queries */
@media (max-width: 575px) {
  .product-bundle .woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty > .quantity {
    margin-left: 15px !important;
  }
  .product-bundle .woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty > .quantity > .number-helper.number-del {
    min-width: 30px !important;
  }
  .product-bundle .woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty > .quantity > input[type=number] {
    padding: 0 !important;
    min-width: 30px !important;
  }
  .product-bundle .woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty > .quantity > .number-helper.number-add {
    min-width: 30px !important;
  }
  .product-bundle .woosb-custom-products .woosb-custom-product .bundle-data .bundle-tit {
    height: 44px;
  }
}

@media (max-width: 370px) {
  .product-bundle .woosb-custom-products .woosb-custom-product .bundle-cta .woosb-qty .quantity .bundle-cta-text {
    font-size: 12px;
  }
}