.store-container .store-list {
	width: 100%;
	float: left;
}
.store-list .store-block {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 10px;
	margin-bottom: 20px;
}
.store-list .store-block a {
	display: block;
	border-radius: 8px;
	border: 2px solid #efefef;
}
.store-block a .store-title {
    color: #040033;
    font-size: 14px;
    font-weight: 700;
	line-height: 1.5;
    text-transform: uppercase;
	margin: 5px 0 5px;
}
.store-block a .store-title span {
    color: #040033;
    font-size: 12px;
    font-weight: 400;
    display: block;
}
.store-list .store-block a:hover {
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}


/* Store block */
.store-block-container .store-block-list .store-grid {
    width: 33.33%;
    float: left;
    padding: 0 10px;
	margin-bottom: 25px;
}
.store-block-list {
    margin: 0 -10px;
}
.store-block-container .contact-list {
	padding: 15px !important;
	border-top: 0px !important;
}
.store-block-container .store-grid .info {
	border: 1px solid #e8e8e8;
}
.store-block-list h3 {
    font-size: 13px;
    margin: 0;
	cursor: pointer;
    padding: 15px 10px;
    border: 1px solid #e8e8e8;
}
.store-block-list .store-grid .google-map {
    height: 210px !important;
}
.store-block-list .store-grid .google-map iframe {
	height: 100%;
}


