body {
  font-family: Helvetica, Arial, sans-serif, "微軟正黑體";
  /*background-image: url('../images/background.jpg');*/
  /*background-repeat: round;*/
}

/* box-shadow */

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

/* 回到最上 */

#back-to-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /*background-color: #42210B;*/
  /*color: #444;*/
  cursor: pointer;
  border: 0;
  border-radius: 100%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  color: #fff;
}

/* #back-to-top:hover {

} */

#back-to-top.show {
  opacity: 1;
}

/* 手機版選單 */

.mobile-nav {
  display: none;
}

/* color */

.bgc-green {
  /*background-color: #4B6435;*/
  border: 1px solid #000;
}

.bgc-white50 {
  /*background-color: rgba(255,255,255,.5);*/
  border: 1px solid #000;
}

.fc-green {
  color: #4B6435;
}

/* common */

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul>li {
  list-style: none;
}

/**title**/

.content-title {
  float: left;
  color: #4b6435;
  font-size: 50px;
  width: 90px;
  padding: 20px 15px 0 15px;
  box-sizing: border-box;
  border-left: 1px solid #4b6435;
  border-right: 1px solid #4b6435;
  text-align: center;
  margin-left: 21px;
}

.subtitle {
  margin-bottom: 30px;
}

.subtitle>div:nth-child(-n+3) {
  float: left;
}

.subtitle>div:nth-child(1) {
  position: relative;
  color: #4b6435;
  margin-top: 10.4px;
  margin-right: 15px;
}

.subtitle>div:nth-child(1)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  right: -14.5px;
  top: -3px;
  background-color: #4b6435;
}

.subtitle>div:nth-child(2) {
  font-size: 30px;
  color: #603813;
  margin-left: 15px;
}

.subtitle>div:nth-child(3) {
  margin-top: 21.9px;
  width: calc(100% - 217px);
  height: 1px;
  background-color: #4B6435;
}

/* 會員資訊 */

.member-info-wrap {
  position: absolute;
  right: 15px;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  color: #006738;
}

.member-info-wrap ul {
  margin-left: auto;
}

.member-info-wrap ul>li {
  display: inline-block;
}

/*.member-info-wrap ul > li:nth-of-type(1) > a:hover,*/

/*.member-info-wrap ul > li:nth-of-type(2) > a:hover{*/

/*color:white;*/

/*}*/

/*.member-info-wrap ul > li:nth-of-type(1)::after{*/

/*content:'';*/

/*display: inline-block;*/

/*width:2px;*/

/*height: 16px;*/

/*vertical-align: middle;*/

/*background-color: white;*/

/*margin-left: 5px;*/

/*margin-bottom: 3px;*/

/*}*/

/*.member-info-wrap ul > li:nth-of-type(1),*/

/*.member-info-wrap ul > li:nth-of-type(2){*/

/*color:#EFCB5D;*/

/*}*/

.member-info-wrap ul>li:nth-of-type(2),
.member-info-wrap ul>li:nth-of-type(3) {
  margin-right: 15px;
}

.order,
.shopping-cart {
  margin-right: 4px;
  margin-bottom: 3.5px;
}

/* 導覽列 */

.mb-show {
  display: none !important;
}

.logo {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-wrap {
  width: calc(100% - 175px);
  float: left;
  padding-bottom: 20px;
}

.menu-wrap>ul>li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #12A33E;
  letter-spacing: 1px;
  margin-right: 30px;
  padding: 0 16px;
}

.menu-wrap>ul>li:hover {
  color: #D65943;
}

.menu-wrap>ul li:nth-child(5) {
  margin-right: 0;
  padding-right: 0;
}

.menu-wrap>ul>li>ul {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  /*color:#603813;*/
  color: #000;
  width: 100%;
  /*border-top: 4px solid #c69c6d;*/
  border-top: 4px solid #000;
  background-color: white;
  padding: 0 10px;
  z-index: 2;
}

.menu-wrap>ul>li>ul.active {
  display: block;
}

.menu-wrap>ul>li>ul::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -10px;
  margin-left: -6px;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  /*border-color: transparent transparent #c69c6d transparent;*/
  border-color: transparent transparent #000 transparent;
}

.menu-wrap>ul>li>ul>li {
  display: block;
  padding: 10px 0;
  /*border-bottom: 2px solid #c69c6d;*/
  border-bottom: 2px solid #000;
  text-align: center;
}

.menu-wrap>ul>li>ul>li>a:hover {
  color: #000;
  /*color:#c69c6d;*/
  text-decoration: underline;
}

.menu-wrap>ul>li>ul>li:nth-last-of-type(1) {
  border-bottom: none;
}

.banner .swiper-container {
  width: 100%;
  height: auto;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* 頁尾 */
.content-bg{
  width: 100%;
/* 
  background-image:url(/images/introduction/block.png) ;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px; */
}
footer {
  color: #EDEDED;
}


footer .company-info {
  height: 60px;
  line-height: 60px;
  text-align: center;
  /*border-bottom: 1px solid #4B6435;*/
  border: 1px solid #000;
}

footer .company-info small {
  font-size: 12px;
  font-weight: normal;
}

footer .company-info>ul {
  display: inline-block;
  margin-right: 30px;
}

footer .company-info>ul>li {
  display: inline-block;
  font-size: 18px;
  /*font-weight: bold;*/
  /*color:#4B6435;*/
  color: #000;
}
#u_0_0 ._2p3a{
  width: 272px!important;
  margin-left: 14px!important;
}
#u_0_0 ._2p3a{
  margin-left: 8px!important;
}
body.plugin {
  width: 272px!important;
  margin-left: 8px!important;
}
footer .company-info>ul>li>img {
  vertical-align: baseline;
  margin-right: 4px;
}

footer .footer-center {
  margin: 0;
  background-color: #12A33E;
  padding: 50px 0;
  border-bottom: 1px solid #4B6435;
}

footer .footer-center .contactus ul>li {
  line-height: 29px;
  letter-spacing: 5px;
}

footer .footer-logo {
  margin-right: 101.08px;
  float: left;
  border: 1px solid #000;
  width: 180px;
  height: 180px;
}

footer .related-link {
  width: 100%;
  float: left;
}

footer .related-link .link-item {
  position: relative;
  height: 140px;
}

footer .related-link .link-item::after {
  content: '';
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
  background-color: white;
}

footer .related-link .link-item:hover::after {
  height: 100%;
}

footer .related-link .link-item img {
  display: block;
  margin: 0 auto 10px auto;
}

footer .related-link .link-item .link-text {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1.68px;
  margin-bottom: 10px;
}

footer .copy {
  background: #006738;
  padding: 10px 24% 10px;
  text-align: center;
  height: 90px;
}

footer .copy-text1 {
  float: left;
}

footer .copy-text2 {
  letter-spacing: 6px;
  float: left;
}

footer .copy-left {
  height: 60px;
  width: 80px;
  margin-right: 10px;
  float: left;
}

footer .copy-top {
  color: #EDEDED;
  text-align: center;
  font-size: 20px;
  float: left;
  text-decoration: none;
  margin-right: 20px;
}

footer .copy-top>ul>li {
  box-sizing: border-box;
  display: inline-block;
  word-break: break-all;
  padding: 0px 20px;
  /* border-right: 1px solid #EDEDED; */
}

footer .copy-top>ul>li>a {
  text-decoration: none;
}

footer .copy-right {
  padding:0px 20px;
  text-align: center;
  height: 30px;
  font-size: 12px;
  letter-spacing: 1.68px;
  color: #EDEDED;
  
  /* float: left; */
}
.copy-top ul li:hover{
  color: #D65943;
}
.copy-block{
  padding-top: 20px;
}
#back-to-top img:nth-child(2){
display: none;
}

/* 當寬度大於992px，套用此CSS */

@media screen and (min-width: 992px) {
  .menu-wrap>ul {
    display: block !important;
  }
}

@media screen and (max-width: 1750px) {
  footer .copy {
    padding: 10px 0 10px 18%;
  }
}


/* 當螢幕寬度小於1200px，套用此CSS */
@media screen and (max-width: 1200px) {
  .menu-wrap>ul>li {
    margin-right: 0;
  }
  footer .copy {
    padding: 10px 6% 10px;
  }
  footer .related-link .link-item img {
    width: 100%;
  }
  #u_0_0 {
    margin-left: 8px!important;
  }
  footer .copy-top{
    margin-right: 0px ;
  }
}

/* 當螢幕寬度小於992px，套用此CSS */

@media screen and (max-width: 992px) {
  .breadcrumb {
    margin-top: 70px;
  }
  nav.shadow-sm {
    box-shadow: none !important;
  }
  .mb-show {
    display: block !important;
  }
  .member-info-wrap {
    display: none;
  }
  .mobile-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    display: block;
    width: 720px;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
  }
  .mb-nav-logo .img {
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
  }
  .collapse-toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
  }
  .collapse-toggle span {
    display: block;
    width: 27px;
    height: 3px;
    background-color: #4B6435;
    margin: 18.5px auto;
  }
  .collapse-toggle span::before,
  .collapse-toggle span::after {
    content: '';
    position: relative;
    display: block;
    width: 27px;
    height: 3px;
    background-color: #4B6435;
  }
  .collapse-toggle span::before {
    top: -8px;
  }
  .collapse-toggle span::after {
    top: 5px;
  }
  nav {
    border-bottom: none;
    height: auto;
  }
  nav .logo {
    display: none;
  }
  .menu-wrap {
    position: fixed;
    top: 67px;
    left: 0px;
    z-index: 61213906;
    width: 100%;
    height: auto;
    background-color: white;
    /*padding-top: 70px;
    padding-bottom: 2px; */
  }
  .menu-wrap>ul {
    width: 100%;
    background-color: rgba(225, 225, 225, .5);
    text-align: center;
    display: none;
  }
  .menu-wrap>ul>li {
    display: block;
    /*border-bottom: 2px dashed #4B6435;*/
    border-bottom: 2px solid #000;
    padding: 10px 0;
    /*color: #603813;*/
    color: #000;
  }
  .menu-wrap>ul>li>a>span {
    display: none;
  }
  .menu-wrap>ul>li>a>span#mb-cartCount {
    display: inline;
  }
  .menu-wrap>ul>li>ul {
    position: static;
    background-color: rgba(225, 225, 225, .5);
    border-top: none;
    font-size: 16px;
  }
  .menu-wrap>ul>li>ul::before {
    display: none;
  }
  .menu-wrap>ul>li>ul>li {
    border-bottom: none;
  }
  /* 頁尾 */
  footer .footer-center {
    padding: 60px 0px 30px 0px ;
    background-color: #12A33E;
  }
  footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  footer .related-link {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  footer .related-link .contactus {
    line-height: 29px;
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
  footer .related-link .link-item {
    margin-bottom: 55px;
  }
  footer .related-link .col-md-4:nth-last-child(1) .link-item {
    margin-bottom: 0;
  }
  footer .contactus {
    padding-bottom: 40px;
  }
  footer .copy-right {
    height: auto;
  }
  footer .copy {
    padding: 20px 3% 10px;
  }
  footer .copy-top {
    width: 100%;
    font-size: 14px;
    height: 20px;
    margin-bottom: 10px;
  }
  footer .copy-right {
    font-size: 10px;
    width: 100%;
    line-height: 36px;
    text-align: center;
  }
  footer .copy-left {
    display: none;
  }
  footer .copy-text1 {
    width: 50%;
  }
  footer .copy-text2 {
    width: 50%;
    margin-bottom: -8px;
  }
  footer .footer-center .contactus h4{
    letter-spacing: 1px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-center .contactus ul>li {
    letter-spacing: 1px;
    width: 300px;
    margin: 0 auto;
  }
  .copy-block{
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-nav {
    /* width: 540px; */
    width: 100%;
  }
  footer .copy {
    padding: 10px 0px 20px;
  }
  footer .copy-right {
    font-size: 10px;
  }
  footer .copy-right {
    line-height: 27px;
  }
  footer .copy-text1 {
    width: 100%;
  }
  footer .copy-text2 {
    width: 100%;
  }
  footer .copy-right {
    padding: 0px;
  }
  footer .copy .container {
    padding: 0 4px;
  }
  footer .footer-center .contactus ul>li {
    letter-spacing: 0px;
    width: 300px;
    margin: 0 auto;
  }
  footer .related-link .contactus>h4 {
    margin-bottom: 10px;
  }
  footer .facebook {
    margin-bottom: 40px;
  }

 

  @media screen and (max-width: 576px) {
    .mobile-nav {
      width: 100%;
    }
    footer .related-link .contactus>h4 {
      text-align: center;
      font-size: 20px;
    }
    footer .copy {
      padding: 10px 0px 20px;
    }
    footer .copy-right {
      font-size: 10px;
    }
    footer .copy-left {
      display: none;
    }
    ._2p3a{
      width: 272px;
      margin-left: 14px;
    }
    body.plugin {
      margin-left: 8px;
    }
    .copy-top ul{
      font-size: 14px;
    }
    footer .copy-text2 {
      letter-spacing: 6px;
  }
  #back-to-top{
  right: 15px;
  bottom: 100px
}
  #back-to-top img:nth-child(2){
    display: block;
    right: 15px;
    bottom: 100px
    }
    #back-to-top img:nth-child(1){
      display: none;
      }
  }

  @media screen and (max-width: 375px){}
footer .copy-text2 {
    letter-spacing: 6px;
}
}
@media screen and (max-width: 360px){
footer .copy-text2 {
    letter-spacing: 2px;
}
footer .copy-text1 {
  letter-spacing: 0px;
}
}