/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 form.cart .gift-name{
   display:none;
 }

.summary .wpcf7{
  display:none;
}

.quantity.quantity-dropdown.forcevisible{
  display:block !important;
}

.gift-name label{
  color:#838889;
  display: block;
  position: relative;
  margin: 20px 0 0 0;
}
.gift-name label .label{
  z-index: 1;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.gift-name label .label:focus{
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}
