.tel_p{
	direction: ltr !important;
	text-align: right;
}
.MSG{
	color: var(--light) !important;
	margin: 10%;
	width: 80%;
}

.page_numbers a{
	color: var(--primary) !important;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.page_numbers a:hover{
	color: var(--light) !important;
}

.no-click{
	cursor: auto !important;
	opacity:0.8;
}

.top_products li a:hover,.top_products li.active a{
	color: var(--primary);
	text-decoration: none;
}


.section_title a {
	color:  var(--dark);
	text-decoration: none;
}
.section_title a:hover {
	color:  var(--secondary);
}