﻿/* -------- Fonts START -------- */
@font-face{
    font-family: "IBM-plex-sans";
    src: url("fonts/IBMPlexSans-Regular.ttf") format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "IBM-plex-sans-medium";
    src: url("fonts/IBMPlexSans-Medium.ttf") format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: "IBM-plex-sans";
    src: url("fonts/IBMPlexSans-Medium.ttf") format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: "IBM-plex-sans";
    src: url("fonts/IBMPlexSans-Light.ttf") format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "IBM-plex-sans-italic";
    src: url("fonts/IBMPlexSans-Italic.ttf") format('truetype');
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: "IBM-plex-sans";
    src: url("fonts/IBMPlexSans-SemiBold.ttf") format('truetype');
    font-weight: 600;
}


@font-face {
    font-family: "TeXGyreHeros";
    src: url("fonts/texgyreheros-regular.otf") format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: "TeXGyreHeros";
    src: url("fonts/texgyreheros-bold.otf") format('opentype');
    font-weight: 600;
}
@font-face {
    font-family: "TeXGyreHeros";
    src: url("fonts/texgyreheros-italic.otf") format('opentype');
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: "TeXGyreHeros";
    src: url("fonts/texgyreheros-bolditalic.otf") format('opentype');
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: "TeXGyreHeros-Bold";
    src: url("fonts/texgyreheros-bold.otf") format('opentype');
    font-weight: 600;
}
/* -------- Fonts END -------- */




.browser-chrome.browser-version-15 .browserdisclaimer,
.browser-chrome.browser-version-16 .browserdisclaimer,
.browser-chrome.browser-version-17 .browserdisclaimer,
.browser-chrome.browser-version-18 .browserdisclaimer,
.browser-explorer .browserdisclaimer {
    display: block !important;
}


.browserdisclaimer {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 30px;
    background: var(--theme);
    color: #fff;
    z-index: 99;
    display: none;
}

.browserdisclaimer button{
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.autocomplete-wrapper ul#brand-result-list li.active, 
.autocomplete-wrapper ul#model-result-list li.active, 
.autocomplete-wrapper ul.autocomplete-list li.active {
    background-color: var(--background-light);
}

.topinformation__container {
    padding: 1.5em 0 1.5em;
}
.topinformation__text {
    padding: 1.5em;
    border: 1px solid red;
}
/*----- Search function Webshop products -----*/

.topinformation__text * {
    margin: 0;
}
.pager-header-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pager-header-wrapper > #searchField {
    margin-bottom: 0;
    max-width: 330px;
    border-radius: 50px;
}

#searchTermsTarget {
    display: flex;
}

.search-term-button {
    margin-right: 5px;
    border: var(--background-dark) solid 1px;
    padding: 0px 10px;
    border-radius: 50px;
}

.pager-header-searchterms-wrapper {
    display: flex;
    align-items: flex-end;
}

.dataTables_info {
    margin-right: 10px;
}

@media only screen and (max-width: 992px) {
    .pager-header-searchterms-wrapper {
        flex-direction: column;
        align-items: center;
        margin-bottom: 8px;
    }

    .pager-header-wrapper {
        flex-direction: column;
        justify-content: center;
    }

        .pager-header-wrapper > #searchField {
            max-width: 100%
        }

    .search-term-button {
        margin-top: 5px;
    }

    #searchTermsTarget {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/*======================================
  #Map list // Resellers
======================================*/
.top + .map-list {
    padding-top: 70px;
}

@media only screen and (max-width: 992px) {
    .top + .map-list {
        padding-top: 50px;
    }
}

.map-list {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .map-list {
        height: auto;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}

.map-list__content {
    min-width: 400px;
    width: 35%;
    max-height: 100%;
    overflow-y: auto;
}

@media only screen and (max-width: 992px) {
    .map-list__content {
        width: 100%;
        min-width: 100%;
        max-height: unset;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        overflow-y: visible;
    }
}

.map-list__map {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 992px) {
    .map-list__map {
        height: 80vh;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.map-list__map #map-list__mapcanvas {
    height: 100%;
}

.map-list__search {
    padding: 30px;
}

@media only screen and (max-width: 992px) {
    .map-list__search {
        padding: 15px;
    }
}

.map-list__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 35px;
    background: #1b1b1b;
    -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.9);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.9);
    padding: 8px;
}

    .map-list__form input {
        margin: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 0 !important;
        padding-left: 25px;
        background: transparent !important;
    }

    .map-list__form button {
        font-size: 1.2rem;
        max-width: 51px;
        padding: 5px 0;
    }

.map-list__item {
    padding: 15px 30px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 992px) {
    .map-list__item {
        padding: 15px 20px;
    }
}

.map-list__item .map-list__item-heading {
    display: block;
    margin-bottom: 0;
    color: white;
}

.map-list__item .map-list__item-text {
    font-size: 1rem;
}

.map-list__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.map-list__item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.map-list__item:active,
.map-list__item:focus,
.map-list__item.selected {
    background: white;
    color: #010101;
}

    .map-list__item:active .map-list__item-heading,
    .map-list__item:focus .map-list__item-heading,
    .map-list__item.selected .map-list__item-heading {
        color: #010101;
    }

.map-list__item.map-list__item-back {
    text-transform: uppercase;
    font-size: 0.875rem !important;
    padding: 10px 30px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.map-list__item-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    line-height: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
}

.map-item-dialog {
    padding: 5px;
    line-height: 1.5;
}

    .map-item-dialog h6 {
        margin-bottom: 0px;
    }
/*======================================
  #Map
======================================*/
.map {
    min-height: 200px;
}

    .map.map--25 {
        height: 25vh;
    }

    .map.map--30 {
        height: 30vh;
    }

    .map.map--35 {
        height: 35vh;
    }

    .map.map--40 {
        height: 40vh;
    }

    .map.map--45 {
        height: 45vh;
    }

    .map.map--50 {
        height: 50vh;
    }

    .map.map--55 {
        height: 55vh;
    }

    .map.map--60 {
        height: 60vh;
    }

    .map.map--65 {
        height: 65vh;
    }

    .map.map--70 {
        height: 70vh;
    }

    .map.map--75 {
        height: 75vh;
    }

    .map.map--80 {
        height: 80vh;
    }

    .map.map--85 {
        height: 85vh;
    }

    .map.map--90 {
        height: 90vh;
    }

    .map.map--95 {
        height: 95vh;
    }

    .map.map--100 {
        height: 100vh;
    }

    .map .map__canvas {
        height: 100%;
        width: 100%;
    }

    .map.map--split {
        height: auto;
        min-height: -webkit-min-content;
        min-height: -moz-min-content;
        min-height: min-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .map.map--split.map--25 {
            min-height: 25vh;
        }

        .map.map--split.map--30 {
            min-height: 30vh;
        }

        .map.map--split.map--35 {
            min-height: 35vh;
        }

        .map.map--split.map--40 {
            min-height: 40vh;
        }

        .map.map--split.map--45 {
            min-height: 45vh;
        }

        .map.map--split.map--50 {
            min-height: 50vh;
        }

        .map.map--split.map--55 {
            min-height: 55vh;
        }

        .map.map--split.map--60 {
            min-height: 60vh;
        }

        .map.map--split.map--65 {
            min-height: 65vh;
        }

        .map.map--split.map--70 {
            min-height: 70vh;
        }

        .map.map--split.map--75 {
            min-height: 75vh;
        }

        .map.map--split.map--80 {
            min-height: 80vh;
        }

        .map.map--split.map--85 {
            min-height: 85vh;
        }

        .map.map--split.map--90 {
            min-height: 90vh;
        }

        .map.map--split.map--95 {
            min-height: 95vh;
        }

        .map.map--split.map--100 {
            min-height: 100vh;
        }

        .map.map--split .map__content {
            width: 40%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .map.map--split .map__content .map__content-inner {
                padding: 80px 40px;
                max-width: 650px;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

        .map.map--split .map__canvas {
            width: 60%;
            height: auto;
        }

@media only screen and (max-width: 992px) {
    .map.map--split {
        height: auto;
        display: block;
    }

        .map.map--split .map__content {
            width: 100%;
        }

            .map.map--split .map__content .map__content-inner {
                padding: 40px 20px;
            }

        .map.map--split .map__canvas {
            width: 100%;
        }

        .map.map--split.map--25 .map__canvas {
            height: 25vh;
        }

        .map.map--split.map--30 .map__canvas {
            height: 30vh;
        }

        .map.map--split.map--35 .map__canvas {
            height: 35vh;
        }

        .map.map--split.map--40 .map__canvas {
            height: 40vh;
        }

        .map.map--split.map--45 .map__canvas {
            height: 45vh;
        }

        .map.map--split.map--50 .map__canvas {
            height: 50vh;
        }

        .map.map--split.map--55 .map__canvas {
            height: 55vh;
        }

        .map.map--split.map--60 .map__canvas {
            height: 60vh;
        }

        .map.map--split.map--65 .map__canvas {
            height: 65vh;
        }

        .map.map--split.map--70 .map__canvas {
            height: 70vh;
        }

        .map.map--split.map--75 .map__canvas {
            height: 75vh;
        }

        .map.map--split.map--80 .map__canvas {
            height: 80vh;
        }

        .map.map--split.map--85 .map__canvas {
            height: 85vh;
        }

        .map.map--split.map--90 .map__canvas {
            height: 90vh;
        }

        .map.map--split.map--95 .map__canvas {
            height: 95vh;
        }

        .map.map--split.map--100 .map__canvas {
            height: 100vh;
        }
}

.map .opening-hours li {
    border-top-color: #e6e6e6;
}

.map .contact-list,
.map .opening-hours,
.map .button-wrap {
    margin-top: 30px;
}

.browser-explorer .map.map--split.map--25 .map__canvas {
    min-height: 25vh;
}

.browser-explorer .map.map--split.map--30 .map__canvas {
    min-height: 30vh;
}

.browser-explorer .map.map--split.map--35 .map__canvas {
    min-height: 35vh;
}

.browser-explorer .map.map--split.map--40 .map__canvas {
    min-height: 40vh;
}

.browser-explorer .map.map--split.map--45 .map__canvas {
    min-height: 45vh;
}

.browser-explorer .map.map--split.map--50 .map__canvas {
    min-height: 50vh;
}

.browser-explorer .map.map--split.map--55 .map__canvas {
    min-height: 55vh;
}

.browser-explorer .map.map--split.map--60 .map__canvas {
    min-height: 60vh;
}

.browser-explorer .map.map--split.map--65 .map__canvas {
    min-height: 65vh;
}

.browser-explorer .map.map--split.map--70 .map__canvas {
    min-height: 70vh;
}

.browser-explorer .map.map--split.map--75 .map__canvas {
    min-height: 75vh;
}

.browser-explorer .map.map--split.map--80 .map__canvas {
    min-height: 80vh;
}

.browser-explorer .map.map--split.map--85 .map__canvas {
    min-height: 85vh;
}

.browser-explorer .map.map--split.map--90 .map__canvas {
    min-height: 90vh;
}

.browser-explorer .map.map--split.map--95 .map__canvas {
    min-height: 95vh;
}

.browser-explorer .map.map--split.map--100 .map__canvas {
    min-height: 100vh;
}

#feedbacklabel span {
    max-width: none !important;
}

#message-text {
    color: var(--success);
    font-weight: var(--font-weight-bolder);
    text-align: center;
}

.carcomments__notes{
    color: var(--theme);
}
/*======================================
  #New Wheels Widget
======================================*/
.new-wheels-heading-card {
    min-height: 100%;
    background-color: var(--theme);
    color: var(--heading-light);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .new-wheels-heading-card > h2 {
        color: inherit;
    }


.new-wheel-product-card{
    display: flex;
    align-items: flex-end;
}

.new-wheel-product__image {
    max-height: 206px;
}

.new-wheel-product__text {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-size: 18px;
    margin-top: 8px;
}

.new-wheel-product__id {
    color: var(--theme);
    font-weight: 450;
    line-height: 140%;
}

.new-wheel-product__displayName {
    line-height: 120%;
    white-space: nowrap;
}

.new-wheels__subHeading {
    margin: 24px 16px;
    line-height: 120%;
}

.new-wheels__heading {
    margin: 24px 16px;
    line-height: 120%;
}
@media only screen and (max-width: 992px) {
    .new-wheels.vertical-scroll {
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
        .new-wheels.vertical-scroll .container {
            width: var(--grid-width);
        }

            .new-wheels.vertical-scroll .container .row > div {
                flex-basis: 20%;
                max-width: 20%;
            }

}

.product {
    margin-bottom: 49px;
}

.product__image {
    padding: 0 var(--grid-gutter-half);
}

.image_number {
    display: flex;
    justify-content: flex-start;
}

.image_number > a {
    font-size: 16px;
    line-height: 120%;
}

.image_text {
    display: flex;
    text-align: start;
    font-size: 16px;
    line-height: 120%;
}


.image_text > a {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*======================================
  #DataTable
======================================*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: var(--background-dark);
    color: white !important;
    margin-left: 3px !important;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}

table.dataTable thead th,
table.dataTable thead td {
    background-color: var(--background-dark);
    color: white;
    border-bottom: var(--border-dark);
}

th.extended-stock {
    display: table-cell;
    cursor: pointer;
    white-space: nowrap;
}

th.extended-stock i {
    margin-left: 5px;
}

/*======================================
  #Footer
======================================*/
.footer {
    background-color: #000000;
}


/*======================================
  #Brand page overview
======================================*/
.brand-page_card{
    color: var(--heading-dark);
}
.brand-page_card:hover{
    color: var(--heading-dark);
}

/*    
    changes image background color on hover

.brand-page_card:hover > .brand-page_card--image {
    background-color: var(--theme);
}
*/
.brand-page_card > .brand-page_card--image {
    height: 226px;

    padding: 0 64px;
    background-color: var(--background-light);

    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
@media only screen and (max-width: 992px) {
    .brand-page_card > .brand-page_card--image {
        height: 118px;
        padding: 0 32px;
    }
}

.text-and-title_header {
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.text-and-title__wrapper{
    padding-bottom: 0;
}

/*======================================
  #Brand pages
======================================*/

.text-and-title_header {
    font-weight: 600;
}

.row {
    margin-bottom: 24px;
}

.bp_image {
    width: 100%;
}
.bp_image img {
    width: 100%;
}

.bp_image_text {
    display: flex;
    justify-content: flex-end;
    Opacity: 50%;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 44px;
}

/*=====================================
  #Pods
======================================*/

.pod__image {
    height: 226px;
    display: flex;
    justify-content: center;
}
.pod__image a{
    display: flex;
    justify-content: center;
}
.pod .pod__image img {
    max-height: 100%;
    max-width: unset;
}

.pod .pod__text{
    margin-top: 8px;
}

.pod__title {
    font-size: 18px;
    line-height: 140%;
    color: var(--text-dark);

    margin: 0;
}
.pod__title a {
    color: var(--text-dark);
}
.pod__ingress {
    font-size: 18px;
    line-height: 140%;
    color: var(--text-dark);
    opacity: 0.75;
}

/*======================================
  #ColumnImage
======================================*/
figcaption {
    text-align: end;
    opacity: 0.5;
    font-style: normal;
    font-size: 18px;
    line-height: 140%;
}

/*======================================
  #Wheel guide
======================================*/

#waCarDetails {
    max-width: calc(var(--grid-width) - var(--grid-gutter)*2) !important;
}

#waTblCarData {
    width: 69%; /* nice */
}
#content #waCarDetails #waTblCarData tr td:first-child {
   text-align:left;
}
#content #waCarDetails #waTblCarData tr td {
    border-left: 0;
    font-weight: normal !important;
    color: var(--text-dark);
    font-size: 18px;
}
#content #waCarDetails #waTblCarData tr td strong {
    font-weight: normal !important;
}
#content #waCarDetails #waTblCarData tr td:first-child strong {
    font-size: 18px;
    line-height: 140%;
    text-transform: capitalize;
    color: var(--black)
}

@media only screen and (max-width: 992px) {
    #waTblCarData {
        width: 100%;
    }
}

/*======================================
  #Information Pagee
======================================*/

.navigation li.selected > div a::before {
    background-color: transparent;
    content: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D82332' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 8.5V6.5H12L8 2.5L9 0.5L16 7.5L9 14.5L8 12.5L12 8.5H0Z' fill='%23D82332'/%3E%3C/svg%3E");
    top: 9px;
    left: -18px;
}

.block-text__aside .block-text__aside-item.block-text__aside-item--boxed {
    border-radius: 2%;
    padding: var(--grid-gutter-half);
}

.navigation li.selected > div a {
    left: 25px;
}

.dot {
    height: 16px;
    width: 16px;
    background-color: #d50000;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #787878;
}
.dot--in-stock {
    background-color: #00a500;
}
.dot--low-stock {
    background-color: #eded00;
}
.dot--special-order {
    background-color: #FFFFFF;
}

.stock.floating {
    position: absolute;
    top: -40px;
    left: -10px;
    background: #FFF;
    padding: 5px 10px;
    box-shadow: 2px 2px 5px 0px #0000005e;
}

.filtergroup {
    background-color: #f1f1f1;
    padding: 0.5rem 1rem;
}

.filtergroup label {
    display: block;
    margin-bottom: 0.5rem;
}

.car-info {
    margin-bottom: var(--grid-gutter);
}

.car-info .red {
    color: var(--theme);
}

.car-info .hidden {
    display: none;
}

.car-info .btn--show-more {
    padding: 5px;
    border-radius: 12px;
    margin-top: 2px;
}

.regnumber-box {
    padding: 10px 15px;
    background-color: #f1f1f1;
    color: var(--text-dark);
    display: inline-block;
    margin: 10px;
    position: relative;
}

.sort-container .items-showing-container {
    display: flex;
    align-items: center;
}

.sort-container select {
    margin: 0;
}

.client-prices-box {
    padding: 10px 15px;
    background-color: var(--theme);
    color: white;
    display: inline-block;
    position: relative;
    margin-bottom: var(--grid-gutter);
}

    .client-prices-box .client-prices-box-clear {
        position: absolute;
        top: -4px;
        right: -4px;
        color: white;
        padding: 3px;
        width: 26px;
        font-size: 0.8rem;
    }

dl dt {
    font-weight: bold;
}
dl.small-text {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

dl.inline-flex {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%; /* set the container width*/
    overflow: visible;
    row-gap: 0.5rem;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

dl.inline-flex dt {
    flex: 0 0 50%;
    text-overflow: ellipsis;
    overflow: hidden;
}

dl.inline-flex dd {
    flex: 0 0 50%;
    margin-left: auto;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
#qrcode {
    position: absolute;
    right: 1vw;
    z-index: 30;
    top: 100px;
    margin-bottom: 10px;
}
#print-qr-code--button {
    width: 100%;
}
@media only screen and (max-width: 992px) {
    #qrcode {
        margin-top: 10px;
    }

    #enableClientCookie {
        flex-direction: column;
        align-items: flex-start;
    }
}
.qrcode-settings .checkmark {
    background-color: gray;
}




/*#qrcode {
    width: 100px;
}*/
.price-link__button > a {
    color: var(--theme-contrast) !important;
    font-size: 0.75rem;
}
.loading.customer-pricing {
    position: fixed;
    top: 50vh;
    left: 50vw;
}

/*======================================
  Contact Card
======================================*/

.custom-content-container {
    margin-bottom: 3rem;
}

.contact-card {
    display: flex;
    align-items: center;
    width: 100%;
}


.sales-person__image-wrapper {
    max-height: 350px;
    width: 300px;
    padding: 0 48px;
    display: flex;
    justify-content: center;
}

.sales-person__image {
    width: auto;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.sales-person__content {
    padding: 15px;
}
.sales-person__info p{
    margin-bottom: 0;
}
.sales-person__name {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .contact-card {
        flex-direction: column;
    }

    .sales-person__image-wrapper {
        border-bottom: 1px solid var(--background-dark);
        border-right: none;
    }
}

.summary-bottom-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
}

.summary-bottom-nav__left {
    align-self: end;
}

.summary-bottom-nav__right {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 20px;
}

.summary-bottom-nav__error-msg {
    color: var(--error);
    line-height: 22px;
}

.summary-bottom-nav button {
    align-self: end;
}

.summary-bottom-nav__right button {
    white-space: nowrap;
    align-self: end;
}

@media only screen and (max-width: 992px) {
    .summary-bottom-nav__right {
        flex-direction: column;
        gap: 10px;
    }
}