﻿
.nombre-producto {
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #343A40;
}

.contenido-producto {
    margin-left: 10px;
    font-size: 11px;
    margin-bottom: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-carrito tbody tr {
    border-bottom: 1px solid #E5E5E5;
    height: 120px;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*Visualización Movil*/
.display-movil {
    display: none;
}

.display-table {
    display: block !important;
}

.input-cantidad {
    width: 40%;
    height: 35px;
    border: 2px solid #ebebeb;
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.fila-movil {
    border-bottom: 1px solid #E9ECEF;
    margin-bottom: 10px;
}

.cantidad-grupo {
    padding: 10px 100px 0px 100px;
}

.table-movil {
    border-collapse: separate;
    border-spacing: 0 0.2em;
    width: 75%;
    margin: 15px 0px;
}

.table-titulo-movil {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: end;
    padding-right: 30px;
    vertical-align: middle;
    color: #343A40;
}

.table-valor-movil span {
    font-size: 12px;
}

.precio-descrip {
    font-size: 16px;
    font-weight: 700;
}

.header-display {
    background-color: #e5e5e5;
    color: #523f3f;
    font-size: 14px;
    font-weight: 600;
}

.btn-finalizar:hover {
    color: gainsboro !important;
}

.imagen-movil {
    max-width: 50%;
}


.carrito-vacio {
    padding: 100px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}


.imagen {
    width: 100px;
}



@media only screen and (max-width: 767px) {
    .slicknav_menu {
        display: block;
        background: transparent;
        text-align: center;
        margin-top: 0px;
    }

    .display-movil {
        display: block !important;
    }

    .display-table {
        display: none !important;
    }

    .input-cantidad {
        width: 20%;
    }
}
