#order-standard_cart .products .product header {
    background: #000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#order-standard_cart .products .product header span {
    color: #fff;
}

#order-standard_cart .products .product {
    border-radius: 30px;
}

.btn-success {
   background-color: #8DD200;
   border-radius: 30px 30px 30px 30px;
   padding: 6px 12px;
   border-color:#8DD200;
}

.btn-success:hover {
    background-color: #8DD200;
    border-color: #8DD200;
    transform: scale(1.1);
}

.product-desc i {
    margin-right: 5px;
    color: #8DD200;
}