.orange-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #EB8220;
    font-weight: bold;
    margin-top: 20px
}

.newsletter-message {
    margin: 8px 0 0;
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.newsletter-message--success {
    color: #1f1f1f;
}

.newsletter-message--error {
    color: #5c1300;
}

.newsletter-message[hidden] {
    display: none !important;
}

.newsletter-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.orange-title__subtitle {
    margin-top: 2px;
}

.images-row {
    white-space: nowrap;
    overflow: hidden;
}

.images-row a {
    text-decoration: none;
}

.orange-title--inline {
    color: #eb8220;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.anchor:active, .anchor:hover, .anchor:focus {
    text-decoration: none;
    color: #333;
    outline: none;
    margin-top: 50px;
}

.images-row__title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 50px;
}

.modal-dialog {
    margin-top: 250px;
}

.aside-nav>ul li{
    width: 100%;
}

.pricelist-calculation-row-cell {
    padding: 0 5px 3px !important;
    text-align: right;
}

.pricelist-calculation-row-cell--total {
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
}

.pricelist-calculation-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    gap: 8px;
    width: 100%;
}

.pricelist-calculation-name {
    display: block;
    min-width: 0;
    line-height: 1.2;
    overflow-wrap: anywhere;
    text-align: left;
    white-space: normal;
}

.pricelist-math-expression {
    display: inline-grid;
    grid-template-columns: minmax(60px, auto) auto auto minmax(46px, auto) auto minmax(86px, auto) auto;
    align-items: center;
    justify-content: end;
    column-gap: 4px;
    white-space: nowrap;
}

.pricelist-math-expression .pricelist-amount-service {
    margin-right: 0 !important;
}

.pricelist-math-expression > :nth-child(1),
.pricelist-math-expression > :nth-child(4),
.pricelist-math-expression > :nth-child(6) {
    justify-self: end;
    text-align: right;
}

.pricelist-math-expression span {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.service-print-area-panel {
    margin-top: -6px;
    margin-bottom: 10px;
}

.service-print-area-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent !important;
    color: #eb8220;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    text-align: left;
}

.service-print-area-toggle:hover,
.service-print-area-toggle:focus {
    color: #eb8220;
    text-decoration: underline;
}

.service-print-area-toggle:focus {
    outline: 1px dotted #eb8220;
    outline-offset: 3px;
}

.service-print-area-panel .service-print-area {
    display: inline-block;
    margin-top: 8px;
}

.tablee .service-print-area {
    top: 0 !important;
}

.service-print-area-panel--expanded {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
}

.service-print-area-panel--expanded .service-print-area-toggle {
    flex: 0 0 auto;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
}

.service-print-area-panel--expanded .service-print-area-toggle i {
    line-height: 1;
}

.service-print-area-panel--expanded .service-print-area {
    margin-top: 0;
}

.service-print-area-panel .service-print-area-preview {
    display: block;
    max-height: 100px;
    max-width: 100%;
}

.service-print-area-panel .service-print-area-pdf-icon {
    max-height: 68px;
    max-width: 35px;
}

.error-404-nav .breadcrumps__list {
    margin-left: 0;
}

.error-404-page {
    min-height: 420px;
    padding: 55px 15px 70px;
}

.error-404-inner {
    align-items: center;
    border-top: 5px solid #eb8220;
    display: flex;
    gap: 45px;
    margin: 0 auto;
    max-width: 980px;
    padding-top: 34px;
}

.error-404-code {
    color: #eb8220;
    flex: 0 0 auto;
    font-size: 112px;
    font-weight: 700;
    line-height: .9;
}

.error-404-content {
    max-width: 650px;
}

.error-404-eyebrow {
    color: #eb8220;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.error-404-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
}

.error-404-copy {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 22px;
}

.error-404-search {
    display: flex;
    max-width: 560px;
}

.error-404-search input {
    border: 1px solid #aaa9a9;
    flex: 1 1 auto;
    font-size: 16px;
    min-width: 0;
    padding: 11px 12px;
}

.error-404-search button {
    background: #eb8220;
    border: 1px solid #eb8220;
    color: #fff;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 22px;
}

.error-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.error-404-primary,
.error-404-secondary {
    font-weight: 700;
    text-decoration: underline;
}

.error-404-primary {
    color: #eb8220;
}

.error-404-secondary {
    color: #333;
}

.error-404-primary:hover,
.error-404-secondary:hover {
    color: #eb8220;
}

.error-404-products {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 28px;
}

.error-404-products h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 22px;
}

.error-404-products-grid {
    border-left: 0;
    overflow: visible;
    padding-left: 0;
    position: relative;
}

.search-empty-state {
    border-top: 5px solid #eb8220;
    margin-bottom: 34px;
    padding: 28px 15px 6px;
}

.search-empty-eyebrow {
    color: #eb8220;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.search-empty-state h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 12px;
}

.search-empty-copy {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 22px;
}

.search-empty-form {
    display: flex;
    max-width: 560px;
}

.search-empty-form input {
    border: 1px solid #aaa9a9;
    flex: 1 1 auto;
    font-size: 16px;
    min-width: 0;
    padding: 11px 12px;
}

.search-empty-form button {
    background: #eb8220;
    border: 1px solid #eb8220;
    color: #fff;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 22px;
}

.search-empty-products {
    border-top: 1px solid #ddd;
    margin-bottom: 18px;
    padding-top: 24px;
}

.search-empty-products h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.product-description-inline > .dataname-details,
.product-description-inline > p:first-of-type {
    display: inline;
}

.product-description-inline > p:first-of-type {
    margin: 0;
    padding: 0;
}

.product-description-inline > p:first-of-type:not(:last-child)::after {
    content: " ";
}

.product-description-inline strong,
.product-description-inline b {
    font-weight: 700;
}

.product-description-inline em,
.product-description-inline i {
    font-style: italic;
}

.product-description-inline h2,
.product-description-inline h3 {
    display: block;
    font-weight: 700;
    line-height: 1.25;
    margin: 8px 0 4px;
}

.product-description-inline h2 {
    font-size: 1.2em;
}

.product-description-inline h3 {
    font-size: 1.1em;
}

.product-description-inline a {
    color: #20b8f1;
    text-decoration: underline;
}

.product-description-inline ul,
.product-description-inline ol {
    display: block;
    line-height: 1.35;
    margin: 6px 0 6px 24px;
}

.product-description-inline ul {
    list-style: disc;
}

.product-description-inline ol {
    list-style: decimal;
}

.product-description-inline li {
    display: list-item;
    margin: 2px 0;
}

.product-description-inline table {
    border-collapse: collapse;
    margin: 8px 0;
    table-layout: auto;
    width: auto;
}

.product-description-inline th,
.product-description-inline td {
    border: 1px solid #ddd;
    padding: 4px 6px;
    vertical-align: top;
}

.product-description-inline th {
    font-weight: 700;
}

.product-description-inline code {
    font-family: monospace;
}

.product-description-inline blockquote {
    border-left: 3px solid #ddd;
    margin: 8px 0;
    padding-left: 10px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.button-expand {
    position: relative;
}

.button-expand img.expand.icon {
    visibility: hidden;
}

.button-expand::after {
    background-color: #eb8220;
    content: "";
    height: 25px;
    left: 50%;
    mask: url("/img/grid.svg") center / contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    -webkit-mask: url("/img/grid.svg") center / contain no-repeat;
}

.button-expand:hover::after {
    background-color: #ffffff;
}

.breadcrumb {
    margin-bottom: 0;
}

.navs {
    margin-bottom: 15px;
}

.home-page-content {
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 18px;
    padding: 0 10px 18px;
    width: 100%;
}

.home-page-content h1,
.home-page-content h2,
.home-page-content h3 {
    color: #eb8220;
    font-weight: 700;
    margin: 0 0 10px;
}

.home-page-content p,
.home-page-content ul,
.home-page-content ol,
.home-page-content table {
    margin: 0 0 10px;
}

.home-page-content ul,
.home-page-content ol {
    padding-left: 24px;
}

.home-page-content ul {
    list-style: disc outside;
}

.home-page-content ol {
    list-style: decimal outside;
}

.home-page-content li {
    display: list-item;
    margin: 0 0 4px;
}

.home-page-content table {
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
}

.home-page-content th,
.home-page-content td {
    border: 1px solid #dddddd;
    padding: 6px 8px;
    text-align: left;
    vertical-align: top;
}

.home-page-content th {
    background: #eeeeee;
    font-weight: 700;
}

.home-page-content a {
    color: #eb8220;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .error-404-page {
        padding-top: 32px;
    }

    .error-404-inner {
        align-items: flex-start;
        display: block;
        padding-top: 24px;
    }

    .error-404-code {
        font-size: 78px;
        margin-bottom: 18px;
    }

    .error-404-content h1 {
        font-size: 24px;
    }

    .error-404-search {
        display: block;
    }

    .error-404-search input,
    .error-404-search button {
        width: 100%;
    }

    .error-404-search button {
        margin-top: 8px;
    }

    .search-empty-state h2 {
        font-size: 22px;
    }

    .search-empty-form {
        display: block;
    }

    .search-empty-form input,
    .search-empty-form button {
        width: 100%;
    }

    .search-empty-form button {
        margin-top: 8px;
    }
}
