.dnxte-pricelist-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dnxte-pricelist-item-wrapper, .dnxte-pricelist-wrapper, .dnxte-pricelist_child>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.dnxte-pricelist-image {
	margin-right: 15px;
	max-width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
}

.dnxte-pricelist-item-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.dnxte-pricelist-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.dnxte-pricelist-separator {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-width: 2px;
	border-bottom-color: #333;
}

.dnxte-pricelist-price {
	border: 0 solid #333;
}

.dnxte-pricelist-description p:empty {
	padding: 0;
}