/**
* HOT Product CSS Sheet
**/

.hotProducts {
	margin: 10px 0 0;
	padding: 5px;
	display: flex;
	text-align: center;
	align-items: center;
}
.hotProducts_count {
	font-weight: bold;
	margin-left: 5px;
}
.hotProducts_flame {
	max-width: 18px;
	margin-top: unset !important;
	margin-left: unset !important;
	margin-bottom: unset !important;
	margin-right: 5px !important;
	display: inline-block;
}

.hotProducts.archive {
	margin: 0;
	justify-content: center;
}
