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

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

.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 .mb-login-popup-title {
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    display: none;
}

.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: 25px;
}

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

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

.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close:hover:before{
    color: #1a1a1a;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .ajaxwishlist-buttons {
    text-align: right;
    margin-top: 25px;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border p{
    text-align: left;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .ajaxwishlist-buttons .action.primary {
    background: #444!important;
    font-family: inherit;
    border-color: #444;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .ajaxwishlist-buttons .action.primary:hover{
    background: #ab0200!important;
    border-color: #ab0200;
}
.mb-ajaxsuite-popup-wrapper a.view-cart {
    background: #111;
    border: 1px solid #111;
    color: #fff;
    padding: 8px 10px 9px;
    font-family: "Oswald";
    letter-spacing: 1px;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.mb-ajaxsuite-popup-wrapper a.view-cart {
    background: #004236;
    border: none;
    color: #F8F3E8 !important;
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'WorkSansMediumRegular' !important;
    text-transform: none;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;
}
#mb-ajaxsuite-popup #ajaxcart_cancel {
    background: #F8F3E8 !important;
    border: none;
    color: #004236 !important;
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'WorkSansMediumRegular' !important;
    text-transform: none;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #004236;
}

@media (max-width: 767px) {
    .mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .action.primary {
        font-size: 1.3rem;
    }
}