.producto-upsell {
  display: flex;
  flex-direction: column;

  width: 130px;
}
.hidde {
  display: none !important;
}
.popup-added_to_cart {
  max-width: 800px !important;
}
.swiper{
	padding-top: 30px !important;
}
.swiper-slide img{
	height:200px;
	object-fit: contain;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: black !important;
  font-size: 15px !important;
}

.swiper-slide .product-name {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upsell-container {
  display: flex;
  gap: 20px;
  padding: 20px 0px;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.swiper-slide a.boton-variacion.button.add_to_cart_button.boton-upsell {
  width: 100%;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.upsell-container {
  scrollbar-width: thin;
  scrollbar-color: #333333 white;
}

.upsell-container::-webkit-scrollbar {
  width: 12px;
}

.upsell-container::-webkit-scrollbar-track {
  background: white;
}

.upsell-container::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 20px;
  border: 3px solid white;
}

.swiper-slide .original-price::before {
    content: "";
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    top: 45%;
    left: 0;
    transform: rotate(165deg);
}

.original-price {
    color: #b1b1b1 !important;
    font-weight: 400  !important;
    position: relative;
}

.swiper-slide a.boton-variacion.button.add_to_cart_button.boton-upsell {
    width: 100%;

}

@media screen and (min-width: 768px){
	.center-slider {
    justify-content: center;
}
}

.swal2-container.swal2-center.swal2-backdrop-show{
	z-index: 99999
}