/* ---- Breadcrumb Css ---- */
.breadcrumb-wrapper { margin-bottom: 32px; }
.breadcrumbs { width: 100%; margin: 0; padding: 0; list-style: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: currentColor; }
.breadcrumbs li { display: inline; position: relative; font-size: 14px; font-weight: 400; line-height: 1.5; color: currentColor; }
.breadcrumbs li a { color: currentColor; text-decoration: none; }
.breadcrumbs li a:hover { text-decoration: underline; }
.breadcrumbs li + li { margin-left: 6px; padding-left: 20px; }
.breadcrumbs li + li::before { content: "\f054"; position: absolute; top: 4px; left: 0; font-family: "Font Awesome 7 free"; font-size: 8px; font-weight: 900; line-height: 1; flex-shrink: 0; }
.breadcrumbs li.current-item { font-weight: 600; }