.breadcrumb-header {
    padding-right: 8rem;
    position: relative;
    z-index: 1;
}

/* LICENSE PLATE */
#image-container {
    min-height: 45px;
    margin-bottom: 10px;
    max-width: 200px;
    position: relative;
}

#block-product-details #plateBg, #block-product-details #product-img {
    margin-top: 0px;
}

#plateEditor #border {
    position: absolute;
    width: 200px;
    height: 45px;
    z-index: 5;
    background-size: 100%;
    top: 0;
    left: 0;
}

.plate-bg {
    width: 200px;
    height: 45px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 4px;
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-size: 100%;
    top: 0;
    left: 0;
}

/* TIMELINE */
.timeline-container .timeline-content, .timeline-container .timeline-title {
    margin-left: 150px;
}

.timeline-container:before {
    left: 150px;
}

.timeline-container i.badge {
    left: 142.5px;
}