/**
 * 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
 */
#module-blockwishlist-lists .card {
	background-color: #3b91ff;
    color: #232323;   
}
.wishlist-products-container .card {
	background-color: transparent;
    color: #232323;   
}
.wishlist-products-container .sort-by-row a:hover,
 #module-blockwishlist-lists .wishlist-list-item button:hover {
    background-color: #3b91ff;
    color: #fff
}
.wishlist-list-item-title span {
    font-size: .7125rem;
    font-weight: 400;
    vertical-align: top;
}
.wishlist-list-item-default .wishlist-list-item-title:after {
	content: '(Standard List)';
	font-size: .7125rem;
	font-weight: 400;
	display: inline;
	vertical-align: top;
    padding-left: .5rem;
}
.wishlist-list-item:not(:last-child) {
	border-bottom: 2px solid;
	border-image: linear-gradient(to left, transparent, #3a4764, transparent) 1;
}
.wishlist-add-to-new {
	color: #8bbeff !important;
	font-weight: 600;
}
.wishlist-add-to-new i {
    font-weight: 700;
}
#view .wishlist-button-add {
	filter: brightness(1.3);
	left: 14%;
	top: 1.75rem;
	transform: skewY(10deg);
	transform-origin: center center 0px;
	border-radius: unset !important;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
}
#view .wishlist-product-price-promo {
	width: 100%
}
.wishlist-product-addtocart i {
	color: transparent;
    background: url(/img/icons/cart.svg) no-repeat;
    background-size: cover;
}
.wishlist-products-list {
    margin-left: -15px;
    margin-right: -15px
}
.wishlist-product {
	background-color: #3b91ff;
	padding-bottom: 4.5rem;
}
.wishlist-product-link {
	margin: 1.25rem auto
}



.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 .btn-primary {
    box-shadow: unset
}

.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 .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 .close {
	margin-top: -30px;
	margin-right: -35px;
}

.wishlist-modal .modal-header h5 {
	color: #fbfbfb;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.875rem
}

.wishlist-modal .modal-header .close span {
    font-size: 1.5rem;
}

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

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

.wishlist-modal .modal-body {
	padding: .9375 1.875rem
}

.wishlist-modal label {
    color: #8d8d8d
}

.wishlist-modal .modal-body .form-group {
	margin-bottom: 0
}

.wishlist-modal .modal-body .form-group .form-control {
	border-radius: 0;
	color: #000
}

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

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

.wishlist-modal .modal-footer {
    border: none;
	padding: 15px;
	background: linear-gradient(20deg, transparent 25%, rgba(1, 7, 15, .922), rgba(1, 7, 15, .922));
}

.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 {
	background-color: #2d6cbd !important;
}

.wishlist-button-add i {
	color: #9d9d9d !important;
}

.products article .wishlist-button-add {
	position: absolute;
	top: .635rem;
	left: 0;
	z-index: 10;
	transform: skewY(10deg);
    transform-origin: center;
	border-radius: unset !important;	
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

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

.wishlist-footer-links > a {
	font-size: .875rem;
    color: #232323;
	letter-spacing: 0;
	line-height: 1.1875rem;
}
.wishlist-footer-links > a:hover {
    color: #232323;
}

.wishlist-footer-links > a:not(:first-child) {
	margin-left: 1.25rem;
    display: none
}

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