/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Keep the shared properties */
CSS

.woo-image-part {
    position: relative !important;
}

.woocommerce .woo-image-part .onsale, 
.woocommerce .woo-image-part .onfeatured {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    display: block;
    width: auto;
}

.woocommerce .woo-image-part .onsale {
    top: 85px !important;
}

.woocommerce .woo-image-part .onfeatured {
    top: 50px !important; 
}