/* ATH Móvil change these CSS Rule to make links white :/ */
/* a:link,
a:visited,
a:active {
    text-decoration: none;
    color: initial !important;
} */

/* .thebackgroundcolor {
    background-color: rgb(255, 255, 255) !important;
} */

.headerfootercolor{
    background-color: #000000 !important;
    color: black!important;
}



.product-grid-text {
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
    /* color: #000000; */
    font-size: 1.7rem;
    font-weight: 500;
}

/* body {
    background-color: #A92222 !important;
} */

.text-primary {
    color: #A92222 !important;
}

.border {
    border: 1px solid #A92222 !important;
}

.bold {
    font-weight: bold !important;
}

/*  Product HMTL */
.card {
    border-radius: 0px;
    border: none;
    transition: transform 0.2s ease-in-out;
}

/* .card:hover {
    transform: scale(1.05);
} */

.card-img-top {
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body {
    text-align: center;
}

.price {
    font-size: 1.2rem;
    color: #28a745;
}

.card .btn {
    width: 48%;
}

.see_preview {
    cursor: zoom-in;
}

#imagePreviewModal .modal-body img {
    cursor: zoom-out;
}