
.an_wishlist-in svg path {
    /* fill: #e63344; */
	fill: #ffffff;
}
.an_wishlist-container {
    text-align: left;
    display: flex;
}
.an_wishlist-container .btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
	
	padding: 0;
}
.an_wishlist-container .btn-secondary svg {
    margin-right: 5px;
}
/* .an_wishlist-mini {
 position: absolute;
  top: -238px;
  right: 10px;
} */

.an_wishlist-mini span {
  cursor: pointer;
}

.an_wishlist-list-cart h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.an_wishlist-list-cart #products .thumbnail-container,
.an_wishlist-list-cart #products .product-description,
.an_wishlist-list-cart #products .highlighted-informations {
  width: 233px;
}
.an_wishlist-list-cart #products .thumbnail-container img {
  max-width: 100%;
}
.an_wishlist-list-cart #products .product-miniature img {
  margin-left: 0px;
}

.an_wishlist-mini-count {
  position: absolute;
  font-size: 12px;
  left: -47px;
  height: 35px;
  line-height: 35px;
  top: -5px;
  text-align: center;
  padding-right: 6px;
  min-width: 45px;
  background: url(../img/count.svg) no-repeat center center;
}



.an_wishlist-message-popup {
  position: relative;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.an_wishlist-message-popuporspan {
  margin: 0 16px;
}
@media (max-width: 680px) {
    .an_wishlist-message-popup .btn,
    .an_wishlist-message-popuporspan    {
      display: block;
    }
    .an_wishlist-message-popuporspan {
      padding: 10px;
    }
}


.an_wishlist-social {
    margin-bottom: 30px;
    margin-top: 30px;
}

.an_wishlist-social .social-share {
    background: #f1f1f1;
    padding: 26px 30px 21px;
    margin-bottom: 56px;
}

.an_wishlist-social .social-heading {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 16px;
}
.an_wishlist-social .itemFacebookButton a {
    background-color: #5373be;
}
.an_wishlist-social .itemFacebookButton a:hover {
    background-color: #3e5ea9;
}
.an_wishlist-social .itemTwitterButton a {
    background-color: #0084b4;
}
.an_wishlist-social .itemTwitterButton a:hover {
    background-color: #1195c5;
}
.an_wishlist-social .itemPinterestButton a {
    background-color: #cb2027;
}
.an_wishlist-social .itemPinterestButton a:hover {
    background: rgba(203,30,39,0.8);
}
.an_wishlist-social .itemLinkedinButton a {
    background-color: #0077b5;
}
.an_wishlist-social .itemLinkedinButton a:hover {
    background-color: #1289c7;
}
.an_wishlist-social .itemTumblrButton a {
    background-color: #405167;
}
.an_wishlist-social .itemTumblrButton a:hover {
    background-color: #516278;
}

#module-an_wishlist-list #products {
    padding-left: 0;
}

.an_wishlist-social .itemSocialButton a {
    font-size: 12px;
    display: flex;
    align-items: center;
    /* height: 34px; */
    border-radius: 3px;
    line-height: initial;
    margin: 2px 3px 2px 3px;
    /* width: 120px; */
    text-align: left;
    overflow: hidden;
    color: #fff!important;
    /* min-width: 100px; */
    cursor: pointer;
    float: left;
    font-family: inherit;
    padding: 8px 10px 8px 10px;
}
.an_wishlist-social .itemSocialButton a:before {
    display: none!important;
}
.an_wishlist-social .itemSocialButton a svg {
    display: inline-block;
    margin-left: -8px;
    margin-top: -7px;
    margin-bottom: -7px;
    font-size: 14px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    margin-right: 8px;
    background-color: rgba(0,0,0,.1);
    padding: 9px;
}
.an_wishlist-social .itemSocialButton a svg path {
    fill: #fff;
}
.page-my-account #content .links a span.link-item.an_wishlist-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-my-account .link-item.an_wishlist-link-item svg {
    width: 40px;
    height: auto;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
	.an_wishlist-social .itemSocialButton a {
		font-size: 0;
	}
	.an_wishlist-social .itemSocialButton a svg {
		margin-right: -8px;
	}
}
/* #header .div_headerwishlist {
    padding: 10px 10px 10px 18px;
    padding-left: 20px;
}
#header .div_headerwishlist a {	
    display: inline-block;
	position: relative;
}
#header .div_headerwishlist i {
    font-size: 20px;
}
#header .div_headerwishlist .wishqty {
	position: absolute;
    height: 16px;
	width: auto;
    line-height: 16px;
    text-align: center;
    top: -7px;
    color: #FFFFFF;
    font-weight: 500;
    right: -12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #86ba09;
    font-size: 12px;

    min-width: 16px;
    padding-left: 2px;
    padding-right: 2px;
}
@media (max-width: 991px) {
	#header .div_headerwishlist {
	    padding-top: 2px;
		padding-bottom: 2px;
	}
	#header .div_headerwishlist .wishqty {
		background: #2e933c;
	}
	#header .div_headerwishlist a {
		color: white;
	}
	#header .div_headerwishlist a:hover {
	    color: #121212;
	}
}

.product-additional-info .an_wishlist-container {
	margin-top: 10px;
    align-items: center;
    justify-content: center;
}
.product-additional-info .an_wishlist-btn-product,
.quickview .an_wishlist-btn-product {
	padding: 10px;
    border-radius: 100%;
    border: 1px solid #86ba09 !important;
    background: white;
}
.product-additional-info .an_wishlist-btn-product:hover,
.quickview .an_wishlist-btn-product:hover {
    background: #f5ffdc;
}
.product-additional-info .an_wishlist-btn-product svg,
.quickview .an_wishlist-btn-product svg {
	margin: 0;
	fill: #86ba09;
}
.product-additional-info .an_wishlist-btn-product:hover svg,
.quickview .an_wishlist-btn-product:hover svg {
	fill: #f18f01;
}
.product-additional-info .span_relative,
.quickview .span_relative {
	position: relative;
	font-size: 0;
}
.product-additional-info .span_wishlistcount {
    position: absolute;
    height: 16px;
    width: auto;
    line-height: 16px;
    text-align: center;
    top: -7px;
    color: #FFFFFF;
    font-weight: 500;
    right: -12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #86ba09;
    font-size: 12px;
    min-width: 16px;
    padding-left: 2px;
    padding-right: 2px;
}
@media (max-width: 767px) {
	.product-additional-info .an_wishlist-container {
	    justify-content: initial;
	}
}


.product-miniature .an_wishlist-mini svg {
    fill: #f18f01;
	
	-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .5));
}
.product-miniature .an_wishlist-mini svg:hover {
	-webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .75));
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .75));
}
.product-miniature .div_hookproductlistreviews {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;	   
}
.product-miniature .div_hookproductlistreviews .an_wishlist-mini {
	position: initial;
	
	display: inline-block;
    font-size: 0;
    line-height: initial;
}
.product-miniature .div_hookproductlistreviews .an_wishlist-mini span {
	display: inline-block;
}
.product_list.list .product-miniature .div_hookproductlistreviews {
	top: -13px;
    right: -13px;
}

@media (min-width: 992px) {
	.product-miniature .div_hookproductlistreviews:not(.an_wishlist-in) {
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(0, 1);
		-moz-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		-o-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
	}
	.product-miniature .thumbnail-container:hover .div_hookproductlistreviews:not(.an_wishlist-in) {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
} */







.an_wishlist-btn-product {
	border: none;
	color: black;
	font-size: 14px;
    text-transform: initial;
    font-weight: 400;
	
	background: transparent !important;
	padding: 0;
	box-shadow: none !important;
    /* line-height: 35px;
    min-width: 100px;
    height: 35px;
    margin-right: 10px;
    position: relative; */
}
.an_wishlist-btn-product:hover, 
.an_wishlist-btn-product:focus, 
.an_wishlist-btn-product:active {
	color: #009ffd !important;
}
/* .product-actions .an_wishlist-btn-product i,
.quickview .an_wishlist-btn-product i {
    font-size: 21px;
	
    margin-right: 5px;
    position: relative;
    top: 1px;
    width: 24px;
	
	
    flex-shrink: 0;
} */
/* .product-actions .an_wishlist-btn-product:hover,
.quickview .an_wishlist-btn-product:hover {
	
} */


.an_wishlist-btn-product svg {
	width: 20px;
	height: 20px;
    flex-shrink: 0;
	
}
.an_wishlist-btn-product svg path {
	transition: all 0.25s ease;
}
.an_wishlist-btn-product .svg_icon.heart_filled path {
	/* fill: #ff4d80; */
	fill: #ff9914;
}
.an_wishlist-btn-product:hover .svg_icon.heart_filled path {
	/* fill: #000000; */
}
.an_wishlist-btn-product:hover .svg_icon.heart_empty path {
	/* fill: #009ffd; */
	fill: #ff9914;
}
/* .an_wishlist-btn-product:hover svg path {
    fill: #ff4d80;
} */
.an_wishlist-btn-product:not(.an_wishlist-in) .span_add,
.an_wishlist-btn-product.an_wishlist-in .span_remove {
	display: inline-block;
	min-width: 120px;
	text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.an_wishlist-btn-product:not(.an_wishlist-in) .span_add,
	.an_wishlist-btn-product.an_wishlist-in .span_remove {
		min-width: 108px;
	}
}
.an_wishlist-btn-product:not(.an_wishlist-in) .svg_icon.heart_filled,
.an_wishlist-btn-product.an_wishlist-in .svg_icon.heart_empty,
.an_wishlist-btn-product.an_wishlist-in .span_add,
.an_wishlist-btn-product:not(.an_wishlist-in) .span_remove {
	display: none;
}

.an_wishlist-btn-product.btn-secondary svg {
    margin-right: 10px;
}


body#product .an_wishlist-btn-product.btn-secondary svg {
    margin: 0px;
}



/* #products .thumbnail-container .div_customanwishlisthook, 
.featured-products .thumbnail-container .div_customanwishlisthook, 
.product-accessories .thumbnail-container .div_customanwishlisthook,  */
.product-miniature .thumbnail-container .div_customanwishlisthook {
	/* position: absolute; */
	
    /* transform: translateY(100%); */
/* 	
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	
	transition: all .3s;
	
	height: auto; */
	/* width: 100%; */
	/* width: auto;
    padding: 10px; */
	/* left: 0; */
    /* bottom: 0;    
	opacity: 0;
	filter: alpha(opacity=0);
	
	text-align: center; */
	
    /* background: rgba(255, 255, 255, 0.85); */
	
	/* bottom: auto; */
}
/* #products .thumbnail-container:focus .div_customanwishlisthook, 
#products .thumbnail-container:hover .div_customanwishlisthook, 
.featured-products .thumbnail-container:focus .div_customanwishlisthook, 
.featured-products .thumbnail-container:hover .div_customanwishlisthook, 
.product-accessories .thumbnail-container:focus .div_customanwishlisthook, 
.product-accessories .thumbnail-container:hover .div_customanwishlisthook,  */
.product-miniature .thumbnail-container:focus .div_customanwishlisthook, 
.product-miniature .thumbnail-container:hover .div_customanwishlisthook {
    /* transform: translateY(0); */
	
	/* -webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	
	bottom: 0;
    top: auto;
    opacity: 1;
	filter: alpha(opacity=100);
	
	z-index: 2; */
}

@media (min-width: 768px) {
	#left-column .product-miniature .thumbnail-container:focus .div_customanwishlisthook, 
	#left-column .product-miniature .thumbnail-container:hover .div_customanwishlisthook {
		left: initial;
		right: 0;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
}

/* #products .thumbnail-container .div_customanwishlisthook .div_hookproductlistreviews , 
.featured-products .thumbnail-container .div_customanwishlisthook .div_hookproductlistreviews , 
.product-accessories .thumbnail-container .div_customanwishlisthook .div_hookproductlistreviews ,  */
.product-miniature .thumbnail-container .div_customanwishlisthook .div_hookproductlistreviews {
	display: inline-block;
}

/* .product-miniature .an_wishlist-mini i {
    font-size: 14px;
	
    margin-right: 3px;
    position: relative;
    width: 16px;
    line-height: 16px;
	
	
    flex-shrink: 0;
} */
/* #products .an_wishlist-mini svg,
.featured-products .an_wishlist-mini svg,
.product-accessories .an_wishlist-mini svg, */
.product-miniature .an_wishlist-mini svg {	
    /* margin-right: 3px; */
    width: 20px;
    height: 20px;
	
	
    flex-shrink: 0;
}

/* #products .an_wishlist-mini .js-an_wishlist-addremove,
.featured-products .an_wishlist-mini .js-an_wishlist-addremove,
.product-accessories .an_wishlist-mini .js-an_wishlist-addremove, */
.product-miniature .an_wishlist-mini .js-an_wishlist-addremove {
    display: flex;
    justify-content: center;
    align-items: center;
	color: white;
    padding: 8px 10px;
    background: var(--secondary-btn-bg-color);
    border-radius: 3px;
    width: 35px;
    height: 35px;
}
/* #products .an_wishlist-mini .js-an_wishlist-addremove:hover,
.featured-products .an_wishlist-mini .js-an_wishlist-addremove:hover,
.product-accessories .an_wishlist-mini .js-an_wishlist-addremove:hover, */
.product-miniature .an_wishlist-mini .js-an_wishlist-addremove:hover {
    /* color: #ff4d80; */
    background: var(--primary-bg-color);
}
/* #products .an_wishlist-mini .js-an_wishlist-addremove .span_addtofavorites,
.featured-products .an_wishlist-mini .js-an_wishlist-addremove .span_addtofavorites,
.product-accessories .an_wishlist-mini .js-an_wishlist-addremove .span_addtofavorites, */
.product-miniature .an_wishlist-mini .js-an_wishlist-addremove .span_addtofavorites {
    padding-top: 2px;
}
.product-miniature .an_wishlist-mini .js-an_wishlist-addremove:not(.an_wishlist-in) .svg_icon.heart_filled,
.product-miniature .an_wishlist-mini .js-an_wishlist-addremove.an_wishlist-in .svg_icon.heart_empty,
.product-miniature .an_wishlist-mini .js-an_wishlist-addremove.an_wishlist-in .span_add,
.product-miniature .an_wishlist-mini .js-an_wishlist-addremove:not(.an_wishlist-in) .span_remove {
	display: none;
}

.product-miniature .an_wishlist-mini .js-an_wishlist-addremove:hover .svg_icon.heart_empty path {
	fill: #ffffff;
}
.product-miniature .an_wishlist-mini .js-an_wishlist-addremove:hover .svg_icon.heart_filled path {
	fill: #000000;
}


@media (max-width: 1199px) {
	/* #products .thumbnail-container .div_customanwishlisthook, 
	.featured-products .thumbnail-container .div_customanwishlisthook, 
	.product-accessories .thumbnail-container .div_customanwishlisthook,  */
	.product-miniature .thumbnail-container .div_customanwishlisthook {
		-webkit-transform: none !important;
		transform: none !important;
		left: initial;
		right: 0;
		opacity: 1;
		filter: alpha(opacity=10qq0);
	}
	/* #products .an_wishlist-mini svg,
	.featured-products .an_wishlist-mini svg,
	.product-accessories .an_wishlist-mini svg, */
	.product-miniature .an_wishlist-mini svg {
		width: 15px;
		height: 15px;
	}
	/* #products .an_wishlist-mini .js-an_wishlist-addremove, 
	.featured-products .an_wishlist-mini .js-an_wishlist-addremove, 
	.product-accessories .an_wishlist-mini .js-an_wishlist-addremove, */ 
	.product-miniature .an_wishlist-mini .js-an_wishlist-addremove {
		padding: 5px;	
	}
}




.div_addallproductcontainer {
	text-align: center;
	margin-bottom: 12px;
	margin-top: 50px;
}
.div_addallproductcontainer .btn {
	background: #000000;
	border-color: #000000;
    padding: 8px 20px;
    /* box-shadow: 0px 2px 3px #727272; */
    white-space: initial;
    text-transform: initial;
    font-weight: 400;
    line-height: initial;
	
	border-radius: 5px;
}
.div_addallproductcontainer .btn:hover {
	background: #009ffd !important;
	border-color: #009ffd !important;
}



.an_wishlist-list .product-miniature {
	margin-bottom: 0 !important;
}

body#product .payment_modules .product-additional-info .product-wishlist-button {
    display: flex;
    align-items: center;
    column-gap: 5px;
    row-gap: 5px;
}

body#product .payment_modules .product-additional-info .product-wishlist-button .whislist-text {
    font-weight: 700;
    font-size: 1rem;
}

body#product .payment_modules .product-additional-info .product-wishlist-button:hover {
    color: var(--primary-bg-color) !important;
}

.an_wishlist-btn-product .svg_icon.wishlist-o_icon, 
.an_wishlist-btn-product .svg_icon.wishlist_icon{
    color: #fff;
    background: #929292;
    width: 32px;
    text-align: center;
    display: inline-block;
    height: 30px;
    border-radius: 50px;
    padding: 4px;
}
