@import url('https://fonts.googleapis.com/css?family=Roboto');

@import url('https://fonts.googleapis.com/css?family=Karla');


html{
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	     /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
a{
	text-decoration: none;
}
body{
	margin: 0%;
	font-family: 'Karla', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	overflow-x: hidden;
	/*letter-spacing: -0.5px;*/
}

.menubar{
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	margin-top: 0px
	z-index:99999;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}


.menubar.scrolled{
	width: 100%;
	background: #fff;
	z-index:99999;
	margin-top:-7%;
	transition: margin-top 200ms linear;
	position: fixed;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}




.logo_1{
	width: 200px;
	margin-left:40px;
	/*margin: 20px;*/
	background: #fff;
	margin-bottom: -4px;
	padding:22px 12px;
}



.search_1{
	margin: 20px;
	margin-right: 15%;
	border-radius: 5px;
	border: 2px solid #fdad02; 
	width: 40%;
	color: #666;
	float: right;
	outline: none;
	padding: 10px;
	font-size: 20px;
}

.search_1:focus{
	color: #000;
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.15);
	border: 2px solid #fff; 
	transition: 0.5s;
	background: #fff;
}

.shopping_cart_1{
	width: 30px;
	position: fixed;
	top: 2.5%;
	right: 4%;
	z-index: 1000;
}

.menubar_text{
	float: left;
	left: 330px;
	top: 5%;
	font-size: 15px;
	position: absolute;
	color: #666;
	cursor: pointer;
	line-height: 15px; 
}

.user_icon{
	width: 55px;
	float: left;
	top: 12px;
	left: -55px;
	position: absolute;
}

.menubar_text p{
	margin-left: 15px;
}

.menubar_text p:hover{
	color: #976905;
	transition: 0.2s;
}

.ph_info{
	width: 15%;
	display: block;
	position: fixed;
	bottom: 0;
	right:0px;
	font-size:14px;
	padding: 10px 3%;
	text-align: center;
	background: #1bd741;
	color: #fff;
	transition:0.3s;
	border-radius:10px 0px 0px 0px;
	box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
}

.ph_info:hover{
    padding: 10px 4%;
}

.menu_cat_1{
	display: none;
}


.cat_layer_1_full{
	background: #fff;
	width: 100%;
	padding: 10px;
	z-index: 11;
	color: #999;
}

.cat_layer_1_full.scrolled_c{
	background: #fff;
	transition: background padding 0.5s linear;
	color: #999;
	width: 100%;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.cat_drop_down_cat_full{
	/*color: #999;*/
	text-transform: capitalize;
	margin: 0px 50px;
	cursor: pointer;
	z-index: 9;
	/*padding: 10px;*/
	/*width: 150px;*/
	display: inline-block;
}

.cat_drop_down_cat_full:hover{
	color: #eca203;
	/*background: #eca203;*/
}

.cat_drop_down_cat_full_drp_1{
	display: none;
	position: absolute;
	width: auto;
	color: #fff;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	/*margin-top: 10px;*/
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);

}

.cat_drop_down_cat_full_drp{
	padding: 20px;
	margin: 0px;
	background: #fff;
	text-align: left;
	transition: 0.4s;
	color: #fdad02;
	/*box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);*/
	/*border-radius: 4px;*/

}

.cat_drop_down_cat_full_drp:hover{
	padding: 15px;
	transition: 0.2s;
	margin: 0px;
	background: #fdad02;
	color: #fff;
	border-radius: 4px;
	box-shadow: none;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.15);

}

.cat_drop_down_cat_full:hover .cat_drop_down_cat_full_drp_1{
	display: block;
}

.got_to_pro{
	width: 100%;
	margin-top: -0px;
	/*background: #999;*/
}

.for_enq_flow{
    overflow:auto;
    height:600px;
    overflow-x:hidden;
}

.enq_decasdas{
    background:#fdad02;
    padding:15px;
    color:#fff;
    top:0px;
    margin-top:-5px;
}
.enq_tips{
    background:#f1f1f1;
    padding:5px 15px;
    /*position:fixed;*/
    top:10px;
    margin-top:-75px;
    /*width:427px;*/
    border-bottom:2px solid #ddd;
}

.send_enq_lay_s{
	position: fixed;
	width: 35%;
	height: 100%;
	text-align: left;
	background: #fff;
	font-size: 20px;
	bottom: 0%;
	right: 0%;
	color: #444;
	display: none;
	box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.15);
}

.send_enq_lay_s{
  animation: send_enq_lay_s ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: send_enq_lay_s ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: send_enq_lay_s ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: send_enq_lay_s ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: send_enq_lay_s ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes send_enq_lay_s{
  0% {
   right: -40%;
  }
  100% {
    right: 0%;
  }
}

@-moz-keyframes send_enq_lay_s{
  0% {
   right: -40%;
  }
  100% {
    right: 0%;
  }
}

@-webkit-keyframes send_enq_lay_s {
  0% {
   right: -40%;
  }
  100% {
    right: 0%;
  }
}

@-o-keyframes send_enq_lay_s {
  0% {
   right: -40%;
  }
  100% {
    right: 0%;
  }
}

@-ms-keyframes send_enq_lay_s {
  0% {
   right: -40%;
  }
  100% {
    right: 0%;
  }
}

.sub_enq_cl{
	display: inline-block;
	background: #ddd;
	padding: 10px 50px;
	
}

.tip_akjs{
	font-size: 12px;
}

.enq_text{
	/*width: 170px;*/
	margin: 20px;
	/*box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);*/
	border-radius: 2px;
	padding: 10px;
	font-size:15px;
	width:300px;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	z-index: -10;
	transition:0.2s;
}

.enq_text:focus{
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0);
	background: #fff;
	border: 1px solid #999;
	outline: none;
}

.deliv_text{
	background: #eee;
	padding: 0px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: inline-block;
	border-radius: 20px;
	color: #666;
}

.inner_pro{
	background: #fff;
	margin: 4%;
	margin-top: -30px;
	float: left;
	width: 88%;
	display: inline-block;
	padding: 2%;
	transition: 0.3s;
	border: 1px solid #eee;
	border-radius: 0px;	
	cursor: pointer;
}

.go_to_img{
	width: 250px;
	height: 250px;
}

.inner_pro img{
	float: left;
}

.inner_pro:hover{
	border-radius: 5px;
	border: 1px solid #fff;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.25);
}

.tpo{
	bottom: 0%;
	left: 2%;
	background: #fff;
	position: fixed;
	font-size: 15px;
	color: #fdad02;
	border: 1px solid #fdad02;
	padding: 8px 18px;
	border-radius: 1px;
	display: inline-block;
	transition: 0.5s;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.35);
}

.tpo:hover{
	left: 3%;
	background: #fdad02;
	position: fixed;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fdad02;
	padding: 8px 18px;
	display: inline-block;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15)
}

.tpo{
  animation: tpo ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: tpo ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: tpo ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: tpo ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: tpo ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes tpo{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes tpo{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes tpo {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes tpo {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes tpo {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


.cover_1{
	width: 210%;
	height: auto;
	position: absolute;
	margin-left: 0%;
	z-index: -2;
  animation: cover_f ease-in-out 40s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: cover_f ease-in-out 40s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
}

@keyframes cover_f{
  0% {
    margin-left: 0%;
  }
  50% {
    margin-left: -110%;
  }

  100% {
    margin-left: 0%;
  }
}



.cover_1_1{
	width: 210%;
	height: auto;
	position: absolute;
	margin-left: 0%;
	z-index: -2;
  animation: cover_f ease-in-out 43s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: cover_f ease-in-out 43s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
}

@keyframes cover_f{
  0% {
    margin-left: 0%;
  }
  50% {
    margin-left: -110%;
  }

  100% {
    margin-left: 0%;
  }
}

.cover_2{
	display: none;
	width: 100%;
}


.slide_p_b_1{
	width: 54%;
	background: #fff;
	margin: 2%;
	float: right;
	padding-top: 1px;
	margin-top: 1px;
	color: #666;
	z-index: 99;
	padding: 50px;
	border-radius: 10px;
}

.slide_p_b_1 h4{
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	font-size: 25px;
	margin-top: -10px;
	color: #333;
	margin-bottom: 80px; 
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.15);

}

.pr_1{
	width: 200px;
	height: 100px
	margin: 50px;
	margin-top: -50px;
	margin-bottom: 60px;
	margin-left: 15px;
	background: #fff;
	float: left;
	z-index: 9;
	padding: 10px;
	/*position: relative;*/
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.15);
}

.pr_1:hover .pr_1_img{
	/*transform: scale(1.1);*/
	transition: 0.5s;
	/*transform: rotate(20deg);*/
}

.pr_12{
	float: left;
	font-size: 13px;
	color: #999;
}
.pr_1_img{
	float: left;
	width: 170px;
	height: 170px;
	margin: 20px;
	margin-top: 5px;
}

.f_table td{
	padding: 60px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.p_1_pr{
	width: 90%;
	font-size: 11px;
	padding: 5%;
	color: #666;
	margin-top: -3px;
	border-radius: 3px;
	background: #/*fdad02*/;
}

.pr_1:hover{
	box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.25);
	transition: 0.5s;
	border-radius: 5px;

}
.pr_1:hover .p_1_pr{
	background: #fff;
	color: #333;
	/*box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.25);*/
	transition: 0.5s;
}


.add_t_c_1{
	width: 44%;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	padding: 3%;
	float: right;
	font-size: 10px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 2px;

}

.pr_1:hover .add_t_c_1:hover{
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.55);
	color: #ff3333;
	background: #fff;
	cursor: pointer;
}

.add_t_c_1_av{
	width: 44%;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	padding: 2%;
	float: left;
	font-size: 10px;
	color: #06a001;
	font-weight: bold;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
}

.pr_1:hover .add_t_c_1{
	background: #ff3333;
	color: #fff;
	border: 1px solid #ff3333;
	border-radius: 20px;
	transition: 0.5s;
}


.pr_1:hover .viewp_1{
	display: block;
}

.viewp_1{
	position: absolute;
	width: auto;
	padding: 20px 53px;
	cursor: pointer;
	background: #fdad02;
	color: #fff;
	display: none;
	text-transform: capitalize;
	border-radius: 5px;
	margin-top: 12%;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}



.viewp_1:active{
	box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.25);	
}


.featu_p_in{
	margin: 4%;
	margin-left: 55px;
	padding: 2%;
	margin-bottom: 50px;
	font-size: 2em;
	color: #999;
	width: 89%;
	z-index: -10;
	padding: 10px 20px;
	margin-bottom: 	27px;
	background: #fff;
	display: inline-block;
	/*border-radius: 4px;*/
	border: 1px solid #eee;
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);	*/
}
.featu_p_in:hover{
	box-shadow: none;
}

.cover0_1{
    position:absolute;
    z-index:-1;
    border-radius:2px;
    right: 0px;
    /*opacity:0.5;*/
    margin-top:10%;
    width:30%;
}

.abt_logo{
	margin:10px;
	margin-bottom: -25px;
	width: 300px;
	/*float: left;*/
}
.abt_1{
	width: 80%;
	background: #f4f4f4;
	margin: 0px 10%;
	font-family: 'Roboto', sans-serif;
	margin-top: 40.2%;
	/*margin-bottom: 0px 0px 40px 40px;*/
	border-radius: 0px 0px 10px 10px;
	padding: 30px;
}

.abt_1 p{
	margin: 40px;
	color: #666;
	/*float: left;*/
	letter-spacing:0.5px;
	text-transform: capitalize;
	font-size: 1.2em;
}

.about_1{
	padding: 10px;
	text-align: center;
	font-size: 40px;
}


.abt_data{
	float: left;
}

.abt_data img{
	width: 600px;
}

.abt_data_text{
	font-size: 23px;
	text-align: left;
	font-style: italic;
	color: #666;
}


.scrollmenu_::-webkit-scrollbar {
    width: 10px;
}
 
.scrollmenu_::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}
 
.scrollmenu_::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /*outline: 1px solid slategrey;*/
}


.abt_data_2{
	float: left;
}

.abt_data_2 img{
	width: 600px;
}

.abt_data_text_2{
	font-size: 23px;
	text-align: right;
	float: left;
	font-style: italic;
	color: #666;
}


.go_to_product_data_div{
	float: left;
	margin-top: 30px;
	margin-left: 5%; 
	margin-right: 60px;
}


.go_to_deliv_img{
	width: 30px;
	padding: 3px;
	padding-right: 10px;
	margin-bottom: -1px;
	margin-top: -10px;
}

.go_to_deliv_text{
	background: #eee;
	padding: 10px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	display: inline-block;
	border-radius: 20px;
	color: #666;
}

.go_to_pr_cat{
	padding-left: 100px;
}
.pr_ul{
	color: #666;
	padding: 30px;
	font-size: 13px;
}
.go_to_pr_cat li{
	margin: 12px;
}



.cart_nun_c{
    background: #ff3333;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	height: 20px;
	width: 20px;
	padding:7px 5px;
	margin-top: -10px;
	right: 24px;
	border-radius: 3px;
	z-index: 100;
}


.go_to_about{
	position: absolute;
	right: 7%;
	color: #999;
	margin: 10px;
	margin-top: -252px;
	padding: 10px;
	font-size: 25px;
	/*border: 1px solid #ddd;*/
	background: #fff;
	border-radius: 5px; 
	transition: 0.1s;
}


.go_to_view_pr{
	position: absolute;
	right: 7%;
	color: #999;
	margin: 10px;
	margin-top: -12px;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px; 
	opacity: 0;
	transition: 0.1s;
}

.inner_pro:hover .go_to_view_pr{
	opacity: 1;
}

.go_to_view_pr:hover{
	background: #eca203;
	color: #fff;
	cursor: pointer;
	border: 1px solid #eca203;
	box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.25);
}

/*================index page end==================*/

/*================product page start==================*/



.product_img_div{
	float: left;
	position: fixed;
	z-index: -10;
	/*z-index: 9;*/
}


.product_img_p_1{
	width: 400px;
	margin: 10%;
	/*border: 1px solid #999;*/
	z-index: 9;

}

.product_data_div{
	float: left;
	margin-top: 20px;
	margin-left: 35%; 
}

.p_title{
	text-transform: uppercase;
	color: #000;
	font-size: 25px;
}

.p_add_t_c{
	text-transform: capitalize;
	background: #fff;
	color: #ff3333;
	z-index: -10;
	display: inline-block;
	padding: 10px;
	border: 1px solid #ff3333;
	right: 20px;
	width: 320px;
	top: 24%;
	position: fixed;
	border-radius: 5px;
	padding-bottom: 15px;
	transition: 0.3s;
}

.share_pr{
	text-transform: capitalize;
	background: #fff;
	color: #666;
	z-index: -10;
	display: inline-block;
	padding: 5px;
	border: 1px solid #666;
	right: 4px;
	margin-right: 20px; 
	top: 34%;
	position: fixed;
	border-radius: 5px;
	transition: 0.3s;
}

.scrolled_p_add_t_c{
	top: 16%;
}

.scrolled_share_pr{
	top: 27%;
}

.hr_1 {
height: 1px;
color: blue;
background-color: #ddd;
border: none;
}

.p_add_t_c:hover{
	background: #fdad02;
	color: #fff;
	border: 1px solid #fdad02;
	cursor: pointer;
	box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.15);
}



.p_add_t_c span{
	background: #03a01a;
	right: -1px;
	width: 120px;
	border: 1px solid #013802;
	border-left: 1px solid #03a01a;
	color: #fff;
	top: 25%;
	font-size: 15px;
	position: absolute;
	border-radius: 0px 5px 5px 0px;
	padding-bottom: 15px;
	padding: 16px;
	padding-left: 10px;
	margin-top: -14px;
	/*box-shadow: inset 10px 0px 12px 2px rgba(0,0,0,0.55);*/
} 


.pr_brand{
	font-size: 15px;
	margin-top: -30px;
	color: #999;
	font-weight: bold;
	text-transform: capitalize;
}

.p_spl_price{
	color: #03a01a;
	font-weight: bold;
	font-size: 15px;
	margin-top: -20px;
}

.pr_request p{
	color: #333;
	font-size: 15px;
}


.req_email{
	width: 250px;
	border-radius: 5px;
	border: none;
	padding: 10px;
	border: 1px solid #eee;
	padding-left: 45px;
	outline: none;
	background: transparent;
	z-index: -10;
}

.req_email:focus{
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);

}

.deliv_text{

}

.icon_for_req{
	width: 30px;
	opacity: 0.4;
	position: absolute;
	margin-left: 5px;
	margin-top: 3px;
	z-index: -1;
}

.send_re{
	background: #03a01a;
	border: 1px solid #03a01a;
	color: #fff;
	text-transform: capitalize;
	font-size: 13px;
	padding: 10px;
	border-radius: 4px;
	transition: 0.2s;
	cursor: pointer;
	outline: none;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);

}

.send_re:hover{
	background: #03a01a;
	color: #fff;
	border: 1px solid #03a01a;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);

}

.page_count{
	margin-top: -5px;
	color: #999;
	font-size: 12px;
	/*margin-left: 0px;*/
}

.brand_logo_pr{
	width: 150px;
	border-radius:5px;
	/*border: 1px solid #fcc103;*/
	cursor: pointer;
	background: #fcc103;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	background: linear-gradient(274deg, #fcc103, #fcc103, #ffffff, #fcc103, #fcc103);
background-size: 1600% 1600%;

-webkit-animation: brand_logo_pr 4s ease infinite;
-moz-animation: brand_logo_pr 4s ease infinite;
animation: brand_logo_pr 4s ease infinite;
	/*float: right;*/
}

@-webkit-keyframes brand_logo_pr {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes brand_logo_pr {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes brand_logo_pr { 
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}


.deliv_text{
	background: #eee;
	padding: 0px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: inline-block;
	border-radius: 20px;
	color: #666;
}

.deliv_img{
	width: 30px;
	padding: 3px;
	padding-right: 10px;
	margin-bottom: -15px;
}

.details_data{
	width: 500px;
	color: #666;
	font-size: 11px;
}

.div_1{
	max-height: 500px;
	overflow-x: auto;	
}

.div_1::-webkit-scrollbar {
    width: 1px;
}
 
.div_1::-webkit-scrollbar-track {
    background: #fff;
}
 
.div_1::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #eca203;
  border-radius: 20px;

}

.det_img_1{
	margin: 10px;
	padding: 10px; 
	z-index: -10;
	width: 200px;
	max-width: 500px;
	border-radius: 5px;
	border: 1px solid #ccc;
}



.family_tree{
	display: none;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    height: 200px;
    min-height:350px;
	right: 2px;
	top:40%;
	z-index: -10;
	margin: 20px;
	border-radius: 3px;
	width: 300px;
	color: #666;
	padding: 1px 15px;
	margin-right: 0px;
}

.family_tree_header{
	background: #999;
	padding: 10px 15px;
	float: left;
	width: 85%;
	color: #fff;
	border-radius: 4px;
}


.img_family{
	width: 100%;
	border-radius: 5px;
}

.family_tree span{
	background: #fff;
	float: left;
	text-align: justify;
    word-wrap: break-word;
	display: inline-block;
	width: 85%;
	height: auto;
	color: #666;
	font-size: 12px;
	border-radius: 5px;
	padding: 3%;
	margin: 2%;
	border:1px solid #ddd;
	/*box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);*/

}

#myUL_mob{
    display:none;
}


ul, #myUL {
  list-style-type: none;
}
a{
	text-decoration: none;
}

#myUL {
    display:block;
 /* position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    height: 200px;
    min-height:350px;*/
	right: 2px;
	top:20%;
	position: absolute;
	/*background: #ccc;*/
	transition: 0.5s all;
	z-index: -10;
	margin: 20px;
	border-radius: 3px;
	width: 300px;
	color: #777;
	padding: 1px 15px;
	margin-right: 0px;
	font-size: 12px;
	line-height: 30px;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: #777;
  font-size: 12px;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);  
}

.nested {
  display: none;
}

.active {
  display: block;
}



.product_tree_catlouge{
	position: relative;
	float: left;
	z-index: -1;
	margin-left: 2%;
	background: #fff;
	display: inline-block;
	padding: 20px;
	text-transform: uppercase;
	border-radius: 3px;
}


.pr_cat_header{
	font-size: 20px;
	width: 350px;
	/*font-weight: bold;*/
	color: #999;
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

.jagsga{
   float:left; 
   background:#189602;
   /*border:1px solid #fcc103; */
   padding:10px;
   padding-bottom:20px; 
   border-radius:5px; 
   margin-left:20px; 
   cursor:pointer;
   color:#fff;
   box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
   transition:0.1s;
   
}

.jagsga:hover{
    background:#F5D613;
   box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}

.tree_h{
	color: #666;
	font-weight: bold; 
	font-size: 16px;
}

.tree_h ul li{
	font-weight: normal;
	margin: 12px;
	color: #999;
	font-size: 10px;
	margin-right: 20px;
}






/*=======================product menu ========*/


.product_tree_catlouge_pr_menu::-webkit-scrollbar {
    width: 1px;
}
 
.product_tree_catlouge_pr_menu::-webkit-scrollbar-track {
    background: #fff;
}
 
.product_tree_catlouge_pr_menu::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 1px solid #eca203;
  border-radius: 20px;

}

.product_mlfb{
	float: right;
	padding: 4px;
	border: 1px solid #ddd;
	width: 100px;
	border-radius: 2px;
	margin-top: -13px;
	margin-right: 30px;
}

.product_tree_catlouge_pr_menu_cat_for_mob{
    display:none;
    float: left;
	z-index: -1;
	margin-left: 2%;
	height: 500px;
	max-height: 500px;
	top:15%;
	overflow: auto;
	/*position: fixed;*/
	background: #fff;
	padding: 20px;
	text-transform: uppercase;
	border-radius: 3px;
}

.product_tree_catlouge_pr_menu{
	float: left;
	display:block;
	z-index: -1;
	margin-left: 2%;
	height: 1500px;
	max-height: 1500px;
	top:15%;
	overflow: auto;
	/*position: fixed;*/
	background: #fff;
	display: inline-block;
	padding: 20px;
	text-transform: uppercase;
	border-radius: 3px;
}

.pr_cat_header_pr{
	font-size: 20px;
	width: 350px;
	/*font-weight: bold;*/
	color: #999;
	margin-top: -20px;
	border-radius: 5px;
	background: #fff;
	z-index: -1;
	padding: 15px;
	/*box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);*/
}
.product_cal_show_lay_main{
	margin-top: 160px;
	width: 900px;
	margin-left: 34%;
	/*float: right;*/
	background: #fff;
}


.product_cal_show_lay_main_cart{
	margin-top: 160px;
	width: 900px;
	margin-left: 36%;
	/*float: right;*/
	background: #fff;
	z-index: -1;
}

.product_details_show_lay_main{
	/*margin-top: 160px;*/
	width: 600px;
	padding: 30px;
	margin-left: 34%;
	/*float: right;*/
	color: #999;
	line-height: 25px;
	/*background: #999;*/
}

.product_details_show_lay_main ul li{
	list-style-type: circle;
}


.product_details_show_lay_main ul li ul li{
	list-style-type: none;
}


.product_cal_show_lay{
	float: left;
	margin: 20px;
	padding: 10px;
	display: inline-block;
	text-align: left;
	/*width: 400px;*/
	background: #fff;
	/*margin-right: 120px;*/
	font-size: 20px;
	border-radius: 2px;
	border: 1px solid #ddd;
	/*box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);*/
	transition: 0.2s;
}

.product_cal_show_lay:hover{
	/*border-radius: 5px;*/
	border: 1px solid #fff;
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.10);
}

.pr_na_act{
	border-radius: 3px;
	background: #eee;
	padding: 5px;
}

.pr_na_act_tt{
	border-radius: 3px;
	background: transparent;
	padding: 1px 13px;
	color: #999;
}

.pr_na_act_tt:hover{
	background: #eee;
	color: #666;
}

.product_cal_show_lay p{
	width: 600px;
	font-size: 13px;
	color: #666;
}
.pr_cat_l_img{
	width: 100px;
	height: 100px;
	float: left;
	color: #999;
	padding: 10px;
}


.get_lows_pr_m{
	font-size: 12px;
	background: #eee;
	padding: 10px;
	float: right;
	color: #666;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
}

.get_lows_pr_m:hover{
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

.get_qu_pr_m{
	font-size: 12px;
	border-radius: 2px;
	background: #eca203;
	cursor: pointer;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	padding: 10px;
	float: right;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 10px;
	transition: 0.2s;
	display: inline-block;
}

.get_qu_pr_m:hover{
	cursor: pointer;
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.25);
	background: #fff;
	color: #eca203;
}

.get_qu_pr_m:active{
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}

.get_qu_pr_m_added{
	font-size: 12px;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	padding: 10px;
	float: right;
	color: #eca203;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 10px;
	transition: 0.2s;
	display: inline-block;
}

.notification{
		background: #fff;
		display: inline-block;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.35);
		position: fixed;
		bottom: 5%;
		left: 3%;
	}



	

.notification_qoute{
		background: #fff;
		display: inline-block;
		padding: 10px;
		font-size: 15px;
		border-radius: 2px;
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		position: fixed;
		right:2%; 
		z-index: 10000;
		color: #eca203;
		font-weight:bold;
		animation: notification_qoute ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: notification_qoute ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
	}



@keyframes notification_qoute{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes notification_qoute {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}


.contact_lay{
	/*margin: 2%;*/
	/*margin-right: 11%;*/
	/*border-radius: 5px;*/
	/*border: 2px solid #fdad02; */
	/*width: 10%;*/
	color: #ffffff;
	font-weight:bold;
	/*text-transform : capitalize ;*/
	
	background: #fdad02;
	/*display:inline-block;*/
	float: left;
	outline: none;
	padding: 1.8%;
	/*margin-top: -10%; */
	font-size: 15px;
	}
	

/*=================cart========================*/

.cart_lay_1{
	display: inline-block;
	width: 60%;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin-top: 10px;
}

.cart_img_l{
	width: 50px;
	float: left;
}

.cart_det{
	float: left;
	padding: 20px;
	color: #999;
	width: 150px;
	margin-top: -10px;
}

.cart_qty{
	margin-left: 120px;
	float: left;
	margin-top: 10px;
}

.cart_qyt_n{
	width: 40px;
}

.cart_del{
	margin-left: 250px;
	float: left;
	color: #ff3333;
	font-size: 12px; 
	margin-top: -18px;
}


.cart_sent{
	color: green;
	margin-left: 250px;
	float: left;
	font-size: 12px; 
	margin-top: 15px;
}

.submit_add{
		background: #eca203;
		display: inline-block;
		padding: 10px;
		font-size: 30px;
		border-radius: 2px;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
		position: fixed;
		right:3%;
		width: 15%; 
		top:25%;
		transition: 0.5s;
		color: #fff;
		font-weight:bold;
		cursor: pointer;
	}

.submit_conf{
		background: #fff;
		display: inline-block;
		padding: 10px;
		font-size: 18px;
		border-radius: 2px;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
		position: fixed;
		right:3%;
		width: 15%; 
		top:25%;
		transition: 0.5s;
		color: #999;
		/*font-weight:bold;*/
		cursor: pointer;
}

	.submit_add:hover{
		top:27%;
	}

.submit_add_layer{
	background: #eca203;
		display: inline-block;
		padding: 10px;
		font-size: 30px;
		border-radius: 2px;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
		position: fixed;
		right:3%; 
		top:35%;
		color: #fff;
		font-weight:bold;
		width: 15%;
		display: none;
		cursor: pointer;
}

.submit_add_layer p{
	font-size: 10px;
	text-align: center;
}

.submit_add_sub{
	padding: 7px 10px;
	width: 100%;
	outline: none;
	border-radius: 2px;
	border: 1px solid #f4c06b;
	background: #f4c06b;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

.submit_add_text{
	padding: 7px 10px;
	width: 90%;
	outline: none;
	border-radius: 2px;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);

}

.product_dec{
	width: 688px;
}


.submit_add:hover .submit_add_layer{
	/*display: block;*/
}


.cat_for_mob{
    display:none;
}


.searchr_lay{
	/*position: absolute;*/
	width: 100%;
	padding: 5px;
	background: #fff;
	display: inline-block;
	border-left: 2px solid #fff;
}

.searchr_lay:hover{
	background: #fff;
	border-left: 2px solid #ddd;
	cursor: pointer;
	box-shadow: 0px 12px 22px 0px rgba(0,0,0,0.25);

}



.scrollmenu_{
	/*position: relative;*/
	top: 19%;
	width: 50%;	
	/*margin-left: 30%;*/
	/*overflow: auto;*/
	max-height: 550px;
	overflow: auto;
	overflow-x: hidden;
	z-index: 10000;
}



.name_p{
	/*float: left;*/
	text-align: left;
	color: #666;
	font-size: 15px;
	width: 80%;
	/*float: left;*/
	margin-left: -20px; 
}

.searc_l_img{
	/*position: fixed;*/
	float: left;
	width: 100px;
	padding: 10px;
	margin-top: 15px;
	margin-left: 0px;

}

.contact_lay{
	/*margin: 2%;*/
	/*margin-right: 11%;*/
	/*border-radius: 5px;*/
	/*border: 2px solid #fdad02; */
	/*width: 10%;*/
	color: #ffffff;
	font-weight:bold;
	/*text-transform : capitalize ;*/
	
	background: #fdad02;
	/*display:inline-block;*/
	float: left;
	outline: none;
	padding: 1.8%;
	/*margin-top: -10%; */
	font-size: 15px;
	}
	
	.contact_lay img{
	    margin-bottom:-7px;
	}
	.asljna{
	    position:fixed;
	    right:16%;
	    top:4.5%;
	}
	
	
	
	
	
/*================Responsive page==================*/
/*================index page start==================*/


@media screen and (max-width: 1024px) {
	.menubar_text{
	float: left;
	left: 280px;
	top: 0%;
	font-size: 10px;
	position: absolute;
	color: #fff;
	cursor: pointer;
	line-height: 15px; 
	}

}


@media screen and (max-width: 1300px) {
    

	
	.search_1{
	margin: 20px;
	margin-right: 15%;
	border-radius: 5px;
	border: 2px solid #fdad02; 
	width: 30%;
	color: #666;
	float: right;
	outline: none;
	padding: 10px;
	font-size: 20px;
}
}


@media screen and (max-width: 1016px) {


body{
	margin: 0%;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}


.notification_qoute{
		background: #eca203;
		display: inline-block;
		padding: 12px;
		font-size: 15px;
		border-radius: 2px;
		box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
		position: fixed;
		left:2%;
		bottom:3.5%;
		z-index: 10000;
		color: #fff;
		font-weight:bold;
		animation: notification_qoute ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: notification_qoute ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
	}


.scrollmenu_{
	/*position: relative;*/
	top: 19%;
	width: 100%;	
	/*margin-left: 30%;*/
	/*overflow: auto;*/
	max-height: 550px;
	overflow: auto;
	overflow-x: hidden;
	z-index: 10000;	
	font-size:3px;
}


.searchr_lay{
	/*position: absolute;*/
	width: 100%;
	padding: 5px;
	background: #fff;
	font-size:3px;
	display: inline-block;
	border-left: 2px solid #fff;
}

.name_p{
	/*float: left;*/
	text-align: left;
	color: #666;
	font-size: 10px;
	width: 80%;
	/*float: left;*/
	margin-left: -20px; 
}

.searchr_lay:hover{
	background: #fff;
	border-left: 2px solid #ddd;
	cursor: pointer;
	box-shadow: 0px 12px 22px 0px rgba(0,0,0,0.25);

}

.searc_l_img{
	/*position: fixed;*/
	float: left;
	width: 70px;
	padding: 10px;
	margin-top: 15px;
	margin-left: 0px;

}

  .logo_1{
	width: 35%;
	background: transparent;
	margin-left:10px;
}
	
	.menubar_text{
		display: none;
	}

	.search_1{
	margin: 2%;
	/*margin-right: 11%;*/
	border-radius: 5px;
	border: 2px solid #fdad02; 
	width: 90%;
	color: #666;
	/*float: right;*/
	outline: none;
	padding: 3%;
	margin-top: -1%; 
	font-size: 15px;
	}
	
	


.menubar{
	width: 100%;
	background: #fff;
	position: fixed;
	padding-bottom: 12px;
	box-shadow: none;
	z-index: 99999;
	margin-top: 0px;
	/*border-bottom: 1px solid #999;*/
	/*box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);*/
}

.menubar.scrolled{
	width: 100%;
	background: #fff;
	position: fixed;
	padding-bottom: 12px;
	box-shadow: none;
	z-index: 99999;
	margin-top: -50px;
	/*border-bottom: 1px solid #999;*/
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}


.pr_1_img{
	float: left;
	width: 190px;
	height: 190px;
	margin: 20px;
	margin-top: 5px;
}



#myUL {
  list-style-type: none;
  display:none;
}
a{
	text-decoration: none;
}

#myUL {
    display:none;
 /* position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    height: 200px;
    min-height:350px;*/
	right: 2px;
	top:40%;
	position: absolute;
	/*background: #ccc;*/
	transition: 0.5s all;
	z-index: -10;
	margin: 20px;
	border-radius: 3px;
	width: 300px;
	color: #777;
	padding: 1px 15px;
	margin-right: 0px;
	font-size: 12px;
	line-height: 30px;
}


#myUL_mob {
  list-style-type: none;
}
a{
	text-decoration: none;
}

#myUL_mob {
    display:block;
 /* position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    height: 200px;
    min-height:350px;*/
	/*background: #ccc;*/
	transition: 0.5s all;
	z-index: -10;
	margin: 20px;
	border-radius: 3px;
	width: 300px;
	color: #777;
	padding: 1px 15px;
	margin-right: 0px;
	font-size: 12px;
	line-height: 30px;
}


.send_enq_lay_s{
    position: fixed;
	width: 100%;
	height: 100%;
	text-align: left;
	background: #fff;
	font-size: 20px;
	top: 18.5%;
	left: 0%;
	color: #444;
	display: none;
	box-shadow: 0px -2px 20px 0px rgba(0,0,0,0.15);
}

.for_enq_flow{
    overflow:auto;
    height:600px;
    overflow-x:hidden;
}



.contact_lay{
	margin-left: -6%;
	/*margin-right: 11%;*/
	/*border-radius: 5px;*/
	/*border: 2px solid #fdad02; */
	/*width: 10%;*/
	color: #fdad02;
	font-weight:bold;
	background: #fff;
	/*display:inline-block;*/
	float: left;
	outline: none;
	padding: 1.8%;
	/*margin-top: -10%; */
	font-size: 15px;
	}
	
	.contact_lay img{
	    margin-bottom:-7px;
	}


.inner_pro{
	background: #fff;
	margin: 4%;
	margin-top: -30px;
	float: left;
	width: 88%;
	display: inline-block;
	padding: 2%;
	margin-bottom: 70px;
	transition: 0.3s;
	border: 1px solid #eee;
	border-radius: 0px;	
	cursor: pointer;
}


.featu_p_in{
	margin: 4%;
	/*margin-left: 55px;*/
	padding: 2%;
	margin-bottom: 50px;
	font-size: 2em;
	color: #999;
	width: 81%;
	padding: 10px 20px;
	margin-bottom: 	27px;
	background: #fff;
	display: inline-block;
	/*border-radius: 4px;*/
	border: 1px solid #eee;
	/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);	*/
}

.go_to_img{
	width: 100%
	/*height:auto;*/
}


.go_to_product_data_div{
	float: left;
	margin-top: 30px;
	/*margin-left: 5%; */
	margin-right: 10px;
}

.submit_add{
		background: #eca203;
		display: inline-block;
		padding: 10px;
		font-size: 30px;
		border-radius: 2px;
		box-shadow: -10px -2px 2px 0px rgba(0,0,0,0.15);
		position: fixed;
		left:0%;
		width: 100%;
		top:90%;
		transition: 0.5s;
		color: #fff;
		font-weight:bold;
		cursor: pointer;
	}

	
		.submit_add:hover{
		top:90%;
		color:#eca203;
		background: #ffffff;
	}
	
	.submit_add_layer{
	background: #eca203;
		display: inline-block;
		font-size: 30px;
		border-radius: 2px;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
		position: fixed;
		right:0%; 
		top:35%;
		color: #fff;
		font-weight:bold;
		width: 96%;
		display: none;
		padding: 2%;
		cursor: pointer;
}

.submit_add_layer p{
	font-size: 20px;
	text-align: center;
}

.submit_add_sub{
	padding: 7px 10px;
	width: 100%;
	outline: none;
	font-size:15px;
	border-radius: 2px;
	border: 1px solid #f4c06b;
	background: #f4c06b;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

.submit_add_text{
	padding: 17px 10px;
	margin:10px 0px;
	width: 94%;
	outline: none;
	border-radius: 2px;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);

}


.product_cal_show_lay_main_cart{
	margin-top: 160px;
	width: 140%;
	margin-left: 4%;	
	background: #fff;
	z-index: -1;
}

.go_to_view_pr{
	position: relative;
	margin-top: 130%;
	margin-left: 6%;
	height: 30px;
	width: 95%;
	color: #999;
	text-align: center;
	margin-bottom: 0px;
	padding: 3% 3%;
	font-size: 20px;
	border: none;
	border-top: 1px solid #eee;
	background: #fff;
	transition: 0.2s;
	border-radius: 0px; 
}

/*.go_to_view_pr{
	position: relative;
	color: #999;
	margin: 10px;
	margin-top: -12px;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px; 
	opacity: 0;
	transition: 0.1s;
}*/


.go_to_deliv_img{
	width: 30px;
	padding: 3px;
	padding-right: 6px;
	margin-bottom: -1px;
	margin-top: -10px;
}

.go_to_deliv_text{
	background: #eee;
	padding: 10px;
	font-size: 10px;
	padding-left: 10px;
	width: 88%;
	padding-right: 20px;
	padding-bottom: 0px;
	display: inline-block;
	border-radius: 20px;
	color: #666;
}

.search_1:focus{
	color: #000;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
	border: 2px solid #fff; 
	transition: 0.5s;
}

.shopping_cart_1{
	width: 30px;
	position: fixed;
	top:auto;
	bottom: 4%;
	right: 11%;
	padding:3px;
	border-radius:2px;
	background:#fff;
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);

}

.cart_nun_c{
    background: #ff3333;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	height: 20px;
	width: 20px;
	padding:7px 5px;
	margin-top: -10px;
	right: 20px;
	border-radius: 3px;
	z-index: 100;
}


.product_cal_show_lay{
	float: left;
	margin: 20px;
	padding: 10px;
	display: inline-block;
	text-align: left;
	width: 115%;
	background: #fff;
	/*margin-right: 120px;*/
	font-size: 20px;
	border-radius: 2px;
	border: 1px solid #ddd;
	/*box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);*/
	transition: 0.2s;
}

.product_cal_show_lay p{
    width:62%;
    float:left;
}

.product_tree_catlouge_pr_menu_cat_for_mob{
    display:block;
}

.product_tree_catlouge_pr_menu{
    display:none;
}

.product_cal_show_lay:hover{
	/*border-radius: 5px;*/
	border: 1px solid #fff;
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.10);
}

.pr_cat_l_img{
	width: 100px;
	height: 100px;
	float: left;
	color: #999;
	padding: 10px;
}

.get_lows_pr_m{
	font-size: 12px;
	background: #eee;
	padding: 10px;
	float: right;
	color: #666;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
}

.get_lows_pr_m:hover{
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

.product_cal_show_lay_main{
	margin-top: 160px;
	font-size: 15px;
	width:70%;
	margin-left: 1%;
	/*float: right;*/
	background: #fff;
}

.product_cal_show_lay_main_header{
    font-size:20px;
    width:80%;
}

.ph_info{
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	padding:  8px; 
	text-align: center;
	background: #1bd741;
	color: #000;
	box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
}

.ph_info:hover{
	transition: 0.2s;
	background: #fff;
	color: #fdad02;
}


.go_to_pr_cat{
	padding-left: 2px;
}

.pr_ul{
	list-style-type: none;
  	display:none;
}


#sticky.stick {
    margin-top: 95.5px !important;
    position: fixed;
    top: 0;
   	font-size: 1.5em;
    z-index: 10000;
}


/*==============search=======*/





/*.cat_drop_down{
	font-size: 15px;
	right: 50%;
	color: #fdad02;
	z-index: 999;
}*/

.menu_cat_1{
	width: 100%;
	display: block;
	/*color: #999;*/
	color: #fdad02;
	background: #fff;
}


.menu_cat_1:hover{
	font-weight: bold;
	/*color: #999;*/
}


.drop_cat_1{
	display: none;
}

.cat_drop_down_cat{
	width: 86%;
	margin: 5%;
	padding: 3%;
	text-transform: uppercase;
	margin-bottom: 2%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #fdad02;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

.cat_q_1{
	display: none;
	position: absolute;
	width: 100%;
	top:0%;
	overflow: auto;
	background: #fff;
}

.cat_q_1 p{
	background: #eee;
	margin: 20px;
	font-weight: normal;
	border-radius: 5px;
	padding: 10px;
	color: #999;
	height: 100%;
	text-transform: capitalize;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);

}

.cat_q_1 p:hover{
	background: #fdad02;
	color: #fff;
	transition: 0.2s;
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.15);

}

.cat_q_1_close{
	margin: 30px;
	position: absolute;
	width: 20px;
	left: -4%;
	top: -3%;
}

.cat_layer_1_full{
	display: none;
}

.cover_1{
	display: none;
}

.cover_2{
	width: 100%;
	display: block;
}

.pr_1{
	width: 80%;
	height: 100px
	margin: 50px;
	margin-left: 0px; 
	margin-bottom: 70px;
	background: #fff;
	float: left;
	padding: 10px;
	/*position: relative;*/
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}


.slide_p_b_1 h4{
	/*text-align: center;*/
	/*padding-left: -100px;*/
	margin-bottom: 80px;
	font-size: 20px;
	margin-left: -30px;
}


.slide_p_b_1{
	width: 80%;
	background: #f9f9f9;
	padding: 5%;
	float: left;
	padding-top: 31px;
	color: #111;
	z-index: 99;
	padding-left: 50px;
	/*padding-bottom: 40px;*/
	margin-top: -4px;
}

.add_t_c_1{
	width: 44%;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	padding: 3%;
	float: right;
	color: #999;
	font-size: 15px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 2px;
}


.add_t_c_1_av{
	width: 44%;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	padding: 2%;
	float: left;
	font-size: 13px;
	color: #06a001;
	font-weight: bold;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
}
.viewp_1{
	position: absolute;
	width: auto;
	padding: 20px 67px;
	background: #fdad02;
	color: #fff;
	display: none;
	text-transform: capitalize;
	border-radius: 5px;
	margin-top: 50%;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	z-index: -99;
}

.pr_1:hover .viewp_1{
	display: block;
}


.abt_data img{
	width: 100%;
}

.abt_data_text{
	font-size: 20px;
	text-align: center;
	font-style: italic;
	color: #666;
}



.abt_logo{
	margin:10px;
	margin-bottom: -25px;
	width: 150px;
	/*float: left;*/
}
.abt_1{
	width: 80%;
	/*background: #eee;*/
	margin: 10px;
	margin-bottom: 40px;
	border-radius: 10px;
	padding: 10px;
}

.abt_1 p{
	margin: 40px;
	margin-left: 0px;
	margin-right:0px; 
	color: #666;
	/*float: left;*/
	font-size: 20px;
}



.product_img_div{
	float: left;
	top: 30%;
	position: relative;
	    z-index: -10;
	/*z-index: 9;*/
}




.product_img_p_1{
	width: 90%;
	margin: 5%;
	margin-bottom:-10%;
	/*border: 1px solid #999;*/
	z-index: 9;

}



.product_data_div{
	float: left;
	margin-top: 20px;
	margin-left: 5%; 
}



.req_email{
	width: 170px;
	border-radius: 5px;
	border: none;
	padding: 10px;
	border: 1px solid #eee;
	padding-left: 45px;
	outline: none;
	background: transparent;
	z-index: -10;
}


.send_re{
	background: #03a01a;
	border: 1px solid #03a01a;
	color: #fff;
	text-transform: capitalize;
	font-size: 9px;
	padding: 10px;
	border-radius: 4px;
	transition: 0.2s;
	cursor: pointer;
	outline: none;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}



.p_add_t_c{
	text-transform: capitalize;
	background: #03a01a;
	color: #fff;
	z-index: 10;
	display: inline-block;
	/*padding: 10px;*/
	border:none;
	top: auto;
	width: 100%;
	bottom: 4%;
	left: 0%;
	position: fixed;
	padding-bottom: 15px;
	transition: 0.3s;
	border-radius: 0px;
	box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.15);
}




.p_add_t_c span{
	background: #03a01a;
	right: -1px;
	width: 120px;
	border:none;
	/*border-left: 1px solid #03a01a;*/
	color: #fff;
	top: 25%;
	font-size: 15px;
	position: absolute;
	border-radius: 0px 5px 5px 0px;
	padding-bottom: 15px;
	padding: 16px;
	padding-left: 10px;
	margin-top: -14px;
} 


.scrolled_p_add_t_c{
	top: auto;
	width: 100%;
	background: #fff;
	color: #ff3333;
	bottom: 3%;
	border-radius: 0px;
}

.share_pr{
	display: none;
}

.p_add_t_c:hover{
	background: #fdad02;
	color: #fff;
	border: 0px solid #fdad02;
	cursor: pointer;
	box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.15);
}


.details_data{
	width: 100%;
	color: #666;
	font-size: 12px;
}

.det_img_1{
	margin: 10%;
	/*padding: 10px; */
	z-index: -10;
	width: 50%;
	max-width: auto;
	border-radius: 5px;
	border: 1px solid #ccc;
}

}

















 
 


