.dz-separator {
    display: inline-block;
    margin-bottom: 10px;
	margin-top: 8px;
    position: relative;
	&.m-b0 {
		margin-bottom:0;
	}
	&.style-liner {
		width: 20px;
	}
	&.style-icon {
		width: 30px;
		height: auto;
		text-align: center;
		font-size: 20px;
	}
	&.style-skew {
		width: 15px;
		height: 10px;
		margin-left: 1px;
		margin-right: 1px;
		-moz-transform: skewX(-10deg);
		-webkit-transform: skewX(-10deg);
		-o-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		transform: skewX(-10deg);
		
		&[class*="style-"]{
			&:after,
			&:before {
				width: 80px;
				height: 4px;
				left: 20px;
				-moz-transform: translateY(-50%) skewX(-10deg);
				-webkit-transform: translateY(-50%) skewX(-10deg);
				-o-transform: translateY(-50%) skewX(-10deg);
				-ms-transform: translateY(-50%) skewX(-10deg);
				transform: translateY(-50%) skewX(-10deg);
			}
			&:before {
				right: 20px;
				left: auto;
			}
		}
	}
	&.bnr-title{
		height:1px;
		width: 155px;
		opacity: 0.5;
		&:before,
		&:after{
			position:absolute;
			content:"";
			background-color:inherit;
		}
		&:before {
			height: inherit;
			right: -80px;
			width: 25px;
		}
		&:after {
			height: inherit;
			right: -90px;
			top: 0;
			width: 6px;
		}
		i {
			background-color: inherit;
			display: block;
			height: inherit;
			position: absolute;
			right: -50px;
			width: 45px;
		}
	}
}
.dz-separator-outer {
    overflow: hidden;
}
.dz-separator{
	&.style-1{
		height: 12px;
		display: inline-flex;
		width: 92px;
		&:after {
			content: "\f078";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			font-size: 14px;
			line-height: 12px;
			text-shadow: 10px 0px 0 #000000, 20px 0px 0 #000000, 30px 0px 0 #000000, 40px 0px 0 #000000, 50px 0px 0 #000000, 60px 0px 0 #000000, 70px 0px 0 #000000, 80px 0px 0 #000000;
			color: #000000;
		}
		&.text-primary{
			&:after{
				text-shadow: 10px 0px 0 var(--primary), 20px 0px 0 var(--primary), 30px 0px 0 var(--primary), 40px 0px 0 var(--primary), 50px 0px 0 var(--primary), 60px 0px 0 var(--primary), 70px 0px 0 var(--primary), 80px 0px 0 var(--primary);
				color: var(--primary);
			}
		}
		&.text-white{
			&:after{
				text-shadow: 10px 0px 0 $white, 20px 0px 0 $white, 30px 0px 0 $white, 40px 0px 0 $white, 50px 0px 0 $white, 60px 0px 0 $white, 70px 0px 0 $white, 80px 0px 0 $white;
				color: $white;
			}
		}
	}
	&.style-2{
		width: 45px;
		height: 2px;
		background-color: #000;
	}
}
