/*
Theme Name: 	Autusin Child Theme
Theme Uri:  	http://demo.wpthemego.com/themes/sw_autusin/
Description:  	A child theme of SW Autusin
Author:     	magentech
Author Uri: 	https://themeforest.net/user/magentech/
Template:   	autusin
Version:    	2.0.5
License:    	GNU General Public License v2 or later
*/

.item-wrap .yith-add-to-wishlist-button-block{
	margin:5px 3px; width:50px; height:50px;
	display:inline-block;
}
.item-wrap .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button{
	width:50px; height:50px; background-color:#fff; gap:0; display:inline-block; padding:15px 0; border-radius:50%;
}

.item-wrap .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg{ width:20px; height:20px; }
.item-wrap2 .yith-add-to-wishlist-button-block{
	margin:0; width:35px; height:35px;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label{
	display:none;
}
.item-wrap2 .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button{
box-shadow: 0px 1px 4px 1px #eee; gap:0;
	background-color:#fff;
	width:35px; height:35px; 
}
.item-wrap2 .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg, .item-wrap6 .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg{ width:20px; height:20px; }
.item-wrap2 .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover, .item-wrap6 .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover,.item-detail .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added, .item-wrap .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover, .product_detail .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button:hover{
	background-color:var(--color); border-color:var(--color) !important;
}
.item-wrap2 .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover svg, .item-wrap6 .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover svg, .item-wrap .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover svg, .product_detail .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button svg{ color:#fff;}
.item-wrap6 .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor{
	width:40px; height:40px;
	border-radius:5px;
	border:1px solid #dddddd;
	margin:0 5px; gap:0;
}
.item-wrap6 .yith-add-to-wishlist-button-block{ margin:0; } 
.product_detail .yith-add-to-wishlist-button-block--single{
	margin:0; display:inline-block;
}
.product_detail .cart .item-bottom{
	display:flex;
}
.yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button{
	border:1px solid var(--color);
	border-radius:50%;
}
.product_detail .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button svg{
	color:var(--color) !important;
	width:20px; 
}
.product_detail .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button{
	width:30px; height:30px; gap:0;
	justify-content:center;
}
.product_detail .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button:hover svg{ color:#fff !important; }