/**
 * @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') center center no-repeat;
    position: absolute;
    top: 10px;
    right: 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:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    /*content: '\e616';*/
	content: none;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.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: #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-wrapper a.view-cart:hover {
	background: #D6CE4B !important;
	color: #004236 !important;
}

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