

/*// ==== home notiofication  ======== // */
.home_noti{
width: 28px;
height: 30px;
right: 20px;
position: absolute;
top: 43px;
z-index: 800;
color: #ffffff;
}
.home_noti i{
	color:#ffffff;
}

.home_noti span{
	width: 26px;
height: 26px;
background-color: #f6a726;
color: #ffffff;
padding: 1px 0px;
position: absolute;
left: -14px;
top: -10px;
border-radius: 30px;
line-height: 24px;
text-align: center;
margin-top: -2px;
font-weight: 700;
font-size: 13px;

}


#home_top{
	position: relative; height:46vh;
    background-image: url('../images/home bg.png');
	background-size: 100% 100%;
	background-repeat:no-repeat;
	margin-bottom: 80px;}
#home_top .home_user{
	    position: absolute;
		width: 100%;
		height:;
		margin: auto;
		bottom: -80px;
		left:0;
		right:0;
		text-align: center;

}
#home_top .home_user img{
		width: 115px;
		height: 115px;
		border-radius: 70px;
}

@media (max-width:400px) and (min-width: 120px){
    #home_top .home_user img{
		width: 115px;
		height: 115px;
		border-radius: 70%;
      }

}
@media (max-width:1120px) and (min-width: 400px){
    #home_top .home_user img{
		width: 140px;
		height: 140px;
		border-radius: 70%;
      }

}


#home_top .home_user h2{
	font-weight:200;
		font-size:22px;
		color: #0a4e8b;
}
#home_top .home_user p{
	    color:#6a6a6a;
		font-size:17px;

}

/* [[[[{{{{{{{{{{{{ #home_top user profile css }}}}}}}}}}}}}}}]]]] */

#home_top_profile{
	position: relative; height:35vh; min-height:200px;
    background-image: url('../images/customer_profile_bg.png');
	background-size: 100% 100%;
	background-repeat:no-repeat;
	margin-bottom: 20px;}
#home_top_profile .home_user{
	    position: absolute;
		width: 100%;
		height:;
		margin: auto;
		bottom: 0px;
		left:0;
		right:0;
		text-align: center;

}
#home_top_profile .home_user img{
		width: 115px;
		height: 115px;
		border-radius: 70px;
}

@media (max-width:400px) and (min-width: 120px){
    #home_top_profile .home_user img{
		width: 115px;
		height: 115px;
		border-radius: 70%;
      }

}
@media (max-width:1120px) and (min-width: 400px){
    #home_top_profile .home_user img{
		width: 140px;
		height: 140px;
		border-radius: 70%;
      }

}


#home_top_profile .home_user h2{
	font-weight:200;
		font-size:22px;
		color: #0a4e8b;
}
#home_top_profile .home_user p{
	    color:#6a6a6a;
		font-size:17px;

}
/* [[[[{{{{{{{{{{{{ #Inner pages top css }}}}}}}}}}}}}}}]]]] */
.inner_head{
	position: relative;
	height: 35vw;
	background-image: url('../images/apptop2.png');
	background-repeat: no-repeat;

	background-size:100%;
	padding:0px;
	/*-webkit-filter: drop-shadow(1px 7px 5px #e1e2f7);
    filter: drop-shadow(1px 7px 5px #e1e2f7);*/

	}
	.inner_head .navbar-header{
	width: 255px; height:100%; padding-left:60px; margin-left:-20px;
	}
	.inner_head .navbar-header h4{
		position:absolute;

	font-weight:200;
	 font-size:18px; text-align:left; padding-top:5px; margin: 0px; line-height: 45px; margin-left:20px;
	z-index:1000;
	}
	.inner_head .nav.navbar-nav1{
	position:absolute; width:300px; top:-3px; right:0px;
	}
	.inner_head .nav.navbar-nav1 .dropdown.first{
	position:absolute; top:20px; right:45px;
	}
	.inner_head .nav.navbar-nav1 .dropdown.second{
	position:absolute; top:20px; right:5px;
	}

/* [[[[{{{{{{{{{{{{ #myaccount css }}}}}}}}}}}}}}}]]]] */
#myaccount{
}
#myaccount .ballance_box{

	width: 80%;
	max-width: 260px;
	height:;
	border: 2px solid #0a4e8b;
	margin: 15px auto;
	text-align:center;
	vertical-align: center;
	padding-top:15px;
	padding-bottom:15px;
	border-radius: 25px;
	margin-bottom:20px;
}
#myaccount .ballance_box h2{
	font-size:34px;
	color:#5bba5b;

}
#myaccount .ballance_box p{

	width:100%;
	height: 50px;
	font-size:21px;
	color:#4d4d4d;

	left:0;
	padding-top:2px;



}

#myaccount .action_box{
	position:relative;
	width:100%;
	height:;
	border:1px solid #f4f4f4;
	margin: 10px auto;
	padding: 30px 25px;
	border-radius:15px;
	color:#ffffff;
	float:left;
}
#myaccount .action_box p{
	width: calc( 100% - 135px);
	height:;
	display: inline-block;
	float:left;
	font-size: 16px;
}
#myaccount .action_box button{
	width:130px;
	height:45px;
	display: inline-block;
	float:left;
    padding: 0px 0px;
	border-radius :30px;
	font-size:17px;
	letter-spacing: 1px;
}


#myprofile_detail {}

#myprofile_detail table{
	/* font-family: "Poppins"; */
	font-size:18px;
	font-weight: 100;
}
#myprofile_detail table tr td{
  padding: 10px 0px;

}
#myprofile_detail table tr td:first-child{
	color: #00aeef;
 width: 120px;
 min-width:120px;
	vertical-align: top;

}
#myprofile_detail table tr td:last-child{

	width: calc( 100% - 120px);
	color: #5b5b5d;
    vertical-align: top;
	font-size:17px;
}
/* [[[[{{{{{{{{{{{{ payment_recharge_box css }}}}}}}}}}}}}}}]]]] */
#myaccount .payment_recharge_box{

	width:100%;
	height:;
    text-align:center;
    padding-top: 30px;
	padding-bottom:50px;
}
#myaccount .payment_recharge_box p{
	width: 100%;
	height:;
	float:left;
	font-size: 17px;
	margin-bottom: 15px;
}
#myaccount .payment_recharge_box .inline_box input{
	width: calc(100% - 165px);
	height:45px;
	display: inline-block;
    border: 1px solid #8a8a8a;

	margin-right: 15px;
	text-align:center;
}
#myaccount .payment_recharge_box .inline_box .my_bt{
	width:130px;
	height:45px;
	display: inline-block;
    background-color:#d7e14d;
	color:#ffffff;
	border-radius :30px;
	font-size:17px;
	letter-spacing: 1px;
}
#myaccount .payment_recharge_box .inline_box .my_bt:hover{

    background-color:#d0dd37;


}

/* [[[[{{{{{{{{{{{{ #home agent box css }}}}}}}}}}}}}}}]]]] */

#myaccount .agent_box{
	width: 100%;
	height: 200px;
	margin: 20px auto;
	text-align:center;
	padding-top:35px;
	border-radius: 25px;
}
#myaccount .agent_box p{
	font-size:17px;
	color:#4b4b4b;
	line-height: 22px;
	margin-bottom: 20px;
}
#myaccount .agent_box button{
	width:130px;
	height:45px;
	display: inline-block;
	font-size:17px;
	letter-spacing: 1px;

}

/* [[[[{{{{{{{{{{{{ page aboutus css }}}}}}}}}}}}}}}]]]] */
#about{

}
#about h2{
	font-size:18px;
	color: #0a4e8b;
	font-weight:200;
}
#about p{
	color: #727272;
	font-size:15px;

}
#about .about_owner_box1{
	width:49%;
	display:inline-block;
	float:left;
}
#about .about_owner_box2{
	width:49%;
	display:inline-block;
	float:left;
	padding-left:15px;
}
#about .about_owner_box1 img{
	width:100%;

}
#about .about_owner_box2 h2{
	line-height:19px;
	margin:0px;
}
#about .about_owner_box2 span{
	font-size:15px;
	color: #6bc26c;
	margin-bottom: 10px;
}

#products{

}
#products h2{
	font-size:18px;
	color: #0a4e8b;
	font-weight:200;
	margin-top:0px;
}
#products p{
	font-size:15px;
	color: #626262;
}
#products .about_owner_box1{
	width:35%;
	display:inline-block;
	float:left;
}
#products .about_owner_box2{
	width:64%;
	display:inline-block;
	float:left;
	padding:0px;
	padding-left:15px;
}
#products .about_owner_box1 img{
	width:100%;

}
#products .about_owner_box2 h2{
	line-height:16px;
}
#products .about_owner_box2 span{
	font-size:16px;
	color: #6bc26c;
}

/* [[[[{{{{{{{{{{{{ page aboutus css }}}}}}}}}}}}}}}]]]] */
#trans{
	padding: 10px 15px;
}
#trans .month_detail{
	width: 120px;
	height: 28px;
	border-radius: 30px;
	background-color: #e0f1df;
	color: #0a4e8b;
	font-size: 17px;
	margin: auto;
	text-align: center;
	padding-top: 2px;

}
#trans table{
	width:100%;
    margin-top:20px;
}
#trans table tbody tr{
	border-bottom: 1px solid #3d4148;
}
#trans table tbody tr td{
	font-size: 17px;
	padding: 13px;
   vertical-align: top;
}
#trans table tbody tr td:first-child{
	padding-left:35px;
}
#trans table tbody tr td img{
	position:absolute;
   width:20px;
   display: inline-block;
   left:15px;
   margin-right: 10px;
}
#trans table tbody tr td p{
display: inline-block;
float: left;
}
#trans table tbody tr td p span{
color: #9fbdce;
font-size: 16px;
display: block;
}
#trans table tbody tr td:last-child{
	text-align: right;
	color: #55bb51;
}


/*/////////===========///////Product Delievery App//////=============///////////*/

.hide{
    display: none;
}





.my_theme_input{
	border: 1px solid red;
	width:100%;
	height:30px;
	background-color: transparent;
}

.my_count_span{
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ff1515;
    color: #ffffff;
    left: 30px;
    top: -5px;
    border-radius: 70%;
    padding: 1px;
    line-height: 15px;
    text-align: center;
		font-size: 11px;
    font-weight: 700;
}

.my_span_noti{
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ff1515;
    color: #ffffff;
    left: 30px;
    top: -5px;
    border-radius: 70%;
    padding: 1px;
    line-height: 15px;
    text-align: center;
		font-size: 11px;
    font-weight: 700;
}

.offer_banner{

}
.offer_banner img{
    width: 100%;

}


.item_category_section{

}
.item_category_section .item_category_box{
    padding: 6px 6px;
   
}


.item_category_section .item_category_box .img_cover{
    width: 100%;
    height:190px;
    border-radius: 10px;
    border: 1px solid transparent;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.item_category_section .item_category_box img{
    
    width: auto;
    min-width: 100%;
    height:190px;
    
    
}

.item_category_section .item_category_box .my_title{
    padding: 2px;
    padding-top: 8px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 510;
}
.item_category_section .item_category_box .my_sub_title{
    padding: 2px;
    margin: 0px;
    font-size: 10px;
    line-height: 5px;
    margin-bottom: 5px;
}
.item_category_section .item_category_box .add_item{
    width: 100%;
    height: auto;
}
.item_category_section .item_category_box .add_item .add_item_box{
    padding: 3px;
}


.custom_cart{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    padding: 5px;
    height: 40px;
    padding-top: 12px;
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.4);


}
.custom_cart .count_span{
    position: absolute;
    width: 18px;
    height: 18px;

    color: #ffffff;
    left: 30px;
    top: -5px;
    border-radius: 70%;
    padding: 3px;
    line-height: 12px;
    text-align: center;
    font-weight: 700;
}
.custom_cart i{
    display: inline-block;
    float: left;
    line-height: 18px;
    margin-right: 10px;
}
.custom_cart p{
    display: inline-block;

}

.extra_special_items{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: -100%;
    padding: 5px 1px;
    line-height: 20px;
    padding-bottom: 1px;
}
.extra_special_items .extra_special_items_head p{
    margin-bottom: 3px;
    text-transform: uppercase;
    padding-left: 5px;
}

.extra_special_items .extra_special_item_list{
    list-style: none;
    margin: 0;
    padding: 10px;


}
.extra_special_items .extra_special_item_list li{
    width: 100%;
    height: 26px;
    padding: 0px 2px;
    line-height: 20px;
}
.extra_special_items .extra_special_item_list li .left_div{
    width: calc(100% - 100px);
    height: 26px;
    display: inline-block;
    float: left;
    padding-top: 3px;
}
.extra_special_items .extra_special_item_list li .left_div i{
    font-size: 13px;
    line-height: 20px;
    margin-right: 10px;
    float: left;
    display: inline-block;
}
.extra_special_items .extra_special_item_list li .left_div p{
    margin: 0px;
     float: left;
    display: inline-block;
}
.extra_special_items .extra_special_item_list li .right_div{
    width: 100px;
    height: auto;
    display: inline-block;
    float: right;
}


.merchant_list{
    position: relative;
		padding-bottom: 15px;
}

.merchant_list:before{
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 0;
}


.merchant_list ul{
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;

}
.merchant_list ul li{
    width: 24%;
    height: 100px;
    text-align: center;
    display: inline-block;
    padding: 5px 2px;
}

.merchant_list ul li img{
    width:50px;
    height: 50px;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 2px;
}

.merchant_list ul li p{
    margin-top: 5px;
    font-size: 12px;
		margin-bottom: 0px;
}
.merchant_list ul li .open_status_span{
	margin: 0px;
  color: #8cd603;
}
.merchant_list ul li .close_status_span{
	margin: 0px;
  color: red;
}
