﻿.form-item .form-input.delivery-row:after, .details .detail-row:after, .language ul:after, .price--overview .price--row:after, .select-parcel:after {
  display: table;
  clear: both;
  content: " "; }

.hero .hero-usp ul {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*  Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) http://cssreset.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img, iframe {
  display: block; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  width: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/* $grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default; */
/* $container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px
) !default; */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 520px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1024px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1280px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 520px) {
    .container {
      max-width: 900px;
      width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 1024px;
      width: 100%; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1100px;
      width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 520px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1024px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1280px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: stretch; }
  @media (min-width: 520px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
      align-items: stretch; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
      align-items: stretch; } }
  @media (min-width: 1024px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
      align-items: stretch; } }
  @media (min-width: 1280px) {
    .row {
      margin-right: -15px;
      margin-left: -15px;
      align-items: stretch; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 520px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1024px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1280px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 520px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

body, html {
  background-color: #FFFFFF; }

html.show-menu, html.show-menu body {
  overflow: hidden;
  display: block;
  height: 100%; }

img.float-right {
  float: right;
  padding: 0 0 5px 5px; }

main {
  display: block; }
  main .main-content > * {
    flex: 1 1 100%; }
  main .content {
    flex: 1 0 100%;
    padding: 0;
    background-color: #FFFFFF; }
    main .content.grey {
      background-color: #E6E7E8; }
    @media (min-width: 1024px) {
      main .content {
        padding: 10px 0 20px; } }
    main .content .main-content {
      order: 1; }
      @media (min-width: 768px) {
        main .content .main-content {
          order: 2; }
          main .content .main-content .box-content {
            padding-right: 25px; } }
      main .content .main-content .box-content p + .row {
        margin-top: 20px; }
      main .content .main-content .box-content [class^="col-"] {
        align-items: flex-start;
        align-content: flex-start; }

.goback {
  padding: 10px 0 10px 20px; }
  @media (min-width: 768px) {
    .goback {
      padding: 10px 0 10px 40px; } }
  .goback a {
    color: #9B9B9B; }

.page-title {
  background-color: #DF002C;
  margin-bottom: 15px;
  padding: 20px 0 20px 20px; }
  .page-title h1 {
    font-size: 24px;
    color: #FFFFFF; }
  @media (min-width: 768px) {
    .page-title {
      padding: 75px 0 25px 40px; }
      .page-title h1 {
        font-size: 31px; } }

.title {
  width: 100%;
  padding: 20px; }
  @media (min-width: 768px) {
    .title {
      padding: 20px 0 20px 40px; } }
  .title h1, .title h2, .title h3, .title h4 {
    display: inline-block;
    margin: 0; }
  .title .button-container {
    float: right;
    display: inline-block; }
    .title .button-container a {
      margin: 10px 0; }
  .title--with-button {
    padding-bottom: 0; }
    .title--with-button .button-container a {
      margin: 10px 0 5px; }
      @media (min-width: 768px) {
        .title--with-button .button-container a {
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .title--with-button .button-container a {
          margin-bottom: 3px; } }
    .title--with-button h1:last-child, .title--with-button h2:last-child, .title--with-button h3:last-child, .title--with-button h4:last-child {
      margin-bottom: 5px; }

@media (max-width: 1023px) {
  .content > .row {
    margin: 0; }
  .hide-lg-down {
    display: none !important; } }

@media (max-width: 767px) {
  main {
    display: block;
    padding-top: 50px; }
  .flex-sm-first {
    order: -1; }
  .hidden-md-down {
    display: none !important; } }

.justify-content-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.main-content, .sidebar {
  align-content: flex-start;
  align-items: flex-start; }

@font-face {
  font-family: "PlutoRegular";
  src: url("../fonts/PlutoRegular/PlutoSansDPDRegular.woff") format("woff"), url("../fonts/PlutoRegular/PlutoSansDPDRegular.ttf") format("truetype"), url("../fonts/PlutoRegular/PlutoSansDPDRegular.eot") format("eot"); }

@font-face {
  font-family: "PlutoThin";
  src: url("../fonts/PlutoThin/PlutoSansDPDThin.woff") format("woff"), url("../fonts/PlutoThin/PlutoSansDPDThin.ttf") format("truetype"), url("../fonts/PlutoThin/PlutoSansDPDThin.eot") format("eot"); }

@font-face {
  font-family: "PlutoLight";
  src: url("../fonts/PlutoLight/PlutoSansDPDLight.woff") format("woff"), url("../fonts/PlutoLight/PlutoSansDPDLight.ttf") format("truetype"), url("../fonts/PlutoLight/PlutoSansDPDLight.eot") format("eot"); }

@font-face {
  font-family: "PlutoExtraLight";
  src: url("../fonts/PlutoExtraLight/PlutoSansDPDExtraLight.woff") format("woff"), url("../fonts/PlutoExtraLight/PlutoSansDPDExtraLight.ttf") format("truetype"), url("../fonts/PlutoExtraLight/PlutoSansDPDExtraLight.eot") format("eot"); }

.page-title h1, body, h1, h2, h3, h4, a,
.link, .text-regular, .intro, ul.usp.usp--large li, ul.sidebar-menu li.active a, ul.send li.step, ul.send li.step .send-step--description, ul.parcel-select > li ul li:first-child, ul.parcel-select > li:before, ul.parcel-select > li .parcel-item .parcel-item--right, .form-item .form-label, .button, .form-input input[type="text"],
.form-input input[type="password"],
.form-input input[type="email"],
.form-input select,
.form-input textarea, header .nav-container nav > ul li a, .box.box--form a:not(.button), .widget-content .widget-content--price, footer .footer-content .box .box-content h3, .text-bold, b, strong, .text-weight-light, ul.sidebar-menu li a, ul.send li.step .send-step--top, ul.send li.step .send-step--count, ul.parcel-select, .form.form--cta-widget .form-cta--more, .button.button--large, .button.button--add-parcel, header .nav-container nav > ul li .subnav li a, .box.box--send-parcel .box-content h2, .box.box--send-parcel .box-content h3, .box.box--send-parcel .box-content h4, .box.box--send-parcel .box-content h5, .box.box--image-right .box-content a, section.section--content .box .box-content, .widget-content, footer .footer-content .box .box-content, footer .footer-content .box .box-content a, .hero .container .hero-container .hero-title h1, .link--next:after, .link--prev:after, ul.usp li:before, ul.send li.step.completed .send-step--description:before, ul.parcel-select > li .parcel-item .parcel-item--right:after, [class^="icon-"]:before, [class*=" icon-"]:before, .button.button--prev:before, .button.button--next:after, .button.button--loading:before, .button.button--google:before, .button.button--facebook:before, .select-input .select-wrapper:before, .box.box--basket .box-header:after, .popup .location-popup-close-btn:after, table.table--addressoverview__small tbody tr td:last-child:after, .shop-info__toggle-title:after, .slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.page-title h1, body, h1, h2, h3, h4, a,
.link, .text-regular, .intro, ul.usp.usp--large li, ul.sidebar-menu li.active a, ul.send li.step, ul.send li.step .send-step--description, ul.parcel-select > li ul li:first-child, ul.parcel-select > li:before, ul.parcel-select > li .parcel-item .parcel-item--right, .form-item .form-label, .button, .form-input input[type="text"],
.form-input input[type="password"],
.form-input input[type="email"],
.form-input select,
.form-input textarea, header .nav-container nav > ul li a, .box.box--form a:not(.button), .widget-content .widget-content--price, footer .footer-content .box .box-content h3 {
  font-family: 'PlutoRegular', sans-serif;
  font-weight: normal; }

.text-bold, b, strong {
  font-family: 'PlutoRegular', sans-serif;
  font-weight: bold; }

.text-weight-light, ul.sidebar-menu li a, ul.send li.step .send-step--top, ul.send li.step .send-step--count, ul.parcel-select, .form.form--cta-widget .form-cta--more, .button.button--large, .button.button--add-parcel, header .nav-container nav > ul li .subnav li a, .box.box--send-parcel .box-content h2, .box.box--send-parcel .box-content h3, .box.box--send-parcel .box-content h4, .box.box--send-parcel .box-content h5, .box.box--image-right .box-content a, section.section--content .box .box-content, .widget-content, footer .footer-content .box .box-content, footer .footer-content .box .box-content a {
  font-family: 'PlutoLight', sans-serif;
  font-weight: normal; }

.hero .container .hero-container .hero-title h1 {
  font-family: 'PlutoExtraLight', sans-serif;
  font-weight: normal; }

body {
  font-size: 0.9em;
  line-height: 1.4;
  color: #444444; }

h1, h2, h3, h4, p, ul, ol {
  margin-bottom: 10px; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child, ul:first-child, ol:first-child {
    margin-top: 0; }
  h1.flat, h1:last-child, h2.flat, h2:last-child, h3.flat, h3:last-child, h4.flat, h4:last-child, p.flat, p:last-child, ul.flat, ul:last-child, ol.flat, ol:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #666666; }

h1 {
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 1em; }

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px; }
  h2:first-child {
    margin-top: 0; }

h3 {
  font-size: 18px;
  line-height: 1.3rem;
  margin-top: 5px;
  margin-bottom: 5px; }

h4 {
  font-size: 1.25em;
  margin-top: 5px;
  margin-bottom: 5px; }

a,
.link {
  color: #DF002C;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 100ms ease-out;
  transition: color 100ms ease-out; }
  a:hover, a:active,
  .link:hover,
  .link:active {
    color: #DF002C; }
  a[class^="icon-"],
  .link[class^="icon-"] {
    position: relative;
    padding-left: 20px; }
    a[class^="icon-"]:before,
    .link[class^="icon-"]:before {
      position: absolute;
      left: 0;
      font-size: 16px;
      text-decoration: underline; }
    a[class^="icon-"]:before,
    .link[class^="icon-"]:before {
      text-decoration: none; }

.link--next {
  color: #444444;
  text-decoration: none;
  position: relative;
  padding-right: 20px; }
  .link--next:after {
    -webkit-transition: right 300ms ease-out;
    transition: right 300ms ease-out;
    content: "\e909";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0; }

.link--prev {
  color: #444444;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out; }
  .link--prev:hover {
    color: #444444; }
  .link--prev:after {
    content: "\e904";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 0; }

.text-uppercase {
  text-transform: uppercase; }

.text-small {
  font-size: 0.78003em; }
  @media (min-width: 1280px) {
    .text-small {
      font-size: 0.9em; } }

.text-big {
  font-size: 1.035em; }
  @media (min-width: 1280px) {
    .text-big {
      font-size: calc(1.333 * 0.9em); } }

.text-italic, i {
  font-style: italic; }

.text-underline {
  text-decoration: underline; }

.text-light {
  color: #A7AEB6; }

.text-default {
  color: #444444; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

img {
  display: block;
  max-width: 100%;
  margin-bottom: 5px; }

.box-content ul li {
  line-height: 20px; }

.box-content ul.pagination {
  display: flex;
  flex-wrap: nowrap;
  width: 90%;
  max-width: 400px;
  margin-bottom: 20px; }
  .box-content ul.pagination.center-aligned {
    margin-left: auto;
    margin-right: auto; }
  .box-content ul.pagination li {
    flex: 1 0 auto;
    align-self: center; }
    @media (min-width: 520px) {
      .box-content ul.pagination li:nth-child(1), .box-content ul.pagination li:nth-child(3) {
        width: 130px; }
      .box-content ul.pagination li:nth-child(3) a {
        text-align: right; } }
    .box-content ul.pagination li:nth-child(2) {
      text-align: center; }
    .box-content ul.pagination li input {
      width: 40px;
      height: 40px;
      outline: 0 !important;
      text-align: center;
      margin-right: 5px; }
    .box-content ul.pagination li a {
      display: block; }
      .box-content ul.pagination li a:hover {
        color: #DF002C; }
      @media (max-width: 519px) {
        .box-content ul.pagination li a {
          text-indent: -99999px; }
          .box-content ul.pagination li a:after {
            text-indent: 0; } }

.main-content .box-content ul li {
  position: relative;
  padding: 0 0 0 30px; }
  .main-content .box-content ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #444444;
    position: absolute;
    top: 10px;
    left: 5px; }

.main-content .box-content ul.clear li {
  padding: 0; }
  .main-content .box-content ul.clear li:before {
    display: none; }

.main-content .box-content ul.address {
  margin: 20px 0; }
  .main-content .box-content ul.address li {
    padding: 0;
    line-height: 1.4em; }
    .main-content .box-content ul.address li:before {
      display: none; }

ul.usp li {
  position: relative;
  padding-left: 20px;
  line-height: 25px; }
  ul.usp li + li {
    margin-top: 5px; }
  ul.usp li:before {
    content: "\e902";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px; }

ul.usp.usp--large li {
  padding-left: 30px; }
  ul.usp.usp--large li:before {
    font-size: 23px; }

ul.sidebar-menu li a {
  text-decoration: none;
  color: #666666;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out; }
  ul.sidebar-menu li a:hover {
    color: #262626; }

ul.send {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 15px 0 0 0; }
  ul.send li {
    display: flex;
    flex: 1 0 auto;
    align-items: flex-end;
    color: #FFFFFF;
    padding: 25px;
    font-size: 31px; }
    ul.send li:first-child {
      padding: 25px 25px 15px; }
      ul.send li:first-child h1 {
        font-size: 24px; }
        @media (min-width: 1024px) {
          ul.send li:first-child h1 {
            font-size: 31px; } }
    @media (min-width: 768px) {
      ul.send li:first-child {
        padding-left: 40px; } }
    ul.send li.step {
      padding: 5px 10px;
      display: block;
      background-color: transparent;
      color: #444444;
      padding-left: 50px;
      position: relative;
      font-size: 13px;
      line-height: 18px;
      border-bottom: 1px solid #979797; }
      ul.send li.step .send-step--top {
        display: none; }
      ul.send li.step .send-step--count {
        display: block;
        float: left;
        margin-right: 5px; }
      ul.send li.step .send-step--description {
        display: block;
        float: left; }
      ul.send li.step.active {
        background-color: #9B9B9B;
        color: #FFFFFF; }
      ul.send li.step.completed:hover {
        cursor: pointer; }
      ul.send li.step.completed .send-step--description:before {
        content: "\e902";
        color: #417505;
        font-size: 17px;
        position: absolute;
        left: 25px;
        top: 5px; }
  @media (min-width: 768px) {
    ul.send {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      margin: 0; }
      ul.send li + li {
        margin-left: 5px; }
      ul.send li.step {
        font-size: 18px;
        width: 110px;
        height: 110px;
        display: inline-block;
        float: left;
        padding: 5px;
        background-color: #FFFFFF;
        text-align: center;
        border-bottom: 0; }
        ul.send li.step:not(.completed) {
          color: #D1D1D1; }
        ul.send li.step.active {
          color: #FFFFFF;
          background-color: #DF002C; }
        ul.send li.step.completed .send-step--description:before {
          position: relative;
          left: auto;
          top: auto;
          margin-right: 5px; }
        ul.send li.step .send-step--top {
          display: block;
          font-size: 20px;
          line-height: 21px; }
        ul.send li.step .send-step--count {
          float: none;
          font-size: 48px;
          line-height: 50px; }
        ul.send li.step .send-step--description {
          float: none;
          font-size: 12px;
          line-height: 15px; } }
  @media (min-width: 1024px) {
    ul.send li.step {
      width: 150px;
      height: 136px;
      padding: 10px 5px; }
      ul.send li.step .send-step--count {
        float: none;
        font-size: 64px;
        line-height: 70px; } }

ul.parcel-select {
  margin: 0;
  counter-reset: parcelcount; }
  ul.parcel-select:not(.parcel-select--empty) > li:hover {
    background-color: #d0d0d0 !important;
    cursor: pointer; }
  ul.parcel-select > li {
    position: relative;
    padding: 10px 5px 10px 30px;
    counter-increment: parcelcount;
    min-height: 75px;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    ul.parcel-select > li ul li {
      line-height: 1.4em; }
      ul.parcel-select > li ul li:first-child {
        text-transform: uppercase; }
    ul.parcel-select > li:before {
      content: counter(parcelcount);
      position: absolute;
      left: 10px;
      top: 10px;
      line-height: 1.4em; }
    ul.parcel-select > li:nth-child(even) {
      background-color: #E6E7E8; }
    ul.parcel-select > li .parcel-item {
      display: block; }
      ul.parcel-select > li .parcel-item .parcel-item--left {
        width: calc((100%) - 105px);
        display: inline-block;
        vertical-align: top; }
        ul.parcel-select > li .parcel-item .parcel-item--left ul li:before {
          display: none; }
      ul.parcel-select > li .parcel-item .parcel-item--right {
        width: 100px;
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
        position: relative; }
        ul.parcel-select > li .parcel-item .parcel-item--right:after {
          content: "\e906";
          position: absolute;
          top: 0;
          right: 5px; }

ul.list-icon {
  display: flex;
  flex-wrap: nowrap; }
  ul.list-icon li {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #DF002C;
    display: block; }
    ul.list-icon li:before {
      color: #FFFFFF;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 28px;
      text-align: center; }
    ul.list-icon li + li {
      margin-left: 5px; }

ul.business-hours li {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.6; }
  ul.business-hours li.active {
    font-weight: bold; }

ul.business-hours .business-hours__title {
  flex: 0 0 100px; }

ul.business-hours .business-hours__content {
  max-width: 230px;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  ul.business-hours .business-hours__content span {
    flex: 0 0 auto;
    white-space: nowrap; }

@font-face {
  font-family: 'dpd-iconfont';
  src: url("../fonts/iconfont/dpd-iconfont.eot?cocpo1");
  src: url("../fonts/iconfont/dpd-iconfont.eot?cocpo1#iefix") format("embedded-opentype"), url("../fonts/iconfont/dpd-iconfont.woff2?cocpo1") format("woff2"), url("../fonts/iconfont/dpd-iconfont.ttf?cocpo1") format("truetype"), url("../fonts/iconfont/dpd-iconfont.woff?cocpo1") format("woff"), url("../fonts/iconfont/dpd-iconfont.svg?cocpo1#dpd-iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-dpd {
  width: 25px;
  height: 25px;
  background-image: url(../img/dpd-icon.svg) !important;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat; }

.link--next:after, .link--prev:after, ul.usp li:before, ul.send li.step.completed .send-step--description:before, ul.parcel-select > li .parcel-item .parcel-item--right:after, [class^="icon-"]:before, [class*=" icon-"]:before, .button.button--prev:before, .button.button--next:after, .button.button--loading:before, .button.button--google:before, .button.button--facebook:before, .select-input .select-wrapper:before, .box.box--basket .box-header:after, .popup .location-popup-close-btn:after, table.table--addressoverview__small tbody tr td:last-child:after, .shop-info__toggle-title:after, .slick-prev:before,
.slick-next:before {
  font-family: 'dpd-iconfont';
  font-weight: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  speak: none;
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-right-bold:before {
  content: "\e909"; }

.icon-chevron-left-bold:before {
  content: "\e90c"; }

.icon-print:before {
  content: "\e905"; }

.icon-close:before {
  content: "\e907"; }

.icon-check:before {
  content: "\e900"; }

.icon-chevron-down:before {
  content: "\e901"; }

.icon-chevron-up:before {
  content: "\e903"; }

.icon-chevron-left:before {
  content: "\e904"; }

.icon-chevron-right:before {
  content: "\e906"; }

.icon-spinner:before {
  content: "\e908"; }

.icon-check-bold:before {
  content: "\e902"; }

.icon-google:before {
  content: "\e90b"; }

.icon-facebook:before {
  content: "\e90a"; }

.icon-payment:before {
  content: "\e603"; }

.icon-place:before {
  content: "\e604"; }

.icon-return:before {
  content: "\e605"; }

.icon-balloon:before {
  content: "\e600"; }

.icon-home:before {
  content: "\e601"; }

.icon-star:before {
  content: "\e602"; }

.icon-delete, .icon-edit, .icon-marker, .icon-mijn-dpd, .icon-car, .icon-pay {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.icon-edit {
  background-image: url("../img/svg/edit.svg"); }

.icon-delete {
  background-image: url("../img/svg/delete.svg"); }

.icon-marker {
  background-image: url("../img/svg/marker.svg"); }

.icon-mijn-dpd {
  background-image: url("../img/svg/mijn-dpd.svg"); }

.icon-car {
  background-image: url("../img/svg/car.svg"); }

.icon-pay {
  background-image: url("../img/svg/pay.svg"); }

.amazon-logo {
  background-image: url("../img/Amazon_logo_plain.svg");
  display: flex;
  flex: 1 1 100%;
  margin-top: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.icon-info {
  background-image: url("../img/svg/Info_Icon.png");
  margin-bottom: -2px;
  margin-left: 5px;
  position: absolute;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.form.form--discount {
  max-width: 233px;
  margin: 15px 0 0 0; }
  .form.form--discount .form-success {
    flex: 1 0 100%;
    line-height: 30px;
    color: #417505; }
  .form.form--discount .form-row .form-item {
    display: block; }
    .form.form--discount .form-row .form-item .form-input {
      width: calc((100%) - 98px);
      display: inline-block;
      float: left; }
      .form.form--discount .form-row .form-item .form-input input {
        width: 100%;
        height: 26px;
        font-size: 12px;
        line-height: 1; }
    .form.form--discount .form-row .form-item .form-submit {
      width: 80px;
      display: inline-block;
      float: right;
      text-align: right; }
      .form.form--discount .form-row .form-item .form-submit input {
        padding: 5px;
        height: 40px;
        line-height: 1; }
        @media (min-width: 1024px) {
          .form.form--discount .form-row .form-item .form-submit input {
            height: 25px;
            font-size: 13px;
            line-height: 1; } }

.form.form--search .form-group .form-row {
  display: flex;
  flex: 1 0 100%; }
  @media (min-width: 768px) {
    .form.form--search .form-group .form-row {
      max-width: 370px; } }
  .form.form--search .form-group .form-row .form-item {
    display: flex;
    flex-wrap: nowrap; }
    .form.form--search .form-group .form-row .form-item .form-input {
      flex: 1 1 auto; }
      .form.form--search .form-group .form-row .form-item .form-input input {
        height: 40px; }
    .form.form--search .form-group .form-row .form-item .form-submit {
      display: flex;
      flex: 0 1 auto;
      margin-left: 5px; }
      .form.form--search .form-group .form-row .form-item .form-submit a {
        height: 40px; }

.form.form--login {
  flex: 1 0 calc((100%) - 40px);
  margin: 0 20px;
  flex-basis: calc((100%) - 40px); }
  @media (min-width: 768px) {
    .form.form--login {
      margin: 0 0 0 20px;
      flex: 1 0 100%; } }
  .form.form--login .form-group .form-row .form-item {
    flex-wrap: wrap; }
    .form.form--login .form-group .form-row .form-item .form-label {
      flex: 0 0 125px; }
    .form.form--login .form-group .form-row .form-item .form-input {
      flex: 1 0 auto; }
    .form.form--login .form-group .form-row .form-item .form-error {
      flex: 1 0 100%;
      line-height: 30px; }
      @media (min-width: 1024px) {
        .form.form--login .form-group .form-row .form-item .form-error {
          padding-left: 125px; } }
  .form.form--login .button-container {
    margin-top: 15px;
    margin-right: 7px; }
    @media (max-width: 519px) {
      .form.form--login .button-container {
        flex-direction: column;
        align-items: flex-end; }
        .form.form--login .button-container .button--text {
          order: 2; } }
    .form.form--login .button-container .button--next {
      color: #FFFFFF; }
    .form.form--login .button-container .button--text {
      font-size: 0.85em; }
    .form.form--login .button-container.button-container--social {
      display: block;
      margin: 0;
      text-align: right; }
      .form.form--login .button-container.button-container--social a + a, .form.form--login .button-container.button-container--social a button, .form.form--login .button-container.button-container--social button + a, .form.form--login .button-container.button-container--social button button {
        margin-top: 5px; }

.form.wide .form-item {
  max-width: 560px; }
  .form.wide .form-item .form-label {
    position: relative; }

@media (min-width: 768px) {
  .form.wide .form-item {
    display: flex; }
    .form.wide .form-item .form-label {
      position: relative;
      flex: 0 0 200px;
      padding-left: 0; }
    .form.wide .form-item .form-input {
      flex: 1 0; } }

.form.form--cta-widget {
  max-width: 260px;
  margin: 0 auto; }
  .form.form--cta-widget .button-container {
    margin: 0; }
    @media (max-width: 767px) {
      .form.form--cta-widget .button-container {
        margin-bottom: 10px; } }
    @media (max-width: 519px) {
      .form.form--cta-widget .button-container {
        margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .form.form--cta-widget {
      max-width: none; } }
  .form.form--cta-widget .form-cta--more {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .form.form--cta-widget .form-cta--more {
        text-align: right;
        font-size: 13.5px; } }
  .form.form--cta-widget .form-group {
    flex: 1 0 100%; }
    .form.form--cta-widget .form-group .form-row .form-item {
      display: flex;
      flex-wrap: wrap; }
      .form.form--cta-widget .form-group .form-row .form-item .form-input {
        flex: 1 0 auto;
        float: left; }
        .form.form--cta-widget .form-group .form-row .form-item .form-input.radio-input {
          padding: 0;
          float: left; }
          .form.form--cta-widget .form-group .form-row .form-item .form-input.radio-input.parcel-radio {
            float: none;
            flex: 1 0 100%; }
          .form.form--cta-widget .form-group .form-row .form-item .form-input.radio-input label {
            float: left;
            color: #FFFFFF;
            font-size: 15px; }
          @media (min-width: 1024px) {
            .form.form--cta-widget .form-group .form-row .form-item .form-input.radio-input {
              font-size: 0.85em; } }
          @media (min-width: 1280px) {
            .form.form--cta-widget .form-group .form-row .form-item .form-input.radio-input {
              font-size: 1em; } }
        .form.form--cta-widget .form-group .form-row .form-item .form-input.select select {
          border-radius: 0;
          height: 40px;
          line-height: 40px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        .form.form--cta-widget .form-group .form-row .form-item .form-input.select input {
          height: 40px;
          background: transparent;
          border: 1px solid #FFFFFF;
          color: #FFFFFF; }
        .form.form--cta-widget .form-group .form-row .form-item .form-input.select:before {
          border-top-color: #FFFFFF; }
        .form.form--cta-widget .form-group .form-row .form-item .form-input.select:after {
          height: 40px; }
    .form.form--cta-widget .form-group .form-row .button-container button {
      width: 100%; }

.form.form--tt #row-reference {
  margin-top: -54px; }

.form.form--tt #row-number,
.form.form--tt #row-reference {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
  .form.form--tt #row-number.show,
  .form.form--tt #row-reference.show {
    opacity: 1; }

.form.form--tt .form-row:not(:first-child) {
  margin-bottom: 0; }

.form.form--tt .form-item {
  display: flex; }
  .form.form--tt .form-item .form-input {
    flex: 1 0 0; }
    .form.form--tt .form-item .form-input label {
      font-size: 14px;
      font-weight: 400;
      color: #444444; }
    .form.form--tt .form-item .form-input input {
      line-height: 50px;
      height: 50px; }
  .form.form--tt .form-item .form-submit button {
    height: 50px;
    border: 0; }
    .form.form--tt .form-item .form-submit button:after {
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      font-weight: bold;
      line-height: 50px; }
  @media (max-width: 519px) {
    .form.form--tt .form-item {
      flex-wrap: wrap; }
      .form.form--tt .form-item .form-item.radio-input {
        flex: 1 0 100%; }
      .form.form--tt .form-item input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 14px; }
      .form.form--tt .form-item input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px; }
      .form.form--tt .form-item input:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 14px; }
      .form.form--tt .form-item input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px; }
      .form.form--tt .form-item input:placeholder {
        font-size: 14px; } }

.form-group + .form-group {
  margin-top: 20px; }

.form-group .form-input.LU-post-code {
  box-sizing: border-box;
  position: relative;
  display: table;
  border-collapse: separate; }
  .form-group .form-input.LU-post-code span {
    padding-right: 5px;
    line-height: 1;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell; }
  .form-group .form-input.LU-post-code input[type="text"] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    display: table-cell; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .form-row:last-child {
    margin-bottom: 0; }
  .form-row.form-row--inline {
    display: block;
    text-align: center; }
    .form-row.form-row--inline > .form-item {
      display: inline-flex; }
      .form-row.form-row--inline > .form-item .form-input:last-child label {
        margin-right: 0; }

.form-item {
  position: relative;
  flex: 1 0 100%; }
  .form-item.has-warning {
    flex-wrap: wrap; }
    .form-item.has-warning .form-input input {
      border: 1px solid #ff0; }
    .form-item.has-warning .form-input:after {
      content: "!";
      display: block;
      position: absolute;
      top: 50px;
      left: 0;
      margin: 0;
      width: 25px;
      height: 25px;
      background-color: #ff0;
      border-radius: 10%;
      text-align: center;
      color: #000000;
      font-weight: bold;
      font-size: 18px;
      line-height: 25px; }
      @media (min-width: 1024px) {
        .form-item.has-warning .form-input:after {
          top: 0;
          left: auto;
          right: -30px;
          width: 25px;
          height: 25px; } }
    .form-item.has-warning .form-label:last-child {
      flex: 1 0 100%;
      padding-left: 35px;
      line-height: 25px; }
      @media (min-width: 1024px) {
        .form-item.has-warning .form-label:last-child {
          padding-left: 170px; } }
  .form-item .form-label {
    padding: 10px 0;
    color: #444444;
    font-size: 15px;
    -webkit-transition: color 100ms ease-out;
    transition: color 100ms ease-out; }
    @media (min-width: 1024px) {
      .form-item .form-label {
        padding: 5px 0;
        font-size: 13px; } }
    .form-item .form-label .required {
      color: #004EA3; }
  .form-item .form-input {
    flex: 0 0 375px;
    position: relative; }
    .form-item .form-input input + label:hover {
      cursor: pointer; }
    .form-item .form-input input[type="file"] {
      display: none; }
    .form-item .form-input.select {
      position: relative; }
      .form-item .form-input.select select {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0; }
      .form-item .form-input.select:before {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #979797;
        font-size: 0;
        line-height: 0; }
        @media (min-width: 1024px) {
          .form-item .form-input.select:before {
            right: 7px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #979797; } }
      .form-item .form-input.select:after {
        content: "";
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #C8D7E0;
        width: 40px;
        height: 40px; }
        @media (min-width: 1024px) {
          .form-item .form-input.select:after {
            width: 25px;
            height: 25px; } }
      .form-item .form-input.select input {
        width: 100%;
        color: #444444; }
      .form-item .form-input.select select {
        padding: 0 40px 0 10px;
        line-height: 40px; }
        @media (min-width: 1024px) {
          .form-item .form-input.select select {
            padding: 0 25px 0 10px;
            line-height: 25px; } }
    .form-item .form-input.delivery-row {
      margin-bottom: 5px; }
      .form-item .form-input.delivery-row + .form-info {
        margin-top: 50px; }
      .form-item .form-input.delivery-row:last-child {
        margin-bottom: 0; }
        .form-item .form-input.delivery-row:last-child label {
          margin-bottom: 0; }
      .form-item .form-input.delivery-row label {
        float: left; }
        @media (max-width: 1023px) {
          .form-item .form-input.delivery-row label {
            width: calc((100%) - 120px); } }
        @media (min-width: 1024px) {
          .form-item .form-input.delivery-row label {
            min-width: 235px; } }
      .form-item .form-input.delivery-row .delivery-price {
        float: left;
        line-height: 40px;
        margin-right: 10px; }
        @media (max-width: 1023px) {
          .form-item .form-input.delivery-row .delivery-price {
            clear: both;
            margin-left: 20px; } }
      .form-item .form-input.delivery-row .location-marker {
        width: calc((100%) - 100px);
        max-width: 200px; }
      .form-item .form-input.delivery-row__large .location-marker {
        width: 120px;
        position: absolute;
        right: 0; }
        .form-item .form-input.delivery-row__large .location-marker p {
          line-height: 35px;
          padding-left: 40px; }
      .form-item .form-input.delivery-row__large label {
        min-width: 0;
        width: calc((100%) - 130px);
        margin-bottom: 15px; }
  .form-item .form-info {
    margin-top: 10px;
    font-size: 13px; }
    .form-item .form-info.form-info--top {
      margin-top: 0;
      margin-bottom: 10px; }
  .form-item.focus .form-label {
    opacity: 0.5; }
  .form-item.filled .form-label {
    opacity: 0; }
  .form-item .form-error {
    color: #DF002C;
    padding: 10px 0; }
    @media (min-width: 1024px) {
      .form-item .form-error {
        padding: 5px 0 5px 10px; }
        .form-item .form-error.form-error--newline {
          padding: 5px 0; } }
  .form-item.has-error .form-input input, .form-item.has-error .form-input select, .form-item.has-error .form-input textarea {
    border: 1px solid #DF002C; }
  .form-item.has-error .form-error {
    display: block; }
  .form-item.form-item--half {
    flex: 0 0 50%; }
    @media (max-width: 1023px) {
      .form-item.form-item--half:first-child {
        padding-right: 5px; }
      .form-item.form-item--half:last-child:not(:first-child) {
        padding-left: 5px; } }
  @media (min-width: 1024px) {
    .form-item {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row; }
      .form-item .form-label {
        flex: 0 0 165px; }
      .form-item .form-input {
        flex: 0 0 300px; }
      .form-item.form-item--half {
        flex-wrap: wrap;
        flex: 0 1 280px; }
        .form-item.form-item--half .form-input {
          flex: 0 0 85px; }
        .form-item.form-item--half .form-error {
          padding: 10px 0;
          width: 85px;
          margin-left: 165px; } }
      @media (min-width: 1024px) and (min-width: 1024px) {
        .form-item.form-item--half .form-error {
          padding: 5px 0; } }
  @media (min-width: 1024px) {
        .form-item.form-item--half:not(:first-child) .form-label {
          flex: 0 0 100px; }
        .form-item.form-item--half:not(:first-child) .form-error {
          margin-left: 100px; } }
  @media (min-width: 1280px) {
    .form-item .form-input {
      flex: 0 0 375px; }
    .form-item.form-item--half {
      flex: 0 1 300px; }
      .form-item.form-item--half .form-input {
        flex: 0 0 115px; }
      .form-item.form-item--half .form-error {
        width: 115px; }
      .form-item.form-item--half:not(:first-child) .form-label {
        flex: 0 0 125px; }
      .form-item.form-item--half:not(:first-child) .form-error {
        margin-left: 125px; } }
  .form-item.form-item--vertical {
    display: block;
    padding: 0; }
    .form-item.form-item--vertical .form-input {
      padding: 0; }

.ui-autocomplete {
  max-height: 150px !important;
  overflow-x: hidden;
  overflow-y: auto; }

.ui-autocomplete .ui-menu-item a {
  font-size: .77em; }

.form-error {
  color: #DF002C;
  padding: 10px 0; }

.form-light {
  background-color: #F1F1F1;
  margin-top: 0;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 15px 20px; }
  .form-light:last-child {
    margin-bottom: 0; }

.button-container {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px 0 0 0; }
  @media (min-width: 520px) {
    .button-container a + a {
      margin-left: 5px; } }
  .button-container > * {
    margin-top: 10px;
    margin-bottom: 10px; }
  .button-container.center-aligned {
    justify-content: center; }
    .button-container.center-aligned > * {
      margin-left: 5px;
      margin-right: 5px; }
  .button-container.right-aligned {
    justify-content: flex-end; }
    .button-container.right-aligned > * {
      margin-right: 0;
      margin-left: 5px; }
  .button-container.pagination {
    margin-top: 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .button-container.button-container--clear {
    margin: 0; }
  @media (min-width: 768px) {
    .button-container.button-container--padded {
      padding-right: 12px; } }
  @media (min-width: 1024px) {
    .button-container.button-container--padded {
      padding-right: 0; } }
  @media (max-width: 519px) {
    .button-container.sm--wide .button {
      display: block;
      min-width: 80%;
      text-align: center; }
      .button-container.sm--wide .button + .button {
        margin-top: 15px; } }

.button-reset-password {
  width: 100%; }
  @media (min-width: 768px) {
    .button-reset-password > a {
      width: calc(50% - 5px); }
      .button-reset-password > a + a {
        margin-left: 10px; } }

.button {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0 10px;
  background-color: #DF002C;
  border: 1px solid #DF002C;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  @media (min-width: 1024px) {
    .button {
      line-height: 35px; } }
  @media (min-width: 1280px) {
    .button {
      font-size: 1.035em; } }
  .button:hover, .button:active {
    background-color: #d50621;
    color: #FFFFFF; }
  .button.button--large {
    font-size: 23px;
    height: 50px;
    line-height: 50px; }
  .button.button--white {
    background-color: #FFFFFF;
    color: #444444; }
    .button.button--white span:before {
      color: #DF002C; }
  .button.button--outline {
    background-color: transparent;
    border: 1px solid #9B9B9B;
    color: #9B9B9B; }
    .button.button--outline:hover, .button.button--outline:active {
      background-color: transparent;
      border-color: #808285;
      color: #808285; }
  .button.button--prev {
    position: relative;
    background-color: transparent;
    border: 1px solid #9B9B9B;
    color: #9B9B9B;
    min-width: 35px;
    text-indent: -9999px; }
    .button.button--prev:before {
      content: "\e904";
      font-size: 16px;
      text-indent: 0;
      position: absolute;
      left: 10px; }
    .button.button--prev:hover, .button.button--prev:active {
      background-color: transparent;
      border-color: #808285;
      color: #808285; }
    @media (min-width: 768px) {
      .button.button--prev {
        text-indent: 0;
        padding: 0 30px; } }
  .button.button--next {
    position: relative;
    padding: 0 30px 0 10px;
    color: #FFFFFF; }
    @media (min-width: 520px) {
      .button.button--next {
        padding: 0 30px; } }
    .button.button--next:after {
      content: "\e906";
      font-size: 16px;
      position: absolute;
      right: 10px; }
  .button.button--small {
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    font-size: 0.8em; }
  .button.button--loading {
    position: relative;
    padding-left: 40px; }
    .button.button--loading:before {
      content: "\e908";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 35px;
      height: 35px;
      width: 35px;
      font-size: 18px;
      text-align: center;
      -webkit-animation: loading 1000ms infinite linear;
      animation: loading 1000ms infinite linear; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
  .button.button--add {
    margin-left: 40px;
    background-color: #FFFFFF;
    border: 1px solid #979797;
    position: relative;
    overflow: visible;
    color: #444444;
    font-size: 13px; }
    .button.button--add:before {
      content: "+";
      position: absolute;
      left: -41px;
      top: -1px;
      width: 40px;
      height: 42px;
      line-height: 40px;
      text-align: center;
      background-color: #DF002C;
      color: #FFFFFF;
      font-size: 22px; }
      @media (min-width: 1024px) {
        .button.button--add:before {
          height: 37px; } }
  .button.button--add-invoiceline {
    margin: 20px 0 10px 0;
    background-color: #E6E7E8;
    border: 0px;
    overflow: visible;
    color: #DF002C;
    line-height: 20px; }
    .button.button--add-invoiceline:before {
      content: "+";
      position: absolute;
      left: -20px;
      top: -1px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      background-color: #DF002C;
      color: #FFFFFF;
      font-size: 20px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
  .button.button--remove-invoiceline {
    background-color: #919090;
    color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px; }
  .button.button--add-parcel {
    border: 1px solid #979797;
    color: #808285;
    position: relative;
    height: 42px;
    background-color: transparent;
    text-indent: -99999px; }
    .button.button--add-parcel:before {
      content: "+";
      text-indent: 0;
      font-size: 35px;
      line-height: 42px;
      display: block;
      float: left;
      width: 42px;
      height: 42px;
      text-align: center; }
    .button.button--add-parcel:after {
      content: "";
      margin: 5px 0 0 5px;
      width: 30px;
      height: 30px;
      display: block;
      float: left;
      background-image: url(../img/dpd-icon.svg) !important;
      background-repeat: no-repeat;
      background-size: contain; }
    @media (min-width: 520px) {
      .button.button--add-parcel {
        text-indent: 0;
        width: auto;
        height: auto; }
        .button.button--add-parcel:before, .button.button--add-parcel:after {
          display: none; } }
  .button.button--text {
    background-color: transparent;
    border: 0;
    color: #444444; }
  .button.button--google, .button.button--facebook {
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    color: #FFFFFF !important;
    font-size: 0.8rem;
    min-width: 125px; }
    .button.button--google:before, .button.button--facebook:before {
      color: #FFFFFF;
      position: absolute;
      left: 0;
      width: 40px;
      line-height: 35px;
      text-align: center;
      font-size: 23px; }
  .button.button--google {
    background-color: #dd4b39;
    text-align: center; }
    .button.button--google:before {
      content: "\e90b"; }
  .button.button--facebook {
    background-color: #4267b2; }
    .button.button--facebook:before {
      content: "\e90a"; }
  .button [class^="icon-"] {
    font-size: 25px;
    vertical-align: middle; }
    .button [class^="icon-"]:last-child {
      margin-left: 5px; }

.form-input input[type="text"],
.form-input input[type="password"],
.form-input input[type="email"],
.form-input select,
.form-input textarea {
  color: #444444;
  height: 40px;
  width: 100%;
  padding: 0 5px;
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #C8D7E0;
  font-size: 16px;
  line-height: 40px;
  outline: none;
  resize: none;
  border-radius: 0; }
  .form-input input[type="text"]:disabled,
  .form-input input[type="password"]:disabled,
  .form-input input[type="email"]:disabled,
  .form-input select:disabled,
  .form-input textarea:disabled {
    background-color: rgba(241, 241, 241, 0.75); }
  .form-input input[type="text"]:focus::-ms-value,
  .form-input input[type="password"]:focus::-ms-value,
  .form-input input[type="email"]:focus::-ms-value,
  .form-input select:focus::-ms-value,
  .form-input textarea:focus::-ms-value {
    background: none;
    /* remove blue background on ie10/ie11 when selected*/
    color: #444444; }
  @media (min-width: 1024px) {
    .form-input input[type="text"],
    .form-input input[type="password"],
    .form-input input[type="email"],
    .form-input select,
    .form-input textarea {
      height: 25px;
      padding: 5px;
      font-size: 13px;
      line-height: 1; } }

.form-input input[type="password"] {
  letter-spacing: 2px; }
  .form-input input[type="password"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    letter-spacing: 0; }
  .form-input input[type="password"]::-moz-placeholder {
    /* Firefox 19+ */
    letter-spacing: 0; }
  .form-input input[type="password"]:-ms-input-placeholder {
    /* IE 10+ */
    letter-spacing: 0; }
  .form-input input[type="password"]:-moz-placeholder {
    /* Firefox 18- */
    letter-spacing: 0; }
  .form-input input[type="password"]:placeholder {
    letter-spacing: 0; }

.form-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A7AEB6; }

.form-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #A7AEB6; }

.form-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #A7AEB6; }

.form-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #A7AEB6; }

.form-input input:placeholder {
  color: #A7AEB6; }

.form-input input::-ms-clear {
  display: none; }

.form-input textarea {
  height: 80px;
  max-width: 100%;
  padding: 5px 5px;
  line-height: 1.3rem;
  overflow: auto; }

@media (min-width: 1280px) {
  .form-input input,
  .form-input select,
  .form-input textarea {
    font-size: 1.035em;
    line-height: 1.75rem; } }

.select-input .form-label {
  position: relative; }

.select-input .select-wrapper {
  position: relative;
  padding-right: 0;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  overflow: hidden; }
  .select-input .select-wrapper:before {
    content: "\e901";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    color: #A7AEB6;
    text-align: center;
    line-height: 40px;
    transform: rotate(90deg);
    pointer-events: none; }
  .select-input .select-wrapper select {
    position: relative;
    height: 40px;
    width: calc((100%) + 40px);
    background-color: transparent;
    border: none; }
    .select-input .select-wrapper select:disabled {
      background-color: rgba(241, 241, 241, 0.75);
      color: #D1D1D1; }

.form-item--error input,
.form-item--error textarea,
.form-item--error .select-wrapper {
  border-color: #DF002C; }

.radio-input,
.checkbox-input {
  position: relative;
  padding-left: 10px; }
  .radio-input .form-label,
  .checkbox-input .form-label {
    position: relative;
    margin-bottom: -10px;
    padding-left: 0; }
  .radio-input input,
  .checkbox-input input {
    position: absolute;
    top: 10px;
    opacity: 0;
    z-index: -1; }
  .radio-input label,
  .checkbox-input label {
    position: relative;
    padding: 10px 0 0 20px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    color: #666666; }
    .radio-input label:before,
    .checkbox-input label:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      height: 15px;
      width: 15px;
      background-color: #FFFFFF;
      border: 1px solid #979797; }
    .radio-input label:after,
    .checkbox-input label:after {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      opacity: 0;
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 100ms ease-out;
      transition: all 100ms ease-out; }
  .radio-input input:disabled + label:before,
  .checkbox-input input:disabled + label:before {
    background-color: #F1F1F1; }

.vertical-checkbox-item {
  position: relative; }

.radio-input input:checked + label:after {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.radio-input label:before {
  border-radius: 50%; }

.radio-input label:after {
  height: 15px;
  width: 15px;
  margin: 0 0 4px;
  background-color: transparent;
  border: 5px solid #129bff;
  border-radius: 50%; }

.radio-input label:hover {
  cursor: pointer; }

.checkbox-input {
  padding: 0; }
  .checkbox-input.form-input {
    flex: 0 0 100%; }
  .checkbox-input input:checked + label:after {
    opacity: 1;
    -ms-transform: scale(1) rotate(40deg);
    -webkit-transform: scale(1) rotate(40deg);
    transform: scale(1) rotate(40deg); }
  .checkbox-input input:checked + label:before {
    background-color: #129bff;
    border-color: #129bff; }
  .checkbox-input label:before {
    border-radius: 2px; }
  .checkbox-input label:after {
    height: 9px;
    width: 5px;
    margin: 2px 5px 0;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -ms-transform: scale(0) rotate(40deg);
    -webkit-transform: scale(0) rotate(40deg);
    transform: scale(0) rotate(40deg); }
  .checkbox-input .checkbox-item {
    width: 40%;
    display: inline-block; }
    @media (min-width: 520px) {
      .checkbox-input .checkbox-item {
        width: auto; }
        .checkbox-input .checkbox-item + .checkbox-item {
          margin-left: 5px; } }

.form-item--error.radio-input label:before, .form-item--error.checkbox-input label:before {
  border-color: #DF002C; }

.form-item--error.radio-input .input-error, .form-item--error.checkbox-input .input-error {
  padding-left: 0; }

html.show-menu header .nav-container {
  left: 0;
  z-index: 20; }

html.show-menu header .hamburger .hamburger--anim {
  border-color: transparent;
  transform: rotate(90deg); }
  html.show-menu header .hamburger .hamburger--anim:before, html.show-menu header .hamburger .hamburger--anim:after {
    top: 0; }
  html.show-menu header .hamburger .hamburger--anim:before {
    transform: rotate(45deg); }
  html.show-menu header .hamburger .hamburger--anim:after {
    transform: rotate(-45deg); }

header {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  box-shadow: 1px -4px 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1024px) {
    header {
      height: 95px; } }
  header .hamburger {
    position: absolute;
    width: auto;
    height: 30px;
    top: 15px;
    left: 20px;
    text-decoration: none;
    color: #444444; }
    @media (min-width: 1024px) {
      header .hamburger {
        display: none; } }
    header .hamburger .hamburger--anim {
      position: absolute;
      top: 50%;
      width: 30px;
      border-bottom: 2px solid #444444;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
      header .hamburger .hamburger--anim:before, header .hamburger .hamburger--anim:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        border-bottom: 2px solid #444444;
        top: -10px;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
      header .hamburger .hamburger--anim:after {
        top: 10px; }
    header .hamburger .hamburger--text {
      padding-left: 45px;
      line-height: 33px;
      text-decoration: none;
      font-size: 14px; }
      @media (min-width: 520px) {
        header .hamburger .hamburger--text {
          font-size: 19px; } }
  header .icon-mijn-dpd {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px; }
    @media (min-width: 1024px) {
      header .icon-mijn-dpd {
        display: none; } }
  header .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin: 15px auto; }
    header .logo img {
      width: 75px;
      height: 33px;
      margin: 0; }
    @media (min-width: 1024px) {
      header .logo {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        float: left;
        margin: 20px auto 0; }
        header .logo img {
          width: 120px;
          height: 53px; } }
  header .nav-container {
    display: block;
    position: fixed;
    width: 100%;
    top: 60px;
    left: -100%;
    height: calc((100%) - 50px);
    z-index: -10;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: left 300ms ease-out;
    transition: left 300ms ease-out; }
    @media (max-width: 1023px) {
      header .nav-container {
        overflow-x: hidden; }
        header .nav-container nav > ul li.logout {
          position: absolute;
          bottom: 160px;
          right: 0;
          border: 0; }
          header .nav-container nav > ul li.logout a {
            padding-left: 10px !important;
            padding-right: 10px !important; } }
    header .nav-container nav {
      background-color: #FFFFFF; }
      header .nav-container nav > ul li {
        position: relative;
        border-top: 1px solid #444444; }
        header .nav-container nav > ul li.active > a {
          position: relative; }
          header .nav-container nav > ul li.active > a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 100%;
            background-color: #DF002C; }
        header .nav-container nav > ul li a {
          color: #444444;
          text-decoration: none;
          display: block;
          padding: 15px 20px;
          font-size: 16px; }
          @media (min-width: 1024px) {
            header .nav-container nav > ul li a {
              font-size: 17px; } }
        header .nav-container nav > ul li .subnav li a {
          padding: 15px 40px; }
    @media (min-width: 1024px) {
      header .nav-container {
        position: relative;
        width: auto;
        top: auto;
        left: auto;
        height: 95px;
        float: right;
        background-color: transparent; }
        header .nav-container nav > ul {
          display: inline-block;
          float: left; }
          header .nav-container nav > ul > div {
            display: inline-block; }
          header .nav-container nav > ul .nav--mobile-only {
            display: none; }
          header .nav-container nav > ul > li, header .nav-container nav > ul > div > li {
            position: relative;
            display: block;
            height: 95px;
            float: left;
            margin: 0 5px;
            border-top: 2px solid transparent; } }
      @media (min-width: 1024px) and (min-width: 1024px) {
        header .nav-container nav > ul > li, header .nav-container nav > ul > div > li {
          margin: 0 10px; } }
    @media (min-width: 1024px) {
            header .nav-container nav > ul > li:first-child, header .nav-container nav > ul > div > li:first-child {
              margin-left: 0; }
            header .nav-container nav > ul > li.has-children, header .nav-container nav > ul > div > li.has-children {
              padding-right: 25px; }
              header .nav-container nav > ul > li.has-children > a, header .nav-container nav > ul > div > li.has-children > a {
                color: #DF002C; }
              header .nav-container nav > ul > li.has-children:after, header .nav-container nav > ul > div > li.has-children:after {
                font-family: 'dpd-iconfont';
                font-weight: normal;
                content: "\e901";
                color: #DF002C;
                position: absolute;
                top: 45px;
                right: 0;
                -webkit-transition: transform 200ms ease-out;
                transition: transform 200ms ease-out; }
            header .nav-container nav > ul > li.active, header .nav-container nav > ul > li.has-active-subnav, header .nav-container nav > ul > div > li.active, header .nav-container nav > ul > div > li.has-active-subnav {
              border-color: #DF002C; }
              header .nav-container nav > ul > li.active > a, header .nav-container nav > ul > li.has-active-subnav > a, header .nav-container nav > ul > div > li.active > a, header .nav-container nav > ul > div > li.has-active-subnav > a {
                color: #DF002C; }
                header .nav-container nav > ul > li.active > a:before, header .nav-container nav > ul > li.has-active-subnav > a:before, header .nav-container nav > ul > div > li.active > a:before, header .nav-container nav > ul > div > li.has-active-subnav > a:before {
                  display: none; }
            header .nav-container nav > ul > li .subnav, header .nav-container nav > ul > div > li .subnav {
              display: none;
              background-color: #FFFFFF;
              border: 1px solid #444444;
              position: absolute;
              top: 100%;
              min-width: 150px; }
              header .nav-container nav > ul > li .subnav li, header .nav-container nav > ul > div > li .subnav li {
                border-top: 0; }
                header .nav-container nav > ul > li .subnav li a, header .nav-container nav > ul > div > li .subnav li a {
                  padding: 5px; }
                  header .nav-container nav > ul > li .subnav li a:hover, header .nav-container nav > ul > div > li .subnav li a:hover {
                    color: #DF002C;
                    background-color: #E6E7E8; }
            header .nav-container nav > ul > li > a, header .nav-container nav > ul > div > li > a {
              text-decoration: none;
              color: #444444;
              padding: 45px 0 0 0;
              display: block;
              -webkit-transition: color 100ms ease-out;
              transition: color 100ms ease-out; }
              header .nav-container nav > ul > li > a:hover, header .nav-container nav > ul > li > a:focus, header .nav-container nav > ul > div > li > a:hover, header .nav-container nav > ul > div > li > a:focus {
                color: #DF002C; }
            header .nav-container nav > ul > li.has-children:hover .subnav:not(.subnav--mobile-only), header .nav-container nav > ul > div > li.has-children:hover .subnav:not(.subnav--mobile-only) {
              display: block;
              z-index: 10; }
            header .nav-container nav > ul > li.has-children:hover:after, header .nav-container nav > ul > div > li.has-children:hover:after {
              transform: rotate(180deg); } }

.hero {
  padding: 65px 0 35px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 1023px) {
    .hero + section.section--narrow {
      max-width: 575px; } }
  @media (min-width: 520px) {
    .hero {
      padding: 75px 0 120px; } }
  @media (min-width: 768px) {
    .hero {
      padding: 120px 0; } }
  .hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: .2;
    z-index: 0; }
  .hero .hero-usp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
    .hero .hero-usp .slick-list {
      width: 100%; }
    .hero .hero-usp ul {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .hero .hero-usp ul li {
          text-align: left;
          padding: 0;
          margin-left: 0;
          width: auto !important; }
          .hero .hero-usp ul li + li {
            margin-left: 50px; }
        .hero .hero-usp ul .slick-track {
          display: flex;
          justify-content: center; } }
      .hero .hero-usp ul li {
        margin: 20px 0;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 16px;
        text-align: center;
        padding: 0; }
        .hero .hero-usp ul li:before {
          left: auto;
          position: relative;
          vertical-align: middle;
          margin-right: 10px; }
        @media (min-width: 1024px) {
          .hero .hero-usp ul li {
            font-size: 22px;
            line-height: 20px; } }
  .hero .container {
    position: static; }
    @media (max-width: 519px) {
      .hero .container {
        padding: 0; } }
    .hero .container .hero-container {
      position: static;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      z-index: 1; }
      @media (min-width: 1024px) {
        .hero .container .hero-container {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
      .hero .container .hero-container .hero-title {
        width: 50%;
        align-self: flex-end;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end; }
        @media (min-width: 1024px) {
          .hero .container .hero-container .hero-title {
            align-self: flex-start;
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start; } }
        .hero .container .hero-container .hero-title h1 {
          position: relative;
          color: #FFFFFF;
          font-size: 36px;
          line-height: 44px;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
          @media (min-width: 520px) {
            .hero .container .hero-container .hero-title h1 {
              max-width: 200px; } }
          @media (min-width: 768px) {
            .hero .container .hero-container .hero-title h1 {
              font-size: 60px;
              line-height: 80px;
              max-width: 300px; } }
          @media (min-width: 1024px) {
            .hero .container .hero-container .hero-title h1 {
              font-size: 76px;
              line-height: 100px;
              max-width: none;
              padding-left: 60px;
              padding-right: 20px; } }
          @media (min-width: 1280px) {
            .hero .container .hero-container .hero-title h1 {
              font-size: 83px;
              line-height: 110px; } }
      .hero .container .hero-container .hero-content {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        max-width: 575px;
        margin: 0 auto; }
        .hero .container .hero-container .hero-content #dnn_BannerBox {
          margin-top: 15px; }
        .hero .container .hero-container .hero-content .DNNContainer_Title_h2 > h2 {
          display: none; }
        .hero .container .hero-container .hero-content .box {
          margin: 0 auto; }
          @media (min-width: 768px) {
            .hero .container .hero-container .hero-content .box {
              padding: 30px; } }
          .hero .container .hero-container .hero-content .box h2, .hero .container .hero-container .hero-content .box h3, .hero .container .hero-container .hero-content .box h4, .hero .container .hero-container .hero-content .box h5 {
            margin-bottom: 20px; }
            @media (min-width: 1024px) {
              .hero .container .hero-container .hero-content .box h2, .hero .container .hero-container .hero-content .box h3, .hero .container .hero-container .hero-content .box h4, .hero .container .hero-container .hero-content .box h5 {
                font-size: 21px;
                margin-bottom: 20px; } }
        @media (min-width: 520px) {
          .hero .container .hero-container .hero-content {
            top: calc((100%) - 75px);
            width: auto;
            left: 35px;
            right: 35px; } }
        @media (min-width: 1024px) {
          .hero .container .hero-container .hero-content {
            position: relative;
            left: auto;
            top: 25px;
            right: auto;
            flex: 0 0 50%;
            max-width: none; }
            .hero .container .hero-container .hero-content .box {
              margin: 0; } }

.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0 20px;
  background: #FFFFFF;
  border-top: 1px solid #ccc;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 999; }
  .cookie-message p {
    width: calc((100%) - 60px);
    display: inline-block;
    margin-bottom: 50px; }
    @media (min-width: 520px) {
      .cookie-message p {
        width: 82%; } }
  .cookie-message .cookie-button {
    position: relative;
    top: 0;
    -webkit-transition: all ease-out 100ms 0;
    transition: all ease-out 100ms 0;
    height: 2.2em;
    width: 50px;
    float: right;
    margin: 0;
    padding: .4em 0;
    background: #DF002C;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none;
    font-family: 'PlutoLight', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    text-shadow: none;
    color: #FFFFFF;
    cursor: pointer; }
    @media (min-width: 520px) {
      .cookie-message .cookie-button {
        width: 15%; } }

.details .detail-row {
  display: block;
  font-family: PlutoRegular; }
  .details .detail-row:last-child {
    margin-bottom: 15px; }
  .details .detail-row.detail-row--heading {
    background-color: #E6E7E8;
    padding: 10px 0;
    line-height: 15px; }
  .details .detail-row .detail-label, .details .detail-row .detail-info {
    padding: 10px; }
  .details .detail-row .detail-label {
    display: block;
    float: left;
    width: 160px; }
    @media (min-width: 520px) {
      .details .detail-row .detail-label {
        width: 190px; } }
    @media (min-width: 768px) {
      .details .detail-row .detail-label {
        padding-left: 40px; } }
  .details .detail-row .detail-info {
    display: block;
    float: left;
    width: calc((100%) - 160px);
    word-break: break-word; }
    .details .detail-row .detail-info [class^="icon-"], .details .detail-row .detail-info [class*=" icon-"] {
      vertical-align: middle;
      width: 25px;
      height: 25px; }
    @media (min-width: 520px) {
      .details .detail-row .detail-info {
        width: calc((100%) - 190px); } }

.details.details--clear .detail-row .detail-label, .details.details--clear .detail-row .detail-info {
  padding: 5px 5px 5px 0; }

.orderdetails {
  margin-bottom: 50px; }
  .orderdetails .box {
    margin: 0; }
  .orderdetails .details .detail-row:last-child {
    margin-bottom: 0; }
  .orderdetails .details .detail-row .detail-label, .orderdetails .details .detail-row .detail-info {
    padding: 5px 20px; }
  .orderdetails .details .detail-row .detail-label {
    display: block;
    float: left;
    width: 160px; }
    @media (min-width: 520px) {
      .orderdetails .details .detail-row .detail-label {
        width: 250px; } }
    @media (min-width: 768px) {
      .orderdetails .details .detail-row .detail-label {
        width: 180px;
        padding-left: 40px; } }
  .orderdetails .details .detail-row .detail-info {
    display: block;
    float: left;
    width: calc((100%) - 160px); }
    .orderdetails .details .detail-row .detail-info > ul {
      list-style: none; }
    @media (min-width: 520px) {
      .orderdetails .details .detail-row .detail-info {
        width: calc((100%) - 250px); } }
    @media (min-width: 768px) {
      .orderdetails .details .detail-row .detail-info {
        width: calc((100%) - 180px); } }

.jspPane {
  width: 100% !important;
  margin: 0 !important; }
  .jspPane li {
    padding: 0 0 0 10px !important; }

.maintenance-text h2 {
  margin: 0; }

.location-marker {
  position: relative;
  float: left;
  width: 100%; }
  .location-marker .location-marker--content {
    float: left;
    padding-top: 10px;
    margin-left: 10px;
    width: calc((100%) - 40px); }
  .location-marker .location-marker--icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    background-color: #FFFFFF;
    text-align: center; }
    .location-marker .location-marker--icon span {
      display: block;
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin: 2px auto 0;
      font-size: 27px;
      color: #DF002C; }
    .location-marker .location-marker--icon:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #FFFFFF; }
    .location-marker .location-marker--icon.location-marker--red {
      background-color: #DF002C; }
      .location-marker .location-marker--icon.location-marker--red span {
        color: #FFFFFF; }
      .location-marker .location-marker--icon.location-marker--red:after {
        border-top-color: #DF002C; }

.sidebar {
  align-content: flex-start;
  order: 2; }
  .sidebar > * {
    flex: 1 0 100%; }
  @media (min-width: 768px) {
    .sidebar {
      order: 1; } }

@media (min-width: 768px) {
  section:not(.section--content) .sidebar .box {
    padding-left: 0;
    padding-right: 0; } }

.box {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  padding: 20px; }
  .box > * {
    flex: 1 1 100%;
    max-width: 100%; }
  .box .box-content {
    color: #444444;
    font-size: 15px;
    line-height: 17px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .box .box-content {
        font-size: 14px;
        line-height: 17px; } }
    .box .box-content .title {
      padding-left: 0;
      padding-right: 0; }
  .box .box-footer {
    display: flex;
    flex: 1 0 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 15px; }
  .box.box--primary {
    background-color: #DF002C; }
    .box.box--primary .box-content {
      color: #FFFFFF; }
      .box.box--primary .box-content h2, .box.box--primary .box-content h3, .box.box--primary .box-content h4, .box.box--primary .box-content h5 {
        color: #FFFFFF; }
      .box.box--primary .box-content a {
        color: #FFFFFF; }
    .box.box--primary .box-footer a {
      color: #FFFFFF !important; }
  .box.box--grey {
    background-color: #E6E7E8; }
  .box.box--white {
    background-color: #FFFFFF; }
  .box.box--form {
    background-color: #E6E7E8;
    margin-bottom: 2px; }
    @media (min-width: 768px) {
      .box.box--form {
        padding: 20px 40px; } }
    .box.box--form a:not(.button) {
      color: #444444; }
    .box.box--form.box--form-transparent {
      background-color: transparent;
      padding-top: 5px; }
    .box.box--form.box--form-upload .form-item {
      flex-wrap: wrap; }
      .box.box--form.box--form-upload .form-item .form-input {
        width: calc((100%) - 100px);
        flex: none;
        display: inline-block; }
        .box.box--form.box--form-upload .form-item .form-input input {
          height: 40px; }
      .box.box--form.box--form-upload .form-item .form-submit {
        width: 90px;
        flex: none;
        display: inline-block;
        margin-left: 5px; }
        .box.box--form.box--form-upload .form-item .form-submit input {
          line-height: 37px; }
      .box.box--form.box--form-upload .form-item .form-error {
        flex: 1 0 100%;
        padding: 10px 0; }
  .box.box--clear {
    padding: 0;
    margin: 0; }
  @media (min-width: 768px) {
    .box.box--padding-left {
      padding-left: 40px; } }
  @media (max-width: 519px) {
    .box.box--pagination .button-container .button {
      padding-left: 5px; }
      .box.box--pagination .button-container .button:not(.button--next) {
        padding-right: 5px; } }
  @media (min-width: 768px) {
    .box.box--pagination {
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .box.box--pagination {
      padding-left: 0; } }
  .box.box--pagination.clear-bottom {
    padding-bottom: 0;
    margin-bottom: 0; }
  .box.box--sidebar:first-child {
    padding-top: 0; }
  @media (min-width: 1024px) {
    .box.box--sidebar {
      padding-left: 0;
      padding-right: 0; } }
  .box.box--basket {
    padding: 0;
    -webkit-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out; }
    .box.box--basket .box-header {
      position: relative;
      background-color: #DF002C;
      color: #FFFFFF;
      padding-right: 50px;
      height: 50px;
      display: none;
      padding: 10px 75px 10px 20px; }
      .box.box--basket .box-header:hover {
        cursor: pointer; }
      .box.box--basket .box-header:after {
        -webkit-transition: transform 300ms ease-out;
        transition: transform 300ms ease-out;
        content: "\e903";
        position: absolute;
        right: 25px;
        top: 50%;
        font-size: 20px;
        transform: translateY(-50%); }
      .box.box--basket .box-header .box-title {
        font-size: 15px;
        line-height: 30px;
        display: inline-block;
        float: left; }
      .box.box--basket .box-header .box-price {
        font-size: 15px;
        line-height: 30px;
        font-weight: bold;
        display: inline-block;
        float: right; }
    @media (max-width: 767px) {
      .box.box--basket {
        background-color: #FFFFFF;
        margin: 0;
        position: fixed;
        z-index: 99;
        top: calc((100%) - 50px);
        left: 0;
        right: 0;
        transform: translateY(0); }
        .box.box--basket.active {
          top: 100%;
          transform: translateY(-100%);
          -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%); }
          .box.box--basket.active .box-header:after {
            top: 25%;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg); }
        .box.box--basket .box-header {
          display: block; }
        .box.box--basket .box-content {
          padding: 20px; }
          .box.box--basket .box-content .title {
            padding-top: 0; } }
  .box.box--send-parcel {
    background-color: #9B9B9B; }
    .box.box--send-parcel .box-content {
      color: #FFFFFF;
      min-height: 200px; }
      .box.box--send-parcel .box-content h2, .box.box--send-parcel .box-content h3, .box.box--send-parcel .box-content h4, .box.box--send-parcel .box-content h5 {
        color: #FFFFFF; }
      .box.box--send-parcel .box-content ul li {
        color: #FFFFFF; }
        .box.box--send-parcel .box-content ul li:before {
          color: #FFFFFF; }
    .box.box--send-parcel .box-footer .link--next {
      flex: 1 0 100%;
      color: #FFFFFF;
      font-size: 18px;
      padding-right: 25px; }
      .box.box--send-parcel .box-footer .link--next:after {
        font-size: 25px;
        top: -5px; }
  .box.box--orderdetail {
    background-color: #FFFFFF;
    padding: 0; }
  .box.box--image-right {
    padding: 0; }
    .box.box--image-right .box-content {
      flex: 1 0 70%; }
      .box.box--image-right .box-content a {
        color: #444444; }
    .box.box--image-right .box-image {
      margin-left: 10px;
      flex: 1 0 calc((30%) - 10px); }
      .box.box--image-right .box-image img {
        float: right; }
    @media (min-width: 768px) {
      .box.box--image-right .box-content {
        flex: 1 0 80%; }
      .box.box--image-right .box-image {
        flex: 1 0 calc((20%) - 10px); } }
  .box.box--table {
    padding: 0; }
  .box.box--bottom-clear {
    padding-bottom: 0;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .box.box--no-padding-right {
      padding-right: 0; }
      .box.box--no-padding-right .box-content {
        padding: 0; } }

.box--left {
  padding-left: 20px; }

.language {
  position: absolute;
  top: 5px;
  right: 15px; }
  .language:before {
    -webkit-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out; }
  .language:hover {
    cursor: pointer; }
  .language ul li {
    display: block;
    float: left;
    border: 0; }
    .language ul li + li {
      margin-left: 10px;
      padding-left: 10px;
      position: relative; }
      .language ul li + li:before {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 0;
        width: 1px;
        background-color: #D1D1D1; }
    .language ul li a {
      line-height: 45px;
      color: #444444;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 16px; }
    .language ul li.activeLangFalse a {
      color: #D1D1D1; }
  @media (min-width: 1024px) {
    .language {
      border: 1px solid #979797;
      position: relative;
      top: auto;
      right: auto;
      display: inline-block;
      float: left;
      margin-top: 37px;
      height: 38px;
      width: 75px; }
      .language:before {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 50%;
        width: 0;
        height: 0;
        right: 10px;
        transform: translateY(-30%);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #979797;
        font-size: 0;
        line-height: 0; }
      .language:after {
        content: "";
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #979797;
        border-bottom: 1px solid #979797;
        width: 30px;
        height: 37px; }
      .language ul {
        border: 0; }
        .language ul li {
          padding: 0; }
          .language ul li + li {
            padding: 0; }
          .language ul li.activeLangFalse {
            display: none; }
          .language ul li:before {
            display: none !important; }
          .language ul li a {
            line-height: 38px;
            padding: 10px 40px 10px 10px;
            font-size: 14px; }
          .language ul li + li {
            margin: 0; }
      .language.expand {
        border: 0; }
        .language.expand:before {
          transform: rotate(180deg) translateY(30%); }
        .language.expand:after {
          width: 31px; }
        .language.expand ul {
          background-color: #FFFFFF;
          border: 1px solid #979797;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column; }
          .language.expand ul li {
            display: block !important;
            float: none; }
            .language.expand ul li a {
              color: #444444; }
            .language.expand ul li:before {
              display: none; }
            .language.expand ul li.activeLangTrue {
              order: -1; }
              .language.expand ul li.activeLangTrue a {
                padding-right: 10px; } }
  @media (min-width: 1024px) {
    .language {
      margin-top: 39px; }
      .language ul li a {
        font-size: 17px; } }
  .language input {
    display: none; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 50px 0; }
  .modal .modal-dialog {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -50%) !important;
    max-width: 850px; }
    @media (min-width: 768px) {
      .modal .modal-dialog {
        width: 98%; } }
    .modal .modal-dialog .modal-header {
      min-height: 16.42857143px;
      padding: 15px;
      border-bottom: 1px solid #e5e5e5; }
      .modal .modal-dialog .modal-header .close {
        margin-top: -2px; }
    .modal .modal-dialog .modal-content {
      position: relative;
      background-color: #FFFFFF;
      background-clip: padding-box;
      line-height: 1.4em; }

.modal-open {
  overflow: hidden; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.25; }

.popup {
  padding-top: 40px;
  position: relative; }
  .popup.popup--background-white {
    background-color: #FFFFFF; }
  .popup .location-popup-close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    display: inline-block;
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px; }
    .popup .location-popup-close-btn:hover {
      cursor: pointer;
      color: #DF002C; }
    .popup .location-popup-close-btn:after {
      content: "\e907";
      font-size: 28px;
      margin-left: 10px;
      vertical-align: middle; }
  .popup .popup-header {
    padding: 10px 10px 20px 10px; }
    @media (min-width: 520px) {
      .popup .popup-header {
        padding: 10px 10px 20px 10px; } }
    @media (min-width: 768px) {
      .popup .popup-header {
        padding: 10px 10px 20px 10px; } }
  .popup .popup-content {
    max-height: 75vh;
    overflow: visible;
    padding: 0 25px 25px 25px; }
    .popup .popup-content.popup-content--clear {
      padding: 0; }
    .popup .popup-content .button-container {
      margin-top: 25px; }
  .popup--pickup-finder {
    padding: 40px 20px 20px 20px; }

.price--overview .price--row {
  padding: 5px; }
  .price--overview .price--row .price--row-inner {
    max-width: 250px;
    float: right;
    width: calc((100%) - 65px);
    margin-right: 65px; }
    @media (min-width: 520px) {
      .price--overview .price--row .price--row-inner {
        width: calc((100%) - 75px);
        margin-right: 75px; } }
    .price--overview .price--row .price--row-inner .price--left {
      width: calc((100%) - 75px);
      display: inline-block; }
    .price--overview .price--row .price--row-inner .price--right {
      display: inline-block;
      float: right; }
  .price--overview .price--row.price--total {
    margin-top: 10px;
    padding: 10px 5px;
    background-color: #808285;
    color: #FFFFFF; }

body {
  background-color: #F1F1F1;
  /* Overwrite dnn styling for website */ }
  body .Normal {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit; }
  body.show-maintenance main {
    padding-top: 95px; }
    @media (min-width: 1024px) {
      body.show-maintenance main {
        padding-top: 140px; } }
  body main {
    padding-top: 60px;
    min-height: calc((100vh) - 300px); }
    @media (min-width: 1024px) {
      body main {
        padding-top: 95px; } }
    body main #dnn_siteBackground {
      position: absolute;
      top: 0; }
      @media (max-width: 1023px) {
        body main #dnn_siteBackground {
          display: none; } }
  body .row {
    min-width: 100%; }

.ContainerHeader, .DNNContainer_Title_h2 h2 .TitleH2 {
  display: none; }

.dnnEditState .ContainerHeader, .dnnEditState .DNNContainer_Title_h2 h2 .TitleH2 {
  display: block; }

.landing-text-centered {
  max-width: 325px;
  margin: 0 auto; }
  .landing-text-centered ul {
    margin-bottom: 25px;
    font-weight: bold; }
    .landing-text-centered ul li {
      padding-left: 30px; }
      .landing-text-centered ul li:before {
        font-size: 19px; }

#mainContent-inner .DnnModule {
  display: none; }
  #mainContent-inner .DnnModule.DnnModule-Authentication {
    display: block; }

.maintenance {
  background-color: #DF002C;
  position: fixed;
  z-index: -99;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 0; }
  @media (min-width: 1024px) {
    .maintenance {
      top: 95px; } }
  .maintenance .maintenance-text {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    color: #FFFFFF; }
    @media (min-width: 1024px) {
      .maintenance .maintenance-text {
        padding: 15px 0; } }
    .maintenance .maintenance-text.DNNEmptyPane {
      display: none; }

.center-aligned {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.right-aligned {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

@media (max-width: 1023px) {
  .price-right--with-icon {
    float: right;
    position: relative; }
    .price-right--with-icon .location-marker--content {
      position: absolute;
      top: 100%;
      right: 14px;
      width: 200px;
      text-align: right;
      font-size: 12px; } }

@media (max-width: 767px) {
  .price-right--with-icon .location-marker--content {
    right: 18px; } }

.price-right:not(.price-right--with-icon) {
  position: absolute;
  right: 0;
  top: 10px; }
  @media (min-width: 1024px) {
    .price-right:not(.price-right--with-icon) {
      top: 5px; } }

table tr.clickable:hover {
  cursor: pointer; }

table tr td {
  position: relative; }

table.table {
  width: 100%;
  text-align: left;
  border-collapse: initial;
  border-spacing: 0 2px; }
  table.table td, table.table th {
    padding: 10px 5px; }
  table.table thead {
    background-color: #E6E7E8; }
    table.table thead th {
      font-weight: bold;
      text-align: left; }
  table.table tbody tr td {
    background-color: #f5f5f5; }

table.table--orderoverview {
  margin-bottom: 50px; }
  @media (max-width: 370px) {
    table.table--orderoverview thead tr th:nth-child(5), table.table--orderoverview tbody tr td:nth-child(5) {
      display: none; }
    table.table--orderoverview tbody tr td:nth-child(4) {
      position: relative;
      padding-right: 20px; }
      table.table--orderoverview tbody tr td:nth-child(4):after {
        font-family: 'dpd-iconfont';
        font-weight: normal;
        content: "\e906";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); } }
  @media (min-width: 371px) and (max-width: 520px) {
    table.table--orderoverview tbody tr td:nth-child(5) {
      position: relative;
      padding-right: 20px; }
      table.table--orderoverview tbody tr td:nth-child(5):after {
        font-family: 'dpd-iconfont';
        font-weight: normal;
        content: "\e906";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); } }
  @media (max-width: 519px) {
    table.table--orderoverview thead tr th:last-child, table.table--orderoverview tbody tr td:last-child {
      display: none; } }
  @media (min-width: 520px) {
    table.table--orderoverview thead tr th {
      padding: 10px; } }
  @media (min-width: 768px) {
    table.table--orderoverview thead tr th {
      padding: 20px; }
      table.table--orderoverview thead tr th:first-child {
        padding-left: 40px; } }
  table.table--orderoverview tbody tr td {
    text-align: left;
    padding: 10px 5px;
    background-color: #FFFFFF; }
    @media (min-width: 520px) {
      table.table--orderoverview tbody tr td {
        padding: 10px; } }
    @media (min-width: 768px) {
      table.table--orderoverview tbody tr td {
        padding: 15px 20px; }
        table.table--orderoverview tbody tr td:first-child {
          padding-left: 40px; } }

table.table--addressoverview {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    table.table--addressoverview thead {
      display: none; }
    table.table--addressoverview tbody tr {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      table.table--addressoverview tbody tr td {
        padding: 10px;
        flex: 1 0 100%; }
        table.table--addressoverview tbody tr td:nth-child(1), table.table--addressoverview tbody tr td:nth-child(2), table.table--addressoverview tbody tr td:last-child {
          display: block; }
        table.table--addressoverview tbody tr td:last-child {
          position: absolute;
          top: 0;
          right: 20px; }
        table.table--addressoverview tbody tr td.nowrap {
          background-color: transparent; } }
  @media (max-width: 1279px) {
    table.table--addressoverview tbody tr td:nth-child(3), table.table--addressoverview tbody tr td:nth-child(4), table.table--addressoverview tbody tr th:nth-child(3), table.table--addressoverview tbody tr th:nth-child(4), table.table--addressoverview thead tr td:nth-child(3), table.table--addressoverview thead tr td:nth-child(4), table.table--addressoverview thead tr th:nth-child(3), table.table--addressoverview thead tr th:nth-child(4) {
      display: none; } }
  @media (min-width: 520px) {
    table.table--addressoverview thead tr th {
      padding: 10px; } }
  @media (min-width: 768px) {
    table.table--addressoverview thead tr th {
      padding: 20px; }
      table.table--addressoverview thead tr th:first-child {
        padding-left: 40px; } }
  table.table--addressoverview tbody tr td {
    text-align: left;
    padding: 10px 5px 10px 20px;
    background-color: #FFFFFF; }
    @media (max-width: 767px) {
      table.table--addressoverview tbody tr td:nth-child(1), table.table--addressoverview tbody tr td:nth-child(2) {
        padding: 10px 10px 10px 20px; } }
    @media (min-width: 520px) {
      table.table--addressoverview tbody tr td {
        padding: 10px; } }
    @media (min-width: 768px) {
      table.table--addressoverview tbody tr td {
        padding: 15px 20px; }
        table.table--addressoverview tbody tr td:first-child {
          padding-left: 40px; } }
  table.table--addressoverview__small tbody tr td:hover {
    cursor: pointer; }
  table.table--addressoverview__small tbody tr td:last-child {
    padding-right: 25px;
    position: relative; }
    table.table--addressoverview__small tbody tr td:last-child:after {
      content: "\e906";
      position: absolute;
      right: 15px;
      top: -10px; }
      @media (min-width: 520px) {
        table.table--addressoverview__small tbody tr td:last-child:after {
          top: 50%;
          transform: translateY(-50%); } }
  @media (max-width: 519px) {
    table.table--addressoverview__small thead {
      display: none; }
    table.table--addressoverview__small tbody tr td {
      display: block;
      padding: 10px !important; }
      table.table--addressoverview__small tbody tr td:hover {
        cursor: pointer; } }

table.table--parceloverview + .row {
  margin-top: 50px; }

@media (max-width: 519px) {
  table.table--parceloverview thead {
    display: none; } }

@media (max-width: 1279px) {
  table.table--parceloverview tr td:nth-child(2), table.table--parceloverview tr th:nth-child(2) {
    display: none; } }

@media (max-width: 1023px) {
  table.table--parceloverview tr td:nth-child(2), table.table--parceloverview tr td:nth-child(4), table.table--parceloverview tr th:nth-child(2), table.table--parceloverview tr th:nth-child(4) {
    display: none; } }

@media (max-width: 519px) {
  table.table--parceloverview tr td:nth-child(2), table.table--parceloverview tr td:nth-child(3), table.table--parceloverview tr td:nth-child(4), table.table--parceloverview tr th:nth-child(2), table.table--parceloverview tr th:nth-child(3), table.table--parceloverview tr th:nth-child(4) {
    display: none; } }

@media (min-width: 1024px) {
  table.table--public-order {
    width: 50% !important; } }

table.table--overview, table.table--public-order {
  width: 100%; }
  @media (min-width: 1024px) {
    table.table--overview, table.table--public-order {
      font-size: 13px; } }
  table.table--overview thead tr th, table.table--public-order thead tr th {
    text-align: left;
    padding: 20px 5px;
    background-color: #E6E7E8;
    color: #666666; }
    @media (min-width: 520px) {
      table.table--overview thead tr th, table.table--public-order thead tr th {
        padding: 20px 10px; } }
    @media (min-width: 768px) {
      table.table--overview thead tr th, table.table--public-order thead tr th {
        font-size: 18px; } }
    table.table--overview thead tr th:first-child, table.table--public-order thead tr th:first-child {
      padding-left: 20px; }
      @media (min-width: 768px) {
        table.table--overview thead tr th:first-child, table.table--public-order thead tr th:first-child {
          padding-left: 40px; } }
  table.table--overview tbody tr td, table.table--public-order tbody tr td {
    padding: 15px 5px;
    background-color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    @media (min-width: 520px) {
      table.table--overview tbody tr td, table.table--public-order tbody tr td {
        padding: 15px 10px; } }
    table.table--overview tbody tr td:first-child, table.table--public-order tbody tr td:first-child {
      padding-left: 20px; }
      @media (min-width: 768px) {
        table.table--overview tbody tr td:first-child, table.table--public-order tbody tr td:first-child {
          padding-left: 40px; } }
    table.table--overview tbody tr td a[class^="icon-"]:before, table.table--public-order tbody tr td a[class^="icon-"]:before {
      color: #444444; }
    table.table--overview tbody tr td a[class^="icon-"] + a, table.table--public-order tbody tr td a[class^="icon-"] + a {
      margin-left: 10px; }
    table.table--overview tbody tr td .link--next, table.table--public-order tbody tr td .link--next {
      display: block;
      color: #444444;
      padding-right: 25px; }
      table.table--overview tbody tr td .link--next:after, table.table--public-order tbody tr td .link--next:after {
        font-size: 17px; }
      @media (max-width: 519px) {
        table.table--overview tbody tr td .link--next, table.table--public-order tbody tr td .link--next {
          text-indent: -9999px;
          padding-right: 15px; }
          table.table--overview tbody tr td .link--next:after, table.table--public-order tbody tr td .link--next:after {
            text-indent: 0; } }
    table.table--overview tbody tr td.small, table.table--public-order tbody tr td.small {
      width: 50px; }
  table.table--overview tbody tr:nth-child(even) td, table.table--public-order tbody tr:nth-child(even) td {
    background-color: #E6E7E8; }
  table.table--overview tbody tr:hover td, table.table--public-order tbody tr:hover td {
    background-color: #d0d0d0; }
  table.table--overview tbody tr.not-clickable td, table.table--public-order tbody tr.not-clickable td {
    background-color: #FFFFFF;
    background-color: #FFFFFF; }
    table.table--overview tbody tr.not-clickable td:hover, table.table--public-order tbody tr.not-clickable td:hover {
      background-color: #FFFFFF; }
    table.table--overview tbody tr.not-clickable td:hover, table.table--public-order tbody tr.not-clickable td:hover {
      background-color: #FFFFFF; }
  @media (min-width: 520px) {
    table.table--overview.table--overview__hover tbody tr:hover td, table.table--public-order.table--overview__hover tbody tr:hover td {
      background-color: #d0d0d0; } }

table.table--parcelconfirm tbody tr td {
  padding: 20px 10px; }

.shop-info {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }
  .shop-info__content {
    flex: 1 0 100%;
    margin-bottom: 10px; }
    @media (min-width: 520px) {
      .shop-info__content {
        min-height: 25px; } }
    .shop-info__content--text-small {
      font-size: 12px; }
  .shop-info__toggle-title {
    font-weight: bold;
    position: relative;
    padding-right: 30px;
    line-height: 30px; }
    .shop-info__toggle-title:after {
      content: "\e901";
      font-weight: bold;
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      -webkit-transition: transform 300ms ease-out;
      transition: transform 300ms ease-out; }
    .shop-info__toggle-title:hover {
      cursor: pointer; }
  .shop-info__toggle-content-wrapper {
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 300ms ease-out;
    transition: height 300ms ease-out; }
  @media (max-width: 1023px) {
    .shop-info__toggle-content {
      font-size: 12px; } }
  .shop-info__toggle.active .shop-info__toggle-title:after {
    transform: rotate(180deg); }
  .shop-info__toggle.active .shop-info__toggle-content-wrapper {
    height: auto; }

@media (min-width: 768px) {
  section {
    padding: 25px 0; } }

section.section--narrow {
  padding: 45px 0;
  margin: 0 auto; }
  section.section--narrow .container {
    max-width: 950px; }

section.section--send-flow .DnnModule {
  position: static !important; }

section.section--send-flow .page-title, section.section--send-flow ul.send {
  margin: 0; }

section.section--send-flow .sidebar .box--sidebar:not(.box--basket) {
  display: none; }

@media (min-width: 768px) {
  section.section--send-flow .page-title {
    width: calc((100%) - 460px);
    height: 110px;
    padding: 65px 0 25px 40px; }
  section.section--send-flow .sidebar .box--sidebar:not(.box--basket) {
    display: block; } }

@media (min-width: 1024px) {
  section.section--send-flow .page-title {
    width: calc((100%) - 605px);
    height: 136px;
    padding: 80px 0 25px 40px; } }

section.section--content {
  padding: 0;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 1023px) {
    section.section--content .container {
      padding: 0; } }
  @media (min-width: 1024px) {
    section.section--content {
      padding: 10px 0 60px; } }

@media (max-width: 1023px) {
  section.fullwidth .container {
    padding: 0;
    overflow-x: hidden; } }

@media (max-width: 767px) {
  section.fullwidth .container > .row {
    margin: 0; }
    section.fullwidth .container > .row > [class^="col-"], section.fullwidth .container > .row .sidebar, section.fullwidth .container > .row .main-content {
      padding: 0; } }

.select-parcel.select-parcel__main {
  min-height: 460px; }

.select-parcel .select-parcel--filter {
  margin-bottom: 10px; }

.select-parcel .select-parcel--empty {
  margin-top: 20px;
  padding: 0 10px;
  color: #D1D1D1; }

.select-parcel .select-parcel--list {
  position: absolute;
  top: 200px;
  min-height: 460px; }
  @media (min-width: 520px) {
    .select-parcel .select-parcel--list {
      top: 167px; } }

.select-parcel .select-parcel--list, .select-parcel .select-parcel--filter {
  width: calc((100%) - 40px);
  display: block;
  float: left; }
  @media (min-width: 768px) {
    .select-parcel .select-parcel--list, .select-parcel .select-parcel--filter {
      width: 380px; } }
  .select-parcel .select-parcel--list .filter-options, .select-parcel .select-parcel--filter .filter-options {
    padding: 5px 5px 5px 10px; }
    .select-parcel .select-parcel--list .filter-options .form-row, .select-parcel .select-parcel--filter .filter-options .form-row {
      flex-wrap: wrap; }
      .select-parcel .select-parcel--list .filter-options .form-row .form-error, .select-parcel .select-parcel--filter .filter-options .form-row .form-error {
        margin-top: 10px; }
  .select-parcel .select-parcel--list .select-parcel--list--scroll, .select-parcel .select-parcel--filter .select-parcel--list--scroll {
    height: 370px;
    overflow: auto; }
    @media (min-width: 520px) {
      .select-parcel .select-parcel--list .select-parcel--list--scroll, .select-parcel .select-parcel--filter .select-parcel--list--scroll {
        height: 400px; } }
    .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop .goback, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop .goback {
      padding: 10px;
      background-color: #F1F1F1;
      color: #444444; }
    .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop .button-container, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop .button-container {
      width: 100%;
      margin: 10px 0; }
      .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop .button-container a, .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop .button-container button, .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop .button-container input, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop .button-container a, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop .button-container button, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop .button-container input {
        margin: 0 auto; }
    .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop--content, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop--content {
      padding: 10px 10px 10px 30px; }
      .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop--content h4, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop--content h4 {
        margin-bottom: 10px; }
      .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop--content ul, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop--content ul {
        margin-bottom: 20px; }
        .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop--content ul li, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop--content ul li {
          margin: 5px 0; }
          .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop--content ul li .day, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop--content ul li .day {
            width: 50px;
            display: inline-block; }
          .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop--content ul li .time, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop--content ul li .time {
            width: calc((100%) - 60px);
            display: inline-block; }
        .select-parcel .select-parcel--list .select-parcel--list--scroll .parcel-shop--content ul.list-icon li + li, .select-parcel .select-parcel--filter .select-parcel--list--scroll .parcel-shop--content ul.list-icon li + li {
          margin-left: 5px; }
  @media (min-width: 768px) {
    .select-parcel .select-parcel--list .select-parcel--list--scroll, .select-parcel .select-parcel--filter .select-parcel--list--scroll {
      max-height: 400px;
      overflow: auto; } }

.select-parcel .select-parcel--map {
  width: calc((100%) - 420px);
  display: block;
  float: left;
  display: none;
  padding: 0;
  position: absolute;
  right: 20px; }
  @media (min-width: 768px) {
    .select-parcel .select-parcel--map {
      display: block; } }
  .select-parcel .select-parcel--map .angular-google-map, .select-parcel .select-parcel--map .angular-google-map-container {
    width: 100%;
    height: 460px; }
  .select-parcel .select-parcel--map iframe {
    width: 100%;
    height: 540px; }

.details--page .popup {
  padding: 20px; }
  .details--page .popup .select-parcel .select-parcel--list .select-parcel--list--scroll, .details--page .popup .select-parcel .select-parcel--filter .select-parcel--list--scroll {
    height: 350px; }
  @media (min-width: 768px) {
    .details--page .popup {
      padding: 20px 20px 20px 32px; }
      .details--page .popup .form.form--search .form-group .form-row {
        max-width: 358px; }
      .details--page .popup .select-parcel .select-parcel--list, .details--page .popup .select-parcel .select-parcel--filter {
        width: 368px; }
      .details--page .popup .select-parcel .select-parcel--list .select-parcel--list--scroll, .details--page .popup .select-parcel .select-parcel--filter .select-parcel--list--scroll {
        height: 383px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide:focus {
    outline: 0; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 25px;
    color: #444444;
    line-height: 35px; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25; }

.slick-prev {
  left: 10px; }
  .slick-prev:before {
    content: "\e90c"; }

.slick-next {
  right: 10px; }
  .slick-next:before {
    content: "\e909"; }

.nowrap {
  white-space: nowrap; }

.align-items-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.mobile-only {
  display: block; }
  @media (min-width: 768px) {
    .mobile-only {
      display: none !important; } }

@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-lg {
    display: block !important; } }

@media (min-width: 1280px) {
  .hidden-xl {
    display: none; } }

@media (max-width: 519px) {
  .order-sm-first {
    order: -1; }
  .hidden-sm {
    display: none; } }

@media (max-width: 767px) {
  .order-md-down-last {
    order: 2; } }

@media (min-width: 1024px) {
  .order-lg-last {
    order: 2; } }

.mt0 {
  margin-top: 0; }

.mt25 {
  margin-top: 25px; }

.mt50 {
  margin-top: 50px; }

.mr0 {
  margin-right: 0; }

.mr25 {
  margin-right: 25px; }

.mr50 {
  margin-right: 50px; }

.mb0 {
  margin-bottom: 0; }

.mb25 {
  margin-bottom: 25px; }

.mb50 {
  margin-bottom: 50px; }

.ml0 {
  margin-left: 0; }

.ml25 {
  margin-left: 25px; }

.ml50 {
  margin-left: 50px; }

.pb0 {
  padding-bottom: 0; }

.pb25 {
  padding-bottom: 25px; }

.pb50 {
  padding-bottom: 50px; }

.pt0 {
  padding-top: 0; }

.pt25 {
  padding-top: 25px; }

.pt50 {
  padding-top: 50px; }

.pl0 {
  padding-left: 0; }

.pl25 {
  padding-left: 25px; }

.pl50 {
  padding-left: 50px; }

.pr0 {
  padding-right: 0; }

.pr25 {
  padding-right: 25px; }

.pr50 {
  padding-right: 50px; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  list-style: none; }
  .ui-autocomplete li a, .ui-autocomplete li a.ui-state-focus {
    border: 0;
    padding: 5px !important;
    margin: 0 !important;
    background: #FFFFFF;
    background-color: #FFFFFF;
    font-size: 13px; }
    .ui-autocomplete li a:hover, .ui-autocomplete li a.ui-state-focus:hover {
      background: #FFFFFF;
      background-color: #FFFFFF;
      color: #DF002C; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em; }

.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url("../img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222; }

.ui-widget-content a {
  color: #222; }

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("../img/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../img/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none; }

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: #dadada url("../img/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("../img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../img/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_888888_256x240.png"); }

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/jquery-ui/ui-icons_cd0a0a_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #aaa url("../img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("../img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

.widget-content {
  flex: 1 0 100%; }
  .widget-content .widget-content--label {
    font-size: 12px; }
    @media (min-width: 768px) {
      .widget-content .widget-content--label {
        font-size: 18px; } }
  .widget-content .widget-content--price {
    text-align: right;
    font-size: 60px !important;
    line-height: 62px;
    margin: 0 0 10px 0; }
  .widget-content .widget-content--price-info {
    text-align: right; }
  .widget-content .widget-content--info {
    text-align: center;
    margin: 10px 0;
    font-size: 13px; }
    @media (min-width: 768px) {
      .widget-content .widget-content--info {
        text-align: right;
        margin: 25px 0 0 0; } }
    @media (min-width: 1024px) {
      .widget-content .widget-content--info {
        font-size: 12.5px; } }

footer {
  padding: 25px 0;
  background-color: #FFFFFF;
  position: relative; }
  footer .footer-content {
    padding: 0;
    margin: 0 auto; }
    footer .footer-content .box {
      margin: 0;
      padding-left: 0;
      padding-right: 0; }
      footer .footer-content .box .box-content {
        font-size: 16px;
        line-height: 24px; }
        footer .footer-content .box .box-content h3 {
          color: #DF002C;
          text-transform: uppercase; }
        footer .footer-content .box .box-content a {
          color: #444444;
          text-decoration: none; }
        @media (max-width: 519px) {
          footer .footer-content .box .box-content ul li {
            line-height: 35px; } }
    footer .footer-content--legal .box .box-content {
      color: #A7AEB6; }
      footer .footer-content--legal .box .box-content a {
        color: #A7AEB6; }
