html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 42px; /* Margin bottom by footer height */

    background: #FFF;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}

a {
    text-decoration: none;
}

.headerbtn {
    color: #474747;
    margin-top: 35px;
    transition: all 0.5s;
}

.dropdown-menu.show {
    translate()
}

.navbar-nav .nav-item .active {
    font-weight: bold;
}

/*
 * Sidebar
 */

.categorielijst .nav-item .active {
    font-weight: bold;
}

.categorielijst li {
    list-style-type: none;
}

.subcategorielijst li {
    list-style-type: none;
}

.product_image_thumb {
    height: 200px;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.nav-sidebar .nav-link {
    padding-left: 0px;
}

.inlogcard {
    border: none;
    background-color: #fff;
    margin-top: 100px;

}

.inlogcard .card-header {
    border: none;
    background-color: #fff;
}

.shoppingcartAmount {
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    border: solid 1px #000;
    padding: 4px 8px;
    margin-left: 5px;
    font-size: 11px;
}

.passwordResetCard {
    border: none;
    background-color: #fff;
    margin-top: 100px;
}

.passwordResetCard .card-header {
    border: none;
    background-color: #fff;
}

.pagination {
    --bs-pagination-bg: #fff;
    --bs-pagination-disabled-bg: #fff;
}

.btn-bestelling-plaatsen {
    margin-right: 10px;
    margin-top: 0px;
}


@media (max-width: 479px) {

    .btn-bestelling-plaatsen {
        margin-top: 10px;
        margin-right: 0px;
    }
}
