.second-row {
    padding: 10px 10px;
}

header.main-header.layout-logo-menu .second-row #menus {
    padding: 0;
}

#main-menu .menu {
    display: flex;
    justify-content: space-around;
}

.custom-header-address {
    display: flex;
}

.custom-header-address .header-address {
    width: 33%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
}

.custom-header-address .header-address .icon {
}

.custom-header-address .header-address .phone-number {
}

footer.main-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
header #main-menu .menu .sub-menu .menu-item > a{
    font-size: 14px;
}

@media (max-width: 959px){
    .responsive-layout header.main-header.layout-logo-menu .first-row .logo-wrapper .logo img {
        margin: 0 auto;
    }
}
