.dsm_breadcrumbs {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: 0;
}
#left-area ul.dsm_breadcrumbs,
.entry-content ul.dsm_breadcrumbs,
.et-l--header ul.dsm_breadcrumbs,
.et-l--body ul.dsm_breadcrumbs,
.et-l--footer ul.dsm_breadcrumbs,
.comment-content ul.dsm_breadcrumbs,
body.et-pb-preview #main-content .container ul.dsm_breadcrumbs {
padding: 0;
list-style-type: none;
}
.dsm_breadcrumbs a,
.dsm_breadcrumbs strong {
display: inline-block;
}
.dsm_breadcrumbs .dsm_home_text_wrapper {
display: flex;
align-items: center;
}
.dsm_breadcrumbs>li {
margin-left: 10px;
display: flex;
align-items: center;
border-style: solid;
}
.dsm_breadcrumbs>li:first-child {
margin-left: 0;
}
.dsm_home_item .dsm_home_icon,
.et-db #et-boc .et-l .dsm_home_icon {
font-size: 18px;
font-weight: 700;
margin-right: 5px;
}
.dsm_breadcrumbs_separator {
width: auto;
}
.dsm_breadcrumbs_separator .dsm_separator_icon,
.et-db #et-boc .et-l .dsm_separator_icon {
font-size: 18px;
font-weight: 700;
}.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;
}