﻿.gift-cert-container {
    margin-bottom: 20px;
    border: 1px solid var(--bs-gray-400);
    background-color: white;
    border-radius: 5px; 
    padding: 15px 0px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
    font-size: 16px !important;
}

.gift-cert-desc-container {
    padding: 0px 10px;
    text-align: center;
    font-size: 16px !important;
}
.gift-cert-desc {
    font-style: italic;
}

.gift-cert-price-container {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f0f5f1;
}

.gift-cert-price {
    font-weight: bold;
}

.gift-cert-btn-qty {
    border: 0px;
    padding: .2rem .5rem;
    font-size: 1.1rem;
    background-color: transparent;
    font-size: 16px !important;
}

.gift-cert-btn-add {
    border: 0px;
    border-radius: 5px;
    padding: .2rem .5rem;
    background-color: #004716;
    color: white;
    font-size: 16px !important;
}
