@charset "utf-8";
/* CSS Document */

*{margin:0px; padding:0px;}
body{
	background:#fff;
}
html {
    height: 100%
}
.posR{position:relative;}
.posA{position:absolute;}
a:hover{text-decoration:none;}
.cursor-default{cursor:default !important;}
.theBody{padding-bottom:30px; padding-top:130px;}
/*Header*/
.bg-white{background:#fff;}
header{
	background: #fff;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;

}
.headerbg{
	position:relative;
}
.header-in{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

/*Black header Starts*/
.logo{
	width:198px;
	height:68px;
	display:inline-block;
}
.logo-res{display:none;}
.icon-cart{
	width:18px;
	height:18px;
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	float:right;
	margin-left:10px;
	margin-top:2px;
	position:relative;
}
.icon-cart span{
	background-color: #fe6d01;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 15px;
	line-height: 16px;
	position: absolute;
	right: -14px;
	text-align: center;
	top: -5px;
	width: 20px;
}
span.linebreak{
	display:block;
	float:right;
	border-right:1px solid #cfcfcf;
	height:18px;
	margin-top:3px;
}
.icon-profile{
	background:url(../img/arrow_new.png) no-repeat center right;
	display:block;
	float:right;
	margin-left:12px;
	padding-right:17px;
	margin-right:10px;
}
.icon-profile span{
	color:#fff;
}
.icon-profile img{
	width:23px;
	height:23px;
	object-fit:cover;
	background:#fff;
	border-radius:100px; -moz-border-radius:100px; -webkit-border-radius:100px;
}
.header-mail{
	float:left;
	padding:2px 10px;
	border-left:1px solid #dddddd;
}
.header-mail span{
	display:block;
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-36px 0;
	width:14px;
	height:14px;
	float:left;
	margin:2px 9px 0 0;
}
.header-mail p{
	float:left;
	margin-bottom:0;
	font-size:12px;
	color:#fff;
}
.header-phone{
	float:left;
	padding:2px 10px 2px 0px;
}
.header-phone span{
	display:block;
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-50px 0;
	width:14px;
	height:14px;
	float:left;
	margin:2px 9px 0 0;
}
.header-phone p{
	float:left;
	margin-bottom:0;
	font-size:12px;
	color:#fff;
}
.header-dropdown-wrp{
	background-color:#ececec;
	box-shadow:0px 1px 2px rgba(0,0,0,0.13);
	display:block;
	text-align:center;
	padding:0;
	max-width:150px;
	min-width:140px;
	position: absolute;
	right: 30px;
	top: 33px;
	z-index: 999;
	display:none;
}
.header-dropdown-wrp a{
	color:#505050;
	text-decoration:none;
	font-size:16px;
	padding:7px 30px;
	display:block;
	transition:all ease-in-out .7s;
}
.header-dropdown-wrp a:hover{
	background-color:#fff;
	color:#fe6d01;
	transition:all ease-in-out .2s;
}
.header-dropdown-wrp.active{
	display:block;
}
/*Black header Ends*/

/*White header Starts*/
.nav-header-bg{
	background-color:#f8f3e1;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.13);
	z-index:99;
}
.nav-header{
	padding:10px 0;
	position:relative;
}
.header-menurow{
	margin:0;
}
.header-menu{
	margin-bottom:0;
	/*float:left;*/
	margin:0 auto;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	width:-ms-fit-content;
	width:-o-fit-content;
}
.header-menu li{
	display:inline-block;
	padding:0 15px;
}
.menuitem{
	font-family:'AvenirDemi';
	font-size:14px;
	color:#1a6bb4;
	text-transform:uppercase;
	display:block;
}
.menuitem:hover{
	color:#fe6d01;
}
.menuitem.active{
	color:#fe6d01;
}
.menuitem:after{
	margin:0 auto;
	border-bottom:1px solid #fe6d01;
	content:'';
	display:block;
	margin-top:0px;
	opacity:0;
	transition:0.3s all 0s ease-in;
}
.menuitem:hover:after{
	margin-top:2px;
	opacity:1;
	transition:0.3s all 0s ease-in;
}
.icon-search{
	width:16px;
	height:16px;
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-64px 0;
	display:block;
	position: absolute;
	right: 3px;
	top: 34px;
	cursor:pointer;
}
.icon-search.close{
	background-position:-270px 0;
	right: 10px;
	z-index:1;
}
.field-search{
	width:0;
	visibility:hidden;
	opacity:0;
	border: 1px solid #ddd;
	border-radius: 18px;
	color: #7f7f7f;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	position: absolute;
  top: 23px;
	right:0;
	transition:0.3s all 0s ease-in;
}
.field-search.active{
	visibility:visible;
	opacity:1;
	width: 310px;
	padding: 0 32px 0 15px;
	transition:0.3s all 0s ease-in;
}
.btn-headerdown{
	border-radius: 18px;
	color: #fff;
	display: block;
	font-family: 'DroidSerifBold';
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 120px;
	float:right;
	text-transform:uppercase;
}
.header-menu li.list-btnwrp{
	padding-right:0;
	position: absolute;
	right: 50px;
	top: 5px;
}
.btn-headerdown.findstore{
	background-color:#f8b106;
	border:1px solid #f8b106;
	transition:0.3s all 0s ease-in;
}
.btn-headerdown.findstore:hover{
	background-color:#fff;
	color:#f8b106;
	transition:0.3s all 0s ease-in;
}
.btn-headerdown.buyonline{
	background-color:#1a6bb4;
	border:1px solid #1a6bb4;
	transition:0.3s all 0s ease-in;
	margin-left:15px;
}
.btn-headerdown.buyonline:hover{
	background-color:#fff;
	color:#1a6bb4;
	transition:0.3s all 0s ease-in;
}
.morebtn-res{
	display:none;
}
/*White header Ends*/

/*Social Media Starts*/
.socialsession{
	background-color:#f0eee4;
	border-radius:7px 7px 0 0;
	position:absolute;
	top:-81px;
	width:100%;
}
.socialsession p{
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 0px 0px;
}
.social-wrp{
	width:-moz-fit-content;
	width:-webkit-fit-content;
	width:-ms-fit-content;
	width:-o-fit-content;
	margin: 0px auto;
	max-width:100%;
}
.iconset-social{
	background:url(../img/iconset-social.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	margin:13px 13px;
	float:left;
}
.icon-fb{
	background-position:0 0;
}
/* .icon-tw{
	background-position:-24px 0;
} */
.icon-tik{
	background-position:-24px 0;
}
.icon-gplus{
	background-position:-48px 0;
}
.icon-insta{
	background-position:-72px 0;
}
.icon-pint{
	background-position:-96px 0;
}
.social-handle{
	float:left;
	padding:18px;
	border-right:1px solid #dfdfdf;
	cursor:pointer;
}
.social-handle i{
	display:block;
	width:14px;
	height:14px;
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-80px 0;
}
/*Social Media Ends*/

.body-container{
	padding:0;
	margin-top:129px;
}



/*Banner*/
.mainwrapper{
	display:block;
}
.mainbanner{
	position:relative;
}
.mainbanner .rslides li{
	max-height:585px;
}
.mainbannertxt {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.banner{
	/*margin-left: 310px;*/
	height: 100%;
	width: 100%;
	/*position:absolute;*/
	float:left;
	 background: #31adff url(../img/banner1.jpg) no-repeat scroll 0 0 / cover  ;
}
.hdiv{
	position:absolute;
	top:50%;
	margin-top:-50px;
	text-align:center;
	z-index:2;
}
.home-title{
	font-family:'OswaldMedium';
	font-size:52px;
	color:#ffffff;
	line-height:55px;
	margin-bottom:0px;
	text-shadow:1px 2px 3px rgba(0,0,0,0.13);
	text-align:center;
	text-transform:uppercase;
}
.home-subtitle{
	text-shadow:1px 2px 3px rgba(0,0,0,0.13);
	font-family:'OswaldLight';
	font-size:25px;
	color:#ffffff;
	text-align:center;
	font-weight:600;
	margin-top:15px;
}
.bullets{
	margin: 150px auto 100px;
	text-align: center;
	display:block;
}
.bul{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 3px solid #edeae5;
	position: relative;
	margin-left: 5px;
	display: inline-block;
}
.bul:hover{
	border:none;
	background: #edeae5;
}


/*Slider Starts*/
/*.carousel-inner{position:relative;}
.bannertxt-wrp{
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-50px;
}
.home-title{
	font-family:'OswaldMedium';
	font-size:55px;
	color:#ffffff;
	line-height:55px;
	margin-bottom:0px;
	text-shadow:1px 2px 3px rgba(0,0,0,0.13);
	text-align:center;
	text-transform:uppercase;
}
.home-subtitle{
	text-shadow:1px 2px 3px rgba(0,0,0,0.13);
	font-family:'OswaldLight';
	font-size:25px;
	color:#ffffff;
	text-align:center;
	font-weight:600;
	margin-top:15px;
	margin-bottom:200px;
}*/
/*Slider Ends*/

/*Info Session Starts*/
.session-info{
	background-color:#efefef;
	overflow:hidden;
	position:relative;
}
.col-infodiv{
	padding:85px 0;
	text-align:center;
}
.icon-wristband{
	width:138px;
	height:78px;
	background:url(../img/wristband_home.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 auto;
}
.icon-uvsticker{
	width:78px;
	height:78px;
	background:url(../img/body_sticker_home.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 auto;
}
.info-itemhead{
	font-size:30px;
	text-transform:uppercase;
	color:#2b2b2b;
	line-height:32px;
	margin-bottom:15px;
	margin-top: 10px;
}
.info-itemdesc{
	font-size:17px;
	color:#2b2b2b;
	line-height:22px;
	margin-top:15px;
	margin-bottom:0;
}
.btn-ordernow{
	background-color: #f0e8e3;
	border: 1px solid #fe6d01;
	color: #fe6d01;
	display: block;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 160px;
	margin:15px auto 5px;
	transition:0.3s all 0s ease-in;
}
.btn-ordernow:hover,.btn-ordernow:focus{
	background-color:#fe6d01;
	color:#fff;
	transition:0.3s all 0s ease-in;
}
.btn-ordernow.btn-blue:hover,.btn-ordernow.btn-blue:focus{
	background-color:#1d69b1;
	border:1px solid #1d69b1;
	color:#fff;
	transition:0.3s all 0s ease-in;
}
.twitter-bg{
	/* background-color:#fff; */
	width:300px;
	height: calc(100% - 81px);
	position:absolute;
	bottom:0;
	right:0px;
	z-index:9;
}
/*Info session Ends*/

/*Product Session Starts*/
.session-product{
	background-color:#fff;
	min-height:300px;
	overflow:hidden;
	position:relative;
}
.section-heading{
	font-family:'AvenirDemi';
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin:40px auto 20px;
	color:#787878;
	font-weight:600;
	padding:0px 25px;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	width:-ms-fit-content;
	width:-o-fit-content;
	background:#fff;
	position:relative;
}
.heading-bgarrow {
	height: 1px;
	width:100%;
	margin-top:58px;
	border-bottom:1px solid #acacac;
}
.heading-bgarrow:before{
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-108px 0;
	width:13px;
	height:13px;
	left: 0;
	position: absolute;
	top: 52px;
	content: '';
	display: block;

}
.heading-bgarrow:after{
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-108px 0;
	width:13px;
	height:13px;
	right: 0;
	position: absolute;
	top: 52px;
	content: '';
	display: block;
}
.product-wrp{
	cursor:pointer;
	padding:15px 10px;
	background-color:#fff;
	margin-bottom:20px;
	height:435px;
}
.product-img-wrp{
	min-height:300px;
	text-align:center;
	width:314px;
}
.product-img-wrp img{
	/*margin:40px auto;
	max-width:170px;
	object-fit:cover;
	max-height:395px;*/
	width:100%;
	height:100%;
	object-fit:cover;
	margin:0;
	max-width:100%;
}
.product-img-wrp.listing-img{
	height:300px;
	text-align:center;
	width:auto;
	overflow:hidden;
}
.product-img-wrp.listing-img img{
	/*margin:40px auto;
	max-width:170px;
	object-fit:cover;
	max-height:300px;*/
	width:100%;
	height:100%;
	object-fit:cover;
	margin:0;
	max-width:100%;
}
.product-details-wrp{
	background-color:#fff;
	text-align:center;
	padding:15px 0;
}
.product-name{
	font-size:16px;
	color:#787878;
	line-height:24px;
	margin-bottom:0;
}
.product-price{
	font-size:20px;
	color:#fe6d01;
	margin-bottom:0;
}
.product-overlay{
	background-color:rgba(255,255,255,0.85);
	position:absolute;
	left:0;
	top:0;
	width:99%;
	height:100%;
	box-shadow:0px 0px 5px rgba(0,0,0,0.15);
	opacity:0;
}
.product-wrp:hover .product-overlay{
	opacity:1;
}
.product-overlay .instock-wrp{
	position: absolute;
	right: 15px;
	top: 15px;
	margin:0;
}
.btn-quickviewhover{
	background-color: #fff;
	border: 1px solid #fe6d01;
	color: #fe6d01;
	display: block;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 160px;
	margin:0px auto;
	transition:0.3s all 0s ease-in;
}
.btn-quickviewhover:hover,.btn-quickviewhover:focus{
	background-color: #fe6d01;
	color: #fff;
}
.product-wrp:hover .product-name{
	display:none;
}
.product-wrp:hover .product-price{
	z-index:9;
	font-size:30px;
	font-weight:600;
	position:relative;
	margin-bottom:10px;
}
.hover-btnwrp{
	background:#fff;
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	border-top:1px solid #d9d9d9;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-addtocarthover{
	/* float:left; */
	display: inline-block;
	width:50%;
	padding:15px 10px 15px 30px;
	text-align:center;
	font-size:15px;
	color:#a1a1a1;
	border-right:1px solid #d9d9d9;
	position:relative;
}
.btn-addtocarthover:before{
	width:18px;
	height:18px;
	content:'';
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-121px 0;
	position:absolute;
	left:15px;
}
.btn-addtocarthover:hover{background:#fafafa;}
.btn-addtocarthover.inactive{opacity:0.3;}
.btn-viewdtlshover{
	/* float:right; */
	display: inline-block;
	width:50%;
	padding:15px 10px 15px 30px;
	text-align:center;
	font-size:15px;
	color:#90abc5;
	position:relative;
}
.btn-viewdtlshover:before{
	width:18px;
	height:18px;
	content:'';
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-139px 0;
	position:absolute;
	left:15px;
}
.btn-viewdtlshover:hover{background:#fafafa;}
.btn-viewmain{
	display:block;
	width:200px;
	padding:10px 15px;
	text-align:center;
	color:#fff;
	background:#fe6d01;
	border:1px solid #fe6d01 !important;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	margin:40px auto 50px;
	transition:0.3s all 0s ease-in;
}
.btn-viewmain:hover,.btn-viewmain:focus{
	background:#fff;
	color:#fe6d01;
	transition:0.3s all 0s ease-in;
}
.btn-back{
	display:block;
	float:right;
	background-color: #fff;
	border: 1px solid #fe6d01;
	color: #fe6d01;
	font-size: 17px;
	padding: 5px;
	text-align: center;
	transition: all 0.3s ease-in 0s;
	width: 100px;
}
.btn-back:hover,.btn-back:focus{
	background-color: #fe6d01;
	color: #fff;
}

/*Product Session Ends*/

/*How they work Session Starts*/
.session-howwork{
	background:#485562;
}
.section-heading.darkbg{
	color:#fff;
	background:#485562;
}
.howthey-subhead{
	color:#fff;
	font-size:22px;
	font-weight:600;
	line-height:36px;
}
.howthey-subhead span{
	display:block;
	color:#485562;
	background:#fff;
	width:36px;
	height:36px;
	border-radius:50%;
	text-align:center;
	line-height:36px;
	float:left;
	margin-right:15px;
}
.howthey-desc{
	text-align:left;
	font-size:15px;
	font-weight:600;
	color:#fff;
}
.session-howwork .btn-viewmain:hover{
	background:none;
	border:1px solid #fff !important;
	color:#fff;
}
.session-howwork .btn-viewmain:focus{
	background:none;
	border:1px solid #fff !important;
	color:#fff;
}
/*How they work Session Ends*/

/*Media Session Starts*/
.session-media{
	background:url(../img/media-bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	min-height:470px;
}
.section-heading.bgimg{
	background:transparent;
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.24);*/
}
.heading-bgarrow.line-grad{
	background: -moz-linear-gradient(left, rgba(172,172,172,1) 0%, rgba(172,172,172,1) 28%, rgba(172,172,172,1) 30%, rgba(172,172,172,1) 35%, rgba(172,172,172,0) 35%, rgba(172,172,172,0) 65%, rgba(172,172,172,1) 65%, rgba(172,172,172,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(172,172,172,1) 0%,rgba(172,172,172,1) 28%,rgba(172,172,172,1) 30%,rgba(172,172,172,1) 35%,rgba(172,172,172,0) 35%,rgba(172,172,172,0) 65%,rgba(172,172,172,1) 65%,rgba(172,172,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(172,172,172,1) 0%,rgba(172,172,172,1) 28%,rgba(172,172,172,1) 30%,rgba(172,172,172,1) 35%,rgba(172,172,172,0) 35%,rgba(172,172,172,0) 65%,rgba(172,172,172,1) 65%,rgba(172,172,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
	border:none;
}
.media-wrp{
	padding:5px;
	text-align:center;
	overflow:hidden;
}
.media-wrp img{
	object-fit:cover;
	width:100%;
	box-shadow:0px 0px 3px rgba(0,0,0,0.15);
}
/*Media Session Ends*/

/*Contact session Starts*/
.field-txt{
	font-family:'AvenirDemi';
	font-size:16px;
	text-transform:uppercase;
	color:#787878;
	margin-bottom:5px;
}
.txt-box{
	border:1px solid #f6d1b5;
	background-color:#fffaf7;
	height:45px;
	font-size:17px;
	color:#787878;
	margin-bottom:5px;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	width:100%;
}
.txt-box.txt-area{
	height:160px;
	padding-top:15px;
}
.captcha-wrp{
	position:absolute;
	bottom:10px;
}
/*Contact session Ends*/

/*Footer Starts*/
.session-footer{
	background:#f7f7f8;
	padding:35px 0;
}
.footer-logo img{
	width:144px;
	margin-bottom:15px;
}
.footer-menu-wrp{padding-left:0;}
.footer-menu-wrp li{
	margin-bottom:20px;
}
.footer-menu-wrp li a{
	color:#787878;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}
.footer-menu-wrp li a:hover{
	color:#1a6bb4;
}
.iconset-footer-wrp{
	width:45px;
	height:45px;
	background-color:#fff;
	border:1px solid #d2d2d3;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
}
.iconset-footer{
	width:23px;
	height:21px;
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	display:block;
	margin:11px auto;
}
.icon-locationftr{
	background-position:-157px 0;
}
.icon-callftr{
	background-position:-180px 0;
}
.icon-mailftr{
	background-position:-203px 0;
}
.footer-cntctdtl{
	float:left;
	font-size:17px;
	color:#787878;
	line-height:24px;
	margin:0;
}
.footer-cntctdtl.singleline{
	padding-top:10px;
}
.footer-map-wrp{
	padding-right:0;
	max-height:200px;
}
.session-footer-blk{
	min-height:50px;
	background-color:#5c5f62;
}
.session-footer-blk .container{
	min-height:50px;
	position:relative;
}
.txt-copyr{
	margin:0;
	color:#fff;
	font-size:14px;
	margin-top:17px;
}
.poweredby-wrp{
	width:109px;
	height:60px;
	background-color:#fff;
	border-radius:20px 20px 0 0;
	position:absolute;
	right:0;
	bottom:0;
}
.poweredlogo{
	margin:20px auto 0;
	display:block;
	text-align:center;
}
.poweredlogo img{
	width:69px;
}
.visible-xxsclear{display:none;}
/*Footer Ends*/

/*ProductList page Starts*/
.top-bnr-wrp{
	padding:40px 0;
	background:url(../img/topbanner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.shadow-top{
	-webkit-box-shadow: inset 0px 20px 25px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: inset 0px 20px 25px 0px rgba(0,0,0,0.13);
	box-shadow: inset 0px 20px 25px 0px rgba(0,0,0,0.13);
}
.product-dtlname{
	color:#505050;
	font-size:22px;
}
.newregioname{
	color:#505050;
	font-size:22px;
	font-weight: 600;
}
.instock-wrp{
	background:#68bb16;
	padding:5px 10px;
	width:150px;
	float:left;
	margin-right:15px;
}
.instock-wrp.nostock{
	background:#eb5b5b;
}
.instock-wrp span.statusdot{
	width:13px;
	height:13px;
	background:#fff;
	display:block;
	border-radius:50%;
	margin:5px 10px 5px 0;
	float:left;
}
.instock-wrp span.statustext{
	font-size:17px;
	color:#fff;
}
.product-price.price-large{
	font-size:26px;
	float:left;
	line-height:32px;
}

.product-dtldesc{
	font-size:14px;
	color:#868484;
	line-height:24px;
	margin-top:10px;
}
.product-category{
	color:#787878;
	font-size:16px;
	margin-bottom:0;
}
.product-categorytag{
	color:#90abc5;
	font-size:15px;
}
.product-cats{
	color:#1a6bb4;
	font-size:18px;
}
.quantity-wrp{
	position:relative;
	border:1px solid #b1b3b5;
	background-color:#fffaf7;
	width:98px;
	height:40px;
	margin-top:5px;
}
.quantity-wrp a{
	display:block;
	position:absolute;
	top:-1px;
	background:#b1b3b5;
	width:28px;
	height:40px;
	text-align:center;
	color:#fff;
	line-height:40px;
	font-size:26px;
	font-weight:600;
}
.quantity-wrp a.leftminus{
	left:0;
}
.quantity-wrp a.rightplus{
	right:0;
}
.quantity-wrp p{
	color:#4b4b4b;
	font-size:20px;
	text-align:center;
	line-height:40px;
	margin:0;
}
.quantityprice-wrp{
	/*border:1px solid #b1b3b5;
	background-color:#fffaf7;*/
	width:-moz-fit-content;
	width:-webkit-fit-content;
	width:-ms-fit-content;
	width:-o-fit-content;
	height:40px;
	margin-top:5px;
	padding:0 8px;
	padding-left:0;
}
.product-dtlprice{
	color:#353739;
	font-size:25px;
}
.btn-addtocart{
	display:block;
	width:170px;
	padding:8px 10px;
	text-align:center;
	color:#fff;
	background:#fe6d01;
	border:1px solid #fe6d01;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	transition:0.3s all 0s ease-in;
	float:left;
	margin-right:20px;
}
.btn-addtocart:hover,.btn-addtocart:focus{
	background:#fff;
	color:#fe6d01;
	transition:0.3s all 0s ease-in;
}
.product-moreact{
	float:left;
	margin-top:10px;
}
.product-moreact span{
	width:24px;
	height:24px;
	border-radius:50%;
	border:1px solid #25b693;
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	float:left;
}
.product-moreact span.icon-sendmail{
	background-position:-226px 0;
}
.product-moreact span.icon-share{
	background-position:-248px 0;
}
.product-moreact p{
	float:left;
	font-size:14px;
	color:#25b693;
	line-height:24px;
	margin:0 12px 0 4px;
}

.modal{z-index:99999;background: rgba(7,21,54,0.70)}
.modal-title{color: #787878;font-size: 19px;line-height: 24px;}
.modal-dialog{
	margin:40px auto;
	width:700px;
}
.popup-item-wrp{
	padding:0;
}
.popup-item-wrp a.btn-addtocart{
	margin-left:15px;
	margin-right:10px;
}
.popup-item-wrp .product-moreact{
	margin-left:15px;
}
.modal-wrp-top{
	background:#fff;
	border-top: 20px solid #fff;
	border-radius: 50% 50% 0 0;
	top: -14px;
	position: absolute;
	width: 100%;
}
.modal-wrp-bottom{
	background:#fff;
	border-bottom: 20px solid #fff;
	border-radius: 0 0 50% 50%;
	bottom: -14px;
	position: absolute;
	width: 100%;
}
.btn-pop-pro-viewmore{
	background-color: #fff;
	border: 1px solid #fe6d01;
	color: #fe6d01;
	display: block;
	font-size: 15px;
	padding: 3px;
	text-align: center;
	transition: all 0.3s ease-in 0s;
	width: 100px;
	text-transform:capitalize;
}
.btn-pop-pro-viewmore:hover{
	background-color:#fe6d01;
	color:#fff;
}

/*ProductList page Ends*/

/*Popup Starts*/
.modal-dialog{
	width:700px;
}
.popup-overlay{
	background: rgba(7,21,54,0.87);
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.popup-item-wrp{
	padding:0;
}
.btn.btn-default.btn-close-popup{
	border:1px solid #fe6d01;
	color:#fe6d01;
}
.btn.btn-default.btn-close-popup:hover{
	background-color:#fafafa;
}
button.close {
	background: #333333;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	opacity: 1;
	padding: 5px;
	position: absolute;
	right: -14px;
	text-align: center;
	top: -14px;
	width: 30px;
}
button.close:hover{opacity:1;color:#fff;}


/*Popup Ends*/

/*Payment Starts*/
.txt-box.txt-area.address-box{
    height: 123px;
}
.select-box-wrp:after{
	background:url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-316px 0;
	width:10px;
	height:7px;
	right: 25px;
	position: absolute;
	top: 49px;
	content: '';
	display: block;
}
.select-box-wrp .txt-box{
	padding-right:25px;
}
.select-box-wrp select{
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
}
.continue-btn-wrp{
	display: block;
	margin: 0px auto;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	width:-ms-fit-content;
	width:-o-fit-content;
}
.continue-btn-wrp .btn-continue{
	display:block;
	width:180px;
	padding:10px 15px;
	text-align:center;
	color:#fff;
	background:#fe6d01;
	border:1px solid #fe6d01;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	margin:30px auto 40px;
	transition:0.3s all 0s ease-in;
	float:left;
}
.btn-continue:hover,.btn-continue:focus{
	background:#fff;
	color:#fe6d01;
	transition:0.3s all 0s ease-in;
}
.continue-btn-wrp .btn-cancel{
	display:block;
	width:180px;
	padding:10px 15px;
	text-align:center;
	color:#fff;
	background:#c2c2c2;
	border:1px solid #c2c2c2;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	margin:30px 30px 40px auto;
	transition:0.3s all 0s ease-in;
	float:left;
}
.btn-cancel:hover,.btn-cancel:focus{
	background:#fff;
	color:#c2c2c2;
	transition:0.3s all 0s ease-in;
}
.myCheckbox input {
    display: none;
}
.myCheckbox span {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/checkbox.png);
		float:left;
}

.myCheckbox span.active {
    background: url(../img/checkbox.png);
		background-position:-20px 0;
}
.myCheckbox label{
	color:#787878;
	font-size:16px;
	margin-left:10px;
}
.field-txt span{
	font-size:13px;
	text-transform:none;
}
.txt-box-desc{
	color:#787878;
	font-size:14px;
	line-height:22px;
}
.cartblock-bg{
	background-color:#f9f9f9;
	box-shadow:0px 1px 2px rgba(0,0,0,0.13);
}
.iconset-cart{
	width:32px;
	height:32px;
	display:block;
	background:url(../img/iconset-cart.png);
	float:left;
	background-repeat:no-repeat;
}
.iconset-cart.cart{
	background-position:0 0;
}
.iconset-cart.billing{
	background-position:-32px 0;
}
.iconset-cart.payment{
	background-position:-64px 0;
}
.cart-titlehd{
	font-size:25px;
	color:#505050;
	float:left;
	line-height:32px;
	margin-bottom:0;
	margin-left:5px;
}
.cart-edit{
	position:absolute;
	display:block;
	right:0;
	top:0;
	width:60px;
	height:100%;
	background-color:#eeeded;
}
.cart-edit span{
	width:32px;
	height:32px;
	display:block;
	background:url(../img/iconset-cart.png);
	background-repeat:no-repeat;
	background-position:-96px 0;
	margin:15px auto;
}
.underline{
	padding:15px;
	border-bottom:1px solid #dedede;
}
.cart-dtl-wrp .product-dtlname{
	font-size:19px;
	margin-bottom:5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cart-dtl-wrp .product-totalprice{
	font-size:19px;
	color:#8d8b8b;
	float:right;
	margin-top:15px;
}
.cart-dtl-wrp .product-totalprice span{
	font-weight:600;
}
.cart-dtl-wrp .product-price.price-large{
	font-size:21px;
	margin-left:0;
}
.cart-dtl-wrp img{
	display:block;
	width:50px;
	float:left;
	margin-right:15px;
}
.cart-totalprice{
	max-width:250px;
	box-shadow:0px 1px 2px rgba(0,0,0,0.13);
	padding:10px 30px;
	float:right;
	background-color:#f9f9f9;
	position:relative;
}
.cart-totalprice p{
	font-size:20px;
	color:#8d8b8b;
	margin:0;
}
.cart-usrdtl{
	color:#a5a3a3;
	font-size:16px;
	margin:10px 0;
}
.cart-usrdtl-info{
	font-weight:600;
	color:#a5a3a3;
	font-size:16px;
	margin:10px 0;
}
.cart-usrdtl.total{
	font-size: 17px;
	font-weight: 600;
}
.cart-usrdtl-info.total{
	color: #918f8f;
	font-size: 17px;
}
.cont-shopping{
	background: #fe6d01;
	border: 1px solid #fe6d01;
	color: #fff;
	float:right;
	display: block;
	font-size: 17px;
	margin: 10px auto;
  padding: 3px 5px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in 0s;
	width: 200px;
}
.cart-titlehd-1{
	font-size:20px;
	color:#505050;
	line-height:32px;
	margin-bottom:0;
}
.lnk-remove{
	float:right;
	font-size:14px;
	color:#8d8b8b;
	text-transform:uppercase;
	text-decoration:none;
	margin-top:20px;
}
.lnk-remove span{
	display:block;
	width:14px;
	height:15px;
	background:url(../img/iconset-cart.png);
	overflow:hidden;
	background-position:-128px 0;
	margin-right:5px;
	float:left;
}
.lnk-remove:hover span{
	background-position:-142px 0;
}
.cart-order-hd{
	font-size:17px;
	text-align:center;
	line-height:32px;
	color:#505050;
	font-weight:600;
	text-transform:uppercase;
	margin:0;
}
.order-dtlnm{
	float:left;
	line-height:24px;
	font-size:17px;
	color:#8d8b8b;
}
.order-dtl{
	float:right;
	line-height:24px;
	font-size:17px;
	color:#777676;
}
.order-dtlnm.total{
	font-size:16px;
	text-transform:uppercase;
	color:#505050;
}
.order-dtl.totalprice{
	font-size:16px;
	text-transform:uppercase;
	color:#505050;
	font-weight:600;
}
.btn-placeorder{
	background: #fe6d01;
	border: 1px solid #fe6d01;
	color: #fff;
	display: block;
	font-size: 17px;
	margin: 15px auto;
  padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-in 0s;
	width: 150px;
}
.btn-placeorder:hover,.btn-placeorder:focus{
	background:none;
	color:#fe6d01;
}
.icon-success{
	margin:80px auto 40px;
	width:135px;
	height:135px;
	background:url(../img/icon-message.png);
	background-repeat:no-repeat;
}
.icon-error{
	margin:80px auto 40px;
	width:135px;
	height:135px;
	background:url(../img/icon-message.png);
	background-repeat:no-repeat;
	background-position:-135px 0;
}
.icon-success.icon-processing{
	background-position:-270px 0;
}
.msg-head{
	text-align:center;
	font-size:40px;
	color:#534f4e;
	font-weight:600;
}
.msg-subhead{
	text-align:center;
	font-size:25px;
	color:#93a1aa;
}
/*Payment Ends*/
/*Account Starts*/
.log_head{
	font-size:25px;
	color:#5c6063;
	text-transform:uppercase;
	text-align:center;
}
.frgt-pswd{
	float:right;
	font-size:14px;
	color:#fe6d01;
	padding-right:15px;
}
.bl-login{
	border-left:1px solid #dcdada;
}
.btn-login{
	display:block;
	width:175px;
	padding:10px 15px;
	text-align:center;
	color:#fff;
	background:#fe6d01;
	border:1px solid #fe6d01;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	margin:20px auto 0;
	transition:0.3s all 0s ease-in;
}
.btn-login:hover,.btn-login:focus{
	background:#fff;
	color:#fe6d01;
	transition:0.3s all 0s ease-in;
}
/*Account Ends*/
.btn-cart-user {
	min-width: 270px !important;
	text-transform: none !important;
}
/*MyProfile Starts*/
.pro-img-wrap {
	border-radius: 50%;
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 100px;
}
.pro-img-wrap img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}
.btn-changeimg{
	position:absolute;
	width:130px;
	height:33px;
	display:block;
	background-color:#fe6d01;
	border:1px solid #fe6d01;
	color: #fff;
	font-size: 14px;
	line-height: 33px;
	text-align:center;
	bottom:-15px;
	left:-15px;
	transition:0.3s all 0s ease-in;
}
.btn-changeimg:hover,.btn-changeimg:focus{
	background-color:#fff;
	color:#fe6d01;
	transition:0.3s all 0s ease-in;
}
.pro-name{
 color: #505050;
 font-size: 18px;
 text-align:center;
 margin-bottom:5px;
}
.protxt-email{
 color:#8f8f8f;
 font-size:17px;
 text-align:center;
}
.btn-chngpwd{
	display:block;
	width:100%;
	padding:8px 10px;
	text-align:center;
	color:#fff;
	background:#f8b106;
	border:1px solid #f8b106;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	transition:0.3s all 0s ease-in;
	margin-top:0px;
}
.btn-chngpwd:hover,.btn-chngpwd:focus{
	background:#d99e0e;
	color:#fff;
	transition:0.3s all 0s ease-in;
}
/*MyProfile Ends*/
/*HowTheyWork Starts*/
.howthey-head{
	font-size:24px;
	color:#ff6c04;
	margin-bottom:5px;
}
.howthey-dtl{
	font-size:16px;
	color:#747373;
	line-height:24px;
}
.howthey-img-wrp{
	padding:0;
	margin-top:100px;
}
.howthey-img-wrp img{
	max-width:100%;
	margin:0 auto;
	display:block;
}
.howthey-listing li{
	color: #868484;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 8px;
}
.howthey-listing > li::before {
	background: #868484;
	border-radius: 50%;
	content:'';
	display: block;
	float: left;
	height: 8px;
	margin-right: 10px;
	margin-top: 7px;
	width: 8px;
}
.howthey-sbhead{
	font-size:20px;
	color:#1b5c97;
	margin-top:20px;
	margin-bottom:5px;
}
.howthey-head2{
	font-size:20px;
	color:#ff6c04;
	text-transform:uppercase;
	font-style:italic;
	margin-top:20px;
}
/*HowTheyWork Ends*/
/*----asn starts----*/
.boundary_arrange{
	position:relative;
}
.pos_arrange{
	position:absolute;
	bottom:10px;
}
.up_image{
	border: 1px solid #f6d1b5;
    display: block;
    height: 50px;
    padding: 15px;
    width: 160px;
	font-size: 16px;
	color: #787878;
}
.up_image span{
	color: #787878;
    font-size: 14px;
	margin-right:5px;
}
.img_wrap{
	position:relative;
}
.closbtn{
	background-color: #ffffff;
    background-image: url("../img/cclose.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid #ff2727;
    border-radius: 50%;
    height: 22px;
    position: absolute;
    right: -5px;
    text-indent: -9999px;
    top: -5px;
    width: 22px;
	background-size:50%;
}
.product-wrp:hover .product-details-wrp_top{
	display:none;
}
.product-details-wrp_top .product-name{
	color:#504f4f;
}


/*----asn ends----*/
.product-details-wrp .product-name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-category-wrp .blg_text_label{
	float:left;
	line-height: 35px;
  margin: 0;
	color: #787878;
  font-size: 17px;
}
.pro-category-wrp .select_inbox{
	background-color: #fffaf7;
	border: 1px solid #f6d1b5;
	color: #787878;
	font-size: 17px;
	height: 35px;
	margin-left:15px;
	width: 100%;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	padding-left:6px;
}
.pro-cat-sel{position:relative;}
.cat-sel-a{
	display:block;
	width:200px;
	float:left;
	background-color:#fffaf7;
	border: 1px solid #f6d1b5;
	color: #787878;
	font-size: 15px;
	height: 35px;
	margin-left: 15px;
	padding-left: 6px;
	line-height:33px;
	position:relative;
}
.cat-sel-a:after{
	background: url(../img/iconset-1.png);
	background-repeat:no-repeat;
	background-position:-316px 0;
	content: '';
	display: block;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 10px;
}
.cat-sel-ul{
	display:none;
	position:absolute;
	left:0;
	margin-left: 86px;
	z-index:9;
}
.cat-sel-ul li{
	background: #fafafa;
	color: #787878;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 200px;
	border:1px solid #f6d1b5;
	border-top:none;
}
.cat-sel-ul a{
	color: #787878;
	display:block;
	padding-left:6px;
}
.alert.alert-danger{text-align:center;}
/*FAQ Starts*/

.faq_bar{
	background:#f9f9f9;
	margin-bottom:10px;
	box-shadow:0px 1px 2px rgba(0,0,0,0.13);
	cursor:pointer;
	}
.faq_qus{
	font-size: 20px;
	color:#505050;
	line-height:23px;
	margin-bottom:0px;
	}
.faq_arrow{
	width:10px;
	height:16px;
	background:url(../img/faq_arrow_right.png);
	display:block;
	float: right;
    margin-top: 20px;
	transition: all 0.3s ease-in-out 0s;
	}
.faq_arrow_down{
	background: rgba(0, 0, 0, 0) url("../img/faq_arrow_right.png") repeat scroll 0 0;
    display: block;
    float: right;
    height: 16px;
    margin-top: 25px;
    transform: rotate(90deg);
    width: 10px;
	transition: all 0.3s ease-in-out 0s;
	}
.faq_answer_bg{
	background:#ffffff;
	margin: 0 -13px;
    padding: 5px 28px;
	display:none;}
.list_clr{
	color:#1a6bb4;
	font-size:14px;
	text-decoration:none;
	}

/*FAQ Ends*/
/*Receipts Starts*/
.receipt-dtl{
	color:#8d8b8b;
	font-size:16px;
	line-height:40px;
}
.cart-titlehd-1.receipthead{font-size:18px;}
.btn-vwreceipt{
	background:#fe6d01;
	color:#fff;
	text-align:center;
	line-height:40px;
	display:block;
	font-size:18px;
	width:160px;
	float:right;
}
.recieptpop-img-wrp{
	text-align:center;
}
.recieptpop-head-wrp{
	background:#f7f7f7;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:10px 0px;
}
.recieptpop-head{
	font-size:20px;
	color:#505050;
	margin-bottom:0px;
}
.recieptpop-print{
	border:1px solid #919191;
	border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
	width:35px;
	height:35px;
	display:block;
	float:right;
}
.recieptpop-print span{
	background:url(../img/icon-prnt.png);
	width:25px;
	height:21px;
	margin:7px auto;
	display:block;
}
.recieptpop-print:hover{
	border:1px solid #fe6d01;
}
.recieptpop-print:hover span{
	background-position:-25px 0;
}
.pop-rcpt-brdr{
	border:1px solid #dedede;
}
.recieptpop-img-wrp{
	padding:10px 0;
}
.rcpt-orderno{
	float:left;
	line-height:24px;
	font-size:16px;
	color:#787878;
	padding-top:10px;
}
.rcpt-orderno span{
	color:#fe6d01;
}
.rcpt-orderdate{
	float:right;
	line-height:24px;
	font-size:16px;
	color:#787878;
	padding-top:10px;
}
.recieptpop-sbhd-wrp{
	background-color:#f7f7f7;
}
.recieptpop-sbhd-wrp p{
	margin:0;
	font-size:16px;
	color:#fe6d01;
	line-height:30px;
}
.recieptpop-dtltxt{
	font-size:14px;
	color:#868484;
	margin:0;
	padding:10px 0;
}
.recieptpop-dtltxt.bold{
	font-weight:600;
}
.recieptpop-addrtxt{padding-top:10px; padding-bottom:10px; padding-right:0 !important}
.recieptpop-addrtxt span{
	font-size:14px;
	color:#605f5f;
	font-weight:600;
}
.recieptpop-addrtxt p{
	font-size:14px;
	color:#868484;
}
.recieptpop-total-wrp{
	border-top:1px solid #e3e3e3;
	padding-top:10px;
}
.recieptpop-total-wrp p{
	float:right;
	font-size:14px;
	color:#868484;
}
.recieptpop-total-wrp p.bold{
	font-weight:600;
}
.recieptpop-ftr-wrp{
	background-color:#5c5f62;
}
.recieptpop-ftr-wrp p{
	color:#fff;
	font-size:14px;
	float:left;
	margin: 0;
	padding-top:9px;
	padding-left:15px;
}
.recieptpop-ftr-wrp .poweredlogo{
	float:right;
	margin:10px 15px;
}
/*Receipts Ends*/
.media_logo_wrap {
	border: 1px solid #eaeaea;
	padding: 0;
	width: 100%;
	display:block;
	transition:0.2s all 0s ease-in;
}
.media_logo_wrap:hover{
	box-shadow: 0 0 6px -3px #898989;
	transition:0.2s all 0s ease-in;
	border:1px solid #1d69b1;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
.media_logo_wt{
	width:100%;
}
.custom_radio_box{
	padding-bottom:15px;
	position:relative;
	padding-top:10px;
	padding-left:10px;
}
.shipsclserr .field-txt{
	font-size:20px;
}
.shipscls .smhd{
	font-size:17px;
	color:#F30;
}
.shipsclserr input[type=radio]{
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  position:absolute;
  top:15px;
}
.shipsclserr input[type=radio] + label{
  	display      : inline-block;
  	padding-left : 28px;
  	background   : url(../img/radio.png) no-repeat 0 0;
	color:#787878;
	font-size:16px;
}
.shipsclserr input[type=radio]:checked + label{
  	background: url(../img/radio_act.png) no-repeat 0 0;
	color:#fe6d01;
}
.shiperr{
	margin-left:5px;
}
.shipsclserr.pay-radio-wrp input[type=radio]{
	top:5px;
}
.success_msgbox{
	width:100%;
	background:#2fc576;
	position:fixed;
	top:-70px;
	z-index:99999;
	padding:15px 20px 5px;
	transition:all ease-in-out .5s;
	height:70px;
}
.success_msgbox p{
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 0;
	text-align: center;
	background:url(../img/success.png) no-repeat center left;
}
.error_msgbox{
	width:100%;
	background:#ea4f31;
	position:fixed;
	top:-70px;
	z-index:99999;
	padding:15px 20px 5px;
	display:none;
	transition:all ease-in-out .5s;
	height:70px;
}
.error_msgbox p{
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 0;
	text-align: center;
	background:url(../img/fail.png) no-repeat center left;
}
.etalage_zoom_area{z-index:2 !important;}
.loginbtn{
	background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    color: #264899;
    display: block;
    float: right;
    padding: 2px 15px;
}
.alert-success{text-align:center !important;}
.shiperr .error{padding-left:10px;}
.popup-item-wrp .product-dtlname{margin-bottom:0;}
.media_logo_wrap img{max-width: 100%;}
.res-captcha{margin-top:10px;}
.header-phone a{cursor: default;}
.footer-call-optn{cursor: default;}
.social-wrp .protxt-email{float:left; line-height:25px;}
.icon-edit{
	float:left;
	display:block;
	width:25px;
	height:25px;
	border-radius:50%;
	border:1px solid #c0c0c0;
	margin-left:4px;
	background:url(../img/icon-edit.png);
	background-repeat:no-repeat;
}
.wrist_band, .uv_sticker{
	background:url(../img/wristband.png) no-repeat center center;
	width:285px;
	height:185px;
	display:block;
	margin:0px auto;
}
.uv_sticker{
	background:url(../img/uv_sticker.png) no-repeat center center;
}
.productblock{
	background:#edf0f4;
	display:block;
	text-align:center;
	padding:30px 80px 90px;
	position:relative;
}
.productblocklabel{
	color: #333;
	font-size: 27px;
	font-weight: 600;
	text-transform:uppercase;
	display:block;
	margin-bottom:30px;
	text-align:center;
}
.productblock:hover .productblocklabel{visibility:hidden;}
.productblock:hover h3{visibility:hidden;}
.productblock:hover .hiddenlayer{
	display:block;
}
.productblock:hover .hd-vsble{visibility: visible !important;}
.hiddenlayer{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	padding:110px;
}
.orangealpha{
	background:rgba(241, 102, 124, 0.7);
}
.bluealpha{
	background:rgba(27, 105, 177, 0.7);
}
.colwyt{color:#fff !important; display:block;}
.sml_desc {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    list-style: outside none circle;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left;
}
.hvr_btn{
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	margin:10px auto;
	display:block;
	width:75px;
	line-height:30px;
}
.qukselect{
	padding:0px 20px;
	text-align:center;
	font-size:16px;
	line-height:22px;
	margin-top:10px;
}
.quktitle{
	padding:0px 20px;
	text-align:center;
	margin-top:100px;
	font-size:20px;
	color:#fe6d01;
}
.hidecus{cursor:default;}
.newheadline{
	font-family:'AvenirDemi';
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	display:block;
	text-align:center;
}
.newregadd{
	color: #787878;
  font-size: 16px;
}
.session-provideo{
	background-color: #fff;
	padding: 50px 0 30px;
}
.provid-wrp{
	width: 900px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
	padding: 5px;
	height: 510px;
	margin: 0 auto;
}
.banner-btnwrp{
	position: absolute;
	bottom: -45px;
	z-index: 2;
}
.btn-viewprovideo {
	background-color: #fe6d01;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 10px 15px;
	text-align: left;
	padding-left: 65px;
	margin: 15px auto;
	transition: 0.3s all 0s ease-in;
	border-radius: 50px;
	width: 410px;
	line-height: 20px;
	position: relative;
	font-weight: 600;
}
.btn-viewprovideo > span {
	font-size: 13px;
	line-height: 17px;
}
.btn-viewprovideo > i {
	width: 55px;
	display: block;
	float: left;
	height: 100%;
	position: absolute;
	background-color: #fe6d01;
	left: 0;
	top: 0;
	border-right: 1px solid #ff8d3d;
	transition: 0.3s all 0s ease-in;
	background: url(../img/icon-play.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-viewprovideo:hover,.btn-viewprovideo:focus{
	background-color:#333;
	color:#fff;
	transition:0.3s all 0s ease-in;
}
.btn-viewprovideo:hover > i{
	border-right-color: #555;
	transition:0.3s all 0s ease-in;
}
@media (max-width: 1199px) {
	 .container.nav-header{width:100%;}
	 .header-menu{width:auto;}
	 .menuitem{font-size:13px;}
	 .field-search{top: 16px;}
	 .col-infodiv{padding: 85px 15px;}
	 .product-wrp:hover .product-price{margin-bottom:50px; margin-top:-10px;}
	 .btn-addtocarthover,.btn-viewdtlshover{font-size:14px;}
	 .btn-addtocarthover:before,.btn-viewdtlshover:before{left:8px;}
	 .session-media{min-height:430px;}
	 .footer-logo img{width:130px;}
	 .footer-cntctdtl{font-size:14px;}
	 .popup-item-wrp{padding:10px 0;}
		.twitter-bg{
			margin: 90px auto 20px;
			position: relative;
			right: auto;
		}
		.twitter-bg .twitter-timeline{
			border:1px solid #f0eee4 !important;
		}
		.res-bluehead{width:100%; padding-right:30px;}
		.productblock{padding:20px 0px;}
		.productblocklabel{margin-bottom:0px;}
		.hiddenlayer{padding:40px;}
 }
 @media (min-width: 992px) and  (max-width: 1199px){
	 .header-menu li{padding: 21px 7px;}
	 .header-menu li.logo-wrp{float: left;padding: 0 7px;}
	 .header-menu li.list-btnwrp{top: -8px; right:35px;}
	 .icon-search{top: 33px; right:20px;}
	 .icon-search.close{right:17px;}
	 .field-search{right: 10px;top:22px;}
	 .btn-headerdown.buyonline{margin-left:5px;}
 }

 @media (max-width: 991px) {
	 .nav-header{padding:5px 0;}
	 .nav-header{min-height:88px;}
	 .body-container{margin-top:129px;}
	.logo-res{
		width:198px;
		display: block;
		height: 68px;
		left: 15px;
		position: absolute;
		top: 5px;
	}
	.menu-res{
		 position:absolute;
		 right:15px;
		 top:25px;
		 background:url(../img/menu.png);
		 background-repeat:no-repeat;
		 background-position:0 -30px;
		 width:28px;
		 height:28px;
		 cursor:pointer;
		 transition:0.3s all 0s ease-in;
	 }
	 .menu-res-act{
		 position:absolute;
		 right:15px;
		 top:25px;
		 background:url(../img/menu.png);
		 background-repeat:no-repeat;
		 background-position:0 0;
		 width:28px;
		 height:28px;
		 cursor:pointer;
		 transition:0.3s all 0s ease-in;
	 }
	 .header-menu{
		 background:#1e55a3;
		 display: block;+
		 height: 480px;
		 top: 83px;
		 position:absolute;
		 width: 100%;
		 padding:10px 0;
	 }
	 .header-menu li {
			padding: 8px 15px;
			text-align: center;
			width: 100%;
		}
		.header-menu li.list-btnwrp {
			position: relative;
			right: auto;
			top: 10px;
		}
		.res-btncenter{
			margin:0 auto;
			width:-moz-fit-content;
			width:-webkit-fit-content;
			width:-ms-fit-content;
			width:-o-fit-content;
		}
		.header-menu li:hover{background-color:#194584;}
		.menuitem{font-size: 15px; color:#fff;}
		.menuitem:after{border:none;}
		.menuitem:hover{color:#fff200;}
		.menuitem:hover:after{margin:0;}
		.header-menu li.list-btnwrp:hover{background:none;}
		.btn-headerdown.buyonline{background-color:#2b81cf; border:1px solid #2b81cf;}

	.header-menu li.logo-wrp{display:none;}
	.icon-search{right: 60px;top: 35px;}
	.icon-search.close{right: 64px;top: 35px;}
	.field-search{right: 55px;top: 26px;}
	.headbgimg{min-height:500px;}
	.col-infodiv{padding: 55px 15px;}
	.info-itemhead{color: #2b2b2b;font-size: 25px;}
	.twitter-timeline.twitter-timeline-rendered{height: 369px !important;}
	.btn-addtocarthover:before,.btn-viewdtlshover:before{left:35px;}
	.session-media{min-height: 370px;}
	.heading-bgarrow.line-grad{
	background: -moz-linear-gradient(left, rgba(172,172,172,1) 0%, rgba(172,172,172,1) 28%, rgba(172,172,172,0) 28%, rgba(172,172,172,0) 72%, rgba(172,172,172,1) 72%, rgba(172,172,172,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(172,172,172,1) 0%,rgba(172,172,172,1) 28%,rgba(172,172,172,0) 28%,rgba(172,172,172,0) 72%,rgba(172,172,172,1) 72%,rgba(172,172,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(172,172,172,1) 0%,rgba(172,172,172,1) 28%,rgba(172,172,172,0) 28%,rgba(172,172,172,0) 72%,rgba(172,172,172,1) 72%,rgba(172,172,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
}
	.footer-menu-wrp{margin-bottom:15px;}
	.popup-item-wrp .product-img-wrp{min-height:auto; margin-bottom:10px;}
	.popup-item-wrp .product-img-wrp img{max-height:150px;margin:20px auto;}
	.howthey-img-wrp{margin-top:40px;}
	.popup-item-wrp a.btn-addtocart{margin-left:0px;}
	.productblocklabel{font-size:25px;}
	.provid-wrp{width: 690px;height: 392px;}
 }

 @media (max-width: 767px) {
	.container.nav-header{padding:0;min-height: 79px;}
	.logo-res{top:5px;}
	.icon-cart{margin-right:15px;}
	.menu-res,.menu-res-act{top:18px;}
	.icon-search{top:24px;}
	.field-search{top:14px;}
	.icon-search.close{top:24px;}
	.header-menu{top:79px;}
	.field-search.active{width:200px;}
	.body-container{margin-top:119px;}
	.bannertxt-wrp{top:40%;}
	.home-title{font-size:45px;}
	.home-subtitle{margin-top:5px;}
	.btn-addtocarthover::before,.btn-viewdtlshover::before{left: 30px;}
	.howthey-subhead{font-size:20px;}
	.btn-viewmain{margin: 30px auto 40px;}
	.session-media{min-height: 430px;}
	.heading-bgarrow.line-grad{background: none; border-bottom:1px solid #acacac;}
	.captcha-wrp{position:relative; bottom:unset; top:10px;}
	.poweredby-wrp{right:15px;}
	.product-wrp{height:auto;}
	.modal-dialog{width:auto}
	.modal-content{margin-left:10px; margin-right:10px;}
	.cont-shopping{margin-top:15px;}
	.bl-login{border-left:none; border-top:1px solid #dcdada; margin-top:30px; padding-top:20px;}
	.btn-cart-user{ float: none !important;margin: 20px auto !important;}
	.msg-head{font-size:30px;}
	.msg-subhead{font-size:20px;}
	.pro-cat-sel{margin:20px 20px 0 0;}
	.faq_qus{font-size: 16px;}
	.header-dropdown-wrp{right:45px;}
	.header-dropdown-wrp a{font-size:14px;}
	.res-bluehead{padding-right:15px;}
	.btn-back{margin-top:20px;}
	.lnk-remove-wrp{position:absolute; top:10px; right:10px;}
	.lnk-remove{margin-top:10px;}
	.cart-dtl-wrp .product-totalprice{text-align:right;}
	.error_msgbox p{font-size:16px;}
	.success_msgbox p{font-size:16px;}
	.pos_arrange{position:relative;bottom:0px;}
	.uv_sticker{background:url(../img/uv_sticker.png) no-repeat center center; margin-bottom: 20px;}
	.provid-wrp{width: 450px;height: 258px;}
 }

 @media (max-width: 479px) {
	 .col-xxs-11{width:91.6667%;}
	 .col-xxs-10{width:83.3333%;}
	 .col-xxs-8{width:66.6667%;}
	 .col-xxs-7{width:58.3333%;}
	 .col-xxs-6{width:50%;}
	 .col-xxs-5{width:41.6667%;}
	 .col-xxs-4{width:33.3333%;}
	 .nav-header{min-height:78px;}
	.body-container{margin-top:124px;}
	.home-title{font-size: 29px;line-height: 30px;}
	.home-subtitle{font-size: 22px;}
	.section-heading{font-size: 22px;}
	.heading-bgarrow{margin-top: 33px;}
	.heading-bgarrow:after{top:27px;}
	.heading-bgarrow:before{top:27px;}
	.btn-addtocarthover::before,.btn-viewdtlshover::before{left: 22px;}
	.txt-copyr{margin:9px 0 0;}
	.visible-xxs{display:block;}
	.continue-btn-wrp .btn-cancel,.continue-btn-wrp .btn-continue{margin: 0 auto 20px;}
	.howthey-head{font-size: 20px;}
	.howthey-dtl{font-size:14px;}
	.howthey-listing li{font-size:14px;}
	.howthey-sbhead{font-size:19px;}
	.howthey-head2{font-size:19px;}
	.twitter-bg{max-width:260px;}
	.pro-cat-sel{margin:20px 0 0 0;}
	.btn-back{margin-left:20px;}
	.cart-titlehd{font-size:20px;}
	.icon-search.close{right:22px;top:88px;}
	.field-search{right:15px;top: 79px; border:1px solid #96b8ef;}
	.cat-sel-ul{position:relative;}
	.res-captcha{transform:scale(0.86); transform-origin:0 0;}
	.captcha-wrp{top:30px;}
	.error_msgbox,.success_msgbox{height:70px; padding:20px 10px 0;}
	.success_msgbox p,.error_msgbox p{background:none; font-size:15px; line-height:18px;}
	.social-wrp .protxt-email{font-size:14px;}
	.wrist_band, .uv_sticker{
		width:265px;
		background-size: contain;
	}	
	.provid-wrp{width: 100%; height: 168px; max-width: 290px;}
	.btn-viewprovideo{
		text-align: center;
		width: 290px;
		padding: 10px 15px;
	}
	.btn-viewprovideo > i {display: none;}

 @media (max-width: 413px) {
 }

 @media (min-width: 992px) and  (max-width: 1199px) {
 }

 @media (min-width: 768px) and  (max-width: 991px) {

 }

 @media (min-width: 480px) and  (max-width: 767px) {

 }

 @media (min-width: 769px){
 }

 label.error {
    color: #ef2c0c;
    font-size: 13px;
}
