.message {
	box-shadow: unset;
	background-color: var(--main-elements-background-color);
	padding: 1em 1em 1em 1.5em;
	border-style: solid;
	border-width: 1px;
	border-left-width: 6px;
	border-left-style: solid;
	position: relative;
	line-height: 1.5;
	margin-bottom: 1em;
}

.varblock-price .message {
	margin-left: 1em;
}

.message b {
	font-weight: bold;
}

.message + .message {
	margin-top: 2em;
}

.message:before {
	color: white;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: auto;
	left: -3px;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.message.inline {
	padding: .3em;
	flex-grow: 1;
	border-left-width: 1em;
}

.message.inline:before {
	background-color: transparent;
	left: -.5em;
}

.message p {
	margin: 0 0 1em;
}

.message p:last-child {
	margin-bottom: 0;
}

.message--error {
	border-color: #b22222;
	color: #b22222 !important;
	background-color: #b2222222;
}

.message--error:before {
	background-color: firebrick;
	content: "‼";
}

.message--info {
	border-color: #59d;
}

.message--info:before {
	background-color: #59d;
	content: "i";
}

.message--warning {
	border-color: darkorange;
}

.message--warning:before {
	background-color: darkorange;
	content: "!";
}

.message--success {
	border-color: #47b821;
}

.message--success:before {
	background-color: #47b821;
	content: "✔";
}


#IeWarn {
	background-color: #a00;
	color: #fff;
	padding: 1em;
	line-height: 1.3em;
	text-align: center;
}

#IeWarn a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

div.cookieWarning {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 1em;
	text-align: center;
	z-index: 100000000; /* get past zendesk... */
	line-height: 1.6em;
}

div.cookieWarning a.accept {
	padding: 3px 1em;
	text-decoration: none;
	display: inline-block;
	margin-top: .5em;
}


@media screen and (max-width: 1199px) {
	.message {
		margin-left: .5em;
	}
	
	.message.inline {
		margin-bottom: .5em;
	}
}

.itemwrapper .priceblock .message {
	padding: .5em .5em .5em .7em;
	margin-bottom: .5em;
}
