.product-details,
.product-quantity,
.product-code,
.product-price {
    width: 150px;
}

.product-code {
    width: 120px;
}

.product-price {
    text-align: right;
    width: 120px;
}

.product-remove i.fa-remove {
    color: #ff3300;
}

.product-image {
    text-align: center;
}

.product-quantity {
    text-align: right;
}

