﻿@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&display=swap');

@import url(fontawesome.css);
@import url(all.css);

body {
    font-family: "Gelasio", serif;
    font-size: 14px;
    color: #222222;
}

a {
    color: #b52d89;
}

    a:hover, a:active {
        color: #ea1989;
        text-decoration: none;
    }

label {
    font-weight: normal;
    font-size: 16px;
}

h2 {
    font-family: "Libre Franklin", sans-serif;
    text-align: center;
    margin: 10px 20px;
    padding: 20px;
    font-size: 2.4em;
    font-weight: bold;
    display: block;
    color: #000;
}

.form-group {
    margin-bottom: 8px;
}

#billing, #thank, #problem {
    display: none;
}

.gift {
    padding: 5px 30px;
}

#gift #custInfo {
    padding: 5px 30px;
}

.close {
    margin-top: 10px;
}

.even {
    background-color: #ecf2f9;
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

#addGiftDiv {
    margin-top: 15px;
}

.selectdiv:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    font-weight: bold;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    top: 7px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn, .btn:focus, .xgive.btn:active:focus, .xgive.btn:hover {
    background-color: #fff;
    color: #ea1989;
    border: 2px solid #ea1989;
    /*transition: all 0.3s ease 0s;*/
    border-radius:0;
}

    .btn:active:focus, .btn:hover, .xgive.btn, .xgive.btn:focus {
        background-color: #ea1989;
        outline: none;
        border: none;
        color: #fff !important;
    }

#content {
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#subDiv, #header, #thank, #problem {
    background-color: #FFF;
}

#subDiv {
    padding-top: 10px;
    padding-bottom: 15px;
}

#offerHeader p {
    margin: 8px 35px;
    font-size: 16px;
}

#thank, #problem {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px;
}



.form-control, .input-group-addon {
    background-color: #fff;
    border-color: #808080;
}

.i {
    font-style: italic;
}

hr {
    width: 100%;
    height: 2px;
    background-color: #777777;
}

.radio {
    margin-left: 30px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.checkbox-custom + .checkbox-custom-label {
    padding-left: 30px;
    text-indent: -30px;
}

.checkbox + .checkbox {
    margin-top: 10px;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label::before, .radio-custom + .radio-custom-label::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #204c9c;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 20px;
}

.checkbox-custom:checked + .checkbox-custom-label::before {
    background: #ea1989 none repeat scroll 0 0;
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: right;
    line-height: 1.1;
}
.checkbox-custom.warning + .checkbox-custom-label::before {
    background: #ffeef0 none repeat scroll 0 0 !important;
    border: 2px solid #eb4511;
}

.checkbox-custom.warning + .checkbox-custom-label > .reqMessage {
    display: inline;
}

.reqMessage {
    color: #eb4511;
    font-weight: bold;
    display: none;
}
.radio-custom + .radio-custom-label::before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label::before {
    color: #204c9c;
    content: "\f00c";
}

.form-check-input:checked {
    background-color: #ea1989;
    border-color: #939961;
}

.form-check-input {
    border-color: #204c9c;
}

.warning {
    background-color: #ffeef0 !important;
}

.checkbox-custom.warning + .checkbox-custom-label::before {
    background: #ffeef0 none repeat scroll 0 0 !important;
}

.g-recaptcha.warning {
    background-color: #fff !important;
    border: 0 !important;
}

    .g-recaptcha.warning iframe {
        border: 3px solid #eb4511 !important;
    }



#custInfo {
    font-size: 16px;
    padding-bottom: 15px;
}

    #custInfo span {
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        padding: 10px;
    }

#promoList {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #F11428;
    font-weight: bold;
    padding-top: 6px;
}

.b {
    font-weight: bold;
}

.blue {
    color: #3b2389;
}

span.appliedMsg {
    position: absolute;
    right: 26px;
    background: none;
    width: auto;
    color: #3c7b95;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    display: none;
    text-align: right;
    top: 15px;
}

#promoApplied {
    top: 19px;
}

.form-control, .input-group-text, .form-control[readonly] {
    background-color: #fff;
    border-color: #686e77;
    border-radius: 3px;
}

    .form-control:focus {
        outline-offset: 1px;
        outline: rgba(32, 76, 229, 0.65) solid 2px;
        box-shadow: none;
        border: 1px solid rgb(176, 176, 176);
    }

.small-text span.required-error {
    right: 22px !important;
}

.warning + span {
    display: block !important;
}

.warning {
    border-bottom: 1px solid #eb4511 !important;
}

#perror {
    font-weight: 400;
    color: #eb4511;
}

span.required-error {
    position: absolute;
    right: 46px;
    top: 12px;
    background: none;
    width: auto;
    color: #eb4511;
    font-size: 12px;
    margin-top: 0;
    display: none;
}

.processMain {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    padding-top: 40px;
    display: none;
    background-color: #fff;
    margin-bottom: 150px;
}

    .processMain h2 {
        font: 400 14px #ea1989 "Libre Franklin", sans-serif;
        text-align: center;
        width: 100%;
    }

.processC {
    width: 100%;
    height: 30px;
}

.processing {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .processing h2 {
        color: #ea1989;
        font-size: 25px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .processing h3 {
        color: #000;
        font-size: 20px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

#footer {
    background-color: #fff;
    color: #777;
    font-size: 13px;
}


