﻿div.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(100,100,100,.3);
}

.absolute-center {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overflow-x-hidden{
    overflow-x:hidden;
}

.breadcrumb-container .breadcrumb span[itemtype="http://schema.org/BreadcrumbList"] > span:last-child a,
.breadcrumb-container .breadcrumb span[itemtype="http://schema.org/BreadcrumbList"] > span a.breadcrumb-inactive {
    pointer-events: none;
    color: #0e0e0e;
    cursor: text;
    font-weight: unset;
}