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

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

/* Targets the second list item in that specific tabs container */
ul.tabs.mb16.mb-xs-8 li:nth-child(2) {
    display: none;
}


#CategoryArea {
  display: none!important;
}

#CollectionArea {
  display: none!important;
}

#SizeArea  {
  display: none!important;
}

#WidthArea  {
  display: none!important;
}