.elementor-25 .elementor-element.elementor-element-4debaa4b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-066cf3f *//* My Account Container */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

/* Sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 260px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
}

/* Content */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
}

/* Menu */
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 8px;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 14px 18px;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
    background: #ff6b3d;
    color: #fff;
}

/* Forms */
.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
}

/* Buttons */
.woocommerce button.button,
.woocommerce a.button {
    background: #ff6b3d;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
    border: none;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
    background: #e85b2f;
}

/* Tables */
.woocommerce table.shop_table {
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce table.shop_table th {
    background: #ff6b3d;
    color: #fff;
}

/* Dashboard Cards */
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content address {
    line-height: 1.7;
}




@media (max-width: 768px) {
   /* Fix My Account Layout */
.woocommerce {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
}

.woocommerce-MyAccount-content {
    margin-top: 20px;
}

/* Mobile */
@media (max-width:768px){

.e-con-inner{
    width:100% !important;
    max-width:100% !important;
    
}

.woocommerce-MyAccount-navigation{
    overflow-x:auto;
    overflow-y:hidden;
}

.woocommerce-MyAccount-navigation ul{
    display:flex !important;
    flex-wrap:nowrap;
    width:max-content;
    gap:10px;
    padding:0;
    margin:0;
}

.woocommerce-MyAccount-navigation li{
    flex:0 0 auto;
}

.woocommerce-MyAccount-navigation a{
    white-space:nowrap;
}

.woocommerce-MyAccount-content{
    width:100% !important;
    overflow-wrap:break-word;
}

}
}/* End custom CSS */