.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 button.wishlist-button-add {
	opacity: 0;
	position: absolute;
	top: -20px;
	left: 10px;
	right: auto;
	height: 35px;
	background: #a2be22;
	box-shadow: none;
	width: 35px;
	min-width: 35px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.products .product-miniature:hover button.wishlist-button-add {
	opacity: 1;
	top: 10px;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}

.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
}

button.wishlist-button-add i {
	font-size: 18px;
	color: #fff;
}

button.wishlist-button-add:hover i {
	color: #fff;
}

button.wishlist-button-add:hover {
	background: #222222;
	color: #fff
}

.product-add-to-cart button.wishlist-button-add i {
	font-size: 18px;
	color: #000;
}

.product-add-to-cart button.wishlist-button-add:hover i {
	color: #fff;
}

@media (max-width:767px) {
	.products button.wishlist-button-add,
	a.quick-view {
		left: 10px;
	}
}