/*
The contents of this file are the defauts
and can be found in global.css

This is a placeholder so there is a state file to load!
*/

.p-card-header {
    background-color: #25347a;
}


.p-accordion-header a {
    color: #ffffff !important;
    background-color: #2196f3 !important;
    border: 1px solid #2196f3 !important;
  }

  .p-card-header {
    color: white !important;
  }

  .p-card-header a {
    color: white !important;
  }
  
  h2 i {
    color: white !important;
  }
  
  h2 span {
    color: white !important;
  }
  
  button h2 {
    color: white !important;
  }
  

.cart-button:hover {
  border: 2px solid white !important;
}


.layout-wrapper .layout-topbar .topbar-menu > li > ul button:hover {
  border: 2px solid white !important;
}

