body, html {
	font-family: 'Open Sans',Montserrat, Helvetica, Arial, sans-serif;
	font-weight:300;
}
#map {
    height: 90vh;
}
.gm-style .gm-style-iw p {
	margin-block-start: 0em !important;
	margin-block-end: 0em !important;
}
button.btn.btn-primary.btn-sm {
	margin-top:10px !important;
}
.listings {
    overflow-y: scroll;
    height: 90vh;
}

.border {
    border: 0px solid #dee2e6!important;
}

.selected { 
	background:#ff0000 !important;
}

.order-button {
    width:110px; 
    margin-bottom:10px;
    border:0px;
    background:#000; 
    color:#fff !important;
    border-radius:50px !important;
    -moz-border-radius:50px; 
    -webkit-border-radius:50px;
    height:30px !important;
    line-height:30px !important;
    padding:0px 0 0 !important;		
    font-size:14px;
    font-weight:300;
    display: inline-block;
    float:left;
    text-align: center;
    text-decoration: none;
}	

.order-button:hover {
	background:#222;	
}

input[type="text"] {
    width:100%; 
    margin-bottom:10px;
    background:#f0f0f0;
    border:0px;
    color:#000;
    border-radius:8px !important;
    -moz-border-radius:8px; 
    -webkit-border-radius:8px;
    height:48px !important;
    line-height:48px !important;
    padding:15px !important;	
}
.favorite {
    color: #ccc;
    cursor: pointer;
}
.favorite.active {
    color: red;
}
.clear-input {
    right: 10px;
    top: 30%;
    font-size: 20px !important;
    opacity: .6;
    cursor: pointer;
    visibility: hidden;
}