.elementor-6512 .elementor-element.elementor-element-41e4868{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6512 .elementor-element.elementor-element-dc7beb6{--tabs-hover-color:#F69256;--tabs-active-color:#F69256;--tabs-border-radius:11px 11px 11px 11px;--sections-background-color:#E5E7EB4F;--sections-border-type:none;--sections-border-radius:10px 10px 10px 10px;--links-normal-color:#F69256;}.elementor-6512 .elementor-element.elementor-element-dc7beb6 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) h2, .elementor-6512 .elementor-element.elementor-element-dc7beb6 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) h3{font-family:"Poppins", Sans-serif;}:root{--page-title-display:none;}/* Start custom CSS for woocommerce-my-account, class: .elementor-element-dc7beb6 *//* =========================
   iOS STYLE SIDEBAR
========================= */

/* container glass tweak */
.woocommerce-account .woocommerce-MyAccount-navigation{
    padding: 14px !important;
}

/* list reset */
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* base item like iOS cell */
.woocommerce-account .woocommerce-MyAccount-navigation a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px 14px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(0,0,0,0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #1C4E8B;
    font-size: 14px;
    font-weight: 500;
    transition: all .25s ease;
    overflow: hidden;
}

/* left indicator (iOS subtle line) */
.woocommerce-account .woocommerce-MyAccount-navigation a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    border-radius: 10px;
    background: transparent;
    transition: all .25s ease;
}

/* hover state */
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
    background: rgba(0, 182, 204, 0.08);
    transform: translateX(2px);
}

/* hover indicator */
.woocommerce-account .woocommerce-MyAccount-navigation a:hover::before{
    background: linear-gradient(180deg, #00B6CC, #7DD0B6);
}

/* ACTIVE like iOS selected cell */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(0, 182, 204, 0.25);
    box-shadow: 0 8px 24px rgba(0, 182, 204, 0.08);
    font-weight: 600;
}

/* active left bar */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before{
    background: linear-gradient(180deg, #00B6CC, #7DD0B6);
}

/* iOS-style arrow */
.woocommerce-account .woocommerce-MyAccount-navigation a::after{
    content: "›";
    font-size: 18px;
    color: rgba(28,78,139,0.35);
    transition: all .2s ease;
}

/* active arrow stronger */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after{
    color: #00B6CC;
}

/* icon support (if you add later) */
.woocommerce-account .woocommerce-MyAccount-navigation a i,
.woocommerce-account .woocommerce-MyAccount-navigation a svg{
    margin-right: 10px;
    opacity: 0.85;
    width: 18px;
    height: 18px;
}

/* spacing feel like iOS list */
.woocommerce-account .woocommerce-MyAccount-navigation li{
    margin: 0;
}/* End custom CSS */
/* Start custom CSS */.custom-logo{
display:none !important;
    
}/* End custom CSS */