#tafelModal .modal-content {
    background: var(--bg-product)!important;
    padding: 45px!important;
    border-radius: 7px!important;
    max-width: 500px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)!important;
}

form#tafel-config-form label{
    padding-top: 12px!important;   
}

form#tafel-config-form input {
    border-radius: 4px!important;
    border: 1px solid grey!important;
    padding: 3px 10px!important;
}

#tafelModal .close-button {
    font-size: 22px!important;
    background: var(--accent)!important;
    color: var(--bg-product)!important;
    padding: 3px 0px 0px!important;
    border-radius: 100px!important;
    width: 27px!important;
    height: 27px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    right: 13px!important;
}

form#tafel-config-form button {
    background: var(--accent);
    color: white;
}

form#tafel-config-form button:hover {
    background: #55483a!important;
    color: white;
    border-color: #55483a!important;
}







.active-tile:after {
    content: "";
    position: absolute;
    top: -8px;
    background-image: url('https:/storage/app/media/iconen/tick-circle.svg');
    width: 20px;
    height: 20px;
    background-size: cover;
    opacity: 1!important;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

/*klik effect er af*/
span.v-ripple__container {
    display: none !important;
}

/*.v-ripple__container {
    pointer-events: none !important;
}

.v-btn .v-ripple__container {
    display: none !important;
}

.my-card .v-ripple__container {
    display: none !important;
}
*/



/*tooltip*/
.v-popper__popper .v-popper__wrapper {
    max-width: 600px!important;
    float: right!important;
    margin-right: 30px!important;
}

.v-popper--theme-tooltip .v-popper__inner {
    background: rgb(53 57 62 / 99%)!important;
    color: #fff;
    border-radius: 0px!important;
    padding: 17px 22px!important;
    font-size: 14px!important;
    line-height: 19px!important;
}

.v-popper__inner em {
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 15px!important;
    line-height: 22px!important;
}

@media only screen and (max-width: 967px) {
.v-popper__popper .v-popper__wrapper {
    max-width: calc(100% - 44px)!important;
    margin-right: 22px!important;
}
}



label.v-label.theme--light {
    bottom: 12px;
}

.step-header-icon {
    margin-top: -12px!important;
    margin-left: 3px!important;
}

.v-card--link:before {
    background: transparent!important;
}

.v-sheet.v-card--hover:focus, .v-sheet.v-card--hover:hover {
    background: var(--bg-kleur2)!important;
    -webkit-box-shadow:none!important    
    box-shadow: none!important;
}

body #expiviContainer{
    font-weight: 400;
}

#summaryContainer .container {
    width: 100%!important;
}

.x-p-v .row {
    margin: 0!important;
}

.x-p-v .container {
    padding: 16px!important;
}

#expiviContainer {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

div#viewerContainer div {
    border-radius: 7px;
}

#viewerContainer {
    min-width: calc(100vw - 698px);
    height: calc(100vh - 163px);
	top: 30px;
	position: sticky;
	position: -webkit-sticky; /* Safari */      
}

#summaryContainer {
    width: 608px;
    background: transparent;
    padding: 0px;
    top: 30px;
}

#summaryContainer h1 {
    font-size: 26px;
    padding: 30px;
    background: white;
}

#offerte {
    position: sticky;
    top: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -72px;
    padding: 12px 15px;
}

#offerte button {
    background: var(--accent);
    color: white;
    margin: 0px;
    min-height: 48px;
    padding: 0px 37px;
    width: max-content;
    font-size: 16px;
}

#offerte button:hover {
    background: #55483a;
}

#offerte #overzichtButton button {
    background: #f0f0f0!important;
    color: black!important;
    border: none;
    text-underline-offset: 4px;
}

p.price {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 30px;
    background: var(--bg-kleur);
    color: var(--text);
    width: max-content;
    min-height: 48px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 4px;
}

p.price:before {
    content: "Totaal:";
    margin-right: 5px;
}

.offerte-de p.price::before {
    content: "Gesamtsumme:";
}

@media only screen and (max-width: 967px) {
p.price {
    padding: 0px 17px;
}

.offerte-de p.price::before {
    content: "Summe:";
}
}

#expiviContainer #summaryContainer .v-application .primary {
    background-color: #658f65!important;
    border-color: #658f65!important;
}

ul.step-header-shown-options li {
    font-weight: 600;
    font-size: 13px;
}

ul.step-header-shown-options li::before {
    font-weight: 400;
}

.x-p-v .col-6 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.theme--light.v-application {
    color: var(--text)!important;
    padding: 60px 30px;
    width: auto!important;
    border-radius: 7px;
}

.theme--light.v-label {
    color: var(--text)!important;
}

.v-application {
    font-family: 'Outfit', sans-serif!important;
    line-height: 1.5;
}

.v-application--wrap {
    min-height:unset;
}

.v-icon__svg {
    fill: currentColor;
    padding: 5px;
}

.v-stepper--vertical .v-stepper__step {
    background: white!important;
    padding: 0px!important;
    width: max-content;
    border-radius: 5px!important;
    background-color: white;
}

.v-application--is-ltr .v-stepper--vertical .v-stepper__content {
    border-left: 0px;
    padding: 0px!important;
    margin: 0px!important;
}

.tile-card {
    background: #f8f9f8 !important;
    height: 100%;    
    aspect-ratio: 1/1;
    box-shadow: none;
    border-radius: 300px!important;
    min-height: inherit!important;
}

.tile-card-active {
    background: var(--bg-kleur)!important;
}

.active-tile {
    border-bottom: 0px!important;
}

.color-tile,
.v-image.v-responsive.theme--light {
    object-fit: cover!important;    
    border-radius: 300px!important;
    width: 50px;
    height: 50px; 
    margin-top: 15px; 
}

.x-p-v .row {
    width: 100%;
}

.v-application .primary--text {
    color: #007599 !important;
    caret-color: #007599 !important;
}

.v-application--wrap {
    min-height:unset;
}

.v-application .primary {
	background-color: var(--accent2)!important;	
	border-color: var(--accent2) !important;
}

.v-card__subtitle, .v-card__text, .v-card__title {
    padding: 8px 16px 16px 16px!important;
}

.v-icon__svg {
    fill: currentColor;
    padding: 5px;
}

.active-step span.v-stepper__step__step {
    background: var(--accent)!important;
}

.v-card__subtitle, .v-card__text, .v-card__title {
    padding: 0px;
}

.x-p-v .col-6 {
    -ms-flex: 0 0 25%!important;
    flex: 0 0 25%!important;
    max-width: 25%!important;
}

.x-p-v h3 {
    font-size: 14px!important;
    font-weight: 400!important;
    margin: 0px!important;
}

.x-p-v .col, .x-p-v .col-1, .x-p-v .col-10, .x-p-v .col-11, .x-p-v .col-12, .x-p-v .col-2, .x-p-v .col-3, .x-p-v .col-4, .x-p-v .col-5, .x-p-v .col-6, .x-p-v .col-7, .x-p-v .col-8, .x-p-v .col-9, .col-auto, .col-lg, .x-p-v .col-lg-1, .x-p-v .col-lg-10, .x-p-v .col-lg-11, .x-p-v .col-lg-12, .x-p-v .col-lg-2, .x-p-v .col-lg-3, .x-p-v .col-lg-4, .x-p-v .col-lg-5, .x-p-v .col-lg-6, .x-p-v .col-lg-7, .x-p-v .col-lg-8, .x-p-v .col-lg-9, .col-lg-auto, .col-md, .x-p-v .col-md-1, .x-p-v .col-md-10, .x-p-v .col-md-11, .x-p-v .col-md-12, .x-p-v .col-md-2, .x-p-v .col-md-3, .x-p-v .col-md-4, .x-p-v .col-md-5, .x-p-v .col-md-6, .x-p-v .col-md-7, .x-p-v .col-md-8, .x-p-v .col-md-9, .col-md-auto, .col-sm, .x-p-v .col-sm-1, .x-p-v .col-sm-10, .x-p-v .col-sm-11, .x-p-v .col-sm-12, .x-p-v .col-sm-2, .x-p-v .col-sm-3, .x-p-v .col-sm-4, .x-p-v .col-sm-5, .x-p-v .col-sm-6, .x-p-v .col-sm-7, .x-p-v .col-sm-8, .x-p-v .col-sm-9, .col-sm-auto, .col-xl, .x-p-v .col-xl-1, .x-p-v .col-xl-10, .x-p-v .col-xl-11, .x-p-v .col-xl-12, .x-p-v .col-xl-2, .x-p-v .col-xl-3, .x-p-v .col-xl-4, .x-p-v .col-xl-5, .x-p-v .col-xl-6, .x-p-v .col-xl-7, .x-p-v .col-xl-8, .x-p-v .col-xl-9, .col-xl-auto {
    padding: 6px!important;
}

.container.ma-0.pa-0.container--fluid {
    margin-top: 30px!important;
}

span.v-btn__content {
    color: var(--text)!important;
}


/*1.VORM*/
[data-xpv-attribute-id="218049"] {
    border-bottom: 1px solid #ededed;
}

/*2.MATERIAAL*/
[data-xpv-attribute-id="218051"] {
}

[data-xpv-attribute-id="218044"] .v-card.v-card--hover.v-card--link,
[data-xpv-attribute-id="218043"] .v-card.v-card--hover.v-card--link {
    width: 75px!important;
    box-shadow: none!important;
    background: var(--bg-kleur)!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-xpv-attribute-id="218044"] .tile-card.v-card.v-card--hover.v-card--link.v-sheet.theme--light.v-popper--has-tooltip,
[data-xpv-attribute-id="218043"] .tile-card.v-card.v-card--hover.v-card--link.v-sheet.theme--light.v-popper--has-tooltip {
    width: 75px!important;
    box-shadow: none!important;
    background: var(--bg-kleur)!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-xpv-attribute-id="218052"] .image-tile[data-v-34a86ea2] {
    width: 70%;
    padding-top: 70%;
    border-radius: 50%!important;
}

[data-xpv-attribute-id="218052"] .tile-card[data-v-b338fbd0] {
    background: white!important;
}

/*3.ONDERSTEL*/
[data-xpv-attribute-id="218056"] {

}

[data-xpv-attribute-id="218045"] label {
    display: none;
}

[data-xpv-attribute-id="218057"] .v-sheet.v-card--hover:hover {
    background: none!important;
}

[data-xpv-attribute-id="218057"] .v-card--link:before,
[data-xpv-attribute-id="218057"] .v-card--link {
    background: none!important;
    cursor: pointer;
}

[data-xpv-attribute-id="218057"] .image-tile {
    border-radius: 300px!important;
}

[data-xpv-attribute-id="218057"] .v-card__title.tile-title {
    padding: 15px 0px 0px!important;
}

[data-xpv-attribute-id="218057"] .image-tile {
    width: 70%!important;
    padding-top: 70% !important;
}

[data-xpv-attribute-id="218057"] .v-sheet.v-card--hover:focus {
    background: none!important;
    -webkit-box-shadow: none!important;
}

[data-xpv-attribute-id="218057"] .v-sheet.v-card--hover:hover {
    background: none!important;
    -webkit-box-shadow: none!important;
}

[data-xpv-attribute-id="218056"] .v-input.theme--light.v-input--selection-controls.v-input--switch label.v-label.theme--light {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0px 16px;
    margin-top: 10px;
}

[data-xpv-attribute-id="218056"] .v-input.theme--light.v-input--selection-controls.v-input--switch label.v-label.theme--light:after {
    content: '*De weergegeven afmetingen zijn gemeten aan de onderzijde';
    font-size: 12px;
}

/*[data-xpv-attribute-id="218051"] .tile-card-active .image-tile {
    outline: 2px solid #ded2bf;
    outline-offset: 2px;
}*/


/*4.AFMETINGEN*/
[data-xpv-attribute-id="218050"] {

}

/*5.BLADAFWERKING*/
[data-xpv-attribute-id="218054"] {

}

[data-xpv-attribute-id="227403"] .v-sheet.v-card--hover:focus {
    background: none!important;
    -webkit-box-shadow: none!important;
}

[data-xpv-attribute-id="227403"] .v-sheet.v-card--hover:hover {
    background: none!important;
    -webkit-box-shadow: none!important;
}

/*6.BLADAFWERKING*/
[data-xpv-attribute-id="227403"] .tile-card {
    background: none!important;
    height: 100%;    
    aspect-ratio: 1/1;
    box-shadow: none;
    border-radius: 300px!important;
    min-height: inherit!important;
}

[data-xpv-attribute-id="227403"] .tile-card-active {
    background: none!important;
}

[data-xpv-attribute-id="227403"] .active-tile {
    border-bottom: 0px!important;
}

[data-xpv-attribute-id="227403"] .image-tile[data-v-34a86ea2] {
    width: 70%;
    padding-top: 70%;
    border-radius: 50%!important;
}

[data-xpv-attribute-id="227403"] .theme--light.v-label {
    color: var(--text)!important;
}

[data-xpv-attribute-id="227403"] .col.col-6 {
    margin-left: -24px;
}

[data-xpv-attribute-id="227403"] .v-sheet.v-card--hover:hover {
    background: transparent!important;
}


/*7.RANDAFWERKING*/
[data-xpv-attribute-id="218005"] {

}


.v-subheader {
    font-size: 13px!important;
}


@media only screen and (max-width: 967px) {
#viewerContainer {
    width:100%!important;
    height: 40vh!important;
    min-height: 40vh!important;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    z-index:2;
}

#summaryContainer {
	width:100% !important;
}

#offerte {
    top: 40vh!important;
}

div#overzichtButton {
    display: none;
}

.x-p-v .col-6 {
    -ms-flex: 0 0 33.33%!important;
    flex: 0 0 33.33%!important;
    max-width: 33.33%!important;
}

.theme--light.v-application {
    padding: 45px 8px 0px 8px;
}

#expiviContainer {
	height: 100%;
}

.expivi_viewer_outer_container  {
	position:sticky !important;
	position: -webkit-sticky; /* Safari */  
    top:0px;
	z-index: 2;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
}