/*
Area "Mio account" di WooCommerce: dashboard, indirizzi, ordini, menu
laterale. Estratto da style.css il 01/08/2026, caricato solo su
is_account_page().

NB: il form di accesso vero e proprio e' rimasto in style.css, perche' il tema
stampa il popup di login nell'header di ogni pagina.
*/

.section.account--sec .pe-wrapper {
    padding: 0;
    min-height: 60vh;
    border-color: var(--linesColor);
    border-width: 1px;
}

.wrapper-has-bg .section.account--sec .pe-wrapper {
    background: var(--secondaryBackground)
}

.section.account--sec {
    min-height: 60vh;
}

.woocommerce-account .woocommerce-MyAccount-content {
    max-width: 100%;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    padding: 40px;
    width: 100% !important;
    --radius: 25px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 1em;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 75%;
    margin: 50px auto;
}

.pe--account--wrap nav.woocommerce-MyAccount-navigation ul {
    margin: 0
}

nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 1em;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-right: 5%;
}

.pe-col-3.saren--account--nav {
    padding: 0;
    gap: 25px;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--secondaryBackground);
    border-radius: 5px;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 0.75em 0.5em 0.75em 1em;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    /* color: var(--mainBackground); */
}

nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em;
}

nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon svg {
    width: 1.2em;
    height: 1.2em;
    fill: var(--mainColor);
}

.saren--account--details {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--mainColor);
    border-radius: 15px;
    padding: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    color: var(--mainBackground);
    overflow: hidden;
    min-height: 167px;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.saren--user--avatar {
    width: 35%;
    height: 100%;
}

.saren--user--details {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 1em;
    position: relative;
}

.saren--user--avatar img {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.saren--account--details a {
    color: var(--mainBackground);
}

.saren--user--details>div:not(.saren--user--display--name) {
    font-size: 14px;
    color: var(--secondaryColor);
}

.saren--user--details>div:not(.saren--user--display--name) a {
    text-decoration: underline;
}

a.saren--logout--button {
    position: absolute;
    bottom: 1em;
    left: 1em;
    font-size: 14px;
    border: 1px solid var(--linesColor);
    padding: 0.1em 1em;
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content:has(.saren--account--dashboard) {
    background: none;
    padding: 0;
}

.saren--account--dashboard .saren--account--dashboard--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}

.saren--account--dashboard .saren--account--dashboard--head>div {
    padding: 1em;
    background: var(--secondaryBackground);
    border-radius: 15px;
    padding: 2em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.saren--account--dashboard .saren--account--dashboard--head>div span.user--num {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
}

.saren--account--dashboard .saren--account--dashboard--head>div span:not(.user--num) {
    font-size: 14px;
    color: var(--secondaryColor);
}

.saren--account--dashboard--foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.saren--account--dashboard--foot>div {
    background: var(--secondaryBackground);
    padding: 1em;
    border-radius: 15px;
}

.saren--account--dashboard--foot>div.user--latest--orders {
    width: calc(75% - 4px);
    min-height: 350px;
}

.saren--account--dashboard--foot>div.user--favorite--item {
    width: calc(25% - 11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.mpi--product {
    display: block;
    width: 100%;
}

.mpi--product a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.mpi--product a span {
    position: absolute;
    bottom: 1em;
}

.mpi--product img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.saren--account--dashboard--foot>div.user--favorite--item p {
    position: absolute;
    top: 0.75em;
    left: 0;
    text-align: center;
    width: 100%;
}

.saren--account--dashboard--foot>div>p {
    margin: 0;
}

.saren--account--dashboard--foot>div.user--latest--orders ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1em;
    gap: 1em;
}

.saren--account--dashboard--foot>div.user--latest--orders ul li>a>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--mainBackground);
    padding: 1em 1.5em 1em 1em;
    border-radius: 15px;
    gap: 20px;
}

.saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
}

.saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: var(--secondaryColor);
    gap: 5px;
    width: 20%;
}

.lpi--row.lpi--images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    width: 60% !important;
}

.lpi--row.lpi--images>div {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
}

.lpi--row.lpi--images>div img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lpi--row:first-child span:first-child {
    font-weight: bold;
    color: var(--mainColor);
}

.saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.3em 0.5em;
    background: var(--mainColor);
    color: var(--secondaryBackground);
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.saren--account--dashboard--foot>div>p>a {
    font-size: 14px;
    color: var(--secondaryColor);
    float: right;
    text-decoration: underline;
    text-transform: uppercase;
}

.saren--account--dashboard--foot>div>p>a:hover {
    color: var(--mainColor);
}

.saren--acc--order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--mainBackground);
    padding: 1em;
    border-radius: 15px;
    gap: 40px;
    margin-bottom: 1em;
}

.saren--acc--order>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.saren--acc--order>div>div:not(:has(*)) {
    display: none;
}

.saren--acc--order>div.saren--acc--order--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--acc--order>div.saren--acc--order--bottom .lpi--row.lpi--images {
    width: 50% !important;
}

.woo--oders--table--title p {
    margin: 0;
    margin-bottom: 50px;
}

.section.account--sec form .form-row input.input-text,
.section.account--sec form .form-row textarea {
    padding: 0.75em 1em;
    font-size: 14px;
    border-color: var(--linesColor);
}

.section.account--sec form .form-row label {
    font-size: 14px;
    color: var(--secondaryColor);
}

.section.account--sec form button {
    font-size: 14px;
    border-radius: var(--radius);
    --radius: 10px
}

.section.account--sec .select2-container--default .select2-selection--single {
    border-color: var(--linesColor);
    border-radius: var(--radius);
    --radius: 10px;
    padding: 0.75em 1em;
    font-size: 14px;
    height: auto;
}

.section.account--sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

span.select2-dropdown.select2-dropdown--below {
    border: 1px solid var(--linesColor) !important;
    background-color: var(--secondaryBackground);
}

.section.account--sec em {
    font-size: 12px;
    color: var(--secondaryColor);
}

.dashboard-type-user-preview .saren--account--nav--top,
.dashboard-type-user-preview .saren--user--active--order,
.dashboard-type-user-preview .saren--account--dashboard--nav {
    display: none;
}

.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    gap: 1%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px;
    margin-bottom: 0;
}

.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li {
    width: 32%;
    height: 200px;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    --radius: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.dashboard-type-navigation .saren--account--dashboard--head,
.dashboard-type-navigation .saren--account--dashboard--foot {
    display: none;
}

.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    font-size: 18px;
    padding: 0.2em;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--mainColor);
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active a,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--mainBackground);
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active svg,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active svg {
    fill: var(--mainBackground);
}

.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon {
    font-size: 1.5em;
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover a,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: var(--mainBackground);
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--mainColor);
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover a svg,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover a svg {
    fill: var(--mainBackground);
}

.dashboard-type-navigation .pe-col-3.saren--account--nav .woocommerce-MyAccount-navigation {
    display: none;
}

.dashboard-type-navigation .saren--account--details {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--mainColor);
    border-radius: 0;
}

.dashboard-type-navigation .saren--account--details a {
    color: var(--mainColor);
}

.dashboard-type-navigation .saren--account--details .saren--user--details {
    padding: 0;
    margin-top: 2em;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-type-navigation .saren--account--details .saren--user--avatar {
    width: 75px;
    border-radius: var(--radius);
    --radius: 50%;
    overflow: hidden;
}

.dashboard-type-navigation .saren--account--details .saren--user--display--name {
    font-size: 20px;
    font-weight: 500;
}

.dashboard-type-navigation .saren--account--details a.saren--logout--button {
    position: static;
    display: block;
    margin-top: 1em;
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 1em;
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li {
    width: 100%;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    --radius: 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    white-space: nowrap;
    padding-right: 20px;
}

.pe-col-9.saren--account--content:has(.saren--account--dashboard--nav) .saren--account--nav--top {
    display: none;
}

.dashboard-type-navigation .woocommerce-MyAccount-content {
    --radius: 10px;
}

.saren--user--active--order {
    display: block;
    border-radius: var(--radius);
    --radius: 10px;
    background: var(--secondaryBackground);
    padding: 1em;
    width: 90%;
    margin-top: auto;
}

.saren--user--active--order p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--secondaryColor);
}

.saren--user--active--order .saren--latest--products--item {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.saren--user--active--order .saren--latest--products--item .lpi--row.lpi--images {
    width: 100% !important;
    margin-top: 1em;

}

.saren--user--active--order .saren--latest--products--item span.lpi--row.order--status {
    border: 1px solid var(--linesColor);
    padding: 0.5em 1em;
    border-radius: 10px;
    background: var(--mainColor);
    color: var(--secondaryBackground);

}

.dashboard-type-classic .pe-col-3.saren--account--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 10px;
    width: 100%;
}

.dashboard-type-classic .section.account--sec .pe-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
}

.dashboard-type-classic .saren--user--avatar {
    display: none;
}

.dashboard-type-classic .saren--account--details {
    background: none;
    color: var(--mainColor);
    min-height: unset;
    width: auto;
    white-space: nowrap;
}

.dashboard-type-classic .saren--account--nav--top,
.dashboard-type-classic .user--favorite--item,
.dashboard-type-classic .saren--account--dashboard--head,
.dashboard-type-classic .saren--account--dashboard--nav,
.dashboard-type-classic a.saren--logout--button,
.dashboard-type-classic .saren--user--url,
.dashboard-type-classic .saren--user--bio,
.dashboard-type-classic .saren--user--active--order,
.dashboard-type-classic .saren--account--dets--foot {
    display: none !important;
}

.dashboard-type-classic .saren--account--dashboard--foot>div.user--latest--orders {
    width: 100%;
}

.dashboard-type-classic .pe-col-9.saren--account--content {
    width: 100%;
    padding: 0
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation {
    margin: 0;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;

}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li {
    padding: 0;
    white-space: nowrap;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: none;
    position: relative;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li:not(:last-child) .acc--nav--icon {
    display: none;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li:last-child {
    margin-left: 2em;
    font-weight: 500;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li:last-child svg {
    fill: var(--mainColor);
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    bottom: -11px;
}

.dashboard-type-classic .saren--user--details {
    padding: 0;
}

@media only screen and (max-width: 576px) {

    .dashboard-type-classic .section.account--sec .pe-wrapper {
        width: 100%;
    }

    .saren--account--dashboard--foot>div.user--latest--orders ul li>a>div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2em;
    }

    .saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row {
        width: auto;
    }

    .saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:first-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:last-child {
        width: auto !important;
    }

    .saren--acc--order>div.saren--acc--order--bottom .lpi--row.lpi--images {
        width: 100% !important;
    }

    .saren--acc--order>div.saren--acc--order--bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        gap: 20px;
    }

    .saren--acc--order>div.saren--acc--order--bottom>div {
        width: auto !important;
    }

    .dashboard-type-classic .pe-col-3.saren--account--nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 1em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 10px;
    }

    .dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active::after {
        bottom: 0;
    }

    .dashboard-type-classic .pe-col-3.saren--account--nav {
        border-bottom: navajowhite;
    }


    .dashboard-type-navigation .pe-col-3.saren--account--nav {
        width: 100%;
        margin: 0;
    }

    .dashboard-type-navigation .saren--account--details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
        min-height: unset;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .dashboard-type-navigation .saren--account--details .saren--user--details {
        margin-top: 0;
    }

    .saren--user--active--order {
        display: none;
    }

    .dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li {
        width: 49%;
        height: auto;
        min-height: 150px;
    }

    .pe-col-9.saren--account--content {
        width: 100%;
        padding: 0;
    }

    .saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li {
        white-space: nowrap;
        padding-right: 20px;
    }

    .pe-col-3.saren--account--nav {
        width: 100%;
        margin-bottom: 0;
    }

    .dashboard-type-user-preview nav.woocommerce-MyAccount-navigation ul {
        margin: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .dashboard-type-user-preview nav.woocommerce-MyAccount-navigation ul li {
        white-space: nowrap;
        padding-right: 1.5em;
    }

    .saren--account--dashboard .saren--account--dashboard--head>div span.user--num {
        font-size: 20px;
    }

    .saren--account--dashboard .saren--account--dashboard--head>div {
        padding: 10px;
        width: 48%;
    }

    .saren--account--dashboard .saren--account--dashboard--head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4%;
        row-gap: 10px;
    }

    .saren--account--details {
        min-height: unset;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    a.saren--logout--button {
        display: none;
    }

    .saren--user--avatar {
        width: 40%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
        height: 100%;
    }

    .saren--user--details {
        gap: 10px;
        width: 75%;
    }

    .saren--account--dashboard--foot>div.user--latest--orders {
        width: 100%;
    }

    .saren--account--dashboard--foot>div.user--favorite--item {
        width: 100%;
    }

}

.user-url-hide .saren--user--url,
.user-bio-hide .saren--user--bio,
.user-avatar-hide .saren--user--avatar,
.active-order-hide.user-card-hide .pe-col-3.saren--account--nav,
.active-order-hide .saren--user--active--order,
.user-summary-hide .saren--account--dashboard--head,
.most-visited-hide .user--favorite--item,
.user-card-hide .saren--account--details {
    display: none !important
}

.active-order-hide.user-card-hide .pe-col-9.saren--account--content,
.most-visited-hide .saren--account--dashboard--foot>div.user--latest--orders {
    width: 100%;
}

.saren--account--dashboard .saren--account--dashboard--head>div,
.saren--account--dashboard--foot>div,
nav.woocommerce-MyAccount-navigation ul li.is-active,
.saren--account--details,
.woocommerce-MyAccount-content,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li,
.saren--user--active--order {
    border-width: 1px;
    border-color: var(--linesColor);
}

.pe-wrapper.saren--login--page--wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 75vh;
}
