/* Löser problem med kryssrutor i checkout som inte syns */

.checkout-main-wrapper input[type=checkbox] + label:before {
    content: ".";
    vertical-align: middle;
    border: 2px solid #999;
    color: #fff;
    width: 13px;
    height: 13px;
  	margin-top: -2px;
    margin-right: 5px;
  	line-height: 7px;
  	border-radius: 4px;
}

.checkout-main-wrapper input[type=checkbox]:checked + label:before {
    content: "\2714";
  	color: #008104;
  	font-weight: bold;
}

/*
.newsletter-box-radio {
	display:block !important;
}

*/