.category-title {
	margin: 20px 0px;
}

.category-title a {
	font-size: 22px;
	font-weight: 600;
	color: #ef1922;
	text-transform: uppercase;
}

.category-title a:hover {
	text-decoration: none;
}

.category-product-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	background: #f3f3f3;
	border-radius: 10px;
}

.category-product-item a {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.category-product-item a:hover {
	text-decoration: none;
	background: rgba(0, 174, 239, 0.1);
	transition: all 0.2s linear;
}


.category-product-item p:nth-of-type(1) {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	color: #000;
}

.category-product-item p:nth-of-type(2) {
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	color: #000;
}


.viewmore {
	width: auto;
	padding:7px 15px;
	font-size: 15px;
	background: rgba(0, 174, 239, 1);
	color: white;
	border-radius: 10px;
}

.viewmore:hover {
	text-decoration: none;
	background: #666;
	transition: all 0.2s linear;
	color: white;
}

.news {
	background: rgba(0, 174, 239, 0.05);
}

.section-title {
	font-size: 22px;
	font-weight: 600;
	color: #ef1922;
	text-transform: uppercase;
}

.top-news-item {
	margin-bottom: 50px;
}

.top-news-item p {
	margin-bottom: 10px;
}

.top-news-item a {
	min-height: 50px;
	color: #007bff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.top-news-item a:hover {
	color: #333;
	text-decoration: none;
	transition: all 0.2s linear;
}

.top-news-item img {
	width: 220px;
	height: 150px;
	object-fit: cover;
}

.top-news-item span {
	margin-left: 10px;
	font-size: 15px;
	text-align: justify;
}
