#products_main {
  top: 0px;
  padding-bottom: 200px;
}
/* section */
#products {
  width: 80%;
  margin: 0px auto 0px auto;
}
/* sextion>ul */
#products_content {
  padding-top: 100px;
}
/* 右側商品列 */
/* 商品ul */
.products {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding-left: 5%;
}
/* 商品li */
.products .product {
  width: 33%;
  height: auto !important;
  max-width: 300px;
  margin-bottom: 30px;
  margin-left: 0.5%;
  position: relative;
  box-shadow: 1px 1px 3px rgb(167, 167, 167);
  padding: 5px 05px 5px 5px;
  background-color: aliceblue;
}
/* 商品照片 */
.products .product .product img {
  width: 100%;
}
/* 商品名稱 */
.st_pro_name {
  width: 100%;
  height: auto;
  display: flex;
  /* align-items: center; */
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-loop-product__title {
  width: 80%;
  font-size: 1.2em !important;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 5px;
  text-decoration: none !important;
}
/* 箭頭圖示 */
.circle_array {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  background-color: black;
  border-radius: 50%;
}

/* ------------------------------------- */
/* 關閉woocommerce預設 */
.products .product a {
  text-decoration: none;
}
.onsale {
  display: none !important;
}
.st_pro_price {
  display: none !important;
}
/* 價格 */
.price {
  display: none !important;
}
/* 加入購物車按鈕 */
.add_to_cart_button {
  display: none;
}
/* 直接購買按鈕 */
.st_drc_buy_btn {
  display: none !important;
}
.st_pro_button {
  display: none !important;
}
/* 隱藏查看購物車 */
a.added_to_cart.wc-forward {
  display: none;
}
.woocommerce-ordering {
  display: none !important;
}
/* ------------------------------------- */

/* 找不到商品提示 */
.woocommerce-info {
  text-align: center;
  color: aliceblue;
}

/* 桌機 */
@media screen and (max-width: 1700px) {
  .products .product {
    margin-top: 0px;
    margin-left: 0.5%;
    width: 32% !important;
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  #products {
    width: 90%;
    margin: 0px auto 0px auto;
  }
}
@media screen and (max-width: 1280px) {
  .products .product {
    margin-top: 0px;
    margin-left: 0.5%;
    width: 32% !important;
    position: relative;
  }
  /* 商品名稱 */
  .woocommerce-loop-product__title {
    font-size: 17px;
  }
}

@media screen and (max-width: 1200px) {
  #products {
    width: 100%;
    margin: 0px auto 0px auto;
  }
}

/* 平板 */
@media screen and (max-width: 992px) {
  #products {
    width: 100%;
  }
  .products {
    padding-top: 30px !important;
    padding-left: 0px !important;
  }

  #products_content {
    padding-left: 0px;
    padding-top: 60px;
  }
  .products_title {
    margin-top: 50px;
  }
}

@media screen and (max-width: 900px) {
  /* 分類選單 */

  /* 商品列表 */
  .products .product {
    margin-top: 0px;
    margin-left: 1%;
    width: 32% !important;
    position: relative;
  }

  .best_product {
    display: none;
  }
  #coustomize_slider {
    display: none;
  }
}
/* 手機 */
@media screen and (max-width: 768px) {
  #products_content_article {
    padding-left: 0px;
    padding-right: 0px;
  }
  .products {
    padding-top: 50px;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    align-content: first baseline;
  }
}

@media screen and (max-width: 576px) {
  #products {
    padding-top: 30px !important;
  }
  /* sextion>ul */
  #products_content {
    padding-top: 10px !important;
  }
  #woocommer_content {
    padding-top: 20px !important;
  }
  #products_content_article {
    padding-top: 20px !important;
  }
  .products {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /* align-content:first baseline; */
    padding-top: 0px !important;
    justify-content: space-around;
  }
  .products .product {
    margin-top: 50px;
    width: 48% !important;
    position: relative;
    margin-left: 0px;
  }
  /* 商品名稱 */
  .woocommerce-loop-product__title {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
