:root {
	--wlm_site_min_width: 320px;
	--wlm-color-ciel: #badddf;
	--wlm-color-pink: #f0cdb9;
	--wlm-color-pink-darker: #eab79a;
	--wlm-color-white: #fefefe;
	--wlm-color-light-grey: #f3f3f3;
	--wlm-color-grey: #d8d8d8;
	--wlm-color-black-transparent: rgba(0,0,0, 0.5);
	--wlm--color-dark-grey: #676777;
	--wlm-color-black: #242423;
	--wlm-color-warn: #bd5959;
	--wlm-color-vipps: #ff542e;
	--wlm-color-vipps-hover: #ff442d;
	--wlm-color-succes: #b0d3b5;
	--wlm-color-required: #318e94;
	--wlm-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	--wlm-font-knockout-28: "Knockout 28 A", "Knockout 28 B", sans-serif;
	--wlm-font-knockout-47: "Knockout 47 A", "Knockout 47 B", sans-serif;
	--wlm-font-lucida: "Lucida Grande", Helvetica, arial, sans-serif;
	--wlm-font-sentinel: "Sentinel A","Sentinel B", sans-serif;
}
#wlm-employee-banner {
	background-color: var(--wlm-color-succes);
	padding: 9px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%
}
#wlm-employee-banner p {
		margin: 0 auto;
		background-color: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		line-height: 16px;
		text-align: left
	}
@media (max-width: 780px) {
#wlm-employee-banner p {
			flex-direction: column
	}
		}
#wlm-employee-banner p > span:first-child {
				padding-right: 10px;
			}
#wlm-employee-banner p > span:last-child {
				padding-left: 10px;
			}
@media (max-width: 780px) {
				#wlm-employee-banner p > span:first-child,
				#wlm-employee-banner p > span:last-child {
					padding-left: 0;
					padding-right: 0;
				}

				#wlm-employee-banner p > span:first-child {
					padding-bottom: 12px;
				}
			}
#wlm-employee-banner p a {
			text-decoration: underline;
			padding-right: 7px;
			white-space: nowrap;
			font-family: var(--wlm-font-knockout-28);
			letter-spacing: 1.6px;
			font-size: 17px;
			line-height: 22px;
			text-transform: uppercase
		}
#wlm-employee-banner p a:last-child {
				padding-right: 0;
			}
@media (max-width: 780px) {
#wlm-employee-banner p a {
				padding-right: 15px
		}
			}
#wlm-employee-banner p code {
			margin: 0 30px 0 0;
			font-family: var(--wlm-font-sentinel);
			background-color: transparent;
			border:0 none;
			font-style: italic;
			font-size: 16px;
			line-height: 16px
		}
@media (max-width: 780px) {
#wlm-employee-banner p code {
				margin-right: 0
		}
			}
.single .wlm-stocks {
		display: flex;
		flex-direction: column
	}
.single .wlm-stocks h5 {
			margin-top: 0;
		}
.single .wlm-stocks > div {
			display: flex;
			align-items: center;
			justify-content: stretch;
			padding: 2px 0 16px
		}
.single .wlm-stocks > div div {
				text-align: center;
				margin: 2px;
				padding: 2px 4px
			}
.single .wlm-stocks > div div:first-child {
					margin-left: 0;
				}
.single .wlm-stocks > div div:last-child {
					margin-right: 0;
				}
.single .wlm-stocks > div div h6 {
					font-size: 10px;
					line-height: 12px;
					margin-top: 0;
				}
.single .wlm-stocks > div div p {
					font-size: 14px;
					line-height: 16px;
					margin: 0;
					text-align: center;
				}
#employee-add-to-list .quantity > .quantity {
			margin-left: 0;
		}
#wlm-add-product.pending {
		pointer-events: none;
		opacity: 0.5;
	}
#wlm-add-to-list-messages {
	background-color: var(--wlm-color-ciel);
	color: var(--wlm-color-black);
	padding: 10px;
	font-family: var(--wlm-font-lucida);
	font-size: 13px;
	line-height: 18px;
	margin-top: 7px
}
#wlm-add-to-list-messages small {
		display: block;
		font-size: 10px;
		line-height: 16px;
		margin-top: 0;
	}
