.page .main-page-wrapper {
  padding-top: 0px;
}
.color-scheme-light input[type=text] {
  height: 25px;
}
.color-scheme-light input[type=email] {
  height: 25px;
}
.color-scheme-light textarea {
  height: 100px;
  min-height: 100px;
}
.page-title-default {
  margin-top: -20px;
}
.page-title.color-scheme-light .entry-title {
  font-size: 30px;
  font-weight: 500;
}
.woocommerce-ordering select {
  display: none;
}
@media screen and (max-width: 768px) {
  .woocommerce form.woocommerce-ordering {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .woocommerce form.woocommerce-ordering {
    display: none;
  }
}
.searchform input[type=text] {
  display: none;
}
.product-grid-item .product-title a {
  font-weight: 600;
  font-size: 18px;
}
