#cart {
  position: relative; z-index: 2000;
  background: #fff;
}
#cart * {
  max-width: 100%;
}


@media only screen and (max-width:960px){
#cart #lp-form {
  font-size: 20px !important;
}
#cart .form_group_ec {}
#cart .landing_form_ec th {
  display: block; width: 100%;
}
#cart .landing_form_ec td {
  display: block; width: 100%; min-height: 74px; padding-bottom: 20px;
}
}