/** Custom Styles **/
.logo {
    max-height: 42px;
}

@media all and (max-width: 767px) {
   .logo {
       max-height: 32px;
   }
}


#GenderArea {
  display: none;
}

#PriceArea {
  display: none;
}

#ColorArea {
  display: none;
}
