#mobile-menu > ul > li > button {
	text-align: right;
	color: #23242A;
	cursor: pointer;
	text-decoration: none;
	margin-left: 5px;
	transition-duration: .3s;
}
	/*#mobile-menu > ul > li > button::after {
	content: "→";
	margin-left: 5px;
	min-width: 36px;
	display: inline-block;
}*/

	#mobile-menu > ul > li > button.opened {
		transform: rotate(90deg);
		color: #ff5700;
	}


.menu-children {
	display: flex;
	flex-direction: column;
	max-height: 0;
	transition-duration: .2s;
	overflow: hidden;
}

	.menu-children.open {
		max-height: 350px;
	}

	.menu-children > a {
		font-size: 25px;
		color: #23242A;
	}

		.menu-children > a:hover, .menu-children > a.highlighted, #mobile-menu > ul > li > button.highlighted, #mobile-menu > ul > li > button:hover {
			color: #ff5700;
		}



.link-button {
	margin: 20px 0;
}

	.link-button > a {
		text-decoration: underline;
	}



.contact-cards {
	display: grid;
	grid-template-columns: 270px 270px 270px 270px;
	grid-template-rows: auto;
	justify-items: center;
	gap: 50px;
	padding: 50px 0;
	width: fit-content;
	margin: 0 auto;
}

.contact-cards-contact {
	display: flex;
	flex-direction: column;
}

.contact-cards-contact__image {
	background: #eaeaea;
	max-width: 100%;
}

	.contact-cards-contact__image img {
		width: 100%;
	}

.contact-cards-contact__info h3 {
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	margin-bottom: auto;
}

.contact-cards-contact__info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-height: 72px;
}

	.contact-cards-contact__info span {
		font-size: 12px;
		line-height: 18px;
		font-weight: 400;
		letter-spacing: .025em;
		color: #000;
	}

	.contact-cards-contact__info > span > a {
		font-size: 12px;
		line-height: 18px;
		font-weight: 400;
		letter-spacing: .025em;
		text-decoration: underline;
		color: #000;
	}

		.contact-cards-contact__info > span > a:hover {
			text-decoration: none;
		}

@media (max-width: calc(90em - 1px)) {
	.contact-cards {
		grid-template-columns: 270px 270px 270px;
	}
}

@media (max-width: 60em) {
	.contact-cards {
		gap: 30px;
		grid-template-columns: 270px 270px;
	}
}

@media (max-width: 40em) {
	.contact-cards {
		justify-content: center;
		display: flex;
		flex-direction: column;
	}

	.contact-cards-contact {
		flex: 100%;
	}
}

.no-padding {
	padding: 0 !important;
}

@media (min-width: 70em) {

	.smaller-font > h1 {
		font-size: 38px !important;
	}
}


.max-width > .row {
	max-width: 100% !important;
}

	.max-width > .row > div > div > .line-break {
		max-width: 1240px;
		margin: 0 auto;
	}

.product-contact {
	margin-top: 20px;
}


	.product-contact > div > h3,
	.product-contact > div > h2 {
		font-size: 40px;
		line-height: 46px;
		letter-spacing: -1px;
		font-weight: 400;
	}

@media (max-width: 40em) {
	.product-contact > div > h3,
	.product-contact > div > h2 {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: -0.6px;
		font-weight: 400;
	}
}

.assortments__products .product-info {
	padding: 10px !important;
}

.product-info-more {
	cursor: unset !important;
}


	.product-info-more > a {
		cursor: pointer;
		font-weight: 700;
	}

	.product-info-more > .product-short-description {
		font-size: 85%;
		margin-bottom: 15px !important;
	}



.cart-flyout > .row {
	position: relative;
	width: 100%;
	right: 0;
	top: 75px;
}

.cart-flyout__container {
	position: absolute;
	background: #fff;
	padding: 0;
	border-top: 1px solid #ACA9A8;
	top: 0;
	right: -80px;
	transition: right .1s;
	overflow: hidden;
	padding: 24px 16px;
	min-width: 350px;
	height: 85vh;
	display: flex;
	flex-direction: column;
}


.cart-flyout__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

	.cart-flyout__header span {
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
		letter-spacing: 1px;
	}

	.cart-flyout__header a {
		cursor: pointer;
		color: #000;
		height: 25px;
		width: 25px;
	}

		.cart-flyout__header a:hover {
			color: #ff5700;
			filter: invert(36%) sepia(69%) saturate(2799%) hue-rotate(3deg) brightness(103%) contrast(107%);
		}


.cart-flyout {
	background: rgba(0,0,0,0.5);
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
}


.cart-flyout__items {
	max-height: 55vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.cart-flyout__items-item {
	display: flex;
	gap: 16px;
	position: relative;
	justify-content: space-between;
	padding: 16px 0;
	border-top: 1px solid #DDDAD8;
}


.cart-flyout__items-item-image {
	max-width: 98px;
	max-height: 98px;
	cursor: pointer;
}

	.cart-flyout__items-item-image img {
		width: 100%;
		height: 100%;
	}

.cart-flyout__items-item-info .transparent {
	border: none;
	background: none;
	cursor: pointer;
	right: 0;
	top: 16px;
	position: absolute;
}

.cart-flyout__items-item-info > p {
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	max-width: 90%;
}

	.cart-flyout__items-item-info > p.smaller {
		font-size: 12px;
		line-height: 14px;
		font-weight: 300;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

.cart-flyout__items-item-info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-width: 225px;
	cursor: pointer;
}

.custom-nr-input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

	.custom-nr-input > select {
		margin-bottom: 0;
		text-align: center;
		color: #000;
		max-height: 25px;
		max-width: 54px;
		cursor: pointer;
		line-height: 1;
		font-size: 13px;
		line-height: 16px;
		padding-bottom: 0;
		padding-top: 0;
	}

	.custom-nr-input input {
		border: none;
		background: transparent !important;
		-webkit-appearance: none;
		-moz-appearance: textfield;
		border: none !important;
		outline: none !important;
		border-radius: 4px !important;
		box-shadow: none !important;
		padding: 0 !important;
		text-align: center;
		margin: 0;
	}

		.custom-nr-input input::placeholder {
			color: #000;
		}

		.custom-nr-input input::-webkit-outer-spin-button,
		.custom-nr-input input::-webkit-inner-spin-button {
			-webkit-appearance: none;
			margin: 0;
		}

	.custom-nr-input button {
		border: none;
		padding: 0;
		margin: 0;
		background: transparent;
		cursor: pointer;
	}

.cart-flyout__total {
	border-top: 1px solid #DDDAD8;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 32px 16px;
}

	.cart-flyout__total div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.cart-flyout__total > div > span {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 1px;
		font-weight: 300;
	}

.cart-flyout__checkout {
	margin-top: auto;
}

	.cart-flyout__checkout .button {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 1px;
		font-weight: 700;
		color: #fff;
		text-align: center;
		cursor: pointer;
		width: 100%;
		margin: 0;
	}


.cart-flyout {
	display: none;
}

@media(max-width: 40em) {
	.cart-flyout__container {
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		min-width: unset;
		right: 0;
	}

	.cart-flyout > .row {
		top: 0;
		height: 100%;
	}

	.cart-flyout__checkout {
		margin-top: auto;
	}

	.cart-flyout__items-item-image {
		max-height: 71px;
	}

	.cart-flyout__items-item-info {
		min-width: unset;
	}
}

.cart-button {
	position: relative;
}

.cart-flyout.open {
	display: block;
	z-index: 30;
	height: 100vh;
	height: 100dvh;
	max-height: 100vh;
	max-height: 100dvh;
}

#checkout-page {
	min-height: calc(100vh - 150px);
	position: relative;
}

#checkout-spinner {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkout-page {
	padding-top: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	.checkout-page h1 {
		font-size: 40px;
		font-weight: 500;
		line-height: 56px;
		letter-spacing: 0em;
		text-align: center;
	}

.checkout-section {
	background: #F2F2F2;
	padding: 16px;
	width: 100%;
}

.checkout-section__tableheaders {
	display: flex;
	background: #F6F6F6;
	width: 100%;
	border-bottom: 1px solid #b6b6b6;
	padding: 16px;
	margin-bottom: 16px;
}

	.checkout-section__tableheaders span {
	}

.checkout-items {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.checkout-section.checkout-section__item,
.checkout-section__tableheaders {
	display: grid;
	grid-template-columns: 424px 184px 168px 112px 128px auto;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
}

.checkout-section__item div {
	display: flex;
	align-items: center;
}

.checkout-section__header {
	padding: 24px 16px;
	width: 100%;
	background: #f2f2f2;
	margin-top: 32px;
}

	.checkout-section__header span {
		font-size: 24px;
		font-weight: 500;
		line-height: 32px;
		letter-spacing: 0em;
		text-align: left;
	}

.checkout-section__item-product {
	display: flex;
	gap: 16px;
	align-items: center;
	cursor: pointer;
}

	.checkout-section__item-product:hover {
		text-decoration: underline;
	}

	.checkout-section__item-product img {
		max-width: 88px;
		height: auto;
		object-fit: cover;
		object-position: center center;
	}

.checkout-section__item-artnr {
}

.checkout-section__item-artnr-mobile {
	display: none;
}

.checkout-section__item-quantity {
}

.checkout-items .checkout-section__item-quantity {
	display: flex;
	gap: 4px;
}

.checkout-section__item-quantity > select {
	cursor: pointer;
	max-width: 53px;
	margin-bottom: 0;
	text-align: center;
	color: #000;
}

.checkout-section__item-quantity input {
	border: none;
	background: #fff !important;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border: 1px solid #B6B6B6 !important;
	outline: none !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	padding: 0 !important;
	text-align: center;
	margin: 0;
	max-width: 64px;
	height: 48px;
}

	.checkout-section__item-quantity input::-webkit-outer-spin-button,
	.checkout-section__item-quantity input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

.checkout-section__item-quantity button {
	border: 1px solid #B6B6B6;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	cursor: pointer;
	width: 48px;
	height: 48px;
	border-radius: 4px !important;
}

.custom-nr-input input {
}

.checkout-section__item-price {
}

.checkout-section__item-total-price {
}

.checkout-section__item-remove {
}

.checkout-total {
	width: 100%;
	border-top: 1px solid #B6B6B6;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 24px 16px;
	margin-top: 16px;
	margin-bottom: 32px;
}

	.checkout-total button {
		background: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0em;
		text-align: left;
	}

		.checkout-total button:hover {
			text-decoration: underline;
		}

		.checkout-total button img {
			width: 24px;
			height: 24px;
		}

.checkout-total__totals {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	align-items: center;
	width: 30%;
}

	.checkout-total__totals > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

		.checkout-total__totals > div > span {
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
			letter-spacing: 0em;
			text-align: left;
		}

		.checkout-total__totals > div:last-of-type {
			border-top: 1px solid #B6B6B6;
			padding-top: 16px;
		}

			.checkout-total__totals > div:last-of-type > span {
				font-size: 16px;
				font-weight: 300;
				line-height: 24px;
				letter-spacing: 0.1em;
				text-align: left;
			}

.checkout-section__item-remove-btn {
	cursor: pointer;
}

#product-toast {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 20;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

	#product-toast .toast-item {
		background: #fff;
		border-radius: 4px;
		display: flex;
		border: 1px solid #b6b6b6;
		position: relative;
		left: 200%;
		top: 0;
		transition: left .5s ease-in-out;
	}

	#product-toast a {
		position: absolute;
		bottom: 8px;
		right: 15px;
	}

@media (max-width: 40em) {
	#product-toast a {
		bottom: 5px;
	}
}

#product-toast a:hover {
	text-decoration: underline;
}

#product-toast .toast-item.display {
	left: 0;
}

#product-toast .toast-item .toast-item__image {
	max-width: 120px;
}

@media (max-width: 40em) {
	#product-toast .toast-item .toast-item__image {
		max-width: 75px;
	}

	.toast-item__info {
		line-height: 1.1;
	}
}

#product-toast .toast-item .toast-item__image img {
	width: 100%;
	height: 100%;
}

#product-toast .toast-item .toast-item__info {
	display: flex;
	flex-direction: column;
	padding: 8px;
	justify-content: center;
}

.close-toast {
	height: fit-content;
	cursor: pointer;
	margin-left: auto;
}

.product-page__add-to-cart {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	align-items: flex-end;
}

product-page__add-to-cart div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-page__add-to-cart input {
	border: none;
	background: #fff !important;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border: 1px solid #B6B6B6 !important;
	outline: none !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	padding: 0 !important;
	text-align: center;
	margin: 0;
	max-width: 64px;
	height: 48px;
}

.product-page__add-to-cart select {
	max-height: 48px;
	height: 48px;
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	color: #000;
}

.product-page__add-to-cart input::-webkit-outer-spin-button,
.product-page__add-to-cart input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-page__add-to-cart button {
	width: 80%;
	background: #dbdbdb;
	border-radius: 4px !important;
	padding: 5px;
	cursor: pointer;
	height: 48px;
	border: 2px solid transparent;
	transition: border .2s;
	width: 100%;
	margin-left: 25px;
	font-size: 18px;
	font-weight: 400;
}

	.product-page__add-to-cart button:hover {
		border: 2px solid #ff5700;
	}

@media(max-width: 70em) {
	.checkout-total {
		flex-direction: column;
	}

		.checkout-total > button,
		.checkout-total > div {
			width: 100%;
		}

	.checkout-section__item {
		display: flex !important;
		flex-direction: column;
		position: relative;
	}

	.checkout-section__item-remove {
		position: absolute;
		right: 16px;
		top: 16px;
	}

	.checkout-section__item-artnr {
		display: none !important;
	}

	.checkout-section__item-product > div {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.checkout-section__item-artnr-mobile {
		display: block;
		font-size: 12px;
		line-height: 16px;
		word-break: break-all;
	}

		.checkout-section__item-artnr-mobile::before {
			content: "Art.No";
			display: inline-block;
			margin-right: 4px;
		}

	.checkout-section__item-quantity {
		margin-left: 0 !important;
		order: 2;
	}

	.checkout-section__item-price {
		margin: 8px 0;
		gap: 4px;
	}

	.checkout-section__item-total-price {
		position: absolute;
		top: 70%;
		right: 16px;
		gap: 4px;
	}

	.checkout-section__item-price::before {
		content: "Price:";
		display: inline-block;
	}

	.checkout-section__item-total-price::before {
		content: "Total:";
		display: inline-block;
	}

	.checkout-section__tableheaders {
		display: none;
	}

	.checkout-section__header {
		margin-bottom: 16px;
		border-bottom: 1px solid #B6B6B6;
	}

	.checkout-section.checkout-section__item {
		line-height: 20px;
	}

	.checkout-section__item-product > div > span:first-of-type {
		max-width: 90%;
	}
}

@media (max-width: 40em) {
	.product-page__add-to-cart {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	#product-toast {
		max-width: calc(100% - 50px);
	}

	.product-page__add-to-cart div {
		width: 100%;
	}

		.product-page__add-to-cart div input {
			width: 100%;
			max-width: 100%;
		}

	.product-page__add-to-cart button {
		width: 100%;
	}
}

@media (max-width: 330px) {
	.checkout-section__item-total-price {
		flex-direction: column;
		justify-content: flex-start;
		top: 66%;
		gap: 0;
		line-height: 17px;
		align-items: flex-start;
	}
}



.order-history {
	margin-top: 150px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 0 20px !important;
}

	.order-history h1 {
		font-size: 40px;
		font-weight: 500;
		line-height: 56px;
		letter-spacing: 0em;
		text-align: left;
	}

	.order-history span {
		max-width: 65%;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: 0.4444443881511688px;
		text-align: center;
	}

.order-history__orders {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.order-history__order {
	display: flex;
	flex-direction: column;
}

.order-history__order-content {
	overflow: hidden;
	transition: max-height .5s ease;
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: flex-start;
	justify-content: center;
}


	.order-history__order-content > div {
		padding: 0 72px;
	}


		.order-history__order-content > div:first-of-type {
			padding-top: 56px;
		}

		.order-history__order-content > div:last-of-type {
			padding-bottom: 56px;
		}

.order-history__order.expanded > .order-history__order-header {
	background: transparent;
}

.order-history__order.expanded > .order-history__order-content {
}

.order-history__order-header > span > .orange {
	color: #FF5700;
	margin-right: 16px;
}

.order-history__order-content > div {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

.order-history__order-header {
	border-bottom: 1px solid #B6B6B6;
	background: #F2F2F2;
	cursor: pointer;
	padding: 24px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.order-history__order-header span,
	.order-history__order-header span span {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: 1px;
		text-align: left;
		color: #000;
	}

	.order-history__order-header img {
		max-width: 24px;
		max-height: 24px;
		transform: rotate(-180deg);
	}

.order-history__order.expanded > .order-history__order-header img {
	transform: rotate(0);
}


.order-history__order-content > div > span,
.order-history__order-content > div > span > span {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
}

	.order-history__order-content > div > span > span {
		margin-left: 16px;
	}

.order-history__order-content-products__container {
	width: 100%;
	border-bottom: 1px solid #DDDAD8;
	padding-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.order-history__order-content-products__container-product {
	display: flex;
	gap: 16px;
	width: 100%;
	align-items: center;
}

	.order-history__order-content-products__container-product > div {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 4px 0;
	}

		.order-history__order-content-products__container-product > div > span {
			font-size: 14px;
			font-weight: 400;
			line-height: 23px;
			letter-spacing: 1px;
			text-align: left;
		}

			.order-history__order-content-products__container-product > div > span:first-of-type {
				font-weight: 300;
				color: #181818;
			}

	.order-history__order-content-products__container-product img {
		max-width: 40px;
		min-width: 40px;
		height: 100%;
		min-height: 100%;
		aspect-ratio: 1 / 1;
		border-radius: 4px;
		background: #D9D9D9;
	}

order-history__order-content-products__container-product > div > span:last-of-type {
	margin-top: auto;
}


@media(max-width: 40em) {
	.order-history__order-content > div {
		padding: 0;
		padding-top: 20px !important;
		gap: 0;
	}

	.order-history__order-content {
		gap: 20px !important;
	}

		.order-history__order-content > div > span, .order-history__order-content > div > span > span,
		.order-history span {
			max-width: 100%;
		}

	.order-history__order-header {
		padding: 24px 20px;
	}

	.order-history__order-content-products__container-product img {
		max-width: 75px;
	}

	.order-history__order-content-products__container-product > div {
		max-width: 65%;
	}

	.order-history__order-content-products span {
		margin-bottom: 10px;
	}

	.order-history__order-content-products__container {
		gap: 10px;
	}

	.order-history__order-content > div:last-of-type {
		padding-bottom: 0;
	}
}

#payson-container {
	width: 100%;
	padding-bottom: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#paysonContainer {
	height: 100%;
	width: 100%;
}

#payson-parent {
	width: 100%;
	padding-bottom: 40px;
}










.manage-orders {
	padding-top: 150px;
	padding: 150px 20px 0 20px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 13px;
	align-items: center;
	justify-content: center;
	padding-bottom: 40px;
}

.manage-orders__container {
	max-height: 750px;
	overflow: auto;
}

	.manage-orders__container > table {
		position: relative;
		border-top: none;
	}

		.manage-orders__container > table > thead {
			position: sticky;
			top: -1px;
			left: 0;
			border: none;
			z-index: 2;
		}

			.manage-orders__container > table > thead > tr > th > span {
				font-size: 12px;
				pointer-events: none;
			}

			.manage-orders__container > table > thead > tr > th {
				cursor: pointer;
				user-select: none;
				min-width: 150px;
			}

				.manage-orders__container > table > thead > tr > th::after {
					content: "\005E";
					display: inline-block;
					position: relative;
					top: 2px;
					margin-right: 8px;
					float: right;
				}

th.current {
	background: #E9E9E9;
}

.manage-orders__container > table > thead > tr > th.desc::after {
	transform: rotate(180deg);
	top: -2px;
}

.manage-orders__container > table > tbody {
	border-top: none;
}

.manage-orders_search {
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	gap: 8px;
	align-items: flex-end;
}

	.manage-orders_search > input {
		margin-bottom: 0;
	}

	.manage-orders_search > span {
		white-space: nowrap;
	}

.manage-orders__container {
	width: 100%;
}

.cart-items__number {
	z-index: 1;
	position: absolute;
	left: 1.45rem;
	top: 8px;
	height: 20px;
	width: 20px;
	background-color: #ff5700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-size: 13px;
}

@media (max-width: 90em) {
	.cart-items__number {
		left: -5px;
		top: -5px;
	}
}

#body.webshop header {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
}

#checkout-page button,
#checkout-page a,
.cart-flyout__items a,
.cart-flyout__items button {
	color: #000;
}

.back-btn {
	margin-bottom: 5px;
	transition-duration: .2s;
	text-decoration-color: #ff5700;
	text-underline-offset: 3px;
}

	.back-btn:hover {
		text-decoration: underline;
		text-decoration-color: #ff5700;
	}

img.kits-btn {
	width: 100%;
	position: absolute;
	max-width: 24px;
	right: 15px;
	top: 15px;
	margin-top: 0;
}


.product-container {
	position: relative;
}

.webshop-form {
	width: 100%;
	padding-bottom: 32px;
}

	.webshop-form > .hbspt-form {
		max-width: 50%;
		width: 100%;
		margin: 0 auto;
	}


@media(max-width: 40em) {
	.webshop-form > .hbspt-form {
		max-width: unset;
	}
}


.video-wrapper iframe {
	max-width: 100%;
}
