.sandwich-main {
    margin-top: 150px;
    margin-left: 2%;
    margin-right: 2%;
}

.sandwich-menu h4, .sandwich-main div h4 {
    text-transform: uppercase;
    color: green;
    font-size: 2rem;
}

.sandwich-menu h5 {
    font-size: 1.6rem;
    height: 30px;
    color: green;
    margin-bottom: 10px !important;
}

.sandwich-menu div.item {
    height: 500px;
    border: solid 1px gray;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 10px;  
    margin-left: 15px;
    background-color: whitesmoke;
}
.sandwich-menu div.item  p.prod-description {
    height: 90px;
}
p.price, li.price {
    color:green;
}

div.sides {
    padding: 10px;
    margin-left: 20px !important;
}

ul.side-list {
    border-top: black 1px solid;
    margin-bottom: 0;
    padding-top: 10px;
    list-style: none;
    display: flex !important;
    flex-direction: row;
    flex-wrap: none;
    justify-content: space-between;
    align-items: center;

}

li.side-list {
    flex-direction: column;
    justify-content: center;
    align-self: space-between;
    margin: 0 !important;
    width: 20%;
    height: 90px;
    padding: 10px;
}


img.thumbnail {
    width: 70%;
    border: 1px solid green;
    border-radius: 10px;
}

img.thumbnail-side {
    border: none;
    height: 80px;
}

button.add-to-cart {
    background-color: white;
    margin-bottom: .1rem;
}
button.add-to-cart:hover {
    color: green;
    font-weight: 600;
}

select{
    width: 50px;
    height: 30px;
    background-color: white;
}
ul.side-list form {
    margin-bottom: 0;
}
div.text-center {
    text-align: center;
}

h5.no-results span {
    text-decoration: underline;
    font-size: larger;
}

h5.no-results {
    padding: 0 20px;
}

@media (max-width: 650px) {
    .sandwich-menu div.item  p.prod-description {
        height: auto;
    }
    .sandwich-menu h5 {
        height: auto;
    }

    .sandwich-menu div.item {
        margin-left: 5px;
    }

    .sandwich-main {
            padding-top: 60px !important;
    }

}