
/* deault product padge disable */
.single-product .entry-summary .entry-product-badges{
	display: none !important;
}

/* new product padge and wishlist location */

html[lang="ar"] .woo-single-info .entry-product-badges,
html[lang="he-IL"] .woo-single-info .entry-product-badges{
	position:absolute !important;
	top:17px !important;
	right: 96px !important;
}
html[lang="ar"] .woo-single-info  .product-action.wishlist-btn,
html[lang="he-IL"] .woo-single-info  .product-action.wishlist-btn{
	position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 100 !important;
} 

html[lang="en-US"] .woo-single-info .entry-product-badges{
	position:absolute !important;
	top:17px !important;
	left: 96px !important;
}
html[lang="en-US"] .woo-single-info  .product-action.wishlist-btn{
	position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 100 !important;
}

@media (max-width: 767px) {
	html[lang="ar"] .woo-single-info .entry-product-badges,
	html[lang="he-IL"] .woo-single-info .entry-product-badges {
        right: 10px !important;
    }
    
    html[lang="en-US"] .woo-single-info .entry-product-badges {
        left: 10px !important;
    }
}

