/*============================================================================================*/
/* ERROR AND TRACK ORDER PAGE */
/*============================================================================================*/
#error_page, #track_order {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#error_page p, #track_order p {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media (max-width: 767px) {
  #error_page p, #track_order p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #error_page, #track_order {
    width: 100%;
    height: 500px;
  }
}

.search_bar input[type='text'] {
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;

}

