body header nav {
  position: fixed;
  top: 24px;
  z-index: 99;
  width: 95%;
  background: rgba(244, 244, 244, 0.75);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 50px;
  font-family: "Microsoft JhengHei";
  font-weight: 700;
}
@media (max-width: 1270px) {
  body header nav {
    width: 100%;
    border-radius: unset;
    top: unset;
  }
}
body header nav .cotainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 18px 8.3%;
}
@media (max-width: 1270px) {
  body header nav .cotainer {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 24px;
  }
}
@media (max-width: 1270px) and (max-width: 600px) {
  body header nav .cotainer {
    padding: 12px 24px;
  }
}
body header nav .cotainer a {
  text-decoration: none;
  color: #0b0b0b;
}
body header nav .cotainer .left-block a, body header nav .cotainer .navBlock, body header nav .cotainer .user a {
  display: flex;
  align-items: center;
}
body header nav .cotainer .left-block {
  flex: 1 0 auto;
}
body header nav .cotainer .left-block img {
  width: 44px;
  margin-right: 8px;
}
@media (max-width: 600px) {
  body header nav .cotainer .left-block img {
    width: 36px;
    height: 36px;
    margin-right: 0px;
  }
}
body header nav .cotainer .left-block .logo-text {
  font-size: 32px;
  line-height: 43px;
}
@media (max-width: 1270px) {
  body header nav .cotainer .left-block .logo-text {
    font-size: 28px;
    line-height: 37px;
  }
}
@media (max-width: 600px) {
  body header nav .cotainer .left-block .logo-text {
    display: none;
  }
}
body header nav .cotainer .middle-block {
  flex: 0 0 auto;
  margin: 0 auto;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1270px) {
  body header nav .cotainer .middle-block {
    display: none;
  }
}
body header nav .cotainer .middle-block .main-link:first-child {
  margin-right: 24px;
}
body header nav .cotainer .middle-block .main-link:hover a {
  color: #1f9c95;
}
body header nav .cotainer .right-block {
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
}
body header nav .cotainer .right-block img {
  width: 32px;
  cursor: pointer;
}
@media (max-width: 600px) {
  body header nav .cotainer .right-block img {
    width: 24px;
  }
}
body header nav .cotainer .right-block .search, body header nav .cotainer .right-block .cart {
  margin-right: 24px;
}
@media (max-width: 1270px) {
  body header nav .cotainer .right-block .search, body header nav .cotainer .right-block .cart {
    margin-right: 16px;
  }
}
body header nav .cotainer .right-block .search {
  width: 32px;
  height: 32px;
  background-image: url("../img/icon/f-search.png");
  cursor: pointer;
}
@media (max-width: 600px) {
  body header nav .cotainer .right-block .search {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
body header nav .cotainer .right-block .search:hover {
  background-image: url("../img/icon/f-search-gr.png");
}
body header nav .cotainer .right-block #searchForm {
  position: relative;
  margin-right: 16px;
}
body header nav .cotainer .right-block #searchForm input {
  max-width: 189px;
  height: 32px;
  background: #F4F4F4;
  box-shadow: inset 0px 0px 5px rgba(19, 59, 91, 0.3);
  border: none;
  border-radius: 30px;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 44px;
}
body header nav .cotainer .right-block #searchForm button {
  position: absolute;
  left: 0px;
  background: none;
  border: none;
  margin-left: 8px;
  margin-top: 3px;
}
body header nav .cotainer .right-block #searchForm button img {
  width: 24px;
}
body header nav .cotainer .right-block .cart {
  position: relative;
}
body header nav .cotainer .right-block .cart:hover img {
  content: url("../img/icon/f-cart-gr.png");
  cursor: pointer;
}
body header nav .cotainer .right-block .cart span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  background: #FF0000;
  border-radius: 999px;
  text-align: center;
  margin: 0px 0px 20px 20px;
}
body header nav .cotainer .right-block .user {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1270px) {
  body header nav .cotainer .right-block .user {
    display: none;
  }
}
body header nav .cotainer .right-block .user:hover img {
  content: url("../img/icon/f-user-gr.png");
  cursor: pointer;
}
body header nav .cotainer .right-block .user:hover span {
  color: #1f9c95;
}
body header nav .cotainer .right-block .user img {
  margin-right: 4px;
}
body header nav .cotainer .right-block .menu {
  display: none;
}
@media (max-width: 1270px) {
  body header nav .cotainer .right-block .menu {
    display: block;
  }
  body header nav .cotainer .right-block .menu:hover .burger {
    content: url("../img/icon/f-burger-gr.png");
    cursor: pointer;
  }
}
body header .menu-list {
  position: absolute;
  font-family: "Microsoft JhengHei";
  font-weight: 400;
  font-size: 24px;
  width: 100%;
  height: calc(100vh - 76px);
  background: rgba(0, 0, 0, 0.75);
}
@media (max-width: 600px) {
  body header .menu-list {
    height: calc(100vh - 60px);
    font-size: 16px;
  }
}
body header .menu-list a {
  text-decoration: none;
}
body header .menu-list .option {
  width: 100%;
  padding: 16px;
  background: #f4f4f4;
  color: #6c6c6c;
}
body header .menu-list .option:hover {
  color: #f4f4f4;
  background: #6c6c6c;
}