@charset "UTF-8";
.pri-text {
  color: #287A5F;
}

.font-wrap {
  word-break: keep-all;
  white-space: pre-wrap;
}

.font-22 {
  font-size: 22px;
}

ul, ol, li, a, div {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

li {
  word-break: break-all;
}

a {
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .order_1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.container {
  padding: 0px 46px;
}

@media (max-width: 627px) {
  .container {
    padding: 0px 30px;
  }
}

header {
  width: 100%;
  height: 112px;
  position: fixed;
  z-index: 9;
  background-color: #fff;
  top: 0;
}

header .headerbox {
  width: 100%;
  padding-left: 46px;
  padding-right: 46px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 627px) {
  header .headerbox {
    padding-left: 30px;
    padding-right: 30px;
  }
}

header .login {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

header .login li {
  list-style: none;
  position: relative;
}

header .login li:hover ul {
  display: block;
}

header .login a {
  cursor: pointer;
  margin: 0px 15px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

header .login a:hover {
  border-bottom: 1px solid;
}

@media (max-width: 627px) {
  header .login a {
    display: none;
  }
}

header .login .dropdown {
  line-height: 112px;
  height: 112px;
}

header .login .dropdown ul {
  display: none;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #3D4C47;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center;
  list-style: none;
  padding: 0px;
}

header .login .dropdown ul li {
  padding: 15px;
  line-height: normal;
  cursor: pointer;
}

header .login .dropdown ul li:hover {
  background-color: #778B85;
}

header .login .dropdown ul li a {
  margin: 0;
  border: none;
  color: #fff;
}

header .loginicon img {
  height: 31px;
  cursor: pointer;
}

header .logo {
  height: 100px;
  width: 100%;
}

@media (max-width: 767px) {
  header .logo {
    height: 65px;
  }
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 71, 59, 0.7);
  z-index: 99998;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .close {
  position: absolute;
  z-index: 99999;
  right: 50px;
  top: 25px;
}

.menu .loginicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .loginicon img {
  height: 31px;
  cursor: pointer;
}

.menu .content {
  min-height: calc(100% - 100px);
  padding-bottom: 50px;
  padding-top: 68px;
  width: 100%;
}

.menu .content a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
}

.menu .content li {
  list-style: none;
  background-color: #3D4C47;
  padding: 3px 30px;
}

.menu .content li:not(.dropdown):hover {
  background-color: #778B85;
}

.headerbuttonbox {
  height: 100px;
  text-align: center;
  background-color: #eecdad;
}

.headerbutton {
  padding: 5px 20px;
  margin-left: 40px;
  background-color: #CF9708;
  border-radius: 10px;
  border: solid 1px #CF9708;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.headerbutton:hover {
  background-color: #fff;
  color: #CF9708;
}

.headerbutton:hover a {
  color: #CF9708;
}

.headerbutton a {
  color: #fff;
  text-decoration: none;
}

.linebutton {
  padding: 5px 20px;
  background-color: #3CCF08;
  border-radius: 10px;
  border: solid 1px #3CCF08;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.linebutton:hover {
  background-color: #fff;
  color: #3CCF08;
}

body {
  margin: 0px !important;
  font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.noto-font {
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
}

.outlinebtn {
  border: solid 1px #CF9708;
  color: #CF9708;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  width: 120px;
  font-family: 'Noto Serif TC', serif;
}

.outlinebtn:hover {
  background-color: #CF9708;
  color: #fff;
}

footer {
  width: 100%;
  background-color: #3D4C47;
  color: #fff;
}

footer a {
  color: #fff;
  line-height: 2.3;
}

footer a:hover {
  color: #fff;
  border-bottom: 1px solid;
}

footer li, footer ul {
  list-style: none;
}

footer span {
  font-size: 20px;
  color: #C5CDCB;
}

.product {
  font-size: 16px;
}

.product img {
  max-width: 100%;
  margin-bottom: 20px;
}

.product_img {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
}

.product_img img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.product_txt {
  word-break: break-word;
}

@media (max-width: 1024px) {
  .product_txt {
    min-height: 80px;
  }
}

@media (max-width: 627px) {
  .product_txt {
    min-height: 104px;
  }
}

.product_border {
  border: solid 1px;
}

.product_price {
  font-size: 16px;
  color: #287A5F;
  font-weight: 500;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 10px;
}

.owl-carousel .active span, .owl-carousel .owl-carousel span:hover {
  width: 10px !important;
  height: 10px !important;
  background-color: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #aaa;
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff !important;
}

.fotorama__thumb-border {
  border-color: #3D4C47 !important;
}

.fotorama__nav-wrap {
  margin-top: 20px;
}

.bread {
  font-size: 14px;
}

.bread a {
  color: #000000;
}

.bread a:hover {
  border-bottom: 1px solid;
}

.bread span {
  margin: 0px 10px;
  color: #7C7C7C;
}

.category_box {
  padding: 20px 25px;
  margin-right: 10px;
  background-color: #EEF2EE;
  position: relative;
}

@media (max-width: 627px) {
  .category_box {
    max-height: 180px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .category_box {
    margin-right: 0px;
  }
}

.category_box li {
  list-style: none;
  margin-bottom: 10px;
}

.category_box li a {
  color: #287A5F;
}

.category_box li a:hover {
  border-bottom: 1px solid;
}

.category_arrow_up, .category_arrow_down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #778B85;
  display: none;
  cursor: pointer;
}

#product_actor {
  color: #287A5F;
  text-decoration: underline;
}

#product_features {
  padding-left: 20px;
}

#product_details .detail_title {
  min-width: 200px;
  max-width: 200px;
}

#product_details .detail_name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product {
  cursor: pointer;
}

.product_info {
  color: #287A5F;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
/*# sourceMappingURL=common.css.map */