/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
.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.fade .modal-dialog {
    /* max-width: 34.375rem; */
    -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: .6
}

.wishlist-modal .modal-header {
    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: 1.375rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.875rem
} */

.wishlist-modal .modal-header::after {
    content: none
}

.wishlist-modal .modal-text {
    color: #232323;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.875rem
}

.wishlist-modal .modal-body {
    padding: .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: #000
}

.wishlist-modal .modal-content {
    width: 100%
}

.wishlist-modal .modal-cancel:hover {
    opacity: .7
}

.wishlist-modal .modal-footer {
    border: none
}

.wishlist-modal .modal-footer .btn {
    text-transform: none;
    margin-bottom: .5rem
}

.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
}

.wishlist-button-add {
    box-shadow: none !important;
}

.wishlist-button-add i {
    color: #0182c6 !important;
}

.products article .wishlist-button-add {
    position: absolute;
    top: .635rem;
    left: .635rem;
    /* z-index: 10; */
    box-shadow: none;
}

.wishlist-footer-links {
    margin-bottom: 3.125rem
}

.wishlist-footer-links>a {
    /* font-size: .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: .25rem;
    vertical-align: middle
}

.lang-rtl .products article .wishlist-button-add {
    right: inherit;
    left: .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
}

.wishlist-list .wishlist-list-item p {
    font-size: inherit !important;
}

.wishlist-list .wishlist-list-item p span {
    font-size: inherit !important;
}

.wishlist-add-to-new {
    font-size: inherit !important;
}

.wishlist-add-to-new i {
    font-size: 1.5rem !important;
}

.wishlist-toast-text {
    font-size: inherit !important;
}

.wishlist-products-count {
    font-size: 2rem !important;
}

.wishlist-product {
    max-width: inherit !important;
}

.wishlist-products-item {
    /* flex-grow: 1;
    flex-basis: 0; */
    width: 20%;
}

.wishlist-product-image {
    width: inherit !important;
}

.wishlist-product-availability {
    display: none !important;
}

.wishlist-product-title {
    font-size: inherit !important;
}

.wishlist-product-price {
    font-size: inherit !important;
    color: #ce3e3e !important;
}

.wishlist-product-price-promo {
    font-size: inherit !important;
}

.wishlist-product-combinations {
    display: none !important;
}

.wishlist-product-right .wishlist-product-title {
    min-height: 4rem;
}

.wishlist-button-add.wishlist-button-product i:hover,
.wishlist-button-add.wishlist-button-product i.-added {
    background-color: #0182c6 !important;
    border-color: #0182c6 !important;

    color: #fff !important;
}

.wishlist-button-remove i {
    color: #000 !important;
}

.wishlist-list-item .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    top: 9rem;
}

.list .wishlist-button-add i:hover,
.list .wishlist-button-add i.-added {
    background: #0182c6 !important;
    border-color: #0182c6 !important;
    color: #ffffff !important;
}

.wishlist-add-to .modal-backdrop.fade.in,
.wishlist-create .modal-backdrop.fade.in,
.wishlist-delete .modal-backdrop.fade.in,
.wishlist-login .modal-backdrop.fade.in {
    opacity: 0.7;
}

.wishlist-modal .modal-text {
    font-size: inherit !important;
}