.mkl_pc * {
	box-sizing: border-box;
}

button.variations_button.disabled, .variations_button.disabled button.single_add_to_cart_button {
	display: none;
}

.is_configurable div.product form.cart .variations_button:not(.disabled) .quantity, .is_configurable div.product form.cart .variations_button:not(.disabled) .single_add_to_cart_button, .is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button:not(.disabled) .quantity, .is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button:not(.disabled) .single_add_to_cart_button {
	display: block !important;
}

.is_configurable.current-variation-is-configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button.disabled .quantity {
	display: none !important;
}

.mkl-pc-choice-qty--container {
	display: none;
	width: auto;
	max-width: 120px;
	border: 1px solid #ccc;
	background: #fff;
	justify-content: space-between;
	margin: 13px;
	border-radius: 4px;
}

.mkl-pc-choice-qty--container > * {
	flex-grow: 1;
}

.mkl-pc-choice-qty--container:focus-within {
	border-color: var(--mkl_pc_color-primary, #777);
}

.mkl-pc-choice-qty--container input.mkl-pc-choice-qty, .mkl-pc-choice-qty--container input.mkl-pc-choice-qty:focus {
	border: none;
	color: #000;
	background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: auto;
	max-width: 2ch;
	text-align: center;
	-moz-appearance: textfield;
}

.mkl-pc-choice-qty--container input.mkl-pc-choice-qty::-webkit-outer-spin-button, .mkl-pc-choice-qty--container input.mkl-pc-choice-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > .mkl-pc-choice-qty--container, .mkl_pc .mkl_pc_container .mkl_pc_toolbar ul.layer_choices li.active > .text-field .mkl-pc-choice-qty--container, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > .mkl_quantity .mkl-pc-choice-qty--container {
	display: flex;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn {
	padding: 4px;
	margin: 0;
	display: block;
	border: none;
	text-align: center !important;
	font-size: 15px;
	font-family: sans-serif;
	color: #000;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn svg {
	vertical-align: middle;
	width: 15px;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn svg use {
	fill: #000;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn:hover svg use, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn:focus svg use {
	fill: var(--mkl_pc_color-primary);
}

.footer__section-center {
	display: inline-flex;
	align-items: center;
}

.mkl-footer--action-button {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 6px 12px;
	line-height: 1.2;
	text-transform: none;
	font-size: 12px;
	font-weight: 400;
	background: transparent;
	appearance: none;
	box-shadow: none;
	border: none;
	color: inherit;
	text-decoration: none;
}

.mkl-footer--action-button svg {
	fill: currentColor;
	height: 24px;
	width: 24px;
	margin-right: 8px;
	vertical-align: middle;
}

@media (max-width: 720px) {
	.mkl-footer--action-button svg {
		margin-right: 0;
	}
}

.mkl-footer--action-button span {
	vertical-align: middle;
}

@media (max-width: 720px) {
	.mkl-footer--action-button span {
		display: none;
	}
}

@media (max-width: 720px) {
	.mkl-footer--action-button {
		display: block;
		height: 100%;
		width: 60px;
	}
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar .error-message {
	display: none;
	color: red;
	font-size: .9em;
	line-height: 1.2;
	padding-top: 3px;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar .has_error input[type=text], .mkl_pc .mkl_pc_container .mkl_pc_toolbar .has_error input[type=number], .mkl_pc .mkl_pc_container .mkl_pc_toolbar .has_error input[type=date], .mkl_pc .mkl_pc_container .mkl_pc_toolbar .has_error input[type=checkbox], .mkl_pc .mkl_pc_container .mkl_pc_toolbar .has_error textarea, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .has_error select {
	outline: 4px solid rgba(255, 0, 0, .27);
	outline-offset: 0px;
}

.mkl_pc .mkl_pc_container .mkl_pc_toolbar .has_error .error-message {
	display: block;
}

.mkl_pc .mkl_pc_container .mkl-pc-validation-summary {
	background: #fff4f4;
	border: 1px solid #c73030;
	border-radius: 4px;
	padding: 10px 12px;
	margin: 8px 0 12px;
	color: #7a1313;
	font-size: 1rem;
	max-height: 200px;
}

.mkl_pc .mkl_pc_container .mkl-pc-validation-summary:focus {
	outline: 2px solid #7a1313;
	outline-offset: 2px;
}

.mkl_pc .mkl_pc_container .mkl-pc-validation-summary .mkl-pc-validation-summary__title {
	margin: 0 0 6px;
	font-weight: 600;
}

.mkl_pc .mkl_pc_container .mkl-pc-validation-summary ul {
	margin: 0;
	padding-left: 18px;
}

.is-mobile .mkl_pc.showing-choices .mkl_pc_container > .mkl-pc-validation-summary {
	opacity: 0;
}

.is-mobile .mkl_pc .mkl_pc_container .mkl-pc-validation-summary {
	max-height: 180px;
}

.keyboard-navigation .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer-item:focus, .keyboard-navigation .mkl_pc .mkl_pc_container .mkl_pc_toolbar .choice-item:focus, .keyboard-navigation .mkl_pc .mkl_pc_container .mkl_pc_toolbar .choice-group-label:focus {
	outline: 2px solid var(--mkl_pc_color-primary, #1a73e8);
	outline-offset: 2px;
}

.tippy-content span.text, .tippy-content span.description, .tippy-content span.choice-price {
	display: block;
}

.tippy-content span.choice-price {
	font-size: .8em;
	opacity: .6;
}

.tippy-content .out-of-stock {
	position: relative;
	display: block;
}

.configure-product.loading-data:not(.mkl-configurator-inline) {
	background-color: #000 !important;
}

.configure-product.loading-data {
	position: relative;
}

.configure-product.loading-data .configure-button--label {
	visibility: hidden;
}

.configure-product.loading-data span.loading-icon {
	position: absolute;
	width: 51px;
	height: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.configure-product.loading-data span.loading-icon i, .configure-product.loading-data span.loading-icon::before, .configure-product.loading-data span.loading-icon::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 5px;
	animation: loader-fade 1.5s infinite linear;
}

.configure-product.loading-data span.loading-icon i {
	animation-delay: .2s;
}

.configure-product.loading-data span.loading-icon::after {
	animation-delay: .4s;
}

.mkl_pc .mkl-loader {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.mkl_pc .mkl-loader .header {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .62);
}

.mkl_pc .mkl-loader .spinner {
	width: 40px;
	height: 40px;
	margin: 30px auto;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out;
}

.mkl_pc.loading .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(107, 106, 106, 0.631372549);
	backdrop-filter: blur(6px);
}

.mkl_pc.loading .mkl-loader {
	display: block;
}

.mkl_pc.loading .mkl_pc_container {
	transform: translateY(-30px);
	opacity: 0;
}

.mkl-configurator-inline .mkl_pc.loading .overlay {
	display: none;
}

.adding-to-cart--modal {
	display: none;
}

body.show-add-to-cart-modal .adding-to-cart--modal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: rgba(255, 255, 255, .9);
}

body.show-add-to-cart-modal.configurator_is_inline .adding-to-cart--modal {
	position: fixed;
}

.adding-to-cart--modal .has-box {
	display: block;
	padding: 50px;
	background: #fff;
	border-radius: 11px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.0588235294);
	max-width: 700px;
}

.adding-to-cart--modal .has-box .header {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 30px;
}

.adding-to-cart--modal .messages:not(:empty) {
	padding-bottom: 28px;
}

.adding-to-cart--adding-cta {
	text-align: center;
}

.adding-to-cart--adding-cta .or {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.adding-to-cart--adding-cta button.button, .adding-to-cart--adding-cta a.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .818em 1.2em;
	font-weight: 700;
	border-radius: 6px;
	left: auto;
	color: #fff;
	background-color: #2a2a2a;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.adding-to-cart--modal .spinner {
	height: 4px;
	background: red;
	width: 0;
	margin-top: 10px;
	transition: .2s all;
	animation: loading-spinner;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.adding-to-cart--modal svg {
	max-width: 70px;
}

.adding-to-cart--modal svg * {
	vector-effect: non-scaling-stroke;
	stroke-linecap: round;
	fill: none;
	stroke: #63c800;
	stroke-miterlimit: 10;
	stroke-width: 2px;
}

.adding-to-cart--modal svg circle {
	stroke-dasharray: 170;
	animation: anim-circle .5s;
	animation-timeline: auto;
	animation-direction: normal;
}

.adding-to-cart--modal svg polyline {
	stroke-dasharray: 52;
	animation: anim-tick .75s;
}