/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wk_wallet_amount_nav_2 {
    margin-top: 0.9375rem;
    margin-right: 0.5rem;
    width: max-content;
}

@media screen and (min-width: 768px) and (max-width: 981px) {
    .wk_wallet_amount_nav_2 {
        display: none;
    }
}

.cashback-heading {
    margin-bottom: 15px;
}

.cashback-heading p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
    margin-bottom: 0px;
}

.wk-min-cashback-success {
    padding: 10px;
    /* margin-bottom: 15px; */
    border-radius: 4px;
    background-color: #ffffff;
    float: left;
    width: 100%;
    border: 1px solid green;
}

.wk-min-cashback-success p {
    position: relative;
    color: #484848;
    margin: 0;
    font-size: 13px;
    padding-left: 30px;
}

.wk-min-cashback-success p i {
    position: absolute;
    left: 0;
    vertical-align: middle;
    color: green;
    font-size: 22px;
}

.wk-min-cashback-warning {
    padding: 10px;
    /* margin-bottom: 15px; */
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.15);
    float: left;
    width: 100%;
    border: 1px solid #ff7d27;

}

.wk-min-cashback-warning p {
    position: relative;
    color: #484848;
    margin: 0;
    font-size: 13px;
    padding-left: 30px;
}

.wk-min-cashback-warning p i {
    position: absolute;
    left: 0;
    vertical-align: middle;
    color: #ff7d27;
    font-size: 22px;
}
/*custome css*/
.wkpaymentwalletContainer.mb-2 {
    display: block;
    margin-bottom: 40px !important;
}
body#checkout .custom-checkbox span {
    right: initial;
}
#wk_use_wallet {
    position: initial;
    margin-left: 5px;
}
@media (max-width: 767px){
.wk_wallet_inner_box.col-md-12 , .wk_wallet_inner_box.col-md-12 h6  {
    font-size: 12px;
}}
.input-group .input-group-addon {
    border-right: none !important;
    border-left: 1px solid #bdb7b7 !important;
    min-width: 45px;
}
.checkout-step .payment-options .payment-option {
    min-width: 250px;
}
/*custome css*/