.woocommerce div.product .entry-summary img:not(.wp-smiley) {
  display: none !important;
}
.wd-content-area .orderby {
  display: none !important;
}
.summary bdi {
  color: #aa8c30 !important;
}
.wd-product bdi {
  font-size: 16px !important;
  color: #aa8c30 !important;
}
.wd-page-content .entry-title {
  font-size: 34px !important;
}
.products > .wd-product .wd-entities-title > a {
  font-size: 18px !important;
}
.wd-page-wrapper .entry-title {
  display: none;
}
.woocommerce div.product form.cart div.quantity .minus {
  display: none;
}
.woocommerce div.product form.cart div.quantity input.qty {
  display: none;
}
.woocommerce div.product form.cart div.quantity .plus {
  display: none;
}
