	.delivery * {
  font-family: Lato-Light,"Lato", Arial, sans-serif;
  color: #333; }
  .delivery__heading {
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #333333;
}
.packstation {
    display: none;
}
.d-and-r {
	max-width: 1340px;
    margin: 0px auto;
}
	.delivery__heading--001 {
    max-width: 1340px;
    padding: 30px 20px;
    margin: 0 auto;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
}
.delivery h3 {
	    font-weight: 300;
}
.delivery__heading--002 {
    margin: 40px 0 25px;
    letter-spacing: 2px;
    font-size: 20px;
}
.info, .express, .sorry {
	display: none;
}
.delivery p {
    font-family: inherit;
    font-weight: inherit;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    margin: 14px 30px;
}
.large-font {
	font-size: 16px;
	font-family: "Lato", Arial, sans-serif;
}
.delivery p a {
    text-decoration: underline;
    letter-spacing: 1px;
    color: #0579D0;
}
.delivery-content--background {
    margin: 45px 0 40px;
    background-color: #f3f3f3;
    padding: 20px 30px;
}
.delivery__cta {
    border-radius: 3px;
    padding: 10px 30px;
    background-color: transparent;
    margin: 10px 30px;
    display: inline-block;
    border: solid 1px #333333;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #333333;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
.delivery__cta:focus, .delivery__cta:hover {
    color: #fff;
    background-color: #333333;
}
.delivery select {
    display: block;
    font-size: 16px;
    font-family: Lato-Light,"Lato", Arial, sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 18px;
    padding: 15px 20px;
    width: calc(100% - 60px);
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 30px;
    border: 1px solid #979797;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none!important;
    background-color: #fff;
}
.delivery-content {
	position: relative;
	max-width: 500px;
}
.delivery-content:after {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-50%) rotate(45deg);
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	pointer-events: none;
}
.delivery select::-ms-expand {
    display: none;
}
.delivery select:hover {
    border-color: #888;
}
.delivery select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.delivery select option {
    font-weight:normal;
}
.language-nl .info {
    display: block!important;
}
@media only screen and (max-width: 450px) {
 .delivery p {
    margin: 14px 20px;
}
.delivery select {
	margin: 0 20px;
	    width: calc(100% - 40px);
}
.delivery__cta {
	margin: 0 20px;
	    width: calc(100% - 40px);
	    box-sizing: border-box;
	    margin-bottom: 40px;
}
.delivery-content--background {
    margin: 45px 10px 40px;
    padding: 20px 20px;
}
.delivery__heading {
	font-size: 16px;
}
}