/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: 400;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 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;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

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

/* Lato Light - 300 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Light.woff2") format("woff2"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Light.woff") format("woff"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Light.ttf") format("truetype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Light.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* Lato Light Italic - 300 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-LightItalic.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light Italic"), local("Lato-LightIt"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-LightItalic.woff2") format("woff2"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-LightItalic.woff") format("woff"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-LightItalic.ttf") format("truetype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-LightItalic.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* Lato Regular - 400 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Regular.woff2") format("woff2"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Regular.woff") format("woff"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Regular.ttf") format("truetype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Regular.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* Lato Regular Italic - 400 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-RegularItalic.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular Italic"), local("Lato-RegularIt"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-RegularItalic.eot?#iefix") format("embedded-opentype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-RegularItalic.woff2") format("woff2"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-RegularItalic.woff") format("woff"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-RegularItalic.ttf") format("truetype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-RegularItalic.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* Lato Bold - 700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Bold.woff2") format("woff2"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Bold.woff") format("woff"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Bold.ttf") format("truetype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-Bold.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* Lato Bold Italic - 700 */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-bold.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold Italic"), local("Lato-BoldIt"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-BoldItalic.woff2") format("woff2"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-BoldItalic.woff") format("woff"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-BoldItalic.ttf") format("truetype"), url("https://www.brandfield.nl/skin/frontend/brandfield/default/fonts/Lato-BoldItalic.svg#Lato") format("svg");
  /* Legacy iOS */
}
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
*
* More about the usage http://getbootstrap.com/css/#grid
*
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

.row {
  margin-left: 0;
  margin-right: 0;
}
.row.no-mb {
  margin-bottom: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 799px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin-bottom: 0;
  }
}

.col-xs-1, .col-xs-2, .col-xs-2-4, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2-4 {
  width: 20%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2-4 {
  right: 20%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2-4 {
  width: 20%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2-4 {
  margin-left: 20%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 479px) {
  .col-sm-1, .col-sm-2, .col-sm-2-4, .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 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2-4 {
    width: 20%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2-4 {
    right: 20%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2-4 {
    left: 20%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2-4 {
    margin-left: 20%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 799px) {
  .row {
    margin-bottom: 20px;
  }

  .col-md-1, .col-md-2, .col-md-2-4, .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 {
    float: left;
    margin-bottom: auto;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2-4 {
    width: 20%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2-4 {
    right: 20%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2-4 {
    left: 20%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2-4 {
    margin-left: 20%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1023px) {
  .col-lg-1, .col-lg-2, .col-lg-2-4, .col-lg-2-4, .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 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2-4 {
    width: 20%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2-4 {
    right: 20%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2-4 {
    left: 20%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2-4 {
    margin-left: 20%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #494949;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

button,
strong {
  font-weight: 400;
}

button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

a {
  color: #1d1d1d;
  text-decoration: none;
  letter-spacing: 0.02em;
}

a:hover {
  color: #101010;
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .std table {
    overflow-x: auto;
  }
  .std table th,
  .std table td {
    white-space: nowrap;
  }
}
.select-wrapper {
  min-width: 175px;
  width: 100%;
}
.select-wrapper > span {
  white-space: nowrap;
  height: 46px;
  line-height: 46px;
  background: #fff;
  padding: 0 35px 0 8px;
  font-size: 16px;
  font-weight: 300;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  color: #494949;
}
.select-wrapper > span:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 0 3px 4px 3px;
  border-bottom-color: #000;
}
.select-wrapper > span:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 3px;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 4px 3px 0 3px;
  border-top-color: #000;
}
.select-wrapper > span span {
  overflow: hidden;
  display: block;
}
.select-wrapper select {
  width: 100%;
  height: 46px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-size: 16px;
  padding: 0 8px;
  border: 1px white solid;
  outline: 1px inset white;
  outline-offset: -3px;
}

/* ============================================ *
 * Tracking pixels
 * ============================================ */
body > .topbar-message img,
body > .topbar-message iframe,
body > .widget img,
body > .widget iframe,
body > .wrapper img,
body > .wrapper iframe {
  max-width: 100%;
  height: auto;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  float: left;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1, ul.landingpage-combination .landingpage-group strong {
  margin: 0 0 0.7em;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 10px;
}

h2, .h2 {
  margin: 0 0 0.5em;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 4px;
}

h3, .h3 {
  margin: 0 0 10px;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h4, .h4, .subtitle {
  margin: 0 0 10px;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5, .h5 {
  margin: 0 0 10px;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0 0 5px;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.availability {
  margin-bottom: 0;
  font-size: 14px;
}

.availability .label {
  display: none;
}

.product-options ul.options-list .availability .label {
  display: none;
}

.availability.in-stock {
  color: #478244;
}

.availability.available-soon,
.availability.out-of-stock {
  color: #e73b39;
}

.availability-only {
  color: #ff7e16;
  font-size: 14px;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1,
.product-name ul.landingpage-combination .landingpage-group strong,
ul.landingpage-combination .landingpage-group .product-name strong {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 504px) {
  .page-title h1,
  .page-title h2,
  .product-name h1,
  .product-name .h1,
  .product-name ul.landingpage-combination .landingpage-group strong,
  ul.landingpage-combination .landingpage-group .product-name strong,
  .std h1 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 799px) {
  .page-title h1,
  .page-title h2,
  .product-name h1,
  .product-name .h1,
  .product-name ul.landingpage-combination .landingpage-group strong,
  ul.landingpage-combination .landingpage-group .product-name strong {
    font-size: 32px;
    font-weight: 400;
    color: #1d1d1d;
    padding-bottom: 3px;
    line-height: 48px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 15px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 1.5em;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block .block-title {
  position: relative;
}
.block .block-title h2,
.block .block-title h3,
.block .block-title strong {
  margin: 0 0 10px;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 0;
}
.block .block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}
.block .block-subtitle {
  font-weight: 400;
  margin-bottom: 7px;
}
.block .block-content.unpad {
  padding: 0;
}
.block .block-content li.item {
  margin: 0 0 10px 9px;
}
.block .block-content li.item:last-child {
  margin-bottom: 0;
}
.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button, .block .actions .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .block .actions .button2 {
  float: right;
}

.col-left .block .actions .button ~ a, .col-left .block .actions .cart-collaterals .block-content .button-wrapper .button2 ~ a, .cart-collaterals .block-content .button-wrapper .col-left .block .actions .button2 ~ a,
.col-right .block .actions .button ~ a,
.col-right .block .actions .cart-collaterals .block-content .button-wrapper .button2 ~ a,
.cart-collaterals .block-content .button-wrapper .col-right .block .actions .button2 ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding: 0;
  border: 0;
}
.block-account li,
.block-cms-menu li {
  font-size: 14px;
  font-weight: 400;
}
.block-account li a,
.block-cms-menu li a {
  color: #757575;
  letter-spacing: 2px;
}
.block-account li.current a,
.block-cms-menu li.current a {
  color: #1d1d1d;
}

.block-account {
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
.block-account .block-title {
  display: none;
}
.block-account .block-content ul li {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 15px;
}
.block-account .block-content ul:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 479px) {
  .block-account .block-content ul li {
    display: block;
    text-align: left;
  }
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Primary Buttons */
.button, .cart-collaterals .block-content .button-wrapper .button2 {
  background: #1e1e1e;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  display: inline-block;
  padding: 9px 38px;
  border: 2px solid #1e1e1e;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.5em;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
@media only screen and (max-width: 799px) {
  .button, .cart-collaterals .block-content .button-wrapper .button2 {
    white-space: normal;
  }
}
.button:hover, .cart-collaterals .block-content .button-wrapper .button2:hover {
  background: transparent;
  color: #1d1d1d;
  cursor: pointer;
}

a.button, .cart-collaterals .block-content .button-wrapper a.button2 {
  text-decoration: none;
}

/* Secondary Buttons */
.button.button-secondary, .cart-collaterals .block-content .button-wrapper .button-secondary.button2, .cart-empty .cart-empty-block .button.transparent, .cart-empty .cart-empty-block .cart-collaterals .block-content .button-wrapper .transparent.button2, .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-block .transparent.button2, .widget .button.transparent, .widget .cart-collaterals .block-content .button-wrapper .transparent.button2, .cart-collaterals .block-content .button-wrapper .widget .transparent.button2 {
  background: transparent;
  color: #1d1d1d;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.button.button-secondary:disabled, .cart-collaterals .block-content .button-wrapper .button-secondary.button2:disabled, .cart-empty .cart-empty-block .button.transparent:disabled, .cart-empty .cart-empty-block .cart-collaterals .block-content .button-wrapper .transparent.button2:disabled, .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-block .transparent.button2:disabled, .widget .button.transparent:disabled, .widget .cart-collaterals .block-content .button-wrapper .transparent.button2:disabled, .cart-collaterals .block-content .button-wrapper .widget .transparent.button2:disabled, .button.button-secondary:hover, .cart-collaterals .block-content .button-wrapper .button-secondary.button2:hover, .cart-empty .cart-empty-block .button.transparent:hover, .cart-empty .cart-empty-block .cart-collaterals .block-content .button-wrapper .transparent.button2:hover, .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-block .transparent.button2:hover, .widget .button.transparent:hover, .widget .cart-collaterals .block-content .button-wrapper .transparent.button2:hover, .cart-collaterals .block-content .button-wrapper .widget .transparent.button2:hover {
  background: #1d1d1d;
  cursor: pointer;
  color: #fff;
}

.btn-checkout, .button.orange, .cart-collaterals .block-content .button-wrapper .orange.button2, .product-view .add-to-cart-buttons .btn-cart, .product-view .alert-price .alert-link,
.product-view .alert-stock .alert-link, .checkout-onepage-success .buttons-set .button, .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2, .my-wishlist .buttons-set .btn-add, #block-checkout_footer_mobile a.orange, .widget .button.orange {
  background: #ff8916;
  border: 0;
  font-size: 16px;
  padding: 11px 38px;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.btn-checkout:disabled, .button.orange:disabled, .cart-collaterals .block-content .button-wrapper .orange.button2:disabled, .product-view .add-to-cart-buttons .btn-cart:disabled, .product-view .alert-price .alert-link:disabled,
.product-view .alert-stock .alert-link:disabled, .checkout-onepage-success .buttons-set .button:disabled, .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2:disabled, .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2:disabled, .my-wishlist .buttons-set .btn-add:disabled, #block-checkout_footer_mobile a.orange:disabled, .btn-checkout:hover, .button.orange:hover, .cart-collaterals .block-content .button-wrapper .orange.button2:hover, .product-view .add-to-cart-buttons .btn-cart:hover, .product-view .alert-price .alert-link:hover,
.product-view .alert-stock .alert-link:hover, .checkout-onepage-success .buttons-set .button:hover, .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2:hover, .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2:hover, .my-wishlist .buttons-set .btn-add:hover, #block-checkout_footer_mobile a.orange:hover {
  background: #d97513;
  color: #fff;
}

.sidebar .actions button.button, .sidebar .actions .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper .sidebar .actions button.button2 {
  white-space: normal;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled, .cart-collaterals .block-content .button-wrapper .disabled.button2,
.button:disabled,
.cart-collaterals .block-content .button-wrapper .button2:disabled,
.button.disabled:hover,
.cart-collaterals .block-content .button-wrapper .disabled.button2:hover,
.button:disabled:hover,
.cart-collaterals .block-content .button-wrapper .button2:disabled:hover {
  background-color: #6b6b6b;
  border: 0;
  cursor: pointer;
  color: #fff;
}

/* Adjacent buttons */
.button + .button, .cart-collaterals .block-content .button-wrapper .button2 + .button, .cart-collaterals .block-content .button-wrapper .button + .button2, .cart-collaterals .block-content .button-wrapper .button2 + .button2 {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  display: inline-block;
  color: #1d1d1d;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #232323;
}

@media only screen and (max-width: 1023px) {
  .col2-set .buttons-set .button, .col2-set .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .col2-set .buttons-set .button2,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}
.buttons-set p.required {
  margin: 0 0 0 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 23px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button, .buttons-set .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper .buttons-set button.button2 {
  float: right;
  margin-left: 5px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2 {
  background-image: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2 {
    background-image: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 12.5px 25px;
}

.breadcrumbs li {
  float: left;
  font-size: 14px;
}
.breadcrumbs li > span {
  padding: 0 7px;
}

.breadcrumbs a {
  float: left;
  color: #1d1d1d;
  font-weight: 300;
}
.breadcrumbs a span {
  text-decoration: none;
}

.breadcrumbs a:hover span {
  text-decoration: underline;
}

.breadcrumbs strong {
  color: #1d1d1d;
}

.breadcrumbs span {
  float: left;
}

@media only screen and (max-width: 1023px) {
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.btn-remove:disabled, .btn-remove:hover,
.btn-previous:disabled,
.btn-previous:hover {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.btn-remove:after {
  content: 'X';
  color: #1d1d1d;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:disabled, .btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #1d1d1d;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
#review-buttons-container {
  position: relative;
  padding: 0 0 20px;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  border-top: 0;
}
#review-buttons-container #checkout-agreements {
  margin: 10px auto 0;
}
#review-buttons-container #checkout-agreements a {
  text-decoration: underline;
  display: inline;
}
#review-buttons-container #checkout-agreements a:hover {
  text-decoration: none;
}
#review-buttons-container #checkout-agreements li {
  margin-bottom: 0;
}
#review-buttons-container #checkout-agreements label {
  line-height: 18px;
  margin-top: 2px;
}
#review-buttons-container #checkout-agreements label span {
  padding: 0 !important;
}
#review-buttons-container .button, #review-buttons-container .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper #review-buttons-container .button2 {
  float: none;
  margin-left: 0;
}

#review-buttons-container ~ #review-buttons-container {
  display: none;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container {
  position: relative;
  margin: 0;
  max-width: none;
  padding-top: 101px;
  width: 100%;
}
.main-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  webkit-transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
  transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
  z-index: 5;
  padding-bottom: 30px;
  box-sizing: content-box;
}
.main-container.loading:before {
  background-color: #fff;
  webkit-transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  opacity: 0.75;
  visibility: visible;
}
.main-container:after {
  content: '';
  display: table;
  clear: both;
}

.has-topbar-message .main-container {
  padding-top: 142px;
}

@media only screen and (min-width: 1123px) {
  .main-container {
    padding-top: 62px;
  }

  .has-topbar-message .main-container {
    padding-top: 102px;
  }
}
.footer-container {
  position: relative;
  margin: 0;
  max-width: none;
  width: 100%;
  z-index: 10;
}
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

.footer-before-container .loader {
  display: none;
}

.main-container.loading + .footer-before-container .loader {
  display: block;
  background: transparent url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/loader-l.gif") bottom center no-repeat;
  color: #1d1d1d;
  font-size: 12px;
  position: fixed;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -127.5px;
  padding-top: 175px;
  height: 20px;
  width: 100%;
  min-width: 100%;
  text-align: center;
  z-index: 6;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}

.main-container,
.footer-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  left: 0;
  right: 0;
}

/* -------------------------------------------- *
 * Topbar message
 */
.topbar-message {
  position: fixed;
  width: 100%;
  height: 42px;
  text-align: center;
  z-index: 120;
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .topbar-message {
    border-bottom: 0;
  }
}
.topbar-message .block {
  margin-bottom: 0;
  line-height: 40px;
  white-space: nowrap;
  display: inline-table;
  height: 42px;
}
.topbar-message a {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
}
.topbar-message a span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

@media only screen and (max-width: 1023px) {
  .low-z-heading .topbar-message {
    z-index: 105;
  }
}
/* -------------------------------------------- *
 * Flyout
 */
.flyout-content {
  background-color: #fff;
  color: #1d1d1d;
  border-left: 1px solid #eaeaea;
  overflow: hidden;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 20px 0;
  position: relative;
  float: right;
}
.flyout-content h1, .flyout-content h2, .flyout-content .h1, .flyout-content ul.landingpage-combination .landingpage-group strong, ul.landingpage-combination .landingpage-group .flyout-content strong, .flyout-content .h2 {
  font-size: 16px;
}
.flyout-content > div {
  padding-bottom: 100px;
}
.flyout-content .close-flyout {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.flyout-content .close-flyout:hover {
  text-decoration: none;
}
.flyout-content .close-flyout:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px auto auto;
}
.flyout-content .button.close-flyout, .flyout-content .cart-collaterals .block-content .button-wrapper .close-flyout.button2, .cart-collaterals .block-content .button-wrapper .flyout-content .close-flyout.button2 {
  margin: -80px 0 0;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
.flyout-content .button.close-flyout:before, .flyout-content .cart-collaterals .block-content .button-wrapper .close-flyout.button2:before, .cart-collaterals .block-content .button-wrapper .flyout-content .close-flyout.button2:before {
  display: none;
}
.flyout-content .button.skip-flyout, .flyout-content .cart-collaterals .block-content .button-wrapper .skip-flyout.button2, .cart-collaterals .block-content .button-wrapper .flyout-content .skip-flyout.button2 {
  float: right;
  width: auto;
}

@media only screen and (min-width: 479px) {
  .flyout-content {
    min-width: 439px;
    width: 33%;
    padding: 30px 30px 0 25px;
  }
}
#flyout-right {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
  z-index: 150;
  position: fixed;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.has-open-flyout #flyout-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  visibility: visible;
}

.has-open-navbar .main-container,
.has-open-navbar .footer-container {
  min-height: 0;
  position: fixed;
  overflow: hidden;
}
.has-open-navbar .footer-container {
  top: 1249px;
}

.has-open-navbar .main-container,
.has-open-navbar .footer-container {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.customer-account-changeforgotten .main-container .main,
.customer-account-page .main-container .main {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1400px;
  margin: 40px auto;
}

@media only screen and (min-width: 1240px) {
  .has-preopened-navbar .main-container,
  .has-preopened-navbar .footer-container,
  .has-open-navbar .main-container,
  .has-open-navbar .footer-container {
    left: 250px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    position: relative;
    overflow: visible;
    top: auto !important;
  }
}
@media only screen and (min-width: 1601px) {
  .main-container,
  .footer-container {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}
/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
}

.col2-right-layout .col-main {
  padding-left: 0;
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1023px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

.col3-set {
  width: 100%;
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  width: 33%;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    padding: 10px;
  }
}
.col3-set .col-1 {
  float: left;
  padding-left: 0;
}
.col3-set .col-2 {
  float: left;
}
.col3-set .col-3 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col3-set:after {
  content: '';
  display: table;
  clear: both;
}

.col4-set {
  width: 100%;
}
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
  width: 25%;
  padding: 20px;
}
@media only screen and (max-width: 1239px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    width: 50%;
  }
  .col4-set .col-1:nth-child(3),
  .col4-set .col-2:nth-child(3),
  .col4-set .col-3:nth-child(3),
  .col4-set .col-4:nth-child(3) {
    clear: left;
  }
}
@media only screen and (max-width: 1023px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    padding: 10px;
  }
}
@media only screen and (max-width: 799px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    padding: 10px;
    width: 100%;
    float: none;
  }
}
.col4-set .col-1 {
  float: left;
  padding-left: 0;
}
.col4-set .col-2,
.col4-set .col-3 {
  float: left;
}
.col4-set .col-4 {
  float: right;
  padding-right: 0;
}
.col4-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
.top-container {
  padding: 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .top-container {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .top-container {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1240px) {
  .top-container {
    max-width: 1240px;
  }
}
@media only screen and (min-width: 1601px) {
  .top-container {
    max-width: 1601px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #fff;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1561px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #494949;
  text-align: center;
  margin: 10px;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #478244;
  font-weight: 400;
}

.error {
  color: #e73b39;
  font-weight: 400;
}

.notice {
  color: #ff7e16;
  font-weight: 400;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 23px 35px 24px;
  font-size: 16px;
  background: #1e1e1e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.messages .error-msg li {
  color: #e73b39;
  background-color: #fad8d7;
}
.messages .notice-msg li {
  color: #ff7e16;
  background-color: #ffe6dc;
}
.messages .success-msg li {
  color: #478244;
  background-color: #dae6da;
}

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 1.5em;
}
.payment-methods dt {
  padding: 5px 0;
}
.payment-methods dd {
  padding-top: 10px;
}
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background: #1e1e1e;
}
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #eaeaea;
  border-top: none;
  top: -11px;
  left: 30px;
}
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #1e1e1e;
  border-top: none;
  top: -10px;
  left: 30px;
}
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Gift Wrap (Progress Bar)
 */
.gift-wrap {
  display: table-row;
  padding: 0 0 15px 23px;
  margin-top: -15px;
}
.gift-wrap #gw-cart-progress {
  display: inline-block;
  vertical-align: middle;
}
.gift-wrap .gw-spacer {
  display: table-cell;
}
.gift-wrap .gw-text {
  padding: 0 3.5% 20px 30px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.gift-wrap .gw-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
}
.gift-wrap .gw-price {
  display: table-cell;
  padding: 0 5% 20px 3.5%;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #1d1d1d;
  font-size: 48px;
  letter-spacing: 1px;
}
.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  text-transform: uppercase;
}
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #494949;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
  font-weight: 400;
}
.price-box .old-price .price {
  text-decoration: line-through;
  color: #cdcdcd;
  font-weight: 300 !important;
}
.price-box .special-price {
  padding-left: 0.5em;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  clear: left;
  float: left;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 14px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: 400;
}

@media only screen and (min-width: 1023px) {
  .product-pricing,
  .tier-prices,
  .tier-prices-grouped {
    float: none;
    clear: none;
    display: inline-block;
    margin-bottom: 10px;
  }
}
/* ============================================ *
 * Item Options
 * ============================================ */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  padding-right: 5px;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #1d1d1d;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #1d1d1d;
  border-top: none;
  left: 97px;
  top: -7px;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: 400;
  margin-bottom: 8px;
}
.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image {
  position: relative;
  display: block;
}

/* -------------------------------------------- *
 * Ratings
 */
.rating-box {
  width: 100px;
  overflow: hidden;
  background: #1e1e1e;
}
.rating-box .rating {
  float: left;
  height: 20px;
  overflow: hidden;
  line-height: 100px;
  background: #0f0f0f;
}

.ratings .rating-box,
.ratings .rating-links {
  margin: 0 auto;
}
.ratings .amount {
  display: inline;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 1.5em;
  letter-spacing: 0.02em;
}
.std ul, .std ol {
  margin: 1em 0;
  list-style: disc;
  padding-left: 30px;
}
.std ul li, .std ol li {
  padding-left: 10px;
}
.std table {
  width: 100%;
}
.std ol {
  list-style: decimal;
}
.std .note {
  color: #A0A0A0;
  font-size: 14px;
}
.std > *:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  border-top: 1px solid #eaeaea;
  padding: 15px;
}
.toolbar .pager {
  display: none;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.toolbar .select-wrapper {
  width: auto;
}
.toolbar .select-wrapper > span {
  display: block;
  line-height: 47px;
  height: 47px;
  padding: 0 70px 0 20px;
  background: #f7f7f7;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
}
.toolbar .select-wrapper select {
  border: 0;
  height: 45px;
  font-size: 16px;
}

.toolbar-bottom {
  margin-top: -1px;
}
.toolbar-bottom .toolbar {
  border-bottom: 1px solid #eaeaea;
}
.toolbar-bottom .toolbar .pager {
  display: block;
}
.toolbar-bottom .toolbar .sorter {
  display: none;
}

@media only screen and (max-width: 1239px) {
  .toolbar-bottom .toolbar {
    padding-left: 15px;
  }
}
.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
}

.sorter {
  margin-bottom: 5px;
  line-height: 30px;
}
.sorter > .sort-by label {
  display: none;
  color: #1d1d1d;
  margin-right: 5px;
  font-size: 14px;
}
.sorter > .sort-by .select-wrapper > span {
  padding-right: 50px;
  font-size: 14px;
  font-weight: 300;
}
.sorter > .sort-by .select-wrapper > span:after {
  display: none;
}
.sorter > .sort-by .select-wrapper > span:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 1px;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 5px 4px 0 4px;
  border-top-color: #1d1d1d;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1000px;
  background: #333;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background: #000;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background: #000;
}
.sorter > .sort-by .chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: 0;
  width: 100%;
}
.sorter > .sort-by .chosen-container-single .chosen-results li {
  white-space: nowrap;
}
.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1000px;
  background: #333;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background: #000;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background: #000;
}

@media only screen and (min-width: 1023px) {
  .sorter {
    margin-bottom: 15px;
  }
  .sorter > .sort-by label {
    display: inline-block;
    vertical-align: middle;
  }
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 0 15px 0 0;
  line-height: 46px;
}
.pager .limiter {
  float: left;
  line-height: 46px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .limiter:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 1px;
  background-color: #cbcbcb;
  margin: -2px 10px auto auto;
}
.pager .limiter .chosen-container {
  min-width: 1px;
  margin-left: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pager .limiter .chosen-container .chosen-single {
  background: #ffffff;
  padding: 0 15px 0 0;
  border: 0;
  line-height: 26px;
  height: 26px;
  margin-right: 5px;
}
.pager .limiter .chosen-container .chosen-single:hover {
  background-color: transparent;
}
.pager .limiter .chosen-container .chosen-single:before {
  display: none;
}
.pager .limiter .chosen-container .chosen-single:after {
  margin-top: 0;
}
.pager .limiter .chosen-container .chosen-single span {
  font-weight: 400;
}
.pager .limiter .chosen-container .chosen-single div {
  text-align: center;
  right: -7.5px;
}
.pager .limiter .chosen-container .chosen-drop {
  min-width: 70px;
  text-align: center;
  margin-left: -15px;
  top: 30px;
}

.toolbar.toolbar-top {
  padding: 0;
  border: 0;
}
.toolbar.toolbar-top .pager {
  display: block;
  float: none;
}
.toolbar.toolbar-top .amount {
  float: none;
  text-align: center;
  margin: 0;
  line-height: 16px;
}
.toolbar.toolbar-top .limiter {
  display: none;
}

@media only screen and (min-width: 1023px) {
  .toolbar.toolbar-top {
    display: block;
  }
  .toolbar.toolbar-top .pager {
    margin: 16px 0 0;
    float: right;
  }
  .toolbar.toolbar-top .pager .amount {
    float: left;
    line-height: 26px;
    text-align: left;
    margin: 0 15px 0 0;
  }
  .toolbar.toolbar-top .pager .limiter {
    display: block;
    line-height: 26px;
    float: left;
  }
  .toolbar.toolbar-top .pager .limiter .select-wrapper {
    width: auto;
  }
  .toolbar.toolbar-top .pager .limiter .select-wrapper > span {
    height: 26px;
    line-height: 26px;
  }
  .toolbar.toolbar-top .pager .limiter .select-wrapper select {
    height: 26px;
  }
}
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}
.pages li {
  display: inline;
}
.pages li:first-child a {
  margin-left: 0;
}
.pages a,
.pages .current {
  float: left;
  background: #f7f7f7;
  border: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0;
  width: 56px;
  height: 46px;
  line-height: 46px;
  margin-left: 3px;
  margin-top: 3px;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.pages a:hover {
  text-decoration: none;
  background: #dedede;
}
.pages a.next,
.pages a.previous {
  border: 2px solid #1d1d1d;
  padding-left: 26px;
  padding-right: 26px;
  line-height: 44px;
}
.pages a.next:hover,
.pages a.previous:hover {
  background: transparent;
  border-color: #1d1d1d;
  color: #1d1d1d;
}
.pages .current,
.pages .current:hover {
  background-color: #fff;
  cursor: default;
  font-weight: 400;
}
.pages .next_jump,
.pages .prev_jump {
  background-color: #fff;
}
.pages .previous,
.pages .next {
  width: auto;
  background: #1d1d1d;
  color: #fff;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.pages .previous {
  margin-right: 10px;
}
.pages .previous:before {
  content: "";
  display: none;
  vertical-align: middle;
  margin: -2px 10px auto auto;
}
.pages .next {
  margin-left: 10px;
}
.pages .next:after {
  content: "";
  display: none;
  vertical-align: middle;
  margin: -2px auto auto 10px;
}

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .pages {
    float: none;
    clear: left;
    margin-top: 10px;
    margin-left: 0;
  }
  .pages .previous {
    margin: 0 0 12px;
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .pages .previous:before {
    display: inline-block;
  }
  .pages .next {
    margin: 15px 0 0;
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .pages .next:after {
    display: inline-block;
  }
}
@media only screen and (max-width: 1023px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1239px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: right;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #6cb2b2;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #232323;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #6cb2b2;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #232323;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table td span.notice,
#shopping-cart-totals-table td span.notice,
body.customer-account .data-table td span.notice {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #494949;
}
#checkout-review-table td span.notice span.discount,
#checkout-review-table td span.notice span.shipping,
#shopping-cart-totals-table td span.notice span.discount,
#shopping-cart-totals-table td span.notice span.shipping,
body.customer-account .data-table td span.notice span.discount,
body.customer-account .data-table td span.notice span.shipping {
  color: #649243;
}
#checkout-review-table td span.free-shipping,
#shopping-cart-totals-table td span.free-shipping,
body.customer-account .data-table td span.free-shipping {
  font-size: 14px;
  display: block;
  font-weight: 400;
  color: #649243;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

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

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

.fixed {
  position: fixed;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

.green-circle-inline {
  position: relative;
  padding-left: 20px;
  line-height: normal;
  color: #8cb900;
}
.green-circle-inline:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #8cb900;
  height: 15px;
  width: 15px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  margin-top: -7.5px;
}

.red-circle-inline {
  position: relative;
  padding-left: 20px;
  line-height: normal;
  color: #f60303;
}
.red-circle-inline:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #f60303;
  height: 15px;
  width: 15px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  margin-top: -7.5px;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

@media print {
  #close-print-btn {
    display: none;
  }
}
/* ============================================ *
 * Tooltips
 * ============================================ */
.tooltip {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.tooltip:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

/* ============================================ *
 * Smooth fade in for lazyloader
 * ============================================ */
img.lazy:not([src]) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .2s,opacity .2s linear;
  transition: visibility 0s linear .2s,opacity .2s linear;
}

img.lazy[src=""] {
  opacity: 1;
  visibility: visible;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0 0 10px;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  position: relative;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}
.input-box label,
.input-box span.label {
  width: 100%;
}
.input-box .input-text {
  width: 100%;
}
.input-box.validation-error label {
  color: #ed3409;
}
@media only screen and (min-width: 1023px) {
  .input-box {
    width: 68%;
  }
  .input-box label {
    width: 31%;
    margin-right: 1%;
    float: left;
  }
  .input-box .name-prefix,
  .input-box .name-full {
    float: left;
    width: 68%;
  }
  .input-box .name-prefix label,
  .input-box .name-full label {
    width: auto;
    padding-right: 15px;
    float: none;
  }
}
@media only screen and (max-width: 1023px) {
  .input-box .name-prefix label {
    width: auto;
    margin-right: 10px;
    padding-bottom: 0;
  }
}

/* -------------------------------------------- *
 * Special fields
 */
.form-list .fields.customername .input-box {
  margin-bottom: 0;
}
.form-list .fields.customername .name-firstname,
.form-list .fields.customername .name-lastname {
  width: 40%;
}
.form-list .fields.customername .name-firstname .input-text,
.form-list .fields.customername .name-lastname .input-text {
  width: 100%;
}
.form-list .fields.customername .name-firstname {
  margin-left: 0;
}
.form-list .fields.customername-middlename .name-firstname,
.form-list .fields.customername-middlename .name-lastname {
  width: 36%;
}
.form-list .fields.customername-middlename .name-firstname .input-text,
.form-list .fields.customername-middlename .name-lastname .input-text {
  width: 100%;
}
.form-list .fields.customername-middlename .name-middlename {
  width: 24%;
}
.form-list .fields.customername-middlename .name-middlename .input-text {
  width: 100%;
}
.form-list .fields.customername-middlename .name-firstname {
  margin-left: 0;
}
.form-list .fields.address-housenumber .street-2,
.form-list .fields.address-housenumber .street-3 {
  width: 10%;
}
.form-list .fields.address-housenumber .street-3 {
  margin-left: 1%;
}

.form-list li.address-postcode .input-text {
  width: 21.2%;
}

@media only screen and (min-width: 799px) {
  .form-list li.field-company .input-box input,
  .form-list li.field-company .input-box textarea,
  .form-list li.field-company .input-box .select-wrapper, .form-list li.field-email .input-box input,
  .form-list li.field-email .input-box textarea,
  .form-list li.field-email .input-box .select-wrapper, .form-list li.field-street1 .input-box input,
  .form-list li.field-street1 .input-box textarea,
  .form-list li.field-street1 .input-box .select-wrapper, .form-list li.field-city .input-box input,
  .form-list li.field-city .input-box textarea,
  .form-list li.field-city .input-box .select-wrapper, .form-list li.field-country .input-box input,
  .form-list li.field-country .input-box textarea,
  .form-list li.field-country .input-box .select-wrapper, .form-list li.field-region .input-box input,
  .form-list li.field-region .input-box textarea,
  .form-list li.field-region .input-box .select-wrapper, .form-list li.field-password .input-box input,
  .form-list li.field-password .input-box textarea,
  .form-list li.field-password .input-box .select-wrapper, .form-list li.field-telephone .input-box input,
  .form-list li.field-telephone .input-box textarea,
  .form-list li.field-telephone .input-box .select-wrapper {
    width: 40%;
  }
  .form-list li.field-vat .input-box input {
    width: 25%;
  }
}
/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label,
span.label {
  display: inline-block;
  font-size: 16px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cdcdcd;
  font-size: 18px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 5px 28px 5px 18px;
}
textarea:focus {
  outline: none;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cdcdcd;
  background: #FFFFFF;
  font-size: 16px;
}
.input-text:-moz-placeholder {
  color: #cdcdcd;
}
.input-text::-moz-placeholder {
  color: #cdcdcd;
}
.input-text:-ms-input-placeholder {
  color: #cdcdcd;
}
.input-text::-webkit-input-placeholder {
  color: #cdcdcd;
}
.input-text:focus {
  border: 1px solid #a6a6a6;
}
.input-text.validation-failed {
  border-color: #ed3409;
}
.input-text.validation-failed:focus {
  outline-color: #f69a84;
}
.input-text[readonly] {
  background: #f2f2f2;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 46px;
  padding: 0 18px;
  width: 100%;
  max-width: 100%;
}
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
  outline: none;
}
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder {
  color: #757575;
}
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder {
  color: #757575;
}
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
  color: #757575;
}
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
  color: #757575;
}

.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #757575;
}

input:-moz-placeholder {
  color: #757575;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
.validation-advice {
  background: #fad8d7;
  position: relative;
  margin-top: 8px;
  color: #e73b39;
  font-size: 14px;
  padding: 11px 30px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.validation-advice#advice-validate-required-dropdown-attribute228 {
  margin-top: 21px;
}
.validation-advice:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fad8d7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.my-account #autocomplete_msg {
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .my-account #autocomplete_msg {
    left: 21.75%;
    width: 46.25%;
  }

  #billing_autocomplete_msg,
  #shipping_autocomplete_msg {
    position: absolute;
    left: 0;
    margin-left: 56.25%;
    margin-bottom: 15px;
    max-width: 57%;
    z-index: 5;
  }
}
@media only screen and (min-width: 1240px) {
  .my-account #autocomplete_msg {
    left: 68%;
    right: auto;
    width: 30%;
  }
}
@media only screen and (min-width: 1240px) and (min-width: 800px) {
  #advice-required-entry-firstname {
    margin-left: 265px;
  }
}
@media only screen and (min-width: 1240px) {
  .validation-advice {
    margin-top: 45px;
    margin-left: 8px;
    position: absolute;
    top: 1px;
    left: 100%;
    z-index: 1;
    min-width: 250px;
  }
  .validation-advice:after {
    bottom: auto;
    left: auto;
    margin-left: 0;
    border-left: 0;
    top: 22px;
    right: 100%;
    margin-top: -8px;
    border-right-color: #fad8d7;
    border-top: 8px solid transparent;
    border-bottom-color: transparent;
  }

  .super-attribute-select + .validation-advice {
    background: #fad8d7;
    position: relative;
    display: block;
    margin-top: 8px;
    color: #e73b39;
    font-size: 14px;
    left: 0;
    padding: 11px 30px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 4.75px;
  }
  .super-attribute-select + .validation-advice:after {
    content: '';
    position: absolute;
    bottom: auto;
    top: 0;
    left: 20px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fad8d7;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 0;
  }
}
/* -------------------------------------------- *
 * Validations passed
 */
.valid-check {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -8.5px auto auto;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2 linear;
}

.input-box .input-text ~ .valid-check {
  top: 15px;
  margin-top: 0;
}
.input-box .input-text.validation-passed ~ .valid-check,
.input-box .validate-select.validation-passed + .chosen-container ~ .valid-check {
  visibility: visible;
  opacity: 1;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: auto;
  max-width: 100%;
}
.form-list .select-wrapper select {
  width: 100%;
  margin-top: 0;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .fields,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}
.form-list .fields .field {
  float: left;
  width: 49%;
  margin-left: 2%;
  position: relative;
}
.form-list .fields .field:first-child {
  margin-left: 0;
}
.form-list .fields ~ .field:first-child {
  margin-left: 0;
}
.form-list .fields:after {
  content: '';
  display: table;
  clear: both;
}
.form-list .wide .field {
  width: 100%;
  position: relative;
}
.form-list .wide .field .input-text,
.form-list .wide .field textarea {
  width: 100%;
}
.form-list .fields .fields .field .input-text {
  width: 100%;
}
.form-list .input-box label {
  line-height: 46px;
}
.form-list .input-box .input-text,
.form-list .input-box textarea {
  width: 68%;
}
.form-list:after {
  content: '';
  display: table;
  clear: both;
}

.address-housenumber {
  position: relative;
}

@media only screen and (min-width: 1023px) {
  .form-list .wide .field {
    width: 68%;
    float: left;
  }

  .form-list > .fields,
  .form-list .wide {
    margin-bottom: 15px;
  }
  .form-list .fields .fields {
    margin-bottom: 0;
    float: left;
    width: 68%;
  }
  .form-list .fields .fields .field .input-text {
    width: 100%;
  }
}
/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 9px;
  margin-left: 5px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #494949;
  background-color: #1e1e1e;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 7px 10px 7px 40px;
  background-color: transparent;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}
.form-list .control:after,
.sp-methods dt:after,
#checkout-shipping-method-load .sp-methods dd:after,
#co-shipping-method-form .sp-methods dd:after,
.product-options ul.options-list:after {
  content: '';
  display: table;
  clear: both;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .form-list .control input.radio,
  .form-list .control input.checkbox {
    margin-right: -30px;
    margin-top: 12px;
  }
  .form-list .control label {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 799px) {
  .form-list .fields.customername .fields,
  .form-list .fields.customername .input-box {
    margin-bottom: 0;
  }
  .form-list .fields.customername .field {
    width: 49%;
  }
  .form-list .fields.customername .field.name-firstname {
    margin-left: 0;
  }
  .form-list .fields.customername-middlename .fields,
  .form-list .fields.customername-middlename .input-box {
    margin-bottom: 0;
  }
  .form-list .fields.address-housenumber .street-2,
  .form-list .fields.address-housenumber .street-3 {
    width: 48%;
  }
  .form-list .fields.address-housenumber .street-3 {
    margin-left: 1%;
  }
  .form-list li.address-postcode .input-text {
    width: 100%;
  }
}
/* ============================================ *
 * Custom Form Styling
 * ============================================ */
.radio-group label {
  width: auto;
  display: inline-block;
  float: none;
}

input[type=radio] {
  visibility: hidden;
  margin-right: 0 !important;
  float: none !important;
  display: none !important;
}

input[type=radio] + label {
  position: relative;
}
input[type=radio] + label > span {
  position: relative;
  display: block;
}
input[type=radio] + label > span:before {
  display: inline-block;
  content: "";
  background: #fff;
  color: #000;
  width: 17px;
  height: 17px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #CCC;
  border-bottom-width: 2px;
  position: absolute;
  left: -27px;
  top: 2px;
}

input[type=radio]:checked + label > span:after {
  content: '';
  width: 7px;
  height: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #000;
  position: absolute;
  left: -22px;
  top: 7px;
  outline: 2px solid #fff;
}

.icon-5euro-gutschein, .newsletter-container #block-cms_footer_newsletterpromo .subscribe-5euro.locale-de, .icon-ac-feedback, .opc .autocomplete-feedback:before, .my-account .autocomplete-feedback:before,
.account-create .autocomplete-feedback:before, .icon-account-header, .skip-account .icon,
.skip-account .icon-desktop, .icon-account-header-black, .icon-account-header-hover, .icon-add-to-wishlist, #skip-link-wrapper-wishlist-2 .skip-wishlist .icon, .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button:hover > span:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2:hover > span:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2:hover > span:before, .icon-add-to-wishlist-hover, .icon-afterpay-checkout, .icon.buckaroo3extended_afterpay, .icon.buckaroo3extended_afterpay2, .icon-afterpay-footer, .social-psps #block-footer_payment_delivery li.afterpay, .social-psps #block-footer_payment_delivery a.afterpay, .icon-americanexpress-checkout, .icon.buckaroo3extended_amex, .icon-americanexpress-footer, .social-psps #block-footer_payment_delivery li.amex, .social-psps #block-footer_payment_delivery a.amex, .icon-arow-down-double, .category-description #read-more-desc .button:after, .category-description #read-more-desc .cart-collaterals .block-content .button-wrapper .button2:after, .cart-collaterals .block-content .button-wrapper .category-description #read-more-desc .button2:after, .icon-arrow-down-s, .product-view .product-collateral dt .arrow, .icon-arrow-down-xs, .product-options .chosen-container-single .chosen-single div b, .icon-arrow-left-cart, .opc li.section .order-review .buttons-set .f-left a:before, .icon-arrow-left-s, .icon-arrow-next, .pages .next:after, .checkout-cart-index #ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control.next:before, .icon-arrow-next-hover, .pages .next:hover:after, .icon-arrow-next-s, .icon-arrow-prev, .pages .previous:before, .checkout-cart-index #ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control.prev:before, .icon-arrow-prev-hover, .pages .previous:hover:before, .icon-arrow-related-products-next, .product-view .product-shop .product-links .product-links-container li:before, .lSAction > .lSNext:before, .icon-arrow-related-products-prev, .lSAction > .lSPrev:before, .icon-arrow-right-s, .layered-nav--toolbar .block-layered-nav .arrow, .icon-arrow-searchresult, .search-autocomplete ul li:before, .customerservice-platforms .platform:before, .icon-arrow-up-s, .product-view .product-collateral .active .arrow, .icon-arrow-up-xs, .product-options .chosen-container-active.chosen-with-drop .chosen-single div b, .icon-back-arrow, .checkout-cart-index .totals-bottom .link-continue:before, .opc li.section .back-link a:before,
.opc-container #checkout-progress-wrapper-container #review-buttons-container .back-link a:before, .icon-bancontact-footer, .social-psps #block-footer_payment_delivery li.banc, .social-psps #block-footer_payment_delivery a.banc, .icon-blackcheck, .checkout-onepage-success .success-left ul li:before, .icon-blackcheck-large, .customer-account-login .account-login .col2-set .col-2 ul li:before, .icon-box-l, #block-footer_usps .block-content li.verzending:after, #block-pdp_usps .block-content li.verzending:after, .icon-box-m, .product-grid-usp #block-footer_usps .block-content li.verzending:after, .icon-box-s, #block-footer_usps .block-content li.verzending:before, .product-grid-usp #block-footer_usps .block-content li.verzending:before, #block-pdp_usps .block-content li.verzending:before, .icon-box-white-s, .icon-brandfield-giftcard-checkout, .icon.buckaroo3extended_giftcards.brandfieldcard, .icon-cart-button, .product-view .add-to-cart-buttons .btn-cart:before, .block-related .related-checker span:before, .icon-cart-delete, .cart-table .link-remove-mobile, .icon-cart-header, .skip-cart .icon,
.skip-cart .icon-desktop, .icon-cart-header-black, .icon-cart-header-hover, .icon-cartebancaire, .social-psps #block-footer_payment_delivery li.cartebancaire, .social-psps #block-footer_payment_delivery a.cartebancaire, .icon.buckaroo3extended_cartebancaire, .icon-cartebleue, .social-psps #block-footer_payment_delivery li.cartebleue, .social-psps #block-footer_payment_delivery a.cartebleue, .icon.buckaroo3extended_cartebleue, .icon-check-white, .block-related .related-checker input:checked + span:after, .giftwrap-options .input-box label.giftwrap-checker span:after, .icon-check-white-s, .icon-check-white-xs, .additional-related-price-info li:before, .product-promo .promo:before, .icon-checkbox, #narrow-by-list .checkbox a:before, .opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:before, .icon-checkbox-checked, #narrow-by-list .checkbox a:after, .opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:after, .icon-checkout-checked, .opc li.section .step-title .icon.large:after, .icon-checkout-checked-black, .product-view .product-shop .product-options input[type=checkbox] + label:after, .opc li.section .form-list .control.checkbox input[type=checkbox] + label:after, .opc #checkout-step-payment .sp-methods dd li.tac-accept .checkbox-placeholder:before, .icon-checkout-checked-s, .opc li.section .step-title .icon:after, .icon-checkout-info, .opc li.section#opc-billing .step-title .icon.large:before, .opc li.section#opc-shipping .step-title .icon.large:before, .opc li.section#opc-login .step-title .icon.large:before, .opc li.section#opc-billing.active .step-title .icon.large:before, .opc li.section#opc-shipping.active .step-title .icon.large:before, .opc li.section#opc-login.active .step-title .icon.large:before, .icon-checkout-info-s, .opc li.section#opc-billing .step-title .icon:before, .opc li.section#opc-shipping .step-title .icon:before, .opc li.section#opc-login .step-title .icon:before, .icon-checkout-info-s-active, .icon-checkout-payment, .opc li.section#opc-payment .step-title .icon.large:before, .opc li.section#opc-payment.active .step-title .icon.large:before, .icon-checkout-payment-s, .opc li.section#opc-payment .step-title .icon:before, .icon-checkout-payment-s-active, .icon-checkout-review, .opc li.section#opc-review .step-title .icon.large:before, .opc li.section#opc-review.active .step-title .icon.large:before, .icon-checkout-review-s, .opc li.section#opc-review .step-title .icon:before, .icon-checkout-review-s-active, .icon-checkout-shipping, .opc li.section#opc-shipping_method .step-title .icon.large:before, .opc li.section#opc-shipping_method.active .step-title .icon.large:before, .icon-checkout-shipping-s, .opc li.section#opc-shipping_method .step-title .icon:before, .icon-checkout-shipping-s-active, .icon-clock, .icon-clock-white-s, .icon-close-filters, .block-layered-nav .close-filters:before, .icon-close-flyoutright, .flyout-content .close-flyout:before, .icon-close-l, html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle.filter-searching > li .items .items-search label:after, .wishlist-list.products-grid > li.item .product-remove .link-remove, .featherlight .featherlight-close-icon:before, #mct_cartrelatedproductpopup_popup .popup-title .close:before, .icon-close-m, .icon-close-s, #narrow-by-list-wrapper .currently .btn-remove:after,
#narrow-by-list-wrapper .currently .btn-remove-all:after, .layered-nav--toolbar .block-layered-nav .active-filters a:after, #layered-currently .btn-remove:after,
#layered-currently .btn-remove-all:after, .featherlight .featherlight-close-icon:after, .icon-countdown, #countdown .icon, .checkout-cart-index .content-before-container #countdown .icon, .icon-cs-facebook, .icon-cs-facebook-black, .customerservice-platforms .platform.facebook .icon:before, .icon-cs-mail, .icon-cs-mail-black, .customerservice-platforms .platform.email .icon:before, .icon-cs-twitter, .icon-cs-twitter-black, .customerservice-platforms .platform.twitter .icon:before, .icon-cs-whatsapp, .icon-cs-whatsapp-black, .customerservice-platforms .platform.whatsapp .icon:before, .icon-customerbalance-checkout, .icon.customerbalance, .icon-dankort, .social-psps #block-footer_payment_delivery li.dankort, .social-psps #block-footer_payment_delivery a.dankort, .icon.buckaroo3extended_dankort, .icon-dankort-vector-checkout, .icon-dhl-footer, .social-psps #block-footer_payment_delivery li.dhl, .social-psps #block-footer_payment_delivery a.dhl, .icon-dhl-header, #block-checkout_header_usps li.dhl, #block-checkout_header_usps a.dhl, .icon-download-icon, .icon-eMaestro-checkout, .icon.buckaroo3extended_maestro, .icon-eMeastro-footer, .social-psps #block-footer_payment_delivery li.emaestro, .social-psps #block-footer_payment_delivery a.emaestro, .icon-envelope-stock-alert, .icon-envelope-stock-alert-hover, .product-view .alert-price .alert-link:before,
.product-view .alert-stock .alert-link:before, .icon-eps-checkout, .icon.buckaroo3extended_eps, .icon-eps-footer, .social-psps #block-footer_payment_delivery li.eps, .social-psps #block-footer_payment_delivery a.eps, .icon-facebook, .social-psps .facebook, .icon-fashioncheque-checkout, .icon.buckaroo3extended_giftcards.fashioncheque, .icon-fashioncheque-footer, .social-psps #block-footer_payment_delivery li.fashioncheque, .social-psps #block-footer_payment_delivery a.fashioncheque, .icon-favourite, .icon-flag-aut, #side-nav .nav-primary .form-language a.lang-AT:before, .icon-flag-bel, #side-nav .nav-primary .form-language a.lang-BE:before, .icon-flag-bgr, #side-nav .nav-primary .form-language a.lang-BG:before, .icon-flag-cyp, #side-nav .nav-primary .form-language a.lang-CY:before, .icon-flag-cze, #side-nav .nav-primary .form-language a.lang-CZ:before, .icon-flag-deu, #side-nav .nav-primary .form-language a.lang-DE:before, .icon-flag-dnk, #side-nav .nav-primary .form-language a.lang-DK:before, .icon-flag-esp, #side-nav .nav-primary .form-language a.lang-ES:before, .icon-flag-est, #side-nav .nav-primary .form-language a.lang-EE:before, .icon-flag-eur, #side-nav .nav-primary .form-language a.lang-EU:before, #side-nav .nav-primary .form-language a.lang-COM:before, .icon-flag-fin, #side-nav .nav-primary .form-language a.lang-FI:before, .icon-flag-fra, #side-nav .nav-primary .form-language a.lang-FR:before, .icon-flag-gbr, #side-nav .nav-primary .form-language a.lang-GB:before, .icon-flag-grc, #side-nav .nav-primary .form-language a.lang-GR:before, .icon-flag-hrv, #side-nav .nav-primary .form-language a.lang-HR:before, .icon-flag-hun, #side-nav .nav-primary .form-language a.lang-HU:before, .icon-flag-irl, #side-nav .nav-primary .form-language a.lang-IR:before, .icon-flag-ita, #side-nav .nav-primary .form-language a.lang-IT:before, .icon-flag-ltu, #side-nav .nav-primary .form-language a.lang-LT:before, .icon-flag-lux, #side-nav .nav-primary .form-language a.lang-LU:before, .icon-flag-lva, #side-nav .nav-primary .form-language a.lang-LV:before, .icon-flag-mlt, #side-nav .nav-primary .form-language a.lang-ML:before, .icon-flag-nld, #side-nav .nav-primary .form-language a.lang-NL:before, .icon-flag-pol, #side-nav .nav-primary .form-language a.lang-PL:before, #side-nav .nav-primary .form-language a.lang-PT:before, .icon-flag-prt, .icon-flag-rou, #side-nav .nav-primary .form-language a.lang-RO:before, .icon-flag-svk, #side-nav .nav-primary .form-language a.lang-SK:before, .icon-flag-svn, #side-nav .nav-primary .form-language a.lang-SI:before, .icon-flag-swe, #side-nav .nav-primary .form-language a.lang-SE:before, .icon-gift-l, .gift-wrap .gw-text:before, #block-footer_usps .block-content li.cadeauverpakking:after, #block-pdp_usps .block-content li.cadeauverpakking:after, .icon-gift-m, .product-grid-usp #block-footer_usps .block-content li.cadeauverpakking:after, .icon-gift-s, #block-footer_usps .block-content li.cadeauverpakking:before, .product-grid-usp #block-footer_usps .block-content li.cadeauverpakking:before, #block-pdp_usps .block-content li.cadeauverpakking:before, .icon-giftwrap-s, .giftwrap-toggle::before, .icon-giftwrap-white-s, .icon-giropay-checkout, .icon.buckaroo3extended_giropay, .icon-giropay-footer, .social-psps #block-footer_payment_delivery li.giropay, .social-psps #block-footer_payment_delivery a.giropay, .icon-googeplus, .social-psps .google-plus, .icon-greencheck, .valid-check, .icon-icon-whatsapp, .icon-ideal-checkout, .icon.buckaroo3extended_ideal, .icon-ideal-footer, .social-psps #block-footer_payment_delivery li.ideal, .social-psps #block-footer_payment_delivery a.ideal, .icon-instagram, .social-psps .instagram, .icon-klarna-checkout, .icon.buckaroo3extended_klarna, .icon-klarna-footer, .social-psps #block-footer_payment_delivery li.klarna, .social-psps #block-footer_payment_delivery a.klarna, .icon-linkedin, .social-psps .linked-in, .icon-logo-black-s, .bottom-links .bottom-logo, .icon-mastercard-checkout, .icon.buckaroo3extended_mastercard, .icon-mastercard-footer, .social-psps #block-footer_payment_delivery li.mastercard, .social-psps #block-footer_payment_delivery a.mastercard, .icon-mistercash-checkout, .icon.buckaroo3extended_bancontactmrcash, .icon-paypal-checkout, .icon.buckaroo3extended_paypal, .icon-paypal-footer, .social-psps #block-footer_payment_delivery li.paypal, .social-psps #block-footer_payment_delivery a.paypal, .icon-pinterest, .social-psps .pinterest, .icon-play-video, .product-image-gallery .gallery-video-wrap:before, .icon-play-video-s, .product-image-thumbs a.video:before, .icon-play-video-xs, .more-views.layout-half .product-image-thumbs a.video:before, .icon-plus-sign, .block-related .related-checker span:after, .icon-postnl-checkout, .icon-postnl-checkout-sp-method, .icon-postnl-footer, .social-psps #block-footer_payment_delivery li.postnl, .social-psps #block-footer_payment_delivery a.postnl, .icon-postnl-header, #block-checkout_header_usps li.postnl, #block-checkout_header_usps a.postnl, .icon-przelewy24-checkout, .icon.buckaroo3extended_p24, .icon-przelewy24-footer, .social-psps #block-footer_payment_delivery li.p24, .social-psps #block-footer_payment_delivery a.p24, .icon-ratingstar, .mct_feedbackcompany span.rate, .icon-ratingstar-inactive, .icon-related, .related-toggle::before, .icon-return-l, #block-footer_usps .block-content li.retourneren:after, #block-pdp_usps .block-content li.retourneren:after, .icon-return-m, .product-grid-usp #block-footer_usps .block-content li.retourneren:after, .icon-return-s, #block-footer_usps .block-content li.retourneren:before, .product-grid-usp #block-footer_usps .block-content li.retourneren:before, #block-pdp_usps .block-content li.retourneren:before, .icon-return-white-s, .icon-rtl5, .rtl5-logo, .icon-search-close, .icon-search-close-s, #close-autocompletion:before, .icon-search-header, .icon-search-header-hover, .icon-search-icon, .icon-search-icon-m, #search_mini_form .search-button > span, .icon-search-icon-s, .icon-search-icon-xs, .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box:before, .icon-search-icon-xxs, .mct-shipping-additional .postcode-search-wrap .form-list .button > span, .mct-shipping-additional .postcode-search-wrap .form-list .cart-collaterals .block-content .button-wrapper .button2 > span, .cart-collaterals .block-content .button-wrapper .mct-shipping-additional .postcode-search-wrap .form-list .button2 > span, .icon-share-wishlist, .my-wishlist .buttons-set .btn-share:before, .icon-ship-l, #block-footer_usps .block-content li.verzendkosten:after, #block-pdp_usps .block-content li.verzendkosten:after, .icon-ship-m, .product-grid-usp #block-footer_usps .block-content li.verzendkosten:after, .icon-ship-s, #block-footer_usps .block-content li.verzendkosten:before, .product-grid-usp #block-footer_usps .block-content li.verzendkosten:before, #block-pdp_usps .block-content li.verzendkosten:before, .icon-ship-white-s, .icon-shop-l, #block-footer_usps .block-content li.shop:after, #block-pdp_usps .block-content li.shop:after, span.icon-shop, .icon-shop-m, .product-grid-usp #block-footer_usps .block-content li.shop:after, .icon-shop-s, #block-footer_usps .block-content li.shop:before, .product-grid-usp #block-footer_usps .block-content li.shop:before, #block-pdp_usps .block-content li.shop:before, .icon-shop-white-s, .icon-showmore, .icon-smartphone-footer, .icon-sofort-checkout, .icon.buckaroo3extended_sofortueberweisung, .icon-sofort-footer, .social-psps #block-footer_payment_delivery li.sofort, .social-psps #block-footer_payment_delivery a.sofort, .icon-subscribe5euro, .newsletter-container #block-cms_footer_newsletterpromo .subscribe-5euro, .icon-to-top, #back-to-top:after, .icon-tooltip, .tooltip, .icon-trustedshops, .bottom-links ul li .badge-trustedshops, .icon-trustedshops-footer, .social-psps #block-footer_payment_delivery li.trustedshops, .social-psps #block-footer_payment_delivery a.trustedshops, .icon-trustedshops-header, #block-checkout_header_usps li.trustedshops, #block-checkout_header_usps a.trustedshops, .icon-twitter, .social-psps .twitter, .icon-tww-checkout, .icon-tww-footer, .bottom-links ul li.thuiswinkelwaarborg .icon, .icon-tww-footer-s, .social-psps #block-footer_payment_delivery li.thuiswinkelwaarborg, .social-psps #block-footer_payment_delivery a.thuiswinkelwaarborg, .icon-tww-header, #block-checkout_header_usps li.thuiswinkelwaarborg, #block-checkout_header_usps a.thuiswinkelwaarborg, .icon-vimeo, .social-psps .vimeo, .icon-visa-checkout, .icon.buckaroo3extended_visa, .icon-visa-footer, .social-psps #block-footer_payment_delivery li.visa, .social-psps #block-footer_payment_delivery a.visa, .icon-webshopgiftcard-checkout, .social-psps #block-footer_payment_delivery li.webshopgiftcard, .social-psps #block-footer_payment_delivery a.webshopgiftcard, .icon.buckaroo3extended_giftcards.webshopgiftcard, .icon-wishlist-added, .products-grid > li.item a.link-wishlist.active:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button.active:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.active.button2:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.active.button2:before, .mct-widget-products .widget-products .owl-item a.link-wishlist:active:before, .icon-wishlist-header, .skip-wishlist .icon,
.skip-wishlist .icon-desktop, .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button > span:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2 > span:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2 > span:before, .icon-wishlist-header-black, .icon-wishlist-header-hover, .icon-wishlist-hover, .icon-wishlist-productoverview, .products-grid > li.item a.link-wishlist:before, .mct-widget-products .widget-products .owl-item a.link-wishlist:before, .icon-youtube, .social-psps .youtube, .icon-zoomplus {
  background: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/sprite-icons-34.svg") no-repeat;
}

.icon-5euro-gutschein, .newsletter-container #block-cms_footer_newsletterpromo .subscribe-5euro.locale-de {
  background-position: 0 0;
  width: 254px;
  height: 25px;
}

.icon-ac-feedback, .opc .autocomplete-feedback:before, .my-account .autocomplete-feedback:before,
.account-create .autocomplete-feedback:before {
  background-position: 98.67809523809522% 94.9901768172888%;
  width: 18px;
  height: 15px;
}

.icon-account-header, .skip-account .icon,
.skip-account .icon-desktop {
  background-position: 94.90485436893204% 68.10483870967742%;
  width: 28px;
  height: 28px;
}

.icon-account-header-black {
  background-position: 58.962818003913895% 79.06924643584522%;
  width: 32px;
  height: 33px;
}

.icon-account-header-hover {
  background-position: 94.90485436893204% 73.75%;
  width: 28px;
  height: 28px;
}

.icon-add-to-wishlist, #skip-link-wrapper-wishlist-2 .skip-wishlist .icon, .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button:hover > span:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2:hover > span:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2:hover > span:before {
  background-position: 95.08949416342412% 11.0261569416499%;
  width: 29px;
  height: 27px;
}

.icon-add-to-wishlist-hover {
  background-position: 95.14502627992991% 0;
  width: 29.3px;
  height: 27.4px;
}

.icon-afterpay-checkout, .icon.buckaroo3extended_afterpay, .icon.buckaroo3extended_afterpay2 {
  background-position: 55.384749569350866% 0;
  width: 84.39px;
  height: 54px;
}

.icon-afterpay-footer, .social-psps #block-footer_payment_delivery li.afterpay, .social-psps #block-footer_payment_delivery a.afterpay {
  background-position: 54.389721627408996% 27.5390625%;
  width: 76px;
  height: 12px;
}

.icon-americanexpress-checkout, .icon.buckaroo3extended_amex {
  background-position: 88.7049504950495% 45.795918367346935%;
  width: 38px;
  height: 34px;
}

.icon-americanexpress-footer, .social-psps #block-footer_payment_delivery li.amex, .social-psps #block-footer_payment_delivery a.amex {
  background-position: 95.08949416342412% 16.42570281124498%;
  width: 29px;
  height: 26px;
}

.icon-arow-down-double, .category-description #read-more-desc .button:after, .category-description #read-more-desc .cart-collaterals .block-content .button-wrapper .button2:after, .cart-collaterals .block-content .button-wrapper .category-description #read-more-desc .button2:after {
  background-position: 99.24521072796934% 41.32149901380671%;
  width: 21px;
  height: 17px;
}

.icon-arrow-down-s, .product-view .product-collateral dt .arrow {
  background-position: 99.43570057581573% 21.38671875%;
  width: 22px;
  height: 12px;
}

.icon-arrow-down-xs, .product-options .chosen-container-single .chosen-single div b {
  background-position: 89.04905660377358% 15.69767441860465%;
  width: 13px;
  height: 8px;
}

.icon-arrow-left-cart, .opc li.section .order-review .buttons-set .f-left a:before {
  background-position: 45.77861163227017% 38.64173228346457%;
  width: 10px;
  height: 16px;
}

.icon-arrow-left-s {
  background-position: 99.82330827067668% 57.04365079365079%;
  width: 11px;
  height: 20px;
}

.icon-arrow-next, .pages .next:after, .checkout-cart-index #ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control.next:before {
  background-position: 88.63098591549296% 9.270216962524655%;
  width: 10.5px;
  height: 17px;
}

.icon-arrow-next-hover, .pages .next:hover:after {
  background-position: 88.63098591549296% 12.6232741617357%;
  width: 10.5px;
  height: 17px;
}

.icon-arrow-next-s {
  background-position: 61.00299401197605% 43.6986301369863%;
  width: 8.6px;
  height: 13px;
}

.icon-arrow-prev, .pages .previous:before, .checkout-cart-index #ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control.prev:before {
  background-position: 44.694835680751176% 4.930966469428008%;
  width: 10.5px;
  height: 17px;
}

.icon-arrow-prev-hover, .pages .previous:hover:before {
  background-position: 44.694835680751176% 8.284023668639053%;
  width: 10.5px;
  height: 17px;
}

.icon-arrow-related-products-next, .product-view .product-shop .product-links .product-links-container li:before, .lSAction > .lSNext:before {
  background-position: 45.309568480300186% 11.637080867850099%;
  width: 10px;
  height: 17px;
}

.icon-arrow-related-products-prev, .lSAction > .lSPrev:before {
  background-position: 45.590994371482175% 33.39250493096647%;
  width: 10px;
  height: 17px;
}

.icon-arrow-right-s, .layered-nav--toolbar .block-layered-nav .arrow {
  background-position: 97.56308851224104% 73.11507936507937%;
  width: 12px;
  height: 20px;
}

.icon-arrow-searchresult, .search-autocomplete ul li:before, .customerservice-platforms .platform:before {
  background-position: 45.786316776007496% 23.681102362204726%;
  width: 9.5px;
  height: 16px;
}

.icon-arrow-up-s, .product-view .product-collateral .active .arrow {
  background-position: 99.43570057581573% 23.73046875%;
  width: 22px;
  height: 12px;
}

.icon-arrow-up-xs, .product-options .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 66.67735849056604% 53.87596899224806%;
  width: 13px;
  height: 8px;
}

.icon-back-arrow, .checkout-cart-index .totals-bottom .link-continue:before, .opc li.section .back-link a:before,
.opc-container #checkout-progress-wrapper-container #review-buttons-container .back-link a:before {
  background-position: 59.28705440900563% 43.95669291338583%;
  width: 10px;
  height: 16px;
}

.icon-bancontact-footer, .social-psps #block-footer_payment_delivery li.banc, .social-psps #block-footer_payment_delivery a.banc {
  background-position: 80.15384615384616% 62.903225806451616%;
  width: 49px;
  height: 28px;
}

.icon-blackcheck, .checkout-onepage-success .success-left ul li:before {
  background-position: 64.08901515151516% 54.19103313840156%;
  width: 15px;
  height: 11px;
}

.icon-blackcheck-large, .customer-account-login .account-login .col2-set .col-2 ul li:before {
  background-position: 99.5312199807877% 17.676266137040717%;
  width: 22.5px;
  height: 20.5px;
}

.icon-box-l, #block-footer_usps .block-content li.verzending:after, #block-pdp_usps .block-content li.verzending:after {
  background-position: 80.64358452138492% 0;
  width: 52px;
  height: 52px;
}

.icon-box-m, .product-grid-usp #block-footer_usps .block-content li.verzending:after {
  background-position: 9.218436873747494% 90.04791666666667%;
  width: 44px;
  height: 44px;
}

.icon-box-s, #block-footer_usps .block-content li.verzending:before, .product-grid-usp #block-footer_usps .block-content li.verzending:before, #block-pdp_usps .block-content li.verzending:before {
  background-position: 64.73887814313346% 86.79317269076306%;
  width: 26px;
  height: 26px;
}

.icon-box-white-s {
  background-position: 16.23596265728589% 95.6372745490982%;
  width: 25.63px;
  height: 25px;
}

.icon-brandfield-giftcard-checkout, .icon.buckaroo3extended_giftcards.brandfieldcard {
  background-position: 54.741379310344826% 24.75442043222004%;
  width: 79px;
  height: 15px;
}

.icon-cart-button, .product-view .add-to-cart-buttons .btn-cart:before, .block-related .related-checker span:before {
  background-position: 54.561403508771924% 69.13654618473896%;
  width: 30px;
  height: 26px;
}

.icon-cart-delete, .cart-table .link-remove-mobile {
  background-position: 81.58095238095238% 76.72529644268775%;
  width: 18px;
  height: 18px;
}

.icon-cart-header, .skip-cart .icon,
.skip-cart .icon-desktop {
  background-position: 95.08949416342412% 21.603206412825653%;
  width: 29px;
  height: 25px;
}

.icon-cart-header-black {
  background-position: 41.94117647058823% 69.41532258064517%;
  width: 33px;
  height: 28px;
}

.icon-cart-header-hover {
  background-position: 95.08949416342412% 26.613226452905817%;
  width: 29px;
  height: 25px;
}

.icon-cartebancaire, .social-psps #block-footer_payment_delivery li.cartebancaire, .social-psps #block-footer_payment_delivery a.cartebancaire, .icon.buckaroo3extended_cartebancaire {
  background-position: 42.30460921843687% 50.06072874493927%;
  width: 44px;
  height: 30px;
}

.icon-cartebleue, .social-psps #block-footer_payment_delivery li.cartebleue, .social-psps #block-footer_payment_delivery a.cartebleue, .icon.buckaroo3extended_cartebleue {
  background-position: 12.210743801652892% 50.06072874493927%;
  width: 59px;
  height: 30px;
}

.icon-check-white, .block-related .related-checker input:checked + span:after, .giftwrap-options .input-box label.giftwrap-checker span:after {
  background-position: 55.02846299810247% 41.0958904109589%;
  width: 16px;
  height: 13px;
}

.icon-check-white-s {
  background-position: 60.263653483992464% 40.856031128404666%;
  width: 12px;
  height: 10px;
}

.icon-check-white-xs, .additional-related-price-info li:before, .product-promo .promo:before {
  background-position: 13.578154425612052% 53.94941634241245%;
  width: 12px;
  height: 10px;
}

.icon-checkbox, #narrow-by-list .checkbox a:before, .opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:before {
  background-position: 99.24521072796934% 44.94047619047619%;
  width: 21px;
  height: 20px;
}

.icon-checkbox-checked, #narrow-by-list .checkbox a:after, .opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:after {
  background-position: 99.24521072796934% 48.90873015873016%;
  width: 21px;
  height: 20px;
}

.icon-checkout-checked, .opc li.section .step-title .icon.large:after {
  background-position: 95.08949416342412% 31.68674698795181%;
  width: 29px;
  height: 26px;
}

.icon-checkout-checked-black, .product-view .product-shop .product-options input[type=checkbox] + label:after, .opc li.section .form-list .control.checkbox input[type=checkbox] + label:after, .opc #checkout-step-payment .sp-methods dd li.tac-accept .checkbox-placeholder:before {
  background-position: 57.84499054820416% 41.015625%;
  width: 14px;
  height: 12px;
}

.icon-checkout-checked-s, .opc li.section .step-title .icon:after {
  background-position: 99.05544933078393% 76.77865612648222%;
  width: 20px;
  height: 18px;
}

.icon-checkout-info, .opc li.section#opc-billing .step-title .icon.large:before, .opc li.section#opc-shipping .step-title .icon.large:before, .opc li.section#opc-login .step-title .icon.large:before, .opc li.section#opc-billing.active .step-title .icon.large:before, .opc li.section#opc-shipping.active .step-title .icon.large:before, .opc li.section#opc-login.active .step-title .icon.large:before {
  background-position: 19.04952877481452% 80.04742268041237%;
  width: 44.3px;
  height: 39px;
}

.icon-checkout-info-s, .opc li.section#opc-billing .step-title .icon:before, .opc li.section#opc-shipping .step-title .icon:before, .opc li.section#opc-login .step-title .icon:before {
  background-position: 94.99708454810495% 62.68537074148296%;
  width: 28.5px;
  height: 25px;
}

.icon-checkout-info-s-active {
  background-position: 88.35502958579882% 80.70993914807302%;
  width: 36px;
  height: 31px;
}

.icon-checkout-payment, .opc li.section#opc-payment .step-title .icon.large:before, .opc li.section#opc-payment.active .step-title .icon.large:before {
  background-position: 0 90.23590814196243%;
  width: 46px;
  height: 45px;
}

.icon-checkout-payment-s, .opc li.section#opc-payment .step-title .icon:before {
  background-position: 65.3529411764706% 78.90853658536585%;
  width: 33px;
  height: 32px;
}

.icon-checkout-payment-s-active {
  background-position: 34.70975463794135% 89.37758478081058%;
  width: 41.7px;
  height: 40.4px;
}

.icon-checkout-review, .opc li.section#opc-review .step-title .icon.large:before, .opc li.section#opc-review.active .step-title .icon.large:before {
  background-position: 69.70932987248419% 0;
  width: 57.57px;
  height: 54px;
}

.icon-checkout-review-s, .opc li.section#opc-review .step-title .icon:before {
  background-position: 71.68297455968688% 78.90853658536585%;
  width: 32px;
  height: 32px;
}

.icon-checkout-review-s-active {
  background-position: 89.12853163549542% 18.403639371381306%;
  width: 40.4px;
  height: 40.4px;
}

.icon-checkout-shipping, .opc li.section#opc-shipping_method .step-title .icon.large:before, .opc li.section#opc-shipping_method.active .step-title .icon.large:before {
  background-position: 0 51.41372141372141%;
  width: 59.1px;
  height: 43px;
}

.icon-checkout-shipping-s, .opc li.section#opc-shipping_method .step-title .icon:before {
  background-position: 88.5296442687747% 59.697885196374614%;
  width: 37px;
  height: 27.5px;
}

.icon-checkout-shipping-s-active {
  background-position: 19.754081838339044% 70.33707865168539%;
  width: 46.9px;
  height: 34.5px;
}

.icon-clock {
  background-position: 80.47967479674797% 30.021141649048626%;
  width: 51px;
  height: 51px;
}

.icon-clock-white-s {
  background-position: 99.24521072796934% 52.98210735586481%;
  width: 21px;
  height: 21px;
}

.icon-close-filters, .block-layered-nav .close-filters:before {
  background-position: 99.63533834586465% 72.82608695652173%;
  width: 11px;
  height: 18px;
}

.icon-close-flyoutright, .flyout-content .close-flyout:before {
  background-position: 97.74716981132075% 57.157057654075544%;
  width: 13px;
  height: 21px;
}

.icon-close-l, html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle.filter-searching > li .items .items-search label:after, .wishlist-list.products-grid > li.item .product-remove .link-remove, .featherlight .featherlight-close-icon:before, #mct_cartrelatedproductpopup_popup .popup-title .close:before {
  background-position: 0 99.84782608695652%;
  width: 18px;
  height: 18px;
}

.icon-close-m {
  background-position: 70.61100569259962% 57.145669291338585%;
  width: 16px;
  height: 16px;
}

.icon-close-s, #narrow-by-list-wrapper .currently .btn-remove:after,
#narrow-by-list-wrapper .currently .btn-remove-all:after, .layered-nav--toolbar .block-layered-nav .active-filters a:after, #layered-currently .btn-remove:after,
#layered-currently .btn-remove-all:after, .featherlight .featherlight-close-icon:after {
  background-position: 11.150943396226415% 54.26614481409002%;
  width: 13px;
  height: 13px;
}

.icon-countdown, #countdown .icon, .checkout-cart-index .content-before-container #countdown .icon {
  background-position: 77.64132553606238% 78.58906882591093%;
  width: 30px;
  height: 30px;
}

.icon-cs-facebook {
  background-position: 65.4804752505902% 24.680851063829788%;
  width: 26.22px;
  height: 54px;
}

.icon-cs-facebook-black, .customerservice-platforms .platform.facebook .icon:before {
  background-position: 86.3121387283237% 9.751037344398341%;
  width: 24px;
  height: 42px;
}

.icon-cs-mail {
  background-position: 68.55134412414156% 36.170212765957444%;
  width: 49.37px;
  height: 54px;
}

.icon-cs-mail-black, .customerservice-platforms .platform.email .icon:before {
  background-position: 37.6144578313253% 59.12423625254583%;
  width: 45px;
  height: 33px;
}

.icon-cs-twitter {
  background-position: 69.20040899795501% 47.659574468085104%;
  width: 54px;
  height: 54px;
}

.icon-cs-twitter-black, .customerservice-platforms .platform.twitter .icon:before {
  background-position: 45.0796812749004% 79.39263803680981%;
  width: 41px;
  height: 35px;
}

.icon-cs-whatsapp {
  background-position: 80.47967479674797% 40.80338266384778%;
  width: 51px;
  height: 51px;
}

.icon-cs-whatsapp-black, .customerservice-platforms .platform.whatsapp .icon:before {
  background-position: 88.88095238095238% 34.92783505154639%;
  width: 39px;
  height: 39px;
}

.icon-customerbalance-checkout, .icon.customerbalance {
  background-position: 89.05765407554672% 26.735537190082646%;
  width: 40px;
  height: 40px;
}

.icon-dankort, .social-psps #block-footer_payment_delivery li.dankort, .social-psps #block-footer_payment_delivery a.dankort, .icon.buckaroo3extended_dankort {
  background-position: 23.81048387096774% 50.06072874493927%;
  width: 47px;
  height: 30px;
}

.icon-dankort-vector-checkout {
  background-position: 0 61.765957446808514%;
  width: 54px;
  height: 54px;
}

.icon-dhl-footer, .social-psps #block-footer_payment_delivery li.dhl, .social-psps #block-footer_payment_delivery a.dhl {
  background-position: 30.394431554524363% 33.59126984126984%;
  width: 112px;
  height: 20px;
}

.icon-dhl-header, #block-checkout_header_usps li.dhl, #block-checkout_header_usps a.dhl {
  background-position: 0 28.343434343434346%;
  width: 143px;
  height: 29px;
}

.icon-download-icon {
  background-position: 54.593023255813954% 86.96780684104628%;
  width: 27px;
  height: 27px;
}

.icon-eMaestro-checkout, .icon.buckaroo3extended_maestro {
  background-position: 27.441860465116285% 59.17244190786791%;
  width: 52.8px;
  height: 33.4px;
}

.icon-eMeastro-footer, .social-psps #block-footer_payment_delivery li.emaestro, .social-psps #block-footer_payment_delivery a.emaestro {
  background-position: 41.63385826771653% 27.987233193696394%;
  width: 35px;
  height: 22.7px;
}

.icon-envelope-stock-alert {
  background-position: 48.38095238095238% 41.0958904109589%;
  width: 18px;
  height: 13px;
}

.icon-envelope-stock-alert-hover, .product-view .alert-price .alert-link:before,
.product-view .alert-stock .alert-link:before {
  background-position: 51.80952380952381% 41.0958904109589%;
  width: 18px;
  height: 13px;
}

.icon-eps-checkout, .icon.buckaroo3extended_eps {
  background-position: 69.48459958932239% 11.065573770491802%;
  width: 56px;
  height: 36px;
}

.icon-eps-footer, .social-psps #block-footer_payment_delivery li.eps, .social-psps #block-footer_payment_delivery a.eps {
  background-position: 33.21931589537223% 50.06072874493927%;
  width: 46px;
  height: 30px;
}

.icon-facebook, .social-psps .facebook {
  background-position: 26.077220077220073% 95.6372745490982%;
  width: 25px;
  height: 25px;
}

.icon-fashioncheque-checkout, .icon.buckaroo3extended_giftcards.fashioncheque {
  background-position: 54.389721627408996% 30.058939096267192%;
  width: 76px;
  height: 15px;
}

.icon-fashioncheque-footer, .social-psps #block-footer_payment_delivery li.fashioncheque, .social-psps #block-footer_payment_delivery a.fashioncheque {
  background-position: 54.389721627408996% 33.00589390962672%;
  width: 76px;
  height: 15px;
}

.icon-favourite {
  background-position: 80.64358452138492% 11.016949152542374%;
  width: 52px;
  height: 52px;
}

.icon-flag-aut, #side-nav .nav-primary .form-language a.lang-AT:before {
  background-position: 28.516377649325626% 43.95669291338583%;
  width: 24px;
  height: 16px;
}

.icon-flag-bel, #side-nav .nav-primary .form-language a.lang-BE:before {
  background-position: 42.33011583011583% 23.727810650887573%;
  width: 25px;
  height: 17px;
}

.icon-flag-bgr, #side-nav .nav-primary .form-language a.lang-BG:before {
  background-position: 33.140655105973025% 43.95669291338583%;
  width: 24px;
  height: 16px;
}

.icon-flag-cyp, #side-nav .nav-primary .form-language a.lang-CY:before {
  background-position: 94.90485436893204% 77.51968503937007%;
  width: 28px;
  height: 16px;
}

.icon-flag-cze, #side-nav .nav-primary .form-language a.lang-CZ:before {
  background-position: 37.76493256262042% 43.95669291338583%;
  width: 24px;
  height: 16px;
}

.icon-flag-deu, #side-nav .nav-primary .form-language a.lang-DE:before {
  background-position: 42.38921001926782% 43.95669291338583%;
  width: 24px;
  height: 16px;
}

.icon-flag-dnk, #side-nav .nav-primary .form-language a.lang-DK:before {
  background-position: 53.202312138728324% 57.37154150197628%;
  width: 24px;
  height: 18px;
}

.icon-flag-esp, #side-nav .nav-primary .form-language a.lang-ES:before {
  background-position: 47.01348747591522% 43.95669291338583%;
  width: 24px;
  height: 16px;
}

.icon-flag-est, #side-nav .nav-primary .form-language a.lang-EE:before {
  background-position: 51.63776493256262% 43.95669291338583%;
  width: 24px;
  height: 16px;
}

.icon-flag-eur, #side-nav .nav-primary .form-language a.lang-EU:before, #side-nav .nav-primary .form-language a.lang-COM:before {
  background-position: 56.262042389210016% 43.95669291338583%;
  width: 24px;
  height: 16px;
}

.icon-flag-fin, #side-nav .nav-primary .form-language a.lang-FI:before {
  background-position: 57.82658959537572% 57.145669291338585%;
  width: 24px;
  height: 16px;
}

.icon-flag-fra, #side-nav .nav-primary .form-language a.lang-FR:before {
  background-position: 62.45086705202312% 57.145669291338585%;
  width: 24px;
  height: 16px;
}

.icon-flag-gbr, #side-nav .nav-primary .form-language a.lang-GB:before {
  background-position: 67.07514450867052% 57.145669291338585%;
  width: 24px;
  height: 16px;
}

.icon-flag-grc, #side-nav .nav-primary .form-language a.lang-GR:before {
  background-position: 25.919075144508675% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-hrv, #side-nav .nav-primary .form-language a.lang-HR:before {
  background-position: 30.543352601156073% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-hun, #side-nav .nav-primary .form-language a.lang-HU:before {
  background-position: 35.16763005780347% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-irl, #side-nav .nav-primary .form-language a.lang-IR:before {
  background-position: 39.79190751445087% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-ita, #side-nav .nav-primary .form-language a.lang-IT:before {
  background-position: 23.745173745173744% 43.95669291338583%;
  width: 25px;
  height: 16px;
}

.icon-flag-ltu, #side-nav .nav-primary .form-language a.lang-LT:before {
  background-position: 44.41618497109827% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-lux, #side-nav .nav-primary .form-language a.lang-LU:before {
  background-position: 49.040462427745666% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-lva, #side-nav .nav-primary .form-language a.lang-LV:before {
  background-position: 94.17341040462428% 90.54901960784314%;
  width: 24px;
  height: 14px;
}

.icon-flag-mlt, #side-nav .nav-primary .form-language a.lang-ML:before {
  background-position: 53.664739884393065% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-nld, #side-nav .nav-primary .form-language a.lang-NL:before {
  background-position: 58.28901734104046% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-pol, #side-nav .nav-primary .form-language a.lang-PL:before, #side-nav .nav-primary .form-language a.lang-PT:before {
  background-position: 62.91329479768786% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-prt, #side-nav .nav-primary .form-language a.lang-PT:before {
  background-position: 74.75529865125239% 68.04347826086956%;
  width: 24px;
  height: 18px;
}

.icon-flag-rou, #side-nav .nav-primary .form-language a.lang-RO:before {
  background-position: 67.53757225433526% 63.72047244094488%;
  width: 24px;
  height: 16px;
}

.icon-flag-svk, #side-nav .nav-primary .form-language a.lang-SK:before {
  background-position: 79.3795761078998% 67.7755905511811%;
  width: 24px;
  height: 16px;
}

.icon-flag-svn, #side-nav .nav-primary .form-language a.lang-SI:before {
  background-position: 40.47784200385357% 93.94291338582677%;
  width: 24px;
  height: 16px;
}

.icon-flag-swe, #side-nav .nav-primary .form-language a.lang-SE:before {
  background-position: 99.8188824662813% 0;
  width: 24px;
  height: 18px;
}

.icon-gift-l, .gift-wrap .gw-text:before, #block-footer_usps .block-content li.cadeauverpakking:after, #block-pdp_usps .block-content li.cadeauverpakking:after {
  background-position: 17.964071856287426% 89.67427385892117%;
  width: 42px;
  height: 42px;
}

.icon-gift-m, .product-grid-usp #block-footer_usps .block-content li.cadeauverpakking:after {
  background-position: 26.347305389221557% 89.67427385892117%;
  width: 42px;
  height: 42px;
}

.icon-gift-s, #block-footer_usps .block-content li.cadeauverpakking:before, .product-grid-usp #block-footer_usps .block-content li.cadeauverpakking:before, #block-pdp_usps .block-content li.cadeauverpakking:before {
  background-position: 69.7678916827853% 86.79317269076306%;
  width: 26px;
  height: 26px;
}

.icon-giftwrap-s, .gift-wrap .gw-text:before, .giftwrap-toggle::before {
  background-position: 99.43570057581573% 26.54075546719682%;
  width: 22px;
  height: 21px;
}

.icon-giftwrap-white-s {
  background-position: 21.182494444981163% 95.6372745490982%;
  width: 25.45px;
  height: 25px;
}

.icon-giropay-checkout, .icon.buckaroo3extended_giropay {
  background-position: 69.48459958932239% 18.072289156626507%;
  width: 56px;
  height: 26px;
}

.icon-giropay-footer, .social-psps #block-footer_payment_delivery li.giropay, .social-psps #block-footer_payment_delivery a.giropay {
  background-position: 80.39796954314721% 48.8%;
  width: 50.5px;
  height: 24px;
}

.icon-googeplus, .social-psps .google-plus {
  background-position: 95.08949416342412% 36.46825396825397%;
  width: 29px;
  height: 20px;
}

.icon-greencheck, .valid-check {
  background-position: 99.03651309501049% 88.2411067193676%;
  width: 19.9px;
  height: 18px;
}

.icon-icon-whatsapp {
  background-position: 10.898522644708162% 61.765957446808514%;
  width: 47.52px;
  height: 54px;
}

.icon-ideal-checkout, .icon.buckaroo3extended_ideal {
  background-position: 28.523622047244096% 69.97967479674797%;
  width: 35px;
  height: 32px;
}

.icon-ideal-footer, .social-psps #block-footer_payment_delivery li.ideal, .social-psps #block-footer_payment_delivery a.ideal {
  background-position: 94.90485436893204% 81.96%;
  width: 28px;
  height: 24px;
}

.icon-instagram, .social-psps .instagram {
  background-position: 99.24521072796934% 61.33200795228628%;
  width: 21px;
  height: 21px;
}

.icon-klarna-checkout, .icon.buckaroo3extended_klarna {
  background-position: 55.33769063180828% 10.756972111553784%;
  width: 84px;
  height: 22px;
}

.icon-klarna-footer, .social-psps #block-footer_payment_delivery li.klarna, .social-psps #block-footer_payment_delivery a.klarna {
  background-position: 55.33769063180828% 15.139442231075698%;
  width: 84px;
  height: 22px;
}

.icon-linkedin, .social-psps .linked-in {
  background-position: 30.9034749034749% 95.6372745490982%;
  width: 25px;
  height: 25px;
}

.icon-logo-black-s, .bottom-links .bottom-logo {
  background-position: 0 11.878397422991746%;
  width: 165.5px;
  height: 27.3px;
}

.icon-mastercard-checkout, .icon.buckaroo3extended_mastercard {
  background-position: 36.66% 79.39263803680981%;
  width: 43px;
  height: 35px;
}

.icon-mastercard-footer, .social-psps #block-footer_payment_delivery li.mastercard, .social-psps #block-footer_payment_delivery a.mastercard {
  background-position: 48.411764705882355% 69.27565392354124%;
  width: 33px;
  height: 27px;
}

.icon-mistercash-checkout, .icon.buckaroo3extended_bancontactmrcash {
  background-position: 51.122244488977955% 49.95959595959596%;
  width: 44px;
  height: 29px;
}

.icon-paypal-checkout, .icon.buckaroo3extended_paypal {
  background-position: 32.415448851774535% 23.821782178217823%;
  width: 64px;
  height: 19px;
}

.icon-paypal-footer, .social-psps #block-footer_payment_delivery li.paypal, .social-psps #block-footer_payment_delivery a.paypal {
  background-position: 13.223140495867769% 44.130434782608695%;
  width: 59px;
  height: 18px;
}

.icon-pinterest, .social-psps .pinterest {
  background-position: 99.05544933078393% 3.6%;
  width: 20px;
  height: 24px;
}

.icon-play-video, .product-image-gallery .gallery-video-wrap:before {
  background-position: 9.67741935483871% 80.71309771309771%;
  width: 47px;
  height: 43px;
}

.icon-play-video-s, .product-image-thumbs a.video:before {
  background-position: 52.514734774066795% 79.06924643584522%;
  width: 34px;
  height: 33px;
}

.icon-play-video-xs, .more-views.layout-half .product-image-thumbs a.video:before {
  background-position: 95.08949416342412% 41.08870967741935%;
  width: 29px;
  height: 28px;
}

.icon-plus-sign, .block-related .related-checker span:after {
  background-position: 70.7977315689981% 63.470588235294116%;
  width: 14px;
  height: 14px;
}

.icon-postnl-checkout {
  background-position: 88.5296442687747% 66.50924024640656%;
  width: 37px;
  height: 37px;
}

.icon-postnl-checkout-sp-method {
  background-position: 94.90485436893204% 87.45967741935483%;
  width: 28px;
  height: 28px;
}

.icon-postnl-footer, .social-psps #block-footer_payment_delivery li.postnl, .social-psps #block-footer_payment_delivery a.postnl {
  background-position: 59.70986460348163% 86.96780684104628%;
  width: 26px;
  height: 27px;
}

.icon-postnl-header, #block-checkout_header_usps li.postnl, #block-checkout_header_usps a.postnl {
  background-position: 88.5296442687747% 74.10677618069815%;
  width: 37px;
  height: 37px;
}

.icon-przelewy24-checkout, .icon.buckaroo3extended_p24 {
  background-position: 54.389721627408996% 36.82092555331992%;
  width: 76px;
  height: 27px;
}

.icon-przelewy24-footer, .social-psps #block-footer_payment_delivery li.p24, .social-psps #block-footer_payment_delivery a.p24 {
  background-position: 0 44.66%;
  width: 64px;
  height: 24px;
}

.icon-ratingstar, .mct_feedbackcompany span.rate {
  background-position: 0 34.06438631790744%;
  width: 131px;
  height: 27px;
}

.icon-ratingstar-inactive {
  background-position: 0 39.496981891348085%;
  width: 131px;
  height: 27px;
}

.icon-related, .related-toggle::before {
  background-position: 99.62692307692306% 13.173652694610778%;
  width: 23px;
  height: 23px;
}

.icon-return-l, #block-footer_usps .block-content li.retourneren:after, #block-pdp_usps .block-content li.retourneren:after {
  background-position: 80.31643002028397% 55.833333333333336%;
  width: 50px;
  height: 44px;
}

.icon-return-m, .product-grid-usp #block-footer_usps .block-content li.retourneren:after {
  background-position: 27.915831663326657% 80.04742268041237%;
  width: 44px;
  height: 39px;
}

.icon-return-s, #block-footer_usps .block-content li.retourneren:before, .product-grid-usp #block-footer_usps .block-content li.retourneren:before, #block-pdp_usps .block-content li.retourneren:before {
  background-position: 65.17988394584138% 68.72255489021956%;
  width: 26px;
  height: 23px;
}

.icon-return-white-s {
  background-position: 99.24521072796934% 65.11857707509881%;
  width: 21px;
  height: 18px;
}

.icon-rtl5, .rtl5-logo {
  background-position: 89.1995221027479% 0;
  width: 40.8px;
  height: 47px;
}

.icon-search-close {
  background-position: 44.24952741020794% 93.57450980392157%;
  width: 14px;
  height: 14px;
}

.icon-search-close-s, #close-autocompletion:before {
  background-position: 99.05544933078393% 80.6547619047619%;
  width: 20px;
  height: 20px;
}

.icon-search-header {
  background-position: 74.79690522243713% 86.79317269076306%;
  width: 26px;
  height: 26px;
}

.icon-search-header-hover {
  background-position: 79.82591876208897% 86.79317269076306%;
  width: 26px;
  height: 26px;
}

.icon-search-icon {
  background-position: 0 96.21572580645162%;
  width: 28px;
  height: 28px;
}

.icon-search-icon-m, #search_mini_form .search-button > span {
  background-position: 99.8188824662813% 8.4%;
  width: 24px;
  height: 24px;
}

.icon-search-icon-s {
  background-position: 99.05544933078393% 84.62301587301587%;
  width: 20px;
  height: 20px;
}

.icon-search-icon-xs, .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box:before {
  background-position: 99.24521072796934% 69.0854870775348%;
  width: 21px;
  height: 21px;
}

.icon-search-icon-xxs, .mct-shipping-additional .postcode-search-wrap .form-list .button > span, .mct-shipping-additional .postcode-search-wrap .form-list .cart-collaterals .block-content .button-wrapper .button2 > span, .cart-collaterals .block-content .button-wrapper .mct-shipping-additional .postcode-search-wrap .form-list .button2 > span {
  background-position: 98.86641221374045% 91.98019801980197%;
  width: 19px;
  height: 19px;
}

.icon-share-wishlist, .my-wishlist .buttons-set .btn-share:before {
  background-position: 99.43570057581573% 30.473372781065088%;
  width: 22px;
  height: 17px;
}

.icon-ship-l, #block-footer_usps .block-content li.verzendkosten:after, #block-pdp_usps .block-content li.verzendkosten:after {
  background-position: 80.64358452138492% 21.39917695473251%;
  width: 52px;
  height: 38px;
}

.icon-ship-m, .product-grid-usp #block-footer_usps .block-content li.verzendkosten:after {
  background-position: 10.1010101010101% 70.55327868852459%;
  width: 48px;
  height: 36px;
}

.icon-ship-s, #block-footer_usps .block-content li.verzendkosten:before, .product-grid-usp #block-footer_usps .block-content li.verzendkosten:before, #block-pdp_usps .block-content li.verzendkosten:before {
  background-position: 70.79805825242718% 29.22465208747515%;
  width: 28px;
  height: 21px;
}

.icon-ship-white-s {
  background-position: 58.75650721933013% 49.55911823647295%;
  width: 33.95px;
  height: 25px;
}

.icon-shop-l, #block-footer_usps .block-content li.shop:after, #block-pdp_usps .block-content li.shop:after, span.icon-shop {
  background-position: 0 71.7187076884621%;
  width: 50px;
  height: 43.93px;
}

.icon-shop-m, .product-grid-usp #block-footer_usps .block-content li.shop:after {
  background-position: 0 80.88125%;
  width: 48px;
  height: 44px;
}

.icon-shop-s, #block-footer_usps .block-content li.shop:before, .product-grid-usp #block-footer_usps .block-content li.shop:before, #block-pdp_usps .block-content li.shop:before {
  background-position: 49.06432748538012% 86.96780684104628%;
  width: 30px;
  height: 27px;
}

.icon-shop-white-s {
  background-position: 60.06745231818886% 68.99799599198397%;
  width: 27.08px;
  height: 25px;
}

.icon-showmore {
  background-position: 46.53846153846154% 57.74815993634375%;
  width: 43.8px;
  height: 21.3px;
}

.icon-smartphone-footer {
  background-position: 19.90588235294118% 61.765957446808514%;
  width: 33px;
  height: 54px;
}

.icon-sofort-checkout, .icon.buckaroo3extended_sofortueberweisung {
  background-position: 54.97835497835498% 19.758064516129032%;
  width: 81px;
  height: 28px;
}

.icon-sofort-footer, .social-psps #block-footer_payment_delivery li.sofort, .social-psps #block-footer_payment_delivery a.sofort {
  background-position: 30.136986301369863% 28.060000000000002%;
  width: 68.5px;
  height: 24px;
}

.icon-subscribe5euro, .newsletter-container #block-cms_footer_newsletterpromo .subscribe-5euro {
  background-position: 0 5.1020408163265305%;
  width: 238px;
  height: 34px;
}

.icon-to-top, #back-to-top:after {
  background-position: 84.20345489443378% 86.79317269076306%;
  width: 22px;
  height: 26px;
}

.icon-tooltip, .tooltip {
  background-position: 89.11025145067698% 86.79317269076306%;
  width: 26px;
  height: 26px;
}

.icon-trustedshops, .bottom-links ul li .badge-trustedshops {
  background-position: 42.544378698224854% 88.57172131147541%;
  width: 36px;
  height: 36px;
}

.icon-trustedshops-footer, .social-psps #block-footer_payment_delivery li.trustedshops, .social-psps #block-footer_payment_delivery a.trustedshops {
  background-position: 71.212890625% 23.529411764705884%;
  width: 31px;
  height: 31px;
}

.icon-trustedshops-header, #block-checkout_header_usps li.trustedshops, #block-checkout_header_usps a.trustedshops {
  background-position: 88.7049504950495% 53.16872427983538%;
  width: 38px;
  height: 38px;
}

.icon-twitter, .social-psps .twitter {
  background-position: 99.43570057581573% 33.89328063241107%;
  width: 22px;
  height: 18px;
}

.icon-tww-checkout {
  background-position: 0 18.361702127659573%;
  width: 155.27px;
  height: 54px;
}

.icon-tww-footer, .bottom-links ul li.thuiswinkelwaarborg .icon {
  background-position: 5.436893203883495% 96.21572580645162%;
  width: 28px;
  height: 28px;
}

.icon-tww-footer-s, .social-psps #block-footer_payment_delivery li.thuiswinkelwaarborg, .social-psps #block-footer_payment_delivery a.thuiswinkelwaarborg {
  background-position: 27.57894736842105% 39.41767068273092%;
  width: 68px;
  height: 26px;
}

.icon-tww-header, #block-checkout_header_usps li.thuiswinkelwaarborg, #block-checkout_header_usps a.thuiswinkelwaarborg {
  background-position: 34.427937915742795% 17.612244897959183%;
  width: 92px;
  height: 34px;
}

.icon-vimeo, .social-psps .vimeo {
  background-position: 99.43570057581573% 37.59920634920635%;
  width: 22px;
  height: 20px;
}

.icon-visa-checkout, .icon.buckaroo3extended_visa {
  background-position: 39.95983935742972% 38.794466403162055%;
  width: 45px;
  height: 18px;
}

.icon-visa-footer, .social-psps #block-footer_payment_delivery li.visa, .social-psps #block-footer_payment_delivery a.visa {
  background-position: 88.88095238095238% 41.023622047244096%;
  width: 39px;
  height: 16px;
}

.icon-webshopgiftcard-checkout, .social-psps #block-footer_payment_delivery li.webshopgiftcard, .social-psps #block-footer_payment_delivery a.webshopgiftcard, .icon.buckaroo3extended_giftcards.webshopgiftcard {
  background-position: 35.438972162740896% 11.823647294589179%;
  width: 76px;
  height: 25px;
}

.icon-wishlist-added, .products-grid > li.item a.link-wishlist.active:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button.active:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.active.button2:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.active.button2:before, .mct-widget-products .widget-products .owl-item a.link-wishlist:active:before {
  background-position: 95.08949416342412% 46.63983903420523%;
  width: 29px;
  height: 27px;
}

.icon-wishlist-header, .skip-wishlist .icon,
.skip-wishlist .icon-desktop, .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button > span:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2 > span:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2 > span:before {
  background-position: 70.07335907335906% 68.58565737051792%;
  width: 25px;
  height: 22px;
}

.icon-wishlist-header-black {
  background-position: 35.343811394891944% 69.83772819472617%;
  width: 34px;
  height: 31px;
}

.icon-wishlist-header-hover {
  background-position: 95.14502627992991% 5.517519130084575%;
  width: 29.3px;
  height: 27.4px;
}

.icon-wishlist-hover {
  background-position: 95.08949416342412% 52.072434607645874%;
  width: 29px;
  height: 27px;
}

.icon-wishlist-productoverview, .products-grid > li.item a.link-wishlist:before, .mct-widget-products .widget-products .owl-item a.link-wishlist:before {
  background-position: 95.08949416342412% 57.50503018108652%;
  width: 29px;
  height: 27px;
}

.icon-youtube, .social-psps .youtube {
  background-position: 35.729729729729726% 95.6372745490982%;
  width: 25px;
  height: 25px;
}

.icon-zoomplus {
  background-position: 10.87378640776699% 96.21572580645162%;
  width: 28px;
  height: 28px;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}
.data-table th {
  background: #F4F4F4;
}
.data-table thead th,
.data-table thead td {
  white-space: nowrap;
}
.data-table tfoot tr {
  background: #F4F4F4;
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: 400;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: 400;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 320px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #eaeaea;
  }
  .linearize-table tbody td {
    padding: 5px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td:first-child, .linearize-table tbody td:first-child h3 {
    font-weight: 400;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    padding-right: 5px;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    width: 40%;
  }
  .linearize-table .lin-hide {
    display: none;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 568px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #eaeaea;
  }
  .linearize-table-large tbody td {
    padding: 5px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td:first-child, .linearize-table-large tbody td:first-child h3 {
    font-weight: 400;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    padding-right: 5px;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    width: 40%;
  }
  .linearize-table-large .lin-hide {
    display: none;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
  .linearize-table-large thead {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
}
body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1d1d1d;
  visibility: hidden;
  opacity: 0;
  webkit-transition: visibility 0s linear .5s, opacity .5s ease-out 0s;
  transition: visibility 0s linear .5s, opacity .5s ease-out 0s;
  z-index: 109;
}
body.high-z-after:after {
  z-index: 149;
}
body.has-open-navbar {
  overflow: hidden;
  position: fixed;
  overflow-y: scroll;
}
body.has-open-navbar:after {
  webkit-transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  opacity: 0.75;
  visibility: visible;
}
body.has-open-flyout:after {
  webkit-transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  opacity: 0.75;
  visibility: visible;
  z-index: 149;
}
body.has-topbar-message #header {
  top: 42px;
}
body.has-topbar-message #side-nav {
  top: 92px;
}

html.with-featherlight body:after {
  webkit-transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  opacity: 0.75;
  visibility: visible;
  z-index: 150;
}

@media only screen and (min-width: 1023px) {
  body.has-topbar-message #side-nav {
    top: 105px;
  }
}
.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 1240px) {
  html.with-featherlight body,
  body.has-open-navbar,
  body.has-open-search {
    position: static;
    overflow: visible;
  }

  body.has-preopened-navbar {
    position: static;
    overflow: visible;
    overflow-y: scroll;
    width: 100%;
  }

  body.has-open-navbar:after {
    display: none;
  }

  body.has-open-flyout:after {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  body.filters-pos-fixed {
    position: fixed;
  }
}
@media only screen and (max-width: 1123px) {
  body.has-open-search {
    overflow: hidden;
    position: fixed;
    overflow-y: scroll;
  }
  body.has-open-search:after {
    webkit-transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
    transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
    opacity: 0.75;
    visibility: visible;
  }

  body.no-scroll {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1124px) {
  body.has-open-search:after {
    display: block;
    webkit-transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
    transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
    opacity: 0.75;
    visibility: visible;
  }
}
/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
#header {
  position: fixed;
  width: 100%;
  min-width: 320px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #1d1d1d;
  z-index: 110;
}

@media only screen and (min-width: 1023px) {
  #header {
    height: 62px;
  }
}
.pre-page-header,
.page-header-quicklink,
.page-header-association {
  display: none;
}

.header-navigation {
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background: #1d1d1d;
  height: 50px;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transition: transform .25s ease-in;
  width: 250px;
  z-index: 120;
}
.header-navigation .skip-link, .header-navigation .skip-wishlist {
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  align-items: center;
  color: #fff;
  display: flex;
  height: inherit;
  line-height: inherit;
  margin-left: 20px;
}
.header-navigation .skip-link:hover, .header-navigation .skip-wishlist:hover {
  color: #969696;
}
.header-navigation .skip-link .icon, .header-navigation .skip-wishlist .icon {
  flex-shrink: 0;
}
.header-navigation .skip-link .label, .header-navigation .skip-wishlist .label {
  display: block;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.25em;
  line-height: 1em;
  margin-left: 12px;
}

@media only screen and (min-width: 479px) {
  .header-navigation {
    -ms-transform: translate3d(-250px, 0, 0);
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
}
.has-open-navbar .header-navigation {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-language-background {
  background-color: #1d1d1d;
  color: #fff;
}
.header-language-background .header-language-container {
  max-width: 1561px;
  margin: 0 auto;
  padding: 15px 30px;
}
@media only screen and (min-width: 1024px) {
  .header-language-background .header-language-container {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1240px) {
  .header-language-background .header-language-container {
    max-width: 1240px;
  }
}
@media only screen and (min-width: 1601px) {
  .header-language-background .header-language-container {
    max-width: 1601px;
  }
}
.header-language-background .header-language-container:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.has-open-navbar .page-header-container {
  -ms-transform: translate3d(250px, 0px, 0);
  -webkit-transform: translate3d(250px, 0px, 0);
  transform: translate3d(250px, 0px, 0);
}

@media only screen and (max-width: 1023px) {
  #header {
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
    transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
  }
  #header.moved-up {
    -ms-transform: translate3d(0, -112px, 0);
    -webkit-transform: translate3d(0, -112px, 0);
    transform: translate3d(0, -112px, 0);
  }

  .low-z-heading #header {
    z-index: 100;
  }

  .has-open-search #header.moved-up,
  .has-open-navbar #header.moved-up {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .page-header-container {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: left,width,-webkit-transform;
    transition-property: left,width,transform;
    will-change: left,width;
    -webkit-backface-visibility: hidden;
  }
}
@media only screen and (min-width: 479px) {
  .has-open-navbar .page-header-container {
    -ms-transform: translate3d(250px, 0, 0);
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }
}
@media only screen and (min-width: 1024px) {
  .header-navigation {
    display: none;
  }

  .has-open-navbar .page-header-container {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.page-header-container .store-language-container {
  max-width: 35%;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}
.page-header-container .store-language-container:empty {
  display: none;
}

/* ============================================ *
 * Header
 * ============================================ */
.page-header-container {
  position: relative;
  height: 50px;
  background: #1d1d1d;
  z-index: 112;
  margin: 0 auto;
}
.page-header-container.header-dropdowns {
  top: -50px;
  z-index: 111;
}
.page-header-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 1023px) {
  .page-header-container {
    height: 62px;
  }
  .page-header-container.header-dropdowns {
    top: -62px;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  position: absolute;
  left: 50%;
  top: 12.5px;
  width: 151px;
  max-width: 151px;
  height: 23px;
  margin-left: -76.5px;
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: transform .25s ease-in;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
  display: block;
}
.logo img {
  max-width: 100%;
  width: 151px;
  height: 23px;
  vertical-align: middle;
}
.logo .small {
  display: inline-block;
}
.logo .large {
  display: none;
}

@media only screen and (min-width: 1023px) {
  .logo {
    width: 220px;
    min-width: 220px;
    margin-left: -110px;
    height: 33px;
    top: 15px;
  }
  .logo img {
    height: 33px;
    width: 220px;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  float: right;
  margin-right: 5px;
}

.skip-links > .skip-link-wrapper {
  min-width: 25px;
  height: 50px;
  line-height: 45px;
  display: inline-block;
  vertical-align: middle;
  margin: auto 8px;
}

@media only screen and (max-width: 330px) {
  .skip-links .skip-link-wrapper {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media only screen and (min-width: 1023px) {
  .skip-links > .skip-link-wrapper {
    height: 62px;
    line-height: 57px;
  }
}
@media only screen and (min-width: 1024px) {
  .skip-links {
    margin-right: 0;
    float: none;
    position: absolute;
    top: 0;
    right: 5px;
  }
  .skip-links .skip-link-wrapper {
    margin: auto 17px;
  }
}
@media only screen and (min-width: 1124px) {
  .skip-link-wrapper:first-child {
    margin-right: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link, .skip-wishlist {
  line-height: 45px;
  color: #fff;
  text-decoration: none;
}
.skip-link:hover, .skip-wishlist:hover {
  text-decoration: none;
}
.skip-link .label, .skip-wishlist .label {
  display: none;
}

@media only screen and (min-width: 1023px) {
  .skip-link, .skip-wishlist {
    line-height: 60px;
  }
}
.header-navigation .skip-link .label, .header-navigation .skip-wishlist .label {
  display: inline-block;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Skip Link - Icon + Count
 */
.skip-link .icon, .skip-wishlist .icon {
  display: inline-block;
  vertical-align: middle;
}
.skip-link .count, .skip-wishlist .count {
  color: #fff;
}

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
#header-account li a {
  padding: 0 20px;
  border-bottom: 0;
  text-align: left;
  line-height: 30px;
}
#header-account li .indicator {
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

#header-account li:last-child a {
  border-bottom: 0;
}

.no-touch #header-account a:hover {
  text-decoration: underline;
}

.no-touch .nav-primary a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1023px) {
  #header-account li {
    position: relative;
  }
  #header-account li a {
    padding: 0;
  }
  #header-account li .indicator {
    position: absolute;
    display: block;
    background-color: #d8d8d8;
    min-width: 30px;
    height: 22px;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    padding-right: 7px;
    padding-left: 7px;
  }
}
/* ============================================ *
 * ACCOUNT CART WRAPPER
 * ============================================ */
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 1023px) {
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 26px;
  min-height: 20px;
}
.skip-nav span {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  display: block;
  -moz-transition: background 0s 0.25s;
  -o-transition: background 0s 0.25s;
  -webkit-transition: background 0s 0.25s;
  transition: background 0s 0.25s;
}
.skip-nav span.strip-1 {
  top: 0;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}
.skip-nav span.strip-2 {
  top: 9px;
}
.skip-nav span.strip-3 {
  bottom: 0;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.skip-nav span.strip-1, .skip-nav span.strip-3 {
  -webkit-transition-delay: .25s,0s;
  transition-delay: .25s,0s;
  -webkit-transition-duration: .25s,.25s;
  transition-duration: .25s,.25s;
}

@media only screen and (min-width: 1023px) {
  .skip-nav {
    top: 20px;
    width: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .skip-nav {
    left: 20px;
  }
}
@media only screen and (max-width: 1239px) {
  .skip-nav.skip-active .strip-1 {
    -webkit-transition-delay: 0s,.25s;
    transition-delay: 0s,.25s;
    top: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .skip-nav.skip-active .strip-2 {
    background: 0 0;
  }
  .skip-nav.skip-active .strip-3 {
    -webkit-transition-delay: 0s,.25s;
    transition-delay: 0s,.25s;
    bottom: 9px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
#side-nav .nav-primary {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}
#side-nav .nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #1d1d1d;
  line-height: 40px;
  padding: 0 40px 0 20px;
  margin: 0;
}
#side-nav .nav-primary a.lighten {
  color: #969696;
}
#side-nav .nav-primary a.loading {
  background-color: #eaeaea;
}
#side-nav .nav-primary a.level0 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#side-nav .nav-primary li {
  position: relative;
  border: 0;
}
#side-nav .nav-primary > li {
  border-bottom: 1px solid #eaeaea;
}
#side-nav .nav-primary .menu-active > ul.level0,
#side-nav .nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}
#side-nav .nav-primary li.parent > a span {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  border: 1px solid #1d1d1d;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
#side-nav .nav-primary li.parent > a span:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #1d1d1d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5.5px;
  margin-left: -0.5px;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}
#side-nav .nav-primary li.parent > a span:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #1d1d1d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5px;
  margin-left: -5.5px;
}
#side-nav .nav-primary li.parent.sub-menu-active > a span:before,
#side-nav .nav-primary li.parent.menu-active > a span:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#side-nav .nav-primary li.menu-active {
  background-color: #f9f9f9;
}
#side-nav .nav-primary li.menu-active > ul {
  display: block;
}
#side-nav .nav-primary .submenu {
  margin-bottom: 15px;
  display: none;
}
#side-nav .nav-primary .submenu ul {
  margin-bottom: 15px;
}
#side-nav .nav-primary .submenu ul:last-child {
  margin-bottom: 0;
}
#side-nav .nav-primary .form-language a {
  padding-left: 55px;
  padding-right: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#side-nav .nav-primary .form-language a:before {
  content: "";
  display: block;
  max-width: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#side-nav .nav-primary .form-language a.level0 {
  padding: 0;
  height: 60px;
  position: relative;
}
#side-nav .nav-primary .form-language a.level0 label {
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 55px;
  padding-right: 40px;
}
#side-nav .nav-primary .form-language .websites {
  max-height: -moz-calc(50vh -  60px);
  max-height: -webkit-calc(50vh -  60px);
  max-height: calc(50vh -  60px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 479px) {
  #side-nav .nav-primary {
    width: 250px;
  }
}
@media only screen and (min-width: 1023px) {
  #side-nav .nav-primary a {
    padding: 0 45px 0 20px;
  }
  #side-nav .nav-primary li.parent > a span {
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }
  #side-nav .nav-primary li.parent > a span:before {
    width: 1px;
    height: 7px;
    top: 50%;
    left: 50%;
    margin-top: -3.5px;
    margin-left: -0.5px;
  }
  #side-nav .nav-primary li.parent > a span:after {
    width: 7px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-top: -0.5px;
    margin-left: -3.5px;
  }
  #side-nav .nav-primary .form-language .websites {
    max-height: calc(100vh - 225px);
  }
}
/* ============================================ *
 * Top Main Navigation Styles
 * ============================================ */
.top-menu-desktop,
.top-menu-mobile {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .top-menu-mobile {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.25em;
    height: 62px;
    margin-left: 90px;
    overflow-y: hidden;
    width: 50%;
    width: -moz-calc(50% - 220px);
    width: -webkit-calc(50% - 220px);
    width: calc(50% - 220px);
  }
  .top-menu-mobile li {
    display: inline-block;
    line-height: 62px;
    margin: 0 20px;
  }
  .top-menu-mobile li a,
  .top-menu-mobile li a.level0 {
    color: #fff;
    text-decoration: none;
    line-height: 62px;
    font-size: 15px;
    padding: 0;
    letter-spacing: 4px;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .top-menu-mobile li a:hover,
  .top-menu-mobile li a.level0:hover {
    color: #969696;
  }
  .top-menu-mobile li.first {
    margin-left: 0;
  }
  .top-menu-mobile li.last {
    margin-right: 0;
  }
}
/* ============================================ *
 * Side Main Navigation Styles
 * ============================================ */
#side-nav {
  background: transparent;
  border: 0;
  visibility: hidden;
  display: block;
  z-index: 110;
  top: 50px;
  position: fixed;
  right: 0;
  bottom: 60px;
  left: 0;
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#side-nav .side-top-wrapper {
  border-right: 1px solid #eaeaea;
  overflow: hidden;
  height: 100%;
  width: 250px;
}
#side-nav .side-top {
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
  width: 250px;
}
#side-nav .side-top li {
  width: 250px;
}
#side-nav .side-top:hover {
  overflow-y: auto;
}
#side-nav .side-top .nav-primary {
  height: auto;
}
#side-nav .side-bottom {
  background: #f7f7f7;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  -ms-transform: translate3d(0, 60px, 0);
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  z-index: 111;
  width: 250px;
  min-width: 230px;
  max-height: 50vh;
}
#side-nav .side-bottom .nav-primary {
  overflow: hidden;
  border-right: 1px solid #eaeaea;
}

.has-open-navbar #side-nav {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: visible;
}

.has-open-search #side-nav {
  z-index: 80;
}

@media only screen and (min-width: 1023px) {
  #side-nav {
    top: 62px;
  }
}
@media only screen and (min-width: 1239px) {
  #side-nav.pre-opened {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    visibility: visible;
  }
}
@media only screen and (min-width: 1240px) {
  #side-nav {
    width: 250px;
    right: auto;
    display: block;
    clear: both;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    visibility: hidden;
  }
}
/* ============================================ *
 * Search - Header search
 * ============================================ */
#header-search {
  top: 50px;
}

.has-topbar-message #header-search {
  top: 49px;
}

@media only screen and (max-width: 1123px) {
  #header-search {
    position: fixed;
    width: 100%;
    left: 0;
    display: block;
  }
  #header-search:after {
    content: '';
    display: table;
    clear: both;
  }

  body.no-scroll #header-search {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  #header-search {
    top: 62px;
  }

  .has-topbar-message #header-search {
    top: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  .has-topbar-message #header-search {
    top: 102px;
  }
}
@media only screen and (min-width: 1124px) {
  #header-search {
    display: block;
    height: 50px;
    padding: 0;
    z-index: 115;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form {
  white-space: nowrap;
  background: #fff;
  position: relative;
  height: 50px;
  width: 100%;
}
#search_mini_form .input-box {
  padding: 0;
  line-height: 40px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  #search_mini_form .input-box {
    width: 100%;
    padding-left: 16px !important;
    padding-right: 5px !important;
    margin: 0;
  }
}
@media only screen and (max-width: 1123px) {
  #search_mini_form .input-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
    margin: 0;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
  }
}
#search_mini_form label {
  display: none;
}
#search_mini_form #search {
  font-size: 16px;
  font-weight: 300;
  border-width: 0;
  height: 39px;
  line-height: 39px;
  width: 100%;
  padding-left: 45px;
  padding-right: 18px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 1123px) {
  #search_mini_form #search {
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    margin: 0 auto;
    padding: 1px 16px;
    border-width: 0 0 0 1px;
    border-color: #999;
    height: auto;
    line-height: 28px;
  }
  #search_mini_form #search:-moz-placeholder {
    color: #757575;
  }
  #search_mini_form #search::-moz-placeholder {
    color: #757575;
  }
  #search_mini_form #search:-ms-input-placeholder {
    color: #757575;
  }
  #search_mini_form #search::-webkit-input-placeholder {
    color: #757575;
  }
}
#search_mini_form .search-button {
  border: 0;
  width: 35px;
  padding: 5px;
  background-color: transparent;
  position: absolute;
  left: 10px;
  top: 8px;
  cursor: default;
}
@media only screen and (max-width: 1123px) {
  #search_mini_form .search-button {
    position: absolute;
    right: 9px;
    left: auto;
    top: 7px;
  }
}
#search_mini_form .search-button > span {
  display: block;
}
#search_mini_form .search-button > span span {
  display: none;
}

@media only screen and (max-width: 1123px) {
  #search_mini_form:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1d1d1d;
    visibility: hidden;
    box-sizing: content-box;
    padding-bottom: 1px;
    z-index: 1;
    opacity: 0;
    webkit-transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
    transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
  }

  .has-open-navbar #search_mini_form:after {
    webkit-transition: visibility 0s linear 0s,opacity .25s ease-in .25s;
    transition: visibility 0s linear 0s,opacity .25s ease-in .25s;
    opacity: 0.75;
    visibility: visible;
  }

  #search {
    padding: 1px 110px 1px 16px;
  }

  .has-open-search #search_mini_form_btn {
    display: none;
  }
  .has-open-search #close-autocompletion {
    display: block;
  }
}
@media only screen and (min-width: 1124px) {
  #skip-link-wrapper-search {
    display: block;
    position: fixed;
    right: 203px;
    top: 7.5px;
    z-index: 115;
    height: 45px;
    line-height: 45px;
  }

  .has-open-navbar.has-topbar-message #skip-link-wrapper-search {
    top: 9px;
  }

  .has-topbar-message #skip-link-wrapper-search {
    top: 50px;
  }

  #search_mini_form {
    z-index: 200;
    height: 45px;
  }
  #search_mini_form #search {
    height: 45px;
    line-height: 45px;
  }
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account + Wishlist
 */
.skip-account .icon-desktop {
  display: none;
}
.skip-account:not(.skip-active):hover .icon,
.skip-account:not(.skip-active):hover .icon-desktop {
  opacity: 0.6;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.skip-account .icon,
.skip-account .icon-desktop {
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#skip-link-wrapper-wishlist {
  display: inline-block;
}

.skip-wishlist .icon-desktop {
  display: none;
}
.skip-wishlist:not(.skip-active):hover .icon,
.skip-wishlist:not(.skip-active):hover .icon-desktop {
  opacity: 0.6;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.skip-wishlist .icon,
.skip-wishlist .icon-desktop {
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  background: #fff;
  border: 1px solid #eaeaea;
  top: 50px;
  right: 0;
  width: 100%;
  line-height: normal;
  visibility: hidden;
  position: absolute;
  z-index: 110;
  -webkit-transition: visibility 0s linear .3s, -webkit-transform .3s linear;
  transition: visibility 0s linear .3s, transform .3s linear;
  -webkit-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  transform: translateY(-400px);
}
#header-account.skip-content {
  display: block;
}
#header-account.skip-active {
  top: 50px;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#header-account.skip-active a {
  white-space: nowrap;
}
#header-account li {
  margin-bottom: 5px;
  padding-right: 15px;
}
#header-account li a {
  padding: 0 40px 0 15px;
}
#header-account li.first {
  margin-top: 15px;
}
#header-account li.last {
  margin-top: 15px;
  margin-bottom: 0;
}
#header-account li .indicator {
  display: none;
}
#header-account li .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  margin-top: 4px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  text-align: center;
  background: #d8d8d8;
  color: #fff;
}
#header-account #ha-login,
#header-account #ha-logout {
  padding: 0;
}
#header-account #ha-login a,
#header-account #ha-logout a {
  cursor: pointer;
  background-color: #ff8916;
  letter-spacing: 3px;
  color: #fff;
  padding: 16px 0 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  padding: 15px 0;
  border: 0;
}
#header-account #ha-login a:hover,
#header-account #ha-logout a:hover {
  text-decoration: none;
  background: #e27000;
}
#header-account #ha-login .indicator,
#header-account #ha-logout .indicator {
  display: none !important;
}
#header-account a {
  position: relative;
  display: block;
}
#header-account a:hover {
  color: #1d1d1d;
}

@media only screen and (min-width: 1023px) {
  #header-account {
    top: 62px;
  }
  #header-account.skip-active {
    top: 62px;
  }
}
#skip-link-wrapper-wishlist-2 {
  background: #ebe1e0;
}
#skip-link-wrapper-wishlist-2 .skip-wishlist {
  display: block;
  margin-left: 20px;
  vertical-align: text-bottom;
  color: #1d1d1d;
  line-height: 60px;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#skip-link-wrapper-wishlist-2 .skip-wishlist:hover {
  color: #8C8C85;
}
#skip-link-wrapper-wishlist-2 .skip-wishlist .label {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
}
#skip-link-wrapper-wishlist-2 .skip-wishlist .count {
  position: absolute;
  right: 40px;
  color: #1d1d1d;
}

@media only screen and (min-width: 1024px) {
  #skip-link-wrapper-wishlist .skip-wishlist {
    position: relative;
  }
  #skip-link-wrapper-wishlist .count {
    position: absolute;
    top: -19px;
    right: -14px;
    text-align: left;
  }

  #skip-link-wrapper-account {
    display: inline-block;
  }

  .skip-account {
    float: none;
    vertical-align: top;
    display: inline-block;
  }
}
@media only screen and (min-width: 1124px) {
  #header-account {
    width: 275px;
  }
  #header-account li {
    padding-right: 25px;
    padding-left: 25px;
  }
  #header-account li a {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .skip-links > .skip-link-wrapper#skip-link-wrapper-account {
    display: none;
  }
}
/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart .icon-desktop {
  display: none;
}
.skip-cart.skip-active, .skip-cart:hover {
  text-decoration: none;
}
.skip-cart.skip-active .icon,
.skip-cart.skip-active .icon-desktop, .skip-cart:hover .icon,
.skip-cart:hover .icon-desktop {
  opacity: 0.6;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.skip-cart .icon,
.skip-cart .icon-desktop {
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart {
  position: relative;
  width: auto;
}
.skip-cart .count {
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 17px;
  height: 17px;
  line-height: 16px;
  background: #ff8916;
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
.skip-cart .count.empty {
  display: none;
}
.skip-cart.skip-active .count {
  color: white;
}
.skip-cart.no-count .count {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .skip-cart .count {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    top: 0;
    left: 30px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-left: 0px;
    width: auto;
    height: auto;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
  }
}
/* -------------------------------------------- *
 * Mini Cart
 */
.block-cart {
  width: 100%;
  line-height: normal;
  visibility: hidden;
  position: absolute;
  z-index: 110;
  top: 50px;
  right: 0;
  -webkit-transition: visibility 0s linear .4s,-webkit-transform .4s linear;
  transition: visibility 0s linear .4s,transform .4s linear;
  -webkit-transform: translateY(-700px);
  -ms-transform: translateY(-700px);
  transform: translateY(-700px);
}
.block-cart.skip-content {
  display: block;
}
.block-cart.skip-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (max-width: 799px) {
  .has-open-navbar .block-cart {
    display: none;
  }
  .has-open-navbar .block-cart.skip-active {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .block-cart {
    top: 62px;
  }
}
@media only screen and (max-width: 1023px) {
  .has-open-navbar .block-cart {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1124px) {
  .block-cart {
    width: 432px;
    right: -10px;
  }
}
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}
.cart-menu .actions {
  overflow: hidden;
}
.cart-menu .actions .button, .cart-menu .actions .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .cart-menu .actions .button2 {
  float: left;
  width: 48%;
}
.cart-menu .actions .button + .button, .cart-menu .actions .cart-collaterals .block-content .button-wrapper .button2 + .button, .cart-collaterals .block-content .button-wrapper .cart-menu .actions .button2 + .button, .cart-menu .actions .cart-collaterals .block-content .button-wrapper .button + .button2, .cart-collaterals .block-content .button-wrapper .cart-menu .actions .button + .button2, .cart-menu .actions .cart-collaterals .block-content .button-wrapper .button2 + .button2, .cart-collaterals .block-content .button-wrapper .cart-menu .actions .button2 + .button2 {
  margin-left: 4%;
}

/* List */
.mini-cart-list li {
  position: relative;
  border-top: 1px solid #eaeaea;
}
.mini-cart-list .product-name {
  display: inline-block;
}
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer general
 */
#footer-push {
  clear: both;
  width: 100%;
  height: 30px;
  background-color: transparent;
}

.footer-container {
  overflow: hidden;
  background-color: #fff;
}
.footer-container .newsletter-container {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.footer-container .newsletter-container .block-subscribe {
  margin-bottom: 0;
  text-align: right;
}
.footer-container .newsletter-container .newsletter {
  padding: 0 20px;
}
.footer-container .newsletter-container .col2-set .col-1,
.footer-container .newsletter-container .col2-set .col-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 0;
  border-right: 0;
}
.footer-container .footer-links {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-container .bottom {
  margin: 0 auto;
  background-color: #f7f7f7;
}
.footer-container .bottom .bottom-links:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 799px) {
  .footer-container .newsletter-container {
    background-color: #f7f7f7;
  }
}
@media only screen and (min-width: 799px) {
  .footer-container .newsletter-container {
    border-top: 1px solid #eaeaea;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .footer-container .newsletter-container {
    border-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .footer-container .newsletter-container .newsletter {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    min-height: 180px;
  }
  .footer-container .newsletter-container .bottom {
    max-width: 1100px;
  }
  .footer-container .footer-links {
    margin-top: 80px;
    margin-bottom: 125px;
  }
}
#back-to-top {
  display: none;
}
#back-to-top:after {
  display: none;
}

@media only screen and (min-width: 479px) {
  #back-to-top {
    display: block;
    position: fixed;
    bottom: 0;
    right: 23px;
    z-index: 11;
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: visibility 0s linear 0.2s;
    -o-transition: visibility 0s linear 0.2s;
    -webkit-transition: visibility 0s linear 0.2s;
    transition: visibility 0s linear 0.2s;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    letter-spacing: 2px;
    border: 1px solid #f1f1f1;
    border-width: 1px 1px 0;
  }
  #back-to-top.fadin {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #back-to-top:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -6px auto auto 28px;
  }
}
/* -------------------------------------------- *
 * Footer Checkout onepage Mobile specifics
 */
@media only screen and (max-width: 1023px) {
  .checkout-onepage-index .footer-container .bottom {
    background-color: transparent;
  }
  .checkout-onepage-index .footer-container .bottom .bottom-links {
    margin: 0;
    padding: 20px;
  }
  .checkout-onepage-index .social-psps {
    padding-bottom: 0;
  }
  .checkout-onepage-index .social-psps #block-footer_payment_delivery {
    padding-bottom: 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
  }

  .checkout-cart-index #footer-push,
  .checkout-cart-index-empty #footer-push,
  .checkout-onepage-index #footer-push,
  .checkout-onepage-success #footer-push {
    height: 0;
    visibility: hidden;
  }
  .checkout-cart-index .bottom-container .mct_feedbackcompany,
  .checkout-cart-index-empty .bottom-container .mct_feedbackcompany,
  .checkout-onepage-index .bottom-container .mct_feedbackcompany,
  .checkout-onepage-success .bottom-container .mct_feedbackcompany {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
  }
}
/* -------------------------------------------- *
 * Footer Checkout specifics
 */
#block-footer_usps {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  overflow: hidden;
}
#block-footer_usps .block-content {
  text-align: center;
}
#block-footer_usps .block-content li {
  display: block;
  font-size: 10px;
  margin: 0;
  text-align: left;
  padding: 10px 10px 10px 40px;
  position: relative;
  text-transform: uppercase;
}
#block-footer_usps .block-content li strong {
  margin-right: 5px;
}
#block-footer_usps .block-content li a {
  color: #757575;
  letter-spacing: 2px;
}
#block-footer_usps .block-content li a strong {
  color: #1d1d1d;
}
#block-footer_usps .block-content li a:hover {
  text-decoration: none;
}
#block-footer_usps .block-content li:first-child {
  margin-left: 0;
}
#block-footer_usps .block-content li:last-child {
  margin-right: 0;
}
#block-footer_usps .block-content li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#block-footer_usps .block-content li.verzendkosten:after, #block-footer_usps .block-content li.verzending:after, #block-footer_usps .block-content li.retourneren:after, #block-footer_usps .block-content li.cadeauverpakking:after, #block-footer_usps .block-content li.shop:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 799px) {
  #block-footer_usps .block-content li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1023px) {
  #block-footer_usps {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  #block-footer_usps .block-content li {
    padding: 0;
    font-size: 11px;
    margin: 40px 20px 40px auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    height: 50px;
  }
  #block-footer_usps .block-content li br {
    display: block;
  }
  #block-footer_usps .block-content li a {
    padding-left: 70px;
    display: block;
    position: absolute;
    letter-spacing: 3px;
    z-index: 1;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #block-footer_usps .block-content li.verzendkosten:after, #block-footer_usps .block-content li.verzending:after, #block-footer_usps .block-content li.retourneren:after, #block-footer_usps .block-content li.cadeauverpakking:after, #block-footer_usps .block-content li.shop:after {
    display: block;
  }
  #block-footer_usps .block-content li.verzendkosten:before, #block-footer_usps .block-content li.verzending:before, #block-footer_usps .block-content li.retourneren:before, #block-footer_usps .block-content li.cadeauverpakking:before, #block-footer_usps .block-content li.shop:before {
    display: none;
  }
}
.newsletter-container #block-cms_footer_newsletterpromo {
  margin-bottom: 0;
  text-align: center;
}
.newsletter-container #block-cms_footer_newsletterpromo .subscribe-5euro {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 200px;
  overflow: hidden;
}
.newsletter-container #block-cms_footer_newsletterpromo p {
  letter-spacing: 0.02em;
}
.newsletter-container .input-box {
  width: 100%;
}
.newsletter-container .block .actions {
  margin: 0;
}
.newsletter-container .block .actions .button, .newsletter-container .block .actions .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .newsletter-container .block .actions .button2 {
  height: 47px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.newsletter-container #newsletter {
  height: 47px;
  width: 100%;
  padding: 0 22px;
  border: 1px solid #cfcfcf;
}
.newsletter-container #newsletter::-webkit-input-placeholder {
  color: #1d1d1d;
}
.newsletter-container #newsletter:-moz-placeholder {
  color: #1d1d1d;
}
.newsletter-container #newsletter:-moz-placeholder {
  color: #1d1d1d;
}
.newsletter-container #newsletter:-ms-input-placeholder {
  color: #1d1d1d;
}
.newsletter-container #newsletter::-webkit-input-placeholder {
  font-weight: 300;
}
.newsletter-container #newsletter:-moz-placeholder {
  font-weight: 300;
}
.newsletter-container #newsletter:-moz-placeholder {
  font-weight: 300;
}
.newsletter-container #newsletter:-ms-input-placeholder {
  font-weight: 300;
}
.newsletter-container #newsletter::-webkit-input-placeholder {
  font-size: 16px;
}
.newsletter-container #newsletter:-moz-placeholder {
  font-size: 16px;
}
.newsletter-container #newsletter:-moz-placeholder {
  font-size: 16px;
}
.newsletter-container #newsletter:-ms-input-placeholder {
  font-size: 16px;
}
.newsletter-container .validation-advice {
  position: absolute;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 25px;
  background: #fad8d7;
}

.bottom-links {
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
}
.bottom-links ul {
  display: none;
  margin-left: -21px;
}
.bottom-links ul li {
  display: inline-block;
  padding: 0 23px 0 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.bottom-links ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 1px;
  background-color: #cdcdcd;
  margin: 0 20px 0 0;
}
.bottom-links ul li:first-child {
  padding-left: 21px;
}
.bottom-links ul li:first-child:before {
  display: none;
}
.bottom-links ul li.thuiswinkelwaarborg .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  margin-top: -6px;
}
.bottom-links ul li .badge-trustedshops {
  display: inline-block;
  vertical-align: middle;
}
.bottom-links .bottom-logo {
  display: block;
  top: 0;
  right: 0;
  margin: 0 auto;
}

.footer {
  clear: both;
  overflow: hidden;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #3e3b3b;
}
.footer.small {
  padding-left: 20px;
  padding-right: 20px;
}
.footer.small .block-cms {
  padding-right: 10px;
  padding-left: 10px;
}
.footer.small .button-set .button, .footer.small .button-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .footer.small .button-set .button2 {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
.footer.large {
  display: none;
}
.footer.col4-set {
  margin-left: 0;
  margin-right: 0;
}
.footer.col4-set .col-1,
.footer.col4-set .col-2,
.footer.col4-set .col-3,
.footer.col4-set .col-4 {
  display: none;
  padding: 0;
  width: auto;
  float: none;
  margin: 40px 0 0;
}
.footer.col4-set .col-1 {
  display: block;
  margin-top: 0;
}
.footer .block {
  margin-bottom: 0;
}
.footer .block-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
  color: #1d1d1d;
}
.footer .block-title strong {
  font-size: 14px;
}
.footer .block-content {
  font-weight: 300;
  font-size: 16px;
}
.footer .block-content strong {
  display: block;
  color: #1d1d1d;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.footer .block-content li {
  margin-top: 20px;
}
.footer .block-content li:first-child {
  margin-top: 0;
}
.footer .block-content .button-set li {
  margin-top: 0;
}

.footer-usps {
  display: none;
}

@media only screen and (min-width: 479px) {
  .footer.small .button-set {
    overflow: hidden;
  }
  .footer.small .button-set li {
    width: 49%;
    margin-left: 2%;
    float: right;
  }
  .footer.small .button-set li:first-child {
    margin-left: 0;
    float: left;
  }
}
#block-footer_klantenservice .call-us {
  font-size: 18px;
}
#block-footer_klantenservice .call-us strong {
  font-weight: 300;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-size: 18px;
  margin-bottom: 0;
}
#block-footer_klantenservice .chat-us {
  position: relative;
  overflow: hidden;
}
#block-footer_klantenservice .chat-us > p {
  float: left;
}
#block-footer_klantenservice .chat-us > p span {
  display: inline-block;
  background-color: #12a100;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  margin-left: 4px;
}
#block-footer_klantenservice .chat-us a {
  text-decoration: underline;
}
#block-footer_klantenservice .chat-us a:hover {
  text-decoration: none;
}
#block-footer_klantenservice .chat-us .chat-us-custom {
  color: #8cb900;
  display: inline-block;
  margin-right: 35px;
  text-decoration: none;
}
#block-footer_klantenservice .chat-us .chat-us-custom:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  height: 7px;
  width: 7px;
  background-color: #8cb900;
  margin: -2px 5px auto auto;
}
#block-footer_klantenservice .chat-us .chat-us-closed-custom {
  color: #f60303;
  display: inline-block;
  margin-right: 35px;
  text-decoration: none;
}
#block-footer_klantenservice .chat-us .chat-us-closed-custom:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  height: 7px;
  width: 7px;
  background-color: #f60303;
  margin: -2px 5px auto auto;
}
#block-footer_klantenservice .chat-us.robin-offline > p span, #block-footer_klantenservice .chat-us.offline > p span {
  background-color: #ed3409;
}

#block-footer_visit_store {
  margin-top: 38px;
}
#block-footer_visit_store a {
  text-decoration: underline;
}
#block-footer_visit_store a:hover {
  text-decoration: none;
}

.mct_feedbackcompany {
  text-align: center;
  width: auto;
  background: #fff;
  padding: 18px 20px;
  border-bottom: 1px solid #eaeaea;
}
.mct_feedbackcompany > a > span,
.mct_feedbackcompany > span {
  display: block;
  font-size: 14px;
}
.mct_feedbackcompany span.rate {
  display: inline-block;
}
.mct_feedbackcompany span.rate span {
  display: none;
}
.mct_feedbackcompany .green {
  font-weight: 400;
}

@media only screen and (min-width: 1023px) {
  .mct_feedbackcompany {
    padding: 28px 0 0 0;
    text-align: left;
  }
  .mct_feedbackcompany > span,
  .mct_feedbackcompany > a > span {
    font-size: 16px;
  }

  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .mct_feedbackcompany {
    background-color: transparent;
    border-bottom: 0;
  }
}
.checkout-cart-index .footer-container .footer-links,
.checkout-cart-index .footer-container .newsletter-container,
.checkout-cart-index-empty .footer-container .footer-links,
.checkout-cart-index-empty .footer-container .newsletter-container,
.checkout-onepage-index .footer-container .footer-links,
.checkout-onepage-index .footer-container .newsletter-container,
.checkout-onepage-success .footer-container .footer-links,
.checkout-onepage-success .footer-container .newsletter-container {
  display: none;
}
.checkout-cart-index .footer-usps,
.checkout-cart-index-empty .footer-usps,
.checkout-onepage-index .footer-usps,
.checkout-onepage-success .footer-usps {
  display: block;
  border-bottom: 1px solid #dbdbdb;
}

@media only screen and (max-width: 799px) {
  .footer-container .newsletter-container {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    padding: 20px 0;
  }
  .footer-container .newsletter-container #block-cms_footer_newsletterpromo p:first-child {
    margin-bottom: 0;
  }
  .footer-container .newsletter-container .input-box {
    margin-bottom: 10px;
  }
  .footer-container .newsletter-container .col2-set .col-1 {
    min-height: 0 !important;
    padding-bottom: 10px;
  }
  .footer-container .newsletter-container .col2-set .col-2 {
    min-height: 0 !important;
  }
}
@media only screen and (min-width: 1023px) {
  #footer-push {
    height: 30px;
  }

  .footer-usps {
    display: block;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background-color: #f7f7f7;
  }

  .checkout-cart-index .footer-usps,
  .checkout-cart-index-empty .footer-usps,
  .checkout-onepage-index .footer-usps,
  .checkout-onepage-success .footer-usps {
    border-bottom-color: #eaeaea;
  }

  .footer-container .bottom-links ul {
    display: block;
  }

  .footer.small {
    display: none;
  }
  .footer.large {
    display: block;
  }

  #store-code-brandfield-be {
    display: none;
  }

  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container {
    background-color: #f7f7f7;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .newsletter-container {
    border-top: 0;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .bottom-container .mct_feedbackcompany {
    display: none;
    border-bottom: 0;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-1,
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-3 {
    float: left;
    display: block;
    width: 49%;
    margin-right: 2%;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-1,
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-2 {
    margin-top: 0;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-3 {
    clear: left;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-2,
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-4 {
    float: left;
    display: block;
    width: 49%;
    margin-right: 0;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-3,
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-4 {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 479px) {
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .newsletter-container .newsletter.col2-set .col-2 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 528px) {
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .newsletter-container .newsletter.col2-set .col-2 {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .newsletter-container .input-box {
    width: 48.7650%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .newsletter-container .input-box .input-text {
    width: 100%;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .newsletter-container .block .actions {
    display: inline-block;
    vertical-align: top;
    width: 28.8462%;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .newsletter-container .newsletter.col2-set .col-1, body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer-container .newsletter-container .newsletter.col2-set .col-2 {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set {
    margin-left: auto;
    margin-right: auto;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-1,
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-2,
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-3,
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-4 {
    clear: none;
    width: 23.5%;
    margin: 0 2% 0 0;
  }
  body:not(.checkout-cart-index):not(.checkout-onepage-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .footer.col4-set .col-4 {
    margin: 0;
  }
}
/* -------------------------------------------- *
 * Footer content
 */
.social-psps {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.social-psps #block-footer_follow_us {
  text-align: center;
  margin-bottom: 0;
  background: #f7f7f7 url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/social-footer-mobile.jpg") center center no-repeat;
  background-size: cover;
  padding: 30px 20px;
}
.social-psps #block-footer_follow_us li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.social-psps #block-footer_follow_us li:first-child {
  margin-left: 0;
}
.social-psps #block-footer_follow_us a {
  line-height: 500px;
  display: block;
  overflow: hidden;
}
.social-psps .twitter {
  margin-top: 2px;
}
.social-psps .google-plus {
  margin-top: 2px;
}
.social-psps #block-footer_payment_delivery {
  text-align: center;
  margin-bottom: 0;
  padding: 20px 20px 0;
}
.social-psps #block-footer_payment_delivery .block-content {
  overflow: hidden;
}
.social-psps #block-footer_payment_delivery li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 22px;
  height: 22px;
  color: transparent;
  margin: auto auto 13px 8px;
}
.social-psps #block-footer_payment_delivery li:first-child {
  margin-left: 0;
}
.social-psps #block-footer_payment_delivery li a {
  color: transparent;
}
.social-psps #block-footer_payment_delivery li.amazonpayments, .social-psps #block-footer_payment_delivery a.amazonpayments {
  background: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons.png) -85px 0 no-repeat;
  width: 89px;
  height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .social-psps #block-footer_payment_delivery li.amazonpayments, .social-psps #block-footer_payment_delivery a.amazonpayments {
    background: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons@2.png) -85px 0 no-repeat;
  }
}
.social-psps #block-footer_payment_delivery li.banktransfer, .social-psps #block-footer_payment_delivery a.banktransfer {
  background: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons.png) 0 0 no-repeat;
  width: 51px;
  height: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .social-psps #block-footer_payment_delivery li.banktransfer, .social-psps #block-footer_payment_delivery a.banktransfer {
    background: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons@2.png) 0 0 no-repeat;
  }
}
.social-psps #block-footer_payment_delivery li.vvv, .social-psps #block-footer_payment_delivery a.vvv {
  background: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons.png) -85px -21px no-repeat;
  width: 90px;
  height: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .social-psps #block-footer_payment_delivery li.vvv, .social-psps #block-footer_payment_delivery a.vvv {
    background: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons@2.png) -85px -21px no-repeat;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .social-psps #block-footer_payment_delivery li.amazonpayments, .social-psps #block-footer_payment_delivery li.banktransfer, .social-psps #block-footer_payment_delivery li.vvv, .social-psps #block-footer_payment_delivery a.amazonpayments, .social-psps #block-footer_payment_delivery a.banktransfer, .social-psps #block-footer_payment_delivery a.vvv {
    background-image: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons@2.png);
    background-size: 174px 37px;
  }
}
.social-psps #block-footer_payment_delivery li.p24, .social-psps #block-footer_payment_delivery a.p24 {
  transform: scale(1.1);
  width: 66px;
  margin-left: 16px;
}

.checkout-cart-index .social-psps,
.checkout-cart-index-empty .social-psps,
.checkout-onepage-index .social-psps,
.checkout-onepage-success .social-psps {
  border-bottom: 0;
}
.checkout-cart-index .newsletter-container,
.checkout-cart-index #block-cms_footer_nav_mobile,
.checkout-cart-index #block-footer_follow_us,
.checkout-cart-index-empty .newsletter-container,
.checkout-cart-index-empty #block-cms_footer_nav_mobile,
.checkout-cart-index-empty #block-footer_follow_us,
.checkout-onepage-index .newsletter-container,
.checkout-onepage-index #block-cms_footer_nav_mobile,
.checkout-onepage-index #block-footer_follow_us,
.checkout-onepage-success .newsletter-container,
.checkout-onepage-success #block-cms_footer_nav_mobile,
.checkout-onepage-success #block-footer_follow_us {
  display: none;
}
.checkout-cart-index .footer-container .bottom,
.checkout-cart-index-empty .footer-container .bottom,
.checkout-onepage-index .footer-container .bottom,
.checkout-onepage-success .footer-container .bottom {
  max-width: none;
}
.checkout-cart-index .footer-container .bottom .bottom-container,
.checkout-cart-index-empty .footer-container .bottom .bottom-container,
.checkout-onepage-index .footer-container .bottom .bottom-container,
.checkout-onepage-success .footer-container .bottom .bottom-container {
  margin-left: auto;
  margin-right: auto;
}
.checkout-cart-index .footer-container .bottom .bottom-links,
.checkout-cart-index-empty .footer-container .bottom .bottom-links,
.checkout-onepage-index .footer-container .bottom .bottom-links,
.checkout-onepage-success .footer-container .bottom .bottom-links {
  max-width: 1100px;
  padding: 13px 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 799px) {
  .checkout-cart-index .bottom-links .bottom-logo,
  .checkout-cart-index-empty .bottom-links .bottom-logo,
  .checkout-onepage-index .bottom-links .bottom-logo,
  .checkout-onepage-success .bottom-links .bottom-logo {
    top: 24px;
  }
}
@media only screen and (min-width: 1023px) {
  .checkout-cart-index .footer-container .bottom .bottom-links,
  .checkout-cart-index-empty .footer-container .bottom .bottom-links,
  .checkout-onepage-index .footer-container .bottom .bottom-links,
  .checkout-onepage-success .footer-container .bottom .bottom-links {
    max-width: 1100px;
    border-top: 1px solid #eaeaea;
    background-color: transparent;
    padding: 24px 0;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1140px) {
  .checkout-cart-index .social-psps,
  .checkout-cart-index-empty .social-psps,
  .checkout-onepage-index .social-psps,
  .checkout-onepage-success .social-psps {
    margin-right: -20px;
    margin-left: -20px;
  }
  .checkout-cart-index .footer-container .bottom,
  .checkout-cart-index-empty .footer-container .bottom,
  .checkout-onepage-index .footer-container .bottom,
  .checkout-onepage-success .footer-container .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-cart-index .footer-container .bottom .bottom-links,
  .checkout-cart-index-empty .footer-container .bottom .bottom-links,
  .checkout-onepage-index .footer-container .bottom .bottom-links,
  .checkout-onepage-success .footer-container .bottom .bottom-links {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1023px) {
  .social-psps #block-footer_payment_delivery li {
    transform: scale(1.2);
    margin-left: 22px;
  }
  .social-psps #block-footer_payment_delivery li.thuiswinkelwaarborg {
    display: none;
  }

  body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps {
    padding-bottom: 30px;
    border-bottom-color: #cdcdcd;
  }
  body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps #block-footer_payment_delivery {
    padding: 0;
    border-top: 0;
  }
  body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps #block-footer_payment_delivery .block-content {
    overflow: visible;
  }
  body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps #block-footer_payment_delivery ul {
    margin-left: auto;
  }
  body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps #block-footer_payment_delivery li {
    margin-bottom: 0;
  }
  body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps #block-footer_payment_delivery li:first-child {
    margin-left: 0;
  }
  body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps #block-footer_payment_delivery li.thuiswinkelwaarborg, body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps #block-footer_payment_delivery a.thuiswinkelwaarborg {
    display: none;
  }
  body:not(.checkout-onepage-index):not(.checkout-cart-index):not(.checkout-onepage-success):not(.checkout-cart-index-empty) .social-psps #block-footer_follow_us {
    padding: 0;
    background-image: none;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-container .newsletter-container .col2-set .col-1 {
    width: 32%;
  }
  .footer-container .newsletter-container .col2-set .col-2 {
    width: 68%;
  }
}
@media only screen and (min-width: 1093px) {
  .social-psps #block-footer_follow_us {
    float: left;
    text-align: left;
    margin-bottom: 0;
  }
  .social-psps #block-footer_follow_us li {
    margin-left: 10px;
  }

  .social-psps #block-footer_payment_delivery {
    float: right;
    text-align: right;
  }

  .bottom-links {
    position: relative;
  }
  .bottom-links ul {
    margin-left: 0;
    float: left;
    padding-right: 180px;
  }
  .bottom-links ul li {
    margin-bottom: 0;
  }
  .bottom-links ul li:first-child {
    padding-left: 0;
  }
  .bottom-links .bottom-logo {
    position: absolute;
    top: 24px;
    right: 0;
    margin: 0;
  }
}
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.products-list .action .button, .products-list .action .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .products-list .action .button2,
.products-grid .actions .button,
.products-grid .actions .cart-collaterals .block-content .button-wrapper .button2,
.cart-collaterals .block-content .button-wrapper .products-grid .actions .button2 {
  white-space: normal;
}

.category-title {
  padding: 20px;
}
.category-title h1 {
  margin: 0;
  padding: 0;
  font-size: 25px;
}
@media only screen and (max-width: 1023px) {
  .category-title {
    text-align: center;
  }
  .category-title h1 {
    font-size: 20px;
  }
}
.category-title:after {
  content: '';
  display: table;
  clear: both;
}

.category-description {
  overflow: hidden;
}
.category-description #read-more-desc {
  display: none;
  text-align: center;
  margin-top: -20px;
  position: absolute;
  width: 100%;
}
.category-description #read-more-desc .button:after, .category-description #read-more-desc .cart-collaterals .block-content .button-wrapper .button2:after, .cart-collaterals .block-content .button-wrapper .category-description #read-more-desc .button2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -2px auto auto 20px;
}
.category-description #read-more-desc .button:hover, .category-description #read-more-desc .cart-collaterals .block-content .button-wrapper .button2:hover, .cart-collaterals .block-content .button-wrapper .category-description #read-more-desc .button2:hover {
  background-color: #1d1d1d;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .category-description .inner {
    max-height: none;
    overflow: hidden;
    position: relative;
  }
  .category-description .inner.collapsed {
    max-height: 350px;
    padding-bottom: 0;
  }
  .category-description .inner.collapsed:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 22px 15px #fff;
    box-shadow: 0 -5px 22px 15px #fff;
  }
  .category-description #read-more-desc {
    display: block;
  }
}
@media only screen and (min-width: 1023px) {
  .category-title {
    padding: 40px 40px 20px;
  }
  .category-title h1 {
    float: left;
  }
}
/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #494949;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #1d1d1d;
  text-decoration: none;
}

.product-name .manufacturer {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  display: block;
}
.products-grid .product-name .manufacturer,
.products-list .product-name .manufacturer {
  display: block;
}

/* ============================================ *
 * Layered Navigation + Toolbar
 * ============================================ */
#narrow-by-list-wrapper .currently {
  display: none;
  overflow: hidden;
  padding: 4px 15px 8px 10px;
}
#narrow-by-list-wrapper .currently .block-subtitle {
  font-size: 14px;
  line-height: 19px;
  color: #1d1d1d;
  display: inline-block;
  vertical-align: top;
  padding: 11px 6px 8px 0;
  text-transform: none;
  margin: 1px 3px 3px 7px;
}
#narrow-by-list-wrapper .currently ol {
  margin-top: 2px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
}
#narrow-by-list-wrapper .currently ol li {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 300;
}
#narrow-by-list-wrapper .currently ol li:hover {
  background: transparent;
  border: 0;
}
#narrow-by-list-wrapper .currently .btn-remove {
  display: block;
  border: 0;
  background-color: transparent;
  color: #494949;
  padding: 8px 25px 8px 10px;
  position: relative;
  height: auto;
  font: 14px "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  width: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#narrow-by-list-wrapper .currently .btn-remove:hover {
  background: #f7f7f7;
  text-decoration: none;
}
#narrow-by-list-wrapper .currently .btn-remove-all {
  padding: 7px 25px 7px 10px;
  text-decoration: underline;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#narrow-by-list-wrapper .currently .btn-remove-all:hover {
  text-decoration: none;
}
#narrow-by-list-wrapper .currently .btn-remove:after,
#narrow-by-list-wrapper .currently .btn-remove-all:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
}

@media only screen and (min-width: 1023px) {
  #narrow-by-list-wrapper .currently {
    display: block;
    display: -webkit-flex;
    display: flex;
  }
  #narrow-by-list-wrapper .currently .block-subtitle {
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #narrow-by-list-wrapper .currently ol {
    max-width: 90%;
  }
}
#narrow-by-list .checkbox a {
  position: relative;
  background: none transparent;
  padding-left: 35px;
}
#narrow-by-list .checkbox a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#narrow-by-list .checkbox a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#narrow-by-list .checkbox.inactive a {
  background: none transparent;
}
#narrow-by-list .checkbox.inactive a:after {
  opacity: 0;
}
#narrow-by-list .checkbox.inactive a:before {
  opacity: 1;
}
#narrow-by-list .more-less-links a {
  background: #1e1e1e;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: initial;
  letter-spacing: 3px;
  display: inline-block;
  padding: 14px 35px;
  margin-left: 1px;
  border: 2px solid #1d1d1d;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  transition: color 0.2s linear, background-color 0.2s linear;
}
#narrow-by-list .more-less-links a:hover {
  background: transparent;
  color: #1d1d1d;
  cursor: pointer;
}
#narrow-by-list .more-less-links a.hidden {
  display: none;
}

.layered-nav--toolbar {
  font-size: 14px;
}
.layered-nav--toolbar .block-layered-nav .block-title,
.layered-nav--toolbar .block-layered-nav .filter-heading {
  display: none;
}
.layered-nav--toolbar .block-layered-nav .arrow {
  margin: 0;
}
.layered-nav--toolbar .block-layered-nav .active-filters {
  display: none;
  overflow: hidden;
  -moz-column-count: auto !important;
  -webkit-column-count: auto !important;
  column-count: auto !important;
}
.layered-nav--toolbar .block-layered-nav .active-filters li {
  float: left;
  margin: auto 7px 4px auto;
}
.layered-nav--toolbar .block-layered-nav .active-filters a {
  padding: 12px 40px 12px 15px;
  border: 1px solid #e3e3e3;
  position: relative;
}
.layered-nav--toolbar .block-layered-nav .active-filters a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li {
  cursor: pointer;
  display: block;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li.collapsed {
  display: none;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li.filters-toggle {
  background: transparent;
  padding: 0;
  border-bottom: 0;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li.filters-toggle:hover {
  background: transparent;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li.filters-toggle a {
  text-decoration: underline;
  cursor: pointer;
  display: block;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search {
  padding: 20px 18px 10px;
  padding: 20px 18px 10px;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search label {
  color: #1d1d1d;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 8px;
  display: block;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box {
  display: block;
  position: relative;
  border: 1px solid #eaeaea;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (orientation: landscape) {
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box {
    display: none;
  }
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box .input-text {
  border: 0;
  font-size: 15px;
  height: 40px;
  padding-right: 39px;
  padding-left: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box .input-text:-moz-placeholder {
  color: #1d1d1d;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box .input-text::-moz-placeholder {
  color: #1d1d1d;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box .input-text:-ms-input-placeholder {
  color: #1d1d1d;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box .input-text::-webkit-input-placeholder {
  color: #1d1d1d;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box .valid-check {
  display: none;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 8px;
  width: 39px;
  height: 25px;
  border-left: 1px solid #eaeaea;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .items-search .input-box:before {
  content: '';
  position: absolute;
  right: 8px;
  top: 9px;
}
.layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list li .filters-applied {
  display: none;
}
.layered-nav--toolbar.loading a.submit-filter {
  pointer-events: none;
  cursor: pointer;
  webkit-transition: opacity .25s ease-in .25s;
  transition: opacity .25s ease-in .25s;
  opacity: 0.75;
}

.wrapper-layered-nav.is_stuck {
  z-index: 10;
}
.wrapper-layered-nav.is_stuck .layered-nav--toolbar {
  border: 1px solid #eaeaea;
  border-width: 0 0 1px;
  background-color: #fff;
}

@media only screen and (max-width: 1023px) {
  .layered-nav--toolbar .block-layered-nav {
    float: left;
    width: 49%;
    padding: 0 0 0 20px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content {
    margin-top: 0;
  }
  .layered-nav--toolbar .block-layered-nav .block-content .block-subtitle {
    width: -moz-calc(100% - 5px);
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    max-width: 242px;
    font-weight: normal;
    display: inline-block;
    line-height: 47px;
    margin: 0;
    padding: 0 50px 0 20px;
    background: #f7f7f7;
    position: relative;
    z-index: 1;
    color: #494949;
    border-bottom: 1px solid #aaa;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li {
    position: relative;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items-toggle {
    padding: 17.5px 50px 17.5px 20px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #1d1d1d;
    font-size: 16px;
    overflow: hidden;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items-toggle:last-child {
    border-bottom: 0;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items-toggle .arrow {
    float: none;
    display: block;
    border: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 20px;
    margin-top: -10px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items,
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .count {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .filter-title {
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 55%;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .filters-applied {
    display: block;
    float: right;
    color: #757575;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 40%;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li.collapsed {
    display: block;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li.collapsed .items-toggle .arrow {
    width: 12px;
    height: 20px;
    right: 20px;
    margin-right: 0;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li.filters-toggle {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items {
    background-color: #fff;
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    width: 100%;
    height: calc(100% - 130px) !important;
    position: fixed;
    margin-top: 130px;
    padding-bottom: 87px;
    left: 0;
    top: 0;
    visibility: hidden;
    display: block;
    z-index: 160;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items {
    margin-top: 50px;
    padding-bottom: 0;
    height: calc(100% - 50px) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items.active {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items li {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-transform: none;
    display: block;
    padding: 6px 18px;
    font-weight: 300;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items li.hidden {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items li:last-child {
    padding-bottom: 16px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items > .items-top {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 110px) !important;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items > .items-top {
    height: calc(100% - 148px) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items > .items-top.scrollbar-outer .scroll-x {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items > .items-top.scrollbar-outer .scroll-element.scroll-y {
    width: 30px;
    right: 16px;
    top: -5px;
    border-bottom: 5px solid #fff;
    background-color: #fff;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items > .items-top.scrollbar-outer .scroll-element.scroll-y .scroll-element_outer {
    width: 3px;
    right: 2px;
    left: auto;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items > .items-top.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #D8D8D8;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items > .items-top.scrollbar-outer .scroll-element .scroll-element_track {
    background-color: transparent;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items > .items-top.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -30px;
    margin-left: 30px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 87px;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    padding: 20px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 {
    width: calc(50% - 10px);
    float: right;
    margin: 0;
    height: 46px;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button:before, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2:before, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2:before, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2:before, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2:before,
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button .large,
  .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2 .large,
  .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2 .large,
  .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 .large,
  .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 .large {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button .small, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2 .small, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2 .small, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 .small, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 .small {
    display: block;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button + .button, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2 + .button, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2 + .button, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 + .button, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 + .button, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button + .button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button + .button2, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button + .button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button + .button2, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2 + .button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items .items-bottom .button-wrapper .button2 + .button2, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 + .button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper #narrow-by-list > li .items .items-bottom .button2 + .button2 {
    float: left;
  }
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items.searchfilter-threshold > .items-top {
    height: calc(100% - 102px) !important;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items.searchfilter-threshold > .items-top {
    height: calc(100% - 148px) !important;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list > li .items.searchfilter-threshold .items-search .input-box {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .layered-nav--toolbar .toolbar {
    float: right;
    width: 49%;
    border: 0;
    padding: 0 20px 0 0;
  }
  .layered-nav--toolbar .toolbar .sort-by {
    float: right;
    margin-bottom: 1.5em;
  }
  .layered-nav--toolbar .toolbar .sort-by .chosen-single {
    font-weight: 400;
  }
  .layered-nav--toolbar:after {
    content: '';
    display: table;
    clear: both;
  }

  .has-filters .main-container {
    padding-top: 192px;
  }
  .has-filters #wrapper-layered-nav-s {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    width: 100%;
    position: fixed;
    padding-top: 100px;
    left: 0;
    z-index: 109;
  }
  .has-filters #wrapper-layered-nav-s.moved-up {
    -ms-transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  .has-filters .layered-nav--toolbar {
    padding: 15px 15px 5px 5px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
  }
  .has-filters .layered-nav--toolbar .block-layered-nav {
    margin: 0;
    padding: 0;
  }
  .has-filters .layered-nav--toolbar .toolbar {
    padding: 0;
  }
  .has-filters .layered-nav--toolbar .toolbar .sorter {
    margin: 0;
  }
  .has-filters .layered-nav--toolbar .toolbar .sort-by {
    width: -moz-calc(100% - 5px);
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    max-width: 242px;
    float: right;
    margin: 0;
    padding: 0;
  }
  .has-filters .layered-nav--toolbar .toolbar .sort-by .chosen-container {
    width: 100%;
  }
  .has-filters.has-topbar-message .main-container {
    padding-top: 224px;
  }
  .has-filters.has-topbar-message #wrapper-layered-nav-s {
    padding-top: 143px;
    background-color: #fff;
  }
  .has-filters.low-z-heading #wrapper-layered-nav-s {
    height: 100%;
  }
  .has-filters.has-open-search #wrapper-layered-nav-s.moved-up {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .has-filters.has-open-filters #wrapper-layered-nav-s.moved-up #narrow-by-list-wrapper {
    top: 100px;
  }
  .has-filters.has-open-navbar #wrapper-layered-nav-s {
    -ms-transform: translate3d(250px, 0, 0);
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
  }

  .toolbar-bottom .toolbar {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .toolbar-bottom .toolbar .pager .amount,
  .toolbar-bottom .toolbar .pager .limiter {
    display: none;
  }
  .toolbar-bottom .toolbar .pager .pages {
    float: none;
  }
  .toolbar-bottom .toolbar .pages {
    text-align: center;
    margin-bottom: 10px;
  }
  .toolbar-bottom .toolbar .pages a,
  .toolbar-bottom .toolbar .pages .current {
    display: inline-block;
    float: none;
  }
  .toolbar-bottom .toolbar .pages a.previous,
  .toolbar-bottom .toolbar .pages a.next {
    display: block;
    max-width: 450px;
  }
  .toolbar-bottom .toolbar .pages a.previous:before,
  .toolbar-bottom .toolbar .pages a.next:before {
    display: inline-block;
  }
  .toolbar-bottom .toolbar .pages a.previous {
    margin: auto auto 12px;
  }
  .toolbar-bottom .toolbar .pages a.next {
    margin: 12px auto auto;
  }
  .toolbar-bottom .toolbar .pages a.next:before {
    display: inline-block;
  }
}
html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle.filter-searching > li .items .items-search label {
  position: relative;
}
html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle.filter-searching > li .items .items-search label:after {
  content: "";
  display: none;
}
@media only screen and (max-width: 1023px) {
  html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle > li .items.active {
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle > li .items .items-bottom {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle.filter-searching > li .items .items-search label:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle.filter-searching > li .items.active {
    transform: translate3d(0, -130px, 0);
    height: 100% !important;
    padding-bottom: 0;
  }
  html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle.filter-searching > li .items > .scroll-wrapper {
    overflow: visible !important;
  }
  html.touch.no-ios .has-open-filters .layered-nav--toolbar .block-layered-nav .block-content #narrow-by-list.has-active-toggle.filter-searching > li .items .items-bottom {
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

@media only screen and (min-width: 1024px) {
  .layered-nav--toolbar {
    position: relative;
    border-top: 1px solid #eaeaea;
    padding: 15px 15px 5px 5px;
  }
  .layered-nav--toolbar .block-layered-nav {
    margin-bottom: 0;
  }
  .layered-nav--toolbar .block-layered-nav .active-filters {
    display: block;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list {
    padding-right: 220px;
    min-height: 40px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0 10px 10px;
    z-index: 1;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li.visible {
    display: inline-block;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li .items-toggle {
    display: block;
    line-height: 39px;
    padding: 0 50px 0 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #b2b2b2;
    cursor: pointer;
    color: #1d1d1d;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li .arrow {
    background-image: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: 0;
    display: block;
    border: solid transparent;
    border-width: 5px 5.5px 0 5.5px;
    border-top-color: #1d1d1d;
    width: 0;
    height: 0;
    padding: 0;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li.filters-toggle {
    margin: 0 0 0 10px;
    line-height: 35px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li.filters-toggle a:hover {
    text-decoration: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li.active {
    z-index: 2;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li.active .items-toggle .arrow {
    border-top-color: transparent;
    border-bottom-color: #1d1d1d;
    border-width: 0 5.5px 5px 5.5px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li.active .items-toggle:hover {
    background: #f7f7f7;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li .items-toggle.right-screen-side + div.items {
    left: auto;
    right: 0;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items {
    display: none;
    cursor: default;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    margin-top: 15px;
    border: 1px solid #eaeaea;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 0 0;
    background-color: #fff;
    padding: 0 0 62px;
    width: 516px;
    height: 308px;
    -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.175);
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items.direct-link {
    height: auto;
    padding: 0 0 24px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items ol {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items ol li {
    white-space: nowrap;
    overflow: hidden;
    float: left;
    width: 48%;
    margin: 7px 1%;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items ol li:nth-child(odd) {
    clear: left;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items ol li.hidden {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items ol li.more-less-links {
    width: 100%;
    clear: left;
    float: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items ol.searching li {
    clear: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items ol.active-filters li {
    width: auto;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items ol.active-filters li:nth-child(odd) {
    clear: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .arrow-top {
    width: 22px;
    height: 21px;
    position: absolute;
    overflow: hidden;
    top: -21px;
    left: 46px;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.175);
    margin-left: -11px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .arrow-top:after {
    content: "";
    position: absolute;
    width: 16.11px;
    height: 15px;
    background: #fff;
    border: 1px solid #eaeaea;
    transform: rotate(45deg);
    /* Prefixes... */
    top: 15px;
    left: 2.75px;
    -webkit-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.175);
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.175);
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-search label {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-search .input-box {
    width: 283px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items > .items-top {
    height: calc(100% - 70px) !important;
    margin-top: -5px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items > .items-top.scrollbar-outer:not(.scroll-content) {
    display: block !important;
    overflow: scroll;
    overflow-x: unset;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items > .items-top.scrollbar-outer:not(.scroll-content).no-overflow {
    overflow: hidden;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items > .items-top.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -25px;
    margin-left: 25px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items > .items-top.scrollbar-outer > .scroll-element.scroll-x {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items > .items-top.scrollbar-outer > .scroll-element.scroll-y {
    right: 5px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items > .items-top.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #C1C1C1;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items > .items-top.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #b3b3b3;
    cursor: pointer;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items.active {
    display: block;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px 6px 11px;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .button2, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .button2 {
    display: block;
    float: right;
    margin: 0;
    height: 42px;
    line-height: 15px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button.close-items, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .close-items.button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .close-items.button2, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .close-items.button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .close-items.button2 {
    background-color: transparent;
    text-transform: none;
    text-decoration: underline !important;
    font-size: 14px;
    border: 0;
    color: #1d1d1d;
    letter-spacing: normal;
    font-weight: 300;
    padding: 9px;
    margin-right: 7px;
    line-height: 20px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button.close-items:hover, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .close-items.button2:hover, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .close-items.button2:hover, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .close-items.button2:hover, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .close-items.button2:hover {
    text-decoration: none !important;
    color: #1d1d1d;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button.close-items:before, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .close-items.button2:before, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .close-items.button2:before, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .close-items.button2:before, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .close-items.button2:before {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button.orange, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .orange.button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .orange.button2, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .orange.button2, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .orange.button2 {
    background-color: #1e1e1e;
    border: 2px solid #1d1d1d;
    -moz-transition: color 0.2s linear, background-color 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button.orange:before, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .orange.button2:before, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .orange.button2:before, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .orange.button2:before, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .orange.button2:before {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button.orange:hover, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .orange.button2:hover, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .orange.button2:hover, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .orange.button2:hover, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .orange.button2:hover {
    color: #1d1d1d;
    background-color: transparent;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button .small, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .button2 .small, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .button2 .small, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .button2 .small, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .button2 .small {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button .large, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .button2 .large, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items .items-bottom .button-wrapper .button2 .large, .layered-nav--toolbar .block-layered-nav .cart-collaterals .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .button2 .large, .cart-collaterals .layered-nav--toolbar .block-layered-nav .block-content .button-wrapper ol#narrow-by-list > li div.items .items-bottom .button2 .large {
    display: block;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items.columns-4.more-less-links {
    width: 100%;
    clear: left;
    float: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items.filters-toggle a {
    padding: 0 20px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items.searchfilter-threshold > .items-top {
    height: -moz-calc(100% - 35px) !important;
    height: -webkit-calc(100% - 35px) !important;
    height: calc(100% - 35px) !important;
    margin-top: -5px;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li div.items.searchfilter-threshold .items-search .input-box {
    display: none;
  }
  .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list:after {
    content: '';
    display: table;
    clear: both;
  }
  .layered-nav--toolbar .block-layered-nav .block-content:after {
    content: '';
    display: table;
    clear: both;
  }
  .layered-nav--toolbar .toolbar {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    margin: 15px 15px auto auto;
  }
  .layered-nav--toolbar .sort-by .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
  }
  .layered-nav--toolbar:after {
    content: '';
    display: table;
    clear: both;
  }

  .no-touch .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li:hover .items-toggle {
    background-color: #dedede;
  }
  .no-touch .layered-nav--toolbar .block-layered-nav .block-content ol#narrow-by-list > li.active:hover .items-toggle {
    background-color: #f7f7f7;
  }
}
/* ============================================ *
 * Product Grid
 * ============================================ */
.category-list-section {
  position: relative;
  z-index: 0;
}

.products-grid {
  position: relative;
}
.products-grid > li.item {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.products-grid > li.item:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid > li.item .link-product:hover {
  text-decoration: none;
}
.products-grid > li.item .link-product.out-of-stock .product-image {
  opacity: 0.5;
}
.products-grid > li.item a.link-wishlist {
  margin-top: 0 !important;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 1;
  text-indent: -9999px;
  background-color: transparent;
  overflow: hidden;
}
.products-grid > li.item a.link-wishlist:before {
  content: "";
  display: block;
  opacity: 0.25;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.products-grid > li.item a.link-wishlist.active:before {
  opacity: 1;
  visibility: visible;
}
.products-grid > li.item a.link-wishlist.active {
  opacity: 1;
}
.products-grid > li.item a.link-wishlist:not(.active):hover:before {
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.products-grid > li.item .discount {
  display: none;
}
.products-grid .product-image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.products-grid .product-image img {
  width: 100%;
  height: auto;
}
.products-grid .product-image img.hidden {
  display: none;
}
.products-grid .product-info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  color: #1d1d1d;
}
.products-grid .product-info .product-name .product-list-name {
  font-size: 14px;
}
.products-grid .product-info .price-stock-wrapper {
  display: block;
}
.products-grid .product-info .price-stock-wrapper .availability,
.products-grid .product-info .price-stock-wrapper .availability-only {
  font-size: 12px;
  font-weight: 400;
}
.products-grid .product-info .price-box .price {
  font-size: 14px;
  font-weight: 400;
}
.products-grid .alert-link {
  border: 0;
  padding: 0;
  text-decoration: underline !important;
  text-transform: none;
  background: transparent;
  letter-spacing: 0.32px;
  font-weight: 300;
  font-size: 14px;
  color: #1d1d1d;
  display: block;
  margin: 7px 0;
  white-space: normal;
}
.products-grid .alert-link:hover {
  background: transparent;
  color: #1d1d1d;
}
.products-grid .actions {
  padding-top: 10px;
}
.products-grid .ratings .rating-box {
  margin: 0 auto;
}
.products-grid .ratings .amount {
  display: none;
}
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid > li.item.item-promo .product-info {
  font-size: 14px;
}
.products-grid > li.item.item-promo .product-info .price-stock-wrapper {
  text-transform: uppercase;
  font-weight: 400;
}
.products-grid > li.item.item-promo .product-info .price-stock-wrapper > span {
  display: block;
}

/* Config: Two columns + flexible gutter */
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

.product-grid-usp {
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  height: 70px;
}
.product-grid-usp #block-footer_usps {
  padding: 0;
}
.product-grid-usp #block-footer_usps .block-content {
  overflow: hidden;
}
.product-grid-usp #block-footer_usps .block-content li {
  float: left;
  letter-spacing: 2px;
  font-size: 8px;
  margin: auto 2.5%;
  text-align: left;
  padding-left: 42px;
  box-sizing: border-box;
  width: 45%;
  height: 70px;
  position: relative;
}
.product-grid-usp #block-footer_usps .block-content li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-grid-usp #block-footer_usps .block-content li.verzendkosten:after {
  display: none;
}
.product-grid-usp #block-footer_usps .block-content li.verzending:after {
  display: none;
}
.product-grid-usp #block-footer_usps .block-content li.retourneren:after {
  display: none;
}
.product-grid-usp #block-footer_usps .block-content li.cadeauverpakking:after {
  display: none;
}
.product-grid-usp #block-footer_usps .block-content li.shop:after {
  display: none;
}
.product-grid-usp #block-footer_usps .block-content li a {
  position: absolute;
  left: 0;
  padding-left: 42px;
  z-index: 1;
  top: 50%;
  width: -moz-calc(100% - 42px);
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 2px;
}

@media only screen and (max-width: 479px) {
  .products-grid > li.item {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }

  .product-grid-usp.odd #block-footer_usps .block-content li:nth-child(1),
  .product-grid-usp.odd #block-footer_usps .block-content li:nth-child(2) {
    display: block;
  }
  .product-grid-usp.odd #block-footer_usps .block-content li:nth-child(3),
  .product-grid-usp.odd #block-footer_usps .block-content li:nth-child(4) {
    display: none;
  }
  .product-grid-usp.even #block-footer_usps .block-content li:nth-child(1),
  .product-grid-usp.even #block-footer_usps .block-content li:nth-child(2) {
    display: none;
  }
  .product-grid-usp.even #block-footer_usps .block-content li:nth-child(3),
  .product-grid-usp.even #block-footer_usps .block-content li:nth-child(4) {
    display: block;
  }
}
@media only screen and (min-width: 480px) {
  .product-grid-usp #block-footer_usps .block-content {
    font-size: 12px;
  }
  .product-grid-usp #block-footer_usps .block-content li {
    width: 29.3333%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .products-grid {
    border-top: 1px solid #eaeaea;
    /* Set three-column config */
  }
  .products-grid > li.item {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .products-grid > li.item .link-product {
    padding: 15px;
    border-bottom: 3px solid transparent;
  }
  .products-grid > li.item:nth-child(odd) {
    clear: none;
  }
  .products-grid > li.item.third + .item {
    clear: left;
  }
  .products-grid > li.item.third {
    margin-right: 0;
  }
  .products-grid #single-related-product {
    border: none;
  }
}
@media only screen and (min-width: 799px) {
  .product-grid-usp #block-footer_usps .block-content li {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media only screen and (min-width: 1023px) {
  .product-grid-usp {
    height: 120px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .product-grid-usp #block-footer_usps {
    max-width: 1140px;
  }
  .product-grid-usp #block-footer_usps .block-content li {
    font-size: 12px;
    height: 120px;
    padding-left: 65px;
  }
  .product-grid-usp #block-footer_usps .block-content li.verzendkosten:before, .product-grid-usp #block-footer_usps .block-content li.verzending:before, .product-grid-usp #block-footer_usps .block-content li.retourneren:before, .product-grid-usp #block-footer_usps .block-content li.cadeauverpakking:before, .product-grid-usp #block-footer_usps .block-content li.shop:before {
    display: none;
  }
  .product-grid-usp #block-footer_usps .block-content li.verzending:after, .product-grid-usp #block-footer_usps .block-content li.verzendkosten:after, .product-grid-usp #block-footer_usps .block-content li.retourneren:after, .product-grid-usp #block-footer_usps .block-content li.cadeauverpakking:after, .product-grid-usp #block-footer_usps .block-content li.shop:after {
    display: block;
  }
  .product-grid-usp #block-footer_usps .block-content li a {
    left: 0;
    padding-left: 65px;
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
  }

  .products-grid > li.item .link-product {
    padding: 40px 40px 35px;
    -moz-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
    transition: border 0.2s linear;
  }
  .products-grid > li.item .link-product:hover {
    border-bottom-color: #1d1d1d;
  }
  .products-grid > li.item a.link-wishlist {
    top: 20px;
    right: 20px;
  }
  .products-grid > li.item .link-product:hover + a.link-wishlist {
    visibility: visible;
    opacity: 1;
  }
  .products-grid > li.item .product-name .product-list-name,
  .products-grid > li.item .product-info .price-box .price {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1239px) {
  .products-grid > li.item {
    clear: none !important;
  }
  .products-grid > li.item.fourth + .item {
    clear: left !important;
  }
}
/* ============================================ *
 * Use product grid mixin
// --------------------------------------------- */
/* Config: Columns + flexible gutter */
@media only screen and (max-width: 479px) {
  .products-grid.products-grid--max-3-col {
    border-top: 1px solid #eaeaea;
  }
  .products-grid.products-grid--max-3-col > li.item {
    width: 50%;
  }
  .products-grid.products-grid--max-3-col > li.item:not(.item-promo) {
    padding: 15px;
  }
  .products-grid.products-grid--max-3-col > li.item.item-promo > a,
  .products-grid.products-grid--max-3-col > li.item.item-promo > div {
    padding: 15px;
  }
  .products-grid.products-grid--max-3-col > li.item.even {
    margin-right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .products-grid.products-grid--max-3-col > li.item .product-info .product-name {
    word-break: break-word;
    font-size: 12px;
  }
}
/* Add flex to grid */
.products-grid--max-3-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid--max-3-col .product-info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.products-grid--max-3-col .product-info > span {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.products-grid--max-3-col .price-stock-wrapper,
.products-grid--max-3-col .price-info {
  margin-top: auto;
  display: block;
}

/* Set column config */
.products-grid--max-3-col > li.item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-grid--max-3-col > li.item > .link-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
}

.products-grid--max-3-col > li.item {
  width: 33.33333%;
  counter-increment: number;
}

/* Config: Columns + flexible gutter */
@media only screen and (max-width: 479px) {
  .products-grid.products-grid--max-4-col {
    border-top: 1px solid #eaeaea;
  }
  .products-grid.products-grid--max-4-col > li.item {
    width: 50%;
  }
  .products-grid.products-grid--max-4-col > li.item:not(.item-promo) {
    padding: 15px;
  }
  .products-grid.products-grid--max-4-col > li.item.item-promo > a,
  .products-grid.products-grid--max-4-col > li.item.item-promo > div {
    padding: 15px;
  }
  .products-grid.products-grid--max-4-col > li.item.even {
    margin-right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .products-grid.products-grid--max-4-col > li.item .product-info .product-name {
    word-break: break-word;
    font-size: 12px;
  }
}
/* Add flex to grid */
.products-grid--max-4-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid--max-4-col .product-info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.products-grid--max-4-col .product-info > span {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.products-grid--max-4-col .price-stock-wrapper,
.products-grid--max-4-col .price-info {
  margin-top: auto;
  display: block;
}

/* Set column config */
.products-grid--max-4-col > li.item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-grid--max-4-col > li.item > .link-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
}

.products-grid--max-4-col > li.item {
  width: 25%;
  counter-increment: number;
}

/* Config: Columns + flexible gutter */
@media only screen and (max-width: 479px) {
  .products-grid.products-grid--max-5-col {
    border-top: 1px solid #eaeaea;
  }
  .products-grid.products-grid--max-5-col > li.item {
    width: 50%;
  }
  .products-grid.products-grid--max-5-col > li.item:not(.item-promo) {
    padding: 15px;
  }
  .products-grid.products-grid--max-5-col > li.item.item-promo > a,
  .products-grid.products-grid--max-5-col > li.item.item-promo > div {
    padding: 15px;
  }
  .products-grid.products-grid--max-5-col > li.item.even {
    margin-right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .products-grid.products-grid--max-5-col > li.item .product-info .product-name {
    word-break: break-word;
    font-size: 12px;
  }
}
/* Add flex to grid */
.products-grid--max-5-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid--max-5-col .product-info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.products-grid--max-5-col .product-info > span {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.products-grid--max-5-col .price-stock-wrapper,
.products-grid--max-5-col .price-info {
  margin-top: auto;
  display: block;
}

/* Set column config */
.products-grid--max-5-col > li.item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-grid--max-5-col > li.item > .link-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
}

.products-grid--max-5-col > li.item {
  width: 20%;
  counter-increment: number;
}

/* Config: Columns + flexible gutter */
@media only screen and (max-width: 479px) {
  .products-grid.products-grid--max-6-col {
    border-top: 1px solid #eaeaea;
  }
  .products-grid.products-grid--max-6-col > li.item {
    width: 50%;
  }
  .products-grid.products-grid--max-6-col > li.item:not(.item-promo) {
    padding: 15px;
  }
  .products-grid.products-grid--max-6-col > li.item.item-promo > a,
  .products-grid.products-grid--max-6-col > li.item.item-promo > div {
    padding: 15px;
  }
  .products-grid.products-grid--max-6-col > li.item.even {
    margin-right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .products-grid.products-grid--max-6-col > li.item .product-info .product-name {
    word-break: break-word;
    font-size: 12px;
  }
}
/* Add flex to grid */
.products-grid--max-6-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-grid--max-6-col .product-info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.products-grid--max-6-col .product-info > span {
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.products-grid--max-6-col .price-stock-wrapper,
.products-grid--max-6-col .price-info {
  margin-top: auto;
  display: block;
}

/* Set column config */
.products-grid--max-6-col > li.item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-grid--max-6-col > li.item > .link-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
}

.products-grid--max-6-col > li.item {
  width: 16.66667%;
  counter-increment: number;
}

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li.item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.products-list > li.item:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li.item .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li.item .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 120px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #eaeaea;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img.hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #1d1d1d;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  position: relative;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #1d1d1d;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
  margin: 0;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav .close-filters {
  display: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.block-layered-nav .close-filters:hover {
  text-decoration: none;
}
.block-layered-nav .close-filters:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px auto auto;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #A0A0A0;
}

.block-layered-nav .narrow-by-list-bottom {
  display: none;
}
.block-layered-nav .narrow-by-list-bottom .close-filters:before {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl {
    border: 1px solid #eaeaea;
    border-top: 0;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
    padding: 0 0 0 23px;
    border-top: 1px solid #eaeaea;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #1d1d1d;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #1d1d1d;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #1d1d1d;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
    padding: 10px;
    border-top: 1px solid #eaeaea;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #1d1d1d;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
    padding: 5px 5px 5px 23px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 5.5px solid #1d1d1d;
    border-right: none;
    left: auto;
    right: 23px;
    top: 50%;
    margin-top: -5.5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: transparent;
    color: #FFFFFF;
  }

  .has-open-filters .block-layered-nav .block-subtitle--filter {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
  }

  .has-open-filters .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-right: 5.5px solid #1d1d1d;
    border-left: none;
  }

  .block-layered-nav .close-filters {
    display: block;
  }

  .block-layered-nav .narrow-by-list-bottom {
    display: block;
    padding: 20px;
    height: 86px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0;
    z-index: 10;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .block-layered-nav .narrow-by-list-bottom {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .block-layered-nav .narrow-by-list-bottom .button, .block-layered-nav .narrow-by-list-bottom .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .block-layered-nav .narrow-by-list-bottom .button2 {
    display: block;
    margin: 0;
    height: 46px;
    font-size: 16px;
  }
  .block-layered-nav .narrow-by-list-bottom .button + .button, .block-layered-nav .narrow-by-list-bottom .cart-collaterals .block-content .button-wrapper .button2 + .button, .cart-collaterals .block-content .button-wrapper .block-layered-nav .narrow-by-list-bottom .button2 + .button, .block-layered-nav .narrow-by-list-bottom .cart-collaterals .block-content .button-wrapper .button + .button2, .cart-collaterals .block-content .button-wrapper .block-layered-nav .narrow-by-list-bottom .button + .button2, .block-layered-nav .narrow-by-list-bottom .cart-collaterals .block-content .button-wrapper .button2 + .button2, .cart-collaterals .block-content .button-wrapper .block-layered-nav .narrow-by-list-bottom .button2 + .button2 {
    margin-top: 10px;
  }
  .block-layered-nav .narrow-by-list-bottom .btn-remove {
    width: 100%;
    line-height: 26px;
    color: #fff;
    font-family: "Lato", Arial, Helvetica, sans-serif;
  }
  .block-layered-nav .narrow-by-list-bottom .btn-remove:after {
    display: none;
  }

  #narrow-by-list-wrapper {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    display: block;
    overflow: hidden;
    z-index: 150;
    position: fixed;
    background-color: #fff;
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  #narrow-by-list-wrapper > .close-filters {
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 15px;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
  }
  #narrow-by-list-wrapper .filter-heading {
    display: block;
    height: 80px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #narrow-by-list-wrapper .filter-heading {
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  #narrow-by-list-wrapper .filter-heading span {
    display: block;
    color: #1d1d1d;
  }
  #narrow-by-list-wrapper .filter-heading span:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 12px 20px 2px;
  }
  #narrow-by-list-wrapper .filter-heading .amount {
    font-size: 14px;
  }

  #wrapper-layered-nav-l {
    display: none;
  }

  #wrapper-layered-nav-s {
    display: block;
  }
  #wrapper-layered-nav-s.moved-up #narrow-by-list-wrapper {
    top: 100px;
  }

  .has-open-filters {
    overflow: hidden;
  }
  .has-open-filters #narrow-by-list-wrapper {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    visibility: visible;
  }
  .has-open-filters #robin_tab_container {
    display: none;
  }

  #narrow-by-list {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: -moz-calc(100% - 214px);
    height: -webkit-calc(100% - 214px);
    height: calc(100% - 214px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #narrow-by-list {
    overflow-y: scroll;
    height: calc(100% - 49px);
  }
}
@media only screen and (max-width: 1023px) {
  #narrow-by-list.has-active-toggle {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #narrow-by-list.has-active-toggle .items-toggle {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  #narrow-by-list-wrapper.has-active-filters #narrow-by-list {
    height: calc(100% - 274px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #narrow-by-list-wrapper.has-active-filters #narrow-by-list {
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  #narrow-by-list-wrapper.has-active-filters .narrow-by-list-bottom {
    height: 145px;
  }

  #narrow-by-list.has-active-filters + .narrow-by-list-bottom {
    height: 87px;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 5px 0;
    margin: 0;
  }

  .block-layered-nav dl ol > li > a {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1023px) {
  #wrapper-layered-nav-l {
    display: block;
  }

  #wrapper-layered-nav-s {
    display: none;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0 0 10px;
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
  display: inline-block;
  margin: 3px;
}
.block-layered-nav .currently ol li .label {
  font-weight: 300;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

.category-products .note-msg {
  padding: 40px 15px 20px;
  text-align: justify;
}

@media only screen and (min-width: 400px) {
  .category-products .note-msg {
    border-top: 1px solid #eaeaea;
    padding: 40px 40px 20px;
    text-align: center;
  }
}
#layered-currently {
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
  padding: 4px 0px 8px 0px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #layered-currently {
    padding: 4px 0px 0px 0px;
  }
  #layered-currently ol {
    white-space: nowrap;
    overflow: auto;
  }
}
#layered-currently ol {
  max-width: none;
  display: block;
  margin-top: 2px;
  margin-bottom: 0;
}
#layered-currently ol li {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 300;
  display: inline-block;
  margin: 3px;
}
#layered-currently ol li:hover {
  background: transparent;
  border: 0;
}
#layered-currently .btn-remove {
  display: block;
  border: 0;
  background-color: transparent;
  color: #494949;
  padding: 8px 25px 8px 10px;
  position: relative;
  height: auto;
  font: 13px "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  width: auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#layered-currently .btn-remove:hover {
  background: #f7f7f7;
  text-decoration: none;
}
#layered-currently .btn-remove-all {
  padding: 7px 25px 7px 10px;
  text-decoration: underline;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#layered-currently .btn-remove-all:hover {
  text-decoration: none;
}
#layered-currently .btn-remove:after,
#layered-currently .btn-remove-all:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
#countdown {
  background: #fff9eb;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#countdown .icon {
  content: "";
  display: block;
  margin-top: -3px;
  margin-right: 10px;
}
#countdown strong {
  color: #ff8916;
}

.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .name-price-wrapper .product-shop .product-name .h1, .product-view .name-price-wrapper .product-shop .product-name ul.landingpage-combination .landingpage-group strong, ul.landingpage-combination .landingpage-group .product-view .name-price-wrapper .product-shop .product-name strong,
.product-view .name-price-wrapper .product-img-box .product-name h1 {
  color: #1d1d1d;
  margin-bottom: 10px;
  border: 0;
}
.product-view #guest-stock-alert-container {
  margin-bottom: 0;
}
.product-view #guest-stock-alert-container strong.stock-alert-title {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.product-view #guest-stock-alert-container + .link-wishlist {
  margin-top: 25px;
}
.product-view .product-shop {
  width: 41.00156%;
  float: right;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-left: 0;
}
.product-view .product-shop .name-price-wrapper .price-info .price-box .price-as-configured .price-label {
  display: none;
}
.product-view .product-shop .product-manufacturer {
  display: none;
  float: right;
  margin: 20px 30px;
}
.product-view .product-shop .product-manufacturer img {
  max-width: 100px;
}
.product-view .product-shop .name-price-wrapper .product-name {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  width: 55%;
  color: #494949;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
.product-view .product-shop .name-price-wrapper .product-name .manufacturer {
  color: #494949;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 0;
}
.product-view .product-shop .name-price-wrapper .product-name .h1, .product-view .product-shop .name-price-wrapper .product-name ul.landingpage-combination .landingpage-group strong, ul.landingpage-combination .landingpage-group .product-view .product-shop .name-price-wrapper .product-name strong {
  color: #494949;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 0;
}
@media only screen and (max-width: 370px) {
  .product-view .product-shop .name-price-wrapper .product-name {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-right: 2px;
  }
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .skip-flyout {
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.product-view .product-shop .skip-flyout:hover {
  text-decoration: none;
}
.product-view .product-shop .delivery-availability-wrapper {
  overflow: hidden;
}
.product-view .product-shop .delivery-availability-wrapper.mobile {
  max-width: 450px;
  margin: auto auto 10px;
}
.product-view .product-shop .name-price-wrapper {
  margin: 0 20px 10px;
}
.product-view .product-shop .name-price-wrapper .price-info:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .name-price-wrapper .price-box {
  float: right;
  margin: 0;
}
.product-view .product-shop .name-price-wrapper .price-box span.price {
  font-size: 22px;
  display: block;
}
.product-view .product-shop .name-price-wrapper .price-box .old-price span.price {
  font-size: 14px;
}
.product-view .product-shop .name-price-wrapper .price-box .discount {
  text-align: center;
  background-color: #ed3409;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  padding: 3px 6px;
  margin: 2px 8px 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.product-view .product-shop .name-price-wrapper .price-box .regular-price .price {
  font-size: 22px;
  font-weight: 400;
  color: #1d1d1d;
  letter-spacing: 1px;
}
.product-view .product-shop .name-price-wrapper .price-box .old-price,
.product-view .product-shop .name-price-wrapper .price-box .special-price,
.product-view .product-shop .name-price-wrapper .price-box .regular-price {
  display: block;
  padding: 0;
}
.product-view .product-shop .name-price-wrapper .price-info .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  float: none;
  margin: 7px 0;
}
.product-view .product-shop .name-price-wrapper .price-info .price-box .special-price {
  order: 1;
}
.product-view .product-shop .name-price-wrapper .price-info .price-box .old-price {
  padding-left: 0.5em;
  order: 2;
}
.product-view .product-shop .name-price-wrapper .price-info .price-box.bundle.price-box {
  display: none;
}
.product-view .product-shop .name-price-wrapper .price-info .price-box .price-as-configured .price-label {
  text-transform: none;
}
.product-view .product-shop .name-price-wrapper .price-info .price-box .price-as-configured .price {
  font-weight: 400;
}
.product-view .product-shop .sizelink-wrapper {
  max-width: 450px;
  margin: 0 auto 10px;
  text-align: right;
}
.product-view .product-shop .product-options {
  padding: 20px 20px 5px;
}
.product-view .product-shop .product-options #attribute228 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom-color: #494949;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  height: 32px;
}
.product-view .product-shop .product-options #attribute228 :first-child {
  display: none;
}
.product-view .product-shop .product-options dt.bundle-option .label-option {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-view .product-shop .product-options dt.bundle-option + dd {
  margin-top: 10px;
}
.product-view .product-shop .product-options dt.bundle-option + dd .input-box .chosen-container {
  margin-right: 5px;
  display: block;
  width: 235px !important;
}
.product-view .product-shop .product-options .label-option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-view .product-shop .product-options .label-option .bundle-option-thumbnail {
  background: transparent center center no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
}
.product-view .product-shop .product-options .label-option .bundle-option-thumbnail.loading {
  background-image: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/loader.gif");
  background-size: 50% 50%;
}
.product-view .product-shop .product-options .label-option img,
.product-view .product-shop .product-options .label-option .bundle-option-thumbnail {
  -webkit-flex: 0 0 40px;
  -moz-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.product-view .product-shop .product-options .label-option > span,
.product-view .product-shop .product-options .label-option .bundle-option-thumbnail > span {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 15px;
  font-weight: 400;
}
.product-view .product-shop .product-options .label-option > span span,
.product-view .product-shop .product-options .label-option .bundle-option-thumbnail > span span {
  font-weight: 300;
}
.product-view .product-shop .product-options .label-option .price-notice {
  display: none;
}
.product-view .product-shop .product-options input[type=checkbox] {
  display: none;
}
.product-view .product-shop .product-options input[type=checkbox] + label {
  position: relative;
  padding-left: 32px;
  min-height: 55px;
  cursor: pointer;
}
.product-view .product-shop .product-options input[type=checkbox] + label:before, .product-view .product-shop .product-options input[type=checkbox] + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}
.product-view .product-shop .product-options input[type=checkbox] + label:before {
  height: 17px;
  width: 17px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #cdcdcd;
  background-color: #fff;
}
.product-view .product-shop .product-options input[type=checkbox] + label:after {
  position: absolute;
  top: 50%;
  left: 2px;
  opacity: 0;
  transform: scale(0) translateY(-50%);
  transition: scale 0.1s linear, opacity 0.1s linear;
}
.product-view .product-shop .product-options input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .product-availability {
  font-size: 14px;
}
.product-view .product-shop .product-availability .availability,
.product-view .product-shop .product-availability .availability-only {
  font-weight: 400;
}
.product-view .product-shop .product-availability .availability:before,
.product-view .product-shop .product-availability .availability-only:before {
  content: "\2022";
  margin-right: 5px;
  font-size: 19px;
  line-height: 22px;
  display: inline-block;
  vertical-align: bottom;
}
.product-view .product-shop .product-availability .product-promo {
  display: inline-block;
  clear: right;
  float: left;
}
.product-view .product-shop .add-to-cart-wrapper {
  background: #f7f7f7;
  border-top: 1px solid #eaeaea;
  padding: 10px 20px 15px;
  overflow: hidden;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper {
  display: none;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist {
  display: inline-block;
  width: 100%;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2 {
  display: block;
  width: 100%;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2:before {
  content: '';
  display: none;
  margin: 1px;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button > span:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2 > span:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2 > span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box.not-in-stock .link-stock-alert {
  width: 100%;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-box.not-in-stock .link-wishlist {
  display: none;
}
.product-view .product-shop .product-links {
  display: none;
  background: #f7f7f7;
  padding: 0 40px 40px;
}
.product-view .product-shop .product-links .product-links-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-view .product-shop .product-links .product-links-container li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.product-view .product-shop .product-links .product-links-container li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.product-view .product-shop .product-links .col-1 {
  display: none;
  padding: 12px 6px;
}
.product-view .product-shop .product-links .col-2 {
  float: left;
  text-align: right;
  padding: 12px 6px;
}
@media only screen and (max-width: 799px) {
  .product-view .product-shop .product-links .col-2 {
    text-align: left;
  }
}
.product-view .product-shop .product-links a {
  display: block;
  padding: 12px 0;
  text-decoration: underline;
}
.product-view .product-shop .product-links a:hover {
  text-decoration: none;
}
.product-view .short-description-wrapper > h2 {
  text-align: center;
  padding: 28px 15px;
  margin: 0;
}
.product-view .short-description {
  padding: 0 15px;
}
.product-view .short-description a {
  text-decoration: underline;
}
.product-view .short-description a:hover {
  text-decoration: none;
}
.product-view .product-collateral {
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}
.product-view .product-collateral dt {
  text-align: left;
  padding: 11px 20px 11px 20px;
  margin: 0;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #1d1d1d;
  border-top: 1px solid #eaeaea;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 380px) {
  .product-view .product-collateral dt {
    letter-spacing: 3px;
  }
}
.product-view .product-collateral dt:first-child {
  border-top: 0;
}
.product-view .product-collateral dt .arrow {
  display: inline-block;
  position: relative;
  float: right;
  top: 10px;
}
.product-view .product-collateral .active .arrow {
  display: inline-block;
  position: relative;
  float: right;
  top: 10px;
}
.product-view .product-collateral dd {
  display: none;
  padding: 0 20px 20px 20px;
}
.product-view .product-collateral dd > p {
  padding-bottom: 20px;
}
.product-view .product-collateral dd > p:last-child {
  padding-bottom: 0;
}
.product-view .product-collateral dd.product-attributes {
  display: none;
  padding-bottom: 20px;
}
.product-view .product-collateral dd.product-attributes li {
  display: table;
  width: 100%;
}
.product-view .product-collateral dd.product-attributes li label {
  display: table-cell;
  padding: 10px 15px;
  width: 50%;
  font-weight: 400;
}
.product-view .product-collateral dd.product-attributes li span {
  display: table-cell;
  padding: 10px 15px;
  width: 50%;
  text-decoration: none;
  font-weight: 300;
  text-align: right;
}
.product-view .product-collateral dd.product-attributes li a {
  text-decoration: underline;
}
.product-view .product-collateral dd.product-attributes li a:hover {
  text-decoration: none;
}
.product-view .product-collateral dd.product-attributes li.first, .product-view .product-collateral dd.product-attributes li.third {
  background-color: #f7f7f7;
}

@media (max-width: 1023px) {
  .product-view .product-shop .name-price-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .product-view .product-shop .name-price-wrapper .product-name {
    display: block;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .product-view .product-shop .name-price-wrapper .price-info {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .product-view .product-shop .name-price-wrapper .price-info .price-box {
    position: relative;
    margin-top: 20px;
    float: right;
  }
  .product-view .product-shop .name-price-wrapper .price-info .price-box .old-price {
    position: absolute;
    top: -15px;
    right: 0;
  }
  .product-view .product-shop .name-price-wrapper .price-info:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-view .product-shop .product-options dt.bundle-option .skip-flyout,
  .product-view .product-shop .product-options dt.bundle-option label {
    display: none;
  }
  .product-view .product-shop .delivery-availability-wrapper.desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .product-view .product-shop .product-options dt.bundle-option + dd .skip-flyout {
    display: none;
  }
}
#block-pdp_usps {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  overflow: hidden;
}
#block-pdp_usps .block-content {
  text-align: center;
}
#block-pdp_usps .block-content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#block-pdp_usps .block-content li {
  display: block;
  font-size: 10px;
  margin: 0;
  text-align: left;
  padding: 10px 10px 10px 40px;
  position: relative;
  text-transform: uppercase;
}
#block-pdp_usps .block-content li strong {
  margin-right: 5px;
}
#block-pdp_usps .block-content li br {
  display: none;
}
#block-pdp_usps .block-content li a {
  color: #757575;
  letter-spacing: 2px;
}
#block-pdp_usps .block-content li a strong {
  color: #1d1d1d;
}
#block-pdp_usps .block-content li a:hover {
  text-decoration: none;
}
#block-pdp_usps .block-content li:first-child {
  margin-left: 0;
}
#block-pdp_usps .block-content li:last-child {
  margin-right: 0;
}
#block-pdp_usps .block-content li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#block-pdp_usps .block-content li.verzendkosten:after, #block-pdp_usps .block-content li.verzending:after, #block-pdp_usps .block-content li.retourneren:after, #block-pdp_usps .block-content li.cadeauverpakking:after, #block-pdp_usps .block-content li.shop:after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .product-view .product-shop .product-options input[type=checkbox] + label .label-inner img {
    border: 1px solid #eaeaea;
  }
  .product-view .product-shop .product-options dt.bundle-option + dd .input-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
  }
  .product-view .product-shop .product-options dt.bundle-option + dd .input-box .skip-flyout {
    margin-left: auto;
    line-height: normal;
  }

  #block-pdp_usps {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #block-pdp_usps {
    margin: 0 auto;
    padding: 0;
    border: 1px solid #eaeaea;
    border-width: 0 1px 1px;
    background-color: #f7f7f7;
  }
  #block-pdp_usps .block-content {
    max-width: 1150px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  #block-pdp_usps .block-content li {
    padding: 0;
    font-size: 11px;
    margin: 40px 0 40px auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    height: 70px;
  }
  #block-pdp_usps .block-content li br {
    display: block;
  }
  #block-pdp_usps .block-content li a {
    padding-left: 70px;
    display: block;
    position: absolute;
    letter-spacing: 3px;
    z-index: 1;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 3px;
  }
  #block-pdp_usps .block-content li.verzendkosten:after, #block-pdp_usps .block-content li.verzending:after, #block-pdp_usps .block-content li.retourneren:after, #block-pdp_usps .block-content li.cadeauverpakking:after, #block-pdp_usps .block-content li.shop:after {
    display: block;
  }
  #block-pdp_usps .block-content li.verzendkosten:before, #block-pdp_usps .block-content li.verzending:before, #block-pdp_usps .block-content li.retourneren:before, #block-pdp_usps .block-content li.cadeauverpakking:before, #block-pdp_usps .block-content li.shop:before {
    display: none;
  }
}
#wrapper-countdown-2 {
  background-color: #fff9eb;
  border-bottom: 1px solid #eaeaea;
}
#wrapper-countdown-2 #countdown {
  position: relative;
  display: inline-block;
  padding-left: 55px;
  border-bottom: 0;
}
#wrapper-countdown-2 #countdown .icon {
  float: none;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
}

@media only screen and (min-width: 479px) {
  .product-view .product-shop .name-price-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 320px) {
  #wrapper-countdown-2 {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #wrapper-countdown-2 {
    display: none !important;
  }
}
.product-name-top {
  text-align: center;
  padding: 30px 15px 5px;
}
.product-name-top h1 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 3px;
}

.product-img-box .lSSlideOuter .lSPager li img,
.box-up-sell .lSSlideOuter .lSPager li img {
  display: none;
  height: auto;
}
.product-img-box .lSSlideOuter .lSPager.lSpg,
.box-up-sell .lSSlideOuter .lSPager.lSpg {
  text-align: center;
}
.product-img-box .lSSlideOuter .lSPager.lSpg > li a,
.box-up-sell .lSSlideOuter .lSPager.lSpg > li a {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #1d1d1d;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  background-color: transparent;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.product-img-box .lSSlideOuter .lSPager.lSpg > li:hover a,
.product-img-box .lSSlideOuter .lSPager.lSpg > li.active a,
.box-up-sell .lSSlideOuter .lSPager.lSpg > li:hover a,
.box-up-sell .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #1d1d1d;
}

.product-img-box {
  width: 58.99844%;
  float: left;
  overflow: hidden;
}
.product-img-box .product-image {
  margin-bottom: 10px;
  position: relative;
  margin: auto 0;
  float: right;
  width: 100%;
}
.product-img-box .product-image.no-more-views {
  float: none;
  margin: auto 0;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 1000px;
  margin: 0px auto;
}
.product-img-box .more-views {
  display: none;
}
.product-img-box .more-views .pdp-lazy-load {
  background: transparent url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/loader.gif") center center no-repeat;
  background-size: 20px;
}
.product-img-box .more-views .pdp-lazy-load img {
  visibility: hidden;
}
.product-img-box .lSSlideOuter.layout-half .lSPager li:first-child, .product-img-box .lSSlideOuter.layout-third .lSPager li:first-child {
  margin-top: 5px;
}
.product-img-box .lSSlideOuter.layout-half .lSPager.lSpg, .product-img-box .lSSlideOuter.layout-third .lSPager.lSpg {
  overflow: hidden;
  top: 26.5px;
}
.product-img-box .lSSlideOuter.layout-half .lSPager.lSpg > li, .product-img-box .lSSlideOuter.layout-third .lSPager.lSpg > li {
  padding: 0 1.5px;
  margin-left: 1.5px;
  margin-right: 1.5px;
  margin-bottom: 5px;
}
.product-img-box .lSSlideOuter.layout-half .lSPager {
  left: 41px;
}
.product-img-box .lSSlideOuter.layout-half .lSPager.lSpg {
  left: 50%;
}
.product-img-box .lSPager li {
  margin-top: 5px;
}
.product-img-box .lSPager li:first-child {
  margin-top: 0;
}
.product-img-box .lSPager li img {
  display: none;
  height: auto;
}

.product-image-thumbs a.video:before {
  display: none;
}

#image-gallery-zoom {
  display: none !important;
}

#image-gallery-lightslider {
  display: block;
}

.block-related .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 3px;
}

@media only screen and (min-width: 479px) {
  .product-img-box .lSSlideOuter.layout-third .lSPager.lSpg {
    top: 25.5px;
  }
}
@media only screen and (max-width: 479px) {
  .product-image-gallery .lightSlider {
    min-height: 315px;
  }

  .product-img-box .product-image img {
    max-height: 450px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .product-img-box,
  .product-shop {
    min-height: 0 !important;
  }

  .product-options#product-options-wrapper dt {
    float: none;
  }
}
.product-image-gallery .gallery-image {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
}
.product-image-gallery .gallery-video {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  height: 100%;
}
.product-image-gallery .gallery-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-image-gallery .gallery-video-wrap {
  position: relative;
  background-position: center;
  height: 100%;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.product-image-gallery .gallery-video-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -21.5px auto auto -23.5px;
}
.product-image-gallery .gallery-image.visible,
.product-image-gallery .lightSlider .gallery-image {
  display: block;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-view .add-to-cart-wrapper {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
  overflow: hidden;
}

.product-collateral,
.box-collateral {
  margin-bottom: 20px;
}

.product-image-gallery .lightSlider .pdp-lazy-load {
  background: transparent url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/loader.gif") center center no-repeat;
  height: 100%;
}
.product-image-gallery .lightSlider .pdp-lazy-load img {
  display: block;
  visibility: hidden;
}

.product-view .add-to-cart-buttons {
  margin-bottom: 10px;
}
.product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .product-view .add-to-cart-buttons .button2 {
  min-height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  white-space: normal;
  padding: 0;
  width: 100%;
}
.product-view .add-to-cart-buttons .btn-cart:before {
  content: '';
  display: inline-block;
  transform: translateX(0%) translateY(13%) scale(1.35);
  transform-origin: top right;
}
.product-view .add-to-cart-buttons .btn-cart span {
  padding-left: 5px;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}
.product-view .alert-price .alert-link,
.product-view .alert-stock .alert-link {
  min-height: 46px;
  letter-spacing: 1.1px;
  padding: 10px 4px;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  color: #fff;
}
.product-view .alert-price .alert-link:before,
.product-view .alert-stock .alert-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media (max-width: 1023px) {
  .product-view .alert-price .alert-link,
  .product-view .alert-stock .alert-link {
    width: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart {
  float: left;
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist {
  float: right;
  width: auto;
  display: block;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2 {
  text-indent: -9999em;
  width: 46px;
  height: 46px;
  display: block;
  padding: 9px 8px;
  border: 0;
  background-color: #f7f7f7;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2:before {
  display: block;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button:not(.active):before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2:not(.active):before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2:not(.active):before {
  opacity: 0.75;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button > span, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2 > span, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2 > span {
  display: block;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button > span:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2 > span:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2 > span:before {
  display: none;
}
.product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button:not(.active):hover:before, .product-view .product-shop .add-to-cart-wrapper .link-wishlist .cart-collaterals .block-content .button-wrapper a.button2:not(.active):hover:before, .cart-collaterals .block-content .button-wrapper .product-view .product-shop .add-to-cart-wrapper .link-wishlist a.button2:not(.active):hover:before {
  opacity: 1;
}
@media (min-width: 1023px) {
  .product-view .link-stock-alert {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    float: left;
    height: auto;
  }
}

@media only screen and (min-width: 1023px) {
  .product-image-gallery {
    position: relative;
  }

  .product-view .product-shop .add-to-cart-wrapper .add-to-box {
    width: 100%;
    max-width: none;
    margin: 10px 0 0;
  }
  .product-view .product-shop .product-links a {
    padding: 12px 0;
  }
  .product-view .product-shop #delivery-availability {
    float: none;
  }
  .product-view .product-shop .php-shipping-cta:before {
    content: '-';
    margin: auto 2px auto 1px;
  }

  #image-gallery-zoom {
    display: block !important;
  }

  #image-gallery-lightslider {
    display: none;
  }

  .product-image-gallery .gallery-image {
    padding-right: 0;
    padding-left: 0;
  }

  .product-view .add-to-cart-buttons {
    margin-bottom: 0;
  }

  .product-view .product-collateral {
    padding: 28px 20px 20px;
    clear: both;
    border-bottom: none;
  }
  .product-view .product-collateral .shipping-header {
    display: none;
  }
  .product-view .product-collateral .description-header,
  .product-view .product-collateral .short-description {
    padding: 75px 56px 10px 15px;
    float: left;
    width: 36.5727%;
    border-bottom: none;
    display: block !important;
    clear: both;
  }
  .product-view .product-collateral .description-header {
    text-align: left;
    font-size: 16px;
    margin: 15px 0 0.5em;
    letter-spacing: 4px;
    padding-left: 0;
    pointer-events: none;
  }
  .product-view .product-collateral .description-header .arrow {
    display: none;
    padding-bottom: 0;
  }
  .product-view .product-collateral .short-description {
    padding-top: 0;
    padding-left: 0;
  }
  .product-view .product-collateral .attributes-header,
  .product-view .product-collateral .product-attributes {
    width: 63.4273%;
    padding-right: 0;
    overflow: hidden;
    border: none;
  }
  .product-view .product-collateral .attributes-header {
    margin: 0 0 0.5em;
    font-size: 20px;
    letter-spacing: 4px;
    padding: 35px 15px 22px 15px;
    border-bottom: 0;
    pointer-events: none;
  }
  .product-view .product-collateral .attributes-header .arrow {
    display: none;
  }
  .product-view .product-collateral .product-attributes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block !important;
    border-bottom: none;
  }
  .product-view .product-collateral .product-attributes label,
  .product-view .product-collateral .product-attributes span {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .product-view .product-collateral .product-attributes label {
    font-weight: 300 !important;
  }
  .product-view .product-collateral .product-attributes span {
    font-weight: 400 !important;
    text-align: left !important;
  }
  .product-view .product-collateral .product-attributes li.first {
    clear: left;
    background-color: #f7f7f7;
    width: 50%;
    float: left;
  }
  .product-view .product-collateral .product-attributes li.second {
    background-color: #f7f7f7;
    border-left: 2px solid #fff;
    width: 50%;
    float: left;
  }
  .product-view .product-collateral .product-attributes li.third {
    background-color: #fff !important;
    width: 50%;
    float: left;
  }
  .product-view .product-collateral .product-attributes li.fourth {
    border-left: 2px solid #fff;
    width: 50%;
    float: left;
  }
  .product-view .product-shop .name-price-wrapper .product-name {
    display: inline-block;
    padding: 35px 11.25% 10px;
    max-width: 70%;
    width: auto;
  }
  .product-view .product-shop .name-price-wrapper .product-name .h1, .product-view .product-shop .name-price-wrapper .product-name ul.landingpage-combination .landingpage-group strong, ul.landingpage-combination .landingpage-group .product-view .product-shop .name-price-wrapper .product-name strong {
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3px;
    color: #1d1d1d;
  }
  .product-view .product-shop .name-price-wrapper .product-name .manufacturer {
    display: block;
    font-weight: 400;
    letter-spacing: 0.1429em;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    white-space: nowrap;
  }
  .product-view .product-shop .name-price-wrapper .discount {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .product-view .add-to-cart-buttons .button2 {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links li,
.product-view .sharing-links li {
  display: inline;
}

.product-collateral {
  clear: both;
}
.product-collateral:after {
  content: '';
  display: table;
  clear: both;
}

.box-collateral {
  clear: both;
}

@media only screen and (max-width: 1023px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .box-up-sell,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .product-collateral {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .product-view #countdown {
    padding: 19px 11.25%;
  }
  .product-view .product-shop .name-price-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 30px 10px 11.25%;
    max-width: none;
  }
  .product-view .product-shop .name-price-wrapper .product-name {
    -webkit-flex: 0 1 60%;
    -moz-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    margin-top: 30px;
    padding: 0 0 35px;
    width: 100%;
    max-width: none;
  }
  .product-view .product-shop .name-price-wrapper .product-name.full-width {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .product-view .product-shop .name-price-wrapper .product-manufacturer {
    text-align: right;
    margin: 0;
  }
  .product-view .product-shop .name-price-wrapper .product-manufacturer > a {
    display: inline-block;
  }
  .product-view .product-shop .name-price-wrapper .price-info {
    -webkit-flex: 0 1 0;
    -moz-flex: 0 1 0;
    -ms-flex: 0 1 0;
    flex: 0 1 0;
    padding: 0;
    text-align: left;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .product-view .product-shop .name-price-wrapper .price-info .price-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
    float: none;
    margin: 7px 12px 0 0;
  }
  .product-view .product-shop .name-price-wrapper .price-info .price-box .special-price {
    order: 1;
  }
  .product-view .product-shop .name-price-wrapper .price-info .price-box .old-price {
    padding-left: 0.5em;
    order: 2;
  }
  .product-view .product-shop .name-price-wrapper .price-info .price-box.bundle {
    margin: 0;
  }
  .product-view .product-shop .name-price-wrapper .price-info .price-box .price-as-configured .price-label {
    text-transform: none;
  }
  .product-view .product-shop .name-price-wrapper .price-info .price-box .price-as-configured .price {
    font-weight: 400;
  }
  .product-view .product-shop .name-price-wrapper .price-info .product-availability {
    float: left;
    margin-top: auto;
  }
  .product-view .product-shop .delivery-availability-wrapper {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .product-view .product-shop .delivery-availability-wrapper .product-availability {
    padding-top: 13px;
  }
  .product-view .product-shop .delivery-availability-wrapper.mobile {
    display: none;
  }
  .product-view .product-shop .product-manufacturer {
    display: block;
  }
  .product-view .product-shop .product-options {
    padding: 10px 11.25%;
  }
  .product-view .product-shop .sizelink-wrapper {
    max-width: none;
    text-align: left;
    margin-bottom: 5px;
  }
  .product-view .product-shop .skip-flyout {
    font-size: 14px;
    font-weight: 300;
  }
  .product-view .product-shop .add-to-cart-wrapper {
    padding: 20px 11.25%;
    margin-top: 0;
    border: 0;
  }
  .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper {
    display: none;
  }
  .product-view .product-shop .product-links {
    display: block;
    padding: 0 11.25% 0;
    font-size: 14px;
    background-color: transparent;
  }
  .product-view .product-shop .product-links .col-1 {
    display: block;
  }

  .product-collateral {
    padding-top: 28px;
  }

  .product-name-top {
    display: none;
  }

  .product-img-box {
    border-bottom: 1px solid #eaeaea;
    overflow: visible;
    padding-right: 0;
  }
  .product-img-box .no-more-views {
    float: right;
    margin: 96px 0 96px auto;
  }
  .product-img-box .zoomImg {
    z-index: 2;
    background-color: #f1f1f1;
  }
  .product-img-box .zoomImg.active {
    cursor: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/zoom-out.cur"), zoom-out;
    cursor: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/zoom-out.png") 32 32, url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/zoom-out.cur"), zoom-out;
  }
  .product-img-box .zoomImg.inactive {
    cursor: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/zoom-in.cur"), zoom-in;
    cursor: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/zoom-in.png") 32 32, url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/zoom-in.cur"), zoom-in;
  }
  .product-img-box .product-image {
    overflow: hidden;
    margin-bottom: 0;
  }
  .product-img-box .product-image-gallery {
    overflow: visible;
    margin: 0 0 0 auto;
    width: -moz-calc(100% - 161px);
    width: -webkit-calc(100% - 161px);
    width: calc(100% - 161px);
  }
  .product-img-box .product-image-gallery .lSSlideOuter {
    display: none;
  }
  .product-img-box .product-image-gallery .gallery-image.visible {
    max-height: 700px;
  }
  .product-img-box .product-image-gallery.layout-half {
    width: -moz-calc(100% - 192px);
    width: -webkit-calc(100% - 192px);
    width: calc(100% - 192px);
  }
  .product-img-box .product-image-gallery.layout-third {
    width: -moz-calc(100% - 209px);
    width: -webkit-calc(100% - 209px);
    width: calc(100% - 209px);
  }
  .product-img-box .product-image-gallery .gallery-video {
    max-width: 700px;
    height: 394px;
  }
  .product-img-box .more-views {
    display: block;
    width: 92px;
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 5;
    max-height: -moz-calc(100% - 80px);
    max-height: -webkit-calc(100% - 80px);
    max-height: calc(100% - 80px);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .product-img-box .more-views li img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .product-img-box .more-views.layout-half {
    width: 150px;
  }
  .product-img-box .more-views.layout-third {
    width: 160px;
  }

  .product-image-thumbs li {
    display: inline-block;
    margin-bottom: 10px;
  }
  .product-image-thumbs a {
    height: 90px;
    width: 90px;
    display: inline-block;
    border: 1px solid #eaeaea;
    background: transparent;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
  }
  .product-image-thumbs a:hover, .product-image-thumbs a.selected {
    border: 1px solid #1d1d1d;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    background: transparent;
  }
  .product-image-thumbs a.video {
    background-size: cover;
    position: relative;
  }
  .product-image-thumbs a.video:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -17px auto auto -16px;
  }

  .more-views.layout-half .product-image-thumbs li {
    margin-bottom: 5px;
    margin-right: 8px;
  }
  .more-views.layout-half .product-image-thumbs a {
    height: 60px;
    width: 60px;
  }
  .more-views.layout-half .product-image-thumbs a.video:before {
    margin: -14px auto auto -14px;
  }

  .more-views.layout-third .product-image-thumbs li {
    margin-bottom: 1px;
    margin-right: 4px;
  }
  .more-views.layout-third .product-image-thumbs a {
    height: 45px;
    width: 45px;
  }
}
@media only screen and (min-width: 799px) {
  .product-img-box .product-image {
    min-height: 550px;
  }
}
@media only screen and (max-width: 479px) {
  .product-img-box,
  .product-collateral,
  .box-collateral {
    margin-bottom: 15px;
  }
}
/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #494949;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  clear: both;
  position: relative;
  padding: 30px 40px 20px;
  border-top: 1px solid #eaeaea;
  background-color: #f7f7f7;
}
.product-options dl {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.product-options dt {
  margin: 10px 0 0;
  font-weight: normal;
}
.product-options dt:first-child {
  margin-top: 0;
}
.product-options dt label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 4px;
}
.product-options dt a {
  text-decoration: underline;
  text-transform: none;
}
.product-options dt a:hover {
  text-decoration: none;
}
.product-options dd {
  margin-bottom: 15px;
}
.product-options dd.last {
  margin-bottom: 0;
}
.product-options dd .super-attribute-select {
  display: none;
  visibility: hidden;
  clear: both;
  height: 0;
  margin-bottom: -10px;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd .qty-holder .qty {
  width: 3em;
}
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}
.product-options dd .input-box {
  padding-top: 0;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  height: 8em;
}
.product-options .product_attribute_option_link {
  display: none;
}
.product-options .chosen-container-active.chosen-with-drop .chosen-single div b {
  width: 13px;
  height: 8px;
  border-width: 0;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}
.product-options ul.options-list .label {
  display: block;
}
.product-options ul.options-list ul.options-list label {
  font-weight: normal;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}

html.touch .product-options dd .super-attribute-select {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .product-options dt {
    float: right;
    margin-top: 7px;
    font-size: medium;
  }
  .product-options .chosen-container-single .chosen-single {
    min-width: 135px;
    padding-left: 0;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .product-options .chosen-container-single .chosen-single span {
    color: #1d1d1d;
    letter-spacing: 2px;
  }
  .product-options .chosen-container-single .chosen-single div {
    width: 17px;
  }
  .product-options .chosen-container-single .chosen-single div b {
    width: 13px;
    height: 8px;
    border-width: 0;
  }

  .product-view .product-shop .add-to-cart-wrapper .link-wishlist {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1023px) {
  .product-options {
    padding: 0 11.25%;
    border-top: 0;
    background-color: transparent;
  }
  .product-options dl {
    max-width: none;
    margin: 0 0 5px;
  }
  .product-options .giftcard-form .form-list .wide .field {
    width: 100%;
    float: none;
  }
  .product-options .chosen-container:not([id^="bundle"]) {
    display: none;
  }
  .product-options .chosen-container-single .chosen-single div b {
    background: none;
  }

  .product-options .giftcard-form {
    position: relative;
  }
  .product-options .giftcard-form #delivery-availability {
    width: 100%;
    left: 0;
    top: -70px;
  }
  .product-options .giftcard-form .delivery-availability-wrapper {
    margin-bottom: 40px;
  }
  .product-options .giftcard-form .product-availability {
    position: absolute;
    top: -62px;
    left: 48px;
  }
  .product-options .giftcard-form .product-availability .availability {
    float: left;
  }
  .product-options .giftcard-form .chosen-container {
    display: block;
  }
  .product-options .giftcard-form .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 50px 0 16px;
    background-color: #f7f7f7;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    border-bottom: 1px solid #aaa;
    text-decoration: none;
    white-space: nowrap;
    line-height: 47px;
    height: 47px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: none;
    font-weight: 300;
  }
  .product-options .giftcard-form .chosen-container-single .chosen-single span {
    letter-spacing: 0.02em;
  }
  .product-options .giftcard-form .chosen-container-single .chosen-single > div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 27px;
    height: 100%;
  }
  .product-options .giftcard-form .chosen-container-single .chosen-single > div > b {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    border: solid transparent;
    border-width: 5px 5.5px 0 5.5px;
    border-top-color: #1d1d1d;
    background: none;
  }
  .product-options .giftcard-form .chosen-container-single.chosen-with-drop .chosen-single > div b {
    border-width: 0px 5.5px 5px 5.5px;
    border-bottom-color: #1d1d1d;
  }
}
.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .add-to-cart-wrapper {
  border-top: 0 !important;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* -------------------------------------------- *
 * Catalog - Product Flyout
 */
.flyout-content .short-description {
  margin-bottom: 20px;
}
.flyout-content .product-attributes-wrapper > h2 > span {
  display: none;
}
.flyout-content #block-pdp_sizepage a.read-more {
  display: inline-block;
  text-decoration: underline;
}
.flyout-content #block-pdp_sizepage a.read-more:hover {
  text-decoration: none;
}
.flyout-content #block-pdp_sizepage table {
  margin-top: 20px;
}
.flyout-content #block-pdp_sizepage table th {
  text-transform: uppercase;
  padding: 10px 3px;
}
.flyout-content #block-pdp_sizepage table td {
  padding: 10px 3px;
}
.flyout-content #block-pdp_sizepage table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.flyout-content .product-attributes {
  display: table;
  width: 100%;
}
.flyout-content .product-attributes li {
  display: table-row;
}
.flyout-content .product-attributes li label,
.flyout-content .product-attributes li span {
  display: table-cell;
  padding: 10px 14px;
  width: 50%;
}
.flyout-content .product-attributes li span {
  font-weight: 400;
}
.flyout-content .product-attributes li:nth-child(odd) {
  background-color: #f7f7f7;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related {
  clear: both;
  overflow: hidden;
}
.block-related .block-title {
  border-top: 1px solid #eaeaea;
  border-bottom: 0;
  text-align: center;
  padding: 20px 20px 5px;
}
.block-related .block-title .h2 {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 2px;
}
.block-related .products-grid {
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
}
.block-related .products-grid li,
.block-related .products-grid > li.item:first-child,
.block-related .products-grid > li.item.first,
.block-related .products-grid > li.item.fourth + .item {
  border: 0;
}
.block-related .products-grid > li.item {
  padding: 15px 10px;
  width: 50%;
  opacity: 1;
  visibility: visible;
  -moz-transition: visibility 0s;
  -o-transition: visibility 0s;
  -webkit-transition: visibility 0s;
  transition: visibility 0s;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.block-related .products-grid > li.item.related-lazy-load {
  visibility: hidden;
  opacity: 0;
}
.block-related .products-grid > li.item .product-info .price-box .price {
  font-size: 14px;
  font-weight: 400;
}
.block-related .products-grid > li.item .product-info .price-box .free .price {
  color: #478244;
}
.block-related .products-grid.single-related, .block-related .products-grid#block-related-single-related {
  flex: unset;
}
.block-related .products-grid.single-related > li.item, .block-related .products-grid#block-related-single-related > li.item {
  max-width: 50%;
}
.block-related .products-grid .product-image {
  margin-bottom: 0;
  padding-bottom: 15px;
  -webkit-flex: unset;
  -moz-flex: unset;
  -ms-flex: unset;
  flex: unset;
}
.block-related .products-grid .product-info {
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 100%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.block-related .products-grid .product-name {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 14px;
  margin: 0;
  display: block;
  max-width: 100%;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}
.block-related .products-grid .product-name a {
  display: block;
}
.block-related .products-grid .product-name .manufacturer {
  font-size: 12px;
}
.block-related .products-grid .price-info {
  display: flex;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.block-related .products-grid .price-box {
  margin: 0 auto 10px;
  line-height: 20px;
}
.block-related .products-grid .price-box .price {
  font-size: 16px;
  text-align: right;
  font-weight: 400;
  letter-spacing: 1px;
}
.block-related .products-grid .price-box .old-price,
.block-related .products-grid .price-box .special-price {
  padding: 0 .25em;
}
.block-related .regular-price:before,
.block-related .special-price:before {
  content: "+";
  display: inline-block;
  vertical-align: middle;
}
.block-related .regular-price.free:before,
.block-related .special-price.free:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.block-related .no-related-checker {
  display: block;
  height: 22px;
  width: 100%;
}
.block-related .related-checker {
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
  height: 40px;
  width: 67px;
  z-index: 2;
}
.block-related .related-checker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-related .related-checker span {
  background-color: #ff8916;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-related .related-checker span:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
}
.block-related .related-checker span:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
}
.block-related .related-checker input:checked + span {
  background-color: #478244;
}

@media only screen and (max-width: 1023px) {
  .block-related .block-content {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 479px) {
  .products-grid.lightSlider {
    height: auto !important;
  }
}
@media only screen and (min-width: 1023px) {
  .block-related .block-title {
    padding-left: 11%;
    padding-right: 11%;
  }
  .block-related .block-content .lSSlideOuter .lSPager.lSpg > li {
    padding: 0 3px;
  }
  .block-related .block-content .lSSlideOuter .lSAction {
    display: block !important;
  }
  .block-related .block-content .lSSlideOuter .lSAction > a {
    top: 30%;
    margin-top: -5px;
  }
}
/* Related placeholder additional info */
.additional-related-price-info {
  margin: 0 20px;
}
.additional-related-price-info.large {
  display: none;
}
.additional-related-price-info li {
  font-size: 12px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
  margin-top: 4px;
}
.additional-related-price-info li:first-child {
  margin-top: 10px;
}
.additional-related-price-info li:last-child {
  margin-bottom: 8px;
}
.additional-related-price-info li:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 1;
}
.additional-related-price-info li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #478244;
  height: 16px;
  width: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

@media only screen and (min-width: 479px) {
  .additional-related-price-info {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1023px) {
  .additional-related-price-info.small {
    display: none;
  }
  .additional-related-price-info.large {
    display: block;
    max-width: none;
    width: 100%;
  }
}
/* PDP promos */
.product-promo {
  clear: both;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
.product-promo .promo {
  padding-left: 26px;
  position: relative;
  margin-top: 4px;
}
.product-promo .promo:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  z-index: 1;
}
.product-promo .promo:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #478244;
  height: 15px;
  width: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  clear: both;
}
.box-up-sell .box-content .lSSlideOuter .lSpg {
  margin-top: 25px !important;
  margin-bottom: 17px;
}
.box-up-sell .box-title {
  border-bottom: 0;
  max-height: 75px;
  padding: 25px 20px 0 20px;
  text-align: left;
  margin-bottom: 0;
  display: block;
}
.box-up-sell .box-title .h2 {
  margin-bottom: 0;
}
.box-up-sell .products-grid {
  border-top: 0;
}
.box-up-sell .products-grid #box-upsell-single {
  left: 11%;
}
.box-up-sell .products-grid *:not(.link-wishlist).active {
  position: relative;
  margin-left: 5px;
  margin-right: -10px !important;
}

@media only screen and (max-width: 479px) {
  .box-up-sell .products-grid {
    height: auto !important;
  }
}
@media only screen and (max-width: 1023px) {
  .box-up-sell .box-title .h2 {
    font-size: 15px;
  }

  .box-up-sell .products-grid li {
    border: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .box-up-sell {
    margin-bottom: 50px;
  }
  .box-up-sell .box-content .lSSlideOuter .lSpg {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .box-up-sell .box-title {
    border-bottom: 1px solid #eaeaea;
    max-height: none;
    max-width: none;
    text-align: center;
    font-size: 20px;
    padding: 28px 15px;
  }
  .box-up-sell .products-grid #box-upsell-single {
    left: 0;
  }
  .box-up-sell .products-grid li {
    border-top: 0;
    border-right: 1px solid #eaeaea;
  }
}
/* -------------------------------------------- *
 * Upsell Products
 */
/* -------------------------------------------- *
 * Video iframe popup on PDP
 */
html.with-featherlight .catalog-product-view {
  position: fixed;
}

.catalog-product-view .featherlight-iframe .featherlight-close-icon {
  top: 12px;
  right: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.catalog-product-view .featherlight-iframe .featherlight-close-icon:after {
  top: 8px;
  right: 7px;
}
.catalog-product-view .featherlight-iframe .featherlight-content {
  width: 96%;
  height: 0;
  position: relative;
  padding-bottom: 51%;
  overflow: hidden;
  background: #000;
}
.catalog-product-view .featherlight-iframe .featherlight-content:before {
  display: none;
}
.catalog-product-view .featherlight-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 1023px) {
  html.with-featherlight .catalog-product-view {
    position: static;
  }

  .catalog-product-view .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.landingpage-combination-container .page-title {
  padding: 40px;
}

ul.landingpage-combination {
  position: relative;
  z-index: 0;
  padding-left: 0;
}
ul.landingpage-combination .landingpage-group {
  list-style: none;
  margin-left: 0;
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
}
ul.landingpage-combination .landingpage-group:last-child ul li {
  border-bottom: 0;
}
ul.landingpage-combination .landingpage-group strong {
  font-size: 45px;
  font-weight: normal;
  float: left;
  width: 140px;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 0;
  display: block;
}
ul.landingpage-combination .landingpage-group ul {
  float: left;
  margin: 0;
  list-style: none;
  border-top: 0;
  width: -moz-calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
}
ul.landingpage-combination .landingpage-group ul .item {
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  padding: 25px 15px;
  border-right: 0;
}
ul.landingpage-combination .landingpage-group ul .item a {
  border-bottom: 0;
  display: block;
}
ul.landingpage-combination .landingpage-group ul .item a .image {
  padding: 0 25px;
  opacity: 0.7;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
ul.landingpage-combination .landingpage-group ul .item a .image img {
  display: inline-block;
}
ul.landingpage-combination .landingpage-group ul .item a .landingpage-name {
  font-size: 16px;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #333333;
}
ul.landingpage-combination .landingpage-group ul .item a:hover .image {
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
ul.landingpage-combination .landingpage-group ul:after {
  content: '';
  display: table;
  clear: both;
}
ul.landingpage-combination .landingpage-group:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1239px) {
  ul.landingpage-combination .landingpage-group ul.products-grid > li.item {
    width: 25%;
  }
}
@media only screen and (max-width: 799px) {
  ul.landingpage-combination .landingpage-group strong {
    width: 80px;
    font-size: 42px;
  }
  ul.landingpage-combination .landingpage-group ul.products-grid {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  ul.landingpage-combination .landingpage-group ul.products-grid > li.item {
    width: 33.333333%;
  }
  ul.landingpage-combination .landingpage-group ul.products-grid > li.item a .image {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  ul.landingpage-combination .landingpage-group strong {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 20px 0;
    line-height: 1em;
  }
  ul.landingpage-combination .landingpage-group ul.products-grid {
    float: none;
    width: 100%;
  }
  ul.landingpage-combination .landingpage-group ul.products-grid > li.item {
    width: 50%;
  }
}
@media only screen and (max-width: 320px) {
  ul.landingpage-combination .landingpage-group ul .item {
    padding: 10px;
    border: 0;
  }
  ul.landingpage-combination .landingpage-group ul .item .landingpage-name {
    display: none;
  }
}

.std .landingpage-combination li {
  padding-left: 0;
}
.std .landingpage-combination li ul {
  padding-left: 0;
}

.catalog-category-view .col-main .toolbar-top,
.catalog-category-view .col-main .toolbar-bottom,
.landingpages-landingpage-view .col-main .toolbar-top,
.landingpages-landingpage-view .col-main .toolbar-bottom {
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .catalog-category-view .col-main .toolbar-top,
  .landingpages-landingpage-view .col-main .toolbar-top {
    float: right;
    padding: 0 20px;
    margin-top: -65px;
  }
}
.catalog-category-view .col2-left-layout .col-main,
.landingpages-landingpage-view .col2-left-layout .col-main {
  padding: 0;
  float: none;
}
.catalog-category-view .col-main,
.landingpages-landingpage-view .col-main {
  width: 100%;
}
.catalog-category-view .col-left,
.landingpages-landingpage-view .col-left {
  display: none;
}

.landingpages-wrapper {
  position: relative;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #eaeaea;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 1024px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .map-popup .map-popup-checkout .button2 {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .map-popup .map-popup-checkout .button2,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.checkout-cart-index .content-before-container {
  margin-bottom: 1.5em;
}
.checkout-cart-index .content-before-container > div {
  padding: 25px 35px;
}
.checkout-cart-index .content-before-container #countdown {
  background: #fff9eb;
  padding: 12px 30px 12px 45px;
  border-left: 15px solid #fff9eb;
  border-right: 15px solid #fff9eb;
  position: relative;
  overflow: hidden;
}
.checkout-cart-index .content-before-container #countdown .icon {
  position: absolute;
  left: 0;
  margin-top: -2px;
}
.checkout-cart-index .content-before-container #countdown strong {
  color: #ff8916;
}
.checkout-cart-index .main-container .col-main {
  margin-bottom: 0;
}
.checkout-cart-index .main-container .main .cart {
  padding: 5px 15px 10px;
  width: 100%;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
  margin: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #dbdbdb;
}
.checkout-cart-index .main-container .main .cart .messages .success-msg {
  display: none;
}
.checkout-cart-index .main-container .main .cart .page-title {
  padding: 0 0 15px;
  text-align: center;
}
.checkout-cart-index .main-container .main .cart .page-title h1 {
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 56px;
  float: none;
}
.checkout-cart-index .main-container .main .cart .page-title .checkout-types {
  float: none;
  text-align: center;
}
.checkout-cart-index .main-container .main .cart .description {
  display: none;
  padding: 22px 0 12px;
  text-align: center;
  font-size: 20px;
}
.checkout-cart-index .main-container .main .cart .description p {
  font-size: 20px;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right {
  margin-top: 10px;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping {
  background: #fff;
  border: 1px solid #eaeaea;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping h2 {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 0 20px;
  line-height: 52px;
  height: 55px;
  font-size: 16px;
  margin-bottom: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping h2:first-child {
  border-top: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form .form-list li {
  float: none;
  width: 100% !important;
  margin: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods {
  padding: 0;
  margin: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dt {
  display: none;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd:first-of-type {
  border-top: none;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd:first-of-type.active {
  border-top: none;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd {
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd .shipping-method-form {
  display: none;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd.active {
  background: #f9f9f9;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd.active .shipping-method-form {
  display: block;
  clear: both;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd:last-child.active {
  border-bottom: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd > ul > li {
  padding: 10px 20px;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li {
  position: relative;
  margin: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .form-list {
  padding-left: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .input-box {
  max-width: 100%;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .input-box label {
  display: none;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .chosen-container {
  width: 100% !important;
  max-width: 285px;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .chosen-drop {
  background: #fff;
  border-top: 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .chosen-single {
  background: #fff;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .chosen-single span:first-letter {
  text-transform: capitalize;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .chosen-results li:first-letter {
  text-transform: capitalize;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .chosen-with-drop .chosen-single {
  border-bottom: 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .method_extras .method_extras {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd li .info {
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: 300;
  font-style: normal;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd label {
  border: 0;
  background-color: transparent;
  padding-left: 30px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  display: block;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd label span {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd label span.price {
  letter-spacing: 1px;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd label span:before {
  top: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .sp-methods dd label span:after {
  top: 5px;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .buttons-set .button, .checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .shipping .shipping-form #co-shipping-method-form .buttons-set .button2 {
  width: 100%;
  float: none;
  padding: 14px 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .button, .checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right .button2 {
  padding-right: 0;
  padding-left: 0;
}
.checkout-cart-index .main-container .main .cart .cart-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-cart-index .totals {
  border-top: 1px solid #eaeaea;
}
.checkout-cart-index .totals table {
  float: right;
  width: 60%;
}
.checkout-cart-index .totals table tr.totals-subtotal, .checkout-cart-index .totals table tr.totals-tax {
  display: none;
}
.checkout-cart-index .totals table td {
  height: 64px;
  vertical-align: middle;
  border-bottom: 1px solid #eaeaea;
  color: #1d1d1d;
  padding: 0 35px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
}
.checkout-cart-index .totals table td .price {
  font-size: 14px;
  display: block;
  font-weight: 400 !important;
  letter-spacing: 1px;
  white-space: nowrap;
}
.checkout-cart-index .totals table td .btn-remove {
  border: 1px solid #eaeaea;
}
.checkout-cart-index .totals table td .btn-remove:after {
  color: #1d1d1d;
  font-size: 8px;
}
.checkout-cart-index .totals table td .btn-remove:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.checkout-cart-index .totals table td .btn-remove:hover:after {
  color: #fff;
}
.checkout-cart-index .totals table tfoot tr td {
  border-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .checkout-cart-index .totals table {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .checkout-cart-index .totals table td {
    padding: 10px;
    height: 68px;
  }
}
.checkout-cart-index .totals:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-cart-index .totals-bottom {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0;
}
.checkout-cart-index .totals-bottom .link-continue {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 3px;
  text-align: center;
  line-height: 52px;
  display: block;
}
.checkout-cart-index .totals-bottom .link-continue:hover {
  text-decoration: none;
}
.checkout-cart-index .totals-bottom .link-continue:before {
  content: "";
  display: none;
  vertical-align: middle;
  margin: -2px 10px auto auto;
}
.checkout-cart-index .totals-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.checkout-cart-index-empty #skip-link-wrapper-search {
  display: inline-block;
}
.checkout-cart-index-empty #skip-link-wrapper-wishlist-2 {
  display: block;
}
.checkout-cart-index-empty .main-container .main {
  width: auto;
}

@media only screen and (min-width: 479px) {
  .check-cart-index .page-title .checkout-types {
    float: right;
  }
}
@media only screen and (min-width: 579px) {
  .checkout-cart-index .main-container .main .cart .checkout-types {
    float: right;
    text-align: right;
  }

  .checkout-cart-index .totals-bottom .link-continue {
    text-transform: none;
    text-decoration: none;
    text-align: left;
    line-height: 52px;
    letter-spacing: normal;
  }
  .checkout-cart-index .totals-bottom .link-continue:hover {
    text-decoration: underline;
  }
  .checkout-cart-index .totals-bottom .link-continue:before {
    display: inline-block;
  }
}
@media only screen and (min-width: 799px) {
  .checkout-cart-index .content-before-container #countdown {
    padding: 12px 30px 12px 45px;
    border-left: 0;
    border-right: 0;
    text-align: center;
  }
  .checkout-cart-index .content-before-container #countdown .icon {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }

  .checkout-cart-index .main-container .main .cart {
    padding-top: 38px;
    padding-bottom: 0;
  }
  .checkout-cart-index .main-container .main .cart .page-title h1 {
    float: left;
    font-size: 25px;
  }
  .checkout-cart-index .main-container .main .cart .page-title .checkout-types {
    float: right;
    text-align: right;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1023px) {
  .checkout-cart-index .main-container .main .cart {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .checkout-cart-index .main-container .main .cart .page-title {
    border-bottom: 1px solid #eaeaea;
  }
  .checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-left {
    width: 72.25%;
    float: left;
  }
  .checkout-cart-index .main-container .main .cart .cart-wrapper .cart-col-right {
    margin-top: 0;
    width: 26.41667%;
    float: right;
    margin-bottom: 22px;
  }
  .checkout-cart-index .main-container .main .cart .description {
    display: block;
  }
  .checkout-cart-index .totals-bottom {
    padding-bottom: 30px;
  }
  .checkout-cart-index .totals {
    width: 72.25%;
    float: left;
  }

  .checkout-cart-index-empty #skip-link-wrapper-search {
    display: inline-block;
  }
  .checkout-cart-index-empty #skip-link-wrapper-wishlist-2 {
    display: none;
  }

  .cart-collaterals {
    width: 36.29167%;
    float: left;
    border-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-cart-index-empty #skip-link-wrapper-wishlist {
    display: inline-block;
  }
}
@media only screen and (min-width: 1239px) {
  .checkout-cart-index .main-container .main {
    width: 96%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-cart-index .main-container .main .cart {
    padding-left: 3.9375%;
    padding-right: 3.9375%;
  }

  .checkout-cart-index-empty .main-container .main, .checkout-cart-index-empty.has-open-navbar .main-container .main {
    width: auto;
    max-width: none;
    margin: 0;
    min-width: 100%;
  }
}
@media only screen and (min-width: 1339px) {
  .checkout-cart-index .main-container .main {
    width: 92%;
    max-width: 1400px;
  }
  .checkout-cart-index .main-container .main .cart {
    padding-left: 5.9375%;
    padding-right: 5.9375%;
  }
}
.cart-collaterals .block-title {
  padding: 20px 25px;
}
.cart-collaterals .block-title strong {
  font-weight: 300;
  position: relative;
  padding-right: 10px;
}
.cart-collaterals .block-title strong:after {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  content: "";
  display: block;
  border: solid transparent;
  border-width: 4px 3px 0 3px;
  border-top-color: #000;
}
.cart-collaterals .block-title.active strong:after {
  border-width: 0 3px 4px 3px;
  border-bottom-color: #000;
  border-top-color: transparent;
  margin-top: 1px;
}
.cart-collaterals .block-content {
  display: none;
  padding: 20px 25px;
  background: #fff;
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
}
.cart-collaterals .block-content.active {
  display: block;
}
.cart-collaterals .block-content .col-1,
.cart-collaterals .block-content .col-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.cart-collaterals .block-content .col2-set .col-1 {
  border-right: 1px solid #eaeaea;
}
.cart-collaterals .block-content label {
  font-weight: 400;
  margin-bottom: 5px;
}
.cart-collaterals .block-content .button-wrapper {
  margin-top: 1.5em;
}
.cart-collaterals .block-content .button-wrapper .button2 {
  float: none;
  padding: 14px 38px;
}
.cart-collaterals .block-content .button-wrapper .button2 span {
  color: #fff;
  line-height: 1;
  height: auto;
  text-decoration: none;
  display: inline;
}
.cart-collaterals .block-content .button-wrapper .button2:hover span {
  color: #1d1d1d;
}

.checkout-cart-index #block-footer_payment_delivery,
.checkout-onepage-index #block-footer_payment_delivery,
.checkout-onepage-success #block-footer_payment_delivery {
  float: none;
  text-align: center;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 1239px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 1023px) {
  .cart .cart-forms,
  .cart .cart-totals-wrapper,
  .cart .crosssell {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
}

.checkout-types {
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}

@media only screen and (max-width: 799px) {
  .btn-checkout, .button.orange, .cart-collaterals .block-content .button-wrapper .orange.button2, .product-view .add-to-cart-buttons .btn-cart, .product-view .alert-price .alert-link,
  .product-view .alert-stock .alert-link, .checkout-onepage-success .buttons-set .button, .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2, .my-wishlist .buttons-set .btn-add, #block-checkout_footer_mobile a.orange, .widget .button.orange {
    width: 100%;
  }
}
.cart-table {
  border-collapse: separate;
}
.cart-table tr {
  position: relative;
}
.cart-table tr.spacer {
  display: none;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: middle;
}
.cart-table tbody td {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}
.cart-table h2 {
  color: #1d1d1d;
  font-size: 16px;
  margin-bottom: 0;
}
.cart-table .product-cart-info {
  position: relative;
  padding-left: 15px;
  padding-right: 25px;
  min-height: 70px;
  width: auto;
  float: none;
  border-bottom-width: 1px;
}
.cart-table .chosen-container-single .chosen-single {
  line-height: 31px;
}
.cart-table .product-cart-totals {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  text-align: right;
}
.cart-table .product-cart-totals .regular-price .price {
  text-decoration: line-through;
  color: #757575;
}
.cart-table .product-cart-actions {
  padding-left: 5px;
  padding-right: 5px;
}
.cart-table tbody tr:first-child > td:first-child {
  border-top-left-radius: 4px;
  border-top: 1px solid #eaeaea;
}
.cart-table tbody tr:first-child > td:nth-child(2) {
  border-top-right-radius: 4px;
  border-top: 1px solid #eaeaea;
}
.cart-table tbody tr.last.not-active > td,
.cart-table tbody tr.last + tr:not(.hidden),
.cart-table tbody tr.last td.product-cart-image,
.cart-table tbody tr.last td.product-cart-totals {
  border-radius: 0 0 4px 4px;
}
.cart-table tbody tr td:first-child {
  border-left: 1px solid #eaeaea;
}
.cart-table tbody tr td:last-child {
  border-right: 1px solid #eaeaea;
}
.cart-table tbody tr.no-t-radius.no-b-radius td:first-child,
.cart-table tbody tr.no-t-radius.no-b-radius td:last-child {
  border-bottom: 0;
}
.cart-table tbody tr.bundle .product-cart-info .item-options {
  margin-top: 10px;
  font-size: 14px;
  width: auto;
}
.cart-table tbody tr.bundle .product-cart-info .item-options dd {
  position: relative;
  float: none;
  margin-bottom: 2px;
}
.cart-table tbody tr.bundle .product-cart-info .item-options dd:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1d1d1d;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.cart-table tbody tr.bundle .product-cart-info .item-options dd:last-child {
  margin-bottom: 0;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  display: none;
}
.cart-table .product-cart-image img {
  max-width: 100px;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button,
.cart-table .product-cart-actions .cart-collaterals .block-content .button-wrapper .button2,
.cart-collaterals .block-content .button-wrapper .cart-table .product-cart-actions .button2 {
  display: none;
}
.cart-table .select-wrapper {
  min-width: 100px;
}
.cart-table .select-wrapper > span {
  background: #f7f7f7;
  border-width: 0 0 1px 0;
  border-color: #cdcdcd;
}
.cart-table .select-wrapper > span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #1d1d1d;
  border-bottom: none;
  margin-bottom: -1px;
}
.cart-table .select-wrapper > span:after {
  display: none;
}
.cart-table .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.cart-table .product-name,
.cart-table .product-name a {
  color: #1d1d1d;
  white-space: normal;
  font-size: 14px;
}
.cart-table .product-name .manufacturer,
.cart-table .product-name a .manufacturer {
  display: block;
  font-size: 16px;
}
.cart-table .availability,
.cart-table .availability-only {
  font-size: 12px;
  font-weight: 400;
}
.cart-table .link-remove-mobile {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -99999px;
}
.cart-table .product-cart-sku {
  font-size: .85em;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #494949;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #494949;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 14px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  clear: both;
  display: none;
}
.cart-table .product-cart-qty,
.cart-table .product-cart-options .item-options {
  display: flex;
  flex-direction: column;
}
.cart-table .product-cart-qty label,
.cart-table .product-cart-options .item-options label {
  align-items: flex-end;
  display: inline-flex;
  font-size: 14px;
  height: 40px;
  text-align: left;
  text-transform: lowercase;
}
.cart-table .product-cart-qty .chosen-container,
.cart-table .product-cart-options .item-options .chosen-container {
  max-width: 185px;
  min-width: 85px;
  text-align: left;
}
.cart-table .product-cart-qty {
  text-align: left;
}
.cart-table .product-cart-qty .qty-dropdown-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cart-table .product-cart-totals {
  width: 50%;
}
.cart-table .product-cart-totals .regular-price .price {
  font-size: 13px;
  letter-spacing: 1px;
}
.cart-table .price {
  font-size: 16px;
  text-align: right;
  font-weight: 400;
  letter-spacing: 1px;
}
.cart-table .product-cart-additional .toggle {
  cursor: pointer;
  text-decoration: underline;
  font-size: 15px;
}
.cart-table .product-cart-additional .toggle::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #151515;
  border-top: none;
}
.cart-table .product-cart-additional .toggle:hover {
  text-decoration: none;
}
.cart-table .product-cart-additional .toggle.not-active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #151515;
  border-bottom: none;
}

@media only screen and (max-width: 1023px) {
  .cart-table .product-cart-additional {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-table .product-cart-additional .toggle {
    clear: left;
    float: left;
    min-width: 275px;
    padding-right: 10px;
    margin-bottom: 5px;
  }
  .cart-table .product-cart-additional .toggle::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cart-table .product-cart-additional .options {
    clear: both;
  }
}
@media only screen and (min-width: 799px) {
  .cart-table .qty-dropdown-wrap {
    float: right;
    margin-top: -20px;
  }
  .cart-table .product-cart-options .item-options {
    float: left;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1023px) {
  .cart-table .product-cart-additional {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-table .product-cart-additional .toggle {
    float: left;
    margin-right: 15px;
  }
  .cart-table .product-cart-additional .toggle::after {
    display: inline-block !important;
    margin-left: 5px;
    position: static !important;
    vertical-align: middle;
  }
  .cart-table .product-cart-additional .toggle:last-child {
    margin-right: 0;
  }
  .cart-table .product-cart-additional .options {
    float: right;
    margin-left: -100%;
    margin-top: 30px;
    width: 100%;
  }
}
.cart-empty {
  position: relative;
  height: 100%;
}
.cart-empty .cart-empty-wrapper {
  position: relative;
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
}
.cart-empty .cart-empty-wrapper .cart-empty-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
.cart-empty .cart-empty-block {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  padding-bottom: 0;
  overflow: hidden;
}
.cart-empty .cart-empty-block h1 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 4px;
}
.cart-empty .cart-empty-block h3 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}
.cart-empty .cart-empty-block p {
  font-size: 16px;
}
.cart-empty .cart-empty-block .button, .cart-empty .cart-empty-block .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-block .button2 {
  width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.cart-empty .cart-empty-block .button + .button, .cart-empty .cart-empty-block .cart-collaterals .block-content .button-wrapper .button2 + .button, .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-block .button2 + .button, .cart-empty .cart-empty-block .cart-collaterals .block-content .button-wrapper .button + .button2, .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-block .button + .button2, .cart-empty .cart-empty-block .cart-collaterals .block-content .button-wrapper .button2 + .button2, .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-block .button2 + .button2 {
  margin: 14px auto auto;
}
.cart-empty .cart-empty-block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.cart-empty .cart-empty-block .cart-empty-content {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 20% 5% 30%;
  font-size: 18px;
}

@media only screen and (max-width: 479px) {
  .cart-empty .cart-empty-block .cta-description h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .cart-empty .cart-empty-block .cta-description > h3 {
    font-size: 12px;
    line-height: 12px;
  }

  .cart-table .product-cart-qty label,
  .cart-table .product-cart-options .item-options label {
    font-size: 12px;
  }
  .cart-table .product-cart-additional .toggle {
    font-size: 14px;
    min-width: 245px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 798px) {
  .cart-empty .cart-empty-block .cart-empty-content {
    padding: 20% 5% 5%;
  }
  .cart-empty .cart-empty-block h1 {
    line-height: 35px;
  }
  .cart-empty .cart-empty-block h3 {
    line-height: 12px;
  }
  .cart-empty .cart-empty-block .cart-empty-description {
    padding-bottom: 25%;
  }
  .cart-empty .cart-empty-block .cart-empty-description > *, .cart-empty .cart-empty-block .cart-empty-description h4, .cart-empty .cart-empty-block .cart-empty-description h5, .cart-empty .cart-empty-block .cart-empty-description h6, .cart-empty .cart-empty-block .cart-empty-description p {
    display: none;
  }
  .cart-empty .cart-empty-block .cart-empty-description > h1, .cart-empty .cart-empty-block .cart-empty-description h2, .cart-empty .cart-empty-block .cart-empty-description h3 {
    display: block;
  }
}
@media only screen and (min-width: 479px) {
  .mct-widget-cms_cta .cta-block .button, .mct-widget-cms_cta .cta-block .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block .button2 {
    min-width: 50%;
  }
}
@media only screen and (min-width: 500px) {
  .cart-table tr .product-cart-options .chosen-container,
  .cart-table tr .product-cart-qty .chosen-container {
    width: 100% !important;
  }
  .cart-table tr .product-cart-totals {
    line-height: 48px;
  }
}
@media only screen and (min-width: 799px) {
  .cart-table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cart-table tbody tr:first-child td {
    border-top: 1px solid #eaeaea;
  }

  .cart-table tr.bundle .product-cart-options .item-options dd {
    font-size: 14px;
  }
  .cart-table tr td:not(.product-cart-additional):last-child {
    padding-right: 20px;
    padding-left: 0;
  }
  .cart-table tr .link-remove-mobile {
    display: none;
  }
  .cart-table tr .link-remove {
    color: #1d1d1d;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    text-indent: initial;
    white-space: nowrap;
  }
  .cart-table tr .link-remove:hover {
    text-decoration: none;
  }
  .cart-table tr .product-cart-actions {
    display: table-cell;
    width: auto;
  }
  .cart-table tr .product-cart-totals {
    display: table-cell;
    width: auto;
    line-height: 24px;
  }
  .cart-table tr .product-cart-totals .flex-totals {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .cart-table tr .product-cart-totals .flex-totals > span {
    padding: 7px 0 6px 12px;
  }
  .cart-table tr .product-cart-options,
  .cart-table tr .product-cart-qty {
    display: table-cell;
    width: auto;
    min-width: 115px;
  }
  .cart-table tr .product-cart-options .chosen-container,
  .cart-table tr .product-cart-qty .chosen-container {
    width: auto !important;
  }
  .cart-table tr .product-cart-options .item-options {
    width: auto;
  }
  .cart-table tr .product-cart-options {
    padding-right: 0;
    bortder-right: 0;
  }

  .cart-empty {
    padding-top: 58.7775%;
  }
  .cart-empty .cart-empty-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .cart-empty .cart-empty-wrapper .cta-img {
    height: 100%;
  }
  .cart-empty .cart-empty-wrapper .cart-empty-block {
    width: 50%;
    right: 45%;
    left: 5%;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
  }
  .cart-empty .cart-empty-wrapper .cart-empty-block h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 5px;
    margin-bottom: 0;
  }
  .cart-empty .cart-empty-wrapper .cart-empty-block h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
  }
  .cart-empty .cart-empty-wrapper .cart-empty-block p {
    line-height: 30px;
    padding: 2.5% 0;
  }
  .cart-empty .cart-empty-wrapper .cart-empty-block .button-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: min-content;
    margin: 0 auto;
  }
  .cart-empty .cart-empty-wrapper .cart-empty-block .button-container .button, .cart-empty .cart-empty-wrapper .cart-empty-block .button-container .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-wrapper .cart-empty-block .button-container .button2 {
    width: 100%;
    display: block;
  }

  .cart-collaterals .block-title strong {
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
  }
  .cart-collaterals .block-title strong:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1023px) {
  .cart-table tr {
    position: static;
  }
  .cart-table tr .product-cart-image,
  .cart-table tr .product-cart-info,
  .cart-table tr .product-cart-qty,
  .cart-table tr .product-cart-options,
  .cart-table tr .product-cart-actions,
  .cart-table tr .product-cart-totals {
    border-top: 1px solid #eaeaea;
  }
  .cart-table tr.spacer {
    display: table-row;
  }
  .cart-table tr.spacer th {
    visibility: hidden;
    padding: 5px;
  }
  .cart-table tr.spacer:last-child th {
    display: none;
  }
  .cart-table tbody tr td:first-child,
  .cart-table tbody tr td.product-cart-image {
    border-top-left-radius: 4px;
  }
  .cart-table tbody tr td:last-child,
  .cart-table tbody tr td.product-cart-totals {
    border-top-right-radius: 4px;
  }
  .cart-table tbody tr.no-t-radius td:first-child {
    border-top-left-radius: 0;
  }
  .cart-table tbody tr.no-t-radius td:last-child {
    border-top-right-radius: 0;
  }
  .cart-table tbody tr.no-b-radius td:first-child {
    border-bottom-left-radius: 0;
  }
  .cart-table tbody tr.no-b-radius td:last-child {
    border-bottom-right-radius: 0;
  }
  .cart-table tbody tr.last.not-active > td,
  .cart-table tbody tr.last + tr:not(.hidden) > td {
    border-bottom: 1px solid #eaeaea;
    border-radius: 0 0 4px 4px;
  }
  .cart-table tbody tr.last td.product-cart-image,
  .cart-table tbody tr.last td.product-cart-totals {
    border-radius: 0 0 4px 4px;
  }

  .cart-empty .cart-empty-wrapper .cart-empty-block p {
    padding: 7.5% 10%;
  }
}
@media only screen and (min-width: 1239px) {
  .cart-table tr .product-cart-totals .flex-totals {
    flex-wrap: nowrap;
  }
  .cart-table tr .product-cart-totals .flex-totals .regular-price,
  .cart-table tr .product-cart-totals .flex-totals .cart-price {
    padding-top: 7px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 1239px) {
  .cart-table .product-cart-info {
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
  .cart-table .product-cart-totals {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    white-space: normal;
  }
  .cart-table .link-remove-mobile {
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  .cart-table colgroup, .cart-table thead, .cart-table tfoot {
    display: none;
  }
  .cart-table .product-cart-image {
    border-bottom: 0;
  }
  .cart-table td[data-rwd-label] {
    float: left;
    width: 100%;
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .cart-table .product-cart-image {
    width: 33.3333%;
  }
  .cart-table .product-cart-info {
    width: 100%;
    display: block;
    border-right: 1px solid #eaeaea;
    border-width: 1px 1px 0 0;
    padding-right: 25px;
    padding-left: 0;
  }
  .cart-table .product-cart-options {
    float: left;
    text-align: left;
    border-width: 0;
    padding-left: 0;
    width: 50%;
  }
  .cart-table .product-cart-options.no-options {
    display: none;
  }
  .cart-table .product-cart-options .chosen-single {
    width: 100% !important;
  }
  .cart-table .product-cart-options .item-options {
    width: 70%;
  }
  .cart-table .product-cart-qty {
    float: left;
    border-right: 1px solid #eaeaea;
    border-bottom: 0;
    padding-left: 0;
    width: 100%;
  }
  .cart-table .product-cart-qty .chosen-single {
    width: 100%;
  }
  .cart-table .product-cart-qty .qty-dropdown-wrap {
    width: 35%;
  }
  .cart-table .product-cart-options + .product-cart-qty {
    width: 50%;
  }
  .cart-table .product-cart-options + .product-cart-qty .qty-dropdown-wrap {
    width: 70%;
  }
  .cart-table .product-cart-qty,
  .cart-table .product-cart-options {
    min-height: 70px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .cart-table .product-cart-totals {
    border-right: 1px solid #eaeaea;
    border-width: 0;
    float: left;
    padding-left: 0;
    width: 100%;
  }
  .cart-table .product-cart-totals .price {
    text-align: right;
    vertical-align: middle;
  }
  .cart-table .product-cart-totals .flex-totals {
    text-align: left;
  }
  .cart-table .product-cart-totals .flex-totals > span {
    padding: 2px 0 2px 12px;
  }
  .cart-table .product-cart-totals .flex-totals > span:first-child {
    padding-left: 0;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
@media only screen and (max-width: 479px) {
  .cart-table .product-cart-image {
    padding: 10px;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    width: 100%;
    padding: 10px;
  }
  .cart-table .product-cart-info {
    padding: 10px 25px 10px 0;
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
}
.shipping select.validation-failed {
  border-color: #e73b39;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0 20px 20px;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: "Lato", Arial, Helvetica;
  font-size: 12px;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-weight: 400;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button, .shipping #co-shipping-method-form .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .shipping #co-shipping-method-form .buttons-set .button2 {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #eaeaea;
  background-color: #1d1d1d;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #1b1b1b;
}

@media only screen and (max-width: 1023px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  width: 100%;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
  padding-left: 0;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#giftcard-form .button-wrapper .button-secondary, #giftcard-form .button-wrapper .cart-empty .cart-empty-block .button.transparent, .cart-empty .cart-empty-block #giftcard-form .button-wrapper .button.transparent, #giftcard-form .cart-empty .cart-empty-block .cart-collaterals .block-content .button-wrapper .transparent.button2, .cart-empty .cart-empty-block .cart-collaterals .block-content #giftcard-form .button-wrapper .transparent.button2, #giftcard-form .cart-collaterals .block-content .button-wrapper .cart-empty .cart-empty-block .transparent.button2, .cart-collaterals .block-content #giftcard-form .button-wrapper .cart-empty .cart-empty-block .transparent.button2, #giftcard-form .button-wrapper .widget .button.transparent, .widget #giftcard-form .button-wrapper .button.transparent, #giftcard-form .widget .cart-collaterals .block-content .button-wrapper .transparent.button2, .widget .cart-collaterals .block-content #giftcard-form .button-wrapper .transparent.button2, #giftcard-form .cart-collaterals .block-content .button-wrapper .widget .transparent.button2, .cart-collaterals .block-content #giftcard-form .button-wrapper .widget .transparent.button2 {
  white-space: normal;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper .button, #discount-coupon-form .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content #discount-coupon-form .button-wrapper .button2,
.cart .giftcard .button-wrapper .button,
.cart .giftcard .cart-collaterals .block-content .button-wrapper .button2,
.cart-collaterals .block-content .cart .giftcard .button-wrapper .button2 {
  float: right;
  width: 48.5%;
  padding-right: 0;
  padding-left: 0;
}
#discount-coupon-form .button-wrapper .button:first-child, #discount-coupon-form .cart-collaterals .block-content .button-wrapper .button2:first-child, .cart-collaterals .block-content #discount-coupon-form .button-wrapper .button2:first-child,
.cart .giftcard .button-wrapper .button:first-child,
.cart .giftcard .cart-collaterals .block-content .button-wrapper .button2:first-child,
.cart-collaterals .block-content .cart .giftcard .button-wrapper .button2:first-child {
  float: left;
}
#discount-coupon-form .button-wrapper .button2,
.cart .giftcard .button-wrapper .button2 {
  padding: 8px 0;
}
@media only screen and (max-width: 799px) {
  #discount-coupon-form .button-wrapper,
  .cart .giftcard .button-wrapper {
    display: block;
    width: 100%;
  }
  #discount-coupon-form .button-wrapper > .button, #discount-coupon-form .cart-collaterals .block-content .button-wrapper > .button2, .cart-collaterals .block-content #discount-coupon-form .button-wrapper > .button2, #discount-coupon-form .button-wrapper a,
  .cart .giftcard .button-wrapper > .button,
  .cart .giftcard .cart-collaterals .block-content .button-wrapper > .button2,
  .cart-collaterals .block-content .cart .giftcard .button-wrapper > .button2,
  .cart .giftcard .button-wrapper a {
    float: none;
    margin: 3px 0 0;
    width: 100%;
  }
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  width: 100%;
}
#discount-coupon-form .field-wrapper .validation-advice,
.cart .giftcard .field-wrapper .validation-advice {
  position: relative;
  top: auto;
  left: auto;
  min-width: 0;
  margin-left: 0;
  margin-top: 8px;
}
#discount-coupon-form .field-wrapper .validation-advice:after,
.cart .giftcard .field-wrapper .validation-advice:after {
  bottom: 100%;
  left: 20px;
  top: auto;
  right: auto;
  margin-top: 0;
  margin-left: -8px;
  border-top: 0;
  border-bottom: 8px solid #fad8d7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

@media only screen and (max-width: 479px) {
  .cart-collaterals .block-content {
    padding: 17px 25px 25px 25px;
  }
  .cart-collaterals .block-content .col-1 {
    border-right: 0;
  }

  .cart .giftcard {
    margin-top: 28px;
    padding-top: 17px;
    border-top: 1px solid #eaeaea;
  }
}
.cart .giftcard p {
  margin-bottom: 7px;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.crosssell h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.crosssell .products-grid {
  border-top-width: 0;
}
.crosssell .products-grid > li.item {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}

@media only screen and (max-width: 1023px) {
  .crosssell {
    padding-top: 15px;
    border-bottom: 1px solid #dbdbdb;
  }
  .crosssell .crosssell-content.has-scroll {
    position: relative;
  }
  .crosssell .crosssell-content.has-scroll:before, .crosssell .crosssell-content.has-scroll:after {
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 20vw;
    top: 0;
    bottom: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s linear, opacity .5s linear;
  }
  .crosssell .crosssell-content.has-scroll:before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    left: 0;
  }
  .crosssell .crosssell-content.has-scroll:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
    right: 0;
  }
  .crosssell .crosssell-content.has-scroll.left-end:after, .crosssell .crosssell-content.has-scroll.right-end:before {
    visibility: visible;
    opacity: 0.5;
    transition: visibility 0.5s linear, opacity .5s linear;
  }
  .crosssell .crosssell-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
  .crosssell .products-grid > li.item {
    border: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
  }
  .crosssell .products-grid .product-name {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1023px) {
  .crosssell {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .crosssell h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .crosssell .products-grid {
    border-top-width: 1px;
  }
  .crosssell .products-grid > li.item.first, .crosssell .products-grid > li.item.fourth + .item {
    border-left: 0;
  }
  .crosssell .products-grid > li.item.fourth {
    border-right: 0;
  }
}
.loader {
  background: transparent url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/ajax-loader.gif) no-repeat center center;
  height: 48px;
  width: 48px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

.totals .loader {
  min-height: 100px;
  margin: 25px auto;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index #skip-link-wrapper-wishlist,
.checkout-onepage-index #skip-link-wrapper-wishlist-2,
.checkout-onepage-index #skip-link-wrapper-search,
.checkout-onepage-index #block-footer_follow_us,
.checkout-onepage-success #skip-link-wrapper-wishlist,
.checkout-onepage-success #skip-link-wrapper-wishlist-2,
.checkout-onepage-success #skip-link-wrapper-search {
  display: none;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
@media only screen and (max-width: 1023px) {
  .opc .section .step-title {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
  }
  .opc .section .step-title a {
    display: none;
    font-size: 14px;
    float: right;
    line-height: 40px;
    height: 40px;
  }
  .opc .section.allow:not(.active)
  .no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #1e1e1e;
  }
  .opc .section.allow .step-title .number {
    background-color: #8e8e8e;
  }
  .opc .section .step:after {
    content: '';
    display: table;
    clear: both;
  }

  .no-touch .opc .section .step-title a:hover {
    text-decoration: none;
  }
}
/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: 400;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods .price {
  font-weight: 400;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress .block-title {
  padding: 10px;
  text-align: center;
}
.block-progress .block-title span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #1d1d1d;
}
.block-progress .block-title strong {
  font-weight: 600;
}
.block-progress .block-content {
  padding-left: 14px;
  padding-right: 14px;
  background: #fff;
  border: 1px solid #eaeaea;
}
.block-progress .block-content #shipping_method-progress-opcheckout dd,
.block-progress .block-content #payment-progress-opcheckout dd,
.block-progress .block-content #giftcard-item dd,
.block-progress .block-content #coupon-code-item dd {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
}
.block-progress .block-content #shipping_method-progress-opcheckout dd .method-fee,
.block-progress .block-content #payment-progress-opcheckout dd .method-fee,
.block-progress .block-content #giftcard-item dd .method-fee,
.block-progress .block-content #coupon-code-item dd .method-fee {
  float: right;
}
.block-progress .block-content #shipping_method-progress-opcheckout dd .method-fee.free,
.block-progress .block-content #payment-progress-opcheckout dd .method-fee.free,
.block-progress .block-content #giftcard-item dd .method-fee.free,
.block-progress .block-content #coupon-code-item dd .method-fee.free {
  font-weight: 500;
  color: #8fb474;
}
.block-progress .block-content #shipping_method-progress-opcheckout dd .price,
.block-progress .block-content #payment-progress-opcheckout dd .price,
.block-progress .block-content #giftcard-item dd .price,
.block-progress .block-content #coupon-code-item dd .price {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
  float: right;
}
.block-progress .block-content #shipping_method-progress-opcheckout dd .method-desc,
.block-progress .block-content #payment-progress-opcheckout dd .method-desc,
.block-progress .block-content #giftcard-item dd .method-desc,
.block-progress .block-content #coupon-code-item dd .method-desc {
  display: none;
}
.block-progress .block-content #shipping_method-progress-opcheckout dd .giftcard-name,
.block-progress .block-content #shipping_method-progress-opcheckout dd .coupon-name,
.block-progress .block-content #payment-progress-opcheckout dd .giftcard-name,
.block-progress .block-content #payment-progress-opcheckout dd .coupon-name,
.block-progress .block-content #giftcard-item dd .giftcard-name,
.block-progress .block-content #giftcard-item dd .coupon-name,
.block-progress .block-content #coupon-code-item dd .giftcard-name,
.block-progress .block-content #coupon-code-item dd .coupon-name {
  font-weight: 500;
}
.block-progress .block-content #shipping_method-progress-opcheckout dd .giftcard-codes,
.block-progress .block-content #shipping_method-progress-opcheckout dd .coupon-codes,
.block-progress .block-content #payment-progress-opcheckout dd .giftcard-codes,
.block-progress .block-content #payment-progress-opcheckout dd .coupon-codes,
.block-progress .block-content #giftcard-item dd .giftcard-codes,
.block-progress .block-content #giftcard-item dd .coupon-codes,
.block-progress .block-content #coupon-code-item dd .giftcard-codes,
.block-progress .block-content #coupon-code-item dd .coupon-codes {
  display: block;
  color: #666;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 0;
  max-width: 70%;
}
.block-progress .block-content #payment-progress-opcheckout dd .method-fee {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
}
.block-progress .block-content #payment-progress-opcheckout dd .method-fee.free {
  font-weight: 500;
  color: #8fb474;
}
.block-progress .block-content ul.cart-items {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.block-progress .block-content ul.cart-items li.item {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #1d1d1d;
  border-top: 1px solid #dbdbdb;
  padding: 18px 0 20px;
}
.block-progress .block-content ul.cart-items li.item.first {
  border-top: 0;
}
.block-progress .block-content ul.cart-items li.item .qty {
  -webkit-flex: 0 0 7%;
  -moz-flex: 0 0 7%;
  -ms-flex: 0 0 7%;
  flex: 0 0 7%;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: #1d1d1d;
  text-align: left;
  max-width: 7%;
}
.block-progress .block-content ul.cart-items li.item .product-image {
  -webkit-flex: 0 0 16%;
  -moz-flex: 0 0 16%;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.block-progress .block-content ul.cart-items li.item .name {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-basis: 48%;
  text-align: left;
  font-size: 14px;
  padding: 0 10px;
  word-break: break-word;
  hyphens: auto;
}
.block-progress .block-content ul.cart-items li.item .name .configurable-option {
  display: block;
  padding-top: 10%;
}
.block-progress .block-content ul.cart-items li.item .manufacturer {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.block-progress .block-content ul.cart-items li.item .price-box {
  -webkit-flex: 1 0 25%;
  -moz-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  text-align: right;
  line-height: 15px;
  margin: 0;
}
.block-progress .block-content ul.cart-items li.item .price-box .price {
  font-size: 16px;
  font-weight: 500;
}
.block-progress .block-content ul.cart-items li.item .price-box .regular-price {
  display: block;
  margin-bottom: 5px;
}
.block-progress .block-content ul.cart-items li.item .price-box .regular-price .price {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 300;
  color: #757575;
}
.block-progress .block-content ul.cart-items .gift-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0 0 20px;
  color: #1d1d1d;
}
.block-progress .block-content ul.cart-items .gift-wrap .gw-spacer {
  -webkit-flex: 0 0 23%;
  -moz-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  display: block;
}
.block-progress .block-content ul.cart-items .gift-wrap .gw-text {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-basis: 48%;
  display: block;
  padding: 3px 0 0 35px;
  font-size: 13px;
  word-break: break-word;
  hyphens: auto;
}
.block-progress .block-content ul.cart-items .gift-wrap .gw-text:before {
  left: 10px;
}
.block-progress .block-content ul.cart-items .gift-wrap .gw-price {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  padding: 0 0 0 5px;
}
.block-progress .block-content .cart-total {
  padding: 13px 0;
  text-align: right;
  font-weight: 500;
  color: #1d1d1d;
}
.block-progress .block-content .cart-total .label {
  float: left;
  font-size: 16px;
}
.block-progress .block-content .cart-total .price-box .price {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 799px) {
  .block-progress .block-content ul.cart-items li.item .qty {
    font-size: 14px;
  }
  .block-progress .block-content ul.cart-items li.item .name {
    font-size: 16px;
  }
  .block-progress .block-content ul.cart-items li.item .manufacturer {
    font-size: 14px;
  }
  .block-progress .block-content ul.cart-items .gift-wrap .gw-text {
    font-size: 14px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .block-progress {
    border: 1px solid #eaeaea;
  }
  .block-progress .block-title {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    padding: 20px;
  }
  .block-progress .block-title span {
    font-size: 16px;
  }
  .block-progress .block-content {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
  .block-progress .block-content #shipping_method-progress-opcheckout dd,
  .block-progress .block-content #payment-progress-opcheckout dd,
  .block-progress .block-content #giftcard-item dd,
  .block-progress .block-content #coupon-code-item dd {
    background-color: #ffffed;
    padding: 20px;
  }
  .block-progress .block-content #shipping_method-progress-opcheckout dd .method-desc,
  .block-progress .block-content #payment-progress-opcheckout dd .method-desc,
  .block-progress .block-content #giftcard-item dd .method-desc,
  .block-progress .block-content #coupon-code-item dd .method-desc {
    display: block;
    clear: both;
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
  }
  .block-progress .block-content #shipping_method-progress-opcheckout dd .method-desc .subtitle,
  .block-progress .block-content #shipping_method-progress-opcheckout dd .method-desc span,
  .block-progress .block-content #payment-progress-opcheckout dd .method-desc .subtitle,
  .block-progress .block-content #payment-progress-opcheckout dd .method-desc span,
  .block-progress .block-content #giftcard-item dd .method-desc .subtitle,
  .block-progress .block-content #giftcard-item dd .method-desc span,
  .block-progress .block-content #coupon-code-item dd .method-desc .subtitle,
  .block-progress .block-content #coupon-code-item dd .method-desc span {
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0;
  }
  .block-progress .block-content #shipping_method-progress-opcheckout dd .method-desc .subtitle strong,
  .block-progress .block-content #shipping_method-progress-opcheckout dd .method-desc span:first-child ~ span,
  .block-progress .block-content #payment-progress-opcheckout dd .method-desc .subtitle strong,
  .block-progress .block-content #payment-progress-opcheckout dd .method-desc span:first-child ~ span,
  .block-progress .block-content #giftcard-item dd .method-desc .subtitle strong,
  .block-progress .block-content #giftcard-item dd .method-desc span:first-child ~ span,
  .block-progress .block-content #coupon-code-item dd .method-desc .subtitle strong,
  .block-progress .block-content #coupon-code-item dd .method-desc span:first-child ~ span {
    color: #1d1d1d;
    font-weight: 300;
  }
  .block-progress .block-content ul.cart-items {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-progress .block-content ul.cart-items li.item .name,
  .block-progress .block-content ul.cart-items li.item .price-box {
    flex-basis: auto;
  }
  .block-progress .block-content ul.cart-items li.item .product-image {
    display: none;
  }
  .block-progress .block-content ul.cart-items .gift-wrap .gw-spacer {
    flex-basis: 7%;
  }
  .block-progress .block-content ul.cart-items .gift-wrap .gw-text {
    flex-basis: auto;
  }
  .block-progress .block-content .cart-total {
    padding: 20px;
  }
}
.opc li.section .order-review thead {
  display: none;
}
.opc li.section .order-review tbody td {
  padding: 5px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  vertical-align: top;
  background: #fff;
}
.opc li.section .order-review tbody td:first-child, .opc li.section .order-review tbody td.first {
  border-left: 1px solid #eaeaea;
}
.opc li.section .order-review tbody td:last-child, .opc li.section .order-review tbody td.last {
  border-right: 1px solid #eaeaea;
}
.opc li.section .order-review tbody td .price {
  font-size: 20px;
  display: block;
  text-align: right;
}
.opc li.section .order-review tfoot tr {
  background: transparent;
}
.opc li.section .order-review tfoot tr td {
  border-bottom: 0;
  background: transparent;
  height: 78px;
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
  color: #1d1d1d;
  padding: 0 35px;
}
.opc li.section .order-review tfoot tr td .price {
  font-size: 20px;
  display: block;
  text-align: right;
}
.opc li.section .order-review tfoot tr.last td.last {
  font-weight: 300;
}
.opc li.section .order-review .checkout-review-submit-top {
  margin-top: 15px;
  padding: 15px 20px 20px;
  background-color: #fff;
  color: #1d1d1d;
  border: 1px solid #eaeaea;
  border-width: 1px 1px 0;
}
.opc li.section .order-review .checkout-review-submit-top .cart-total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.opc li.section .order-review .checkout-review-submit-top .cart-total .label {
  -webkit-flex: 0 1 49%;
  -moz-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  text-align: left;
}
.opc li.section .order-review .checkout-review-submit-top .cart-total .price {
  -webkit-flex: 0 1 49%;
  -moz-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  text-align: right;
}
.opc li.section .order-review .quote_summary .block {
  padding: 15px 20px 20px;
  border: 1px solid #eaeaea;
  border-width: 1px 1px 0;
  background: #fff;
  margin-bottom: 0;
}
.opc li.section .order-review .quote_summary .block .block-title {
  margin-bottom: 5px;
}
.opc li.section .order-review .quote_summary .block .block-title strong {
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
}
.opc li.section .order-review .quote_summary .block .block-content {
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}
.opc li.section .order-review .quote_summary .block .block-content .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: scale(0.5) translate(-50%, -100%);
}
.opc li.section .order-review .quote_summary .block .block-content .icon + span {
  padding-left: 40px;
  display: block;
}
.opc li.section .order-review .quote_summary .block .block-content .icon.customerbalance + span {
  padding-left: 25px;
}
.opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_afterpay + span, .opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_afterpay2 + span, .opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_amex + span, .opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_paypal + span, .opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_klarna + span, .opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_sofortueberweisung + span {
  padding-left: 50px;
}
.opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_visa + span, .opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_eps + span, .opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_giropay + span, .opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_transfer + span {
  padding-left: 35px;
}
.opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_giftcards {
  background: #1d1d1d none;
  height: 27px;
  width: 37px;
  border-radius: 6px;
  overflow: hidden;
}
.opc li.section .order-review .quote_summary .block .block-content .icon.buckaroo3extended_giftcards:before {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 5px;
}
.opc li.section .order-review .quote_summary .block .block-content .shipping-icon {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  margin-right: 10px;
}
.opc li.section .order-review .quote_summary .block .block-content .shipping-icon + span {
  display: inline-block;
  vertical-align: middle;
}
.opc li.section .order-review .quote_summary .block .block-actions {
  margin-top: 10px;
  font-size: 14px;
}
.opc li.section .order-review .quote_summary .block .block-actions a {
  text-decoration: underline;
}
.opc li.section .order-review .quote_summary .col-1,
.opc li.section .order-review .quote_summary .col-2 {
  padding: 0;
}
.opc li.section .order-review .quote_summary:last-child .col-2 .block {
  border-bottom-width: 1px;
}
.opc li.section .order-review .buttons-set button.button, .opc li.section .order-review .buttons-set .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper .opc li.section .order-review .buttons-set button.button2 {
  padding: 11px 38px;
  margin-top: 4px;
  margin-bottom: 10px;
  float: right;
}
.opc li.section .order-review .buttons-set .f-left {
  padding: 0;
  line-height: 47px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.opc li.section .order-review .buttons-set .f-left a {
  white-space: nowrap;
  line-height: 1;
  padding: 0;
  display: inline-block;
}
.opc li.section .order-review .buttons-set .f-left a:before {
  content: "";
  display: block;
  float: left;
  margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
  .opc li.section .order-review .buttons-set button.button, .opc li.section .order-review .buttons-set .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper .opc li.section .order-review .buttons-set button.button2 {
    margin-right: 0;
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .opc li.section .order-review .buttons-set button.button, .opc li.section .order-review .buttons-set .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper .opc li.section .order-review .buttons-set button.button2 {
    float: none;
    width: 100%;
  }
  .opc li.section .order-review .buttons-set .f-left a {
    line-height: 1;
    padding: 0;
  }
}
.opc li.section .order-review .buttons-set .checkout-review-submit-top button.button, .opc li.section .order-review .buttons-set .checkout-review-submit-top .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper .opc li.section .order-review .buttons-set .checkout-review-submit-top button.button2 {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 479px) {
  .opc li.section .order-review .checkout-review-submit-top {
    margin-bottom: 10px;
    padding: 15px;
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .opc li.section .order-review .checkout-review-submit-top .cart-total {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .opc li.section .order-review .checkout-review-submit-top .cart-total .label {
    flex: unset;
    margin-right: 10px;
  }
  .opc li.section .order-review .checkout-review-submit-top .cart-total .price {
    flex: unset;
  }
  .opc li.section .order-review .checkout-review-submit-top .review-button-wrap {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-left: 20px;
  }
  .opc li.section .order-review .quote_summary .block {
    border-radius: 4px;
    border-width: 1px;
    padding: 15px;
  }
  .opc li.section .order-review .quote_summary .col-1 {
    padding: 10px 10px 10px 0;
  }
  .opc li.section .order-review .quote_summary .col-2 {
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (max-width: 1023px) {
  #checkout-review-quote-wrapper {
    min-height: 0 !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 1023px) {
  .opc li.section .order-review .checkout-review-submit-top {
    margin: 0;
    padding: 0;
    flex: unset;
    display: block;
    float: right;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .opc li.section .order-review .checkout-review-submit-top .cart-total {
    display: none;
  }
  .opc li.section .order-review .checkout-review-submit-top .review-button-wrap {
    padding: 0;
    flex: unset;
  }
  .opc li.section .order-review .quote_summary .block {
    padding: 20px 30px;
  }
  .opc li.section .order-review .quote_summary .block .block-title strong {
    font-size: 18px;
  }
  .opc li.section .order-review .quote_summary .block .block-content {
    font-size: 16px;
  }
  .opc li.section .order-review .quote_summary .block .block-actions {
    margin-top: 20px;
    font-size: 16px;
  }
}
#billing-newsletter-signup:empty {
  display: none;
}
#billing-newsletter-signup label {
  margin-right: 0;
  line-height: normal;
  vertical-align: top;
  font-size: 16px;
  font-weight: 300;
}
#billing-newsletter-signup .input-box:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 799px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .opc li.section .order-review .checkout-review-table.linearize-table tbody tr {
    min-height: 80px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 10px 0 10px 60px;
    background: #fff;
    margin-bottom: 10px;
  }
  .opc li.section .order-review .checkout-review-table.linearize-table tbody tr td:first-child {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .opc li.section .order-review .checkout-review-table.linearize-table tbody tr td:first-child img {
    max-width: 40px;
    height: auto;
  }
  .opc li.section .order-review .checkout-review-table.linearize-table tbody tr td {
    padding: 0;
    border: 0;
  }
  .opc li.section .order-review .checkout-review-table.linearize-table tbody tr td:before {
    font-weight: bold;
  }
  .opc li.section .order-review .checkout-review-table.linearize-table tbody tr td .product-name {
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
  }
  .opc li.section .order-review .checkout-review-table.linearize-table tbody tr td .price {
    display: inline;
    font-size: 16px;
  }
  .opc li.section .order-review .checkout-review-table.linearize-table tfoot tr.first td {
    border-top: 0;
  }
  .opc li.section .order-review .checkout-review-table.linearize-table tfoot tr td {
    vertical-align: middle;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

.opc-container .page-title {
  display: none;
}

.opc-container #checkout-progress-wrapper-container {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.4s linear;
  transition: visibility 0s, opacity 0.4s linear;
  top: 390px;
}
.opc-container #checkout-progress-wrapper-container > dt,
.opc-container #checkout-progress-wrapper-container > dd,
.opc-container #checkout-progress-wrapper-container #giftcard-item,
.opc-container #checkout-progress-wrapper-container #coupon-code-item,
.opc-container #checkout-progress-wrapper-container .block-content dl > div > p {
  display: none;
}
.opc-container #checkout-progress-wrapper-container .block-progress .block-content #giftcard-item,
.opc-container #checkout-progress-wrapper-container .block-progress .block-content #coupon-code-item {
  display: block;
}
.opc-container #checkout-progress-wrapper-container .block-progress + dt.complete,
.opc-container #checkout-progress-wrapper-container .block-progress + dd.complete,
.opc-container #checkout-progress-wrapper-container .block-progress .block-content + dt.complete,
.opc-container #checkout-progress-wrapper-container .block-progress .block-content + dd.complete {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .opc-container #checkout-progress-wrapper-container {
    min-height: 0 !important;
  }

  .opc-on-review-step .opc-container #checkout-progress-wrapper-container {
    display: block;
    visibility: visible;
    opacity: 1;
    background-color: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px;
  }
  .opc-on-review-step .opc-container #checkout-progress-wrapper-container .block {
    margin-bottom: 10px;
  }
  .opc-on-review-step .opc {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .opc-container #checkout-progress-wrapper-container {
    position: absolute;
    right: 3.9375%;
    width: 21.5%;
    z-index: 9;
    display: block;
  }

  .opc-no-login-active .opc-container #checkout-progress-wrapper-container,
  .opc-steps-4 + #checkout-progress-wrapper-container {
    visibility: visible;
    opacity: 1;
    top: 356px;
  }
}
@media only screen and (min-width: 1239px) {
  .opc-no-login-active .opc-container #checkout-progress-wrapper-container,
  .opc-steps-4 + #checkout-progress-wrapper-container {
    top: 245px;
  }
}
@media only screen and (min-width: 1339px) {
  .opc-container #checkout-progress-wrapper-container {
    right: 5.9375%;
  }
}
/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl:after {
  content: '';
  display: table;
  clear: both;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 25%;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1023px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    width: 50%;
  }
  #checkout-step-review .opc-block-progress .block-content > dl > div:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
/* -------------------------------------------- *
 * Pickup points popup
 */
#mct_shipping_pickup_location-popup,
#mct_shipping_pickup_location_second-popup {
  height: -moz-calc(100% - 47px);
  height: -webkit-calc(100% - 47px);
  height: calc(100% - 47px);
  padding-bottom: 10px;
  position: relative;
}

.mct-shipping-additional {
  display: block !important;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mct-shipping-additional > p {
  padding: 10px 19px 10px;
  background-color: #fff;
}
.mct-shipping-additional .messages {
  margin: 15px 19px 0;
}
.mct-shipping-additional .messages li li {
  margin-bottom: 0;
}
.mct-shipping-additional .postcode-search-wrap .form-list {
  background-color: #f7f7f7;
  padding: 19px 19px 24px;
}
.mct-shipping-additional .postcode-search-wrap .form-list label {
  font-weight: 400;
  margin-bottom: 10px;
}
.mct-shipping-additional .postcode-search-wrap .form-list .input-box .input-text {
  width: 100%;
  padding-left: 15px;
  padding-right: 45px;
}
.mct-shipping-additional .postcode-search-wrap .form-list .button, .mct-shipping-additional .postcode-search-wrap .form-list .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-shipping-additional .postcode-search-wrap .form-list .button2 {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 6px;
  background-color: transparent;
  border: 0;
}
.mct-shipping-additional .postcode-search-wrap .form-list .button > span, .mct-shipping-additional .postcode-search-wrap .form-list .cart-collaterals .block-content .button-wrapper .button2 > span, .cart-collaterals .block-content .button-wrapper .mct-shipping-additional .postcode-search-wrap .form-list .button2 > span {
  display: block;
}
.mct-shipping-additional .postcode-search-wrap .form-list .button > span > span, .mct-shipping-additional .postcode-search-wrap .form-list .cart-collaterals .block-content .button-wrapper .button2 > span > span, .cart-collaterals .block-content .button-wrapper .mct-shipping-additional .postcode-search-wrap .form-list .button2 > span > span {
  display: none;
}
.mct-shipping-additional .postcode-search-wrap h5,
.mct-shipping-additional .postcode-search-wrap .messages {
  display: none;
}
.mct-shipping-additional .postcode-result-wrap .pickup-info {
  display: none;
}
.mct-shipping-additional .postcode-result-wrap .btn-checkout, .mct-shipping-additional .postcode-result-wrap .button.orange, .mct-shipping-additional .postcode-result-wrap .cart-collaterals .block-content .button-wrapper .orange.button2, .cart-collaterals .block-content .button-wrapper .mct-shipping-additional .postcode-result-wrap .orange.button2, .mct-shipping-additional .postcode-result-wrap .product-view .add-to-cart-buttons .btn-cart, .product-view .add-to-cart-buttons .mct-shipping-additional .postcode-result-wrap .btn-cart, .mct-shipping-additional .postcode-result-wrap .product-view .alert-price .alert-link, .product-view .alert-price .mct-shipping-additional .postcode-result-wrap .alert-link,
.mct-shipping-additional .postcode-result-wrap .product-view .alert-stock .alert-link,
.product-view .alert-stock .mct-shipping-additional .postcode-result-wrap .alert-link, .mct-shipping-additional .postcode-result-wrap .checkout-onepage-success .buttons-set .button, .checkout-onepage-success .buttons-set .mct-shipping-additional .postcode-result-wrap .button, .mct-shipping-additional .postcode-result-wrap .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .mct-shipping-additional .postcode-result-wrap .button2, .mct-shipping-additional .postcode-result-wrap .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2, .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .mct-shipping-additional .postcode-result-wrap .button2, .mct-shipping-additional .postcode-result-wrap .my-wishlist .buttons-set .btn-add, .my-wishlist .buttons-set .mct-shipping-additional .postcode-result-wrap .btn-add, .mct-shipping-additional .postcode-result-wrap #block-checkout_footer_mobile a.orange, #block-checkout_footer_mobile .mct-shipping-additional .postcode-result-wrap a.orange {
  width: 100%;
  max-width: 340px;
  margin-top: 20px;
}
.mct-shipping-additional .postcode-result-wrap .pickup-address {
  margin-top: 20px;
}
.mct-shipping-additional .postcode-result-wrap .pickup-opening-hours {
  margin-top: 20px;
}
.mct-shipping-additional .postcode-result-wrap .pickup-opening-hours th {
  padding: 3px 16px 3px 0;
  font-weight: 300;
}
.mct-shipping-additional .postcode-result-wrap .pickup-opening-hours td {
  padding: 3px 5px 3px 16px;
}
.mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list .pickup-name .title {
  font-weight: 400;
}
.mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list.form-list .control label {
  padding: 0;
  width: 100%;
}
.mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list .control {
  border: 1px solid #eaeaea;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 18px;
  cursor: pointer;
}
.mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list .control:first-child {
  margin-top: 0;
}
.mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list .control:last-child {
  margin-bottom: 0;
}
.mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list .control:hover {
  border-color: #a6a6a6;
}
.mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list .control.active {
  border-color: #a6a6a6;
  cursor: default;
}
.mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list .control.active .pickup-info {
  display: block;
}
.mct-shipping-additional > .postcode-result-wrap {
  position: absolute;
  width: 100%;
  padding-left: 19px !important;
  padding-right: 19px !important;
  height: -moz-calc(100% - 206px) !important;
  height: -webkit-calc(100% - 206px) !important;
  height: calc(100% - 206px) !important;
}
.mct-shipping-additional > .postcode-result-wrap.scrollbar-outer:not(.scroll-content) {
  overflow: scroll;
}
.mct-shipping-additional > .postcode-result-wrap.scrollbar-outer:not(.scroll-content) .mct-shipping-method-list {
  padding-bottom: 5px;
}
.mct-shipping-additional.diff-ship-present .postcode-search-wrap .messages {
  display: block;
}
.mct-shipping-additional.diff-ship-present > .postcode-result-wrap {
  height: -moz-calc(100% - 300px) !important;
  height: -webkit-calc(100% - 300px) !important;
  height: calc(100% - 300px) !important;
}
.mct-shipping-additional.loading > .postcode-result-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: #fff url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/loader-l.gif") center center no-repeat;
  z-index: 10;
  top: 0;
  left: 0;
  webkit-transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
  transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
}
.mct-shipping-additional.loading > .postcode-result-wrap:after {
  webkit-transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  transition: visibility 0s linear 0s, opacity .25s ease-in .25s;
  opacity: 0.75;
  visibility: visible;
}
.mct-shipping-additional.loading .scroll-wrapper {
  z-index: 5;
}
.mct-shipping-additional .postcode-result-wrap.scroll-wrapper {
  position: relative;
}
.mct-shipping-additional .postcode-result-wrap.scroll-wrapper:before {
  content: '';
  display: block;
  height: 70px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
}
.mct-shipping-additional .postcode-result-wrap.scroll-wrapper.bottom-reached:before {
  opacity: 0;
  visibility: hidden;
  webkit-transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
  transition: visibility 0s linear .5s,opacity .5s ease-out 0s;
}
.mct-shipping-additional .postcode-result-wrap.scroll-wrapper.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -14px;
  margin-left: -14px;
  padding-right: 60px;
  margin-right: -60px !important;
}
.mct-shipping-additional .postcode-result-wrap.scroll-wrapper.scrollbar-outer > .scroll-content.scroll-scrolly_visible .mct-shipping-method-list {
  padding-left: 28px;
}
.mct-shipping-additional .postcode-result-wrap.scroll-wrapper.scrollbar-outer > .scroll-element.scroll-x {
  display: none;
}
.mct-shipping-additional .postcode-result-wrap.scroll-wrapper.scrollbar-outer > .scroll-element.scroll-y {
  width: 5px;
}
.mct-shipping-additional .postcode-result-wrap.scroll-wrapper.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  width: 5px;
  left: auto;
  right: 16px;
}
.mct-shipping-additional .orange {
  color: #ff8916;
}

@media only screen and (max-width: 1023px) {
  .mct-shipping-additional .postcode-search-wrap .messages li li {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 1023px) {
  #mct_shipping_pickup_location-popup,
  #mct_shipping_pickup_location_second-popup {
    max-height: 750px;
  }

  .mct-shipping-additional .messages {
    margin: 15px 0 0;
  }
  .mct-shipping-additional .postcode-search-wrap h5 {
    display: block;
    font-size: 16px;
    letter-spacing: 3px;
  }
  .mct-shipping-additional .postcode-search-wrap .input-box {
    width: 100%;
  }
  .mct-shipping-additional > p {
    padding-left: 0;
    padding-right: 0;
  }
  .mct-shipping-additional .postcode-result-wrap .mct-shipping-method-list .control {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .mct-shipping-additional > .postcode-result-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mct-shipping-additional .postcode-result-wrap.scroll-wrapper.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 0;
    right: auto;
  }
}
/* ==================== Improved One Page Checkout with progressbar  ===================== */
.checkout-onepage-index #countdown,
.checkout-onepage-success #countdown {
  display: none;
}
.checkout-onepage-index .main-container,
.checkout-onepage-success .main-container {
  padding-top: 50px;
}
.checkout-onepage-index.has-topbar-message .main-container,
.checkout-onepage-success.has-topbar-message .main-container {
  padding-top: 92px;
}

.form-list .field.field-small {
  width: 22%;
}

.checkout-onepage-index .content-before-container {
  border-top: 1px solid #eaeaea;
}

@media only screen and (max-width: 1023px) {
  .checkout-onepage-index .col-main {
    margin-bottom: 0;
  }
}
.icon.buckaroo3extended_transfer {
  background: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons.png) 0 0 no-repeat;
  width: 51px;
  height: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon.buckaroo3extended_transfer {
    background: url(https://www.brandfield.nl/skin/frontend/brandfield/default/images/payment-icons@2.png) 0 0 no-repeat;
    background-size: 174px 37px;
  }
}

.opc {
  position: relative;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dbdbdb;
  float: none;
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
}
.opc .please-wait {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  opacity: 1;
  line-height: 43px;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  background-color: rgba(247, 247, 247, 0.7);
}
.opc .step {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  top: 85px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 20px 20px;
  background: transparent;
  text-align: left;
}
.opc .step > * {
  margin: 0 auto;
}
.opc .step label.required em,
.opc .step span.required em {
  display: none;
}
.opc .step label.required:after,
.opc .step span.required:after {
  content: "*";
}
.opc .autocomplete-feedback {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  margin-top: 5px;
  margin-bottom: 12px;
}
.opc .autocomplete-feedback:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px auto auto;
}
.opc .address-housenumber {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.opc .address-housenumber.fields {
  margin-bottom: 0;
  width: 100% !important;
  float: none;
}
.opc .address-postcode {
  margin-bottom: 0;
}
.opc .customername,
.opc .customername-suffix {
  margin-bottom: 5px !important;
  width: 100% !important;
}
.opc .customername.fields,
.opc .customername-suffix.fields {
  width: 100% !important;
  float: none;
}
.opc .form-list .wide .field {
  width: 100%;
}
.opc select {
  width: 100%;
}
.opc .light-label {
  color: #757575;
  font-size: 14px;
}
.opc li.section {
  display: inline;
}
.opc li.section h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.opc li.section .step-title {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  margin-right: 23px;
}
.opc li.section .step-title a,
.opc li.section .step-title .number {
  display: none;
}
.opc li.section .step-title h2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  font-size: 8px;
  line-height: 12px;
  display: inline-block;
  letter-spacing: 2px;
  color: #ababab;
}
.opc li.section .step-title .icon {
  display: block;
  position: relative;
  overflow: hidden;
  width: 35px;
  height: 35px;
  background-color: #cacdce;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  border: 10px solid #f7f7f7;
  box-sizing: content-box;
  z-index: 1;
}
.opc li.section .step-title .icon:before {
  content: '';
  display: block;
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transition: visibility 0s, opacity 0.5s linear;
  transition-delay: 0.5s;
}
.opc li.section .step-title .icon:after {
  content: '';
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: visibility 0s, opacity 0.5s linear;
  transition-delay: 0.5s;
}
.opc li.section .step-title .icon.large {
  display: none;
  width: 55px;
  height: 55px;
  border: 10px solid #f7f7f7;
  margin: -10px -8.5px;
}
.opc li.section .step-title .stripe {
  content: "";
  display: block;
  background-color: #d8d8d8;
  position: absolute;
  vertical-align: middle;
  height: 1px;
  width: 100%;
  top: 50%;
  left: -100%;
}
.opc li.section .step-title .stripe.first {
  display: none;
}
.opc li.section:last-child .step-title {
  margin-right: 0;
}
.opc li.section.active .step-title h2 {
  color: #1d1d1d;
}
.opc li.section.active .step-title .icon {
  background-color: #1d1d1d;
}
.opc li.section.active .step-title .icon.large {
  width: 55px;
  height: 55px;
  margin: -10px -8.5px;
}
.opc li.section.allow:not(.active) .step-title h2 {
  color: #1d1d1d;
}
.opc li.section.allow:not(.active) .step-title .icon {
  background-color: #1d1d1d;
}
.opc li.section.allow:not(.active) .step-title .icon:before {
  visibility: hidden;
  opacity: 0;
}
.opc li.section.allow:not(.active) .step-title .icon:after {
  visibility: visible;
  opacity: 1;
}
.opc li.section .buttons-set {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  border-top: 0;
}
.opc li.section .buttons-set .button, .opc li.section .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section .buttons-set .button2 {
  background: #ff8916;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 38px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  display: inline-block;
  width: 100%;
  max-width: none;
}
.opc li.section .buttons-set .button:hover, .opc li.section .buttons-set .cart-collaterals .block-content .button-wrapper .button2:hover, .cart-collaterals .block-content .button-wrapper .opc li.section .buttons-set .button2:hover {
  background: #d97513;
  color: #fff;
}
.opc li.section .buttons-set a:not(.button) {
  float: none;
  display: block;
}
.opc li.section .buttons-set h3 + .button, .opc li.section .buttons-set .cart-collaterals .block-content .button-wrapper h3 + .button2, .cart-collaterals .block-content .button-wrapper .opc li.section .buttons-set h3 + .button2 {
  display: none;
}
.opc li.section form > .buttons-set {
  padding-top: 0;
  margin-top: 0;
}
.opc li.section h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.opc li.section .methods-group-title {
  margin-left: 5px;
  margin-top: 30px;
}
.opc li.section .methods-group-title:first-child {
  margin-top: 0;
}
.opc li.section .information button {
  position: absolute;
  bottom: 0;
}
.opc li.section .form-list .input-box label {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.opc li.section #billing-newsletter-signup .form-list .control.checkbox .label,
.opc li.section #register-form-container .form-list .control.checkbox .label,
.opc li.section #alternative-address .label {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  width: 100%;
}
.opc li.section .form-list .control.checkbox {
  width: 100%;
  margin-top: 0;
}
.opc li.section .form-list .control.checkbox input[type=checkbox] {
  display: none;
}
.opc li.section .form-list .control.checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 27px;
}
.opc li.section .form-list .control.checkbox input[type=checkbox] + label:before, .opc li.section .form-list .control.checkbox input[type=checkbox] + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
}
.opc li.section .form-list .control.checkbox input[type=checkbox] + label:before {
  height: 17px;
  width: 17px;
  top: 7px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
}
.opc li.section .form-list .control.checkbox input[type=checkbox] + label:after {
  position: absolute;
  top: 10px;
  left: 2px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.1s linear;
}
.opc li.section .form-list .control.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.opc li.section .form-list .input-box .input-text,
.opc li.section .form-list .wide input,
.opc li.section .form-list .input-box textarea,
.opc li.section .input-box {
  width: 100%;
  border-radius: 2px;
}
.opc li.section .form-list .wide,
.opc li.section .form-list .fields.customername .input-box {
  margin-bottom: 0;
}
.opc li.section .form-list .fields {
  margin-bottom: 12px;
}
.opc li.section .form-list .fields.customername {
  margin-bottom: 5px;
}
.opc li.section .form-list .wide.field-country {
  margin-bottom: 12px;
}
.opc li.section .formlist .control.checkbox span.label {
  display: inline-block;
  width: 32%;
}
.opc li.section.opc-steps-6 li.section .step-title {
  width: 16.66667%;
}
.opc li.section.opc-steps-5 li.section .step-title {
  width: 20%;
}
.opc li.section.opc-steps-4 li.section .step-title {
  width: 25%;
}
.opc li.section.opc-steps-3 li.section .step-title {
  width: 33.33333%;
}
.opc li.section#opc-billing .step-title, .opc li.section#opc-shipping .step-title, .opc li.section#opc-login .step-title {
  display: none;
}
.opc li.section#opc-billing.active .step-title, .opc li.section#opc-shipping.active .step-title, .opc li.section#opc-login.active .step-title {
  display: inline-block;
}
.opc li.section#opc-billing .step-title .stripe, .opc li.section#opc-shipping .step-title .stripe, .opc li.section#opc-login .step-title .stripe {
  display: none;
}
.opc li.section#opc-billing .step-title .icon:before, .opc li.section#opc-shipping .step-title .icon:before, .opc li.section#opc-login .step-title .icon:before {
  right: 0;
  left: auto;
  margin: -14px -2px auto auto;
}
.opc li.section#opc-billing .step-title .icon.large:before, .opc li.section#opc-shipping .step-title .icon.large:before, .opc li.section#opc-login .step-title .icon.large:before {
  right: 0;
  left: auto;
  margin: -20px -4px auto auto;
}
.opc li.section#opc-billing.active .step-title .icon.large:before, .opc li.section#opc-shipping.active .step-title .icon.large:before, .opc li.section#opc-login.active .step-title .icon.large:before {
  margin: -20px -4px auto auto;
}
.opc li.section#opc-billing.allow .step-title {
  display: inline-block;
}
.opc li.section#opc-shipping_method .step-title .icon:before {
  right: auto;
  left: -9px;
  margin: -13.75px auto auto;
}
.opc li.section#opc-shipping_method .step-title .icon.large:before {
  right: auto;
  left: -17px;
  margin: -21.75px auto auto;
}
.opc li.section#opc-shipping_method.active .step-title .icon.large:before {
  left: -17px;
  margin-top: -21.75px;
}
.opc li.section#opc-payment .step-title .icon:before {
  right: auto;
  top: 50%;
  transform: translate(-15%, -50%);
}
.opc li.section#opc-payment .step-title .icon.large:before {
  right: auto;
  top: 50%;
  transform: translate(-10%, -50%);
}
.opc li.section#opc-review .step-title .icon:before {
  right: 0;
  top: 50%;
  transform: translate(15%, -61%);
}
.opc li.section#opc-review .step-title .icon.large:before {
  right: 0;
  top: 50%;
  transform: translate(0, -56%);
}
.opc li.section#opc-review.active .step-title .icon.large:before {
  right: -2px;
}
.opc li.section#opc-billing .form-list .chosen-container-single, .opc li.section#opc-shipping .form-list .chosen-container-single {
  border-bottom: 1px solid #7B7B7B;
  border-radius: 3px;
}
.opc li.section#opc-billing .form-list .chosen-container-single.chosen-with-drop .chosen-single, .opc li.section#opc-shipping .form-list .chosen-container-single.chosen-with-drop .chosen-single {
  border-bottom: 0;
}
.opc li.section#opc-billing .form-list .chosen-container-single .chosen-single, .opc li.section#opc-shipping .form-list .chosen-container-single .chosen-single {
  background: #fff;
  border: 1px solid #cdcdcd;
}
.opc li.section#opc-billing .form-list .chosen-container-single .chosen-drop, .opc li.section#opc-shipping .form-list .chosen-container-single .chosen-drop {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-top: 0;
}
.opc .control label,
.opc #checkout-step-shipping_method.step .sp-methods dd label,
.opc .checkbox + label {
  background-color: transparent;
  font-weight: 300;
}
.opc .control label:hover,
.opc #checkout-step-shipping_method.step .sp-methods dd label:hover,
.opc .checkbox + label:hover {
  background-color: transparent;
}
.opc .checkbox + label {
  line-height: 100%;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox {
  visibility: hidden;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label {
  position: relative;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:after, .opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:before {
  position: absolute;
  top: 24px;
  left: 20px;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:before {
  content: '';
  display: block;
  opacity: 1;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:after {
  content: '';
  display: block;
  opacity: 0;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox:checked + label:after {
  opacity: 1;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance.only-method .checkbox + label:after {
  opacity: 1;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance.only-method .checkbox + label:before {
  opacity: 0;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance:not(.only-method) {
  min-height: 0 !important;
  height: auto !important;
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance:not(.only-method) dt {
  border-bottom: 0 !important;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance dt > label {
  font-size: 16px;
  line-height: 24px;
  padding-right: 0;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance dt > label .price {
  display: inline;
  float: none;
}
.opc .sp-methods.checkout-onepage-payment-additional-customerbalance .icon {
  top: 20px;
  right: 20px;
}
.opc .sp-methods dt {
  display: none;
  position: relative;
  margin-top: 0;
}
.opc .sp-methods dt label {
  min-width: 0;
  color: #1d1d1d;
}
.opc .sp-methods dt > label {
  font-weight: 400 !important;
  font-size: 16px;
  color: #1d1d1d;
  padding-top: 0;
  padding-right: 100px;
  padding-bottom: 0;
  cursor: pointer;
  width: 100%;
}
.opc .sp-methods dt > label .method-info {
  font-weight: 300;
}
.opc .sp-methods dt > label .price {
  float: right;
  font-size: 18px;
  display: block;
  font-weight: 300;
}
.opc .sp-methods dt .radio-placeholder {
  position: absolute;
  left: 23px;
  top: 2px;
}
.opc .sp-methods dt .fee-tooltip .tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.opc .sp-methods dt .fee-tooltip .method-fee {
  display: inline-block;
  vertical-align: middle;
}
.opc .sp-methods dt .fee-tooltip .method-fee.free {
  color: #8fb474;
}
.opc .sp-methods dt .icon {
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  margin-bottom: 0;
  max-width: 80px;
}
.opc .sp-methods dt .icon.shipping-icon {
  top: 28px;
}
.opc .sp-methods dt.has-form-inline > label {
  font-size: 16px;
  width: 100%;
}
.opc .sp-methods dd {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.opc .sp-methods dd li {
  margin: 0;
  line-height: 42px;
}
.opc .sp-methods dd li .shipping-method-form li {
  line-height: 1em;
}
.opc .sp-methods dd input.radio {
  margin-top: 19px !important;
}
.opc .sp-methods .input-box {
  padding-left: 0;
}
.opc .sp-methods .note {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.opc .sp-methods .note a {
  text-decoration: underline;
}
.opc .sp-methods .shipment-form-inline .shipping-method-form label,
.opc .sp-methods .payment-form-inline label {
  padding-left: 0;
}
.opc .sp-methods .shipment-form-inline .shipping-method-form .buttons-set,
.opc .sp-methods .payment-form-inline .buttons-set {
  width: 100%;
}
.opc .sp-methods .shipment-form-inline .shipping-method-form .input-box label,
.opc .sp-methods .payment-form-inline .input-box label {
  font-weight: normal;
}
.opc .sp-methods .method-info {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.opc .sp-methods .form-list {
  padding-left: 25px;
}
.opc .sp-methods #s_method_mct_shipping_pickup_location_transsmart {
  min-height: 40px;
}
.opc .sp-methods #chosen-pickup-info {
  padding-left: 40px;
  font-size: 14px;
  padding: 17px 10px 7px 40px;
  display: inline-block;
  color: #1d1d1d;
}
.opc .sp-methods #chosen-pickup-info .address {
  font-weight: 300;
}
.opc .sp-methods .buttons-set {
  border: 0;
}
.opc .sp-methods .btn-checkout, .opc .sp-methods .button.orange, .opc .sp-methods .cart-collaterals .block-content .button-wrapper .orange.button2, .cart-collaterals .block-content .button-wrapper .opc .sp-methods .orange.button2, .opc .sp-methods .product-view .add-to-cart-buttons .btn-cart, .product-view .add-to-cart-buttons .opc .sp-methods .btn-cart, .opc .sp-methods .product-view .alert-price .alert-link, .product-view .alert-price .opc .sp-methods .alert-link,
.opc .sp-methods .product-view .alert-stock .alert-link,
.product-view .alert-stock .opc .sp-methods .alert-link, .opc .sp-methods .checkout-onepage-success .buttons-set .button, .checkout-onepage-success .buttons-set .opc .sp-methods .button, .opc .sp-methods .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .opc .sp-methods .button2, .opc .sp-methods .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2, .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .opc .sp-methods .button2, .opc .sp-methods .my-wishlist .buttons-set .btn-add, .my-wishlist .buttons-set .opc .sp-methods .btn-add, .opc .sp-methods #block-checkout_footer_mobile a.orange, #block-checkout_footer_mobile .opc .sp-methods a.orange {
  width: 100%;
  max-width: 340px;
}
.opc #billing-address-select-toggle,
.opc #shipping-address-select-toggle {
  margin-bottom: 15px;
}
.opc #register-customer-password {
  margin-top: 10px;
}
.opc #checkout-step-shipping_method .sp-methods,
.opc #checkout-step-payment .sp-methods {
  margin-bottom: 0;
}
.opc #checkout-step-shipping_method .sp-methods > .sp-methods > *:last-child:not(.active),
.opc #checkout-step-payment .sp-methods > .sp-methods > *:last-child:not(.active) {
  border-bottom: 1px solid #eaeaea;
}
.opc #checkout-step-shipping_method .sp-methods dt,
.opc #checkout-step-payment .sp-methods dt {
  display: block;
  background: #fff;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  padding: 20px;
  margin-bottom: 0;
}
.opc #checkout-step-shipping_method .sp-methods dt .buttons-set,
.opc #checkout-step-payment .sp-methods dt .buttons-set {
  margin-top: 10px;
  margin-left: 25px;
  padding: 0;
}
.opc #checkout-step-shipping_method .sp-methods dt:last-child,
.opc #checkout-step-payment .sp-methods dt:last-child {
  border-bottom: 1px solid #eaeaea;
}
.opc #checkout-step-shipping_method .sp-methods dt .shipping-method-form,
.opc #checkout-step-payment .sp-methods dt .shipping-method-form {
  display: none;
}
.opc #checkout-step-shipping_method .sp-methods dt.active,
.opc #checkout-step-payment .sp-methods dt.active {
  border-color: #cdcdcd;
}
.opc #checkout-step-shipping_method .sp-methods dt.active + dt,
.opc #checkout-step-payment .sp-methods dt.active + dt {
  border-top-color: #cdcdcd;
}
.opc #checkout-step-shipping_method .sp-methods dt.active .shipping-method-form,
.opc #checkout-step-payment .sp-methods dt.active .shipping-method-form {
  display: block;
}
.opc #checkout-step-shipping_method .sp-methods dt.active .shipping-method-buttons-container.no-display,
.opc #checkout-step-payment .sp-methods dt.active .shipping-method-buttons-container.no-display {
  display: block !important;
}
.opc #checkout-step-shipping_method .sp-methods dd.active,
.opc #checkout-step-payment .sp-methods dd.active {
  border-color: #cdcdcd;
}
.opc #checkout-step-shipping_method .sp-methods dd.active:last-child,
.opc #checkout-step-payment .sp-methods dd.active:last-child {
  border-bottom-width: 1px;
}
.opc #checkout-step-shipping_method .sp-methods dd.active + dt,
.opc #checkout-step-payment .sp-methods dd.active + dt {
  border-top-color: #cdcdcd;
}
.opc #checkout-step-shipping_method .sp-methods.checkout-onepage-payment-additional-customerbalance dt,
.opc #checkout-step-payment .sp-methods.checkout-onepage-payment-additional-customerbalance dt {
  padding: 0;
}
.opc #checkout-step-shipping_method .sp-methods .buttons-set,
.opc #checkout-step-payment .sp-methods .buttons-set {
  margin-top: 0;
  padding: 10px 20px 20px 45px;
}
.opc #checkout-step-shipping_method .sp-methods .shipping_method_item > label,
.opc #checkout-step-payment .sp-methods dt > label {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 0 100px 0 25px;
  cursor: pointer;
  width: 100%;
  min-height: 55px;
}
.opc #checkout-step-shipping_method .sp-methods .shipping_method_item > label .method-info,
.opc #checkout-step-payment .sp-methods dt > label .method-info {
  font-weight: 300;
}
.opc #checkout-step-shipping_method .sp-methods dt .fee-tooltip,
.opc #checkout-step-payment .sp-methods dt .fee-tooltip {
  position: absolute;
  top: 15px;
  right: 20px;
}
.opc #checkout-step-payment .sp-methods dd {
  border-width: 0 1px;
  padding: 0;
}
.opc #checkout-step-payment .sp-methods dd .form-list {
  padding: 0 20px 0 45px;
}
.opc #ship-to-alternative-address .pickup-note {
  display: none;
}
.opc #ship-to-alternative-address.pickup #billing_use_for_shipping,
.opc #ship-to-alternative-address.pickup label {
  display: none;
}
.opc #ship-to-alternative-address.pickup .pickup-note {
  display: inline;
}
.opc #shipping-form-container.pickup {
  display: none;
}
.opc #checkout-overview-quote,
.opc #checkout-review-quote-wrapper {
  margin-bottom: 10px;
}
.opc #checkout-review-table {
  border-collapse: separate;
}
.opc #checkout-review-table .product-name .manufacturer {
  display: block;
  font-weight: 500;
}
.opc #checkout-review-table thead {
  display: table-header-group;
}
.opc #checkout-review-table thead th {
  background-color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 17px 25px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #eaeaea;
  border-width: 1px 1px 0;
}
.opc #checkout-review-table tfoot tr td {
  background-color: #ffffed;
  border-top: 0;
}
.opc #checkout-review-table tfoot tr td:first-child {
  border-left: 1px solid #eaeaea;
}
.opc #checkout-review-table tfoot tr td:last-child {
  border-right: 1px solid #eaeaea;
}
.opc #checkout-review-table tfoot tr.last td {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
}
.opc #checkout-review-submit {
  clear: both;
}
.opc #billing-buttons-container,
.opc #shipping-buttons-container {
  padding-top: 20px;
  margin-top: 15px;
}
.opc #payment-buttons-container,
.opc #shipping-method-buttons-container,
.opc #review-buttons-container {
  padding-top: 20px;
  margin-top: 20px;
}

.opc li.section .back-link,
.opc-container #checkout-progress-wrapper-container #review-buttons-container .back-link {
  float: none;
  margin-top: 10px;
  padding-bottom: 35px;
}
.opc li.section .back-link a,
.opc-container #checkout-progress-wrapper-container #review-buttons-container .back-link a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 14px;
  color: #757575;
}
.opc li.section .back-link a:hover,
.opc-container #checkout-progress-wrapper-container #review-buttons-container .back-link a:hover {
  text-decoration: none;
}
.opc li.section .back-link a:before,
.opc-container #checkout-progress-wrapper-container #review-buttons-container .back-link a:before {
  content: '';
  display: none;
}

@media only screen and (max-width: 366px) {
  .opc .step {
    padding-left: 15px;
    padding-right: 15px;
  }
  .opc #checkout-step-shipping_method .sp-methods dt,
  .opc #checkout-step-payment .sp-methods dt {
    padding: 15px;
  }
}
@media only screen and (min-width: 479px) {
  .opc li.section .buttons-set .button, .opc li.section .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section .buttons-set .button2,
  .opc li.section .shipment-form-inline .btn-checkout,
  .opc li.section .shipment-form-inline .button.orange,
  .opc li.section .shipment-form-inline .cart-collaterals .block-content .button-wrapper .orange.button2,
  .cart-collaterals .block-content .button-wrapper .opc li.section .shipment-form-inline .orange.button2,
  .opc li.section .shipment-form-inline .product-view .add-to-cart-buttons .btn-cart,
  .product-view .add-to-cart-buttons .opc li.section .shipment-form-inline .btn-cart,
  .opc li.section .shipment-form-inline .product-view .alert-price .alert-link,
  .product-view .alert-price .opc li.section .shipment-form-inline .alert-link,
  .opc li.section .shipment-form-inline .product-view .alert-stock .alert-link,
  .product-view .alert-stock .opc li.section .shipment-form-inline .alert-link,
  .opc li.section .shipment-form-inline .checkout-onepage-success .buttons-set .button,
  .checkout-onepage-success .buttons-set .opc li.section .shipment-form-inline .button,
  .opc li.section .shipment-form-inline .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2,
  .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .opc li.section .shipment-form-inline .button2,
  .opc li.section .shipment-form-inline .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2,
  .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .opc li.section .shipment-form-inline .button2,
  .opc li.section .shipment-form-inline .my-wishlist .buttons-set .btn-add,
  .my-wishlist .buttons-set .opc li.section .shipment-form-inline .btn-add,
  .opc li.section .shipment-form-inline #block-checkout_footer_mobile a.orange,
  #block-checkout_footer_mobile .opc li.section .shipment-form-inline a.orange {
    width: auto;
  }
}
@media only screen and (min-width: 799px) {
  .opc select {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .opc .sp-methods.checkout-onepage-payment-additional-customerbalance {
    min-height: 0 !important;
    height: auto !important;
    border-bottom: 0 !important;
  }
  .opc .sp-methods.checkout-onepage-payment-additional-customerbalance dt > label {
    padding: 20px 120px 20px 60px !important;
    min-height: 80px;
  }
  .opc .sp-methods dt > label {
    padding: 0 100px 7px 25px !important;
    line-height: 20px;
  }
  .opc .step-container {
    min-height: 0 !important;
    height: auto !important;
  }
  .opc #billing-new-address-form {
    margin-bottom: 0;
  }
  .opc #billing-buttons-container,
  .opc #shipping-buttons-container {
    padding-top: 5px !important;
  }
  .opc #co-billing-form ul.form-list > .control {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .opc #co-billing-form ul.form-list > .control .newsletter-signup {
    padding-bottom: 5px !important;
  }
  .opc #alternative-address {
    margin-bottom: 0;
  }
  .opc #payment-buttons-container,
  .opc #shipping-method-buttons-container {
    padding-top: 10px !important;
    margin-top: 0 !important;
  }
  .opc #review-buttons-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .opc li.section .buttons-set.review-buttons-container {
    margin-top: 0;
    padding-top: 0;
  }
  .opc #checkout-review-quote-wrapper {
    margin-bottom: 10px;
    min-height: auto !important;
    height: auto !important;
  }
  .opc #checkout-step-payment .buckaroo-method label {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .opc {
    margin-top: 20px;
    padding-top: 40px;
    border-bottom: 0;
  }
  .opc select {
    width: auto;
    max-width: none;
  }
  .opc .please-wait {
    background-color: transparent;
  }
  .opc .step {
    padding: 17px 3.9375% 50px 3.9375%;
    top: 100px;
  }
  .opc li.section h3 {
    font-size: 25px;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 45px;
    padding: 30px 0;
  }
  .opc li.section .buttons-set {
    border-top: 1px solid #eaeaea;
  }
  .opc li.section .buttons-set h3 + button {
    float: none;
    position: absolute;
    top: -3px;
    right: 0px;
  }
  .opc li.section .buttons-set p {
    padding-top: 4px;
  }
  .opc li.section .buttons-set .required {
    float: left;
  }
  .opc li.section .buttons-set .button, .opc li.section .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section .buttons-set .button2 {
    font-size: 16px;
    float: right;
  }
  .opc li.section .buttons-set .back-link {
    float: left;
    margin-top: 0;
    letter-spacing: 0.02em;
  }
  .opc li.section .buttons-set .back-link a {
    margin: 0 25px 5px auto;
    text-transform: none;
  }
  .opc li.section .buttons-set .back-link a:before {
    display: inline-block;
    margin-right: 10px;
    transform: translateY(20%);
  }
  .opc li.section .buttons-set.disabled .button, .opc li.section .buttons-set.disabled .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section .buttons-set.disabled .button2, .opc li.section .buttons-set.disabled .back-link {
    pointer-events: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
  }
  .opc li.section form > .buttons-set {
    margin-top: 20px;
    border-top: 0;
  }
  .opc li.section form > .buttons-set h3 {
    padding-top: 0;
  }
  .opc li.section form > .buttons-set .button, .opc li.section form > .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section form > .buttons-set .button2 {
    display: block;
  }
  .opc li.section .sp-methods .buttons-set {
    border: 0;
  }
  .opc li.section #shipping-buttons-container,
  .opc li.section #payment-buttons-container,
  .opc li.section #review-buttons-container,
  .opc li.section #shipping-method-buttons-container {
    border-top: 1px solid #eaeaea;
    padding-top: 20px !important;
    margin-top: 45px !important;
  }
  .opc li.section #checkout-shipping-method-load,
  .opc li.section .step > form > fieldset > dl,
  .opc li.section .step > form > fieldset > ul,
  .opc li.section .step .step-container > fieldset > ul {
    padding-right: 26%;
  }
  .opc li.section .step .step-container #ship-to-alternative-address #alternative-address,
  .opc li.section .step .step-container #register-form-container .form-list .control,
  .opc li.section .step .step-container #billing-newsletter-signup .form-list .control {
    border-top: 1px solid #EAEAEA;
    padding-top: 25px;
  }
  .opc li.section .form-list .input-box label {
    font-size: 16px;
    line-height: 46px;
    margin-bottom: 0;
  }
  .opc li.section #chosen-pickup-info {
    font-size: 16px;
    padding-top: 2px;
  }
  .opc li.section .step-title {
    height: 55px;
    width: 22.5%;
    max-width: 25%;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
  }
  .opc li.section .step-title h2 {
    position: relative;
    vertical-align: middle;
    top: unset;
    left: unset;
    transform: unset;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 0;
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 4px;
    font-weight: 400;
    color: #757575;
    z-index: 1;
  }
  .opc li.section .step-title .icon {
    display: none;
  }
  .opc li.section .step-title .icon.large {
    display: inline-block;
    vertical-align: middle;
  }
  .opc li.section .step-title .stripe {
    top: 50%;
    margin-top: -0.5px;
    left: 0;
    right: 0;
  }
  .opc li.section.allow .step-title h2 {
    color: #1d1d1d;
  }
  .opc li.section.active .step-title {
    height: 55px;
    width: 25%;
  }
  .opc li.section.active .step-title h2 {
    color: #1d1d1d;
  }
  .opc li.section#opc-billing .step-title, .opc li.section#opc-shipping .step-title, .opc li.section#opc-login .step-title {
    margin-left: 1%;
    text-align: left;
  }
  .opc li.section#opc-billing .step-title .stripe, .opc li.section#opc-shipping .step-title .stripe, .opc li.section#opc-login .step-title .stripe {
    display: block;
  }
  .opc li.section#opc-billing .step-title .icon:before, .opc li.section#opc-shipping .step-title .icon:before, .opc li.section#opc-login .step-title .icon:before {
    right: 0;
    left: auto;
  }
  .opc li.section#opc-review .step-title {
    text-align: right;
  }
  .opc li.section #review-buttons-container #checkout-agreements {
    float: right;
    margin-top: 0;
    margin-right: 30px;
    text-align: right;
    max-width: 425px;
  }
  .opc li.section #review-buttons-container .button, .opc li.section #review-buttons-container .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section #review-buttons-container .button2 {
    float: right;
  }
  .opc li.section #review-buttons-container .back-link {
    float: left;
  }
  .opc .sp-methods dt {
    margin-top: 10px;
    min-height: 100px;
  }
  .opc .sp-methods dt:first-child {
    margin-top: 0;
  }
  .opc .sp-methods dt > label {
    padding: 6px 10px 6px 157px !important;
    width: auto;
  }
  .opc .sp-methods dt .fee-tooltip {
    position: absolute;
    top: 35px;
    right: 40px;
  }
  .opc .sp-methods dt .checkbox + label:before, .opc .sp-methods dt .checkbox + label:after {
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
  }
  .opc .sp-methods dt .radio-placeholder {
    top: 50%;
    left: 35px;
    margin-top: -10px;
  }
  .opc .sp-methods dt .icon {
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(50px, -50%) scale(1.25);
  }
  .opc .sp-methods dt.has-form-inline > label {
    width: auto !important;
  }
  .opc .sp-methods dt.has-form-inline .chosen-container-single {
    width: 100% !important;
  }
  .opc .sp-methods dt.has-form-inline .shipment-form-inline .shipping-method-form,
  .opc .sp-methods dt.has-form-inline .payment-form-inline {
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
  }
  .opc .sp-methods dt.has-form-inline .shipment-form-inline .shipping-method-form label,
  .opc .sp-methods dt.has-form-inline .payment-form-inline label {
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
    line-height: normal;
  }
  .opc .sp-methods dt.has-form-inline .shipment-form-inline .shipping-method-form .chosen-container-single,
  .opc .sp-methods dt.has-form-inline .payment-form-inline .chosen-container-single {
    display: inline-block !important;
    vertical-align: middle;
    width: 160px !important;
  }
  .opc .sp-methods dt.has-form-inline .shipment-form-inline .shipping-method-form .chosen-container-single {
    width: 208px !important;
  }
  .opc .sp-methods .method-info {
    font-size: 16px;
  }
  .opc .sp-methods.checkout-onepage-payment-additional-customerbalance dt {
    min-height: auto;
  }
  .opc .sp-methods.checkout-onepage-payment-additional-customerbalance dt > label {
    padding: 26px 30px 49px 177px !important;
    width: 100%;
  }
  .opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:before, .opc .sp-methods.checkout-onepage-payment-additional-customerbalance .checkbox + label:after {
    top: 50px;
    left: 25px;
  }
  .opc .sp-methods.checkout-onepage-payment-additional-customerbalance .icon {
    top: 50px;
    left: 60px;
  }
  .opc #checkout-overview-quote {
    margin-bottom: 45px;
  }
  .opc .customername,
  .opc .customername-suffix {
    margin-bottom: 0 !important;
  }

  .opc #checkout-step-shipping_method .sp-methods,
  .opc #checkout-step-payment .sp-methods {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.drop.dropshipment,
  .opc #checkout-step-payment .sp-methods dt.drop.dropshipment {
    border: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
    min-height: auto;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.drop.dropshipment label,
  .opc #checkout-step-payment .sp-methods dt.drop.dropshipment label {
    max-width: 100%;
    padding-left: 0;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.drop.dropshipment label .method-info,
  .opc #checkout-step-payment .sp-methods dt.drop.dropshipment label .method-info {
    display: inline-block;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.drop.dropshipment .fee-tooltip,
  .opc #checkout-step-payment .sp-methods dt.drop.dropshipment .fee-tooltip {
    top: 6px;
  }
  .opc #checkout-step-shipping_method .sp-methods dt,
  .opc #checkout-step-payment .sp-methods dt {
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #eaeaea;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.has-form-inline,
  .opc #checkout-step-payment .sp-methods dt.has-form-inline {
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.has-no-dd,
  .opc #checkout-step-payment .sp-methods dt.has-no-dd {
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.active.has-no-dd,
  .opc #checkout-step-payment .sp-methods dt.active.has-no-dd {
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #cdcdcd;
  }
  .opc #checkout-step-shipping_method .sp-methods dt + dd,
  .opc #checkout-step-payment .sp-methods dt + dd {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.active,
  .opc #checkout-step-payment .sp-methods dt.active {
    cursor: pointer;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0;
    border-color: #cdcdcd;
    border-bottom: 0;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.active + dd,
  .opc #checkout-step-payment .sp-methods dt.active + dd {
    border-bottom: 1px solid #eaeaea;
    border-color: #cdcdcd;
  }
  .opc #checkout-step-shipping_method .sp-methods dd .form-list,
  .opc #checkout-step-payment .sp-methods dd .form-list {
    padding: 0 20px 0 60px;
  }
  .opc #checkout-step-shipping_method .sp-methods dd.active + dt,
  .opc #checkout-step-payment .sp-methods dd.active + dt {
    border-top-color: #eaeaea;
  }

  .opc .sp-methods dt .icon.shipping-icon {
    display: none;
  }

  .opc #checkout-step-shipping_method .sp-methods dt .fee-tooltip {
    top: 25px;
    right: 40px;
  }
  .opc #checkout-step-shipping_method .sp-methods dt .buttons-set {
    margin-top: 20px;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.has-form-inline .fee-tooltip {
    top: 40px;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.has-form-inline .buttons-set {
    margin-top: 10px;
  }
  .opc #checkout-step-shipping_method .sp-methods .shipping_method_item > label {
    padding: 6px 100px 6px 40px;
    max-width: 35%;
  }
  .opc #checkout-step-shipping_method .sp-methods dt.has-form-inline .shipment-form-inline .shipping-method-form {
    position: absolute;
    top: 25px;
    right: 110px;
    width: 360px;
  }

  .opc #checkout-step-payment .sp-methods.checkout-onepage-payment-additional-customerbalance {
    margin-bottom: 10px;
  }
  .opc #checkout-step-payment .sp-methods.checkout-onepage-payment-additional-customerbalance dt {
    border-bottom: 1px solid #eaeaea !important;
  }
  .opc #checkout-step-payment .sp-methods dt .buttons-set {
    margin-top: 20px;
  }
  .opc #checkout-step-payment .sp-methods dt.has-form-inline .buttons-set {
    margin-top: 10px;
  }

  .opc #opc-review .quote_summary .col-1 {
    padding-right: 10px;
    padding-top: 0;
  }
  .opc #opc-review .quote_summary .col-2 {
    padding-left: 10px;
    padding-top: 0;
  }
  .opc #opc-review .order-review > .review-buttons-container {
    border-top: 0;
    padding-top: 0;
  }
  .opc #opc-review .order-review > .review-buttons-container h3 {
    padding-top: 0;
  }
  .opc #opc-review .order-review > .review-buttons-container .button, .opc #opc-review .order-review > .review-buttons-container .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc #opc-review .order-review > .review-buttons-container .button2 {
    display: block;
  }
  .opc #opc-review #checkout-review-quote-wrapper {
    float: left;
    width: 72.75%;
    margin-bottom: 45px;
  }
  .opc #opc-review #checkout-overview-quote {
    float: right;
    width: 25%;
    margin-bottom: 45px;
  }

  .opc .autocomplete-feedback {
    position: absolute;
    top: 10px;
    left: 57%;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
  }
  .opc .autocomplete-feedback:before {
    display: none;
  }

  .opc li.section #billing-newsletter-signup .form-list .control.checkbox .label,
  .opc li.section #register-form-container .form-list .control.checkbox .label,
  .opc li.section #alternative-address .label {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
  }

  .opc li.section .form-list .control.checkbox label {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
  }
  .opc li.section .form-list .fields {
    margin-bottom: 15px;
  }
  .opc li.section .form-list .wide {
    margin-bottom: 0;
  }
  .opc li.section .form-list .control {
    margin-bottom: 15px;
  }
  .opc li.section .form-list .wide.width-xxs .input-text,
  .opc li.section .form-list .field.width-xxs {
    width: 10.85%;
    margin-left: 1.5%;
  }
  .opc li.section .form-list .wide.width-xxs .input-text:first-child,
  .opc li.section .form-list .field.width-xxs:first-child {
    margin-left: 0;
  }
  .opc li.section .form-list .wide.width-s .chosen-container-single {
    width: 16% !important;
  }
  .opc li.section .form-list .wide.width-xs .input-text,
  .opc li.section .form-list .field.width-xs,
  .opc li.section .form-list .field.name-suffix {
    width: 18%;
  }
  .opc li.section .form-list .wide.width-xs .chosen-container-single {
    width: 18% !important;
  }
  .opc li.section .form-list .wide.width-s .input-text,
  .opc li.section .form-list .field.width-s {
    width: 23.2%;
  }
  .opc li.section .form-list .wide.width-s .chosen-container-single {
    width: 23.2% !important;
  }
  .opc li.section .form-list .wide.width-m .input-text,
  .opc li.section .form-list .field.width-m {
    width: 34%;
  }
  .opc li.section .form-list .wide.width-m .chosen-container-single {
    width: 34% !important;
  }
  .opc li.section .form-list .wide.width-l .input-text,
  .opc li.section .form-list .field.width-l,
  .opc li.section .form-list .field.name-firstname,
  .opc li.section .form-list .field.name-lastname {
    width: 39%;
  }
  .opc li.section .form-list .field-country {
    margin-bottom: 15px;
  }
  .opc li.section .form-list .wide.width-l .chosen-container-single {
    width: 39% !important;
  }
  .opc li.section .form-list .wide.width-xl .input-text,
  .opc li.section .form-list .field.width-xl {
    width: 57%;
  }
  .opc li.section .form-list .wide.width-xl .chosen-container-single {
    width: 57% !important;
  }

  .opc .validation-advice {
    margin-top: 0;
    margin-left: 8px;
    position: absolute;
    top: 1px;
    left: 100%;
    z-index: 11;
    min-width: 240px;
  }
  .opc .validation-advice:after {
    bottom: auto;
    left: auto;
    margin-left: 0;
    border-left: 0;
    top: 22px;
    right: 100%;
    margin-top: -8px;
    border-right-color: #fad8d7;
    border-top: 8px solid transparent;
    border-bottom-color: transparent;
  }
  .opc .validation-passed .validation-advice {
    display: none;
  }
  .opc .super-attribute-select + .validation-advice {
    background: #fad8d7;
    position: relative;
    display: inline-block;
    margin-top: 8px;
    color: #e73b39;
    font-size: 14px;
    left: 0;
    margin-left: 0;
    padding: 11px 30px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .opc .super-attribute-select + .validation-advice:after {
    content: '';
    position: absolute;
    bottom: auto;
    top: 0;
    left: 20px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fad8d7;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .opc {
    margin-top: 20px;
    padding-top: 40px;
  }
  .opc .step {
    padding-left: 3.9375%;
    padding-right: 3.9375%;
  }
  .opc li.section .step-title {
    width: 23.5%;
  }
  .opc li.section.allow .step-title {
    cursor: pointer;
  }
  .opc li.section.active .step-title {
    width: 23.5%;
    cursor: default;
  }
}
@media only screen and (max-width: 1022px) {
  .opc .customername .name-firstname,
  .opc .customername-suffix .name-firstname {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .opc .customername .name-lastname,
  .opc .customername-suffix .name-lastname {
    float: right;
    width: 68%;
  }
  .opc .customername .name-suffix,
  .opc .customername-suffix .name-suffix {
    float: left;
    width: 30%;
    margin-left: 0;
  }
  .opc li.section .form-list .fields.address-housenumber .street-2 {
    margin-left: 0;
    width: 24.6%;
    float: left;
  }
  .opc li.section .form-list .fields.address-housenumber .street-3 {
    float: left;
    width: 72.8%;
    margin-left: 2.6%;
  }
  .opc li.section .form-list .fields.customername .name-firstname,
  .opc li.section .form-list .fields.customername .name-lastname {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .opc li.section .form-list .fields.customername .name-lastname {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
  .opc li.section#opc-billing .form-list .chosen-container-single, .opc li.section#opc-shipping .form-list .chosen-container-single {
    width: 100% !important;
  }

  .opc #checkout-step-shipping_method .sp-methods .chosen-container-single,
  .opc #checkout-step-payment .sp-methods .chosen-container-single {
    width: 100% !important;
    max-width: 320px;
    display: block;
    font-size: 16px;
    font-weight: 300;
  }

  #opc-billing .form-list,
  #opc-shipping .form-list,
  #opc-shipping_method .sp-methods,
  #opc-payment .sp-methods {
    min-height: 0 !important;
  }
}
@media only screen and (min-width: 1239px) {
  .opc-container {
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  .opc-container .opc li.section .step-title, .opc-container .opc li.section.active .step-title {
    width: 22.75%;
  }
  .opc-container .opc #checkout-step-shipping_method .sp-methods .shipping_method_item > label {
    max-width: 45%;
  }

  body.has-open-navbar .opc {
    width: 100%;
  }
  body.has-open-navbar .opc li.section#opc-billing .step-title, body.has-open-navbar .opc li.section#opc-shipping .step-title, body.has-open-navbar .opc li.section#opc-login .step-title {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1339px) {
  .opc-container {
    width: 92%;
    max-width: 1400px;
  }
  .opc-container .opc .step {
    padding-left: 5.9375%;
    padding-right: 5.9375%;
  }

  .opc li.section#opc-login .step {
    padding-left: 5.9375% !important;
    padding-right: 5.9375% !important;
  }
}
@media only screen and (min-width: 1450px) {
  .opc-container {
    width: 92%;
  }
  .opc-container .opc li.section .step-title {
    width: 22.5%;
  }
  .opc-container .opc li.section.active.step-title {
    width: 22.5%;
  }

  body.has-open-navbar .opc-container {
    width: 92%;
  }
  body.has-open-navbar .opc-container .opc li.section#opc-billing .step-title, body.has-open-navbar .opc-container .opc li.section#opc-shipping .step-title, body.has-open-navbar .opc-container .opc li.section#opc-login .step-title {
    margin-left: 3%;
  }
}
.opc-has-progressed-from-login .skip-nav,
.opc-has-progressed-from-login #skip-link-wrapper-account {
  display: none;
}
.opc-has-progressed-from-login .opc li.section .step-title {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
}
.opc-has-progressed-from-login .opc li.section#opc-login.active ~ .section .step-title {
  visibility: hidden;
  opacity: 0;
}

.opc li.section#opc-login .step {
  padding-left: 0;
  padding-right: 0;
}
.opc li.section#opc-login.active .step {
  top: 3px;
}
.opc li.section#opc-login h3 {
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: -10px;
}
.opc li.section#opc-login .col-1 {
  position: relative;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}
.opc li.section#opc-login .col-1 .or {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  font-size: 14px;
  padding: 0 11px;
  background-color: #f7f7f7;
}
.opc li.section#opc-login .col-1 > h4,
.opc li.section#opc-login .col-1 .content.std {
  display: none;
}
.opc li.section#opc-login .col-1 .buttons-set {
  margin-top: 0;
  padding-top: 0;
}
.opc li.section#opc-login .col-1 .button, .opc li.section#opc-login .col-1 .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section#opc-login .col-1 .button2 {
  margin-bottom: 0;
}
.opc li.section#opc-login .col-2 {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 20px;
  margin: 20px;
  text-align: center;
}
.opc li.section#opc-login .col-2 .content.std {
  display: none;
}
.opc li.section#opc-login .col-2 .field + a {
  font-size: 14px;
  text-align: left;
  display: block;
}
.opc li.section#opc-login .col-1 label,
.opc li.section#opc-login .col-2 label {
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}
.opc li.section#opc-login .col-1 label.required:after,
.opc li.section#opc-login .col-2 label.required:after {
  display: none;
}
.opc li.section#opc-login .col-1 a,
.opc li.section#opc-login .col-2 a {
  text-decoration: underline;
}
.opc li.section#opc-login .col-1 a:hover,
.opc li.section#opc-login .col-2 a:hover {
  text-decoration: none;
}
.opc li.section#opc-login .field {
  text-align: left;
}
.opc li.section#opc-login h4 {
  font-size: 20px;
  margin-bottom: 2px;
  letter-spacing: 3px;
}
.opc li.section#opc-login .buttons-set {
  border-top: 0;
  margin-top: 20px;
  text-align: left;
}
.opc li.section#opc-login .buttons-set .button, .opc li.section#opc-login .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section#opc-login .buttons-set .button2 {
  padding-left: 5px;
  padding-right: 5px;
  float: left !important;
}
.opc li.section#opc-login .form-list .input-box .input-text {
  width: 100%;
}
.opc li.section#opc-login.active .step {
  top: 20px;
}
.opc li.section#opc-login.active .step-title {
  display: none;
}

@media only screen and (min-width: 479px) {
  .opc li.section#opc-login .step {
    padding-left: 20px;
    padding-right: 20px;
  }
  .opc li.section#opc-login .col-1 {
    padding: 20px 20px 20px 0;
    margin: 0 0 25px;
    border: 0;
    text-align: left;
  }
  .opc li.section#opc-login .col-1 .or {
    display: none;
  }
  .opc li.section#opc-login .col-1 > h4,
  .opc li.section#opc-login .col-1 .content.std {
    display: block;
  }
  .opc li.section#opc-login .col-2 {
    padding-left: 20px;
    padding-right: 0;
    margin: 0 0 25px;
    border: 1px solid #eaeaea;
    border-width: 0 0 0 1px;
    background-color: transparent;
    text-align: left;
  }
  .opc li.section#opc-login .col-2 .content.std {
    display: block;
  }
  .opc li.section#opc-login .col-2 .field + a {
    display: inline;
  }
  .opc li.section#opc-login .col-2 .button, .opc li.section#opc-login .col-2 .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section#opc-login .col-2 .button2 {
    margin-top: 40px;
  }
  .opc li.section#opc-login .col-1 label,
  .opc li.section#opc-login .col-2 label {
    font-size: 16px;
  }
  .opc li.section#opc-login .content.std {
    margin-bottom: 40px;
  }
  .opc li.section#opc-login .buttons-set .button, .opc li.section#opc-login .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .opc li.section#opc-login .buttons-set .button2 {
    padding-left: .75em;
    padding-right: .75em;
  }
}
@media only screen and (min-width: 1023px) {
  .opc li.section#opc-login .step {
    padding-left: 3.3975%;
    padding-right: 3.3975%;
    overflow: visible;
  }
  .opc li.section#opc-login.active .step {
    top: 20px;
  }
  .opc li.section#opc-login h3 {
    font-size: 30px;
    margin: 0 0 40px;
  }
  .opc li.section#opc-login .col-1 {
    padding: 20px 4.375% 20px 10.3125%;
    margin-bottom: 0;
  }
  .opc li.section#opc-login .col-2 {
    padding: 20px 10.9375% 20px 4.375%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1239px) {
  body.checkout-onepage-index .col2-right-layout .col-main {
    float: none;
    width: auto;
    padding-right: 0;
  }
  body.checkout-onepage-index .col2-right-layout .col-right {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  body.checkout-onepage-index .newsletter-container,
  body.checkout-cart-index .newsletter-container,
  body.checkout-cart-success .newsletter-container {
    display: none;
  }
  body.checkout-onepage-index .footer-links,
  body.checkout-cart-index .footer-links,
  body.checkout-cart-success .footer-links {
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
  }
  body.checkout-onepage-index .footer-links .col-1,
  body.checkout-onepage-index .footer-links .col-2,
  body.checkout-cart-index .footer-links .col-1,
  body.checkout-cart-index .footer-links .col-2,
  body.checkout-cart-success .footer-links .col-1,
  body.checkout-cart-success .footer-links .col-2 {
    display: none;
  }
  body.checkout-onepage-index .footer-links .col-3,
  body.checkout-cart-index .footer-links .col-3,
  body.checkout-cart-success .footer-links .col-3 {
    float: none;
    width: 100%;
    padding: 0;
  }
  body.checkout-onepage-index .footer-links .col-3 .mct_feedbackcompany,
  body.checkout-cart-index .footer-links .col-3 .mct_feedbackcompany,
  body.checkout-cart-success .footer-links .col-3 .mct_feedbackcompany {
    margin: 55px auto;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .page-title h1 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25em;
  margin-bottom: 0;
  color: #1d1d1d;
}
.checkout-onepage-success .subtitle {
  font-weight: 300;
}
.checkout-onepage-success .subtitle strong {
  font-weight: 500;
}
.checkout-onepage-success .col-main {
  padding: 7.8125% 0 0;
  text-align: center;
}
.checkout-onepage-success .col-main p {
  font-size: 16px;
  letter-spacing: 0.025em;
}
.checkout-onepage-success .col-main .success-left {
  background-color: #f6f2ef;
}
.checkout-onepage-success .col-main > .col1-set,
.checkout-onepage-success .col-main > .col2-set {
  margin-top: 40px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.checkout-onepage-success .col-main > .col1-set .col-1 {
  padding: 3.7500% 5.6250%;
}
.checkout-onepage-success .col-main > .col2-set > .col-1 {
  float: right;
  padding: 3.7500% 5.6250%;
}
.checkout-onepage-success .col-main > .col2-set > .col-2 {
  float: left;
  padding: 3.7500% 5.6250%;
}
.checkout-onepage-success .col-main .mct-widget-blog .col2-set .col-1,
.checkout-onepage-success .col-main .mct-widget-blog .col2-set .col-2,
.checkout-onepage-success .col-main .mct-widget-blog .col2-set .col-3,
.checkout-onepage-success .col-main .mct-widget-blog .col3-set .col-1,
.checkout-onepage-success .col-main .mct-widget-blog .col3-set .col-2,
.checkout-onepage-success .col-main .mct-widget-blog .col3-set .col-3 {
  background: transparent;
}
.checkout-onepage-success .success-left {
  text-align: left;
  font-size: 18px;
}
.checkout-onepage-success .success-left .col-1,
.checkout-onepage-success .success-left .col-2 {
  padding-top: 0;
  padding-bottom: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.checkout-onepage-success .success-left .col-1 {
  text-align: center;
}
.checkout-onepage-success .success-left .col-1 img {
  display: inline;
  max-width: 50%;
  max-height: 50%;
}
.checkout-onepage-success .success-left .col-2 {
  padding-top: 10px;
}
.checkout-onepage-success .success-left h2,
.checkout-onepage-success .success-left h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.25em;
  margin-bottom: 0;
}
.checkout-onepage-success .success-left strong {
  font-weight: 500;
}
.checkout-onepage-success .success-left ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 28px;
  letter-spacing: 0.025em;
}
.checkout-onepage-success .success-left ul li:first-child {
  margin-top: 0;
}
.checkout-onepage-success .success-left ul li:before {
  content: '';
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
}
.checkout-onepage-success .success-left p:last-child {
  padding-left: 28px;
  padding-top: 20px;
}
.checkout-onepage-success .success-left a.f-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
.checkout-onepage-success .success-right {
  text-align: left;
}
.checkout-onepage-success .success-right > p:first-child {
  font-size: 22px;
  margin-bottom: 15px;
}
.checkout-onepage-success .success-right ul li {
  margin-bottom: 30px;
}
.checkout-onepage-success .success-right ul li p {
  font-weight: 300;
}
.checkout-onepage-success .buttons-set {
  border: 0;
  margin: 10px 0 0;
  text-align: left;
}
.checkout-onepage-success .buttons-set .button, .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2 {
  float: none;
  margin: 0 0 2px;
}

@media only screen and (min-width: 479px) {
  .checkout-onepage-success .col-main > .col2-set {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .checkout-onepage-success .col-main > .col2-set .col-1,
  .checkout-onepage-success .col-main > .col2-set .col-2 {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 1023px) {
  .checkout-onepage-success .page-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .checkout-onepage-success .col-main p {
    font-size: 18px;
  }
  .checkout-onepage-success .col-main > .col2-set > .col-2 {
    padding-right: 4.3750%;
  }
  .checkout-onepage-success .success-right > p:first-child {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .checkout-onepage-success .success-left .col-1,
  .checkout-onepage-success .success-left .col-2 {
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
  }
  .checkout-onepage-success .success-left .col-2 {
    padding-left: 0;
  }
  .checkout-onepage-success .success-left .col-1 img {
    max-width: 100%;
    max-height: 100%;
  }
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
.availability.out-of-stock span {
  color: #e73b39;
}

.product-view #product-options-wrapper dd .input-box.option-links {
  margin-left: -5px;
  margin-right: -5px;
}

.product-options .product_attribute_option_link {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  border: 1px solid #eaeaea;
  color: #757575;
  margin: 10px 4.75px 0 4.75px;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.product-options .product_attribute_option_link.out-of-stock {
  border-color: white;
  text-decoration: line-through;
  pointer-events: none;
  cursor: default;
}
.product-options .product_attribute_option_link.out-of-stock:hover {
  border-color: white;
  text-decoration: line-through;
  text-shadow: none;
  color: #A0A0A0;
}
.product-options .product_attribute_option_link.out-of-stock-line-through, .product-options .product_attribute_option_link.out-of-stock-line-through:hover, .product-options .product_attribute_option_link.out-of-stock-line-through.product_attribute_option_link_selected {
  text-decoration: line-through;
}
.product-options .product_attribute_option_link.out-of-stock.product_attribute_option_link_selected {
  border-color: white;
  text-decoration: line-through;
  text-shadow: none;
}
.product-options .product_attribute_option_link:hover, .product-options .product_attribute_option_link.product_attribute_option_link_selected {
  border-color: #757575;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  color: #1d1d1d;
  text-decoration: none;
  text-shadow: 0.75px 0 0, -0.75px 0 0;
}
.product-options .chosen-container,
.product-options .super-attribute-select {
  display: none !important;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .page-title {
  border-bottom: 1px solid #eaeaea;
}
.customer-account-login .account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .account-login .col2-set .buttons-set button,
.customer-account-login .account-login .col2-set .buttons-set .button,
.customer-account-login .account-login .col2-set .buttons-set .cart-collaterals .block-content .button-wrapper .button2,
.cart-collaterals .block-content .button-wrapper .customer-account-login .account-login .col2-set .buttons-set .button2 {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .account-login .col2-set .col-2 ul {
  list-style: none;
  padding-left: 0px;
  margin: 10px 0 20px 0;
}
.customer-account-login .account-login .col2-set .col-2 ul li {
  line-height: 24px;
  margin: 3px 0 20px;
  padding-left: 30px;
}
.customer-account-login .account-login .col2-set .col-2 ul li:before {
  content: "";
  display: block;
  float: left;
  margin-right: 3px;
  margin-left: -30px;
}
.customer-account-login .account-login .buttons-set .required {
  position: static;
}
.customer-account-login .account-login .registered-users .form-list .input-box .input-text {
  width: 100%;
}
.customer-account-login .account-login .col-1,
.customer-account-login .account-login .col-2 {
  position: relative;
  padding-bottom: 80px;
}
.customer-account-login .account-login .col-1 h2,
.customer-account-login .account-login .col-2 h2 {
  margin-bottom: 0;
}
.customer-account-login .account-login .col-1 p,
.customer-account-login .account-login .col-2 p {
  margin-bottom: 20px;
}
.customer-account-login .account-login .col-1 a:not(.button),
.customer-account-login .account-login .col-2 a:not(.button) {
  text-decoration: underline;
}
.customer-account-login .account-login .col-1 a:not(.button):hover,
.customer-account-login .account-login .col-2 a:not(.button):hover {
  text-decoration: none;
}
.customer-account-login .account-login .col-1 .content,
.customer-account-login .account-login .col-2 .content {
  margin-bottom: 20px;
}
.customer-account-login .account-login .col-1 .buttons-set {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-right: 20px;
}
.customer-account-login .account-login .col-2 .buttons-set {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-left: 20px;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (min-width: 1023px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED;
  }
  .customer-account-login .account-login .col-2 .buttons-set {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 799px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    float: none;
    width: auto;
    padding: 10px !important;
    border: 0;
  }
  .customer-account-login .col2-set .col-1 .buttons-set,
  .customer-account-login .col2-set .col-2 .buttons-set {
    padding: 0;
    position: static;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 1023px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 14px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #eaeaea;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 0;
}
.customer-account-create .form-list .control label {
  line-height: 1;
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset p {
  margin-bottom: 20px;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account-logoutsuccess .page-title h1,
body.customer-account-create .page-title h1 {
  font-size: 25px;
  letter-spacing: 6px;
}

body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
  font-size: 25px;
  letter-spacing: 6px;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button, body.customer-account .my-account .title-buttons .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper body.customer-account .my-account .title-buttons .button2 {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 16px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .my-account .legend {
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
}
body.customer-account .data-table span.nobr {
  white-space: nowrap;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.customer-account .main-container .main {
  max-width: 100%;
  padding: 40px 0;
}
.customer-account .main-container .main .my-account {
  background: #f7f7f7;
  padding: 40px 15px;
}

@media only screen and (min-width: 799px) {
  .customer-account .main-container .main .my-account,
  .main-container .main .account-create {
    paddin-left: 20px;
    paddin-right: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .customer-account .main-container .main .my-account,
  .main-container .main .account-create {
    padding-left: 3.9375%;
    padding-right: 3.9375%;
  }
  .customer-account .main-container .main .my-account .form-list,
  .main-container .main .account-create .form-list {
    padding-right: 26%;
  }
  .customer-account .main-container .main .my-account .form-list .input-box,
  .main-container .main .account-create .form-list .input-box {
    width: auto;
  }
}
@media only screen and (min-width: 1339px) {
  .customer-account .main-container .main .my-account,
  .main-container .main .account-create {
    padding-left: 4.33%;
    padding-right: 4.33%;
  }
}
.dashboard .box-head {
  margin-top: 0;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 20px;
}
.dashboard .box-account address {
  font-style: normal;
}
.dashboard .box-account a {
  color: #757575;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
.dashboard .box-account a:hover {
  color: #1d1d1d;
}
.dashboard .box-account.newsletter .box-content {
  margin-top: 20px;
}
.dashboard .box-account.newsletter .box-content .form-list .control label {
  padding: 3px 10px 3px 40px;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  margin-top: 20px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 22.4px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 14px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-size: 14px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}
.dashboard .buttons-set {
  border-top: 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.my-account .addresses-list .addresses-primary,
.my-account .addresses-list .addresses-additional {
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 20px;
}
.my-account .addresses-list .addresses-primary:after,
.my-account .addresses-list .addresses-additional:after {
  content: '';
  display: table;
  clear: both;
}
.my-account .addresses-list .item {
  margin-top: 20px;
}
.my-account .addresses-list .item a {
  color: #757575;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
.my-account .addresses-list .item a:hover {
  color: #1d1d1d;
}
@media only screen and (max-width: 1023px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}
.my-account .addresses-list .buttons-set {
  border-top: 0;
}

.my-account .autocomplete-feedback,
.account-create .autocomplete-feedback {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  margin-top: 5px;
  margin-bottom: 12px;
}
.my-account .autocomplete-feedback:before,
.account-create .autocomplete-feedback:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px auto auto;
}

@media only screen and (min-width: 1240px) {
  .account-create .validation-advice {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .my-account .autocomplete-feedback,
  .account-create .autocomplete-feedback {
    position: absolute;
    top: 10px;
    left: 57%;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
  }
  .my-account .autocomplete-feedback:before,
  .account-create .autocomplete-feedback:before {
    display: none;
  }
}
.customer-address-form .main-container .main .my-account > *,
.customer-account-edit .main-container .main .my-account > *,
.sales-order-history .main-container .main .my-account > *,
.sales-order-view .main-container .main .my-account > *,
.enterprise-giftcardaccount-customer-index .main-container .main .my-account > * {
  margin: 0 auto;
}
.customer-address-form .main-container .main .my-account > *.page-title h1,
.customer-account-edit .main-container .main .my-account > *.page-title h1,
.sales-order-history .main-container .main .my-account > *.page-title h1,
.sales-order-view .main-container .main .my-account > *.page-title h1,
.enterprise-giftcardaccount-customer-index .main-container .main .my-account > *.page-title h1 {
  margin-bottom: 0;
}
.customer-address-form .main-container .main .my-account > *.page-title h3,
.customer-account-edit .main-container .main .my-account > *.page-title h3,
.sales-order-history .main-container .main .my-account > *.page-title h3,
.sales-order-view .main-container .main .my-account > *.page-title h3,
.enterprise-giftcardaccount-customer-index .main-container .main .my-account > *.page-title h3 {
  margin-bottom: 15px;
  text-align: left;
}

.customer-address-form .form-list .chosen-container {
  width: 100% !important;
}
.customer-address-form .form-list .chosen-container-single .chosen-single {
  background: #fff;
  border: 1px solid #cdcdcd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.customer-address-form .form-list .chosen-container-single .chosen-drop {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-top: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media only screen and (max-width: 799px) {
  .giftcardaccount .buttons-set button.button, .giftcardaccount .buttons-set .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper .giftcardaccount .buttons-set button.button2 {
    margin-bottom: 5px;
    float: left;
  }
}
/* ============================================ *
 * Order View
 * ============================================ */
.orders-grid {
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 20px;
}
.orders-grid .pager .limiter {
  line-height: 46px;
}
.orders-grid .pager .limiter label {
  line-height: 46px;
}
.orders-grid:after {
  content: '';
  display: table;
  clear: both;
}

.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

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

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box .box {
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "Lato", Arial, Helvetica;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-weight: 300;
}

.order-items {
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 20px;
}
.order-items h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}
#my-orders-table tfoot tr {
  background: transparent;
}
#my-orders-table tfoot tr td {
  border: 0;
}

.info-box {
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 20px;
}
.info-box .box-title {
  font-size: 18px;
  margin-bottom: 30px;
}

#my-returns-items-table tbody td[data-rwd-label] {
  background-color: #fff;
}

@media only screen and (min-width: 568px) {
  #my-returns-items-table tbody td {
    background-color: #fff;
  }
}
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 799px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table t
  tr.bundle {
    border-color: #EDEDED;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1600px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 1239px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 1023px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: "Lato", Arial, Helvetica;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 799px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
  body.customer-account .my-account .dashboard .col2-set .col-1,
  body.customer-account .my-account .dashboard .col2-set .col-2 {
    float: none;
    width: auto;
    margin: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button, body.customer-account .my-account .title-buttons .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper body.customer-account .my-account .title-buttons .button2 {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button, body.customer-account .my-account .title-buttons .cart-collaterals .block-content .button-wrapper .button2 + .button, .cart-collaterals .block-content .button-wrapper body.customer-account .my-account .title-buttons .button2 + .button, body.customer-account .my-account .title-buttons .cart-collaterals .block-content .button-wrapper .button + .button2, .cart-collaterals .block-content .button-wrapper body.customer-account .my-account .title-buttons .button + .button2, body.customer-account .my-account .title-buttons .cart-collaterals .block-content .button-wrapper .button2 + .button2, .cart-collaterals .block-content .button-wrapper body.customer-account .my-account .title-buttons .button2 + .button2 {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }
  .data-table.orders thead {
    display: none;
  }
  .data-table.orders .number,
  .data-table.orders .total,
  .data-table.orders .view {
    display: block;
    padding: 0 5px;
    padding-bottom: 0 !important;
    text-align: left !important;
  }
  .data-table.orders tr:last-child td:last-child,
  .data-table.orders tr:last-child td.last,
  .data-table.orders tr.last td:last-child,
  .data-table.orders tr.last td.last {
    border-bottom: 1px #eaeaea solid !important;
    padding-bottom: 5px !important;
  }
  .data-table#my-orders-table thead {
    display: none;
  }
  .data-table#my-orders-table tbody td[data-rwd-label] {
    padding-left: 5px;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Field sizes
 * ============================================ */
.name-full.val-failed .name-firstname .validation-advice {
  display: none;
}

@media only screen and (min-width: 1023px) {
  .my-account .wide.width-xxs .input-text,
  .my-account .field.width-xxs,
  .account-create .wide.width-xxs .input-text,
  .account-create .field.width-xxs {
    width: 10.85%;
    margin-left: 1.5%;
  }
  .my-account .wide.width-xxs .input-text:first-child,
  .my-account .field.width-xxs:first-child,
  .account-create .wide.width-xxs .input-text:first-child,
  .account-create .field.width-xxs:first-child {
    margin-left: 0;
  }
  .my-account .wide.width-s .chosen-container-single,
  .account-create .wide.width-s .chosen-container-single {
    width: 16% !important;
  }
  .my-account .wide.width-xs .input-text,
  .my-account .field.width-xs,
  .my-account .field.name-suffix,
  .account-create .wide.width-xs .input-text,
  .account-create .field.width-xs,
  .account-create .field.name-suffix {
    width: 18%;
  }
  .my-account .wide.width-xs .chosen-container-single,
  .account-create .wide.width-xs .chosen-container-single {
    width: 18% !important;
  }
  .my-account .wide.width-s .input-text,
  .my-account .field.width-s,
  .account-create .wide.width-s .input-text,
  .account-create .field.width-s {
    width: 23.2%;
  }
  .my-account .wide.width-s .chosen-container-single,
  .account-create .wide.width-s .chosen-container-single {
    width: 23.2% !important;
  }
  .my-account .wide.width-m .input-text,
  .my-account .field.width-m,
  .account-create .wide.width-m .input-text,
  .account-create .field.width-m {
    width: 34%;
  }
  .my-account .wide.width-m .chosen-container-single,
  .account-create .wide.width-m .chosen-container-single {
    width: 34% !important;
  }
  .my-account .form-list .fields.customername .name-firstname,
  .my-account .form-list .fields.customername .name-lastname,
  .my-account .wide.width-l .input-text,
  .my-account .field.width-l,
  .my-account .field.name-firstname,
  .my-account .field.name-lastname,
  .account-create .form-list .fields.customername .name-firstname,
  .account-create .form-list .fields.customername .name-lastname,
  .account-create .wide.width-l .input-text,
  .account-create .field.width-l,
  .account-create .field.name-firstname,
  .account-create .field.name-lastname {
    width: 39%;
  }
  .my-account .field-country,
  .account-create .field-country {
    margin-bottom: 15px;
  }
  .my-account .wide.width-l .chosen-container-single,
  .account-create .wide.width-l .chosen-container-single {
    width: 39% !important;
  }
  .my-account .wide.width-xl .input-text,
  .my-account .field.width-xl,
  .account-create .wide.width-xl .input-text,
  .account-create .field.width-xl {
    width: 57%;
  }
  .my-account .wide.width-xl .chosen-container-single,
  .account-create .wide.width-xl .chosen-container-single {
    width: 57% !important;
  }
  .my-account .address-housenumber .fields,
  .account-create .address-housenumber .fields {
    float: none;
    width: auto;
  }
  .my-account .field-country,
  .account-create .field-country {
    margin-bottom: 0;
  }
  .my-account .form-list .control label,
  .account-create .form-list .control label {
    line-height: 14px;
  }
  .my-account .form-list .control,
  .account-create .form-list .control {
    margin-left: 31.5%;
  }
  .my-account .form-list .input-box .input-text,
  .my-account .form-list .input-box textarea,
  .account-create .form-list .input-box .input-text,
  .account-create .form-list .input-box textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
.box-account.newsletter .form-list .control {
  margin-left: 0;
}
.box-account.newsletter .form-list .control label {
  line-height: 16px;
  padding-top: 7px !important;
}

body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .main {
  margin: 0 auto;
  padding: 60px 80px;
  max-width: 784px;
}
.contacts-index-index .main #contactForm {
  padding-left: 0;
}
.contacts-index-index .buttons-set {
  border-top: 0;
}
@media only screen and (max-width: 799px) {
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews .fieldset .form-list {
  margin: 10px 0;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews dl {
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  font-weight: 400;
}
#customer-reviews dl dd {
  margin: .5em 0 1.5em;
}
#customer-reviews dl dd .ratings-table {
  margin: .75em 0;
}
#customer-reviews dl dd .review-meta {
  font-size: 14px;
  font-style: italic;
}

.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
}
.review-summary-table thead th .rating-box {
  margin: 0 auto;
}
.review-summary-table tbody th {
  background: #FFFFFF;
}
.review-summary-table tbody td {
  text-align: center;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "\2605";
  display: inline-block;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table th {
  padding: 4px 10px 4px 0;
}

@media only screen and (max-width: 1023px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }

  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 22.4px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: transparent;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #303030;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent transparent transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent transparent;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
.my-wishlist > *,
.wishlist-index-share .main .my-account > * {
  max-width: 1000px;
  margin: 0 auto;
}

.my-wishlist .buttons-set {
  margin: 42px 0 0;
  padding: 22px 0 0;
}
.my-wishlist .buttons-set .btn-share {
  display: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  text-decoration: underline;
  color: #1d1d1d;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
  top: 20px !important;
}
@media only screen and (max-width: 479px) {
  .my-wishlist .buttons-set .btn-share {
    margin-bottom: 10px !important;
  }
}
.my-wishlist .buttons-set .btn-share:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px auto auto;
}
.my-wishlist .buttons-set .btn-share:hover {
  text-decoration: none;
}
@media only screen and (max-width: 799px) {
  .my-wishlist .buttons-set {
    text-align: left;
  }
  .my-wishlist .buttons-set .btn-add {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }
}

.my-wishlist .messages {
  margin-right: 0;
  margin-left: 0;
}
.my-wishlist .buttons-set2 {
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.my-wishlist .buttons-set2 .btn-add {
  display: none;
}
.my-wishlist .buttons-set2 .btn-share {
  display: block;
}

.wishlist-list.products-grid {
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.wishlist-list.products-grid .product-image {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.wishlist-list.products-grid > li.item {
  background-color: #fff;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  margin: 10px;
  position: relative;
  width: 100%;
}
.wishlist-list.products-grid > li.item:first-child {
  margin-top: 0;
}
.wishlist-list.products-grid > li.item .link-product {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 25px;
  flex-basis: 100%;
}
.wishlist-list.products-grid > li.item .product-name .product-list-name {
  font-size: 14px;
  word-break: break-word;
}
.wishlist-list.products-grid > li.item .product-cart {
  margin: auto 0 0;
}
.wishlist-list.products-grid > li.item .product-cart > *:first-child {
  font-size: 15px;
  margin-top: auto;
  margin-bottom: 0;
}
.wishlist-list.products-grid > li.item .product-info .price-stock-wrapper {
  margin-top: auto;
}
.wishlist-list.products-grid > li.item .btn-add {
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  width: 100%;
}
.wishlist-list.products-grid > li.item .alert-link {
  padding: 11px 5px;
}
.wishlist-list.products-grid > li.item .product-remove {
  background-color: #f7f7f7;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.wishlist-list.products-grid > li.item .product-remove .link-remove {
  content: '';
  display: block;
}
.wishlist-list.products-grid > li.item .product-remove .link-remove span {
  display: none;
}

@media only screen and (min-width: 479px) {
  .wishlist-list.products-grid > li.item {
    flex-basis: calc(50% - 20px);
  }
  .wishlist-list.products-grid > li.item:nth-child(2) {
    margin-top: 0;
  }
  .wishlist-list.products-grid > li.item .link-product {
    padding: 20px 20px 15px;
  }
}
@media only screen and (min-width: 799px) {
  .wishlist-list.products-grid .product-image {
    max-width: none;
  }
  .wishlist-list.products-grid > li.item {
    flex-basis: calc(33.3333% - 20px);
  }
  .wishlist-list.products-grid > li.item:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .wishlist-list.products-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wishlist-list.products-grid > li.item {
    flex-basis: calc(25% - 30px);
    margin: 15px;
  }
  .wishlist-list.products-grid > li.item:nth-child(4) {
    margin-top: 0;
  }
  .wishlist-list.products-grid > li.item .link-product:hover {
    border-bottom-color: transparent;
  }
}
/* ============================================ *
 * Youwe Guest Wishlist
 * ============================================ */
.guest-wishlist {
  background: #f7f7f7;
  padding: 40px 15px;
}
.guest-wishlist .wishlist-wrapper {
  max-width: 1000px;
  margin: 30px auto 30px auto;
}
.guest-wishlist .my-wishlist .page-title.title-buttons {
  position: relative;
}
.guest-wishlist .my-wishlist .page-title.title-buttons h1 {
  font-size: 25px;
  letter-spacing: 6px;
}
.guest-wishlist .my-wishlist .page-title.title-buttons .buttons-set2 .btn-share {
  position: absolute;
  right: 0;
}
.guest-wishlist .my-wishlist .buttons-set {
  margin: 0 auto;
  padding: 22px 0 0;
}

@media only screen and (max-width: 479px) {
  .guest-wishlist {
    margin-top: 40px;
  }
  .guest-wishlist .my-wishlist .page-title.title-buttons h1 {
    text-align: center;
    margin: 0 0 0.7em;
  }
  .guest-wishlist .my-wishlist .page-title.title-buttons .buttons-set2 {
    border: 0;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .guest-wishlist .my-wishlist .page-title.title-buttons .buttons-set2 .btn-share {
    position: static;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1239px) {
  .guest-wishlist {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1400px;
  }
  .guest-wishlist .wishlist-list.products-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1339px) {
  .guest-wishlist {
    padding-left: 4.33%;
    padding-right: 4.33%;
  }
}
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  color: #1d1d1d;
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
  background: #fff;
  border: 1px solid #eaeaea;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .minicart-wrapper table {
  width: 100%;
}
.header-minicart .minicart-wrapper table tfoot {
  width: 100%;
}
.header-minicart .minicart-wrapper table tfoot tr {
  width: 100%;
}
.header-minicart .minicart-wrapper.empty {
  padding-bottom: 20px;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #494949;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  border-collapse: collapse;
}
.header-minicart .mini-products-list td {
  padding: 10px;
  min-height: 120px;
  min-width: 120px;
  width: 10%;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
  position: relative;
}
.header-minicart .mini-products-list td.product-details {
  width: 70%;
  padding-right: 5px;
}
.header-minicart .mini-products-list td.product-qty {
  min-width: 50px;
  vertical-align: top;
  padding-left: 0;
  padding-top: 12px;
  text-align: right;
}
.header-minicart .mini-products-list td.last {
  min-width: 90px;
  width: 20%;
  padding-left: 0;
  padding-top: 12px;
  vertical-align: top;
}
.header-minicart .mini-products-list td .product-image {
  float: none;
  vertical-align: middle;
  width: 100px;
  height: 100px;
}
.header-minicart .mini-products-list td .info-wrapper {
  padding-right: 10px;
  text-align: right;
}
.header-minicart .mini-products-list td .spacer {
  display: inline-block;
}
.header-minicart .product-details {
  vertical-align: middle;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: 300;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-transform: none;
  vertical-align: middle;
}
.header-minicart .product-details .product-name .manufacturer {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}
.header-minicart .product-details .product-name a {
  color: #1d1d1d;
}
.header-minicart .info-wrapper {
  vertical-align: middle;
  text-align: left;
}
.header-minicart .info-wrapper .qty-wrapper {
  font-size: 14px;
  display: inline-block;
}
.header-minicart .info-wrapper .price {
  font-weight: 500;
  display: inline-block;
}
.header-minicart .block-content {
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
}
.header-minicart .block-content td {
  padding: 5px 10px;
  height: 46px;
  font-size: 14px;
  text-transform: uppercase;
}
.header-minicart .block-content td.last {
  padding-left: 0;
  text-align: right;
  width: 120px;
}
.header-minicart .block-content td.last > div {
  padding-right: 10px;
}
.header-minicart .subtotal {
  background-color: #f7f7f7;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  font-weight: 500;
  text-align: right;
  display: block;
}
.header-minicart .subtotal .price {
  color: #1d1d1d;
  text-align: right;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.header-minicart .minicart-actions {
  position: absolute;
  height: 46px;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 201;
  overflow: hidden;
  border-top: 1px solid #eaeaea;
  background-color: #fff;
}
.header-minicart .minicart-actions .checkout-button,
.header-minicart .minicart-actions .cart-link {
  line-height: 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: block;
  border: 0;
}
.header-minicart .minicart-actions .cart-link.button, .header-minicart .minicart-actions .cart-collaterals .block-content .button-wrapper .cart-link.button2, .cart-collaterals .block-content .button-wrapper .header-minicart .minicart-actions .cart-link.button2 {
  background-color: #fff;
  letter-spacing: 3px;
  color: #1d1d1d;
  padding: 15px 0;
}
.header-minicart .minicart-actions .no-checkout .cart-link.button, .header-minicart .minicart-actions .no-checkout .cart-collaterals .block-content .button-wrapper .cart-link.button2, .cart-collaterals .block-content .button-wrapper .header-minicart .minicart-actions .no-checkout .cart-link.button2 {
  border-right: 1px solid #eaeaea;
}
.header-minicart .minicart-actions .checkout-button {
  background-color: #ff8916;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  line-height: 16px;
  padding: 15px 0;
}
.header-minicart .minicart-actions .checkout-button:hover {
  background: #e27000;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  display: none;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: #ff7e16;
  display: none;
  background-color: #ffe6dc;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: #478244;
  display: none;
  background-color: #dae6da;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

@media only screen and (max-width: 479px) {
  .header-minicart .product-details .product-name {
    font-size: 14px;
  }
}
@media only screen and (max-width: 579px) {
  .header-minicart .mini-products-list td {
    padding: 16px 7px;
  }

  .header-minicart .mini-products-list td:first-child {
    min-width: 64px;
  }

  .header-minicart .mini-products-list td .product-image {
    width: 50px;
    height: 50px;
  }
}
.checkout-types.minicart {
  width: 100%;
  max-width: none;
}
.checkout-types.minicart li {
  width: 50%;
  float: left;
  vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
  .header-minicart .info-wrapper {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
}
.header-minicart .minicart-item {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 46px;
  /*  &:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 40px;
      left: 0;
      width: 100%;
      height: 30px;
      background-color: #fff;
      -webkit-box-shadow: 0 -5px 22px 15px #fff;
      box-shadow: 0 -5px 22px 15px #fff;
      z-index: 1;
    }*/
}

@media only screen and (min-height: 320px) {
  .header-minicart .minicart-item {
    max-height: 220px;
  }
}

@media only screen and (min-height: 375px) {
  .header-minicart .minicart-item {
    max-height: 310px;
  }
}

@media only screen and (min-height: 475px) {
  .header-minicart .minicart-item {
    max-height: 410px;
  }
}

@media only screen and (min-height: 700px) {
  .header-minicart .minicart-item {
    max-height: 510px;
  }
  .header-minicart .minicart-item:after {
    display: none;
  }
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.close-autocompletion {
  display: none;
}

#close-autocompletion {
  display: none;
  color: #ff8916;
  position: absolute;
  right: 10px;
  top: 0;
}
#close-autocompletion:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px auto auto;
}

.search-autocomplete {
  right: 0 !important;
  left: auto !important;
  overflow-y: scroll !important;
  overflow-x: visible !important;
  -webkit-overflow-scrolling: touch;
  top: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  background-color: #fff;
  padding-left: 0;
  width: 100%;
}
.search-autocomplete ul li {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  color: #1d1d1d;
  cursor: pointer;
  font-size: 12px;
  padding: 15px 40px 15px 15px;
  text-align: left;
  line-height: normal;
  overflow: hidden;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.search-autocomplete ul li:hover {
  color: #101010;
}
.search-autocomplete ul li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.search-autocomplete ul li:before {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.search-autocomplete ul li.selected {
  background-color: #f7f7f7;
  color: #1d1d1d;
}
.search-autocomplete ul li.header {
  padding-right: 15px;
  font-weight: 400;
  font-size: 14px;
  background-color: #f7f7f7;
}
.search-autocomplete ul li.header:before {
  display: none;
}
.search-autocomplete ul li.all-results {
  text-align: center;
  padding: 15px;
}
.search-autocomplete ul li.all-results:before {
  display: none;
}
.search-autocomplete ul li.all-results.selected {
  background-color: inherit;
}
.search-autocomplete ul li.all-results .button, .search-autocomplete ul li.all-results .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .search-autocomplete ul li.all-results .button2 {
  width: 100%;
  max-width: 350px;
}
.search-autocomplete ul li.suggestion {
  font-size: 16px;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: 400;
}
.search-autocomplete .suggestion {
  white-space: pre-wrap;
}
.search-autocomplete .last-product {
  border-bottom: 0px;
}
.search-autocomplete .product {
  min-height: 130px;
}
.search-autocomplete .product img {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
.search-autocomplete .product .info {
  overflow: hidden;
  padding-left: 115px;
  width: 100%;
}
.search-autocomplete .product .manufacturer {
  float: left;
  white-space: pre-wrap;
  font-weight: 400;
  padding-right: 80px;
  padding-bottom: 5px;
}
.search-autocomplete .product .product-name {
  clear: left;
  float: left;
  white-space: pre-wrap;
  padding-right: 80px;
}
.search-autocomplete .product .price-box .old-price {
  display: none;
}
.search-autocomplete .product .price-box .price {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  font-weight: 400;
}
.search-autocomplete .product .modelnumber {
  clear: left;
  float: left;
  width: 70%;
  margin-top: 5px;
}
.search-autocomplete .product .modelnumber span {
  float: left;
}

@media only screen and (min-width: 479px) {
  .search-autocomplete .product .info {
    margin-top: 8px;
  }
  .search-autocomplete .product .manufacturer {
    padding-bottom: 12px;
  }
  .search-autocomplete .product .modelnumber {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1123px) {
  .search-autocomplete {
    left: 0 !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1124px) {
  #search_mini_form_btn {
    display: block;
  }

  #close-autocompletion {
    display: none;
  }

  .search-autocomplete ul li:before {
    right: 20px;
  }
  .search-autocomplete ul li.all-results {
    text-align: right;
  }
  .search-autocomplete .product .price {
    right: 45px;
  }
  .search-autocomplete .product .info {
    padding-left: 125px;
  }
}
/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #1e1e1e;
  border: 1px solid #EDEDED;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #eaeaea;
  font-size: 48px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #eaeaea;
  color: #3399CC;
  font-size: 48px;
  font-weight: 600;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #eaeaea;
  font-size: 48px;
  font-weight: 400;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-home .page-title,
.cms-home .page-head,
.cms-page-view .page-title,
.cms-page-view .page-head,
.cms-no-route .page-title,
.cms-no-route .page-head,
.catalog-category-view .page-title,
.catalog-category-view .page-head,
.landingpages-landingpage-view .page-title,
.landingpages-landingpage-view .page-head {
  padding: 20px 20px 0;
}
.cms-home .page-title h1,
.cms-home .page-title h3,
.cms-home .page-head h1,
.cms-home .page-head h3,
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3,
.catalog-category-view .page-title h1,
.catalog-category-view .page-title h3,
.catalog-category-view .page-head h1,
.catalog-category-view .page-head h3,
.landingpages-landingpage-view .page-title h1,
.landingpages-landingpage-view .page-title h3,
.landingpages-landingpage-view .page-head h1,
.landingpages-landingpage-view .page-head h3 {
  border: none;
}
.cms-home .page-title.with-menu ul,
.cms-home .page-head.with-menu ul,
.cms-page-view .page-title.with-menu ul,
.cms-page-view .page-head.with-menu ul,
.cms-no-route .page-title.with-menu ul,
.cms-no-route .page-head.with-menu ul,
.catalog-category-view .page-title.with-menu ul,
.catalog-category-view .page-head.with-menu ul,
.landingpages-landingpage-view .page-title.with-menu ul,
.landingpages-landingpage-view .page-head.with-menu ul {
  display: none;
  list-style: none;
}
.cms-home .std img,
.cms-page-view .std img,
.cms-no-route .std img,
.catalog-category-view .std img,
.landingpages-landingpage-view .std img {
  max-width: 100%;
}
.cms-home .std p,
.cms-page-view .std p,
.cms-no-route .std p,
.catalog-category-view .std p,
.landingpages-landingpage-view .std p {
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 32px;
}
.cms-home .std p.error-msg,
.cms-page-view .std p.error-msg,
.cms-no-route .std p.error-msg,
.catalog-category-view .std p.error-msg,
.landingpages-landingpage-view .std p.error-msg {
  color: #e73b39;
  background-color: #fad8d7;
  padding: 17px 35px;
}
.cms-home .std p.notice-msg,
.cms-page-view .std p.notice-msg,
.cms-no-route .std p.notice-msg,
.catalog-category-view .std p.notice-msg,
.landingpages-landingpage-view .std p.notice-msg {
  color: #ff7e16;
  background-color: #ffe6dc;
  padding: 17px 35px;
}
.cms-home .std p.success-msg,
.cms-page-view .std p.success-msg,
.cms-no-route .std p.success-msg,
.catalog-category-view .std p.success-msg,
.landingpages-landingpage-view .std p.success-msg {
  color: #478244;
  background-color: #dae6da;
  padding: 17px 35px;
}
.cms-home .std dl.accordion,
.cms-page-view .std dl.accordion,
.cms-no-route .std dl.accordion,
.catalog-category-view .std dl.accordion,
.landingpages-landingpage-view .std dl.accordion {
  margin-left: 41px;
  margin-bottom: 1.5em;
}
.cms-home .std dl.accordion dt,
.cms-page-view .std dl.accordion dt,
.cms-no-route .std dl.accordion dt,
.catalog-category-view .std dl.accordion dt,
.landingpages-landingpage-view .std dl.accordion dt {
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.cms-home .std dl.accordion dt:first-child,
.cms-page-view .std dl.accordion dt:first-child,
.cms-no-route .std dl.accordion dt:first-child,
.catalog-category-view .std dl.accordion dt:first-child,
.landingpages-landingpage-view .std dl.accordion dt:first-child {
  margin-top: 0;
}
.cms-home .std dl.accordion dt > span,
.cms-page-view .std dl.accordion dt > span,
.cms-no-route .std dl.accordion dt > span,
.catalog-category-view .std dl.accordion dt > span,
.landingpages-landingpage-view .std dl.accordion dt > span {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: -41px;
  margin-top: -10px;
  border: 1px solid #1d1d1d;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
.cms-home .std dl.accordion dt > span:before,
.cms-page-view .std dl.accordion dt > span:before,
.cms-no-route .std dl.accordion dt > span:before,
.catalog-category-view .std dl.accordion dt > span:before,
.landingpages-landingpage-view .std dl.accordion dt > span:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #1d1d1d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5.5px;
  margin-left: -0.5px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
}
.cms-home .std dl.accordion dt > span:after,
.cms-page-view .std dl.accordion dt > span:after,
.cms-no-route .std dl.accordion dt > span:after,
.catalog-category-view .std dl.accordion dt > span:after,
.landingpages-landingpage-view .std dl.accordion dt > span:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #1d1d1d;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5px;
  margin-left: -5.5px;
}
.cms-home .std dl.accordion dt.active > span:before,
.cms-page-view .std dl.accordion dt.active > span:before,
.cms-no-route .std dl.accordion dt.active > span:before,
.catalog-category-view .std dl.accordion dt.active > span:before,
.landingpages-landingpage-view .std dl.accordion dt.active > span:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cms-home .std dl.accordion dd,
.cms-page-view .std dl.accordion dd,
.cms-no-route .std dl.accordion dd,
.catalog-category-view .std dl.accordion dd,
.landingpages-landingpage-view .std dl.accordion dd {
  display: none;
  margin-bottom: 1.5em;
}
.cms-home .std big,
.cms-page-view .std big,
.cms-no-route .std big,
.catalog-category-view .std big,
.landingpages-landingpage-view .std big {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 2px;
}
.cms-home .std small,
.cms-page-view .std small,
.cms-no-route .std small,
.catalog-category-view .std small,
.landingpages-landingpage-view .std small {
  font-size: 14px;
  line-height: 20px;
}
.cms-home .std li,
.cms-page-view .std li,
.cms-no-route .std li,
.catalog-category-view .std li,
.landingpages-landingpage-view .std li {
  color: #1d1d1d;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.cms-home .std table,
.cms-page-view .std table,
.cms-no-route .std table,
.catalog-category-view .std table,
.landingpages-landingpage-view .std table {
  empty-cells: show;
  border-collapse: collapse;
  margin: 0 0 1.5em;
}
.cms-home .std table thead th,
.cms-home .std table thead td,
.cms-page-view .std table thead th,
.cms-page-view .std table thead td,
.cms-no-route .std table thead th,
.cms-no-route .std table thead td,
.catalog-category-view .std table thead th,
.catalog-category-view .std table thead td,
.landingpages-landingpage-view .std table thead th,
.landingpages-landingpage-view .std table thead td {
  font-weight: 400;
  border-bottom-width: 2px;
  padding: 10px;
}
.cms-home .std table th,
.cms-home .std table td,
.cms-page-view .std table th,
.cms-page-view .std table td,
.cms-no-route .std table th,
.cms-no-route .std table td,
.catalog-category-view .std table th,
.catalog-category-view .std table td,
.landingpages-landingpage-view .std table th,
.landingpages-landingpage-view .std table td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #eaeaea;
}
.cms-home .std span[class^='icon-'],
.cms-page-view .std span[class^='icon-'],
.cms-no-route .std span[class^='icon-'],
.catalog-category-view .std span[class^='icon-'],
.landingpages-landingpage-view .std span[class^='icon-'] {
  display: inline-block;
}
.cms-home .std .content,
.cms-page-view .std .content,
.cms-no-route .std .content,
.catalog-category-view .std .content,
.landingpages-landingpage-view .std .content {
  padding: 30px 15px;
}
.cms-home .std .content.gray-primary,
.cms-page-view .std .content.gray-primary,
.cms-no-route .std .content.gray-primary,
.catalog-category-view .std .content.gray-primary,
.landingpages-landingpage-view .std .content.gray-primary {
  background-color: #f9f9f9;
}
.cms-home .std .content.gray-secondary,
.cms-page-view .std .content.gray-secondary,
.cms-no-route .std .content.gray-secondary,
.catalog-category-view .std .content.gray-secondary,
.landingpages-landingpage-view .std .content.gray-secondary {
  background-color: #eaeaea;
}
.cms-home .std .content.gray-tertiary,
.cms-page-view .std .content.gray-tertiary,
.cms-no-route .std .content.gray-tertiary,
.catalog-category-view .std .content.gray-tertiary,
.landingpages-landingpage-view .std .content.gray-tertiary {
  background-color: #cdcdcd;
}
.cms-home .std .content.gray-quaternary,
.cms-page-view .std .content.gray-quaternary,
.cms-no-route .std .content.gray-quaternary,
.catalog-category-view .std .content.gray-quaternary,
.landingpages-landingpage-view .std .content.gray-quaternary {
  background-color: #1d1d1d;
}
.cms-home .std .content.theme1-primary,
.cms-page-view .std .content.theme1-primary,
.cms-no-route .std .content.theme1-primary,
.catalog-category-view .std .content.theme1-primary,
.landingpages-landingpage-view .std .content.theme1-primary {
  background-color: #fff3ea;
}
.cms-home .std .content.theme1-secondary,
.cms-page-view .std .content.theme1-secondary,
.cms-no-route .std .content.theme1-secondary,
.catalog-category-view .std .content.theme1-secondary,
.landingpages-landingpage-view .std .content.theme1-secondary {
  background-color: #e7eff0;
}
.cms-home .std .content.theme1-tertiary,
.cms-page-view .std .content.theme1-tertiary,
.cms-no-route .std .content.theme1-tertiary,
.catalog-category-view .std .content.theme1-tertiary,
.landingpages-landingpage-view .std .content.theme1-tertiary {
  background-color: #f3efe4;
}
.cms-home .std .content.theme1-quaternary,
.cms-page-view .std .content.theme1-quaternary,
.cms-no-route .std .content.theme1-quaternary,
.catalog-category-view .std .content.theme1-quaternary,
.landingpages-landingpage-view .std .content.theme1-quaternary {
  background-color: #fff9eb;
}
.cms-home .std .content.theme1-quinary,
.cms-page-view .std .content.theme1-quinary,
.cms-no-route .std .content.theme1-quinary,
.catalog-category-view .std .content.theme1-quinary,
.landingpages-landingpage-view .std .content.theme1-quinary {
  background-color: #efedf1;
}
.cms-home .std .content.theme2-primary,
.cms-page-view .std .content.theme2-primary,
.cms-no-route .std .content.theme2-primary,
.catalog-category-view .std .content.theme2-primary,
.landingpages-landingpage-view .std .content.theme2-primary {
  background-color: #cacdce;
}
.cms-home .std .content.theme2-secondary,
.cms-page-view .std .content.theme2-secondary,
.cms-no-route .std .content.theme2-secondary,
.catalog-category-view .std .content.theme2-secondary,
.landingpages-landingpage-view .std .content.theme2-secondary {
  background-color: #e8cebf;
}
.cms-home .std .content.theme2-tertiary,
.cms-page-view .std .content.theme2-tertiary,
.cms-no-route .std .content.theme2-tertiary,
.catalog-category-view .std .content.theme2-tertiary,
.landingpages-landingpage-view .std .content.theme2-tertiary {
  background-color: #ebe1e0;
}
.cms-home .std .content.theme2-quaternary,
.cms-page-view .std .content.theme2-quaternary,
.cms-no-route .std .content.theme2-quaternary,
.catalog-category-view .std .content.theme2-quaternary,
.landingpages-landingpage-view .std .content.theme2-quaternary {
  background-color: #ede2d9;
}
.cms-home .std .content.theme2-quinary,
.cms-page-view .std .content.theme2-quinary,
.cms-no-route .std .content.theme2-quinary,
.catalog-category-view .std .content.theme2-quinary,
.landingpages-landingpage-view .std .content.theme2-quinary {
  background-color: #e4e3dd;
}
.cms-home .std .content a:not(.button),
.cms-page-view .std .content a:not(.button),
.cms-no-route .std .content a:not(.button),
.catalog-category-view .std .content a:not(.button),
.landingpages-landingpage-view .std .content a:not(.button) {
  text-decoration: underline;
}
.cms-home .std .content a:not(.button):hover,
.cms-page-view .std .content a:not(.button):hover,
.cms-no-route .std .content a:not(.button):hover,
.catalog-category-view .std .content a:not(.button):hover,
.landingpages-landingpage-view .std .content a:not(.button):hover {
  text-decoration: none;
}
.cms-home .col-left:after,
.cms-page-view .col-left:after,
.cms-no-route .col-left:after,
.catalog-category-view .col-left:after,
.landingpages-landingpage-view .col-left:after {
  content: '';
  display: table;
  clear: both;
}

span.icon-shop {
  display: inline-block;
}

.landingpages-landingpage-view .page-title,
.landingpages-landingpage-view .page-head,
.catalog-category-view .page-title,
.catalog-category-view .page-head {
  padding: 20px 15px 10px;
}
.landingpages-landingpage-view .page-title h1,
.landingpages-landingpage-view .page-head h1,
.catalog-category-view .page-title h1,
.catalog-category-view .page-head h1 {
  font-size: 22px;
  letter-spacing: 6px;
}

@media only screen and (max-width: 400px) {
  .table-wrapper.has-scroll {
    position: relative;
    overflow: hidden;
    margin: 0 0 8px;
  }
  .table-wrapper.has-scroll > .table-wrapper-content {
    overflow-x: auto;
  }
  .table-wrapper.has-scroll > .table-wrapper-content > table {
    margin: 0;
  }
  .table-wrapper.has-scroll > .table-wrapper-content::-webkit-scrollbar {
    height: 12px;
  }
  .table-wrapper.has-scroll > .table-wrapper-content::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    background: #f0f0f0;
  }
  .table-wrapper.has-scroll > .table-wrapper-content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc;
  }
}
@media only screen and (min-width: 479px) {
  .cms-home .std .content,
  .cms-page-view .std .content,
  .cms-no-route .std .content,
  .landingpages-landingpage-view .std .content,
  .catalog-category-view .std .content {
    padding: 6% 17.125%;
  }
  .cms-home .std h4,
  .cms-page-view .std h4,
  .cms-no-route .std h4,
  .landingpages-landingpage-view .std h4,
  .catalog-category-view .std h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .cms-home .std .widget .widget-title h2,
  .cms-page-view .std .widget .widget-title h2,
  .cms-no-route .std .widget .widget-title h2,
  .landingpages-landingpage-view .std .widget .widget-title h2,
  .catalog-category-view .std .widget .widget-title h2 {
    font-size: 25px;
  }
  .cms-home .std .widget p,
  .cms-page-view .std .widget p,
  .cms-no-route .std .widget p,
  .landingpages-landingpage-view .std .widget p,
  .catalog-category-view .std .widget p {
    line-height: 24px;
  }
}
@media only screen and (min-width: 1023px) {
  .landingpages-landingpage-view .page-title,
  .landingpages-landingpage-view .page-head,
  .catalog-category-view .page-title,
  .catalog-category-view .page-head {
    padding: 17px 15px;
  }
  .landingpages-landingpage-view .col-main .toolbar-top,
  .catalog-category-view .col-main .toolbar-top {
    float: right;
    padding: 0 14px;
  }
  .landingpages-landingpage-view .col-main .toolbar-top .chosen-container,
  .landingpages-landingpage-view .col-main .toolbar-bottom .chosen-container,
  .catalog-category-view .col-main .toolbar-top .chosen-container,
  .catalog-category-view .col-main .toolbar-bottom .chosen-container {
    margin-top: -1.5px;
  }

  .cms-home .page-title.with-menu,
  .cms-home .page-head.with-menu,
  .cms-page-view .page-title.with-menu,
  .cms-page-view .page-head.with-menu,
  .cms-no-route .page-title.with-menu,
  .cms-no-route .page-head.with-menu,
  .catalog-category-view .page-title.with-menu,
  .catalog-category-view .page-head.with-menu,
  .landingpages-landingpage-view .page-title.with-menu,
  .landingpages-landingpage-view .page-head.with-menu {
    text-align: center;
    padding: 40px 40px 10px;
    overflow: hidden;
  }
  .cms-home .page-title.with-menu h1,
  .cms-home .page-head.with-menu h1,
  .cms-page-view .page-title.with-menu h1,
  .cms-page-view .page-head.with-menu h1,
  .cms-no-route .page-title.with-menu h1,
  .cms-no-route .page-head.with-menu h1,
  .catalog-category-view .page-title.with-menu h1,
  .catalog-category-view .page-head.with-menu h1,
  .landingpages-landingpage-view .page-title.with-menu h1,
  .landingpages-landingpage-view .page-head.with-menu h1 {
    padding: 0;
    float: left;
  }
  .cms-home .page-title.with-menu a,
  .cms-home .page-head.with-menu a,
  .cms-page-view .page-title.with-menu a,
  .cms-page-view .page-head.with-menu a,
  .cms-no-route .page-title.with-menu a,
  .cms-no-route .page-head.with-menu a,
  .catalog-category-view .page-title.with-menu a,
  .catalog-category-view .page-head.with-menu a,
  .landingpages-landingpage-view .page-title.with-menu a,
  .landingpages-landingpage-view .page-head.with-menu a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    text-decoration: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .cms-home .page-title.with-menu a:hover,
  .cms-home .page-head.with-menu a:hover,
  .cms-page-view .page-title.with-menu a:hover,
  .cms-page-view .page-head.with-menu a:hover,
  .cms-no-route .page-title.with-menu a:hover,
  .cms-no-route .page-head.with-menu a:hover,
  .catalog-category-view .page-title.with-menu a:hover,
  .catalog-category-view .page-head.with-menu a:hover,
  .landingpages-landingpage-view .page-title.with-menu a:hover,
  .landingpages-landingpage-view .page-head.with-menu a:hover {
    color: #1d1d1d;
  }
  .cms-home .page-title.with-menu a.active,
  .cms-home .page-head.with-menu a.active,
  .cms-page-view .page-title.with-menu a.active,
  .cms-page-view .page-head.with-menu a.active,
  .cms-no-route .page-title.with-menu a.active,
  .cms-no-route .page-head.with-menu a.active,
  .catalog-category-view .page-title.with-menu a.active,
  .catalog-category-view .page-head.with-menu a.active,
  .landingpages-landingpage-view .page-title.with-menu a.active,
  .landingpages-landingpage-view .page-head.with-menu a.active {
    color: #1d1d1d;
  }
  .cms-home .page-title.with-menu ul,
  .cms-home .page-head.with-menu ul,
  .cms-page-view .page-title.with-menu ul,
  .cms-page-view .page-head.with-menu ul,
  .cms-no-route .page-title.with-menu ul,
  .cms-no-route .page-head.with-menu ul,
  .catalog-category-view .page-title.with-menu ul,
  .catalog-category-view .page-head.with-menu ul,
  .landingpages-landingpage-view .page-title.with-menu ul,
  .landingpages-landingpage-view .page-head.with-menu ul {
    display: inline-block;
    margin: 16px auto auto;
  }
  .cms-home .page-title.with-menu ul li,
  .cms-home .page-head.with-menu ul li,
  .cms-page-view .page-title.with-menu ul li,
  .cms-page-view .page-head.with-menu ul li,
  .cms-no-route .page-title.with-menu ul li,
  .cms-no-route .page-head.with-menu ul li,
  .catalog-category-view .page-title.with-menu ul li,
  .catalog-category-view .page-head.with-menu ul li,
  .landingpages-landingpage-view .page-title.with-menu ul li,
  .landingpages-landingpage-view .page-head.with-menu ul li {
    float: left;
    margin: auto 15px;
  }
}
@media only screen and (min-width: 1239px) {
  .landingpages-landingpage-view .col-main .toolbar-top,
  .catalog-category-view .col-main .toolbar-top {
    padding: 0 0 14px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 15px;
    float: none;
  }

  .cms-home .page-title.with-menu,
  .cms-home .page-head.with-menu,
  .cms-page-view .page-title.with-menu,
  .cms-page-view .page-head.with-menu,
  .cms-no-route .page-title.with-menu,
  .cms-no-route .page-head.with-menu,
  .catalog-category-view .page-title.with-menu,
  .catalog-category-view .page-head.with-menu,
  .landingpages-landingpage-view .page-title.with-menu,
  .landingpages-landingpage-view .page-head.with-menu {
    text-align: left;
  }
  .cms-home .page-title.with-menu ul,
  .cms-home .page-head.with-menu ul,
  .cms-page-view .page-title.with-menu ul,
  .cms-page-view .page-head.with-menu ul,
  .cms-no-route .page-title.with-menu ul,
  .cms-no-route .page-head.with-menu ul,
  .catalog-category-view .page-title.with-menu ul,
  .catalog-category-view .page-head.with-menu ul,
  .landingpages-landingpage-view .page-title.with-menu ul,
  .landingpages-landingpage-view .page-head.with-menu ul {
    float: right;
  }
  .cms-home .page-title.with-menu ul li:last-child,
  .cms-home .page-head.with-menu ul li:last-child,
  .cms-page-view .page-title.with-menu ul li:last-child,
  .cms-page-view .page-head.with-menu ul li:last-child,
  .cms-no-route .page-title.with-menu ul li:last-child,
  .cms-no-route .page-head.with-menu ul li:last-child,
  .catalog-category-view .page-title.with-menu ul li:last-child,
  .catalog-category-view .page-head.with-menu ul li:last-child,
  .landingpages-landingpage-view .page-title.with-menu ul li:last-child,
  .landingpages-landingpage-view .page-head.with-menu ul li:last-child {
    margin-right: 0;
  }
}
.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages,
.landingpages-landingpage-view .std .messages,
.catalog-category-view .std .messages {
  margin-bottom: 10px;
  padding-left: 0;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul,
.landingpages-landingpage-view .std .messages ul,
.catalog-category-view .std .messages ul {
  margin-bottom: 0;
  padding-left: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li,
.landingpages-landingpage-view .std .messages li,
.catalog-category-view .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.cms-home .page-title {
  display: none;
}

.cms-team .team-list {
  padding: 40px;
  list-style: none;
  margin: 0;
}
.cms-team .team-list > li.item {
  border-bottom: 1px solid #EDEDED;
  float: left;
  clear: none;
  width: 31.33333%;
  margin-left: 3%;
  padding-left: 0;
}
.cms-team .team-list > li.item:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
@media only screen and (max-width: 799px) {
  .cms-team .team-list > li.item {
    width: 48%;
    margin-left: 4%;
  }
  .cms-team .team-list > li.item:first-child, .cms-team .team-list > li.item:nth-child(odd) {
    clear: left !important;
    margin-left: 0 !important;
  }
  .cms-team .team-list > li.item:nth-child(3n+1) {
    clear: none;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 479px) {
  .cms-team .team-list > li.item {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.cms-team .team-list > li.item > div {
  display: block;
  padding: 40px;
  border-bottom: 3px solid transparent;
  -moz-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.cms-team .team-list > li.item > div:hover {
  border-bottom-color: #1d1d1d;
  text-decoration: none;
}
.cms-team .team-list > li.item .team-image {
  padding: 20px 30px;
}
.cms-team .team-list > li.item .team-name {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 16px;
  display: block;
  text-align: center;
}
.cms-team .team-list > li.item .team-job {
  display: block;
  letter-spacing: 3px;
  text-align: center;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  position: relative;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #1d1d1d;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  margin: 0;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  #contactForm {
    padding-left: 0;
  }
}
.cms-klantenservice .customerservice-links {
  margin: 1.5em 6%;
}
.cms-klantenservice .customerservice-links strong {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 2em;
}
.cms-klantenservice .customerservice-links ul {
  list-style: none;
  padding-left: 0;
}
.cms-klantenservice .customerservice-links ul li {
  margin-left: 0;
  padding-left: 0;
  font-style: normal;
  line-height: 2em;
}

.customerservice-platforms {
  border-bottom: 1px solid #eaeaea;
}
.customerservice-platforms .col-1,
.customerservice-platforms .col-2,
.customerservice-platforms .col-3,
.customerservice-platforms .col-4 {
  padding: 0;
}
.customerservice-platforms .col-1 > a,
.customerservice-platforms .col-2 > a,
.customerservice-platforms .col-3 > a,
.customerservice-platforms .col-4 > a {
  cursor: default;
  display: block;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.customerservice-platforms .col-1 > a:hover,
.customerservice-platforms .col-2 > a:hover,
.customerservice-platforms .col-3 > a:hover,
.customerservice-platforms .col-4 > a:hover {
  text-decoration: none;
}
.customerservice-platforms .col2-set .col-1,
.customerservice-platforms .col3-set .col-1,
.customerservice-platforms .col3-set .col-2,
.customerservice-platforms .col4-set .col-1,
.customerservice-platforms .col4-set .col-2,
.customerservice-platforms .col4-set .col-3 {
  border-bottom: 1px solid #eaeaea;
}
.customerservice-platforms .platform {
  border-left: 1px solid #eaeaea;
  text-align: center;
  padding: 20px 15px 15px;
  position: relative;
}
.customerservice-platforms .platform:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
}
.customerservice-platforms .platform:first-child {
  border-left: 0;
  border-top: 1px solid #eaeaea;
}
.customerservice-platforms .platform .title {
  display: block;
  text-align: left;
  color: #1d1d1d;
  padding-left: 60px;
}
.customerservice-platforms .platform .title strong {
  display: block;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
}
.customerservice-platforms .platform .description {
  display: block;
  text-align: center;
  margin: 10px auto 0;
}
.customerservice-platforms .platform .icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font: 0/0 a;
  line-height: 0;
}
.customerservice-platforms .platform .icon:before {
  content: "";
  display: block;
  position: static;
  margin-left: auto;
  margin-right: auto;
}
.customerservice-platforms .platform.whatsapp .icon {
  padding-bottom: 1.5px;
  padding-top: 1.5px;
}
.customerservice-platforms .platform.twitter .icon {
  padding-bottom: 3.5px;
  padding-top: 3.5px;
}
.customerservice-platforms .platform.email .icon {
  padding-bottom: 4.5px;
  padding-top: 4.5px;
}

@media only screen and (min-width: 799px) {
  .customerservice-platforms .col-1 > a,
  .customerservice-platforms .col-2 > a,
  .customerservice-platforms .col-3 > a,
  .customerservice-platforms .col-4 > a {
    cursor: pointer;
    text-align: center;
    position: static;
    padding: 20px 35px 17px 35px;
    border-bottom: 3px solid transparent;
    -moz-transition: background-color 0.2s linear, border 0.2s linear;
    -o-transition: background-color 0.2s linear, border 0.2s linear;
    -webkit-transition: background-color 0.2s linear, border 0.2s linear;
    transition: background-color 0.2s linear, border 0.2s linear;
  }
  .customerservice-platforms .col-1 > a:hover,
  .customerservice-platforms .col-2 > a:hover,
  .customerservice-platforms .col-3 > a:hover,
  .customerservice-platforms .col-4 > a:hover {
    border-bottom-color: #1d1d1d;
    background-color: #f7f7f7;
  }
  .customerservice-platforms .col-1 > a > span,
  .customerservice-platforms .col-2 > a > span,
  .customerservice-platforms .col-3 > a > span,
  .customerservice-platforms .col-4 > a > span {
    display: block;
  }
  .customerservice-platforms .col4-set .col-3 {
    border-bottom: 0;
  }
  .customerservice-platforms .platform {
    padding: 0;
    position: static;
  }
  .customerservice-platforms .platform:first-child {
    border-top: 0;
  }
  .customerservice-platforms .platform:before {
    display: none;
  }
  .customerservice-platforms .platform .title {
    display: inline-block;
    text-align: center;
    padding-left: 0;
  }
  .customerservice-platforms .platform .title strong {
    display: block;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  .customerservice-platforms .platform .description {
    text-align: center;
    margin: 20px auto;
    max-width: 190px;
  }
  .customerservice-platforms .platform .icon {
    position: static;
    top: auto;
    display: block;
    margin: auto auto 10px;
  }
  .customerservice-platforms .platform.whatsapp .icon, .customerservice-platforms .platform.twitter .icon, .customerservice-platforms .platform.facebook .icon {
    left: auto;
  }
}
@media only screen and (min-width: 1239px) {
  .customerservice-platforms .col2-set .col-1,
  .customerservice-platforms .col3-set .col-1,
  .customerservice-platforms .col3-set .col-2,
  .customerservice-platforms .col4-set .col-1,
  .customerservice-platforms .col4-set .col-2,
  .customerservice-platforms .col4-set .col-3 {
    border-bottom: 0;
  }
}
/* ============================================ *
 * Checkout static blocks
 * ============================================ */
#block-checkout_header_usps {
  display: none;
  margin-bottom: 0;
  padding: 6px 15px 12px;
  border-bottom: 1px solid #eaeaea;
}
#block-checkout_header_usps .block-content {
  overflow: hidden;
}
#block-checkout_header_usps .call-us {
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
}
#block-checkout_header_usps .chat-us-custom {
  color: #8cb900;
  display: inline-block;
  margin-right: 35px;
  text-decoration: none;
}
#block-checkout_header_usps .chat-us-custom:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  height: 7px;
  width: 7px;
  background-color: #8cb900;
  margin: -2px 5px auto auto;
}
#block-checkout_header_usps .chat-us-closed-custom {
  color: #f60303;
  display: inline-block;
  margin-right: 35px;
  text-decoration: none;
}
#block-checkout_header_usps .chat-us-closed-custom:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  height: 7px;
  width: 7px;
  background-color: #f60303;
  margin: -2px 5px auto auto;
}
#block-checkout_header_usps .col-1,
#block-checkout_header_usps .col-2 {
  padding: 0;
  text-align: center;
}
#block-checkout_header_usps p {
  margin-top: 13px;
}
#block-checkout_header_usps a {
  text-decoration: underline;
}
#block-checkout_header_usps a:hover {
  text-decoration: none;
}
#block-checkout_header_usps li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 22px;
  height: 22px;
  color: transparent;
  margin: 7px auto auto 23px;
}
#block-checkout_header_usps li a {
  color: transparent;
  text-decoration: none;
}

@media only screen and (min-width: 799px) {
  #block-checkout_header_usps {
    display: block;
  }
}
@media only screen and (min-width: 479px) {
  #block-checkout_header_usps .col2-set .col-1 {
    width: 70%;
    text-align: left;
  }
  #block-checkout_header_usps .col2-set .col-2 {
    width: 30%;
    text-align: right;
  }
}
@media only screen and (min-width: 1023px) {
  #block-checkout_header_usps {
    padding: 6px 30px 12px 34px;
  }
}
#block-checkout_footer_mobile {
  display: none;
  margin: 0;
}
#block-checkout_footer_mobile .message-open-container {
  background: #fff;
  padding: 10px 20px 15px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  font-size: 14px;
  color: #1d1d1d;
}
#block-checkout_footer_mobile h2 {
  font-size: 14px;
  margin-bottom: 2px;
}
#block-checkout_footer_mobile a.button, #block-checkout_footer_mobile .cart-collaterals .block-content .button-wrapper a.button2, .cart-collaterals .block-content .button-wrapper #block-checkout_footer_mobile a.button2 {
  max-width: 350px;
  padding: 12px 10px;
  font-size: 16px;
  width: auto;
  display: block;
  margin: 0 auto 10px;
}
#block-checkout_footer_mobile a.orange {
  border: 1px solid transparent;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 799px) {
  .checkout-cart-index #block-checkout_footer_mobile,
  .checkout-cart-index-empty #block-checkout_footer_mobile,
  .checkout-onepage-index #block-checkout_footer_mobile,
  .checkout-onepage-success #block-checkout_footer_mobile {
    display: block;
  }
}
/* ============================================ *
 * Other CMS theming
 * ============================================ */
@media only screen and (max-width: 479px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 479px) {
  .hide-desktop {
    display: none !important;
  }
}
.c-649243 {
  color: #649243;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #b3927f;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 1239px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 1023px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button2 {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button, .billing-agreements .info-box .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .billing-agreements .info-box .button2 {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button, .billing-agreements .info-box .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .billing-agreements .info-box .button2 {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 1239px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget .pager {
  float: none;
  width: 100%;
}

.widget .button, .widget .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .widget .button2 {
  font-size: 16px;
}

@media only screen and (min-width: 1023px) {
  .widget .button, .widget .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .widget .button2 {
    min-width: 210px;
  }
}
@media only screen and (min-width: 1600px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Add flex to grid */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Add flex to grid */
    /* Set column config */
  }
}
@media only screen and (min-width: 1600px) and (max-width: 479px) {
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-4-col,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-4-col,
  .col3-layout .col-main .widget .products-grid.products-grid--max-4-col {
    border-top: 1px solid #eaeaea;
  }
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item,
  .col3-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item {
    width: 50%;
  }
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item:not(.item-promo),
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item:not(.item-promo),
  .col3-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item:not(.item-promo) {
    padding: 15px;
  }
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.item-promo > a,
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.item-promo > div,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.item-promo > a,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.item-promo > div,
  .col3-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.item-promo > a,
  .col3-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.item-promo > div {
    padding: 15px;
  }
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.even,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.even,
  .col3-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.even {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 799px) {
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item .product-info .product-name,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item .product-info .product-name,
  .col3-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item .product-info .product-name {
    word-break: break-word;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .col2-left-layout .col-main .widget .products-grid--max-4-col,
  .col2-right-layout .col-main .widget .products-grid--max-4-col,
  .col3-layout .col-main .widget .products-grid--max-4-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col .product-info,
  .col2-right-layout .col-main .widget .products-grid--max-4-col .product-info,
  .col3-layout .col-main .widget .products-grid--max-4-col .product-info {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col .product-info > span,
  .col2-right-layout .col-main .widget .products-grid--max-4-col .product-info > span,
  .col3-layout .col-main .widget .products-grid--max-4-col .product-info > span {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col .price-stock-wrapper,
  .col2-left-layout .col-main .widget .products-grid--max-4-col .price-info,
  .col2-right-layout .col-main .widget .products-grid--max-4-col .price-stock-wrapper,
  .col2-right-layout .col-main .widget .products-grid--max-4-col .price-info,
  .col3-layout .col-main .widget .products-grid--max-4-col .price-stock-wrapper,
  .col3-layout .col-main .widget .products-grid--max-4-col .price-info {
    margin-top: auto;
    display: block;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li.item,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li.item,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li.item > .link-product,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li.item > .link-product,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li.item > .link-product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li.item,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li.item,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li.item {
    width: 25%;
    counter-increment: number;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 479px) {
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-5-col,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-5-col,
  .col3-layout .col-main .widget .products-grid.products-grid--max-5-col {
    border-top: 1px solid #eaeaea;
  }
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item,
  .col3-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item {
    width: 50%;
  }
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item:not(.item-promo),
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item:not(.item-promo),
  .col3-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item:not(.item-promo) {
    padding: 15px;
  }
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.item-promo > a,
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.item-promo > div,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.item-promo > a,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.item-promo > div,
  .col3-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.item-promo > a,
  .col3-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.item-promo > div {
    padding: 15px;
  }
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.even,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.even,
  .col3-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.even {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 799px) {
  .col2-left-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item .product-info .product-name,
  .col2-right-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item .product-info .product-name,
  .col3-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item .product-info .product-name {
    word-break: break-word;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .col2-left-layout .col-main .widget .products-grid--max-5-col,
  .col2-right-layout .col-main .widget .products-grid--max-5-col,
  .col3-layout .col-main .widget .products-grid--max-5-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col .product-info,
  .col2-right-layout .col-main .widget .products-grid--max-5-col .product-info,
  .col3-layout .col-main .widget .products-grid--max-5-col .product-info {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col .product-info > span,
  .col2-right-layout .col-main .widget .products-grid--max-5-col .product-info > span,
  .col3-layout .col-main .widget .products-grid--max-5-col .product-info > span {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col .price-stock-wrapper,
  .col2-left-layout .col-main .widget .products-grid--max-5-col .price-info,
  .col2-right-layout .col-main .widget .products-grid--max-5-col .price-stock-wrapper,
  .col2-right-layout .col-main .widget .products-grid--max-5-col .price-info,
  .col3-layout .col-main .widget .products-grid--max-5-col .price-stock-wrapper,
  .col3-layout .col-main .widget .products-grid--max-5-col .price-info {
    margin-top: auto;
    display: block;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li.item,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li.item,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li.item > .link-product,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li.item > .link-product,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li.item > .link-product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li.item,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li.item,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li.item {
    width: 20%;
    counter-increment: number;
  }
}
@media only screen and (min-width: 1023px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Add flex to grid */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Add flex to grid */
    /* Set column config */
  }
}
@media only screen and (min-width: 1023px) and (max-width: 479px) {
  .col1-layout .col-main .widget .products-grid.products-grid--max-4-col {
    border-top: 1px solid #eaeaea;
  }
  .col1-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item {
    width: 50%;
  }
  .col1-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item:not(.item-promo) {
    padding: 15px;
  }
  .col1-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.item-promo > a,
  .col1-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.item-promo > div {
    padding: 15px;
  }
  .col1-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item.even {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 799px) {
  .col1-layout .col-main .widget .products-grid.products-grid--max-4-col > li.item .product-info .product-name {
    word-break: break-word;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1023px) {
  .col1-layout .col-main .widget .products-grid--max-4-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col .product-info {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col .product-info > span {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col .price-stock-wrapper,
  .col1-layout .col-main .widget .products-grid--max-4-col .price-info {
    margin-top: auto;
    display: block;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li.item > .link-product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li.item {
    width: 25%;
    counter-increment: number;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 479px) {
  .col1-layout .col-main .widget .products-grid.products-grid--max-5-col {
    border-top: 1px solid #eaeaea;
  }
  .col1-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item {
    width: 50%;
  }
  .col1-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item:not(.item-promo) {
    padding: 15px;
  }
  .col1-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.item-promo > a,
  .col1-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.item-promo > div {
    padding: 15px;
  }
  .col1-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item.even {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 799px) {
  .col1-layout .col-main .widget .products-grid.products-grid--max-5-col > li.item .product-info .product-name {
    word-break: break-word;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1023px) {
  .col1-layout .col-main .widget .products-grid--max-5-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col .product-info {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col .product-info > span {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col .price-stock-wrapper,
  .col1-layout .col-main .widget .products-grid--max-5-col .price-info {
    margin-top: auto;
    display: block;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li.item > .link-product {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li.item {
    width: 20%;
    counter-increment: number;
  }
}
/* ============================================ *
 * Widgets Brandfield
 * ============================================ */
.mct-widget-blog .widget-top {
  text-align: center;
  padding: 28px 28px 23px;
}
.mct-widget-blog .widget-top h4 {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 6px;
}
.mct-widget-blog .widget-top h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 7px;
}
.mct-widget-blog .widget-top > *:last-child {
  margin-bottom: 0;
}
.mct-widget-blog .col-1,
.mct-widget-blog .col-2,
.mct-widget-blog .col-3 {
  text-align: center;
  padding: 20px 40px;
  border-top: 1px solid #eaeaea;
}
.mct-widget-blog .col-1 > h3,
.mct-widget-blog .col-2 > h3,
.mct-widget-blog .col-3 > h3 {
  font-size: 20px;
  margin-bottom: 2.5%;
}
.mct-widget-blog .col-1 p,
.mct-widget-blog .col-2 p,
.mct-widget-blog .col-3 p {
  font-size: 16px;
  margin-bottom: 2.5%;
}
.mct-widget-blog .col-1 p:first-child > img,
.mct-widget-blog .col-1 p:first-child > a > img,
.mct-widget-blog .col-2 p:first-child > img,
.mct-widget-blog .col-2 p:first-child > a > img,
.mct-widget-blog .col-3 p:first-child > img,
.mct-widget-blog .col-3 p:first-child > a > img {
  display: inline-block;
}
.mct-widget-blog .col-1 p:last-child > a,
.mct-widget-blog .col-2 p:last-child > a,
.mct-widget-blog .col-3 p:last-child > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #1d1d1d;
}
.mct-widget-blog .col2-set .col-1,
.mct-widget-blog .col2-set .col-2,
.mct-widget-blog .col3-set .col-1,
.mct-widget-blog .col3-set .col-2,
.mct-widget-blog .col3-set .col-3 {
  width: 100%;
}
.mct-widget-blog .col2-set .col-2,
.mct-widget-blog .col3-set .col-3 {
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (min-width: 799px) {
  .mct-widget-blog .widget-top {
    padding: 2.5%;
  }
  .mct-widget-blog .widget-top h4 {
    font-size: 20px;
  }
  .mct-widget-blog .widget-top h2 {
    font-size: 24px;
  }
  .mct-widget-blog .col-1,
  .mct-widget-blog .col-2,
  .mct-widget-blog .col-3 {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
  }
  .mct-widget-blog .col-1 h3,
  .mct-widget-blog .col-1 p:not(:last-child),
  .mct-widget-blog .col-2 h3,
  .mct-widget-blog .col-2 p:not(:last-child),
  .mct-widget-blog .col-3 h3,
  .mct-widget-blog .col-3 p:not(:last-child) {
    margin-bottom: 8%;
  }
  .mct-widget-blog .col-1 h3,
  .mct-widget-blog .col-2 h3,
  .mct-widget-blog .col-3 h3 {
    line-height: 24px;
  }
  .mct-widget-blog .col-1 p:first-child > img,
  .mct-widget-blog .col-1 p:first-child > a > img,
  .mct-widget-blog .col-1 p:first-child + p,
  .mct-widget-blog .col-2 p:first-child > img,
  .mct-widget-blog .col-2 p:first-child > a > img,
  .mct-widget-blog .col-2 p:first-child + p,
  .mct-widget-blog .col-3 p:first-child > img,
  .mct-widget-blog .col-3 p:first-child > a > img,
  .mct-widget-blog .col-3 p:first-child + p {
    margin-bottom: 12px;
  }
  .mct-widget-blog .col-1 p,
  .mct-widget-blog .col-2 p,
  .mct-widget-blog .col-3 p {
    font-size: 16px;
  }
  .mct-widget-blog .col2-set .col-1,
  .mct-widget-blog .col2-set .col-2 {
    width: 50%;
  }
  .mct-widget-blog .col2-set .col-2 {
    border-left: 1px solid #eaeaea;
  }
  .mct-widget-blog .col3-set .col-1,
  .mct-widget-blog .col3-set .col-2,
  .mct-widget-blog .col3-set .col-3 {
    width: 33.3333%;
  }
  .mct-widget-blog .col3-set .col-2 {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
}
@media only screen and (max-width: 799px) {
  .mct-widget-blog .col-1,
  .mct-widget-blog .col-2,
  .mct-widget-blog .col-3 {
    min-height: 0 !important;
  }
}
@media only screen and (min-width: 1023px) {
  .mct-widget-blog.col-md-12 .col-1 > *,
  .mct-widget-blog.col-md-12 .col-2 > *,
  .mct-widget-blog.col-md-12 .col-3 > *, .mct-widget-blog.col-md-11 .col-1 > *,
  .mct-widget-blog.col-md-11 .col-2 > *,
  .mct-widget-blog.col-md-11 .col-3 > *, .mct-widget-blog.col-md-10 .col-1 > *,
  .mct-widget-blog.col-md-10 .col-2 > *,
  .mct-widget-blog.col-md-10 .col-3 > *, .mct-widget-blog.col-md-9 .col-1 > *,
  .mct-widget-blog.col-md-9 .col-2 > *,
  .mct-widget-blog.col-md-9 .col-3 > *, .mct-widget-blog.col-md-8 .col-1 > *,
  .mct-widget-blog.col-md-8 .col-2 > *,
  .mct-widget-blog.col-md-8 .col-3 > * {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .mct-widget-blog.col-md-12 .col-1 p:first-child,
  .mct-widget-blog.col-md-12 .col-2 p:first-child,
  .mct-widget-blog.col-md-12 .col-3 p:first-child, .mct-widget-blog.col-md-11 .col-1 p:first-child,
  .mct-widget-blog.col-md-11 .col-2 p:first-child,
  .mct-widget-blog.col-md-11 .col-3 p:first-child, .mct-widget-blog.col-md-10 .col-1 p:first-child,
  .mct-widget-blog.col-md-10 .col-2 p:first-child,
  .mct-widget-blog.col-md-10 .col-3 p:first-child, .mct-widget-blog.col-md-9 .col-1 p:first-child,
  .mct-widget-blog.col-md-9 .col-2 p:first-child,
  .mct-widget-blog.col-md-9 .col-3 p:first-child, .mct-widget-blog.col-md-8 .col-1 p:first-child,
  .mct-widget-blog.col-md-8 .col-2 p:first-child,
  .mct-widget-blog.col-md-8 .col-3 p:first-child {
    max-width: 100%;
  }
}
.mct-widget-products {
  position: relative;
  height: 100%;
}
.mct-widget-products .widget-top {
  text-align: center;
  padding: 28px;
}
.mct-widget-products .widget-top .widget-title {
  font-size: 25px;
}
.mct-widget-products .widget-top .widget-title > * {
  line-height: 20px;
  margin-bottom: 0;
}
.mct-widget-products .widget-top .widget-title h2 {
  margin-bottom: 0.2em;
}
.mct-widget-products .widget-top .widget-desc {
  font-size: 16px;
}
.mct-widget-products .widprod-wrapper {
  overflow: hidden;
}
.mct-widget-products .widget-products ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}
.mct-widget-products .widget-products ul.lSSlide {
  height: auto !important;
}
.mct-widget-products .widget-products ul li {
  padding-left: 0;
}
.mct-widget-products .widget-products ul .owl-item > li,
.mct-widget-products .widget-products ul > li {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.mct-widget-products .widget-products ul .owl-item > li a.link-product,
.mct-widget-products .widget-products ul > li a.link-product {
  border-bottom: 3px solid transparent;
}
.mct-widget-products .widget-products ul .owl-item > li a.link-product .product-name,
.mct-widget-products .widget-products ul > li a.link-product .product-name {
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mct-widget-products .widget-products ul .owl-item > li a.link-product .price-box,
.mct-widget-products .widget-products ul > li a.link-product .price-box {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.mct-widget-products .widget-products ul .owl-item > li a.link-product .price-box.bundle .old-price,
.mct-widget-products .widget-products ul > li a.link-product .price-box.bundle .old-price {
  display: none;
}
.mct-widget-products .widget-products ul .owl-item > li a.link-product:hover,
.mct-widget-products .widget-products ul > li a.link-product:hover {
  text-decoration: none;
  border-bottom: 3px solid #1d1d1d;
}
.mct-widget-products .widget-products ul .owl-item > li a.link-product:hover:before,
.mct-widget-products .widget-products ul > li a.link-product:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #1d1d1d;
}
.mct-widget-products .widget-products {
  margin-bottom: -1px;
  border-bottom: 1px solid #eaeaea;
}
.mct-widget-products .widget-products .owl-item {
  opacity: 1;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  border-bottom: 0;
  padding: 15px;
}
.mct-widget-products .widget-products .owl-item > li:last-child {
  border-right: 0;
}
.mct-widget-products .widget-products .owl-item > li a.link-product {
  border-bottom: 0;
}
.mct-widget-products .widget-products .owl-item .product-info {
  text-align: center;
}
.mct-widget-products .widget-products .owl-item a.link-product:hover {
  text-decoration: none;
}
.mct-widget-products .widget-products .owl-item a.link-product:hover:before {
  display: none !important;
}
.mct-widget-products .widget-products .owl-item a.link-wishlist {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  z-index: 1;
  text-indent: -9999px;
  background-color: transparent;
  overflow: hidden;
}
.mct-widget-products .widget-products .owl-item a.link-wishlist:before {
  content: "";
  display: block;
  opacity: 0.25;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mct-widget-products .widget-products .owl-item a.link-wishlist:active:before {
  opacity: 1;
}
.mct-widget-products .widget-products .owl-item a.link-wishlist:hover:before {
  opacity: 1;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mct-widget-products .widget-products .owl-item .ribbons {
  right: 0;
  top: 0;
}
.mct-widget-products .widget-products .products-grid > li a.link-product:hover:before {
  display: none;
}
.mct-widget-products .widget-products .products-grid > li:nth-child(even) {
  border-right: 1px solid #eaeaea;
}
.mct-widget-products .widget-products .products-grid--max-2-col > li {
  width: 50%;
}
.mct-widget-products .widget-products .products-grid--max-3-col > li {
  width: 33.3%;
}
.mct-widget-products .widget-products p {
  margin-bottom: 0;
}
.mct-widget-products .widget-bottom {
  background: #f7f7f7;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 479px) {
  .mct-widget-products .widget-products .products-grid > li {
    padding: 15px;
  }
  .mct-widget-products .widget-bottom {
    background: transparent;
    border-bottom: 1px solid #eaeaea;
  }

  .mct-widget-products .widget-products ul.lSSlide {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 799px) {
  .mct-widget-products .widget-bottom {
    padding: 35px;
  }
  .mct-widget-products .widget-products ul .products-grid > li a.link-product {
    display: block;
  }
  .mct-widget-products .widget-products ul .products-grid .product-info {
    height: 155px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 80%;
    font-size: 0;
    overflow: hidden;
  }
  .mct-widget-products .widget-products ul .products-grid .product-info:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .mct-widget-products .widget-products ul .products-grid .product-info-inner {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: auto;
  }
  .mct-widget-products .widget-products ul .products-grid .price-box {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .mct-widget-products .widget-bottom {
    padding: 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .mct-widget-products .widget-products .products-grid > li a.link-product {
    padding: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .mct-widget-products .widget-products ul .owl-item > li a.link-product:hover,
  .mct-widget-products .widget-products ul > li a.link-product:hover {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1239px) {
  .mct-widget-products .widget-products .products-grid--max-6-col > li {
    width: 33.3%;
  }
}
.mct-widget-cms_cta {
  position: relative;
  height: 100%;
}
.mct-widget-cms_cta .cta-wrapper {
  position: relative;
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
}
.mct-widget-cms_cta .cta-wrapper .cta-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100% !important;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.mct-widget-cms_cta.has-border .cta-wrapper {
  border: 1px solid #eaeaea;
}
.mct-widget-cms_cta .cta-block {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.mct-widget-cms_cta .cta-block h1, .mct-widget-cms_cta .cta-block .h1, .mct-widget-cms_cta .cta-block ul.landingpage-combination .landingpage-group strong, ul.landingpage-combination .landingpage-group .mct-widget-cms_cta .cta-block strong {
  font-size: 30px;
  line-height: 25px;
}
.mct-widget-cms_cta .cta-block h2, .mct-widget-cms_cta .cta-block .h2 {
  font-size: 18px;
}
.mct-widget-cms_cta .cta-block h3, .mct-widget-cms_cta .cta-block .h3 {
  font-weight: 300;
}
.mct-widget-cms_cta .cta-block .button, .mct-widget-cms_cta .cta-block .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block .button2 {
  width: auto;
  min-width: 78%;
  cursor: pointer;
}
.mct-widget-cms_cta .cta-block .button.dark, .mct-widget-cms_cta .cta-block .cart-collaterals .block-content .button-wrapper .dark.button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block .dark.button2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mct-widget-cms_cta .cta-block .button:hover, .mct-widget-cms_cta .cta-block .cart-collaterals .block-content .button-wrapper .button2:hover, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block .button2:hover {
  cursor: pointer;
}
.mct-widget-cms_cta .cta-block .link-additional {
  margin-top: 15px;
  display: block;
  text-decoration: underline;
  font-size: 16px;
}
.mct-widget-cms_cta .cta-block .link-additional:hover {
  text-decoration: none;
}
.mct-widget-cms_cta .cta-block .link-additional .icon {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px auto auto;
}
.mct-widget-cms_cta .cta-block .button-additional {
  margin-top: 15px;
}
.mct-widget-cms_cta .cta-block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.mct-widget-cms_cta .cta-block .cta-content {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 25% 5%;
  font-size: 16px;
}
.mct-widget-cms_cta .cta-block .cta-content.a-left {
  text-align: left;
}
.mct-widget-cms_cta .cta-block .cta-content.a-right {
  text-align: right;
}
.mct-widget-cms_cta .cta-block .cta-description a:not(.button) {
  text-decoration: underline;
}
.mct-widget-cms_cta .cta-block .cta-description a:not(.button):hover {
  text-decoration: none;
}
.mct-widget-cms_cta .cta-block.light > *, .mct-widget-cms_cta .cta-block.light h1, .mct-widget-cms_cta .cta-block.light h2, .mct-widget-cms_cta .cta-block.light h3, .mct-widget-cms_cta .cta-block.light h4, .mct-widget-cms_cta .cta-block.light h5, .mct-widget-cms_cta .cta-block.light h6, .mct-widget-cms_cta .cta-block.light p, .mct-widget-cms_cta .cta-block.light big {
  color: #fff !important;
}
.mct-widget-cms_cta .cta-block.light .button, .mct-widget-cms_cta .cta-block.light .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block.light .button2 {
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.mct-widget-cms_cta .cta-block.light .button.transparent, .mct-widget-cms_cta .cta-block.light .cart-collaterals .block-content .button-wrapper .transparent.button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block.light .transparent.button2 {
  border-color: #fff;
  color: #fff;
}
.mct-widget-cms_cta .cta-block.light .button.transparent:hover, .mct-widget-cms_cta .cta-block.light .cart-collaterals .block-content .button-wrapper .transparent.button2:hover, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block.light .transparent.button2:hover {
  background-color: #fff;
  color: #1e1e1e;
}

.mct-widget-cms_category .cta-wrapper {
  display: block;
  position: relative;
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
}
.mct-widget-cms_category .cta-wrapper .cta-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 100% !important;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin-bottom: 64px;
}
.mct-widget-cms_category .cta-wrapper.image-only .cta-img {
  margin-bottom: 0;
}
.mct-widget-cms_category .cta-wrapper .cta-block {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.mct-widget-cms_category .cta-wrapper .cta-block .cta-content {
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  padding-top: 42%;
}
.mct-widget-cms_category .cta-wrapper .cta-block .button, .mct-widget-cms_category .cta-wrapper .cta-block .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_category .cta-wrapper .cta-block .button2 {
  width: 100%;
  min-width: 0;
  padding: 20px 0;
  background-color: #fff;
  color: #1d1d1d;
  border: 0;
  font-weight: 400;
}
.mct-widget-cms_category .cta-wrapper .cta-block .button.gray, .mct-widget-cms_category .cta-wrapper .cta-block .cart-collaterals .block-content .button-wrapper .gray.button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_category .cta-wrapper .cta-block .gray.button2 {
  background-color: #f7f7f7;
}
.mct-widget-cms_category .cta-wrapper .cta-block:hover .button, .mct-widget-cms_category .cta-wrapper .cta-block:hover .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_category .cta-wrapper .cta-block:hover .button2 {
  background-color: #e6e6e6;
}
.mct-widget-cms_category .cta-wrapper .cta-block:hover .button.gray, .mct-widget-cms_category .cta-wrapper .cta-block:hover .cart-collaterals .block-content .button-wrapper .gray.button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_category .cta-wrapper .cta-block:hover .gray.button2 {
  background-color: #dedede;
}

.row .mct-widget-cms_category {
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.row .mct-widget-cms_category:first-child {
  border-left: 0;
}

@media only screen and (max-width: 479px) {
  .mct-widget-cms_cta .cta-block .cta-description h1, .mct-widget-cms_cta .cta-block .cta-description h2,
  .mct-widget-cms_cta .cta-block.light .cta-description h1,
  .mct-widget-cms_cta .cta-block.light .cta-description h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .mct-widget-cms_cta .cta-block .cta-description h3,
  .mct-widget-cms_cta .cta-block.light .cta-description h3 {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 798px) {
  .mct-widget-cms_cta .cta-wrapper.image-only .cta-block,
  .mct-widget-cms_category .cta-wrapper.image-only .cta-block {
    width: 100%;
    height: auto;
    padding: 25% 5%;
  }
  .mct-widget-cms_cta .cta-block h1, .mct-widget-cms_cta .cta-block .h1, .mct-widget-cms_cta .cta-block ul.landingpage-combination .landingpage-group strong, ul.landingpage-combination .landingpage-group .mct-widget-cms_cta .cta-block strong,
  .mct-widget-cms_category .cta-block h1,
  .mct-widget-cms_category .cta-block .h1,
  .mct-widget-cms_category .cta-block ul.landingpage-combination .landingpage-group strong,
  ul.landingpage-combination .landingpage-group .mct-widget-cms_category .cta-block strong {
    line-height: 35px;
  }
  .mct-widget-cms_cta .cta-block h2, .mct-widget-cms_cta .cta-block .h2,
  .mct-widget-cms_cta .cta-block h3, .mct-widget-cms_cta .cta-block .h3,
  .mct-widget-cms_category .cta-block h2,
  .mct-widget-cms_category .cta-block .h2,
  .mct-widget-cms_category .cta-block h3,
  .mct-widget-cms_category .cta-block .h3 {
    line-height: 25px;
  }

  .row .mct-widget-cms_category:first-child {
    border-top: 1px solid #eaeaea;
  }

  .mct-widget-cms_cta .cta-block .cta-content {
    padding: 10% 5%;
  }
  .mct-widget-cms_cta .cta-block .cta-content.a-left, .mct-widget-cms_cta .cta-block .cta-content.a-right {
    text-align: center;
  }
  .mct-widget-cms_cta .cta-block .cta-description:after {
    content: '';
    display: table;
    clear: both;
  }

  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-content,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-content {
    padding: 20% 5% 5%;
  }
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description {
    padding-bottom: 35%;
  }
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description > *, .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description h4, .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description h5, .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description h6, .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description p,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description > *,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description h4,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description h5,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description h6,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description p {
    display: none;
  }
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description > h1, .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description h2, .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cta-description h3,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description > h1,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description h2,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cta-description h3 {
    display: block;
  }
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .button, .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .button2,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .button.transparent,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cart-collaterals .block-content .button-wrapper .transparent.button2,
  .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .transparent.button2,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .button,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cart-collaterals .block-content .button-wrapper .button2,
  .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .button2,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .button.transparent,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cart-collaterals .block-content .button-wrapper .transparent.button2,
  .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .transparent.button2 {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff;
  }
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .button:hover, .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cart-collaterals .block-content .button-wrapper .button2:hover, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .button2:hover,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .button.transparent:hover,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .cart-collaterals .block-content .button-wrapper .transparent.button2:hover,
  .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block .transparent.button2:hover,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .button:hover,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cart-collaterals .block-content .button-wrapper .button2:hover,
  .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .button2:hover,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .button.transparent:hover,
  .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .cart-collaterals .block-content .button-wrapper .transparent.button2:hover,
  .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta:not(.no-mobile-markup) .cta-block.light .transparent.button2:hover {
    background-color: transparent;
    color: #1d1d1d;
  }
}
.mct-widget-cms_cta.image-only.widget-height-50 {
  padding-top: 3.7038%;
}
.mct-widget-cms_cta.image-only.widget-height-100 {
  padding-top: 7.4075%;
}
.mct-widget-cms_cta.image-only.widget-height-150 {
  padding-top: 11.112%;
}
.mct-widget-cms_cta.image-only.widget-height-200 {
  padding-top: 14.8150%;
}
.mct-widget-cms_cta.image-only.widget-height-250 {
  padding-top: 18.5190%;
}
.mct-widget-cms_cta.image-only.widget-height-300 {
  padding-top: 22.223%;
}
.mct-widget-cms_cta.image-only.widget-height-350 {
  padding-top: 25.926%;
}
.mct-widget-cms_cta.image-only.widget-height-400 {
  padding-top: 29.630%;
}
.mct-widget-cms_cta.image-only.widget-height-450 {
  padding-top: 33.334%;
}
.mct-widget-cms_cta.image-only.widget-height-500 {
  padding-top: 37.038%;
}
.mct-widget-cms_cta.image-only.widget-height-550 {
  padding-top: 40.741%;
}
.mct-widget-cms_cta.image-only.widget-height-500 {
  padding-top: 37.0380%;
}
.mct-widget-cms_cta.image-only.widget-height-600 {
  padding-top: 44.445%;
}
.mct-widget-cms_cta.image-only.widget-height-600 {
  padding-top: 44.445%;
}
.mct-widget-cms_cta.image-only.widget-height-650 {
  padding-top: 48.149%;
}
.mct-widget-cms_cta.image-only.widget-height-700 {
  padding-top: 51.853%;
}
.mct-widget-cms_cta.image-only.widget-height-750 {
  padding-top: 55.556%;
}
.mct-widget-cms_cta.image-only.widget-height-800 {
  padding-top: 59.260%;
}
.mct-widget-cms_cta.image-only.widget-height-850 {
  padding-top: 62.963%;
}
.mct-widget-cms_cta.image-only .cta-wrapper {
  position: absolute;
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
}
.mct-widget-cms_cta.image-only .cta-wrapper .cta-img {
  height: 100%;
}
.mct-widget-cms_cta.image-only .cta-wrapper .cta-block {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.mct-widget-cms_cta.image-only .cta-wrapper .cta-block .cta-content {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 25% 5%;
}

@media only screen and (min-width: 479px) {
  .mct-widget-cms_cta .cta-block .button, .mct-widget-cms_cta .cta-block .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block .button2 {
    min-width: 50%;
  }
}
@media only screen and (min-width: 799px) {
  .mct-widget-cms_cta.widget-height-50,
  .mct-widget-cms_category.widget-height-50 {
    padding-top: 3.7038%;
  }
  .mct-widget-cms_cta.widget-height-100,
  .mct-widget-cms_category.widget-height-100 {
    padding-top: 7.4075%;
  }
  .mct-widget-cms_cta.widget-height-150,
  .mct-widget-cms_category.widget-height-150 {
    padding-top: 11.112%;
  }
  .mct-widget-cms_cta.widget-height-200,
  .mct-widget-cms_category.widget-height-200 {
    padding-top: 14.8150%;
  }
  .mct-widget-cms_cta.widget-height-250,
  .mct-widget-cms_category.widget-height-250 {
    padding-top: 18.5190%;
  }
  .mct-widget-cms_cta.widget-height-300,
  .mct-widget-cms_category.widget-height-300 {
    padding-top: 22.223%;
  }
  .mct-widget-cms_cta.widget-height-350,
  .mct-widget-cms_category.widget-height-350 {
    padding-top: 25.926%;
  }
  .mct-widget-cms_cta.widget-height-400,
  .mct-widget-cms_category.widget-height-400 {
    padding-top: 29.630%;
  }
  .mct-widget-cms_cta.widget-height-450,
  .mct-widget-cms_category.widget-height-450 {
    padding-top: 33.334%;
  }
  .mct-widget-cms_cta.widget-height-500,
  .mct-widget-cms_category.widget-height-500 {
    padding-top: 37.038%;
  }
  .mct-widget-cms_cta.widget-height-550,
  .mct-widget-cms_category.widget-height-550 {
    padding-top: 40.741%;
  }
  .mct-widget-cms_cta.widget-height-500,
  .mct-widget-cms_category.widget-height-500 {
    padding-top: 37.0380%;
  }
  .mct-widget-cms_cta.widget-height-600,
  .mct-widget-cms_category.widget-height-600 {
    padding-top: 44.445%;
  }
  .mct-widget-cms_cta.widget-height-600,
  .mct-widget-cms_category.widget-height-600 {
    padding-top: 44.445%;
  }
  .mct-widget-cms_cta.widget-height-650,
  .mct-widget-cms_category.widget-height-650 {
    padding-top: 48.149%;
  }
  .mct-widget-cms_cta.widget-height-700,
  .mct-widget-cms_category.widget-height-700 {
    padding-top: 51.853%;
  }
  .mct-widget-cms_cta.widget-height-750,
  .mct-widget-cms_category.widget-height-750 {
    padding-top: 55.556%;
  }
  .mct-widget-cms_cta.widget-height-800,
  .mct-widget-cms_category.widget-height-800 {
    padding-top: 59.260%;
  }
  .mct-widget-cms_cta.widget-height-850,
  .mct-widget-cms_category.widget-height-850 {
    padding-top: 62.963%;
  }

  .mct-widget-cms_cta .cta-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .mct-widget-cms_cta .cta-wrapper .cta-img {
    height: 100%;
  }
  .mct-widget-cms_cta .cta-wrapper .cta-block {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
    overflow: hidden;
  }

  .mct-widget-cms_category .cta-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .mct-widget-cms_category .cta-wrapper .cta-img {
    height: -moz-calc(100% - 64px);
    height: -webkit-calc(100% - 64px);
    height: calc(100% - 64px);
  }
  .mct-widget-cms_category .cta-wrapper .cta-block {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
    overflow: hidden;
  }
  .mct-widget-cms_category .cta-wrapper .cta-block .cta-content {
    position: absolute;
  }
  .mct-widget-cms_category .cta-wrapper.image-only .cta-img {
    height: 100%;
  }

  .row .mct-widget-cms_category {
    border-top: 1px solid #eaeaea;
  }

  .row.no-mb + .row .mct-widget-cms_category {
    border-top: 0;
  }

  .mct-widget-cms_cta .cta-block.full-left {
    width: 50%;
    right: 50%;
  }
  .mct-widget-cms_cta .cta-block.full-right {
    width: 50%;
    left: 50%;
  }
  .mct-widget-cms_cta .cta-block.offset-left {
    width: 65%;
    right: 35%;
  }
  .mct-widget-cms_cta .cta-block.offset-right {
    width: 65%;
    left: 35%;
  }
  .mct-widget-cms_cta .cta-block .cta-content {
    padding: 10%;
  }
  .mct-widget-cms_cta .cta-block h1, .mct-widget-cms_cta .cta-block .h1, .mct-widget-cms_cta .cta-block ul.landingpage-combination .landingpage-group strong, ul.landingpage-combination .landingpage-group .mct-widget-cms_cta .cta-block strong,
  .mct-widget-cms_cta .cta-block h2, .mct-widget-cms_cta .cta-block .h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .mct-widget-cms_cta .cta-block h3, .mct-widget-cms_cta .cta-block .h3 {
    font-size: 18px;
    line-height: 16px;
    font-weight: 300;
  }
  .mct-widget-cms_cta .cta-block p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1023px) {
  .mct-widget-cms_cta .cta-block h1, .mct-widget-cms_cta .cta-block .h1, .mct-widget-cms_cta .cta-block ul.landingpage-combination .landingpage-group strong, ul.landingpage-combination .landingpage-group .mct-widget-cms_cta .cta-block strong {
    font-size: 50px;
    line-height: 60px;
  }
  .mct-widget-cms_cta .cta-block h2, .mct-widget-cms_cta .cta-block .h2 {
    font-size: 32px;
  }
  .mct-widget-cms_cta .cta-block h3, .mct-widget-cms_cta .cta-block .h3 {
    font-size: 20px;
    font-weight: 300;
  }
  .mct-widget-cms_cta .cta-block p {
    font-size: 16px;
    line-height: 30px !important;
  }
  .mct-widget-cms_cta .cta-block .button, .mct-widget-cms_cta .cta-block .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block .button2,
  .mct-widget-cms_cta .cta-block.light .button,
  .mct-widget-cms_cta .cta-block.light .cart-collaterals .block-content .button-wrapper .button2,
  .cart-collaterals .block-content .button-wrapper .mct-widget-cms_cta .cta-block.light .button2 {
    min-width: 200px;
  }
}
.cta-img:not([style*="background-image"]) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .1s,opacity .1s linear;
  transition: visibility 0s linear .1s,opacity .1s linear;
}

.cta-img[style*="background-image"] {
  opacity: 1;
  visibility: visible;
}

.mct-widget-landingpage .widget-top {
  text-align: center;
  padding: 28px 28px 23px;
}
.mct-widget-landingpage .widget-top h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 7px;
}
.mct-widget-landingpage .widget-top > *:last-child {
  margin-bottom: 0;
}
.mct-widget-landingpage .combination {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eaeaea;
}
.mct-widget-landingpage .combination.last {
  border-bottom: 1px solid #eaeaea;
}
.mct-widget-landingpage .combination .name {
  width: 100%;
  background-color: #f7f7f7;
}
.mct-widget-landingpage .combination .name h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 25px;
  margin-bottom: 0;
}
.mct-widget-landingpage .combination .colllection {
  width: 100%;
}
.mct-widget-landingpage .combination .colllection ul {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}
.mct-widget-landingpage .combination .colllection li {
  display: inline-block;
  vertical-align: middle;
  width: 16.6667%;
  padding: 4% 2%;
  margin-left: 0;
  min-width: 125px;
}
.mct-widget-landingpage .combination .colllection li a {
  display: block;
}

@media only screen and (min-width: 799px) {
  .mct-widget-landingpage .widget-top {
    padding: 2.5%;
  }
  .mct-widget-landingpage .widget-top h2 {
    font-size: 30px;
  }
  .mct-widget-landingpage .combination {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #eaeaea;
  }
  .mct-widget-landingpage .combination.last {
    border-bottom: 1px solid #eaeaea;
  }
  .mct-widget-landingpage .combination .name {
    position: absolute;
    width: 250px;
    height: 100%;
    overflow: hidden;
  }
  .mct-widget-landingpage .combination .name h3 {
    position: absolute;
    top: 50%;
    right: 25px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    max-width: 200px;
  }
  .mct-widget-landingpage .combination .colllection {
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    margin-left: 250px;
    margin-bottom: 0;
  }
  .mct-widget-landingpage .combination .colllection ul {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  .mct-widget-landingpage .combination .colllection li {
    float: none;
    padding: 6% 2%;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #1e1e1e;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  margin-bottom: 10px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: transparent;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button, body[class*="checkout-multishipping-"] .page-title .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper body[class*="checkout-multishipping-"] .page-title .button2 {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 48px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #1e1e1e;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #1e1e1e;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 1239px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button, body[class*="checkout-multishipping-"] .page-title .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper body[class*="checkout-multishipping-"] .page-title .button2 {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 799px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
.footer-container .newsletter-container .input-box.validation-error .validation-advice {
  margin-top: 8px;
  margin-left: 0;
  left: auto;
  top: 100%;
  text-align: left;
  min-width: 0;
}
.footer-container .newsletter-container .input-box.validation-error .validation-advice:after {
  margin-top: 0;
  top: auto;
  right: auto;
  border-top-color: transparent;
  bottom: 100%;
  left: 20px;
  margin-left: -8px;
  border-bottom: 8px solid #fad8d7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

/* ============================================ *
 * Ribbon - General
 * ============================================ */
.ribbons {
  border: 0;
}
.ribbons .ribbon {
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  background-color: #ED3409;
  line-height: 2.7em;
}
.ribbons .ribbon > * {
  display: block;
  padding: 0 15px;
}
.ribbons .ribbon.hot {
  background-color: #FF8916;
}
.ribbons .ribbon.new {
  background-color: #478244;
}
.ribbons .ribbon.actie {
  background-color: #1d1d1d;
}
.ribbons .ribbon.angebot {
  background-color: #1d1d1d;
  letter-spacing: 1px;
  font-size: 8px;
}

.product-img-box {
  position: relative;
}
.product-img-box .ribbons {
  z-index: 1;
  position: absolute;
  top: 53px;
  left: 0;
}
.product-img-box .ribbons .ribbon {
  font-size: 16px;
}
.product-img-box .ribbons .ribbon.angebot {
  font-size: 13px;
}

@media only screen and (min-width: 1023px) {
  .product-img-box .ribbons {
    left: 0;
    top: 20px;
  }
}
.products-grid .item .ribbons {
  position: absolute;
  z-index: 1;
  max-height: 300px;
  top: 5px;
  left: 0;
}
.products-grid .item .ribbons .ribbon {
  letter-spacing: 1px;
}

@media only screen and (max-width: 1023px) {
  .products-grid .item .ribbons .ribbon {
    line-height: 1.4em;
  }
  .products-grid .item .ribbons .ribbon > * {
    padding: 2px 5px;
  }
}
@media only screen and (min-width: 1023px) {
  .products-grid .item .ribbons {
    top: 15px;
    left: 0;
  }
  .products-grid .item .ribbons .ribbon {
    font-size: 14px;
    line-height: 1.4em;
  }
  .products-grid .item .ribbons .ribbon > * {
    padding: 5px 10px 3px;
  }
  .products-grid .item .ribbons .ribbon.angebot {
    font-size: 10px;
  }
  .products-grid .item .ribbons .ribbon.angebot span {
    margin-left: 1px;
  }
}
/* ============================================ *
 * Robin
 * ============================================ */
/* Tab */
#robin_tab_channels {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

#robin_tab {
  background: #1d1d1d none repeat scroll 0 0 !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border: 2px solid #1d1d1d !important;
  height: 21px !important;
  padding: 8px 0 !important;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}

#robin_tab_div {
  color: #FFF !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  line-height: 21px !important;
  letter-spacing: 2px !important;
  margin-top: 0px !important;
}

#robin_tab:hover {
  background: #fff none repeat scroll 0 0 !important;
}
#robin_tab:hover #robin_tab_div {
  color: #1d1d1d !important;
}
#robin_tab:hover > div > img {
  border-right: 2px solid #1d1d1d !important;
  width: 43px !important;
}

#robin_tab div, #robin_tab div img {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}

#robin_tab div img {
  height: 41px !important;
  width: 41px !important;
  position: relative;
  bottom: -7px;
  right: -1px;
}

#robin_frame, #robin_popover {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}

/* Pro active chat */
#robin_pac_invite div #rbn_pac_caption {
  color: #1d1d1d !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
}

#rbn_buttoncontainer {
  text-align: center !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

.input-field #rbn_buttoncontainer {
  margin: 0 auto !important;
  margin-top: 20px !important;
}

#rbn_journey_button #rbn_journey_button_text {
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#rbn_pac_no,
#rbn_pac_yes,
#rbn_journey_button {
  background: #1b1c1e !important;
  border-radius: 0px !important;
  font-weight: normal !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
}

#rbn_pac_no,
#rbn_pac_yes {
  padding: 13px 15px !important;
}

#rbn_journey_button {
  padding: 12px 15px !important;
}

#rbn_pac_no:hover,
#rbn_pac_yes:hover,
#rbn_journey_button:hover {
  background: #1b1c1e !important;
}

#rbn_journey_input {
  color: #555 !important;
  border: 1px solid #d3d3d3 !important;
  border-radius: 0px !important;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  text-transform: none !important;
  font-size: 13px !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

#checkout-step-payment .buckaroo-method label {
  float: none;
}
#checkout-step-payment .buckaroo-method label a {
  text-decoration: underline;
}
#checkout-step-payment .buckaroo-method label a:hover {
  text-decoration: none;
}
#checkout-step-payment .buckaroo-method.form-list .customer-dob .fields-wrapper {
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-wrap: wrap;
}
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-month,
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-day {
  width: calc(25% - 5px);
  margin-right: 5px;
}
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-year {
  width: 50%;
}
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-month,
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-day,
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-year {
  float: none;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-month .input-text,
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-day .input-text,
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-year .input-text {
  width: auto !important;
}
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-month .validation-advice,
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-day .validation-advice,
#checkout-step-payment .buckaroo-method.form-list .customer-dob .dob-year .validation-advice {
  display: none;
}
#checkout-step-payment .buckaroo-method .customer-dob-buckaroo3extended_afterpay .fields-wrapper .dob-day .validation-advice,
#checkout-step-payment .buckaroo-method .customer-dob-buckaroo3extended_afterpay .fields-wrapper .dob-month .validation-advice,
#checkout-step-payment .buckaroo-method .customer-dob-buckaroo3extended_afterpay .fields-wrapper .dob-year .validation-advice,
#checkout-step-payment .buckaroo-method .customer-dob-buckaroo3extended_afterpay2 .fields-wrapper .dob-day .validation-advice,
#checkout-step-payment .buckaroo-method .customer-dob-buckaroo3extended_afterpay2 .fields-wrapper .dob-month .validation-advice,
#checkout-step-payment .buckaroo-method .customer-dob-buckaroo3extended_afterpay2 .fields-wrapper .dob-year .validation-advice {
  display: none;
}
#checkout-step-payment .buckaroo-method .customer-dob-buckaroo3extended_afterpay .fields-wrapper:after,
#checkout-step-payment .buckaroo-method .customer-dob-buckaroo3extended_afterpay2 .fields-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
#checkout-step-payment .buckaroo-method .input-box .disabled,
#checkout-step-payment .buckaroo-method .disabled.stylefix {
  width: auto;
  height: 46px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 46px !important;
}
#checkout-step-payment .buckaroo-method .input-box .disabled {
  display: block;
  background: #f2f2f2;
  border: 1px solid #b6b6b6;
  color: #999;
  padding-left: 6px;
  padding-right: 6px;
  height: 15px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2px;
}

.opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) {
  padding-top: 5px;
}
.opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) li label {
  display: block;
  line-height: 24px;
  font-weight: 400;
  color: #1d1d1d;
}
.opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) li.tac-accept label {
  font-weight: 300;
  display: inline-block;
  width: 100%;
}
.opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) .dob-day label,
.opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) .dob-month label,
.opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) .dob-year label {
  font-weight: 300;
}
.opc #checkout-step-payment .sp-methods dd li {
  line-height: normal;
  width: 100%;
  float: none;
  margin-bottom: 12px;
}
.opc #checkout-step-payment .sp-methods dd li.tac-accept {
  padding: 5px 0;
  width: auto;
}
.opc #checkout-step-payment .sp-methods dd li.tac-accept label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.opc #checkout-step-payment .sp-methods dd li.tac-accept .checkbox-placeholder {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
}
.opc #checkout-step-payment .sp-methods dd li.tac-accept .checkbox-placeholder:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.1s linear;
}
.opc #checkout-step-payment .sp-methods dd li.tac-accept input[type=checkbox] {
  display: none;
}
.opc #checkout-step-payment .sp-methods dd li.tac-accept input[type=checkbox]:checked + .checkbox-placeholder:before {
  opacity: 1;
  transform: scale(1);
}
.opc #checkout-step-payment .sp-methods dd li.fill-out-note {
  font-size: 14px;
}
.opc #checkout-step-payment .sp-methods dd li .input-box {
  line-height: 24px;
}
.opc #checkout-step-payment .sp-methods dd li .ideal_container {
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  margin: 5px;
  padding: 10px;
  height: 84px;
  cursor: pointer;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.opc #checkout-step-payment .sp-methods dd li .ideal_container label {
  display: block;
  text-align: center !important;
  margin-bottom: 0;
  line-height: 2;
}
.opc #checkout-step-payment .sp-methods dd li .ideal_container label .bank_logo {
  display: inline-block;
  float: none;
  height: auto;
  width: 100%;
  text-align: center;
}
.opc #checkout-step-payment .sp-methods dd li .ideal_container label .bank_logo img {
  display: inline;
  height: auto;
}
.opc #checkout-step-payment .sp-methods dd li .ideal_container label input[type="radio"],
.opc #checkout-step-payment .sp-methods dd li .ideal_container label span.bank_name {
  display: inline;
  float: none;
  height: auto;
  width: auto;
}
.opc #checkout-step-payment .sp-methods dd li .ideal_container:hover {
  background-color: #efefef;
}
.opc #checkout-step-payment .sp-methods dd .chosen-results li {
  line-height: 15px;
}
.opc #checkout-step-payment .sp-methods dt .icon.buckaroo3extended_afterpay {
  left: -10px;
  transform: translate(50px, -50%) scale(0.8);
}

@media only screen and (max-width: 799px) {
  .opc #checkout-step-payment .sp-methods dt .icon.buckaroo3extended_afterpay {
    left: auto;
    right: 42px;
    top: 45px;
  }
}
@media only screen and (min-width: 799px) {
  .opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) > li:not(.tac-accept):not(fill-out-note) {
    -webkit-flex: 0 1 49%;
    -moz-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    max-width: 49%;
  }
  .opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty) > li .chosen-container {
    width: 100%;
  }
  .opc #checkout-step-payment .sp-methods dd .buckaroo3extended_input:not(:empty)#payment_form_buckaroo3extended_afterpay2 {
    align-items: baseline;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
select {
  visibility: hidden;
}

html.touch select,
html.touch .product-options dd .super-attribute-select {
  visibility: visible;
  min-width: 85px;
  background-color: #f7f7f7;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border: 0;
  border-bottom: 1px solid #aaa;
  text-decoration: none;
  white-space: nowrap;
  line-height: 47px;
  height: 47px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 5px;
}
@media only screen and (min-width: 1023px) {
  html.touch .product-options dd .super-attribute-select {
    visibility: hidden;
  }
}
html.touch body.checkout-onepage-index select {
  background-color: #fff;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 0;
  background: #f7f7f7;
}
.chosen-container.chosen-with-drop {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid #aaa;
}
.chosen-container.chosen-with-drop .chosen-drop {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  left: 0;
}
.chosen-container a {
  cursor: pointer;
  color: #1d1d1d;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 50px 0 16px;
  background-color: #f7f7f7;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border-bottom: 1px solid #aaa;
  text-decoration: none;
  white-space: nowrap;
  line-height: 47px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.chosen-container-single .chosen-single:hover {
  background-color: #dedede;
}
.chosen-container-single.chosen-with-drop .chosen-single {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.chosen-container-single.chosen-with-drop .chosen-single:hover {
  background-color: #f7f7f7;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://www.brandfield.nl/skin/frontend/brandfield/default/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 27px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  border: solid transparent;
  border-width: 5px 5.5px 0 5.5px;
  border-top-color: #1d1d1d;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 5px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results.no-max-height {
  max-height: none;
  overflow: visible;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 16px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #dedede;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #eaeaea;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #b2b2b2;
  background-color: #f7f7f7;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border-width: 0 0 1px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  border-top-color: transparent;
  border-bottom-color: #1d1d1d;
  border-width: 0 5.5px 5px 5.5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
.giftwrap-toggle {
  position: relative;
  padding-left: 30px;
}
.giftwrap-toggle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.giftwrap-toggle .price {
  display: none;
}

.gift-wrapping-container {
  background-color: #fff;
}
.gift-wrapping-container .image-box {
  text-align: center;
  margin-top: 10px;
}
.gift-wrapping-container .image-box img {
  display: inline-block;
}
.gift-wrapping-container .price {
  text-align: center;
  margin-top: 10px;
  margin-left: -30px;
  font-size: 14px;
  letter-spacing: 1px;
}
.gift-wrapping-container.active .input-box label input + span {
  border-color: #478244;
}
.gift-wrapping-container.active .input-box label input + span:before {
  opacity: 1;
  transform: scale(1);
}
.gift-wrapping-container.active .input-box label input + span:after {
  opacity: 1;
}

.giftwrap-options ul {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.giftwrap-options li {
  padding: 20px;
  overflow: hidden;
  flex-basis: 50%;
  margin-bottom: 10px;
}
.giftwrap-options li:nth-child(odd):after {
  content: '';
  display: table;
  clear: both;
}
.giftwrap-options li .gift-wrap-form {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.giftwrap-options li .gift-wrap-form > .input-box {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.giftwrap-options li .gift-wrap-form > .input-box span.giftwrap-label {
  display: block;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 5px 15px;
}
.giftwrap-options .input-box {
  width: auto;
  text-align: -webkit-center;
}
.giftwrap-options .input-box label.giftwrap-checker {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  height: 22px;
  width: 22px;
  z-index: 999;
  margin: 0 auto;
  float: none;
}
.giftwrap-options .input-box label.giftwrap-checker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.giftwrap-options .input-box label.giftwrap-checker span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
.giftwrap-options .input-box label.giftwrap-checker span:before {
  content: '';
  display: block;
  opacity: 0;
  background-color: #478244;
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: -1px;
  margin-left: -1px;
}
.giftwrap-options .input-box label.giftwrap-checker span:after {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  left: 1px;
  top: 2px;
}
.giftwrap-options .input-box label.giftwrap-checker input:hover + span {
  border-color: #478244;
}

@media only screen and (min-width: 479px) {
  .giftwrap-options li {
    border-right: 1px solid #eaeaea;
    padding-left: 0;
    padding-right: 0;
  }
  .giftwrap-options li:nth-child(odd), .giftwrap-options li:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 799px) {
  .giftwrap-options li {
    height: 250px;
    margin: 0;
    flex-grow: 0;
    flex-basis: 25%;
  }
  .giftwrap-options li:nth-child(odd) {
    border-right: 1px solid #eaeaea;
  }
  .giftwrap-options li:last-child {
    border: 0;
  }

  body.IE .giftwrap-options li {
    flex-basis: calc(25% - 1px);
  }
}
@media only screen and (min-width: 1023px) {
  .giftwrap-toggle .price {
    padding-right: 25px;
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  color: #1d1d1d;
  font-size: 14px;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 12.5px 15px;
  font-size: 14px;
}
.tooltipster-sidetip .tooltipster-content p {
  line-height: 15px;
  margin-top: 4px;
}
.tooltipster-sidetip .tooltipster-content p:first-child {
  margin-top: 0;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0px;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 3px;
  top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0px;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #1d1d1d;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 9px;
  margin-left: -9px;
  width: 18px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 18px;
  margin-left: 0;
  margin-top: -9px;
  width: 8px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 1px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -1px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 1px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -1px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #ccc;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #ccc;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #ccc;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ccc;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px;
}

#cookiebar {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 50%;
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 100%;
}
#cookiebar .cookiebar-container {
  background: #1d1d1d;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 61px 15px 20px;
  position: relative;
}
#cookiebar .cookiebar-container a {
  color: #fff;
  text-decoration: underline;
}
#cookiebar .cookiebar-container a:hover {
  text-decoration: none;
}
#cookiebar button.button, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2 {
  line-height: 46px;
  height: 46px;
  width: 46px;
  border: 0;
  display: block;
  float: right;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: none transparent;
}
#cookiebar button.button:before, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2:before, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2:before, #cookiebar button.button:after, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2:after, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2:after {
  background: #fff;
  height: 1px;
  width: 14px;
  display: block;
  content: '';
  margin: 0;
  position: absolute;
}
#cookiebar button.button:before, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2:before, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cookiebar button.button:after, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2:after, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 799px) {
  #cookiebar .cookiebar-container {
    font-size: 14px;
    box-sizing: border-box;
    padding: 16px 20px;
    width: -moz-calc(100% - 47px);
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 47px);
    line-height: 14px;
  }
  #cookiebar button.button, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2 {
    position: absolute;
    display: block;
    height: 100%;
    width: 46px;
    right: 0;
    border-left: 1px rgba(255, 255, 255, 0.25) solid;
    background: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
  }
  #cookiebar button.button:before, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2:before, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2:before, #cookiebar button.button:after, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2:after, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2:after {
    width: 16px;
  }
}
@media only screen and (min-width: 1123px) {
  #cookiebar {
    width: auto;
    white-space: nowrap;
    margin-left: -23.5px;
  }
  #cookiebar .cookiebar-container {
    padding-left: 34px;
    padding-right: 34px;
    width: 100%;
    text-align: center;
  }
  #cookiebar button.button, #cookiebar .cart-collaterals .block-content .button-wrapper button.button2, .cart-collaterals .block-content .button-wrapper #cookiebar button.button2 {
    height: 46px;
    right: -47px;
  }
}
.checkout-cart-index {
  /* Carousel */
}
.checkout-cart-index #ampromo-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  overflow: scroll;
}
.checkout-cart-index #ampromo-overlay #ampromo-items {
  width: 660px;
  height: 570px;
  background: #fff;
  position: relative;
  top: 50% !important;
  left: 50%;
  margin: -285px 0 0 -330px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper {
  overflow-x: hidden;
  margin: 0 auto;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title {
  text-align: right;
  background: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  height: 60px;
  padding: 0 20px 0 20px;
  position: relative;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title h4 {
  line-height: 60px;
  height: 60px;
  text-align: left;
  margin-bottom: 0;
  overflow: hidden;
  float: left;
  padding-right: 50px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title .close {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title .close .strip-1 {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #1d1d1d;
  position: absolute;
  height: 2px;
  width: 100%;
  display: block;
  top: 15px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title .close .strip-2 {
  content: "";
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #1d1d1d;
  position: absolute;
  height: 2px;
  width: 100%;
  display: block;
  top: 15px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide {
  width: 330px;
  border-left: 1px solid #EDEDED;
  float: left;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide:first-child {
  border-left: 0;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item {
  width: 330px;
  height: 510px;
  margin: 0 auto;
  position: relative;
  padding: 20px 40px;
  border: 9px solid transparent;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-options {
  background: #f7f7f7;
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px;
  border-radius: 9px 9px 0 0;
  margin-bottom: 0;
  padding: 10px 15px 6px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-options dt label {
  display: none;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-options dd .input-box {
  width: 100%;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-options dd .input-box select {
  visibility: visible;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-options dd .input-box .chosen-container-single {
  text-align: left;
  width: 100% !important;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-options dd .input-box .chosen-container-single a.chosen-single {
  background: #fff;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons {
  background: #f7f7f7;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0;
  border-radius: 0 0 9px 9px;
  padding: 6px 15px 10px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .btn-checkout, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .button.orange, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .cart-collaterals .block-content .button-wrapper .orange.button2, .cart-collaterals .block-content .button-wrapper .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .orange.button2, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .product-view .add-to-cart-buttons .btn-cart, .product-view .add-to-cart-buttons .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .btn-cart, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .product-view .alert-price .alert-link, .product-view .alert-price .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .alert-link,
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .product-view .alert-stock .alert-link,
.product-view .alert-stock .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .alert-link, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .checkout-onepage-success .buttons-set .button, .checkout-onepage-success .buttons-set .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .button, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .button2, .checkout-onepage-success .buttons-set .cart-collaterals .block-content .button-wrapper .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .button2, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .button2, .cart-collaterals .block-content .button-wrapper .checkout-onepage-success .buttons-set .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .button2, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .my-wishlist .buttons-set .btn-add, .my-wishlist .buttons-set .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons .btn-add, .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons #block-checkout_footer_mobile a.orange, #block-checkout_footer_mobile .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-buttons a.orange {
  font-size: 12px;
  padding: 14px 24px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-image {
  margin: 0 auto;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-title {
  font-weight: 300;
  font-size: 16px;
  color: #1d1d1d;
  margin-top: 10px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-title .manufacturer {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-title h4 {
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
  line-height: 1.2em;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-title .price-box .price {
  font-size: 16px;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-title .price-box .free .price {
  color: #649243;
}
.checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item:hover {
  border-color: #EDEDED;
}
.checkout-cart-index #ampromo-overlay #ampromo-items.product-count--1 .ampromo-slide {
  width: 660px;
  float: none;
}
.checkout-cart-index #ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
  position: absolute;
  top: 260px;
  width: 35px;
  height: 35px;
  font-size: 0;
  background-color: #1d1d1d;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 35px;
  z-index: 1000;
  padding: 9px 0;
}
.checkout-cart-index #ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control:before {
  content: '';
  display: inline-block;
}
.checkout-cart-index #ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
.checkout-cart-index #ampromo-items-add {
  border: 1px solid #eaeaea;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
.checkout-cart-index #ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-cart-index .amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  .checkout-cart-index body #ampromo-items.amcarousel {
    width: 400px;
  }
  .checkout-cart-index body .amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  .checkout-cart-index body #ampromo-items.amcarousel {
    width: 100%;
  }
  .checkout-cart-index body .amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  .checkout-cart-index body .ampromo-carousel-control.prev {
    left: 0px;
  }
  .checkout-cart-index body .ampromo-carousel-control.next {
    right: 0px;
  }
  .checkout-cart-index body .ampromo-carousel-control {
    z-index: 10001;
  }
}
@media only screen and (max-width: 340px) {
  .checkout-cart-index body #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  .checkout-cart-index body #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  .checkout-cart-index body #ampromo-items {
    padding-top: 0;
  }
  .checkout-cart-index body #ampromo-items > h4 {
    display: none;
  }
}
.checkout-cart-index #ampromo-items.amcarousel {
  display: block;
  width: 685px;
}
.checkout-cart-index .amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
.checkout-cart-index .amcarousel .ampromo-carousel-control {
  display: block;
}
.checkout-cart-index .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.brandfield.nl/skin/frontend/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
.checkout-cart-index .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
.checkout-cart-index .ampromo-carousel-control.amcarousel-disabled.next {
  background-position: -46px 0 !important;
}
.checkout-cart-index .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
.checkout-cart-index .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
.checkout-cart-index .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
.checkout-cart-index .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
.checkout-cart-index .ampromo-item .qty-holder {
  display: none;
}
.checkout-cart-index .ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}

@media only screen and (max-width: 799px) {
  .checkout-cart-index #ampromo-overlay #ampromo-items {
    width: auto;
    height: auto;
    top: 10px !important;
    left: 10px;
    right: 10px;
    margin: 0;
    position: absolute;
    max-height: 96%;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title h4 {
    line-height: 24px;
    height: auto;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-title:after {
    content: '';
    display: table;
    clear: both;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide {
    width: 100%;
    height: 100%;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-image {
    float: left;
    max-width: 33.3333%;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-title {
    text-align: left;
    margin-left: 33.3333%;
    padding-left: 10px;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-title:after {
    content: '';
    display: table;
    clear: both;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items .ampromo-slide .ampromo-item .ampromo-item-options {
    margin-top: 20px;
  }
  .checkout-cart-index #ampromo-overlay #ampromo-items.product-count--1 .ampromo-slide {
    width: 100%;
    float: none;
  }
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
  box-sizing: content-box;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar, .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/* update scrollbar offset if both scrolls are visible */
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

.lightbox {
  display: none;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 600;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  border-bottom: 10px solid transparent;
  background: #fff;
  cursor: auto;
  white-space: normal;
  width: 90%;
  max-width: 940px;
  height: -moz-calc(100% - 36px);
  height: -webkit-calc(100% - 36px);
  height: calc(100% - 36px);
}
.featherlight .featherlight-content:before {
  content: '';
  display: block;
  width: 100%;
  height: 57px;
  background-color: #f7f7f7;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight .lightbox {
  overflow: hidden;
  padding: 10px 0 0;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 15px;
  right: 11.5px;
  overflow: hidden;
  line-height: 200px;
  height: 27px;
  width: 27px;
  border: 0;
  background-color: transparent;
}
.featherlight .featherlight-close-icon:before {
  content: '';
  display: none;
}
.featherlight .featherlight-close-icon:after {
  content: '';
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 7.5px;
  right: 7.5px;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight iframe {
  border: none;
}
.featherlight * {
  box-sizing: border-box;
}
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

html.with-featherlight {
  overflow: hidden;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  overflow-y: scroll;
}

@media only screen and (min-width: 1023px) {
  .featherlight .featherlight-content {
    margin-left: 5%;
    margin-right: 5%;
    min-height: 500px;
    max-height: 840px;
    border-bottom: 25px solid transparent;
  }
  .featherlight .featherlight-close-icon {
    right: 19px;
  }
  .featherlight .featherlight-close-icon:before {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
  }
  .featherlight .featherlight-close-icon:after {
    display: none;
  }
  .featherlight .lightbox {
    margin-left: 39px;
    margin-right: 39px;
  }
}
@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -moz-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  -o-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
  clear: both;
}

/* End of pager */
/** Gallery */
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  background-color: #fff;
  width: 30px;
  display: block;
  top: 50%;
  height: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -15px;
  -moz-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0 1px 3px 1px rgba(160, 160, 160, 0.5);
}
.lSAction > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.lSAction > .lSPrev {
  left: 10px;
}
.lSAction > .lSPrev:before {
  left: 9px;
}
.lSAction > .lSNext {
  right: 10px;
}
.lSAction > .lSNext:before {
  right: 9px;
}
.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/* vertical controlls */
/* vertical */
/* Rtl */
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.related-toggle {
  position: relative;
  padding-left: 30px;
}
.related-toggle::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.related-options .block-related .products-grid > li.item {
  padding-bottom: 30px;
}
.related-options .block-related .products-grid .product-name {
  padding-bottom: 10px;
  font-size: 14px;
}
.related-options .block-related .products-grid .price-box .price {
  font-size: 14px;
}

@media only screen and (min-width: 1023px) {
  .related-options .block-related {
    position: relative;
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .related-options .block-related .products-grid {
    padding-left: 0;
    padding-right: 0;
  }
  .related-options .block-related .products-grid > li.item {
    border-right: 1px solid #EDEDED;
    padding: 20px;
  }
  .related-options .block-related .products-grid > li.item:last-child {
    border-right: 0;
  }
  .related-options .block-related .products-grid.has-max4-items > li.item {
    flex-grow: 0;
    flex-basis: 25%;
    max-width: 25%;
  }
  .related-options .block-related .lSAction > .lSPrev {
    left: -8px;
  }
  .related-options .block-related .lSAction > .lSNext {
    right: -8px;
  }
}
.cart-table tbody .related-options > td {
  border-top: 0;
  padding: 0;
}
.cart-table tbody .related-options table {
  table-layout: fixed;
  width: 100%;
}
.cart-table tbody .related-options table td,
.cart-table tbody .related-options table td:first-child {
  border: 0;
  padding: 0;
}

/* ============================================ *
 * Tweakwise - additional
 * ============================================ */
.twp-snippet .ratings,
.twp-snippet .product-name,
.twp-snippet .product-image,
.twp-snippet .price-box,
.twp-snippet .actions {
  min-height: 0 !important;
}
.twp-snippet .products-grid .product-image {
  flex: 1 0 auto;
}

@media only screen and (max-width: 479px) {
  .twp-snippet .mct-widget-products .widget-products ul > li a.link-product:hover {
    border-bottom-color: transparent;
  }
}
.dropshipment {
  font-size: 14px;
  color: #1d1d1d;
}

a.dropshipmentPopupLink {
  font-weight: 400;
  text-decoration: underline;
}
a.dropshipmentPopupLink:hover {
  text-decoration: none;
}

#info_mct_dropshipment_mct_dropshipment {
  font-weight: 300;
}

.delivery-availability-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1022px) {
  .featherlight .lightbox {
    margin-left: 10px;
    margin-right: 10px;
  }

  .catalog-product-view .add-to-cart-wrapper > .dropshipment {
    display: none;
  }

  #info_mct_dropshipment_mct_dropshipment {
    display: initial;
  }
}
#mct-retailstore-stock {
  font-size: 14px;
  margin-top: 10px;
}
#mct-retailstore-stock > a {
  display: inline-block;
}
#mct-retailstore-stock > a strong {
  display: block;
}
#mct-retailstore-stock > a > span {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
#mct-retailstore-stock > a .arrow {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
  height: 6px;
  position: relative;
}
#mct-retailstore-stock > a .arrow:before, #mct-retailstore-stock > a .arrow:after {
  content: '';
  display: inline-block;
  top: 2px;
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #1d1d1d;
  display: inline-block;
  transition: all .2s ease;
}
#mct-retailstore-stock > a .arrow:before {
  right: 6px;
  transform: rotate(35deg);
}
#mct-retailstore-stock > a .arrow:after {
  right: 1px;
  transform: rotate(-35deg);
}
#mct-retailstore-stock > a:hover {
  text-decoration: none;
}
#mct-retailstore-stock > a:hover > span {
  text-decoration: none;
}
#mct-retailstore-stock #pdp-retailstores-list {
  display: none;
  margin-top: 10px;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #ECECEC;
  line-height: 19px;
  padding: 11px 4px;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .details {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .city {
  font-weight: 400;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .city:hover {
  text-decoration: none;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .stock {
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  position: relative;
  padding-right: 1em;
  text-align: right;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .stock:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.3em;
  right: 0;
  background-color: #1d1d1d;
  width: 0.5714em;
  height: 0.5714em;
  border-radius: 50%;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .stock.in-stock {
  color: #74A651;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .stock.in-stock:after {
  background-color: #74A651;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .stock.out-of-stock {
  color: #ff8916;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore .stock.out-of-stock:after {
  background-color: #ff8916;
}
#mct-retailstore-stock #pdp-retailstores-list .retailstore:last-child {
  padding-bottom: 0;
}
#mct-retailstore-stock.active > a .arrow:before {
  transform: rotate(-35deg);
}
#mct-retailstore-stock.active > a .arrow:after {
  transform: rotate(35deg);
}

@media only screen and (min-width: 1023px) {
  #mct-retailstore-stock {
    clear: both;
    padding-top: 10px;
    margin-top: 0;
  }
  #mct-retailstore-stock #pdp-retailstores-list .retailstore .stock {
    font-weight: 400;
  }
  #mct-retailstore-stock #pdp-retailstores-list .retailstore:last-child {
    padding-bottom: 11px;
  }
}
#mct_cartrelatedproductpopup_popup {
  position: fixed;
  bottom: -100%;
  background: #fff;
  z-index: 999;
  width: 100%;
  transition: bottom 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
#mct_cartrelatedproductpopup_popup.open {
  bottom: 0;
}
#mct_cartrelatedproductpopup_popup.open + #mct_cartrelatedproductpopup_overlay {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #1d1d1d;
  opacity: 0.7;
}
#mct_cartrelatedproductpopup_popup .popup-title {
  background: #e6e6e6;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#mct_cartrelatedproductpopup_popup .popup-title .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 20px;
}
#mct_cartrelatedproductpopup_popup .popup-title .title span {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
#mct_cartrelatedproductpopup_popup .popup-title .close {
  background: #fff;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#mct_cartrelatedproductpopup_popup .popup-title .close:hover {
  cursor: pointer;
}
#mct_cartrelatedproductpopup_popup .popup-title .close:before {
  content: '';
  display: block;
}
#mct_cartrelatedproductpopup_popup .popup-content {
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
}
#mct_cartrelatedproductpopup_popup .popup-content .product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .product-image {
  width: 25%;
  flex-shrink: 0;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .product-image img {
  max-width: 100%;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .product-name {
  flex-grow: 1;
  padding: 0 20px;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .product-name .manufacturer {
  display: block;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .price-info .price-box {
  text-align: right;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .price-info .price-box .old-price,
#mct_cartrelatedproductpopup_popup .popup-content .product .price-info .price-box .special-price,
#mct_cartrelatedproductpopup_popup .popup-content .product .price-info .price-box p {
  display: block;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .price-info .price-box .price {
  font-size: 16px;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .price-info .price-box .old-price .price {
  font-size: 14px;
}
#mct_cartrelatedproductpopup_popup .popup-content .product .price-info .price-box .discount {
  display: none;
}
#mct_cartrelatedproductpopup_popup .popup-content .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#mct_cartrelatedproductpopup_popup .popup-content .actions .button, #mct_cartrelatedproductpopup_popup .popup-content .actions .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper #mct_cartrelatedproductpopup_popup .popup-content .actions .button2 {
  margin: 20px 0 10px;
  border-radius: 2px;
}
#mct_cartrelatedproductpopup_popup .popup-content .actions .cancel {
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (min-width: 1023px) {
  #mct_cartrelatedproductpopup_popup {
    bottom: 0;
    top: -100%;
    transition: top 0.3s ease-in-out;
    width: 520px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 0;
  }
  #mct_cartrelatedproductpopup_popup.open {
    top: 20%;
    bottom: unset;
  }
  #mct_cartrelatedproductpopup_popup .popup-title {
    height: 60px;
  }
  #mct_cartrelatedproductpopup_popup .popup-title .close {
    background: #e6e6e6;
  }
  #mct_cartrelatedproductpopup_popup .popup-content {
    padding: 0;
  }
  #mct_cartrelatedproductpopup_popup .popup-content .product {
    padding: 30px 20px;
    border-bottom: solid 1px #eaeaea;
  }
  #mct_cartrelatedproductpopup_popup .popup-content .actions {
    padding: 0 20px;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  #mct_cartrelatedproductpopup_popup .popup-content .actions .button, #mct_cartrelatedproductpopup_popup .popup-content .actions .cart-collaterals .block-content .button-wrapper .button2, .cart-collaterals .block-content .button-wrapper #mct_cartrelatedproductpopup_popup .popup-content .actions .button2 {
    order: 2;
    margin: 20px 0 20px 15px;
  }
}
#mct-listpagepromos-wrapper {
  display: none;
}

.category-products .products-grid {
  border-left: 1px solid #eaeaea !important;
}
.category-products .products-grid > li.item {
  border-left: 0 !important;
  border-right: 1px solid #eaeaea !important;
}

@media only screen and (min-width: 1023px) {
  .product-grid-usp {
    border-left: 0;
  }
}
#strengthmeter {
  display: block;
  margin-top: 10px;
}

#strengthmeter label {
  width: auto;
}
#strengthmeter #bar {
  clear: left;
  position: relative;
  height: 10px;
  width: 364px;
  max-width: 100%;
  background-color: #efefef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.60;
  filter: alpha(opacity=60);
}
@media only screen and (max-width: 479px) {
  #strengthmeter #bar {
    width: 100%;
  }
}
#strengthmeter span {
  display: inline-block;
}
#strengthmeter #fill {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 10px;
  float: left;
}
#strengthmeter #fill.fill1 {
  background-color: #b3927f;
}
#strengthmeter #fill.fill2 {
  background-color: #ff8916;
}
#strengthmeter #fill.fill3 {
  background-color: #FFDD15;
}
#strengthmeter #fill.fill4 {
  background-color: #6cb2b2;
}
#strengthmeter #fill.fill5 {
  background-color: #11B400;
}

.mct-email-suggest {
  position: relative;
  display: inline-block;
  font-size: .9em;
  padding: .4861em 1.25em .416666em;
  font-weight: 400;
  margin-top: .34722em;
  border-radius: 3px;
  color: #ff844e;
  background-color: #ffe6dc;
}
.mct-email-suggest:before {
  content: '';
  position: absolute;
  top: -0.34722em;
  left: 1.25em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .34722em .34722em .34722em;
  border-color: transparent transparent #ffe6dc transparent;
}
.mct-email-suggest span {
  font-weight: 600;
}

.vat-notification {
  color: #ff7e16;
  background-color: #ffe6dc;
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 30px 11px;
  border-radius: 3px;
}
@media only screen and (min-width: 1023px) {
  .vat-notification {
    margin-left: 32%;
  }
}

.nl-footer-wrapper {
  align-items: center;
  background-color: white;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px;
  width: 100%;
}

.nl-footer-claim {
  flex-basis: 50%;
  text-align: center;
}
.nl-footer-claim span {
  font-weight: 400;
}

.nl-footer-form {
  display: flex;
  flex-basis: 50%;
  position: relative;
}

.nl-footer-input {
  padding: 12px 20px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #cdcdcd;
  background: #fff;
  font-size: 14px;
  width: 50%;
}

.nl-footer-input:focus,
.nl-footer-input:focus-visible {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #000;
}

.nl-footer-error-input,
.nl-footer-error-input:focus,
.nl-footer-error-input:focus-visible {
  border: 1px solid #ed3409;
  color: #ed3409;
}

.nl-footer-error-text {
  color: #ed3409;
  font-size: 13px;
  position: absolute;
  bottom: -20px;
}

.nl-footer-button {
  color: #fff;
  padding: 12px;
  border: none;
  font-size: 16px;
  background: #1e1e1e;
  font-weight: 400;
  letter-spacing: 3px;
  border: 2px solid #1e1e1e;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  cursor: pointer;
  width: 48%;
  margin-left: 2%;
}
.nl-footer-button:hover {
  background-color: #000;
}

.nl-footer-thankyou {
  font-size: 16px;
  text-align: center;
  display: none;
  padding-top: 10px;
  width: 60%;
}

@media only screen and (max-width: 799px) {
  .nl-footer-wrapper {
    display: block;
  }

  .nl-footer-claim {
    text-align: center;
  }

  .nl-footer-form,
  .nl-footer-claim,
  .nl-footer-button,
  .nl-footer-input {
    width: 100%;
    margin: 10px 0 10px 0 !important;
    display: block;
  }

  .nl-footer-thankyou {
    width: 100%;
    margin: 10px 0 10px 0 !important;
  }

  .nl-footer-input {
    font-size: 16px;
  }
}
@media only screen and (min-width: 799px) {
  .nl-footer-claim {
    margin-right: 10px;
  }

  .nl-footer-form {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1023px) {
  .nl-footer-claim {
    flex-basis: 55%;
  }
  .nl-footer-claim span {
    font-size: 18px;
  }

  .nl-footer-form {
    flex-basis: 45%;
  }

  .nl-footer-input {
    font-size: 16px;
  }
}
/* ============================================ *
 * Trusted shops badge - custom styles
 * ============================================ */
body > div[id^="trustbadge-container-"]:not(.show) {
  display: none !important;
}

@media only screen and (max-width: 648px) {
  body.has-open-navbar div[id^="trustbadge-container-"] {
    display: none !important;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button, div.calendar table .cart-collaterals .block-content .button-wrapper td.button2, .cart-collaterals .block-content .button-wrapper div.calendar table td.button2 {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* ============================================ *
 * Store credit
 * ============================================ */
.storecredit .account-balance {
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 20px;
  width: 49%;
  float: left;
}
@media only screen and (max-width: 1023px) {
  .storecredit .account-balance {
    padding: 10px;
  }
}
@media only screen and (max-width: 799px) {
  .storecredit .account-balance {
    float: none !important;
    width: auto;
  }
}
.storecredit .account-balance + .account-balance {
  float: right;
}
.storecredit .account-balance a {
  text-decoration: underline;
}
.storecredit .account-balance a:hover {
  text-decoration: none;
}
.storecredit:after {
  content: '';
  display: table;
  clear: both;
}

body.customer-account .storecredit .data-table td.last {
  padding: 10px;
}

@media only screen and (max-width: 420px) {
  .storecredit th,
  .storecredit td {
    font-size: 12px;
    padding: 5px;
  }

  body.customer-account .storecredit .data-table td.last {
    padding: 5px;
  }
}
/* ============================================ *
 * Gift Message Styles
 * ============================================ */
.gift-item {
  width: 100%;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.gift-item .product-image {
  float: left;
  width: 100px;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .gift-item .product-image {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .gift-item .product-image img {
    display: inline;
    max-width: 50%;
  }
}
.gift-item .fieldset {
  float: left;
  margin-left: 0;
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
.gift-item .fieldset h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .gift-item .fieldset {
    float: none;
    width: auto;
  }
}
.gift-item:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form h4 {
  display: none;
}

.opc li.section .add-gift-message {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px;
  margin-top: 30px;
}
.opc li.section .add-gift-message h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 15px 0;
  line-height: 1.5;
}
.opc li.section .gift-message-form {
  background: #fff;
  border: 1px solid #eaeaea;
  border-top-width: 0;
  padding: 20px;
  margin-bottom: 10px;
}

.gift-wrapping-design {
  margin-top: 20px;
}
.gift-wrapping-design .image-box {
  display: block;
  margin-right: 20px;
  float: left;
}
.gift-wrapping-design .price-box {
  margin: 0;
  float: left;
  line-height: 70px;
}
.gift-wrapping-design .price-box .label {
  display: none;
}
.gift-wrapping-design .price-box .price {
  font-size: 20px;
  display: block;
}
.gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

.gift-wrapping-form select {
  height: 46px;
}
.gift-wrapping-form label {
  display: none;
}

.options-items-container {
  float: left !important;
}

#allow-gift-options-for-items-container,
#allow-gift-messages-for-order-container,
#allow-gift-options-for-order-container {
  width: 100%;
  display: block;
  padding-top: 10px;
}
#allow-gift-options-for-items-container p.number,
#allow-gift-messages-for-order-container p.number,
#allow-gift-options-for-order-container p.number {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gift-message-form .inner-box > div {
  clear: both;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .gift-message-form .gift-item .product-img-box {
    float: left;
    width: 140px;
  }
}

/*# sourceMappingURL=styles.css.map */

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.brandfield.nl/skin/frontend/brandfield/default/js/owlcarousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

