@media screen and (min-width: 1024px) {
  #search-form .e-search-input {
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    min-width: 400px;
  }
}

@media screen and (max-width: 1366px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1280px) {
  
}

@media screen and (max-width: 767px) {
  .woocommerce-form.woocommerce-form-login,
  .woocommerce-form.woocommerce-form-register {
    height: auto !important;
  }
  #customer_login h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  #customer_login > div+div {
    margin-top: 30px;
  }
}
