.elementor-987910 .elementor-element.elementor-element-6b7719c3{--display:flex;--min-height:0px;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-987910 .elementor-element.elementor-element-ed3d2da{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.woocommerce .elementor-987910 .elementor-element.elementor-element-ed3d2da .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.woocommerce .elementor-987910 .elementor-element.elementor-element-ed3d2da .price ins{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}body:not(.rtl) .elementor-987910 .elementor-element.elementor-element-ed3d2da:not(.elementor-product-price-block-yes) del{margin-right:4px;}body.rtl .elementor-987910 .elementor-element.elementor-element-ed3d2da:not(.elementor-product-price-block-yes) del{margin-left:4px;}.elementor-987910 .elementor-element.elementor-element-ed3d2da.elementor-product-price-block-yes del{margin-bottom:4px;}@media(max-width:1024px){.woocommerce .elementor-987910 .elementor-element.elementor-element-ed3d2da .price{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.woocommerce .elementor-987910 .elementor-element.elementor-element-ed3d2da .price ins{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.woocommerce .elementor-987910 .elementor-element.elementor-element-ed3d2da .price{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.woocommerce .elementor-987910 .elementor-element.elementor-element-ed3d2da .price ins{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for container, class: .elementor-element-6b7719c3 */br { display: none; }
th.woocommerce-orders-table__header {
    color: #065347 !important;
}

/* General Styles for My Account Page */
.woocommerce-account {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #f8f9fa;
    padding: 40px 20px;
}

/* My Account Navigation */
.woocommerce-MyAccount-navigation {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.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: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #065347;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #065347;
    color: #fff;
}

/* My Account Content */
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Buttons */
.woocommerce-Button,
button,
input[type="submit"] {
    background: #065347;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-Button:hover,
button:hover,
input[type="submit"]:hover {
    background: #107252;
}

/* Forms */
.woocommerce-form-row input,
.woocommerce-form-row textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.woocommerce-form-row input:focus,
.woocommerce-form-row textarea:focus {
    border-color: #065347;
    outline: none;
}

/* Order Table */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.woocommerce-orders-table th {
    background: #065347;
    color: white;
    font-weight: 600;
}

.woocommerce-orders-table tr:nth-child(even) {
    background: #f1f1f1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul li a {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce-Button,
    button,
    input[type="submit"] {
        font-size: 14px;
        padding: 10px 15px;
    }
}/* End custom CSS */