.wishlist-modal {
	display: block;
	opacity: 0;
	pointer-events: none;
	z-index: 0
}
.wishlist-modal.show {
	opacity: 1;
	pointer-events: all;
	z-index: 1051
}
.wishlist-modal.show+.modal-backdrop {
	pointer-events: all
}
.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: 13px;
	right: 13px;
	z-index: 10;
  box-shadow: none;
}
.wishlist-footer-links {
	margin-bottom: 50px
}
.wishlist-footer-links>a {
	color: #2fb5d2;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 19px
}
.wishlist-footer-links>a:not(:first-child) {
	margin-left: 20px
}
.wishlist-footer-links>a i {
	font-size: 20px;
	margin-right: 4px;
	vertical-align: middle
}
/* wishlist hack - button is inserted via JS into thumb container and cannot be moved */
.thumbnail-container .wishlist-button-add {
	opacity: 0;
	transition: opacity .3s;
}
.thumbnail-container:hover .wishlist-button-add {
	opacity: 1;
}
#main .product-miniature.prod-box-grid .thumbnail-container:hover .discount-percentage,
#main .product-miniature .thumbnail-container:hover .discount-amount.discount-amount {
	display: none;
}
.thumbnail-container .wishlist-button-add i {
	color: #000;
	font-size: 18px;
}

.thumbnail-container .wishlist-button-add:hover i {
  color: #b70606;
}

.thumbnail-container .wishlist-button-add {
	height: 30px;
	width: 30px;
	min-width: 30px;
}
.product-actions .wishlist-button-add i {
	color: #000;
}

.product-actions .wishlist-button-add:hover i {
  color: #b70606;
}

.wp-wishwrap {
	clear: both;
	padding-top: 5px;
}
.product-actions .wishlist-button-product.wishlist-button-add {
	display: inline;
	background: transparent;
	box-shadow: none;
	margin-left: 0;
	width: auto;
	min-width: auto;
	padding-left: 0;
}
.wp-wishwrap span {
	font-weight: 600;
}
