
/*
# Smallest breakpoint size */
	.sft-no-top-border {
		border-top-width: 0 !important;
	}
	.sft-no-right-border {
		border-right-width: 0 !important;
	}
	.sft-no-bottom-border {
		border-bottom-width: 0 !important;
	}
	.sft-no-left-border {
		border-left-width: 0 !important;
	}

/*
# Small breakpoint size */
	@media (min-width: 576px) {
		.sft-no-top-border-sm {
			border-top-width: 0 !important;
		}
		.sft-no-right-border-sm {
			border-right-width: 0 !important;
		}
		.sft-no-bottom-border-sm {
			border-bottom-width: 0 !important;
		}
		.sft-no-left-border-sm {
			border-left-width: 0 !important;
		}
	}

/*
# Medium breakpoint size */
	@media (min-width: 768px) {
		.sft-no-top-border-md {
			border-top-width: 0 !important;
		}
		.sft-no-right-border-md {
			border-right-width: 0 !important;
		}
		.sft-no-bottom-border-md {
			border-bottom-width: 0 !important;
		}
		.sft-no-left-border-md {
			border-left-width: 0 !important;
		}
	}

/*
# Large breakpoint size */
	@media (min-width: 992px) {
		.sft-no-top-border-lg {
			border-top-width: 0 !important;
		}
		.sft-no-right-border-lg {
			border-right-width: 0 !important;
		}
		.sft-no-bottom-border-lg {
			border-bottom-width: 0 !important;
		}
		.sft-no-left-border-lg {
			border-left-width: 0 !important;
		}
	}

/*
# Extra large breakpoint size */
	@media (min-width: 1200px) {
		.sft-no-top-border-xl {
			border-top-width: 0 !important;
		}
		.sft-no-right-border-xl {
			border-right-width: 0 !important;
		}
		.sft-no-bottom-border-xl {
			border-bottom-width: 0 !important;
		}
		.sft-no-left-border-xl {
			border-left-width: 0 !important;
		}
	}
