.list-div-info{
    height: 100vh;
}

.nav-search{
    display: none !important;
}

.list-product .product-item img{
    width: 50px;
    max-height: 50px;
}

.div-quantity, .div-total{
    display: flex;
    justify-content: space-between;
}

.div-quantity, .div-total span{
    font-weight: bold;
}

.div-quantity input{
    text-align: center;
    border: none;
    width: 50px;
    color: blue;
}

.total_money_row,
.div-total-final .span_total_final
{
    color: red;
}


.div-button-confirm{
    max-width: 500px;
    text-align: center;
}

.div-button-confirm button{
    width: 100%;
}

.btn_remove_item{
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
}

.btn_remove_item:hover{
    text-align: center;
    width: 25px;
    height: 25px;
    border-color: green;
    border: 2px solid green;
    border-radius: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-product-message{
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
    border: 1px dotted black;
    border-radius: 30px 30px;
}

.no-product-message-item{
    width: 100%;
}

#div_list_voucher{
    margin-top: 10px;
}
.voucher-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.voucher-item button{
    background-color: #14bd47;
    color: white;
    border: none;
}

.voucher-item button.active{

}

.div-total-final div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
}