/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.tax-label-next-price {
	color:#CECECE;
	font-size:0.8rem;
	position: relative;
    top: -0.8em;
}

.current-price--ttc {
	color:#000!important;
	font-size:0.9rem!important;
}
.product-price {color:green;}

.typo h2 {
	color:#5a9e74;
}

@media (max-width: 575.98px) {
  /* Styles mobile */
  .tax-label-next-price {
	color:#CECECE;
	font-size:0.7rem;
	position: relative;
    top: -0.3em;
}
}
