@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
html,body{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	min-height: 100vh;
	background-color: #eaeaea;
	scrollbar-width: none;
}
*{
	box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  scrollbar-width: none;
  -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*::-webkit-scrollbar {
  display: none;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.app{
	
	margin: 0px auto;
	box-shadow: 0px 0px 5px #909090;
	min-height: 100vh;
	background-color: #fff;
}
.shead{
    background-color: #565151;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.shead img{
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.shead span.text{
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	font-weight: 600;
}
.shead span.reqb{
	display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px 7px;
    margin-left: 10px;
}
.hamburger-menu{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow-y: scroll;
	width: 0px;
	transition: all 0.5s;
	background-color: #fff;
	z-index: 100;
}
.hamburger-menu .bun{
	width: 300px;
}
.hamburger-menu .t{
	padding:10px;
	border-bottom: 1px solid #eaeaea;
}

.hamburger-menu .t .t-i{
	display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.hamburger-menu .t .t-t{
	display: inline-block;
    width: 240px;
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 600;
}
.hamburger-menu .u{
	
}
.hamburger-menu .u a{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
	margin: 0px 10px;
	font-weight: 600;
}
.hamburger-menu-cover{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.8);
	display: none;
	z-index: 99;
}
.fsearch{
	background-image: url(images/search_b.png);
    background-repeat: no-repeat;
    position: fixed;
    top: 50px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.9);
    z-index: 2;
    border-radius: 25px;
    background-size: 60%;
    background-position: center;
    box-shadow: 0px 0px 4px 0px #000;
}
.isearch{
	 position: fixed;
    top: 50px;
    left: calc(50vw - 150px);
    text-align: center;
    z-index: 3;
    width: 300px;
}
.isearch input{
	display: inline-block !important;
    width: 300px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px #000;
}
/*.fcart{
	background-image: url(images/cart_b.png);
    background-repeat: no-repeat;
    position: fixed;
    top: 100px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.9);
    z-index: 2;
    border-radius: 25px;
    background-size: 60%;
    background-position: center;
    box-shadow: 0px 0px 4px 0px #000;
}*/
.fcart > span{
	display: block;
	height: 40px;
	width: 40px;
	position: relative;
}
.fcart > span > span{
    background-color: #1e7ec8;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 13px;
    position: absolute;
    top: -7px;
    left: -7px;
    transition: all 0.3s;
	transform: rotateY(0deg);
}
.fcart > span > span.halfA{
	transform: rotateY(180deg);
}
.head{
	min-height: 50px;
	line-height: 50px;
	background-color: #fff;
	box-shadow:0px 0px 2px #999;
	overflow: auto;
}

.head .logo{
	height: 50px;
	margin: 10px;
	float: left;
	margin-left: 10px;
}
.head .he{
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background-size: 65%;
	background-position: center;
	background-repeat: no-repeat;
}
.head .he.he1{
	background-image: url('images/hi_1.png');
}
.head .he.he2{
	background-image: url('images/hi_2.png');
}
.head .he.he3{
	background-image: url('images/hi_3.png');
}
.head .he.he4{
	background-image: url('images/hi_4.png');
}
.head .he.he5{
	background-image: url('images/hi_5.png');
}
.head .he.he7{
	background-image: url('images/hi_7.png');
}
.head .he.hel{
	background-image: url('images/rollinggrey.gif');
    background-size: 70%;
    display: none;
}
 @media (prefers-dark-interface) { 
    .head .he.he1{
		background-image: url('images/hi_1.png');
	}
	.head .he.he2{
		background-image: url('images/hi_2.png');
	}
	.head .he.he3{
		background-image: url('images/hi_3.png');
	}
	.head .he.he4{
		background-image: url('images/hi_4.png');
	}
	.head .he.he5{
		background-image: url('images/hi_5.png');
	}
	.head .he.he7{
		background-image: url('images/hi_7.png');
	}
	.head .he.hel{
		background-image: url('images/rollinggrey.gif');
	    background-size: 70%;
	    display: none;
	}
}
.head .he.hetext{
	width: 70px;
    font-size: 13px;
    color: #ccc;
    font-weight: 600;
    text-align: center;
}

.head .he.he-r{
	float: right;
}
.head .he-t{
	height: 50px;
	padding-left: 10px;
	font-size: 15px;
}
.he-s{
	height: 40px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0px;
    transition: all 0.3s;
}
.he-s input{
    border: 0px;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    vertical-align: top;
    padding: 0px 10px;
    width: 100%;
}
.he-s .ci{
	position: absolute;
	right: 0px;
	top: 0px;
}
.header{
	height: 75vh;
	background-color: #666;
	overflow: auto;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.header .hair{
	height: 60vh;
	//background-color: rgba(0,0,0,0.6);
}
.header .hair .ord_ico{
	color: #fff;
    border: 2px solid #fff;
    float: right;
    font-size: 14px;
    padding: 5px;
    margin-right: 58px;
    margin-top: 10px;
    border-radius: 5px;
    background-image: url('images/orders_icon.png');
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: auto 90%;
    padding-left: 31px;
    font-weight: 600;
}
.header .hair .rew_ico{
	color: #fff;
    border: 2px solid #fff;
    float: right;
    font-size: 14px;
    padding: 5px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-image: url('images/rewards_icon.png');
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: auto 90%;
    padding-left: 31px;
    font-weight: 600;
}
.header .hair .hamburger{
	background-image: url('images/hamburger.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
    width: 30px;
    background-size: contain;
    float: left;
    margin-left: 20px;
    margin-top: 11px;
}
.header .hair .subtitle{
	    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0px auto;
    margin-top: 10px;
    text-shadow: -1px 0px 2px #333, 0px -1px 2px #333, 0px 1px 2px #333, 1px 0px 2px #333;
}
.header .mouth{
	text-align: center;
    clear: both;
    width: 150px;
    height: 150px;
    margin: 0px auto;
    background-size: 100%;
    /* border: 3px solid #3e2e2e; */
	/* border-radius: 75px; */
	border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #fff; */
    /* box-shadow: 0px 0px 2px 2px #222;	 */
}
.header .mouth .he-t{
	color: #fff;
}
.header .moustache {
	text-align: center;	
	margin-top: 30px;
	
}
.header .moustache input{
	display: inline-block;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.6);
    border: 0px;
    background-image: url('images/search_b.png');
	background-repeat: no-repeat;
	background-position: right 9px center;
    background-size: 24px;
    padding-left: 15px;
}
.header .he{
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background-size: 65%;
	background-position: center;
	background-repeat: no-repeat;
}
.header .he.he1{
	background-image: url('images/hi_1.png');
}
.header .he.he2{
	background-image: url('images/hi_2.png');
}
.header .he.he3{
	background-image: url('images/hi_3.png');
}
.header .he.he4{
	background-image: url('images/hi_4.png');
}
.header .he.he5{
	background-image: url('images/hi_5.png');
}
.header .he.he7{
	background-image: url('images/hi_7.png');
}
.header .he.hel{
	background-image: url('images/rollinggrey.gif');
    background-size: 70%;
    display: none;
}
.header .he.hetext{
	width: 70px;
    font-size: 13px;
    color: #ccc;
    font-weight: 600;
    text-align: center;
}

.header .he.he-r{
	float: right;
}
.header .he-t{
	height: 50px;
	padding-left: 10px;
	font-size: 15px;
}
.he-s{
	height: 40px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0px;
    transition: all 0.3s;
}
.he-s input{
    border: 0px;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    vertical-align: top;
    padding: 0px 10px;
    width: 100%;
}
.he-s .ci{
	position: absolute;
	right: 0px;
	top: 0px;
}
#slider{
	white-space: nowrap;
	overflow-x: scroll;
}
#slider .bnr{
	text-decoration: none;
	border: 0px;
	vertical-align: middle;
	display: inline-block;
	padding: 10px;
	width: 90%;
}
#slider .bnr img{
	display: block;
	max-width: 600px;
	margin: 0px auto;
	width: 100%;
}
.items{
}
.items .subcat{
	width: 100%;
	background-color: #f6f6f6;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	background-image: url('images/cx_for.png');
	background-size: 16px;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px;
}
.items .subcat .subcat-t{
	display: inline-block;
    padding: 11px 15px;
    vertical-align: middle;
    white-space: normal;
    width: calc(100% - 60px);
    font-size: 20px;
}
.items .subcat .subcat-p{
	    display: inline-block;
    width: 49px;
    height: 49px;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    border-radius: 4px;
}
.items .subcat[status="opened"]
{
	background-image: url('images/cy_for.png');
}
.items .subclist{
	width: 100%;
	display: flex;
    flex-basis: auto;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
   // transition: all 0.5s;
}
.items .subclist:not([subcat="NULL"])
{
	max-height: 0px;
	overflow: hidden;
}
.it{
	display: block;
	box-shadow: 0px 1px 4px 1px #ccc;
    border: .4000000059604645px solid #e8e8e8;
	padding: 10px 7px;
	margin: 5px 10px;
	width: 100%;
	background-color: #fff;
	text-align: left;
}
.it:hover{

}
.it .it-thumb{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	background-color: #ccc;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.it[bigimage="1"] .it-thumb{
	    display: block;
    width: auto;
    height: 0px;
    padding-top: 100%;
    border-radius: 0px;
}
.it .it-cast{
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: middle;
	padding:0px 10px;
}
.it[bigimage="1"]{
	box-shadow: 0px 1px 4px 1px #ccc;
    border: .4000000059604645px solid #e8e8e8;
    margin: 10px;
    border: 0px;
    padding: 0px;
}
.it[bigimage="1"] .it-cast{
    display: block;
    width: auto;
    height: auto;
    overflow: auto;
    margin: 10px;
	padding-bottom:10px;
}
.it[bigimage="1"] .it-cast .it-p{
	display: none !important;
}
.it[bigimage="1"] .it-cast .it-p2{
	padding-top: 3px;
    display: inline-block !important;
        font-size: 13px;
}
.it .it-cast .it-t{
	font-size: 15px;
	font-weight: 600;
	white-space: normal;
	-webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.it .it-cast .it-d{
	font-size: 13px;
	color: #555;
	overflow: hidden;

}
.it .it-cast .it-p{
	float: right;
	font-size: 14px;
	display: none !important;
}
.it .it-cast .it-p2{
	display: none;
    display: inline-block !important;
        font-size: 13px;
}
.it .io-a, .it .io-r{
	display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #ccc;
    border-radius: 5px;
	color: #fff;
}
.it .io-a{
	background-color: #388d41;
}
.it .io-r{
	background-color: #ce3531;
}
.it .add-bt{
	text-align: right;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
	float: right;
	pointer-events: all;
}
.it .tags{
		clear: both;
}
.it .it-de{
	font-size: 13px;
    text-align: left;
    line-height: 15px;
    color: #666;
    	
}
.it .it-de.hhy{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 45px;
    overflow: hidden;
    white-space: normal;
}
.it .buy-ticket{
	display: inline-block;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.items.pro .it .it-de{
	display: none;
}
.it .tags span{
	font-weight: 600;
    font-size: 9px;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 4px;
    margin-right: 6px;
    margin-top: 10px;
    text-transform: uppercase;
}
.it .add-bt .abx{
	padding:0px 10px;
	border:1px solid #b7b7b7;
	border-radius: 3px;
	color: #565151;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	pointer-events: all;
}
.it .add-bt .aby{
	display: inline-block;
	border:1px solid #b7b7b7;
	border-radius: 3px;
	color: #565151;
	height: 30px;
	line-height: 28px;
}
.it .add-bt .aby span{
	min-width: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.it .add-bt .aby span.count{
	color: #fff;
	background-color: #565151;
	width:25px;
}
.it .add-bt .aby textarea.count{
width: 28px;
    display: inline-block;
    height: 28px;
    padding: 0px;
    resize: none;
    appearance: none;
    border: 0px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-top: 0px;
    border-bottom: 0px;
}
.it[count="0"] .add-bt .abx{
	display: inline-block;
}
.it[count="0"] .add-bt .aby{
	display: none;	
}
.it:not([count="0"]) .add-bt .abx{
	display: none;
}
.it:not([count="0"]) .add-bt .aby{
	display: inline-block;	
}
.it .cust{
	display: block;
    font-size: 11px;
    color: #517ea0;
}
.itx{
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 7px;
}
.itx .it-count{
	width:35px;
	display: inline-block;
	vertical-align: top;
}
.itx .it-cast{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding:0px 10px;
}
.itx .it-cast .it-t{
	font-size: 15px;
	font-weight: 600;
}
.itx .it-cast .it-d{
	font-size: 13px;
	color: #555;
}
.itx .it-cast .it-p{
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}
.itx .add-bt{
	float: right;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.itx .add-bt .aby{
	display: inline-block;
	border:1px solid #565151;
	border-radius: 3px;
	color: #565151;
	height: 30px;
	line-height: 28px;
}
.itx .add-bt .aby span{
	min-width: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.itx .add-bt .aby span.count{
	color: #fff;
	background-color: #565151;
	width:25px;
	text-align: left;
}
.itx .add-bt .aby textarea.count{
width: 28px;
    display: inline-block;
    height: 28px;
    padding: 0px;
    resize: none;
    appearance: none;
    border: 0px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-top: 0px;
    border-bottom: 0px;
}
.items.pro{
	display: flex;
    /* flex-direction: column; */
    flex-basis: auto;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
    
}
.items.pro .it{
	display: inline-block;
    width: calc(50% - 25px);
    vertical-align: top;
    white-space: normal;
    padding: 0px;
    box-shadow: 0px 1px 4px 1px #ccc;
    border: .4000000059604645px solid #e8e8e8;
    margin: 6px;
    overflow: auto;
    position: relative;
    padding-bottom: 50px;
}
.items.pro .it[hideCart="1"][hasImage="1"]
{
	min-height:255px;
}
.items.pro .it[hidePrice="1"][hasImage="1"]
{
	min-height:240px;
}
.items.pro .it[hasImage="0"]
{
	min-height:100px;
}

.items.pro .it:nth-child(odd)
{
	//float: right;
}
.items.pro .it:nth-child(even)
{
	//float: left;
}
.items.pro .it .it-thumb{
	display: block;
    width: auto;
    height: 0px;
    padding-top: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
	position:relative;
}
.items.pro .it .it-thumb .view_360{
	background-image:url('images/360_view.png');
	background-color:rgba(0,0,0,0.7);
	display:inline-block;
	position:absolute;
	top: 5px;
    left: 0px;
    width: 55px;
    height: 30px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #333;
}
.items.pro .it .it-cast{
	display: block;
	width: auto;
	padding: 0px;
	margin: 10px;
}
.items.pro .it .it-cast .it-t{
	clear: both;
	display: block;
}
.items.pro .it .it-cast .it-p{
	float: none;
	display: none;
}
.items.pro .it .it-cast .it-p2{
	float: none;
	font-size: 13px;
	display: block;
	    display: inline-block !important;
    padding-top: 15px;
    margin-top: 0px;

}
.items.pro .it .add-bt{
    text-align: center;
    clear: both;
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 40px;
}
.items.pro .it .it-pm{
	position: absolute;
    bottom: 20px;
    height:40px;
    	
}
.items.pro .it .tags{

}
.items.pro .it .tags span{
	margin: unset;
    margin: 2px;
}
.witem{
	//background-image: url('images/witem.png?1');
	height: 30px;
    display: inline-block;
    background-size: contain;
    border-radius: 5px;
    background-color: #25D366;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 5px center;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: none;
}
.it .witem{
	//background-image: url('images/witem.png?1');
	height: 30px;
    display: inline-block;
    background-size: contain;
    border-radius: 5px;
    background-color: #25D366;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 5px center;
    line-height: 30px;
   // padding-left: 32px;
    padding-right: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: none;
}
.items.pro  .it .witem{
	position: absolute;
    left: 10px;
    bottom: 20px;
    
}
.witem.wsml{
	font-size: 13px;
}
.witem.wmed{
	
}
.witem.wlrg{
	font-size: 16px;
}
.varc{
	text-align: right;
	padding-right: 20px;
	overflow: auto;
}
.varc .abx,.varc .aby{
	margin-left: 10px;
}
.varc .abx{
	display: inline-block !important;
	background-color: #000 !important;
	color: #fff !important;
}
.autocomplete{
	height: 0px;
    overflow: visible;
    padding: 0px 10px;
}
.autocomplete .autobox{
	background-color: #fff;
    position: relative;
    box-shadow: 0px 2px 3px #666;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.autocomplete .autobox > div{
	padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.autocomplete .autobox > div > strong{
	
}
.autocomplete .autobox > div > span{
	    color: #666;
}

.floater{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-color: #565151;
	border-radius: 25px;
	background-image: url('images/ci_add.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}
.cover{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	display: none;
}
.drawer{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	max-height:100vh;
	z-index: 11;
	height: 0px;
	
	transition: all 0.5s;
	overflow: hidden;
	max-width: 600px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100px, rgba(255,255,255,0) 150px, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100px,rgba(255,255,255,0) 150px,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100px,rgba(255,255,255,0) 150px,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	
}
.drawer .topdraw
{
	text-align: center;
	height: 50px;
	max-height:calc(100vh - 50px);
}
.drawer .topdraw .tx{
	background-image: url('images/ci_cross.png');
	display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #565151;
    background-position: center;
    border-radius: 20px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.drawer .topdraw .ty{
	background-image: url('images/ci_link.png');
	display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #565151;
    background-position: center;
    border-radius: 20px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.drawer .indraw{
	padding-bottom: 0px;
	overflow: scroll;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.drawer .indraw .items{

}
.form{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	display: none;
	z-index: 13;
	overflow: scroll;
}
.form .formhead{
	height: 50px;
	background-color: #565151;
	padding: 5px 0px;
}
.form .formhead .ftitle{
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
.form .formhead .ci_tick{
	float: right;
}
.form .formbody{
	padding: 10px;
}
.form .formbody .finput{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.form .formbody .finput input, .form .formbody .finput textarea{
	width: 100%;
}

/*---- Moreover ------*/
input[type=text],input[type=number],input[type=email],textarea, select{
	border: 1px solid #eaeaea;
	display: block;
	padding: 10px;
	font-size: 15px;
	outline: none;
	background-color: #fff;
	height: 40px;
	-webkit-user-select:text;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[readonly]{
	background-color: #fbfafa;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,input:-internal-autofill-selected {
    background-color: transparent !important;
}
.codebox{
	height: 40px;
	background-image: url('images/code.png');
	width: 180px;
    margin: 0px auto;
    letter-spacing: 35px;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 19px !important;
    padding-right: -35px;
}
.wabox{
	width:100%;
	background-image: url('images/whatsapp.png') !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 24px;
    padding-left: 40px !important;
}
.l1{
	height: 45px;
	line-height: 45px;
	padding:0px 10px;
	font-size: 13px;
	color: #333;
}
.l1:hover{
	background-color: #eaeaea;
}
.l1 span{
	    margin-top: -30px;
    display: block;
    font-size: 12px;
    color: #999;
}
.ci{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}
.ci.ci_cross_black{
	background-image: url('images/ci_cross_black.png');
}
.ci.ci_link_black{
	background-image: url('images/ci_link_black.png');
}
.ci.ci_cross{
	background-image: url('images/ci_cross.png');
}
.ci.ci_tick{
	background-image: url('images/ci_tick.png');
}
.i{
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.i.ithumb{
	background-image: url('images/thumb.png');
	width: 80px;
	height: 80px;
	background-size: 80%;
}
.imr .x{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	background-color: #ce3531;
	background-image: url('images/ci_cross.png');
	background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.bigRed{
	background-color: #ce3531;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: normal;
     font-size: 14px;
    border-radius: 5px;
    margin: 10px 0px;
}
.bigBlue{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: normal;
    font-size: 14px;
    border-radius: 5px;
    margin: 10px 0px;
}

.smallBlue{
    border:1px solid #000;
    color: #565151;
    text-align: center;
    padding: 10px;
    line-height: normal;
    font-size: 14px;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}
.smallBlue.act{
    background-color: #565151;
    color: #fff;
}
/**** Image Picker *****/
.noscroll::-webkit-scrollbar{
	display:none;	
}

.catlist-left{
	
}
.catlist-right{
	
}
.catlist{
	display: block;
	overflow: scroll;
	white-space: nowrap;
	margin-bottom: 10px;
	padding-left: 10px;
}
.catlist[pro="0"] .ct-n{
	display: inline-block;
    padding: 10px;
    border: 1px solid #adacac;
    color: #666;
    background-color: #e8e8e8;
    border-radius: 5px;
    margin-right: 8px;
    font-size: 14px;
}
.catlist[pro="0"] .ct-n.act{
	background-color: #565151;
	border: 1px solid #333;
	color: #fff;
}
.catlist[pro="0"] .c-i{
	display: none;
}
.catlist[pro="1"] .ct-n{
	display: inline-block;
    padding: 10px;
    margin-right: 8px;
    font-size: 14px;
    text-align: center;
    max-width: 120px;
    vertical-align: top;
    
}
.catlist[pro="1"] .ct-n.act{
	
}
.catlist[pro="1"] .ct-n .c-i{
    display: block;
    height: 70px;
    width: 70px;
    margin: 0px auto;
    background-size: cover;
    border-radius: 35px;
    border: 0px solid #666;
    opacity: 0.6;
    margin-bottom: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px 2px #ccc;
}
.catlist[pro="1"] .ct-n.ct-curved .c-i{
	border-radius: 5px;
}
.catlist[pro="1"] .ct-n.act .c-i{
	opacity: 1;
	border: 2px solid #333;
}
.catlist[pro="1"] .c-t{
	font-weight: 600;
	color: #666;
	display: block;
    white-space: normal;
}
.catlist[pro="1"] .ct-n.act .c-t{
	color: #000;
}

.vart{
	padding:10px 15px;
	border-bottom: 1px solid #eaeaea;
}
.vart .vart-t{
	    font-weight: 600;
    margin-bottom: 5px;
}
.vart .vart-o{
	    font-size: 14px;
	    margin-bottom: 5px;
}
.vart .vart-o .vart-l{
	    display: inline-block;
    width: 50%;
}
.vart .vart-o .vart-r{
	    display: inline-block;
    width: 48%;
    text-align: right;
}
.carter{
	position: fixed;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-color: #565151;
	color: #fff;
	border-radius: 5px;
	display: none;
	font-size: 13px;
	max-width: 590px;
	z-index: 1;
}
.carter .c-l{
	display: inline-block;
	vertical-align: middle;
	width:48%;	
	padding: 10px;
}
.carter .c-r{
	display: inline-block;
	vertical-align: middle;
	width:48%;
	text-align: right;
	padding: 10px;
}
.carter .c-l .c-l-t{
	display: block;
}
.carter .c-l .c-l-b{
	display: block;
}
.carter .c-l .c-l-b span{
	font-size: 12px;
}
.pcodeb{
	font-size: 14px;
    background-color: #e2ebff;
    padding: 10px;
	background-image: url('images/discount2.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px 38px;
}
.promocodes{
	padding: 10px;
	font-size: 15px;
}
.promocodes .coup{
	padding: 5px 10px;
    font-size: 14px;
}
.promocodes .coup .coup-title{
	font-weight: 600;
}
.promocodes .coup .coup-value{
	
}
.papplied{
	font-size: 14px;
    background-color: #e2ebff;
    padding: 10px;
}
.papplied .remcoup{
	float: right;
    margin-top: -4px;
    color: red;
    font-size: 13px;
    font-weight: 600;

}
.papplied .papp-title{
	font-weight: 600;
}
.papplied .papp-amt{
	float: right;
}
.cst{
	font-size: 14px;
}
@media only screen and (max-width: 600px) {
	.cst {
		padding: 0 7px;
	}
}
.cst .cst-l{
	padding:0px 5px;	
}
.cst .cst-l .cst-t{
	display: inline-block;
	width: 48%;
	padding: 10px;
}
.cst .cst-l .cst-v{
	display: inline-block;	
	width: 48%;	
	padding: 10px;
	text-align: right;
}
.add{
    line-height: 16px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
	    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
}
.smode{
	padding: 10px;
}
.smode .smode-l{
	padding: 5px;
    font-weight: 600;
    padding-left: 23px;
    font-size: 15px;
}
.smode .smode-l.sel{
	background-image: url('images/ci_tick_o.png');
	background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.proPop{
	position: fixed;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
    z-index: 11;
	overflow: visible;    
    max-width: 600px;
}
.proPop .topdraw
{
	text-align: center;
	height: 50px;
}
.proPop .topdraw .tx{
	background-image: url('images/ci_cross.png');
	display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #565151;
    background-position: center;
    border-radius: 20px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.proPop .topdraw .ty{
	background-image: url('images/ci_link.png');
	display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #565151;
    background-position: center;
    border-radius: 20px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.proPop .topdraw .tz.fcart{
	all: unset;
	background-image: url('images/ci_cart.png');
	display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #565151;
    background-position: center;
    border-radius: 20px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.proPop .desc{
	margin: 10px;
	    width: calc(100% - 20px);
    overflow: scroll;
}
.proPop  .popProBox{
	max-height: calc(100vh - 150px);
	background-color: #fff;
    overflow: scroll;
}
.proPop  .it{
	box-shadow: none;
	border: 0px;
}
.proPop .desc img{
	max-width: 100%;
}
.proPop .desc iframe{
	max-width: 100% !important;
}
.proPop .imgs{
	padding: 10px;
}
.proPop .imgs .imt{
	display: inline-block;
    width: 100%;
}
.proPop .imgsx{
	padding: 10px;
	white-space: nowrap;
	overflow: scroll;
}
.proPop .imgsx .imtx{
	display: inline-block;
    width: 100%;
    margin-right: 10px;
}
.proPop .impx{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color:rgba(0,0,0,0.7);
}
.proPop .impx .impx-e{
	width:100%;
	height: 100%;
	background-image: 90%;
	background-position: center;
	background-repeat: no-repeat;
}
.vars .abx, .vars .aby{
	float: none;
}
.proPop  .it #vartbox{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	z-index: 12;
	max-width: 600px;
	padding-bottom:10px;
}
.proPop  .it #vartbox .vfoot{
	display: block;
	margin: 10px 20px;
	
}
.proPop  .it #vartbox .vfoot .it-p{
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 49%;
}
.proPop  .it #vartbox .vfoot .add-bt{
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin: 0px;
	width: 49%;
	text-align: right;
}
.notableno{
	    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.5);
}
.notableno .notablein{
	    display: block;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #333;
    margin: 0px auto;
    width: 240px;
    font-size: 15px;
    margin-top: 40vh;

}
.notableno .notablein a{
	font-size: 14px;
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #666;
    margin-top: 8px;
}
.payment{
	
}
.payment .pm{
	border: 1px solid #e2e2e2;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 15px;
    background-image: url('images/radio_0.png');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 10px center;
    padding-left: 23px;
}
.payment .pm .pm-i{
	display: inline-block;
	vertical-align: middle;
	height: 50px;
    width: 50px;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
.payment .pm .pm-t{
	display: inline-block;
	vertical-align: middle;
	padding:10px;
	background-size: contain;
}
.payment .pm.current{
	background-color: #eef5fb;
	border:1px solid #2674b2;
	background-image: url('images/radio_1.png');
}
.reviews{
	overflow-x: scroll;
	white-space: nowrap;
	position: relative;
    z-index: 1;	
}
.reviews .r{
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	color: #fff;
	
}
.reviews .r .r-t{
	font-weight: 600;
	margin-bottom: 5px;
	max-width: 600px;
	margin: 0px auto;
}
.reviews .r .r-d{
	max-width: 600px;
	margin: 0px auto;
}
.reviews .r .r-q{
	background-image: url('images/left-quote.png');
    height: 100px;
    background-size: auto 90%;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 600px;
	margin: 0px auto;
}
.reviews .r .r-u{
	text-align: right;
	color: #c1c1c1;
	max-width: 600px;
	margin: 0px auto;
}
.wf{
	background-color: #ddd;
	padding: 20px 10px;
	text-align: center;
	z-index: 1;
    position: relative;
}
.wf a{
	display: inline-block;
    text-decoration: none;
    margin: 7px;
    color: #444;
    font-size: 14px;
}
.countrycode{
	background-image: url('images/code_plus.png');
	background-repeat: no-repeat;
	background-position: 7px center;
    background-size: 10px;
    padding-left: 19px !important;
}

.chatbox{
	position: fixed;
    bottom: 10px;
    right: 10px;
    left: 10px;
    top:10px;
    max-width: 400px;
    z-index: 20;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px #5d5d5d;
    border-radius: 10px;
    overflow: hidden;
}
.chatbox .chatboxin{
	height:100%;
	position: relative;	
}
.chatbox .chatbox-head{
	height: 50px;
    background-color: #075e55;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.chatbox .chatbox-head .ch-logo{
	height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    margin: 5px;
    background-size: contain;
}
.chatbox .chatbox-head .ch-title{
	font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.chatbox .chatbox-head .ch-x{
	background-image: url(images/ci_cross.png);
    display: inline-block;
    width: 35px;
    height: 40px;
    float: right;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px;
	margin-left: 0px;
}
.chatbox .chatbox-head .ch-y{
	background-image: url(images/ci_history.png);
    display: inline-block;
    width: 35px;
    height: 40px;
    float: right;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px;
	margin-right: 0px;
}
.chatbox .chatbox-body{
	background-color: #e5ddd5;
	background-image: url('images/bg-chat.png');
	overflow-y: scroll;
	position: absolute;
	top: 50px;
	bottom: 50px;
	left: 0px;
	right: 0px;
	
}
.chatbox .chatbox-body .ch-msg{
	padding: 10px;
}
.chatbox .chatbox-body .ch-msg.ch-right{
	text-align: right;
}
.chatbox .chatbox-body .ch-msg.ch-left{
	
}
.chatbox .chatbox-body .ch-msg .ch-diag{
	padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
        white-space: break-spaces;
    overflow-wrap: anywhere;
}
.chatbox .chatbox-body .ch-msg .ch-diag img{
	max-width: 250px;
}
.chatbox .chatbox-body .ch-msg.ch-right .ch-diag{
	background-color:#dcf8c6;	
	margin-left: 40px;
	text-align: left;
}
.chatbox .chatbox-body .ch-msg.ch-left .ch-diag{
	background-color:#fff;	
	margin-right: 40px;
}
.chatbox .chatbox-foot{
	background-color:#f0f0f0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right:0px;
}
.chatbox .chatbox-foot .ch-pre{
	height: 50px;
	white-space: nowrap;
	overflow-x: scroll;
}
.chatbox .chatbox-foot .ch-pre .ch-pret{
	    font-size: 14px;
    display: inline-block;
    padding: 7px;
    border: 1px solid #666;
    border-radius: 15px;
    margin: 9px;
}
.chatbox .chatbox-foot .ch-post{
	height: 50px;
}
.chatbox .chatbox-foot .ch-post .ch-text{
	display: inline-block;
    width: 85%;
    height: 50px;
    vertical-align: middle;
}
.chatbox .chatbox-foot .ch-post .ch-text textarea{
	width: calc(100% - 10px);
    margin: 5px;
    border-radius: 20px;
    border: 1px solid #666;
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
}
.chatbox .chatbox-foot .ch-post .ch-send{
	display: inline-block;
    height: 50px;
    width: 15%;
    background-image: url('images/ch_send.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
    background-size: 30px auto;
}
.crown{
	padding: 10px;
	text-align: center;
}
.soic{
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	margin: 10px 7px;
}
.soic.facebook{
	background-image: url('images/soic_facebook.png');
	
}
.soic.instagram{
	background-image: url('images/soic_instagram.png');
	
}
.soic.whatsapp{
	background-image: url('images/soic_whatsapp.png');
	
}
.soic.telephone{
	background-image: url('images/soic_telephone.png');
	background-color: #2196f3;
}
.install-app{
	display: inline-block;
	position: fixed;
    bottom: 0px;
    left: calc(50% - 100px);
    text-align: center;
    z-index: 20;
    height:0px;
    transition: all 0.5s;
}
.install-app .ia-in{
	background-color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 0px 2px 2px #999;
}
.install-app .ia-in .ia-in-logo{
	display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.install-app .ia-in .ia-in-text{
	font-size: 14px;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 10px;

}
.install-app .ia-in .ia-in-clos{
	background-image: url('images/ci_cross_black.png');
	display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.op_loadr{
	display: none;
	background-image: url('images/order_placed.gif');
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eceff1;
        z-index: 12;
}
.alert{
	display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #666;
    z-index: 20;
    padding-bottom: 5px;
}
.alert .alert-in{
	padding: 5px;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
}
.celestial-object{
	position: fixed;
    top: 10px;
    width: 300px;
    left: calc(50% - 150px);
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #666;
    display: none;
    z-index: 3;
}
.celestial-object .co-b{
	display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.about *{
	max-width: 100% !important;
}
.offertag{
	background-color:#fff7e3;
	color: #efaf11 !important;
	border:1px dashed #efaf11;
	background-image: url('images/discount.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 3px center;
    padding-left: 21px !important;
}
.post-install-app{
	display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 12;
}
.post-install-app .pia{
	background: #fff;
    width: 400px;
    margin: 0px auto;
    margin-top: calc(50vh - 120px);
    padding-top: 20px;
    padding-bottom: 20px;
}
.post-install-app .pia .pia-logo{
	display: block;
    height: 120px;
    background-size: contain;
    width: 120px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.post-install-app .pia .pia-text{
	text-align: center;
}
.post-install-app .pia .pia-button{
	text-align: center;
    background-color: #666;
    padding: 5px 10px;
    width: 140px;
    margin: 0px auto;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: block;
    text-decoration: none;
    display: none;
}
.storeClosed{
    position: fixed;
    overflow: hidden;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    text-align: center;
    padding: 5px;
    background-color: #d8613b;
    color: #fff;
    font-size: 13px;
}
.footer{
	max-width:1300px;
	margin:0px auto;	
}
.search-node{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 2;
	padding: 10px;
}
.search-node .search-box{
	max-width: 800px;
    margin: 0px auto;
    height: 100%;	
}
.search-node .search-box .search-head{
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.search-node .search-box .search-head .s-x{
	background-image:url('images/ci_cross_black.png');	
	position: absolute;
	    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}
.search-node .search-box .search-head input{
	width: 100%;
    border: 0px;
    margin-bottom: 5px;
    background-image: url('images/search_c.png');
	background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
    padding-left: 40px;
}
.search-node .search-box .search-body{
	height: calc(100vh - 70px);
    overflow: scroll;
    padding-bottom: 100px;
}
.search-node .search-box .search-body .search-r-b{
	padding: 10px;
    font-size: 15px;
    color: #999;
    border-bottom: 1px solid #efefef;
}
.items_m .it_bx{
	background-color: #f9fafb;
    padding: 20px;
}
.items_m .it_m{
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.items_m .it_m .it_m_title{
	font-weight: 600;
}
.items_m .it_m .it_m_desc{
	font-size: 14px;
	margin-right: 70px;
	color: #8e8e8e;
	white-space: pre-line;
}
.items_m .it_m .it-pm{
	float: right;
}
.items_m .it_m .it_m_tags span{
	font-size: 9px;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 5px;	
    text-transform: uppercase;
}
input[type="date"]{
	font-size: 14px;
    font-weight: 600;
    width: 80px;
}
input[type="time"]{
	font-size: 14px;
    font-weight: 600;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    /*background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;*/
}
.datetimepicker{
	background-image: url('images/calendar.png');
	background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 14px;
    padding: 2px !important;
    margin: 0px !important;
    height: auto !important;
    width: 163px;
    font-size: 14px !important;
    border: 1px solid #eaeaea !important;
    cursor: pointer;
}
.ds-button{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	background-image: url('images/compass.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
    border: 1px solid #eaeaea;
}
.floatPay{
	position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #000;
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 18px;
    padding-top: 20px;
    border-radius: 30px;
    box-shadow: rgb(16 16 16) 0px 0px 8px 3px;
    font-size: 16px;
    font-weight: 600;
        z-index: 10;
}
.floatPay_msg{
	position: fixed;
    right: 95px;
    bottom: 20px;
    background-color: #fff;
    color: #777;
        box-shadow: 1px 1px 10px -1px #aaa;
    font-size: 16px;
    border-radius: 5px;
    padding: 7px;
        z-index: 10;
}
.floatPay_msg:after {
    display: inline-block;
    content: '';
    position: absolute;
    background-color: #fff;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5px;
    border-radius: 0 3px 0 0;
    box-shadow: 3px -3px 4px 0 #d4d4d4;
}
.floatPay_msg_0{
	font-weight: 600;
    text-align: center;
}
.floatPay_msg_1{
	font-size: 14px;
}
.alert{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.4);
	z-index: 100;
}
.alert .alert-a{
    max-width: 400px;
    padding: 20px;
    margin: 0px auto;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px #999;
    border-radius: 2px;
    margin-top: 30%;
}
.alert .alert-a .alert-a-title{
	font-size: 14px;
}
.alert .alert-a .alert-a-button{
	text-align: right;
}
.alert .alert-a .alert-a-button button{
	    background-color: #1077ca;
    color: #fff;
    border: 0px;
    padding: 3px 10px;
    border-radius: 2px;
    box-shadow: 0px 0px 2px #666;
}
.sld{
	    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
}
.sld .it-sld{
	    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 180px;
    background-size: cover;
    position: relative;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    //box-shadow: 0px 0px 1px 2px #0000004f;
}
.sld .it-sld .it-sld-tag{
	
}
.sld .it-sld[filter1="Veg"] .it-sld-tag{
	background-image: url('images/filter1_veg.png');
    background-size: 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #fff;
    background-position: 0px 0px;	
}
.sld .it-sld[filter1="Non-Veg"] .it-sld-tag{
    background-image: url('images/filter1_nonveg.png');
    background-size: 13px;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #fff;
    background-position: 0px 0px;
}
.sld .it-sld .it-sld-title{
	position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    padding: 10px;
    background: linear-gradient(0deg, rgba(0,0,0,0.784881498470948) 0%, rgb(0 0 0 / 4%) 100%);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
        white-space: normal;
}
.bt-wid{
	max-width: 1000px;
	margin: 0px auto;
	padding: 10px;
}
.bt-wid .bt-wid-title{
	font-size:17px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: 600;
}
.bt-wid .bt-wid-desc{
	font-size: 15px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.bt-wid .bt-wid-input{
	
}
.bt-wid .bt-wid-input .bt-wid-i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.bt-wid .bt-wid-input .bt-wid-i select{
	border: 1px solid #ccc;
    padding: 5px;
    font-weight: 600;
}
.bt-wid .bt-wid-input .bt-wid-i select option{
	padding: 10px;
}
.bt-wid .bt-wid-input .bt-wid-i input{
	border: 1px solid #ccc;
    padding: 10px;
    font-weight: 600;
    outline: none;
    width: 120px;
}
.bt-wid .bt-wid-input .bt-wid-i span{
	padding: 10px;
    font-weight: 600;
    background-color: #666;
    color: #fff;
    display: inline-block;
}
@media all and (max-width: 600px)
{
	.bt-wid .bt-wid-input .bt-wid-i{
		display: block;	
		margin: 10px;
		margin-top: 0px;
	}
	.bt-wid .bt-wid-input .bt-wid-i select{
		width:100%; 
		background-color: transparent;
	}
	.bt-wid .bt-wid-input .bt-wid-i input{
		width: 100%;
		background-color: transparent;
	}
	.bt-wid .bt-wid-input .bt-wid-i span{
		padding: 10px;
	    font-weight: 600;
	    background-color: #666;
	    color: #fff;
	    display: inline-block;
	}
} 
.cartbullet{
	    position: fixed;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    background-color: #1e7ec8;
    z-index: 1;
    right: 100px;
    top: 200px;
    transition: right ease-in 0.5s, top linear 0.5s;
}
.impPopUp{
	position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
	white-space: pre-line;
}
.impPopUp .impPopUpIn{
	    width: 400px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-top: 150px;
}
.wallet{
	background-image: url(images/wallet_back.png);
	padding: 5px;
    position: fixed;
    left: 40px;
    bottom: 40px;
    height: 35px;
    padding-left: 35px;
    background-size: 25px;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 2px 2px #666;
    background-color: #fff;
    border-radius: 3px;
    background-position: 5px center;
    line-height: 26px;
    font-weight: 600;
}
.wallet-recharge{
	position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
}
.wallet-recharge .wallet-recharge-in{
	width: 300px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-top: 150px;
}
.wallet-recharge .wallet-recharge-in .wallet-recharge-amounts{
	margin-bottom:5px;
}
.wallet-recharge .wallet-recharge-in .wallet-recharge-amounts .wallet-recharge-amount{
	margin-bottom: 5px;
}