.all-categoru_seciton{
	background-color: #f1f3f6;
	padding: 60px 0;	
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
}
.box_list{
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.product-categ ul{
	padding: 0;
	margin: 0;
}
.head_cate{
	padding: 14px 15px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	
}
.head_cate h3{
	margin-bottom: 0;
font-size: 18px;
    color: rgba(0,0,0,.54);
    font-weight: 500;

}
.product-categ li{
	width: 14.2%;
	float: left;
	min-height: 212px;
	cursor: pointer;
	text-align: center;
	color: rgba(0,0,0,.87);
    border-right: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
        position: relative;
    transition: transform .1s cubic-bezier(.4,0,.6,1),box-shadow .1s cubic-bezier(.4,0,.6,1);
	list-style: none;

}
.product-categ li:hover{
	transform: translateZ(0);
    z-index: 1;
    border-color: rgba(0,0,0,.12);
    box-shadow: 0 0 0.8125rem 0 rgb(0 0 0 / 5%);
}
.product-categ li:last-child{
	width: 14.8%;
	border-right: none;
}
.category_list .list_img img{
	width: 141px;
}
.category_list .list_name h5{
padding-top: 15px;
    letter-spacing: .3px;
	font-size: 14px;
	margin-bottom: 0;
}
.tanding_sech {
	background-color: #f1f3f6;
	padding: 60px 0;	
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.tanding_sech .head_cate{
	background-color: #fff;
	    border-right: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.pro_list-sumer{
	background-color: #fff;
	text-align: center;
	padding: 40px 0;
}
.pro_list-sumer .pro-tital {
	margin-top: 10px;
}
.head_cate h4{
	    margin-bottom: 0;
    font-size: 20px;
    color: rgba(0,0,0,.54);
    font-weight: 500;
}
.pro_list-sumer .pro-tital h5{
	font-size: 13px;
	margin-bottom: 0;
    font-weight: 700;
}
.pro_list-sumer .pro-tital h6{
	margin-top: 7px;
}
.pro_list-sumer .pro-tital a{
	color: #388e3c;
	font-size: 12px;
	
	text-decoration: none !important;
}
.pro_list-sumer .pro-tital ._3khuHA{
	opacity: .6;
margin-top: 7px;
font-size: 12px;
}
.pro_asd .prodimg img{
	width: 180px !important;
	line-height: 250px !important;
	height: 180px;
	margin: auto;
}
.tanding_sech .owl-theme .owl-dots{
	display: none;
}