.cart-item{
    border-bottom: 2px solid #eee;
    margin-bottom: 8px;
}

.cart-item:last-child{
    border-bottom: none;
}

.qty-ctrl{
    cursor: pointer;
}

button{
      cursor: pointer;
}

.checkout-btn:hover{
    background-color: #84cc1f;
}