body {
    background: white;
  }
  
  
  
  #product_list {
      display: block;
      width: 100%;
      max-width: 1200px;
      list-style-type: none;
      margin: 0 auto;
  }
  #product_list li.wk-product {
      float: left;
      width: 19%;
      margin: 3% 3%;
  }
  @media all and (max-width: 1024px) {
      #product_list li.wk-product  {
          width: 27.33333333%;
          margin: 3% 3%;
      }
  }
  @media all and (max-width: 600px) {
      #product_list li.wk-product  {
          width: 44%;
          margin: 3% 3%;
      }
  }
  @media all and (max-width: 360px) {
      #product_list li.wk-product  {
          width: 100%;
          margin: 3% 0%;
      }
  }
  .wk-img {
      margin-bottom: 15px;
  }
  .wk-img img {
      width: 100%;
      height: auto;
  }
  .wk-title {
      color: #2F2F2F;
      font-size: 25px;
      font-weight: bold;
      line-height: 1.2;
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: solid 1px #c2c2c2;
  }
  @media all and (max-width: 1024px) {
      .wk-title { font-size: 26px; }
  }
  @media all and (max-width: 768px) {
      .wk-title { font-size: 20px; }
  }
  .wk-original-price {
      color: #AF0000;
      font-size: 16px;
      line-height: 1;
      text-decoration: line-through;
      margin-bottom: 5px;
  }
  @media all and (max-width: 1024px) {
      .wk-original-price { font-size: 16px; }
  }
  @media all and (max-width: 768px) {
      .wk-original-price { font-size: 13px; }
  }
  .wk-special-price {
      color: #2F2F2F;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 15px;
  }
  @media all and (max-width: 1024px) {
      .wk-special-price { font-size: 20px; }
  }
  @media all and (max-width: 768px) {
      .wk-special-price { font-size: 16px; }
  }
  
  .wk-special-price span {
      color: #AF0000;
      font-size: 28px;
      font-weight: bold;
      margin-left: 5px;
  }
  @media all and (max-width: 768px) {
      .wk-special-price span { font-size: 24px; }
  }
  @media all and (max-width: 1024px) {
      .wk-special-price span { font-size: 22px; }
  }
  .wk-amount button {
      width: 100%;
      background-color: #cbcbcb;
      color: #fff;
      padding: 12px 0;
      letter-spacing: 2px;
  }
  .wk-amount {
      display: block;
      height: 44px;
  }
  .wk-amount .max-amount {
      display: none;
      line-height: 44px;
      margin-left: 10px;
      font-size: 16px;
      color: #AF0000;
  }
  @media all and (max-width: 1024px) {
      .wk-amount .max-amount { font-size: 14px; }
  }
  .quantity_icon {
      cursor: pointer;
      width: 40px;
      font-size: 20px;
      font-weight: bold;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: top;
      background-color: #fff;
      color: #a4a4a4;
      text-align: center;
      border: solid 1px #cbcbcb;
  }
  @media all and (max-width: 768px) {
      .quantity_icon { 
          width: 35px;
          font-size: 18px;
      }
  }
  input[type=text].quantity {
      outline: none;
      width: 60px;
      height: 39px;
      padding: 0;
      color: #AF0000;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      border: solid 1px #cbcbcb;
      border-left: none;
      border-right: none;
  }
  @media all and (max-width: 1024px) {
      input[type=text].quantity { font-size: 22px; }
  }
  @media all and (max-width: 768px) {
      input[type=text].quantity { 
          width: 40px;
          height: 35px;
          font-size: 16px;
      }
  }



  /*針對購物車的css*/
  .wc-proceed-to-checkout {
    display: none !important;
  }