/* Start custom CSS */.woocommerce .cart-collaterals .cross-sells H2 {
    color: white;
	  font-size:1px;
}
.woocommerce .cart-collaterals .cross-sells H2::before {
    color: black;
	   content: "אולי תאהבי גם";
	   font-size:32px;
}

h2.woocommerce-loop-product__title {
	 color: #c36 !important;
	  font-size:17px !important;
}
h2.woocommerce-loop-product__title::before {
 content: ""!important;
}/* End custom CSS */