.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  margin: 20px auto;
  transition: 1s all; font-family:'Rubik', Arial, Helvetica, sans-serif;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.5;
}
.white-popup .mfp-close {
	width: 31px;
	height: 31px;
	background-color: #353f4d;
	font-size: 16px;
	opacity: 1;
	border: none;
	text-shadow: none;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 31px;
}
.white-popup .mfp-close i {
	font-size: 16px;
	text-shadow: none;
	color: #fff;
}
.lr-popup {
    max-width:650px;
    padding: 20px;
}
.forgot-password {
    font-size: 14px;
    color: #fdb813;
}
.mfp-content .subscribe-popup-form input {
	margin: 0 0 12px 0;
}
.mfp-content .subscribe-popup-form .form-check {
	padding: 5px 0px 15px 0;
}
.lr-popup h4 {
	font-weight: bold;
	padding-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
}
.mfp-content h6 {
	font-weight: 400;
	color: #7a7a7a;
	padding: 15px 0 5px 0;
}
.sign-up {
	color: #fdb813;
	font-weight: 400;
	font-size: 14px;
}
.subscribe-popup-form input {
	width: 100%;
	border: 1px solid #cacaca;
	border-radius: 50px;
	padding: 12px 18px;
	font-size: 14px;
	color: #7a7a7a;
	margin: 25px 0 10px 0;
}
.subscribe-popup-form button {
	cursor: pointer;
	width: 100%;
}

.defult-check {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	visibility: hidden;
}
.checkmark, .checkout-form .checkmark {
	width: 18px;
	height: 18px;
	border: 1px solid #cacaca;
	position: absolute;
	left: 0;
	top: 1px;
}
.form-check label {
	position: relative;
	margin: 0;
	font-size: 14px;
	color: #7a7a7a;
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
	text-align: left;
	text-transform: capitalize;
}
.lr-popup h2 {
    padding-bottom: 42px;
}
.form-check {
	padding: 25px 0 35px 0;
}
.form-check input:checked + .checkmark:before,
.checkout-form .form-check input:checked + .checkmark:before {
	content: "\f00c";
	position: absolute;
	font-family: FontAwesome;
	top: -1px;
	line-height: 18px;
	left: 1px;
	color: #cacaca;
}

.btn-primary {
	background-color: #ff943f;
	border-radius: 50px;
	padding: 12px 25px;
	color: #fff;
	transition: all 0.3s ease-in-out;
	border: 2px solid #ff943f;
	position: relative;
	z-index: 99;
	text-transform: capitalize;
	overflow: hidden;
}
.btn-primary:hover {
	background-color: #ff943f;;
	border-color: #ff943f;
	color: #ffff;
}