body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans","sans-serif"!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
legend {
    padding: 7px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
label {
    font-size: 12px;
    font-weight: normal;
}
/* Chrome border line */
button:focus {
    outline: none !important;
}
/* container */
#container {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
    /*padding-bottom: 730px;*/
}
@media (min-width: 576px) {
    #content, #column-left, #column-right {
        /*padding-bottom: 400px;*/
    }
}
#alert {
    z-index: 9999;
    position: fixed;
    top: 30%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}
@media (min-width: 992px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}
@media (min-width: 1140px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}
@media (min-width: 1320px) {
    #alert {
        width: 600px;
        margin-left: -300px;
    }
}
#alert .alert {
    margin-bottom: 15px;
}
#alert .alert-primary {
    box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
    box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
    box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
    box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
    box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
    box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
    box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
    box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
    background: #fff;

    position: relative;

    position: sticky!important;
    top: 0;
    z-index: 999;

}
#top ul.list-inline {
    margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
    font-size: 1.1em;
    color: var(--bs-gray-600);
    line-height: 40px;
    vertical-align: middle;
    padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
    text-align: center;
    margin: 7px 0 7px 0;
}
#logo img {
    max-width: 150px;
}
@media (min-width: 768px) {
    #logo {
        text-align: left;
        max-width: 200px!important;
    }
}
/* search */
#search {
    margin-bottom: 10px;
}
#search .form-control-lg {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart .btn-dark {
    background-color: #e57d7d!important;

}
#cart .img-thumbnail {
    min-width: 100%;
}
#cart .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 14px 35px;
}
#cart .dropdown-menu {
    background: #fff;
}
#cart .dropdown-menu li {
    min-width: 300px;
}
@media (max-width: 768px) {
    #cart .dropdown-menu li {
        min-width: 100%;
    }
}
/* menu */
#menu {

    background-repeat: repeat-x;
    border: 1px solid #000!important;

    border-left: 0!important;
    border-right: 0!important;



    margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
    color: #737373!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    text-align:center;
    font-size: 1.3rem;

}
#menu .navbar-nav > li > a:hover {
    background-color: #e57d7d;
    color: #fff!important;
}
#menu .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#menu .dropdown-inner {
    display: flex;
    flex-direction: column;
}
#menu .dropdown-inner ul {
    width: 100%;
    min-width: 200px;
}
@media (min-width: 960px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    #menu .dropdown-inner {
        flex-direction: row;
    }
    #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
        left: -200px;
    }
    #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
        left: -400px;
    }
    #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
        left: -200px;
    }
    #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
        left: -400px;
    }
    #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
        left: -600px;
    }
}
#category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
    content: "* ";
    color: #F00;
    font-weight: bold;
}
.form-switch-lg {
    font-size: 20px;
    min-height: 30px;
    line-height: 30px;
}
.nav-tabs {
    margin-bottom: 15px;
}
.form-check .form-check-input {
    margin-top: 0.25rem;
}
@media (min-width: 768px) {
    .col-form-label {
        text-align: right;
    }
}
/* footer */
footer {

    position: relative;
    bottom: 1px;
    width: 100%;
    padding-top: 30px;
    background-color: #fff;
    color: #000;
    margin-top: 50px;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
    font-size: 1.1rem;
}
.breadcrumb > li.breadcrumb-item {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 29px;
    height: 29px;
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
    content: "";
    padding: 0;
}
.product-thumb {

    position: relative;
    height: 100%;
    box-shadow: 0 0 3px #000;
}
.product-thumb .image {
    text-align: center;

    position: relative;

}
.product-thumb .image a:hover {
    opacity: 0.8;

}
.product-thumb .description {
    padding: 15px;
    margin-bottom: 33px;
}
.product-thumb .description h4 {
    font-weight: bold;
}
.product-thumb .button {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.product-thumb .button button {
    width: 33.33%;
    border: none;
    border-top: 1px solid var(--bs-border-color);
    background-color: #e57d7d;
    color: #f6d2d2;
    line-height: 38px;
    text-align: center;
}
.product-thumb .button button:hover {
    color: #e57d7d;
    background-color: #f6d2d2;
    text-decoration: none;
    cursor: pointer;
}
.product-thumb .button button + button {
    border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
    .product-list .product-thumb {
        display: flex;
    }
    .product-list .product-thumb .image {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .product-list .product-thumb .content {
        flex-direction: column;
        flex: 75%;
        position: relative;
    }
    .product-list .product-thumb .button {
        border-left: 1px solid #ddd;
        width: calc(100% -  15px);
        margin-left: 15px;
    }
}
.rating .fa-stack {
    width: 20px;
}
.rating .fa-star {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star {
    color: #E69500;
}
/* product list */
.price {
    color: #444;
}
.price-new {
    font-weight: 600;
}
.price-old {
    color: #dc512c;
    text-decoration: line-through;
}
.price-tax {
    color: #999;
    font-size: 12px;
    display: block;
    display: none;
}
/* blog */
.blog-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.blog-thumb h4 {
    font-weight: bold;
}
.blog-thumb .image {
    text-align: center;
    margin-bottom: 15px;
}
.blog-thumb .image a:hover {
    opacity: 0.8;
}
.blog-thumb .description {
    padding: 15px;
}
/* Theme Custom CSS */
#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9999;
    opacity: 0.95;
    color: #ecf0f1;
    background: #343a40;
}
#cookie div {
    font-size: 16px;
    color: #FFFFFF;
}

/* modifications to default template */
.firstmenu {

    background-color: #f6d2d2!important;

}

.Chezezgimenu > div {

    background-color: #fff!important;
    background-image: none!important;
    padding: none!important;
    justify-content: space-evenly;


}
.Chezezgimenu > div > ul > li >  a{

    color: black!important;
    font-size: 1rem;
}


.Chezezgimenu {

    padding: none!important;
    border-radius: 0!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.carousel {
    box-shadow: none!important;
}

.carousel-indicators {
    display: none!important;
}

.storyimage {
    background: url("https://primary.jwwb.nl/public/j/s/k/temp-jmauzpospknrwtbeowsy/20250330_102502-1-standard.jpg") rgb(0 0 0 / 45%) no-repeat 50% 38%;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan > h3 {

    color: #eea7a7;
    font-size: 20px;

}

@media (min-width: 768px) {
    .map {
        margin-right: 50px;

    }
}


@media (min-width: 768px) {
    .frontimage {

        max-width: 75%;
        justify-content: center;
    }

}

.slogan {

    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.frontpagetitle {

    font-size: 48px;

}
.mainpagecontent {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 20px;
}
.mainpagecontent > span {

    font-size: 1.2rem;
    text-align: center;

}
.aanbevolen > h3 {
    display: none!important;
}
.aanbevolen > h4 {

    text-align: center;
    color:#000;
    padding: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.3rem;


}

.aanbevolen {

    margin: 0 auto -75px auto;

}

@media (max-width: 768px) {
    .aanbevolen{
        width: 75%;
    }
}

.navbar {
    padding: none!important;
}

.description > h4 > a {

    color: #e57d7d!important;
}

.description {

    font-size: 1rem;
    text-align: left;
    background: none;
}

.product-thumb:hover {

    background: #f6d2d2;
    transition: 0.5s;

}

.product-thumb{
    background: #fff;
    min-height: 500px;
}
.description:hover > div > h4 > a {
    color: #e57d7d!important;
    transition: 0.5s;
}

.description > div > h4 > a{
    color: #eea7a7!important;
}
.breadcrumb {
    background-color: #fff!important;
}

.breadcrumb-item a {

    color: #e57d7d!important;
}

.btn-primary {
    background-color: #e57d7d!important;
}
.btn-primary:hover {
    background-color: #f6d2d2!important;
}
.btn-light {
    color: #e57d7d!important;
    background-color: #f6d2d2!important;
}
.btn-light:hover{
    background-color:#e57d7d!important;
    color: #f6d2d2!important;
}

.pricetag {

    justify-content: flex-end;
}
#tab-description, .nav-tabs {

    font-size: 1rem;
}

#tab-description{

    padding: 10px;
}

#product-list {

    margin-top: 50px;
}

h2 {
    color: #e57d7d!important;
}

p {

    font-size: 1rem;
}

#menu .navbar-toggler i {
    color: #e57d7d!important;
    border-color: #fff;
    font-size: 1.9em;
    text-align: center;
    padding: 10px;
}

#category {
    display: none!important;
}

@media (max-width: 768px) {
    .cartmenuezgi{
        width: 100%!important;
    }
}


.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #fff!important;
}

a{
    color: #e57d7d!important;
}
a:hover{
    text-decoration: underline;
}

.custom-shape-divider-bottom-1746524682 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1746524682 svg {
    position: relative;
    display: block;
    width: calc(119% + 1.3px);
    height: 124px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1746524682 .shape-fill {
    fill: #F6D2D2;
}



.wrappersection{
    position: relative;
    height: 20vh;
}

@media (min-width: 768px) {
    .wrappersection{
        position: relative;
        height: 16vh;
    }
}

.sectionbackroze{
    background: #F6D2D2;
    margin-top: -48px;
    padding: 0px;
}

.sectionbackwit {

    background: #fff;
    padding: 75px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;

}

.custom-shape-divider-bottom-1746526107 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1746526107 svg {
    position: relative;
    display: block;
    width: calc(197% + 1.3px);
    height: 129px;
}

.custom-shape-divider-bottom-1746526107 .shape-fill {
    fill: #fff;
}

.accountmenu {
    color: #000!important;
}
#common-home {
    margin-top: 20px;
}