/* Simex child v1.3.1 — account.css */
/* =========================================================
   MY ACCOUNT
   ========================================================= */

body.woocommerce-account .entry-content > .woocommerce {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li + li {
    border-top: 1px solid rgba(0,0,0,.08) !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 14px 16px 14px 48px;
    background: #fff;
    color: #444;
    border: 0 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: background .18s ease, color .18s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #f4f4f1;
    color: #181818;
    opacity: 1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #181818;
    color: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:before {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 18px;
    transform: translateY(-50%);
    color: currentColor;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    opacity: .9;
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "⌂";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a:before {
    content: "▦";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "↓";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "◆";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "◎";
}

body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "↗";
}

body.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: auto !important;
    min-height: 320px;
    margin: 0 !important;
    padding: 38px 42px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    color: #242424;
    font-size: 16px;
    line-height: 1.75;
}

body.woocommerce-account .woocommerce-MyAccount-content p:before,
body.woocommerce-account .woocommerce-MyAccount-content p:first-of-type:before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message:before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info:before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error:before {
    display: none !important;
    content: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
    position: static !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #555 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content strong {
    color: #181818;
    font-weight: 800;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
    color: #181818;
    font-weight: 750;
    border-bottom: 1px solid rgba(24,24,24,.22);
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover {
    border-bottom-color: #181818;
}

body.woocommerce-account .woocommerce-orders-table,
body.woocommerce-account .woocommerce-table {
    width: 100%;
    border: 1px solid rgba(0,0,0,.10) !important;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

body.woocommerce-account .woocommerce-orders-table th,
body.woocommerce-account .woocommerce-orders-table td,
body.woocommerce-account .woocommerce-table th,
body.woocommerce-account .woocommerce-table td {
    padding: 16px 18px;
    border: 0 !important;
    border-bottom: 1px solid rgba(0,0,0,.07) !important;
    background: #fff !important;
    color: #242424;
    font-size: 14px;
    line-height: 1.5;
}

body.woocommerce-account .woocommerce-orders-table thead th,
body.woocommerce-account .woocommerce-table thead th {
    background: #fafaf8 !important;
    color: #777;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

body.woocommerce-account .woocommerce-orders-table tr:last-child td,
body.woocommerce-account .woocommerce-table tr:last-child td {
    border-bottom: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content form {
    margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin: 28px 0;
    padding: 22px;
    border: 1px solid rgba(0,0,0,.10);
    background: #fafaf8;
}

body.woocommerce-account .woocommerce-MyAccount-content legend {
    padding: 0 8px;
    color: #181818;
    font-size: 16px;
    font-weight: 800;
}

body.woocommerce-account .woocommerce-MyAccount-content label {
    margin-bottom: 7px;
    color: #555;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

body.woocommerce-account .woocommerce-Address {
    padding: 24px;
    border: 1px solid rgba(0,0,0,.10);
    background: #fafaf8;
}

body.woocommerce-account .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 0 0 18px;
    color: #181818;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.woocommerce-account address {
    color: #444;
    font-style: normal;
    line-height: 1.75;
}

/* Responsive */

@media (max-width: 900px) {
    body.woocommerce-account .entry-content > .woocommerce {
            grid-template-columns: 1fr;
            gap: 18px;
        }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

    body.woocommerce-account .woocommerce-MyAccount-navigation li + li {
            border-top: 0 !important;
        }

    body.woocommerce-account .woocommerce-MyAccount-navigation li {
            border: 1px solid rgba(0,0,0,.07) !important;
            margin: -1px 0 0 -1px;
        }
}

@media (max-width: 767px) {
    body.woocommerce-account #main .content {
            padding-top: 34px;
            padding-bottom: 50px;
        }

    body.woocommerce-account .woocommerce-MyAccount-content {
            padding: 22px 18px;
        }
}

@media (max-width: 480px) {
    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
            grid-template-columns: 1fr;
        }
}
