
#topmsg {
    /*margin-top:35px;*/
    text-align: center;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    z-index: 10000;
    width: 100%;
    max-width: 1200px;
    display: block;
}


@media (max-width: 800px) {
    #topmsg {
        display: none;
    }
}

/*ASSORTIMENT PAGINA*/
.assort-wrapper {
    margin-top: 35px;
}

.assort-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-top: 35px;
}

.assort-item {
    border: 1.5px solid #f4f4f4;
    flex-basis: calc(25% - 10px);
    text-align: center;
}

@media (max-width: 800px) {
    .assort-item {
        border: 1.5px solid #f4f4f4;
        flex-basis: calc(33% - 10px);
        text-align: center;
    }
}

.assort-loader {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.assort-loaderimg {
    max-width: 40px;
    flex-basis: 20%;
}

.assort-img {
    /*border: 1.5px solid #f4f4f4;*/
}

.assort-title {
    border-top: 1.5px solid #f4f4f4;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    align-items: flex-end;
}

.assort-title h2 {
    margin: 15px;
}

@media (max-width: 800px) {
    .assort-title h2 {
        font-size: 10px !important;
        margin: 5px;

    }
}

.assort-rolltitle {
    color: #000000;
}

/*ASSORTIMENT PAGINA*/


/*HOME*/
.home-prodgr li {
    padding: 10px 0 !important;
}

.home-prodgr h3 a {
    color: #000;
    font-size: 20px;
}

.home-prodgr h3 a:hover {
    color: rgb(253, 196, 0);;
}

/*BALK-ALGEMEEN*/
#vdmj-container {
    width: 100%;
    z-index: 10000
}

#vdmj-prodbanner {
    background-color: #f4f4f4 !important;
}

#vdmj-prodbanner {
    z-index: 10000;
}

#vdmj-prodblock, #vdmj-prodbanner {
    display: flex;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
}


.prodblock-content, .prodbanner-content {
    max-width: 1248px;
    display: flex;
    justify-content: flex-start;
    flex-basis: 100%;
}

.prodblock-content {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 35px;
    gap: 4%

}

.prodbanner-content {
    padding: 15px 0px;
}

/*BALK-TITEL*/
.prod-title {
    display: flex;
    border-right: 1px solid var(--vdmj-yellow);
    margin: 0px;
    padding: 0 15px 0 0;
    align-items: center;
}

.prod-title h1 {
    margin: 0px;
    padding: 0px;
    justify-content: flex-start;
    font-size: 32px !important;
    text-transform: uppercase !important;
}

@media (max-width: 800px) {
    .prod-title h1 {
        font-size: 18px !important;
        white-space: nowrap;

    }
}


/*BALK-TITEL*/

/*BALK LADER - OIL*/
.prod-loader {
    padding: 0 10px;
}


.loader {
    width: 30px;
    height: 18px;
}

.prod-oil {
    display: flex;
    padding: 0 10px;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--vdmj-yellow);
    font-weight: bold;
}

.prod-press {
    display: flex;
    padding: 0 10px;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--vdmj-yellow);
    font-weight: bold;

}

.prod-loader, .prod-type {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid var(--vdmj-yellow);
}

.oil-value {
    flex-basis: 100%;
    font-size: 11px;
}

/*BALK LADER - OIL*/

/*BALK-TE VERWERKEN PROD*/
.prod-type {
    padding: 0px 10px;
    font-weight: bold;

}

.suited-list {
    font-size: 11px;
}

/*BALK-TE VERWERKEN PROD*/

/*TOOLTIP*/
.rbtooltip {
    position: relative;
    display: inline-block;
}

.rbtooltip .rbtooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    width: 120px;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.rbtooltip:hover .rbtooltiptext {
    visibility: visible;
}

/*TOOLTIP*/

/*QUOTE MODAL*/
.quotemodal{padding: 50px;}
/*QUOTE MODAL*/


/*CONTENT BLOKKEN*/
.block-prod {
    margin: 25px 0px;
}

.standard-opt, .youtube, .options, .folder, .pricelist {
    margin-bottom: 25px !important;
}

.Prijs, .Prijs-op-aanvraag {
    font-weight: bold;
    color: #69a542;
    white-space: nowrap;
}

.Prijs:before {
    content: '€\00a0';
}

.Prijs-oa {
    font-weight: bold;
    color: #69a542;
}

/*CONTENT BLOKKEN*/
/*IMAGES*/
.PDF-icon {
    max-width: 50px;
}

.product-image {
    /*display: none;*/
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.rb-image-list {
    display: flex;
    gap: 5px 5px;
    flex-wrap: wrap;
}

.rb-image-item {
    flex-basis: 24%;
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/*IMAGES*/

/*SPECS TABLE*/
.standard-opt td {
    padding: 10px;
}

.standard-opt tr td:first-child {
    font-weight: bold;
    min-width: 200px;
}

.standard-opt tr:first-child td {
    border-top: 1px solid var(--vdmj-yellow);
}

.standard-opt tr:last-child td {
    border-bottom: 1px solid var(--vdmj-yellow);
}

.standard-opt td:last-child {
    border-right: 1px solid var(--vdmj-yellow);
}

.standard-opt td:first-child {
    border-left: 1px solid var(--vdmj-yellow);
}

.standard-opt td {
    border-bottom: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
}

/*SPECS TABLE*/

/*AANBOUWDELEN*/
#loader_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.loaderframe {
    padding: 5px;
    border: 1px #fdc400 solid;
}

#loader_price {
    margin: 0px;

}

/*MOVIES*/
.movies {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.movie-single {
    display: flex;
    flex-basis: calc(50% - 12.5px);
}

/*MOVIES*/


/*SLIDER*/
.mySlides {
    display: none;
}

.rb-content, .rb-auto {
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.rb-content {
    max-width: 980px;
}

.rb-auto {
    max-width: 1140px;
}

.rb-display-container:hover .rb-display-hover {
    display: block
}

.rb-display-container:hover span.rb-display-hover {
    display: inline-block
}

.rb-display-hover {
    display: none
}

.rb-tooltip, .rb-display-container {
    position: relative
}

.rb-tooltip .rb-text {
    display: none
}

.rb-tooltip:hover .rb-text {
    display: inline-block
}

.rb-display-container {
    max-width: 60vw;
}

.rb-black, .rb-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.rb-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.rb-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.rb-btn, .rb-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.rb-btn, .rb-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rb-btn, .rb-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rb-disabled, .rb-btn:disabled, .rb-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.rb-disabled *, :disabled * {
    pointer-events: none
}

.rb-dropdown-hover:hover > .rb-button:first-child, .rb-dropdown-click:hover > .rb-button:first-child {
    background-color: #ccc;
    color: #000
}

.rb-bar-block .rb-dropdown-hover .rb-button, .rb-bar-block .rb-dropdown-click .rb-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.rb-bar .rb-button {
    white-space: normal
}

.rb-dropdown-hover.rb-mobile, .rb-dropdown-hover.rb-mobile .rb-btn, .rb-dropdown-hover.rb-mobile .rb-button, .rb-dropdown-click.rb-mobile, .rb-dropdown-click.rb-mobile .rb-btn, .rb-dropdown-click.rb-mobile .rb-button {
    width: 100%
}

.rb-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

/*SLIDER*/

/*IMAGEMODAL*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 25px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: rgba(0, 0, 0, 0) !important;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 400px !important;
    box-shadow: unset !important;
    border: 0px !important;
}

.close {
    /*background-color: #ffffff;*/
    color: #000000 !important;
    float: right;
    font-size: 36px !important;
    font-weight: bold;
    opacity: 1 !important;
    margin-right: 10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#modal-caption {
    padding: 5px 10px 5px 25px;
}

/*IMAGEMODAL*/

/*DEFAULTS*/
.container {
    margin: 0;
    padding: 0;
    max-width: 71.25rem;
    width: 100%;
}

.grid {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
}

.grid > [class*=column-] {
    display: block;
}

.first {
    order: -1;
}

.last {
    order: 12;
}

.column-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.column-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.column-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.column-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.column-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.column-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.column-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.column-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.column-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.column-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.column-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.column-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 48rem) {
    .column-sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 62rem) {
    .column-md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 75rem) {
    .column-lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@supports (display: grid) {
    .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto;
    }

    .grid > [class*=column-] {
        margin: 0;
        max-width: 100%;
    }

    .column-xs-1 {
        grid-column-start: span 1;
        grid-column-end: span 1;
    }

    .column-xs-2 {
        grid-column-start: span 2;
        grid-column-end: span 2;
    }

    .column-xs-3 {
        grid-column-start: span 3;
        grid-column-end: span 3;
    }

    .column-xs-4 {
        grid-column-start: span 4;
        grid-column-end: span 4;
    }

    .column-xs-5 {
        grid-column-start: span 5;
        grid-column-end: span 5;
    }

    .column-xs-6 {
        grid-column-start: span 6;
        grid-column-end: span 6;
    }

    .column-xs-7 {
        grid-column-start: span 7;
        grid-column-end: span 7;
    }

    .column-xs-8 {
        grid-column-start: span 8;
        grid-column-end: span 8;
    }

    .column-xs-9 {
        grid-column-start: span 9;
        grid-column-end: span 9;
    }

    .column-xs-10 {
        grid-column-start: span 10;
        grid-column-end: span 10;
    }

    .column-xs-11 {
        grid-column-start: span 11;
        grid-column-end: span 11;
    }

    .column-xs-12 {
        grid-column-start: span 12;
        grid-column-end: span 12;
    }

    @media (min-width: 48rem) {
        .column-sm-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-sm-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-sm-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-sm-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-sm-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-sm-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-sm-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-sm-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-sm-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-sm-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-sm-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-sm-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
    @media (min-width: 62rem) {
        .column-md-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-md-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-md-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-md-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-md-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-md-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-md-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-md-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-md-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-md-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-md-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-md-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
    @media (min-width: 75rem) {
        .column-lg-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-lg-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-lg-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-lg-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-lg-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-lg-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-lg-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-lg-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-lg-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-lg-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-lg-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-lg-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
}

.grid > [class*=column-] {
    padding: 0 2rem 0 0;
}

.grid.menu > [class*=column-] {
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.grid.product {
    padding: 0 0 1.5rem 0;
}

.grid.second-nav > [class*=column-] {
    padding: 0.5rem 1rem;
}

@media (min-width: 62rem) {
    .product-image img, .image-list img {
        width: 100%;
    }

    .product-image {
        display: block;
    }

    /*.product-image img {*/
    /*    height: 35vh;*/
    /*}*/
    .product-image img.active {
        display: block;
        margin: 0 0 0.75rem 0;
    }

    .image-list {
        display: flex;
        overflow: hidden;
    }

    .image-list li {
        margin: 0 0.75rem 0 0;
        flex-basis: 100%;
    }

    .image-list li:nth-child(3) {
        margin: 0;
    }

    .image-list img {
        height: 10rem;
        width: 100%;
        transition: opacity 0.3s ease;
        cursor: pointer;
    }

    .image-list img:hover {
        opacity: 0.7;
    }

    nav ul {
        justify-content: flex-end;
    }

    .toggle-nav {
        display: none;
    }

    .flex-nav {
        display: block;
    }

    .flex-nav ul {
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: flex-end;
    }

    .flex-nav ul li {
        font-size: 1.125rem;
        margin: 0 1.5rem 0 0;
    }

    .flex-nav ul li:nth-child(4) {
        margin: 0;
    }
}

@-webkit-keyframes fadeImg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeImg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*AANBOUWDELEN*/
.blincker {
    animation: cursor-blink 1s steps(2) infinite;
}

@keyframes cursor-blink {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}


#dealerbuttons {
    margin-bottom: 20px;
}

.videoframe {
    width: calc(50% - 12.5px);

}

#main-prod {
    display: flex;
    width: 100%
}

#fl-intro {
    flex-basis: 46%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column
}

#fl-image {
    flex-basis: 46%;
    justify-content: flex-start;
}

#fl-assets {
    flex-basis: 100%;
    flex-wrap: wrap
}

#fl-standard, #fl-intro {
    display: flex;
    max-width: 100vw;
}

#fl-standard {flex-basis: 100%}

@media only screen and (max-width: 800px) {
    #fl-intro {
        padding-left: 1%
    }

    #fl-image {
        padding-right: 1%
    }
}

#loader_block select {
    max-width: 85vw;
}

@media only screen and (max-width: 450px) {
    .videoframe {
        width: calc(50% - 12.5px);

    }

    .prodbanner-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .prodbanner-content :last-child, .prodbanner-content :nth-child(even) {
        border-right: 0px;
    }

    .prod-title, .prod-loader, .prod-press, .prod-oil, .prod-type {
        flex-basis: 50%;
        justify-content: center;
        margin-top: 10px;
    }

    .prod-loader, .prod-press, .prod-oil, .prod-bracket {
        text-align: center;
    }

    .assort-rolltitle {
        font-size: 8px !important;
    }

    .loader {
        width: 20px;
        height: 12px;
    }

    #vdmj-prodblock, #vdmj-prodbanner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .prodblock-content {
        font-size: 12px !important;
        gap: 0%
    }


    .standard-opt td {
        padding: 8px;
    }

    .standard-opt tr td:first-child {
        min-width: 0px
    }

    .grid > [class*=column-] {
        padding: 0 0.5rem 0 0;
    }

    .dealerbutton {
        margin-bottom: 15px;
    }

    .modal-content {
        width: 100%;
        padding: 5px;
    }

    .rb-display-container {
        max-width: 100vw;
    }

    #fl-intro, #fl-image, #fl-standard, #fl-assets {
        flex-basis: 95%;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: 2.5%;
        max-width: 100vw;
        overflow: auto;
    }

    #fl-intro {
        order: 1;
        overflow: auto;

    }

    #fl-standard {
        order: 2;
        overflow: auto;

    }

    #fl-image {
        order: 3;
    }

    #fl-assets {
        order: 4;
    }
}


.quoteheading{font-weight: bold; font-size: 16px; padding-bottom:0px; margin: 20px 0px 0px 0px !important;}
.quotemodal{padding:15px 50px !important;}

/*Option image*/
.optionimage{ cursor: pointer;}
.optionimage:hover { background-color: rgb(253, 196, 0, 0.2);color:rgb(38, 48, 62);}

.optiontable tr:hover { background-color: rgb(253, 196, 0, 0.2);color:rgb(38, 48, 62);cursor: pointer;}
.rb-option-container {
    max-width: 55vw;
    padding-top:5px;
}
.option-caption{margin:20px 0px 0px 10px; font-weight: bold; font-size:20px}
.optionthumb{width: 10vw;
}
.optionthumb:hover {
    border: 2px solid #fdc400;
}

.Prijsoptie { text-align:right !important;}

.fusion-form-element-required{text-decoration: none;}