.elementor-10 .elementor-element.elementor-element-cdf8941{--display:flex;--min-height:300px;--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;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;}.elementor-10 .elementor-element.elementor-element-cdf8941:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-cdf8941 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.dhandapanitopsworld.com/wp-content/uploads/2026/02/bg1.cf596262.jpg");background-position:center center;background-size:cover;}.elementor-10 .elementor-element.elementor-element-cdf8941::before, .elementor-10 .elementor-element.elementor-element-cdf8941 > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-cdf8941 > .e-con-inner > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-cdf8941 > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-cdf8941 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-cdf8941 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-10 .elementor-element.elementor-element-aa79775 .wpr-post-title{text-align:center;color:#FFFFFF;font-size:40px;}.elementor-10 .elementor-element.elementor-element-45938e8 .eael-breadcrumbs{justify-content:center;}.elementor-10 .elementor-element.elementor-element-45938e8 .eael-breadcrumbs .eael-breadcrumbs__content{border-style:none;color:#FFFFFF;font-size:16px;}.elementor-10 .elementor-element.elementor-element-45938e8 .eael-breadcrumbs .eael-breadcrumbs__content a{color:#FFFFFF;}.elementor-10 .elementor-element.elementor-element-45938e8 .eael-breadcrumbs .eael-breadcrumb-separator svg path{fill:#FFFFFF;}.elementor-10 .elementor-element.elementor-element-45938e8 .eael-breadcrumbs .eael-breadcrumb-separator{color:#FFFFFF;margin:0 10px;}.elementor-10 .elementor-element.elementor-element-45938e8 .eael-breadcrumbs .eael-breadcrumb-separator svg{width:15px;height:15px;}.elementor-10 .elementor-element.elementor-element-45938e8 .eael-breadcrumbs .eael-breadcrumb-separator i{font-size:15px;}.elementor-10 .elementor-element.elementor-element-2263f94{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-2263f94:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-2263f94 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFAF3;}/* Start custom CSS for shortcode, class: .elementor-element-e446fdd *//* Tabs Styling */
.woocommerce-MyAccount-navigation {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    font-family: Lufga,sans-serif;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px;
    background: #8b8b8b;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #F2B01E;
}

/* Active Tab */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #F2B01E;
}

/* Content Area */
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Lufga,sans-serif;
}

/* Order Table */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.woocommerce-orders-table th {
    background: #0073aa;
    color: #fff;
}

/* Buttons */
.woocommerce-button {
    background: #ff5722;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.3s;
}

.woocommerce-button:hover {
    background: #e64a19;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    border-radius: 10px;
    padding:10px;
    
}
/* Responsive */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        text-align: center;
    }
    .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        margin: 5px;
    }
    .woocommerce-MyAccount-navigation ul li a {
        padding: 8px 15px;
    }
}/* End custom CSS */