/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.product-loop-meta .animated-meta .goldy-weight, 
.product-loop-meta .animated-meta .goldy-carat{
	display:none !important;
}


@media only screen and (max-width: 600px) {
  .goldy_live_chart {
       flex-direction: column;
  }
	.total-price,
	.goldy_live_chart div:first-child h6{
		text-align: center;
	}
	.goldy_live_chart div:first-child{
		width: 100% !important;
	}
	#curve_chart{
		width: 100% !important; 
	}
}