#btn-carrito {
    border-color: #e7e7e7 !important;
    border-radius: 2px;
}

.btn-primary,
#btn-carrito:hover {
    background-color: #c9032d !important;
    border-color: #c9032d !important;
    color: white !important;
}

.btn-primary:hover {
    background-color: #a30326 !important;
    border-color: #c9032d !important;
    color: white !important;
}

.btn-outline-danger {
    width: 100%;
    border-radius: 0;
    border: none;
    border-top: 2px solid #dc3545;
}

.navbar.navbar-expand-lg {
    background-color: #c9032d !important;
    height: 110px;
}

.navbar .container {
    justify-content: space-around !important;
}

.navbar .container .navbar-nav .nav-item a,
.bi-cart-fill {
    color: white;
}

.navbar .container .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .container .navbar-brand img {
    max-width: 100px;
}

.dropdown-menu.dropdown-menu-end {
    width: max-content;
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
}

.dropdown-menu.dropdown-menu-end #cesta-items {
    width: max-content;
    list-style: none;
    padding: 0;
}

.card {
    border-radius: 4px !important;
    border-color: #ececec;
}

.card a.btn {
    width: 100%;
    border-radius: 0;
}

.card a.btn:hover {
    background: #c9032d;
    color: white;
}

.page-link {
    color: #5e4c4c;
}

.page-link:hover {
    color: #c9032d;
}

.page-item.active .page-link {
    background: #c9032d !important;
    border-color: #c9032d !important;
    color: white;
}

.page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fw-bolder {
    text-decoration: none;
    color: black;
    opacity: 0.7;
}


.header-i {
    background-image: url(../assets/img/Frame1.png);
}

.header-i-background {
    background: #0000008c;
    padding: 13rem 0;
}

.header-i-background h1 {
    color: #ffffff !important;
    opacity: 1;
}

.header-i-background p {
    font-size: 2rem;
    color: #ffffffc2 !important;
}

.text-primary {
    color: black !important;
}

.rounded-pill {
    background-color: #c9032d !important;
    border-color: #c9032d !important;
    color: white !important;
}