.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}.commerce-from-price-wrapper .label-before,
.commerce-from-price-wrapper .commerce-from-price{
	display: inline-block;
}

/* .path-checkout [role="alert"]{
	color: #fff;
	background-color: #27333f;
	font-size: calc(15em / 16);
	padding: 0.6em 2em;
	border: 0;
	background-image: none;
	width: auto;
	max-width: 600px;
	margin: 1em auto;
	text-align: center;
} */


div[data-drupal-messages] {
	color: #fff;
	background-color: #27333f;
	font-size: calc(15em / 16);
	padding: 0.6em 2em;
	border: 0;
	background-image: none;
	width: fit-content;
	max-width: 600px;
	margin: 1em auto;
	text-align: center;
  }
div[data-drupal-messages] a {
	color: #fff;
	line-height: 1;
  }