/*
Theme Name: Sodastreem
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentynineteen
Version: 1.0
Text Domain: twentynineteen
*/

.form-checkbox .wpcf7-list-item { margin:0px;}
.product-registratie-form .form-checkbox input[type="checkbox"] + span.wpcf7-list-item-label{
	width:100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	 
	font-size:16px;
	color:rgba(98,98,98,0.99);
	letter-spacing:0.5px;
	cursor:pointer;
	margin:0px;
	padding:0 0 0 34px;
}

.product-registratie-form .form-checkbox input[type="checkbox"] + span.wpcf7-list-item-label:before {
	content:"";
	width:22px;
	height:22px;
	background:#FFF;
	border:1px solid #dcdcdc;
	position:absolute;
	top:5px;
	left:0px;
}
.product-registratie-form .form-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label:before { background:#009ee3;}
.video-image .vid_sec { width:100%; cursor:pointer;}

.store-locator-block {
	position: relative;	
}
.store-locator-block .store-loading {
    display:none;
	background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.store-loading .loading-sub {
    position: absolute;
    width: auto;
    top: 50%;
    left: 48%;
}
.store-loading .loading-sub .fa-spinner {
    color: #ffffff;
}