#gmmc-map-container {
  align-items: flex-start;

}
#gmmc-map{
 height:650px;
  width:70%;
}

ul#gmmc-results {
    height: 540px;
    overflow: auto;
}

#gmmc-results li:hover {
  background: #f2f2f2;
}
.form-control-custom{
    border-radius: 0;
    border-color: #000000!important;
    width:100%;
    color: #000000;
    padding:8px;
    font-family: "Roboto", sans-serif;
}
.card-result {
    background: #F2F0EF;
    border-radius: 8px;
    margin: 10px 0px;
    padding: 15px;
    min-height: 60px;
}
.card-result .btn_result_item,.gmmc-infowindow__btn{
    border: 1px solid #000;
    padding: 5px;
    color: #000;
    width: 100px;
    display: block;
    text-align: center;
    font-size: 12px;
     font-family: "Roboto", sans-serif;
     margin-top: 15px;
}
.card-result .btn_result_item:hover, .gmmc-infowindow__btn:hover{
    border: 1px solid #000;
    background-color:#000;
    color: #fff;
    text-decoration:none;
}
.card-result .btn_result_item:hover a, .gmmc-infowindow__btn:hover a{
    color: #fff;
    text-decoration:none;
}

.form_map label{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.form_map input{
    border-radius: 0px;
    padding: 5px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.form_map button{
  background-color: #000;
    color: #fff;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 0px;
    padding: 5px 10px;
    font-weight: 400;
     border:1px solid #000;
}
.form_map button:hover{
    border:1px solid #4E7661;
    color: #fff;
    background-color: #4E7661;
}
.gmmc-infowindow__address{
    margin-bottom: 0px;
    padding-bottom:0px;
}
button#search-store {
    width: 50px;
    height: 100%;
    border: none;
    background: #000;
    color: #fff;
    padding: 10px;
    margin-left: -1px;
}
.formResponse p{
    font-family: "Roboto", sans-serif;
}