
html, body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:30px;
}

@media print {
  .noprint{
    display:none;
  }
}

table.cart {
	margin: auto;
	border: 1px solid #821bed;
	border-collapse: collapse;

}
.cart tr {
	border: 1px solid #821bed;
}
.cart th, .cart td {
	padding: 4px;
	border: 1px solid #821bed;
}

input {
	font-size:36px;
	border-radius: 12px;
}
select {
	font-size:18px;
}

.hide {
	display:none !important;
}

.user {
	display:block;
	border-radius: 12px;
	padding:10px;
	margin:20px;
	display: inline-block;
	height:30px;
	width:150px;
	background:#dadada;
	border:1px solid black;
	text-decoration:none;
	color:black;
}
.active {
	background:green;
}

.buttons {
	display: inline-block;
	position: relative;
	margin: auto;
}
.delopt {
	/*border: 2px solid #fff;*/
	border-radius: 12px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	margin:20px;
	background-color: #9e6dd0;

}
.delopt.recommended {
	border: 2px solid #821bed!important;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.4), 0 9px 30px 0 rgba(0, 0, 0, 0.38);
	background-color: #821bed;
}
.delopt.recommended2 {
	border: 2px solid #9e6dd0!important;
	background-color: #9e6dd0;
}
.recommended-message {
	padding: 10px;
	color: #ffffff;
}
.link {
	display:block;
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:white;
	border:3px solid #fff;
	border-radius: 10px;
	text-color:white;
	text-align:center;
	font-size:16px;
	line-height: 26px;
	width:250px;
	height:220px;
}

.info {
	margin-top:-30px;
	height:90px;
}

.price {
	height:20px;
	margin-top:50px;
	font-size:26px;
}
.pakjegemak {
	background-color:#ed7000!important; /*d84400*/
}
.postnl {
	background-color:#ed7000!important;
}
.postnl.MAIL {
	background-color:#ed7000!important; /*ff983c*/
}
.trunkrs {
	display: none;
	background-color:#00d763!important;
}

.RJP {
	background-color:#ff3e3e!important;
	color:white;
}

.dhl {
	background-color:#fc0!important;
	color:#f00;
}

.DHL-SD.MAILBOX {
	background-color:#fc0!important; /*ffe88c*/
}
.DHL-SD.PARCEL {
	background-color:#fc0!important; /*fc0*/
}

.TNT {
	background-color:#ed7000!important;
}
.TNT_BRIEF {
	background-color:#ed7000!important; /*#ff983c*/
}
.AMPERE {
	background-color:#26a34c;
}
.AMPERE.MAILBOX {
	background-color:#26a34c!important; /*#57d37d*/
}
.

.dpd {
	background-color:#a90034;
}
.envelop {
	background-image:url('images/jute.jpg');
}
.pickup {
	background-color: #2e1b77!important;
}
.label {
	line-height: normal;
	background-color:#f0e614;
	border-radius: 12px;
	width:210px;
	height:45px;
	color:black;
	background-image:url('images/label.png');
	background-size: contain;
	padding-top:40px;
	text-align:left;
	padding-left:10px;
	margin-left: 15px;
	display: inline-block;
}
a.label {
	color:black !important;
}

hr {
	border: 1px solid #000;
}

.retourlabel-klacht {
	display: inline-block;
	padding: 25px 35px;
	max-width: 445px;
	height: 90px;
	border: 1px solid #000;
	text-align: left;
	float: center;
}

.flag_nl {
	position:relative;
	top: -30px;
  	left: 200px;
	background-image:url('images/flag_nl.png');
	background-repeat: no-repeat;
  	background-size: 50px 50px;
	width:50px;
	height:50px;
	border-radius: 0 10px 0 0;
}
.flag_be {
	position:relative;
	top: -30px;
  	left: 200px;
	background-image:url('images/flag_be.png');
	background-repeat: no-repeat;
  	background-size: 50px 50px;
	width:50px;
	height:50px;
	border-radius: 12px;
}

.aanbieder {
	height:30px;
	background-color:white;
	background-size: contain;
    	background-repeat: no-repeat;
	background-position: center;
	margin-top:10px;
	border-radius: 0 0 6px 6px;
}

.f_trunkrs {
	background-image:url('images/logo_trunkrs.png');
}

.shopsunited {
	background-image:url('images/logo_su.png');
}
.feestwarenhuis {
	background-image:url('images/logo_fw.png');
}
.bol {
	background-image:url('images/logo_bol.jpg');
}


.footer_icon{
	height:80px;
	width:80px;
	border-radius:40px;
	background-color:#FFF;
	display: inline-block;
}
.footer {
	position: fixed;
	text-transform:uppercase;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #821bed;
	color: white;
	text-align: center;
	text-decoration:none;
	height: 90px;
	padding: 20px;
}
.footer a {
	text-decoration:none;
	color: white;
}
