.woocommerce div.product form.cart .variations label {
  color: #000;
  margin-top: 30px;
}
.product_meta {
  display: none !important; 
}
.quantity:before {content:"Quantity"; margin-left:10px}
.woocommerce .product .images .thumbnails a {
  height: 100px;
  line-height: 100px !important;
  overflow:hidden;
  margin-bottom:10px;
}
.woocommerce .product .images .thumbnails a img{
  height: auto;
  max-width:100%;
  display: inline;
}
.variations .reset_variations {
  font-style: italic;
}
.tm-epo-required {
  display: none;
}

.tm-epo-field-label.tm-has-required.tm-left {
  font-size: 75%;
  margin-top: 10px;
  width:80px;
}
.tm-extra-product-options .tmcp-textfield.tm-epo-field {
  max-width: 75%;
}
