/*
 * Heading Layout
 */
.layout-price{
	padding: 0px 30px;
}
.layout-price h2{
	font-size: 22px;
	font-weight: 700;
}


.layout-price .erm_product {
	position: relative;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px !important;
}

.layout-price .erm_product .info {
	flex: 2;
}

.layout-price .erm_menu_content.layout-dotted .erm_product_title {
	margin: 0;
	position: relative;
}
.layout-price  .erm_menu_content.layout-dotted .erm_product_title {
	margin: 0;
	position: relative;
}

.layout-price .erm_product_title span {
	position: relative;
	z-index: 9;
	padding-right: .4em !important;
}

.layout-price  .erm_product_title .dotted {
	position: absolute;
	bottom: .6em;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0;
	border: 0;
	height: 1px;
	display: block;
	background: 0 0;
	border-bottom: 1px dashed #999;
}

.erm_product_title {
	position: relative;
	margin: 0;
}

.layout-price  .erm_product_price {
	text-align: right;
	z-index: 9;
	padding-left: .4em !important;
}


/*
 * Hero Layout: Admin Preview
 */
.layout-price.is-preview{
	font-size: 22px !important;
	font-weight: 700 !important;
	background: white;
}

.layout-price.is-preview .erm_product_title span {
	background: white;
	position: relative;
	z-index: 9;
	padding-right: .4em !important;
}

.layout-price.is-preview  .erm_product_title .dotted {
	z-index: 1;
}
