main{
    margin-top: 50px;
}

@media (min-width: 1200px){
    main{
        margin-top: 111px;
    }
}


.list-of-products .card .img-wrapper {
    background-color: #f3f3f3;
    position: relative;
}

.discount-label{
    position: absolute;
    bottom: 0;
    background-color: yellow;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px;
}

.unavailable-label{
    position: absolute;
    bottom: 0;
    background-color: #f1f1f1;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px;
}

#select-order{
    width: 200px;
}
