.products-gift-cards {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left !important;
    padding-bottom: 1.5rem;
}

.products-gift-cards .products-head {
    height: auto;

}

.products-gift-cards .products-body {
    border: solid 1px #f3f4f5;
    border-top: none;
    /* border-radius: 4px; */
    padding: 1.5rem;
    flex: 1;
}

.products-gift-cards .products-foot {
    margin-top: 1.5rem;
    padding: 0;
}

.gift-prices-title {
    padding-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem !important;
}

.gift-feature {
    font-weight: 600;
    padding: 0.4rem 0;
}

.gift-surcharge {
    margin-left: auto;
}

body .humburger-menu {
    padding-top: 96px;
    padding-bottom: 0;
}

.app-btns {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

@media (max-width:767px) {
    .app-btns {
        justify-content: center;
        gap: 1rem;
    }
}