.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;
    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: flex;
    align-items: center;
    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 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1050;
    pointer-events: none
}

.wishlist-modal+.modal-backdrop.in {
    pointer-events: all
}

/* Out of stock button styling */
.wishlist-product-addtocart.out-of-stock,
.wishlist-product-addtocart.disabled,
.wishlist-product-addtocart.btn-outline-secondary {
  background-color: #f8f9fa !important;
  border-color: #dee2e6 !important;
  color: #6c757d !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

/* Out of stock product image styling */
.wishlist-product.out-of-stock .wishlist-product-image img {
  opacity: 0.5 !important;
  filter: grayscale(50%) !important;
}

/* Out of stock badge */
.wishlist-product.out-of-stock::before {
  content: "Rupture de stock";
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #dc3545;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

/* Match main product listing background color */
.wishlist-product {
  background-color: #f2e8df;
  padding: 20px;
  position: relative;
}

.wishlist-product-right p {
    text-align: center;
    width: 100%;
    line-height: 1rem;
}

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

/* Base wishlist add to cart button styling */
.wishlist-product-addtocart {
    background-color: #000000;
    color: #ffffff;
    border-radius: 4px;
    padding: 0.5rem 1rem;
}

/* Wishlist button styling */
.wishlist-button-add .inactive,
.wishlist-button-add .active,
.wishlist-button-add .inactive:hover {
    background-size: 90% !important;
    background-repeat: no-repeat;
    background-position: center;
}

/* Wishlist container styling */
.wishlist-container .wishlist-container-header {
    background: #f2f1ed;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    background-color: #f2f1ed;
}

.wishlist-container .wishlist-container-header h1 {
    font-family: 'Sitka Display';
    font-size: 76px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color: #b1876f;
    line-height: 1.05;
}

@media (min-width: 675px) {
    .wishlist-container .wishlist-container-header a {
        cursor: pointer;
        transition: .2s ease-out;
        font-size: .875rem;
        letter-spacing: 0;
        position: absolute;
        line-height: 1rem;
        right: 50px;
        top: 380px;
    }
}

.wishlist-container .wishlist-header-add {
    margin-bottom: 15px;
}

.wishlist-container a:hover,
.wishlist-container a:focus,
.wishlist-container a:active {
    color: #b1876f;
}

.wishlist-container a:hover .wishlist-list-item-title,
.wishlist-container a:focus .wishlist-list-item-title,
.wishlist-container a:active .wishlist-list-item-title {
    color: #b1876f;
}

/* Wishlist products list styling */
.wishlist-products-list {
    padding: 0 20px;
    margin-bottom: 20px;
}

.wishlist-products-container-header h1 {
    color: #b1876f !important;
    padding: 30px 20px;
}

.wishlist-products-container-header .sort-by-row {
    padding: 0 40px 0 20px;
}

.wishlist-products-container-header .select-title {
    min-width: 110px;
}

.wishlist-products-container-header .select-title i {
    line-height: 12px;
}

.wishlist-products-container-header .dropdown-menu {
    z-index: 5;
}

.wishlist-footer-links {
    margin-bottom: 10px !important;
}

.wishlist-footer-links a {
    line-height: 24px !important;
    color: #b1876f !important;
}

.wishlist-products-container .sort-by-row {
    display: none !important;
}

.wishlist-products-item {
    margin: 10px !important;
    width: calc(20% - 20px) !important;
}

@media (max-width: 768px) {
    .wishlist-products-item {
        width: 100% !important;
    }
}


/*# sourceMappingURL=wishlist.css.map */