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;
}
@media (max-width:1024px){
.chosen-container.chosen-container-single, .chosen-container.chosen-container-multiple,
.chosen-container .chosen-results {width: 100% !important;}}
@media (max-width:767px){
  input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox])::placeholder{font-size:12px;}
  .chosen-container.chosen-container-single, .chosen-container.chosen-container-multiple,
  .chosen-container .chosen-results{width: 100% !important;}
 
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

  select, option {
   -webkit-appearance: none;
   -moz-appearance: none;
      appearance: none;
}
    select{ width: 320px;}
    option{
    white-space: normal !important;
    
    }
    
}
.text-count-message {
  display: none!important;
}
