.product_wrapper {
	/*float:center;
	padding: 0px;
	text-align: center;
	width : 200%;*/
	}
.product_wrapper:hover {
	//box-shadow: 0 0 0 2px #e5e5e5;
	cursor:pointer;
	//background-color: #f17e0a;
	}
.product_wrapper .name {
	font-weight:bold;
	}
.product_wrapper .buy {
		width:100%;
	text-transform: uppercase;
	/*background: #F68B1E;*/
	border: 1px solid #F68B1E;
	cursor: pointer;
	color: #F68B1E;
	padding: 20px;
	margin: 5px;
	margin-left:auto;
	margin-right:auto;

}
.product_wrapper .buy:hover {
	background: #f17e0a;
	border-color: #f17e0a;
	color: #fff;
}
.message_box .box{
	margin: 10px 0px;
	border: 0px solid #0e0e0e;
	text-align: center;
	font-weight: 400;
	color: #0e0e0e;
	padding:10px;
	}

.cart_div {
	float:right;
	font-weight:bold;
	position:relative;
	}
.cart_div a {
	color:#000;
	}	
.cart_div span {
	font-size: 11px;
	line-height: 14px;
	background: #F68B1E;
	padding: 1px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 23px;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	}
.cart .remove {
	background: none;
	border: none;
	color: #0067ab;
	cursor: pointer;
	padding: 0px;
	}
.cart .remove:hover {
	text-decoration:underline;
	}

.table tr {
	border: none;
}	
.table td {
	border: none;
	padding: 10px;
	}
	
table {
 font-size: .9em;

}
		
@media only screen and (max-width: 700px) {
	.col_artikel{
		display: none;
	}	
	.col_merk{
		display: none;
	}			
	table {
	 font-size: .7em;
	}
}

.reserveer_stap {
	padding:5px;
	text-align:left;
	margin-top:10px;
	margin-left:auto;
	margin-right: auto;

}
.reserveer_stap > label {
	width: 100%;
	margin: 5px 0px 5px 0px;
}
.reserveer_stap > input {
	background-color: #fafafA;
	border-radius:5px;
	border-color: #cccccc;
	box-shadow: none;
}
.reserveer_stap > textarea {
	background-color: #fafafA;
	border-radius:5px;
}
::placeholder {
  color:  #b3b3b3;
  opacity: 1; /* Firefox */
}	
	
.afrekenen {
	margin:10px;
	font-size:18px;
	color: #grey;
}	
.adrestitel {
text-align:right;
}

.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
  border-radius:5px;

}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  border-radius:5px;

}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background-color: #CA9AA7;
  border-radius:5px;
  
  /*background: transparent;*/
}

.myaccordion .fa-stack {
  font-size: 12px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: 600;
  color: white;
  background-color: transparent;
  padding: 0;
}
.myaccordion .card-body {
	line-height: 115%;
	font-size:.8em;
}

.myaccordion .btn-link:hover {
	text-decoration: none;
	color:black;
	      opacity: 0.5;
      filter: alpha(opacity=30);
}

.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.adresform {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #e6e6e6;
	border-radius: 0px;
	padding: 20px 0px 0px 0px;
	margin-top:10%
}

.btn-primary.custom-btn {
	background-color: #000;
	border-color: #000;
	border-radius: 2px;
	width: 100%;
}

.winkeladres {
	border: 1px solid #737373;
	border-radius: 5px;
	margin-top: 10px;
	padding: 15px;
	font-size: .7em;
}

.shiptext {
	font-size: 1em;
	padding:20px;
}
.shiptitle {
	font-weight: 600;
	text-align: left;
	margin: 30px 0px 10px;
}

.voorwaarden a{
	text-decoration: none;
	font-size: .7em;
	color: gray;
	border: 0px solid gray;
	border-radius: 0px;
}

.confirmation {
    position: fixed;
    top: 11%;
    left: 50%;
    margin-top: -50px;
    margin-left: -48%;
    width: 96%;
    height: 32%;
	overflow-y: auto;
    border: 1px solid #000;
	border-radius: 2px;
    background-color: #FFF3E7;
	padding: 18px;
	visibility: hidden;
}

#close {
	position:relative;
    float:right;
    display:inline-block;
	top:-20px;
	left:+10px;
    padding:0px 5px;
	font-size: 1.4em;
	font-weight: 900;
}

#close:hover {
    color:#fff;
	cursor: pointer;
}

.koppelverkoop {
    line-height:20px;
    clear:left;
    position: relative;
    float:left;
    font-size:0.8em;
    font-weight: 600;
    color: red;
    top: -20px;
    left: 10%;
    text-align: center;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid red;
    border-radius: 80%;
    -ms-transform: rotate(-30deg); /* IE 9 */
    opacity: 70%;

}

.transportmelding {
    font-size:0.6em;
    color: gray;
}