/* SITEVISION CUSTOM LIST STYLES
---------------------------------------------------------------------------- */

/* Lista med pil */

.sv-list-style-lista-med-pil {
	list-style: none;
	padding: 0;
}

.sv-list-style-lista-med-pil li {
	line-height: 1.5;
}

.sv-list-style-lista-med-pil > li {
	padding-left: 1.5em; /* same as padding-left set on li:before */
	/*position: relative;*/
	margin-bottom: 0.75rem;
}

.sv-list-style-lista-med-pil li li {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.sv-list-style-lista-med-pil > li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #303030;
	display: inline-block;
	/*margin-left: -1.5em;*/ /* same as padding-left set on li */
	/*margin-right: 0.2em;*/
	margin-left: -1.3em;
    margin-right: 0;
	width: 1.3em; /* same as padding-left set on li */
	/*
	position: absolute;
    left: 0.1em;
    top: 0;
	*/
}

/* Lista med orange checkbox */

.sv-list-style-checkbox-orange {
	list-style: none;
	padding: 0;
}

.sv-list-style-checkbox-orange li {
	line-height: 1.5;
}

.sv-list-style-checkbox-orange > li {
	padding-left: 1.5em; /* same as padding-left set on li:before */
	/*position: relative;*/
	margin-bottom: 0.75rem;
}

.sv-list-style-checkbox-orange li li {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.sv-list-style-checkbox-orange > li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #c54020;
	display: inline-block;
	margin-left: -1.5em; /* same as padding-left set on li */
	margin-right: 0.2em;
	width: 1.3em; /* same as padding-left set on li */
	/*
	position: absolute;
    left: 0.1em;
    top: 0;
	*/
}
