.breadcrumb {
  padding-top: 20px;
  padding-left: 0;
  background-color: transparent;
  color: #273329;
  margin-bottom: 36px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #273329;
}

.main-title {
  font-size: 40px;
  color: #006738;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #12A33E;
  margin-bottom: 70px;
  position: relative;
}

.main-title .leaf {
  position: absolute;
  right: 0;
  bottom: -19px;
}


/* .product-wrap{
    position: relative;
    width: 100%;
    min-height: calc(100vh - 250px);
} */

/* 產品類別篩選 */
.product-type {
  font-size: 28px;
  color: #fff;
  margin-bottom: 70px;
}

/* .product-type h4{
    background-color: #fad200;
    padding:5px 10px;
    margin-bottom: 20px;
    display: block;
    text-align: -webkit-center;
} */
.product-type>li {
  display: inline-block;
  list-style-type: none;
  background-color: #BFDA81;
  color: white;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding: 0 27px;
  margin-right: 25px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 30px;
}
.product-type >li:nth-child(8n){
  margin-right: 0px;
}

.product-type>li:hover,
.product-type>li.active {
  background-color: #12A33E;
}

.product-type>li:nth-last-of-type(1) {
  margin-right: 0;
}

/* .product-type > li > a{
    color: #333;
} */

/* .product-content{
    float: left;
    width:calc(100% - 190.75px);
    padding-top: 60px;
} */

/* subtitle */
/* .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% - 127px);
    height:1px;
    background-color: #4B6435;
} */
.product-area-class {
  width: 100%;
  padding-bottom: 60px;
}

.product-row {
  margin: 0 -10px;
}

.product-area {
  width: calc(33% - 4px);
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 70px;
}

.product-loading>i {
  color: #333;
}

.product-show .col-md-3 {
  margin-bottom: 30px;
}

.product-show .col-md-3>a {
  position: relative;
}

.product-show .col-md-3>a:hover .hexagon-opacity {
  opacity: 1;
}

.product-name {
  color: #12A33E;
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  padding-left: 10px;
}

.supply {
  padding: 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.supply .supplier {
  font-size: 18px;
  color: #808080;
}

.supply .amount {
  font-size: 18px;
  color: #000;
}

.supply .amount span {
  color: #D65943;
}

.shop_info button {
  float: right;
}

/*.product-price{*/
/*color: #D65943;*/
/*font-size: 28px;*/
/*padding-left: 20px;*/
/*margin-bottom: 20px;*/
/*}*/
.shop_info button.disabled,
.shop_info button.disabled:hover {
  background-color: #cccccc;
  color: #1A1A1A;
  border-color: #1A1A1A;
}

.product-price {
  display: contents;
  color: #D65943;
  font-size: 28px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.product-price span {
  font-size: 12px;
  color: #B3B3B3;
  text-decoration: line-through;
  padding-left: 10px;
}

.buy_block select {
  border-radius: 3px;
  font-size: 18px;
}

.product-bg {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 40px;
}

.product-bg:hover .product-bg-cover {
  display: block;
}

.product-bg-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background-color: rgba(255, 255, 255, .4);
  z-index: 2;
}

.product-info {
  width: 100%;
  /* text-align: center; */
}

.product-info button {
  background-color: #D65943;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: 1px solid #D65943;
  border-radius: 3px;
  padding: 2px 5px;
  margin: 0 auto;
  line-height: 30px;
  cursor: pointer;
}

.product-info button span {
  padding-right: 5px;
}

.product-info button:hover {
  background-color: inherit;
  border: 1px solid #D65943;
  /* color: #603813; */
  color: #D65943;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.d-flex {
  display: unset !important;
}

@media screen and (max-width:1200px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
  .product-type>li {
    margin-right: -1px;
  }

}

@media screen and (max-width:992px) {
  .breadcrumb {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .main-title {
    font-size: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
  }

  .main-title .leaf {
    bottom: -12px;
  }

  /* .product-content{
        float: left;
        width:100%;
        padding-top: 90px;
    } */
  .product-area {
    width: calc(33.333% - 4px);
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .product-type {
    font-size: 20px;
    color: #333333;
    margin-bottom: 35px;
  }

  .product-bg {
    margin-bottom: 20px;
  }

  .product-name {
    font-size: 18px;
    line-height: 20px;
  }

  .supply .supplier,
  .supply .amount {
    font-size: 14px;
  }

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

  .shop_info button {
    margin-top: 10px;
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
  }

  .buy_block select {
    margin-bottom: 5px;
  }

  .product-info button {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 5px;
  }

  .product-type h4 {
    background-color: #fad200;
    padding: 5px 10px;
    margin-bottom: 20px;
    display: block;
    text-align: -webkit-center;
  }

  .product-type>li {
    font-size: 20px;
    padding: 0 20px;
    margin-right: 1px;
  }
}

@media screen and (max-width:576px) {
  .breadcrumb {
    padding-top: 20px;
    padding-left: 0;
    margin-bottom: 36px;
  }

  .main-title {
    padding-bottom: 0;
    margin-bottom: 15px;
    font-size: 40px;
    text-align: -webkit-center;
  }

  .d-flex {
    display: flex !important;
  }

  .product-type>li {
    font-size: 16px;
    line-height: 32px;
    padding: 0 20px;
    margin-right: 6%;
    margin-bottom: 10px;
    height: 30px;
  }
  .product-type>li:nth-child(7n){
    margin-right: 6%;
  }
  .product-type>li:nth-child(4n){
    margin-right: 0;
  }

  .product-type {
    margin-bottom: 20px;
  }

  .product-area {
    width: calc(50% - 4px);
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .product-name {
    padding-left: 0;
  }

  .supply {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .product-price {
    padding-left: 0;
  }
}

@media screen and (max-width:375px) {
  .product-type>li {
    font-size: 14px;
    padding: 0 18px;
  }
}

@media screen and (max-width:360px) {
  .product-type>li {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .product-type > li {
    font-size: 12px;
    padding: 0 15px;
  }
}