<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



  

  
    @font-face {
      font-family: 'Voltaire';
      font-style: normal;
      font-weight: 400;
      src: url('/WebRoot/Fonts/voltaire-v7-latin/voltaire-v7-latin-regular.eot'); /* IE9 Compat Modes */
      src: local('Voltaire'), local('Voltaire')
      ,url('/WebRoot/Fonts/voltaire-v7-latin/voltaire-v7-latin-regular.eot?#iefix') format('embedded-opentype') /* IE6-IE8 */
      ,url('/WebRoot/Fonts/voltaire-v7-latin/voltaire-v7-latin-regular.woff2') format('woff2') /* Super Modern Browsers */
      ,url('/WebRoot/Fonts/voltaire-v7-latin/voltaire-v7-latin-regular.woff') format('woff') /* Modern Browsers */
      ,url('/WebRoot/Fonts/voltaire-v7-latin/voltaire-v7-latin-regular.ttf') format('truetype') /* Safari, Android, iOS */
      ,url('/WebRoot/Fonts/voltaire-v7-latin/voltaire-v7-latin-regular.svg#Voltaire') format('svg') /* Legacy iOS */
      ;
    }
  


  
      
    
    .ContentArea button.AddToBasketButton {
      font-weight: normal !important;
    }
    
  


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*
 Shop Styles
*/

* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}


body {
  
  background-color: #f0f0f0;
  
  color: #333;
  font-size: 15px;
  font-family: sans-serif;
  line-height: 1.5;
}

/*
 Typopgraphy
*/
p,
ul,
ol,
hr {
  margin: 0 0 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-weight: normal;
}

h1,
h2 {
  line-height: 120%;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 130%;
}

h3,
h4 {
  font-size: 120%;
}

h5,
h6 {
  font-size: 110%;
}

a,
a:focus,
a:active {
  
  color: #128ADA;
  
  text-decoration: none;
}

a:hover {
  
  color: #000;
  
}

.simple-list {
  padding: 0;
  list-style-type: none;
}

.ShopName {
  margin-bottom: .3em;
  
  font-family: sans-serif;
  
}

.ShopSlogan {
  font-size: 1.1em;
}

.select-option-headline {
  
  color: #128ADA;
  
  margin-bottom: 0;
  font-size: 120%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;   /* IE10 2009 Syntax */
  justify-content: space-between;
}

.select-option-content:not(:empty) {
  padding-top: 0.5em;
}

.LeftColumn,
.select-option-headline {
  margin-left: 1em;
}

.truncate-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

label + label {
  margin-left: 1em;
}

.order-brand-image,
.SelectionIcon {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 50%;
  height: 100%;
  clear: both;
  text-align: right;
}

@media screen and (max-width: 479px) {
   .small-screen-line-break:after {
    display: table;
    clear: left;
    content: ' ';
  }
  .order-brand-image,
  .SelectionIcon {
    max-width: 30%;
  }
}

/*
  Layout
*/
img,
textarea {
  max-width: 100%;
}

.MultipleStep-Container {
  max-width: 1060px;
  background: #fff;
}

@media screen and (min-width: 940px) {
  .MultipleStep-Container {
    
    margin: 20px auto 40px;
    
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
}

.FooterText {
  clear: both;
}

/*
  Helper
*/
.HideElementSoft,
.hide-on-all-screens {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.no-border {
  border-width: 0!important;
}

@media screen and (max-width: 759px) {
  .hide-on-small-screen {
    display: none !important;
  }
}

.insert-line-spacing {
  margin-top: 1em;
}

/*
  Navigation
*/
.CheckOutNav {
  clear: both;
  list-style-type: none;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;

  background:
    /* Shadow covers */
    
    /* Shadow covers */
    linear-gradient(90deg, #ffffff 30%, rgba(255,255,255,0)),
    linear-gradient(90deg, rgba(255,255,255,0), #ffffff 70%) 100% 0,
    
    /* Shadows */
    radial-gradient(0 50%, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
    radial-gradient(100% 50%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;

  background:
    /* Shadow covers */
    
    linear-gradient(90deg, #ffffff 30%, rgba(255,255,255,0)),
    linear-gradient(90deg, rgba(255,255,255,0), #ffffff 70%) 100% 0,
    
    /* Shadows */
    radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
    radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
  
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-repeat: no-repeat;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

.CheckOutNav li {
  display: inline-block;
  margin-right: -5px;
  
  color: #333;
  font-weight: bold;
  
}

.CheckOutNav li &gt; a,
.CheckOutNav li &gt; span {
  display: inline-block;
  padding: 10px 20px;
}

.CheckOutNav li:last-child {
  border:0;
}
.CheckOutNav li.done {
  
}

.CheckOutNav li.active {

  border-bottom: 4px solid #128ADA;

}

/*
  Header
*/
.Header {
  padding: 1em;
  text-align: center;
}
.Header .Logo {
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .Header {
    padding: 1.5em;
    text-align: left;
  }
}

@media screen and (min-width: 481px) {
  .Header .Logo {
    float: left;
    margin-right: 1em;
    max-width: 50%;
  }

  .Continue {
    clear: both;
    float: right;
    margin-bottom: 1em;
  }
}

/*
  Content area
*/
.ContentArea {
  padding: 1em;
}

@media screen and (min-width: 481px) and (max-width: 940px)  {
  .ContentArea {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.checkout-content-block {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 481px) {
  .checkout-content-block-half {
    float: left;
    width: 48%;
  }
  .checkout-content-block-half + .checkout-content-block-half {
    margin-left: 4%;
  }
}


.checkout-content-block &gt; .TopPadding {
  margin-bottom: 1.5em;
}

/*
  List to choose options from
*/
.CheckoutSelect {
  list-style-type: none;
  padding: 0;
}

.CheckoutSelect li {
  clear: both;
}

.select-option-content {
  padding: 20px;
}

.ep-contentBox-check {
  position: relative;
}

.ep-contentBox-check &gt; input[type="radio"],
.ep-contentBox-check &gt; input[type="checkbox"] {
  left: 10px;
  opacity: 1;
  top: 12px;
}

html[class*=webkit] input[type="radio"]:checked {
  background-color: rgba(0, 0, 0, 0.8);
}

.ep-contentBox-check &gt; input[type="radio"]:checked ~ .ep-contentbox-item {
  background: transparent;
  border-color: #B0B0B0;
  color: #000;
}

.ep-contentbox-item .Price {
  white-space: nowrap;
  font-style: normal;
  padding-left: 1em;
}

.ep-contentbox-item span {
  word-break: break-word;
  hyphens: auto;
}

@media screen and (max-width: 480px) {
  .ep-contentBox-check .PercentWidth40 {
    padding: 5px 0;
    width: 100%;
  }
}

/*
  Current value list
*/
.summary {
  display: none;
}
@media screen and (min-width: 940px) {
  .summary {
    display: block;
    float:right;
    min-width:250px;
    margin:0 0 20px 15px;
    max-width: 35%;
    list-style-type:none;
    color:#333;
    padding:10px;
    border:1px solid #F0F0F0;
    background: #fcfcfc;
    
}

  .summary li {
    clear:both;
    padding: 0 0 3px 0;
    position:relative;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }

  .summary .head h3 {
    font-size:14px;
    font-weight:bold
  }

  .summary .head span,
  .summary a {
    font-size:90%;
  }

  .summary .total {
    font-weight:bold;
    font-size:110%;
    border-top: 1px dotted #999;
    padding-top: 10px;
  }

  .summary li span:first-child {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .summary li span.NoWrap {
    margin-left: 10px;
    display: inline-block;
  }
  .summary .AdditionalInfo {
    padding: 0;
    text-align: right;
  }
  .summary .AdditionalInfo span,
  .summary .AdditionalInfo a {
    position: inherit;
    font-size: inherit;
  }
}

/*
  Form elements
*/
.ep-uiInput-button,
.CustomButton {
  padding: .5em 1em;
  border-radius: 2px;
  font-size: 1.1em;
  text-align: center;
  
  background: #3498db;
  color: #fff;
  border: 0;
  
}

.CustomButton:hover,
.ep-uiInput-button:hover {
  
  background: #128ADA;
  
}



.submit-order-step-button,
.SubmitButton {
  margin-top: .75em;
  margin-bottom: .5em;
}

.InputBlock {
  margin-top: 1em;
  clear: both;
}

.InputBlock:after,
.order-process-navigation:after,
.OrderProcessNavigation:after {
  display: table;
  clear: left;
  content: ' ';
}


  .ep-datepicker-input + .ep-uiDatepicker-showButton {
    margin: 0;
    height: 33px;
    width: 42px;
    padding: 6px;
  }

  .ep-datepicker-input + .ep-uiDatepicker-showButton .ep-sprite-s {
    margin: -4px 4px 0 -8px;
  }


@media screen and (max-width: 939px) {
  .order-process-navigation,
  .OrderProcessNavigation {
    float: none;
  }

  .ep-uiInput-select,
  .ep-uiInput-text,
  .ep-uiInput-button {
    display: block;
    clear: both;
    min-width: 100%;
    max-width: 100%;
  }

  /*.SizeContainer {*/
  .address-data {
    margin-left: 1.2em;
  }

  .ep-uiInput.date-month,
  .ep-uiInput.date-year {
    display: inline;
    min-width: auto;
  }

  .ep-uiInput.date-month {
    width: 40%;
  }

  .ep-uiInput.date-year {
    width: 53%;
  }

  .date-picker-input + .ep-uiDatepicker-showButton {
    clear: none;
  }

  .InputLabelling + .InputField {
    margin-top: 0.3em;
  }
}

@media screen and (max-width: 940px) {
  .date-picker-input {
    float: left;
    min-width: calc(100vw - 60px - 33px - 11px); /* Screenwidth - 2x ContentArea padding - button width - input padding/border/margin */
    max-width: calc(100vw - 60px - 33px - 11px); /* Screenwidth - 2x ContentArea padding - button width - input padding/border/margin */
  }
}

@media screen and (min-width: 940px) {
  .InputLabelling {
    float: left;
    clear: both;
    text-align: right;
    width: 40%;
    padding-right: 1em;
  }

  td.InputLabelling {
    text-align: left;
  }

  .InputField {
    float: left;
    margin-bottom: 0.25em;
  }

  .submit-order-step-button,
  .SubmitButton {
    clear: both;
    float: right;
    min-width: 240px;
  }

  .ChangeAddress,
  .NewsletterForm,
  .MandatoryField,
  .OrderProcessNavigation {
    margin-left: 20%;
  }

  
    .MandatoryField {
      margin-left: 40%;
    }
  

  #BasketAddressFormContainer {
    max-width: 80%;
  }

  #BasketAddressFormContainer form {
    overflow: hidden;
  }

  .LeftColumn {
    position: absolute;
    width: 40%;
  }

  .address-data {
    margin-left: 40%;
  }
}

@media screen and (min-width: 480px) {
  .Location {
    padding: 1.5em;
    text-align: left;
  }
}

/*
  Messages
*/
.DialogMessage,
.ErrorMessage {
  border-width: 1px;
  border-style: solid;
  margin-bottom: 10px;
  padding: 5px;
}

.DialogMessage.MessageWarning,
.DialogMessage.MessageInfo,
.DialogMessage.MessageSuccess {
  min-height: 40px;
  padding-left: 40px !important;
  background-repeat: no-repeat;
  background-position: 6px 6px;
}

.DialogMessage.MessageWarning {
  background-color: #FFF8DD;
  border-color: #E9B600;
  background-image: url(/WebRoot/StoreTypes/7.57.0/Store/SF/Icon/WireframeBlack/ico_m_warning.png) !important;
}

.DialogMessage.MessageInfo {
  background-color: #F0F7FF;
  border-color: #4989b9;
  background-image: url(/WebRoot/StoreTypes/7.57.0/Store/SF/Icon/WireframeBlack/ico_m_info.png) !important;
}

.DialogMessage.MessageSuccess {
  background-color: #c5eec4;
  border-color: #6e997f;
  background-image: url(/WebRoot/StoreTypes/7.57.0/Store/SF/Icon/WireframeBlack/ico_m_test_ok.png) !important;
}

/*
  Notifications in Unity
*/

.ep-notification-warning {
  position: relative;
  width: 100%;
  padding: 14px 14px 14px 61px;
  margin: 0 0 28px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  min-height: 34px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background-color: rgb(255, 245, 201);
  color: rgb(233, 168, 12);
}

.ep-notification-warning:before {
  font-family: "FontAwesome";
  content: '\f06a';
  color: rgb(233, 168, 12);
  font-size: 2em;
  box-sizing: border-box;
  position: absolute;
  top: 16px;
  left: 18px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
}

.ep-notification-warning ul {
  list-style-type: disc;
  padding-left: 20px;
}

/*
  Confirmation page
*/
.info-text-block {
  padding-top: .5em;
  clear: both;
}

.vcard {
  display: block;
  margin-bottom: 1em;
}

.Basket {
  width: 100%;
  border-collapse: collapse;
}

.Basket + .Basket {
  border-top: 2px solid #ccc;
  margin-top: 1em;
}

.Basket tr:not(:first-child) {
  border-top: 1px solid #ccc;
}

.Basket td {
  padding: 6px 0;
  border: 0;
  text-align: left;
}

.table-head {
  text-align: left;
  font-weight: normal;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ccc;
}

.Basket .Total {
  font-weight: bold;
}

.Basket .Money,
.Basket .Total,
.Basket .Quantity {
  text-align: right;
  white-space: nowrap;
}

.GrandTotal {
  font-size: 1.1em;
}

@media screen and (min-width: 760px) {
  .table-cell-text-right {
    text-align: right;
    width: 14%;
  }
}

@media screen and (max-width: 759px) {
  /* Force table to not be like tables anymore */
  .Basket,
  .Basket thead,
  .Basket tbody,
  .Basket th,
  .Basket td,
  .Basket tr {
    display: block;
  }

  #BasketTable {
    
    border-top: 2px solid #128ADA;
    
  }

  #BasketTable .SeparateRow {
    padding: 18px 0;
  }

  table.Basket:not(#BasketTable) td:first-child {
    font-weight: 600;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #BasketTable .table-head,
  #BasketTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .Basket td,
  .Basket th {
    padding-bottom: 0;
  }

  #BasketTable .LeftPadding,
  #BasketTable .PaddingLeft {
    padding-left: 0;
  }

  #BasketTable td,
  .full-width-inner-table td {
    border: none;
    position: relative;
    padding-left: 40%;
  }

  #BasketTable td:before,
  .full-width-inner-table td:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th);
    text-align: left;
    font-weight: normal;
  }

  /*
    Special treatment for product cell
  */
  #BasketTable td:first-child {
    padding-left: 0;
    text-align: center;
  }

  #BasketTable td:first-child:before {
    display: none;
  }

  #BasketTable .FloatLeft,
  #BasketTable .FloatRight {
    float: none!important;
  }

  .Basket td:empty {
    display: none;
  }
}

/*
  table for defered payment
*/
.financing-table td {
  text-align: center;
}

.financing-table td:first-child {
  padding-left: 1em;
  text-align: left;
}

@media screen and (min-width: 760px) {
  .financing-table td:last-child {
      padding-right: 1em;
  }
}

@media screen and (max-width: 759px) {
  .financing-table tr:first-child {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .financing-table td {
    text-align: right;
    font-size: 90%;
  }

  .font-focus-small-screen {
    font-size: 1.1em;
  }

  .finance-inner-table .table-head {
    padding-left: 0;
    text-align: center;
  }
}

input[type="radio"]:checked + .font-focus-small-screen {
  font-weight: bold;
}

.full-width-inner-table {
  width: 100%;
}

@media screen and (min-width: 840px) {
  #BasketAddressFormContainer &gt; h1 {
    display: inline-block;
  }
  [id^="ViewMultiPayment"] img {
    float: right;
    margin-left: 10px;
  }
}

@media screen and (max-width: 839px) {
  [id^="ViewMultiPayment"] img {
    float: none;
    margin: 0;
  }
}
.ep-contentBox-shonOnCheck input {
  box-sizing: border-box;
}

.ep-locationItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  webkit-align-items: baseline;
  margin-bottom: 20px;
}

.ep-locationItem &gt; input[type="radio"] {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.ep-locationItem-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex:  1;
  -ms-flex:  1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}

.ep-locationItem-addressLabel {
  line-height: 1.4;
  margin-right: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: gray;
}

.ep-locationItem-addressTitle {
  font-weight: bold;
  color: black;
}

.ep-locationItem-addressDistance {
  color: #060606;
  line-height: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-weight: bold;
}

.ep-locationItem-packstationInputField {
  display: block;
}

/*
  ui-dialog
*/
@media screen and (max-width: 759px) {
  .ui-dialog {
    width: 90% !important;
    left: 50% !important;
    margin-left: -45%;
  }

  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
  }
  .ui-dialog .ui-dialog-buttonpane button {
    width: 100%;
  }
}

/*
  Shame styles
*/
.AcceptTAC &gt; * {
  display: inline;
}

.NewsletterForm tr td {
  padding-bottom: 1em;
}

.AlignTop input[type="checkbox"] {
  margin-right: .5em;
}

.Separator {
  border: 0;
}

.continueShoppingIcon,
#ViewMultiCheckoutConfirmation .OrderProcessNavigation.Top {
  display: none;
}

.ep-uiDatepicker-showButton {
  float: right;
  min-width: 33px;
  display: inline-block;
}

.ep-uiDatepicker-showButton + span {
  overflow: hidden;
  display: block;
  padding-right: 5px;
  height: 35px;
  vertical-align: middle;
  padding-top: 3px;
}

.ep-uiDatepicker-showButton + span input {
  width: 100%;
  vertical-align: sub;
  display: inline;
}

.ep-uiDatepicker-container td,
.ep-uiDatepicker-container th {
  box-sizing: content-box;
}


  .ui-dialog.epDialog {
    box-shadow: 0 7px 32px rgba(0, 0, 0, 0.42);
    border-radius: 6px;
  }
  .ui-dialog.epDialog .ui-dialog-titlebar-close {
    right: 8px;
    top: 23px;
    -webkit-font-smoothing: antialiased;

    &amp;::before {
      background-color: #fff;
      line-height: 16px;
      font-family: "FontAwesome";
      font-weight: normal;
      content: @fa-var-close;
      color: @ep-modal-close-icon-color;
      font-size: 18px;
    }
    &amp;:hover::before {
      color: @ep-modal-close-icon-hover-color;
    }
    &amp;:active,
    &amp;:focus {
      box-shadow: none;
    }
  }

  .ui-dialog.epDialog .ui-dialog-content {
    padding: 15px;
  }
  .ui-dialog.epDialog .ui-dialog-buttonpane,
  .epDialog .ep-uiDatepicker-buttonBar {
    border-color: transparent;
    height:auto;
    background: #fff;
  }
  /* datepicker modifications */
  .ui-dialog.epDialog .ep-uiDatepicker-buttonBar label.ep-uiDatepicker-done {
    right: 0;
  }
  .ui-dialog.epDialog .ep-uiDatepicker-buttonBar {
    height: 24px;
  }

  table.ep-uiDatepicker-content .ep-uiDatepicker-day {
      font-size: 1.3em;
      text-align: center;
  }

  .epDialog.ep-uiDatepicker-container .ep-uiDatepicker-titleBar {
    border-bottom: none;
    background: #fff;
  }

  table.ep-uiDatepicker-content .ep-uiDatepicker-day * {
    border-color: transparent;
    display: inline-block;
    height: auto;
    padding: 5px;
    width: 100%;
    font-weight: normal;
    box-sizing: border-box;
  }

  .ep-uiDatepicker-daySelected a {
    background-color: #128ADA;
  }

  .ep-uiDatepicker-daySelected a:hover,
  .ep-uiDatepicker-dayToday a:hover  {
    font-weight: bold;
    color: #fff;
  }

  .ep-uiDatepicker-daySelected a,
  .ep-uiDatepicker-dayToday a {
    color: #fff;
    font-weight: 400;
  }

  .ep-uiDatepicker-titleBar label,
  .ep-uiDatepicker-titleBar button {
    margin: 0;
  }

  .ep-uiDatepicker-titleBar button {
    padding: 3px 6px 3px 4px;
    width: 33px;
  }

  button {
    background: #969696;
    color: #fff;
    font-size: 14px;
    border: none;
  }

  button:hover {
    background-color: #7d7d7d;
  }

  button:disabled {
    background-color: #ccc;
  }

  .fa-calendar {
    background: url(/WebRoot/StoreTypes/7.57.0/Store/BO/icons/calendar.svg);
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
  }

  .fa-angle-left {
    background: url(/WebRoot/StoreTypes/7.57.0/Store/BO/icons/chevron-left.svg);
    height: 18px;
    width: 100%;
    background-size: 80% 80%;
    display: inline-block;
    line-height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .fa-angle-right {
    background: url(/WebRoot/StoreTypes/7.57.0/Store/BO/icons/chevron-right.svg);
    height: 18px;
    width: 100%;
    background-size: 80% 80%;
    display: inline-block;
    line-height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }


@media screen and (min-width: 759px) {
  [id^="ViewMultiPayment"] table.Dialog {
    width: 60%;
  }

  #ViewMultiPaymentPayPalPro table.Dialog {
    float: left;
  }

  #CICImage {
    width: 38%;
  }
}

@media screen and (min-width: 481px) {
  #ViewMultiCheckoutConfirmation #BasketAddressFormContainer {
    margin-left: auto;
    margin-right: auto;
  }
}

#CustomerComment {
  margin: 0;
  padding: 0.5em;
}

/* Testshop alert messages */
.TestShopAlert{
  text-align: center;
  vertical-align: bottom;
  position: absolute;
  z-index: 99;
  font-weight: bold;
  color: #f00;
  padding: 5px;
  background: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 13px;
  color: red;
}

.TopLeft {
  left: 10px;
  top: 10px;
}

.TopRight {
  right: 10px;
  top: 10px;
}

.BottomLeft {
  left: 10px;
  bottom: 10px;
}

.BottomRight {
  right: 10px;
  bottom: 10px;
}


</pre></body></html>