/* Legacy Ramtech base styling carried forward from the News child theme. */
.gdpr-privacy-bar {
    background: rgba(50, 58, 69, 0.9) !important;
    margin-bottom: 100px;
}

.uncode_breadcrumbs_wrap.bc-separator-pipe .breadcrumb > li + li:not(.paged)::before,
.fa.fa-fw.fa-angle-right,
.fa.fa-fw.fa-angle-left,
.plus-signed.sign-size-rg .panel-title > a > span::after {
    color: #e74011;
}

.uncode_breadcrumbs_wrap .breadcrumb > li > a,
.uncode_breadcrumbs_wrap .breadcrumb > li.current {
    color: #fff;
    font-size: 16px;
}

.product_image {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
}

.plus-signed.sign-size-rg .panel-title > a > span::after {
    font-size: 1em;
}

.quote_box {
    border-radius: 20px;
}

.fa.fa-angle-up.fa-stack.btn-default.btn-hover-nobg {
    background-color: #e74011 !important;
    border: 0;
    border-radius: 10px;
}

.progress-container {
    width: 100%;
    height: 5px;
    background: #323a45;
}

.progress-bar {
    width: 0%;
    height: 5px;
    background: #e74011;
}

.scroll-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 200px;
}

.line-container {
    position: relative;
    align-self: flex-end;
    width: 5px;
    height: 50px;
}

.static-line,
.animated-line {
    position: absolute;
    width: 100%;
}

.static-line {
    height: 100%;
    background-color: #fff;
}

.animated-line {
    height: 0;
    background-color: #e74011;
    animation: fill-line 4s ease-in-out infinite;
    transform-origin: top;
}

@keyframes fill-line {
    0%,
    100% {
        height: 0;
    }

    40%,
    60% {
        height: 100%;
    }
}

.submenu-dark .menu-horizontal .menu-smart ul {
    background-color: #323a45;
}

@media (min-width: 960px) {
    .menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner),
    .menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner) ul {
        width: 230px !important;
    }

    .menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner) ul {
        left: 0;
    }
}

#model3D {
    width: 100%;
    min-height: 650px;
}

#orbitCoords,
#zoomLevel {
    position: absolute;
    color: #323a45;
    font-size: 10px;
}

#orbitCoords {
    bottom: 20px;
    left: 20px;
}

#zoomLevel {
    right: 20px;
    bottom: 20px;
}

.off-grid-right,
.off-grid-left {
    position: relative;
    top: -400px;
    margin-bottom: -300px;
}

.off-grid-right {
    right: -75px;
}

.off-grid-left {
    left: -75px;
}

.off-grid-image img {
    width: auto;
    max-height: 100%;
}

@media (max-width: 768px) {
    .off-grid-right,
    .off-grid-left {
        top: -150px;
        right: -20px;
        left: -20px;
        margin-bottom: -150px;
    }

    .off-grid-image img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}

.search-field {
    border-color: #fff !important;
    border-radius: 15px !important;
    opacity: 0.9 !important;
}

.search-field:focus {
    border-color: #fff !important;
}
