/**
 * @copyright Copyright (c) 2017 www.tigren.com
 */
.mb-ajaxsuite-popup-wrapper {
    top: 10%;
    left: 30%;
    display: none;
    position: fixed;
    background: white;
    z-index: 999;
}

.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
    width: 30px;
    height: 30px;
    background: transparent url('../images/close-popup.png') top left no-repeat;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    cursor: pointer;
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
        top: 0;
        right: 0;
    }
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .mb-login-popup-title-logo {
    background-image: url('../images/login-title.png');
    background-repeat: no-repeat;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .center {
    text-align: center;
}

.mb-ajaxsuite-popup-wrapper .wishlist-popup {
    padding: 1rem;
}

.mb-ajaxsuite-popup-wrapper .wishlist-popup.bottom {
    background-color: #F5F5F5;
    text-align: center;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
    padding: 10px;
    text-align: center;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    color: floralwhite;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    font-size: 12px;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
    margin: 0;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border form#forgetpassword-form fieldset.fieldset {
    margin: 0 38px 25px 38px;
}

@media screen and (max-width: 767px) {
    .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border form#forgetpassword-form fieldset.fieldset {
        margin: 0 38px 38px 38px;
    }
}

/*Blank black*/
#mb-ajaxsuite-blank {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
    left: 0;
}

.mb-ajaxsuite-popup-wrapper {
    z-index: 200;
}