body.stop-scroll {
	overflow-y: hidden
	}
#special_discount {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #00000070;
	top: 0;
	left: 0;
	z-index: 1100;
	display: none;
	align-items: center;
	justify-content: center
	}
#special_discount.active {
	display: flex
	}
#special_discount .wrap_window {
	max-width: 600px;
	position: absolute;
	cursor: pointer;
	padding: 12px
	}
#special_discount .content {
	position: relative;
	box-shadow: 0 0 10px #333333;
	width: 100%
	}
#special_discount .content img {
	width: 100%
	}
#special_discount .close_button {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: #ffffff;
	border-radius: 50%;
	border: 2px solid #5c5c5c
	}
#special_discount .close_button:after, #special_discount .close_button:before {
	content: "";
	position: absolute;
	top: 9px;
	right: 3px;
	width: 14px;
	height: 2px;
	background: #5c5c5c
	}
#special_discount .close_button:after {
	transform: rotate(-45deg)
	}
#special_discount .close_button:before {
	transform: rotate(45deg)
	}

/*------------------
POPUP CSS
-----------------*/
.popup-loading-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	background: rgba(0, 0, 0, 0.95)
	}
.popup-loading-wrapper .popup {
	min-width: 300px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
	}
.popup-loading-wrapper .popup h2 {
	width: 300px;
	font-size: 32px;
	color: #fff;
	line-height: 36px;
	padding: 7px 0 22px;
	margin: 0
	}
.popup-loading-wrapper .popup h3 {
	line-height: normal;
	padding: 0 0 24px;
	color: #fff;
	font-size: 24px;
	}
.popup-loading-wrapper .popup p {
	opacity: .5;
	font-size: 18px;
	padding: 8px 0 3px
	}
.popup-loading-wrapper .popup .product-image {
	width: auto;
	margin: 0 auto 6px;
	position: relative;
	}
.popup-loading-wrapper .popup {
	text-align: center !important
	}
.popup-loading-wrapper .popup .lock-image {
	width: 90px;
	margin: 0 auto 3px
	}
.popup-loading-wrapper .popup .loading-image {
	width: 70px;
	height: 70px;
	margin: auto;
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
	}

@-moz-keyframes spin {
100% {-moz-transform: rotate(360deg)}
}

@-webkit-keyframes spin {
100% {
 -webkit-transform: rotate(360deg) }
}

@keyframes spin {
100% {-webkit-transform: rotate(360deg);transform: rotate(360deg)}
}


/*----------------------------
CSS FOR SOCIAL PROOF
----------------------------*/
.custom-social-proof {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 9999999999999 !important;
	font-family: 'Open Sans', sans-serif;
	}
.custom-social-proof .custom-notification {
	width: 320px;
	border: 0;
	text-align: left;
	z-index: 99999;
	box-sizing: border-box;
	font-weight: 400;
	border-radius: 6px;
	box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
	background-color: #fff;
	position: relative;
	cursor: pointer;
	}
.custom-social-proof .custom-notification .custom-notification-container {
	display: flex !important;
	align-items: center;
	height: 80px;
	}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper {
	padding-left: 20px;
	}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
	max-height: 55px;
	max-width: 55px;
	overflow: hidden;
	width: auto;
	margin: 0 auto;
	border-radius: 6px 0 0 6px;
	}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
	margin: 0;
	height: 100%;
	color: gray;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0 6px 6px 0;
	flex: 1;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
	font-family: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 16px;
	}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
	margin-top: 3px !important;
	display: block !important;
	font-size: 12px !important;
	opacity: 0.8;
	}
.custom-social-proof .custom-notification .custom-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 12px;
	width: 12px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
	transform: rotate(45deg);
	opacity: 1;
	}
.custom-social-proof .custom-notification .custom-close::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: gray;
	position: absolute;
	left: 0;
	top: 5px;
	}
.custom-social-proof .custom-notification .custom-close::after {
	content: "";
	display: block;
	height: 100%;
	width: 2px;
	background-color: gray;
	position: absolute;
	left: 5px;
	top: 0;
	}
.custom-social-proof .custom-notification:hover .custom-close {
	opacity: 1;
	}
input.no-error, select.no-error {
	background: url(../images/tick-input.png) 97.5% 50% no-repeat #fff  !important;;
	border: 1px solid green !important;;
	}
input.has-error, select.has-error {
	background: #ffd8d8 !important;
	border: 1px solid #f11005 !important;
	}
