.yb-business-hours-display {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.yb-business-hours-display .business-hours {
    padding: 10px 20px;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    float: left;
    width: 100%;
    line-height: 27px;
}

.yb-business-hours-display .business-hours:last-child {
    border: 1px solid #E0E0E0;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.yb-business-hours-display .business-hours:first-child {
    border: 1px solid #E0E0E0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.yb-business-hours-display .business-hours span {
    font-weight: 400;
    color: #7f7f7f;
    font-size: 14px;
    float: left;
}

.yb-business-hours-display .business-hours span.weekday {
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    font-size: 15px;
    width: 30%;
}

.yb-business-hours-display .business-hours span.open {
    width: 65px;
}

.yb-business-hours-display .business-hours span.dash {
    float: left;
    width: 7px;
}

.yb-business-hours-display .business-hours span.close {
    float: left;
    margin-left: 15px;
    width: 60px;
}

.yb-business-hours-display .business-hours a.remove-business-hours {
    color: #000000;
    float: right;
}

.yb-business-hours-fields {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
}

.yb-business-hours-fields .cwp-field-container {
    padding: 0;
    width: calc(33.3% - 40px) ;
    margin-bottom: 0px ;
}

.yb-business-hours-fields .cwp-field-container:nth-child(2) {
    margin: 0 15px;
}

.yb_business_hour_fulldayopen {
    display: flex;
    margin-left: 14px;
    align-items: center;
}

.cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container .yb_business_hour_fulldayopen label {
    font-size: 12px;
    display: inline-block;
    margin: 0;
    letter-spacing: 0.1px;
    word-spacing: 0px;
}

button.cwp-add-new-business-hour {
    float: right;
    background: #007bff;
    border: none;
    padding: 10px 14px;
    border-radius: 5px;
    cursor: pointer;
}

button.cwp-add-new-business-hour svg {
    color: #ffffff;
    display: block;
    stroke: #fff;
}

@media screen and (max-width: 480px) {

    .yb-business-hour-fields .cwp-field-container {
        padding: 0;
        width: 100% ;
        margin: 0 0 20px 0 ;
    }
    .yb_business_hour_fulldayopen {
        margin-left: 0;
    }
}

/*------------ Timing Field Output --------------*/
.yb-business-hours {
    width: 100%;
}
.yb-business-hours .cwp-cpt-single-field-container {
    margin: 0 0 8px 0;
}
.yb-business-hours p {
    color: #898886;
    font-size: 14px;
    margin: 0;
}
.yb-business-hours h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}