.elementor-10 .elementor-element.elementor-element-2cf546f{--tabs-active-color:var( --e-global-color-1f996fc );--links-normal-color:var( --e-global-color-1f996fc );}/* Start custom CSS *//*Account**/
.woocommerce-MyAccount-navigation {
    width: 123px;
    float: left;
    margin-right:0px!important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    float: right;
    width: 68% !important;
    padding: 0;
    padding-left: var(--tab-content-spacing,0%) !important;
}
#account .shop_table_responsive thead {
    display: inline !important;
			width:100% !important;
   width: 100%;
}
#account.woocommerce-MyAccount-orders.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display:inline  !important;
    text-align: right!important;
	table-layout: fixed;
   width: 100%;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: "" ;
    font-weight: 700;
    float: left;
}

   
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row !important;
	
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 10px 60px 10px 45px !important;
    line-height: 1.5em;

}

.woocommerce table.shop_table td {
    font-weight: 700;
    padding: 10px 10px 10px 35px !important;
    line-height: 1.5em;
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: " " !important;
}
/**Responsive*/
@media screen and (max-width: 720px) {
div.products-column, div.products-column-filter {
    width: 48%;
	margin:10px 10px 0 0px;
  }
	.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    float: right;
    width: 100% !important;
    padding: 0;
    padding-left: var(--tab-content-spacing,0%) !important;
}
	table.shop_table_responsive thead {
    display: none !important;
			width:100% !important;
	table-layout: fixed
   width: 100%;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display:block  !important;
    text-align: right!important;
	table-layout: fixed
   width: 100%;
}
	.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 10px 0!important;
    line-height: 1.5em;
}

.woocommerce table.shop_table td {
    font-weight: 700;
    padding: 10 !important;
    line-height: 1.5em;
}
	.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: " " !important;
}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
}


}/* End custom CSS */