#main_woocommerce {
  width: 85% !important;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce-ordering {
  display: flex;
  justify-content: right;
  padding-bottom: 20px;
}
.orderby {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 5px;
}

/* -------------------- */
#header_1 {
  width: 100%;
  height: 500px;
}

/* 廣告相片 */
.main_news {
  width: 80%;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.main_news img {
  width: 100%;
}
/* 輪播器 */
#coustomize_slider {
  width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

/* 桌機版型 */
@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1280px) {
  /* 商品名稱 */
  .woocommerce-loop-product__title {
    font-size: 17px;
  }
  /* 價格 */
  .price {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  #main_woocommerce {
    padding-top: 0px !important;
  }
  .st_pro_button {
    font-size: 14px;
  }
}
/* 平板版型 */
@media screen and (max-width: 900px) {
  .st_pro_button .add_to_cart_button {
    width: 100% !important;
  }
  .st_pro_button .st_drc_buy_btn {
    width: 100% !important;
  }
  .best_product {
    display: none;
  }
  #coustomize_slider {
    display: none;
  }
}
/* 手機版型 */
@media screen and (max-width: 600px) {
  /* 商品名稱 */
  .woocommerce-loop-product__title {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* 價格 */
  .price {
    text-align: center;
    font-size: 20px;
  }
  .screen-reader-text {
    text-decoration: none !important;
    color: brown !important;
  }
  .add_to_cart_button {
    position: relative;
  }
  .st_drc_buy_btn {
    position: relative;
  }
}
