/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2018 | 18:10:57 */
/*================WOOCOMMERCE================*/
/*MY ACCOUNT*/
  /*Invert the logo color*/
  .woocommerce-account .q_logo {
      filter: invert(100%);
  }

  /*Set nav links color*/
  .woocommerce-account .dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a {
      color: #fff;
  }