@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/

.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
	
/*=========Header==========*/

.coupn-sec {
        float: left;
    max-width: 100%;
    width: 100%;
    /* padding: 20px; */
    /* border: 1px solid #ccc; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
    row-gap: 10px;
    margin: 10px 0;
}

.coupn-sec a {float: left;width: 38%;background: #1ca100;text-align: center;text-transform: uppercase;font-size: 14px;height: 40px;line-height: 40px;font-family: inherit;color: #fff;font-weight: 700;border-radius: 5px;}

.coupn-sec input[type="text"] {
   float: left;
    width: 60%;
    height: 40px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
	
.discount-txt{
	display:inline-block;
	vertical-align:top;
	margin:5px 0 0 100px;
    z-index: 1;
	
    font-size: 24px;
    line-height: 26px;
    color: #d51008;
    font-weight: bold;
    padding: 9px 20px 13px;
    border: 2px solid #ff0000;
	cursor:pointer;
	
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
 0% { transform: scale(0.9);}
 50% { transform: scale(1);}
 100% { transform: scale(0.9);}
}
@-webkit-keyframes pulse {
 0% { -webkit-transform: scale(0.9);}
 50% { -webkit-transform: scale(1);}
 100% { -webkit-transform: scale(0.9);}
}

.discount-txt.active{
    background: url(../images/grn-tk.png) no-repeat 6px 15px;
    border: 2px solid #090;
    color: #090;
    background-size: 20px;
    padding-left: 30px;
	animation:none;
	}		
	
.hdr-rgt{
	float:right;
	text-align:left;
	}
.hdr-rgt img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	}
.hdr-rgt p{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight: 600;
	}		

/*==============banner===============*/
.banner{
	background:url(../images/bnr-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	padding:40px 0 60px;
	position:relative;
	overflow:hidden;
	}
.banner-heading{
	float:left;
	width:100%;
	font-size:44px;
	line-height:50px;
	font-weight: 600;
	color:#fff;
	z-index: 2;
	position:relative;
	}
.banner-heading span{ color:#2bc5f5;}
ul.bnr-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:900px;
	padding:50px 0 10px;
	z-index: 2;
	}
ul.bnr-list li{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:500;
	letter-spacing:0.5px;
	padding:0 28px;
	text-align:center;
	position:relative;
	}
ul.bnr-list li:after{
	content: "";
    position: absolute;
    right: 0;
    top: -10px;
    bottom: -10px;
    width: 2px;
    background: #fff;
	}
ul.bnr-list li:last-child:after{ display:none;}
ul.bnr-list li img{
	display:block;
	margin:0 auto 10px;
	}
.rvw-txt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
	text-transform:uppercase;
    margin-top: 30px;
	}
.rvw-txt img{
    display: inline-block;
    vertical-align: middle;
    margin: -10px 5px 0 0;
	}
.banner-prod1{
	position: absolute;
    left: -145px;
    top: -25px;
	}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:40px 0 60px;
	position:relative;
	}

.discount-block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:555px;
	text-align:center;
	}	
.discount-strip{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#fff;
	font-weight: 600;
	text-transform:uppercase;
	padding:8px 0 10px;
	letter-spacing:0.5px;
	background: #cb0f08;
	
	-webkit-box-shadow: 0 2px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 4px rgba(0,0,0,0.2);
	cursor:pointer;
	
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}	
.discount-strip.active{
	background:#090;
	animation:none;
	}	
.hurry-txt{
	display:inline-block;
	vertical-align:middle;
	font-size:19px;
	line-height:23px;
	color:#f60c03;
	font-weight:500;
    margin-top: 20px;	
	}	
.hurry-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -10px 5px 0;
	}
	
.checkout-sec{
	float:left;
	width:100%;
	margin-top:0px;
	}
.select-line-list{
	    float: left;
    width: 100%;
}
.slct-line-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	float: left;
        width: 100%;
}
.select-fix-nav .slct-line-row{
	position: fixed;
	z-index: 10;
	top: 65px;
	padding:10px 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);
	}
.select-line-list-col{
	float:left;
	width: 33%;
        position: relative;
	}
.slct-step{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	margin:0 auto 10px;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#d8d8d8;
	color:#fff;
	font-size:24px;
	font-weight: 600;
	position:relative;
	}
.select-line-list-col p{
	font-size:19px;
	line-height:22px;
	color:#b5b5b5;
	font-weight:600;
	}
.select-line-list-col.active  p{color:#000000;}
.select-line-bar{ height: 3px; position: absolute; width: 50%; top: 36px; right: -25%; background: #d2d2d2;}
.active .select-line-bar{background:#3b59c7;}
.active .slct-step{background:#3b59c7; color:#3b59c7;}
.active .slct-step:after{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:'';
	background:url(../images/step-active.png) no-repeat center center;
	}


/*==================*/
.chkout-rght-side{
	float:right;
	width:100%;
	margin-top:30px;
	}
.package-box{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.package-col{
	width:24%;
	border:3px solid #e4e4e4;
	border-radius:10px;
	padding:20px 15px 18px;
	text-align:center;
	cursor:pointer;
	background:#fff;
	position:relative;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.package-col-1{
	border:3px solid #d13131;
	border-radius:0 0 10px 10px;
	}
.package-col.active{
	border:3px solid #0293bf;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.recommend-line{
	position:absolute;
	left:-3px;
	top:-30px;
	right:-3px;
	background:#d13131;
	font-size:19px;
	line-height:24px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	border-radius:10px 10px 0 0;
	padding:5px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.recommend-line img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 5px 0 0;
	}
.package-col.active .recommend-line{background:#0293bf;-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.pkg-hdng{
	font-size:24px;
	line-height:26px;
	color:#000000;
	font-weight: 600;
	margin-bottom:15px;
	min-height:52px;
	}
.pkg-prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pkg-prc{
    font-size: 28px;
    line-height: 30px;
    color: #0293bf;
    font-weight: bold;
    margin-top: 15px;
	}
.pkg-prc span{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-weight:normal;
	padding-right:5px;
	color:#505050;
	text-decoration:line-through;
	margin-top: -14px;
	}
ul.pkg-list{
	float:left;
	width:100%;
	margin-top:10px;
	padding:0 15px;
	}
ul.pkg-list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#1d1d1d;
	margin-top:5px;
	padding-left:22px;
	background:url(../images/pkg-tik.png) no-repeat left 3px;
	text-align:left;
	}
.subs-det{
	float:left;
	width:100%;
	font-size:15px;
	line-height:15px;
	color:#0085ad;
	margin-top:15px;
	position:relative;
	}	
.tool-tips .tooltiptext{
	visibility: hidden; 
    position: absolute;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
    border-radius: 4px;
    z-index: 1;
    opacity: 0; 
    transition: opacity .6s;
    bottom: -218px;
    left: 50%;
    margin-left: -123px;
    -webkit-box-shadow: 0 3px 10px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px 6px rgb(0 0 0 / 10%);
	}
.tooltiptext::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
	transform: rotate(180deg);
	}
.tool-tips:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
	}	
.order-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:540px;
	margin-top:60px;
	text-align:center;
	}
.save-seal{
	position:absolute;
	top:80px;
	right:6px;
	background:url(../images/save_logo.png) no-repeat;
	width:90px;
	height:90px;
	text-align:center;
	font-size:19px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:600;
	background-size:90px;
	padding:22px 0 0;
	}
.label-checkbox{
	float:left;
	text-align:left;
	cursor:pointer;
	margin-top:20px;
	color: #000;
	font-weight:500;
	font-size:17px;
	}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	border:1px solid #d9d9d9;
	border-radius:3px;
	outline:none;
	position:relative;
	margin:-5px 7px 0 0;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.all-checkbox:checked{
	background:#6d6d6d;
	border:1px solid #6d6d6d;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background:url(../images/tik.svg) no-repeat center center;
	left:0;
	top:0;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	background-size:66%;
	}
.all-checkbox:checked:after{	
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}
.trm {
	    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #7a7a7a;
    position: relative;
    padding: 0 0 0 22px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.trm a{ color:#7a7a7a; text-decoration:underline;}
.trm input[type=checkbox] {
	position: absolute;
	top: 4px;
	left: 0;
	appearance: none;
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	line-height: 14px;
}
.trm input[type=checkbox]:checked {
	background: #f4f4f4 url(../images/tick.png) center center no-repeat;
	background-size: 90%;
}
.trm_1 span{ 
	float:left;
	width:100%;
	margin-bottom:10px;
}	
.submit{    
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 29px;
    line-height: 60px;
    position: relative;
    font-weight: 700;
    background: -moz-linear-gradient(top, #00c661 0%, #0aa255 100%);
    background: -webkit-linear-gradient(top, #00c661 0%, #0aa255 100%);
    background: linear-gradient(to bottom, #00c661 0%, #0aa255 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c661', endColorstr='#0aa255',GradientType=0 );
    border-radius: 50px;
    margin: 10px 0 0 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    cursor: pointer;
    border: none;
    font-family: inherit;
}
.pkg-btn span{
	
	}
.pkg-btn span:after{
	
	}

.form-box{
	    float: left;
    width: 100%;
    background: #fff8f7;
    padding: 20px;
	}
.form-box-left{
	float:left;
	width:52%;
	text-align:left;
	}
.info-hdng{
	    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
	}
.cards{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#2e2e2e;
	font-weight:500;
	margin-top:35px;
	}
.cards img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 8px;
	}
.payment-flds-box {
    float: left;
    width: 100%;
    margin:10px 0 0px 0;
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:7px 0;
	}
.frm-flds.fl{float:left;}
.frm-flds.fr{float:right;}
.frm-flds.half-fld{width:49%;}
.frm-flds.drop-fld{width:34%; margin-right:1%;}
.frm-flds.zip-fld{width:30%;}
.frm-flds.exp-flds{width:60%;}
.frm-flds.cvv-flds{width:38%;}
.frm-flds label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:8px;
    left: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    transition: all .2s ease-in-out;
    z-index: 1;
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	}
.frm-flds .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}
.input-flds, .selcet-fld{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #d9d9d9;
	height:52px;
	padding:10px 10px 10px 15px;
	border-radius: 5px;
	color: #000;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size: 16px;
    font-family: inherit;
	letter-spacing:0.5px;
	-webkit-appearance:none;
	}
.selcet-fld{
	background:url(../images/select.png) no-repeat right center #fff;
	padding-right:40px;
	}
.frm-flds .fl-is-active .input-flds{	
	padding-top: 20px;
	}
.frm-flds .fl-is-active .selcet-fld{	
	padding-top: 20px;
	}
.input-flds:focus{
	border:1px solid #0293bf;
	box-shadow:0 0 0 1px #0293bf;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
	}
.info-hdng-mrgn{ margin-top:50px; text-transform:uppercase;}
.info-subhdng{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
	letter-spacing:0.5px;
    color: #1d1d1d;
	margin-top:5px;
	}
.shipng-info{
	float:left;
	width:100%;
	margin-top:15px;
	}
.complt-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 10px;
    text-align: center;
	}
.secure-logos2{
    display: block;
    margin:25px auto 0;
    max-width: 100%;
	}	
	
.reviewHeading{
	float:left;
	width:100%;
	position:relative;
	margin-top:50px;
	text-align:center;
	}
.reviewHeading:before{
	position:absolute;
	top:17px;
	left:0;
	right:0;
	height:1px;
	background:#000;
	content:'';
	}
.reviewHeading span{
	display:inline-block;
	vertical-align:middle;
	padding:0 20px;
	background:#f0f7ff;
	font-size:22px;
	line-height:24px;
	font-weight: 600;
	position:relative;
	}
.rvw-desk-col{
	float:left;
	width:calc(100% + 110px);
	margin-left:-110px;
	}
.reviewBox{
	float:left;
	width:100%;
	margin-top:30px;
	position:relative;
	padding:0 0 0 72px;
	text-align:left;
	}
.nameIcon{
	position:absolute;
	top:5px;
	left:0;
	width:56px;
	height:56px;
	background:#0293bf;
	color:#fff;
	font-size:23px;
	line-height:55px;
	font-weight: 600;
	border-radius:50%;
	text-align:center;
	}
.reviewText1{
	float:left;
	width:100%;
	color:#000;
	font-size:23px;
	line-height:30px;
	font-weight: 600;
	}
.reviewStar{
	float:left;
	margin-top:10px;
	}
.reviewText2{
	float:left;
	width:100%;
	margin-top:10px;
	color:#000;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	}
.reviewName{
	float:left;
	width:100%;
	margin-top:10px;
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight: 600;
	}		
	
/*=========order-sumry-rght===============*/
.order-sumry-rght{
	float:right;
	width:44.60%;
	margin-top:10px;
	}
a#browse {
    display: inline-block;
    width: 100%;
    height: 54px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    position: relative;
    font-weight: 700;
    background: #3b59c7;
    margin: 10px 0 0 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-radius: 6px;
    cursor: pointer;
    border: none;
}
.order-smry-box{
	float:left;
	width:100%;
	border:3px solid #3b59c7;
	border-radius:15px;
	padding:25px 15px;
	background: #fff;
	}
.cart-remv, .card-box3 {
}
.cart-remv {
        position: absolute;
    right: 0;
    top: 30px;
    max-width: 20px;
    z-index: 9;
}
.smry-hdng{
	float: left;
    width: 100%;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
	}
.prod-box{
	float: left;
    width: 100%;
    padding: 25px 0;
    border-bottom: 2px solid #ebebeb;
	position:relative;
	}
.ord-lft{
	float:left;
	width:100%;
	text-align:left;
	}
.prod-img{
	float:left;
    width: 70px;
    border: 1px solid #dedddd;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 3px;
	}
.prod-img img{
	display:inline-block;
	vertical-align:middle;
	max-height:100%;
	}
.prod-details{
    float: left;
    width: calc(100% - 70px);
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
	}	
.ord-title{
	font-size:18px;
	line-height:24px;
	color: #000000;
}
.ord-title span {
    display: block;
}
.ord-title span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.ord-title span.small{ font-weight:400; font-size:16px;}
.prod-count{
	font-size:18px;
	line-height:18px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top:8px;	
	}	
.otp-txt{
	font-size:18px;
	line-height:18px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top:8px;		
	}	
.ord-right{
	float:left;
	padding-right:30px
	}
.ord-right p{
	float:right;
	color: #000;
	font-size:20px;
	text-align:right;
	font-weight: 600;
	}
.devider-cp{
    float: left;
    width: 100%;
   	margin:15px 0;
    height: 2px;
	}
.apply-cuppon {
    float: left;
    width: 100%;
	margin:25px 0 20px;
	}
.apply-cuppon input{
    float: left;
    width: 70%;
    background: #f6f6f6;
    border: 1px solid #c2c2c2;
    font-family: inherit;
    font-size: 20px;
    height: 55px;
    color: #000;
    font-weight: bold;
    padding: 5px 15px;
    -webkit-appearance: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    text-transform: uppercase;
	}
.apply-cuppon input::placeholder{ color:#000;}	
.apply-cuppon button {
    float: right;
    width:30%;
	font-family: inherit;
    height:55px;
    line-height:38px;
    background: #0b8005;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	border-radius:0 5px 5px 0;
	}
.cart-table{
	color: #363636;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    padding:3px 5px;
	}	
.cart-table span{color:#000;}
.card-box4 {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    padding-top: 10px;
}
a.continue-shpbtn {
    float: right;
    background: #00c661;
    background: -moz-linear-gradient(top, #00c661 0%, #0aa255 100%);
    background: -webkit-linear-gradient(top, #00c661 0%, #0aa255 100%);
    background: linear-gradient(to bottom, #00c661 0%, #0aa255 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c661', endColorstr='#0aa255',GradientType=0 );
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: auto;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    margin: 0px 0 0 10px;
    letter-spacing: 0.5px;
    padding: 0 20px;
}
.bdr{     
    padding-top: 5px;
    margin-top: 5px;
	border-top:3px solid #ddd;
	}	
.cat-tbl-1{ background:#e3e3e3; line-height:36px;}
.cat-tbl-1 span{ color:#ff0000; font-weight: 600;}	
.total-txt{
	font-size:17px;
	}
.cart-discont{
	background:#fffee2;
	border:1px solid #e7e5b2;
	padding:3px 5px;
	margin:3px 0;
	}
.discnt-ic{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0;
	}
.coupn-show img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 8px;
	}
.money-bk-dv{
	float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
    text-align: center;
    border-top: 3px solid #dfdfdf;
	}
.mny-bk-seal{
    margin: 0 auto;
    display: block;
	}
.money-bk-dv h3{
	font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
	margin-top:10px;
	}
.money-bk-dv p{
	font-size:17px;
	line-height:24px;
	color:#363636;
	margin-top:15px;
	}
	
.chooseBox{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	}
.chooseBox li{
	float:left;
	width:100%;
	position:relative;
	padding:0 0 20px 95px;
	margin-top:20px;
	border-bottom:1px solid #e1e1e1;
	}
.chooseBox li:last-child{ border-bottom:none;}
.chooseBox li img{
	position:absolute;
	left:0;
	top:0;
	}		


.cart-prd-opt {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    flex-direction: row-reverse;
    margin-top: 20px;
	margin-bottom:20px;
}
.upsell-box {
    float: left;
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 10px;
	margin-top: 20px;
}
.offerBox {
        float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
	
}
.offerBox label {
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px;
}
.ofrbx-top {
    float: left;
    width: 100%;
    background: rgb(158,64,241);
    background: #faaf40;
    padding: 5px 10px 5px;
    text-align: left;
    border-radius: 10px 10px 0 0;
}
.ofrbx-top .fieldToggle {
    float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
    /* padding-left: 30px; */
    position: relative;
    font-weight: 500;
    width: 100%;
}	
.ofrbx-top .fieldToggle p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}	
.offerBox input[type='checkbox'] {
   position: absolute;
    display: inline-block;
    left: 10px;
    top: 17px;
    margin: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #c9c9c9;
    z-index: 9;
    -webkit-appearance: none;
}

.offerBox input[type=checkbox]:checked {
       border: 2px solid #0cc34d;
}
.offerBox input[type=checkbox]:checked:after{
	    content: '';
    position: absolute;
    top: -9px;
    left: 3px;
    background: url(../images/checkmark.png) no-repeat center center;
    height: 26px;
    width: 26px;
}
.offerBox input[type=checkbox]:checked + .upsel-pack{
	background: #fff;
}
.cart-upsell {
    float: left;
    width: 100%;
}	
.ofrbx-mdl {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
}
.up-hed {
    float: left;
    background:#3b59c7;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    padding: 10px 10px 10px 32px;
    border-radius: 5px;
}
.ofrbx-mdl .up-txt{
	float: left;
    width: 100%;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.pkgPrice {
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 7px;
    color: #2c2c2c;
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;
}
.offrBx-img1 {
	position: static;
    max-width: 140px;
    margin: 10px 0px 0;
	display: inline-block;
}
.offrBx-img2{
	    right: 83px;
    max-width: 133px;
    top: 0px;
    position: relative;
}
.offrbx-txt2 {
    font-size: 18px;
    line-height: 26px;
    color: #363636;
    margin-top: 10px;
    float: right;
    width: 59%;
    padding: 15px 0px 20px 0px;
}	
.offrbx-txt2 strong {
    font-size: 20px;
    margin-top: 10px;
    display: block;
}
.sec1-shopnow {
    display: inline-block;
    margin-top: 15px;
    background: rgb(158,64,241);
    background: #19b50d;
    color: #fff;
    font-size: 27px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 56px;
    width: 248px;
}
.offerBox .sec1-shopnow {
    padding: 0 40px;
    /* margin: 5px 0 0 0; */
    width: 85%;
}	
a.remove-from-cart {
    color: #f00;
    margin: 10px 0 0;
    font-size: 16px;
    text-decoration: underline;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 99;
}	

/*----------- popup ---------------- */
.prod-ingd.sccode {
    float: left;
    width: 100%;
    font-size: 18px;
    text-decoration: underline;
    text-align: left;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	max-width:96%;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
#pop_content_ing {
    height: 560px;
    max-width: 600px;
    background-color: white;
    border-radius: 4px;
    margin: 5% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 10px 0px;
    overflow: scroll;
    width: 100%;
}

#pop_content_ing img {
    max-width: 350px;
    margin-bottom: 10px;
    display: inline-block;
}
#pop_content_ing .select-txt {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    background: #578265;
    padding: 10px 0;
    color: #fff;
}
.cross {
	position: sticky;
    cursor: pointer;
    background: rgba(255,255,255,0.7);
    padding: 10px;
	top: 0;
    float: right;
    right: 10px;
}

/*----------- popup ---------------- */
#pop_overlay, #ing_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content, #ing_content {
	height: auto;
	max-width: 90%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	width:600px;
}
#ing_content {
	width:1000px;
}

.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}



/*==============Media Query=============*/

@media only screen and (max-width:1187px){
.container{ width:1004px;}

.banner-heading{font-size: 39px; line-height: 45px;}
ul.bnr-list li{ padding:0 20px;}
.banner-prod1{ width:300px;}

.recommend-line{ font-size:15px;}

.ofrbox-mdl{ padding:15px;}
.ofrbox-mdl p{font-size: 16px;line-height: 24px;}

.ord-lft{width: 100%;}
.prod-details{ padding-left:12px;}
.ord-title{ font-size: 19px;}
.ord-right p{ font-size:19px;}
.prod-count, .otp-txt{ font-size:16px; line-height:16px;}
.cart-table{ font-size:16px; line-height:28px;}
.pkg-prc{ font-size:23px;}


.complt-btn .pkg-btn{font-size: 28px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.hdr-rgt{ display:none;}
.discount-txt{ font-size:20px;margin: 5px 0 0;}

.banner{ padding:40px 0;}
ul.bnr-list li { padding: 0 15px;font-size: 16px;line-height: 22px;}
.rvw-txt{ font-size:16px;}
.banner-prod1 {width: 255px;top: 7px;}

.discount-strip{ font-size:26px;}

.checkout-sec{ margin-top:40px;}
.select-line-list{ margin-top:0; width:100%;}
.select-line-list-col{ width:33%;position:relative;}
.select-line-bar{}

.slct-line-row{float:left;width:100%;}



.chkout-rght-side{ width:100%; margin-top:0px;}
.package-col{ width:100%; margin-top:20px;}
.pkg-left{ float:left; width:45%; text-align:left;}
.pkg-hdng{ min-height:auto;}
.pkg-prc{ font-size:28px;}
ul.pkg-list{ padding:0;}
.pkg-rght{ float:right; width:45%;}
.save-seal{ top: 19px; right: 42px;}

.form-box-left{ width:100%;}
.order-sumry-rght{ width:100%; margin-bottom: 25px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}


.topStrip p{ font-size: 13px;line-height: 16px;}
.topStrip p span{ padding: 0 2px;margin: -2px 2px 0;}
.topStrip p img{ margin: -1px 3px 0 0;width: 15px;}
#stopwatch{ width:42px;}

.header{ padding:10px 0;}
.discount-txt{  font-size: 20px; padding: 6px 15px 9px; margin-top:5px;}
.discount-txt.active{background-position-y: 11px;padding: 7px 10px 8px 30px;}

.banner{ background:#182341; padding:18px 0 5px;}
.banner-heading {font-size: 24px;line-height:30px;}
ul.bnr-list{ width:46%; padding:10px 0 0 5px;}
ul.bnr-list li,ul.bnr-list li:first-child{ float:left; width:100%; text-align:left; padding:0 0 0 25px; margin-bottom:10px;font-size: 16px;}
ul.bnr-list li img{ position:absolute; left:0; top:4px; width:18px;}
ul.bnr-list li:after{ display:none;}
.bnr-mob{ display:inline-block; vertical-align:middle; width:165px;  margin-top:15px; margin-left:-15px; margin-right:5px;}
.banner-prod1,.banner-prod2{ display:none;}
.rvw-txt {font-size: 12px;line-height: 17px; margin-top:12px; letter-spacing:0.5px;}
.rvw-txt img{ width:90px; margin:-8px 4px 0 0;}

.sectionOne{ padding:15px 0 30px;}
.discount-block{ margin-bottom:30px;}
.discount-strip{ font-size: 20px; line-height: 27px;}
.hurry-txt{ font-size: 16px; line-height: 18px; margin-top: 15px;}
.hurry-txt img{ margin: -7px 2px 0; width: 20px;}
	
.checkout-sec{ margin:0;}
.slct-step{ width: 32px; height: 32px; font-size: 18px;}
.active .slct-step:after{ background-size:20px;}
.select-line-list-col p{font-size: 14px;line-height: 16px;}
.select-line-bar{top: 9px; right:-25%;}
.select-fix-nav .slct-line-row{    top: 48px;}

.package-col{ padding:12px 10px 12px 12px;display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between; margin-top:10px;}
.pkg-left{ width:55%;}
.pkg-hdng{font-size: 21px;line-height: 24px;margin-bottom: 10px;}
.pkg-prc{ font-size:23px; line-height:24px; margin-top:8px;}
.pkg-prc span{margin-top:-5px; margin-right:0;font-size: 15px;}
ul.pkg-list li:first-child{ display:none;}
.pkg-rght {width:45%;}
.pkg-prod{ max-width:95%;}
ul.pkg-list li{ font-size:16px;}
.save-seal{ top: 12px; right: 6px; width: 80px; height: 80px; background-size: 80px; font-size: 16px; line-height: 20px;}
.order-btn{ margin-top:25px;}
a.continue-shpbtn{ padding: 0 15px; width: 100%;}


.offrBx-img1{         margin: 20px 0px 0;       max-width: 110px;}
.offrbx-txt2{font-size: 16px;  line-height: 24px; width: 65%;}

.tool-tips .tooltiptext{ left:-15px; margin-left:0;}
.tooltiptext::after{ left:20%;}

.form-box{ margin-top: 20px; padding: 0; background:none;}
.info-hdng{font-size: 22px;line-height: 26px;}
.paypal-btn{ margin-top:18px;}
.cards{font-size: 15px; margin-top:25px;}
.cards img{ width:150px;}

.payment-flds-box{ margin:10px 0 0;}
.frm-flds{ margin:6px 0;}
.frm-flds.half-fld, .frm-flds.drop-fld, .frm-flds.zip-fld , .frm-flds.cvv-flds, .frm-flds.exp-flds{width: 100%;margin-right: 0;}
.secure-logos2{ margin: 15px auto 0; max-width: 85%;}
.info-hdng-mrgn{ margin-top:30px;}
.trm{ font-size:14px;}
	.submit{font-size: 22px;}

.offer-box{ margin-top:20px;}
.offr-hdng{font-size: 19px;line-height: 23px;padding: 10px 5px 10px 35px;}
.offer-box input[type=checkbox] + span{top: 14px;left: 10px; width: 18px;height: 18px;}
.offer-box input[type=checkbox]:checked + span:after{width: 10px; height: 10px;}
.ofrbox-mdl {padding: 10px 10px 15px;}
.ofrbx-prod{ width:50px;}
.ofrbox-mdl > div { width: calc(100% - 60px);}
.ofrbox-mdl span{    font-size: 18px; line-height: 24px;letter-spacing: 0.3px;}
.ofrbox-mdl p {font-size: 14px;line-height: 21px;margin-top: 7px;}

.order-smry-box{ padding:20px 8px;}
.smry-hdng{ font-size:24px; line-height:24px; margin-bottom:5px;}
.prod-box{ padding:15px 0;}
.ord-title {   font-size: 16px;    }
.ord-title span{font-size: 16px;line-height: 24px;}
.ord-title span.small{font-size:14px;line-height: 20px;}
.prod-img{ width: 60px; }
.prod-details{ padding-left: 8px; width: calc(100% - 60px);}
.apply-cuppon{margin: 15px 0;}
.complt-btn{ width:100%; margin:10px 0 0;}
.complt-btn .pkg-btn { font-size: 26px; padding-right: 38px; height: 65px; line-height: 63px;}
.pkg-btn span{ width:40px;}
.pkg-btn span:after{ right:8px;}
.ord-right{padding-right: 20px;}
.ord-right p{ font-size:17px;}
.prod-count, .otp-txt{ margin-top:5px;}
.cart-table{ font-size: 18px; line-height: 28px;}
.cart-remv{ top: 14px;}

.reviewHeading{ margin-top:30px;}
.reviewHeading span{ font-size:21px; line-height:22px; padding:0 5px;}
.chooseBox li img{ width:55px;}
.chooseBox li{ padding: 0 0 15px 70px; margin-top: 12px;}
.reviewText1{ font-size:19px; line-height:25px;}
.reviewText2{ font-size: 16px; line-height: 21px; margin-top:5px;}
.chooseBox li:last-child{ padding-bottom:0;}
.reviewBox{ padding-left:65px;}
.reviewStar{ width:110px;}

.money-bk-dv{ padding-top:20px;}
.mny-bk-seal{ width:100px;}
.money-bk-dv h3{ font-size: 22px; line-height: 26px;}
.money-bk-dv p{ font-size: 16px; line-height: 21px; margin-top: 12px;}

.footer{ padding:20px 0;}
.ftr-txt{ font-size:17px; line-height:22px;}

}

@media only screen and (max-width:360px){
	
}



/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}
