/* Estilos del carrusel */
.carrusel-container {
    margin: auto;
    max-width: 90%;
    overflow: hidden;
    border-radius: 5px;
}
.carrusel-fotos img{
    height: unset !important;
    margin: auto;
    margin-top: 60px;
    border-radius: 5px;
}
/* .slick-dots{
    display: flex !important;
    justify-content: center;
} */
/* .icono-compra{
    background-color: var(--TextColor);
    border-radius: 20px;
    color: var(--MainColor);
    padding: 10px;
    position: relative;
    top: -50px;
    font-size: large !important;
    z-index: 4;
} */
.div-productoscarrito{
    display: flex;
}
.div-prodcarrito-img{
    min-width: 50vw;
    
}
@media (min-width:840px){
    .div-prodcarrito-img{
        max-width: 50vw;
    }
}
.splide__slide video {
    width: 100% !important;
}
@media(max-width:840px){

    .div-prodcarrito-img{
        width: 100%;
    }
}
.div-carrusel-producto{
    /* margin-top: 30px; */
}
/* .titulo-producto{
    margin-top: 50px;
} */

/* .bloque-ofertas-carrito:hover {
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
    background-color: unset;
    background: unset;
} */
/* .grid-objetos tbody tr td .bloque-ofertas-carrito:hover{
    min-width: 18vw;
    box-shadow:  0;
} */
@media(max-width:840px){
    /* .titulo-producto{
        margin-top: 0px;
    }
    .carrusel-container {
        max-width: 90%;
    } */
    .div-productoscarrito{
        display: block;
    }
    .div-carrusel-producto{
        margin-top: 0px;
    }
    
}

@media (min-width: 840px) {
    /* .box-masinfo-calculos{
        overflow-y: scroll;
        max-height: 40vh;    
    } */
}