.sgh-store-list {
	position: relative;
}
.sgh-store-list  .sgh-store-list-filter{
	padding-bottom: 20px;
}

.sgh-store-list-item{
    position: relative;
    padding: 0px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.sgh-store-list-item .item-header{
	background-color: white;
    width: 100%;
    padding: 10px;
    border: 1px solid #DEDEDE;
}
.sgh-store-list-item .item-header .title {
    margin: 0;
    color: #323c50 !important;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sgh-store-list-item .item-header .category {
    z-index: 100;
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #FFF;
}
.sgh-store-list-item .item-body{
    position: relative;
    background-color: #000;
    min-height: 145px;
}

.sgh-store-list-item .item-body .background {
    opacity: 0.7;
    height: 100%;
    width: 100%;
	left:0;
	top:0;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.sgh-store-list-item .item-body .logo{
	position: absolute;
    height: 100px;
	width: 100px;
    top: 0;
    left: 0;
    padding: 10px;
}

.sgh-store-view{

}
.sgh-store-view .sgh-store-text {
    padding: 15px;
}
.sgh-store-view .sgh-store-text h1 {
    font-size: 22px;
    margin: 0 0 10px 0;
}
.sgh-store-view .sgh-store-text h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.sgh-store-view .sgh-store-data,
.sgh-store-view .sgh-store-map-image {
    border: 1px solid #DEDEDE;
}
.sgh-store-view .sgh-store-map-image .sgh-store-map-unknown{
    position: absolute;
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    margin: 10px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sgh-store-view .sgh-store-map-btn {
	margin-top: 25px;
}