@charset "UTF-8";
/*------------------------------*/
/*          $Catalog
--------------------------------*/
/**
* $Catalog                目錄
* $all                	  全部
* $header               	選單
* $footer              	  footer
* $slider               	輪播
* $default               	首頁
* $inner-all              內頁全部
* $profile               	品牌故事
* $onsale               	熱門商品
* $news               	  最新消息
* $category               產品列表
* $shoplist               購物車
* $member               	會員中心
* $往上跑按鈕 

**/
/*------------------------------*/
/*          $all 全部
--------------------------------*/
a, button, input {
  outline: none; }

@media (min-width: 1400px) {
  .container {
    width: 1300px; } }
/*------------------------------*/
/*         $header 選單
--------------------------------*/
.navbar {
  transition: all 0.3s;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff; }

.navbar-nav {
  margin-top: 60px;
  transition: all 0.3s; }

.navbar-nav li a {
  font-size: 17px;
  letter-spacing: 1px;
  color: #6f6f6f;
  transition: all 0.2s; }
  .navbar-nav li a:hover {
    color: #78b100; }

.navbar-brand img {
  width: 96px;
  margin: 7px 0;
  transition: all 0.3s; }

/* 沒有被漢堡包起來的 */
.navbar-header .navbar-brand,
.navbar-header .shop {
  display: none; }

/* 被漢堡包起來的 */
.navbar-collapse .navbar-brand,
.navbar-collapse .shop {
  display: block; }

.navbar-collapse .shop {
  position: relative;
  margin-left: 10px; }
  .navbar-collapse .shop::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #989898;
    position: absolute;
    right: 1px;
    bottom: 15px; }
  .navbar-collapse .shop a {
    font-size: 20px;
    color: #282929;
    position: relative;
    padding-right: 30px; }
    .navbar-collapse .shop a .badge {
      padding: 3px 5px;
      margin-left: -13px;
      position: absolute;
      right: 12px;
      bottom: 12px;
      background-color: #5e9447; }

.navbar.fixedNav {
  border-bottom: 1px solid #dddddd; }
  .navbar.fixedNav .navbar-brand img {
    width: 66px;
    margin: 0; }
  .navbar.fixedNav .navbar-nav {
    margin-top: 22px; }

/* 提前漢堡 */
@media (max-width: 991px) {
  /* 沒有被漢堡包起來的 */
  .navbar-header .navbar-brand,
  .navbar-header .shop {
    display: block; }

  /* 被漢堡包起來的 */
  .navbar-collapse .navbar-brand,
  .navbar-collapse .shop {
    display: none; }

  /* 漢堡設計提早出現 */
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  .navbar-right {
    float: none !important;
    margin-right: 0px; }

  .navbar-header .navbar-brand img {
    width: 62px;
    margin: 4px 15px; }
  .navbar-header .shop {
    display: inline-block;
    float: right;
    margin-top: 28px;
    margin-right: 30px;
    font-size: 20px;
    transition: all 0.3s; }
    .navbar-header .shop a {
      color: #484848;
      position: relative; }
      .navbar-header .shop a .badge {
        padding: 3px 6px;
        margin-left: -13px;
        position: absolute;
        right: -17px;
        bottom: 0px;
        background-color: #5e9447; }
  .navbar-header .navbar-toggle {
    margin-top: 20px;
    transition: all 0.3s; }
    .navbar-header .navbar-toggle span {
      font-size: 24px; }

  .navbar-nav {
    margin: 0;
    margin-top: 10px;
    padding-bottom: 15px;
    text-align: center; }
    .navbar-nav li {
      width: 49.6%;
      display: inline-block;
      text-align: center;
      border: 1px solid #eeeeee;
      margin-bottom: 3px; }
      .navbar-nav li:last-child {
        width: 100%; }

  .navbar.fixedNav .navbar-brand img {
    width: 50px;
    margin: 0 15px; }
  .navbar.fixedNav .navbar-header .navbar-toggle {
    margin-top: 11px;
    padding: 5px 10px; }
  .navbar.fixedNav .navbar-header .shop {
    margin-top: 15px; } }
@media (max-width: 480px) {
  .navbar-nav li {
    width: 49.3%; } }
/*------------------------------*/
/*        $footer footer
--------------------------------*/
#idec-slide-demo {
  padding: 15px 0; }
  #idec-slide-demo .pro_txt_box .pro_title {
    font-size: 14px;
    text-align: center; }
  #idec-slide-demo .pro_txt_box .pro_text {
    display: none; }
  #idec-slide-demo .pro_main {
    display: none; }
  #idec-slide-demo .pro_sale {
    display: none; }
  #idec-slide-demo .owl-pagination {
    display: none; }

#hotproducts {
  padding: 100px 0;
  border-top: 1px solid #e6f1d7; }
  #hotproducts h2 {
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    color: #478230;
    letter-spacing: 5px;
    margin-bottom: 55px;
    margin-top: 0; }
  #hotproducts img {
	  
    max-width: 100%;
	max-height: 284px;
    padding: 10px;
    border: 1px solid #ffffff; }
  #hotproducts a {
    color: #5d5d5d;
    text-decoration: none; }
    #hotproducts a:hover img {
      border: 1px solid #abd653; }
  #hotproducts .pro_item {
    padding: 6px; }

.owl-theme .owl-controls .owl-buttons div {
  color: #7b7b7b; }

@media (max-width: 767px) {
  #hotproducts {
    padding: 40px 0; }
    #hotproducts h2 {
      font-size: 30px;
      margin-bottom: 0px; }
    #hotproducts .owl-buttons {
      top: -30px; } }
footer {
  color: #fafef5;
  background: #4d8437;
  text-decoration: none;
  padding: 50px 0; }
  footer .footer-item {
    width: 30%;
    display: inline-block;
    margin-right: 10%;
    vertical-align: top; }
    footer .footer-item:first-child {
      width: 18%; }
    footer .footer-item:last-child {
      margin-right: 0; }
  footer h3 {
    font-size: 16px;
    border-bottom: 1px solid #fafef5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #fafef5; }
  footer h4 {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: bold;
    margin-bottom: 22px;
    color: #fafef5; }
  footer p {
    font-size: 14px; }
  footer ul li {
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 1px; }
    footer ul li .fa {
      width: 26px;
      font-size: 22px;
      text-align: center;
      display: inline-block;
      margin-right: 6px; }
  footer a {
    color: #fafef5; }
    footer a:focus {
      color: #fafef5; }
    footer a img {
      width: 50px;
      display: inline-block; }
    footer a i {
      font-size: 22px;
      display: inline-block; }
  footer .left {
    width: 49.1%;
    text-align: left;
    display: inline-block; }
    footer .left a {
      color: #fafef5;
      font-size: 17px;
      display: block;
      letter-spacing: 6px;
      margin-bottom: 10px;
      text-decoration: none; }
      footer .left a:first-child {
        color: #9dd91d; }
  footer .right {
    width: 49.1%;
    text-align: right;
    display: inline-block; }
    footer .right a {
      color: #9dd91d;
      font-size: 17px;
      display: block;
      letter-spacing: 6px;
      margin-bottom: 10px;
      text-decoration: none; }
  footer .follow-icon {
    position: relative;
    text-align: center;
    height: 110px;
    padding-top: 30px; }
    footer .follow-icon a {
      vertical-align: middle;
      display: inline-flex;
      text-decoration: none;
      margin: 0 10px;
      opacity: 1;
      transition: all 0.3s; }
      footer .follow-icon a:last-child i {
        font-size: 38px; }
      footer .follow-icon a:hover {
        color: #fafef5;
        opacity: 0.7; }
    footer .follow-icon i {
      font-size: 46px; }

@media (max-width: 1199px) {
  footer .footer-item {
    width: 30%;
    margin-right: 7%; }
    footer .footer-item:first-child {
      width: 23%; } }
@media (max-width: 991px) {
  footer {
    padding: 50px 15px; }
    footer .footer-item {
      width: 100%;
      margin-right: 0; }
      footer .footer-item:first-child {
        width: 100%; }
    footer .right {
      text-align: left; } }
@media (max-width: 480px) {
  footer {
    padding: 40px 15px 10px; }
    footer h3 {
      padding-bottom: 3px;
      margin-bottom: 10px; }
    footer h4 {
      margin-bottom: 15px; }
    footer .follow-icon {
      height: auto;
      padding-top: 0px;
      padding-bottom: 15px; } }
/*------------------------------*/
/*          $slider 輪播
--------------------------------*/
#carousel-generic {
  margin-top: 120px; }
  #carousel-generic .carousel-control {
    display: none; }

@media (max-width: 991px) {
  #carousel-generic {
    margin-top: 80px; } }
/*------------------------------*/
/*         $default 首頁
--------------------------------*/
#default-catogory {
  padding: 130px 0;
  text-align: center;
  background: url("../../images/default_category_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  #default-catogory .categoty-item {
    text-decoration: none;
    display: inline-block;
    width: 32%;
    margin-right: 22px;
    position: relative; }
    #default-catogory .categoty-item:last-child {
      margin-right: 0; }
    #default-catogory .categoty-item .cover {
      position: relative;
      height: 250px;
      overflow: hidden; }
      #default-catogory .categoty-item .cover img {
        width: 102%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s; }
      #default-catogory .categoty-item .cover:hover img {
        width: 105%; }
    #default-catogory .categoty-item .category-title {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 72%; }
      #default-catogory .categoty-item .category-title span {
        font-size: 21px;
        color: #ffffff;
        width: 100%;
        font-weight: bold;
        letter-spacing: 7px;
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #default-catogory .categoty-item .category-title::before {
        content: "";
        display: block;
        height: 100%;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        transform: scale(0, 1);
        transform-origin: 50% 0;
        opacity: 0;
        transition: all 0.3s; }
      #default-catogory .categoty-item .category-title::after {
        content: "";
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: scale(1, 0);
        transform-origin: 0% 50%;
        opacity: 0;
        transition: all 0.3s;
        transition-delay: 0.1s; }
      #default-catogory .categoty-item .category-title:hover::before {
        transform: scale(1.12, 1);
        opacity: 1; }
      #default-catogory .categoty-item .category-title:hover::after {
        transform: scale(1, 1.2);
        opacity: 1; }

@media (max-width: 1399px) {
  #default-catogory .categoty-item {
    width: 30%; }
    #default-catogory .categoty-item .cover {
      height: 200px; } }
@media (max-width: 1199px) {
  #default-catogory {
    padding: 90px 0; }
    #default-catogory .categoty-item .cover {
      height: 175px; } }
@media (max-width: 992px) {
  #default-catogory {
    padding: 60px 0; }
    #default-catogory .categoty-item .cover {
      height: 155px; } }
@media (max-width: 767px) {
  #default-catogory {
    padding: 50px 0; }
    #default-catogory .categoty-item {
      width: 100%;
      margin-right: 0;
      padding: 0 15px; }
      #default-catogory .categoty-item .category-title {
        width: 86%;
        height: 67%; }
        #default-catogory .categoty-item .category-title::before {
          transform: scale(1.05, 1);
          opacity: 1; }
        #default-catogory .categoty-item .category-title::after {
          transform: scale(1, 1.2);
          opacity: 1; }
        #default-catogory .categoty-item .category-title:hover::before {
          transform: scale(1.05, 1); } }
#default-about {
  background: #f6f9f4;
  position: relative;
  overflow: hidden;
  padding: 100px 0; }
  #default-about .about-text {
    display: inline-block;
    vertical-align: top; }
    #default-about .about-text h3 {
      font-size: 35px;
      font-weight: bold;
      letter-spacing: 5px;
      color: #326f17;
      margin-bottom: 30px; }
    #default-about .about-text p {
      font-size: 17px;
      letter-spacing: 1px;
      line-height: 1.7; }
    #default-about .about-text a {
      display: inline-block;
      border: 1px solid #4e4e4e;
      color: #4e4e4e;
      padding: 5px 25px;
      letter-spacing: 2px;
      font-size: 15px;
      margin-top: 20px;
      text-decoration: none;
      transition: all 0.3s; }
      #default-about .about-text a:hover {
        background: #609648;
        color: #ffffff;
        border: 1px solid #77a65b; }
  #default-about img {
    position: absolute;
    top: 0;
    right: -120px;
    width: 65%; }
    #default-about .make-col {
      padding: 100px 50px 100px 300px;
    }
@media (max-width: 768px){
    #default-about .make-col {
      padding: 50px;
    }
    }
@media (max-width: 1399px) {
  #default-about img {
    right: -180px;
    width: 76%; }
  #default-about .make-col {
    padding: 100px 50px 100px 100px;
  }
  }
@media (max-width: 1199px) {
  #default-about img {
    right: -400px;
    width: 88%; } }
@media (max-width: 991px) {
  #default-about {
    padding: 40px 0; } }
@media (max-width: 790px) {
  #default-about {
    padding: 40px 15px; }
    #default-about img {
      position: relative;
      right: auto;
      width: 100%;
      margin-top: 15px; } 
    #default-about .make-col {
    padding: 50px;
  }
  }
/*------------------------------*/
/*      $inner-all 內頁全部
--------------------------------*/
.inner-bn {
  height: 250px;
  background: url("../../images/inner-bg.jpg");
  background-size: cover;
  margin-top: 120px;
  overflow: hidden;
  position: relative; }
  .inner-bn h2 {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 10px;
    text-shadow: 0px 0px 6px #67380e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0; }
  .inner-bn img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.inner-body {
  padding: 100px 15px; }

@media (max-width: 991px) {
  .inner-bn {
    height: 180px;
    margin-top: 80px; }
    .inner-bn img {
      width: auto;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

  .inner-body {
    padding: 40px 15px; } }
/*------------------------------*/
/*       $profile 品牌故事
--------------------------------*/
.ProfileBody {
  position: relative;
  padding-right: 15px;
  padding-left: 15px; }
  .ProfileBody img {
    width: auto;
    max-width: 100%;
    margin-left: -26%;
    margin-bottom: 30px; }
  .ProfileBody p {
    font-size: 16px;
    line-height: 2.2;
    color: #545454; }
  .ProfileBody .right-text {
    width: 30%;
    display: inline-block;
    margin-left: -16px;
    vertical-align: bottom;
    margin-bottom: 20px;
    border-top: 2px solid #a8cc7e;
    border-left: 2px solid #b5dc87;
    padding: 15px 0 0 25px; }
  .ProfileBody .center-text {
    width: 100%; }

@media (max-width: 1399px) {
  .ProfileBody img {
    margin-left: -35%; }
  .ProfileBody .right-text {
    width: 33%; } }
@media (max-width: 1199px) {
  .ProfileBody img {
    margin-left: -39%; }
  .ProfileBody .right-text {
    width: 40%; } }
@media (max-width: 991px) {
  .ProfileBody img {
    margin-left: 0; }
  .ProfileBody .right-text {
    width: 100%;
    margin-left: 0;
    border-top: 0px solid #a8cc7e; } }
/*------------------------------*/
/*       $onsale 熱門商品
--------------------------------*/
#idec-slide-demo2 .pro_txt_box, #idec-slide-demo2 .pro_price, #idec-slide-demo2 .on_sale {
  display: none; }
#idec-slide-demo2 .item {
  width: 23%;
  height: 474px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 20px 10px 10px;
  margin: 10px;
  border: 1px solid #d8d8d8; }
#idec-slide-demo2 .pro_main {
  margin-bottom: 20px;
  height: 67px; }
  #idec-slide-demo2 .pro_main h3 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #idec-slide-demo2 .pro_main p {
    font-size: 14px;
    color: #696969; }
#idec-slide-demo2 .pro_btn {
  display: block;
  text-align: center;
  border: 1px solid #7eb050;
  color: #ffffff;
  background: #7eb050;
  font-size: 14px;
  border-radius: 3px;
  line-height: 2.2;
  text-decoration: none;
  transition: all 0.3s; }
  #idec-slide-demo2 .pro_btn:hover {
    color: #73a942;
    background: #ffffff; }
  #idec-slide-demo2 .pro_btn i {
    display: none; }
#idec-slide-demo2 img {
  max-width: 100%;
  height: auto;
  max-height: 284px;
  margin-bottom: 15px; }

@media (max-width: 1199px) {
  #idec-slide-demo2 .item {
    width: 31%; } }
@media (max-width: 991px) {
  #idec-slide-demo2 .item {
    width: 47%; } }
@media (max-width: 767px) {
  #idec-slide-demo2 .pro_main {
    margin-bottom: 15px;
    height: auto;
    text-align: left; }
  #idec-slide-demo2 .item {
    width: 46%;
    height: auto;
    margin: 5px; } }
/*------------------------------*/
/*        $news 最新消息
--------------------------------*/
.news-wrapper.inner-body {
  padding: 40px 0px; }

.aside-title, .newsbar {
  border-radius: 0px;
  background-color: #6a9d4d;
  color: #ffffff; }

.news_title {
  font-size: 19px;
  margin: 12px 0 12px 0;
  color: #548c3e; }

.news_info {
  font-size: 15px; }

.badge {
  background-color: #5e9447; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
  background-color: #454179; }

/*------------------------------*/
/*     $category 產品列表
--------------------------------*/
.category-wrapper.inner-body {
  padding: 40px 0px; }

.breadcrumb {
  background-color: #6a9d4d;
  border-radius: 0px; }

ol.breadcrumb li a {
  color: #fffefe; }

.clickCtyName {
  font-size: 15px;
  padding: 9px 0 8px 20px;
  color: #39880c;
  background: #f3f7ee;
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6; }

ul.ACCORDION.transit a {
  padding: 0 0 0 3em;
  text-decoration: none; }

.item1:before {
  border-width: 0;
  width: 13px;
  height: 10px;
  border-radius: 0 15px 0 15px;
  background: #96c730; }

ul.ACCORDION.transit li > a:hover, ul.ACCORDION.transit li.ACCORDION-active > a {
  background: #ffffff;
  padding: 0 0 0 3.5em; }

ul.ACCORDION.transit li.ACCORDION-open > a {
  background: #ffffff;
  color: #525252; }

ul.ACCORDION.transit li li.topic > a {
  color: #5e9447; }

.item2:before, .item3:before, .item4:before {
  background: #cfe5a0; }

.down {
  display: none;
  width: 30px;
  margin-top: -18px;
  margin-left: auto; }

@media (max-width: 767px) {
  aside {
    margin-bottom: 15px; }

  .down {
    display: block; }

  .clickCtyName {
    border-bottom: 1px solid #d6d6d6; } }
#myTab {
  font-size: 13px;
  color: #737373; }
  #myTab a .btn-default {
    color: #353535;
    padding: 3px 9px; }
  #myTab a .active {
    color: #353535; }

.features-box a h4 {
  font-size: 17px;
  color: #3e3e3e;
  font-weight: bold; }
.features-box .normal-price-s {
  color: #7941d0; }
.features-box .product-price {
  margin-bottom: 15px; }
.features-box p.prd_info {
  color: #528e2f;
  font-size: 13px; }

.li-item .features-box a.btn-default:hover, .li-item .features-box a.btn-default:focus {
  background-color: #679c49;
  color: #ffffff;
  border-color: #6a9d4d; }

.li-item:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #83ab6c; }

ul.ACCORDION.transit .topic a {
  color: #4fa021;
  padding: 0 0 0 3.2em; }

@media (max-width: 544px) {
  .thumbnail-list li {
    width: calc(100% / 2); } }
#category_descr {
  padding: 0 15px; }

/*------------------------------*/
/*     $product 產品詳述
--------------------------------*/
.product-wrapper.inner-body {
  padding: 40px 0px; }

.hero-feature #prod_intro {
  margin-top: 30px; }
.hero-feature .descri-none {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #6d6d6d;
  margin-bottom: 20px; }
.hero-feature .normal-price {
  color: #7941d0; }
.hero-feature .btn-danger {
  background-color: #6a9d4d;
  border-color: #6a9d4d; }
  .hero-feature .btn-danger:hover {
    background-color: #8fc320;
    border-color: #90b978; }

.article-content .arti-news p {
  font-size: 15px; }

/*------------------------------*/
/*      $shoplist 購物車
--------------------------------*/
.ShopList-body h1.MYCART_TITLE {
  display: none; }
.ShopList-body h2.SHOP_TITLE {
  font-size: 17px;
  padding: 10px 10px 7px 10px;
  border-bottom: 2px solid #8fc320;
  background: #6a9d4d; }

@media (max-width: 480px) {
  .ShopList-body.inner-body {
    padding: 40px 30px; } }
/*------------------------------*/
/*       $member 會員中心
--------------------------------*/
.member-wrapper.inner-body {
  padding: 50px 0px 70px; }

@media (max-width: 480px) {
  .member-wrapper.inner-body {
    padding: 0px 0px 70px; } }
/*------------------------------*/
/*         $往上跑按鈕 
--------------------------------*/
#gotop.gotop {
  padding: 2px 9px;
  border-radius: 0; }

#gotop.gotop:hover {
  background: #2b5a17; }

@media (max-width: 480px) {
  #gotop {
    right: 20px;
    bottom: 74px; } }

/*# sourceMappingURL=style_rwd1250.css.map */
/*--------增加-----------*/
#idec-slide-demo .pro_item,#idec-slide-demo2 .pro_item{text-align: center;}
.thumbnail-list img {
    display: block;
    max-width: 100% !important;
    max-height: 284px;
}