/* _content/Cobema.ParkFlyWash.Website.CheckOut/Components/BookingSummaryAndPayment.razor.rz.scp.css */
table[b-bw9cd7y6ux] {
    width:100%;
    border: none;
    margin: 20px 0;
    border-collapse:collapse;
}

tr[b-bw9cd7y6ux] {
    font-size: 1rem;
    height: 35px;
    vertical-align: central;
    border-bottom: 1px solid #bdbdbd;
}

tr:nth-child(2n+1)[b-bw9cd7y6ux]
{
    background-color:gainsboro;
}

td[b-bw9cd7y6ux] {
    padding: 5px;
}

td:first-child[b-bw9cd7y6ux] {
    font-weight: bold;
    width: 175px;
}

    .tbl-products td:first-child[b-bw9cd7y6ux] {
        width: 85%;
    }

.tbl-products td:nth-child(2n)[b-bw9cd7y6ux]{
    text-align: right;
}

.tbl-products tr:last-child[b-bw9cd7y6ux] {
    background-color: lightblue;
}
/* _content/Cobema.ParkFlyWash.Website.CheckOut/Components/CustomerChoiceSideView.razor.rz.scp.css */
h1[b-3b96u0fc7x] {
    font-size:1.4rem;
    font-weight:bolder;
    text-align:left;
    color:royalblue;
}

h2[b-3b96u0fc7x] {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
}

.flex-table[b-3b96u0fc7x] {
    font-size: 1rem;
}


.row[b-3b96u0fc7x] {
    display: flex;
    margin: 3px 0;
}

.col-1[b-3b96u0fc7x]
{
    flex:1;
}

.col-2[b-3b96u0fc7x] {
    text-align: right;
}

.col-12[b-3b96u0fc7x] {
    flex: 1;
    text-align: right;
}

.txt-small[b-3b96u0fc7x]
{
    font-size:.9rem;
    color: gray;
}

.spacer[b-3b96u0fc7x] {
    height: 6px;
}


@media (max-width: 400px) {
    .row[b-3b96u0fc7x] {
        display: flex;
        flex-direction: column;
    }

    .col-1[b-3b96u0fc7x] {
        flex: 1;
        text-decoration: underline;
    }

    .col-2[b-3b96u0fc7x] {
        flex: 1;
        text-align: left;
    }

    .col-12[b-3b96u0fc7x] {
        flex: 1;
        text-align: left;
    }
}
/* _content/Cobema.ParkFlyWash.Website.CheckOut/Components/ParkingProductCard.razor.rz.scp.css */
*[b-xh2jil3emr] {
    font-size: 1rem;
}

html[b-xh2jil3emr] {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

hr[b-xh2jil3emr] {
    border: 1px solid gainsboro;
    width: 100%;
}

/* product block */

.price-item[b-xh2jil3emr] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    min-width: 185px;
    margin: 10px;
    padding: 15px;
    border-radius: 5px;
    border-width: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* MEEST GEKOZEN / HIGHLIGHT ITEM */

.text-highlight[b-xh2jil3emr] {
    display: none;
    visibility: collapse;
}

.price-item-highlight[b-xh2jil3emr] {
    border: 6px solid rgb(184, 156, 0);
}

.best-product[b-xh2jil3emr] {
    display: none;
    visibility: collapse;
}

.price-item-highlight .best-product[b-xh2jil3emr] {
    display: block;
    visibility: visible;
    margin: 10px -20px;
    padding: 8px;
    background-color: rgb(184, 156, 0);
    text-align: center;
}

.highlight-text[b-xh2jil3emr] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlight-text img[b-xh2jil3emr] {
    display: inline-block;
    height: 30px;
}

.highlight-text span[b-xh2jil3emr] {
    color: white;
    margin-left: 8px;
}


/* header */

.header[b-xh2jil3emr] {
    display: flex;
    justify-content: space-between;
}

.header .logo[b-xh2jil3emr] {
    width: 100px;
    aspect-ratio: 2;
}

.header .rating[b-xh2jil3emr] {
    display: flex;
    justify-content: flex-end;
}

.header .rating img[b-xh2jil3emr] {
    display: inline-block;
    width: clamp(15px, 20%, 25px);
    margin: 0;
    padding: 0;
    aspect-ratio: 1;
}

/* sub-header */

.sub-header div[b-xh2jil3emr] {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sub-header span[b-xh2jil3emr] {
    font-size: .6rem;
    display: table-cell;
    vertical-align: middle;
}

.sub-header .bold[b-xh2jil3emr] {
    font-size: .6rem;
    font-weight: 600;
    display: inline;
}

.sub-header img[b-xh2jil3emr] {
    width: 15px;
    aspect-ratio: 1;
    margin-right: 8px;
    display: table-cell;
    vertical-align: middle;
}

/* product title */

.title[b-xh2jil3emr] {
    height: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    border-radius: 5px;
    border-width: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 8px;
}

.title span[b-xh2jil3emr] {
    color: white;
    backdrop-filter: blur(5px);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 5px 10px 10px #234D3C;
    font-size: clamp(1.5rem, 80%, 2.8rem);
    font-weight: bold;
    text-align: left;
}

.shuttle[b-xh2jil3emr] {
    position: absolute;
    display: flex;
    justify-content: start;
    align-items: center;
    bottom: 8px;
    padding: 0;
    left: 8px;
    overflow: hidden;
    background-color: black;
    border: 1px solid white;
    border-radius: 8px;
    width: 85px;
    height: 23px;
}

.shuttle img[b-xh2jil3emr] {
    display: inline-block;
    width: 40px;
    margin: 0;
    margin-top: -5px;
    margin-left: -5px;
    padding: 0;
    aspect-ratio: 2;
}

.shuttle span[b-xh2jil3emr] {
    display: inline-block;
    color: white;
    padding: 0;
    margin: 0;
    margin-left: -2px;
    font-size: .8rem;
    font-weight: 800;
    text-shadow: none;
}

/* product-value */
.product-value[b-xh2jil3emr] {
    margin-top: 8px;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

/* omschrijving */

.description[b-xh2jil3emr] {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: .7rem;
}

/* key sellilng points */

.kvp ul[b-xh2jil3emr] {
    margin-top: 15px;
    margin-left: 20px;
    padding: 0px;
    list-style-type: '\2713';
}

.kvp li[b-xh2jil3emr] {
    padding-left: 10px;
    color: black;
    font-size: .8rem;
    font-weight: 600;
}

/* prijs-info */
.price[b-xh2jil3emr] {
    height: 70px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.price .days[b-xh2jil3emr] {
    font-size: .7rem;
    color: darkgray;
}

.price .amount[b-xh2jil3emr] {
    /* font-size: clamp(1rem, 1rem * var(--card-width), 2.4rem); */
    font-size: clamp(1.5rem, 5vw + 1rem, 2.5rem);
    font-weight: 800;
}

/* boek buton */
.boek-btn[b-xh2jil3emr] {
    display: flex;
    justify-content: center;

    margin-top: 20px;
}

/* footer */
.footer[b-xh2jil3emr] {
    display: flex;
    flex-direction: column;
    justify-items: flex-end;

    margin-top: 15px;
}

.footer span[b-xh2jil3emr] {
    font-size: .6rem;
    color: darkgray;
    text-align:center;
}






    /*









.card {
    display: flex;
    flex-direction: column;
    padding: .6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    border: 1px solid #e5e7ed;
    box-sizing: border-box;
    border-radius: .25rem;
    box-shadow: 0 18px 28px 0 rgba(18,24,45,.02),0 1px 3px 0 rgba(10,11,18,.08);
}

.logo {

}

    .logo img {
        max-width: 90px;
        max-height: 55px;
    }

    .logo .txt-small {
        color: gray;
        font-size: .8rem;
    }

.divider {
    height: 8px;
}

.product {
    margin-top: 20px;
    font-weight: bold;
    font-size: 2rem;
}

.photo {
    margin-top: 30px;
    max-height: 200px;
    align-items: center;
    object-fit: cover;
    overflow: clip;
}

.kvp {
    margin-top: 40px;
    margin-bottom: 20px;
    min-height:120px
}

    .kvp ul {
        font-size: .98rem;
        font-weight:700;
        margin-left: 15px;
        list-style-type: '\2713';
    }

    .kvp li {
        padding-left: 10px;
    }

.price {
    text-align:right;
    font-size:3rem;
    font-weight:bolder;   
    align-content:baseline;
}

.price .txt-small {
    color: gray;
    font-size: .8rem;
}

.button {
    margin-top: 15px;
    margin-bottom: 25px;
}

.footer {
    text-align:center;
    color: gray;
    font-size: .8rem;
}

        */
/* _content/Cobema.ParkFlyWash.Website.CheckOut/Components/ParkingProductSelector.razor.rz.scp.css */
*[b-fewnyjbpma] {
    font-size: 1rem;
    --card-width: 250px;
}

html[b-fewnyjbpma] {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

hr[b-fewnyjbpma] {
    border: 1px solid gainsboro;
    width: 100%;
}

.price-item-container[b-fewnyjbpma] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    margin: auto;
}
/* _content/Cobema.ParkFlyWash.Website.CheckOut/Components/UpsellProductCard.razor.rz.scp.css */
.card[b-cxw3tavwid] {
    display: flex;
    flex-direction: column;
    padding: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    border: 1px solid #e5e7ed;
    box-sizing: border-box;
    border-radius: .25rem;
    box-shadow: 0 18px 28px 0 rgba(18,24,45,.02),0 1px 3px 0 rgba(10,11,18,.08);
}

.title[b-cxw3tavwid] {
    font-size:1.4rem;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}

.photo[b-cxw3tavwid] {
    display:flex;
    justify-content:center;
    overflow: clip;
}
    .photo img[b-cxw3tavwid] {
        object-fit: cover;
        object-position: center;
    }

.description[b-cxw3tavwid] {
    margin: 25px 0;
}

.price[b-cxw3tavwid] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .price span[b-cxw3tavwid] {
        font-size: 12px;
        color: gray;
    }


.cta[b-cxw3tavwid] {
    flex: 1;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
/* _content/Cobema.ParkFlyWash.Website.CheckOut/Components/UpsellProductSelector.razor.rz.scp.css */
#product-grid[b-xwje228swk] {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    column-gap: 1rem;
    grid-template-columns: repeat(1,minmax(0,1fr));
}

@media (min-width: 500px) {
    #product-grid[b-xwje228swk] {
        grid-template-columns: repeat(2,minmax(0,1fr));
        row-gap: 1.75rem;
    }
}
/* _content/Cobema.ParkFlyWash.Website.CheckOut/Shared/MainLayout.razor.rz.scp.css */
.page[b-73rkty9ts1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-73rkty9ts1] {
    flex: 1;
}

.sidebar[b-73rkty9ts1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-73rkty9ts1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-73rkty9ts1]  a, .top-row .btn-link[b-73rkty9ts1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-73rkty9ts1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-73rkty9ts1] {
        display: none;
    }

    .top-row.auth[b-73rkty9ts1] {
        justify-content: space-between;
    }

    .top-row a[b-73rkty9ts1], .top-row .btn-link[b-73rkty9ts1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-73rkty9ts1] {
        flex-direction: row;
    }

    .sidebar[b-73rkty9ts1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-73rkty9ts1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-73rkty9ts1], article[b-73rkty9ts1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
