.dsm_business_hours_child>div,
.dsm_business_hours_item_wrapper,
.dsm-business-hours-header,
.dsm-business-hours-description {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.dsm_business_hours_item_wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.dsm-business-hours-header {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.dsm-business-hours-title {
padding-bottom: 0;
font-size: 14px;
line-height: 1em;
color: #333
}
.dsm-business-hours-separator {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-left: 10px;
margin-right: 10px;
border-bottom-style: none;
border-bottom-width: 2px;
height: 0;
}
.dsm-business-hours-description {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.dsm-business-hours-price {
font-size: 14px;
}
.dsm-business-hours-image {
max-width: 50%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 25px;
line-height: 0
}
.dsm-business-hours-image img {
border-style: solid;
border-color: #333333;
}
.et_pb_column .dsm_business_hours_child.et_pb_module {
margin-bottom: 0 !important;
}