/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.br_dot_responsive::before{
	/*content: " - ";*/
	content: attr(alt);
}

@media (max-width: 575.98px) {
	.price-list .price-title {
		font-size: 42px !important;
		line-height: 1 !important;
		text-align:center;
	}
	.br_dot_responsive::before{
		content: ' '; display: block; 
	}
}

