﻿.GiftSection {
    background: #fff;
    color: #3c090e;
}

.needs-validation {
    /*border:2px solid #3c090e;*/
    border-radius: 7px;
    box-shadow: 0px 0px 18px gray;
}

.GiftCertificateTitle {
    font-family: Montserrat-SemiBold;
}

.GiftCart {
    box-shadow: 0px 0px 10px gray;
}

.GiftCartTitle {
    font-family: Montserrat-SemiBold;
}

.GiftCartItemCounter {
    font-family: Montserrat-Regular;
    font-size: clamp(12px,3vw,16px);
}

#mobileCartDrawer {
    top: 30px;
}

.GiftCartClose {
    filter: none;
}

.GC-dropdown li a {
    color: #3c090e;
}

#giftToSection textarea {
    color: #000 !important;
}

.btn-addtocart {
    color: #7a0607;
    background-color: #ffffff;
    border-color: #7a0607;
    font-family: Montserrat-Regular;
    font-size: clamp(14px, 4vw, 16px) !important;
    height: 45px;
}

.GC-card-header {
    background-color: #3c090e;
    color: #fff;
}

.GiftPayNowBtn {
    background-color: #fff;
    color: #3c090e;
    font-family: Montserrat-Medium;
    border: 1px solid #3c090e;
}

    .GiftPayNowBtn:hover {
        background-color: #3c090e;
        color: #fff;
        transition: 0.3s ease-in-out;
        border: 1px solid #3c090e;
    }

.GiftPayOptBtn {
    background-color: #fff;
    color: #3c090e;
    border: 1px solid #3c090e;
    font-family: Montserrat-Medium;
}

    .GiftPayOptBtn:hover {
        background-color: #3c090e;
        color: #fff;
        border: 1px solid #3c090e;
    }

.form-control:focus {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

.bg-lightgrey {
    background: #ecedef9c;
}

.btn-addtocart:hover {
    transition: 0.5s ease-in-out;
    color: #fff2bb;
    background-color: #7a0607;
    border-color: #7a0607;
}

hr {
    color: #092441;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    position: absolute;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 0.5rem;
    top: 1rem;
}

.dropdown-item {
    border-top: 1px dotted darkgray;
}

.blockquote-footer::before {
    content: "— ";
    display: none;
}

@media (max-width:576px) {
    .g-recaptcha {
        margin-left: -45px;
    }
}

.h-10 {
    height: 10rem;
}

p {
    font-size: 14px;
}

.GiftInvoiceSection {
    background-color: #fff;
    color: #3c090e;
}

.headerHSOTInvoiceBG {
    background: #3c090e;
    color: #fff !important;
}
