

/*download pagina*/
    /*button*/
input[name="bm_download_images"]{
       color:white; 
       background-color: #e30613; 
       font-size:16px; 
        border:1px solid #e30613;
	display:inline-block;
        font-family:Arimo;
        padding:16px 30px;
        text-decoration:none;
       text-transform: uppercase;
       font-weight:600;
       margin: 30px 0px 20px 0px;
	
}

input[name="bm_download_images"]:hover {
	background-color:#858484;
        border:1px solid #858484;
        cursor:hand;
}
input[name="bm_download_images"]:active {
	position:relative;
	top:1px;    
}

/*download - image box pagina*/
.products {    
       border: 1px solid grey;
       max-width:700px;
       padding: 40px;
text-align:center;
    }

.products th{
    font-size:26px; 
    margin-bottom:20px;
    color:#e30613;
}
td img {max-width:150px;}



/*login pagina*/

.inloggen{  
       border: 1px solid grey;
       padding: 40px;
}

table th {
    border: 0;
    padding: 5px 20px 20px 20px;
    text-align: center;
}

table td {vertical-align:middle;}

#bm_custom_login input{
padding: 10px 15px; 
margin-bottom:10px;
font-family:Arimo;
font-size:15px;
}

#bm_custom_login{text-align:center;}
#wp-submit{
       color:white; 
       background-color: #e30613; 
       font-size:16px; 
       border:1px solid #e30613;
       display:inline-block;
       font-family:Arimo;
       padding:16px 30px;
       text-decoration:none;
       text-transform: uppercase;
       font-weight:600;
       margin: 10px 0px 20px 0px;
}

#wp-submit:hover{
        background-color:#858484;
        border:1px solid #858484;
        cursor:hand;
}

/*afbeeldingen pagina*/

.page-id-75 img  {border:1px solid #a4a4a4;}
img[alt="spinner"]{border:1px solid white;}
.bm_add_to_cart img, .bm_remove_from_cart_on_page img,  #bm_add_to_cart_wrapper img, .q_logo img{border:1px solid white;}
.wpb_column {margin-bottom:30px;}
.wpb_column p{font-size:16px; color:#303030;}


.bm_add_to_cart {margin-right:30px;}
