.wc-out-of-stock-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	z-index: 100;
}
.wc-out-of-stock-popup {
	border-radius: 0;
	padding: 30px 75px 50px 75px;
	width: 610px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 50%;
	background: #fff;
	z-index: 99999;
}
.wc-out-of-stock-popup__close {
	position: absolute;
	top: 6px;
	right: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #E1E1E8;
	background: none;
	outline: none;
	font-size: 20px;
}
.wc-out-of-stock-popup__close:hover {
	color: #000;
}
.wc-out-of-stock-popup__title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin: 15px 0;
	color: #212529;
}
.wc-out-of-stock-popup__text {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: 400;
	text-align: center;
}
.wc-out-of-stock-popup__form {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}
.wc-out-of-stock-popup__form__email-label {
	width: 100%;
	margin-bottom: 20px;
}
.wc-out-of-stock-popup__form__email-input {
	height: 50px !important;
	line-height: 30px !important;
	background: white 0 0 no-repeat;
	border: 1px solid #E1E1E8;
	border-radius: 0;
	font-size: 18px !important;
	width: 100%!important;
	outline: none !important;
	box-sizing: border-box !important;
	padding-left: 22px;
	color: #6A6A76;
}
.wc-out-of-stock-popup__form__submit {
	height: 50px !important;
	line-height: 30px !important;
	width: 100%!important;
	cursor: pointer;
	font-size: 18px;
	background: #1E1E1E 0 0 no-repeat padding-box;
	border: 1px solid #1E1E1E;
	border-radius: 25px;
	outline: none !important;
	color: #FFFFFF;
}
.wc-out-of-stock-popup__form__submit:hover {
	background: white;
	color: #1E1E1E;
}
.wc-out-of-stock-button{
	cursor: pointer;
}
.wc-out-of-stock-button:after{
	content: url("../png/out_of_stock.png");
	margin-left: 5px;
	position: absolute;
	top: 5px;
}
.wc-out-of-stock-button:hover:after{
	content: url("../png/out_of_stock_hover.png");
}
.wc-out-of-stock-popup__form__back {
	height: 50px !important;
	line-height: 30px !important;
	width: 30% !important;
	cursor: pointer;
	font-size: 15px;
	background: #1E1E1E 0 0 no-repeat padding-box;
	border: 1px solid #1E1E1E;
	border-radius: 25px;
	outline: none !important;
	color: #FFFFFF;
	margin: 0 auto;
	display: block;
}
.wc-out-of-stock-popup__form__back:hover {
	background: white;
	color: #1E1E1E;
}
@media screen and (max-width: 1280px) {
	.wc-out-of-stock-button:after{
		top: 3px;
	}
}
@media screen and (max-width: 768px) {
	.product-code {
		margin-right: 6px;
	}
	.wc-out-of-stock-button:after {
		margin-left: 2px;
	}
	.wc-out-of-stock-popup {
		width: 500px;
	}
	.wc-out-of-stock-popup__form__email-input {
		/*width: 310px !important;*/
	}
	.wc-out-of-stock-popup__form__submit {
		/*width: 40% !important;*/
	}
	.wc-out-of-stock-popup__form__back {
		width: 50% !important;
	}
	.wc-out-of-stock-popup__title {
		font-size: 30px;
	}
	.wc-out-of-stock-popup__text {
		/*font-size: 14px;*/
	}
}
@media screen and (max-width: 767px) {
	.wc-out-of-stock-button:after{
		position: relative;
		margin-left: 5px;
	}
	.wc-out-of-stock-popup {
		width: 90%;
	}
	.wc-out-of-stock-popup__form__email-input {
		/*width: 140% !important;*/
	}
	.wc-out-of-stock-popup__form__submit {
		/*width: 44% !important;*/
		/*font-size: 15px;*/
	}
	.wc-out-of-stock-popup__form__back {
		width: 60% !important;
	}
	.wc-out-of-stock-popup {
		padding: 20px 15px 30px 15px;
	}
}