.wishlist-modal {
    display: none !important;
    opacity: 1 !important;
    pointer-events: none;
    z-index: 0
}

.wishlist-modal.show {
    display: block !important;
    pointer-events: all;
    z-index: 1051
}

.wishlist-modal.show+.modal-backdrop {
    pointer-events: all
}

.wishlist-add-to-new {
    width: auto !important;
}

.wishlist-modal.fade .modal-dialog {
    max-width: 550px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.wishlist-modal .close {
    font-weight: 400;
    color: #7a7a7a;
    opacity: 1;
    font-size: 2.25rem
}

.wishlist-modal .close:hover {
    opacity: 0.6
}

.wishlist-modal .modal-header {
    padding: 0.625rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none
}

.wishlist-modal .modal-header h5 {
    color: #232323;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px
}

.wishlist-modal .modal-header::after {
    content: none
}

.wishlist-modal .modal-text {
    color: #232323;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px
}

.wishlist-modal .modal-body {
    padding: 15px 30px
}

.wishlist-modal .modal-body .form-group {
    margin-bottom: 0
}

.wishlist-modal .modal-body .form-group .form-control {
    border-radius: 0;
    background: none;
    color: black
}

.wishlist-modal .modal-content {
    width: 100%
}

.wishlist-modal .modal-cancel {
    background: #dddddd;
    margin-right: 10px
}

.wishlist-modal .modal-cancel:hover {
    opacity: 0.7
}

.wishlist-modal .modal-footer {
    padding: 12px 30px;
    border: none;
    padding-bottom: 30px
}

.wishlist-modal .modal-footer .btn {
    text-transform: none
}

.wishlist-modal .modal-backdrop {
    pointer-events: none
}

.wishlist-modal .modal-backdrop.in {
    pointer-events: all
}

.wishlist-modal+.modal-backdrop {
    pointer-events: none
}

.wishlist-modal+.modal-backdrop.in {
    pointer-events: all
}

.products article .wishlist-button-add {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10
}

.wishlist-product a,
.wishlist-product-title {
    text-decoration: none;
    color: #000;
    font-size: 1.25rem;
}

.wishlist-products-container-header .btn-unstyle {
    line-height: 45px;
    height: 45px;
    font-size: .75rem;
    font-weight: 700;
    display: inline-block;
    color: #000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 0 1.3125rem;
    border-radius: 0.188rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wishlist-products-container .sort-by-row .dropdown-menu {
    padding-left: 12px;
    padding-right: 12px;
    width: 205px;
}

.wishlist-products-container .sort-by-row a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-size: .875rem;
    font-weight: 700;
    line-height: 43px;
    display: block;
}

.wishlist-product-availability {
    display: block;
    left: 0;
    bottom: 17px;
    z-index: 5;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 5px 15px;
    background: #e3e3e3;
}

.wishlist-products-item {
    list-style: none;
}

.wishlist-footer-links {
    margin-bottom: 50px
}

.wishlist-footer-links>a {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-decoration: none;
}

.wishlist-footer-links>a:not(:first-child) {
    margin-left: 20px
}

.wishlist-footer-links>a i {
    font-size: 20px;
    margin-right: 4px;
    vertical-align: middle
}