/* specific styles needed for gift cards */
.product_cat-gift-card select {
  border-radius: 0;
  padding-left:4px;
  font-size: 1em;
}
.product_cat-gift-card .agcfw-variable-product-fields .agcfw-form-field-input, 
.product_cat-gift-card .agcfw-variable-product-fields .agcfw-form-field-input textarea {
  width:100%;
  max-width: 100%;
  border:1px solid;
  font-size:1em;
  padding:4px;
}
.product_cat-gift-card .woocommerce-variation-price {
   display: none;
}
.product_cat-gift-card .add-to-cart-section {
  display: flex;
}