/*
	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
-------------------------------------------------------------- */

.glowContainer{
	display:flex;
	justify-content: space-between;
}
.glowMainCol{width:60%;}
.glowSideCol{width:38%;}

.glowCompareList ul li:nth-child(odd){
	background:#d1e3ff;
}
.glowCompareMeBox{display: flex; flex-wrap: nowrap; margin-bottom:10px;justify-content: space-between; background:#d1e3ff;}
.glowPrice{background:red;font-weight: 700;margin-right:5px; padding:5px;width:20%;color:#fff !important;display: flex;
	align-items: center;}
.glowDescription{padding:5px;align-self: center; width:30%;}
.glowSeller{padding:5px;align-self: center; width:50%;}


