@import '_content/BlueIT.OptiFlow.Components/BlueIT.OptiFlow.Components.x7yhzg4jl5.bundle.scp.css';
@import '_content/Toolbelt.Blazor.SplitContainer/Toolbelt.Blazor.SplitContainer.bundle.scp.css';

/* _content/BlueIT.OptiFlow.Site/Components/LandingComponents/Landing.razor.rz.scp.css */
/* _content/BlueIT.OptiFlow.Site/Pages/Landing/index.razor.rz.scp.css */


[b-ju7oq8jrxj] .welcome-gridlayout {
    margin: auto;
    width: 100%;
    height: 100%;
    justify-self flex-start;
    align-self: flex-start;
    margin: 3rem;
}

    [b-ju7oq8jrxj] .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: flex-start;
        justify-content: flex-start;
    }

[b-ju7oq8jrxj] .title {
    text-align: center;
}

[b-ju7oq8jrxj] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 10px;
}

[b-ju7oq8jrxj] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-ju7oq8jrxj] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-ju7oq8jrxj] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-ju7oq8jrxj] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

[b-ju7oq8jrxj] .icon-fill {
    fill: var(--bs-primary);
}

[b-ju7oq8jrxj] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/BreadCrumbs.razor.rz.scp.css */
ul.breadcrumb[b-mi3z75l6mv] {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

ul.breadcrumb li a:hover[b-mi3z75l6mv] {
    text-decoration: underline;
}

ul.breadcrumb li.home[b-mi3z75l6mv] {
    font-weight: bold;
    margin: 0 2px;
    cursor: pointer;
}

ul.breadcrumb li.item[b-mi3z75l6mv] {
    margin: 0 2px;
    cursor: pointer;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/CartContent.razor.rz.scp.css */
.cartitem-container[b-udr54nxsu9]{
    width: 100%;
    margin: 2px 0 8px 0;
    display: flex;
    justify-content: center;
}

    .cartitem-container img[b-udr54nxsu9] {
        width: auto;
        max-width: -webkit-fill-available;
        max-height: 100px;
    }

[b-udr54nxsu9] .product-info{
    padding: 0 !important;
    max-width: 100%
}

    .product-info img[b-udr54nxsu9] {
        padding: 0 !important;
        max-width: inherit;
        max-height: 50px;
    }

.col-2 p[b-udr54nxsu9], .col-4 p[b-udr54nxsu9], .col-10 p[b-udr54nxsu9], .image-name-container p[b-udr54nxsu9] {
    margin-bottom: 0;
    word-wrap: break-word;
    overflow-wrap: break-word; 
    word-break: break-word; 
    max-width: 100%;
    overflow: initial;
    white-space: normal; 
    line-break: auto;
    align-self: center;
    text-align: left;
}
.cartitem-row[b-udr54nxsu9] {
    display: flex;
    justify-content: center;
    margin: 0 !important;
    border-radius: 35px !important;
    background-color: white !important;
    border: #e6e6e6 solid 1px;
    box-shadow: 0 2px 8px rgba(0,0,0, 0.25) !important;
    width: 96%;
    padding: 5px 0 5px 0;
}

.product-quantity-container-disabled-buttons[b-udr54nxsu9]{
    height:30px;
    margin-left:11px;
}

.product-quantity-container input[b-udr54nxsu9] {
    height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    text-align: center;
}

    .product-quantity-container input:focus[b-udr54nxsu9] {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .product-quantity-container input:focus-visible[b-udr54nxsu9] {
        outline: 0px;
    }

[b-udr54nxsu9] .buttons-container {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    gap: 10px;
}

[b-udr54nxsu9] .amount-button {
    width: 20px;
    height: 20px;
    min-width:20px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

[b-udr54nxsu9] .increase-button {
    background-color: black;
    color: white;
    border-radius: 50%;
}

[b-udr54nxsu9] .decrease-button {
    background-color: transparent;
    border-radius: 50%;
}

/*Hide additional input buttons*/
/* Chrome, Safari, Edge, Opera */
input[b-udr54nxsu9]::-webkit-outer-spin-button,
input[b-udr54nxsu9]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-udr54nxsu9] {
    -moz-appearance: textfield;
}

.delete-icon[b-udr54nxsu9] {
    color: black;
    fill: black;
    cursor: pointer;
    font-size: 15px;
    height: 15px;
    width: 15px;
    margin: 0 10px 0 10px;
    text-align: center;
    align-self: center;
}

.image-name-container[b-udr54nxsu9]{
    margin-left: -30px;
}
.product-price-container[b-udr54nxsu9]{
    margin-right: -40px;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/CartView.razor.rz.scp.css */
[b-owkv8nszf2] .amount-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/CategoryTile.razor.rz.scp.css */
.tile-container[b-90g4zql5ix] {
    border-radius: 20px;
    max-width: 200px;
    max-height: auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    font-weight: 300;
    margin: 10px 10px 10px 30px;
}

.category-tile-container[b-90g4zql5ix] {
    width: 30%;
}

.category-tile-container a[b-90g4zql5ix] {
    text-decoration: none;
}

p[b-90g4zql5ix] {
    margin: 0;
    text-align: left;
}

.category-name[b-90g4zql5ix] {
    font-size: 14px;
    transition: font-size 0.5s;
    transition: line-height 0.5s;
}

@media(max-width: 768px)
{
    .category-name[b-90g4zql5ix]{
        font-size:12px !important;
    }
}
.category-image-container[b-90g4zql5ix] {
    margin: 5px 5px 5px 5px;
    padding: 10px;
    width: 200px;
    overflow: hidden;
    position: relative;
}

.category-image[b-90g4zql5ix] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.categoryinfo-container[b-90g4zql5ix] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    height: 10px;
}

.categoryinfo-subcontainer[b-90g4zql5ix] {
    margin-left: 30px;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/ClientType.razor.rz.scp.css */
.client-type-component h3[b-55lxrzc8kr] {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}

.client-type-component h1[b-55lxrzc8kr] {
    font-size: 70px;
    font-weight: 700;
}

 @media (max-width: 768px) {
    .client-type-component h3[b-55lxrzc8kr] {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 500;
    }

    .client-type-component h1[b-55lxrzc8kr] {
        font-size: 50px;
        font-weight: 700;
    }
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/ClientZone/OrderTile.razor.rz.scp.css */
h6[b-1mu3im15sv] {
    font-weight: bold;
}

.shop-order-chevron[b-1mu3im15sv] {
    right: 0;
    width: 2rem;
    height: 100%;
}

    .shop-order-chevron i[b-1mu3im15sv] {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%;
        font-size: 30px;
        color: var(--dxbl-btn-bg);
    }

/* Desktop-specific body padding */
.shop-order-body:not(.shop-order-body-mobile)[b-1mu3im15sv] {
    position: relative;
    padding: 0 2rem 0 17px;
}

/* Mobile body - remove extra padding */
.shop-order-body-mobile[b-1mu3im15sv] {
    padding: 10px;
}

/* Only apply to desktop columns */
.shop-order-body:not(.shop-order-body-mobile) .shop-order-column[b-1mu3im15sv] {
    justify-content: space-between;
}

.shop-order-card[b-1mu3im15sv] {
    border-radius: 20px;
    margin: 5px;
    padding: 5px;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/Filter.razor.rz.scp.css */
.filter-container[b-ler3qlx3ss] {
	display: flex;
	height: 100%;
	width: 100%;
}

.filter-content[b-ler3qlx3ss] {
	background-color: white;
	border-radius: 20px;
	padding: 20px;
	padding-right: 40px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
}

.filter-content-mobile[b-ler3qlx3ss] {
	background-color: white;
	border-radius: 20px;
	padding: 10px 40px 10px 20px;
	width: 100%;
}

.price-container[b-ler3qlx3ss] {
	display: flex;
	align-items: baseline;
}

.price-container-desktop[b-ler3qlx3ss] {
	padding-bottom: 0px;
}

.price-input[b-ler3qlx3ss] {
	max-width: 50px;
}

.price-text-mx[b-ler3qlx3ss] {
	font-size: larger;
	margin-left: 10px;
	margin-right: 10px;
}

.price-text-mr[b-ler3qlx3ss] {
	font-size: larger;
	margin-right: 10px;
}

.btn-container-filtering[b-ler3qlx3ss] {
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
	display: flex;
	height: 30px;
	justify-content: space-between;
	padding: 0 20px;
}

.features-invisible[b-ler3qlx3ss] {
	display: none;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/FilterButton.razor.rz.scp.css */
.filter-button-container[b-nk0iudngb1] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.filter-icon[b-nk0iudngb1] {
    border-radius: 10px !important;
    font-size: 20px;
    padding: 5px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/FilterDetailView.razor.rz.scp.css */
.filter-container[b-2msdytu8l8] {
	display: flex;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.filter-content[b-2msdytu8l8] {
	background-color: white;
	border-radius: 20px;
	padding: 20px;
	padding-right: 40px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
	overflow: auto;
}

.filter-content-mobile[b-2msdytu8l8] {
	background-color: white;
	border-radius: 20px;
	padding: 10px 40px 10px 20px;
	width: 100%;
	overflow: auto;
}

.price-container[b-2msdytu8l8] {
	display: flex;
	align-items: baseline;
}


.price-container-desktop[b-2msdytu8l8] {
	padding-bottom: 0px;
}

.price-input[b-2msdytu8l8] {
	max-width: 50px;
}

.price-text-mx[b-2msdytu8l8] {
	font-size: larger;
	margin-left: 10px;
	margin-right: 10px;
}

.price-text-mr[b-2msdytu8l8] {
	font-size: larger;
	margin-right: 10px;
}

.btn-container-filtering[b-2msdytu8l8] {
	display: flex;
	height: 30px;
	justify-content: space-between;
	padding: 0 20px;
}

.features-invisible[b-2msdytu8l8] {
	display: none;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/HalfScreenBreadComponent.razor.rz.scp.css */
.shop-page-grid[b-s40hiowdy4] {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    height: 100%;
}

.shop-header[b-s40hiowdy4] {
    width: 100%;
    filter: brightness(0) invert(1);
    height: 30vh;
}

.shop-image-column[b-s40hiowdy4] {
    background-color: black;
    width: 100%;
}

.shop-page-image[b-s40hiowdy4] {
    background-size: 1000px;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), url("../../images/MarienMeesterbakkers/Shop/brood.jpg");
    position: relative;
}

.shop-white-background[b-s40hiowdy4] {
    background-color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 20px 20px 10px 20px;
}

.shop-white-background-alt[b-s40hiowdy4] {
    background-color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 15px 30px 0 30px;
}

.shop-front[b-s40hiowdy4] {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.shop-logo[b-s40hiowdy4] {
    object-fit: contain;
    max-height: 350px;
    max-width: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.shop-form-component[b-s40hiowdy4] {
    overflow: auto;
    display: block;
    max-height: 40vh;
    padding-bottom: 5px;
}

.shop-card[b-s40hiowdy4] {
    border-radius: 0;
    height: 100%;
    display: block;
    padding-bottom: 5px;
}

.shop-card-body[b-s40hiowdy4] {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.shop-card-body[b-s40hiowdy4] {
    height: 90%;
}

h2[b-s40hiowdy4], h5[b-s40hiowdy4] {
    overflow-wrap: anywhere;
}

.shop-vertical-center-mobile[b-s40hiowdy4] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*#region Desktop */

.shop-page-grid-desktop[b-s40hiowdy4] {
    grid-template-columns: 1fr 1fr;
}

.shop-front-desktop[b-s40hiowdy4] {
    position: relative;
    padding: 0 15%;
    display: grid;
    height: 100%;
    overflow-y: auto;
    /*overflow: hidden;*/
}

.shop-form-desktop[b-s40hiowdy4] {
    height: 100%;
    /*overflow: hidden;*/
    overflow-x: hidden;
    padding: 0 5px 0 5px;
}

.shop-page-image-desktop[b-s40hiowdy4] {
    background-size: cover;
}

.shop-header-desktop[b-s40hiowdy4] {
    height: 100%
}

.shop-white-background-desktop[b-s40hiowdy4] {
    padding: 0 0 0 0;
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.shop-white-background-alt-desktop[b-s40hiowdy4] {
    padding: 40px 0 0 0;
}

.shop-form-component-desktop[b-s40hiowdy4] {
    height: 80%;
    overflow-y: visible;
}

.shop-card-footer-desktop[b-s40hiowdy4] {
    padding-left: 0;
    padding-right: 0;
}

.shop-card-body-desktop[b-s40hiowdy4] {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}

[b-s40hiowdy4] .dxbl-btn-group.dxbl-btn-group-right {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

    [b-s40hiowdy4] .dxbl-btn-group.dxbl-btn-group-right button {
        background-color: transparent !important;
    }

/*#endregion */

/*#region Mobile landscape */

.shop-page-grid-landscape[b-s40hiowdy4] {
    grid-template-columns: 1fr 1fr;
}

.shop-front-landscape[b-s40hiowdy4] {
    position: relative;
    padding: 0 5%;
    display: grid;
    height: 100vh;
    overflow: hidden;
}

.shop-form-landscape[b-s40hiowdy4] {
    height: 100%;
    overflow: hidden;
}

.shop-vertical-center-landscape[b-s40hiowdy4] {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shop-page-image-landscape[b-s40hiowdy4] {
    background-size: cover;
}

.shop-header-landscape[b-s40hiowdy4] {
    height: 100%
}

.shop-white-background-landscape[b-s40hiowdy4] {
    background-color: white;
    padding: 0;
    overflow-y: auto;
    border-radius: 0;
}

.shop-white-background-alt-landscape[b-s40hiowdy4] {
    padding: 5px 0 0 0;
}

.shop-form-component-landscape[b-s40hiowdy4] {
    height: 35%;
    padding-bottom: 0;
}

.shop-card-footer-landscape[b-s40hiowdy4] {
    padding-left: 0;
    padding-right: 0;
}

.shop-card-body-landscape[b-s40hiowdy4] {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    height: 85%;
}

/*#endregion */
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/HighlightSection.razor.rz.scp.css */
.highlight-container[b-xxc7x44spx] {
    display: flex;
    justify-items: center;
    align-items: flex-start;
    align-self: center;
    justify-self: center;
}

    .highlight-container h3[b-xxc7x44spx] {
        color: white !important;
        font-size: 30px;
        font-weight: 450;
    }

.highlight-content[b-xxc7x44spx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 20px;
    width: 40%;
    font-weight: 500;
}

.highlight-image[b-xxc7x44spx] {
    background-position: center;
    background-size: cover;
    background-attachment: local;
    display: flex;
    text-decoration: none;
    border: none;
    transition: 0.3s;
    background-repeat: no-repeat;
    height: 200px;
    min-width: 100%;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    color: white;
    font-size: 20px;
}

.highlight-title[b-xxc7x44spx] {
    color: white !important;
    font-size: 14px !important;
}

.highlight-text[b-xxc7x44spx] {
    color: white !important;
    font-size: 12px !important;
}

.highlight-btn[b-xxc7x44spx] {
    padding: 10px 15px 10px 15px !important;
    border-radius: 50px !important;
    text-decoration: none;
    background-color: #B28840;
    color: white;
    font-size: 16px;
}

    .highlight-btn:hover[b-xxc7x44spx] {
        opacity: 90%;
        transition: 0.3s;
    }

@media (max-width: 1024px) {
    .highlight-image[b-xxc7x44spx] {
        height: 250px;
    }

    .highlight-content[b-xxc7x44spx] {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .highlight-image[b-xxc7x44spx] {
        height: 300px;
    }

    .highlight-content[b-xxc7x44spx] {
        width: 70%;
    }
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/ProductDetailView.razor.rz.scp.css */
.tile-container[b-otnsyytofc] {
    border-radius: 20px;
    max-width: 225px;
    max-height: auto;
    margin: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    font-weight: 300;
}

p[b-otnsyytofc] {
    margin: 0;
    text-align: left;
    
}

.max-width-75[b-otnsyytofc]{
    max-width:75%;
}

.product-details[b-otnsyytofc] {
    margin:auto;
    overflow: hidden;
    position: relative;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content[b-otnsyytofc]{
    margin:25px 0 0 0; 
}

.lighter-text[b-otnsyytofc]{
    opacity:50%;
}

.content-title[b-otnsyytofc]{
    margin:25px 0 0 0 ;
    font-weight:700;
}

.product-image-container[b-otnsyytofc] {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-image[b-otnsyytofc] {
    max-width: 100%;
    height: auto;
}

.heart-icon[b-otnsyytofc] {
    width: 31px;
    height: 31px;
    font-size: 31px;
    color: black;
    cursor: pointer;
}

.spacer-horizontal[b-otnsyytofc]{
    width:10px;
}

.productinfo-container[b-otnsyytofc] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.productinfo-subcontainer[b-otnsyytofc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

[b-otnsyytofc] .amount-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.amount-container input[b-otnsyytofc] {
    height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}

    .amount-container input:focus[b-otnsyytofc] {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .amount-container input:focus-visible[b-otnsyytofc] {
        outline: 0px;
    }

[b-otnsyytofc] .amount-input {
    width: 100%;
    min-width: 35px;
    max-width: 50px;
    text-align: center;
    text-anchor: start;
    border: 2px solid black;
    border-radius: 2px;
    font-size: 16px;
}

[b-otnsyytofc] .buttons-container {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    gap: 10px;
}

[b-otnsyytofc] .amount-button {
    width: 20px;
    height: 20px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-otnsyytofc] .increase-button {
    background-color: black;
    color: white;
    border-radius: 50%;
}

[b-otnsyytofc] .decrease-button {
    background-color: transparent;
    border-radius: 50%;
}

.order-container[b-otnsyytofc] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

[b-otnsyytofc] .order-container p {
    margin: 0 2px 5px 0;
}

[b-otnsyytofc] .order-container button {
    margin: 0 0 5px 2px;
}

.btn-order[b-otnsyytofc] {
    border: none;
    border-radius: 20px;
    background-color: black;
    color: white;
    padding: 2px 10px 2px 10px;
    font-size: 14px;
}

[b-otnsyytofc] .btn-order .fa-cart-arrow-down {
    color: white;
    margin: 0 5px 0 0;
    font-size: 12px;
}

.product-name[b-otnsyytofc] {
    font-size: 14px;
    font-weight:700;
    text-align: left;
    height:100%;
    align-items:center;
    display:flex;
}

.product-cost[b-otnsyytofc] {
    font-size: 12px;
    text-align: left;
}

.product-totalprice[b-otnsyytofc] {
    font-size: 16px;
    text-align: left;
}

/*Hide additional input buttons*/
/* Chrome, Safari, Edge, Opera */
input[b-otnsyytofc]::-webkit-outer-spin-button,
input[b-otnsyytofc]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-otnsyytofc] {
    -moz-appearance: textfield;
}

.mobile-visible[b-otnsyytofc] {
    display: none;
}

@media (max-width: 768px) {
    .mobile-hidden[b-otnsyytofc] {
        display: none;
    }

    .mobile-visible[b-otnsyytofc] {
        display: flex;
    }
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/ProgressBar.razor.rz.scp.css */
.progress-bar-label[b-vu9hmqaatm]{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
    .progress-bar-label > .progress-step[b-vu9hmqaatm] {
        max-width: var(--label-maxWidth);
    }

.progress-bar-line[b-vu9hmqaatm] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 20px 0;
}

.progress-line[b-vu9hmqaatm] {
    position: absolute;
    left: var(--line-left);
    right: var(--line-right);
    height: 6px;
    background-color: #ccc;
    z-index: 1;
}

.progress-line-active[b-vu9hmqaatm] {
    position: absolute;
    left: var(--line-left);
    height: 8px;
    background-color: var(--active-color);
    z-index: 2;
    width: 0;
    animation: fillLine-b-vu9hmqaatm var(--animation-time) var(--animation-delay) linear forwards;
}

.progress-step[b-vu9hmqaatm] {
    position: relative;
    z-index: 3;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .progress-step .circle-container[b-vu9hmqaatm] {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
    }

    .progress-step .circle[b-vu9hmqaatm] {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #f1f1f1;
        border: 2px solid #ccc;
    }

    .circle-clickable[b-vu9hmqaatm] {
        cursor: pointer;
        width: calc(25px + 2px);
        height: calc(25px + 2px);
    }

    .circle-clickable:hover[b-vu9hmqaatm] {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        transition: all 0.15s ease;
    }

    .progress-step.active .circle[b-vu9hmqaatm] {
        animation-name: colorStepCircle-b-vu9hmqaatm;
        animation-fill-mode: forwards;
    }

    .progress-step.inactive .circle[b-vu9hmqaatm] {
        background-color: #f1f1f1;
        border-color: #ccc;
    }

    .progress-step .label[b-vu9hmqaatm] {
        font-size: 11px;
        transform: rotate(-45deg);
        transform-origin: 10px 0px;
        text-align: left;
        overflow: hidden;
        margin-top: 50px;
    }

        @media (max-width: 350px) {
            .progress-step .label[b-vu9hmqaatm] {
                display: none;
            }
        }

    .progress-step.active .label[b-vu9hmqaatm] {
        animation-name: colorStepLabel-b-vu9hmqaatm;
        animation-duration: 0s;
        animation-fill-mode: forwards;
    }

    .progress-step.inactive .label[b-vu9hmqaatm] {
        color: #333;
    }

@keyframes fillLine-b-vu9hmqaatm {
    from {
        width: 0;
    }

    to {
        width: var(--active-line-width);
    }
}

@keyframes colorStepCircle-b-vu9hmqaatm {
    from {
        background-color: #f1f1f1;
        border-color: #ccc;
    }

    to {
        background-color: var(--active-color);
        border-color: var(--active-color);
    }
}

@keyframes colorStepLabel-b-vu9hmqaatm {
    from {
        color: #333;
    }

    to {
        color: var(--active-color);
    }
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/SortingButton.razor.rz.scp.css */
.sorting-button-container[b-8wu85i90vk] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sorting-icon[b-8wu85i90vk] {
    background-color: white !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    font-size: 20px;
    padding: 5px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/WebshopTile.razor.rz.scp.css */
.tile-container[b-ope1rkyam2] {
    border-radius: 20px;
    max-width: 220px;
    max-height: auto;
    margin: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    font-weight: 300;
    background-color: white;
}

    .tile-container:hover[b-ope1rkyam2] {
        box-shadow: 0px 0px 5px rgba(193, 143, 6, 1);
    }

    .tile-container div[b-ope1rkyam2] {
        padding-left: unset;
        padding-right: unset;
    }

p[b-ope1rkyam2] {
    margin: 0;
    text-align: left; /* Ensure all text starts on the left side */
}

.product-image-container[b-ope1rkyam2] {
    width: 220px;
    height: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.product-image[b-ope1rkyam2] {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Changed from cover to contain */
    object-position: center;
    border-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 4px 5px 5px 5px;
}

.heart-icon[b-ope1rkyam2] {
    position: absolute;
    top: 15px; /* Adjusted to position the heart icon in the top right corner */
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: black;
    cursor: pointer;
}

.productinfo-container[b-ope1rkyam2] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.productinfo-subcontainer[b-ope1rkyam2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

[b-ope1rkyam2] .amount-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.amount-container input[b-ope1rkyam2] {
    height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    text-align: center;
}

    .amount-container input:focus[b-ope1rkyam2] {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .amount-container input:focus-visible[b-ope1rkyam2] {
        outline: 0px;
    }

[b-ope1rkyam2] .buttons-container {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    gap: 10px;
}

[b-ope1rkyam2] .amount-button {
    width: 25px;
    height: 25px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ope1rkyam2] .increase-button {
    background-color: black;
    color: white;
    border-radius: 50%;
}

[b-ope1rkyam2] .decrease-button {
    background-color: transparent;
    border-radius: 50%;
}

.order-container[b-ope1rkyam2] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

[b-ope1rkyam2] .order-container p {
    margin: 0 2px 5px 0;
}

[b-ope1rkyam2] .order-container button {
    margin: 0 0 5px 2px;
}

.btn-order[b-ope1rkyam2] {
    border: none;
    border-radius: 20px;
    background-color: black;
    color: white;
    padding: 2px 10px 2px 10px;
    font-size: 14px; /* btn-order text size */
}

[b-ope1rkyam2] .btn-order .fa-cart-arrow-down {
    color: white;
    margin: 0 5px 0 0;
    font-size: 10px;
}

.product-name[b-ope1rkyam2] {
    font-size: 10px;
    text-align: left;
}

.product-cost[b-ope1rkyam2] {
    font-size: 10px;
    text-align: left;
}

.product-totalprice[b-ope1rkyam2] {
    font-size: 14px;
    text-align: left;
}

/*Hide additional input buttons*/
/* Chrome, Safari, Edge, Opera */
input[b-ope1rkyam2]::-webkit-outer-spin-button,
input[b-ope1rkyam2]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-ope1rkyam2] {
    -moz-appearance: textfield;
}

.mobile-visible[b-ope1rkyam2] {
    display: none;
}

@media (max-width: 768px) {
    .mobile-hidden[b-ope1rkyam2] {
        display: none;
    }

    .mobile-visible[b-ope1rkyam2] {
        display: flex;
    }

    /*::deep.order-container button {
        width: 90%;
        align-self: center;
    }*/

    /*Commented out to prevent odd rendering.*/
    .tile-container[b-ope1rkyam2] {
        border-radius: 20px;
        max-width: 170px;
        max-height: auto;
        margin: 0px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
        font-weight: 300;
    }
    .heart-icon[b-ope1rkyam2] {
        top: 10px;
    }

    .product-image-container[b-ope1rkyam2] {
        width: 170px;
        height: 120px;
        overflow: hidden;
        position: relative;
    }

    .product-image[b-ope1rkyam2] {
        margin-top: 12px;
        width: 100%;
        height: 100%;
        object-fit: contain; /* Changed from cover to contain */
        object-position: center;
    }

    .product-image-container-heartless .product-image[b-ope1rkyam2] {
        padding: 0;
    }

    .order-container[b-ope1rkyam2] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: auto;
    }
}
/* _content/BlueIT.OptiFlow.Site/ShopPages/Components/Welcome.razor.rz.scp.css */
.welcome-component h2[b-ng4nym96il] {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}

.welcome-component h1[b-ng4nym96il] {
    font-size: 70px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .welcome-component h2[b-ng4nym96il] {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 500;
    }

    .welcome-component h1[b-ng4nym96il] {
        font-size: 40px;
        font-weight: 700;
    }
}
/* _content/BlueIT.OptiFlow.Site/WebsitePages/MarienMeesterbakkers/Contact.razor.rz.scp.css */
.button-gold[b-wkj4k1h410] {
    margin-top: 0px;
    margin-bottom: 50px;
}

.contact-submit-button[b-wkj4k1h410] {
    font-weight: 500;
    text-transform: uppercase;
    background-color: #000000;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    display: flex;
    justify-content: left;
}

    .contact-submit-button:hover[b-wkj4k1h410] {
        background-color: #8B6A32;
    }

.contact-info > *[b-wkj4k1h410] {
    width: fit-content;
    margin: auto;
}

.contact-info i[b-wkj4k1h410] {
    color: #b28840;
    font-size: 100px;
}

.contact-info h2[b-wkj4k1h410] {
    color: white;
    font-family: "Alata", sans-serif;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
}

.contact-info a[b-wkj4k1h410] {
    color: white;
    display: inline-block;
    background-color: #b28840;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Alata", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    line-height: 1;
    margin-top: 15px;
}

.contact-info p[b-wkj4k1h410] {
    color: white;
    text-align: center;
    margin-top: 0;
    padding-bottom: 100px;
}

@media (min-width: 765px) {
    .first-section[b-wkj4k1h410] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 75px;
    }

    .first-section div[b-wkj4k1h410] {
        height: fit-content;
        margin: auto auto;
    }

    form > div[b-wkj4k1h410] {
        width: 100%;
    }

    form[b-wkj4k1h410] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
        column-gap: 10px;
    }

        form .long-form-item[b-wkj4k1h410] {
            grid-column: 1/3;
            margin: 0;
            margin-bottom: 10px;
        }

    .contact-info[b-wkj4k1h410] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        position: absolute;
        top: 25%;
        width: 100%;
    }

        .contact-info > *[b-wkj4k1h410] {
            height: 100%;
        }

    .contact-info a[b-wkj4k1h410] {
        margin: 40px;
    }
}

@media (min-width: 1140px) {
    .first-section[b-wkj4k1h410] {
        margin: auto;
    }
}
/* _content/BlueIT.OptiFlow.Site/WebsitePages/MarienMeesterbakkers/JobListing.razor.rz.scp.css */
/* _content/BlueIT.OptiFlow.Site/WebsitePages/MarienMeesterbakkers/News.razor.rz.scp.css */
.article-image[b-ydapohbgq4] {
    max-height: 350px;
}

@media (max-width: 765px) {
    .img-fluid[b-ydapohbgq4] {
        max-width: 150px;
    }

    .center-content[b-ydapohbgq4] {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow-wrap: break-word;
    }
}
