/*
	Theme Name:	Xtra Child
	Theme URI:	https://www.rtl-theme.com/xtra-corporate-woocommerce-theme/
	Description:Sample child theme of Xtra theme for customization.
	Author:		Xtra Theme
	Author URI:	http://xtratheme.ir
	Template:	xtra
	Version:	1.0.0
*/
.postid-6018 .post {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: center;
}
.badge-featured{
   position: absolute;
   top: 5px;
   left: 10px;
   background: #F89E29;
   color: #fff;
   font-weight: bold;
   padding: 5px 5px;
   font-size: 12px;
   z-index: 9;
   border-radius: 4px;
}
.featured-product-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #F89E29;
    color: white;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
}
.single-product .woocommerce-product-gallery {
    position: relative;
}