.cursorpointer{
	cursor:pointer;
}
.catSelected{
	color:green !important;
}
.commingSoon {
	position: relative;
	top: 25px;
	left: 7px;
	color: whitesmoke;
	border: 1px solid blue;
	border-radius: 10px;
	width: fit-content;
	padding: 4px;
	background: #ef5661;
	font-size: 12px;
}
.w-60{
	width:60px;
}
.product-details .detail {
	padding: 0 10px;
	background: #cff4fc;
}
.nowrap {
	overflow: hidden;
	white-space: nowrap;
}
/*-------------------colors------------------------*/
.colorRed{
	color:red !important;
}
.colorTosi {
	color: #17a2b8 !important;
}
.blog-content .body img {
	display: block;
	margin: auto;
	text-align: center;
}
.blog-content .body > * {
	font-family: 'Vazir-med' !important;
}
.blog-content .blog-detail-pic {
	width: auto;
	max-width: 100%;
}
.blazored-toast {
	background: #e75c5c !important;
}
.blazored-toast-message{
	color:white;
}
