/**
 * Theme Name: Shopeo Child
 * Description: Shopeo Child theme
 * Author: Shopeo
 * Author URI: https://shopeo.cn
 * Template: blocksy
 * Text Domain: blocksy
 */
#block-4 li a{
    
 color:#333;   

}
.ct-trending-block{display:none;}
.crp_related.crp-masonry ul{display:flex; flex-flow: wrap;	}
.crp_related.crp-masonry ul li{max-width:300px;}

@media screen and (min-width:641px)
{
.crp_related.crp-masonry ul{flex-direction:row; 
    width: 1300px;
	    
  
 
	}	
	
}

@media screen and (max-width:640px)
{
.crp_related.crp-masonry ul{flex-direction:column;}	
	
}