
@font-face {
    font-family: 'Secondary';
    src: url('Glegoo-Regular.woff2') format('woff2'),
        url('Glegoo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.search.search-button {background-color: transparent !important;box-shadow: unset !important;border: 2px solid #FFFFFF !important;width: 37px !important;height: 37px !important;}
.sey-item .img {display: none !important;}
.sey-item {border-bottom: 1px solid #e8e8e8 !important;}


#scroller {
width:100%;
top:0px;
bottom: 0px;
position: absolute;
overflow-y:auto;
overflow-x:hidden;
text-align: left;
color: #fff;
z-index: 2;
-webkit-overflow-scrolling: touch;
}

#inner_scroller {
	width:100%;
}

#inner_scroller .text_content{
	padding:10px 30px;
}

h1 {
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    font-size: 2em;
    border-bottom: 0;
	font-family: Secondary;
}

h1:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    width: 31px;
    border-bottom: 2px solid #b68250;
}

ul.shoplist {list-style-type: none;
  margin: 0;
  padding: 0;
	font-weight:100;
	font-size:1.2em;
line-height: 2.2em;}

ul.shoplist a {
    color: #fff;
	text-underline-offset: 0.4em;
}
li.catname {font-family: 'Lato', sans-serif;
    font-weight:400;
}

.category::before {content: 'Category';
	display:inline-block; width:150px;
	font-family: 'Lato', sans-serif;
    font-weight:400;
}
.area::before {content: 'Area';
	display:inline-block; width:150px;
	font-family: 'Lato', sans-serif;
    font-weight:400;
}
.level::before {content: 'Level';
	display:inline-block; width:150px;
	font-family: 'Lato', sans-serif;
    font-weight:400;
}
.shopid::before {content: 'Shop ID';
	display:inline-block; width:150px;
	font-family: 'Lato', sans-serif;
    font-weight:400;
}
.floorplan::before {content: 'Floor Plan';
	display:inline-block; width:150px;
	font-family: 'Lato', sans-serif;
    font-weight:400;
}
.surveyplan::before {content: 'Survey Plan';
	display:inline-block; width:150px;
	font-family: 'Lato', sans-serif;
    font-weight:400;
}

#inner_scroller .text_content p {
    padding-top: 25px;
    color: #fff;
    font-size: 1.2em;
	font-family: Secondary;
	font-weight:100;
}

