@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
.prodBreadcrm {
    float: left;
    width: 100%;
    background: #eef3f6;
    text-align: left;
    padding: 10px 0;
}
.prodBreadcrm p{
    float: left;
    width: 100%;
    font-size: 14px;
	line-height:14px;
	letter-spacing:0.5px;
	color: #040404;
		
	}	
.prodBreadcrm p a{ color:#000000;position:relative; padding-right:12px;}
.prodBreadcrm p a:after{
	position:absolute;
	right:0;
	content:"";
	width:1px;
	top:3px;
	bottom:3px;
	height:auto;
	background:#000;
	}
.prodBreadcrm p span{ font-weight:600;}


/*==================================
CSS FOR DETAILS PAGE
=====================================*/

.prod-details-sec1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.prod-sec1-left {
    float: left;
    width: 24%;
    background: #eef3f6;
    border-radius: 7px;
    padding: 70px 25px;
}    
.prod-dtl-prod{
	display:inline-block;
	vertical-align:middle;
	margin:35px auto;
	max-width:100%;
	}
.prod-sec1-right{
	float:right;
	width:calc(100% - 28%);
	}
.prod-sec1-rgt-left{
	float:left;
	width:75%;
	text-align:left;
	}
.prod-s1-text1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#05b825;
	letter-spacing:0.5px;
	}
.prod-name-s1{
	float:left;
	width:100%;
	font-size:25px;
	line-height:32px;
	color:#222222;
	letter-spacing:0.5px;
	font-weight:600;
	margin-top:5px;
	}
.star-text{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#0e1835;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.star-text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	}
.prod-sec1-rgt-left .common-text {
    margin-top: 20px;
    color: #000;
}
.ofr-price{
	float:left;
	width:100%;
	padding-top:20px;
	margin-top:25px;
	color:#222222;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:bold;
	border-top:1px solid #d5d5d5;
	}

ul.prod-s1-list{
	float:left;
	width:100%;
	}
ul.prod-s1-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 0 0 35px;
	margin-right:30px;
	position:relative;
	margin-top:25px;
	width:35%;
	}
ul.prod-s1-list li:last-child{ margin-right:0; width:45%;}
ul.prod-s1-list li:after{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #e0e0e0;
	content:"";
	height:auto;
	}
ul.prod-s1-list li:last-child:after{ display:none;}
ul.prod-s1-list li img{
	position:absolute;
	left:0;
	top:6px;
	}
ul.prod-s1-list li span{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#222222;
	}
ul.prod-s1-list li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	color:#222222;
	margin-top:4px;
	}	
.cart-aid-sec{
	float:left;
	width:85%;
	margin-top:25px;
	}
.qntyty-text{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	margin-right:10px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#222222;
	}
.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	}
.sub, .add {
    float: left;
    width: 35px;
    border: 1px solid #ced4da;
    height: 36px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
	font-family: 'Inter', sans-serif;
    outline: none;
    cursor: pointer;
	}
.cart-qty-div input{
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width: 50px;
    text-align: center;
    height: 36px;
    font-size: 18px;
    color: #2d2d2d;
	font-family: 'Inter', sans-serif;
	font-weight:normal;
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
	}
.add-cart{
	/* float:right; */
	max-width:280px;
	height:58px;
	line-height:58px;
	font-size:20px;
	font-weight:600;
	letter-spacing:0.5px;
	}
ul.prod-sec1-rgt-list{
	float:right;
	width:calc(100% - 80%);
	}
ul.prod-sec1-rgt-list li{
	float:left;
	width:100%;
	margin-top:25px;
	text-align:left;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#000000;
	}
ul.prod-sec1-rgt-list li:first-child{ margin-top:10px;}
ul.prod-sec1-rgt-list li img{
	display:block;
	width:38px;
	margin:0 0 5px 0;
	}
ul.desc-list{
	float:left;
	width:100%;
	}
ul.desc-list li{
	float:left;
	width:100%;
	padding-left:25px;
	background:url(../images/ftr-chk.png) no-repeat left 6px;
	color:#333;
	font-size:17px;
	line-height:23px;
	margin-top:8px;
	}
/*====prod-details-sec2====*/
.prod-details-sec2{
	float:left;
	width:100%;
	padding-bottom:60px;
	}
.prod-sec2{
	display:inline-block;
	vertical-align:top;
	padding:50px 0 0;
	border-top:1px solid #d5d5d5;
	width:100%;
	}
.prod-sec2 .collect-row .collect-col{ float:none;display:inline-block; vertical-align:top; background:#f5faff; width:270px !important;}
.prod-sec2 .collect-row .collect-col .col-prod-img{ width:132px;}

/*===========================
SHOP_PAGE
===========================*/
.shop-section{
	float:left;
	width:100%;
	padding:10px 0 50px;
	}
.prod-sec-left {
    float: left;
    width: 22%;
	background:#f9f9f9;
    border: 1px solid #e3e3e3;
    overflow: hidden;
	margin-top:40px;
	}
.prodNameHdng{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#222222;
	font-weight:bold;
	text-align:left;
	padding:10px 10px 10px 15px;
	}
ul.prodName-list{
	float:left;
	width:100%;
	padding-bottom:8px;
	border-bottom:1px solid #e9e9e9;
	}
ul.prodName-list li{
	float:left;
	width:100%;
	padding:8px 15px 8px 15px;
	font-size:18px;
	line-height:24px;
	color:#222222;
	text-align:left;
	cursor:pointer;
	position:relative;
	}
ul.prodName-list li.active {
    background: #ec785f;
    color: #fff;
    position: relative;
}
ul.prodName-list li p{display:inline-block; vertical-align:middle;}
ul.prodName-list li.active:after{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 20px;
	content:"";
	background:url(../images/active.png) no-repeat center right;
	width:17px;
	height:11px;
	}
ul.info-list{
	float:left;
	width:100%;
	padding-bottom:8px;
	border-bottom:1px solid #e9e9e9;
	}
ul.info-list li{
	float:left;
	width:100%;
	padding:8px 15px 8px 15px;
	font-size:18px;
	line-height:24px;
	color:#222222;
	text-align:left;
	cursor:pointer;
	position:relative;
	}
ul.support-list{
	float:left;
	width:100%;
	padding-bottom:25px;
	padding-left:15px;
	}
ul.support-list li{
	float:left;
	width:100%;
	position:relative;
	padding:0 15px 0 30px;
	text-align:left;
	margin-top:20px;
	}
ul.support-list li img{
	position:absolute;
	left:0;
	top:2px;
	width:22px;
	}
ul.support-list li p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #262626;
    word-wrap: break-word;
}
.prod-sec-right{
	float:right;
	width:75%;
	text-align:left;
	}
.prod-row{
	float:left;
	width:100%;
	margin-top:10px;
	justify-content: left;
	}
.prod-book-col {
    width: 31%;
    margin-top: 30px;
    background: #fff;
    margin-right: 15px;
}
.prod-row.improve .prod-book-col{}
.product-wrap{
	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;
	}
.prodsec{
	padding: 40px 360px 40px 40px;
	}
.prodsec-prod{
	position:absolute;
	right:35px;
	top:35px;
	}

/*===========Conatct Us============*/	
.cont-sec{
	float:left;
	width:100%;
	padding:60px 0;
	}
ul.cont-list{
	float:left;
	width:100%;
	margin-top:50px;
	padding:0 30px;
	}
ul.cont-list li{
	float:left;
	width:33.33%;
	text-align:center;
	position:relative;
	padding:0 20px;
	}
ul.cont-list li:before{
	content:'';
	position:absolute;
	top:70px;
	right:0;
	bottom:0;
	background:#cdcddc;
	width:1px;
	}
ul.cont-list li:last-child:before{ display:none;}		
ul.cont-list li img{
	display:block;
	margin:0 auto;
	}
.cont-list-p1{
	float:left;
	width:100%;
    color: #000;
    font-size: 32px;
    line-height: 32px;
	letter-spacing:0.5px;
	font-weight:600;
	margin-top:15px;	
	}
.cont-list-p2 {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-family: 'Inter';
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
	
.contformBox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 970px;
    background: #008e1a7d;
    border: 2px solid #05b825;
    border-radius: 10px;
    padding: 55px 40px 45px;
    position: relative;
    margin-top: 95px;
}
.frm-icn{
	position:absolute;
	top:-40px;
	left:50%;
	margin-left:-40px;
	}	
.contform-head{
	float:left;
	width:100%;
	font-size:32px;
	line-height:40px;
	color:#000;
    font-weight: 600;		
	letter-spacing:0.5px;
	}		
.cont-frm{
	float:left;
	width:100%;
	}
.cont-frmElmnts{
	float:left;
	width:100%;
	text-align:left;
	margin:40px 0 0 0;
	display:block;
	position:relative;
	}
.cont-frmElmnts label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:17px;
	color:#000;
	font-family: 'Inter';
    font-weight: 400;		
	letter-spacing:0.5px;
	margin-bottom:7px;	
	}	
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#fff;
	height:50px;
	border:1px solid #e7e7f6;
	box-sizing:border-box;
	padding:0 25px;
	font-size:16px;
	color:#000;
	border-radius:4px;
	text-align:left;
	letter-spacing:1px;
	font-family: 'Inter';
    font-weight: 400;	
	-webkit-appearance:none;
	outline:none;
	}
.cont-lft{ width:49%; float:left;}
.cont-rgt{ width:49%; float:right;}
.cont-frmElmnts textarea{
	height:150px;
    width:100%;
    padding:20px 25px;
	resize:none;
	outline:none;
	}
.contact-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	max-width:250px;
	text-align:center;
	height:58px;
	overflow: hidden;
	color: #ffffff;
	font-size: 24px;
	line-height:58px;
	position: relative;
   	font-family: 'Inter';
    font-weight: 600;	
	border-radius:8px;
	background: #05b825;
	outline:none;
	border:none;
	letter-spacing:0.5px;
	margin-top:30px;
	cursor:pointer;
	-webkit-appearance:none;
	}
.contbtn-arrw{
    display: inline-block;
    vertical-align: middle;
    margin: -2px -7px 0 10px;
	}


/*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}}
.sel-qty {
    float: left;
}

