.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.icon-carrito {
    position: relative;
}
.icon-carrito:hover {
    cursor: pointer;
}
.icon-carrito i {
    color: white;
    font-size: 20px;
}
.icon-carrito > a p {
    text-align: center;
    font-size: 12px;
    height: 20px;
    width: 20px;
    position: absolute;
    color: white;
    right: 5px;
    bottom: 10px;
    background: #dc3545;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 
text-align: center;
background: #dc3545;
padding: 5px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
*/
.dropdown-menu p {
    color: white;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #b4b4b4;
}
