body {
    /*background: linear-gradient(to right, #32a852, #93ad3b);*/
    min-height: 100vh
}

.background-white{
    background-color: white;
}

.background-grey {
    background-color: #EEF0E9;
}

.text-gray {
    color: #aaa
}

.green{
    color: #539636;
}

.black {
    color: black;
}

.dark-grey {
    color: #222;
}

a .card, .card a, a:hover{
    color: black;
    text-decoration: none;
}

/******** TIMELINE ********/

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #539636;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.min-width-100{
    min-width: 100px;
}

.shopping-bag {
    border: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background: transparent;
}

.shopping-bag img{
    width:100%;
}

#cantitate {
    width: 50px;
    border: 1px solid #bdbdbd;
    padding: 5px;
}

#cantitate:focus-visible {
    outline: none;
}

