.store-hero-section{
	background-image: url(https://recorecenters.com/wp-content/uploads/2021/05/Header-BG.jpg);
	margin: 75px 0px 40px 0px;
}
.store-detail-section{
	margin: 40px 0px 40px 0px;
}
.store-description-section{
	margin: 40px 0px 40px 0px;
}
.store-nearby-section{
	margin: 40px 0px 75px 0px;
}
.store-thumbnail-wrap{
	width: 16.75rem;
	height: 16.75rem;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.store-brand{
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.08;
	color: #ffffff;
	font-size: 1.5625rem;
}
.store-title{
	font-size: 2.3125rem;
	display: block;
	margin-top: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.08;
	color: #ffffff;
	margin-bottom: 1.5rem;
}
.store-hero-hours-title{
	font-size: 1rem;
	line-height: 1.88;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.5rem;
	background-color: #d8d8d8;
	border-radius: 1.5625rem;
	padding: 0 1rem;
	display: inline-block;
	color: #000000;
}
.section-title{
	font-size: 1.5625rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.inner-title{
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
}
.store-phone {
	align-items: center;
}
.store-phone a{
	font-weight: 400;
	color: #000000;
	line-height: 1.43;
	text-decoration: none;
}
.store-phone a:hover{color: #000000;}
.icon {
	color: #f05223;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 1rem;
}
.nearby-loc{
	padding: 1rem;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.nearby-loc h4 a{
	font-weight: 700;
	color: #040404;
	text-transform: uppercase;
	line-height: 1.08;
	color: #000;
	font-size: 1.3625rem;
}
.nearby-loc .store-address{
	margin: 13px 0px 13px 0px;
}
.nearby-loc .store-address p{
	font-weight: 400;
	color: #000000;
	line-height: 1.43;
	text-decoration: none;
}
.nearby-loc .services{
	margin: 13px 0px 13px 0px;	
}
.store-time-table{
	border: 0px;
}
.store-time-table .day-label{
	width: 110px;
	border: 0px;
	padding: 0px;
}
.store-time-table .day-timing{
	border: 0px;
	padding: 0px;
}
.today th, .today td{
	color:  #f05223;
}