
.text-500 {
	color: color(500);
}
.font-rg {
	font-family: font(rg);
}
.font-md {
	font-family: font(md);
}
.font-sm {
	font-family: font(sm);
}



.categori-item {
	.section-top {
		border: 0;
		justify-content: center;
		.section-title {
			color: color(250);			
			padding-bottom: 34px;
			margin-bottom: 25px;
			font-size: 34px;
            text-transform:uppercase;            
            font-weight:600;
			&:after {
				display: none;
			}
			&:before {
				content: "";
				background-image: url("../../images/heading-line.png");
				position: absolute;
				height: 15px;
				width: 300px;
				transform: translate(-50%, 0);
				bottom: 0;
				left: 50%;
			}
		}
	}
	@include media-breakpoint-down(sm) {
		.section-top {
			.section-title {
				font-size:26px;
				padding-bottom: 19px;
				margin-bottom: 9px;
			}
		}
	}
}
//breadcrumb-area
.breadcrumb-area {
	// margin-top: 110px;
	background-color: transparent;
	.pages {
		li {
			a {
				font-size: 13px;
				font-family: font(md01);
				text-transform: uppercase;
				color: color(900);
				margin-right: 0;
				&:after {
					content: "/" !important;
					position: static;
					margin-left: 5px;
				}
			}
			&:last-child {
				a {
					color: color(500);
					&:after {
						display: none;
					}
				}
			}
		}
	}
	@include media-breakpoint-down(sm) {
		// margin-top: 80px;
	}
}
.submit-btn {
	border-radius: 0 !important;
}
.theme-color {
	color: color(500) !important;
}
.gold-color {
	color: color(600) !important;
}
// .common-bg {
// 	background-image: url("../../images/login-right.png");
// 	background-repeat: no-repeat;
// 	background-position: right top;
// 	@include media-breakpoint-down(sm) {
// 		background-size:28%;
// 	}
// }
a{
	&.theme-color {
		color: color(500) !important;
		&:hover{
			color:darken(color(500), 5%) !important;
		}
	}
}
.common-heading {
	h1,
	h2,
	h3 {
		font-size: 30px;
		font-family: font(md);
		color: #191919;
	}
	&--mb30 {
		margin-bottom: 30px;
	}
	@media (max-width:1440px){
		h1,h2,h3{
			font-size: 26px;
		}
		&--mb30 {
			margin-bottom: 25px;
		}
	}
	@include media-breakpoint-down(lg) {
		h1,h2,h3{
			font-size: 24px;
		}
		&--mb30 {
			margin-bottom:20px;
		}
	}
	@include media-breakpoint-down(md) {
		h1,h2,h3{
			font-size: 21px;
		}
		&--mb30 {
			margin-bottom:15px;
		}
	}
	@include media-breakpoint-down(sm) {
		h1,h2,h3{
			font-size: 18px;
		}
	}
}
.dataTables_empty{
	color: red;
}

.sub-categori {
	@include media-breakpoint-down(sm) {
	padding: 57px 0px 30px;
	}
}

.dropdown-item.active, .dropdown-item:active{
	background-color:color(600);
}

@include media-breakpoint-down(sm) {
.subscribePreloader__text h1 {
    font-size: 19px !important;
}
}
