.table-cart tr td .name-product {
    padding-top: 20px;
}
.table-cart tr td .total {
    font-size: 16px;
}
.btn-order button {
    display: block;
    background-color: #f92400;
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
}
.btn-order button:hover {
    background-color: #000;
}
.form-group.has-error small { color: #f92400; }
.flat-imagebox.style4 img {
    height: 100px;
    width: auto;
}
.btn-shop a img { height: 9px; }
