/*
Theme Name: xtore Child
Theme URI: http://demo.wpthemego.com/themes/sw_pharxtore/
Template: xtore
Author: magentech
Author URI: https://themeforest.net/user/magentech/
Description:  Xtore - Multipurpose Elementor WooCommerce WordPress Theme
Tags: rtl-language-support,sticky-post,two-columns
Version: 1.0.0
Updated: 2024-04-15 06:23:47

*/

/*GLOBAL*/
.header_logo .elementor-widget-container img{
	margin-left:1.2rem;
	margin-bottom:0px !important;
}
.product-items-layout4 .item-wrap .item-bottom .yith-add-to-wishlist-button-block{
	width:34px; height:34px; margin:0;
}
.product-items-layout4 .item-wrap .item-bottom .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button{
	width:34px; height:34px; gap:0;
	background-color:#fff; border-radius:50%;
	opacity: 0;
    transform: translateX(40px);
	transition:all 0.3s;
}
.product-items-layout4 .item-wrap .item-bottom .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover, 
.product-items-layout4 .item-wrap .item-bottom .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added{
	background-color:var(--primary-color);
}
.product-items-layout4 .item-wrap .item-bottom .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover svg, .product-items-layout4 .item-wrap .item-bottom .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added svg{
	color:#fff;
}
.product-items-layout4 .item-wrap .item-bottom .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg{
	width:20px; height:20px; color:var(--text-color);
}
.product-items-layout4 .item-wrap .item-bottom .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label{
	display:none;
}
.product-items-layout4 .item-wrap:hover .item-bottom .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button{
	opacity:1;
	 transform: translateX(0px);
}
.addcart-wrapper .yith-add-to-wishlist-button-block--single{
	width:50px; height:50px; margin:0;
}
.addcart-wrapper .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button--single{
	width:50px; height:50px; border:1px solid #eee; gap:0;	justify-content:center;
}
.addcart-wrapper .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button--single:hover, .addcart-wrapper .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--added{
	background-color:var(--primary-color);
	border-color:var(--primary-color);
}
.addcart-wrapper .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button--single:hover svg, .addcart-wrapper .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--added svg{
	color:#fff;
}
.addcart-wrapper .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button--single svg{
	width:20px; height:20px;
}
.addcart-wrapper .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button--single .yith-wcwl-add-to-wishlist-button__label{
	display:none;
}
