/**
* 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
*/

#product-modal .modal-content {
    background: transparent none repeat scroll 0 0 !important;
}

#wk_login_pop>.modal-dialog {
    width: 500px;
}

.modal-footer {
    height: 100px;
    margin: 0;
}

#wk-login-email,
#wk-login-password {
    border: 1px solid #ddd;
    background: #fff;
}

.wkformcontrol {
    border: 1px solid #ddd;
    background: #fff;
    height: 31px;
    padding: 0px 8px;
    max-width: 303px !important;
}

.wkformcontrol:focus {
    outline: none;
}

.wk-model-footer {
    text-align: center;
}

.wk-model-footer button {
    padding: 7px 80px;
}

label.wk-icon {
    padding: 0 10px;
}

.wk-icon {
    background: #64aca2 none repeat scroll 0 0;
}

.wk-icon i {
    color: #FFF;
}

.forget {
    font-size: 13px;
    text-align: center;
}

.wk-diff-address {
    background: #FFFFFF;
    padding: 10px 0px 10px 20px;
    border: 1px solid #ddd;
}

.wklabel {
    margin-bottom: 1px;
    font-size: 12px;
}

.wkformgroup {
    margin-bottom: 5px;
}

.wkbtn-login {
    width: 75%;
}

.wk-social-login {
    margin-bottom: 10px;
}

.wkbtn-fb {
    background: #5272B3;
    font-size: 14px;
}

.wkbtn-google {
    background: #E75B5A;
    font-size: 14px;
}

.wk-guest-checkout {
    margin-bottom: 15px;
}

.wk-guest-checkout p {
    color: #555555;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.wk-guest-hr {
    background: #64aca2 none repeat scroll 0 0;
    border-width: 2px 0;
    float: left;
    margin: 0;
    width: 75px;
    border-top: 2px solid #2FB5CE !important;
}

.wkforgot {
    margin-top: 10px;
}

.wksociallabel {
    padding-top: 0px;
    padding-right: 0px;
}

.radio-inline {
    float: left;
    margin-right: 10px;
}

.custom-radio {
    margin-right: 4px;
}

.nav-link.active {
    color: #64aca2 !important;
}

.wk-social-login a#fbLink {
    background-image: url("../img/icon-fb.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
}

.wk-social-login a#customGmailBtn {
    background-image: url("../img/icon-google.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
}

.wk-social-login a span {
    margin-left: 15px;
}

a#customGmailBtn:hover {
    background-color: #e63b3a;
    color: #FFFFFF !important;
}

a#fbLink:hover {
    background-color: #3864bb;
    color: #FFFFFF !important;
}

#wk_day,
#wk_month,
#wk_year {
    width: 100% !important;
}
