.main-search-restaurant {
	background-color: #f0f0f0;
	padding-bottom: 20px;
}

.title-box {
	padding-top: 18pt;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'RobotoSlab-Bold';
	padding-bottom: 50px;
}

.box-addr {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.name-addr {
	font-family: 'RobotoSlab-Regular';
}

.box-btn-add {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box-btn-add a {
	color: white;
	font-family: 'RobotoSlab-Regular';
}

.btn-see-addr {
	border: 1px solid black;
	background-color: black;
	border-radius: 5px;
	font-size: 14px;
	height: 46px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 190px;
	margin-right: 10px;
}

.btn-order {
	border: 1px solid #b93c3c;
	background-color: #b93c3c;
	border-radius: 5px;
	font-size: 14px;
	height: 46px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 190px;
}

.hr-style {
	border-top: 1px dashed #b93c3c !important;
	max-width: 1000px !important;
	margin: auto !important;
}

.hr-bottom-title {
	max-width: 175px;
	margin: auto !important;
	border-top: 3px solid #b93c3c !important;
	padding-bottom: 50px;
}