/* for now we don't need to choose between product variations, just confuses visitor */
/* .variations #edit-purchased-entity-wrapper {  display: none;}  */
.order-md-last .list-price {
	text-decoration: line-through;
}
/* photoswipe thumbs not horz, was display inline  */
.photoswipe-gallery .field-product-images  {
  display: inline-block;
}

/* product views, improve look like padding on grid */
.fnfprodpg1 .view-content .views-view-grid .views-row .views-col {
   padding-top: 3px;
   padding-bottom: 9px;
}
/* hide engraving title on add to cart */
.fnfprodpg1 .view-content .views-view-grid .views-row .views-col legend  {
  display: none; 
}
/* adjust spacing for engrave radial choice */
.fnfprodpg1 .views-view-grid .field--widget-commerce-product-variation-attributes .attribute-widgets.form-item.form-wrapper {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* customize group headers for fnf prod view */
.fnfprodpg1 .view-content h3 {
	text-align: center;
  background-color:rgba(365,083,0,0.1);
}
