﻿@media (max-width: 576px) {
    .modal-scroll-mobile {
        max-height: 350px;
        overflow-y: auto;
    }

    .table td, .table th {
        white-space: normal !important;
        font-size: 0.85rem;
        padding: 0.3rem;
    }

    .modal-dialog {
        max-width: 95%;
        margin: 1.75rem auto;
    }
}
.modal-footer {
    border-top: none;
    padding-bottom: 0.8rem;
}

.table-header-rosa {
    background-color: #ffe0e6 !important;
    color: #4a4a4a; 
}

.btn-secondary {
    background-color: #d63384;
    border: none;
    color: white;
    margin-bottom: 0.3rem;
}

    .btn-secondary:hover {
        background-color: #b0256d;
    }

.footer-bottom {
    background-color: #003633;
    color: white;
    width: 100%;
    padding: 12px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .footer-bottom .copyright {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-bottom .formas-pago {
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

        .footer-bottom .formas-pago img {
            height: 40%;
            width: 35%;
            margin-top: -5px;
        }

@media (min-width: 600px) {
    .footer-bottom .copyright {
        flex: 1;
        text-align: left;
        margin-bottom: 0;
    }

    .footer-bottom .formas-pago {
        flex: 1;
        justify-content: flex-end;
    }
}
header .header-content ul#menuMobile.nav-not-mobile li .fa-remove,
header .header-content ul#menuMobile.menu-mobile li .fa-remove {
    color: #fff;
    margin-right: 25px;
    font-weight: 100;
    position: relative;
}

header .header-content ul#menuMobile.nav-not-mobile li.carrito_mobile,
header .header-content ul#menuMobile.menu-mobile li.carrito_mobile {
    width: 11%;
}

.carrito_mobile .cart-no {
    background-color: gray;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 12px;
    position: absolute;
    top: -4px;
    margin-left: 12px;
}

@media (max-width: 768px) {
    .carrito_mobile .cart-no {
        top: -9px;
        right: 0;
        margin-left: 0;
        margin-right: -6px;
    }

    .carrito_mobile a {
        position: relative;
        display: inline-block;
    }
}