

.magehq_wallet_main h2,
.magehq_wallet_main h3 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.magehq_wallet_details {
    margin-bottom: 30px;
}
.magehq_wallet_money {
    margin-bottom: 20px;
}
.magehq_wallet_list {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.magehq_wallet_money .magehq_wallet_money_wrap input {
    width: 200px;
    max-width: 100%;
    padding-right: 45px;
}
.magehq_wallet_money .magehq_wallet_money_wrap {
    display: flex;
    position: relative;
}
.magehq_wallet_money_wrap div.mage-error {
    position: absolute;
    top: 26px;
}
.magehq_wallet_money .magehq_wallet_money_wrap input.mage-error {
    margin-bottom: 15px;
}
.magehq_wallet_money .magehq_wallet_money_wrap .currency {
    position: absolute;
    margin-left: -43px;
    top: 6px;
}

.magehq_wallet_money .magehq_wallet_money_wrap button.button.magehq_wallet_add_payment {
    border-radius: 0;
}

.magehq_wallet_money .wallet_data_amount {
    padding-top: 3px;
}
.magehq_wallet_list .magehq_action .fa {
    margin-right: 5px;
}
@media only screen and (max-width: 479px) {
    .magehq_wallet_money .magehq_wallet_money_wrap input {
        width: 170px;
        height: 40px;
    }
    .magehq_wallet_money .magehq_wallet_money_wrap button.button.magehq_wallet_add_payment {
        border-radius: 0;
        height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .magehq_wallet_money .magehq_wallet_money_wrap .currency {
        top: 10px;
    }
    .magehq_wallet_money_wrap div.mage-error {
        top: 33px;
    }
}

.magehq-wallet-page h1.page-title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 3rem;
}

.magehq_wallet_sub_add_payee {
    margin-top: 10px;
}
.magehq_wallet_transfer {
    width: 500px;
    max-width: 100%;
    margin-bottom: 25px;
}
.magehq_wallet_modal .modal-inner-wrap {
    width: 600px;
    max-width: 100%;
}
.magehq_wallet_modal .msg_notification h4 {
    font-weight: 400;
    margin: 0 0 10px 0;
}
.magehq_wallet_modal .fieldset > div {
    margin-bottom: 15px;
}
.magehq_wallet_modal .fieldset label {
    margin-bottom: 5px;
    display: block;
}
.magehq_wallet_vefi .field input {
    width: 200px;
}

.magehq_wallet_check_outer {
    padding: 15px 0;
    border-top: 1px solid #cccccc;
}
.magehq-wallet-checkout * {
    box-sizing: border-box;
}
.magehq_wallet_check_outer .magehq_ewallet {
    margin-left: 23px;
}
.magehq-wallet-checkout .magehq_ewallet_details {
    background: #f1f1f1;
    padding: 15px 0;
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.magehq-wallet-checkout .magehq_ewallet_details._active {
    display: block;
}
.magehq-wallet-checkout .magehq_ewallet_details .boxes {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 10px 20px;
}
.magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet {
    width: 33.33%;
    float: left;
    position: relative;
}
.magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet:before,
.magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet:after {
    position: absolute;
    font-size: 3rem;
    color: #ff5501;
    line-height: 30px;
}
.magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet:before {
    content: "_";
    left: -6px;
    top: 14px;
}
.magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet:after {
    content: "=";
    right: -10px;
    top: 31px;
}
.magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet .boxes {
    width: 100%;
}
.magehq-wallet-checkout .magehq_ewallet_details .gray-box {
    padding: 10px;
    border: 1px solid #ccc;
}
.magehq-wallet-checkout .magehq_ewallet_details .amount {
    font-weight: 600;
    color: #ff5501;
    font-size: 1.7rem;
}
.magehq-wallet-checkout .magehq_ewallet_details .gray-box label {
    font-weight: 600;
    font-size: 1.2rem;
}
.magehq-wallet-checkout .magehq_ewallet_details .remain-amount {
    margin-top: 4px;
    font-size: 1.2rem;
}
.magehq_credited_highlight {
    color: #ff5501;
}


@media only screen and (max-width: 479px) {
    .magehq-wallet-checkout .magehq_ewallet_details .boxes,
    .magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet {
        width: 100%;
    }
    .magehq-wallet-checkout .magehq_ewallet_details .boxes {
        padding: 15px 20px;
    }
    .magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet:before {
        left: 50%;
        top: -30px;
    }
    .magehq-wallet-checkout .magehq_ewallet_details .amount-in-wallet:after {
        right: 46.5%;
        top: inherit;
        bottom: -6px;
    }
}
@media only screen and (max-width: 768px) {
    .magehq_wallet_check_outer {
        padding: 15px;
    }
}



