/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

#main-nav a[href*="#popmake"]{
   background-color: #009bfe;
 }
 #navigation #main-nav a[href*="#popmake"]:hover{
    background-color: #009bfe !important;
  }

  .wc-appointments-appointment-cost{
    display: none !important;
  }

  input#account_password {
    min-width: 250px;
}

@media only screen and (min-width: 768px){
  #navigation ul {
    margin: 0;
    width: 100%;
  }
  #navigation ul li:last-child{
    float: right;
  }
}
