@charset "UTF-8";
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center {
  margin: 0 auto;
  display: block;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.hide {
  display: none;
}

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.no-bg {
  background: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

.reset-overflow {
  overflow: visible !important;
}

.text-reset {
  font-size: 10px !important;
  line-height: 10px !important;
}

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

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

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

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

.text-lcase {
  text-transform: lowercase;
}

.text-nocase {
  text-transform: none !important;
}

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

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.add-margin-top {
  margin-top: 20px;
}

.add-margin {
  margin-bottom: 20px !important;
}

.add-margin-tight {
  margin-bottom: 10px !important;
}

.border-top {
  border-top: 1px solid #eee;
}

.border-right {
  border-right: 1px solid #eee;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

.border-left {
  border-left: 1px solid #eee;
}

.border-light {
  border-color: #fff;
}

.border-top-dotted {
  border-top: 1px dotted #eee;
}

.border-right-dotted {
  border-right: 1px dotted #eee;
}

.border-bottom-dotted {
  border-bottom: 1px dotted #eee;
}

.border-left-dotted {
  border-left: 1px dotted #eee;
}

.spacer {
  margin-bottom: 2em;
  padding-top: 1px;
  clear: both;
}

.is-placeholder {
  background-color: #ccc;
  padding: 2em 0;
  text-align: center;
}

@media only screen and (min-width: 980px) {
  .show-for-mobile,
  .show-for-tablet,
  .hide-for-large-up,
  .show-for-tablet-down {
    display: none !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1279px) {
  .show-for-xlarge
  .hide-for-large {
    display: none !important;
  }
}
@media only screen and (max-width: 979px) {
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .show-for-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-for-tablet,
  .show-for-tablet-up {
    display: none !important;
  }
}
.group:before, .group:after,
.block-grid:before,
.buttons-set:before,
.form:before,
form:before,
.form-list:before,
.options-list:before,
.row:before,
.container:before,
.list:before,
.top-bar .top-links:before,
.tabs--product:before,
.toolbar:before,
.product-box footer:before,
.product-list:before,
.product-options:before,
.catalog-layer:before,
.footer-links:before,
.store-info > ul:before,
.block-grid:after,
.buttons-set:after,
.form:after,
form:after,
.form-list:after,
.options-list:after,
.row:after,
.container:after,
.list:after,
.top-bar .top-links:after,
.tabs--product:after,
.toolbar:after,
.product-box footer:after,
.product-list:after,
.product-options:after,
.catalog-layer:after,
.footer-links:after,
.store-info > ul:after,
.clearfix:before,
.links:before,
.clearfix:after,
.links:after {
  content: " ";
  display: table;
}
.group:after,
.block-grid:after,
.buttons-set:after,
.form:after,
form:after,
.form-list:after,
.options-list:after,
.row:after,
.container:after,
.list:after,
.top-bar .top-links:after,
.tabs--product:after,
.toolbar:after,
.product-box footer:after,
.product-list:after,
.product-options:after,
.catalog-layer:after,
.footer-links:after,
.store-info > ul:after,
.clearfix:after,
.links:after {
  clear: both;
}
.group,
.block-grid,
.buttons-set,
.form,
form,
.form-list,
.options-list,
.row,
.container,
.list,
.top-bar .top-links,
.tabs--product,
.toolbar,
.product-box footer,
.product-list,
.product-options,
.catalog-layer,
.footer-links,
.store-info > ul,
.clearfix,
.links {
  *zoom: 1;
}

.clear {
  clear: both;
}

.off-canvas {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

td,
th {
  padding: 0;
}

@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.loading {
  position: relative;
  z-index: 0;
}
.loading:before {
  background-color: transparent;
  border-radius: 20px;
  border: 4px solid rgba(253, 147, 38, 0.2);
  border-top-color: rgba(253, 147, 38, 0.8);
  content: '';
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 12px;
  z-index: 1;
  -webkit-animation: rotate 0.5s infinite linear;
  -moz-animation: rotate 0.5s infinite linear;
  -o-animation: rotate 0.5s infinite linear;
  animation: rotate 0.5s infinite linear;
}
.loading:after {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.loading-dark:before {
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
}
.loading-dark:after {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.block {
  margin: 0 0 20px;
  clear: both;
}
.block .actions {
  margin: 1em 0;
}
.block .actions a {
  font-weight: bold;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
}

.block-title {
  color: #222;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-transform: none;
  font-size: 1.4em;
  line-height: 1.28571em;
}
.block-title a {
  text-decoration: none;
}

.block-content {
  padding: 10px 0 1px;
}
.block-content p,
.block-content ul,
.block-content ol {
  font-size: 1.4em;
  line-height: 1.28571em;
}

.block.block-banner .block-content {
  text-align: center;
}
.block.block-banner .block-content img {
  width: 100%;
}

.block-grid {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-grid p {
  font-size: 1.6em;
  line-height: 1.5em;
}
.block-grid.two-up > li {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .block-grid.two-up > li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .block-grid.two-up > li {
    width: 100%;
  }
}
.block-grid.three-up > li {
  width: 33.3333%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .block-grid.three-up > li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .block-grid.three-up > li {
    width: 50%;
  }
}
.block-grid.four-up > li {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .block-grid.four-up > li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .block-grid.four-up > li {
    width: 50%;
  }
}
.block-grid.five-up > li {
  width: 20%;
}
@media only screen and (max-width: 979px) {
  .block-grid.five-up > li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .block-grid.five-up > li {
    width: 50%;
  }
}
@media only screen and (max-width: 979px) {
  .block-grid.disable-on-tablet-down.one-up > li, .block-grid.disable-on-tablet-down.two-up > li, .block-grid.disable-on-tablet-down.three-up > li, .block-grid.disable-on-tablet-down.four-up > li, .block-grid.disable-on-tablet-down.five-up > li {
    width: 100%;
  }
}

.box {
  margin: 0 0 10px;
  position: relative;
}
.box img,
.box embed,
.box video,
.box iframe {
  max-width: 100%;
  margin-bottom: 1em;
}
.box .box {
  margin-bottom: 1em;
}

.box-inner {
  padding: 10px;
}

.box-title,
.box-title h1,
.box-title h2,
.box-title h3 {
  margin-top: 1em;
}

.box-white > .box-inner {
  background-color: #fff;
}

.box-info > .box-inner {
  background-color: white;
}

.box-success > .box-inner {
  background-color: #bdddbd;
}

.box-warning > .box-inner {
  background-color: #ffc880;
}

.box-alert > .box-inner {
  background-color: #f1dcdc;
}

.box-shadow > .box-inner {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.box-border > .box-inner {
  border: 2px solid #ccc;
}
.box-border.box-info > .box-inner {
  border-color: white;
}
.box-border.box-success > .box-inner {
  border-color: #9bcc9c;
}
.box-border.box-warning > .box-inner {
  border-color: #ffb14d;
}
.box-border.box-alert > .box-inner {
  border-color: #e3b7b7;
}

.box-rounded > .box-inner {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

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

input[type=submit].button, button.button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

button,
.button {
  background-color: #fd9326;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #222;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: background-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}
button:hover,
.button:hover {
  cursor: pointer;
  text-decoration: none;
}
button:active, button:focus, button.is-active,
.button:active,
.button:focus,
.button.is-active {
  outline: 0;
}
button .icon,
button .oi,
.button .icon,
.button .oi {
  font-size: 1.2em;
  vertical-align: middle;
}
button.full-width,
.button.full-width {
  width: 100%;
}
button.has-icon i,
.button.has-icon i {
  margin-right: 5px;
}
button.has-icon.has-icon-right i,
.button.has-icon.has-icon-right i {
  margin-left: 5px;
  margin-right: 0;
}
button .pill,
.button .pill {
  background-color: #fc361d;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -3px;
  text-align: center;
  top: -3px;
  vertical-align: middle;
  width: 17px;
}

.button-small {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
}
.button-small i {
  line-height: inherit;
}

.button-big,
.button-large {
  padding: 15px 20px;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
}
.button-big i,
.button-large i {
  line-height: inherit;
}

.button-icon {
  text-align: center;
}
.button-icon i {
  margin: 0;
  width: 100%;
}

.button-responsive {
  padding: 0;
}
.button-responsive i,
.button-responsive .oi {
  background-color: rgba(0, 0, 0, 0.2);
  width: auto;
  padding: 5px 10px;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: inherit;
  line-height: inherit;
}
.button-responsive span {
  display: inline-block;
  line-height: inherit;
  padding: 5px 10px;
  -moz-transition: padding-left 0.3s ease, padding-right 0.3s ease, width 0.3s ease;
  -o-transition: padding-left 0.3s ease, padding-right 0.3s ease, width 0.3s ease;
  -webkit-transition: padding-left 0.3s ease, padding-right 0.3s ease, width 0.3s ease;
  transition: padding-left 0.3s ease, padding-right 0.3s ease, width 0.3s ease;
}
@media only screen and (max-width: 979px) {
  .button-responsive i,
  .button-responsive .oi {
    background-color: transparent;
  }
  .button-responsive span {
    display: none;
  }
}

button,
.button {
  background-color: #eee;
  color: #555;
}
button:hover,
.button:hover {
  background-color: #d5d5d5;
  color: #555;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
button:active,
.button:active {
  box-shadow: none;
}
button.is-active,
.button.is-active {
  background-color: #bbbbbb;
  box-shadow: none;
}
button:disabled, button[disabled], button[disabled="disabled"],
button .is-disabled,
.button:disabled,
.button[disabled],
.button[disabled="disabled"],
.button .is-disabled {
  box-shadow: none;
  background: none;
  background-color: rgba(238, 238, 238, 0.5);
  color: rgba(85, 85, 85, 0.5);
}

.button-primary {
  background-color: #fd9326;
  color: #fff;
}
.button-primary:hover {
  background-color: #fdac59;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.button-primary:active {
  box-shadow: none;
}
.button-primary.is-active {
  background-color: #fec58b;
  box-shadow: none;
}
.button-primary:disabled, .button-primary[disabled], .button-primary[disabled="disabled"],
.button-primary .is-disabled {
  box-shadow: none;
  background: none;
  background-color: rgba(253, 147, 38, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.button-secondary {
  background-color: #333;
  color: #fff;
}
.button-secondary:hover {
  background-color: #4d4d4d;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.button-secondary:active {
  box-shadow: none;
}
.button-secondary.is-active {
  background-color: #666666;
  box-shadow: none;
}
.button-secondary:disabled, .button-secondary[disabled], .button-secondary[disabled="disabled"],
.button-secondary .is-disabled {
  box-shadow: none;
  background: none;
  background-color: rgba(51, 51, 51, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.button-white {
  background-color: #fff;
  color: #555;
}
.button-white:hover {
  background-color: #e6e6e6;
  color: #555;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.button-white:active {
  box-shadow: none;
}
.button-white.is-active {
  background-color: #cccccc;
  box-shadow: none;
}
.button-white:disabled, .button-white[disabled], .button-white[disabled="disabled"],
.button-white .is-disabled {
  box-shadow: none;
  background: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(85, 85, 85, 0.5);
}

.button-gray {
  background-color: #555;
  color: #fff;
}
.button-gray:hover {
  background-color: #6f6f6f;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.button-gray:active {
  box-shadow: none;
}
.button-gray.is-active {
  background-color: #888888;
  box-shadow: none;
}
.button-gray:disabled, .button-gray[disabled], .button-gray[disabled="disabled"],
.button-gray .is-disabled {
  box-shadow: none;
  background: none;
  background-color: rgba(85, 85, 85, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.button-black {
  background-color: #333;
  color: #fff;
}
.button-black:hover {
  background-color: #4d4d4d;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.button-black:active {
  box-shadow: none;
}
.button-black.is-active {
  background-color: #666666;
  box-shadow: none;
}
.button-black:disabled, .button-black[disabled], .button-black[disabled="disabled"],
.button-black .is-disabled {
  box-shadow: none;
  background: none;
  background-color: rgba(51, 51, 51, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.button-green {
  background-color: #16ab65;
  color: #fff;
}
.button-green:hover {
  background-color: #1cd880;
  color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.button-green:active {
  box-shadow: none;
}
.button-green.is-active {
  background-color: #41e699;
  box-shadow: none;
}
.button-green:disabled, .button-green[disabled], .button-green[disabled="disabled"],
.button-green .is-disabled {
  box-shadow: none;
  background: none;
  background-color: rgba(22, 171, 101, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

.button-sprite {
  height: 36px;
  line-height: 32px;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 0;
  background: url(https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/button-sprite.png) no-repeat 0 0;
  display: inline-block;
  white-space: nowrap;
}
.button-sprite:hover {
  color: #fff;
  text-decoration: none;
}
.button-sprite > span {
  background: url(https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/button-sprite.png) no-repeat 100% -40px;
  margin: 0 0 0 20px;
  padding: 0 20px 0 0;
  display: block;
  height: 36px;
}
.button-sprite.arrow > span {
  background-position: 100% -80px;
  padding-right: 25px;
}
.button-sprite.full {
  width: 100%;
}
.button-sprite.primary {
  background-position: 0 -120px;
}
.button-sprite.primary > span {
  background-position: 100% -160px;
}
.button-sprite.primary.arrow > span {
  background-position: 100% -200px;
  padding-right: 25px;
}
.button-sprite.blue {
  background-position: 0 -240px;
}
.button-sprite.blue > span {
  background-position: 100% -280px;
}
.button-sprite.blue.arrow > span {
  background-position: 100% -320px;
  padding-right: 25px;
}
.button-sprite.green {
  background-position: 0 -360px;
  color: #eee;
  font-weight: 400;
}
.button-sprite.green:hover {
  color: #fff;
}
.button-sprite.green > span {
  background-position: 100% -400px;
}

.button-transparent {
  background-color: transparent;
  color: #000;
}
.button-transparent:hover, .button-transparent:focus, .button-transparent:active {
  background-color: #fff;
  box-shadow: none;
}

.button-qty {
  border-color: #ddd;
  color: #333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.button-qty:hover {
  background-color: #eee;
  box-shadow: none;
  color: inherit;
}

.button-group {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline;
}
.button-group > .button {
  position: relative;
  border-radius: 0;
  float: left;
}
.button-group > .button:first-child {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group > .button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.buttons-set {
  margin: 20px 0;
  padding: 0;
}
.buttons-set .button {
  float: right;
  margin-left: 10px;
}
.buttons-set p,
.buttons-set p.required,
.buttons-set .back-link {
  display: inline-block;
  margin: 0;
  line-height: 36px;
}
.buttons-set .checkout-types {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tag,
.badge {
  position: relative;
  background-color: #999;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 2.5px 10px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  -moz-transition: background-color 0.2s ease, opacity 0.2s ease;
  -o-transition: background-color 0.2s ease, opacity 0.2s ease;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.tag.active,
.badge.active {
  background-color: #000;
  color: #fff;
}

.tag {
  border-radius: 3px;
}

.tag-as-pill {
  min-width: 12px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.tag-as-pill.tag-small {
  min-width: 10px;
}

.tag-small {
  padding: 5px;
  font-size: 10px;
  line-height: 10px;
}

.badge {
  padding-left: 10px;
  padding-right: 10px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.tag:empty,
.badge:empty {
  display: none;
}

a.tag:hover, a.badge:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
a.tag:active, a.badge:active {
  background-color: #000;
  color: #fff;
}

.tag-alert {
  background: #b94a48 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3NmU2ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5NGE0OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #b94a48 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c76e6d), color-stop(100%, #b94a48));
  background: #b94a48 -moz-linear-gradient(#c76e6d, #b94a48);
  background: #b94a48 -webkit-linear-gradient(#c76e6d, #b94a48);
  background: #b94a48 linear-gradient(#c76e6d, #b94a48);
}

.tag-alert[href] {
  background-color: #953b39;
}

.tag-warning {
  background: #b36500 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ODIwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IzNjUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #b36500 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e68200), color-stop(100%, #b36500));
  background: #b36500 -moz-linear-gradient(#e68200, #b36500);
  background: #b36500 -webkit-linear-gradient(#e68200, #b36500);
  background: #b36500 linear-gradient(#e68200, #b36500);
}

.tag-warning[href] {
  background-color: #804800;
}

.tag-success {
  background: #468847 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YTk1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2ODg0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #468847 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #58a959), color-stop(100%, #468847));
  background: #468847 -moz-linear-gradient(#58a959, #468847);
  background: #468847 -webkit-linear-gradient(#58a959, #468847);
  background: #468847 linear-gradient(#58a959, #468847);
}

.tag-success[href] {
  background-color: #356635;
}

.tag-info {
  background: #71bdf4 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDNmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxYmRmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #71bdf4 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0d3f8), color-stop(100%, #71bdf4));
  background: #71bdf4 -moz-linear-gradient(#a0d3f8, #71bdf4);
  background: #71bdf4 -webkit-linear-gradient(#a0d3f8, #71bdf4);
  background: #71bdf4 linear-gradient(#a0d3f8, #71bdf4);
}

.tag-info[href] {
  background-color: #42a7f0;
}

.tag-inverse {
  background: #333 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #333 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #333333));
  background: #333 -moz-linear-gradient(#4d4d4d, #333333);
  background: #333 -webkit-linear-gradient(#4d4d4d, #333333);
  background: #333 linear-gradient(#4d4d4d, #333333);
}

.tag-inverse[href] {
  background-color: #1a1a1a;
}

.tag-blue {
  background-color: #71bdf4;
}

.tag-blue[href] {
  background-color: #42a7f0;
}

.badge-alert {
  background: #b94a48 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3NmU2ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5NGE0OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #b94a48 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c76e6d), color-stop(100%, #b94a48));
  background: #b94a48 -moz-linear-gradient(#c76e6d, #b94a48);
  background: #b94a48 -webkit-linear-gradient(#c76e6d, #b94a48);
  background: #b94a48 linear-gradient(#c76e6d, #b94a48);
}

.badge-alert[href] {
  background-color: #953b39;
}

.badge-warning {
  background: #b36500 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ODIwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IzNjUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #b36500 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e68200), color-stop(100%, #b36500));
  background: #b36500 -moz-linear-gradient(#e68200, #b36500);
  background: #b36500 -webkit-linear-gradient(#e68200, #b36500);
  background: #b36500 linear-gradient(#e68200, #b36500);
}

.badge-warning[href] {
  background-color: #804800;
}

.badge-success {
  background: #468847 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YTk1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2ODg0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #468847 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #58a959), color-stop(100%, #468847));
  background: #468847 -moz-linear-gradient(#58a959, #468847);
  background: #468847 -webkit-linear-gradient(#58a959, #468847);
  background: #468847 linear-gradient(#58a959, #468847);
}

.badge-success[href] {
  background-color: #356635;
}

.badge-info {
  background: #71bdf4 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDNmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxYmRmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #71bdf4 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0d3f8), color-stop(100%, #71bdf4));
  background: #71bdf4 -moz-linear-gradient(#a0d3f8, #71bdf4);
  background: #71bdf4 -webkit-linear-gradient(#a0d3f8, #71bdf4);
  background: #71bdf4 linear-gradient(#a0d3f8, #71bdf4);
}

.badge-info[href] {
  background-color: #42a7f0;
}

.badge-inverse {
  background: #333 url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #333 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #333333));
  background: #333 -moz-linear-gradient(#4d4d4d, #333333);
  background: #333 -webkit-linear-gradient(#4d4d4d, #333333);
  background: #333 linear-gradient(#4d4d4d, #333333);
}

.badge-inverse[href] {
  background-color: #1a1a1a;
}

.badge-blue {
  background-color: #71bdf4;
}

.badge-blue[href] {
  background-color: #42a7f0;
}

input::-webkit-autofill {
  background-color: #fff;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

label {
  color: #222;
  position: relative;
  width: 100%;
  font-size: 1.4em;
  line-height: 1.28571em;
}
label em {
  color: #fd9326;
  margin-right: 5px;
}

input[type="checkbox"] + label {
  display: inline;
  margin-left: 5px;
  position: static;
  width: auto;
}

input::-webkit-input-placeholder {
  color: #666;
  color: rgba(34, 34, 34, 0.5);
}

input:-moz-placeholder {
  color: #666;
  color: rgba(34, 34, 34, 0.5);
}

input:-ms-input-placeholder {
  color: #666;
  color: rgba(34, 34, 34, 0.5);
}

.input-placeholer {
  color: #666;
  color: rgba(34, 34, 34, 0.5);
  left: 20px;
  position: absolute;
  top: 20px;
}

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

.form,
form {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

label {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.lt-ie9 label {
  width: auto;
}

.form-field-item.has-icon {
  position: relative;
}
.form-field-item.has-icon i {
  color: #999;
  left: 1px;
  line-height: inherit;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  top: 1px;
  font-size: 16px;
  line-height: 24px;
}
.form-field-item.has-icon input {
  padding-left: 35px;
}
.form-field-item.has-icon.has-icon-right i {
  left: auto;
  right: 1px;
}
.form-field-item.has-icon.has-icon-right input {
  padding-left: 5px;
  padding-right: 35px;
}

.form-list,
.options-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-list > li,
.options-list > li {
  display: inline-block;
  float: left;
  padding: 5px 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-list > li input[type="email"],
.form-list > li input[type="number"],
.form-list > li input[type="password"],
.form-list > li input[type="search"],
.form-list > li input[type="tel"],
.form-list > li input[type="text"],
.form-list > li input[type="url"],
.form-list > li input[type="color"],
.form-list > li input[type="date"],
.form-list > li input[type="datetime"],
.form-list > li input[type="datetime-local"],
.form-list > li input[type="month"],
.form-list > li input[type="time"],
.form-list > li input[type="week"],
.form-list > li button,
.form-list > li textarea,
.form-list > li input[type="radio"] + label,
.form-list > li input[type="checkbox"] + label,
.form-list > li input[type="radio"] .label > label,
.form-list > li input[type="checkbox"] .label > label,
.form-list > li select,
.options-list > li input[type="email"],
.options-list > li input[type="number"],
.options-list > li input[type="password"],
.options-list > li input[type="search"],
.options-list > li input[type="tel"],
.options-list > li input[type="text"],
.options-list > li input[type="url"],
.options-list > li input[type="color"],
.options-list > li input[type="date"],
.options-list > li input[type="datetime"],
.options-list > li input[type="datetime-local"],
.options-list > li input[type="month"],
.options-list > li input[type="time"],
.options-list > li input[type="week"],
.options-list > li button,
.options-list > li textarea,
.options-list > li input[type="radio"] + label,
.options-list > li input[type="checkbox"] + label,
.options-list > li input[type="radio"] .label > label,
.options-list > li input[type="checkbox"] .label > label,
.options-list > li select {
  width: 100%;
}
.form-list > li .chosen-container,
.options-list > li .chosen-container {
  width: 100% !important;
}

.form-list > .fields .form-field,
.form-list > .fields .field {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-list > .fields .form-field:first-child,
.form-list > .fields .field:first-child {
  padding-right: 5px;
}
.form-list > .fields .form-field:last-child,
.form-list > .fields .field:last-child {
  padding-left: 5px;
}

input[type="email"].validation-failed, .validation-failed input[type="email"], input[type="email"] .validation-error, .validation-error input[type="email"],
input[type="number"].validation-failed, .validation-failed
input[type="number"],
input[type="number"] .validation-error, .validation-error
input[type="number"],
input[type="password"].validation-failed, .validation-failed
input[type="password"],
input[type="password"] .validation-error, .validation-error
input[type="password"],
input[type="search"].validation-failed, .validation-failed
input[type="search"],
input[type="search"] .validation-error, .validation-error
input[type="search"],
input[type="tel"].validation-failed, .validation-failed
input[type="tel"],
input[type="tel"] .validation-error, .validation-error
input[type="tel"],
input[type="text"].validation-failed, .validation-failed
input[type="text"],
input[type="text"] .validation-error, .validation-error
input[type="text"],
input[type="url"].validation-failed, .validation-failed
input[type="url"],
input[type="url"] .validation-error, .validation-error
input[type="url"],
input[type="color"].validation-failed, .validation-failed
input[type="color"],
input[type="color"] .validation-error, .validation-error
input[type="color"],
input[type="date"].validation-failed, .validation-failed
input[type="date"],
input[type="date"] .validation-error, .validation-error
input[type="date"],
input[type="datetime"].validation-failed, .validation-failed
input[type="datetime"],
input[type="datetime"] .validation-error, .validation-error
input[type="datetime"],
input[type="datetime-local"].validation-failed, .validation-failed
input[type="datetime-local"],
input[type="datetime-local"] .validation-error, .validation-error
input[type="datetime-local"],
input[type="month"].validation-failed, .validation-failed
input[type="month"],
input[type="month"] .validation-error, .validation-error
input[type="month"],
input[type="time"].validation-failed, .validation-failed
input[type="time"],
input[type="time"] .validation-error, .validation-error
input[type="time"],
input[type="week"].validation-failed, .validation-failed
input[type="week"],
input[type="week"] .validation-error, .validation-error
input[type="week"],
textarea.validation-failed, .validation-failed
textarea,
textarea .validation-error, .validation-error
textarea,
select.validation-failed, .validation-failed
select,
select .validation-error, .validation-error
select,
.chosen-single.validation-failed, .validation-failed
.chosen-single,
.chosen-single .validation-error, .validation-error
.chosen-single {
  border-color: #d59392 !important;
}
input[type="email"].validation-passed, .validation-passed input[type="email"],
input[type="number"].validation-passed, .validation-passed
input[type="number"],
input[type="password"].validation-passed, .validation-passed
input[type="password"],
input[type="search"].validation-passed, .validation-passed
input[type="search"],
input[type="tel"].validation-passed, .validation-passed
input[type="tel"],
input[type="text"].validation-passed, .validation-passed
input[type="text"],
input[type="url"].validation-passed, .validation-passed
input[type="url"],
input[type="color"].validation-passed, .validation-passed
input[type="color"],
input[type="date"].validation-passed, .validation-passed
input[type="date"],
input[type="datetime"].validation-passed, .validation-passed
input[type="datetime"],
input[type="datetime-local"].validation-passed, .validation-passed
input[type="datetime-local"],
input[type="month"].validation-passed, .validation-passed
input[type="month"],
input[type="time"].validation-passed, .validation-passed
input[type="time"],
input[type="week"].validation-passed, .validation-passed
input[type="week"],
textarea.validation-passed, .validation-passed
textarea,
select.validation-passed, .validation-passed
select,
.chosen-single.validation-passed, .validation-passed
.chosen-single {
  border-color: #7aba7b !important;
}

.validation-advice {
  background-color: #b94a48;
  border-radius: 1.5px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  margin: 5px 0 0;
  padding: 10px 5px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.validation-advice:before {
  content: '';
  margin: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background-color: transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  display: block;
  height: 0;
  width: 0;
  border-bottom-color: #b94a48;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
}
.validation-advice .icon {
  color: rgba(255, 255, 255, 0.5);
  line-height: inherit;
  vertical-align: middle;
}

p.required {
  color: #555;
  font-size: 14px;
  line-height: 18px;
}

.row {
  margin-bottom: 20px;
}
.row.no-margin {
  margin-bottom: 0;
}
.row.tight-margin {
  margin-bottom: 10px;
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container .columns {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container .columns.one {
  width: 6.25%;
}
.container .columns.one.static {
  width: 6.25%;
}
.container .columns.two {
  width: 12.5%;
}
.container .columns.two.static {
  width: 12.5%;
}
.container .columns.three {
  width: 18.75%;
}
.container .columns.three.static {
  width: 18.75%;
}
.container .columns.four {
  width: 25%;
}
.container .columns.four.static {
  width: 25%;
}
.container .columns.five {
  width: 31.25%;
}
.container .columns.five.static {
  width: 31.25%;
}
.container .columns.six {
  width: 37.5%;
}
.container .columns.six.static {
  width: 37.5%;
}
.container .columns.seven {
  width: 43.75%;
}
.container .columns.seven.static {
  width: 43.75%;
}
.container .columns.eight {
  width: 50%;
}
.container .columns.eight.static {
  width: 50%;
}
.container .columns.nine {
  width: 56.25%;
}
.container .columns.nine.static {
  width: 56.25%;
}
.container .columns.ten {
  width: 62.5%;
}
.container .columns.ten.static {
  width: 62.5%;
}
.container .columns.eleven {
  width: 68.75%;
}
.container .columns.eleven.static {
  width: 68.75%;
}
.container .columns.twelve {
  width: 75%;
}
.container .columns.twelve.static {
  width: 75%;
}
.container .columns.thirteen {
  width: 81.25%;
}
.container .columns.thirteen.static {
  width: 81.25%;
}
.container .columns.fourteen {
  width: 87.5%;
}
.container .columns.fourteen.static {
  width: 87.5%;
}
.container .columns.fifteen {
  width: 93.75%;
}
.container .columns.fifteen.static {
  width: 93.75%;
}
.container .columns.sixteen {
  width: 100%;
}
.container .columns.sixteen.static {
  width: 100%;
}
.container .columns.one-third {
  width: 33.33333%;
}
.container .columns.one-third.static {
  width: 33.33333%;
}
.container .columns.two-thirds {
  width: 66.66667%;
}
.container .columns.two-thirds.static {
  width: 66.66667%;
}
.container .columns.one-half {
  width: 50%;
}
.container .columns.one-half.static {
  width: 50%;
}
.container .columns.one-fifth {
  width: 20%;
}
.container .columns.one-fifth.static {
  width: 20%;
}
.container .columns.offset-by-one {
  padding-left: 6.25%;
}
.container .columns.offset-by-two {
  padding-left: 12.5%;
}
.container .columns.offset-by-three {
  padding-left: 18.75%;
}
.container .columns.offset-by-four {
  padding-left: 25%;
}
.container .columns.offset-by-five {
  padding-left: 31.25%;
}
.container .columns.offset-by-six {
  padding-left: 37.5%;
}
.container .columns.offset-by-seven {
  padding-left: 43.75%;
}
.container .columns.offset-by-eight {
  padding-left: 50%;
}
.container .columns.offset-by-nine {
  padding-left: 56.25%;
}
.container .columns.offset-by-ten {
  padding-left: 62.5%;
}
.container .columns.offset-by-eleven {
  padding-left: 68.75%;
}
.container .columns.offset-by-twelve {
  padding-left: 75%;
}
.container .columns.offset-by-thirteen {
  padding-left: 81.25%;
}
.container .columns.offset-by-fourteen {
  padding-left: 87.5%;
}
.container .columns.offset-by-fifteen {
  padding-left: 93.75%;
}
.container .columns img {
  max-width: 100%;
  height: auto;
}
.container .columns.alpha {
  padding-left: 0;
}
.container .columns.omega {
  padding-right: 0;
}
.container .columns.alpha.omega {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 980px) and (max-width: 1279px) {
  .container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 767px) {
  .container .columns.one {
    width: 100%;
  }
  .container .columns.two {
    width: 100%;
  }
  .container .columns.three {
    width: 100%;
  }
  .container .columns.four {
    width: 100%;
  }
  .container .columns.five {
    width: 100%;
  }
  .container .columns.six {
    width: 100%;
  }
  .container .columns.seven {
    width: 100%;
  }
  .container .columns.eight {
    width: 100%;
  }
  .container .columns.nine {
    width: 100%;
  }
  .container .columns.ten {
    width: 100%;
  }
  .container .columns.eleven {
    width: 100%;
  }
  .container .columns.twelve {
    width: 100%;
  }
  .container .columns.thirteen {
    width: 100%;
  }
  .container .columns.fourteen {
    width: 100%;
  }
  .container .columns.fifteen {
    width: 100%;
  }
  .container .columns.sixteen {
    width: 100%;
  }
  .container .columns.one-third {
    width: 100%;
  }
  .container .columns.two-thirds {
    width: 100%;
  }
  .container .columns.one-half {
    width: 100%;
  }
  .container .columns.one-fifth {
    width: 100%;
  }
  .container .columns.alpha {
    padding-left: 0;
    padding-right: 0;
  }
  .container .columns.omega {
    padding-left: 0;
    padding-right: 0;
  }
  .container .columns.alpha.omega {
    padding-left: 0;
    padding-right: 0;
  }
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #222;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  -moz-transition: border-color 0.2s ease, opacity 0.2s ease;
  -o-transition: border-color 0.2s ease, opacity 0.2s ease;
  -webkit-transition: border-color 0.2s ease, opacity 0.2s ease;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
input[type="email"]:active, input[type="email"]:focus, input[type="email"].is-active,
input[type="number"]:active,
input[type="number"]:focus,
input[type="number"].is-active,
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"].is-active,
input[type="search"]:active,
input[type="search"]:focus,
input[type="search"].is-active,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="tel"].is-active,
input[type="text"]:active,
input[type="text"]:focus,
input[type="text"].is-active,
input[type="url"]:active,
input[type="url"]:focus,
input[type="url"].is-active,
input[type="color"]:active,
input[type="color"]:focus,
input[type="color"].is-active,
input[type="date"]:active,
input[type="date"]:focus,
input[type="date"].is-active,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="datetime"].is-active,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"].is-active,
input[type="month"]:active,
input[type="month"]:focus,
input[type="month"].is-active,
input[type="time"]:active,
input[type="time"]:focus,
input[type="time"].is-active,
input[type="week"]:active,
input[type="week"]:focus,
input[type="week"].is-active,
textarea:active,
textarea:focus,
textarea.is-active,
select:active,
select:focus,
select.is-active {
  border-color: #c4c4c4;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05) inset;
  outline: 0;
}
input[type="email"]:disabled,
input[type="email"] [disabled="disabled"],
input[type="number"]:disabled,
input[type="number"] [disabled="disabled"],
input[type="password"]:disabled,
input[type="password"] [disabled="disabled"],
input[type="search"]:disabled,
input[type="search"] [disabled="disabled"],
input[type="tel"]:disabled,
input[type="tel"] [disabled="disabled"],
input[type="text"]:disabled,
input[type="text"] [disabled="disabled"],
input[type="url"]:disabled,
input[type="url"] [disabled="disabled"],
input[type="color"]:disabled,
input[type="color"] [disabled="disabled"],
input[type="date"]:disabled,
input[type="date"] [disabled="disabled"],
input[type="datetime"]:disabled,
input[type="datetime"] [disabled="disabled"],
input[type="datetime-local"]:disabled,
input[type="datetime-local"] [disabled="disabled"],
input[type="month"]:disabled,
input[type="month"] [disabled="disabled"],
input[type="time"]:disabled,
input[type="time"] [disabled="disabled"],
input[type="week"]:disabled,
input[type="week"] [disabled="disabled"],
textarea:disabled,
textarea [disabled="disabled"],
select:disabled,
select [disabled="disabled"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
input[type="email"].full-width,
input[type="number"].full-width,
input[type="password"].full-width,
input[type="search"].full-width,
input[type="tel"].full-width,
input[type="text"].full-width,
input[type="url"].full-width,
input[type="color"].full-width,
input[type="date"].full-width,
input[type="datetime"].full-width,
input[type="datetime-local"].full-width,
input[type="month"].full-width,
input[type="time"].full-width,
input[type="week"].full-width,
textarea.full-width,
select.full-width {
  width: 100%;
}
input[type="email"].align-center,
input[type="number"].align-center,
input[type="password"].align-center,
input[type="search"].align-center,
input[type="tel"].align-center,
input[type="text"].align-center,
input[type="url"].align-center,
input[type="color"].align-center,
input[type="date"].align-center,
input[type="datetime"].align-center,
input[type="datetime-local"].align-center,
input[type="month"].align-center,
input[type="time"].align-center,
input[type="week"].align-center,
textarea.align-center,
select.align-center {
  text-align: center;
}
input[type="email"].input-small,
input[type="number"].input-small,
input[type="password"].input-small,
input[type="search"].input-small,
input[type="tel"].input-small,
input[type="text"].input-small,
input[type="url"].input-small,
input[type="color"].input-small,
input[type="date"].input-small,
input[type="datetime"].input-small,
input[type="datetime-local"].input-small,
input[type="month"].input-small,
input[type="time"].input-small,
input[type="week"].input-small,
textarea.input-small,
select.input-small {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
}
input[type="email"].input-large,
input[type="number"].input-large,
input[type="password"].input-large,
input[type="search"].input-large,
input[type="tel"].input-large,
input[type="text"].input-large,
input[type="url"].input-large,
input[type="color"].input-large,
input[type="date"].input-large,
input[type="datetime"].input-large,
input[type="datetime-local"].input-large,
input[type="month"].input-large,
input[type="time"].input-large,
input[type="week"].input-large,
textarea.input-large,
select.input-large {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
}

textarea {
  resize: vertical;
}

::-webkit-resizer {
  border: 9px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 3px;
  border-right-color: rgba(0, 0, 0, 0.05);
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  color: #222;
  float: left;
  margin-right: .5em;
  width: auto;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}
.lt-ie9 input[type="radio"], .lt-ie9
input[type="checkbox"] {
  display: inline;
}
input[type="radio"] + label, input[type="radio"] + .label > label,
input[type="checkbox"] + label,
input[type="checkbox"] + .label > label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  vertical-align: bottom;
}
input[type="radio"] + label:before, input[type="radio"] + .label > label:before,
input[type="checkbox"] + label:before,
input[type="checkbox"] + .label > label:before {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.025) inset;
  color: #fff;
  content: '';
  display: inline-block;
  font-size: 11px;
  height: 20px;
  line-height: 20px !important;
  margin-right: .5em;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.lt-ie9 input[type="radio"] + label:before, .lt-ie9 input[type="radio"] + .label > label:before, .lt-ie9
input[type="checkbox"] + label:before, .lt-ie9
input[type="checkbox"] + .label > label:before {
  display: none;
}
input[type="radio"]:checked + label:before, input[type="radio"]:checked + .label > label:before,
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .label > label:before {
  border-color: #c4c4c4;
  content: "\f111";
  color: #5e5e5e;
  font-family: 'FontAwesome';
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.05) inset;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .label > label:before {
  content: "\f00c";
}

input[type="radio"] + label:before, input[type="radio"] + .label > label:before {
  border-radius: 100%;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + .label > label:before {
  border-radius: 3px;
}

.select-wrapper {
  position: relative;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select-wrapper:before {
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  border-left: 1px solid #eee;
  padding: 5px 10px;
  vertical-align: baseline;
  font-size: 16px !important;
  line-height: 24px !important;
}
.select-wrapper.small:before {
  font-size: 12px !important;
  line-height: 16px !important;
}
.select-wrapper select {
  width: 100%;
}

select {
  padding-right: 35px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select.small, select.chosen-small {
  padding-right: 35px;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
}

.select-chosen-wrapper {
  position: relative;
}

#improoveLightboxOverlay {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#improoveLightboxLoader {
  background: #fff url(https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/ajax-loader.gif) no-repeat center center;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#improoveLightbox {
  background-color: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#improoveLightbox .close-lightbox {
  background-color: #000;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
#improoveLightbox .close-lightbox:hover {
  background-color: #333;
}

.list,
.top-bar .top-links {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.list > li,
.top-bar .top-links > li {
  display: block;
  float: left;
  margin: 0 0 0 5px;
}
.list > li.right,
.top-bar .top-links > li.right {
  margin: 0 0 0 .5em;
}
.list > li:first-child,
.top-bar .top-links > li:first-child {
  margin: 0;
}
.list.icons-right .icon,
.top-bar .icons-right.top-links .icon {
  margin-left: .5em;
}
.list.icons-left .icon,
.top-bar .icons-left.top-links .icon {
  margin-right: .5em;
}

.list-block > li {
  margin: 0;
}
.list-block > li > a {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.list-block > li:hover {
  background-color: #fff;
}

.list-vertical > li {
  float: none;
  display: block;
  margin: .5em 0 0;
  padding: 0;
}

.list-dropdown {
  position: relative;
}
.list-dropdown > li > div {
  background-color: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.list-dropdown > li:hover > div {
  display: block;
}

.links {
  font-size: 1.4em;
  line-height: 1.28571em;
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.links.small {
  font-size: 1.2em;
  line-height: 1.33333em;
}
.links li {
  float: left;
  margin: 0 .5em 0 0;
  padding: 0;
}
.links li.right {
  margin: 0 0 0 .5em;
}

.links-vertical {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.links-vertical li {
  clear: both;
  margin: 0 0 .5em 0;
  padding: 0;
}

.tag-list {
  margin: -2.5px;
}
.tag-list li {
  margin: 2.5px;
}
.tag-list li:first-child {
  margin: 2.5px;
}

.image-gallery-active {
  position: relative;
  border: 1px solid #eee;
}
.image-gallery-active > a {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.image-gallery-active img {
  width: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}
.image-gallery-active:hover {
  border-color: #d5d5d5;
}
.image-gallery-active:hover .image-gallery-active-legend {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.image-gallery-active-legend {
  top: 10px;
  left: 10px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.image-gallery-active-legend:hover {
  color: #333;
}

.image-gallery-thumbnails {
  margin: 5px -5px;
}
.image-gallery-thumbnails > li {
  margin: 5px;
  border: 2px solid #eee;
  min-height: 84px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.image-gallery-thumbnails > li:first-child {
  margin: 5px;
}
.image-gallery-thumbnails > li:hover {
  border-color: #d5d5d5;
}
.image-gallery-thumbnails .thumbnail-image {
  margin: 0;
  display: block;
}

#nav-actions {
  float: left;
  margin: 0;
}

#nav .allow-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}
#nav ul,
#nav ol {
  position: fixed;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #eee;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #333;
  box-shadow: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  max-height: calc(100vh - 130px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: -moz-transform, opacity, left, right;
  -o-transition-property: -o-transform, opacity, left, right;
  -webkit-transition-property: -webkit-transform, opacity, left, right;
  transition-property: transform, opacity, left, right;
  -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0.5s, 0.5s;
  -moz-transition-timing-function: ease, ease, ease, ease;
  -o-transition-timing-function: ease, ease, ease, ease;
  -webkit-transition-timing-function: ease, ease, ease, ease;
  transition-timing-function: ease, ease, ease, ease;
  -moz-transition-delay: 0, 0, 0, 0;
  -o-transition-delay: 0, 0, 0, 0;
  -webkit-transition-delay: 0, 0, 0, 0;
  transition-delay: 0, 0, 0, 0;
}
.no-csstransforms #nav ul, .no-csstransforms
#nav ol {
  left: 100%;
  right: -100%;
}
.csstransforms #nav ul, .csstransforms
#nav ol {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#nav ul.is-active,
#nav ol.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 10;
}
.no-csstransforms #nav ul.is-active, .no-csstransforms
#nav ol.is-active {
  left: 0;
  right: 0;
}
.csstransforms #nav ul.is-active, .csstransforms
#nav ol.is-active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#nav ul.is-enabled,
#nav ol.is-enabled {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#nav ul.accordion-dropdown,
#nav ol.accordion-dropdown {
  display: none;
  position: static;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#nav ul.accordion-dropdown.is-active,
#nav ol.accordion-dropdown.is-active {
  display: block;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#nav li.parent > a:before,
#nav li.accordion > a:before {
  padding: 5px;
  position: absolute;
  top: 8px;
  right: 10px;
}
#nav li.separator {
  border-top: 5px solid #eee;
}
#nav a {
  padding: 10px;
  display: block;
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  position: relative;
}
#nav .nav-primary {
  z-index: 10;
  position: absolute;
  width: 100%;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.no-csstransforms #nav .nav-primary {
  left: 0;
  right: 0;
}
.csstransforms #nav .nav-primary {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 979px) {
  #nav .nav-primary {
    text-transform: uppercase;
  }
}

#nav-heading {
  text-transform: uppercase;
}

.error, .error-msg {
  color: #b94a48;
}

.success, .success-msg {
  color: #468847;
}

.notice, .notice-msg {
  color: #f4d871;
}

.messages {
  font-size: 12px;
  line-height: 16px;
}
.messages, .messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.messages > li {
  margin: 0 0 1em;
}
.messages > li.success-msg li {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.messages > li.error-msg li {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.messages > li.warning-msg li {
  background-color: #f8f8c3;
  border-color: #e2c9a9;
}
.messages ul li {
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.note-msg {
  margin: 4em 0;
  font-size: 1.6em;
  text-align: center;
}

.top-global-notice {
  background-color: #f00;
  background-color: #888888;
  width: 100%;
}

.global-site-notice {
  background-color: #888888;
  color: #222;
  color: rgba(34, 34, 34, 0.8);
  font-size: 1.2em;
  line-height: 1.33333em;
}
.global-site-notice p {
  margin: .4em 0;
  font-size: inherit;
  line-height: inherit;
}
.global-site-notice .notice-inner {
  background: #f4d871;
  margin: 0 auto;
  padding: 5px 10px 5px 44px;
}
.global-site-notice .actions {
  margin: .4em 0;
}

.demo-notice {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #fbeed5;
  background-color: #fcf8e3;
  padding: 5px 10px;
  text-align: center;
  color: #c09853;
}

.noscript-notice {
  background-color: #d59392;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.noscript-notice .notice-inner {
  background-color: #b94a48;
}

.top-welcome-message {
  background-color: #eee;
  display: none;
  width: 100%;
  -moz-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.2);
}
.top-welcome-message p {
  margin: 0;
  color: #333;
  font-size: 1.2em;
  line-height: 2.7em;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.top-welcome-message-close {
  color: #222;
  cursor: pointer;
  float: right;
  font-size: 24px;
  line-height: 28px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.top-welcome-message-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 10px;
  line-height: 10px;
}
.nav a {
  color: #000;
}
.nav a.hover, .nav a:hover {
  color: #000;
}
.nav a:active {
  color: #000;
}
.nav a:focus {
  color: #000;
}
.nav li.active > a, .nav li > a:active, .nav li > a:focus {
  color: #000;
}

.nav-list {
  font-size: 1.4em;
  line-height: 1.28571em;
}
.nav-list ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.nav-list i {
  float: right;
  margin-right: -5px;
}
.nav-list > li {
  clear: both;
}
.nav-list > li > a {
  display: block;
  border-top: 1px solid #ccc;
  background-color: #eee;
  position: relative;
  line-height: 20px;
  padding: 8px 10px;
}
.nav-list > li li {
  padding: 0;
  margin: 0 0 10px;
}
.nav-list > li li.active > a {
  font-weight: bold;
}
.nav-list ul.level1 > li > a {
  text-transform: uppercase;
  padding: 0 0 0 20px;
}
.nav-list ul.level2 {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  font-size: convert-font-size("small", "mini")em;
  line-height: 1.33333em;
}
.nav-list ul.level2 li {
  width: 99%;
}
.nav-list ul.level2 li.active > a,
.nav-list ul.level2 li a.hover {
  background-color: #fff;
  color: #333;
}
.nav-list ul.level2 a {
  padding: 4px 8px;
  background-color: #f8f8f8;
  display: block;
}

.nav-list-vertical {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.nav-list-vertical > li {
  float: left;
  margin: 0 .5em 0 0;
  padding: 0;
}
.nav-list-vertical > li > a {
  float: left;
  text-transform: uppercase;
  padding: 0 10px;
  background-color: #eee;
  color: #333;
  line-height: 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nav-list-vertical > li > a.hover {
  background-color: #666;
  color: #fff;
}
.nav-list-vertical > li > a:active, .nav-list-vertical > li > a.is-active, .nav-list-vertical > li > a.active {
  background-color: #333;
  color: #fff;
}
.nav-list-vertical > li > a img {
  margin: 2px -8px;
  max-width: none;
}
.nav-list-vertical > li img {
  float: left;
  margin: 0;
  -moz-border-radius: 3px -2;
  -webkit-border-radius: 3px;
  border-radius: 3px -2;
}
.nav-list-vertical.right > li {
  margin: 0 0 0 .5em;
}

.nav-list-nice > li > a {
  border-radius: 3px;
  margin-bottom: .5em;
  text-transform: uppercase;
  border: 1px solid #ccc;
  background-color: #eee;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background: -moz-linear-gradient(#eeeeee, #dddddd);
  background: -webkit-linear-gradient(#eeeeee, #dddddd);
  background: linear-gradient(#eeeeee, #dddddd);
}
.nav-list-nice > li > a.hover {
  background-color: #ddd;
  background: url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #dddddd));
  background: -moz-linear-gradient(#f8f8f8, #dddddd);
  background: -webkit-linear-gradient(#f8f8f8, #dddddd);
  background: linear-gradient(#f8f8f8, #dddddd);
}
.nav-list-nice > li > a:active, .nav-list-nice > li > a:focus {
  background-color: #ccc;
  background: url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(#cccccc, #eeeeee);
  background: -webkit-linear-gradient(#cccccc, #eeeeee);
  background: linear-gradient(#cccccc, #eeeeee);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.nav-list-nice > li > a.active {
  border-color: #ee7a02;
  background-color: #fd9326;
  background: url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYWM1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkOTMyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdac59), color-stop(100%, #fd9326));
  background: -moz-linear-gradient(#fdac59, #fd9326);
  background: -webkit-linear-gradient(#fdac59, #fd9326);
  background: linear-gradient(#fdac59, #fd9326);
  color: #fff;
}

.nav-list-bordered a {
  border: 1px solid #ccc;
  margin: 0 0 -1px;
}
.nav-list-bordered a.hover {
  background-color: #f8f8f8;
}
.nav-list-bordered a:active, .nav-list-bordered a:focus {
  background-color: #f2f2f2;
}
.nav-list-bordered a.active {
  background-color: #333;
  color: #fff;
  padding: 9px 11px;
  border: 0;
  z-index: 1;
}
.nav-list-bordered li:first-child a {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.nav-list-bordered li:last-child a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}

.nav-bar > li {
  float: left;
  margin: 0;
}
.nav-bar > li.active > a {
  font-weight: 700;
}
.nav-bar > li.active > a > span:before {
  border-bottom-color: #fd9326;
}
.nav-bar > li > a {
  float: left;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 1.4em;
}
.nav-bar > li > a > span {
  position: relative;
}
.nav-bar > li > a > span:before {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  border-bottom: 2px solid #fff;
}
.nav-bar > li > a:hover {
  text-decoration: none;
}
.nav-bar > li > a:hover > span:before {
  border-bottom-color: #fd9326;
}
.nav-bar > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-bar > li > ul {
  display: none;
}
.nav-bar .nav-bar-megamenu-dropdown {
  display: none;
}
.nav-bar .nav-bar-dropdown-nice-dropdown {
  display: none;
}

.nav-bar-dropdown > li.hover ul {
  display: block;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.nav-bar-dropdown > li ul {
  background-color: #ccc;
  border: 1px solid #fec58b;
  border-width: 1px 0;
  display: none;
  left: 190px;
  position: absolute;
  top: 0px;
  min-width: 200px;
  z-index: 10;
  -moz-transition: visibility 0.3s ease-out;
  -o-transition: visibility 0.3s ease-out;
  -webkit-transition: visibility 0.3s ease-out;
  transition: visibility 0.3s ease-out;
}
.nav-bar-dropdown > li > ul {
  left: 0;
  top: 38px;
}
.nav-bar-dropdown > li li {
  float: none;
  border: 1px solid #fec58b;
  border-width: 0 1px;
  border-top: 1px solid white;
}
.nav-bar-dropdown > li li a {
  background: #fff8f0;
  display: block;
  border-top: 1px solid #fedebe;
  padding: 0 10px;
  font-size: 1.4em;
  line-height: 38px;
  color: #333;
}
.nav-bar-dropdown > li li a.active {
  color: #000;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-bar-dropdown > li li a.hover, .nav-bar-dropdown > li li a:hover {
  background: white;
  color: #222;
}
.nav-bar-dropdown > li li a.is-parent i {
  float: right;
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
}
.nav-bar-dropdown > li li.first > a {
  border: 0;
}
.nav-bar-dropdown li {
  position: relative;
}
.nav-bar-dropdown li.hover > ul {
  display: block;
}
.nav-bar-dropdown .campaign {
  float: right;
}
.nav-bar-dropdown .campaign a {
  background: green;
  background-image: url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWEwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009a00), color-stop(100%, #006700));
  background-image: -moz-linear-gradient(#009a00, #006700);
  background-image: -webkit-linear-gradient(#009a00, #006700);
  background-image: linear-gradient(#009a00, #006700);
  text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
}
.nav-bar-dropdown .campaign a:hover, .nav-bar-dropdown .campaign a:focus {
  background: green;
}
.nav-bar-dropdown .campaign a:active {
  color: #fff !important;
  background: #006700;
}

.nav-bar-megamenu > li div.level0,
.nav-bar-megamenu > li .dropdown-wrapper {
  display: block;
  visibility: hidden;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  left: 0;
  width: 100%;
  right: 0;
  background-color: #fff;
  top: 100%;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-timing-function: ease, step-end;
  -o-transition-timing-function: ease, step-end;
  -webkit-transition-timing-function: ease, step-end;
  transition-timing-function: ease, step-end;
  -moz-transition-delay: 0, 0;
  -o-transition-delay: 0, 0;
  -webkit-transition-delay: 0, 0;
  transition-delay: 0, 0;
}
.nav-bar-megamenu > li.hover > div.level0, .nav-bar-megamenu > li.hover > .dropdown-wrapper {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-timing-function: ease, step-start;
  -o-transition-timing-function: ease, step-start;
  -webkit-transition-timing-function: ease, step-start;
  transition-timing-function: ease, step-start;
  -moz-transition-delay: 0, 0;
  -o-transition-delay: 0, 0;
  -webkit-transition-delay: 0, 0;
  transition-delay: 0, 0;
}
.nav-bar-megamenu > li ul.level0,
.nav-bar-megamenu > li .nav-image-wrapper {
  width: 50%;
  float: left;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-bar-megamenu > li ul.level0 {
  padding-right: 10px;
}
.nav-bar-megamenu > li .nav-image-wrapper {
  padding-left: 10px;
}
.nav-bar-megamenu > li .nav-image-link {
  display: block;
}
.nav-bar-megamenu > li li.level1 {
  margin-bottom: 5px;
}
.nav-bar-megamenu > li li.level1 > a {
  display: block;
  padding: 8px 5px;
}
.nav-bar-megamenu > li li.level1 > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.nav-bar-megamenu > li:first-child > a {
  padding-left: 0;
}
.nav-bar-megamenu > li:last-child > a {
  padding-right: 10px;
}

.no-csscolumns .nav-bar-megamenu ul.level0 {
  column-count: 2;
  column-width: 250px;
  column-gap: 20px;
}
.no-csscolumns .nav-bar-megamenu li.hover > div.level0 {
  padding: 20px;
}

.csscolumns .nav-bar-megamenu ul.level0 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -moz-column-width: 20%;
  -webkit-column-width: 20%;
  column-width: 20%;
}
.csscolumns .nav-bar-megamenu li.level1 {
  display: inline-block;
  width: 100%;
  float: none;
}

.overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.overlay.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 100;
}

.overlay-transparent {
  background-color: transparent;
}

.overlay-dark {
  background-color: #000;
}

.information-overlay-offset,
.discount-overlay-offset {
  position: absolute;
  top: 10%;
  margin: 0% auto;
  width: 100%;
}

.information-overlay-box,
.discount-overlay-box {
  width: 808px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #ef9622;
  z-index: 40002;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
}

.information-overlay-wrapper,
.discount-overlay-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 40001;
}
.information-overlay-wrapper.loading .information-overlay-box,
.discount-overlay-wrapper.loading .information-overlay-box {
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/loader.gif") 0 -200px no-repeat;
  background-position: center center;
  background-color: #fff;
}
.information-overlay-wrapper.top .information-overlay-offset,
.discount-overlay-wrapper.top .information-overlay-offset {
  top: 5%;
  bottom: auto;
}
.information-overlay-wrapper.bottom .information-overlay-offset,
.discount-overlay-wrapper.bottom .information-overlay-offset {
  top: auto;
  bottom: 5%;
}
.information-overlay-wrapper.center .information-overlay-offset,
.discount-overlay-wrapper.center .information-overlay-offset {
  margin-left: auto;
  margin-right: auto;
}
.information-overlay-wrapper.left .information-overlay-offset,
.discount-overlay-wrapper.left .information-overlay-offset {
  left: 5%;
  margin-left: 0;
  margin-right: auto;
  width: auto;
}
.information-overlay-wrapper.right .information-overlay-offset,
.discount-overlay-wrapper.right .information-overlay-offset {
  right: 5%;
  margin-right: 0;
  margin-right: auto;
  width: auto;
}
.information-overlay-wrapper.small .information-overlay-box,
.discount-overlay-wrapper.small .information-overlay-box {
  width: 300px;
}
.information-overlay-wrapper.medium .information-overlay-box,
.discount-overlay-wrapper.medium .information-overlay-box {
  width: 500px;
}
.information-overlay-wrapper.large .information-overlay-box,
.discount-overlay-wrapper.large .information-overlay-box {
  width: 800px;
}
.information-overlay-wrapper.full .information-overlay-box,
.discount-overlay-wrapper.full .information-overlay-box {
  width: 95%;
}

.overlayLoadTrigger {
  display: none;
}

.information-overlay-content {
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: auto;
  padding: 20px;
}

.information-overlay,
.discount-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  z-index: 40001;
  top: 0;
  left: 0;
}

.information-overlay-box {
  padding: 0;
  min-height: 60px;
}

.discount-overlay-box {
  padding: 40px;
}

.discount-overlay-divider {
  text-align: center;
  border-top: 4px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

.information-overlay-close,
.discount-overlay-close {
  text-indent: -9999px;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/overlay-close.png") top right no-repeat;
  height: 30px;
  line-height: 30px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 0 40px 0 10px;
  margin: 10px;
  font-size: 14px;
  color: #fd9326;
  font-weight: 700;
  cursor: pointer;
}

.r-toggle .hide-text {
  display: none;
}
.r-toggle.is-active .show-text {
  display: none;
}
.r-toggle.is-active .hide-text {
  display: inline;
}

@media only screen and (min-width: 980px) {
  .r-toggle {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .r-target {
    overflow: hidden;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-property: height, opacity, -moz-transform;
    -o-transition-property: height, opacity, -o-transform;
    -webkit-transition-property: height, opacity, -webkit-transform;
    transition-property: height, opacity, transform;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: ease, ease, ease;
    -o-transition-timing-function: ease, ease, ease;
    -webkit-transition-timing-function: ease, ease, ease;
    transition-timing-function: ease, ease, ease;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0;
  }

  .r-hide {
    height: 0 !important;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  font-size: 1.6em;
  line-height: 1.5em;
}

tr,
td,
th {
  font-size: inherit;
  line-height: inherit;
}

.table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 10px;
  line-height: 10px;
}
.table th,
.table td {
  border-top: 1px solid #eee;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.table th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.33333em;
}
.table td {
  font-size: 1.6em;
  line-height: 1.5em;
}
.table td ul, .table td li {
  font-size: inherit;
  line-height: inherit;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #eee;
}
.table .nobr {
  white-space: nowrap;
}
.table th.label {
  vertical-align: top;
  line-height: 24px;
}

.table-no-head tbody tr:first-child td {
  border-top: 0;
}

.table-caption-first-column tbody td:first-child {
  font-weight: bold;
  white-space: nowrap;
}

.table-condensed th,
.table-condensed td {
  padding: 5px;
}

.table-bordered {
  border-collapse: separate;
  border-left: 0;
  border-radius: 3px;
  border: 1px solid #eee;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #eee;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
  border-left: 0;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 3px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #fbfbfb;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #eee;
}

.table-dotted td {
  border-top: 1px dotted #eee;
}

.table-no-borders th,
.table-no-borders td {
  border-top: 0;
}

.table-overflow-wrapper {
  overflow-x: auto;
  max-width: 100%;
  display: block;
}

.my-account .back-button {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .my-account .table-responsive thead,
  .my-account .table-responsive th {
    display: none;
  }
  .my-account .table-responsive tr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .my-account .table-responsive td {
    position: relative;
    display: block;
    text-align: left !important;
    width: 100% !important;
    border: 0 !important;
    padding: 10px 0 10px 110px !important;
    white-space: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .my-account .table-responsive td:before {
    border-right: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px 0;
    content: attr(data-th);
    display: block;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .my-account .table-responsive td .product-name {
    margin: 0;
  }
  .my-account .table-responsive tfoot td:not([data-th]) {
    display: none !important;
  }
  .my-account .table-responsive tfoot td:before {
    white-space: pre-line;
  }
  .my-account .order-items .table-responsive tbody,
  .my-account .order-items .table-responsive tfoot {
    display: block;
  }
  .my-account .order-items .table-responsive tbody td:nth-child(1) {
    border-bottom: 1px dashed #ddd !important;
    padding: 20px 0 20px 10px !important;
  }
  .my-account .order-items .table-responsive tbody td:nth-child(1)::before {
    display: none;
  }
  .my-account .order-items .table-responsive tbody td:nth-child(n+2) {
    padding: 10px 0 10px 10px;
  }
  .my-account .order-items .table-responsive tbody td:nth-child(n+2)::before {
    padding: 10px 0 10px 10px;
  }
  .my-account .order-items .table-responsive tbody tr {
    border-top: none;
    display: block;
    padding: 0;
  }
  .my-account .order-items .table-responsive tfoot {
    background-color: #ddd;
  }
  .my-account .order-items .table-responsive tfoot tr {
    border: none;
    display: block;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .my-account .order-items .table-responsive tfoot td {
    padding: 20px 0 20px 110px !important;
  }
  .my-account .order-items .table-responsive tfoot td::before {
    padding: 20px 0 20px 10px;
  }

  .cart-table.table-responsive thead,
  .cart-table.table-responsive th {
    display: none;
  }
  .cart-table.table-responsive tr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .cart-table.table-responsive td {
    position: relative;
    display: block;
    text-align: left !important;
    width: 100% !important;
    border: 0 !important;
    padding: 10px 0 10px 110px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart-table.table-responsive td:nth-child(n+3):before {
    border-right: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px 0;
    content: attr(data-th);
    display: block;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart-table.table-responsive tfoot td {
    padding: 10px 0 !important;
  }

  .cart-table tbody td:nth-child(1),
  .cart-table tbody td:nth-child(2) {
    display: inline-block;
    padding-left: 0 !important;
    text-align: left !important;
  }
  .cart-table tbody td:nth-child(1) {
    width: 30% !important;
    margin-left: 5% !important;
  }
  .cart-table tbody td:nth-child(2) {
    width: 65% !important;
  }
  .cart-table tbody td:nth-child(3) {
    border-top: 1px solid #eeeeee !important;
  }
}
.cart-table,
.top-cart-table {
  border-bottom: 1px solid #ddd;
}
.cart-table td,
.top-cart-table td {
  background-color: #fff;
  border-left: 1px dotted #eee;
  vertical-align: middle;
}
.cart-table td:first-child,
.top-cart-table td:first-child {
  border-left: 0;
}
.cart-table .tag-list,
.top-cart-table .tag-list {
  margin: 5px -2.5px;
  font-size: 10px;
  line-height: 10px;
}
.cart-table .tag-list .tag,
.top-cart-table .tag-list .tag {
  background-color: #fd9326;
  font-size: 12px;
  line-height: 16px;
}
.cart-table .tag-list .value,
.top-cart-table .tag-list .value {
  font-weight: bold;
}
.cart-table .item-options dt,
.top-cart-table .item-options dt {
  clear: left;
}
.cart-table .item-options dt,
.cart-table .item-options dd,
.top-cart-table .item-options dt,
.top-cart-table .item-options dd {
  float: left;
  margin: 0 .5em .5em 0;
}
.cart-table .item-options dt input.validate-initials,
.cart-table .item-options dd input.validate-initials,
.top-cart-table .item-options dt input.validate-initials,
.top-cart-table .item-options dd input.validate-initials {
  width: 125px;
}
.cart-table .item-options .note,
.top-cart-table .item-options .note {
  padding-bottom: 0;
}
.cart-table .image,
.top-cart-table .image {
  position: relative;
}
.cart-table .product-name,
.top-cart-table .product-name {
  font-weight: 700;
}
.cart-table .price,
.top-cart-table .price {
  font-weight: bold;
  width: 5%;
  white-space: nowrap;
}
.cart-table .actions,
.top-cart-table .actions {
  border-left: 0;
  text-align: right;
  width: 5%;
  white-space: nowrap;
}
.cart-table .remove,
.top-cart-table .remove {
  white-space: nowrap;
}
.cart-table tfoot th,
.cart-table tfoot td,
.top-cart-table tfoot th,
.top-cart-table tfoot td {
  padding: 1em 0;
}
.cart-table .bonus-icon .icon,
.top-cart-table .bonus-icon .icon {
  padding: 5px;
  background-color: #fff;
  font-size: 1.6em;
  position: absolute;
  top: 10px;
  left: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cart-subtotal-table {
  margin: 1em 0;
}
.cart-subtotal-table td:nth-child(2) {
  text-align: right;
}

.grouped-items-table .cell-quantity {
  width: 50px;
}
.grouped-items-table .cell-quantity .input-text {
  text-align: center;
}
.grouped-items-table td {
  vertical-align: middle;
}
.grouped-items-table .price-box {
  margin: 0 !important;
}
.grouped-items-table .price-box .label {
  display: none;
}
.grouped-items-table .price-box .regular-price {
  font-size: 1em;
}

@media only screen and (max-width: 979px) {
  .cart-table td,
  .cart-table th,
  .top-cart-table td,
  .top-cart-table th {
    padding: 5px;
  }
  .cart-table td,
  .top-cart-table td {
    font-size: 1.4em;
    line-height: 1.28571em;
  }
  .cart-table .image img,
  .top-cart-table .image img {
    margin: 5px;
  }
}
.tabs > ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  float: left;
  font-size: 1.4em;
  line-height: 1.28571em;
}
.tabs > ul > li {
  float: left;
  text-transform: uppercase;
}
.tabs > ul > li a {
  padding: 5px 10px;
  margin-right: 10px;
  color: #333;
  float: left;
  border-radius: 3px;
}
.tabs > ul > li a.is-active {
  background-color: #333;
  color: #fff;
}
.tabs .tab {
  clear: left;
  margin-bottom: 2em;
  display: none;
  margin: 1em 0;
  font-size: 1.6em;
  line-height: 1.5em;
}
.tabs .tab.is-active {
  display: block;
}
.tabs .tab p {
  font-size: inherit;
  line-height: inherit;
}

.tabs--product {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  list-style: none;
  padding: 0;
}
.tabs--product li {
  float: left;
  margin-right: .5em;
  margin-bottom: -1px;
  background-color: #fff;
  padding: 0;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tabs--product li.active {
  border-bottom-color: #fff;
}
.tabs--product li.active a {
  color: #111;
  background-color: #fff;
}
.tabs--product a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  padding: .5em 1em;
  color: #333;
  background-color: #eee;
}
.tabs--product a:hover {
  background-color: #fff;
}

.tab-content {
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tab-content .std {
  padding: 1.5em 1em;
}

@font-face {
  font-family: "meistergram51";
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram51/Meistergram51.eot");
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram51/Meistergram51.eot?#iefix") format("embedded-opentype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram51/Meistergram51.woff") format("woff"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram51/Meistergram51.ttf") format("truetype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram51/Meistergram51.svg#meistergram51") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "meistergram58";
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram58/Meistergram58.eot");
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram58/Meistergram58.eot?#iefix") format("embedded-opentype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram58/Meistergram58.woff") format("woff"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram58/Meistergram58.ttf") format("truetype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/meistergram58/Meistergram58.svg#meistergram58") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "poppins";
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppins/poppins-regular.eot");
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppins/poppins-regular.eot?#iefix") format("embedded-opentype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppins/poppins-regular.woff") format("woff"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppins/poppins-regular.ttf") format("truetype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppins/poppins-regular.svg#poppins") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "poppinsLight";
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppinsLight/poppins-light.eot");
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppinsLight/poppins-light.eot?#iefix") format("embedded-opentype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppinsLight/poppins-light.woff") format("woff"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppinsLight/poppins-light.ttf") format("truetype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/poppinsLight/poppins-light.svg#poppinsLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  font-size: 10px;
  line-height: 1;
  margin: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

a {
  color: #333;
  line-height: inherit;
  text-decoration: none;
}
a:hover {
  color: #555;
  text-decoration: underline;
}
a:active {
  color: #555;
  outline: none;
}
a:focus {
  color: #555;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #464646;
  line-height: 1.2em;
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-transform: none;
}

h1,
.as-h1 {
  margin: 0.67em 0;
  font-family: "poppinsLight";
  font-style: normal;
  font-weight: 200;
  text-transform: none;
  font-size: 3.6em;
  line-height: 1.16667em;
}

h2,
.as-h2 {
  margin: 0.9090909em 0;
  font-size: 2.2em;
  line-height: 1.27273em;
}

h3,
.as-h3 {
  font-weight: 700;
  margin: 1em 0;
  font-size: 1.8em;
  line-height: 1.22222em;
}

h4,
.as-h4 {
  margin: 1.5em 0;
  font-size: 1.6em;
  line-height: 1.5em;
}

h5,
.as-h5 {
  margin: 2em 0;
  font-size: 1.4em;
  line-height: 1.28571em;
}

h6,
.as-h6 {
  margin: 2em 0;
  font-size: 1.2em;
  line-height: 1.33333em;
}

p {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.33333em;
}
p small {
  font-size: 0.7em;
  line-height: 1.2em;
}
p code,
p kbd,
p pre,
p samp {
  display: inline;
  font-size: 0.875em;
  margin: 0;
}
p.mini {
  font-size: 1.2em;
  line-height: 1.33333em;
}
p.small {
  font-size: 1.4em;
  line-height: 1.28571em;
}
p.lead {
  font-size: 2.2em;
  line-height: 1.27273em;
}

b,
strong {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

blockquote {
  margin: 1em 40px;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  display: block;
  margin: 0;
}

code {
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dfn {
  font-style: italic;
}

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

q {
  quotes: none;
}

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

dl,
menu,
ol,
ul {
  margin: 1em 0;
  font-size: 12px;
  line-height: 16px;
}

li {
  font-size: inherit;
  line-height: inherit;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

ol ol,
ol ul,
ol p,
ol label,
ul ol,
ul ul,
ul p,
ul label {
  font-size: inherit;
  line-height: inherit;
}

nav ul,
nav ol {
  list-style-image: none;
  list-style: none;
}

.hr {
  background-color: #eee;
  display: block;
  height: 1px;
  line-height: 0;
}

.hr-shadow {
  background-color: #ddd;
}

.hr-highlight {
  background-color: #fff;
}

.fs-huge {
  font-size: 3.6em;
  line-height: 1.16667em;
}

.fs-large {
  font-size: 2.2em;
  line-height: 1.27273em;
}

.fs-medium {
  font-size: 1.8em;
  line-height: 1.22222em;
}

.fs-normal {
  font-size: 1.6em;
  line-height: 1.5em;
}

.fs-small {
  font-size: 1.4em;
  line-height: 1.28571em;
}

.fs-mini {
  font-size: 1.2em;
  line-height: 1.33333em;
}

.fs-micro {
  font-size: 1.1em;
  line-height: 1.09091em;
}

.addtocart__modal-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
@media only screen and (max-width: 979px) {
  .addtocart__modal-wrapper {
    display: none;
  }
}

.addtocart__modal {
  position: fixed;
  top: 50%;
  width: 1024px;
  max-width: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 100000;
  max-height: 100%;
  overflow: auto;
}
.addtocart__modal .block-related .block-title {
  margin-top: 0;
  text-align: center;
}

.addtocart__modal-heading {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2em;
  line-height: 1.27273em;
}

.addtocart__modal-top {
  padding: 30px;
  border-bottom: 1px solid #eee;
}
.addtocart__modal-top .addtocart__modal-heading {
  color: #77cca4;
}

.addtocart__modal-bottom {
  padding: 20px;
}

.addtocart__modal-current-product {
  overflow: hidden;
  *zoom: 1;
}

.addtocart__modal-product-image {
  margin-right: 10px;
  float: left;
}

.addtocart__modal-product-info {
  float: left;
  font-size: 1.8em;
  line-height: 1.22222em;
}
.addtocart__modal-product-info .product-price-popup {
  margin: 5px 0 15px;
  font-weight: bold;
}
.addtocart__modal-product-info .item-options {
  overflow: hidden;
  *zoom: 1;
}
.addtocart__modal-product-info .item-options dd,
.addtocart__modal-product-info .item-options dt {
  float: left;
}
.addtocart__modal-product-info .item-options dt {
  clear: left;
}
.addtocart__modal-product-info .item-options dd {
  margin: 0 0 0 5px;
}

@media only screen and (min-width: 980px) {
  .addtocart__modal-current-product,
  .addtocart__modal-actions {
    width: 50%;
  }

  .addtocart__modal-current-product {
    float: left;
  }

  .addtocart__modal-top-content {
    overflow: hidden;
    *zoom: 1;
    position: relative;
  }

  .addtocart__modal-actions {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }
}
/**
 * OneStepCheckout
 *
 * Custom styling for nameon.no.
*/
/* Layout */
.onestepcheckout-threecolumns .onestepcheckout-column-left,
.onestepcheckout-threecolumns .onestepcheckout-column-middle,
.onestepcheckout-threecolumns .onestepcheckout-column-right {
  float: left;
  width: 33.333%;
  margin: 0;
}
@media only screen and (max-width: 979px) {
  .onestepcheckout-threecolumns .onestepcheckout-column-left,
  .onestepcheckout-threecolumns .onestepcheckout-column-middle,
  .onestepcheckout-threecolumns .onestepcheckout-column-right {
    width: 100%;
  }
}
.onestepcheckout-threecolumns .checkout-box {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 979px) {
  .onestepcheckout-threecolumns .checkout-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.onestepcheckout-threecolumns .onestepcheckout-column-left .checkout-box {
  margin-left: 0;
}
.onestepcheckout-threecolumns .onestepcheckout-column-right .checkout-box {
  margin-right: 0;
}

/* Header */
.onestepcheckout-header {
  position: relative;
  margin: 0 0 40px;
}

.onestepcheckout-title {
  color: #fd9326;
  padding: 0 0 20px;
  border-bottom: 4px solid #ccc;
}

.onestepcheckout-description {
  font-size: 14px;
  line-height: 18px;
  margin: 0 300px 0 0;
}

.onestepcheckout-login-link {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

/* Checkout box */
.checkout-box {
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin: 0 0 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.checkout-box ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.checkout-box li {
  float: none;
  margin: 0 0 10px;
  clear: both;
}
.checkout-box dl {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.checkout-box dt {
  margin: 10px 0 5px;
  padding: 0;
  clear: both;
  min-height: 20px;
}
.checkout-box dd {
  margin: 0 0 10px;
  padding: 0;
  clear: both;
}
.checkout-box label {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
  display: inline;
  float: left;
}
.checkout-box label .required {
  color: #fd9326;
}
.checkout-box .input-box,
.checkout-box textarea {
  width: 100%;
}
.checkout-box .input-box {
  float: left;
  margin: 0;
}
.checkout-box .input-box.input-firstname, .checkout-box .input-box.input-lastname, .checkout-box .input-box.input-email, .checkout-box .input-box.input-telephone, .checkout-box .input-box.input-postcode, .checkout-box .input-box.input-region, .checkout-box .input-box.input-password {
  width: 48%;
}
.checkout-box .input-box.input-lastname, .checkout-box .input-box.input-telephone, .checkout-box .input-box.input-region, .checkout-box .input-box.input-password {
  float: right;
}
.checkout-box input[type='checkbox'],
.checkout-box input[type='radio'] {
  float: left;
  margin: 0 5px 0 0;
  font-size: 16px;
}
.checkout-box input[type='text'],
.checkout-box input[type='password'],
.checkout-box textarea {
  padding: 5px 0;
  margin: 0 0 10px;
  width: 100%;
  border: 0;
  background-color: #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #ddd;
}
.checkout-box select {
  width: 100%;
  font-size: 16px;
}
.order-note-msg {
  top: 5px;
  left: 5px;
  color: #7aba7b;
  position: relative;
}

p + .input-password,
.input-password:first-child {
  float: left !important;
}

.more-information-tool-tip {
  float: left;
  margin: -5px 0 0 10px;
}

.onestepcheckout-numbers,
.shipping-address-title {
  color: #fd9326;
  font-size: 18px;
  text-transform: uppercase;
}

.onestepcheckout-numbers::before {
  height: 34px;
  width: 34px;
  position: relative;
  background: #fd9326;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 34px;
  color: #fff;
}
.onestepcheckout-numbers.onestepcheckout-numbers-1::before {
  content: "1";
}
.onestepcheckout-numbers.onestepcheckout-numbers-2::before {
  content: "2";
}
.onestepcheckout-numbers.onestepcheckout-numbers-3::before {
  content: "3";
}
.onestepcheckout-numbers.onestepcheckout-numbers-4::before {
  content: "4";
}

.shipping-address-title {
  line-height: 24px;
}

.shipment-methods strong {
  color: #fd9326;
}
.shipment-methods .validation-advice {
  float: left;
}

.onestepcheckout-summary {
  font-size: 12px;
}
.onestepcheckout-summary th {
  font-weight: bold;
}
.onestepcheckout-summary th,
.onestepcheckout-summary td {
  border-top: 1px solid #ddd;
  padding: 8px 0;
  text-align: right;
}
.onestepcheckout-summary th:first-child,
.onestepcheckout-summary td:first-child {
  text-align: left;
}
.onestepcheckout-summary .total,
.onestepcheckout-summary .value {
  width: 100px;
}
.onestepcheckout-summary .grand-total {
  font-weight: bold;
}
.onestepcheckout-summary .onestepcheckout-totals {
  border-bottom: 2px solid #ddd;
  margin: 0 0 20px;
}
.onestepcheckout-summary .onestepcheckout-totals td {
  text-align: right;
}

.onestepcheckout-summary,
.onestepcheckout-totals {
  width: 100%;
}

.onestepcheckout-enable-newsletter label {
  margin-bottom: 10px;
}

.checkout-agreements {
  padding: 0;
  list-style: none;
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.checkout-agreements a {
  font-weight: 700;
}

#onestepcheckout-place-order {
  width: 100%;
}

.loading-ajax, .loading-ajax-login {
  height: 50px;
  text-align: center;
  background-image: url(https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/onestepcheckout/images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

#control_overlay {
  background: #555;
}

.agreement-content {
  background: #fff;
  overflow-y: scroll;
  padding: 20px 0;
  border: 1px solid #ccc;
}
.agreement-content p {
  margin-right: 20px;
  margin-left: 20px;
}

#onestepcheckout-email-error-message {
  color: #ff0000;
}

#leave-checkout-process {
  border-top: 1px solid #cccccc;
  padding: 1em 0 0 0;
  margin: 0;
  list-style: none;
}

.category-title {
  position: absolute;
  left: -9999em;
}

.category-cms-block,
.category-description {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin: 0 10px 1em 0;
}

#categoryHeader .category-image {
  float: right;
  margin: 0 0 1em 2em;
}
#categoryHeader .category-description {
  margin: 0 0 1em 0;
}

.category-super {
  background-size: cover;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  height: auto;
  overflow: hidden;
  z-index: auto;
  color: white;
  clear: both;
  padding: 60px 0;
  margin-bottom: 30px;
}
.category-super .breadcrumbs,
.category-super .page-title-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .category-super .breadcrumbs,
  .category-super .page-title-wrapper {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .category-super .breadcrumbs,
  .category-super .page-title-wrapper {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .category-super .breadcrumbs,
  .category-super .page-title-wrapper {
    margin: 0 20px;
  }
}
.category-super .breadcrumbs ul {
  margin: 5px 0;
}
.category-super .breadcrumbs a,
.category-super .breadcrumbs strong {
  color: #fff;
}
.category-super .breadcrumbs a:hover, .category-super .breadcrumbs a:focus {
  text-decoration: underline;
}
.category-super .page-title-wrapper h1 {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.toolbar {
  background-color: #fff;
  padding: 5px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 979px) {
  .toolbar {
    display: inline-block;
  }
}
.toolbar .amount {
  float: left;
  margin: 5px;
  font-size: 1.2em;
  line-height: 1.33333em;
  line-height: 27px;
}
.toolbar .sorter {
  float: right;
  margin: 0;
}
.toolbar .sorter > div {
  vertical-align: bottom;
}
.toolbar .view-mode {
  display: inline-block;
  margin: 5px;
}
.toolbar .sort-by .select-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.toolbar .sort-direction {
  display: inline-block;
  margin: 5px;
}
.toolbar .limiter {
  display: inline-block;
  margin: 5px;
}
.toolbar .limiter .label {
  display: none;
}
.toolbar .limiter .select-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.catalog-layer-filter {
  cursor: pointer;
}
.catalog-layer-filter::after {
  content: "+";
  float: right;
}
.catalog-layer-filter.active::after {
  content: "-";
}

.filter-close-wrapper {
  margin-bottom: 20px;
}

.filter-options .option-color {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  vertical-align: bottom;
  height: 16px;
  width: 16px;
}
.filter-options .color-filter-link:hover, .filter-options .color-filter-link:focus {
  text-decoration: none;
}

.pages {
  display: block;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
.pages strong {
  display: none;
}
.pages ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.33333em;
}
.pages li {
  float: left;
  font-weight: bold;
  margin: 0 .2em;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.pages li.current {
  background-color: #fd9326;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pages li a {
  float: left;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: normal;
  background-color: #eee;
  color: #222;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pages li a.next, .pages li a.previous {
  background-color: #eee;
}
.pages li .previous span::before {
  color: black;
  content: '\f048';
  font-family: 'FontAwesome';
}
.pages li .next span::before {
  color: black;
  content: '\f051';
  font-family: 'FontAwesome';
}

.pager .limiter .select-wrapper {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 1280px) and (max-width: 1320px) {
  .category-super .breadcrumbs,
  .category-super .page-title-wrapper,
  .container {
    max-width: 1240px;
  }
}
.product-sku {
  text-transform: uppercase;
  color: #999;
  margin: 0;
  font-size: 1.1em;
  line-height: 1.09091em;
}
.product-sku .long {
  display: none;
}
.product-sku em {
  color: #222;
  font-style: normal;
}

.broidery-wrapper {
  background: #ddd;
  border-radius: 10px;
  overflow-x: auto;
  padding: 15px;
  margin: 10px 0 20px 0;
  text-align: center;
}

.broidery-wrapper--empty {
  display: none;
}

#broidery-review {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.broidery-review {
  line-height: 1;
  font-size: 50px;
}

.broidery-review--initials {
  font-family: "meistergram58";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.broidery-review--name {
  font-family: "meistergram51";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.product-description {
  font-size: 1.4em;
  line-height: 1.28571em;
}

.product-image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
}

.price-box p {
  margin: 0;
}
.price-box p.old-price {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.33333em;
}

.no-price-message {
  color: #ccc;
  margin: 0;
  padding: .5em 1em;
  background-color: #eee;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.33333em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.special-price,
.regular-price,
.minimal-price {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  font-size: 2.2em;
  line-height: 1.27273em;
}
.special-price .price-label,
.regular-price .price-label,
.minimal-price .price-label {
  display: none;
}

.price-from {
  font-size: inherit;
  line-height: inherit;
}
.price-from .price-label {
  display: block;
  font-size: 1.1em;
  line-height: 1.09091em;
  text-transform: uppercase;
  color: #999;
}
.price-from .price {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  font-size: 2.2em;
  line-height: 1.27273em;
  line-height: 1em;
}

.price-to {
  display: none;
}

.special-price {
  color: #f47771;
}

.availability {
  text-transform: uppercase;
  color: #999;
  margin: 1em 0 0;
  font-size: 1.1em;
  line-height: 1.09091em;
}
.availability .label {
  display: none;
}
.availability em {
  color: #222;
  margin-left: 2px;
  font-style: normal;
}
.availability.out-of-stock em {
  color: #b94a48;
}
.availability.in-stock em {
  color: #468847;
}

.quantity .form-field-item input {
  margin: 3px 0;
  line-height: 30px;
  height: 30px;
  font-size: 1.6em;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

.product-view .product-name h1 {
  margin: 0 0 5px;
}
.product-view .product-essential {
  padding: 0;
}
.product-view .klarna-price-box {
  line-height: 14px;
}
.product-view .klarna-price-box span {
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/klarna_black.svg") left top/45px 12px no-repeat;
  padding-left: 52px;
}
.product-view .price {
  color: #fd9326;
  font-size: 32px;
  font-weight: 700;
}
.product-view .old-price .price {
  font-size: 18px;
  text-decoration: line-through;
  color: #787878;
}
.product-view .embroidery-price {
  font-size: 14px;
  color: #555;
  font-weight: 800;
  margin-top: 0;
}
.product-view .embroidery-price .price {
  font-size: 16px;
}
.product-view .short-description {
  margin: 20px 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.product-view .special-price,
.product-view .regular-price {
  font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  font-size: 3.6em;
  line-height: 1.16667em;
}
.product-view .product-image {
  margin-bottom: 1em;
}
@media only screen and (max-width: 979px) {
  .product-view .product-image {
    pointer-events: none;
  }
}
.product-view .more-views ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
.product-view .more-views ul li {
  display: inline;
}
.product-view .more-views ul img {
  margin: 0 5px;
  border: 1px solid #ccc;
}
.product-view .product-info-wrapper {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .product-view .product-info-wrapper {
    text-align: left;
  }
}

.add-to-cart .quantity,
.add-to-cart .btn-cart {
  display: inline-block;
  vertical-align: middle;
}
.add-to-cart .btn-cart {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 0;
  background: #fd9326;
  white-space: nowrap;
}
.add-to-cart .label {
  display: none;
}
.add-to-cart .qty {
  width: 60px;
  background-color: #fff;
  text-align: center;
  margin: 0 10px;
}
.add-to-cart .availability {
  padding-left: .8em;
}
.add-to-cart .in-stock {
  color: #468847;
}
.add-to-cart .out-of-stock {
  color: #b94a48;
}

.add-to-box {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 979px) {
  .container .add-to-cart .quantity.columns,
  .container .add-to-cart .columns.ten {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
}

.share-wrapper {
  margin: 20px 0;
}

.share__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  line-height: 1.28571em;
}

.addthis_inline_share_toolbox,
.addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
}

.addthis-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #999;
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.addthis-icon > i {
  line-height: inherit;
}

.addthis_inline_share_toolbox svg.at-icon {
  fill: #000 !important;
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn {
  background-color: #fff !important;
  border: 1px solid #999;
  color: #000;
  -moz-border-radius: 12px !important;
  -webkit-border-radius: 12px;
  border-radius: 12px !important;
}
.addthis_inline_share_toolbox .at4-share-count-container {
  color: #000 !important;
}

.tier-prices .price {
  font-weight: bold;
}
.tier-prices .benefit {
  color: #468847;
}

.splash-top {
  position: absolute;
  z-index: 1;
}

.product-box {
  margin-bottom: 0;
  position: relative;
}
.product-box > .inner {
  padding: 10px;
  background-color: #fff;
  position: relative;
  border: 1px solid #eee;
}
.product-box header {
  overflow: hidden;
}
.product-box footer {
  padding-top: 1em;
  min-height: 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-box footer .columns {
  line-height: 38px;
}
.product-box footer .columns > .price-box {
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.product-box footer .columns > .button {
  vertical-align: bottom;
}
.product-box .special-price,
.product-box .minimal-price,
.product-box .regular-price {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.5em;
}
.product-box .price-box p.old-price .price-label,
.product-box .regular-price .label {
  display: none;
}

.product-box .ribbon,
.product .ribbon {
  background-size: 111px 111px;
  height: 111px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 111px;
  z-index: 0;
}
.product-box .is-new-text,
.product .is-new-text {
  background-color: #9cdabd;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 25px;
  margin: 0;
  position: absolute;
  right: -25px;
  text-align: center;
  text-transform: uppercase;
  top: 17px;
  width: 100%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  background: url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Y2NhNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MxZThkNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #77cca4), color-stop(100%, #c1e8d6));
  background: -moz-linear-gradient(right top, #77cca4, #c1e8d6);
  background: -webkit-linear-gradient(right top, #77cca4, #c1e8d6);
  background: linear-gradient(to left bottom, #77cca4, #c1e8d6);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.product-box .is-campaign-text,
.product .is-campaign-text {
  background-color: #f8a4a0;
  color: #fff;
  display: block;
  font-size: 1.3em;
  font-weight: 800;
  left: -25px;
  line-height: 25px;
  margin: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 17px;
  width: 100%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  background: url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0Nzc3MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZDJkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #f47771), color-stop(100%, #fbd2d0));
  background: -moz-linear-gradient(right top, #f47771, #fbd2d0);
  background: -webkit-linear-gradient(right top, #f47771, #fbd2d0);
  background: linear-gradient(to left bottom, #f47771, #fbd2d0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.product-box > .ribbon {
  right: -2px;
  top: -2px;
}

.product .ribbon {
  right: -2px;
  top: -2px;
}

.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0;
  text-align: center;
}
.product-list .product-name {
  font-size: 1.6em;
  line-height: 1.5em;
}

.product-list-list .product-box {
  margin-bottom: 10px;
}
.product-list-list .product-box header {
  min-height: 85px;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0 200px 0 95px;
}
.product-list-list .product-box footer {
  right: 10px;
  width: 190px;
  position: absolute;
  bottom: 10px;
}
.product-list-list .product-box .product-sku .long {
  display: inline;
}
.product-list-list .product-box .product-sku .short {
  display: none;
}
.product-list-list .product-box .product-name {
  margin-bottom: 0;
}
.product-list-list .product-box .product-image-wrapper {
  float: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 85px;
  height: 85px;
}
.product-list-list .product-box .availability {
  margin: 0;
}
@media only screen and (min-width: 1280px) {
  .product-list-list .product-box header {
    min-height: 90px;
    margin: 0 250px 0 110px;
  }
  .product-list-list .product-box footer {
    width: 170px;
  }
  .product-list-list .product-box .product-image-wrapper {
    width: 100px;
    height: 100px;
  }
  .product-list-list .product-box .product-name {
    font-size: 2.2em;
    line-height: 1.27273em;
  }
  .product-list-list .product-box .special-price,
  .product-list-list .product-box .regular-price {
    font-size: 2.2em;
    line-height: 1.27273em;
  }
  .product-list-list .product-box .availability .label {
    display: inline;
  }
}
@media only screen and (min-width: 1280px) {
  .product-list-list .product-box header {
    min-height: 210px;
    margin: 30px 60px 0 340px;
  }
  .product-list-list .product-box .product-manufacturer {
    margin-top: -30px;
  }
  .product-list-list .product-box .product-image-wrapper {
    width: 320px;
    height: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .product-list-list .product-box header {
    margin: 0px 110px 0 90px;
    min-height: 85px;
  }
  .product-list-list .product-box footer {
    width: 100px;
  }
}
.product-list-grid {
  margin: 10px -10px;
}
.product-list-grid > li {
  display: inline-block;
  height: auto;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
  vertical-align: top;
  font-size: 10px;
  line-height: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list-grid.column-count-2 > li {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .product-list-grid.column-count-2 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-grid.column-count-2 > li {
    width: 100%;
  }
}
.product-list-grid.column-count-3 > li {
  width: 33.3333%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .product-list-grid.column-count-3 > li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-grid.column-count-3 > li {
    width: 50%;
  }
}
.product-list-grid.column-count-4 > li {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .product-list-grid.column-count-4 > li {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product-list-grid.column-count-4 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-list-grid.column-count-4 > li {
    width: 50%;
  }
}
.product-list-grid.column-count-5 > li {
  width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .product-list-grid.column-count-5 > li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-grid.column-count-5 > li {
    width: 50%;
  }
}
.product-list-grid.column-count-6 > li {
  width: 16.66667%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .product-list-grid.column-count-6 > li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-grid.column-count-6 > li {
    width: 100%;
  }
}

.product-list__item {
  text-align: left;
  min-height: 300px;
}
@media only screen and (max-width: 979px) {
  .product-list__item {
    text-align: center;
  }
}
.product-list__item .product-name {
  min-height: 40px;
}
@media only screen and (max-width: 767px) {
  .product-list__item .product-name {
    min-height: auto;
  }
}
.product-list__item h2,
.product-list__item h3 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 200;
}
.product-list__item .price {
  color: #ee7a02;
  font-size: 18px;
}
.product-list__item .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
  color: #787878;
}
.product-list__item a {
  color: #333;
}
.product-list__item a:hover, .product-list__item a:focus {
  text-decoration: none;
  color: #000;
}
.product-list__item .discount-description {
  background: #ededed;
  border: 1px solid #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1em 10px;
  min-height: 184px;
}
.product-list__item .discount_valid,
.product-list__item .discount_used {
  margin: 0 19px 0 -1px;
  width: 242px;
  padding: 0;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer-description.png") left top no-repeat;
  height: 1em;
}
.product-list__item .discount_valid .discount-description,
.product-list__item .discount_used .discount-description {
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer-description.png") left bottom no-repeat;
  color: #fff;
  border: 0;
  margin-top: 1em;
  padding: 0 10px 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .product-list--widget.column-count-3 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list--widget.column-count-4 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list--widget.column-count-5 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list--widget .product-box {
    text-align: center;
  }
}
.product-list--widget .product-box > .inner {
  border: none;
}
.product-list--widget .product-box footer {
  padding-top: 0;
  min-height: auto;
}
.product-list--widget .product-box .product-name {
  min-height: 40px;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 767px) {
  .product-list--widget .product-box .product-name {
    min-height: auto;
  }
}
.product-list--widget .product-box .price {
  color: #ee7a02;
  font-size: 18px;
}
.product-list--widget .product-box .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
  color: #787878;
}
.product-list--widget .product-box a {
  color: #333;
}
.product-list--widget .product-box a:hover, .product-list--widget .product-box a:focus {
  text-decoration: none;
  color: #000;
}

.product-collateral .block-title,
.block-related .block-title {
  color: #fd9326;
  text-transform: uppercase;
  font-size: 2.2em;
  margin: 12px 0 0 0;
}

.product-list--upsell {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .product-list--upsell.column-count-3 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list--upsell.column-count-3 > li {
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .product-list--upsell.column-count-3 > li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .product-list--related.column-count-6 > li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .product-list--related.column-count-6 > li {
    width: 25%;
  }
}
@media only screen and (max-width: 479px) {
  .product-list--related.column-count-6 > li {
    width: 50%;
  }
}

.products-grid {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .products-grid {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .products-grid {
    text-align: center;
  }
}
.products-grid li {
  display: inline-block;
  width: 176px;
  margin: 0 5px;
  min-height: 300px;
  padding: 10px 0 5px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .products-grid li {
    text-align: center;
    width: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .products-grid li {
    text-align: center;
  }
}
.products-grid.first li {
  padding-top: 0;
  border: 0;
}
.products-grid .product-name {
  min-height: 40px;
}
@media only screen and (max-width: 767px) {
  .products-grid .product-name {
    min-height: auto;
  }
}
.products-grid h2,
.products-grid h3 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: 200;
}
.products-grid .price {
  color: #ee7a02;
  font-size: 18px;
}
.products-grid .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
  color: #787878;
}
.products-grid a {
  color: #333;
}
.products-grid a:hover, .products-grid a:focus {
  text-decoration: none;
  color: #000;
}
.products-grid .discount-description {
  background: #ededed;
  border: 1px solid #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1em 10px;
  min-height: 184px;
}
.products-grid .discount_valid,
.products-grid .discount_used {
  margin: 0 19px 0 -1px;
  width: 178px;
  padding: 0;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer-description.png") left top no-repeat;
  height: 1em;
}
.products-grid .discount_valid .discount-description,
.products-grid .discount_used .discount-description {
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer-description.png") left bottom no-repeat;
  color: #fff;
  border: 0;
  margin-top: 1em;
  padding: 0 10px 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media only screen and (max-width: 374px) {
  .products-grid li {
    width: 138px;
  }
}
.j2t-autoadd-cart {
  list-style: none;
  padding: 0;
  margin-right: -20px;
  clear: left;
  color: #444;
  min-height: 10px;
}
.j2t-autoadd-cart li {
  float: left;
  margin: 0 20px 0 0;
  width: 176px;
  min-height: 300px;
  padding: 10px 0 5px;
}
@media only screen and (max-width: 767px) {
  .j2t-autoadd-cart li {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
}
.j2t-autoadd-cart .j2t-autoadd-cart-in {
  float: left;
  margin: 0 20px 0 0;
  width: 176px;
  padding: 1em 0 .5em;
  border-top: 1px solid #eee;
}
.j2t-autoadd-cart.first li {
  padding-top: 0;
  border: 0;
}
.j2t-autoadd-cart h2,
.j2t-autoadd-cart h3 {
  margin: .5em 0 .2em;
  font-size: 16px;
  font-weight: 200;
}
.j2t-autoadd-cart .price {
  color: #ee7a02;
  font-size: 18px;
}
.j2t-autoadd-cart .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
  color: #787878;
}
.j2t-autoadd-cart a {
  color: #333;
}
.j2t-autoadd-cart a:hover, .j2t-autoadd-cart a:focus {
  text-decoration: none;
  color: #000;
}
.j2t-autoadd-cart .discount-description {
  background: #ededed;
  border: 1px solid #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1em 10px;
  min-height: 184px;
}
.j2t-autoadd-cart .discount_valid,
.j2t-autoadd-cart .discount_used {
  margin: 0 19px 0 -1px;
  width: 178px;
  padding: 0;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer-description.png") left top no-repeat;
  height: 1em;
}
.j2t-autoadd-cart .discount_valid .discount-description,
.j2t-autoadd-cart .discount_used .discount-description {
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer-description.png") left bottom no-repeat;
  color: #fff;
  border: 0;
  margin-top: 1em;
  padding: 0 10px 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.j2t-autoadd-cart {
  clear: both;
}
.j2t-autoadd-cart .section {
  margin-right: 20px;
}

.j2t-autoadd-cart-in {
  text-align: center;
  border: 0 !important;
}

.offer-products.last {
  border: 0;
}
.offer-products li {
  border: 0;
  padding: 0;
}
.offer-products li .button {
  width: 100%;
}

.rule-row--wrapper .rule-row {
  padding-bottom: 1em;
}
.rule-row--wrapper .rule-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.bonus-discount-description {
  padding: 10px;
  background: #ddd;
  border-radius: 5px;
}
@media only screen and (max-width: 979px) {
  .bonus-discount-description {
    text-align: left;
    padding: 1px 5px;
  }
}

.bonus-list-grid {
  margin: 10px 0;
  font-size: 10px;
  line-height: 10px;
}
@media only screen and (max-width: 767px) {
  .bonus-list-grid {
    margin: 0 auto;
    padding: 0;
  }
}
.bonus-list-grid .bonus-icon .icon {
  color: #fd9326;
  padding: 5px;
  background-color: #fff;
  font-size: 1.6em;
  position: absolute;
  top: 10px;
  left: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 979px) {
  .bonus-list-grid .bonus-icon .icon {
    left: 50%;
    -moz-transform: translateX(-280%);
    -ms-transform: translateX(-280%);
    -webkit-transform: translateX(-280%);
    transform: translateX(-280%);
  }
}
.bonus-list-grid > li {
  display: block;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
  width: 20%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bonus-list-grid > li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bonus-list-grid > li {
    width: 33%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .bonus-list-grid > li {
    width: 50%;
  }
  .bonus-list-grid > li.item:not(:last-child) {
    margin-bottom: 50px;
  }
  .bonus-list-grid > li.item:first-child {
    margin: 20px 0;
  }
}
.bonus-list-grid > li .product-name {
  height: 70px;
  font-weight: 200;
  font-size: 1.6em;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .bonus-list-grid > li .product-name {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .bonus-list-grid > li .product-name {
    height: 40px;
  }
}
.bonus-list-grid > li img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .bonus-list-grid > li img {
    display: block;
    margin: 0 auto;
  }
}
.bonus-list-grid > li .p1 {
  font-size: 1.4em;
  line-height: 1.28571em;
}

.product-options {
  clear: right;
}

.product-options dl {
  margin: 0 0 25px 0;
}
.product-options dt {
  padding-bottom: 0.25em;
}
.product-options dt label {
  font-weight: 700;
}
.product-options dt .price-notice {
  float: right;
  font-size: 0.8em;
}
.product-options dt .custom-price-notice {
  float: right;
  font-size: 0.8em;
}
.product-options dt .custom-price-notice .price-notice {
  font-size: 1em;
  display: inline;
  float: none;
}
.product-options dd {
  margin: 0;
  padding: 0;
}
.product-options dd .input-text {
  width: 100%;
}
.product-options .required em {
  color: #c30;
}
.product-options .chzn-search {
  display: none;
}

.product-options-bottom {
  margin-top: 15px;
}

#original-attributes {
  display: none;
}

.custom-attributes .label {
  font-size: 14px;
  padding: 15px 0;
  color: #464646;
  font-weight: 700;
}
.custom-attributes .label.required em {
  color: #fd9326;
}

.attributes {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}

.attribute {
  float: left;
  background: transparent;
  font-weight: 700;
}

.attribute__link {
  display: block;
  border: 2px solid transparent;
  background: #f0f0f0;
  color: #cfcfcf;
  margin: 0 10px 10px 0;
  padding: 0 8px;
  height: auto;
  line-height: 26px;
  text-align: center;
  text-decoration: line-through;
  width: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.is-saleable .attribute__link {
  background: #efefef;
  color: #4a4a4a;
  text-decoration: none;
  pointer-events: auto;
}
.attribute__link.selected {
  color: #111;
  border: 2px solid #555;
}

.color-attributes {
  margin: -5px;
}
.color-attributes .attribute {
  background: #fff;
  margin: 3px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 1;
}
.color-attributes .attribute.is-saleable {
  background: transparent !important;
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.color-attributes .attribute__link {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 2px;
  height: 35px;
  width: 35px;
  text-indent: -9999px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.color-attributes .attribute__link.attribute-not-available {
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/not-available.png") center center no-repeat;
}
.color-attributes .attribute__link.selected {
  border: 2px solid #fff;
  padding: 0;
  -moz-box-shadow: 0 0 0 2px #333;
  -webkit-box-shadow: 0 0 0 2px #333;
  box-shadow: 0 0 0 2px #333;
}
.color-attributes .attribute__link.attribute-not-available {
  border: 2px solid #fff;
  cursor: unset;
}

dd.embroidery-group-left label,
dd.embroidery-group-right label {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
dd.embroidery-group-left input[type="text"],
dd.embroidery-group-right input[type="text"] {
  margin-top: 5px;
  background-color: #fff;
  border-color: #fd9326;
}
dd.embroidery-group-left input[disabled],
dd.embroidery-group-right input[disabled] {
  background: #f3f2f2;
  border-color: #ddd;
}

.product-options .embroidery-group-left {
  width: 63%;
  float: left;
  padding: 0 2% 10px 0;
}
@media only screen and (max-width: 767px) {
  .product-options .embroidery-group-left {
    padding: 0 2% 5px 0;
  }
}
.product-options .embroidery-group-right {
  width: calc(33% - 1px);
  float: right;
  border-left: 1px dashed #ccc;
  padding: 0 0 0 2%;
}

.custom-attribute-group {
  color: #464646;
  font-weight: 700;
  margin: 10px 0;
  font-size: 14px;
  line-height: 18px;
}

.custom-attribute-group .more-information-tool-tip,
#custom-attributes dt .more-information-tool-tip {
  float: right;
  margin-top: -5px;
}

.layered-nav {
  margin: 1em 0;
  padding-top: 10px;
}
.layered-nav .filter-heading {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.28571em;
}
.layered-nav .layered-nav-active .value {
  font-weight: bold;
}
.layered-nav .layered-nav-active .btn-remove {
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  vertical-align: baseline;
}
.layered-nav .layered-nav-active .btn-remove:hover {
  color: #f47771;
}
.layered-nav .layered-nav-active .btn-remove span {
  text-indent: -9999px;
  position: absolute;
}
.layered-nav .layered-nav-filters {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.layered-nav .layered-nav-filters .row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.layered-nav .layered-nav-actions {
  margin-bottom: 1em;
}
.layered-nav .layered-nav-actions .button {
  float: right;
}
.layered-nav .count {
  margin-left: 5px;
  padding: 1px 5px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  border-radius: 100%;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 16px;
}

.block-layered-nav .block-title {
  text-transform: uppercase;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #555;
  font-weight: 200;
}
.block-layered-nav a {
  color: #555;
}
.block-layered-nav a:hover, .block-layered-nav a:focus {
  color: #333;
}
.block-layered-nav ol,
.block-layered-nav dd {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.block-layered-nav ol {
  padding-bottom: .5em;
  border: 0;
}
.block-layered-nav .currently {
  border-bottom: 1px solid #eee;
}
.block-layered-nav .currently li {
  background: #eee;
  border: .4em solid #eee;
  margin-bottom: .5em;
  padding: 0 0 0 .2em;
}
.block-layered-nav .currently .remove {
  float: right;
  width: 1.4em;
  background: #888;
  text-align: center;
  color: #fff;
}
.block-layered-nav .currently .remove:hover, .block-layered-nav .currently .remove:focus {
  text-decoration: none;
  background: #555;
}
.block-layered-nav li {
  padding-bottom: 10px;
  margin: 10px 0;
}
.block-layered-nav dt {
  font-weight: 700;
  padding: .5em 0 1em;
}

@media only screen and (max-width: 767px) {
  .layered-nav .filter-heading {
    padding-bottom: 10px;
  }
}
.catalog-layer-wrapper {
  text-align: center;
  width: 100%;
}

.catalog-layer {
  display: inline-block;
  list-style: none;
  padding: 0;
  text-align: left;
}
.catalog-layer > li {
  float: left;
  margin-left: 10px;
  width: 160px;
}
.catalog-layer > li:first-child {
  margin-left: 0;
}
.catalog-layer a {
  background-color: #fff;
  color: #000;
  display: block;
  padding: 5px 8px;
  text-align: left;
}
.catalog-layer a:hover {
  color: #000;
}
.catalog-layer .active {
  position: relative;
  border: 1px solid #ddd;
}
.catalog-layer .active > a {
  color: #fd9326;
}
.catalog-layer .active > a .filter-close {
  background-color: #fff;
  border-left: 1px solid #ddd;
  display: block;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 18px;
}

@media only screen and (max-width: 979px) {
  .catalog-layer {
    margin: 0;
    display: block;
  }
  .catalog-layer > li {
    float: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
  }
}
#search_mini_form {
  margin: 0;
}
#search_mini_form .form-list > li {
  padding: 0;
}
#search_mini_form .input-text {
  padding-left: 10px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 1.4em;
  line-height: 26px;
}
#search_mini_form .input-text:active, #search_mini_form .input-text:focus, #search_mini_form .input-text.is-active {
  border-color: #fd9326;
}
#search_mini_form button[type="submit"] {
  position: absolute;
  left: -9999px;
}
#search_mini_form i {
  color: #ccc;
  pointer-events: auto;
  padding: 10px;
  top: 0;
  font-size: 25px;
}
#search_mini_form i:hover {
  color: #999;
  cursor: pointer;
}

.search-autocomplete {
  display: none;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #eee;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: -1px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-autocomplete ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 18px;
}
.search-autocomplete ul li {
  margin: 0;
  padding: 10px;
  list-style: none;
  border-top: 1px solid #eee;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.search-autocomplete ul li:first-child {
  border-top: 0;
}
.search-autocomplete ul li a {
  color: #555;
}
.search-autocomplete ul li.suggest_header {
  font-weight: bold;
  color: #fd9326;
  pointer-events: none;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.search-autocomplete ul li.suggest_header:hover, .search-autocomplete ul li.suggest_header.selected {
  background-color: #eee;
  color: #333;
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
  cursor: pointer;
  color: #fff;
  background-color: #fd9326;
}
.search-autocomplete ul li:hover .search-autocomplete-product-name,
.search-autocomplete ul li:hover .search-autocomplete-product-price,
.search-autocomplete ul li:hover a, .search-autocomplete ul li.selected .search-autocomplete-product-name,
.search-autocomplete ul li.selected .search-autocomplete-product-price,
.search-autocomplete ul li.selected a {
  color: #fff;
}
.search-autocomplete ul li .amount:after {
  content: " resultat för " open-quote;
}
.search-autocomplete ul li:after {
  content: close-quote;
}

#autocomplete_last.selected {
  background-color: transparent;
}

.search-autocomplete-product {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.search-autocomplete-product a {
  display: block;
}

.search-autocomplete-product-image {
  display: block;
  float: left;
  width: 50px;
  margin-right: 1em;
}

.search-autocomplete-product-name {
  color: #fd9326;
  font-weight: bold;
  margin-top: .5em;
  width: 200px;
  float: left;
  display: block;
  margin-right: 1em;
}

.search-autocomplete-product-price {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  float: right;
  display: block;
  color: #555;
}

@media only screen and (max-width: 767px) {
  .search-autocomplete {
    max-height: 200px;
  }
  .search-autocomplete ul li {
    padding: 5px;
  }
}
.product-nametag [type=text] {
  width: 94%;
}
.product-nametag .col-main {
  margin: 0 10px;
}
.product-nametag .product-name .info {
  float: left;
  font-size: 23px;
  color: #676767;
  line-height: 29px;
  margin: 15px 0 0 0;
  font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.product-nametag .product-name .btn-decco {
  float: left;
  border: 1px solid #EE942E;
  padding: 1px;
  border-radius: 5px;
  margin: 13px 0 0 14px;
}
.product-nametag .product-name .btn-decco .btn-more-info {
  float: left;
  cursor: pointer;
  width: 250px;
  height: 53px;
  color: #FFF;
  text-align: center;
  padding: 7px 25px 0 25px;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: #EE942E;
  text-decoration: none;
  border: 1px solid #FFF;
}

.product-nametag h1 {
  color: #EE942E;
  padding: 0 0 10px 0;
  border-bottom: 4px solid #ddd;
}
.product-nametag h1 .product-name p {
  margin: 0;
}

.product-nametag-topcontainer {
  float: left;
  width: 100%;
  border-radius: 5px 5px 0 0;
  border: 1px solid #D9D9D9;
  background-color: #EDEDED;
  border-bottom: 0;
}
.product-nametag-topcontainer .more-information-tool-tip {
  float: right;
  margin: 12px 30px 0 0;
}
.product-nametag-topcontainer .product-nametag-text {
  width: 265px;
}
.product-nametag-topcontainer .product-nametag-preview {
  width: 290px;
}
.product-nametag-topcontainer .product-nametag-preview h2 {
  clear: both;
}
.product-nametag-topcontainer .product-nametag-bestall {
  width: 350px;
}
.product-nametag-topcontainer .product-nametag-bestall table tbody tr:first-child td {
  border-top: none;
}
.product-nametag-topcontainer .product-nametag-bestall table tbody tr td {
  border-bottom: none;
  padding: 12px 5px 12px 0;
}
.product-nametag-topcontainer .product-nametag-bestall table tbody tr td input {
  float: left;
  margin: 3px 10px 0 0;
  padding: 0 0 0 0;
}
.product-nametag-topcontainer .product-nametag-bestall table tbody tr td .validation-advice {
  margin: 5px 0 0 0;
}
.product-nametag-topcontainer .bottom h2,
.product-nametag-topcontainer .product-nametag-text h2,
.product-nametag-topcontainer .product-nametag-bestall h2,
.product-nametag-topcontainer .product-nametag-preview h2 {
  color: #EE942E;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.product-nametag-topcontainer .bottom .topcon {
  position: absolute;
  bottom: 0px;
  margin-left: 20px;
}
.product-nametag-topcontainer .bottom .btn-reset {
  float: right;
  margin-right: .5em;
}
.product-nametag-topcontainer .product-nametag-text h2 {
  float: left;
  width: 200px;
}
.product-nametag-topcontainer .product-nametag-bestall h4 {
  float: right;
  width: 100px;
  padding: 0 0 0 0;
  margin: -30px -57px 0 0;
}
.product-nametag-topcontainer .product-nametag-text,
.product-nametag-topcontainer .product-nametag-bestall,
.product-nametag-topcontainer .product-nametag-preview {
  float: left;
}
.product-nametag-topcontainer .product-nametag-text {
  padding: 0 0 0 20px;
}
.product-nametag-topcontainer .product-nametag-text .fontlist dd {
  float: left;
  width: 100%;
}
.product-nametag-topcontainer .product-nametag-text .product-options {
  float: left;
}
.product-nametag-topcontainer .product-nametag-text .product-options label {
  float: left;
  width: 70px;
}
.product-nametag-topcontainer .product-nametag-text .product-options label em {
  color: #EE942E;
}
.product-nametag-topcontainer .product-nametag-text .product-options .input-box input {
  width: 150px;
  background-color: #FFF;
}
.product-nametag-topcontainer .product-nametag-text .product-options .input-box .validation-advice {
  padding: 5px 0 0 80px;
}
.product-nametag-topcontainer .product-nametag-text .product-options dl dt {
  float: left;
}
.product-nametag-topcontainer .product-nametag-text {
  margin-right: 30px;
}
.product-nametag-topcontainer .decco-line-vertical {
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/nametag-decco-line-vertical.jpg") right 17px no-repeat;
}
.product-nametag-topcontainer .product-nametag-preview .nametag-mm-horz {
  float: left;
  width: 209px;
  height: 20px;
  margin: 0 0 5px 0;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/nametag-mm-horizontal.jpg") center center no-repeat;
}
.product-nametag-topcontainer .product-nametag-preview a {
  clear: both;
  display: block;
  padding-top: 20px;
}
.product-nametag-topcontainer .product-nametag-preview .nametag-mm-vert {
  float: left;
  width: 49px;
  height: 90px;
  margin: 1px 0 0 10px;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/nametag-mm-vertical.jpg") center center no-repeat;
}
.product-nametag-topcontainer .product-nametag-preview {
  background-position: 270px 17px;
  height: 250px;
}
.product-nametag-topcontainer .product-nametag-preview #previewImageWrapper {
  float: left;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/loader.gif") 0 -200px no-repeat;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 1em;
}
.product-nametag-topcontainer .product-nametag-preview .loading {
  background-position: center center !important;
}
.product-nametag-topcontainer .product-nametag-preview #previewImage {
  width: 207px;
  height: 90px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.product-nametag-topcontainer .product-nametag-preview .preview-info {
  line-height: 27px;
  margin-top: 1em;
  margin-bottom: .5em;
  padding-bottom: 0;
  font-weight: 800;
  font-size: 1.2em;
  text-decoration: underline;
  cursor: pointer;
}
.product-nametag-topcontainer .product-nametag-preview .preview-info a {
  float: left;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
.product-nametag-topcontainer .bottom {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.product-nametag-topcontainer .bottom .btn-submit {
  float: right;
  margin: 0 20px 0 0;
}
.product-nametag-topcontainer .bottom p {
  float: right;
  width: 300px;
  color: #535353;
  font-size: 14px;
  line-height: 20px;
  margin: 11px 10px 0 0;
}

.product-nametag-bottomcontainer {
  float: left;
  width: 100%;
  border-radius: 0 0 5px 5px;
  border: 1px solid #D9D9D9;
  margin: 0 0 20px 0;
  border-top: 0;
    /*
    .iconCategory {
        margin-bottom: 10px;
        clear: left;

        .iconImage,
        .captionText {
            cursor: pointer;
        }

        .captionText {
            background: #eee;
            text-transform: uppercase;
            font-size: 18px;
            padding: .4em .6em;
            cursor: pointer;
        }

        .categoryContent {
            margin-right: -20px;
        }
    }
    */
  /* icon tabs */
}
.product-nametag-bottomcontainer .product-nametag-icons {
  width: 100%;
  float: left;
}
.product-nametag-bottomcontainer .product-nametag-icons .topcon {
  float: left;
  width: 100%;
  height: 60px;
  background-color: #EDEDED;
  margin: 0 0 0 0;
}
.product-nametag-bottomcontainer .product-nametag-icons .topcon h2 {
  color: #EE942E;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0 20px;
}
.product-nametag-bottomcontainer .hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.product-nametag-bottomcontainer #icontabs {
  float: left;
  width: 100%;
}
.product-nametag-bottomcontainer #icontabs .list-wrap {
  padding: 10px;
  margin: 0 0 15px 0;
}
.product-nametag-bottomcontainer #icontabs .iconWrapper {
  float: left;
  margin-right: 20px;
  padding: 10px 0;
  cursor: pointer;
}
.product-nametag-bottomcontainer #icontabs .iconWrapper .noIconImage {
  padding-bottom: 30px;
}
.product-nametag-bottomcontainer #icontabs .iconWrapper .noIconText {
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #cdcdcd;
  margin-top: -30px;
}
.product-nametag-bottomcontainer #icontabs .iconWrapperSelected img {
  border: 3px solid #ee7a02;
  margin: -3px;
}
.product-nametag-bottomcontainer #icontabs .nav {
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-top: 1px solid #fec58b;
  border-bottom: 1px solid #d56d02;
  background: #fd9326;
  background-image: url('https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYWExZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwOTcyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #feaa1d), color-stop(100%, #f09721));
  background-image: -moz-linear-gradient(#feaa1d, #f09721);
  background-image: -webkit-linear-gradient(#feaa1d, #f09721);
  background-image: linear-gradient(#feaa1d, #f09721);
}
.product-nametag-bottomcontainer #icontabs .nav li:first-child {
  margin: 0 0 0 20px;
}
.product-nametag-bottomcontainer #icontabs .nav li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.product-nametag-bottomcontainer #icontabs .nav li.last {
  margin-right: 0;
}
.product-nametag-bottomcontainer #icontabs .nav li a {
  float: left;
  outline: none;
  padding: 15px;
  color: white;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 0;
  height: 15px;
  background: transparent url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/nametag-nav-decco-line-right.jpg") right 13px no-repeat;
}
.product-nametag-bottomcontainer #icontabs li span.current-arrow {
  position: absolute;
  margin-top: 45px;
  width: 19px;
  height: 11px;
  background: transparent url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/nametag-arrow-down.jpg") center 0 no-repeat;
}
.product-nametag-bottomcontainer #icontabs li a.current,
.product-nametag-bottomcontainer #icontabs #icontabs li a.current:hover {
  color: white;
  background: #D37B1A;
}
.product-nametag-bottomcontainer #icontabs .nav li a:hover, .product-nametag-bottomcontainer #icontabs #icontabs .nav li a:focus {
  background: #fd9326;
}

.product-nametag-color-list {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  width: 230px;
}
.product-nametag-color-list > li {
  display: inline-block;
  margin-bottom: 2px;
  padding-bottom: 0;
}
.product-nametag-color-list > li > a {
  border: 1px solid #808080;
  padding: 0 !important;
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -1000px;
}

.nav-bar-megamenu > li.bonus-ladder .dropdown-wrapper,
.nav-primary > li.bonus-ladder .dropdown-wrapper {
  min-width: 240px;
  left: auto;
  list-style: none;
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.nav-bar-megamenu > li.bonus-ladder ul.level0,
.nav-primary > li.bonus-ladder ul.level0 {
  width: auto;
  float: none;
  padding: 0;
  -moz-column-count: initial;
  -webkit-column-count: initial;
  column-count: initial;
  -moz-box-shadow: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.nav-bar-megamenu > li.bonus-ladder.bonus-count > a::after,
.nav-primary > li.bonus-ladder.bonus-count > a::after {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #f30;
  color: white;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  content: "0";
}
.nav-bar-megamenu > li.bonus-ladder.bonus-count-1 > a::after,
.nav-primary > li.bonus-ladder.bonus-count-1 > a::after {
  content: "1";
}
.nav-bar-megamenu > li.bonus-ladder.bonus-count-2 > a::after,
.nav-primary > li.bonus-ladder.bonus-count-2 > a::after {
  content: "2";
}
.nav-bar-megamenu > li.bonus-ladder.bonus-count-3 > a::after,
.nav-primary > li.bonus-ladder.bonus-count-3 > a::after {
  content: "3";
}
.nav-bar-megamenu > li.bonus-ladder.bonus-count-4 > a::after,
.nav-primary > li.bonus-ladder.bonus-count-4 > a::after {
  content: "4";
}
.nav-bar-megamenu > li.bonus-ladder:not(.bonus-count-0) a,
.nav-primary > li.bonus-ladder:not(.bonus-count-0) a {
  color: #fd9326;
  font-weight: 600;
}
.nav-bar-megamenu > li.bonus-ladder:not(.bonus-count-0) a::after,
.nav-primary > li.bonus-ladder:not(.bonus-count-0) a::after {
  background: #f30;
}
.nav-bar-megamenu > li.bonus-ladder li.level1,
.nav-primary > li.bonus-ladder li.level1 {
  display: block;
  padding: 15px 20px;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-bar-megamenu > li.bonus-ladder li.level1:not(:last-child),
.nav-primary > li.bonus-ladder li.level1:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.nav-bar-megamenu > li.bonus-ladder li.level1 > a,
.nav-primary > li.bonus-ladder li.level1 > a {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.nav-bar-megamenu > li.bonus-ladder li.level1 > a:hover,
.nav-primary > li.bonus-ladder li.level1 > a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.nav-bar-megamenu > li.bonus-ladder li.level1.used::before,
.nav-primary > li.bonus-ladder li.level1.used::before {
  color: #659966;
  content: '\f058';
  font-family: 'FontAwesome';
}
.nav-bar-megamenu > li.bonus-ladder li.level1.notvalid::before,
.nav-primary > li.bonus-ladder li.level1.notvalid::before {
  content: '\f006';
  font-family: 'FontAwesome';
}
.nav-bar-megamenu > li.bonus-ladder li.level1.valid::before,
.nav-primary > li.bonus-ladder li.level1.valid::before {
  color: #fd9326;
  content: '\f005';
  font-family: 'FontAwesome';
}
.nav-bar-megamenu > li.bonus-ladder li.level1 .bonus-read-more,
.nav-primary > li.bonus-ladder li.level1 .bonus-read-more {
  color: #fd9326;
}

#mobileBonusLadder a {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: initial;
  color: #fd9326;
  border: none;
}

.nav-bar-megamenu > li.bonus-ladder {
  position: absolute;
  right: 0;
}
.nav-bar-megamenu > li.bonus-ladder > a {
  padding: 12px 10px;
}
.nav-bar-megamenu > li.bonus-ladder .dropdown-wrapper {
  border-top: none;
}

.bonus-message {
  background-color: #16ab65;
  color: #fff;
  padding: 15px 45px 15px 15px;
  z-index: 7;
  position: fixed;
  top: 46px;
  font-size: 14px;
  line-height: 18px;
}
.bonus-message > a {
  color: inherit;
  text-decoration: underline;
}
.bonus-message #bonus-close-button::before {
  content: "x";
  border: 1px solid #fff;
  padding: 2px 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bonus-count-0 > a::after {
    display: none !important;
}

.offer-wrapper {
  width: 100%;
  position: relative;
}
.offer-wrapper .offer {
  z-index: 200;
  width: 200px;
  height: 10px;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer.png") top left no-repeat;
  position: absolute;
  right: 0;
  top: -10px;
}
.offer-wrapper .offer .offer__inner {
  margin-top: 10px;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer.png") bottom left no-repeat;
  color: #fff;
  text-align: center;
  padding: 0 0 10px;
  font-size: 1.4em;
  line-height: 1.4em;
}
.offer-wrapper .offer:hover #offers, .offer-wrapper .offer:focus #offers, .offer-wrapper .offer.active #offers {
  display: block !important;
  visibility: visible;
}
.offer-wrapper .offer:hover .arrow, .offer-wrapper .offer:focus .arrow, .offer-wrapper .offer.active .arrow {
  text-indent: 0;
  background: 0;
  height: auto;
  margin-top: 5px;
}
.offer-wrapper .offer .offer__heading {
  text-transform: uppercase;
}
.offer-wrapper .offer .offer__description {
  padding: 0 1em;
}
.offer-wrapper .offer ul,
.offer-wrapper .offer li,
.offer-wrapper .offer a,
.offer-wrapper .offer a:hover,
.offer-wrapper .offer a:focus {
  border: 0;
  background: 0 !important;
  text-shadow: none;
}
.offer-wrapper .offer .offer-list {
  list-style: none;
  padding: 0;
  position: relative;
  visibility: visible;
  min-width: 0;
  margin: 10px 10px 0;
  border-top: 1px solid #157706;
  border-bottom: 1px solid #76af68;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.offer-wrapper .offer li,
.offer-wrapper .offer li a {
  text-transform: uppercase;
}
.offer-wrapper .offer li {
  padding: 5px 0 5px 27px;
  margin: 0;
  text-align: left;
  border-top: 1px solid #76af68;
  border-bottom: 1px solid #157706;
  color: #bad5b7;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/icons.png") 0 -57px no-repeat !important;
}
.offer-wrapper .offer li.used {
  background-position: 0 3px !important;
}
.offer-wrapper .offer li.valid {
  background-position: 0 -27px !important;
}
.offer-wrapper .offer a {
  color: #fff;
  padding: 0;
}
.offer-wrapper .offer .arrow {
  height: 15px;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/offer-arrow.png") center bottom no-repeat;
  text-transform: none;
  text-indent: -999em;
}

.my-account .two-up {
  margin-bottom: 0;
}
.my-account .two-up li {
  margin-bottom: 0;
}
.my-account .box-content dt {
  font-size: 1.3em;
}
.my-account .box-content dd {
  font-size: 1.6em;
  margin: 0 0 .5em 0;
}
.my-account .addresses-list ol {
  list-style: none;
  padding: 0 0 0 0;
}
.my-account .addresses-additional ol {
  font-size: inherit;
  line-height: inherit;
}
.my-account address {
  font-style: normal;
}

.account-login label,
.account-create label,
.form-list label {
  display: block;
}

.my-account {
  padding-bottom: 2em;
}

.account-navigation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.account-navigation li {
  padding: 10px 10px 10px 0;
}
.account-navigation a {
  color: #555;
}
.account-navigation a:hover, .account-navigation a:focus {
  color: #333;
}

.customer-account-login .col-main {
  margin: 0 10px;
}

.customer-account-index .box-head a,
.customer-account-index .box-title a,
.customer-account-index .box-content a,
.customer-account-index .data-table a,
.customer-account-edit .box-head a,
.customer-account-edit .box-title a,
.customer-account-edit .box-content a,
.customer-account-edit .data-table a,
.newsletter-manage-index .box-head a,
.newsletter-manage-index .box-title a,
.newsletter-manage-index .box-content a,
.newsletter-manage-index .data-table a,
.customer-address-form .box-head a,
.customer-address-form .box-title a,
.customer-address-form .box-content a,
.customer-address-form .data-table a,
.ugiftcert-customer-balance .box-head a,
.ugiftcert-customer-balance .box-title a,
.ugiftcert-customer-balance .box-content a,
.ugiftcert-customer-balance .data-table a,
.sales-order-history .box-head a,
.sales-order-history .box-title a,
.sales-order-history .box-content a,
.sales-order-history .data-table a,
.sales-order-view .box-head a,
.sales-order-view .box-title a,
.sales-order-view .box-content a,
.sales-order-view .data-table a {
  display: block;
  color: #fd9326;
  font-size: 14px;
  padding: 10px 0;
}
.customer-account-index .content-wrapper,
.customer-account-edit .content-wrapper,
.newsletter-manage-index .content-wrapper,
.customer-address-form .content-wrapper,
.ugiftcert-customer-balance .content-wrapper,
.sales-order-history .content-wrapper,
.sales-order-view .content-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 979px) {
  .customer-account-index .content-wrapper,
  .customer-account-edit .content-wrapper,
  .newsletter-manage-index .content-wrapper,
  .customer-address-form .content-wrapper,
  .ugiftcert-customer-balance .content-wrapper,
  .sales-order-history .content-wrapper,
  .sales-order-view .content-wrapper {
    margin-top: 20px;
  }
}
.customer-account-index #leftSidebar,
.customer-account-edit #leftSidebar,
.newsletter-manage-index #leftSidebar,
.customer-address-form #leftSidebar,
.ugiftcert-customer-balance #leftSidebar,
.sales-order-history #leftSidebar,
.sales-order-view #leftSidebar {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 979px) {
  .customer-account-index #leftSidebar,
  .customer-account-edit #leftSidebar,
  .newsletter-manage-index #leftSidebar,
  .customer-address-form #leftSidebar,
  .ugiftcert-customer-balance #leftSidebar,
  .sales-order-history #leftSidebar,
  .sales-order-view #leftSidebar {
    margin-top: 0;
  }
}
.customer-account-index #leftSidebar .account-navigation .block-title,
.customer-account-edit #leftSidebar .account-navigation .block-title,
.newsletter-manage-index #leftSidebar .account-navigation .block-title,
.customer-address-form #leftSidebar .account-navigation .block-title,
.ugiftcert-customer-balance #leftSidebar .account-navigation .block-title,
.sales-order-history #leftSidebar .account-navigation .block-title,
.sales-order-view #leftSidebar .account-navigation .block-title {
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  font-size: 18px;
  color: #555;
  font-weight: 200;
}
.customer-account-index #leftSidebar .account-navigation .block-title::after,
.customer-account-edit #leftSidebar .account-navigation .block-title::after,
.newsletter-manage-index #leftSidebar .account-navigation .block-title::after,
.customer-address-form #leftSidebar .account-navigation .block-title::after,
.ugiftcert-customer-balance #leftSidebar .account-navigation .block-title::after,
.sales-order-history #leftSidebar .account-navigation .block-title::after,
.sales-order-view #leftSidebar .account-navigation .block-title::after {
  content: "+";
  margin-left: 20px;
}
.customer-account-index #leftSidebar .account-navigation .block-title.open::after,
.customer-account-edit #leftSidebar .account-navigation .block-title.open::after,
.newsletter-manage-index #leftSidebar .account-navigation .block-title.open::after,
.customer-address-form #leftSidebar .account-navigation .block-title.open::after,
.ugiftcert-customer-balance #leftSidebar .account-navigation .block-title.open::after,
.sales-order-history #leftSidebar .account-navigation .block-title.open::after,
.sales-order-view #leftSidebar .account-navigation .block-title.open::after {
  content: "-";
}
.customer-account-index #leftSidebar .account-navigation .block-content,
.customer-account-edit #leftSidebar .account-navigation .block-content,
.newsletter-manage-index #leftSidebar .account-navigation .block-content,
.customer-address-form #leftSidebar .account-navigation .block-content,
.ugiftcert-customer-balance #leftSidebar .account-navigation .block-content,
.sales-order-history #leftSidebar .account-navigation .block-content,
.sales-order-view #leftSidebar .account-navigation .block-content {
  padding: 0;
}
.customer-account-index #leftSidebar .account-navigation li.current,
.customer-account-edit #leftSidebar .account-navigation li.current,
.newsletter-manage-index #leftSidebar .account-navigation li.current,
.customer-address-form #leftSidebar .account-navigation li.current,
.ugiftcert-customer-balance #leftSidebar .account-navigation li.current,
.sales-order-history #leftSidebar .account-navigation li.current,
.sales-order-view #leftSidebar .account-navigation li.current {
  font-weight: 600;
}
.customer-account-index #leftSidebar .account-navigation li.last,
.customer-account-edit #leftSidebar .account-navigation li.last,
.newsletter-manage-index #leftSidebar .account-navigation li.last,
.customer-address-form #leftSidebar .account-navigation li.last,
.ugiftcert-customer-balance #leftSidebar .account-navigation li.last,
.sales-order-history #leftSidebar .account-navigation li.last,
.sales-order-view #leftSidebar .account-navigation li.last {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}
.customer-account-index table,
.customer-account-edit table,
.newsletter-manage-index table,
.customer-address-form table,
.ugiftcert-customer-balance table,
.sales-order-history table,
.sales-order-view table {
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
  border-spacing: 20px 10px;
  border-collapse: initial;
  text-align: left;
  border: 1px dashed #ddd;
}

.sales-order-view .page-content .order-info-box {
  float: left;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .sales-order-view .page-content .order-info-box {
    padding: 20px 0;
  }
}
.sales-order-view .order-details {
  clear: both;
  padding-top: 20px;
}
.sales-order-view .order-details .product-name {
  font-size: 16px;
}
.sales-order-view .my-account .order-date {
  margin-bottom: 0;
  font-size: 1.6em;
  line-height: 1.5em;
}
.sales-order-view .my-account .order-info-box .box-content {
  font-size: 1.6em;
  line-height: 1.5em;
}
.sales-order-view .my-account .order-info-box .box-content p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.account-login {
  margin-top: 20px;
}
.account-login li {
  list-style: none;
}
.account-login .new-users,
.account-login .registered-users {
  padding-bottom: 10px;
}
.account-login .new-users input[type="text"],
.account-login .new-users input[type="password"],
.account-login .registered-users input[type="text"],
.account-login .registered-users input[type="password"] {
  min-width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .account-login .new-users input[type="text"],
  .account-login .new-users input[type="password"],
  .account-login .registered-users input[type="text"],
  .account-login .registered-users input[type="password"] {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .account-login .new-users input[type="text"],
  .account-login .new-users input[type="password"],
  .account-login .registered-users input[type="text"],
  .account-login .registered-users input[type="password"] {
    width: 100%;
  }
}
.account-login .new-users {
  float: left;
}
.account-login .registered-users {
  float: left;
}
.account-login .registered-users button[type="submit"] {
  margin-right: 10px;
}
.account-login .registered-users .button-primary {
  margin-top: 10px;
}

.account-create {
  margin-top: 20px;
}
.account-create li {
  list-style: none;
}
.account-create input[type="text"],
.account-create input[type="password"],
.account-create input[type="email"] {
  min-width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .account-create input[type="text"],
  .account-create input[type="password"],
  .account-create input[type="email"] {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .account-create input[type="text"],
  .account-create input[type="password"],
  .account-create input[type="email"] {
    width: 100%;
  }
}

.checkitout {
  margin: 0 10px;
}
.checkitout .layout-top h1 {
  float: none !important;
}
.checkitout .layout-address {
  width: 300px !important;
}
.checkitout .checkout-step {
  margin-bottom: 30px !important;
}
.checkitout .layout-content {
  width: 630px !important;
}
.checkitout .layout-content .checkout-step {
  width: 300px !important;
}
.checkitout .layout-content .layout-right-bottom .checkout-step {
  width: 100% !important;
}
.checkitout ul,
.checkitout ol {
  list-style: none;
  padding: 0;
}

.widget-product-list .widget-title {
  text-align: center;
}

.widget-columns {
  font-size: 0;
  position: relative;
}
.widget-columns img {
  max-width: none !important;
}

.widget-columns__bg {
  display: none;
}

.widget-columns__wrapper {
  position: static;
}

.widget-columns__col {
  display: inline-block;
  overflow: hidden;
  font-size: 10px;
  line-height: 10px;
  position: relative;
  height: 100%;
  width: 100%;
}

.widget-columns__col-bg-img {
  display: none;
}

.widget-columns__col-bg-img-small {
  display: block;
  width: 100%;
}

.widget-columns__content-wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.widget-columns__content-wrapper.with-image {
  position: absolute;
}
.widget-columns__content-wrapper.with-image .widget-columns__content {
  position: absolute;
}
.widget-columns__content-wrapper.with-image .widget-columns__content.textposition--center {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-columns__content {
  position: relative;
  width: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-columns__content.textcolor--light {
  color: #fff;
}
.widget-columns__content.textcolor--dark {
  color: #000;
}
.widget-columns__content.textalign--left {
  text-align: left;
}
.widget-columns__content.textalign--center {
  text-align: center;
}
.widget-columns__content.textposition--top {
  bottom: auto;
  top: 0;
}
.widget-columns__content.textposition--center {
  top: 50%;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.widget-columns__content.textposition--bottom {
  bottom: 0;
  top: auto;
}

.widget-columns__img {
  display: inline-block;
  max-width: 100%;
}

.widget-columns__headline {
  margin: 10px 0;
  font-size: 3.6em;
  line-height: 1.16667em;
}

.widget-columns__text {
  margin-bottom: 20px;
  font-size: 1.6em;
  line-height: 1.5em;
}

.slider {
  position: relative;
  z-index: 0;
}
.slider .slider-images {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 10px;
}
.slider .slider-images > .slider-item {
  background-color: #ddd;
  display: block;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: visibility 1s ease 1s, opacity 1s ease;
  -o-transition: visibility 1s ease 1s, opacity 1s ease;
  -webkit-transition: visibility 1s ease, opacity 1s ease;
  -webkit-transition-delay: 1s, 0s;
  transition: visibility 1s ease 1s, opacity 1s ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.slider .slider-images > .slider-item.active {
  position: relative;
  visibility: visible;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.slider .slider-images img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.slider .slider-nav {
  display: none;
  background-color: transparent;
  color: #fff;
  font-size: 4em;
  position: absolute;
  top: 50%;
  z-index: 6;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .slider-nav-left {
  left: 5px;
}
.slider .slider-nav-right {
  right: 5px;
}

.slider-steps {
  margin: 10px 0;
  padding: 0;
  text-align: center;
  z-index: 6;
  position: static;
  top: auto;
  left: auto;
  right: 10px;
  bottom: 0;
}
.slider-steps > li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slider-steps > li > a {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 100%;
  display: block;
  height: 12px;
  width: 12px;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.slider-steps > li > a.active, .slider-steps > li > a:hover {
  background-color: #000;
}

.slider-controls {
  text-align: center;
  z-index: 1;
}

.slider-link-cover {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 980px) and (max-width: 1279px) {
  .widget-columns__content {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .widget-columns__headline {
    margin: 10px 0;
    font-size: 3.6em;
    line-height: 1.16667em;
  }

  .widget-columns__text {
    font-size: 1.6em;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .widget-columns--1 .widget-columns__col {
    display: inline-block;
    width: 100%;
  }

  .widget-columns--2 .widget-columns__col {
    display: inline-block;
    width: 50%;
  }

  .widget-columns__bg {
    display: block;
    overflow: hidden;
    text-align: center;
  }

  .widget-columns__bg-img {
    display: inline-block;
    margin: 0 -50%;
  }

  .widget-columns__wrapper {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .widget-columns__content-wrapper {
    position: static;
  }

  .widget-columns__content {
    position: absolute;
  }
  .widget-columns__content.textposition--center {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .widget-columns__col-bg-img-small {
    display: none;
  }

  .widget-columns__col-bg {
    text-align: center;
  }

  .widget-columns__col-bg-img {
    display: inline-block;
    margin: 0 -50%;
  }

    /*
    .slider-steps {
        position: absolute;

        > li {
            > a {
                border: 2px solid $white;

                &.active,
                &:hover {
                    background-color: $white;
                }
            }
        }
    }
    */
}
@media only screen and (max-width: 767px) {
  .widget-columns {
    height: auto !important;
  }

  .widget-columns__content {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .widget-columns__headline {
    margin: 10px 0;
    font-size: 3.6em;
    line-height: 1.16667em;
  }

  .widget-columns__text {
    font-size: 1.6em;
    line-height: 1.5em;
  }
}
html,
body {
  height: 100%;
}

#header {
  background-color: #fbfbfb;
  color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 8;
  padding: 10px 0;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: -moz-transform, left, right, top, bottom;
  -o-transition-property: -o-transform, left, right, top, bottom;
  -webkit-transition-property: -webkit-transform, left, right, top, bottom;
  transition-property: transform, left, right, top, bottom;
  -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -moz-transition-timing-function: ease, ease, ease, ease;
  -o-transition-timing-function: ease, ease, ease, ease;
  -webkit-transition-timing-function: ease, ease, ease, ease;
  transition-timing-function: ease, ease, ease, ease;
  -moz-transition-delay: 0, 0, 0, 0, 0;
  -o-transition-delay: 0, 0, 0, 0, 0;
  -webkit-transition-delay: 0, 0, 0, 0, 0;
  transition-delay: 0, 0, 0, 0, 0;
}
#header .logo {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-right {
  float: right;
  z-index: 1;
}

.header-left {
  float: left;
  z-index: 1;
}

.header-bottom {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 980px) {
  .header-top-elements--wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
  }
  .header-top-elements--wrapper .logo {
    order: 1;
  }
  .header-top-elements--wrapper .search-container {
    order: 2;
  }
  .header-top-elements--wrapper .header-right {
    order: 3;
    margin-left: auto;
  }
}
.logo-link {
  display: block;
}
.logo-link:hover, .logo-link:active {
  text-decoration: none;
}

.logo-text {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1.33333em;
}

.logo-top {
  width: 153px;
  padding-bottom: 14px;
}
.logo-top.is-baby-site {
  width: 260px;
}
@media only screen and (min-width: 980px) and (max-width: 1279px) {
  .logo-top.is-baby-site {
    width: 230px;
  }
}

.logo-secondary {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
.logo-secondary.is-baby-site {
  width: 100px;
}

.logo-link.checkout {
  text-align: center;
  margin: 20px 0 40px 0;
}
@media only screen and (max-width: 979px) {
  .logo-link.checkout {
    margin: 0 0 40px 0;
  }
}

#overlay {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: -moz-transform, opacity, z-index, left, right, top, bottom;
  -o-transition-property: -o-transform, opacity, z-index, left, right, top, bottom;
  -webkit-transition-property: -webkit-transform, opacity, z-index, left, right, top, bottom;
  transition-property: transform, opacity, z-index, left, right, top, bottom;
  -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -moz-transition-timing-function: ease, ease, step-end, ease, ease, ease, ease;
  -o-transition-timing-function: ease, ease, step-end, ease, ease, ease, ease;
  -webkit-transition-timing-function: ease, ease, step-end, ease, ease, ease, ease;
  transition-timing-function: ease, ease, step-end, ease, ease, ease, ease;
  -moz-transition-delay: 0, 0, 0, 0, 0, 0, 0;
  -o-transition-delay: 0, 0, 0, 0, 0, 0, 0;
  -webkit-transition-delay: 0, 0, 0, 0, 0, 0, 0;
  transition-delay: 0, 0, 0, 0, 0, 0, 0;
}

#wrapper {
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 6;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition-property: -moz-transform, left, right, top, bottom;
  -o-transition-property: -o-transform, left, right, top, bottom;
  -webkit-transition-property: -webkit-transform, left, right, top, bottom;
  transition-property: transform, left, right, top, bottom;
  -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -moz-transition-timing-function: ease, ease, ease, ease, ease;
  -o-transition-timing-function: ease, ease, ease, ease, ease;
  -webkit-transition-timing-function: ease, ease, ease, ease, ease;
  transition-timing-function: ease, ease, ease, ease, ease;
  -moz-transition-delay: 0, 0, 0, 0, 0;
  -o-transition-delay: 0, 0, 0, 0, 0;
  -webkit-transition-delay: 0, 0, 0, 0, 0;
  transition-delay: 0, 0, 0, 0, 0;
}

.bonus-message {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -moz-transition-property: -moz-transform, left, right, top, bottom;
  -o-transition-property: -o-transform, left, right, top, bottom;
  -webkit-transition-property: -webkit-transform, left, right, top, bottom;
  transition-property: transform, left, right, top, bottom;
  -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -moz-transition-timing-function: ease, ease, ease, ease, ease;
  -o-transition-timing-function: ease, ease, ease, ease, ease;
  -webkit-transition-timing-function: ease, ease, ease, ease, ease;
  transition-timing-function: ease, ease, ease, ease, ease;
  -moz-transition-delay: 0, 0, 0, 0, 0;
  -o-transition-delay: 0, 0, 0, 0, 0;
  -webkit-transition-delay: 0, 0, 0, 0, 0;
  transition-delay: 0, 0, 0, 0, 0;
}

.off-canvas-header {
  background-color: #eee;
  height: 46px;
  line-height: 36px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.off-canvas-header > h3 {
  float: left;
  line-height: inherit;
  margin: 0;
}
.off-canvas-header.dark {
  background-color: #555;
}
.off-canvas-header.dark > h3 {
  color: #fff;
}

.off-canvas-header-actions {
  float: right;
  margin: 0;
}

#go-top-button {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -moz-transition-property: -moz-transform, left, right, top, bottom;
  -o-transition-property: -o-transform, left, right, top, bottom;
  -webkit-transition-property: -webkit-transform, left, right, top, bottom;
  transition-property: transform, left, right, top, bottom;
  -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
  -moz-transition-timing-function: ease, ease, ease, ease, ease;
  -o-transition-timing-function: ease, ease, ease, ease, ease;
  -webkit-transition-timing-function: ease, ease, ease, ease, ease;
  transition-timing-function: ease, ease, ease, ease, ease;
  -moz-transition-delay: 0, 0, 0, 0, 0;
  -o-transition-delay: 0, 0, 0, 0, 0;
  -webkit-transition-delay: 0, 0, 0, 0, 0;
  transition-delay: 0, 0, 0, 0, 0;
}

.menu-extra {
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 20px;
  z-index: 10;
  border-top: 1px dashed #eee;
  padding-top: 10px;
}

@media only screen and (min-width: 980px) {
  #menu-container {
    visibility: hidden;
  }

  #header .logo > a {
    display: block;
  }

  .header-right {
    margin-top: 10px;
  }

  .top-navigation-inner .nav {
    float: left;
  }

  #fixed-container {
    pointer-events: none;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    padding-top: 35px;
    z-index: -1;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: z-index;
    -o-transition-property: z-index;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: step-end;
    -o-transition-timing-function: step-end;
    -webkit-transition-timing-function: step-end;
    transition-timing-function: step-end;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  #fixed-container > .container {
    position: relative;
    height: 100%;
  }
  #fixed-container > .container > * {
    pointer-events: auto;
  }

  #overlay {
    position: fixed;
  }

  .top-login {
    float: left;
    margin: 0;
    position: relative;
  }

  #account-container {
    background-color: #fff;
    border: 4px solid #eee;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    left: 50px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 350px;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -moz-transition-property: z-index, opacity, -moz-transform;
    -o-transition-property: z-index, opacity, -o-transform;
    -webkit-transition-property: z-index, opacity, -webkit-transform;
    transition-property: z-index, opacity, transform;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: step-end, ease, ease;
    -o-transition-timing-function: step-end, ease, ease;
    -webkit-transition-timing-function: step-end, ease, ease;
    transition-timing-function: step-end, ease, ease;
    -moz-transition-delay: 0, 0;
    -o-transition-delay: 0, 0;
    -webkit-transition-delay: 0, 0;
    transition-delay: 0, 0;
  }
  #account-container.is-active {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #account-container.fade {
    -moz-transition: opacity 1s ease-in 1s;
    -o-transition: opacity 1s ease-in 1s;
    -webkit-transition: opacity 1s ease-in;
    -webkit-transition-delay: 1s;
    transition: opacity 1s ease-in 1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #account-container .inner {
    padding: 5px;
  }

  #search-container {
    float: left;
    position: relative;
    width: 40%;
    z-index: 1;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #search-container > .container {
    width: 100%;
  }
  #search-container.is-active {
    width: 400px;
    position: absolute;
    right: 1em;
  }

  #cart-container {
    background-color: #fff;
    border: 4px solid #eee;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    max-height: 100%;
    overflow: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -moz-transition-property: z-index, opacity, -moz-transform;
    -o-transition-property: z-index, opacity, -o-transform;
    -webkit-transition-property: z-index, opacity, -webkit-transform;
    transition-property: z-index, opacity, transform;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: step-end, ease, ease;
    -o-transition-timing-function: step-end, ease, ease;
    -webkit-transition-timing-function: step-end, ease, ease;
    transition-timing-function: step-end, ease, ease;
    -moz-transition-delay: 0, 0;
    -o-transition-delay: 0, 0;
    -webkit-transition-delay: 0, 0;
    transition-delay: 0, 0;
  }

  .state-cart #cart-container {
    z-index: 11;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-property: z-index, opacity, -moz-transform;
    -o-transition-property: z-index, opacity, -o-transform;
    -webkit-transition-property: z-index, opacity, -webkit-transform;
    transition-property: z-index, opacity, transform;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: step-start, ease, ease;
    -o-transition-timing-function: step-start, ease, ease;
    -webkit-transition-timing-function: step-start, ease, ease;
    transition-timing-function: step-start, ease, ease;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0;
  }
  .state-cart #fixed-container {
    z-index: 12;
    -moz-transition-property: z-index;
    -o-transition-property: z-index;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: step-start;
    -o-transition-timing-function: step-start;
    -webkit-transition-timing-function: step-start;
    transition-timing-function: step-start;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .state-cart #overlay {
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition-property: -moz-transform, opacity, z-index;
    -o-transition-property: -o-transform, opacity, z-index;
    -webkit-transition-property: -webkit-transform, opacity, z-index;
    transition-property: transform, opacity, z-index;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: ease, ease, step-start;
    -o-transition-timing-function: ease, ease, step-start;
    -webkit-transition-timing-function: ease, ease, step-start;
    transition-timing-function: ease, ease, step-start;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0;
  }

  .state-menu #overlay {
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition-property: -moz-transform, opacity, z-index;
    -o-transition-property: -o-transform, opacity, z-index;
    -webkit-transition-property: -webkit-transform, opacity, z-index;
    transition-property: transform, opacity, z-index;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: ease, ease, step-start;
    -o-transition-timing-function: ease, ease, step-start;
    -webkit-transition-timing-function: ease, ease, step-start;
    transition-timing-function: ease, ease, step-start;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0;
  }

  .state-account #account-container {
    z-index: 11;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition-property: z-index, opacity, -moz-transform;
    -o-transition-property: z-index, opacity, -o-transform;
    -webkit-transition-property: z-index, opacity, -webkit-transform;
    transition-property: z-index, opacity, transform;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: step-start, ease, ease;
    -o-transition-timing-function: step-start, ease, ease;
    -webkit-transition-timing-function: step-start, ease, ease;
    transition-timing-function: step-start, ease, ease;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0;
  }
  .state-account #fixed-container {
    z-index: 12;
    -moz-transition-property: z-index;
    -o-transition-property: z-index;
    -webkit-transition-property: z-index;
    transition-property: z-index;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: step-start;
    -o-transition-timing-function: step-start;
    -webkit-transition-timing-function: step-start;
    transition-timing-function: step-start;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .state-account #overlay {
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition-property: -moz-transform, opacity, z-index;
    -o-transition-property: -o-transform, opacity, z-index;
    -webkit-transition-property: -webkit-transform, opacity, z-index;
    transition-property: transform, opacity, z-index;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: ease, ease, step-start;
    -o-transition-timing-function: ease, ease, step-start;
    -webkit-transition-timing-function: ease, ease, step-start;
    transition-timing-function: ease, ease, step-start;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0;
  }
}
@media only screen and (max-width: 979px) {
  html,
  body {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .content-wrapper,
  #footer {
    position: relative;
  }

  #top {
    height: 0;
    overflow: hidden;
  }

  #header {
    height: 46px;
    padding: 5px 0;
    position: absolute;
  }

  .top-bar {
    display: none;
  }

  .top-navigation {
    position: static !important;
    height: 0;
    overflow: hidden;
  }

  #header .logo {
    padding-left: 41px;
    padding-right: 140px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 0;
  }

  #wrapper {
    margin-top: 46px;
    position: absolute;
  }

  #cart-container,
  #menu-container {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 80%;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition-property: z-index, opacity, -moz-transform;
    -o-transition-property: z-index, opacity, -o-transform;
    -webkit-transition-property: z-index, opacity, -webkit-transform;
    transition-property: z-index, opacity, transform;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: step-end, ease, ease;
    -o-transition-timing-function: step-end, ease, ease;
    -webkit-transition-timing-function: step-end, ease, ease;
    transition-timing-function: step-end, ease, ease;
    -moz-transition-delay: 0, 0;
    -o-transition-delay: 0, 0;
    -webkit-transition-delay: 0, 0;
    transition-delay: 0, 0;
  }
  #cart-container > .inner,
  #menu-container > .inner {
    width: 100%;
    position: absolute;
    top: 46px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #cart-container {
    right: 0;
  }
  #cart-container > .inner {
    padding: 5px;
  }

  #menu-container {
    left: 0;
  }

  #account-container {
    background-color: #555;
    color: #fff;
    height: 250px;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: z-index, opacity;
    -o-transition-property: z-index, opacity;
    -webkit-transition-property: z-index, opacity;
    transition-property: z-index, opacity;
    -moz-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -moz-transition-timing-function: step-end, ease;
    -o-transition-timing-function: step-end, ease;
    -webkit-transition-timing-function: step-end, ease;
    transition-timing-function: step-end, ease;
    -moz-transition-delay: 0, 0;
    -o-transition-delay: 0, 0;
    -webkit-transition-delay: 0, 0;
    transition-delay: 0, 0;
  }
  #account-container > .container {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  #account-container .inner {
    padding: 5px;
  }

  #search-container {
    background-color: #fff;
    color: #fff;
    display: none;
    left: 0;
    position: fixed;
    top: 46px;
    width: 100%;
    z-index: -1;
    padding: 5px 0;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: z-index, opacity;
    -o-transition-property: z-index, opacity;
    -webkit-transition-property: z-index, opacity;
    transition-property: z-index, opacity;
    -moz-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -moz-transition-timing-function: step-start, ease;
    -o-transition-timing-function: step-start, ease;
    -webkit-transition-timing-function: step-start, ease;
    transition-timing-function: step-start, ease;
    -moz-transition-delay: 0, 0;
    -o-transition-delay: 0, 0;
    -webkit-transition-delay: 0, 0;
    transition-delay: 0, 0;
  }
  #search-container > .container {
    position: relative;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  #search-container .form-list > li {
    padding: 5px;
  }

  .state-cart #cart-container {
    z-index: 5;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-property: z-index, opacity, -moz-transform;
    -o-transition-property: z-index, opacity, -o-transform;
    -webkit-transition-property: z-index, opacity, -webkit-transform;
    transition-property: z-index, opacity, transform;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: step-start, ease, ease;
    -o-transition-timing-function: step-start, ease, ease;
    -webkit-transition-timing-function: step-start, ease, ease;
    transition-timing-function: step-start, ease, ease;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0;
  }
  .state-cart #wrapper,
  .state-cart #header,
  .state-cart #overlay,
  .state-cart .zkilleman-notifications {
    overflow: hidden;
  }
  .no-csstransforms .state-cart #wrapper, .no-csstransforms
  .state-cart #header, .no-csstransforms
  .state-cart #overlay, .no-csstransforms
  .state-cart .zkilleman-notifications {
    left: -80%;
    right: 80%;
  }
  .csstransforms .state-cart #wrapper, .csstransforms
  .state-cart #header, .csstransforms
  .state-cart #overlay, .csstransforms
  .state-cart .zkilleman-notifications {
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  .state-cart #overlay {
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition-property: -moz-transform, opacity, z-index, left, right;
    -o-transition-property: -o-transform, opacity, z-index, left, right;
    -webkit-transition-property: -webkit-transform, opacity, z-index, left, right;
    transition-property: transform, opacity, z-index, left, right;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: ease, ease, step-start, ease, ease;
    -o-transition-timing-function: ease, ease, step-start, ease, ease;
    -webkit-transition-timing-function: ease, ease, step-start, ease, ease;
    transition-timing-function: ease, ease, step-start, ease, ease;
    -moz-transition-delay: 0, 0, 0, 0, 0;
    -o-transition-delay: 0, 0, 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0, 0, 0;
    transition-delay: 0, 0, 0, 0, 0;
  }

  .state-menu #menu-container {
    z-index: 5;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-property: z-index, opacity, -moz-transform;
    -o-transition-property: z-index, opacity, -o-transform;
    -webkit-transition-property: z-index, opacity, -webkit-transform;
    transition-property: z-index, opacity, transform;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: step-start, ease, ease;
    -o-transition-timing-function: step-start, ease, ease;
    -webkit-transition-timing-function: step-start, ease, ease;
    transition-timing-function: step-start, ease, ease;
    -moz-transition-delay: 0, 0, 0;
    -o-transition-delay: 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0;
    transition-delay: 0, 0, 0;
  }
  .state-menu #wrapper,
  .state-menu #header,
  .state-menu #overlay,
  .state-menu .zkilleman-notifications,
  .state-menu .bonus-message {
    overflow: hidden;
  }
  .no-csstransforms .state-menu #wrapper, .no-csstransforms
  .state-menu #header, .no-csstransforms
  .state-menu #overlay, .no-csstransforms
  .state-menu .zkilleman-notifications, .no-csstransforms
  .state-menu .bonus-message {
    left: 80%;
    right: -80%;
  }
  .csstransforms .state-menu #wrapper, .csstransforms
  .state-menu #header, .csstransforms
  .state-menu #overlay, .csstransforms
  .state-menu .zkilleman-notifications, .csstransforms
  .state-menu .bonus-message {
    left: 0;
    right: 0;
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  .state-menu #go-top-button {
    overflow: hidden;
  }
  .no-csstransforms .state-menu #go-top-button {
    left: 80%;
    right: -80%;
  }
  .csstransforms .state-menu #go-top-button {
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  .state-menu #overlay {
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition-property: -moz-transform, opacity, z-index, left, right;
    -o-transition-property: -o-transform, opacity, z-index, left, right;
    -webkit-transition-property: -webkit-transform, opacity, z-index, left, right;
    transition-property: transform, opacity, z-index, left, right;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: ease, ease, step-start, ease, ease;
    -o-transition-timing-function: ease, ease, step-start, ease, ease;
    -webkit-transition-timing-function: ease, ease, step-start, ease, ease;
    transition-timing-function: ease, ease, step-start, ease, ease;
    -moz-transition-delay: 0, 0, 0, 0, 0;
    -o-transition-delay: 0, 0, 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0, 0, 0;
    transition-delay: 0, 0, 0, 0, 0;
  }

  .state-search #search-container {
    display: block;
    z-index: 11;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-property: z-index, opacity;
    -o-transition-property: z-index, opacity;
    -webkit-transition-property: z-index, opacity;
    transition-property: z-index, opacity;
    -moz-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -moz-transition-timing-function: step-end, ease;
    -o-transition-timing-function: step-end, ease;
    -webkit-transition-timing-function: step-end, ease;
    transition-timing-function: step-end, ease;
    -moz-transition-delay: 0, 0;
    -o-transition-delay: 0, 0;
    -webkit-transition-delay: 0, 0;
    transition-delay: 0, 0;
  }
  .state-search #search-container > .container {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .state-search #header {
    z-index: 10;
  }
  .state-search #overlay {
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition-property: -moz-transform, opacity, z-index, top, bottom;
    -o-transition-property: -o-transform, opacity, z-index, top, bottom;
    -webkit-transition-property: -webkit-transform, opacity, z-index, top, bottom;
    transition-property: transform, opacity, z-index, top, bottom;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: ease, ease, step-start, ease, ease;
    -o-transition-timing-function: ease, ease, step-start, ease, ease;
    -webkit-transition-timing-function: ease, ease, step-start, ease, ease;
    transition-timing-function: ease, ease, step-start, ease, ease;
    -moz-transition-delay: 0, 0, 0, 0, 0;
    -o-transition-delay: 0, 0, 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0, 0, 0;
    transition-delay: 0, 0, 0, 0, 0;
  }

  .state-account #account-container {
    z-index: 5;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-property: z-index, opacity;
    -o-transition-property: z-index, opacity;
    -webkit-transition-property: z-index, opacity;
    transition-property: z-index, opacity;
    -moz-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -moz-transition-timing-function: step-start, ease;
    -o-transition-timing-function: step-start, ease;
    -webkit-transition-timing-function: step-start, ease;
    transition-timing-function: step-start, ease;
    -moz-transition-delay: 0, 0;
    -o-transition-delay: 0, 0;
    -webkit-transition-delay: 0, 0;
    transition-delay: 0, 0;
  }
  .state-account #account-container > .container {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .no-csstransforms .state-account #wrapper, .no-csstransforms
  .state-account #header, .no-csstransforms
  .state-account #overlay, .no-csstransforms
  .state-account .zkilleman-notifications {
    top: 250px;
    bottom: -250px;
  }
  .csstransforms .state-account #wrapper, .csstransforms
  .state-account #header, .csstransforms
  .state-account #overlay, .csstransforms
  .state-account .zkilleman-notifications {
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
  .state-account #overlay {
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition-property: -moz-transform, opacity, z-index, top, bottom;
    -o-transition-property: -o-transform, opacity, z-index, top, bottom;
    -webkit-transition-property: -webkit-transform, opacity, z-index, top, bottom;
    transition-property: transform, opacity, z-index, top, bottom;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s, 0.5s, 0.5s;
    -moz-transition-timing-function: ease, ease, step-start, ease, ease;
    -o-transition-timing-function: ease, ease, step-start, ease, ease;
    -webkit-transition-timing-function: ease, ease, step-start, ease, ease;
    transition-timing-function: ease, ease, step-start, ease, ease;
    -moz-transition-delay: 0, 0, 0, 0, 0;
    -o-transition-delay: 0, 0, 0, 0, 0;
    -webkit-transition-delay: 0, 0, 0, 0, 0;
    transition-delay: 0, 0, 0, 0, 0;
  }
}
html,
body {
  height: 100%;
}

html {
  background: #d7d6d5;
}

#top {
  background-color: #fbfbfb;
  width: 100%;
  padding-top: 10px;
}
#top > a:first-child {
  display: none;
}

.top-bar {
  width: 100%;
  position: relative;
  z-index: 11;
  top: 0;
  text-align: right;
}
.top-bar .top-links {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  font-size: 10px;
  line-height: 10px;
}
.top-bar .top-links a {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
  line-height: 1.33333em;
}
.top-bar .top-links a:hover, .top-bar .top-links a:focus {
  text-decoration: underline;
}
.top-bar .logo-link {
  float: left;
}
.top-bar .logo-secondary {
  width: 150px;
}
.top-bar .logo-secondary.is-baby-site {
  width: 100px;
  vertical-align: baseline;
}

.top-bar .top-cart-menu {
  float: right;
}

.top-cart-menu a.checkout-link {
  background-color: #eee;
  color: #fff;
}
.top-cart-menu a.checkout-link.enabled {
  background-color: #77cca4;
}
.top-cart-menu a.cart-link {
  border: 1px solid #eee;
  line-height: 13px;
  -moz-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.top-cart-menu a.cart-link:hover, .top-cart-menu a.cart-link:active, .top-cart-menu a.cart-link.is-active {
  border-color: #999;
}
.top-cart-menu a.cart-link i {
  font-size: 20px;
  margin-right: 10px;
  line-height: 13px;
  vertical-align: middle;
}

.cart .cart-collaterals .crosssell .item {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  width: 100%;
}
.cart .cart-collaterals .crosssell .product-image {
  display: inline-block;
  float: left;
  width: auto;
  padding: 20px;
}
@media only screen and (max-width: 979px) {
  .cart .cart-collaterals .crosssell .product-image {
    display: block;
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 100%;
  }
  .cart .cart-collaterals .crosssell .product-image img {
    display: block;
    margin: 0 auto;
  }
}
.cart .cart-collaterals .crosssell .product-details {
  display: inline-block;
  float: left;
  width: auto;
}
.cart .cart-collaterals .crosssell .product-name {
  margin-bottom: 10px;
}
.cart .cart-collaterals .crosssell .price-box {
  margin: 10px 0 20px;
}
.cart .cart-collaterals .crosssell .button {
  float: left;
  margin: 0 10px;
}
@media only screen and (max-width: 979px) {
  .cart .cart-collaterals .crosssell .button {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }
}
.cart .cart-collaterals .crosssell .button-black {
  margin-left: 0;
}
@media only screen and (max-width: 979px) {
  .cart .cart-collaterals .crosssell .button-black {
    margin: 20px auto;
  }
}

#crosssell-products-list {
  padding: 0;
  border-top: 1px solid #ddd;
}

.header-right .list {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
}
.header-right .list li {
  margin: 0;
  padding: 0;
}
.header-right .list .top-link-checkout a {
  color: inherit;
  padding: inherit;
}
.header-right .list .top-link-checkout a:hover, .header-right .list .top-link-checkout a:focus {
  color: inherit;
}
.header-right .list .top-link-cart .button-shipping-bag {
  padding: 5px 10px 5px 0;
}
.header-right .list .top-link-cart .button-shipping-bag:hover, .header-right .list .top-link-cart .button-shipping-bag:focus, .header-right .list .top-link-cart .button-shipping-bag:active {
  background-color: transparent;
}
.header-right .list .top-link-cart a {
  padding: 0 10px;
}
.header-right .list a {
  float: left;
  margin: 0;
  padding: 10px;
  color: #555;
}
.header-right .list a:hover, .header-right .list a:focus, .header-right .list a:active {
  color: #111;
  text-decoration: none;
}

.header-right .top-cart-icon {
  width: 15px;
}

.top-languages {
  float: left;
  margin: 0 10px;
  line-height: 34px;
  width: 150px;
}
.top-languages label {
  color: #eee;
  margin-right: 5px;
  font-size: 1.2em;
  line-height: 1.33333em;
}
.top-languages label i {
  font-size: 2em;
  vertical-align: middle;
}
.top-languages select {
  display: none;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
  margin-top: 0;
}

.top-cart-menu-checkout {
  text-transform: uppercase;
}

.top-cart-dropdown-grandtotal, .top-cart-dropdown-totals {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 10px;
  font-weight: bold;
}
.top-cart-dropdown-grandtotal .price, .top-cart-dropdown-totals .price {
  float: right;
}

.top-cart-dropdown-totals {
  font-size: 1.4em;
  font-weight: normal;
}

.top-cart-dropdown-actions {
  padding: 10px 0 0;
}
.top-cart-dropdown-actions .button-to-checkout {
  float: right;
}

.top-cart-dropdown-empty {
  padding: 0 5px;
}

.top-navigation {
  margin: 0;
  background: #fff;
  z-index: 10;
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.top-navigation.fixed {
  position: fixed;
  width: 100%;
  top: 44px;
}

.top-navigation-inner {
  position: relative;
}

.header-promotion {
  position: relative;
  height: 36px;
  background: #eee;
  background: rgba(238, 238, 238, 0.7);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #ccc;
  font-weight: 200;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px;
}
.header-promotion .fade {
  position: absolute;
  width: 100%;
  left: 0;
  padding-bottom: 0;
}

.home-banner {
  height: 400px;
}

.home-spinner {
  margin: 0 -30px 0 10px;
  overflow: hidden;
  position: relative;
}
.home-spinner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-spinner li {
  position: relative;
  overflow: hidden;
  width: 225px;
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
  background: #ccc;
  min-height: 150px;
}
.home-spinner li img {
  display: block;
}
.home-spinner li:hover .label, .home-spinner li:focus .label {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.home-spinner .label {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  background: #eee;
  background: rgba(255, 255, 255, 0.5);
  color: #555;
}
.home-spinner .label a {
  padding: .4em .6em;
  display: block;
}
.home-spinner a {
  color: #555;
}
.home-spinner a:hover, .home-spinner a:focus {
  color: #111;
}

#home-spinner,
#home-spinner-1,
#home-spinner-2 {
  height: 225px;
  width: 960px;
  overflow: hidden;
}
#home-spinner .slides,
#home-spinner-1 .slides,
#home-spinner-2 .slides {
  width: 2500px;
}
#home-spinner .slides li,
#home-spinner-1 .slides li,
#home-spinner-2 .slides li {
  float: left;
  width: 225px;
  height: 225px;
}

.spinner-wrapper {
  position: relative;
  clear: both;
  margin-bottom: 20px;
}

.carousel-control {
  position: absolute;
  display: block;
  top: 50%;
  width: 48px;
  height: 48px;
  background: #f3f3f2 url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/carousel-controls.png");
  margin-top: -25px;
  border: 1px solid #ccc;
  text-indent: -9999em;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.carousel-control:hover, .carousel-control:focus {
  background-color: #fff;
  text-decoration: none;
}
.carousel-control:hover[rel=prev], .carousel-control:focus[rel=prev] {
  background-position: 0 -144px;
}
.carousel-control:hover[rel=next], .carousel-control:focus[rel=next] {
  background-position: 0 -96px;
}
.carousel-control:active, .carousel-control.disabled {
  color: #999;
}
.carousel-control[rel=prev] {
  left: 0;
  margin-left: -75px;
  background-position: 0 -48px;
}
.carousel-control[rel=next] {
  right: 0;
  margin-right: -75px;
}

.breadcrumbs ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs span {
  padding: 0 5px;
}
.breadcrumbs a,
.breadcrumbs strong {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus,
.breadcrumbs strong:hover,
.breadcrumbs strong:focus {
  text-decoration: none;
}

#page {
  padding: 1px 0;
  background-color: transparent;
}

.sidebar,
.content {
  min-height: 1px;
}

.after-content,
.before-content {
  padding-bottom: 1px;
}

.cms-block {
  font-size: 10px;
  line-height: 10px;
}
.cms-block img {
  margin: 1em 0;
  max-width: 100%;
  font-size: 1.6em;
}
.cms-block h2,
.cms-block h3,
.cms-block h4,
.cms-block h5,
.cms-block h6 {
  margin-bottom: 0.3em;
}
.cms-block h2 + p,
.cms-block h3 + p,
.cms-block h4 + p,
.cms-block h5 + p,
.cms-block h6 + p {
  margin-top: 0;
}
.cms-block .row {
  margin: 0;
}

#footer {
  background: #fff;
}

.footer-top {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px 0;
}

.footer-links a:hover, .footer-links a:focus,
.store-info a:hover,
.store-info a:focus {
  color: #333;
  text-decoration: none;
}

.footer-links {
  min-height: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.footer-links > ul {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  width: 25%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-links > ul > li {
  font-weight: bold;
}
.footer-links > ul ul {
  font-weight: normal;
  padding-top: 10px;
}
.footer-links > ul ul li {
  padding-bottom: 6px;
}

.footer-newsletter {
  text-align: right;
}
.footer-newsletter .input-text {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.footer-newsletter .button {
  vertical-align: middle;
}

button.go-top-button {
  background-color: #ccc;
  color: white;
  right: 20px;
  width: 40px;
  text-align: center;
  left: auto;
  z-index: 25;
  position: fixed;
  font-size: 28px;
  bottom: 70px;
  border-radius: 25px;
  height: 40px;
  display: none;
}
button.go-top-button:hover {
  background-color: #333;
}
button.go-top-button span {
  vertical-align: super;
}
@media only screen and (max-width: 979px) {
  button.go-top-button {
    bottom: 40px;
  }
}

.store-info {
  text-align: center;
  margin: 20px 0;
}
.store-info > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.store-info > ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.store-info > ul li:before {
  font-size: 1.6em;
  vertical-align: middle;
  padding-right: 5px;
}
.store-info > ul li strong, .store-info > ul li a, .store-info > ul li span {
  vertical-align: inherit;
}

.footer-img-wrapper {
  margin: 20px 0;
  text-align: center;
}

.footer-img {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  width: 120px;
}

.footer-img--small {
  width: 60px;
}

.copyright {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.33333em;
}

.footer-bottom p {
  font-size: 1.4em;
  line-height: 1.28571em;
}

#screenSizeMessage {
  display: none;
}

.no-touch #screenSizeMessage {
  display: block;
  position: fixed;
  bottom: -500px;
  right: -500px;
  text-align: center;
  font-weight: bold;
  color: #c8c0a5;
  background: #faf0ce;
  padding: 20px;
  width: 260px;
  height: 260px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease 1s, bottom 0s ease 1.5s, right 0s ease 1.5s;
  -o-transition: opacity 0.5s ease 1s, bottom 0s ease 1.5s, right 0s ease 1.5s;
  -webkit-transition: opacity 0.5s ease, bottom 0s ease, right 0s ease;
  -webkit-transition-delay: 1s, 1.5s, 1.5s;
  transition: opacity 0.5s ease 1s, bottom 0s ease 1.5s, right 0s ease 1.5s;
}
.no-touch #screenSizeMessage p {
  margin: 0 60px;
  font-size: 1.2em;
  line-height: 1.33333em;
}

.off-canvas {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.chromeframe {
  background-color: #b94a48;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  margin: 0;
  z-index: 100;
  position: relative;
}
.chromeframe a {
  color: white;
}

.checkout-cart-index #pageContent {
  margin-top: 20px;
}
.checkout-cart-index .offer-cart {
  background: #eee;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 30px;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 979px) {
  .checkout-cart-index .offer-cart a {
    display: block;
    margin: 0 auto;
    max-width: 240px;
  }
}
.checkout-cart-index .block-orderbysku form {
  background: #eee;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 979px) {
  .checkout-cart-index .block-orderbysku form {
    text-align: center;
  }
}
.checkout-cart-index .block-orderbysku form input {
  display: inline-block;
  margin: 10px 0;
  min-width: 240px;
}
@media only screen and (max-width: 979px) {
  .checkout-cart-index .block-orderbysku form button {
    display: block;
    margin: 0 auto;
  }
}
.checkout-cart-index .discount-form {
  background: #eee;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 979px) {
  .checkout-cart-index .discount-form {
    text-align: center;
  }
}
.checkout-cart-index .discount-form input {
  display: inline-block;
  margin: 10px 0;
  min-width: 240px;
}
.checkout-cart-index .discount-form button {
  display: block;
}
@media only screen and (max-width: 979px) {
  .checkout-cart-index .discount-form button {
    margin: 0 auto;
  }
}
.checkout-cart-index .cart-table a {
  color: #fd9326;
  font-weight: 600;
}
.checkout-cart-index .cart-table .button-primary {
  color: #fff;
  margin: 5px 0;
  font-weight: initial;
}

.checkout-types {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.contact-form {
  margin-bottom: 2em;
}
.contact-form label {
  display: block;
}
.contact-form label.required {
  font-weight: bold;
}
.contact-form input,
.contact-form textarea {
  min-width: 450px;
}
@media only screen and (max-width: 767px) {
  .contact-form input,
  .contact-form textarea {
    min-width: 100%;
  }
}

.more-information-tool-tip {
  cursor: help;
  display: block;
  width: 27px;
  height: 27px;
  background: url(https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/info-27.png) no-repeat;
  text-indent: -9999em;
}

body.checkout-klarna-index {
  height: auto;
}
body.checkout-klarna-index #wrapper {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  body.checkout-klarna-index {
    height: 100vh;
  }
}
body.checkout-klarna-index #checkout_top {
  max-width: 640px;
}
@media only screen and (max-width: 979px) {
  body.checkout-klarna-index #checkout_top {
    margin: 0 auto;
    padding: 0 10px;
  }
}
body.checkout-klarna-index #checkout_top .top-logo {
  margin: 40px auto;
  text-align: center;
}
body.checkout-klarna-index #klarna-checkout-container {
  overflow-y: hidden;
}
body.checkout-klarna-index #checkout_summary {
  margin: 0 auto 20px auto;
  max-width: 640px;
}
@media only screen and (max-width: 979px) {
  body.checkout-klarna-index #checkout_summary {
    padding: 0 10px;
  }
}
body.checkout-klarna-index #checkout_summary .checkout-summary-widget {
  padding: 20px 10px;
  border: 1px solid #cbcbcd;
  margin: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.checkout-klarna-index #checkout_summary .product-name {
  font-size: 1.4em;
  line-height: 1.28571em;
}
body.checkout-klarna-index #summary_coupon {
  margin: 20px 0;
}
body.checkout-klarna-index #summary_shipping input {
  visibility: hidden;
}
body.checkout-klarna-index #summary_shipping ul {
  list-style: none;
}
body.checkout-klarna-index #summary_shipping .shipping-rate {
  margin: 20px 0;
}
body.checkout-klarna-index .login-only {
  max-width: 640px;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  body.checkout-klarna-index .login-only {
    padding: 0 10px;
  }
}

.checkout-onepage-success .page-title h1 {
  margin-top: 0.67em;
}
.checkout-onepage-success .buttons-set .button {
  float: none;
  margin-right: 10px;
  margin-left: 0;
}
.checkout-onepage-success .page-content a {
  color: #fd9326;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .footer-top .columns.six,
  .footer-top .columns.ten {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  #header .logo-top {
    width: 190px;
  }
  #header .logo-top.is-baby-site {
    margin-top: 5px;
  }
  #header .logo-top.not-baby-site {
    zoom: .8;
  }

  .state-filter #wrapper {
    overflow: hidden;
    z-index: 12;
  }

  .catalog-category-view #leftSidebar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #fff;
    z-index: 2;
    overflow-y: scroll;
    max-height: calc(100vh - 46px);
  }

  .block-layered-nav dt {
    padding: 20px 20px 20px 0;
  }
  .block-layered-nav .state-close {
    float: right;
  }

  .catalog-category-view.state-filter #leftSidebar {
    display: block;
  }

  #leftSidebar {
    width: 100%;
  }

  #pageContent {
    width: 100%;
  }

  #beforeContent .sixteen.columns {
    padding: 0;
  }

  .breadcrumbs ul {
    margin: 5px 0;
  }

  .footer-links {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-links > ul {
    width: auto;
    padding: 10px 0;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .footer-newsletter {
    text-align: center;
    margin-bottom: 20px;
  }

  .store-info > ul li {
    display: block;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .toolbar {
    text-align: center;
  }
  .toolbar .amount {
    float: none;
  }
  .toolbar .sorter {
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .footer-links {
    padding-left: 0;
    text-align: center;
  }
  .footer-links > ul {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/css/fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^='icon'],
[class*=' icon'],
.select-wrapper:before,
#nav li.parent > a:before,
#nav li.accordion > a:before,
.store-info > ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-border {
  border-radius: .1em;
  border: solid 0.08em #eee;
  padding: .2em .25em .15em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}

.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-o:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-times:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-gear:before,
.icon-cog:before {
  content: "";
}

.icon-trash-o:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-o:before {
  content: "";
}

.icon-clock-o:before,
.store-info > ul li.hours:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-arrow-circle-o-down:before {
  content: "";
}

.icon-arrow-circle-o-up:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle-o:before {
  content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-dedent:before,
.icon-outdent:before {
  content: "";
}

.icon-indent:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-picture-o:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "";
}

.icon-share-square-o:before {
  content: "";
}

.icon-check-square-o:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

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

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

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-times-circle:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-crosshairs:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-mail-forward:before,
.icon-share:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-compress:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

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

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

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-arrows-v:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-bar-chart-o:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-gears:before,
.icon-cogs:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-o-up:before {
  content: "";
}

.icon-thumbs-o-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-o:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-thumb-tack:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-square:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-lemon-o:before {
  content: "";
}

.icon-phone:before,
.store-info > ul li.phone:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-hdd-o:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-o-right:before {
  content: "";
}

.icon-hand-o-left:before {
  content: "";
}

.icon-hand-o-up:before {
  content: "";
}

.icon-hand-o-down:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-up:before {
  content: "";
}

.icon-arrow-circle-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-group:before,
.icon-users:before {
  content: "";
}

.icon-chain:before,
.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-cut:before,
.icon-scissors:before {
  content: "";
}

.icon-copy:before,
.icon-files-o:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-square:before {
  content: "";
}

.icon-google-plus-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "";
}

.icon-sort-down:before,
.icon-sort-asc:before {
  content: "";
}

.icon-sort-up:before,
.icon-sort-desc:before {
  content: "";
}

.icon-envelope:before,
.store-info > ul li.email:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "";
}

.icon-legal:before,
.icon-gavel:before {
  content: "";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "";
}

.icon-comment-o:before {
  content: "";
}

.icon-comments-o:before {
  content: "";
}

.icon-flash:before,
.icon-bolt:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell-o:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-cutlery:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-building-o:before {
  content: "";
}

.icon-hospital-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-square:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before,
#nav li.parent > a:before,
#nav li.accordion > a:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before,
.select-wrapper:before,
#nav li.accordion > a.accordion-open:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-o:before {
  content: "";
}

.icon-folder-open-o:before {
  content: "";
}

.icon-smile-o:before {
  content: "";
}

.icon-frown-o:before {
  content: "";
}

.icon-meh-o:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard-o:before {
  content: "";
}

.icon-flag-o:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-reply-all:before {
  content: "";
}

.icon-mail-reply-all:before {
  content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-slash:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-o:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

.icon-chevron-circle-up:before {
  content: "";
}

.icon-chevron-circle-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-h:before {
  content: "";
}

.icon-ellipsis-v:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-square:before {
  content: "";
}

.icon-minus-square-o:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-pencil-square:before {
  content: "";
}

.icon-external-link-square:before {
  content: "";
}

.icon-share-square:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "";
}

.icon-euro:before,
.icon-eur:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before,
.icon-usd:before {
  content: "";
}

.icon-rupee:before,
.icon-inr:before {
  content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "";
}

.icon-won:before,
.icon-krw:before {
  content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-alpha-asc:before {
  content: "";
}

.icon-sort-alpha-desc:before {
  content: "";
}

.icon-sort-amount-asc:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-sort-numeric-asc:before {
  content: "";
}

.icon-sort-numeric-desc:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-square:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stack-overflow:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-square:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-square:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before {
  content: "";
}

.icon-sun-o:before {
  content: "";
}

.icon-moon-o:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-pagelines:before {
  content: "";
}

.icon-stack-exchange:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-arrow-circle-o-left:before {
  content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "";
}

.icon-dot-circle-o:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-vimeo-square:before {
  content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "";
}

.icon-plus-square-o:before {
  content: "";
}

a.cloud-zoom {
  position: relative;
}

.cloud-zoom-lens {
  /* This is the moving lens square underneath the mouse pointer. */
  border: 1px solid #999;
  margin: -1px;
  /* Set this to minus the border thickness. */
  background-color: #fff;
  cursor: move;
}

.cloud-zoom-big {
  /* This is the zoom window. */
  border: 1px solid #ccc;
  overflow: hidden;
}

.cloud-zoom-loading {
  /* This is the loading message. */
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}

.cloud-zoom #image {
  width: 100%;
}

.zoom-icon {
  display: block;
  background: url("https://www.nameon.de/skin/frontend/mage-to-measure/name-on-2/images/zoom.png") center center no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mousetrap {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}

/*# sourceMappingURL=styles.css.map */

#improove-cookies {
	width: 100%;
	padding: 15px 0;
	background-color: #ddd;
	font-family: inherit;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.improove-cookies-wrapper {
	max-width: 90%;
	padding: 0 5%;
	margin: 0 auto;
	text-align: center;
}
.improove-cookies-wrapper p {
	display: inline-block;
	margin: 5px 20px 5px 0;
}
.improove-cookies-btn {
	padding: 4px 20px;
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: #00a9e0;
	color: #fff;
	cursor: pointer;
}

@media only screen and (max-width: 979px) {
  #improove-cookies {
	padding: 5px 0 5px 0;
  }
  .improove-cookies-btn {
  	font-size: 12px;
  }
  .improove-cookies-wrapper p {
	display: inline-block;
	margin: 5px 20px 5px 0;
	font-size: 12px;
  }
}
.block-orderbysku label {
    font-weight: bold;
    color: #666;
}
.block-orderbysku .block-content {
    padding: 5px 10px;
}
.block-orderbysku input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}
.block-orderbysku .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}
#klarna-terms-popup {
z-index: 100005 !important;
}
.product-view.ugiftcert .product-prices {
    float: none;
    padding-left: 0;
    text-align: left;
}
.gift-card-info {
    width: 100%;
    clear: both;
    }
    .gift-card-info .price-span {
        vertical-align: text-bottom;
        line-height: 18px;
        }
        .gift-card-info .price-span,
        .gift-card-info .price-span .price {
            color: #f09722;
            font-weight: 400;
            font-size: 18px;
        }
    .gift-card-info .amount-label,
    .gift-card-info .send-giftcert {
        font-size: 14px;
        color: #555;
        font-weight: 200;
        vertical-align: text-top;
    }
    .gift-card-info .send-giftcert {
        display: block;
        padding: 12px 0 4px 0;
    }
