/* ----------------------------------------------------------------
  Custom CSS

  Add all your Custom Styled CSS here for New Styles or
  Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
  Header
---------------------------------------------------------------------------- */

u {
    text-decoration: none !Important;
}
.primary-Order-trigger {
  display:none;
}


@media only screen and (max-width: 600px) {
  h2 {
    font-size: 24px !Important;
  }
  h2.fw-normal {
    font-size: 20px !Important;
  }
  
  .primary-Order-trigger {
    display:block;
  }

} 