/* 左側導覽列 */
#products_content_sidebar {
  border-right: 1px solid white;
  position: relative;
}
#products_class {
  display: none;
}
/* 分類導覽容器 */
.third_main_menu_zw {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
}
.third_main_menu_en {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
}
/* 產品分類標題 */
.third_main_menu_zw .menu-item-type-post_type {
  width: 100%;
}
.third_main_menu_en .menu-item-type-post_type {
  width: 100%;
}
.third_main_menu_zw > li > a {
  display: block;
  width: 100%;
  color: aliceblue;
  text-align: center;
  background: linear-gradient(to bottom, #09375b 0%, #05192f 100%);
  box-shadow: 0px 0px 5px #76c4ff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  margin: 20px auto 50px auto;
  padding: 10px 0px 10px 0px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.third_main_menu_en > li > a {
  display: block;
  width: 100%;
  color: aliceblue;
  text-align: center;
  background: linear-gradient(to bottom, #09375b 0%, #05192f 100%);
  box-shadow: 0px 0px 5px #76c4ff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  margin: 20px auto 50px auto;
  padding: 10px 0px 10px 0px;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0em !important;
}
.third_main_menu_zw
  .menu-item-type-post_type
  > div[class="third_main_menu_arrow"] {
  display: none;
}
.third_main_menu_en
  .menu-item-type-post_type
  > div[class="third_main_menu_arrow"] {
  display: none;
}
/* 

/* 箭頭按鈕容器(sidebar.js中生成) */
.third_main_menu_arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #a57d03;
  width: 40px;
  height: 40px;
  padding: 5px 5px 5px 15px;
}
.third_main_menu_arrow:hover {
  cursor: pointer;
}
/* 次次導覽列 */
.third_main_menu_zw > li > ul {
  position: relative;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
.third_main_menu_zw > li > ul > li {
  width: 100%;
  position: relative;
  margin-top: 5px;
}
.third_main_menu_zw > li > ul > li > a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  color: black;
  text-decoration: none;
  letter-spacing: 1.5em;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #f2cb04 !important;
  padding: 8px 10px;
}
.third_main_menu_zw > li > ul > li > a:hover {
  transition-duration: 0.5s;
  background-color: #05192f !important;
  color: aliceblue;
}
.third_main_menu_zw > li > ul > li > ul > li > a {
  display: block;
  height: 100%;
  color: aliceblue;
  text-decoration: none;
  width: 100%;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 15px 15px;
  border-bottom: 1px solid white;
}
.third_main_menu_zw > li > ul > li > ul > li > a:hover {
  transition-duration: 0.5s;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: aliceblue;
}
/* 英文 */
.third_main_menu_en > li > ul {
  position: relative;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
.third_main_menu_en > li > ul > li {
  width: 100%;
  position: relative;
  margin-top: 5px;
}
.third_main_menu_en > li > ul > li > a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  color: black;
  text-decoration: none;
  letter-spacing: 0.1em !important;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #f2cb04 !important;
  padding: 8px 10px;
}
.third_main_menu_en > li > ul > li > a:hover {
  transition-duration: 0.5s;
  background-color: #05192f !important;
  color: aliceblue;
}
.third_main_menu_en > li > ul > li > ul > li > a {
  display: block;
  height: 100%;
  color: aliceblue;
  text-decoration: none;
  width: 100%;
  letter-spacing: 0em !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 15px 15px;
  border-bottom: 1px solid white;
}
.third_main_menu_en > li > ul > li > ul > li > a:hover {
  transition-duration: 0.5s;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: aliceblue;
}
/* 桌機 */
@media screen and (max-width: 1400px) {
  .third_main_menu_zw > li > ul > li > a {
    letter-spacing: 1em;
  }
  .third_main_menu_en > li > ul > li > a {
    letter-spacing: 1em;
  }
}
@media screen and (max-width: 1200px) {
}
/* 平板 */
@media screen and (max-width: 992px) {
  #products_content_sidebar {
    border-right: 0px solid white;
    padding: 0px;
  }
  .sub_title {
    display: none;
  }
  .third_main_menu_zw {
    padding-left: 0px;
  }
  .third_main_menu_en {
    padding-left: 0px;
  }
  .third_main_menu_arrow {
    right: 0px;
  }
  .third_main_menu_zw > li > a {
    width: 95%;
  }
  .third_main_menu_zw > li > ul > li > ul {
    display: none;
  }
  .third_main_menu_en > li > a {
    width: 95%;
  }
  .third_main_menu_en > li > ul > li > ul {
    display: none;
  }
  .sub-menu {
    padding-right: 55px;
    padding-left: 0px;
  }
  .sub-menu li a {
    text-align: center;
  }
}
/* 手機 */
@media screen and (max-width: 768px) {
  #products_content_sidebar {
    border-right: 0px solid white;
  }

  #products_class {
    border-radius: 0px;
    color: black;
    background-color: aliceblue;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
