/* =========================================================
   RM My Account Style
   Scope: WooCommerce My Account only. Loaded conditionally.
   ========================================================= */

body .woocommerce .woocommerce-MyAccount-navigation {
    background: #0f1110 !important;
    border-radius: 20px !important;
    padding: 18px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.14) !important;
}

body .woocommerce .woocommerce-MyAccount-navigation h5 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    letter-spacing: .03em !important;
    margin: 0 0 14px !important;
    text-transform: uppercase !important;
}

body .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    display: block !important;
    width: 100% !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.055) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all .18s ease !important;
}

body .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover,
body .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    background: rgba(22,138,69,.24) !important;
    border-color: rgba(22,138,69,.52) !important;
    color: #ffffff !important;
}

body .woocommerce .woocommerce-MyAccount-content {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 26px !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    box-shadow: 0 18px 45px rgba(0,0,0,.08) !important;
}

body .woocommerce .woocommerce-MyAccount-content h1,
body .woocommerce .woocommerce-MyAccount-content h2,
body .woocommerce .woocommerce-MyAccount-content h3,
body .woocommerce .woocommerce-MyAccount-content h4,
body .woocommerce .woocommerce-MyAccount-content .font-weight-bold {
    color: #111111 !important;
    font-weight: 850 !important;
}

body .woocommerce .woocommerce-MyAccount-content p,
body .woocommerce .woocommerce-MyAccount-content li,
body .woocommerce .woocommerce-MyAccount-content td,
body .woocommerce .woocommerce-MyAccount-content address {
    color: rgba(17,17,17,.84) !important;
}

body .woocommerce .woocommerce-MyAccount-content a {
    color: #168a45 !important;
    font-weight: 750 !important;
    text-decoration: none !important;
}

body .woocommerce .woocommerce-MyAccount-content a:hover {
    color: #0f6d36 !important;
    text-decoration: underline !important;
}

body .woocommerce .woocommerce-MyAccount-content .porto-content-box,
body .woocommerce .woocommerce-MyAccount-content .featured-box {
    border-radius: 18px !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.07) !important;
    overflow: hidden !important;
}

body .woocommerce .woocommerce-MyAccount-content .featured-box .box-content {
    background: #f7f8f7 !important;
    border-radius: 18px !important;
    transition: all .18s ease !important;
}

body .woocommerce .woocommerce-MyAccount-content .featured-box:hover .box-content {
    background: #0f1110 !important;
}

body .woocommerce .woocommerce-MyAccount-content .featured-box h4 {
    color: #111111 !important;
}

body .woocommerce .woocommerce-MyAccount-content .featured-box:hover h4 {
    color: #ffffff !important;
}

body .woocommerce .woocommerce-MyAccount-content .featured-box i {
    color: #168a45 !important;
}

body .woocommerce .woocommerce-MyAccount-content .featured-box:hover i {
    color: #ffffff !important;
}

body .woocommerce table.shop_table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

body .woocommerce table.shop_table th {
    background: #0f1110 !important;
    color: #ffffff !important;
    font-weight: 850 !important;
    border: 0 !important;
    padding: 14px 16px !important;
}

body .woocommerce table.shop_table td {
    color: rgba(17,17,17,.84) !important;
    border-color: rgba(0,0,0,.07) !important;
    padding: 14px 16px !important;
}

body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce .woocommerce-button {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #111111 !important;
    border-radius: 999px !important;
    padding: 11px 18px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .woocommerce .woocommerce-button:hover {
    background: #168a45 !important;
    border-color: #168a45 !important;
    color: #ffffff !important;
}

body .woocommerce form .form-row label {
    color: #111111 !important;
    font-weight: 750 !important;
    font-size: 13px !important;
}

body .woocommerce form input.input-text,
body .woocommerce form textarea,
body .woocommerce form select {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid rgba(0,0,0,.16) !important;
    border-radius: 12px !important;
    padding: 11px 12px !important;
    box-shadow: none !important;
}

body .woocommerce form input.input-text:focus,
body .woocommerce form textarea:focus,
body .woocommerce form select:focus {
    border-color: #168a45 !important;
    box-shadow: 0 0 0 3px rgba(22,138,69,.14) !important;
    outline: none !important;
}

body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-error {
    border-radius: 16px !important;
    border-top: none !important;
    border-left: 4px solid #168a45 !important;
    background: #ffffff !important;
    color: #111111 !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.08) !important;
}

@media (max-width: 768px) {
    body .woocommerce .woocommerce-MyAccount-navigation {
        margin-bottom: 18px !important;
        padding: 14px !important;
        border-radius: 18px !important;
    }

    body .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
        padding: 11px 12px !important;
        font-size: 13px !important;
    }

    body .woocommerce .woocommerce-MyAccount-content {
        padding: 20px !important;
        border-radius: 18px !important;
    }

    body .woocommerce table.shop_table th,
    body .woocommerce table.shop_table td {
        padding: 12px !important;
        font-size: 13px !important;
    }
}
