@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: 'Niveau Grotesk';
	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;}
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;}


@font-face {
    font-family: 'Niveau Grotesk';
    src: url('NiveauGroteskBold.woff2') format('woff2'),
        url('NiveauGroteskBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Niveau Grotesk';
    src: url('NiveauGroteskMedium.woff2') format('woff2'),
        url('NiveauGroteskMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Niveau Grotesk';
    src: url('NiveauGroteskRegular.woff2') format('woff2'),
        url('NiveauGroteskRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Maison Neue';
    src: url('MaisonNeue-Book.woff2') format('woff2'),
        url('MaisonNeue-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.header{
	float:left;
	width:100%;
	position:fixed;
	z-index:99;
	background:#fff;
	padding:15px 0 18px;
	border-bottom:1px solid #d9dadc;
	}
.logo{
	float:left;
	max-width:100%;
	}
.hdr-rgt{
	float:right;
	color: #000000;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
	margin-top:10px;
	text-decoration: none !important;
	}
.hdr-rgt img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 5px 0 0;
	}
.main-section{
	float:left;
	width:100%;
	margin-top:69px;
	}
.banner{
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}
.sec-para-1{
	float:left;
	width:100%;
	margin-top:25px;
	font-size:20px;
	line-height:25px;
	color:#101010;
	font-family: 'Maison Neue';
	font-weight:normal;
	}
.sec-para-2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#101010;
	font-style:italic;
	margin-top:25px;
	}
.check-box{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
	}
.chk-box-col{
	width: 31%;
	margin:25px 1% 0;
    text-align: center;
    box-shadow: 0 0 9px 2px rgb(0 106 146 / 10%);
    -webkit-box-shadow: 0 0 9px 2px rgb(0 106 146 / 10%);
    border-radius: 8px;
    padding: 20px 15px 25px;
	}
.prod{
	display:block;
	margin:0 auto 15px;
	max-width:100%;
	}
.chk-box-txt1{
	float:left;
	width:100%;
	font-size:25px;
	line-height:28px;
	font-weight:bold;
	color:#0c426d;
	}
.chk-box-txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	color:#000000;
	margin-top:5px;
	}
.ex-price{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#414141;
	font-weight:500;
	margin-top:10px;
	text-decoration:line-through;	
	}
.off-txt{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#ff0000;
	font-weight:500;
	letter-spacing:0.3px;
	}
.prc-txt{
	float:left;
	width:100%;
	font-size:45px;
	line-height:45px;
	font-weight:bold;
	color:#0c426d;
	margin-top:5px;
	}
.code-txt{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	color:#000000;
	font-family: 'Maison Neue';
	font-weight:normal;
	margin-top:5px;
	letter-spacing:0.3px;
	}
.call-btn{
	}
.cart-btn{
	display: inline-block;
    vertical-align: middle;
    width: 200px;
    max-width: 100%;
    height: 55px;
    background: #0eb2f0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
	}

/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
    padding: 45px 0;
	}	
.ftr-linkBx{
	display:inline-block;
	vertical-align:middle;
	max-width:860px;
	width:100%;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.ftr-linbx-rgt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.ftr-txt1{
	float: left;
    width: 100%;
	font-size:16px;
	line-height:24px;
	color:#212121;
	}
.ftr-txt1 a{
	padding:0 5px;
	}
	
.ftr-txt2{
	float: left;
    width: 100%;
	font-size:16px;
	line-height:24px;
	color:#212121;
	font-weight:600;
	margin-top:20px;
	}
.ftr-txt2 span{ padding:0 6px;}
.ftr-txt2 span img{ display:inline-block; vertical-align:middle; margin:-5px 5px 0 0;}

.ftr-bx2{
	display:inline-block;
	vertical-align:middle;
	max-width:1005px;
	width:100%;
	margin-top:20px;
	border:1px solid #ddd;
	background:#f6f6f6;
	padding:10px 25px;
	font-size:16px;
	line-height:23px;
	color:#212121;
	letter-spacing:0.3px;
	}

.ftr-txt3{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    color:#2d2d2d;
	letter-spacing:0.3px;
	margin-top:25px;
	}	

	.drawer {width: 300px;right: 0;	border-left: 1px solid #e5e5e5;	-ms-transform: translateX(300px);-webkit-transform: translateX(300px);transform: translateX(300px);position: fixed;overflow-y: auto;overflow-x: hidden;-webkit-overflow-scrolling: touch;top: 0;bottom: 0;padding: 0 10px 10px;z-index: 105;color: #000000;background-color: #ffffff;transition: all ease 0.5s;	}
	.cart_open .drawer{-ms-transform: translateX(0);-webkit-transform: translateX(0);transform: translateX(0);	}
	.total-area{transition: all ease 0.5s;}
	.cart_open{ padding-top: 0; }
	.cart_open .total-area{-ms-transform: translateX(-300px);-webkit-transform: translateX(-300px);transform: translateX(-300px);}	
	.drawer__header {float:left;height: 70px;width: 100%;padding-top:30px;border-bottom: 1px solid #e5e5e5;}
	.table-cell {float:left;width: 50%;font-size:18px;color:#2d2d2d;text-align:left;}
	.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;width:16px;margin-top:4px;}
	.drawer__header i, .drawer__header svg{ cursor: pointer; font-size: 30px; color: #f00; line-height: 1; }
	.drawer_row{float:left;width:100%;padding:15px 0 15px;border-bottom:1px solid #d0d0d0;}
	.drawer-prod-lft{float:left;width:60px;height:60px;border:1px solid #c0d3d9;text-align:center;background:#e8f1f4;position:relative;}
	.drawer-prod{display:inline-block;vertical-align:middle;margin-top: 2px;   max-width: 90%; max-height: 90%;}
	.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:190px;text-align:left;}
	.drwer-prod-name{float:left;width:100%;font-size:14px;line-height:16px;color:#393733;font-weight:normal;margin-top:-3px;}
	.drwer-prod-name span{ color:#0c426d; font-weight:bold; font-size:15px;}
	.drwer-txt1{float:left;width:100%;font-size:14px;line-height:18px;color:#393733;}
	.drwer-txt1 span{font-weight: 500; color: #0c426d; padding-left:20px;}
	.drwer-txt2{float:left;width:100%;font-size:15px;line-height:18px;color:#393733;margin-top:3px;}
	.drwer-txt2 a{float:right;font-size:14px;color:#959595;font-weight:300;}

.cart-remv img{display:inline-block;vertical-align:middle;width:15px;margin-top:-50px;}
.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%;border: 2px solid #00aeef;color: #fff;font-size: 25px;line-height:25px;text-decoration: none; padding: 12px 0 17px;text-align:center;font-weight: bold;margin-top:20px; background: #00aeef; outline: 0;}
a.chk-btn:hover{    background: transparent; color: #00aeef; border: 2px solid #00aeef;	}
.cards-img{	display:block;vertical-align:middle;margin-top:10px;max-width:100%;}
.cards-img img { width: 135px; height: 24px; }


@media only screen and (max-width:1187px){
.container{ width:1004px;}
.for-desk{ display:none;}
.sec-para-1{ font-size:19px;}
.chk-box-col{ padding: 20px 13px;}
.chk-box-txt1{ font-size:21px;}
.chk-box-txt2{ font-size:17px; line-height:26px;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.sec-para-1 { font-size: 18px;}
.chk-box-txt2 { font-size: 14px; line-height:20px;}
.code-txt { font-size: 14px; line-height:20px;}



}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.header{ padding:10px 0 11px;}
.logo{ width:150px;}
.hdr-rgt{ margin-top:3px;}
.hdr-rgt img{margin: -7px 2px 0 0;}

.main-section{ margin-top:50px;}
.banner{ display:inline-block; vertical-align:middle; max-width:none; width:calc(100% + 20px); margin:0 0 10px -10px;}
.sec-para-1 {font-size: 17px; margin-top:15px;}
.sec-para-2{font-size: 17px; margin-top:15px;}

.check-box{ padding:0 10px; margin-top:10px;}
.chk-box-col{ width:100%; margin:20px 0 0;}
.chk-box-txt1 {font-size: 22px;}
.chk-box-txt2{ font-size:17px;}
.code-txt{ font-size:16px;}

.footer{ padding:35px 0 30px;}
.ftr-txt1 a {padding: 0 3px;}
.ftr-txt2 { font-size: 14px;}
.ftr-logo{ width:130px;}
.ftr-bx2{ padding:10px 15px;}


}