@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.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
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*=========FONTS===========*/

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.woff2') format('woff2'),
        url('Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'),
        url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/*==========Header==============*/
.top-strp{
	float:left;
	width:100%;
	background:#da1333;
	padding:8px 0;
	}
.top-strp p{
	font-size:18px;
	line-height:22px;
	letter-spacing:0.5px;
	font-weight:600;
	color:#f0ff00;
	}
.top-strp p img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0;
	}

.header{
	float:left;
	width:100%;
	position:relative;	
	z-index:1;	
	background:#fff;
	padding:10px 0;
	box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 3px 3px rgba(0,0,0,0.1);	
	}
				
.logo{
	float:left;
	margin-top:1px;
	}
.cart-btn{
	float:right;
	width:240px;
	height:46px;
	background:#31ad48;
	border-radius:5px;
	font-size:17px;
	padding:8px 10px;
	font-weight:bold;
	color:#ffffff;
	position:relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
.cart-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 5px;
	}
.cart-btn span{
	background: #2d2e81;
    font-size: 12px;
	line-height:16px;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    position: absolute;
    top:10px;
    right:17px;
	}


/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	background-size:cover;
	overflow:hidden;
	padding:30px 0;
	}
.limited_edition{
	font-size:20px;
	line-height:26px;
	color:#151f6d;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.limited_edition img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0;
	}
.banner_heading{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:30px;
	}
.viewing{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
	line-height:22px;
	color:#000;
	font-weight:500;
	letter-spacing:0.3px;
	margin-top:20px;
	background:#fcf9cd;
	padding:12px 45px 14px;
	border-radius:60px;
	border:1px solid #ffeb00;
	}
.viewing img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0 0;
	}
.banner_prod1, .banner_prod2{
	position:absolute;
	left:-10px;
	top:30px;
	}
.banner_prod2{
	left:auto;
	right:-10px;
	}
.bnr-free-seal{
	position:absolute;
	right:-60px;
	top:-5px;
	}
.bnr-free-seal2{
	position:absolute;
	left:-60px;
	top:-5px;
	}
	

.s1-strip{
    float: left;
    width: 100%;
	background:#213875;
    padding: 15px 0;
    text-align: center;
	}
.s1-strip ul{ 
    width: 100%;
	max-width:1010px;
	margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	}
.s1-strip li{
	font-size: 19px;
    line-height: 30px;
	letter-spacing:0.5px;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding-left: 38px;
	padding-right:30px;
	}
.s1-strip li:last-child{ padding-right:0;}
.s1-strip li:first-child:before {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 12px 0 0;
    width: 13px;
    height: 13px;
    background: #1fb90a;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
	}
.s1-strip li span{ font-weight:700;}
#stopwatch{ width:60px;display: inline-block;}
.s1-icon{
   position: absolute;
    top: 5px;
    left: 5px;
	}
.s1-strip li:after{
	content: '';
    position: absolute;
    top: 4px;
    right:0;
    width: 2px;
    height: 24px;
    background: #fff;
	}
.s1-strip li:last-child:after{ display:none;}
.hourglass{
	animation:rotateP 2.5s  ease-in-out forwards infinite 
  }
@keyframes rotateP{
0%{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{ transform:rotate(180deg)}
} 
@keyframes rotate{
0%{transform:rotate(00deg)}
100%{transform:rotate(360deg)}
}
@keyframes fade{
0%{opacity:100%;}
50%{opacity:30%;}
70%{opacity:100%;}
100%{opacity:100%;}
}


/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:50px 0;
	}
.sec1_left{
	float:left;
	width:46%;
	position:relative;
	}
.slide-free-seal{
	position:absolute;
	right:30px;
	top:20px;
	z-index:1;
	}
.sec1_right{
	float:right;
	width:49%;
	text-align:left;
	}
.s1_subtext{
	font-size:18px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.3px;
	}
.s1_heading{
	font-size:37px;
	line-height:46px;
	margin-top:15px;
	color:#000000;
	font-weight:bold;
	font-family: 'Montserrat';
	}
.s1_heading span{
	color:#c80f2b;
	}
.s1_rvw{
	font-size:17px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.3px;
	}
.s1_rvw img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	}
.freeclean-box {
    float: left;
    width: 100%;
    margin-top:17px;
    background:#fdff5f;
    border-radius: 5px;
    padding: 14px 12px;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
.free-col-1 {
    width: 120px;
	}
.free-col-inr {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 66px;
    height: 66px;
    text-align: center;
	}
.free-seal {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
	}
.free-col-inr p {
    font-size: 22px;
    line-height:18px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff;
	padding:23px 0 0;
	}
	
@-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); } }
.s1-strip-prod {
    display: inline-block;
    vertical-align: middle;
    margin-left:8px;
	}
.free-col-2 {
    width: calc(100% - 120px);
    text-align: left;
    padding-left:10px;
	}
.free-col2-p1 {
   font-size: 22px;
    line-height: 26px;
    color: #213875;
    letter-spacing: 0.3px;
    font-weight: bold;
	}
.free-col2-p2 {
    font-size: 18px;
    line-height: 26px;
    color: #e52b2b;
    letter-spacing: 0.3px; 
    margin-top: 5px;
    font-weight: 600;
	}
.free-col2-p2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 7px 0 0;
	}
ul.s1_right_list{
	float:left;
	width:100%;
	margin-top:5px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
ul.s1_right_list li{
	width:48%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	text-align:left;
	margin-top:20px;
	}
ul.s1_right_list li:nth-child(even){ width:42%;}
ul.s1_right_list li img{
	display:inline-block;
	vertical-align:middle;
	}
ul.s1_right_list li p{
	width:calc(100% - 45px);
	padding-left:10px;
	font-size:19px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.3px;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:570px;
	margin-top:30px;
	text-align:center;
	}
.progress-line{
	display:inline-block;
	vertical-align:top;
	width:90%;
	margin-top:8px;
	background:#e7e7e7;
	border-radius:4px;
	height:7px;
	}
.progress-line > div{
	float:left;
	width:95%;
	background:#ff0000;
	height:100%;
	border-radius:4px;
	transition:all ease 1s;
	}
.progress-line.in-viewport-once > div{ width:60%; transition:all ease 0.5s; background:#ff0000;}
.progress-line.in-viewport-once > div.progress2 {width:33%; transition:all ease 1s; background:#ff0000;}
.btn_text{
	font-size:17px;
	line-height:22px;
	color:#000000;
	margin-bottom:5px;
	}
.btn_text span{
	font-weight:bold;
	color:#ff0000;
	}
.common_button{
	float: left;
    width: 100%;
    background: #31ad48;
	margin-top:10px;
    font-size: 25px;
    line-height: 30px;
	padding:24px 10px;
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    font-weight: bold;
	font-family: 'Montserrat';
    position: relative;
    overflow: hidden;
	text-transform:uppercase;
    box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.2);
	}
.secure-icons{
	display:inline-block;
	vertical-align:top;
	margin:15px 0 0;
	max-width:80%;
	}
.made_in_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#213875;
	font-weight:600;
	text-transform:uppercase;
	margin-top:15px;
	}
.made_in_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0;
	}

/* STRIP CSS */

.jctkr-wrapper{
	float:left;
	position: relative;
	width: 100%;
	height: 55px;
	overflow: hidden;
	background:#213875;
	}
.jctkr-wrapper ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 0;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	}
.jctkr-wrapper.jctkr-initialized ul{
	opacity: 1;
	}
.jctkr-wrapper ul li{
	float:left;
	position:relative;
	padding:13px 15px 0;
	font-size:17px;
	line-height:28px;
	color:#fff;
	letter-spacing:0.5px;
	word-break:keep-all;
	white-space:nowrap;
	text-transform:uppercase;
	}
.strip-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:50px 0;
	}
.comn-hdg{
	font-size:50px;
	line-height:60px;
	background:url(../images/comn-hdg-ctr.png) center bottom no-repeat;
	padding-bottom:40px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#da1333;
	font-family: 'Montserrat';
	}
.sec2 .comn-hdg{background:url(../images/comn-hdg-lft.png) left bottom no-repeat;}
.comn-hdg span{color:#213875;}
.comn-txt{
	font-size:19px;
	line-height:28px;
	margin-top:20px;
	}
.comn-txt strong{font-weight:600;}


.s2-bx-sec{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	max-width:1350px;
	width:100%;
	margin: 60px auto 30px;
	}
.s2-bx{
	position:relative;
	float:left;
	width:calc(25% - 20px);
	margin:5px 10px;
	border:4px solid #213875;
	}
.s2-bx-cont{
	position:relative;
	float:left;
	width:100%;
	padding:15px;
	min-height:340px;
	}
.s2-bx-icn{
	display: block;
	margin: -60px auto 0;
	}
.s2-bx h3{
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	font-family: 'Montserrat';
	color:#da1333;
	text-transform:uppercase;
	margin-top:40px;
	position:relative;
	}
.s2-bx h3:after{
	content:'';
	display:block;
	margin:0 auto;
	border-bottom:4px solid #da1333;
	width:55px;
	margin-top:15px;
	}
.s2-bx p{
	font-size:19px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#000;
	padding:20px 12px;
	}
.cmn-btm-tx{
	font-size:27px;
	line-height:36px;
	font-weight:700;
	margin-top:10px;
	font-family: 'Montserrat';
	}
ul.cmn-btm-lst{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	}
ul.cmn-btm-lst li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:25px;
	letter-spacing:0.3px;
	font-weight:500;
	padding:0 20px 0 25px;
	background:url(../images/btm-tik.png) left center no-repeat;
	background-size:18px;
	}

/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:50px 0 60px 0;
	background:#f7f8ff;
	}
.order-mbg{
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
	background:#f9f3ee;
	padding:10px 15px;
	border-radius:5px;
	}
.order-mbg img{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	}
.order-mbg p{
	display:inline-block;
	vertical-align:middle;
	width:450px;
	text-align:left;
	color:#000;
	font-size:17px;
	margin-left:10px;
	}
.productBox_row{
	float: left;
    width: 100%;
    margin-top:50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	}
.product_col{
	width:23%;
	margin-right:2.666%;
	position:relative;
	}
.product_col:nth-child(4n){ margin-right:0;}
.pkg_top{
	background:#fff;
	border:1px solid #ddd;
	border-radius:10px;
	position:relative;
	padding:45px 20px 20px;
	}
.pkg_top span{
	position:absolute;
	left:15px;
	top:15px;
	background:#ffe615;
	font-size:12px;
	line-height:12px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	padding:5px 5px;
	border-radius:4px;
	}
.pkg_product{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pkg-seal{
	position:absolute;
	top:20px;
	right:20px;
	width:100px;
	}	
.prod_name{
	font-size:18px;
	line-height:23px;
	color:#000000;
	font-weight:600;
	text-align:left;
	margin:15px 0 0;
	padding:0 5px;
	letter-spacing:0.3px;
	}
.prod_price{
	display: flex;
    align-items: center;
	margin-top:12px;
	padding:0 5px;
	text-align:left;
	}
.ofr_prc{
	display:inline-block;
	vertical-align:middle;
	font-size:26px;
	line-height:30px;
	color:#da1333;
	font-weight:600;
	}
.cut_prc{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:22px;
	color:#909090;
	position:relative;
	margin-right:20px;
	}
.cut_prc:before{
	content: "";
    border-bottom: 1px solid #909090;
    transform: rotate(-5deg);
    position: absolute;
    top: 12px;
    right: -8px;
    left: -5px;
	}
.select_qty_row{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin-top:15px;
	padding:0 5px;
	text-align:left;
	}
.select_qty_row span{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#000000;
	padding-right:7px;
	}
.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	border: 1px solid #ced4da;
	padding:5px 0;
	border-radius:5px;
	background:#fff;
	}
.sub, .add {
    float: left;
    width: 40px;
    height: 32px;
    padding:0;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	font-size:22px;
	line-height:22px;
	color:#000;
	font-family: 'Inter';
	border:none;
	}
.cart-qty-div input {
    float: left;
    border: none;
    background: none;
    width: 60px;
    text-align: center;
    height: 32px;
    font-size: 20px;
	font-weight:normal;
    color: #000;
	font-family: 'Inter';
	font-weight:normal;
	-webkit-appearance:none;
	border-radius:0;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	}
.addTocut_btn{
	width:100%;
	margin-top:20px;
	background:#31ad48;
	border-radius:5px;
	text-align:center;
	font-size:19px;
	line-height:20px;
	color:#ffffff;
	font-weight:500;
	letter-spacing:0.3px;
	border:none;
	outline:none;
	cursor:pointer;
	font-family: 'Inter';
	padding:16px 10px 14px;
	}
.addTocut_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 -10px;
	}
.granty_text{
	font-size:14px;
	line-height:19px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:10px;
	}
.granty_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}

.productBox_row .product_col.outofstock *{
	filter: grayscale(1);
    opacity: 0.8;
	}
.productBox_row .product_col.outofstock:after{
	content:"";
	position:absolute;
	left:50%;
	top:20%;
	width:220px;
	height:80px;
	margin-left:-110px;
	background:url(../images/out-ofstock-img.png) no-repeat center center;
	background-size:100%;
	transform:rotate(-20deg);
	z-index: 10;
	}
/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	padding:50px 0;
	}
.comp-chart{
	float: left;
    width: 100%;
    position: relative;
    margin: 83px 0 30px;
	}

.col{float:left;}
.col1{width:34%;}
.col2{width:23%; background:#213875; border-radius:15px;}
.col3, .col4{width:21%;}
.col3{border-right:1px solid #d2d2ce;}

.col-hd, .col-log{
	height: 97px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin-top: 0px;
    position: relative;
    padding: 0 0 0 150px;
	border-bottom:1px solid #d2d2ce;
	text-transform:uppercase;
	}
.col3-hd{padding: 0 0 0 70px;}
.col4-hd{padding: 0 0 0 70px;}
.col-hd span, .col-log span{ font-size:26px;  line-height: 30px;font-weight:500; text-transform:uppercase;}
.col3-hd p, .col4-hd p{ color:#000;font-size: 12px;}
.col3-hd p span, .col4-hd p span{font-size:26px;font-weight:500; }
.col ul.comp-lst li{
	height:85px;
	padding:0 10px;
	display:flex; 
	-webkit-display:flex; 
	align-items:center; 
	-webkit-align-items:center; 
	justify-content:center; 
	-webkit-justify-content:center;
	}
.col ul.comp-lst li > div{width: 100%;  font-size: 22px; line-height: 28px; font-weight:500; color:#000; text-transform:uppercase;}
.col ul.comp-lst li > div.white{ color:#fff;}
.col ul.comp-lst li{border-bottom:1px solid #d2d2ce;}
.col ul.comp-lst li img{    display: inline-block;vertical-align: top;margin: 0 13px 0 0;}
.col ul.comp-lst li:last-child{border-bottom:none;}
.col1-hd{font-size:28px; justify-content:left; -webkit-justify-content:left; padding-left:12%;}
.col1 ul.comp-lst{    padding-left: 0; margin: 97px 0 0 0;}
.col1 ul.comp-lst li{justify-content:left; -webkit-justify-content:left; text-align:left;}
.col1 ul.comp-lst li p{font-size:22px; line-height:28px; font-weight:500;}
.comp-log{max-width:100%; padding:0 0 0 0; position:absolute; top:-52px; left:7px;}
.col2 ul.comp-lst li{}
.col4 ul.comp-lst{padding-right:0%;}
.cut-prc{color:#f00;text-decoration:line-through;}
.comp-prd{
	position: absolute;
	top: -15px;
	left: 45px;
	}
.ofr-free{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:22px;
	padding:7px 10px;
	border-radius:5px;
	background:#fff;
	color:#000;
	font-weight:bold;
	}

.mny-bck-sec{
	background:#213875;
	display:flex;
	align-items:center;
	position:relative;
	float:left;
	width:calc(100% - 30px);
	margin:70px 15px 0;
	}
.mny-bck-sec:before{
	content:'';
	position:absolute;
	left:-15px;
	right:-15px;
	top:-15px;
	bottom:-15px;
	z-index:-1;
	background: rgb(208,208,208);
	background: linear-gradient(90deg, rgba(208,208,208,1) 0%, rgba(255,255,255,1) 19%, rgba(208,208,208,1) 40%, rgba(255,255,255,1) 61%, rgba(208,208,208,1) 84%);
	}
.mny-bck-sec:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:16%;
	background:#182853;
	}
.mny-bck-seal{
	width:25%;
	float:left;
	}
.mny-bck-seal-img{
	position:relative;
	z-index:1;
	float:left;
	}
.mny-bck-cont{
	text-align:left;
	padding: 35px 35px 35px 60px;
	}
.mny-bck-cont h3{
	font-size:40px;
	line-height:46px;
	font-family: 'Montserrat';
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
.mny-bck-cont p{
	font-size:19px;
	line-height:29px;
	margin-top:20px;
	color:#fff;
	font-weight:300;
	letter-spacing:0.5px;
	}
.mny-bck-cont p a{
	color:#fff;
	}
.d-sign{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
.d-nm{
	display:inline-block;
	vertical-align:top;
	color:#fff;
	border-left:2px solid #7180a7;
	margin:25px 0 0 15px;
	padding-left:15px;
	}
.d-nm span{
	font-size:27px;
	line-height:33px;
	font-weight:500;
	letter-spacing:0.5px;	
	}
.d-nm small{
	font-size:17px;
	line-height:24px;
	font-weight:300;
	letter-spacing:1px;
	}


/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:50px 0;
	position:relative;
	}
.testi-block{
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.testi-row{
	float:left;
	width:23%;
	}
.testi-col{
	float:left;
	width:100%;
	background:#fff;
	border-radius:12px;
	margin-top:30px;
	overflow:hidden;
	box-shadow:0 6px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 6px 9px 1px rgba(0,0,0,0.1);
	}
.testi-imgs{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}			
.testi-cont{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 15px;
	}
.testi-col-tx1{
	font-size:18px;
	line-height:18px;
	color:#000000;
	font-weight:600;
	}
.testi-col-tx1 span{
	display:inline-block;
	font-size:14px;
	line-height:14px;
	color:#6fb620;
	font-weight:400;
	}
.testi-col-tx1 span img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0;
	}
.testi-star{
	float: left;
    margin: 10px 0 0;
	width:92px;
	}
.testi-col-tx2{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000000;
	margin-top:10px;
	}

/*=============sectionSix=============*/
.sectionSix{
	float:left;
	width:100%;
	padding:50px 0;
	background:#f7f8ff;
	}
.faq-container {
	display: inline-block;
	vertical-align:middle;
	max-width:880px;
	width:100%;
	text-align: left;
	margin: 40px 0 0;
	padding:10px;
	}
.up-slide-dwn {
	float: left;
    width: 100%;
	margin-bottom:15px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius:6px;
	}
.accordion {
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close.png) no-repeat 97% center #fff;
    padding: 20px 30px 20px 30px;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.3px;
	font-family: 'Montserrat';
    color: #000000;
    font-weight:bold;
    cursor: pointer;
	border-radius:10px;
	}
.acdn-heading.accordion-open {
	background: url(../images/open.png) no-repeat 97% center #fff;
	border-radius:10px 10px 0 0;
	}
.acdn-content {
	float: left;
    width: 100%;
    padding: 0 80px 10px 30px;
	background:#fff;
	border-radius:0 0 10px 10px;
	}
.acdn-para{
	float: left;
    width: 100%;
    font-size:17px;
    line-height: 26px;
	letter-spacing:0.5px;
	margin-bottom:15px;
	}
.up-slide-dwn:last-child .accordion{border-bottom:none;}


/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	}
.ftr-txt1{
	font-size:17px;
	line-height:20px;
	color:#333333;
	margin:15px 0 0;
	}
.ftr-txt1 a{ color:#333333; padding:0 5px;}



/*==============Media=============*/


@media only screen and (max-width:1300px){
.container{ width:1004px;}

.banner{ padding:30px 0;}
.banner_heading{width: 600px;}
.banner_prod1, .banner_prod2{ top: 70px; width: 190px;}
.bnr-free-seal{ right:0;}
.bnr-free-seal2{ left:0;}

.sec1_right{ width:51%;}
.s1_heading{font-size: 32px;line-height: 42px;}
.free-col2-p1{font-size: 18px;line-height: 24px;}
.free-col2-p2{font-size: 17px; line-height: 24px;}
ul.s1_right_list li{width: 49%;margin-top: 15px;}
ul.s1_right_list li p{font-size: 17px;}
.common_button{font-size: 23px;line-height: 28px;}

.s2-bx h3{font-size:22px; line-height:28px; margin-top:20px;}
.s2-bx-icn{margin-top:-55px;}

.product_col{ width:24%; margin-right:1.33%;}
.sub, .add{width: 35px;}

.comp-log {top: -20px; width: 108px;}
.col-hd, .col-log { padding: 0 0 0 99px;}
.col3-hd {padding: 0 0 0 70px;}
.col4-hd {padding: 0 0 0 70px;}
.col-hd{font-size:15px;}
.col1 ul.comp-lst li p {font-size: 20px;}
.col ul.comp-lst li > div {font-size: 20px;}

.mny-bck-seal-img{width:310px;}
.mny-bck-cont h3{font-size:32px; line-height:38px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}


.top-strp p{font-size: 16px;}

.limited_edition{font-size: 18px;line-height: 24px;}
.banner_heading {width: 460px;margin-top: 25px;}
.viewing{font-size: 16px;line-height: 22px;margin-top: 20px;}
.banner_prod1, .banner_prod2{ width: 135px;}
.bnr-free-seal, .bnr-free-seal2{ width:120px;}

.s1-strip li{font-size: 15px;line-height: 24px;padding-left: 28px;padding-right: 20px;}
.s1-strip li:first-child:before{margin: -1px 7px 0 0;width: 9px; height: 9px;}
.s1-strip li:after{height: 18px;}
.s1-icon{ width:16px;}
#stopwatch {width: 50px;}
.free-col2-p1{ font-size: 17px; line-height: 23px;}

.s1_subtext{ font-size:17px;}
.s1_heading {font-size: 25px;line-height: 32px;margin-top: 10px;}
.s1_rvw{font-size: 15px;line-height: 20px;}
.s1_rvw img {margin: -2px 8px 0 0;width: 80px;}

.comn-hdg{font-size: 40px;line-height: 50px;}
.comn-txt{ font-size: 18px; line-height: 28px;}

.freeclean-box{ padding:12px 8px;}
.free-col-1 {width: 90px;}
.free-col-inr {width: 54px;height: 54px;}
.free-seal { max-width: 54px;}
.free-col-inr p {font-size: 14px;line-height: 16px;padding: 20px 0 0;}
.s1-strip-prod {margin-left: 0px;width: 30px;}
.free-col-2 {width: calc(100% - 90px);}
.free-col2-p2 {font-size: 14px;line-height: 17px;}
.free-col2-p2 img { margin: -3px 5px 0 0;width: 15px;}
ul.s1_right_list li img{ width:35px;}
ul.s1_right_list li p {font-size: 16px;line-height: 22px;width: calc(100% - 35px);}

.button_box{max-width: 500px;}
.btn_text{font-size: 14px;line-height: 18px;}
.sec1_right .common_button{ padding: 15px 10px;}

.s2-bx-sec{margin:40px 0 20px;}
.s2-bx{width:calc(25% - 4px); margin:2px;}
.s2-bx-cont{min-height:330px;padding: 10px;}
.s2-bx h3{font-size:20px; line-height:24px; letter-spacing:0.5px; margin-top:20px;}
.s2-bx h3:after{margin-top:10px;}
.s2-bx p{font-size:16px; line-height:26px; padding:10px 5px;}
.cmn-btm-tx {font-size: 20px;line-height: 26px;}

.productBox_row{ margin-top:20px;}
.product_col{ width:45%; margin-right:10%; margin-top:30px;}
.product_col:nth-child(2n){ margin-right:0;}

.comp-chart{padding-top:25px;}
.comp-chart:before{height:120px;}
.col-hd, .col-log{font-size:12px; height:80px;}
.col1-hd{font-size:19px; padding-left:6%;}
.col1 ul.comp-lst{padding-left:0;margin: 80px 0 0 0;}
.col1 ul.comp-lst li p {font-size: 17px;  line-height: 24px;}
.col ul.comp-lst li > div {font-size: 17px;}
.comp-log { top: 0px;width: 70px;}
.col-hd span, .col-log span { font-size: 22px;}
.col-hd, .col-log {padding: 0 0 0 65px;}
.comp-prd {left: 20px; width: 35px;}
.col3-hd p span, .col4-hd p span { font-size: 19px;}

.mny-bck-sec{margin:50px 8px 0; width: calc(100% - 16px);}
.mny-bck-sec:before{left:-8px; right:-8px; top:-8px; bottom:-8px;}
.mny-bck-seal-img{width:220px;}
.mny-bck-cont{padding:25px;}
.mny-bck-cont h3{font-size:26px; line-height:34px;}
.mny-bck-cont p{font-size:17px; line-height:24px; margin-top:15px;}
.d-sign{width:130px;}
.d-nm span{font-size:22px; line-height:26px; letter-spacing:0px;}
.d-nm small{font-size:15px; line-height:20px; letter-spacing:0.5px;}


.testi-block{ padding:0 90px;}
.testi-row{ width:47%;}
}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.top-strp{padding: 6px 0;}
.top-strp p {font-size: 15px;line-height: 16px;}
.top-strp p img {margin: -2px 10px 0;width: 25px;}

.header{ padding:12px 0;}
.logo{ width:250px; margin:0;}
.cart-btn{ width:auto; height:auto; background:none; padding:0 15px 0 0;}
.cart-btn span{top: 0px;right: 6px;}

.banner { padding: 20px 0 25px; background:#f7f8ff;}
.limited_edition { font-size: 16px; line-height: 22px;}
.limited_edition img { margin: -3px 3px 0;width: 15px;}
.banner_heading { margin-top: 15px;}
.viewing { font-size: 14px; line-height: 22px; padding:10px 20px; margin-top: 10px;}
.viewing img {width: 20px;margin: -3px 5px 0 0;}
.banner_mob{ max-width:88%; margin: 30px auto 0;}
.bnr-free-seal, .bnr-free-seal2{ display:none;}

.s1-strip{padding: 10px 0;}
.s1-strip .container{ padding:0 10px;}
.s1-strip ul{justify-content: center;margin-top: 0;}
.s1-strip li{ padding:0 5px; letter-spacing:0.3px;font-size: 13px; margin:3px 0;}
.s1-strip li:first-child{padding:0 5px 0 0;}
.s1-strip li:nth-child(2){padding:0 0 0 10px;}
.s1-strip li:first-child:before{margin: -2px 5px 0 0; width: 10px;height: 10px;}
.s1-icon{ position:static; display:inline-block; vertical-align:middle; margin:-3px 4px 0;width: 15px;}
#stopwatch {width: 45px;}
.s1-strip li:after{ display:none;}
.s1-strip li:last-child{ width:100%;}

.sectionOne{ padding:20px 0 25px 0;}
.sec1_left{ width:100%; margin-top:15px;}
.sec1_right{ width:100%;}
.s1_subtext {font-size: 16px;line-height: 20px;}
.s1_heading {font-size: 22px;line-height: 30px;}
.s1_rvw { font-size: 14px;line-height: 19px;margin-top: 10px;}
.s1_rvw img {margin: -3px 5px 0 0;width: 70px;}

.free-col-1 {width: 70px;}
.free-col-inr {width: 44px;height: 44px;}
.free-seal {max-width: 44px;}
.free-col-inr p {font-size: 12px;line-height: 14px;padding: 15px 0 0;}
.s1-strip-prod {width: 20px;}
.free-col-2 {width: calc(100% - 70px);padding-left: 8px;}
.free-col2-p1 {font-size: 16px; line-height: 18px; letter-spacing:0;}
.free-col2-p2 {font-size: 13px; line-height: 14px;}
.free-col2-p2 img {margin: -2px 5px 0 0;width: 13px;}
.slide-free-seal{ width:100px;}

ul.s1_right_list{ margin-top:10px;}
ul.s1_right_list li:nth-child(even) {width: 45%;}
ul.s1_right_list li img {width: 30px;}
ul.s1_right_list li p {font-size: 14px;line-height: 20px;width: calc(100% - 30px);padding-left: 8px;}

.jctkr-wrapper{height:48px;}
.jctkr-wrapper ul li{font-size:16px; padding:11px 25px 0;}

.sectionTwo{ padding:25px 0;}
.comn-hdg {font-size: 24px;line-height: 28px;letter-spacing: 0;}
.comn-txt {font-size: 17px;line-height: 26px; letter-spacing:0.3px;margin-top: 15px;}
.s2-bx-sec{margin:0 auto 20px; max-width:340px; margin-top:20px; padding:0 15px;}
.s2-bx{width:100%; margin:40px auto 0;}
.s2-bx-cont{min-height:auto; width:100%; padding-bottom:15px;}
.s2-bx h3{font-size: 22px; line-height: 26px;}
.s2-bx p{font-size:17px; line-height:26px;}
.cmn-btm-tx{ letter-spacing:0.5px;}
ul.cmn-btm-lst{margin-top:15px; max-width:250px;}
ul.cmn-btm-lst li{font-size:17px; line-height:22px; padding: 0 12px 0 25px; background-position:left 5px; width:100%; text-align:left; margin:3px 0; letter-spacing:0.5px;}

.sectionThree{ padding:25px 0 30px;}
.order-mbg p{ width:215px; font-size:15px;}
.s3_free_strip{margin-top: 30px;padding: 7px 45px;}
.free_prod1 {left: 15px;width: 30px;}
.free_prod2 {right: 15px;width: 30px;}
.s3_free_strip p {font-size: 16px;line-height: 22px;}
.productBox_row{ margin:0; padding:0 10px;}
.product_col{ width:100%; margin:35px 0 0; padding:0 15px;}
.pkg_top {padding: 25px 20px 25px;}
.pkg_product{ width:110px;}
.prod_name{ text-align:center;}
.prod_price{ text-align: center; justify-content: center;}
.select_qty_row{ justify-content: center;}

.sectionFour{ padding:25px 0 30px;}
.comp-chart{padding-top:15px; margin:35px 0 0;}
.comp-chart:before{height:70px;}
.col ul.comp-lst li {height: 75px;padding: 0;}
.col1 ul.comp-lst {padding-left: 0;margin: 100px 0 0 0;}
.col1 ul.comp-lst li p{font-size:16px; line-height:22px;}
.col4{display:none;}
.col1{width:45%;}
.col2{width:28%}
.col3{width:27%;border-right:none;}
.col-hd, .col-log{height:84px;}
.col-hd, .col-log {font-size: 10px;margin: 10px 0 5px; padding: 22px 0 0 0;}
.col ul.comp-lst li > div {font-size: 16px;line-height: 18px;}
.col-hd span, .col-log span { font-size: 20px;}
.col1-hd{font-size:14px;}
.col ul.comp-lst li img {width: 18px;margin: 0 7px 0 0;}
.comp-tx{font-size:14px; line-height:20px;}
.comp-prd{max-width:80px;}
.comp-log{top: -38px; width: 67px; left: 0;right: 0;display: block; margin: 0 auto;}
.comp-prd {top: -50px; width: 30px;left: 0;right: 0; display: block; margin: 0 auto;}
.col3-hd p, .col4-hd p {font-size: 10px;}
.ofr-free{width: 95%;font-size: 16px;line-height: 20px;padding: 3px 3px;}

.mny-bck-sec{width: calc(100% - 16px); margin:40px 8px 0; flex-wrap:wrap;}
.mny-bck-sec:after{width:auto; height:16%;}
.mny-bck-seal{width:100%;}
.mny-bck-seal-img{width:200px; float:none; margin:0 auto 20px;}
.mny-bck-cont{padding:0 12px 20px; text-align:center; margin-top:-30px;}
.mny-bck-cont h3{font-size:21px; line-height:27px;}
.mny-bck-cont p{font-size:15px; line-height:24px; margin-top:16px;}
.comp-tx{font-size:14px; line-height:20px;}
.comp-prd{max-width:70px;}
.comp-log{padding:1px;}
.comp-log{width:70px;}
.d-sign{width:110px;}
.d-nm span{font-size:18px; line-height:22px;}
.d-nm small{font-size:14px; line-height:20px;}

.sectionFive{ padding:25px 0 15px;}
.testi-block{ padding:0 15px; margin-top:10px;}
.testi-row{ width:100%;}
.testi-imgs{ width:100%;}

.sectionSix{ padding:25px 0;}
.faq-container{ margin-top:15px; width:calc(100% + 20px); margin-left:-10px;}
.up-slide-dwn{ margin:15px 0 0;}
.accordion{padding: 15px 35px 15px 15px; font-size:17px; line-height:23px;}
.acdn-content{padding: 0 15px 10px 15px;}
.acdn-para{ font-size:16px; line-height:24px; letter-spacing: 0.3px;}

.footer{ padding:0 0 20px;}
.ftr-logo{ margin:20px auto; width:250px;}
.ftr-txt1{ font-size: 15px; line-height: 25px; margin:10px 0 0;}

#call-btn {
    float: left;
    width: 100%;
    padding: 10px 10px 10px;
    background: #213875;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
.common_button{ margin:0; padding:20px 10px; letter-spacing:1px;font-size:20px; line-height: 22px;}
}

@media only screen and (max-width:360px){
	
}


/*===========CART_DRAWER_PAGE============*/
.cart-overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:20;
	display:none;
	}
.drawer {
	width: 370px;
	height:100vh;
	overflow:hidden;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(370px);
	-webkit-transform: translateX(370px);
	transform: translateX(370px);

	position: fixed;
	
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity:0;
	visibility:hidden;
	
	}
.cart_open{ overflow:hidden;}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	visibility:visible;
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-370px);
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	}
	
.drawer__header{
	float:left;
	height:50px;
	width: 100%;
	background:#213875;
	padding:14px 15px 16px;
	}
.table-cell {
	float:left;
	font-size:17px;
	line-height:22px;
	font-weight:600;
	color:#ffffff;
	text-align:left;
	}
.cart-ic-drwr{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
.table-cell2{ float:right;}
.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:4px 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	margin-top:4px;
	}
.drower-mdlbx{
	float:left;
	width:100%;
	padding:0 20px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	height:calc(100vh - 50px);
	}
.drawer_row{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
	}
.drawer-prod-lft{
	float:left;
	width:45px;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 100%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:260px;
	text-align:left;
	}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000000;
	font-weight:600;
	}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	color:#585858;
	}
.drwer-txt2{
	float:left;
	width:100%;
	}
.dwer-prc1{
	display: inline-block;
    vertical-align: middle;
	font-size:20px;
	line-height:22px;
	color:#da1333;
	font-weight:600;
	}
.dwer-prc2{
	display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 22px;
    color: #909090;
    position: relative;
	margin-right:10px;
	}
.dwer-prc2:before {
    content: "";
    border-bottom: 1px solid #909090;
    transform: rotate(-5deg);
    position: absolute;
    top: 12px;
    right: -5px;
    left: -3px;
	}
.drwer-prod-name a{
	float:right;
	font-size:14px;
	color:#959595;
	}
.cart-remv img{
	display:inline-block;
	vertical-align:middle;
	}
.c-q-1{
	margin-top: 7px;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}
a.chk-btn{
    float: left;
    width: 100%;
	background:#31ad48;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 17px 0 18px;
	text-align:center;
	font-weight: 600;
	margin-top:20px;
	letter-spacing:0.5px;
	}
a.continue-btn{
	float: left;
    width: 100%;
	border:2px solid #31ad48;
    color: #31ad48;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0 15px;
	text-align:center;
	font-weight: 600;
	margin-top:8px;
	letter-spacing:0.5px;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
.cart-smry{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.crt-smry-hdng{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#363636;
	font-weight:600;
	padding:0 0 10px 0;
	text-align:left;
	border-bottom:1px solid #eaeaea;
	margin-bottom: 10px;
	}
.cart-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:18px;
	padding:5px 0;
	}
.cart-prc-p1 span{
	float:right;
	}
.cart-prc-p2{ font-weight:600;}		

@media only screen and (max-width:767px){
	
/*=========CART_DRAWER_PAGE=========*/

.drwer-prod-name{ font-size:16px; line-height:20px;}
.drwer-txt2{ font-size:13px; line-height:17px;}
.drawer-prod-lft {width: 30px;}
.drawer-prod-rght{ width:210px;}
.drawer {
	width: 300px;
	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	}
.cart_open .shifter_page{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	}
a.chk-btn,a.continue-btn{font-size: 18px; line-height: 20px;}
	
}


/*-----------------------
		Pulse
------------------------*/
.pulse {
	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.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}