.woocommerce-loop-product__title
{
	height: 6em;
}
.star-rating
{
	visibility: visible;
}
.unique-body-class #element-to-hide {
    display: none;
}
.page-id-104 #norder
{
	visibility: hidden;
}
.page-id-104 label[for="norder"]
{
    visibility: hidden;
}
/* Hide product short description in Cart and Checkout blocks */
  .wc-block-cart-items .wc-block-components-product-details,
  .wc-block-cart-items .wc-block-components-product-metadata,
  .wc-block-checkout-cart-items .wc-block-components-product-details,
  .wc-block-checkout-cart-items .wc-block-components-product-metadata,
  .wc-block-cart-items__row .wc-block-components-product-metadata__description,
  .wp-block-woocommerce-cart-line-items-block .wc-block-cart-item__short-description {
      display: none !important;
  }
/* Hide ONLY the description em/p text in Checkout Order Summary,
     not the product name */
  .wc-block-components-order-summary-item__description em,
  .wc-block-components-order-summary-item__description small,
  .wc-block-components-order-summary-item .wc-block-components-product-metadata__description {
      display: none !important;
  }
.wp-block-mailpoet-marketing-optin-block,
  #checkbox-control-1,
  .wp-block-mailpoet-marketing-optin-block * {
      display: none !important;
  }

  .single_add_to_cart_button:not(.buy-now-button),
  .add_to_cart_button:not(.buy-now-button),
  .wp-block-button .wp-element-button.add_to_cart_button,
  .wc-block-cart__submit-button {
      background-color: #1e3a8a !important;
      border-color: #1e3a8a !important;
      color: #fff !important;
  }
  .single_add_to_cart_button:not(.buy-now-button):hover,
  .add_to_cart_button:not(.buy-now-button):hover {
      background-color: #1557b0 !important;
      border-color: #1557b0 !important;
  }

  .buy-now-button {
      background-color: #c92121 !important;
      border-color: #c92121 !important;
      color: #fff !important;
  }
  .buy-now-button:hover {
      background-color: #a01818 !important;
      border-color: #a01818 !important;
      color: #fff !important;
  }