.btn-primary {
        --bs-btn-bg: rgb(67, 169, 191) !important; 
}

nav.navbar .nav-link {
    font-weight: 700;
}

.searchbox-wrapper .dropdown-menu {
    margin-top: 35px;
}

#sidebarBase .bg-dark, #sidebarBase .side-heading {
    background-color: rgba(67, 169, 191, 0.51) !important;
    color: #fff;
}
#sidebarBase ul.list-group, #sidebarBase ul.list-group li {
    background-color: #f0f8fd
}
#sidebarBase .filter label {
    font-weight: 700;
}

.searchbox-wrapper {
    border: 1px solid lightgrey;
}

/* Style for columns in product list */
.productenLijst  .productColumn {
    text-align: center;
    padding-top: 10px;
    display: flex;
}

.productenLijst  .productColumn > div {
    background-color: rgba(67, 169, 191, 0.51);
    padding-top: 10px;
    display: flex;  
    flex-direction: column;  
    justify-content: space-between;
}

.productenLijst .productColumn .nameAndPrice {    
    width: 100%;
    padding: 10px 0 5px 0;
    background-color: #006bb4;
}

.productenLijst .productColumn .nameAndPrice .productName, .productenLijst .productColumn .nameAndPrice .productPrice {
    color: #FFF !important;
    font-size: 120%;
}

.productenLijst .productColumn .prod-grid-image {
    margin: 0 auto;
}
/* End style for columns in product list */

/* Tab button on product details page */
ul.nav-tabs li.active > span {
    background-color: #006bb4;
}
/* End tab button on product details page */

/* table on productdetails page */
.table {    
    --bs-table-striped-bg: #b0dfff;
}
.table > :not(caption) > * > * {
    border-bottom: 0;
}
/* End table on productdetails page */

