.lcusers{
    box-sizing: border-box;
}

.lcusers-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
}


.lcusers-header {
    width: 100%;
    overflow-x: hidden;
    padding: 0 0 .5em 0;
}

.lcusers-header h1 {
    font-weight: 700;
    margin: 0 0 .3em 0;
    line-height: 1;
}

.lcusers-header p {
    font-size: .9em;
    margin: 0;
    padding: 0;
}

.lcusers-sidebar {
    width: 25%;
}

.lcusers-content{
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em 0;
    margin: 0 auto;
}
.user-required{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    padding: 3em 0 1em 0;
    border-top: 1px solid var(--primary);
}
.user-required > div{
    max-width: 500px;
}

.lcuser-blocco-info{ display: block; clear: both;}

.lcusers-signup-form-cnt, .lcusers-login-form-cnt {
    width: 100%;
    max-width: 450px;
}
.lcusers-profile-form-cnt {
    display: block;
    padding: 0 0 1em 0;
    width: 74%;
}
/* .lcuser-altenative{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    background-color: var(--primary);
    color: var(--alternative);
    padding: 1em;
    border-radius: 1em;
    margin: 1em 0;
    max-width: 450px;
    min-width: 300px;
}
.lcuser-altenative *{ color: var(--alternative);}
.lcuser-altenative .lcuser-altenative_btn{ 
    background-color: var(--alternative); color: var(--primary); padding: .5em .8em; margin-bottom: .5em; display: inline-block;  border-radius: .6em; 
    text-transform: uppercase; font-weight: 700; cursor: pointer; text-decoration: none;
}
.lcuser-altenative .lcuser-altenative_btn:hover{ opacity: .8; } */

.lcuser-icon-cnt {
    position: relative;
    display: flex;
    align-items: center;
}

.lcuser-icon-cnt a {
    display: flex;
    align-items: center;
    padding: 5px 5px;
    position: relative;
    width: 40px;
}
.lcuser-icon-cnt a svg {
    width: 40px;
    padding: 0;
}

.lcuser-sidebar{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}




.lcuser-sidebar-menu-cnt-header {
    display: none;
}

.lcuser_orders_list{
    width: 100%;
    overflow-y: auto;
}
.lcuser_orders_list_rows {
    display: block;
    width: 100%;
    min-width: 600px;
}
.lcuser_orders_list_row{
    display: grid;
    grid-template-columns: 3fr 1fr 2fr 1fr 1fr;

    align-items: center;
    padding: .5em 0;
    border-bottom: 1px solid var(--alternative);
}
.lcuser_orders_list_row .button.button-min{
    font-size: 12px !important;
}

.lcuser_order_items_list{
    width: 100%;
    overflow-y: auto;
}
.lcuser_order_items_list_rows {
    display: block;
    width: 100%;
    min-width: 600px;
}
.lcuser_order_items_list_row{
    display: grid;
    grid-template-columns: 3fr 1fr 1fr ;
    align-items: center;
    padding: .5em 0;
    border-bottom: 1px solid var(--alternative);
}


.lcuser_order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: center;
    padding: .5rem 0 2rem 0;
}

.lcuser_order_totali {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    align-items: center;
    padding: .5rem 0 2rem 0;
}

.lcuser_order_row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0;
    margin: 0 1rem 1rem 0;
    border-bottom: var(--alternative) 1px solid;
}
.lcuser_order_dati{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    padding: 1em 0;
    align-items: stretch;
}
.lcuser_order_dati_block{
    /* border-bottom: var(--alternative) 1px solid; */
    margin: 0 0 1rem 0;

}

.lcuser_order_row_full {
    display: block;
}

.lcuser_order_label {
    width: 50%;
}

.lcuser_order_value {
    width: 50%;
    font-weight: bold;

}

.orders_list_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.orders_list_table tr th {
    background: #F5f5f5;
    border-left: 1px solid #FFF;
    padding: .3rem .5rem;
}

.orders_list_table tr td {
    background: #FFF;
    border-left: 1px solid #FFF;
    padding: .3rem .5rem;
    border-bottom: 1px solid #f5f5f5;
}



@media screen and (max-width: 1024px) {
    .lcusers-flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 2em;
    }
    .lcusers-signup-form-cnt, .lcusers-login-form-cnt {
        width: 100%;
        max-width: 100%;
    }
    .lcusers-profile-form-cnt {
        width: 100%;
    }
    .lcuser-sidebar {
        display: block;
        border-bottom: 1px solid var(--alternative);
        width: 100%;
    }
    .lcuser-sidebar-menu-cnt-header {
        display: block;
        padding: .5em 0;
    }
    .lcuser-sidebar-menu-cnt-header a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.2em;
        font-weight: 700;
    }
    .lcuser-sidebar-menu-cnt-header a svg{
        transform: rotate(180deg);
    }
    .mobile-show .lcuser-sidebar-menu-cnt-header a svg{
        transform: rotate(0deg);

    }
    .lcuser-sidebar-menu-cnt-data {
        display: none;
        padding: .2em 0;
    }
    .mobile-show .lcuser-sidebar-menu-cnt-data {
        display: block;
    }
    .lcuser-sidebar-menu-cnt-data h6{ display: none;}

    .lcuser-sidebar-menu-nav{
        display: block;
        padding: 0 0 .5em 0;
        overflow-y: auto;

    }
    
    ul.lcuser-sidebar-menu{
        display: flex;
        flex-direction: row;
        gap: 1em;
        padding: 0;
        list-style: none;
    }
    ul.lcuser-sidebar-menu li{
        padding-bottom: 1em;
    }
    ul.lcuser-sidebar-menu li a{
        padding: .51em .7em;
        background-color: var(--alternative);
        color: var(--primary);
    }

    .lcuser_order {
        grid-template-columns: 1fr;
        padding: .5rem 0 0 0;
    }

    .lcuser_order_row{
        padding: .3rem 0;
        margin: 0 0;
    }

    .lcuser_order_dati{
        grid-template-columns: 1fr;
        gap: 0;
    }

}
@media screen and (max-width: 767px) {
    
    

}