.popup-window button.popup-window-close-icon {
border: 0;
background: transparent;
padding: 0;
cursor: pointer;
}

.popup-window button.popup-window-close-icon .ui-icon-set {
display: none;
}

.popup-window button.popup-window-close-icon:after {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
content: "";
width: 16px;
height: 16px;
background: url('../images/form.close.new.png') no-repeat center / contain;
}

.popup-window span.popup-window-close-icon:after {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
content: "";
width: 16px;
height: 16px;
background: url('../images/form.close.new.png') no-repeat center / contain;
}

.intec-template .intec-template-breadcrumb {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 10 !important;
}

.intec-template .intec-template-breadcrumb .bx-breadcrumb-item,
.intec-template .intec-template-breadcrumb .breadcrumb-item {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: normal !important;
    height: auto !important;
}

.intec-template .intec-template-breadcrumb a {
    display: inline !important;
    visibility: visible !important;
}