@supports (-webkit-touch-callout: none) {
  html,
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .ttvcmscart-show-dropdown-right.open{
    height: calc(100dvh) !important;
  }
}

.ttvcmscart-show-dropdown-right.open{
    z-index: 99999999 !important;
}

.ttvcart-product-content-box.ttvscroll-container{
  overflow-y: auto !important;  
  height: fit-content !important;  
}


/* descuento */
.tvproduct-flags.tvproduct-sale-pack-wrapper li:empty {
  display: none !important;
}
.tvproduct-flags.tvproduct-sale-pack-wrapper li:not(:empty) {
  bottom: 25px !important;
  background: red !important;
  font-size: 18px !important;
  padding: 5px !important;
  border-radius: 5px !important;
}

/* Precio descuento */
.product-price-and-shipping:has(.price):has(.regular-price:not([hidden])) .price,
.epd-price-discounted{
  color: red !important;
  font-size: 25px !important;
}

/* Nuevo */
.tvproduct-online-new-wrapper li {
  background-color: #6b30a5 !important;
}