.variations_form .variable-items-wrapper li.ksn-out-of-stock {
	position: relative;
}
.variations_form .variable-items-wrapper li.ksn-out-of-stock::before {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	top: -7px;
	right: -7px;
	border-radius: 50%;
	background: white;
}
.variations_form .variable-items-wrapper li.ksn-out-of-stock::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: -6px;
	right: -6px;
	border-radius: 50%;
	border: 1px solid #20646f;
	background: white url("../img/bell.png") no-repeat center;
	background-size: 9px;
}

.popup-ksn {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999999;
	padding: 80px 40px !important;
	bottom: auto !important;
	max-width: 700px !important;
}

.popup-ksn h3 {
	font-size: 40px;
	font-weight: 300;
	line-height: 46.4px;
	margin-bottom: 30px;
}

.popup-ksn h3 {
	text-align: center;
}

.popup-ksn .form,
.popup-ksn .message {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.popup-ksn input[type="email"],
.popup-ksn input[type="text"] {
	width: 100%;
	height: 44px;
	padding: 0 20px;
	outline: none !important;
}

.popup-ksn .message {
	display: none;
}
.popup-ksn button {
	text-transform: none !important;
}
