	.pr_checked_trusted_shops li{
	    background-image: url("../images/check.svg");
	    background-repeat: no-repeat;
	    line-height: 2.5em;
	    padding: 0 0 5px 50px;
	    list-style-type:none;
	    z-index: 0;
	    overflow: visible;
	    position: relative;
	    display: block;
	    height: auto;
	    width: auto;
	    margin-left: -20px;
		outline: 0;
		opacity: 1;
		font-weight:normal;
		font-style: none;
		font: 1em PT Sans
		color: #000000;
		text-align: left;
		text-decoration: none;
		vertical-align: text-bottom;
		margin-bottom: 10px;
	}
	.pr_trusted_shops_link {
		color: #ed1c24 ;
		cursor: pointer; 
		text-decoration: underline;
		font: bold 1em PT Sans,Helvetica,Arial;
		margin-bottom: 10px;
	}
	.pr_trusted_shops_link:hover {
		text-decoration: underline;
	}
	.pr_trusted_shops_div{
		/*padding: 0 !important;*/
		margin-bottom: 20px;
	}
	.pr_trusted_shops_h3{
		color : #ed1c24;
		margin-bottom: 20px;
	}
	.pr_checked_trusted_shops li div{
		line-height: 1.5em !important;
	}
	@media only screen and (max-width : 768px){
		.trusted_shops_text{
			padding-left: 5px !important;
			padding-right: 5px !important;
		}
	}