.product-details {
	.product-price-group {
		.product-stats {
			order: -1 !important;
		}
	}

	.model {
		color: var(--color-text-muted);
		font-size: var(--fs-small);
	}

}

@media only screen and (max-width: 900px) {
	.button-group-page {
		margin-bottom: 0px !important;
	}
}
