form .select-hide {
  display: none !important;
}

.auto-address-link {
  display: inline-block!important;
  width: auto!important;
  background-color: #ffffff;
  color: #e81c24;
  border-radius: 4px;
  border: solid 1px #e81c24;
  border-color: #e81c24;
  padding: 11px 20px 12px;
  line-height: 1.375rem;
  font-family: "roboto_slabregular",Helvetica,sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.form--pet_type .image-label--cat:before{
  background: url(/themes/custom/trim_the_tail_th/src/images/icons/Katze_Icon.svg);
  background-repeat: no-repeat !important;
  background-size: 50px !important;
  background-position: center !important;
}
.form--pet_type .image-label--dog:before{
  background: url(/themes/custom/trim_the_tail_th/src/images/icons/Hund_Icon.svg);
  background-repeat: no-repeat !important;
  background-size: 50px !important;
  background-position: center !important;
}
.form--pet_type .image-label--cat\&dog:before{
  background: url(/themes/custom/trim_the_tail_th/src/images/icons/Katze_Hund_Icon.svg);
  background-repeat: no-repeat !important;
  background-size: 70px !important;
  background-position: center !important;
}
@media (max-width:767px){
  input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::placeholder{font-size:12px;}
  
}
.text-count-message {
  display: none!important;
}