/* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to 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 2010-2021 Webkul IN
* @license LICENSE.txt */

#wk_whatsapp_promo {
    text-align: center;
}

.modal-footer {
    clear: both;
}

.wk_loader {
    position: fixed;
    z-index: 1000;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,.507);
}

.wk_loader img {
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.wk_loader_text {
    margin-top: 20%;
    text-align:center;
    color: rgb(230,230,230);
}

.fancybox-inner {
    max-height: 400px !important;
}

.modal-footer {
    padding: 40px !important;
    text-align:right !important;
    /* position: absolute;
    right: 0;
    bottom: 0; */
}

#uniform-wk_customer_address {
    width: 100% !important;
}

.address-form .col-md-3 {
    text-align: right;
}
#wk_whatsapp_checkout_modal .headingclass {
    text-align: center;
}

.checkout_pos {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.form-control-comment {
    text-align: left;
}

#wk_whatsapp_checkout_form .col-md-3 {
    text-align: right;
}

.modal-dialog {
    max-width: 70%;
}

.wk_error {
    border: 2px solid red;
}

.wk-address-item {
    background: #f6f6f6;
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 49%; */
    margin-bottom: 15px;
    /* flex: 0 0 49%;
    /* float: left; */
    margin-bottom: .625rem;
    border: 3px solid transparent;
    padding: 5px;
}

.selected {
border: 3px solid #2fb5d2;
}

.radio-block {
text-align: left;
}

.wk_address {
margin-left: 45px;
}


@media only screen and (max-width: 991px) {
    #wk_whatsapp_checkout_modal .col-md-3 {
        text-align: left;
    }

    #wk_whatsapp_checkout_modal .modal-footer {
        margin-top: 30px;
    }
}