*{margin: 0; padding: 0;}
body{
	background: #F4F4F4;
	font-family: 'Montserrat';
	/*font-size: 22px;*/
}
header{
	top: 0;
	left: 0;
	width: 100%;
	background: #F4F4F4;
	box-sizing: border-box;
	z-index: 99;
}
.address_list{

}
.address_list ul{
	list-style: none;
}
.address_list ul li{
	padding: 5px 0;
}
/*user menu start*/
.verified{    
    position: absolute;
}
.verified a{	
	background: green;
	color: #fff;	
    border-radius: 20px;
}
.account_toggle{
	cursor: pointer;
}
.user_menu{
	position: relative;
	width: 100%;
	background: #eee;
	padding: 10px 0;
	margin-bottom: 15px;
}
.user_menu nav{
	/*float: left;*/
}
.user_menu nav ul{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
.user_menu nav ul li{
	list-style: none;
	position: relative;
}
.user_menu nav ul li a{
	text-decoration: none;
	color: #000;
	font-size: 15px;		
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.user_menu nav ul li a i{
	padding: 0 10px;
}
.user_menu nav ul li:hover > a{	
	color: red;	
}
.user_menu nav ul li > ul{
	position: relative;
	/*width: max-content;	/*important*/
}
.user_menu nav ul li > ul li a{
	color: #888;
	margin-left: 40px;
}


/*user menu end*/

/*top header start*/
.top_header{
	position: relative;
	height: 30px;
	background: #03ab03;	
}
.top_menu{
	position: relative;
	background: #03ab03;	
	width: 100%;
	height: 30px;
	z-index: 999;	
}
.top_menu p{
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.top_menu nav{
	float: right;
}
.top_menu nav ul{
	margin: 0;
	padding: 0;
	display: flex;
}
.top_menu nav ul li{
	list-style: none;
	position: relative;		/* for sub menu*/
}
.top_menu nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 15px;		
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.top_menu nav ul li:hover .sub_menu{
	background: #fff;
}	
.top_menu nav ul li:hover > a{	
	color: red;
	background: #eee;
}
.top_menu nav ul li > ul{
	position: absolute;
	right: 0;
	min-width: 220px;	/*important*/
	width: max-content;	/*important*/	
	background: #fff;
	padding: 5px;
	display: none;	
}
.top_menu nav ul li > ul li a{
	color: #888;   
    padding: 6px 15px;
    height: 50px;
    line-height: 40px;	/*important*/
}
.top_menu nav ul li > ul li a i{
	padding: 0 10px;
	font-size: 18px;
}
.top_menu nav ul li:hover > ul{
	display: block;
	border: 1px solid rgba(0,0,0,.2);
}
/*submenu end*/

/*after all submenu start*/
.top_menu ul li ul li > ul{
	top: 0;
	left: 100%;		
}
/*top header end*/
/*middle_header start*/
.middle_header{
	/*position: relative;*/
	background: #fff;
	box-sizing: border-box;
}
/*******/
.logo_mh{
	/*padding: 0;*/
	line-height: 63px;
	float: left;
	width: 20%
}
.logo_mh img{
	width: 150px;
}
.com_name{
	text-align: center;
	font-size: 30px;
	float: left;
	line-height: 63px;
	width: 60%;
}
#search_word{
	position: absolute;
	min-width: 280px;
	width: max-content;
	background: #fff;
	z-index: 9999;
	border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 2px 4px 0;
    box-shadow: 0 2px 4px 0;
}
#search_word ul{
	list-style: none;
}
#search_word ul li{	
	padding: 3px 5px;
}
#search_word ul li a{
	text-decoration: none;
	width: 100%;
}
.search_part{
	float: left;
	width: 50%;
}
.search{	
	display: flex;	
	line-height: 45px;
	padding: 10px 0;
}
.search input[type="text"]{
	width: 100%;	
	padding: 0 10px;
	background: #F4F4F4;
	border:none;
}
.search input[type="text"]:focus{
	outline: none;
}
.search button{
	width: 45px;
	color: #fff;
	text-align: center;
	background:#03ab03;
	border:none;
}
.cart_part{
	float: right;
	width: 30%;
}
.cart{
	position: relative;		/*!important*/
	width: 30%;
	float: left;
	text-align: center;    
}
.cart a{
	float: right;
	font-size: 25px;
	color: #000;
	text-decoration: none;
	line-height: 65px;
	cursor: pointer;
}
.cart_num{
	position: absolute;
    top: 6px;
    right: -24px;
    background: #03ab03;
    font-size: 15px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}
.account{
	width: 33.3333%;
	float: left;
	display: none;
}

form{
	background: none;
}
.logout{
	background: none;
}
/*middle_header end*/
header .menu_body{
	background: #F8F8F8;
	border: 2px solid rgba(0,0,0,.05);
}
.main_menu{
	position: relative;
	background: #F8F8F8;
	border-right: 1px solid rgba(0,0,0,.05);
	width: 100%;
	height: 50px;	
	/*box-sizing: border-box;	*/
	z-index: 99;
}
.main_menu nav{
	float: left;
}
.main_menu nav ul{
	margin: 0;
	padding: 0;
	display: flex;
}
.main_menu nav ul li{
	list-style: none;
	position: relative;		/* for sub menu*/
}
.main_menu nav ul li a{
	text-decoration: none;
	color: #000;
	font-size: 16px;
	border-right: 1px solid rgba(0,0,0,.05);	
	padding: 0 22px;
	height: 50px;
	line-height: 50px;
	display: block;
}
.main_menu nav ul li:first-child a {
    border-left: 1px solid rgba(0,0,0,.05);
}
.main_menu nav ul li:hover > a{	
	color: #fff;
	background: #03ab03;
}
.menu-toggle{	
	color: #333;
	float: right;	
	line-height: 65px;
	font-size: 25px;
	cursor: pointer;
	display: none;
}
/*submenu*/
.main_menu nav ul li.sub-menu:before{ /* sub-menu icon*/
	content:'\f107';
	font-family: fontAwesome;
	position: absolute;
	line-height: 50px;
	color: #000;
	right: 5px;
	font-size: 20px;
}
.main_menu nav ul li.sub-menu:hover.sub-menu:before{ /* sub-menu icon*/
	content: '\f106';
	color: #fff;
	font-size: 20px;
}
.main_menu nav ul li > ul{
	position: absolute;
	left: 0;
	min-width: 202px;	/*important*/
	width: max-content;	/*important*/	
	background: #fff;
	display: none;
	font-size: 20px;	
}
.main_menu nav ul li > ul li.sub-menu2:before{
  	content:'\f105';
	font-family: fontAwesome;
	position: absolute;
	line-height: 50px;
	color: #000;
	right: 5px;
	font-size: 20px;	
}
.main_menu nav ul li > ul li.sub-menu2:hover.sub-menu2:before{
  	content: '\f104';
	color: #fff;
}
.main_menu nav ul li > ul li a{
	color: #000;
    text-align: left;
    padding: 20px 5px;
    height: 30px;
    line-height: 0px;	/*important*/
    min-width: 215px;
}
.main_menu nav ul li:hover > ul{
	display: block;
	border: 1px solid rgba(0,0,0,.2);
}
/*submenu end*/

/*after all submenu start*/
.main_menu ul li ul li > ul{
	top: 0;
	left: 100%;		
}
/*after all submenu end*/

/*image slider start*/
.image_slider{
	
}
.arrow_btn{
	position: absolute;
	font-size: 20px;
	color:#abc; 
	top: 50%; 
	margin-top: -10px; 
	z-index: 5; 
	display: inline-block; 
}
.carousel-indicators li {
	background-color: red;
}
.carousel-indicators .active{
	background-color: green;
}
/*image slider end*/

/*Main body start*/
.main_content{
	min-height: 740px;
	/*margin: 20px 0;*/
}
.main_content .container{
	/*padding: 0;*/
}
.main_content a{
	text-decoration: none;
}
.sort_by{
	margin: 5px 0 25px 0;
	text-align: center;
	font-size: 18px;
}
#filter_btn_sm{display: none;}
.category{
	/*min-height: 150px;*/
	background: #eee;
}
.cate_wraper{
	border: 1px solid #ded9d9;
	background: #fff;
}
.cate_title{
	text-align: center;
	height: 30px;
    line-height: 30px;
}
.col_md_8{
	width: 12.5%;
	float: left;
	position: relative;
	box-sizing: border-box;
	flex: 0 0 12.5%;
    max-width: 12.57%;
}
/*product_wraper start*/
.show_body{
	overflow: hidden;
    background: #fff;
    padding: 15px 0;
}
.price{
    min-height: 50px;
	color: #ff5f00;
}
.delivery p{
	text-align: justify;
}
.delivery i{
	font-size: 20px;
	color: #ff0000;
	padding: 0 10px;
	/*text-indent: 50px;*/
}
.pull_down{
	margin-top: 30px;
}
/*********************************************************/
.hotline{
	float: right;
	width: 20%;
	text-align: right;
}
.hotline i{
	font-size: 18px;
}
.hotline p{
	float: right;
	font-size: 18px;
	padding: 5px 0;
}
.home_contect{	
	overflow: hidden;
	background: #ffffff;	
	padding: 15px 0;
	min-height: 740px;
}
.home_contect p{
	text-align: justify;
	/*padding: 0 15px;*/
	font-size: 17px;
	margin-bottom: 15px;
	color: #000;
}
.service_part{
	border: 1px solid #dee2e6;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 17px;
}
.service_part h4, .sms_part h4{
	color: #2e93e6;
    font-weight: bold;
}
.service_part ol{
	padding: 0 10px;
}
.service_part ol ul{
	padding: 0 30px;
}

ol {
    counter-reset: list;
}

ol > li {
    list-style: none;
    position: relative;
}
ol > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;	
    left: -40px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 40px;
}

.service_part ul li{	
	list-style:none;
}
.service_img {
	vertical-align: middle;
}
.service_img i{
	font-size: 75px;
}
.sms_part{
	border: 1px solid #dee2e6;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: justify;
}
.sms_img{
	text-align: center;
}
.sms_img img{
	width: 100%;
  min-width: 100%;
  min-height: 200px;
  border: 1px solid #ddd;
}
.advisor_part table tr, .partner_part table tr, .advisor_part table tr td{
  border: 1px solid #dddddd;
}
.advisor_part table tr td:first-child{
  text-align: center;
}
.advisor_part table tr td img{
  text-align: center;
  min-width: 100%;
  min-height: 150px;
  border: 1px solid #ddd;
}
.advisor_part ul li{
  list-style: none;
}
.partner_part ul{
	padding: 0;
	margin: 0;
}
.partner_part tr td{
	text-transform: uppercase;
}
.partner_part ul li{
  list-style: none;
  text-align: left;
  text-transform: uppercase;
  padding: 2px 0;
}
.partner_part table tr td:first-child{
	text-align: left;
}
.partner_part table{
  border: 1px solid #ddd;
  text-align: center;
}
/*********************************************************/
.product_wraper{
	/*background: #ffffff;*/
	padding: 5px;
	/*margin-bottom: 15px;*/
	/*min-height: 370px;*/
	font-size: 14px;
	border: 1px solid #ded9d9;
	box-sizing: border-box;
}

.product_wraper:hover{
	background-color: #f7dfdf;
    box-shadow: 0px 1px red;
}
.product_img{
	text-align: center;
	height:165px;
}
.product_img img{
	max-width: 100%;
    max-height: 100%;
    height:auto;
    width:auto;
    margin:0 auto;
}
.product_details{
	height: 35px;
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.price .new{
	color: #F58A4B;
	font-size:20px;
}
.product_footer {
	width:100%;	
}
.product_footer .rating{
	float: left;
}
.wishlist{
	/*padding: 10px 0;*/
	font-size: 13px;
}
.product_footer .location{
	float: right;
}
.add_cart{
	text-align: center;
    margin-top: 25px;
}
.btn_addcart{
	color: #fff;
    background-color: #f57224;
    border-color: #c15a1d;
}
.btn_addcart:hover{
	color: #fff;
    background-color: #de6924;
    border-color: #c15a1d;
}
.btn_addcart:visited{
	color: #fff;
}
/*product_wraper end*/
/*Main body end*/
/*login part start*/
.form_wraper{
	background: #ffffff;	
	max-width: 850px;
	margin:20px auto;
	padding: 20px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.form_wraper label{
	font-size: 18px;
}
.form_wraper .btn_login{
	color: #fff;
	background: #F57224;
	border:1px solid #777;
}
.form_wraper .btn_login:hover{
	color: #fff;
	background: #e65d0b;
}
.form_wraper .btn_signup{
	color: #fff;
	background: #0eacf7;
	border:1px solid #777;
}
.form_wraper .btn_signup:hover{
	color: #fff;
	background: #058fd0;
}
.input_btn button, h4{
	margin-bottom: 15px;
}
/*login part end*/

/*Product details start*/
.details ul{
	margin-left: 17px;
}
#products_details{
	overflow: hidden;
	background: #fff;
	width: 1140px;
	padding:10px;
}
.details_img{	
	padding:5px;
	text-align: center;
	box-shadow: 0px 1px 4px 3px #f2dede;
}
/*Product details end*/

/*footer start*/
footer{
	box-sizing: border-box;
	/*position: fixed;*/
    /*bottom: 0;*/
    /*width: 100%;*/
}
footer .container{
	padding: 0;
}
.top_footer{
	width: 100%;
	color: #ffffff;
	padding: 10px 0;	
	background: #51008e;
}
.bottom_footer{
	width: 100%;
	height: 50px;
	background: #03ab03;	
}
.copyright{
	color: #fff;
    line-height: 50px;
    padding: 0;
    margin: 0;
}

.copyright a{
	color: #fff;
}
/*social part start*/
.social_icon{
	position: relative;
	height: 50px;
	text-align: center;	
	box-sizing: border-box;
}
.social_icon nav{
	float: right;
}
.social_icon nav ul{
	margin:0;
	padding: 0;
	display: inline-flex;
}
.social_icon nav ul li{
	list-style: none;
}
.social_icon nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	padding:0 15px;
	line-height: 50px;
	display: inherit;
}
.social_icon nav ul li a:hover{
	background: #fff;
}
.social_icon nav ul li a:hover .fa-facebook{
	color: #339AF0;
}
.social_icon nav ul li a:hover .fa-instagram{
	color: red;
}
.social_icon nav ul li a:hover .fa-twitter{
	color: #339AF0;
}
.social_icon nav ul li a:hover .fa-linkedin{
	color: #339AF0;
}
.social_icon nav ul li a:hover .fa-google-plus-g{
	color: red;
}
.social_icon nav ul li a:hover .fa-youtube{
	color: red;
}
/*social part end*/

/*footer end*/
/*scroll*/
.scrollup{
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius:10px;
  color: #fff;
  background: #06d00a;
  font-size: 30px;
  text-align: center;    
  bottom: 100px;
  right: 5px;
  cursor:pointer;
  transition: 1s;
  z-index: 10000;
}
.scrollup:hover{
  background:#d2a605;
}

/*Message start*/
#chat_btn{
	position: fixed;
    right: 5px;
    bottom: 52px;
    height: 45px;
    line-height: 38px;
    width: 150px;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    background: #fff;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 2px 4px 0;
    box-shadow: 0 2px 4px 0;
    color: #003e52;
    cursor: pointer;
    z-index: 10000;
    display: block;
}
#chat_btn_sm{
	position: fixed;
    right: 5px;
    bottom: 52px;
    height: 40px;
    line-height: 36px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    background: #fff;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 2px 4px 0;
    box-shadow: 0 2px 4px 0;
    color: #003e52;
    cursor: pointer;
    z-index: 10000;
    display: none;
}
.chat_body{
	position: fixed;
	right: -100%;
	bottom: 10px;
	height: 500px;
	width: 350px;
	background: #fff;
	border-radius: 2px 2px 0 0;
	-webkit-box-shadow: 0 2px 4px 0;
    box-shadow: 0 2px 4px 0;
    z-index: 10000;    
    right: -100%;
    transition: 1s;
}
.chat_header{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #eee;
    font-size: 20px;
}
.chat_history{
	overflow:auto !important;
	height: 350px;
}
#chat_dat{
	overflow: auto;
}
#chat_data ul li{
	list-style: none;
	padding: 10px;
	width: 100%;
}
.chat_close{
	float: right;
	font-size: 20px;
	width: 30px;
	background: #ddd;
	color: #333;
	cursor: pointer;
}
.chat_text{
	position: absolute;
	bottom: 5px;
	display: flex;
	padding: 7px;
	width: 100%
}
.chat_text textarea{
	height: 60px;	
	resize: none;
}
.chat_send{
	font-size: 20px;
	padding: 0 10px;
	border: 1px solid #eee;
	background: #dee2e6;
}
.chat_send:hover{
	background: #ccc;
}
.chat_send:focus{
	outline:none;
}
.show{	
	right: 5px;
	transition: 1s;
}
.show_filter{
	left: 0;
	transition: 1s;
}