.more-menu.forMobile{
    padding: 1rem 1.2rem;
    width: 350px;
}

@media screen and (max-width: 640px) {
    .more-menu.forMobile{
        width:100vw!important;
        left: 0;
        right: 0px;
    }
}

#userCartInclude{
    width: 100%;
}

.cart-elements{
    border-bottom:1px solid;
}

.cart-collection-title{
    font-size: 13px;
}

#cart-total{
    margin-top: 20px;
}

.cart-validation-btn{
    font-size: 13px;
    border-radius: 10px!important;
    margin-bottom: 13px;
    margin-top: 20px;
}

#user-cart-total-items{
   /* position: absolute;
    bottom: 0px; 
    right: -24px;*/
    font-size: 14px;
    font-weight: 600;
    background-color: red;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-cart-icon:hover{
    cursor: pointer;
    color: red;
}