.wishlist-modal {
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}
.wishlist-modal.show {
    display: block;
    opacity: 1;
    pointer-events: all;
    z-index: 1051;
}
.wishlist-modal.show + .modal-backdrop {
    pointer-events: all;
}
.wishlist-modal .modal-header::after {
    content: none;
}
.wishlist-modal .modal-text {
    color: #232323;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.875rem;
}
.wishlist-modal .modal-body {
    padding: 0.9375 1.875rem;
}
.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: calc(100% - 40px);
    margin: 0 auto;*/ 
}

@media (max-width: 768px) {
    .wishlist-modal .modal-content {  padding:  15px; }
}
.wishlist-modal .modal-cancel {
    margin-right: 0.625rem;
}
.wishlist-modal .modal-cancel:hover {
    
}
.wishlist-modal .modal-footer {
    padding: 0.75rem 1.875rem;
    border: none;
    padding-bottom: 1.875rem;
}
.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: 0.635rem;
    right: 0.635rem; 
    z-index: 10;
}
.wishlist-footer-links {
    margin-bottom: 3.125rem;
}
.wishlist-footer-links > a {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.1875rem;
}
.wishlist-footer-links > a:not(:first-child) {
    margin-left: 1.25rem;
}
.wishlist-footer-links > a i {
    font-size: 1.25rem;
    margin-right: 0.25rem;
    vertical-align: middle;
}
.lang-rtl .products article .wishlist-button-add {
    right: inherit;
    left: 0.635rem;
}
.lang-rtl .wishlist-button-product {
    margin-left: 0;
    margin-right: 1.25rem;
}
.lang-rtl .wishlist-list-item .dropdown-menu {
    right: inherit;
    left: 1.25rem;
}
.lang-rtl .wishlist-list-item-right .dropdown-menu > button {
    text-align: right;
}
