/**
* Theme Name: YITH Proteo Child
* Description: This is a child theme of YITH Proteo, generated by YITH_Proteo_Wizard.
* Author: <a href="https://yithemes.com">YITH</a>
* Template: yith-proteo
* Version: 1.3.0
*/


/*****product*******/
.single-product .related.products h2 {text-align: left;margin-botom:0px;}












/************************for mobile***************************/



/* 最小端一行两列 */
@media (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 47.1% !important;   /* 每行两个 */
    clear: none !important;  /* 去掉强制换行 */
  }

  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both !important;  /* 每两个换一行 */
  }
  
  .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}

}

