/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .opening-hour {
        max-width: 300px;
    }


}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .mobile-menu-main nav ul li.has-droupdown ul {
        border-left: 1px solid #629d23;
        padding-left: 15px;
        border-radius: 10px;
    }

}
