﻿#increase-christmas-cart {
    font-family: neue-haas-grotesk-display, sans-serif;    
    color: #000;
}

#cart-button {
    background-image: url(https://cdn.faithchapel.cc/images/IC/gift.png);
    width: 2rem;
    height: 2rem;
    background-size: cover;
    cursor: pointer;
}

.cart-item-count {
    background-color: #B92626;
    color: #FFF;
    border-radius: 1.5rem;
    width: 1.35rem;
    height: 1.1rem;
    text-align: center;
    position: relative;
    right: -1.25rem;
    font-weight: 400;
    font-size: 0.8rem;
    padding-top: 0.2rem;
    line-height: 1em;
}

.label {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

#gift-bag {
    font-size: 30px;
    vertical-align: 0.4rem;
    color: #B92626;
}

.gift-bag-icon {
    background-image: url(https://cdn.faithchapel.cc/images/IC/gift.png);
    width: 2rem;
    height: 2rem;
    background-size: cover;
    display: inline-block;
}

@media only screen and (max-width: 1439px) {

    #cart-button {
        width: 1.3rem;
        height: 1.3rem;
    }

    .cart-item-count {
        right: -0.7rem;
        top: -0.5rem;
        width: 1.0rem;
        height: 0.8rem;
        font-size: 0.6rem;        
    }
}

@media only screen and (max-width: 799px) {

    #give-form{
        margin-bottom: 1rem;
    }
}

#gift-bag-title {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    color: #B11D1D;
    margin-bottom: 1rem;
}

#gift-bag-title i {
    color: #B92626;
}

#gift-amount {
    font-size: 130%;
    white-space: nowrap;
}

    #gift-amount input {
        background: #E2E2E2;
        border-radius: 8px;
        border-color: transparent;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        /* identical to box height */
        letter-spacing: -0.02em;
        text-transform: capitalize;
        /* Cart Grey Text */
        color: #4A4A4A;
        padding-left: 1.2rem;
        width: 100%;
    }


#gift-amount {
    position: relative;
    display: inline;
}

    #gift-amount:before {
        content: '$';
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 1;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        /* identical to box height */
        letter-spacing: -0.02em;
        text-transform: capitalize;
        /* Cart Grey Text */
        color: #4A4A4A;
    }

#gift-type-dropdown {
    border: 1px solid #000000;
    border-radius: 8px;
}

#gift-type-dropdown ul {
    color: #707070;
    background-color: #FFF;
}

#gift-type-dropdown li:hover {
    background-color: #B92626;
    color: #fff;
}

#give-form .button {
    border: 2px solid #B11D1D;
    border-radius: 8px;
    color: #B11D1D;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

#give-form .button:hover, #give-form .button:focus {
    background-color: #B92626;
    color: #FFF;
}

#gift-list {
    font-size: 75%;
    text-transform: uppercase;
}


#current-gifts {
    color: #B92626;
    border-bottom: 1px solid #B92626;
}

#current-gifts i{
    cursor: pointer;
}

.gift-row {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

#gift-list-amount {
    color: #000;
}

#checkout-section .button {
    border-color: #B92626;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    text-transform: capitalize;
    color: #FFFFFF;
    border-radius: 2rem;
}

    #checkout-section .button:hover, #checkout-section .button:focus {
        background-color: #FFF;
        color: #B92626;
    }

#checkout-section .checkout {
    width: 100%;
    background-color: #B92626;
    color: #fff;
}

#checkout-section .continue {
    width: 100%;
    background: #4A4A4A;
    border-color: #4A4A4A;
    color: #fff;
}


.ic-cart-note-text {
    font-variant-caps: normal;
    font-size: 0.7rem;
    font-style: italic;
    line-height: 0.7rem;

    padding-top: 1rem;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ddd;
}