.checkout-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px
}

.summary-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px
}

h6 {
    font-weight: 600
}

.form-control {
    border-radius: 2px
}

.form-check-input:checked {
    background: #6aa84f;
    border-color: #6aa84f;
}

.btn-pay {
    background: #6aa84f;
    color: #fff;
    border: none;
    border-radius: 2px
}

.btn-pay:hover {
    background: #5c9646
}

.remove-btn {
    background: #6aa84f;
    color: #fff;
    border: none;
    padding: 3px 10px;
    font-size: 12px
}

.price {
    color: #6aa84f;
    font-weight: 600
}

.total {
    font-weight: 700
}

.qty {
    width: 40px;
    text-align: center
}

.product img {
    width: 60px;
    border: 1px solid #ddd
}

.terms {
    font-size: 12px
}