﻿.carrito-acciones {
    display: flex;
    justify-content: space-between;
}
.carrito-total {
    display: flex;
}

.carrito-movile {
    margin: -10px 10px 10px 10px;
}

.carrito-acciones-derecha{
    display: flex;
}
.carrito-acciones-izquierda {
    display: flex;
    margin-right:30px;
}

.carrito-acciones-comprar {
    border: 0;
    background-color: blue;
    padding: 1rem;
    border-radius: 1rem;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    gap: 1rem;
}
.carrito-acciones-verp {
    border: 0;
    background-color: salmon;
    padding: 1rem;
    border-radius: 1rem;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    gap: 1rem;
}
.carrito-acciones-total {
    display: flex;
    background-color: cornsilk;
    padding: 1rem;
    border-radius: 1rem;
    color: darkblue;
    text-transform: uppercase;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}


#divTabla {
margin-top: 7px;
}

.carrito-producto-eliminar {
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
    background-color: transparent;
    color: orangered;
    border-radius: 2rem;
    cursor: pointer;
    border: 2px solid orangered;
}

.imgsel:hover {
    transition: transform 1s;
    transform: scale(1.3);
}


