.woocommerce .badge {
  font-family: arial, helvetica, sans-serif;
}
.woocommerce .subscription-badge {
  background: #ef3f32;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  text-align: center;
  padding: 4px;
  width: 120px;
  z-index: 4;
  min-width: auto!important;
  height: 26px!important;
  min-height: 26px!important;
  max-height: 26px!important;
  margin: 0!important;
  border-radius: 0;
  right: -31px !important;
  top: 16px!important;
  left: auto;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 28px;
  font-weight: bold;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.woocommerce span.onsale,
.woocommerce .wc-new-badge,
.woocommerce .out-of-stock-badge,
.woocommerce .free-badge,
.woocommerce .subscription-badge {
  width: 160px !important;
  right: -38px !important;
  top: 30px !important;
}
.woocommerce div.product div.images {
  text-align: center;
}
.woocommerce div.product div.images img {
  max-height: 400px;
  width: auto;
  display: inline-block !important;
}
ul.products li.product .product-image {
  max-height: 270px;
  text-align: center;
}
ul.products li.product .product-image > img {
  max-height: 100%;
  width: auto !important;
  display: inline-block !important;
}
#footer h4.tribe-event-title:before {
    border: 0px !important;
}
