*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#count_cart{
	font-size: 12px;
	font-weight: bold;
	color:white;
	background-color: #d82935;
	border-radius: 50px;
	width:auto;
	min-width: 20px;
	height: 20px;
	text-align: center;
	float:right;
	padding-top: 2px;
	margin-left: 3px;
	margin-top: -3px;
}
a:hover{
	text-decoration: none !important;
}
.i_c{
	font-size: 14px;
	color:#0073e6;
}
.a_hover{
	color:#333333;
}
.a_hover:hover{
	color:#333333;
	text-decoration: none;
}
.info_all{
	width:100%;
	height: auto;
	position: relative;
	float:left;
	background-color: #f2f6fa;
}
.img-responsive{
	width:100%;
}
.font{
	font-family: 'PT Sans', sans-serif;
}
.color_green{
	color:#008c39;
}
.color_grey{
	color:#585d63;
}
.color_red{
	color:#0073e6;
}
.no-padding{
	padding: 0!important;
}
.fone_bg{
	position: fixed;
	width:100%;
	height: 100%;
	background: black;
	z-index: 15000;
	opacity: 0.2;
}
.success_block{
	position: fixed;
	width:100%;
	height: 100%;
	z-index: 20000;
}
.click_hide{
	position: absolute;
	width:100%;
	height: 100%;
}
.success_min_block{
	position: relative;
	width:50%;
	max-width: 400px;
	min-width: 300px;
	height: 300px;
	background: white;
	margin: 10% auto;
	border-radius: 10px;
	z-index: 30000;
}
.succes_header{
	width:100%;
	height: 40px;
}
.succes_header i{
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 20px;
	cursor:pointer;
}
.succes_body{
	width:100%;
	height: auto;
	text-align: center;
}
.succes_body i{
	font-size: 100px;
	margin-top: 20px;
	color: #06c92e;
}
.succes_body button{
	border:none;
	background-color: #fabc22;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
}

#fone_bg{
	display: none;
}
#success_block{
	display: none;
}




.slider_style{
	position: relative;
	float:left;
	width:100%;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}
.about_style{
	position: relative;
	float:left;
	width:100%;
}
.about_text{
	font-size: 16px;
}
.brand_style{
	position: relative;
	float:left;
	width:100%;
	margin-top: 5%;
	background-image: url("/images/2.jpg");
	background-size:cover;

}
.home_categories_list{
	position: relative;
	float:left;
	width:100%;
}
.home_category_style{
	height: 280px;
	border:solid 3px white;
}
.fone_opacity{
	width:100%;
	height: 100%;
	background:black;
	opacity: 0.5;
	position: absolute;
}
.home_text_category{
	width:100%;
	height: 100%;
	position: absolute;
	color:white;
	padding-top: 100px;
}
.home_new_products{
	position: relative;
	float:left;
	width:100%;
	margin-top: 2%;
}

footer{
	width:100%;
	height: auto;
	float:left;
}
.footer_img{
	padding-left: 30px !important;
}
.footer_img img{
	margin-top: 20px;
}
.footer_img p{
	margin-top: 30px;
}
.footer_style h3{
	font-weight: bold;
	font-size:15px;
}
.fotter_social{
	width:100%;
	float:left;
	margin-top: 20px;
}
.fotter_social div{
	float:left;
	width:40px;
	height: 40px;
	background-color: white;
	border-radius: 50px;
	text-align: center;
	padding-top: 10px;
	margin-left: 10px;
}
.fotter_social i{
	font-size: 18px;
}
.back_to{
	width:100%;
	height: 50px;
	float:left;
	background-color: #0073e6;
}
.back_to button{
	float:right;
	margin-right: 5%;
	margin-top: 7px;
	position: relative;
	background:none;
	border:solid 1px white;
	color:white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.back_to p {
	text-align: center;
	color:white;
	margin-top: 10px;
}
#newyear{
	background-image: url("/images/newyear.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
}
.register_banner_section{
	position: relative;
	float:left;
	width:100%;
	margin-top: 5%;
	min-height: 300px;
	background-image: url("/images/register_banner.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.register_banner_section button{
	margin-top: 5%;
	padding-left: 10%;
	padding-right: 10%;
}

.filter_block_header{
	width:100%;
	height: auto;
	border-bottom: 0.5px solid #ced4da;
	padding-bottom: 20px;
	padding-top: 20px;
	color:#585d63;
	padding-left: 5%;
	padding-right: 5%;
}
.filter_block_header h5{
	float:left;
	margin-top:0!important;
	font-size: 15px;
	font-weight: bold;
}
.filter_block_header img{
	width:13px;
	float:right;
	cursor:pointer;
	margin-top:5px;
}
.filter_block_header button{
	background: none;
	border:none;
	padding-right: 7%;
	padding-left:7%;
	height: 40px;
	font-size: 16px;
	background: #06c92e;
	color:white;
	float: left;
	border-radius: 10px;
	width:100%;
}
.filter_block_list{
	width:100%;
	float:left;
}
.shop_header{
	height: auto;
	background-color: #585d63;
}
.shop_header a{
	float:right;
	margin-right: 5%;
}
.shop_header p{
	color:white;
	float:left;
	font-size: 18px;
	margin-top: 7px;
}
.shop_header i{
	color:white;
	float:left;
	font-size: 24px;
	margin-left: 10px;
	margin-top: 7px;
}
.sort_down{
	display: none;
}
.art_sort_down{
	/*display: none;*/
}
.order_select{
	width:90%;
	height: 40px;
	border:none;
	border:solid 1px grey;
}
.order_input{
	width:45%;
	height: 40px;
	border:none;
	border:solid 1px #a1b9d3;
	border-radius: 10px;
	font-size: 12px;
	outline:0;
}
.shop_brand_name{
	display: inline-block;
	border:solid 1px #00c2fc;
	border-radius: 5px;
	color:grey;
	padding-left: 10px;
	cursor: pointer;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	font-size: 14px;
}








.info_product{
	width:100%;
	height: 500px;
}
.info_tab{
	position: relative;
	width:100%;
	float:left;
	height: 30px;
	border-bottom:solid 1px #81b35f;
}
.info_tab_min{
	position: relative;
	width:auto;
	height: 100%;
	float:left;
	padding-right: 20px;
	padding-top: 5px;
	cursor: pointer;
}
.info_block{
	position: relative;
	width:100%;
	height: auto;
	float:left;
	border-bottom:solid 1px #81b35f;
	padding-top: 20px;
	padding-bottom: 20px;
}
.info_block_des{
	width:100%;
	float:left;
}
.span_size{
	font-size: 16px;
}
.top_minus{
	margin-top: -7px;
}

#tab_spec{
	font-weight: bold;
}
#info_desc{
	display: none;
}
#info_desc p{
	text-align: justify;
}
#like_block{

}
.product_cart_block_style{
	
}
.product_cart_block_style input{
	width:30%;
	text-align: center;
	height: 40px;
}
.product_cart_block_style button{
	height: 40px;
	background: #81b35f ;
	color:white;
	border:none;
	padding-left: 3%;
	padding-right: 3%;
}

.new_products{
	position: relative;
	float:left;
	width:100%;
	height: auto;
}

.menu_hide_lists a{
	font-size:16px !important;
}



.home_category{
	cursor:pointer;
	margin-top: 40px;
	background-color: white;
}
.home_category_left{
	border-radius: 10px 0 0 10px;
	background-image: url("/images/test/55.jpg");
	background-size:cover;
}
.home_category h5{
	font-weight: bold;
	margin-top: 10px;
}
.home_category a{
	color:black;
}
.home_category a:hover{
	text-decoration: none;
}
.home_category img{
	border-radius: 0 10px 10px 0;
}
.home_category_text{
	position: absolute;
	color:white;
	z-index: 200;
	padding-top: 80%;
}
.home_category_text:hover{
}
.home_category_text p{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #00c2fc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.category_min{
	width:100%;
	height: 100%;
	position: relative;
}
.category_min:before{
 	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 150;
	border-radius: 10px;

	

}

#rewievs_block{
	display: none;
}
.rewiev_submit{
	text-align: left;
}
.rewiev_submit span{
	float:left !important;
	font-size: 17px;
	font-weight: bold;
	margin-right: 5%;
}
.rewiev_submit i{
	font-size: 18px;
	position: relative !important;
	margin: 0 !important;
	color:orange;
	cursor: pointer;
}
.fast_sales_body{
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}
.fast_sales_body button{
	width: 100%;
	background-color: #0073e6;
	border:none;
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}
.text_about_style h4{
	font-size: 14px; 
	font-weight: bold; 
	color:#505050
}
.text_about_style p{
	font-size: 12px; 
	color:#505050
}
.text_about_style li{
	font-size: 12px; 
	color:#505050;
	margin-left: 30px;
}
.rewiev_block{
	padding-left: 5%;
}

.rewiev_block h3{
	color:grey;
	font-size: 18px;
	width:100%;
}
.star_style_rw i{
	font-size: 16px;
	position: relative !important;
	margin: 0 !important;
	color:#dcdcdc;
}
.inf_rew{
	width: 100%;
}
.inf_rew h4{
	font-size:16px;
	color:grey;
}
.inf_rew p{
	font-size:14px;
	color:grey;
}
.btn_rew{
	background-color: #fabc22;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	margin-top: 20px;

}
.star_style{
	text-align: center;
	padding-bottom: 20px;
}
.star_style h1{
	font-size: 60px;
	color:#4b7e2d;
	font-weight: bold;
}
.star_style_i i{
	font-size: 18px;
	color:#dcdcdc;
}
.star_style p{
	margin-top: 20px;
}
.star_style button{
	background-color: #fabc22;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	margin-top: 20px;
}

.shop_category_block{
	height: 240px;
	background-color: white;
	border-radius: 20px;
	margin-top: 40px;
}
.shop_category_block::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 1.5px;
  background-color: #F5F5F5;
}

.shop_category_block::-webkit-scrollbar
{
  width: 3px;
  background-color: #F5F5F5;
}

.shop_category_block::-webkit-scrollbar-thumb
{
  border-radius: 1.5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}
.shop_category_block a{
	color:#172029;
}
.shop_category_block a:hover{
	color:#172029;
	text-decoration: none;
}
.shop_header_menu a{
	color:#a1b9d3;
}
.shop_header_menu a:hover{
	color:#a1b9d3;
	text-decoration: none;
}
.shop_order{
	color:#a1b9d3;
	padding-top: 20px;
}
.sort_span_style{
	margin-left: 10px; 
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
.blog_min{
	background-color: white;
	border-radius: 10px;
}
.blog_min img{
}
.blog_min h3{
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
	text-align: center;
	padding-top: 10px;
	height: 60px;
}
.blog_min a{
	color:black;
}
.blog_min a:hover{
	text-decoration: none;
}
.blog_min_description{
	font-size: 13px;
	margin-top: 0;
	padding: 10px;
	min-height: 160px;
}
.blog_min_author{
	padding: 10px;
	padding-bottom: 0;
	color:#a1b9d3;
	font-size: 12px;
	font-weight: bold;
}
.index_brands img{
	border-radius: 10px;
}
.index_cat{
	margin-top: 20px;
	background-color: white;
	text-align: center;
	padding-bottom: 2px;
}
.index_cat p{
	font-size: 14px;
	margin-top: 5px;
	color:#f72a16;
	font-weight: bold;
}
.index_cat a:hover{
	text-decoration: none;
}
.productcategories_span{
	background-color: #00c2fc;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	color:white;
}
.hnj5:hover{
	text-decoration: none;
	color:white;
}







