div#header-sticky {
    position: fixed;
    padding: 20px 60px;
}
.tp-breadcrumb__title {
    font-size: 42px;
}
#header-sticky {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 99;
    animation: .3s ease-in-out fadeInDown;
    background: var(--tp-common-white);
}
