.sidebar { 
    display: none;
}
.card {
    max-width: 300px;
    max-height: 550px;
    margin-bottom: 50px;
    margin-top:auto;
}
.card-body {
    background: #82b440;
}
.text-ellipsis {
    word-wrap: break-word;
}
.product-description p{
    font-size: larger!important;
}
del {
    color: red;
}
.order-qty {
    border-top:1px solid #e5e5e5
}
.primary-btn-green {
	background: none;
    background-color: #82b440!important;
    border: none!important;
}
.primary-btn-green:hover {
	background: none;
    background-color: #374b1c!important;
}
