/*** login-popup-start ***/

body.modal-open {
	overflow: hidden;
	padding-right: 15px;
	position: fixed;
	height: 100%;
	width: 100%;
}

.modal_login {
	display: none;
	position: fixed;
	z-index: 111111;
	padding-top: 150px;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}
.modal_login label.error {
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
.modal_login .login_error_msg {
	margin-bottom: 15px;
	margin-top: 0;
}
.modal_login_content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 35%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.login_model .label_box {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.login_model .input_box {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.login_model .button {
	width: 100%;
	margin-bottom: 15px;
}

.modal_login_content.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.login_close {
	color: #fff;
	float: right;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.modal_login_header {
	padding: 5px 16px;
}

.modal-body {
	padding: 10px 16px;
}

.modal_login_footer {
	display: block;
	padding: 15px 16px 20px;
	background-color: #f1f1f1;
}

.modal_login_footer a {
	color: #333333;
}

.modal_login_footer a:hover {
	color: #2c3e50;
	background: #ffffff;
	padding: 5px;
	border-radius: 5px;
}

.forgot_pass_model {
	float: left;
}

.Sign_footer {
	float: right;
}

.discout-content .discout_close.modal-close {
    background:black;
    right: -8px;
    top: -10px;
}
.discout-content .discout_close.modal-close .fa {
    font-size: 17px;
}
/*** login-popup-end ***/
/*** upgrade-popup-start ***/
.DrawerPDiv {
    display: block;
}

.DrawerPDiv,
.discout-div {
	display: none;
	position: fixed;
	z-index: 111111;
	padding-top: 125px;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
}

.discount_body{
	overflow:auto;
	max-height:350px;
}


/* Modal Content */

.DrawerPopup-content {
	border: 0 !important;
}

.DrawerPopup-content,
.discout-content {
	position: fixed;
	left: 0;
	right: 0;
	background: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #d9d6d6;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .2s;
	animation-name: animatetop;
	animation-duration: .2s;
}


/* The Close Button */

.DrawerPopup-close {
	color: #ffffff;
	float: right;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
}

.DrawerPopup-close:hover,
.DrawerPopup-close:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.DrawerPopup-header {
	padding: 2px 16px;
	background-color: #2c3e50;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.DrawerPopup-header h2 {
	margin: 10px 0;
	font-weight: 500;
}

.DrawerPopup-body {
	padding: 2px 16px 20px;
	float: left;
}

.DrawerPopup-proName {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 10px 0 0;
	letter-spacing: 1px;
	color: #333333;
	float: left;
	width: 100%;
}

.DrwrPopup-bd-left {
	float: left;
	width: 28%;
}

.DrwrPopup-bd-left img {
	float: left;
	width: 100%;
}

.DrwrPopup-bd-right {
	float: right;
	width: 68%;
}

.DrwrPup-repeatDiv {
	float: left;
	width: 100%;
	margin: 10px 0 10px;
	padding: 15px 0 15px;
	border-bottom: 1px solid #d9d6d6;
}

.DrawerPopup-rdBtn {
	margin: -13px 0 10px;
	display: inline-block;
	float: left;
	width: auto;
}

.DrawerPopup-rdBtn [type="radio"]:checked,
.DrawerPopup-rdBtn [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.DrawerPopup-rdBtn [type="radio"]:checked+label,
.DrawerPopup-rdBtn [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #333333;
}

.DrawerPopup-rdBtn [type="radio"]:checked+label:before,
.DrawerPopup-rdBtn [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #d9d6d6;
	border-radius: 100%;
	background: #fff;
}

.DrawerPopup-rdBtn [type="radio"]:checked+label:after,
.DrawerPopup-rdBtn [type="radio"]:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #2c3e50;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.DrawerPopup-rdBtn [type="radio"]:checked+label:before {
	content: '';
	border-color: #2c3e50;
}

.DrawerPopup-rdBtn [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.DrawerPopup-rdBtn [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.DrawerPopup-Doses label {
	cursor: pointer;
}

.DrawerPopup-Doses,
.Strikethrough-price,
.Un-Strikethrough-price {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}

.Strikethrough-price,
.Un-Strikethrough-price {
	width: 21%;
	text-align: right;
}

.DrawerPopup-Doses {
	width: 48%;
}

.Strikethrough-price {
	text-decoration: line-through;
}

.Un-Strikethrough-price {
	color: #eb2600;
}

.DrawerPopup-saveDisc {
	float: left;
	width: 90%;
	margin: 7px 0 0 7%;
	font-size: 14px;
	color: #eb2600;
}

.DrwrPopup-bd-fullDiv {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.bd-fullDiv-left {
	float: left;
	cursor: pointer;
	margin: 7px;
}

.bd-fullDiv-right {
	float: right;
}

.DrwrPopup_footer {
	width: 100%;
	float: left;
	display: block;
	padding: 15px 16px 20px;
	background-color: #f1f1f1;
}


/* Add Animation */

.DrawerPopup-content.animate,
.discout-content.animate {
	-webkit-animation: animatezoom .5s;
	animation: animatezoom .5s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

/*** upgrade-popup-end ***/

/*** discout-Popup-start ***/

.discout-header {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #d9d6d6;
	margin-bottom: 10px;
}

.discout-header h2 {
	font-size: 18px;
	line-height: 25px;
	color: #2c3e50;
	text-transform: uppercase;
}

.discout_close {
	color: #fff;
	float: right;
	font-size: 18px;
	margin-top: -6px;
	margin-right: 7px;
}

.discout_close:hover,
.discout_close:focus {
	color: #ececec;
	text-decoration: none;
	cursor: pointer;
}

.top_discount_text {
	width: 100%;
	float: left;
	padding: 0 15px 15px;
	border-bottom: 1px solid #d9d6d6;
	margin-bottom: 15px;
}

.discount_off {
	float: left;
	width: 16%;
	text-align: center;
}

.dis_coupons_text {
	float: left;
	width: 50%;
	margin-left: 15px;
	font-weight: 500;
}
.dis_coupons_text span {
	float: left;
	font-size: 14px;
	font-weight: 400;
}

.dis_times {
	float: left;
	width: 29%;
	text-align: center;
	margin: 0 auto;
	padding-top: 13px;
}

.dis_apply_btn {
	float: right;
	width: 17%;
	text-align: center;
	padding-top: 22px;
}

.discount_off p {
	background: #2c3e50;
	color: #ffffff;
	font-weight: 700;
	font-size: 29px;
	line-height: 35px;
	text-transform: uppercase;
	display: block;
	padding: 10px;
}

.discount_off span {
	display: block;
}

.dis_coupons_text p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 3px;
}

.dis_coupons_text strong {
	font-size: 16px;
	line-height: 25px;
	display: block;
	font-weight: 700;
	margin-bottom: 3px;
}

.container_times {
	color: #333;
	text-align: center;
	background-color: #ececec;
	float: left;
	width: 100%;
	padding: 5px 10px;
}

.container_times ul li {
	list-style-type: none;
	float: left;
	padding: 0 10px 0 0;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
}

.container_times li span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

.container_times li:last-child span {
	color: #eb2600;
}

/*** discout-Popup-end ***/


/*** Refer-my-friend-model ***/

#modal_popup,
#modal_popup_f,
#modal_popup_T {
	display: none;
}

.Share_email,
.Share_Facebook,
.Share_Twitter {
	position: fixed;
	z-index: 111111;
	padding-top: 150px;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal_refer_content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 600px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s;
}

.modal_refer_header {
	padding: 15px;
	border-bottom: 1px solid #d9d6d6;
}

.modal_refer_title {
	font-size: 18px;
	line-height: 20px;
}

.modal_refer_close {
	float: right;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	cursor: pointer;
}

.sharing-instructions {
	margin-bottom: 15px;
}

.sharing-instructions p {
	font-size: 16px;
	letter-spacing: .4px;
}

.referfriends_email_form_collection {
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9d6d6;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.referfriends_email_form_collection .input_box {
	width: 100%;
}

.refer_friends_top {
	display: table;
	width: 100%;
}

.referfriends_row {
	margin: 0 -15px;
}

.referfriends_col {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.refe_col_1 .input_box {
	width: 80%;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	float: left;
}

.remov_friend {
	float: left;
	background: #eb2600;
	font-size: 16px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	z-index: 2;
	margin-left: -4px;
	padding: 6px 12px;
}

.remov_friend a {
	color: #ffffff;
}

.aad_more_friend {
	width: 100%;
	text-align: right;
	display: block;
}

.modal_refer_footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #d9d6d6;
}

.modal_refer_left {
	float: left;
}

.modal_refer_right {
	float: right;
}

.Share_Facebook_box h3,
.Share_Twitter_list h3 {
	margin: 0 0 4px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
}

.Share_Facebook_border {
	margin-top: 10px;
	width: 100%;
	padding: 5px;
	border: 1px solid #d9d6d6;
}

.Share_Facebook_btn {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
}

.Share_Twitter_box {
	margin-bottom: 15px;
}

.modal_refer_content.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}