﻿.cat-container {
	text-align: right;
	overflow: hidden;
	padding: 0;
	/*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
	background-color: #eee;
}
.cat-container-top {
	text-align: right;
	overflow: hidden;
	padding: 10px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	background-color: #f3f5f7;
}
.cat-box, .cat-box:hover, .cat-box:focus {
	width: 32%;
	display: inline-block;
	text-align: center;
	color: #000;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px 5px;
	font-size: 11px;
	vertical-align: middle;
	margin-left: 2%;
	text-decoration: none;
	outline: none;
	border-radius:10px;
	border:1px solid #cfd8dc;
}

	.cat-box:nth-child(3n) {
		margin-left: 0;
	}

.cat-img {
	height: 60px;
	width: 60px;
	margin:auto;
	margin-bottom: 10px;
	border-radius:40px;
	overflow:hidden;
}

	.cat-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

.cat-title {
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	line-height: 1.7;
	font-size:13px;
	font-family:Vazir-M;
}

.product-slider-box {
	padding: 0;
	background-color: #fff;
	margin:10px 0;
}
.product-slider-box .carousel-product{
	padding:0 15px;
}
.product-slider-header {
    padding:20px 15px;
}
.product-slider-title {
	font-size: 14px;
	color: #000;
	border-bottom:3px solid #ff1744;
	padding:0 5px 5px 5px;
}

.product-item {
	margin-bottom: 10px;
	/*box-shadow:none !important;*/
}
