:root {
	--wlist_site_min_width: 320px;
	--wlist-color-ciel: #badddf;
	--wlist-color-pink: #f0cdb9;
	--wlist-color-pink-darker: #eab79a;
	--wlist-color-white: #fefefe;
	--wlist-color-light-grey: #f3f3f3;
	--wlist-color-grey: #d8d8d8;
	--wlist--color-dark-grey: #676777;
	--wlist-color-black: #242423;
	--wlist-color-warn: #bd5959;
	--wlist-color-vipps: #ff542e;
	--wlist-color-vipps-hover: #ff442d;
	--wlist-color-succes: #b0d3b5;
	--wlist-color-required: #318e94;
	--wlist-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	--wlist-font-knockout-28: "Knockout 28 A", "Knockout 28 B", sans-serif;
	--wlist-font-knockout-47: "Knockout 47 A", "Knockout 47 B", sans-serif;
	--wlist-font-lucida: "Lucida Grande", Helvetica, arial, sans-serif;
	--wlist-font-sentinel: "Sentinel A","Sentinel B", sans-serif;
}
.woocommerce-js ul#toolbox-menu .wlistcart.cart_primary,
		.woocommerce-js ul#toolbox-menu .wlistcart.cart_secondary,
		.woocommerce-js ul#toolbox-menu .wlistcart.primary,
		.woocommerce-js ul#toolbox-menu .wlistcart.secondary,
		.woocommerce-js ul#toolbox-menu .wliststep.cart_primary,
		.woocommerce-js ul#toolbox-menu .wliststep.cart_secondary,
		.woocommerce-js ul#toolbox-menu .wliststep.primary,
		.woocommerce-js ul#toolbox-menu .wliststep.secondary,
		.woocommerce-js .wlistcart.cart_primary,
		.woocommerce-js .wlistcart.cart_secondary,
		.woocommerce-js .wlistcart.primary,
		.woocommerce-js .wlistcart.secondary,
		.woocommerce-js .wliststep.cart_primary,
		.woocommerce-js .wliststep.cart_secondary,
		.woocommerce-js .wliststep.primary,
		.woocommerce-js .wliststep.secondary {
			background-color: var(--wlist-color-black);
			color: var(--wlist-color-white);
			text-transform: uppercase;
			font-size: 20px;
			line-height: 40px;
			font-family: var(--wlist-font-knockout-28);
			letter-spacing: 1px;
			border: 0 none;
			padding: 2px 24px;
			cursor: pointer;
		}
.woocommerce-js ul#toolbox-menu .wlistcart.secondary,
		.woocommerce-js ul#toolbox-menu .wlistcart.cart_secondary,
		.woocommerce-js ul#toolbox-menu .wliststep.secondary,
		.woocommerce-js ul#toolbox-menu .wliststep.cart_secondary,
		.woocommerce-js .wlistcart.secondary,
		.woocommerce-js .wlistcart.cart_secondary,
		.woocommerce-js .wliststep.secondary,
		.woocommerce-js .wliststep.cart_secondary {
			background-color: var(--wlist-color-grey);
			color: var(--wlist-color-black);
		}
.woocommerce-js ul#toolbox-menu .wlistcart.loading, .woocommerce-js ul#toolbox-menu .wliststep.loading, .woocommerce-js .wlistcart.loading, .woocommerce-js .wliststep.loading {
			position: relative;
			overflow: hidden
		}
.woocommerce-js ul#toolbox-menu .wlistcart.loading::after,
			.woocommerce-js ul#toolbox-menu .wlistcart.loading::before,
			.woocommerce-js ul#toolbox-menu .wliststep.loading::after,
			.woocommerce-js ul#toolbox-menu .wliststep.loading::before,
			.woocommerce-js .wlistcart.loading::after,
			.woocommerce-js .wlistcart.loading::before,
			.woocommerce-js .wliststep.loading::after,
			.woocommerce-js .wliststep.loading::before {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				border: 20px solid var(--wlist-color-grey);
				opacity: 0.4;
				border-radius: 50%;
				animation: lds-ripple 2.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
			}
.woocommerce-js ul#toolbox-menu .wlistcart.loading::after, .woocommerce-js ul#toolbox-menu .wliststep.loading::after, .woocommerce-js .wlistcart.loading::after, .woocommerce-js .wliststep.loading::after {
				animation-delay: -1.4s;
			}
.woocommerce-js ul#toolbox-menu .wlistcart.cart_primary, .woocommerce-js ul#toolbox-menu .wliststep.cart_primary, .woocommerce-js .wlistcart.cart_primary, .woocommerce-js .wliststep.cart_primary {
			line-height: 40px !important;
			height: auto;
			margin-top: 0;
			padding-top: 2px;
			padding-bottom: 2px;
		}
button.simple {
		border: 0 none;
		background: transparent;
	}
.checkout-from-list {
	border-bottom: 0 none !important;
	border-top: 1px solid var(--wlist-color-pink) !important;
}
.info-from-list {
	background-color: var(--wlist-color-pink);
	padding: 2px 8px !important
}
.info-from-list span {
		font-weight: bold;
		font-size: 11px;
		line-height: 24px;
		font-family: var(--wlist-font-lucida);
		padding-right: 4px;
	}
.info-from-list a {
		font-style: italic;
		font-size: 13px;
		line-height: 24px;
		font-family: var(--wlist-font-sentinel);
		text-decoration: underline;
	}
p.info-from-list {
		display: inline-block;
	}
.woocommerce-js .mini-cart .mini_cart_list_header.wlistcart {
		border-bottom-color: var(--wlist-color-pink);
	}
.mini_cart_item.custom-card {
		background-color: var(--wlist-color-light-grey)
	}
.mini_cart_item.custom-card > * {
			background-color: var(--wlist-color-light-grey)
		}
.mini_cart_item.custom-card > * p {
				background-color: var(--wlist-color-light-grey);
			}
.mini_cart_item.custom-card .mini_cart_item_inner p {
				padding-top: 5px;
				font-size: 12px;
				line-height: 16px;
				font-family: var(--wlist-font-sentinel);
				margin-bottom: 5px;
				text-align: left;
				font-style: italic;
			}
@keyframes lds-ripple {
	0% {
		width: 0;
		height: 0;
		opacity: 0.4;
	}
	100% {
		width: calc(100% + 100px);
		height: calc(100% + 100px);
		opacity: 0;
	}
}
#wlist-cart-steps-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform:translate( -50%, -50% );
	width: 100%;
	max-width: 410px;
	min-height: 235px;
	max-height: 75vh;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: var(--wlist-color-white);
	padding: 16px;
	box-shadow: var(--wlist-box-shadow);
	display: none;
	z-index: 10003
}
#wlist-cart-steps-wrapper > input.hidden {
			opacity: 0;
			height: 0;
			padding: 0;
			margin: 0;
			overflow: hidden;
			z-index: -1;
		}
#wlist-cart-steps-wrapper.active {
		display: block;
	}
#wlist-cart-steps-wrapper label {
		font-size: 18px;
		line-height: 24px;
		font-family: var(--wlist-font-knockout-28);
		letter-spacing: 1px;
		display: flex;
		flex-direction: row
	}
#wlist-cart-steps-wrapper label[for="wlist-cards-add-name"] {
			text-transform: uppercase;
			font-size: 18px;
			line-height: 24px;
			letter-spacing: 1px;
			font-family: var(--wlist-font-knockout-28);
			padding: 14px 0 4px;
		}
#wlist-cart-steps-wrapper .header {
		display: flex;
		padding-bottom: 16px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid var(--wlist-color-grey);
	}
#wlist-cart-steps-wrapper .title {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-family: var(--wlist-font-knockout-28);
	}
#wlist-cart-steps-wrapper .info-close {
		background-image: url("../assets/images/times.svg");
		background-color: var(--wlist-color-grey);
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: center;
		border: 0 none;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
#wlist-cart-steps-wrapper .wlist-cards-description {
		font-size: 12px;
		line-height: 16px;
		font-family: var(--wlist-font-lucida);
	}
#wlist-cart-steps-wrapper .content[data-step="select_cards"] {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			align-items: center;
			padding-bottom: 15px;
			width: 100%;
			justify-content: space-between;
		}
#wlist-cart-steps-wrapper .content input[type="text"] {
				padding: 12px 16px;
				font-size: 16px;
				line-height: 24px;
				font-family: var(--wlist-font-sentinel);
				width: 100%;
				margin-bottom: 4px
			}
#wlist-cart-steps-wrapper .content input[type="text"]::placeholder {
					color: var(--wlist-color-grey);
				}
#wlist-cart-steps-wrapper .content input[type="text"] + p {
					margin-bottom: 0;
				}
#wlist-cart-steps-wrapper .option {
		padding: 16px 0;
		border-bottom: 1px solid var(--wlist-color-grey)
	}
#wlist-cart-steps-wrapper .option.card {
			position: relative;
			max-width: 100px;
			max-height: 120px;
			border-bottom: 0 none;
			padding: 0;
			margin: 20px 10px 10px


		}
#wlist-cart-steps-wrapper .option.card input {
				position: absolute;
				width: 100%;
				height: 100%;
				z-index: 9;
				opacity: 0;
				cursor: pointer
			}
#wlist-cart-steps-wrapper .option.card input + span {
					position: absolute;
					display: block;
					width: calc(100% + 16px);
					height: calc(100% + 16px);
					border: 2px solid var(--wlist-color-succes);
					top: -7px;
					left: -8px;
					visibility: hidden;
					opacity: 0;
					z-index: 6;
					cursor: pointer
				}
#wlist-cart-steps-wrapper .option.card input + span::after,
					#wlist-cart-steps-wrapper .option.card input + span::before {
						position: absolute;
						content: '';
						display: block;
						top: -2px;
						left: -2px;
						opacity: 0;
						visibility: hidden;
					}
#wlist-cart-steps-wrapper .option.card input + span::before {
						width: 26px;
						height: 26px;
						background-image: url("../assets/images/checkmark.svg");
						background-repeat: no-repeat;
						background-position: center;
						z-index: 3;
					}
#wlist-cart-steps-wrapper .option.card input + span::after {
						width: 0;
						height: 0;
						border-style: inset;
						border-width: 40px 40px 0 0;
						border-color: var(--wlist-color-succes) transparent transparent transparent;
						transform:rotate(360deg);
					}
#wlist-cart-steps-wrapper .option.card input:checked {
					cursor: not-allowed
				}
#wlist-cart-steps-wrapper .option.card input:checked + span {
						visibility: visible;
						opacity: 1;
						cursor: not-allowed
					}
#wlist-cart-steps-wrapper .option.card input:checked + span::after,
						#wlist-cart-steps-wrapper .option.card input:checked + span::before {
							opacity: 1;
							visibility: visible;
						}
#wlist-cart-steps-wrapper .option.card:hover input + span {
					visibility: visible;
					opacity: 1;
				}
#wlist-cart-steps-wrapper .option.message {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: flex-start
		}
#wlist-cart-steps-wrapper .option.message > *:first-child {
					margin-right: auto;
				}
#wlist-cart-steps-wrapper .option.message > *:last-child {
					flex-basis: calc(100% - 40px);
					margin-bottom: 0;
				}
#wlist-cart-steps-wrapper .option.message p {
				font-size: 16px;
				line-height: 24px;
				font-family: var(--wlist-font-sentinel);
			}
#wlist-cart-steps-wrapper .option img {
			width: 100px;
			height: 120px;
		}
#wlist-cart-steps-wrapper .radio-input {
		margin-right: 8px;
		width: 24px;
		height: 24px;
		position: relative;
		cursor: pointer
	}
#wlist-cart-steps-wrapper .radio-input input[type="radio"] {
				position: absolute;
				z-index: 9;
				width: 100%;
				height: 100%;
				opacity: 0;
				cursor: pointer;
			}
#wlist-cart-steps-wrapper .radio-input input + span {
				cursor: pointer;
				display: block;
				height: 24px;
				width: 24px
			}
#wlist-cart-steps-wrapper .radio-input input + span::after,
				#wlist-cart-steps-wrapper .radio-input input + span::before {
					content: '';
					position: absolute;
					display: block;
					border-radius: 100%;
				}
#wlist-cart-steps-wrapper .radio-input input + span::before {
					border: 1px solid var(--wlist-color-grey);
					width: 24px;
					height: 24px;
					top: 0;
					left: 0;
				}
#wlist-cart-steps-wrapper .radio-input input + span::after {
					background-color: var(--wlist-color-succes);
					width: 12px;
					height: 12px;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
					visibility: hidden;
					opacity: 0;
				}
#wlist-cart-steps-wrapper .radio-input input:checked + span::after {
					opacity: 1;
					visibility: visible;
				}
#wlist-cart-steps-wrapper .actions {
		padding-top: 16px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between
	}
#wlist-cart-steps-wrapper .actions > *:only-child.primary {
				margin-left: auto;
			}
#wlist-cart-steps-wrapper .actions .disabled {
			pointer-events: fill !important;
			-webkit-user-select: none !important;
			        user-select: none !important;
			opacity: 0.4;
			cursor: not-allowed;
		}
#wlist-cart-steps-wrapper .tabs {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		padding-bottom: 18px;
		grid-gap: 5px;
		gap: 5px
	}
#wlist-cart-steps-wrapper .tabs button {
			color: var(--wlist--color-dark-grey);
			cursor: pointer;
			flex: 1 1 100%;
			font-family: var(--wlist-font-knockout-28);
			font-size: 16px;
			letter-spacing: 0.5px;
			line-height: 22px;
			padding: 10px 0 5px;
			position: relative;
			text-transform: uppercase
		}
#wlist-cart-steps-wrapper .tabs button.active {
				color: var(--wlist-color-succes)
			}
#wlist-cart-steps-wrapper .tabs button.active::after {
					content: '';
					display: block;
					height: 2px;
					width: 100%;
					background-color: var(--wlist-color-succes);
					position: absolute;
					bottom: 0;
					left: 0;
				}
#wlist-cart-steps-wrapper .messages > div {
			display: none
		}
#wlist-cart-steps-wrapper .messages > div.active {
				display: block;
			}
#wlist-cart-steps-wrapper .messages textarea {
			width: 100%;
			min-height: 170px;
			padding: 12px 16px;
			border-color: var(--wlist-color-grey);
			resize: none;
			font-size: 16px;
			line-height: 24px;
			font-family: var(--wlist-font-sentinel)
		}
#wlist-cart-steps-wrapper .messages textarea::placeholder {
				color: var(--wlist-color-grey);
			}
