* {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
}

html {
  font-size: 100%;
}


.cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0
}

.grid {
  z-index: 999;
  display: none;
  position: fixed;
  /*z-index: 3;*/
  width: 90%;
  /*max-height: 550px;*/
  top: 5%;
  left: 5%;
  right: 5%;
  margin: 0;
  background: #fff;
  padding: 0 0 25px 0;
  border-radius: 10px;
}

.grid_close {
  float: right;
  margin-right: 4%;
  margin-top: 3%;
  color: #aaa;
  text-align: right;
}

.grid .title {
  width: 90%;
  margin-top: 10%;
  margin-right: 5%;
  margin-left: 5%;
  border-bottom: 0.5px solid #000;
}

.grid .title h1 {
  width: 100%;
  margin: auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #444444;
  text-align: center;
  padding-bottom: 20px;
}

.grid .social-media {
  width: 90%;
  /*border-bottom: 0.5px solid #000;*/
  margin: auto;
}

.grid .social-media ul {
  width: 60%;
  display: flex;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 8%;
  /*margin-bottom: 10%;*/
  /*border-bottom: .5px solid #000;*/
  /*position: absolute;*/
}

.grid .social-media ul li {
  width: 20%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.grid .social-media img {
  width: 100%;
}

.grid .form {
  width: 320px;
  /*padding: 5px 20px;*/
  /*top: 35%;*/
  left: 50%;
  right: 50%;
  margin: auto;
  text-align: center;
}


.grid .form .tr input[type="text"] {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #aaaa;
  padding: 12px 10px;
  width: 120px;
  outline: none;
  font-family: 'Noto Sans TC', sans-serif;
  border-radius: 26px;
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 300;
  transition: 0.25s;
}

.grid .form ::-webkit-input-placeholder {
  color: #aaaa;
}

.grid .form input[type="button"] {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #808B96;
  padding: 5px 6px;
  width: 120px;
  outline: none;
  font-family: 'Noto Sans TC', sans-serif;
  border-radius: 26px;
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 300;
  transition: 0.25s;
  color: #808B96;
}



.grid .form input {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #aaaa;
  padding: 12px 10px;
  width: 200px;
  outline: none;
  font-family: 'Noto Sans TC', sans-serif;
  border-radius: 26px;
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 300;
  transition: 0.25s;
}

.grid .form ::-webkit-input-placeholder {
  color: #aaaa;
}

.grid input[type="text"]:focus,
.grid input[type="password"]:focus {
  width: 280px;
  border-color: #444444;
}

.grid input[type="submit"] {
  border: 0;
  background: #808B96;
  display: block;
  margin: 20px auto 15px auto;
  text-align: center;
  padding: 10px 40px;
  outline: none;
  color: #fff;
  border-radius: 26px;
  transition: 0.25s;
  cursor: pointer;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 4px;
}

.grid input[type="submit"]:hover {
  background: #444444;
  color: #fff;
}


.grid span {
  width: 100%;
}

.grid span a {
  text-decoration: none;
  font-family: 'Noto Sans TC', sans-serif;
  color: #aaa;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 3px;
  transition: .3s;
}

.grid span:hover>a {
  color: #444444;
}




.top-wrap {
  background: #444444;
  width: 100%;
  height: 35px;
  position: relative;
}

.top-wrap .search-wrap {
  position: absolute;
  width: 10%;
  display: block;
  margin-left: 51%;
  top: 10px;
  transform: translateX(90%);
}

.top-wrap .search-box {
  width: 100%;
  height: 50px;
  padding-left: 50px;
  position: relative;
}

.search-box span {
  position: absolute;
  top: 0px;
  right: 35px;
  z-index: 2;
  opacity: 0;
  transition: all 1s ease;
}
.search-box span a {
  color: #aaa;
}
.search-box span.active {
    opacity: 1;
}

.top-wrap .input {
  position: absolute;
  display: block;
  top: 0;
  bottom: 35px;
  right: 30px;
  box-sizing: border-box;
  width: 0px;
  /*height: 20px;*/
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 2px;
  transition: all 0.8s ease;
  margin: 0;
  font-family: 'Noto Sans TC', sans-serif;
  border-bottom: 0.5px solid #fff;
  background: transparent;
}

::-webkit-input-placeholder {
  color: #fff;

}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

.top-wrap .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  /*line-height: 30px;*/
  color: #fff;
  transition: all 0.8s ease;
}

.top-wrap .search-btn .fas {
  font-size: 16px;
}

.top-wrap .input.active {
  width: 200px;
  margin-left: 30px;

}

.top-wrap .country {
  z-index: 1;
  width: 8%;
  position: relative;
  position: absolute;
  top: 10px;
  margin-left: 86%;
}


.top-wrap .country a {
  margin-top: 20px;
  margin-right: 0px;
  text-decoration: none;
}

.top-wrap .country .fas {
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.top-wrap .country li {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}


.top-wrap .country ul {
  position: absolute;
  display: none;
  z-index: 99;
  top: 100%;
  right: 30px;
  width: 200px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
  transition: .5s;
  text-align: center;
  padding: 5px 0;
  margin-top: 3px;
}

.top-wrap .country li:hover>ul {
  display: block;
}

.top-wrap .country ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  /*padding-bottom: 5px;*/
}

.top-wrap .country ul .list-btn a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 5px;
  border-bottom: 1.5px solid #666666;
  transition: .3s
}

.top-wrap .country ul .list-btn a:hover:after {
  left: 10%;
  right: 10%;
}

.top-wrap .country ul a {
  font-family: 'Noto Sans TC', sans-serif;
  transition: .2s;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-decoration: none;
  color: #000;
  margin: 0;
  letter-spacing: 2px;
}

#menu_control {
  position: absolute;
  /*z-index: -2;*/
  opacity: 0;
}

.header {
  height: 90px;
  position: relative;
}

.logo {
  width: 60px;
  height: 20px;
  top: 45px;
  margin-left: 15%;
  position: absolute;
}

.logo a {
  display: block;
  height: 20px;
  margin: 0;
}

.logo img {
  width: 100%;
  display: block;
}

.menu_btn {
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  top: 33px;
  left: 5px;
}

.menu_btn span {
  opacity: 0;
  width: 1px;
  height: 1px;
  display: block;
  overflow: hidden;
}

.menu_btn::before {
  content: '';
  position: absolute;
  height: 4px;
  left: 8px;
  width: 30px;
  background: #000;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 8px 0px #000,
    0px -8px 0px #000;
}

.dropdown-menu {
  z-index: 2;
  width: 60%;
  height: 130vh;
  padding: 10px 0 0 0;
  background: #fff;
  position: absolute;
  top: 90px;
  left: -100%;
  box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
}

.dropdown-menu a {
  display: block;
  text-decoration: none;
  color: #444444;
  font-size: 16px;
  padding: 20px 30px 0px 20px;
  font-weight: 400;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 3px;
  transition: .5s;
}

.dropdown-menu li {
  display: block;
  position: relative;
  margin: 0;
}

.dropdown-menu ul {
  overflow: auto;
  transition: max-height 0.2s;
  max-height: 0;
  margin-top: 10px;
}

.dropdown-menu ul a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1.5;
  transition: .8s;
  text-align: left;
  padding: 20px 0 10px 20px;
}

.dropdown-menu a:hover {
  color: #007799;
}

.dropdown-menu li:hover>ul {
  max-height: 800px;
}

.dropdown-menu ul ul {
  top: 0;
  left: 100%;
  transition: max-height 0.3s;
  max-height: 0;
}

.usermenu {
  display: flex;
  width: 20%;
  position: absolute;
  top: 55px;
  margin-left: 69%
}

.usermenu a {
  margin-top: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.usermenu a span {
  position: absolute;
    top: 42%;
    margin-top: -15px;
    right: 12px;
    background-color: #036eb8;
    display: inline-block;
    min-width: 10px;
    padding: 3px 3px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    opacity: 1;
}

.usermenu .fas {
  padding: 0;
  color: #444444;
  font-size: 18px;
  padding-right: 0;
}

.usermenu li {
  position: relative;
  margin: 0;
  right: 0px;
}


.usermenu ul {
  position: absolute;
  display: none;
  z-index: 99;
  top: 100%;
  right: 30px;
  width: 200px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
  transition: .5s;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}

.usermenu li:hover>ul {
  display: block;
}

.usermenu ul li {
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  padding-bottom: 0;
}

.usermenu ul .list-btn a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom: 1.5px solid #666666;
  transition: .3s
}

.usermenu ul .list-btn a:hover:after {
  left: 20%;
  right: 20%;
}

.usermenu ul a {
  font-family: 'Noto Sans TC', sans-serif;
  transition: .2s;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-decoration: none;
  color: #000;
  margin: 0;
  letter-spacing: 2px;
}

.usermenu .cart-list {
  display: flex;
  top: 5px;
  margin-bottom: 5px;
}

.usermenu .cart-list .pic {
  width: 35%;
}

.usermenu .cart-list .pic img {
  width: 90%;
  margin-left: 10px;
}

.usermenu .cart-list .title {
  width: 45%;
  padding-left: 10px;
  bottom: 5px;
}

.usermenu .cart-list .title h4 {
  margin-top: 15px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #444444;
}

.usermenu .cart-list .title p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: #444444;
}

.usermenu .cart-list .delete-btn {
  width: 20%;
  margin-right: 5px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: #444444;
}

.usermenu ul .cart-btn {
  width: 100%;
  background: #444444;
  top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.usermenu ul .cart-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.usermenu .search-wrap {
  display: none;
}

.usermenu .country-btn {
  display: none;
}

.fas {
  padding: 0 0 0 5px;
  font-size: 14px;
}

#menu_control:checked~.header .dropdown-menu {
  left: 0;
}



.slidershow {
  position: relative;
  overflow: hidden;

}

.navigation {
  width: 100%;
  position: absolute;
  bottom: 5px;
  margin-left: 8px;
  transform: translateX(50%);
  transform: translateY(30%);
  display: flex;
}

.bar {
  width: 15px;
  height: 3px;
  border: 1px solid none;
  background: rgba(68, 68, 68, .3);
  margin: 3px;
  cursor: pointer;
  transition: .4s;
}

.bar:hover {
  background: #444444;
}

.slides input[name="p"] {
  position: absolute;
  visibility: hidden;
}

.slides {
  width: 500%;
  display: flex;
}

.slide {
  width: 20%;
  transition: .6s;
}

.slide img {
  width: 100%;
}

#p1:checked~.s1 {
  margin-left: 0;
}

#p2:checked~.s1 {
  margin-left: -20%;
}

#p3:checked~.s1 {
  margin-left: -40%;
}

#p4:checked~.s1 {
  margin-left: -60%;
}

#p5:checked~.s1 {
  margin-left: -80%;
}

.newarrival h2 {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 20px 0 20px 0;
  letter-spacing: 3px;
}

.swiper-container {
  width: 100%;
  position: relative;
  justify-content: center;
}

.swiper-container .swiper-wrapper {
  width: 300px;
  margin: auto;
  display: flex;
  /*overflow: hidden;*/
  /*flex-wrap: wrap;*/
}

.swiper-container .swiper-slide {
  width: 120px;
  top: 10px;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
  margin-bottom: 10px;
}

.swiper-container .swiper-slide a {
  text-align: center;
  text-decoration: none;
}

.swiper-container .swiper-slide img {
  width: 120px;
  margin: auto;
  display: table;
}

.swiper-container .swiper-slide h3 {
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500px;
  border-bottom: none;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 16px;
}

.swiper-container .swiper-slide h4 {
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-size: 12px;
}

.topsale h2 {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 50px 0 10px 0;
  letter-spacing: 3px;
}

.topsale .banner img {
  width: 100%;
}

.topsale .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  justify-content: center;
}

.topsale .item {
  width: 150px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.topsale .item img {
  width: 120px;
}

.topsale .item h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 3;
  color: #444444;
}

.topsale .item a {
  text-decoration: none;
}

.topsale .item p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: #444444;
}

.essential {
  width: 100%;
  margin: 0;
}

.essential h2 {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 30px 0 20px 0;
  letter-spacing: 3px;
}

.essential .essential-container {
  width: 90%;
  display: flex;
  margin: auto;
  padding-bottom: 10px;
}

.essential .essential-item {
  width: 150px;
  margin-left: 8%;
  margin-right: 8%;
  /*right: 3%;   
        left: 3%;  */
  position: relative;

}

.essential .essential-item img {
  width: 150px;
  /*margin-left: 5px; */
}

.essential .essential-item .txt {
  position: absolute;
  width: 150px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, .8);
  display: block;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s
}

.essential .essential-item:hover .txt {
  opacity: 1;
  text-decoration: none;
  text-align: center;
}

.essential .essential-item h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 3;
  color: #fff;
  padding-top: 25%;

}

.essential .essential-item h3:after {
  content: "";
  display: block;
  left: 50%;
  right: 50%;
  bottom: 10px;
  background: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
}

.essential .essential-item:hover h3:after {
  margin-left: 15%;
  margin-right: 15%;
}

.grid-forgetpassword_success {
  z-index: 9999;
  display: none;
  position: fixed;
  /*z-index: 3;*/
  width: 90%;
  /*max-height: 550px;*/
  top: 5%;
  left: 5%;
  right: 5%;
  margin: 0;
  background: #fff;
  padding: 0 0 35px 0;
  border-radius: 10px;

}

.grid-forgetpassword_success .grid_close {
  float: right;
  margin-right: 4%;
  margin-top: 3%;
  color: #aaa;
  text-align: right;
}

.grid-forgetpassword_success .title {
  width: 80%;
  margin-top: 15%;
  margin-left: 10%;
  margin-right: 10%;
}

.grid-forgetpassword_success .title h1 {
  width: 100%;
  margin: auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #444444;
  text-align: center;
  padding-bottom: 20px;
}

.grid-forgetpassword_success .title p {
  width: 100%;
  margin: auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: #444444;
  /*text-align: justify;*/
  padding-bottom: 10px;

}

.grid-forgetpassword_success .form {
  width: 100%;
  /*padding: 5px 20px;*/
  /*top: 35%;*/
  margin: auto;
}

.grid-forgetpassword_success .form input {
  border: 0;
  background: none;
  display: block;
  margin: 3px auto;
  text-align: left;
  border-bottom: 1px solid #aaaa;
  padding: 0;
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  outline: none;
  font-family: 'Noto Sans TC', sans-serif;
  /*border-radius: 26px;*/
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 300;
  transition: 0.25s;
}

.grid-forgetpassword_success .form ::-webkit-input-placeholder {
  color: #aaaa;
}

.grid-forgetpassword_success input[type="text"]:focus {
  width: 280px;
  border-color: #444444;
}

.grid-forgetpassword_success input[type="submit"] {
  border: 0;
  background: #808B96;
  display: block;
  margin: 20px auto 15px auto;
  text-align: center;
  padding: 10px 40px;
  outline: none;
  color: #fff;
  border-radius: 26px;
  transition: 0.25s;
  cursor: pointer;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.grid-forgetpassword_success input[type="submit"]:hover {
  background: #444444;
  color: #fff;
}





@media screen and (min-width: 768px) {
  .menu_btn {
    display: none;
  }

  .top-wrap {
    display: none;
  }

  .cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0
  }

  .grid {
    z-index: 999;
    display: none;
    position: fixed;
    /*z-index: 3;*/
    width: 30%;
    /*max-height: 550px;*/
    top: 15%;
    left: 35%;
    right: 35%;
    margin: 0;
    background: #fff;
    padding: 0 0 30px 0;
    border-radius: 10px;
  }

  .grid_close {
    float: right;
    margin-right: 4%;
    margin-top: 3%;
    color: #aaa;
    text-align: right;
  }

  .grid_close .fas {
    font-size: 1.2rem;
  }

  .grid .title {
    width: 70%;
    margin-top: 5%;
    margin-right: 15%;
    margin-left: 15%;
    border-bottom: 0.5px solid #000;
  }

  .grid .title h1 {
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 3px;
    color: #444444;
    text-align: center;
    padding-bottom: 25px;
  }

  .grid .social-media {
    width: 100%;
    /*border-bottom: 0.5px solid #000;*/
    margin: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .grid .social-media ul {
    width: 48%;
    display: flex;
    margin-left: 26%;
    margin-right: 26%;
    margin-top: 3%;
    justify-content: center;
    /*margin-bottom: 10%;*/
    /*border-bottom: .5px solid #000;*/
    /*position: absolute;*/
  }

  .grid .social-media ul li {
    width: 16%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .grid .social-media img {
    width: 100%;
  }

  .grid .form {
    width: 320px;
    /*padding: 5px 20px;*/
    /*top: 10%;*/
    left: 50%;
    right: 50%;
    margin: auto;
    text-align: center;
  }

  .grid .form input {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #aaaa;
    padding: 12px 10px;
    width: 200px;
    outline: none;
    font-family: 'Noto Sans TC', sans-serif;
    border-radius: 26px;
    letter-spacing: 3px;
    font-size: 1rem;
    font-weight: 300;
    transition: 0.25s;
  }

  .grid .form ::-webkit-input-placeholder {
    color: #aaaa;
  }

  .grid input[type="text"]:focus,
  .grid input[type="password"]:focus {
    width: 280px;
    border-color: #444444;
  }

  .grid input[type="submit"] {
    border: 0;
    background: #808B96;
    display: block;
    margin: 20px auto 15px auto;
    text-align: center;
    padding: 10px 40px;
    outline: none;
    color: #fff;
    border-radius: 26px;
    transition: 0.25s;
    cursor: pointer;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 4px;
  }

  .grid input[type="submit"]:hover {
    background: #444444;
    color: #fff;
  }


  .grid span {
    width: 100%;
  }

  .grid span a {
    text-decoration: none;
    font-family: 'Noto Sans TC', sans-serif;
    color: #aaa;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 3px;
    transition: .3s;
  }

  .grid span:hover>a {
    color: #444444;
  }


  .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 80px;
  }

  .logo {
    width: 100px;
    height: 80px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    top: 58px;
    /*bottom: 10px; */
    transform: translateY(-57%);
  }

  .logo a {
    display: block;

  }

  .logo img {
    width: 100%;
    display: block;

  }

  .dropdown-menu {
    /*position: relative;*/
    position: absolute;
    left: 25%;
    right: 0;
    display: flex;
    width: 45%;
    height: auto;
    top: 0;
    margin-top: 20px;
    background: transparent;
    box-shadow: none;
    justify-content: center;
    padding: 0;
  }

  .dropdown-menu a {
    font-weight: 400;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    width: 150px;
    padding: 0;
    /*margin: 0 10px 0 10px;*/
  }

  .dropdown-menu .fas {
    padding: 0 0 0 10px;
    font-size: 20px;
  }

  .dropdown-menu li {
    position: relative;
    margin: 0 10px 0 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 10px;
  }

  .dropdown-menu ul {
    position: absolute;
    overflow: visible;
    display: none;
    z-index: 99;
    top: 70%;
    left: 10px;
    width: 300px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
    transition: .5s;
  }

  .dropdown-menu li:hover>ul {
    display: block;
  }

  .dropdown-menu ul li {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .dropdown-menu ul a {
    width: 280px;
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
    padding: 15px 0 15px 20px;
    transition: .8s;
    font-size: 1.25rem;
  }

  .dropdown-menu ul li:hover>a {
    background: #444444;
    color: #fff;
  }

  .dropdown-menu ul ul {
    z-index: 999;
    top: 5px;
    left: 100%;
  }

  .usermenu .search-wrap {
    /*position: absolute;*/
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-right: 15px;
  }

  .usermenu .search-box {
    width: 100%;
    padding-left: 0px;
    position: relative;
    right: 23%;
    bottom: 10px;
  }

  .usermenu .input {
    position: absolute;
    display: block;
    top: 50px;
    right: 100px;
    box-sizing: border-box;
    width: 0px;
    height: 20px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #444444;
    font-weight: 100;
    letter-spacing: 2px;
    transition: all 0.8s ease;
    margin: 0;
    font-family: 'Noto Sans TC', sans-serif;
    border-bottom: 0.5px solid #444444;
  }

  ::-webkit-input-placeholder {
    color: #444444;

  }

  ::-moz-input-placeholder {
    color: #444444;
  }

  ::-ms-input-placeholder {
    color: #444444;
  }

  .usermenu .search-btn {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
    cursor: pointer;
    line-height: 80px;
    color: #444444;
    transition: all 0.8s ease;
  }

  .usermenusername .search-btn .fas {
    font-size: 2.2rem;
  }

  .usermenu .input.active {
    width: 200px;
    right: 40px;

  }

  .usermenu {
    /*z-index: 99;*/
    position: relative;
    display: flex;
    width: 40%;
    top: 0;
    bottom: 0;
    left: 59%;
    margin: 0;
    justify-content: flex-end;

  }

  .usermenu a {
    text-decoration: none;
  }

  .usermenu .fas {
    padding: 20px 5px 0 0;
    text-decoration: none;
    color: #444444;
    font-size: 1.5rem;
  }

  .usermenu li {
    position: relative;
    margin-top: 15px;
    margin-left: 10px;
  }


  .usermenu ul {
    position: absolute;
    display: none;
    /*z-index: 99;*/
    top: 100%;
    right: 10px;
    width: 250px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
    transition: .5s;
    text-align: center;
    padding: 5px 0;
  }

  .usermenu li:hover>ul {
    display: block;
  }

  .usermenu ul li {
    margin: auto;
    position: relative;
    padding-bottom: 5px;
  }

  .usermenu ul .list-btn a:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 5px;
    border-bottom: 1.5px solid #666666;
    transition: .3s
  }

  .usermenu ul .list-btn a:hover:after {
    left: 5%;
    right: 5%;
  }

  .usermenu ul a {
    font-family: 'Noto Sans TC', sans-serif;
    transition: .2s;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2;
    text-decoration: none;
    color: #000;
    margin: 0;
    letter-spacing: 2px;
  }

  .usermenu .cart-list {
    display: flex;
    top: 5px;
    margin-bottom: 5px;
  }

  .usermenu .cart-list .pic {
    width: 35%;
  }

  .usermenu .cart-list .pic img {
    width: 90%;
    margin-left: 10px;
  }

  .usermenu .cart-list .title {
    width: 45%;
    padding-left: 10px;
    bottom: 5px;
  }

  .usermenu .cart-list .title h4 {
    margin-top: 15px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.12rem;
    font-weight: 400;
    text-align: center;
    color: #444444;
  }

  .usermenu .cart-list .title p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1rem;
    font-weight: 100;
    text-align: center;
    color: #444444;
  }

  .usermenu .cart-list .delete-btn {
    width: 20%;
    margin-right: 5px;
    margin-top: 30px;
    font-size: 1.25rem;
    font-weight: 100;
    text-align: center;
    color: #444444;
  }

  .usermenu ul .cart-btn {
    width: 100%;
    background: #444444;
    top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .usermenu ul .cart-btn a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
  }

  .usermenu .country-btn {
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-45%);
  }

  .slidershow {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .navigation {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 10px;
    transform: translateX(20%);
    transform: translateY(100%);
    display: flex;
  }

  .bar {
    width: 30px;
    height: 6px;
    bottom: 10px;
    border: 2px solid none;
    background: rgba(68, 68, 68, .3);
    margin: 3px;
    cursor: pointer;
    transition: .4s;
  }

  .bar:hover {
    background: #444444;
  }

  input[name="p"] {
    position: absolute;
    visibility: hidden;
  }

  .slides {
    width: 500%;
    display: flex;
  }

  .slide {
    width: 20%;
    transition: .6s;
  }

  .slide img {
    width: 100%;
  }

  #p1:checked~.s1 {
    margin-left: 0;
  }

  #p2:checked~.s1 {
    margin-left: -20%;
  }

  #p3:checked~.s1 {
    margin-left: -40%;
  }

  #p4:checked~.s1 {
    margin-left: -60%;
  }

  #p5:checked~.s1 {
    margin-left: -80%;
  }

  .newarrival h2 {
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 60px 0 60px 0;
    letter-spacing: 5px;
  }

  .swiper-container {
    width: 100%;
    margin: 0;
  }

  .swiper-container .swiper-wrapper {
    width: 80%;
    display: flex;
    margin-bottom: 0;
  }

  .swiper-container .swiper-slide {
    width: 15%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1)
  }

  .swiper-container .swiper-slide a {
    text-align: center;
    text-decoration: none;
    outline: none;
  }

  .swiper-container .swiper-slide img {
    width: 90%;
  }

  .swiper-container .swiper-slide h3 {
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500px;
    border-bottom: none;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 22px;
  }

  .swiper-container .swiper-slide h4 {
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .swiper-container .slick-dots {
    height: 50px;
  }

  /*      .swiper-container .slider-btn{
        width: 100%;
        z-index: 1;
        transform: translateY(-15em);
        position: absolute;
      }
*/
  /*.swiper-container .button-next,.swiper-container .button-prev{
        position: absolute;
        width: 500px;
        top: 0;
        font-size: 100px;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        color: rgba(68,68,68,.6);
      }

      .swiper-container .button-next .fas,.swiper-container .button-prev .fas{
        font-size: 26px;  
      }

      .swiper-container .button-next{
        right: 0;
      }
      .swiper-container .button-prev{
        left: 0;
      }

      .swiper-container .button-next:hover,.swiper-container .button-prev:hover{
        color: #444444;
      }*/


  .topsale h2 {
    padding-top: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 0 0 20px 0;
    top: 10px;
    letter-spacing: 5px;
  }

  .topsale .banner img {
    width: 100%;
  }

  .topsale .wrap {
    width: 100%;
    display: flex;
    margin: auto;
  }

  .topsale .item {
    width: 10%;
    margin: 30px;
    text-align: center;
  }

  .topsale .item img {
    width: 100%;
    vertical-align: middle;
  }

  .topsale .item h3 {
    border-top: 2px solid #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
  }

  .topsale .item a {
    color: #444444;
  }

  .topsale .item p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.5;

  }

  .essential h2 {
    width: 100%;
    padding-top: 50px;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 50px 0 30px 0;
    letter-spacing: 5px;

  }


  .essential .essential-container {
    display: flex;
    width: 80%;
    margin: auto;
    /*left: 10px; */
  }

  .essential .essential-item {
    width: 20%;
    /*margin: 20px 0; */
  }

  .essential .essential-item a {
    text-align: center;
    text-decoration: none;
    outline: none;
  }

  .essential .essential-item img {
    width: 90%;
    margin: 0;
  }

  .essential .essential-item h3 {
    font-size: 30px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 5px;
    margin-top: 20px;
  }

  .essential .essential-item .txt {
    position: absolute;
    width: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    background: rgba(0, 0, 0, .8);
    display: block;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s
  }

  .essential .essential-item:hover .txt {
    opacity: 1;
    text-decoration: none;
    text-align: center;
  }

  .essential .essential-item h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 3;
    letter-spacing: 3;
    color: #fff;
    padding-top: 30%;

  }

  .essential .essential-item h3:after {
    content: "";
    display: block;
    left: 50%;
    right: 50%;
    bottom: 10px;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.5s;
  }

  .essential .essential-item:hover h3:after {
    margin-left: 15%;
    margin-right: 15%;
  }




}


.cover {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.grid-forgetpassword {
  z-index: 9999;
  display: none;
  position: fixed;
  /*z-index: 3;*/
  width: 90%;
  /*max-height: 550px;*/
  top: 5%;
  left: 5%;
  right: 5%;
  margin: 0;
  background: #fff;
  padding: 0 0 35px 0;
  border-radius: 10px;

}

.grid-forgetpassword .grid_close {
  float: right;
  margin-right: 4%;
  margin-top: 3%;
  color: #aaa;
  text-align: right;
}

.grid-forgetpassword .title {
  width: 80%;
  margin-top: 15%;
  margin-left: 10%;
  margin-right: 10%;
}

.grid-forgetpassword .title h1 {
  width: 100%;
  margin: auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #444444;
  text-align: left;
  padding-bottom: 20px;
}

.grid-forgetpassword .title p {
  width: 100%;
  margin: auto;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: #444444;
  text-align: left;
  padding-bottom: 20px;

}

.grid-forgetpassword .form {
  width: 100%;
  /*padding: 5px 20px;*/
  /*top: 35%;*/
  margin: auto;
}

.grid-forgetpassword .form input {
  border: 0;
  background: none;
  display: block;
  margin: 3px auto;
  text-align: left;
  border-bottom: 1px solid #aaaa;
  padding: 0;
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  outline: none;
  font-family: 'Noto Sans TC', sans-serif;
  /*border-radius: 26px;*/
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 300;
  transition: 0.25s;
}

.grid-forgetpassword .form ::-webkit-input-placeholder {
  color: #aaaa;
}

.grid-forgetpassword input[type="text"]:focus {
  width: 280px;
  border-color: #444444;
}

.grid-forgetpassword input[type="button"] {
  border: 0;
  background: #808B96;
  display: block;
  margin: 20px auto 15px auto;
  text-align: center;
  padding: 10px 40px;
  outline: none;
  color: #fff;
  border-radius: 26px;
  transition: 0.25s;
  cursor: pointer;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 2px;
}

.grid-forgetpassword input[type="button"]:hover {
  background: #444444;
  color: #fff;
}


.top-wrap {
  background: #444444;
  width: 100%;
  height: 35px;
  position: relative;
}

.top-wrap .search-wrap {
  position: absolute;
  width: 10%;
  display: block;
  margin-left: 51%;
  top: 10px;
  transform: translateX(90%);
}

.top-wrap .search-box {
  width: 100%;
  height: 50px;
  padding-left: 50px;
  position: relative;
}

.top-wrap .input {
  position: absolute;
  display: block;
  top: 0;
  bottom: 35px;
  right: 30px;
  box-sizing: border-box;
  width: 0px;
  /*height: 20px;*/
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 2px;
  transition: all 0.8s ease;
  margin: 0;
  font-family: 'Noto Sans TC', sans-serif;
  border-bottom: 0.5px solid #fff;
  background: transparent;
}

::-webkit-input-placeholder {
  color: #fff;

}

::-moz-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

.top-wrap .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  /*line-height: 30px;*/
  color: #fff;
  transition: all 0.8s ease;
}

.top-wrap .search-btn .fas {
  font-size: 16px;
}

.top-wrap .input.active {
  width: 200px;
  margin-left: 30px;

}

.top-wrap .country {
  z-index: 1;
  width: 8%;
  position: relative;
  position: absolute;
  top: 10px;
  margin-left: 86%;
}


.top-wrap .country a {
  margin-top: 20px;
  margin-right: 0px;
  text-decoration: none;
}

.top-wrap .country .fas {
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.top-wrap .country li {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}


.top-wrap .country ul {
  position: absolute;
  display: none;
  z-index: 99;
  top: 100%;
  right: 30px;
  width: 200px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
  transition: .5s;
  text-align: center;
  padding: 5px 0;
  margin-top: 3px;
}

.top-wrap .country li:hover>ul {
  display: block;
}

.top-wrap .country ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  /*padding-bottom: 5px;*/
}

.top-wrap .country ul .list-btn a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 5px;
  border-bottom: 1.5px solid #666666;
  transition: .3s
}

.top-wrap .country ul .list-btn a:hover:after {
  left: 10%;
  right: 10%;
}

.top-wrap .country ul a {
  font-family: 'Noto Sans TC', sans-serif;
  transition: .2s;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-decoration: none;
  color: #000;
  margin: 0;
  letter-spacing: 2px;
}

#menu_control {
  position: absolute;
  /*z-index: -2;*/
  opacity: 0;
}

.header {
  height: 90px;
  position: relative;
}

.logo {
  width: 200px;
  height: 20px;
  top: 48px;
  margin-left: 50px;
  position: absolute;
}

.logo a {
  display: block;
  height: 20px;
  margin: 0;
}

.logo img {
  width: 100%;
  display: block;
}

.menu_btn {
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  top: 33px;
  left: 5px;
}

.menu_btn span {
  opacity: 0;
  width: 1px;
  height: 1px;
  display: block;
  overflow: hidden;
}

.menu_btn::before {
  content: '';
  position: absolute;
  height: 4px;
  left: 8px;
  width: 30px;
  background: #000;
  border-radius: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 8px 0px #000,
    0px -8px 0px #000;
}

.dropdown-menu {
  z-index: 2;
  width: 60%;
  height: 130vh;
  padding: 10px 0 0 0;
  background: #fff;
  position: absolute;
  top: 90px;
  left: -100%;
  box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
}

.dropdown-menu a {
  display: block;
  text-decoration: none;
  color: #444444;
  font-size: 16px;
  padding: 20px 30px 0px 20px;
  font-weight: 400;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 3px;
  transition: .5s;
}

.dropdown-menu li {
  display: block;
  position: relative;
  margin: 0;
}

.dropdown-menu ul {
  overflow: auto;
  transition: max-height 0.2s;
  max-height: 0;
  margin-top: 10px;
}

.dropdown-menu ul a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1.5;
  transition: .8s;
  text-align: left;
  padding: 20px 0 10px 20px;
}

.dropdown-menu a:hover {
  color: #007799;
}

.dropdown-menu li:hover>ul {
  max-height: 800px;
}

.dropdown-menu ul ul {
  top: 0;
  left: 100%;
  transition: max-height 0.3s;
  max-height: 0;
}

.usermenu {
  display: flex;
  /*width: 20%;*/
  width: max-content;
  position: absolute;
  top: 55px;
  margin-left: 69%
}

.usermenu a {
  margin-top: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.usermenu .fas {
  padding: 0;
  color: #444444;
  font-size: 18px;
  padding-right: 0;
}

.usermenu li {
  position: relative;
  margin: 0;
  right: 0px;
}


.usermenu ul {
  position: absolute;
  display: none;
  z-index: 99;
  top: 100%;
  right: 30px;
  width: 200px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
  transition: .5s;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}

.usermenu li:hover>ul {
  display: block;
}

.usermenu ul li {
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  padding-bottom: 0;
}

.usermenu ul .list-btn a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom: 1.5px solid #666666;
  transition: .3s
}

.usermenu ul .list-btn a:hover:after {
  left: 20%;
  right: 20%;
}

.usermenu ul a {
  font-family: 'Noto Sans TC', sans-serif;
  transition: .2s;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-decoration: none;
  color: #000;
  margin: 0;
  letter-spacing: 2px;
}

.usermenu .cart-list {
  display: flex;
  top: 5px;
  margin-bottom: 5px;
  align-items: center;
}

.usermenu .cart-list .pic {
  width: 25%;
}

.usermenu .cart-list .pic img {
  width: 90%;
  margin-left: 10px;
}

.usermenu .cart-list .title {
  width: 60%;
  padding-left: 10px;
  bottom: 5px;
}

.usermenu .cart-list .title h4 {
  margin-top: 5px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #444444;
  line-height: 1.6;
}

.usermenu .cart-list .title .product-detail {
  font-size: 15px;
  color: #6666669c;
}

.usermenu .cart-list .title p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: #444444;
}

.usermenu .cart-list .delete-btn {
  width: 15%;
  margin-right: 5px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  color: #444444;
}

.usermenu ul .cart-btn {
  width: 100%;
  background: #444444;
  top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.usermenu ul .cart-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.usermenu .search-wrap {
  display: none;
}

.usermenu .country-btn {
  display: none;
}

.fas {
  padding: 0 0 0 5px;
  font-size: 14px;
}

#menu_control:checked~.header .dropdown-menu {
  left: 0;
}



.slidershow {
  position: relative;
  overflow: hidden;

}

.navigation {
  width: 100%;
  position: absolute;
  bottom: 5px;
  margin-left: 8px;
  transform: translateX(50%);
  transform: translateY(30%);
  display: flex;
}

.bar {
  width: 15px;
  height: 3px;
  border: 1px solid none;
  background: rgba(68, 68, 68, .3);
  margin: 3px;
  cursor: pointer;
  transition: .4s;
}

.bar:hover {
  background: #444444;
}

.slides input[name="p"] {
  position: absolute;
  visibility: hidden;
}

.slides {
  width: 500%;
  display: flex;
}

.slide {
  width: 20%;
  transition: .6s;
}

.slide img {
  width: 100%;
}

#p1:checked~.s1 {
  margin-left: 0;
}

#p2:checked~.s1 {
  margin-left: -20%;
}

#p3:checked~.s1 {
  margin-left: -40%;
}

#p4:checked~.s1 {
  margin-left: -60%;
}

#p5:checked~.s1 {
  margin-left: -80%;
}

.newarrival h2 {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 20px 0 20px 0;
  letter-spacing: 3px;
}

.swiper-container {
  width: 100%;
  position: relative;
  justify-content: center;
}

.swiper-container .swiper-wrapper {
  width: 300px;
  margin: auto;
  display: flex;
  /*overflow: hidden;*/
  /*flex-wrap: wrap;*/
}

.swiper-container .swiper-slide {
  width: 120px;
  top: 10px;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
  margin-bottom: 10px;
}

.swiper-container .swiper-slide a {
  text-align: center;
  text-decoration: none;
}

.swiper-container .swiper-slide img {
  width: 120px;
  margin: auto;
  display: table;
}

.swiper-container .swiper-slide h3 {
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500px;
  border-bottom: none;
  line-height: 1;
  letter-spacing: 3px;
  font-size: 16px;
}

.swiper-container .swiper-slide h4 {
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-size: 12px;
}

.topsale h2 {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 50px 0 10px 0;
  letter-spacing: 3px;
}

.topsale .banner img {
  width: 100%;
}

.topsale .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  justify-content: center;
}

.topsale .item {
  width: 150px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.topsale .item img {
  width: 120px;
}

.topsale .item h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 3;
  color: #444444;
}

.topsale .item a {
  text-decoration: none;
}

.topsale .item p {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: #444444;
}

.essential {
  width: 100%;
  margin: 0;
}

.essential h2 {
  margin-top: 30px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  font-family: 'Noto Sans TC', sans-serif;
  text-align: center;
  margin: 30px 0 20px 0;
  letter-spacing: 3px;
}

.essential .essential-container {
  width: 90%;
  display: flex;
  margin: auto;
  padding-bottom: 10px;
}

.essential .essential-item {
  width: 150px;
  margin-left: 8%;
  margin-right: 8%;
  /*right: 3%;   
        left: 3%;  */
  position: relative;

}

.essential .essential-item img {
  width: 150px;
  /*margin-left: 5px; */
}

.essential .essential-item .txt {
  position: absolute;
  width: 150px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, .8);
  display: block;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s
}

.essential .essential-item:hover .txt {
  opacity: 1;
  text-decoration: none;
  text-align: center;
}

.essential .essential-item h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 3;
  color: #fff;
  padding-top: 25%;

}

.essential .essential-item h3:after {
  content: "";
  display: block;
  left: 50%;
  right: 50%;
  bottom: 10px;
  background: #fff;
  border: 1px solid #fff;
  transition: 0.5s;
}

.essential .essential-item:hover h3:after {
  margin-left: 15%;
  margin-right: 15%;
}




@media screen and (min-width: 768px) {
  .menu_btn {
    display: none;
  }

  .top-wrap {
    display: none;
  }

  .cover {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
  }

  .grid-forgetpassword {
    z-index: 999;
    /*display: none;*/
    position: fixed;
    /*z-index: 3;*/
    width: 40%;
    /*max-height: 550px;*/
    top: 30%;
    left: 30%;
    right: 30%;
    margin: 0;
    background: #fff;
    padding: 0 0 30px 0;
    border-radius: 10px;
  }

  .grid-forgetpassword .grid_close {
    float: right;
    margin-right: 4%;
    margin-top: 3%;
    color: #aaa;
    text-align: right;
  }

  .grid-forgetpassword .grid_close .fas {
    font-size: 1.2rem;
  }

  .grid-forgetpassword .title {
    width: 80%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 20%;
  }

  .grid-forgetpassword .title h1 {
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #444444;
    text-align: left;
    padding-bottom: 25px;
  }

  .grid-forgetpassword .title p {
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #444444;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 5px;
  }

  .grid-forgetpassword .form {
    width: 80%;
    /*padding: 5px 20px;*/
    /*top: 10%;*/
    left: 10%;
    right: 10%;
    margin: auto;
  }

  .grid-forgetpassword .form input {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: left;
    border-bottom: 1px solid #aaaa;
    width: 100%;
    outline: none;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 300;
    transition: 0.25s;
  }

  .grid-forgetpassword .form ::-webkit-input-placeholder {
    color: #aaaa;
    padding-bottom: 10px;
  }

  .grid-forgetpassword input[type="text"]:focus,
  .grid-forgetpassword input[type="password"]:focus {
    width: 100%;
    border-color: #444444;
  }

  .grid-forgetpassword input[type="button"] {
    border: 0;
    background: #808B96;
    display: block;
    margin: 20px auto 15px auto;
    text-align: center;
    padding: 10px 40px;
    outline: none;
    color: #fff;
    border-radius: 26px;
    transition: 0.25s;
    cursor: pointer;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 4px;
  }

  .grid-forgetpassword input[type="button"]:hover {
    background: #444444;
    color: #fff;
  }


  .grid-forgetpassword span {
    width: 100%;
  }

  .grid-forgetpassword span a {
    text-decoration: none;
    font-family: 'Noto Sans TC', sans-serif;
    color: #aaa;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 3px;
    transition: .3s;
  }

  .grid-forgetpassword span:hover>a {
    color: #444444;
  }


  .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 80px;
  }

  .logo {
    width: 300px;
    height: 70px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    top: 58px;
    /*bottom: 10px; */
    transform: translateY(-57%);
  }

  .logo a {
    display: block;

  }

  .logo img {
    width: 100%;
    display: block;

  }

  .dropdown-menu {
    /*position: relative;*/
    position: absolute;
    left: 25%;
    right: 0;
    display: flex;
    width: 45%;
    height: auto;
    top: 0;
    margin-top: 20px;
    background: transparent;
    box-shadow: none;
    justify-content: center;
    padding: 0;
  }

  .dropdown-menu a {
    font-weight: 400;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    width: 150px;
    padding: 0;
    /*margin: 0 10px 0 10px;*/
  }

  .dropdown-menu .fas {
    padding: 0 0 0 10px;
    font-size: 20px;
  }

  .dropdown-menu li {
    position: relative;
    margin: 0 10px 0 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 10px;
  }

  .dropdown-menu ul {
    position: absolute;
    overflow: visible;
    display: none;
    z-index: 99;
    top: 70%;
    left: 10px;
    width: 300px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
    transition: .5s;
  }

  .dropdown-menu li:hover>ul {
    display: block;
  }

  .dropdown-menu ul li {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .dropdown-menu ul a {
    width: 280px;
    text-align: left;
    font-family: 'Noto Sans TC', sans-serif;
    padding: 15px 0 15px 20px;
    transition: .8s;
    font-size: 1.25rem;
  }

  .dropdown-menu ul li:hover>a {
    background: #444444;
    color: #fff;
  }

  .dropdown-menu ul ul {
    z-index: 999;
    top: 5px;
    left: 100%;
  }

  .usermenu .search-wrap {
    /*position: absolute;*/
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-right: 15px;
  }

  .usermenu .search-box {
    width: 100%;
    padding-left: 0px;
    position: relative;
    right: 23%;
    bottom: 10px;
  }

  .usermenu span {
    position: absolute;
    top: 50px;
    right: 25px;
    z-index: 2;
    opacity: 0;
    transition: all 1s ease;
  }
  .usermenu span a{
    color: #aaa;
  }
  .usermenu span.active{
    opacity:1;
  }

  .usermenu .input {
    position: absolute;
    display: block;
    top: 50px;
    right: 100px;
    box-sizing: border-box;
    width: 0px;
    height: 20px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #444444;
    font-weight: 100;
    letter-spacing: 2px;
    transition: all 0.8s ease;
    margin: 0;
    font-family: 'Noto Sans TC', sans-serif;
    border-bottom: 0.5px solid #444444;
  }

  ::-webkit-input-placeholder {
    color: #444444;

  }

  ::-moz-input-placeholder {
    color: #444444;
  }

  ::-ms-input-placeholder {
    color: #444444;
  }

  .usermenu .search-btn {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
    cursor: pointer;
    line-height: 80px;
    color: #444444;
    transition: all 0.8s ease;
  }

  .usermenusername .search-btn .fas {
    font-size: 2.2rem;
  }

  .usermenu .input.active {
    width: 200px;
    right: 40px;

  }

  .usermenu {
    /*z-index: 99;*/
    position: relative;
    display: flex;
    width: 40%;
    top: 0;
    bottom: 0;
    left: 59%;
    margin: 0;
    justify-content: flex-end;

  }

  .usermenu a {
    text-decoration: none;
  }

  .usermenu .fas {
    padding: 20px 5px 0 0;
    text-decoration: none;
    color: #444444;
    font-size: 1.5rem;
  }

  .usermenu li {
    position: relative;
    margin-top: 15px;
    margin-left: 10px;
  }


  .usermenu ul {
    position: absolute;
    display: none;
    /*z-index: 99;*/
    top: 100%;
    right: 10px;
    width: 300px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(68, 68, 68, .5);
    transition: .5s;
    text-align: center;
    padding: 5px 0;
  }

  .usermenu li:hover>ul {
    display: block;
  }

  .usermenu ul li {
    margin: auto;
    position: relative;
    padding-bottom: 5px;
  }

  .usermenu ul .list-btn a:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 5px;
    border-bottom: 1.5px solid #666666;
    transition: .3s
  }

  .usermenu ul .list-btn a:hover:after {
    left: 5%;
    right: 5%;
  }

  .usermenu ul a {
    font-family: 'Noto Sans TC', sans-serif;
    transition: .2s;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2;
    text-decoration: none;
    color: #000;
    margin: 0;
    letter-spacing: 2px;
  }

  .usermenu .cart-list {
    display: flex;
    top: 5px;
    margin-bottom: 5px;
  }

  .usermenu .cart-list .pic {
    width: 30%;
  }

  .usermenu .cart-list .pic img {
    width: 90%;
    margin-left: 0px;
  }

  .usermenu .cart-list .title {
    width: 55%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 5px;
  }

  .usermenu .cart-list .title h4 {
    margin-top: 5px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    color: #444444;
    line-height: 1.5;
  }

  .usermenu .cart-list .title .product-detail {
    font-size: 0.9rem;
    color: #6666669c;
  }

  .usermenu .cart-list .title p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1rem;
    font-weight: 100;
    text-align: center;
    color: #444444;
  }

  .usermenu .cart-list .delete-btn {
    width: 15%;
    margin-right: 5px;
    margin-top: 30px;
    font-size: 1.25rem;
    font-weight: 100;
    text-align: center;
    color: #444444;
  }

  .usermenu ul .cart-btn {
    width: 100%;
    background: #444444;
    top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .usermenu ul .cart-btn a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
  }

  .usermenu .country-btn {
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-45%);
  }

  .slidershow {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .navigation {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 10px;
    transform: translateX(20%);
    transform: translateY(100%);
    display: flex;
  }

  .bar {
    width: 30px;
    height: 6px;
    bottom: 10px;
    border: 2px solid none;
    background: rgba(68, 68, 68, .3);
    margin: 3px;
    cursor: pointer;
    transition: .4s;
  }

  .bar:hover {
    background: #444444;
  }

  input[name="p"] {
    position: absolute;
    visibility: hidden;
  }

  .slides {
    width: 500%;
    display: flex;
  }

  .slide {
    width: 20%;
    transition: .6s;
  }

  .slide img {
    width: 100%;
  }

  #p1:checked~.s1 {
    margin-left: 0;
  }

  #p2:checked~.s1 {
    margin-left: -20%;
  }

  #p3:checked~.s1 {
    margin-left: -40%;
  }

  #p4:checked~.s1 {
    margin-left: -60%;
  }

  #p5:checked~.s1 {
    margin-left: -80%;
  }

  .newarrival h2 {
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 60px 0 60px 0;
    letter-spacing: 5px;
  }

  .swiper-container {
    width: 100%;
    margin: 0;
  }

  .swiper-container .swiper-wrapper {
    width: 80%;
    display: flex;
    margin-bottom: 0;
  }

  .swiper-container .swiper-slide {
    width: 15%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1)
  }

  .swiper-container .swiper-slide a {
    text-align: center;
    text-decoration: none;
    outline: none;
  }

  .swiper-container .swiper-slide img {
    width: 90%;
  }

  .swiper-container .swiper-slide h3 {
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500px;
    border-bottom: none;
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 22px;
  }

  .swiper-container .swiper-slide h4 {
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .swiper-container .slick-dots {
    height: 50px;
  }

  /*      .swiper-container .slider-btn{
        width: 100%;
        z-index: 1;
        transform: translateY(-15em);
        position: absolute;
      }
*/
  /*.swiper-container .button-next,.swiper-container .button-prev{
        position: absolute;
        width: 500px;
        top: 0;
        font-size: 100px;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
        color: rgba(68,68,68,.6);
      }

      .swiper-container .button-next .fas,.swiper-container .button-prev .fas{
        font-size: 26px;  
      }

      .swiper-container .button-next{
        right: 0;
      }
      .swiper-container .button-prev{
        left: 0;
      }

      .swiper-container .button-next:hover,.swiper-container .button-prev:hover{
        color: #444444;
      }*/


  .topsale h2 {
    padding-top: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 0 0 20px 0;
    top: 10px;
    letter-spacing: 5px;
  }

  .topsale .banner img {
    width: 100%;
  }

  .topsale .wrap {
    width: 100%;
    display: flex;
    margin: auto;
  }

  .topsale .item {
    width: 10%;
    margin: 30px;
    text-align: center;
  }

  .topsale .item img {
    width: 100%;
    vertical-align: middle;
  }

  .topsale .item h3 {
    border-top: 2px solid #444444;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
  }

  .topsale .item a {
    color: #444444;
  }

  .topsale .item p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.5;

  }

  .essential h2 {
    width: 100%;
    padding-top: 50px;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin: 50px 0 30px 0;
    letter-spacing: 5px;

  }


  .essential .essential-container {
    display: flex;
    width: 80%;
    margin: auto;
    /*left: 10px; */
  }

  .essential .essential-item {
    width: 20%;
    /*margin: 20px 0; */
  }

  .essential .essential-item a {
    text-align: center;
    text-decoration: none;
    outline: none;
  }

  .essential .essential-item img {
    width: 90%;
    margin: 0;
  }

  .essential .essential-item h3 {
    font-size: 30px;
    font-weight: 400;
    color: #444444;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 5px;
    margin-top: 20px;
  }

  .essential .essential-item .txt {
    position: absolute;
    width: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    background: rgba(0, 0, 0, .8);
    display: block;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s
  }

  .essential .essential-item:hover .txt {
    opacity: 1;
    text-decoration: none;
    text-align: center;
  }

  .essential .essential-item h3 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 3;
    letter-spacing: 3;
    color: #fff;
    padding-top: 30%;

  }

  .essential .essential-item h3:after {
    content: "";
    display: block;
    left: 50%;
    right: 50%;
    bottom: 10px;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.5s;
  }

  .essential .essential-item:hover h3:after {
    margin-left: 15%;
    margin-right: 15%;
  }

  .grid-forgetpassword_success {
    z-index: 999;
    display: none;
    position: fixed;
    /*z-index: 3;*/
    width: 40%;
    /*max-height: 550px;*/
    top: 30%;
    left: 30%;
    right: 30%;
    margin: 0;
    background: #fff;
    padding: 0 0 30px 0;
    border-radius: 10px;
  }

  .grid-forgetpassword_success .grid_close {
    float: right;
    margin-right: 4%;
    margin-top: 3%;
    color: #aaa;
    text-align: right;
  }

  .grid-forgetpassword_success .grid_close .fas {
    font-size: 1.2rem;
  }

  .grid-forgetpassword_success .title {
    width: 80%;
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 20%;
  }

  .grid-forgetpassword_success .title h1 {
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #444444;
    text-align: center;
    padding-bottom: 25px;
  }

  .grid-forgetpassword_success .title p {
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #444444;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 5px;
  }

  .grid-forgetpassword_success .form {
    width: 80%;
    /*padding: 5px 20px;*/
    /*top: 10%;*/
    left: 10%;
    right: 10%;
    margin: auto;
  }

  .grid-forgetpassword_success .form input {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: left;
    border-bottom: 1px solid #aaaa;
    width: 100%;
    outline: none;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 300;
    transition: 0.25s;
  }

  .grid-forgetpassword_success .form ::-webkit-input-placeholder {
    color: #aaaa;
    padding-bottom: 10px;
  }

  .grid-forgetpassword_success input[type="text"]:focus,
  .grid-forgetpassword_success input[type="password"]:focus {
    width: 100%;
    border-color: #444444;
  }

  .grid-forgetpassword_success input[type="submit"] {
    border: 0;
    background: #808B96;
    display: block;
    margin: 20px auto 15px auto;
    text-align: center;
    padding: 10px 40px;
    outline: none;
    color: #fff;
    border-radius: 26px;
    transition: 0.25s;
    cursor: pointer;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 4px;
  }

  .grid-forgetpassword_success input[type="submit"]:hover {
    background: #444444;
    color: #fff;
  }


  .grid-forgetpassword_success span {
    width: 100%;
  }

  .grid-forgetpassword_success span a {
    text-decoration: none;
    font-family: 'Noto Sans TC', sans-serif;
    color: #aaa;
    font-weight: 300;
    font-size: 0.8rem;
    letter-spacing: 3px;
    transition: .3s;
  }

  .grid-forgetpassword_success span:hover>a {
    color: #444444;
  }

  @media screen and (min-width: 768px) {
    .dropdown-menu ul {
      top: 70%;
      left: 0px;
      width: 200px;
    }

    .dropdown-menu ul a {
      width: 190px;
      padding: 15px 0 15px 10px;
      font-size: 1.1rem;
      letter-spacing: 2px;
    }

    .dropdown-menu .fas {
      padding: 0 0 0 5px;
      font-size: 15px;
    }
  }




}