.elementor-689 .elementor-element.elementor-element-33dcb1b8{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS */.woocommerce-privacy-policy-link {
    color: #a0a0a0;
}
.woocommerce-LostPassword .lost_password {
        color: #a0a0a0;

}
.woocommerce,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
    font-family: Inter, sans-serif;
    color: #1E2939;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.4px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h1 {
    color: #101828;
    font-family: Inter, sans-serif;
    font-size: 22.285px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.31px;
    letter-spacing: -0.317px;
    margin: 0 0 16px 0;
}



.woocommerce {
    display: flex;
    gap: 40px;
}

.woocommerce-MyAccount-navigation {
    width: 260px;
    border-right: 1px solid #000;
    padding-right: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation a {
    text-decoration: none;
    color: #101828;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    display: block;
    border-radius: 4px;
    transition: all .25s ease;
}

.woocommerce-MyAccount-navigation a:hover {
    background: #000;
    color: #FFF;
}

.woocommerce-MyAccount-navigation .is-active a {
    background: #000;
    color: #FFF;
    font-weight: 600;
}



.woocommerce-MyAccount-content {
    flex: 1;
    padding-top: 10px;
}

.woocommerce-MyAccount-content p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 21.4px;
}

.woocommerce-MyAccount-content a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
    opacity: .7;
}


.woocommerce table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.woocommerce table th {
    background: #000;
    color: #FFF;
    padding: 14px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce table td {
    padding: 12px;
    border-bottom: 1px solid #000;
    font-size: 14px;
}

.woocommerce table tr:hover td {
    background: #f5f5f5;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .woocommerce-button {
    background: #000 !important;
    color: #FFF !important;
    padding: 12px 20px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: .25s all ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .woocommerce-button:hover {
    opacity: .8;
}

.woocommerce-MyAccount-content {
    flex: 1;
    padding: 20px 40px; 
    max-width: 100%;    
}

.elementor .woocommerce-MyAccount-content {
    padding-left: 40px !important;
}



.woocommerce-Addresses.col2-set {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.woocommerce-Address,
.woocommerce-Addresses .u-column1,
.woocommerce-Addresses .u-column2 {
    flex: 1;
    padding: 24px;
    border: 1px solid #000;
    border-radius: 6px;
    background: #FFF;
}

.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}

.woocommerce-Address-title h2 {
    margin: 0;
}

.woocommerce-Address-title a.edit {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}

.woocommerce-Address address {
    white-space: pre-line;
    color: #1E2939;
    font-size: 14px;
    line-height: 21.4px;
    margin: 0;
}


@media (max-width: 768px) {

    .woocommerce-MyAccount-content {
        padding: 20px 10px;
    }

    .woocommerce-Addresses.col2-set {
        flex-direction: column;
        gap: 20px;
    }

    .woocommerce-Address,
    .woocommerce-Addresses .u-column1,
    .woocommerce-Addresses .u-column2 {
        padding: 20px;
    }
}/* End custom CSS */