.combo-details {
  padding: 40px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}
.combo-details .header-controls {
  position: relative;
  height: 70px;
}
.combo-details .header-controls>.btIconeRedondo {
  position: absolute;
  left: 0;
  top: 0;
}
.combo-details .header-controls>.btIconeRedondo.transparent {
  position: absolute;
  right: 0;
  top: 0;
  left: unset;
  background-color: transparent;
}
.combo-details .header-controls>.btIconeRedondo.transparent i {
  font-size: 19px;
}
.combo-details h1 {
  margin-bottom: 40px;
  color: var(--theme-main-font-color);
}
.combo-details .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.combo-details .content .products {
  width: 70%;
}
.combo-details .content .products .header {
  border-bottom: 2px solid var(--theme-main-font-color-brighter-1);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  color: var(--theme-main-font-color);
  font-size: 15px;
  font-weight: bold;
}
.combo-details .content .products .combo-item {
  display: flex;
  width: 100%;
  height: 100px;
  max-height: 100px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  transition: max-height 3s ease;
  justify-content: space-between;
}
.combo-details .content .products .combo-item.combo-border-bottom {
  border-bottom: 2px solid var(--theme-main-font-color-brighter-1);
}
.combo-details .content .products .products-description {
  display: none;
  max-height: 500px;
  height: auto;
  border-bottom: 2px solid var(--theme-main-font-color);
  padding-bottom: 30px;
}
.combo-details .content .products .combo-item.open {
  height: auto;
  max-height: 9999px;
}
.combo-details .content .products .combo-item .photo-mobile {
  display: none;
}
.combo-details .content .products .header p:first-child,
.combo-details .content .products .combo-item .photo-mobile .gallery,
.combo-details .content .products .combo-item .gallery {
  min-width: 150px;
  width: 150px;
  height: 100%;
}
.combo-details .content .products .combo-item .photo-mobile .gallery,
.combo-details .content .products .combo-item .photo-mobile .gallery>.slick-list,
.combo-details .content .products .combo-item .photo-mobile .gallery.slick-list>.slick-track,
.combo-details .content .products .combo-item .gallery,
.combo-details .content .products .combo-item .gallery>.slick-list,
.combo-details .content .products .combo-item .gallery>.slick-list>.slick-track {
  height: 100%;
}
.combo-details .content .products .combo-item .photo-mobile .gallery img,
.combo-details .content .products .combo-item .gallery img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.combo-details .content .products .combo-item .photo-mobile .gallery .slick-arrow,
.combo-details .content .products .combo-item .gallery .slick-arrow {
  color: #ccc;
  font-size: 25px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 16.5px);
}
.combo-details .content .products .combo-item .photo-mobile .gallery .slick-arrow:hover,
.combo-details .content .products .combo-item .gallery .slick-arrow:hover {
  color: var(--theme-main-font-color-brighter-1);
}
.combo-details .content .products .header .name,
.combo-details .content .products .combo-item .name {
  position: relative;
  min-width: 250px;
  width: 250px;
}
.combo-details .content .products .combo-item .name .product-name {
  color: var(--theme-main-font-color);
  font-size: 18px;
  font-weight: bold;
}
.combo-details .content .products .combo-item .name .product-name:hover {
  opacity: .7;
}
.combo-details .content .products .header .price,
.combo-details .content .products .combo-item .price {
  max-width: 60px;
  min-width: 60px;
  text-align: center;
}
.combo-details .content .products .header .quantity,
.combo-details .content .products .header .subTotal,
.combo-details .content .products .combo-item .subTotal,
.combo-details .content .products .combo-item .quantity {
  max-width: 85px;
  min-width: 85px;
  text-align: center;
}
.combo-details .content .products .header .quantity-min {
  display: none;
}
.combo-details .content .products .combo-item .quantity,
.combo-details .content .products .combo-item .subTotal,
.combo-details .content .products .combo-item .price {
  color: var(--theme-main-font-color);
  font-size: 12px;
  text-align: center;
}
.combo-details .content .products .combo-item .break-line {
  flex-basis: 100%;
  height: 0px;
}
.combo-details .content .products .combo-item .advanced-info .attribute {
  font-size: 14px;
  margin-bottom: 15px;
}
.combo-details .content .products .combo-item .advanced-info .description {
  font-size: 14px;
  color: var(--theme-main-font-color);
}
.combo-details .content .products .combo-item .advanced-info .description h1,
.combo-details .content .products .combo-item .advanced-info .description h2,
.combo-details .content .products .combo-item .advanced-info .description h3,
.combo-details .content .products .combo-item .advanced-info .description h4 {
  font-size: 16px;
  color: var(--theme-main-font-color);
  margin-bottom: 10px;
}
.combo-details .content .products .combo-item .show-more {
  position: absolute;
  width: calc(100% - 30px);
  background: transparent;
  border: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: var(--theme-main-font-color);
}
.combo-details .content .products .combo-item .show-more i {
  position: relative;
  color: var(--theme-main-font-color-brighter-1);
}
.combo-details .content .products .combo-item.open .show-more {
  display: none;
}
.combo-details .content .total-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 25%;
}
.combo-details .content .total-actions>p {
  font-size: 23px;
  width: 100%;
  color: var(--theme-main-font-color);
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--theme-main-font-color);
}
.combo-details .content .total-actions .price {
  font-size: 15px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.combo-details .content .total-actions .price>p {
  display: flex;
  justify-content: space-between;
  color: var(--theme-main-font-color-brighter-1);
}
.combo-details .content .total-actions .price .total {
  font-size: 20px;
  color: var(--theme-main-font-color);
}
.combo-details .content .total-actions .price .total span {
  font-weight: 800;
  font-size: 20px;
}
.combo-details .content .total-actions .controls {
  width: 100%;
}
.combo-details .content .total-actions .controls>button {
  width: 100%;
  border-radius: 50px;
}
.combo-details .content .total-actions .controls .bgShippingCost form .bgCalculationShipping p {
  color: var(--theme-main-font-color);
}
.combo-details .content .total-actions .controls .bgShippingCost form .bgCalculationShipping input {
  max-width: 160px;
}
.combo-details .content .total-actions .controls .bgShippingCost form .bgShipping thead,
.combo-details .content .total-actions .controls .bgShippingCost form .bgShipping tbody {
  color: var(--theme-main-font-color);
}
.combo-details .content .total-actions .controls>* {
  margin-left: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1260px) {
  .combo-details .content .total-actions .controls .bgShippingCost form .bgCalculationShipping input {
    max-width: 120px;
  }
}
@media only screen and (max-width: 1120px) {
  .combo-details .content {
    justify-content: flex-end;
  }
  .combo-details .content .products {
    width: 100%;
  }
  .combo-details .content .total-actions {
    margin-top: 20px;
    width: 35%;
  }
  .combo-details .content .total-actions .controls .bgShippingCost form .bgCalculationShipping input {
    max-width: 180px;
  }
}
@media only screen and (max-width: 1000px) {
  .combo-details .content .total-actions .controls .bgShippingCost form .bgCalculationShipping input {
    max-width: 130px;
  }
}
@media only screen and (max-width: 800px) {
  .combo-details .content .products .combo-item {
    flex-wrap: wrap;
    max-height: 300px;
    height: 200px;
  }
  .combo-details .content .products .header .name,
  .combo-details .content .products .combo-item .name {
    min-width: unset;
    width: 150px;
    margin-right: 0;
  }
  .combo-details .content .products .combo-item .name .product-name {
    font-size: 13px;
  }
  .combo-details .content .products .combo-item .advanced-info {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .combo-details .content .total-actions {
    flex-wrap: wrap;
  }
  .combo-details .content .total-actions .price,
  .combo-details .content .total-actions .controls {
    flex: 0 0 100%;
  }
  .combo-details .content .products .products-description {
    max-height: 800px;
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .combo-details .content .products .header p:first-child,
  .combo-details .content .products .combo-item .gallery {
    display: none;
  }
  .combo-details .content .products .combo-item .photo-mobile {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }
  .combo-details .content .products .combo-item .photo-mobile .gallery {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
    justify-content: space-between;
    min-height: 110px;
    max-height: 110px;
  }
  .combo-details .content .products .combo-item .photo-mobile .gallery img {
    object-fit: cover;
  }
  .combo-details .content .products .combo-item .photo-mobile .gallery .photo {
    min-width: 33%;
    max-width: 33%;
    min-height: 110px;
    max-height: 110px;
  }
  .combo-details .content .products .header .quantity,
  .combo-details .content .products .header .subTotal,
  .combo-details .content .products .combo-item .subTotal,
  .combo-details .content .products .combo-item .quantity {
    text-align: center;
    max-width: 60px;
    min-width: 60px;
  }
  .combo-details .content .products .header {
    font-size: 12px;
  }
  .combo-details .content .products .header,
  .combo-details .content .products .combo-item {
    padding: 10px;
  }
  .combo-details .content .products .combo-item {
    height: 220px;
  }
  .combo-details .content .products .products-description {
    padding-bottom: 30px;
    height: auto;
    margin-top: -30px;
  }
  .combo-details .content .total-actions {
    width: 100%;
  }
  .combo-details .content .total-actions .controls .bgShippingCost form .bgCalculationShipping input {
    max-width: 200px;
  }
}
@media only screen and (max-width: 550px) {
  .combo-details .content .products .header .quantity {
    display: none;
  }
  .combo-details .content .products .header .quantity-min {
    display: block;
  }
  .combo-details .content .products .header .name,
  .combo-details .content .products .combo-item .name {
    width: 100px;
  }
  .combo-details .content .products .header,
  .combo-details .content .products .combo-item {
    padding: 10px 0;
  }
  .combo-details .content .products .header .quantity-min,
  .combo-details .content .products .combo-item .quantity {
    max-width: 30px;
    min-width: 30px;
  }
  .combo-details .content .products .combo-item .photo-mobile .gallery,
  .combo-details .content .products .combo-item .photo-mobile .gallery .photo {
    min-height: 100px;
    max-height: 100px;
  }
}