.panel.panel-shop-on-line {
    border-radius: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #37b57a !important;
}

.panel.panel-shop-on-line:hover {
    background-color: #3ebf83 !important;
}

.panel.panel-shop-on-line a {
    color: #fff;
    text-decoration: none;
}

.panel.panel-go-to-map {
    border-radius: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #e2560a;
}

.panel.panel-go-to-map a {
    color: #fff;
    text-decoration: none;
}

.panel.panel-go-to-map:hover {
    background-color: #f88e54;
}
