*{margin: 0; padding: 0;}
body{
	background: #F4F4F4;
}
header{
	top: 0;
	left: 0;
	width: 100%;
	background: #F4F4F4;
	box-sizing: border-box;
	z-index: 99;
}
.contact_body{
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    min-height: 160px;
}
.hr_break{
	border: 1px solid #3490dc;
}

/* ********** Card part ********** */
.card{
	padding: 20px 0;
}
.card_body{
	overflow: hidden;
	background-color: #339af01f;
	border-radius: 10px;
}

.text_title h3{
	font-size: 40px;
}

.card_img{
	text-align: center;
}
.card_img img{
	width:100%;
}
.text_body p{
	font-size: 18px;
	text-align: justify;
	padding: 10px 0;
}

/* ********** message part ********** */
/* heading part */
.cards_title_header{
	position: relative;
	top: -20px;
	left: 0;
	background-color: #b3dbfc;
	width: max-content;
	padding: 12px 20px;
	border-radius: 10px;
	font-size: 22px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
}

.cards{width: 100%; padding: 50px 0;}
/* .cards:first-child{padding-top: 50px;}
.cards:last-child{padding-bottom: 50px;} */
.cards_title_body{ 
  /* width: 100%; */
  min-height: 60px;
  margin-bottom: 20px;
  border-radius: 0 10px 0 0;
  background-color: #b3dbfc;
}
.cards_footer{
  min-height: 60px;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #b3dbfc;
}
.cards_title_header{
  position: relative;
  top: -20px;
  left: 0;
  background-color: #b3dbfc;
  width: max-content;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 22px;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}
.cards_title_header img{
  border: 5px solid #ffffff;
  width: 250px;
}
.cards_body{
  background-color: #dbefff ;
  border: 5px solid #b3dbfc;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  text-align: justify;
  font-size: 18px;
}
/* cards_img */
.cards_img{
  min-height: 100px; 
  border-radius: 10px;
  background-color: #b3dbfc;
}
/* .cards_img:first-child{padding-top: 50px;}
.cards_img:last-child{padding-bottom: 50px;} */
.cards_text{
  background-color: #dbefff ;
  border: 5px solid #b3dbfc;
  border-radius:10px;
  padding: 10px;
  text-align: justify;
  font-size: 20px;
  min-height: 288px;
}
.cards_text p{
	padding: 5px 0;
}
.cards_text ul{
  padding: 0 20px;
}
.cards_text ul li{
  list-style: none;
}
.card_list{
  float: left;
}
.cards_img_head{
  float: left;
  position: relative;
  top: -50px;
  background-color: #b3dbfc;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  margin-right: 10px;
  width: 280px;
  text-transform: uppercase;
}
.cards_img_head img{  
  width: 250px;
  border: 5px solid #f9fafb;
}
.cards_img_name{
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 0;
}
.cards_img_deg{
  color: #000000;
  line-height: 1;  
}
.cards2_img_head{
  position: relative;
  top: -50px;
  background-color: #ecdf60;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  margin-right: 10px;
  width: 280px;
}
.cards2_img_head img{  
  width: 250px;
  border: 5px solid #f9fafb;
}
/* ********** /message part ********** */
.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 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;
	overflow: hidden;
	background: #03ab03;	
	width: 100%;
	height: 30px;
	z-index: 999;
}
.hotline{
	float: left;
	line-height: 30px;
	font-size: 15px;
	color: #ffffff;
	width: 50%;
}
.hot_mail{
	float: right;
	line-height: 30px;
	font-size: 15px;
	color: #ffffff;
	width: 50%;
}
.hot_mail p{
	float: right;
}
.hot_mail i{
	background: rgb(255 255 255 / 15%);
    line-height: 30px;
}
.top_menu .hotline i, .top_menu nav ul li a{
	background: rgb(255 255 255 / 15%);
    line-height: 30px;
}
.top_menu nav{
	float: right;
	width: 50%;
}
.top_menu nav ul{
	float: right;
	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*/

/* product color */
.product_color{
	position: relative;
	display: flex;
	margin: 10px 0;
}

/*product size menu*/
.product_size_color ul{
	margin: 0;
	padding: 0;
	display: flex;
}
.product_size_color ul li{
	list-style: none;
}
.product_size_color ul li{	
	font-size: 15px;		
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #eee;
    margin: 3px;    
}
.product_size_color ul li:hover,
.product_size_color ul li:active,
.product_size_color ul li:focus{
	background: #ddd;
	/*box-shadow: 1px 1px #03AB03;*/
	cursor: pointer;
	outline: #3490dc;
    outline-offset: -2px;
}
.psize_active{
	outline: #3490dc;
    outline-offset: -2px;
}
/*product size menu end

/*middle_header start*/
.middle_header{
	/*position: relative;*/
	background: #fff;
	box-sizing: border-box;
}
/*******/
.menu_logo{
	/*padding: 0;*/
	line-height: 50px;
	float: left;
	width: 35%;	
}
.menu_text{
	font-weight: bold;
    padding: 5px;
}
.menutext_br {
	display: none;
}
.menu_logo img{
	width: 120px;
}
.menu_logo a{
	text-decoration: none;	
	font-weight: bold;
	color: #000;
}
#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;
}
.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;
}
/* .hotline{
	float: right;
	width: 70%;
	text-align: center;
}
.hotline p{
	float: right;
	font-size: 18px;
	padding: 5px 0;
	text-align: right;
} */
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: right;
}
.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 26px;
	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;
}
.toggle_part{
	float: right;
	padding: 0 10px;
}
.menu-toggle{	
	color: #333;
	float: right;	
	line-height: 50px;
	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: 40px;
	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: 17px 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*/
.carousel-control.left, .carousel-control.right {   
    background-image:none;
}
.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: #3490dc;
}
/*image slider end*/

/* process start */
.process{
	width: 100%;
	max-width: 100%;
}
.process {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
	/* max-width: 100%; */
}
.process_title{
	font-size: 20px;
    padding: 5px 0;
    margin: 10px 0;
    border-radius: 5px;
    width: max-content;
    box-shadow: 0px 1px 3px #bcee08;
}
.process_title p{
	padding: 3px 10px;
}
#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}
.process-item {
    z-index: 10;
    text-align: center;
}
.process-button{
    width: 130px;
    height: 120px;
    background-color: #ffffff;
    color: #fff;
    border: 2px solid black;
	border-radius: 10%;
}
.process-title{
	font-size: 20px;
	font-weight: bold;
}
/* process end */

/*Main body start*/
.main_content{
	min-height: 550px;
	/*margin: 20px 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 #f5f5f5;
	background: #fff;
}
.cate_title{
	text-transform: uppercase;
	text-align: center;
	height: 30px;
    line-height: 30px;
	background: #52a1e1;
    color: #ffffff;
}
.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;
    font-size: 14px;
}
.price{
    min-height: 50px;
	color: #236197;
}
.delivery p{
	text-align: justify;
}
.delivery i{
	font-size: 20px;
	color: #ff0000;
	padding: 0 10px;
	/*text-indent: 50px;*/
}
.pull_down{
	margin-top: 30px;
}
.product_body, .group_product{	
	overflow: hidden;
	background: #ffffff;	
	padding: 15px 0;
}
.product_wraper{
	/*background: #ffffff;*/
	padding: 5px;
	overflow: hidden;
	/*margin-bottom: 30px;*/
	/*min-height: 370px;*/
	font-size: 14px;
	border: 1px solid #d5e8f7;
	box-sizing: border-box;
}

.product_wraper:hover{
	/*background-color: #f7dfdf;*/
    box-shadow: 0px 0px 10px #cccccc;
}
.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: 40px;
    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: #3490dc;
	font-size:20px;
}
.product_footer {
	width:100%;	
}
.product_footer .rating{
	float: left;
}
.wishlist{
	/*padding: 10px 0;*/
	font-size:12px;
}
.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: 14px;
}
.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;	
} */

.footer_part{
	text-align: justify;
}
footer .container{
	padding: 0;
}
.top_footer{	
    background-color: #236197;
    /* background-repeat: no-repeat; */
    background-attachment: fixed;
    background-position: center;
	width: 100%;
	color: #ffffff;
	padding: 10px 0;
}
.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_share{
	float: left; 
	background:#3490dc;
	color: #ffffff;
	box-shadow: 0px 1px 4px 3px #ccc;
	border-radius: 5px;
	padding: 10px;
}
.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-whatsapp{
	color: hsl(106, 100%, 42%);
}
.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: #3490dc;
  font-size: 30px;
  text-align: center;    
  bottom: 100px;
  right: 5px;
  cursor:pointer;
  transition: 1s;
  z-index: 10000;
  box-shadow: 0px 0px 1px #000000;
}
.scrollup:hover{
  background:red;
}

/*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;
}

/* ********************* image gallery ********************* */
.row > .column {
	padding: 0 8px;
  }
  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .column {
	float: left;
	width: 25%;
  }
  
  /* The Modal (background) */
  .modal_img {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
  }
  
  /* Modal Content */
  .modal_img-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
  }
  
  .mySlides {
	display: none;
  }
  
  .cursor {
	cursor: pointer
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	background: #ffffff;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: #9fbffc;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  img {
	margin-bottom: -4px;
  }
  
  .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
  }
  
  .thumb {
	opacity: 0.6;
  }
  
  .active,
  .thumb:hover {
	opacity: 1;
  }
  
  img.hover-shadow {
	transition: 0.3s
  }
  
  .hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
  }
  /* ********************* image gallery ********************* */
