#loading {
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#totalLoad {
    height: 22px;
    width: 22px;
    display: none;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
}

#cardSelect {
    display: none;
    width: 50%;
    float: left;
}

#uploadSection {
    margin: 0 0 30px 0;
}

#paymentSection {
    display: none;
}

.leftColumn {
    width: 60%;
    float: left;
}

.rightColumn {
    width: 40%;
    float: left;
}

#totals {
    width: 70%;
    float: left;
}

#totalsContent {
    margin: 0 0 30px 0;
    display: none;
}

#buttonClm {
    width: 30%;
    float: right;
}

#buttonClm .field {
    margin: 0 0 25px 0;
}

#subtotalHold .infoNote {
    font-style: italic;
}

.feeSpan {
    display: block;
    margin: 0 0 15px 0;
}

/* ----------------------------------------------------------------------------------------------- */
/* ------------------------------------- PAYMENT SECTION ----------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#loadPayMethods,
#loadTotals,
#loadingGC {
    min-width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 50%;
    margin: 0 0 20px 0;
}

.field.small_field {
    width: 120px;
    white-space: nowrap;
}

.field.small_field .val {
    right: initial;
    left: 0;
}

#cws_btn_checkoutPay {
    display: none;
}

.rightClm {
    float: right;
}

/* ========== Order Totals ========== */
#totalsClm {
    width: 30%;
}

#totals strong {
    font-size: 20px;
}

#totals.payment {
    position: absolute;
}

#errorTotal,
.errorMsg {
    font-size: 11px;
    font-style: italic;
    color: #aa0d0d;
}

#totalHeading {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

#headingTotalAmt {
    font-size: 18px;
}

#shippingLine {
    position: relative;
}

.exclusiveOfTax {
    font-size: 12px;
}

/* =========== Promo Offer Form =========== */
#promoWrap,
#sceneField,
#airMilesField {
    display: none;
    margin: 0 0 15px 0;
    background: #f7f7f7;
    padding: 16px 20px 20px 20px;
    width: 100%;
    font-size: 0;
    /*used to counter the unwanted space from display: inline-block*/
    max-width: 100%;
}

#promoWrap .field {
    margin: 0;
    font-size: 0;
}

#cws_txt_coupon {
    display: inline-block;
    width: 60%;
    margin: 0 5% 0 0;
    padding: 5px;
}

#cws_lbl_coupon {
    font-size: 16px;
}

#promoField .val {
    bottom: -14px;
    right: 6%;
}

#cws_btn_coupon {
    display: inline-block;
    padding: 7px 15px;
    position: relative;
    font-size: 13px;
    width: 35%;
}

#promoOut {
    color: #74bd34;
    font-size: 20px;
}

/* French site*/
html[lang='fr'] #cws_btn_coupon {
    padding: 7px 15px;
}

/* ========== Billing ========== */
#billingInfo {
    position: relative;
}

#billingInfoBox p {
    line-height: 120%;
    margin: 0 0 5px 0;
}

#billHeading {
    margin: 0 0 15px 0;
    font-weight: 600;
}

#billingInfo .btn~.val {
    text-align: left;
}

#cws_link_editBill {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    line-height: normal;
    background-color: #fff;
}

.ccLeft {
    width: 60%;
    float: left;
}

.ccRight {
    width: 40%;
    float: left;
    padding: 0 0 0 30px;
}

#billingInfoBox {
    margin: 0 0 40px 0;
}

/* ==================== Payment Types ==================== */
.greyBorder {
    border: 1px solid #cccccc;
    margin: 0 0 30px 0px;
    padding: 0 0 20px 0;
    text-align: center;
}

.greyBorder .btn {
    display: inline-block;
}

#payMethodClm {
    width: 70%;
}

#paymentsContainer {
    display: none;
}

.payment_type {
    max-width: 100%;
}

#payMethodClm .payment_type .borderBtn {
    min-width: 220px;
    background-color: transparent;
    color: #000;
    padding: 10px 10px;
}

.separator .btn {
    margin: 0;
}

.chosenMethod {
    margin: 0 0 20px 0;
    position: relative;
}

.chosenMethod h3 {
    margin: 0;
    text-align: center;
    position: relative;
}

.separator #credit_cards,
.separatorLeft #credit_cards {
    width: 80%;
    margin: 0 0 20px 0;
}

#payMethodClm.lockedPayment #creditCardClm {
    padding: 40px 10% 40px 10%;
}

#payMethodClm.lockedPayment #paymentsContainer {
    position: relative;
    opacity: 0.5;
}

#payMethodClm.lockedPayment #paymentsContainer:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

#payMethodClm.separatorLeft.lockedPayment h2 {
    margin: 0;
}

#credit_cards {
    margin: 0 0 15px 0px;
}

.greyBorder #credit_cards {
    margin: 0 auto 15px auto;
    width: 100%;
    text-align: center;
}

#payMethodsHold {
    width: 100%;
    float: left;
    padding: 0 7% 0 7%;
    margin: 0 0 0 7%;
    position: relative;
    border-left: 1px solid #ccc;
}

.greyBorder .editLink {
    display: none;
}

.chosenMethod .editLink {
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 14px;
    text-transform: none;
}

.editLink .material-icons {
    margin: 0 0 0 5px;
}

.disclaimerField {
    position: relative;
    margin: 0 0 25px 0;
}

/* ========== Pay by Credit Card ========== */
#billingForm,
#ccForm,
#billingInfo,
#cancelBilling {
    display: none;
}

#payMethodClm h1 {
    line-height: 100%;
    margin: 0 0 30px 14%;
}

#cancelBilling {
    float: right;
}

#billingInfo .btn {
    float: none;
}

#cws_btn_next {
    float: left;
}

#creditCardClm,
#mppClm,
#mppClmWiretran,
#mppClmInvoice {
    display: none;
}

#credit_cards img {
    display: none;
    height: 30px;
}

#cws_list_ccExpMon,
#cws_list_ccExpYr {
    width: 120px;
    display: inline-block;
    margin: 0 4px 0 0;
}

#cvvField {
    display: inline-block;
    vertical-align: middle;
}

#cvvField+.questionIcon {
    vertical-align: middle;
    margin: 6px 0 0 8px;
}

.greyBorder .ccRight,
.greyBorder .ccLeft {
    width: 100%;
    float: none;
    padding: 0;
}

.greyBorder #ccListLabel {
    display: none;
}

/* ========= PayPal, Interac ========== */
#paypalClm,
#interacClm {
    display: none;
}

#paypalRequest,
#interacRequest {
    width: 95px;
    display: block;
    margin: 0 auto 15px auto;
}

.payField .val {
    position: static;
    text-align: left;
}

/* =============== MPP (Merchant Processed Payment) Payment =============== */
#mppForm, #mppFormWiretran, #mppFormInvoice {
    display: none;
}

/* =========== Support =========== */
#emptyCart {
    color: #aa0d0d;
    font-style: italic;
}

/* Hidden labels for accessibility */
#cws_lbl_reloadAmtOther,
#cws_lbl_ccExpMon,
#cws_lbl_ccExpYr {
    font-size: 0;
    margin: 0;
}

#mppForm p {
    font-size: 14px;
}

/* ================= ReCaptcha ================== */
#recaptcha {
    display: none;
}

#cws_captcha_errors {
    left: 0px;
    right: initial;
}

#recaptcha+.val {
    left: 0px;
    right: initial;
}

/* ================= tmIframe ================= */
#tmIframe {
    width: 1px;
    height: 1px;
    border: none;
    display: none;
}

/* ================= File Download eGifts ================= */
#orderEmailWrapper {
    padding: 40px 5% 40px 5%;
    text-align: center;
    position: relative;
    background-color: #eeeeee;
    border: 1px solid #000;
    margin: 0 0 40px 0;
}

#orderEmailWrapper .field {
    display: inline-block;
    margin: 0;
}

#cws_lbl_orderEmail {
    display: inline-block;
    margin: 0 2% 10px 0;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
}

/* ============================================== MEDIA QUERIES ========================================== */
@media (min-width: 768px) and (max-width: 1024px),
(max-width: 500px) {
    #promoField {
        width: 70%;
    }

    #cws_btn_coupon {
        width: 35%;
    }

    #bonusPromo,
    #discountPromo {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    #btnHold {
        padding: 0 0 0 5%;
        margin: 0 0 0 5%;
    }

    #totalsClm {
        width: 35%;
    }

    #payMethodClm {
        width: 65%;
    }
}

@media (max-width: 1024px) {
    html[lang='fr'] .exclusiveOfTax {
        position: absolute;
        bottom: -15px;
        left: 0px;
    }
}

@media (max-width: 860px) {
    #payMethodClm {
        width: 55%;
    }

    #totalsClm {
        width: 45%;
    }

    .chosenMethod h3 {
        text-align: left;
    }
}

@media (max-width: 767px) {
    #cws_btn_checkoutPay {
        margin: 0 0 25px 0;
    }

    #ccForm {
        margin: 0 0 15px 0;
    }

    .chosenMethod {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    #subpageContent {
        padding: 0 8% 70px 8%;
    }

    #totalsClm,
    #payMethodClm {
        width: 100%;
        float: none;
    }

    #totalHeading {
        text-align: center;
    }

    #totalsClm {
        margin: 0 0 50px 0;
    }

    #payMethodClm h1 {
        margin: 0 0 30px 0;
        text-align: center;
    }

    #payMethodsHold,
    #billingInfo,
    #btnHold {
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
    }

    #billingInfo {
        margin-bottom: 30px;
    }

    #payMethodsHold {
        width: 100%;
    }

    #btnHold {
        margin: 0;
        padding: 0;
    }

    #cws_btn_checkoutPay {
        width: 100%;
    }

    #cwsForm .chosenMethod h3 {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    #recaptcha {
        transform: scale(0.85);
    }

    #credit_cards img {
        height: 30px;
    }
}