﻿
#global-loader {
    height: 40px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    display: none;
    z-index: 10000000;
}

#global-loader > img {
    width: 100px;
}
.login-form2{
    width:100%;
}

.col-xs-11.col-sm-4.alert {
    z-index: 20000000001 !important;
}

.alert.alert-success {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1031;
    top: 60px;
    left: 0px;
    right: 0px;
    animation-iteration-count: 1;
    border-color: #ed1d24;
    margin-bottom: 20px;
    width: 33.33333333%;
    float: left;
    padding: 16px 16px 16px 70px;
    border-radius: 8px;
    border: 2px solid #2b2f6f;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.9) 0px -3px 5px;
    background-image: url("../images/check-2.png");
    background-position: 10px;
    background-size: 64px;
    background-repeat: no-repeat;
    text-align: center;
}

    .alert.alert-success span[data-notify="message"] {
        color: #414141;
        font-size: 20px;
        font-weight: 800;
        line-height: 48px;
    }

    .alert.alert-success .close, .alert.alert-danger .close {
        display: none;
    }

.alert.alert-danger {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1031;
    top: 60px;
    left: 0px;
    right: 0px;
    animation-iteration-count: 1;
    border-color: #2b2f6f;
    margin-bottom: 20px;
    width: 33.33333333%;
    float: left;
    padding: 16px 16px 16px 70px;
    border-radius: 8px;
    border: 2px solid #2b2f6f;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.9) 0px -3px 5px;
    background-image: url("../images/error.png");
    background-position: 10px;
    background-size:50px;
    background-repeat: no-repeat;
    text-align: center;
}

    .alert.alert-danger span[data-notify="message"] {
        color: #414141;
        font-size: 20px;
        font-weight: 800;
        line-height: 28px;
    }
.cart-subtotal strong > .sub-total-span {
    display: block;
    font-size: 18px;
    color: #3b70e2;
    font-weight: 800;
}
.btn.send-reg-request{
    width:100%;
}
.reg-error-messages {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}
    .reg-error-messages.display-none {
        display: none;
    }
.reg-error-messages i {
    color: #D8000C;
    font-size: 24px;
    margin-right: 8px;
}
.field-validation-error {
    color: red;
    font-size: 14px;
    float: none;
    clear: both;
    width: 100%;
    line-height: normal;
}
.radio-label-checkout{
    cursor: pointer;
}
.no-info-msg{
    color:red;
}

.nl_osn {
    font-size: 15px;
}

.address-cell .clear-prod {
    display: inline-block;
}

.confirmation-modal.modal {
    background: #FFF9E8;
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #FFBF00;
    text-align: left;
}

    .confirmation-modal.modal .modal-body {
        border-bottom: 1px solid #FFBF00;
        width: 100%;
        margin-bottom: 24px;
        background-image: url("../images/warning_sign.png");
        background-size: 40px;
        background-repeat: no-repeat;
        padding-left: 50px;
    }

    .confirmation-modal.modal .modal-footer {
        background: #FFF9E8;
        border: none;
        border-radius: unset;
        box-shadow: none;
        text-align: right;
    }

        .confirmation-modal.modal .modal-footer .btn {
            float: none;
        }

            .confirmation-modal.modal .modal-footer .btn.confirm {
                height: 44px;
                padding: 16px 0 16px;
                background: #56BE12;
                min-width: 100px;
                text-align: center;
                border-radius: 4px;
                margin-right: 8px;
                border: none;
                line-height: 0;
            }

                .confirmation-modal.modal .modal-footer .btn.confirm:hover {
                    opacity: 0.5;
                    background: #56BE12 !important;
                    color: #fff !important;
                }

            .confirmation-modal.modal .modal-footer .btn.cancel {
                height: 44px;
                padding: 16px 0 16px;
                background: #FF2020;
                min-width: 100px;
                text-align: center;
                border-radius: 4px;
                border: none;
                line-height: 0;
            }

                .confirmation-modal.modal .modal-footer .btn.cancel:hover {
                    opacity: 0.5;
                    background: #FF2020 !important;
                    color: #fff !important;
                }

.complaint-msg{
    margin-top:10px;
}
.complaint-msg i {
    color: #4CAF50;
    font-size: 24px;
    margin-right: 8px;
    vertical-align: middle;
}
.jq-input-trigger{
    display:block;
}

.sidebar .heading{
    font-size:23px;
}
.short-cart-rows-hld{
    max-height:425px;
    overflow-y:scroll;
}
/*.address {
    float: left;
    width: 45%;
    margin: 0px 5% 40px 0px;
}*/
.download-blue{
    margin-bottom:2px;
}