/* .pagination .page-item {
    background-color: red !important;
}
.pagination .page-item .page-link > .active {
    background-color: rgb(164, 255, 19) !important;
}
.pagination .page-item .page-link {
    background-color: rgb(255, 255, 255) !important;
} */
#custom-pagination {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#custom-pagination .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    color: rgb(0, 0, 0);
}

#custom-pagination .btn:hover,
#custom-pagination .btn.active {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

#custom-pagination .prev,
#custom-pagination .next {
    background-color: rgb(0, 0, 0);
}

.images_product {
    width: 80%;
    height: 10rem;
    object-fit: contains;

}

.box_image_product {
    width: 250px;
    height: 150px;
}

.box_image_product img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.modal-xl {
    width: 80% !important;
}

.icon__logo {
    width: 150px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: contain;
    border: 1px solid rgb(39, 39, 39);
    border-radius: 50px;
}

.price__full {
    color: red;
    font-weight: 800;
}

.price {
    color: red;
}

.price__sale {
    font-weight: 400;
    color: var(--clrgrays4);
    margin-bottom: 0;
    text-decoration: line-through;
    font-size: 0.85rem;

}

.box_product {
    transition: 0.3s ease-in-out;
}

.box_product:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}