/* normal computers/tablets */
@media screen
  and (min-device-width: 768px)
  and (max-device-width: 5120px)
  and (-webkit-min-device-pixel-ratio: 1) {

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


  .lang{
    width: 50px;
    height: 50px;
    overflow: hidden;
  }


  /* nav decorations */
  #nav-bar{
    background-color: #262e27;
    height: 99px;
  }

  #nav-belt{
    background-color: #101210;
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }



  #nav-logo-image{
    margin-left: 40px;
    margin-right: 40px;
    cursor: pointer;
    border: 0.5px solid #101210;
  }

  #nav-logo-image:hover{
    border: 0.5px solid white
  }
  .nav-logo-image-en{
    position: relative;
    top: 4px;
    height: 50px;
    width: 161px;
  }
  .nav-logo-image-cn{
    height: 60px;
    width: 140px;
  }

  #nav-search-submit input[type="image"]{
    height:40px;
    width: 40px;
    background-color: #3f5e48;
    padding: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;

  }
  #nav-search-submit input[type="image"]:hover{
    background-color:#4c614c;

  }


  /* for search bar*/
  .nav-fill {
    width: auto;

    white-space: nowrap;
    overflow: hidden;
  }
  #nav-search {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 11px;
    padding-right: 15px;
    max-width: 63%;
  }

  #nav-search-field input[type="text"] {
    padding-left: 12px;
    width: 100%;
    border-radius: 1px;
    border: 1px;
    min-width: 1000px;
    height: 40px;


  }

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

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

  #nav-search-select{
    -webkit-appearance: none;
    padding-left: 6px;
    padding-right: 0px;
    height: 40px;
    width: 72px;
    margin-top: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
  }
  #nav-search-dropdown{
    width: 84px;
    background-color: #a7b5a7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-right: 2px;
  }

  .dropdown-triangle {
    float:left;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #555;
  }

  #nav-search-dropdown:hover{
    background-color: #9ba39b;
  }

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

  #nav-container{

    margin-top: 7px;
    margin-left: 100px;
    margin-bottom: 20px;
  }

  #nav-container a{
    color: #d6d6d6;
    text-decoration: none;
    font-family: arial;
    font-size: 13px;
    padding: 5px;
    border: 0.5px solid #262e27;
    margin: 0px;

  }

  #nav-container a:hover{
    border: 0.5px solid white;

  }



  /* nav-belt-right */
  .nav-belt-right{
    height: 60px;
    width: 460px;
  }
  .nav-belt-right-cn{
    height: 60px;
    width: 400px;
  }


  .nav-belt-links{
    height: 90%;
    position: absolute;
    top: 3px;
  }
  #lang{
    border-radius: 20px;
    border: 3px groove white;
    top: 3px;
    left: 5px;
  }
  #lang:hover{
    border: 3px groove green;
  }



  #auth{
    left: 70px;
  }
  #auth-cn{
    left: 70px;
  }

  #orders{
    left: 215px;
  }
  #orders-cn{
    left: 160px;
  }

  #alpha{
    left: 280px;
  }
  #alpha-cn{
    left: 208px;
  }
  #cart{
    left: 350px;
  }
  #cart-cn{
    left: 280px;
  }




  #placeholder-login-cn{
    margin-top: 10px;
    height: 50px;
    width: 400px;
  }

  .nav-belt-links{
    border: 1px solid #101210;
    border-radius: 2px;
  }
  .nav-belt-links:hover{
    border: 1px solid white;
  }


  #placeholder-location{
    height:35px;
    width:170px;
    margin-top: 2px;
    margin-bottom: 2px;
    border:1px solid #262e27
  }

  #placeholder-location:hover{
    border: 1px solid white;
  }

  /* dropdowns */

  .dropdown:hover .dropdown-content {
    display: inline-block;
  }
  .dropdown-content {
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 50px;
    left: -30px;
    background-color: white;
    width: 200px;
    height: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

  }

  .btn-dropdown{
    color: white;
    text-align: center;
    background-color: #3f5e48;

    border-radius: 2px;
    position: absolute;
    width: 70%;
    height: 30px;
    left: 15%;
    top: 20%;
    padding: 5px;
    vertical-align: middle;
  }
  .btn-dropdown:hover{
    color: white;
    text-decoration-line: none;
  }
  .title-dropdown{
    font-size: 15px;
    font-family: Arial;
  }

  .txt-dropdown-in{
    position: absolute;
    text-align: left;
    width: 80%;
    left: 10%;
    top: 20%;
    font-size: 13px;
    font-family: Arial;
    line-height: 1.3;
  }
  .txt-dropdown-out{
    position: absolute;
    text-align: left;
    width: 80%;
    left: 10%;
    top: 40%;
    font-size: 13px;
    font-family: Arial;
    line-height: 1.3;
  }

  .account-links{
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #101210;
  }
  .account-links:hover{

    color: #3f5e48;
  }

}
