.b2bcabinet-alert.container {
	max-width: 100%;
}

.page-content {
	overflow: hidden;
	flex: 1 !important;
}

.comparison {
	margin-left: 15px;
	position: relative;
}

.comparison-quantity__value {
	position: absolute;
	min-width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #ff7043;
	top: -10px;
	left: 17px;
	display: inline-block;
	padding: 0.3125rem 0.375rem;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	z-index: 9;
}

.comparison-quantity__value span {
	color: white;
}
