.product__weight-row li {
	margin: 0 !important;
	padding: 0px !important;
	margin-right: 15px !important;
	margin-bottom: 10px !important;
}

.product__weight-row li:before {
	display: none;
}

.product__price span {
	/*font-size: 16px !important;*/
}

.flex-detail-price {
	display: flex;
}

.flex-detail-price div {
	font-size: 28px;
	font-weight: 700;
}

.flex-detail-price-s {
	display: flex;
}

.flex-detail-price-s div {
	font-size: 18px;
	color: #888282;
	text-decoration: line-through;
}

.post-header h1 {
	text-align: left;
}