@media only screen and (min-width: 40.0625em){
  body label.form-label {
      max-width: none !important;
  }
}

/* Note(Olle): fixes fast cart size in mobile when having many products in the cart */
@media only screen and (max-width: 640px) {
  	#dc-body {
  		max-height:370px;
  		overflow-y:scroll;
	}
}