.box-Result-search-product{

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 7px;
    border: 1px solid rgba(0, 0, 0, .3);
    width: 99%;
    border-radius: 4px;
    margin-bottom: 8px;

}

.image-result-search-product{

    height: 60px;
    width: 50px;
    border-radius: 4px;
    cursor: pointer;

}
.box-text-about-product{
    
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 4px;
    width: 70%;
    border-radius: 4px;
    cursor: pointer;
}
.text-about-product{
    
    color: white;
}
.text-about-product-description{
    color: white;
}
.text-quant-products-equals{
    margin-right: 5px;
    color: white;
}

.box-cart{

    height: 20px;
    width: 27px;
    cursor: pointer;
    position: relative;
}

.box-cart #icon-cart{
    
    font-size: 24px;
    color: white;
}

.box-cart .cartArray{
    
    color: white;
}

.box-cart .cartHeader{
    
    font-size: 18px;
}

.box-cart .cartOurProduct{
    
    font-size: 24px;
    color: #fff;
}


.box-cart .iconMoreOne{

    display: block;
    position: absolute;
    font-size: 12px;
}

.box-cart .iconMoreOneHeader{

    top: 0;
    right: 25%;
}


.box-cart .iconMoreOneOurProduct{

    top: 2px;
    right: 25%;
}



#div-finish-buy{
    display: none;
}


#div-finish-buy button{

    background-color: #2196F3; 
    color: #ffffff;
    padding: 8px 10px;
    box-shadow: 0 0 3px white;
    border: none;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    cursor: pointer;

}

#box-generation-qr-code{

    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .35);
    backdrop-filter: blur(15px);
    height: 100vh;
    width: 100%;
    z-index: 99;

}

#icon-close-qrCode{
    position: absolute;
    top: 20px;
    right: 20px;
     color: white;
     font-size: 32px;
     cursor: pointer;
}
