#formgiftcard h2 {
    text-align: left !important;
}

html body .datesendcard > div#uniform-days,
html body .datesendcard > div#uniform-days > span,
html body .datesendcard > div#uniform-months,
html body .datesendcard > div#uniform-months > span,
html body .datesendcard > div#uniform-years,
html body .datesendcard > div#uniform-years > span{
  width: 75px !important;
  float: left;
}

html body .datesendcard > div#uniform-months,
html body .datesendcard > div#uniform-months > span {
    width: 150px !important;
}

html #choicegiftcard .jcarousel-wrapper {
border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

html body div#uniform-ta_gc_products_virtual > span{
  width: 150px !important;
  float: left;
}

#choicegiftcard .jcarousel-control-prev,
#choicegiftcard .jcarousel-control-next,
#choicegiftcard .jcarousel li span.zoom_link{
    display: none!important;
}


body #formgiftcard button.submit_button {
  border: none;
  background: #001c85;
  color: #FFF;
  font: 700 13px/23px 'Nunito';
  text-transform: uppercase;
  min-height: 40px;
  min-width: 143px;
  position: relative;
  transition: 0.5s;
  border-radius: 30px;
  padding: 10px 0;
  width: 100%;
}
