footer {
    border-top: 1px solid #F64747;
    background-color: #252525;
    padding: 20px 50px;
    color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer a {
    color: white;
    text-decoration: none !important;
}
footer a:hover {
    color: white;
    opacity: 0.8;
}
footer > * {
    flex: 1 1 300px;
}
footer h4, footer h5 {
    font-weight: 700;
}
footer h5 {
    margin: 4px auto;
}
footer p {
    margin-bottom: 4px;
    font-size: 0.8rem;
}
footer .store-online img {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    margin-right: 5px;
}
footer .store-online p {
    font-size: 1rem;
}
footer .footer-information a {
    display: inherit;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    footer {
        padding: 10px;
    }
}
/* End Responsive */

/* Map */
.mapouter{position:relative;height:200px;width:200px;}
.gmap_canvas {overflow:hidden;background:none!important;height:200px;width:200px;margin: 10px auto;}
/* End Map */