.headerShoppingCart {
    position: fixed;
    text-align-last: center;
    width: 60px;
    right: 0;
    top: 0;
    z-index: 999;
    padding-top: 10px;
    margin-right: 10px;
}

#shoppingcart_img{
    width: 60px;
    height: 70px;
}

#shoppingcart_img img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.headerShoppingCart:hover {
    box-shadow: 0px 2px 20px 2px #001030,inset 0 -1px 0 0 #004990,inset 0 0 0 1px #004990,0 2px 4px 0 #D4D4D4;
    -moz-box-shadow: 0px 2px 20px 2px #001030,inset 0 -1px 0 0 #004990,inset 0 0 0 1px #004990,0 2px 4px 0 #D4D4D4;
    -webkit-box-shadow: 0px 2px 20px 2px #001030,inset 0 -1px 0 0 #004990,inset 0 0 0 1px #004990,0 2px 4px 0 #D4D4D4;
}

.shoppingcart_overlay {
    height: auto;
    max-height: 700px;
    width: 30%;
    min-width: 500px;
    display: none;
    position: fixed;
    z-index: 1001;
    top: 100px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #B11C11;
}

.shoppingcart_overlay-content {
    position: relative;
    width: 100%;
    max-height: 500px;
    text-align: center;
    overflow-y: auto;
}

.shoppingcart_overlay-content h2{
    text-align: center;
    color: #B11C11;
    border-bottom: 0;
    border-top: 0;
}


.shoppingcart_overlay-content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.shoppingcart_overlay-content th{
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 8px;
    color: #B11C11;
}

.shoppingcart_overlay-content td{
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 8px;
}

.shoppingcart_overlay-content tr:nth-child(even) {
    background-color: #A3B8CC;
}

.shoppingcart_overlay-content tr {
    background-color: #FFFFFF;
}

.Geselecteerd table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.Geselecteerd th{
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 8px;
    color: #B11C11;
}

.Geselecteerd td{
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 8px;
}

.Geselecteerd-content tr:nth-child(even) {
    background-color: #A3B8CC;
}

.Geselecteerd tr {
    background-color: #FFFFFF;
}