#navbar div ul li a {
    transition: all 800ms;
}

#navbar div ul li a button {
    background-color: #c00000;
}

#carrito::after {
    background-color: #c00000 !important;
}

#navbar div ul li:hover {
    color: white;
    background-color: #c00000;
    transition: all 800ms;
}

#navbar div ul li:hover:first-child,
#navbar div ul li:hover:last-child {
    color: white;
    background-color: transparent;
    transition: all 800ms;
}

.nav-item.active .nav-link {
    color: #c00000 !important;
}

.badge.bg-red {
    background-color: #c00000 !important;
}

.badge.bg-red:hover {
    color: gainsboro !important;
}

footer {
    background-color: #c00000 !important;
}

.pagination .page-item.active span {
    background-color: #c00000 !important;
    border: 1px solid #c00000;
}

.pagination .page-item a {
    color: #c00000 !important;
}

.btn-red {
    background-color: #c00000 !important;
    color: antiquewhite !important;
}

.btn-red:hover {
    background-color: #b90926 !important;
    color: antiquewhite;
}

.btn-outline-red{
    border: 1px solid #c00000;
    background-color: transparent;
    color: #c00000;
    transition: all 400ms;
}

.btn-outline-red:hover{
    border: 1px solid #c00000;
    background-color: #c00000;
    color: antiquewhite;
    transition: all 400ms;
}