.shop2-cart-registration-errors table.table-registration td.cell-l { color:#8B4513; }
.shop2-input[type="tel"] {
  font:normal 14px/normal 'PT Sans', Arial, Helvetica, sans-serif;
  border:0;
  background:#fff;
  -moz-box-shadow:inset 0 0 0 1px #8e8e8e;
  -webkit-box-shadow:inset 0 0 0 1px #8e8e8e;
  box-shadow:inset 0 0 0 1px #8e8e8e;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  padding:11px 15px;
  width:100%;
  height:auto;
  outline:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  transition:all .3s;
  color:#000;
}
.search-in.remodal { max-width:700px; }
