/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.location_working-hours {
    list-style: none !important;
    padding: 0;
    margin: 0 !important;
}

.location_working-hours li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    color: var(--awb-custom_color_7);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--awb-fusion-font-family-typography);
}

