/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2022 | 12:53:19 */
/* body BG */
.woocommerce-account {
	background-color: #000000;
}

/*  my-acc name */
.woocommerce-MyAccount-tabs .oceanwp-user-profile .user-info .name {
	color: #FE7A2F;
}
/* login/register headings */
.woocommerce .owp-account-links li .owp-account-link {
	color: #FE7A2F;
}
/* login btn */
.woocommerce-account .woocommerce-button.button.woocommerce-form-login__submit {
	border-radius: 30px;
	background: #FE7A2F;
}
/*  register btn*/
.woocommerce-account .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	border-radius: 30px;
	background: #FE7A2F;
}

/*  my-acc Dashboard links */
.woocommerce-account a:hover, .woocommerce-account a:focus {
	color: #FE7A2F;
}
/*  addresses sections */
.woocommerce-account .woocommerce-Addresses .woocommerce-Address, 
.woocommerce-account .woocommerce-Addresses .woocommerce-Address *, 
.woocommerce-MyAccount-content .addresses .woocommerce-Address .title, 
.woocommerce-account .woocommerce-Addresses .woocommerce-Address address {
	background:  #000000;
	color: #fff;
}
/* address btns */
.woocommerce-account .woocommerce-Addresses .woocommerce-Address .edit,
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a.edit {
	border-radius: 30px;
	background:  #FC111C;
	color: #fff;
}

/* Order buttons */
.woocommerce-account  .my_account_orders .button:focus,
.woocommerce-account .my_account_orders .button:hover
{
	background:  #FC111C !important; 
	border-radius: 30px !important;
	color: #fff;
}

/* view order marked */
.woocommerce-account mark {
	background: transparent;
	color: #FC111C;
}
/* view order table */
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details * {
	background: transparent;
}







