.box-price-container{
	float: left;
	/*padding: 0 5px;*/
	box-sizing: border-box;
}

.box-price-option{
	/*background-color:#E22B31;*/
	background-image:url('/img/landing/18_mother_day/ticket.png');
	background-size: 100% 76px;
	color: white;
	padding: 19px 0;
	text-align: center;
	font-size:20px;
	/*border-radius: 10px;*/
    vertical-align: top;
    box-sizing: border-box;
    line-height: 19px;
}

.box-price-container:before{
	background-image:url('/img/landing/18_mother_day/dotted.png');
	width: 2px;
	content: "";
	float: left;
	height: 76px;
}

.box-price-container:first-child:before{
	display: none;
}

.box-price-option:hover, .box-price-option.selected{
	background-image:url('/img/landing/18_mother_day/ticket_hover.png');
}

#mother-day-page.page-layout > .column > div + div, 
#mother-day-page.page-layout > .main-column > div + div{
	margin-top: 60px;
}