.product-carousel .carousel-item img {
    width: 100%;
    height: 238px;
    object-fit: contain;
    background-color: white;
}


.product-carousel .carousel-item .title {
    height: 80px;
    object-fit: contain;
}

.product-carousel .carousel-item .cart-action {
    position: absolute;
    bottom: 10%;
}


.axil-product.product-style-six .product-content .product-price-variant {
    background-color: rgba(95,6,16, 0.7);
}

#eventosCarousel .carousel-item{
    height:100px;
}

.carousel-control-prev {
    width: 150px;
}
.carousel-control-next {
    width: 150px;
}