/* phones */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {


  header[id="nav-bar"]{
    visibility: hidden;
    display: none;
  }

  .lang{
    width: 80px;
    height: 80px;
    margin-top: -15px;
    border-radius: 20px;
    border: 3px groove white;
  }

  /* nav decorations */
  #nav-bar-mobile{
    background-color: #101210;
    height: 360px;
  }



  #nav-belt-mobile{
    height: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #nav-fill-mobile{
    height: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #nav-search-mobile{
    height: 120px;
  }

  #nav-main-mobile{
    height: 120px;
  }

  #nav-logo-image-mobile{
    position: relative;
    top: 15px;
    margin-left: 50px;
    margin-right: 60px;
    cursor: pointer;
    border: 0.5px solid #101210;

  }
  .nav-logo-image-mobile-cn{
    height: 90px;
    width: 200px;
  }
  .nav-logo-image-mobile-en{
    height: 90px;
    width: 210px;
  }

  #nav-search-submit-mobile{
    height: 120px;
    width: 131px;
    background-color: white;
    margin-right: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  #nav-search-submit-decorate-mobile{
    height: 122px;
    width: 130px;
    background-color: #3f5e48;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 1px;

  }
  #nav-search-submit-mobile input[type="image"]{
    height: 80px;
    width: 80px;

    padding: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    margin-left: 27px;
    margin-top: 19px;

  }


  /* for search bar*/
  .nav-fill-mobile {
    width: auto;
    white-space: nowrap;
    overflow: hidden;

  }
  #nav-search-mobile {
    position: relative;
    display: block;

    padding-top: 11px;
    padding-right: 25px;
    height: 120px;

  }

  #nav-search-field-mobile{
    height: 120px;
    padding-right: 165px;
  }

  #nav-search-field-mobile input[type="text"] {
    padding-left: 25px;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px;

    height: 100%;
    padding-right: 12px;
    margin-left: 30px;

    font-size: 40px;
  }

  .nav-left-mobile{
    position: relative;
    float: left;
    max-width: 100%;
    display: inline-block;

  }

  .nav-right-mobile{
    position: relative;
    float:right;
    width: auto;
    display: inline-block;
  }

  #lang-mobile{
    top: 2px;
    left: -360px;

  }

  #login-mobile{
    color: white;
    text-decoration: none;
    font-family: arial;
    font-size: 35px;
    padding-left: 10px;
    border: 0.5px solid #101210;
    margin-right: 23px;
    left: -270px;
  }

  #login-mobile-cn{
    color: white;
    text-decoration: none;
    font-family: arial;
    font-size: 35px;
    padding-left: 10px;
    border: 0.5px solid #101210;
    margin-right: 23px;
    left: -250px;
  }



  #cart-mobile{
    width: 70px;
    height: 70px;
    margin-left: 20px;
    margin-right: 60px;
    margin-top: -15px;
    top: 3px;
    left: -140px;
  }
  #cart-mobile-icon{
    width: 70px;
    height: 70px;
  }


  #lang-mobile-cn{
    top: 2px;
    left: -360px;
    margin-bottom: 10px;
  }

  .nav-top-right-mobile{
    margin-top: 35px;
  }


  .nav-belt-links-mobile{
    position: absolute;
    top: 3px;
  }


  /* .nav-search-facade{
    display: none;
    display: inline;
    height: 40px;
  } */

  #nav-container-mobile{

    margin-top: 24px;
    margin-left: 23px;
    margin-bottom: 20px;
    overflow-x: scroll;
    max-width: 100%
  }

  #nav-container-mobile a{
    color: white;
    text-decoration: none;
    font-family: arial;
    font-size: 35px;
    padding-left: 10px;
    border: 0.5px solid #101210;
    margin: 10px;

  }

}
