/* 主視覺 */
.container {
  background-color: transparent;
  padding-bottom: 0px;
}
main.kv {
  background-color: black;
  background-size: contain;
  height: auto !important;
  padding: 0;
  min-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.kv img {
  width: 100%;
}

/*BN區塊*/
section .sec-inner .banner_box .banner {
  background-size: cover !important;
}
section .sec-inner {
  padding: 60px 0px 0px 0px !important;
}
/*導引選單顏色*/
nav .inner a {
  font-size: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222 !important;
}
nav.fixed.open .inner a {
  background-color: transparent !important;
  font-size: 18px;
  width: auto;
  min-height: 20px;
  text-align: center;
  padding: 5px;
  margin: 5px auto;
  color: #fff;
  transition: 0.2s;
}
nav.fixed.open .inner {
  background-color: #000000 !important;
}
nav.fixed.open .inner {
  background-color: #000000 !important;
}
nav.fixed:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  font-family: "icomoon";
  border-radius: 50%;
  background-color: #000000;
}
a#backTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #000000;
  border-radius: 50%;
  transition: 0.2s;
}
/*大標文字*/
section .sec-inner .sec-head .headtitle {
  color: #f5a733 !important;
  font-size: 2.5em;
}

/*中標背景*/
section .sec-inner .sec-head .text {
  background-color: #f5a733 !important;
  color: #000000;
}

/*商品描述區塊*/
.wrap-item .item .item-bottom .name {
  background-image: repeating-linear-gradient(
    90deg,
    #f5a733 -1%,
    #e6622a 101%
  ) !important;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
