﻿@import url(fontawesome.css);
@import url(all.css);

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
   background-color:#fff;
    font-family: "Montserrat", sans-serif;
   color: #4a4a4a;
    line-height: 1.6;
    font-size: 14px;
}
a {
    color:#4a90e2;
}
a:hover, a:active{
  color:  #507d8b;
  text-decoration:none;
}
label {
    font-weight:normal;
    font-size:16px;
}
h2 {
    font-family: "Merriweather", serif;
    text-align:center;
    margin:10px 20px;
    padding: 20px;
font-size: 2.4em;
font-weight: bold;
display: block;
color:#4a4a4a;
}
.form-group{
    margin-bottom:12px;
}
#billing, #thank, #problem {
    display:none;
}
 .gift {
     padding: 5px 30px;
 }
 #gift #custInfo {
     padding: 5px 30px;
 }
 .close{
     margin-top:10px;
 }
 .even {
     background-color: #ddd;
 }
 .btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}
 #addGiftDiv {
     margin-top:15px;
 }
 #imgVisa, #imgDiscover, #imgMC{
    max-height:40px;
}
.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: #046380;
    color: #fff;
    outline:none;
    transition: all 0.3s ease 0s;
    border-radius:0;
}
.btn:active:focus, .btn:hover,.xgive.btn, .xgive.btn:focus{
    background-color:#84292b;
    outline:none;
    color: #fff !important;
    border: 1px solid #84292b;
}
#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;
}
#footer{
   
    font-size: 14px;
    border: none;
    color:#fff;
}
#footer a:link, #footer a:hover{
    color: #fff;
    text-decoration:underline;
}
#footer p{
   
}
/* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 767px) {
        #footer p{
    font-size: 12px;
    line-height:1.8em;
}
    }

.form-control, .input-group-addon {
        background-color:#fafafa;
    border-color:#808080;
    border-radius: 0;
    padding:8px;
}
.i {
    font-style:italic;
}
hr {
    width: 100%;
    height: 2px;
    background-color: #882021;
}
.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: 1px solid #000;
    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;
    padding-right:2px;
}
.checkbox-custom:checked + .checkbox-custom-label::before {
    background: #84292b none repeat scroll 0 0;
    color: white;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    text-align:right;
    line-height:1.1;
}
.radio-custom + .radio-custom-label::before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label::before {
    color: #84292b;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
}
.form-check-input:checked {
  background-color: #84292b;
  border-color: #84292b;
}
.warning {
    background-color: #ffeef0 !important;
}
.checkbox-custom.warning + .checkbox-custom-label::before {
    background: #ffeef0 none repeat scroll 0 0 !important;
}
#newsImg {
    border:2px solid #808080;
}
#perror {
    display:none;
    color: red;
}
#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:#84292b;
    font-weight:bold;
    padding-top:6px;
}
.b {
    font-weight: bold;
}
.blue {
    color: #3b2389;
}

span.appliedMsg {
    position: absolute;
    right: 26px;
    background: none;
    width: auto;
    color: #84292b;
    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], .form-check-input {
        background-color:#fff;
    border-color:#555;
}
.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;

}

    .processMain h2{
        font: 400 14px #507d8b 'Larsseit', sans-serif; 
        text-align: center;
        width:100%;
    }

.processC {
    width: 100%;
    height: 30px;
}

.processing {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .processing h2 {
        color: #4a4a4a;
        font-size: 25px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .processing h3 {
        color: #4a4a4a;
        font-size: 20px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
.cover_inner {
    padding: 15px;
    border-top: 6px solid #84292b;
    border-right: 1px solid #84292b;
    border-bottom: 1px solid #84292b;
    border-left: 1px solid #84292b;
    transition: box-2shadow .3s;
}