/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-jul-2016, 9:00:54
    Author     : Bram
*/

.product-details {

}

.product-details select {
    display: block;
    width: 100%; padding: 13px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.product-price {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #a0bad1;
}

.product-form input.bestel-aantal {
    display: block;
    width: 30%; padding: 13px 10px;
    float: left;
    border: 1px solid #e9e9e9;
    border-radius: 5px 0 0 5px;
}

.product-form input.btn {
    width: 70%;
    background-color: #bad1e5;
    border-radius: 0 5px 5px 0;
}

.list-social__cart {

}

.list-social__cart a {
    display: block;
    padding: 10px 14px;
    background: #fff;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.list-social__cart a:hover {
    background: #333;
    color: #fff;
}
.list-social__cart a:hover i {
    color: #eee!important;
}

#artikel-details {
    max-width: 300px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .list-social {
        padding-bottom: 5px;
    }
    .list-social__cart a {
        font-size: 9px;
    }
    .list-social__cart i {
        display: none;
    }
    .page-title h1 {
        font-size: 18px;
    }
}



/* ZOEKBALK */
.search-form{
	position: relative;
	margin: 30px 0 0;
	padding: 0 0 0 60px;
}
@media (max-width: 767px) {
	.search-form{
		margin: 0 0 10px;
	}
}

.search-form label{
	position: absolute;
	left: 0;
	top: 8px;
}

.search-form input{
	background: #FFF;	
	-webkit-appearance: none;
	border: 1px solid #ddd;
	padding: 8px;
    color: #333;
    display: block;
	width: 100%;
}
.search-form button{
	position: absolute;
    right: 5px;
    top: 7px;
	background: #FFF;
	border: 0;
}


