.bg-dark {
    background-color: #343a40;
}

.text-white{
    color: #fff;
}

.custom-image{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: calc(100% - 20px);
}

.custom-buttons button, .custom-buttons div{
    color:white;
    border-color: white;
}

.shopping-cart{
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    background-color: #343a40;
    color: white;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    flex-direction: column;
}