.elementor-171 .elementor-element.elementor-element-5a4d1f0{--display:flex;--gap:2em 2em;--row-gap:2em;--column-gap:2em;--padding-top:3em;--padding-bottom:3em;--padding-left:1em;--padding-right:1em;}.elementor-171 .elementor-element.elementor-element-74c892b .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:not(.is-active) a{background-color:#2F2C2C00;}.elementor-171 .elementor-element.elementor-element-74c892b .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{background-color:var( --e-global-color-ac73e38 );}.elementor-171 .elementor-element.elementor-element-74c892b .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{background-color:var( --e-global-color-ac73e38 );}.elementor-171 .elementor-element.elementor-element-74c892b{--tabs-alignment:start;--tabs-normal-color:var( --e-global-color-text );--tabs-hover-color:var( --e-global-color-04e5b49 );--tabs-active-color:var( --e-global-color-04e5b49 );--tabs-border-type:none;--tabs-border-radius:10px 10px 10px 10px;--tabs-padding:1em 1em 1em 1em;--tabs-spacing:8px;--sections-background-color:#02010100;--sections-border-type:none;--sections-padding:0px 0px 0px 0px;--edit-link-margin-top:0px;--edit-link-margin-start:0px;}.elementor-171 .elementor-element.elementor-element-74c892b .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:500;text-transform:none;font-style:normal;text-decoration:none;line-height:1.4em;}.elementor-171 .elementor-element.elementor-element-74c892b .e-my-account-tab__edit-address .woocommerce-Address address{padding-top:calc( 0px + 40px );}.elementor-171 .elementor-element.elementor-element-74c892b .woocommerce-pagination{padding-bottom:0px;}body.elementor-page-171:not(.elementor-motion-effects-element-type-background), body.elementor-page-171 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3c7f9de );}@media(min-width:768px){.elementor-171 .elementor-element.elementor-element-5a4d1f0{--content-width:1480px;}}/* Start custom CSS *//* ==========================================================================
   WOOCOMMERCE BUTTON STYLES
   ========================================================================== */

.woocommerce-button,
a.woocommerce-button {
    margin: 4px 0 !important;
    padding: 10px !important;
    width: 100%;
    color: #717CDC !important;
    text-align: center;
    border: 2px solid #717CDC !important;
}

.woocommerce-button.button.view {
    padding: 0.8em 1em !important;
    color: #ffffff !important;
    font-size: 16px !important;
    background-color: #717CDC !important;
    border: none !important;
}

.order-again a.button {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: #717CDC !important;
    border: none !important;
    border-radius: 8px !important;
}

/* ==========================================================================
   MY ACCOUNT NAVIGATION
   ========================================================================== */

.woocommerce-MyAccount-navigation {
    padding: 3em 2em;
    background-color: #ffffff;
    border-radius: 10px;
}

/* User Profile Section */
.woocommerce-MyAccount-user {
    display: flex;
    flex-direction: row;
    margin-bottom: 2.6em !important;
    gap: 1em;
}

.woocommerce-MyAccount-user .profile_image {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-user h3.woocommerce-MyAccount-title {
    margin: 0 0 0 !important;
    font-size: 1.125em;
    font-weight: 500 !important;
}

.woocommerce-MyAccount-user-name {
    margin-bottom: 0 !important;
    color: #717CDC;
    font-size: 1.56em;
    font-weight: 600;
    line-height: 1.6em;
}

/* Edit Profile Link */
span.edit_profile {
    display: flex;
    align-items: center;
    gap: 4px;
}

span.edit_profile a {
    color: #848484 !important;
    font-size: 14px !important;
    text-decoration: underline;
}

/* ==========================================================================
   NAVIGATION MENU ICONS
   ========================================================================== */

.woocommerce-MyAccount-navigation-link {
    position: relative;
}

/* Base icon styles */
li.woocommerce-MyAccount-navigation-link::before,
li.woocommerce-MyAccount-navigation-link a::before {
    font-family: 'good-techonology' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Arrow icons */
li.woocommerce-MyAccount-navigation-link::before {
    position: absolute;
    top: 50%;
    right: 1em;
    color: #717CDC;
    font-size: 12px;
    content: "\e903";
    transform: translateY(-50%);
}

li.woocommerce-MyAccount-navigation-link:hover::before,
li.woocommerce-MyAccount-navigation-link.is-active::before {
    color: #ffffff;
}

/* Menu item icons */
li.woocommerce-MyAccount-navigation-link a::before {
    font-size: 20px;
    margin-right: 1em;
}

.woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
}

/* Specific menu item icons */
li.woocommerce-MyAccount-navigation-link--productos-recurrentes a::before {
    content: "\e926";
}

li.woocommerce-MyAccount-navigation-link--billetera a::before {
    padding-left: 4px;
    content: "\e908";
}

li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\e91e";
}

li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\e92e";
}

li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\e928";
}

/* WhatsApp link special styling */
.woocommerce-MyAccount-navigation-link--wpp-link {
    background-color: #53CF6E;
    border-radius: 10px;
}

.woocommerce-MyAccount-navigation-link--wpp-link::before,
.woocommerce-MyAccount-navigation-link--wpp-link a {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation-link--wpp-link a::before {
    margin-right: 1em;
    content: "\e930";
}

/* ==========================================================================
   ACCOUNT BALANCE & POINTS
   ========================================================================== */

.MyAccount-points-title {
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}

span.points,
.MyAccount-balance bdi {
    color: #717CDC !important;
    font-size: 45px !important;
    font-weight: 600 !important;
    line-height: 1.4;
}

span.points span.points-span,
.MyAccount-balance span + span {
    color: #717CDC !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 1.4;
}

.text-information p {
    color: #64748B !important;
    font-size: 1em !important;
}

/* ==========================================================================
   ORDERS TABLE
   ========================================================================== */

.woocommerce table.shop_table,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: separate !important;
    border-spacing: 0 16px;
    border-radius: 16px;
    overflow: hidden !important;
}

/* Table Headers */
.woocommerce-orders-table th span {
    color: #626262 !important;
    font-size: 16px;
    font-weight: 500 !important;
}

/* Table Rows */
.woocommerce-orders-table__row {
    margin: 8px 0 1em !important;
    border-radius: 5px !important;
    border: none !important;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell {
    padding: 1em !important;
    border-top: none !important;
    margin-bottom: 1em;
    background-color: #ffffff !important;
}

.woocommerce-orders-table__row:hover .woocommerce-orders-table__cell {
    background-color: #EBEBEB !important;
}

/* Table Border Radius */
.woocommerce-MyAccount-orders tr th {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.woocommerce-MyAccount-orders tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Table Content */
.woocommerce-orders-table__row td *,
.woocommerce-orders-table__cell-order-number a {
    color: #171520 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.woocommerce-orders-table__cell-order-status {
    color: #3E45ED !important;
}

/* Table Actions */
.woocommerce-orders-table__cell-order-actions a {
    width: fit-content;
    gap: 1em;
    margin: 0 8px !important;
}

.woocommerce-button.pay + .woocommerce-button.button.view {
    width: fit-content;
}

/* ==========================================================================
   ORDER DETAILS
   ========================================================================== */

table.woocommerce-table--order-details {
    padding: 1em !important;
    border-top: none !important;
    margin-bottom: 1em;
    background-color: #ffffff !important;
}

.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-view-order .woocommerce-column__title {
    margin: 0.5em 0 1em !important;
    color: #626262 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.woocommerce-view-order .product-name a {
    color: #9C7CDC !important;
}

/* ==========================================================================
   UTILITY CLASSES & HIDDEN ELEMENTS
   ========================================================================== */

/* Hidden Elements */
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2,
.woocommerce-notices-wrapper,
.clear:nth-child(1) + p.form-row.form-row-wide,
.woocommerce-table--order-details tbody + tfoot {
    display: none !important;
}

/* Info Messages */
.e-my-account-tab.e-my-account-tab__orders .woocommerce-info {
    padding: 0;
    color: #64748B !important;
    background-color: transparent !important;
    border: none !important;
}

.woocommerce-info::before {
    display: none !important;
}/* End custom CSS */