/**
 * @copyright Copyright (c) 2017 www.tigren.com
 */

#mb-ajaxwishlist-wrapper .photo.image {
    margin: 10px;
}

#mb-ajaxwishlist-wrapper {
    width: 450px;
}

#mb-ajaxwishlist-wrapper.remove-wrapper {
    width: 300px;
}

.mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .innerWrapper.ajaxwishlist-removed-box {
    padding: 25px 45px;
}

.mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .innerWrapper.ajaxwishlist-removed-box h3 {
    line-height: 1.5em;
    font-size: 1.2em;
}

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

#mb-ajaxwishlist-wrapper .product-name {
    font-weight: bold;
    margin-top: 0;
}

#mb-ajaxwishlist-wrapper img.image {
    float: left;
    width: 30%;
}

#mb-ajaxwishlist-wrapper img.image {
    width: 315px;
}

.page-product-configurable #mb-ajaxwishlist-wrapper img.image {
    width: 20%;
}

#mb-ajaxwishlist-wrapper .product-add-form {
    float: right;
    width: 70%;
    padding-right: 0;
}

#mb-ajaxwishlist-wrapper .price-box {
    margin: 7px 0;
}

#mb-ajaxwishlist-wrapper .price-box .price {
    color: #3399cc;
    font-size: 16px;
    font-weight: bold;
}

#mb-ajaxwishlist-wrapper .product-options-wrapper {
    text-align: left;
}

#mb-ajaxwishlist-wrapper .product-options-wrapper .label {
    padding-left: 10px;
}

#mb-ajaxwishlist-wrapper .product-options-wrapper .label span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    line-height: 21px;
}

#mb-ajaxwishlist-wrapper .product-options-wrapper .fieldset .field {
    margin-bottom: 10px;
}

#mb-ajaxwishlist-wrapper .product-options-wrapper .fieldset .field .control {
    background: none!important;
}

#mb-ajaxwishlist-wrapper .product-add-form .field.qty {
    margin-right: 20px;
}

#mb-ajaxwishlist-wrapper .product-add-form .actions {
    border-top: 0;
    padding-top: 10px;
    margin: 0 0 0 15px;
    justify-content: flex-start!important;
}

#mb-ajaxwishlist-wrapper .product-add-form .actions button.primary {
    margin: 0px 10px 0px 0px;
    background: #670000!important;
    color: #ffffff!important;
    padding: 6px 29px;
    border-radius: 0;
}

#mb-ajaxwishlist-wrapper .product-add-form .actions button.primary span {
    line-height: 25px;
}

#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box {
    text-align: center;
    margin-bottom: 15px;
}

#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .ajaxwishlist-buttons {
    float: left;
    width: 100%;
    margin: 5px 0 0;
}

#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .ajaxwishlist-buttons button#ajaxwishlist_checkout {
    margin: 0;
}

#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box img.image {
    float: none;
    margin-bottom: 10px;
}

#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .message-error {
    color: red;
    font-weight: bold;
}

#mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .message-success {
    color: #1a29ff;
    font-weight: bold;
}

.mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .mb-login-popup-title strong {
    font-weight: 300!important;
    font-size: 1.7em!important;
    font-family: 'Roboto';
}

#ajaxwishlist_btn_to_signup span {
    color: #670000;
}

.page-product-grouped #mb-ajaxwishlist-wrapper img.image {
    width: 250px;
}

.page-product-grouped #mb-ajaxwishlist-wrapper .ajaxwishlist-success-box img.image {
    width: 315px;
}

.page-product-grouped .mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .product-add-form {
    padding-right: 0;
}

.page-product-grouped #mb-ajaxwishlist-wrapper .product-add-form .actions {
    margin-left: 25px;
}

.page-product-grouped #mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .mb-message-successs {
    margin-bottom: 0px;
}

.page-product-grouped #mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .product-name {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-product-grouped #mb-ajaxwishlist-wrapper .ajaxwishlist-success-box .actions.primary {
    padding: 9px 29px;
}

.page-product-grouped #mb-ajaxwishlist-wrapper .product-add-form .actions button.primary {
    padding: 6px 29px;
    background: #670000!important;
    border-radius: 0px!important;
    color: #ffffff!important;
}

.mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .mb-ajaxsuite-popup-border .ajaxwishlist-buttons .primary {
    padding: 9px 29px;
    background: #670000!important;
    border-radius: 0px!important;
    color: #ffffff!important;
}

@media (max-width: 767px) {
    .mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .mb-login-popup-title strong {
        font-size: 1em!important;
    }
    .mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .product-name .product-add-form {
        font-size: 1.5rem;
    }
    .mb-ajaxsuite-popup-wrapper {
        top: 31% !important;
    }
    .mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .mb-ajaxsuite-popup-border .ajaxwishlist-buttons .primary {
        padding: 9px 18px;
    }
    .mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .product-name {
        font-size: 1.3em;
    }
}

@media (max-width: 479px) {
    #mb-ajaxwishlist-wrapper.remove-wrapper {
        width: auto;
    }

    .mb-ajaxsuite-popup-wrapper {
        top: 50% !important;
    }

    .mb-ajaxsuite-popup-wrapper #mb-ajaxwishlist-wrapper .innerWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mb-ajaxsuite-popup-wrapper .photo.image {
        width: 40%;
    }



    a.btn-remove.action.delete::before {
        width: 1.8rem;
        height: 1.8rem;
        margin: 1rem;
    }
}